From cc55ca926675f0ac6e39a0878d6047ad9ee032a3 Mon Sep 17 00:00:00 2001 From: "avsementsov.sbt" Date: Wed, 26 Oct 2016 16:24:12 +0300 Subject: [PATCH 1/5] change to akka http --- build.sbt | 54 - pom.xml | 147 +- project/build.properties | 1 - project/plugins.sbt | 2 - src/main/java/org/asem/orient/AGraph.java | 26 - src/main/java/org/asem/orient/Query.java | 54 - src/main/resources/address.sql | 18 - src/main/resources/application.conf | 43 +- src/main/resources/schema.osql | 167 - src/main/scala/org/asem/Boot.scala | 76 - src/main/scala/org/asem/orient/Database.scala | 83 - .../asem/orient/model/BaseModelFuncs.scala | 172 - .../org/asem/orient/model/Operation.scala | 8 - .../scala/org/asem/orient/model/PhUser.scala | 71 - .../orient/model/entities/EdgeNames.scala | 16 - .../model/entities/JacksonJsonSupport.scala | 35 - .../orient/model/entities/JsonMapper.scala | 45 - .../asem/orient/model/entities/package.scala | 518 - .../org/asem/orient/services/BaseDB.scala | 82 - .../orient/services/BaseHttpService.scala | 21 - .../asem/orient/services/LoginService.scala | 45 - .../orient/services/MainServiceActor.scala | 89 - .../asem/orient/services/PhUserService.scala | 272 - .../asem/orient/services/ProjectService.scala | 132 - .../asem/orient/services/ReportService.scala | 94 - .../asem/orient/services/TaskService.scala | 190 - .../spray/security/CookieAuthenticator.scala | 95 - .../scala/org/asem/spray/security/RSA.scala | 64 - .../orient/services/LoginServiceTest.scala | 69 - .../orient/services/PhUserServiceTest.scala | 110 - .../orient/services/ReportServiceTest.scala | 233 - .../sbt/orient/services/TaskServiceTest.scala | 91 - .../sbt/orient/services/UserServiceTest.scala | 37 - .../ru/sbt/orient/services/XMLTest.scala | 75 - src/webapp/app/app.js | 14 - src/webapp/app/app/controller/App.js | 66 - src/webapp/app/app/locale/en.js | 56 - src/webapp/app/app/locale/ru.js | 54 - src/webapp/app/app/model/Menu.js | 10 - src/webapp/app/app/model/PrjCycle.js | 37 - src/webapp/app/app/model/Project.js | 18 - src/webapp/app/app/model/Report.js | 26 - src/webapp/app/app/model/User.js | 17 - src/webapp/app/app/store/Menu.js | 38 - src/webapp/app/app/store/PrjCycle.js | 20 - src/webapp/app/app/store/Project.js | 20 - src/webapp/app/app/store/Reports.js | 23 - src/webapp/app/app/store/Users.js | 19 - src/webapp/app/app/utils/CommonUtils.js | 161 - src/webapp/app/app/view/ContentPanel.js | 9 - src/webapp/app/app/view/Navigation.js | 38 - src/webapp/app/app/view/Viewport.js | 40 - .../app/app/view/project/CycleRecord.js | 40 - .../app/app/view/project/PrjController.js | 20 - src/webapp/app/app/view/project/PrjList.js | 50 - src/webapp/app/app/view/project/PrjRecord.js | 40 - src/webapp/app/app/view/report/List.js | 68 - .../app/app/view/report/ListController.js | 75 - src/webapp/app/app/view/report/Record.js | 160 - src/webapp/app/app/view/user/List.js | 44 - .../app/app/view/user/ListController.js | 86 - src/webapp/app/app/view/user/Record.js | 47 - src/webapp/app/data/menu.json | 21 - src/webapp/app/simple.html | 42 - src/webapp/get-images.php | 21 - src/webapp/index.html | 157 +- .../js/classic/locale/locale-af-debug.js | 154 - src/webapp/js/classic/locale/locale-af.js | 1 - .../js/classic/locale/locale-bg-debug.js | 258 - src/webapp/js/classic/locale/locale-bg.js | 1 - .../js/classic/locale/locale-ca-debug.js | 294 - src/webapp/js/classic/locale/locale-ca.js | 1 - .../js/classic/locale/locale-cs-debug.js | 292 - src/webapp/js/classic/locale/locale-cs.js | 1 - .../js/classic/locale/locale-da-debug.js | 277 - src/webapp/js/classic/locale/locale-da.js | 1 - .../js/classic/locale/locale-de-debug.js | 331 - src/webapp/js/classic/locale/locale-de.js | 1 - .../js/classic/locale/locale-el_GR-debug.js | 268 - src/webapp/js/classic/locale/locale-el_GR.js | 1 - .../js/classic/locale/locale-en-debug.js | 403 - src/webapp/js/classic/locale/locale-en.js | 1 - .../js/classic/locale/locale-en_AU-debug.js | 388 - src/webapp/js/classic/locale/locale-en_AU.js | 1 - .../js/classic/locale/locale-en_GB-debug.js | 390 - src/webapp/js/classic/locale/locale-en_GB.js | 1 - .../js/classic/locale/locale-es-debug.js | 310 - src/webapp/js/classic/locale/locale-es.js | 1 - .../js/classic/locale/locale-et-debug.js | 293 - src/webapp/js/classic/locale/locale-et.js | 1 - .../js/classic/locale/locale-fa-debug.js | 260 - src/webapp/js/classic/locale/locale-fa.js | 1 - .../js/classic/locale/locale-fi-debug.js | 288 - src/webapp/js/classic/locale/locale-fi.js | 1 - .../js/classic/locale/locale-fr-debug.js | 321 - src/webapp/js/classic/locale/locale-fr.js | 1 - .../js/classic/locale/locale-fr_CA-debug.js | 193 - src/webapp/js/classic/locale/locale-fr_CA.js | 1 - .../js/classic/locale/locale-gr-debug.js | 149 - src/webapp/js/classic/locale/locale-gr.js | 1 - .../js/classic/locale/locale-he-debug.js | 284 - src/webapp/js/classic/locale/locale-he.js | 1 - .../js/classic/locale/locale-hr-debug.js | 274 - src/webapp/js/classic/locale/locale-hr.js | 1 - .../js/classic/locale/locale-hu-debug.js | 275 - src/webapp/js/classic/locale/locale-hu.js | 1 - .../js/classic/locale/locale-id-debug.js | 292 - src/webapp/js/classic/locale/locale-id.js | 1 - .../js/classic/locale/locale-it-debug.js | 320 - src/webapp/js/classic/locale/locale-it.js | 1 - .../js/classic/locale/locale-ja-debug.js | 324 - src/webapp/js/classic/locale/locale-ja.js | 1 - .../js/classic/locale/locale-ko-debug.js | 245 - src/webapp/js/classic/locale/locale-ko.js | 1 - .../js/classic/locale/locale-lt-debug.js | 312 - src/webapp/js/classic/locale/locale-lt.js | 1 - .../js/classic/locale/locale-lv-debug.js | 309 - src/webapp/js/classic/locale/locale-lv.js | 1 - .../js/classic/locale/locale-mk-debug.js | 150 - src/webapp/js/classic/locale/locale-mk.js | 1 - .../js/classic/locale/locale-nl-debug.js | 297 - src/webapp/js/classic/locale/locale-nl.js | 1 - .../js/classic/locale/locale-no_NB-debug.js | 273 - src/webapp/js/classic/locale/locale-no_NB.js | 1 - .../js/classic/locale/locale-no_NN-debug.js | 273 - src/webapp/js/classic/locale/locale-no_NN.js | 1 - .../js/classic/locale/locale-pl-debug.js | 291 - src/webapp/js/classic/locale/locale-pl.js | 1 - .../js/classic/locale/locale-pt-debug.js | 240 - src/webapp/js/classic/locale/locale-pt.js | 1 - .../js/classic/locale/locale-pt_BR-debug.js | 274 - src/webapp/js/classic/locale/locale-pt_BR.js | 1 - .../js/classic/locale/locale-pt_PT-debug.js | 277 - src/webapp/js/classic/locale/locale-pt_PT.js | 1 - .../js/classic/locale/locale-ro-debug.js | 272 - src/webapp/js/classic/locale/locale-ro.js | 1 - .../js/classic/locale/locale-ru-debug.js | 285 - src/webapp/js/classic/locale/locale-ru.js | 1 - .../js/classic/locale/locale-sk-debug.js | 151 - src/webapp/js/classic/locale/locale-sk.js | 1 - .../js/classic/locale/locale-sl-debug.js | 149 - src/webapp/js/classic/locale/locale-sl.js | 1 - .../js/classic/locale/locale-sr-debug.js | 153 - src/webapp/js/classic/locale/locale-sr.js | 1 - .../js/classic/locale/locale-sr_RS-debug.js | 152 - src/webapp/js/classic/locale/locale-sr_RS.js | 1 - .../js/classic/locale/locale-sv_SE-debug.js | 141 - src/webapp/js/classic/locale/locale-sv_SE.js | 1 - .../js/classic/locale/locale-th-debug.js | 273 - src/webapp/js/classic/locale/locale-th.js | 1 - .../js/classic/locale/locale-tr-debug.js | 269 - src/webapp/js/classic/locale/locale-tr.js | 1 - .../js/classic/locale/locale-ukr-debug.js | 241 - src/webapp/js/classic/locale/locale-ukr.js | 1 - .../js/classic/locale/locale-vn-debug.js | 179 - src/webapp/js/classic/locale/locale-vn.js | 1 - .../js/classic/locale/locale-zh_CN-debug.js | 274 - src/webapp/js/classic/locale/locale-zh_CN.js | 1 - .../js/classic/locale/locale-zh_TW-debug.js | 178 - src/webapp/js/classic/locale/locale-zh_TW.js | 1 - .../js/classic/theme-crisp-touch/config.rb | 1 - .../theme-crisp-touch/resources/Readme.md | 3 - .../resources/ext/ext-watermark/Read Me.txt | 5 - .../ext/ext-watermark/demo-files/demo.css | 150 - .../ext/ext-watermark/demo-files/demo.js | 30 - .../resources/ext/ext-watermark/demo.html | 231 - .../ext/ext-watermark/fonts/ext-watermark.eot | Bin 11760 -> 0 bytes .../ext/ext-watermark/fonts/ext-watermark.svg | 22 - .../ext/ext-watermark/fonts/ext-watermark.ttf | Bin 11572 -> 0 bytes .../ext-watermark/fonts/ext-watermark.woff | Bin 11648 -> 0 bytes .../ext/ext-watermark/selection.json | 1049 - .../resources/ext/ext-watermark/style.css | 73 - .../breadcrumb/default-arrow-open-rtl.png | Bin 17865 -> 0 bytes .../images/breadcrumb/default-arrow-open.png | Bin 2930 -> 0 bytes .../images/breadcrumb/default-arrow-rtl.png | Bin 17874 -> 0 bytes .../images/breadcrumb/default-arrow.png | Bin 2953 -> 0 bytes .../images/breadcrumb/default-scroll-left.png | Bin 3187 -> 0 bytes .../breadcrumb/default-scroll-right.png | Bin 3171 -> 0 bytes .../default-split-arrow-open-rtl.png | Bin 17910 -> 0 bytes .../breadcrumb/default-split-arrow-open.png | Bin 2980 -> 0 bytes .../default-split-arrow-over-rtl.png | Bin 17928 -> 0 bytes .../breadcrumb/default-split-arrow-over.png | Bin 3002 -> 0 bytes .../breadcrumb/default-split-arrow-rtl.png | Bin 17907 -> 0 bytes .../images/breadcrumb/default-split-arrow.png | Bin 2997 -> 0 bytes .../btn-group-default-framed-corners.gif | Bin 68 -> 0 bytes ...n-group-default-framed-notitle-corners.gif | Bin 68 -> 0 bytes ...btn-group-default-framed-notitle-sides.gif | Bin 85 -> 0 bytes .../btn-group-default-framed-sides.gif | Bin 90 -> 0 bytes .../images/btn/btn-default-large-corners.gif | Bin 133 -> 0 bytes .../btn-default-large-disabled-corners.gif | Bin 131 -> 0 bytes .../btn/btn-default-large-disabled-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-large-focus-corners.gif | Bin 188 -> 0 bytes .../btn-default-large-focus-over-corners.gif | Bin 188 -> 0 bytes .../btn-default-large-focus-over-sides.gif | Bin 317 -> 0 bytes ...tn-default-large-focus-pressed-corners.gif | Bin 188 -> 0 bytes .../btn-default-large-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-large-focus-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-large-over-corners.gif | Bin 135 -> 0 bytes .../btn/btn-default-large-over-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-large-pressed-corners.gif | Bin 182 -> 0 bytes .../btn/btn-default-large-pressed-sides.gif | Bin 315 -> 0 bytes .../images/btn/btn-default-large-sides.gif | Bin 103 -> 0 bytes .../images/btn/btn-default-medium-corners.gif | Bin 133 -> 0 bytes .../btn-default-medium-disabled-corners.gif | Bin 131 -> 0 bytes .../btn/btn-default-medium-disabled-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-medium-focus-corners.gif | Bin 188 -> 0 bytes .../btn-default-medium-focus-over-corners.gif | Bin 188 -> 0 bytes .../btn-default-medium-focus-over-sides.gif | Bin 317 -> 0 bytes ...n-default-medium-focus-pressed-corners.gif | Bin 188 -> 0 bytes ...btn-default-medium-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-medium-focus-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-medium-over-corners.gif | Bin 135 -> 0 bytes .../btn/btn-default-medium-over-sides.gif | Bin 315 -> 0 bytes .../btn-default-medium-pressed-corners.gif | Bin 182 -> 0 bytes .../btn/btn-default-medium-pressed-sides.gif | Bin 315 -> 0 bytes .../images/btn/btn-default-medium-sides.gif | Bin 98 -> 0 bytes .../images/btn/btn-default-small-corners.gif | Bin 131 -> 0 bytes .../btn-default-small-disabled-corners.gif | Bin 131 -> 0 bytes .../btn/btn-default-small-disabled-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-small-focus-corners.gif | Bin 188 -> 0 bytes .../btn-default-small-focus-over-corners.gif | Bin 188 -> 0 bytes .../btn-default-small-focus-over-sides.gif | Bin 317 -> 0 bytes ...tn-default-small-focus-pressed-corners.gif | Bin 188 -> 0 bytes .../btn-default-small-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-small-focus-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-small-over-corners.gif | Bin 132 -> 0 bytes .../btn/btn-default-small-over-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-small-pressed-corners.gif | Bin 182 -> 0 bytes .../btn/btn-default-small-pressed-sides.gif | Bin 315 -> 0 bytes .../images/btn/btn-default-small-sides.gif | Bin 92 -> 0 bytes .../btn/btn-default-toolbar-large-corners.gif | Bin 128 -> 0 bytes ...default-toolbar-large-disabled-corners.gif | Bin 100 -> 0 bytes ...n-default-toolbar-large-disabled-sides.gif | Bin 315 -> 0 bytes ...tn-default-toolbar-large-focus-corners.gif | Bin 183 -> 0 bytes ...fault-toolbar-large-focus-over-corners.gif | Bin 187 -> 0 bytes ...default-toolbar-large-focus-over-sides.gif | Bin 317 -> 0 bytes ...lt-toolbar-large-focus-pressed-corners.gif | Bin 184 -> 0 bytes ...ault-toolbar-large-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-default-toolbar-large-focus-sides.gif | Bin 317 -> 0 bytes ...btn-default-toolbar-large-over-corners.gif | Bin 130 -> 0 bytes .../btn-default-toolbar-large-over-sides.gif | Bin 315 -> 0 bytes ...-default-toolbar-large-pressed-corners.gif | Bin 128 -> 0 bytes ...tn-default-toolbar-large-pressed-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-toolbar-large-sides.gif | Bin 103 -> 0 bytes .../btn-default-toolbar-medium-corners.gif | Bin 128 -> 0 bytes ...efault-toolbar-medium-disabled-corners.gif | Bin 100 -> 0 bytes ...-default-toolbar-medium-disabled-sides.gif | Bin 315 -> 0 bytes ...n-default-toolbar-medium-focus-corners.gif | Bin 183 -> 0 bytes ...ault-toolbar-medium-focus-over-corners.gif | Bin 187 -> 0 bytes ...efault-toolbar-medium-focus-over-sides.gif | Bin 317 -> 0 bytes ...t-toolbar-medium-focus-pressed-corners.gif | Bin 184 -> 0 bytes ...ult-toolbar-medium-focus-pressed-sides.gif | Bin 317 -> 0 bytes ...btn-default-toolbar-medium-focus-sides.gif | Bin 317 -> 0 bytes ...tn-default-toolbar-medium-over-corners.gif | Bin 130 -> 0 bytes .../btn-default-toolbar-medium-over-sides.gif | Bin 315 -> 0 bytes ...default-toolbar-medium-pressed-corners.gif | Bin 128 -> 0 bytes ...n-default-toolbar-medium-pressed-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-toolbar-medium-sides.gif | Bin 98 -> 0 bytes .../btn/btn-default-toolbar-small-corners.gif | Bin 128 -> 0 bytes ...default-toolbar-small-disabled-corners.gif | Bin 100 -> 0 bytes ...n-default-toolbar-small-disabled-sides.gif | Bin 315 -> 0 bytes ...tn-default-toolbar-small-focus-corners.gif | Bin 183 -> 0 bytes ...fault-toolbar-small-focus-over-corners.gif | Bin 187 -> 0 bytes ...default-toolbar-small-focus-over-sides.gif | Bin 317 -> 0 bytes ...lt-toolbar-small-focus-pressed-corners.gif | Bin 184 -> 0 bytes ...ault-toolbar-small-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-default-toolbar-small-focus-sides.gif | Bin 317 -> 0 bytes ...btn-default-toolbar-small-over-corners.gif | Bin 130 -> 0 bytes .../btn-default-toolbar-small-over-sides.gif | Bin 315 -> 0 bytes ...-default-toolbar-small-pressed-corners.gif | Bin 128 -> 0 bytes ...tn-default-toolbar-small-pressed-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-toolbar-small-sides.gif | Bin 92 -> 0 bytes ...plain-toolbar-large-focus-over-corners.gif | Bin 185 -> 0 bytes ...n-plain-toolbar-large-focus-over-sides.gif | Bin 317 -> 0 bytes ...in-toolbar-large-focus-pressed-corners.gif | Bin 183 -> 0 bytes ...lain-toolbar-large-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-plain-toolbar-large-over-corners.gif | Bin 128 -> 0 bytes .../btn-plain-toolbar-large-over-sides.gif | Bin 315 -> 0 bytes ...tn-plain-toolbar-large-pressed-corners.gif | Bin 130 -> 0 bytes .../btn-plain-toolbar-large-pressed-sides.gif | Bin 315 -> 0 bytes ...lain-toolbar-medium-focus-over-corners.gif | Bin 185 -> 0 bytes ...-plain-toolbar-medium-focus-over-sides.gif | Bin 317 -> 0 bytes ...n-toolbar-medium-focus-pressed-corners.gif | Bin 183 -> 0 bytes ...ain-toolbar-medium-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-plain-toolbar-medium-over-corners.gif | Bin 128 -> 0 bytes .../btn-plain-toolbar-medium-over-sides.gif | Bin 315 -> 0 bytes ...n-plain-toolbar-medium-pressed-corners.gif | Bin 130 -> 0 bytes ...btn-plain-toolbar-medium-pressed-sides.gif | Bin 315 -> 0 bytes ...plain-toolbar-small-focus-over-corners.gif | Bin 184 -> 0 bytes ...n-plain-toolbar-small-focus-over-sides.gif | Bin 317 -> 0 bytes ...in-toolbar-small-focus-pressed-corners.gif | Bin 183 -> 0 bytes ...lain-toolbar-small-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-plain-toolbar-small-over-corners.gif | Bin 130 -> 0 bytes .../btn-plain-toolbar-small-over-sides.gif | Bin 315 -> 0 bytes ...tn-plain-toolbar-small-pressed-corners.gif | Bin 130 -> 0 bytes .../btn-plain-toolbar-small-pressed-sides.gif | Bin 315 -> 0 bytes .../images/button/default-large-arrow-rtl.png | Bin 17912 -> 0 bytes .../images/button/default-large-arrow.png | Bin 2986 -> 0 bytes .../button/default-large-s-arrow-b-rtl.png | Bin 18031 -> 0 bytes .../images/button/default-large-s-arrow-b.png | Bin 3142 -> 0 bytes .../button/default-large-s-arrow-rtl.png | Bin 17976 -> 0 bytes .../images/button/default-large-s-arrow.png | Bin 3090 -> 0 bytes .../button/default-medium-arrow-rtl.png | Bin 17854 -> 0 bytes .../images/button/default-medium-arrow.png | Bin 2969 -> 0 bytes .../button/default-medium-s-arrow-b-rtl.png | Bin 17957 -> 0 bytes .../button/default-medium-s-arrow-b.png | Bin 3069 -> 0 bytes .../button/default-medium-s-arrow-rtl.png | Bin 17935 -> 0 bytes .../images/button/default-medium-s-arrow.png | Bin 3053 -> 0 bytes .../images/button/default-small-arrow-rtl.png | Bin 17822 -> 0 bytes .../images/button/default-small-arrow.png | Bin 2937 -> 0 bytes .../button/default-small-s-arrow-b-rtl.png | Bin 17909 -> 0 bytes .../images/button/default-small-s-arrow-b.png | Bin 3023 -> 0 bytes .../button/default-small-s-arrow-rtl.png | Bin 17888 -> 0 bytes .../images/button/default-small-s-arrow.png | Bin 3006 -> 0 bytes .../default-toolbar-large-arrow-rtl.png | Bin 17933 -> 0 bytes .../button/default-toolbar-large-arrow.png | Bin 3049 -> 0 bytes .../default-toolbar-large-s-arrow-b-rtl.png | Bin 18020 -> 0 bytes .../default-toolbar-large-s-arrow-b.png | Bin 3132 -> 0 bytes .../default-toolbar-large-s-arrow-rtl.png | Bin 17984 -> 0 bytes .../button/default-toolbar-large-s-arrow.png | Bin 3099 -> 0 bytes .../default-toolbar-medium-arrow-rtl.png | Bin 17872 -> 0 bytes .../button/default-toolbar-medium-arrow.png | Bin 2986 -> 0 bytes .../default-toolbar-medium-s-arrow-b-rtl.png | Bin 17962 -> 0 bytes .../default-toolbar-medium-s-arrow-b.png | Bin 3077 -> 0 bytes .../default-toolbar-medium-s-arrow-rtl.png | Bin 17930 -> 0 bytes .../button/default-toolbar-medium-s-arrow.png | Bin 3046 -> 0 bytes .../default-toolbar-small-arrow-rtl.png | Bin 17845 -> 0 bytes .../button/default-toolbar-small-arrow.png | Bin 2961 -> 0 bytes .../default-toolbar-small-s-arrow-b-rtl.png | Bin 17917 -> 0 bytes .../default-toolbar-small-s-arrow-b.png | Bin 3031 -> 0 bytes .../default-toolbar-small-s-arrow-rtl.png | Bin 17894 -> 0 bytes .../button/default-toolbar-small-s-arrow.png | Bin 3011 -> 0 bytes .../button/grid-cell-small-arrow-rtl.png | Bin 17822 -> 0 bytes .../images/button/grid-cell-small-arrow.png | Bin 2937 -> 0 bytes .../button/grid-cell-small-s-arrow-b.png | Bin 3023 -> 0 bytes .../button/grid-cell-small-s-arrow-rtl.png | Bin 2905 -> 0 bytes .../images/button/grid-cell-small-s-arrow.png | Bin 3006 -> 0 bytes .../button/plain-toolbar-large-arrow-rtl.png | Bin 17933 -> 0 bytes .../button/plain-toolbar-large-arrow.png | Bin 3049 -> 0 bytes .../plain-toolbar-large-s-arrow-b-rtl.png | Bin 18020 -> 0 bytes .../button/plain-toolbar-large-s-arrow-b.png | Bin 3132 -> 0 bytes .../plain-toolbar-large-s-arrow-rtl.png | Bin 17984 -> 0 bytes .../button/plain-toolbar-large-s-arrow.png | Bin 3099 -> 0 bytes .../button/plain-toolbar-medium-arrow-rtl.png | Bin 17872 -> 0 bytes .../button/plain-toolbar-medium-arrow.png | Bin 2986 -> 0 bytes .../plain-toolbar-medium-s-arrow-b-rtl.png | Bin 17962 -> 0 bytes .../button/plain-toolbar-medium-s-arrow-b.png | Bin 3077 -> 0 bytes .../plain-toolbar-medium-s-arrow-rtl.png | Bin 17930 -> 0 bytes .../button/plain-toolbar-medium-s-arrow.png | Bin 3046 -> 0 bytes .../button/plain-toolbar-small-arrow-rtl.png | Bin 17845 -> 0 bytes .../button/plain-toolbar-small-arrow.png | Bin 2961 -> 0 bytes .../plain-toolbar-small-s-arrow-b-rtl.png | Bin 17917 -> 0 bytes .../button/plain-toolbar-small-s-arrow-b.png | Bin 3031 -> 0 bytes .../plain-toolbar-small-s-arrow-rtl.png | Bin 17894 -> 0 bytes .../button/plain-toolbar-small-s-arrow.png | Bin 3011 -> 0 bytes .../images/datepicker/arrow-left.png | Bin 3067 -> 0 bytes .../images/datepicker/arrow-right.png | Bin 3052 -> 0 bytes .../images/datepicker/month-arrow.png | Bin 3311 -> 0 bytes .../resources/images/dd/drop-add.png | Bin 1325 -> 0 bytes .../resources/images/dd/drop-no.png | Bin 1277 -> 0 bytes .../resources/images/dd/drop-yes.png | Bin 1325 -> 0 bytes .../resources/images/editor/tb-sprite.png | Bin 5787 -> 0 bytes .../images/fieldset/collapse-tool.png | Bin 3189 -> 0 bytes .../resources/images/form/checkbox.png | Bin 3197 -> 0 bytes .../images/form/clear-trigger-rtl.png | Bin 4114 -> 0 bytes .../resources/images/form/clear-trigger.png | Bin 4114 -> 0 bytes .../images/form/date-trigger-rtl.png | Bin 3269 -> 0 bytes .../resources/images/form/date-trigger.png | Bin 3269 -> 0 bytes .../resources/images/form/exclamation.png | Bin 3180 -> 0 bytes .../resources/images/form/radio.png | Bin 4017 -> 0 bytes .../images/form/search-trigger-rtl.png | Bin 3928 -> 0 bytes .../resources/images/form/search-trigger.png | Bin 3928 -> 0 bytes .../images/form/spinner-down-rtl.png | Bin 1293 -> 0 bytes .../resources/images/form/spinner-down.png | Bin 1293 -> 0 bytes .../resources/images/form/spinner-rtl.png | Bin 18606 -> 0 bytes .../resources/images/form/spinner-up-rtl.png | Bin 1340 -> 0 bytes .../resources/images/form/spinner-up.png | Bin 1340 -> 0 bytes .../resources/images/form/spinner.png | Bin 18606 -> 0 bytes .../images/form/tag-field-item-close.png | Bin 18016 -> 0 bytes .../resources/images/form/trigger-rtl.png | Bin 3276 -> 0 bytes .../resources/images/form/trigger.png | Bin 3276 -> 0 bytes ...-editor-buttons-default-bottom-corners.gif | Bin 151 -> 0 bytes ...ow-editor-buttons-default-bottom-sides.gif | Bin 114 -> 0 bytes ...row-editor-buttons-default-top-corners.gif | Bin 155 -> 0 bytes ...d-row-editor-buttons-default-top-sides.gif | Bin 114 -> 0 bytes .../resources/images/grid/col-move-bottom.png | Bin 1222 -> 0 bytes .../resources/images/grid/col-move-top.png | Bin 1222 -> 0 bytes .../resources/images/grid/columns.png | Bin 2943 -> 0 bytes .../images/grid/dd-insert-arrow-left.png | Bin 1044 -> 0 bytes .../images/grid/dd-insert-arrow-right.png | Bin 1049 -> 0 bytes .../resources/images/grid/dirty-rtl.png | Bin 972 -> 0 bytes .../resources/images/grid/dirty.png | Bin 972 -> 0 bytes .../resources/images/grid/drop-no.png | Bin 1277 -> 0 bytes .../resources/images/grid/drop-yes.png | Bin 1325 -> 0 bytes .../resources/images/grid/filters/equals.png | Bin 17987 -> 0 bytes .../resources/images/grid/filters/find.png | Bin 18324 -> 0 bytes .../images/grid/filters/greater_than.png | Bin 18249 -> 0 bytes .../images/grid/filters/less_than.png | Bin 18228 -> 0 bytes .../resources/images/grid/group-by.png | Bin 2880 -> 0 bytes .../resources/images/grid/group-collapse.png | Bin 2833 -> 0 bytes .../resources/images/grid/group-expand.png | Bin 2873 -> 0 bytes .../resources/images/grid/hd-pop.png | Bin 2949 -> 0 bytes .../resources/images/grid/hmenu-asc.png | Bin 2920 -> 0 bytes .../resources/images/grid/hmenu-desc.png | Bin 2934 -> 0 bytes .../resources/images/grid/hmenu-lock.png | Bin 3038 -> 0 bytes .../resources/images/grid/hmenu-unlock.png | Bin 3007 -> 0 bytes .../resources/images/grid/loading.gif | Bin 1849 -> 0 bytes .../resources/images/grid/page-first.png | Bin 3198 -> 0 bytes .../resources/images/grid/page-last.png | Bin 3201 -> 0 bytes .../resources/images/grid/page-next.png | Bin 3064 -> 0 bytes .../resources/images/grid/page-prev.png | Bin 3066 -> 0 bytes .../resources/images/grid/pick-button.png | Bin 1126 -> 0 bytes .../resources/images/grid/refresh.png | Bin 3265 -> 0 bytes .../resources/images/grid/sort_asc.png | Bin 2920 -> 0 bytes .../resources/images/grid/sort_desc.png | Bin 2934 -> 0 bytes .../resources/images/loadmask/loading.gif | Bin 1849 -> 0 bytes .../resources/images/magnify.png | Bin 3385 -> 0 bytes .../resources/images/menu/default-checked.png | Bin 2940 -> 0 bytes .../images/menu/default-group-checked.png | Bin 2960 -> 0 bytes .../images/menu/default-menu-parent-left.png | Bin 2995 -> 0 bytes .../images/menu/default-menu-parent.png | Bin 3005 -> 0 bytes .../images/menu/default-scroll-bottom.png | Bin 3098 -> 0 bytes .../images/menu/default-scroll-top.png | Bin 3122 -> 0 bytes .../images/menu/default-unchecked.png | Bin 2830 -> 0 bytes ...l-header-default-framed-bottom-corners.gif | Bin 95 -> 0 bytes ...nel-header-default-framed-bottom-sides.gif | Bin 71 -> 0 bytes ...efault-framed-collapsed-bottom-corners.gif | Bin 108 -> 0 bytes ...-default-framed-collapsed-bottom-sides.gif | Bin 71 -> 0 bytes ...ault-framed-collapsed-left-corners-rtl.gif | Bin 106 -> 0 bytes ...-default-framed-collapsed-left-corners.gif | Bin 108 -> 0 bytes ...er-default-framed-collapsed-left-sides.gif | Bin 106 -> 0 bytes ...ult-framed-collapsed-right-corners-rtl.gif | Bin 106 -> 0 bytes ...default-framed-collapsed-right-corners.gif | Bin 108 -> 0 bytes ...r-default-framed-collapsed-right-sides.gif | Bin 106 -> 0 bytes ...r-default-framed-collapsed-top-corners.gif | Bin 108 -> 0 bytes ...der-default-framed-collapsed-top-sides.gif | Bin 71 -> 0 bytes ...header-default-framed-left-corners-rtl.gif | Bin 93 -> 0 bytes ...nel-header-default-framed-left-corners.gif | Bin 94 -> 0 bytes ...panel-header-default-framed-left-sides.gif | Bin 106 -> 0 bytes ...eader-default-framed-right-corners-rtl.gif | Bin 94 -> 0 bytes ...el-header-default-framed-right-corners.gif | Bin 94 -> 0 bytes ...anel-header-default-framed-right-sides.gif | Bin 106 -> 0 bytes ...anel-header-default-framed-top-corners.gif | Bin 98 -> 0 bytes .../panel-header-default-framed-top-sides.gif | Bin 71 -> 0 bytes ...nel-header-light-framed-bottom-corners.gif | Bin 68 -> 0 bytes ...panel-header-light-framed-bottom-sides.gif | Bin 71 -> 0 bytes ...-light-framed-collapsed-bottom-corners.gif | Bin 71 -> 0 bytes ...er-light-framed-collapsed-bottom-sides.gif | Bin 71 -> 0 bytes ...ight-framed-collapsed-left-corners-rtl.gif | Bin 71 -> 0 bytes ...er-light-framed-collapsed-left-corners.gif | Bin 71 -> 0 bytes ...ader-light-framed-collapsed-left-sides.gif | Bin 106 -> 0 bytes ...ght-framed-collapsed-right-corners-rtl.gif | Bin 71 -> 0 bytes ...r-light-framed-collapsed-right-corners.gif | Bin 71 -> 0 bytes ...der-light-framed-collapsed-right-sides.gif | Bin 106 -> 0 bytes ...der-light-framed-collapsed-top-corners.gif | Bin 71 -> 0 bytes ...eader-light-framed-collapsed-top-sides.gif | Bin 71 -> 0 bytes ...l-header-light-framed-left-corners-rtl.gif | Bin 68 -> 0 bytes ...panel-header-light-framed-left-corners.gif | Bin 69 -> 0 bytes .../panel-header-light-framed-left-sides.gif | Bin 106 -> 0 bytes ...-header-light-framed-right-corners-rtl.gif | Bin 69 -> 0 bytes ...anel-header-light-framed-right-corners.gif | Bin 68 -> 0 bytes .../panel-header-light-framed-right-sides.gif | Bin 106 -> 0 bytes .../panel-header-light-framed-top-corners.gif | Bin 69 -> 0 bytes .../panel-header-light-framed-top-sides.gif | Bin 71 -> 0 bytes .../panel/panel-default-framed-corners.gif | Bin 110 -> 0 bytes .../panel/panel-default-framed-sides.gif | Bin 212 -> 0 bytes .../panel/panel-light-framed-corners.gif | Bin 71 -> 0 bytes .../images/panel/panel-light-framed-sides.gif | Bin 106 -> 0 bytes .../resources/images/shared/icon-error.png | Bin 3747 -> 0 bytes .../resources/images/shared/icon-info.png | Bin 3571 -> 0 bytes .../resources/images/shared/icon-question.png | Bin 3695 -> 0 bytes .../resources/images/shared/icon-warning.png | Bin 3359 -> 0 bytes .../resources/images/sizer/e-handle.png | Bin 946 -> 0 bytes .../resources/images/sizer/ne-handle.png | Bin 951 -> 0 bytes .../resources/images/sizer/nw-handle.png | Bin 950 -> 0 bytes .../resources/images/sizer/s-handle.png | Bin 939 -> 0 bytes .../resources/images/sizer/se-handle.png | Bin 953 -> 0 bytes .../resources/images/sizer/sw-handle.png | Bin 950 -> 0 bytes .../resources/images/slider/slider-bg.png | Bin 3102 -> 0 bytes .../resources/images/slider/slider-thumb.png | Bin 2151 -> 0 bytes .../resources/images/slider/slider-v-bg.png | Bin 3096 -> 0 bytes .../images/slider/slider-v-thumb.png | Bin 2151 -> 0 bytes .../tab-bar/default-plain-scroll-bottom.png | Bin 3107 -> 0 bytes .../tab-bar/default-plain-scroll-left.png | Bin 3127 -> 0 bytes .../tab-bar/default-plain-scroll-right.png | Bin 3119 -> 0 bytes .../tab-bar/default-plain-scroll-top.png | Bin 3086 -> 0 bytes .../images/tab-bar/default-scroll-bottom.png | Bin 3107 -> 0 bytes .../images/tab-bar/default-scroll-left.png | Bin 3127 -> 0 bytes .../images/tab-bar/default-scroll-right.png | Bin 3119 -> 0 bytes .../images/tab-bar/default-scroll-top.png | Bin 3086 -> 0 bytes .../tab/tab-default-bottom-active-corners.gif | Bin 108 -> 0 bytes .../tab/tab-default-bottom-active-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-bottom-active-sides.gif | Bin 134 -> 0 bytes .../images/tab/tab-default-bottom-corners.gif | Bin 61 -> 0 bytes .../tab-default-bottom-disabled-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-bottom-disabled-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-bottom-disabled-sides.gif | Bin 134 -> 0 bytes ...ab-default-bottom-focus-active-corners.gif | Bin 110 -> 0 bytes .../tab-default-bottom-focus-active-fbg.gif | Bin 89 -> 0 bytes .../tab-default-bottom-focus-active-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-bottom-focus-corners.gif | Bin 82 -> 0 bytes .../tab/tab-default-bottom-focus-fbg.gif | Bin 89 -> 0 bytes .../tab-default-bottom-focus-over-corners.gif | Bin 109 -> 0 bytes .../tab/tab-default-bottom-focus-over-fbg.gif | Bin 89 -> 0 bytes .../tab-default-bottom-focus-over-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-bottom-focus-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-bottom-over-corners.gif | Bin 83 -> 0 bytes .../tab/tab-default-bottom-over-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-bottom-over-sides.gif | Bin 134 -> 0 bytes .../images/tab/tab-default-bottom-sides.gif | Bin 61 -> 0 bytes .../images/tab/tab-default-close.png | Bin 3500 -> 0 bytes .../tab/tab-default-left-active-corners.gif | Bin 108 -> 0 bytes .../tab/tab-default-left-active-fbg.gif | Bin 52 -> 0 bytes .../tab/tab-default-left-active-sides.gif | Bin 61 -> 0 bytes .../images/tab/tab-default-left-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-left-disabled-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-left-disabled-fbg.gif | Bin 52 -> 0 bytes .../tab/tab-default-left-disabled-sides.gif | Bin 61 -> 0 bytes .../tab-default-left-focus-active-corners.gif | Bin 110 -> 0 bytes .../tab/tab-default-left-focus-active-fbg.gif | Bin 52 -> 0 bytes .../tab-default-left-focus-active-sides.gif | Bin 81 -> 0 bytes .../tab/tab-default-left-focus-corners.gif | Bin 82 -> 0 bytes .../images/tab/tab-default-left-focus-fbg.gif | Bin 52 -> 0 bytes .../tab-default-left-focus-over-corners.gif | Bin 110 -> 0 bytes .../tab/tab-default-left-focus-over-fbg.gif | Bin 52 -> 0 bytes .../tab/tab-default-left-focus-over-sides.gif | Bin 81 -> 0 bytes .../tab/tab-default-left-focus-sides.gif | Bin 81 -> 0 bytes .../tab/tab-default-left-over-corners.gif | Bin 82 -> 0 bytes .../images/tab/tab-default-left-over-fbg.gif | Bin 52 -> 0 bytes .../tab/tab-default-left-over-sides.gif | Bin 61 -> 0 bytes .../images/tab/tab-default-left-sides.gif | Bin 61 -> 0 bytes .../tab/tab-default-right-active-corners.gif | Bin 108 -> 0 bytes .../tab/tab-default-right-active-fbg.gif | Bin 52 -> 0 bytes .../tab/tab-default-right-active-sides.gif | Bin 61 -> 0 bytes .../images/tab/tab-default-right-corners.gif | Bin 61 -> 0 bytes .../tab-default-right-disabled-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-right-disabled-fbg.gif | Bin 52 -> 0 bytes .../tab/tab-default-right-disabled-sides.gif | Bin 61 -> 0 bytes ...tab-default-right-focus-active-corners.gif | Bin 110 -> 0 bytes .../tab-default-right-focus-active-fbg.gif | Bin 52 -> 0 bytes .../tab-default-right-focus-active-sides.gif | Bin 81 -> 0 bytes .../tab/tab-default-right-focus-corners.gif | Bin 82 -> 0 bytes .../tab/tab-default-right-focus-fbg.gif | Bin 52 -> 0 bytes .../tab-default-right-focus-over-corners.gif | Bin 109 -> 0 bytes .../tab/tab-default-right-focus-over-fbg.gif | Bin 52 -> 0 bytes .../tab-default-right-focus-over-sides.gif | Bin 81 -> 0 bytes .../tab/tab-default-right-focus-sides.gif | Bin 81 -> 0 bytes .../tab/tab-default-right-over-corners.gif | Bin 83 -> 0 bytes .../images/tab/tab-default-right-over-fbg.gif | Bin 52 -> 0 bytes .../tab/tab-default-right-over-sides.gif | Bin 61 -> 0 bytes .../images/tab/tab-default-right-sides.gif | Bin 61 -> 0 bytes .../tab/tab-default-top-active-corners.gif | Bin 108 -> 0 bytes .../images/tab/tab-default-top-active-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-top-active-sides.gif | Bin 134 -> 0 bytes .../images/tab/tab-default-top-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-top-disabled-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-top-disabled-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-top-disabled-sides.gif | Bin 134 -> 0 bytes .../tab-default-top-focus-active-corners.gif | Bin 110 -> 0 bytes .../tab/tab-default-top-focus-active-fbg.gif | Bin 89 -> 0 bytes .../tab-default-top-focus-active-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-top-focus-corners.gif | Bin 82 -> 0 bytes .../images/tab/tab-default-top-focus-fbg.gif | Bin 89 -> 0 bytes .../tab-default-top-focus-over-corners.gif | Bin 109 -> 0 bytes .../tab/tab-default-top-focus-over-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-top-focus-over-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-top-focus-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-top-over-corners.gif | Bin 83 -> 0 bytes .../images/tab/tab-default-top-over-fbg.gif | Bin 89 -> 0 bytes .../images/tab/tab-default-top-over-sides.gif | Bin 134 -> 0 bytes .../images/tab/tab-default-top-sides.gif | Bin 61 -> 0 bytes .../images/tip/tip-default-corners.gif | Bin 288 -> 0 bytes .../images/tip/tip-default-sides.gif | Bin 212 -> 0 bytes .../images/tip/tip-form-invalid-corners.gif | Bin 288 -> 0 bytes .../images/tip/tip-form-invalid-sides.gif | Bin 212 -> 0 bytes .../images/toolbar/default-more-left.png | Bin 2856 -> 0 bytes .../resources/images/toolbar/default-more.png | Bin 2856 -> 0 bytes .../images/toolbar/default-scroll-bottom.png | Bin 3128 -> 0 bytes .../images/toolbar/default-scroll-left.png | Bin 3187 -> 0 bytes .../images/toolbar/default-scroll-right.png | Bin 3171 -> 0 bytes .../images/toolbar/default-scroll-top.png | Bin 3112 -> 0 bytes .../images/toolbar/footer-more-left.png | Bin 2856 -> 0 bytes .../resources/images/toolbar/footer-more.png | Bin 2856 -> 0 bytes .../images/toolbar/footer-scroll-left.png | Bin 3187 -> 0 bytes .../images/toolbar/footer-scroll-right.png | Bin 3171 -> 0 bytes .../images/tools/tool-sprites-dark.png | Bin 10690 -> 0 bytes .../resources/images/tools/tool-sprites.png | Bin 11210 -> 0 bytes .../resources/images/tree/arrows-rtl.png | Bin 18191 -> 0 bytes .../resources/images/tree/arrows.png | Bin 3319 -> 0 bytes .../resources/images/tree/drop-above.png | Bin 1203 -> 0 bytes .../resources/images/tree/drop-add.gif | Bin 1001 -> 0 bytes .../resources/images/tree/drop-add.png | Bin 15562 -> 0 bytes .../resources/images/tree/drop-append.png | Bin 1203 -> 0 bytes .../resources/images/tree/drop-below.png | Bin 1203 -> 0 bytes .../resources/images/tree/drop-between.gif | Bin 104 -> 0 bytes .../resources/images/tree/drop-between.png | Bin 1203 -> 0 bytes .../resources/images/tree/drop-no.gif | Bin 949 -> 0 bytes .../resources/images/tree/drop-no.png | Bin 18138 -> 0 bytes .../resources/images/tree/drop-over.gif | Bin 140 -> 0 bytes .../resources/images/tree/drop-over.png | Bin 18068 -> 0 bytes .../resources/images/tree/drop-under.gif | Bin 141 -> 0 bytes .../resources/images/tree/drop-under.png | Bin 18240 -> 0 bytes .../resources/images/tree/drop-yes.gif | Bin 1016 -> 0 bytes .../resources/images/tree/drop-yes.png | Bin 15690 -> 0 bytes .../images/tree/elbow-end-minus-rtl.png | Bin 17781 -> 0 bytes .../resources/images/tree/elbow-end-minus.png | Bin 2894 -> 0 bytes .../images/tree/elbow-end-plus-rtl.png | Bin 17803 -> 0 bytes .../resources/images/tree/elbow-end-plus.png | Bin 2920 -> 0 bytes .../resources/images/tree/elbow-end-rtl.png | Bin 17755 -> 0 bytes .../resources/images/tree/elbow-end.png | Bin 2869 -> 0 bytes .../resources/images/tree/elbow-line-rtl.png | Bin 17749 -> 0 bytes .../resources/images/tree/elbow-line.png | Bin 2869 -> 0 bytes .../images/tree/elbow-minus-nl-rtl.png | Bin 17743 -> 0 bytes .../resources/images/tree/elbow-minus-nl.png | Bin 2858 -> 0 bytes .../resources/images/tree/elbow-minus-rtl.png | Bin 17786 -> 0 bytes .../resources/images/tree/elbow-minus.png | Bin 2905 -> 0 bytes .../images/tree/elbow-plus-nl-rtl.png | Bin 17769 -> 0 bytes .../resources/images/tree/elbow-plus-nl.png | Bin 2887 -> 0 bytes .../resources/images/tree/elbow-plus-rtl.png | Bin 17803 -> 0 bytes .../resources/images/tree/elbow-plus.png | Bin 2921 -> 0 bytes .../resources/images/tree/elbow-rtl.png | Bin 17761 -> 0 bytes .../resources/images/tree/elbow.png | Bin 2875 -> 0 bytes .../resources/images/tree/folder-open-rtl.png | Bin 17832 -> 0 bytes .../resources/images/tree/folder-open.png | Bin 2947 -> 0 bytes .../resources/images/tree/folder-rtl.png | Bin 17743 -> 0 bytes .../resources/images/tree/folder.png | Bin 2863 -> 0 bytes .../resources/images/tree/leaf-rtl.png | Bin 2877 -> 0 bytes .../resources/images/tree/leaf.png | Bin 2888 -> 0 bytes .../resources/images/tree/loading.gif | Bin 1849 -> 0 bytes .../images/util/splitter/mini-bottom.png | Bin 3017 -> 0 bytes .../images/util/splitter/mini-left.png | Bin 3047 -> 0 bytes .../images/util/splitter/mini-right.png | Bin 3045 -> 0 bytes .../images/util/splitter/mini-top.png | Bin 3010 -> 0 bytes .../window-header-default-bottom-corners.gif | Bin 121 -> 0 bytes .../window-header-default-bottom-sides.gif | Bin 71 -> 0 bytes ...eader-default-collapsed-bottom-corners.gif | Bin 137 -> 0 bytes ...-header-default-collapsed-bottom-sides.gif | Bin 71 -> 0 bytes ...der-default-collapsed-left-corners-rtl.gif | Bin 137 -> 0 bytes ...-header-default-collapsed-left-corners.gif | Bin 137 -> 0 bytes ...ow-header-default-collapsed-left-sides.gif | Bin 106 -> 0 bytes ...er-default-collapsed-right-corners-rtl.gif | Bin 137 -> 0 bytes ...header-default-collapsed-right-corners.gif | Bin 137 -> 0 bytes ...w-header-default-collapsed-right-sides.gif | Bin 106 -> 0 bytes ...w-header-default-collapsed-top-corners.gif | Bin 137 -> 0 bytes ...dow-header-default-collapsed-top-sides.gif | Bin 71 -> 0 bytes ...window-header-default-left-corners-rtl.gif | Bin 121 -> 0 bytes .../window-header-default-left-corners.gif | Bin 121 -> 0 bytes .../window-header-default-left-sides.gif | Bin 106 -> 0 bytes ...indow-header-default-right-corners-rtl.gif | Bin 121 -> 0 bytes .../window-header-default-right-corners.gif | Bin 121 -> 0 bytes .../window-header-default-right-sides.gif | Bin 106 -> 0 bytes .../window-header-default-top-corners.gif | Bin 97 -> 0 bytes .../window-header-default-top-sides.gif | Bin 71 -> 0 bytes .../images/window/toast/fade-blue.png | Bin 1347 -> 0 bytes .../resources/images/window/toast/fader.png | Bin 2404 -> 0 bytes .../images/window/toast/icon16_error.png | Bin 1108 -> 0 bytes .../images/window/toast/icon16_info.png | Bin 851 -> 0 bytes .../images/window/window-default-corners.gif | Bin 189 -> 0 bytes .../images/window/window-default-sides.gif | Bin 212 -> 0 bytes .../resources/theme-base/Readme.md | 3 - .../resources/theme-crisp-touch-all-debug.css | 2 - .../theme-crisp-touch-all-debug_1.css | 15624 - .../theme-crisp-touch-all-debug_2.css | 2537 - .../theme-crisp-touch-all-rtl-debug.css | 2 - .../theme-crisp-touch-all-rtl-debug_1.css | 15683 - .../theme-crisp-touch-all-rtl-debug_2.css | 3823 - .../resources/theme-crisp-touch-all-rtl.css | 2 - .../resources/theme-crisp-touch-all-rtl_1.css | 1 - .../resources/theme-crisp-touch-all-rtl_2.css | 1 - .../resources/theme-crisp-touch-all.css | 2 - .../resources/theme-crisp-touch-all_1.css | 1 - .../resources/theme-crisp-touch-all_2.css | 1 - .../resources/theme-crisp/Readme.md | 3 - .../breadcrumb/default-arrow-open-rtl.png | Bin 18218 -> 0 bytes .../images/breadcrumb/default-arrow-open.png | Bin 17341 -> 0 bytes .../images/breadcrumb/default-arrow-rtl.png | Bin 18224 -> 0 bytes .../images/breadcrumb/default-arrow.png | Bin 17350 -> 0 bytes .../images/breadcrumb/default-scroll-left.png | Bin 17863 -> 0 bytes .../breadcrumb/default-scroll-right.png | Bin 18300 -> 0 bytes .../default-split-arrow-open-rtl.png | Bin 18253 -> 0 bytes .../breadcrumb/default-split-arrow-open.png | Bin 17377 -> 0 bytes .../default-split-arrow-over-rtl.png | Bin 18260 -> 0 bytes .../breadcrumb/default-split-arrow-over.png | Bin 17383 -> 0 bytes .../breadcrumb/default-split-arrow-rtl.png | Bin 18245 -> 0 bytes .../images/breadcrumb/default-split-arrow.png | Bin 17373 -> 0 bytes .../images/button/default-large-arrow-rtl.png | Bin 18297 -> 0 bytes .../images/button/default-large-arrow.png | Bin 17418 -> 0 bytes .../button/default-large-s-arrow-b-rtl.png | Bin 18560 -> 0 bytes .../images/button/default-large-s-arrow-b.png | Bin 18118 -> 0 bytes .../button/default-large-s-arrow-rtl.png | Bin 18336 -> 0 bytes .../images/button/default-large-s-arrow.png | Bin 17460 -> 0 bytes .../button/default-medium-arrow-rtl.png | Bin 18295 -> 0 bytes .../images/button/default-medium-arrow.png | Bin 17418 -> 0 bytes .../button/default-medium-s-arrow-b-rtl.png | Bin 18382 -> 0 bytes .../button/default-medium-s-arrow-b.png | Bin 17502 -> 0 bytes .../button/default-medium-s-arrow-rtl.png | Bin 18367 -> 0 bytes .../images/button/default-medium-s-arrow.png | Bin 17492 -> 0 bytes .../images/button/default-small-arrow-rtl.png | Bin 18206 -> 0 bytes .../images/button/default-small-arrow.png | Bin 17328 -> 0 bytes .../button/default-small-s-arrow-b-rtl.png | Bin 18251 -> 0 bytes .../images/button/default-small-s-arrow-b.png | Bin 17373 -> 0 bytes .../button/default-small-s-arrow-rtl.png | Bin 18240 -> 0 bytes .../images/button/default-small-s-arrow.png | Bin 17364 -> 0 bytes .../default-toolbar-large-arrow-rtl.png | Bin 18310 -> 0 bytes .../button/default-toolbar-large-arrow.png | Bin 17433 -> 0 bytes .../default-toolbar-large-s-arrow-b.png | Bin 17493 -> 0 bytes .../default-toolbar-large-s-arrow-rtl.png | Bin 18351 -> 0 bytes .../button/default-toolbar-large-s-arrow.png | Bin 17475 -> 0 bytes .../default-toolbar-medium-arrow-rtl.png | Bin 18245 -> 0 bytes .../button/default-toolbar-medium-arrow.png | Bin 17378 -> 0 bytes .../default-toolbar-medium-s-arrow-b-rtl.png | Bin 18317 -> 0 bytes .../default-toolbar-medium-s-arrow-b.png | Bin 17440 -> 0 bytes .../default-toolbar-medium-s-arrow-rtl.png | Bin 18294 -> 0 bytes .../button/default-toolbar-medium-s-arrow.png | Bin 17417 -> 0 bytes .../default-toolbar-small-arrow-rtl.png | Bin 18219 -> 0 bytes .../button/default-toolbar-small-arrow.png | Bin 17341 -> 0 bytes .../default-toolbar-small-s-arrow-b-rtl.png | Bin 18268 -> 0 bytes .../default-toolbar-small-s-arrow-b.png | Bin 17390 -> 0 bytes .../default-toolbar-small-s-arrow-rtl.png | Bin 18254 -> 0 bytes .../button/default-toolbar-small-s-arrow.png | Bin 17377 -> 0 bytes .../button/grid-cell-small-arrow-rtl.png | Bin 18204 -> 0 bytes .../images/button/grid-cell-small-arrow.png | Bin 17326 -> 0 bytes .../button/grid-cell-small-s-arrow-b.png | Bin 17373 -> 0 bytes .../button/grid-cell-small-s-arrow-rtl.png | Bin 17362 -> 0 bytes .../images/button/grid-cell-small-s-arrow.png | Bin 17364 -> 0 bytes .../button/plain-toolbar-large-arrow-rtl.png | Bin 18310 -> 0 bytes .../button/plain-toolbar-large-arrow.png | Bin 17433 -> 0 bytes .../plain-toolbar-large-s-arrow-b-rtl.png | Bin 18369 -> 0 bytes .../button/plain-toolbar-large-s-arrow-b.png | Bin 17493 -> 0 bytes .../plain-toolbar-large-s-arrow-rtl.png | Bin 18351 -> 0 bytes .../button/plain-toolbar-large-s-arrow.png | Bin 17475 -> 0 bytes .../button/plain-toolbar-medium-arrow-rtl.png | Bin 18257 -> 0 bytes .../button/plain-toolbar-medium-arrow.png | Bin 17378 -> 0 bytes .../plain-toolbar-medium-s-arrow-b-rtl.png | Bin 18317 -> 0 bytes .../button/plain-toolbar-medium-s-arrow-b.png | Bin 17440 -> 0 bytes .../plain-toolbar-medium-s-arrow-rtl.png | Bin 18294 -> 0 bytes .../button/plain-toolbar-medium-s-arrow.png | Bin 17417 -> 0 bytes .../button/plain-toolbar-small-arrow-rtl.png | Bin 18219 -> 0 bytes .../button/plain-toolbar-small-arrow.png | Bin 17341 -> 0 bytes .../plain-toolbar-small-s-arrow-b-rtl.png | Bin 18268 -> 0 bytes .../button/plain-toolbar-small-s-arrow-b.png | Bin 17390 -> 0 bytes .../plain-toolbar-small-s-arrow-rtl.png | Bin 18254 -> 0 bytes .../button/plain-toolbar-small-s-arrow.png | Bin 17377 -> 0 bytes .../images/datepicker/arrow-left.png | Bin 17361 -> 0 bytes .../images/datepicker/arrow-right.png | Bin 17360 -> 0 bytes .../images/datepicker/month-arrow.png | Bin 18237 -> 0 bytes .../theme-crisp/images/editor/tb-sprite.png | Bin 18921 -> 0 bytes .../images/fieldset/collapse-tool.png | Bin 17474 -> 0 bytes .../theme-crisp/images/form/checkbox.png | Bin 17917 -> 0 bytes .../images/form/clear-trigger-rtl.png | Bin 18517 -> 0 bytes .../theme-crisp/images/form/clear-trigger.png | Bin 18517 -> 0 bytes .../images/form/date-trigger-rtl.png | Bin 17847 -> 0 bytes .../theme-crisp/images/form/date-trigger.png | Bin 17847 -> 0 bytes .../theme-crisp/images/form/exclamation.png | Bin 1351 -> 0 bytes .../theme-crisp/images/form/radio.png | Bin 18907 -> 0 bytes .../images/form/search-trigger-rtl.png | Bin 18421 -> 0 bytes .../images/form/search-trigger.png | Bin 18421 -> 0 bytes .../images/form/spinner-down-rtl.png | Bin 1293 -> 0 bytes .../theme-crisp/images/form/spinner-down.png | Bin 1293 -> 0 bytes .../theme-crisp/images/form/spinner-rtl.png | Bin 18606 -> 0 bytes .../images/form/spinner-up-rtl.png | Bin 1340 -> 0 bytes .../theme-crisp/images/form/spinner-up.png | Bin 1340 -> 0 bytes .../theme-crisp/images/form/spinner.png | Bin 18606 -> 0 bytes .../images/form/tag-field-item-close.png | Bin 18718 -> 0 bytes .../theme-crisp/images/form/trigger-rtl.png | Bin 17627 -> 0 bytes .../theme-crisp/images/form/trigger.png | Bin 17627 -> 0 bytes .../theme-crisp/images/grid/columns.png | Bin 17369 -> 0 bytes .../images/grid/filters/equals.png | Bin 17945 -> 0 bytes .../theme-crisp/images/grid/filters/find.png | Bin 18178 -> 0 bytes .../images/grid/filters/greater_than.png | Bin 18161 -> 0 bytes .../images/grid/filters/less_than.png | Bin 18129 -> 0 bytes .../theme-crisp/images/grid/group-by.png | Bin 17331 -> 0 bytes .../images/grid/group-collapse.png | Bin 2809 -> 0 bytes .../theme-crisp/images/grid/group-expand.png | Bin 2823 -> 0 bytes .../theme-crisp/images/grid/hd-pop.png | Bin 17305 -> 0 bytes .../theme-crisp/images/grid/hmenu-asc.png | Bin 17361 -> 0 bytes .../theme-crisp/images/grid/hmenu-desc.png | Bin 17821 -> 0 bytes .../theme-crisp/images/grid/hmenu-lock.png | Bin 17440 -> 0 bytes .../theme-crisp/images/grid/hmenu-unlock.png | Bin 17853 -> 0 bytes .../theme-crisp/images/grid/page-first.png | Bin 17473 -> 0 bytes .../theme-crisp/images/grid/page-last.png | Bin 17918 -> 0 bytes .../theme-crisp/images/grid/page-next.png | Bin 17434 -> 0 bytes .../theme-crisp/images/grid/page-prev.png | Bin 17860 -> 0 bytes .../theme-crisp/images/grid/refresh.png | Bin 18380 -> 0 bytes .../theme-crisp/images/grid/sort_asc.png | Bin 18239 -> 0 bytes .../theme-crisp/images/grid/sort_desc.png | Bin 18260 -> 0 bytes .../images/menu/default-checked.png | Bin 18167 -> 0 bytes .../images/menu/default-group-checked.png | Bin 17364 -> 0 bytes .../images/menu/default-menu-parent-left.png | Bin 18214 -> 0 bytes .../images/menu/default-menu-parent.png | Bin 18215 -> 0 bytes .../images/menu/default-scroll-bottom.png | Bin 18266 -> 0 bytes .../images/menu/default-scroll-top.png | Bin 18260 -> 0 bytes .../images/menu/default-unchecked.png | Bin 18001 -> 0 bytes .../theme-crisp/images/shared/icon-error.png | Bin 18494 -> 0 bytes .../theme-crisp/images/shared/icon-info.png | Bin 18750 -> 0 bytes .../images/shared/icon-question.png | Bin 18634 -> 0 bytes .../images/shared/icon-warning.png | Bin 17717 -> 0 bytes .../tab-bar/default-plain-scroll-bottom.png | Bin 18498 -> 0 bytes .../tab-bar/default-plain-scroll-left.png | Bin 18514 -> 0 bytes .../tab-bar/default-plain-scroll-right.png | Bin 18517 -> 0 bytes .../tab-bar/default-plain-scroll-top.png | Bin 18484 -> 0 bytes .../images/tab-bar/default-scroll-bottom.png | Bin 18498 -> 0 bytes .../images/tab-bar/default-scroll-left.png | Bin 18514 -> 0 bytes .../images/tab-bar/default-scroll-right.png | Bin 18517 -> 0 bytes .../images/tab-bar/default-scroll-top.png | Bin 18484 -> 0 bytes .../images/tab/tab-default-close.png | Bin 3526 -> 0 bytes .../images/toolbar/default-more-left.png | Bin 15380 -> 0 bytes .../images/toolbar/default-more.png | Bin 15380 -> 0 bytes .../images/toolbar/default-scroll-bottom.png | Bin 18266 -> 0 bytes .../images/toolbar/default-scroll-left.png | Bin 17863 -> 0 bytes .../images/toolbar/default-scroll-right.png | Bin 18300 -> 0 bytes .../images/toolbar/default-scroll-top.png | Bin 18260 -> 0 bytes .../images/toolbar/footer-more-left.png | Bin 15380 -> 0 bytes .../images/toolbar/footer-more.png | Bin 15380 -> 0 bytes .../images/toolbar/footer-scroll-left.png | Bin 18302 -> 0 bytes .../images/toolbar/footer-scroll-right.png | Bin 18300 -> 0 bytes .../images/tools/tool-sprites-dark.png | Bin 24329 -> 0 bytes .../theme-crisp/images/tools/tool-sprites.png | Bin 24404 -> 0 bytes .../theme-crisp/images/tree/arrows-rtl.png | Bin 17997 -> 0 bytes .../theme-crisp/images/tree/arrows.png | Bin 3078 -> 0 bytes .../images/tree/elbow-end-minus-rtl.png | Bin 18218 -> 0 bytes .../images/tree/elbow-end-minus.png | Bin 17334 -> 0 bytes .../images/tree/elbow-end-plus-rtl.png | Bin 18417 -> 0 bytes .../images/tree/elbow-end-plus.png | Bin 18414 -> 0 bytes .../theme-crisp/images/tree/elbow-end-rtl.png | Bin 18372 -> 0 bytes .../theme-crisp/images/tree/elbow-end.png | Bin 18366 -> 0 bytes .../images/tree/elbow-line-rtl.png | Bin 18359 -> 0 bytes .../theme-crisp/images/tree/elbow-line.png | Bin 18357 -> 0 bytes .../images/tree/elbow-minus-nl-rtl.png | Bin 18374 -> 0 bytes .../images/tree/elbow-minus-nl.png | Bin 18374 -> 0 bytes .../images/tree/elbow-minus-rtl.png | Bin 18398 -> 0 bytes .../theme-crisp/images/tree/elbow-minus.png | Bin 18399 -> 0 bytes .../images/tree/elbow-plus-nl-rtl.png | Bin 18396 -> 0 bytes .../theme-crisp/images/tree/elbow-plus-nl.png | Bin 18398 -> 0 bytes .../images/tree/elbow-plus-rtl.png | Bin 18416 -> 0 bytes .../theme-crisp/images/tree/elbow-plus.png | Bin 18413 -> 0 bytes .../theme-crisp/images/tree/elbow-rtl.png | Bin 18370 -> 0 bytes .../theme-crisp/images/tree/elbow.png | Bin 18368 -> 0 bytes .../images/tree/folder-open-rtl.png | Bin 18256 -> 0 bytes .../theme-crisp/images/tree/folder-open.png | Bin 17824 -> 0 bytes .../theme-crisp/images/tree/folder-rtl.png | Bin 18176 -> 0 bytes .../theme-crisp/images/tree/folder.png | Bin 17298 -> 0 bytes .../theme-crisp/images/tree/leaf-rtl.png | Bin 17324 -> 0 bytes .../theme-crisp/images/tree/leaf.png | Bin 17771 -> 0 bytes .../images/util/splitter/mini-bottom.png | Bin 15274 -> 0 bytes .../images/util/splitter/mini-left.png | Bin 15265 -> 0 bytes .../images/util/splitter/mini-right.png | Bin 15271 -> 0 bytes .../images/util/splitter/mini-top.png | Bin 15263 -> 0 bytes .../resources/theme-neptune/Readme.md | 3 - .../breadcrumb/default-arrow-open-rtl.png | Bin 205 -> 0 bytes .../images/breadcrumb/default-arrow-open.png | Bin 206 -> 0 bytes .../images/breadcrumb/default-arrow-rtl.png | Bin 217 -> 0 bytes .../images/breadcrumb/default-arrow.png | Bin 219 -> 0 bytes .../images/breadcrumb/default-scroll-left.png | Bin 2990 -> 0 bytes .../breadcrumb/default-scroll-right.png | Bin 2983 -> 0 bytes .../default-split-arrow-open-rtl.png | Bin 242 -> 0 bytes .../breadcrumb/default-split-arrow-open.png | Bin 241 -> 0 bytes .../default-split-arrow-over-rtl.png | Bin 256 -> 0 bytes .../breadcrumb/default-split-arrow-over.png | Bin 257 -> 0 bytes .../breadcrumb/default-split-arrow-rtl.png | Bin 256 -> 0 bytes .../images/breadcrumb/default-split-arrow.png | Bin 255 -> 0 bytes .../images/button/default-large-arrow-rtl.png | Bin 184 -> 0 bytes .../images/button/default-large-arrow.png | Bin 247 -> 0 bytes .../button/default-large-s-arrow-b-rtl.png | Bin 241 -> 0 bytes .../images/button/default-large-s-arrow-b.png | Bin 285 -> 0 bytes .../button/default-large-s-arrow-rtl.png | Bin 254 -> 0 bytes .../images/button/default-large-s-arrow.png | Bin 348 -> 0 bytes .../button/default-medium-arrow-rtl.png | Bin 153 -> 0 bytes .../images/button/default-medium-arrow.png | Bin 220 -> 0 bytes .../button/default-medium-s-arrow-b-rtl.png | Bin 211 -> 0 bytes .../button/default-medium-s-arrow-b.png | Bin 261 -> 0 bytes .../button/default-medium-s-arrow-rtl.png | Bin 220 -> 0 bytes .../images/button/default-medium-s-arrow.png | Bin 308 -> 0 bytes .../images/button/default-small-arrow-rtl.png | Bin 120 -> 0 bytes .../images/button/default-small-arrow.png | Bin 173 -> 0 bytes .../button/default-small-s-arrow-b-rtl.png | Bin 173 -> 0 bytes .../images/button/default-small-s-arrow-b.png | Bin 1121 -> 0 bytes .../button/default-small-s-arrow-rtl.png | Bin 166 -> 0 bytes .../images/button/default-small-s-arrow.png | Bin 1106 -> 0 bytes .../default-toolbar-large-arrow-rtl.png | Bin 186 -> 0 bytes .../button/default-toolbar-large-arrow.png | Bin 290 -> 0 bytes .../default-toolbar-large-s-arrow-b-rtl.png | Bin 240 -> 0 bytes .../default-toolbar-large-s-arrow-b.png | Bin 336 -> 0 bytes .../default-toolbar-large-s-arrow-rtl.png | Bin 253 -> 0 bytes .../button/default-toolbar-large-s-arrow.png | Bin 340 -> 0 bytes .../default-toolbar-medium-arrow-rtl.png | Bin 154 -> 0 bytes .../button/default-toolbar-medium-arrow.png | Bin 252 -> 0 bytes .../default-toolbar-medium-s-arrow-b-rtl.png | Bin 209 -> 0 bytes .../default-toolbar-medium-s-arrow-b.png | Bin 291 -> 0 bytes .../default-toolbar-medium-s-arrow-rtl.png | Bin 259 -> 0 bytes .../button/default-toolbar-medium-s-arrow.png | Bin 361 -> 0 bytes .../default-toolbar-small-arrow-rtl.png | Bin 122 -> 0 bytes .../button/default-toolbar-small-arrow.png | Bin 199 -> 0 bytes .../default-toolbar-small-s-arrow-b-rtl.png | Bin 193 -> 0 bytes .../default-toolbar-small-s-arrow-b.png | Bin 252 -> 0 bytes .../default-toolbar-small-s-arrow-rtl.png | Bin 176 -> 0 bytes .../button/default-toolbar-small-s-arrow.png | Bin 234 -> 0 bytes .../button/grid-cell-small-arrow-rtl.png | Bin 15044 -> 0 bytes .../images/button/grid-cell-small-arrow.png | Bin 173 -> 0 bytes .../button/grid-cell-small-s-arrow-b.png | Bin 1121 -> 0 bytes .../button/grid-cell-small-s-arrow-rtl.png | Bin 166 -> 0 bytes .../images/button/grid-cell-small-s-arrow.png | Bin 1106 -> 0 bytes .../button/plain-toolbar-large-arrow-rtl.png | Bin 186 -> 0 bytes .../button/plain-toolbar-large-arrow.png | Bin 290 -> 0 bytes .../plain-toolbar-large-s-arrow-b-rtl.png | Bin 240 -> 0 bytes .../button/plain-toolbar-large-s-arrow-b.png | Bin 336 -> 0 bytes .../plain-toolbar-large-s-arrow-rtl.png | Bin 253 -> 0 bytes .../button/plain-toolbar-large-s-arrow.png | Bin 340 -> 0 bytes .../button/plain-toolbar-medium-arrow-rtl.png | Bin 154 -> 0 bytes .../button/plain-toolbar-medium-arrow.png | Bin 252 -> 0 bytes .../plain-toolbar-medium-s-arrow-b-rtl.png | Bin 209 -> 0 bytes .../button/plain-toolbar-medium-s-arrow-b.png | Bin 291 -> 0 bytes .../plain-toolbar-medium-s-arrow-rtl.png | Bin 259 -> 0 bytes .../button/plain-toolbar-medium-s-arrow.png | Bin 361 -> 0 bytes .../button/plain-toolbar-small-arrow-rtl.png | Bin 122 -> 0 bytes .../button/plain-toolbar-small-arrow.png | Bin 199 -> 0 bytes .../plain-toolbar-small-s-arrow-b-rtl.png | Bin 193 -> 0 bytes .../button/plain-toolbar-small-s-arrow-b.png | Bin 252 -> 0 bytes .../plain-toolbar-small-s-arrow-rtl.png | Bin 176 -> 0 bytes .../button/plain-toolbar-small-s-arrow.png | Bin 234 -> 0 bytes .../images/datepicker/arrow-left.png | Bin 1065 -> 0 bytes .../images/datepicker/arrow-right.png | Bin 1065 -> 0 bytes .../images/datepicker/month-arrow.png | Bin 975 -> 0 bytes .../theme-neptune/images/dd/drop-add.png | Bin 1325 -> 0 bytes .../theme-neptune/images/dd/drop-no.png | Bin 1277 -> 0 bytes .../theme-neptune/images/dd/drop-yes.png | Bin 1325 -> 0 bytes .../theme-neptune/images/editor/tb-sprite.png | Bin 2487 -> 0 bytes .../images/fieldset/collapse-tool.png | Bin 332 -> 0 bytes .../theme-neptune/images/form/checkbox.png | Bin 1826 -> 0 bytes .../images/form/clear-trigger-rtl.png | Bin 1718 -> 0 bytes .../images/form/clear-trigger.png | Bin 1718 -> 0 bytes .../images/form/date-trigger-rtl.png | Bin 1257 -> 0 bytes .../images/form/date-trigger.png | Bin 1257 -> 0 bytes .../theme-neptune/images/form/exclamation.png | Bin 1190 -> 0 bytes .../theme-neptune/images/form/radio.png | Bin 2434 -> 0 bytes .../images/form/search-trigger-rtl.png | Bin 1624 -> 0 bytes .../images/form/search-trigger.png | Bin 1624 -> 0 bytes .../theme-neptune/images/form/spinner-rtl.png | Bin 1304 -> 0 bytes .../theme-neptune/images/form/spinner.png | Bin 1304 -> 0 bytes .../images/form/tag-field-item-close.png | Bin 16459 -> 0 bytes .../theme-neptune/images/form/trigger-rtl.png | Bin 1137 -> 0 bytes .../theme-neptune/images/form/trigger.png | Bin 1137 -> 0 bytes .../images/grid/col-move-bottom.png | Bin 1222 -> 0 bytes .../images/grid/col-move-top.png | Bin 1222 -> 0 bytes .../theme-neptune/images/grid/columns.png | Bin 1110 -> 0 bytes .../images/grid/dd-insert-arrow-left.png | Bin 1044 -> 0 bytes .../images/grid/dd-insert-arrow-right.png | Bin 1049 -> 0 bytes .../theme-neptune/images/grid/dirty-rtl.png | Bin 972 -> 0 bytes .../theme-neptune/images/grid/dirty.png | Bin 972 -> 0 bytes .../theme-neptune/images/grid/drop-no.png | Bin 1277 -> 0 bytes .../theme-neptune/images/grid/drop-yes.png | Bin 1325 -> 0 bytes .../images/grid/filters/equals.png | Bin 17709 -> 0 bytes .../images/grid/filters/find.png | Bin 17992 -> 0 bytes .../images/grid/filters/greater_than.png | Bin 17938 -> 0 bytes .../images/grid/filters/less_than.png | Bin 17929 -> 0 bytes .../theme-neptune/images/grid/group-by.png | Bin 1069 -> 0 bytes .../images/grid/group-collapse.png | Bin 216 -> 0 bytes .../images/grid/group-expand.png | Bin 228 -> 0 bytes .../theme-neptune/images/grid/hd-pop.png | Bin 196 -> 0 bytes .../theme-neptune/images/grid/hmenu-asc.png | Bin 1007 -> 0 bytes .../theme-neptune/images/grid/hmenu-desc.png | Bin 1007 -> 0 bytes .../theme-neptune/images/grid/hmenu-lock.png | Bin 1091 -> 0 bytes .../images/grid/hmenu-unlock.png | Bin 1078 -> 0 bytes .../theme-neptune/images/grid/loading.gif | Bin 1849 -> 0 bytes .../theme-neptune/images/grid/page-first.png | Bin 1134 -> 0 bytes .../theme-neptune/images/grid/page-last.png | Bin 1140 -> 0 bytes .../theme-neptune/images/grid/page-next.png | Bin 1122 -> 0 bytes .../theme-neptune/images/grid/page-prev.png | Bin 1118 -> 0 bytes .../theme-neptune/images/grid/pick-button.png | Bin 1126 -> 0 bytes .../theme-neptune/images/grid/refresh.png | Bin 1238 -> 0 bytes .../theme-neptune/images/grid/sort_asc.png | Bin 1007 -> 0 bytes .../theme-neptune/images/grid/sort_desc.png | Bin 1007 -> 0 bytes .../theme-neptune/images/loadmask/loading.gif | Bin 1849 -> 0 bytes .../images/menu/default-checked.png | Bin 1280 -> 0 bytes .../images/menu/default-group-checked.png | Bin 1073 -> 0 bytes .../images/menu/default-menu-parent-left.png | Bin 1007 -> 0 bytes .../images/menu/default-menu-parent.png | Bin 1012 -> 0 bytes .../images/menu/default-scroll-bottom.png | Bin 1119 -> 0 bytes .../images/menu/default-scroll-top.png | Bin 1109 -> 0 bytes .../images/menu/default-unchecked.png | Bin 1090 -> 0 bytes .../images/shared/icon-error.png | Bin 2272 -> 0 bytes .../theme-neptune/images/shared/icon-info.png | Bin 3376 -> 0 bytes .../images/shared/icon-question.png | Bin 1668 -> 0 bytes .../images/shared/icon-warning.png | Bin 1967 -> 0 bytes .../theme-neptune/images/sizer/e-handle.png | Bin 946 -> 0 bytes .../theme-neptune/images/sizer/ne-handle.png | Bin 951 -> 0 bytes .../theme-neptune/images/sizer/nw-handle.png | Bin 950 -> 0 bytes .../theme-neptune/images/sizer/s-handle.png | Bin 939 -> 0 bytes .../theme-neptune/images/sizer/se-handle.png | Bin 953 -> 0 bytes .../theme-neptune/images/sizer/sw-handle.png | Bin 950 -> 0 bytes .../theme-neptune/images/slider/slider-bg.png | Bin 465 -> 0 bytes .../images/slider/slider-thumb.png | Bin 2420 -> 0 bytes .../images/slider/slider-v-bg.png | Bin 464 -> 0 bytes .../images/slider/slider-v-thumb.png | Bin 2420 -> 0 bytes .../tab-bar/default-plain-scroll-bottom.png | Bin 348 -> 0 bytes .../tab-bar/default-plain-scroll-left.png | Bin 360 -> 0 bytes .../tab-bar/default-plain-scroll-right.png | Bin 351 -> 0 bytes .../tab-bar/default-plain-scroll-top.png | Bin 344 -> 0 bytes .../images/tab-bar/default-scroll-bottom.png | Bin 262 -> 0 bytes .../images/tab-bar/default-scroll-left.png | Bin 253 -> 0 bytes .../images/tab-bar/default-scroll-right.png | Bin 246 -> 0 bytes .../images/tab-bar/default-scroll-top.png | Bin 249 -> 0 bytes .../images/tab/tab-default-close.png | Bin 1388 -> 0 bytes .../images/toolbar/default-more-left.png | Bin 972 -> 0 bytes .../images/toolbar/default-more.png | Bin 972 -> 0 bytes .../images/toolbar/default-scroll-bottom.png | Bin 17867 -> 0 bytes .../images/toolbar/default-scroll-left.png | Bin 2990 -> 0 bytes .../images/toolbar/default-scroll-right.png | Bin 2983 -> 0 bytes .../images/toolbar/default-scroll-top.png | Bin 17867 -> 0 bytes .../images/toolbar/footer-more-left.png | Bin 972 -> 0 bytes .../images/toolbar/footer-more.png | Bin 972 -> 0 bytes .../images/toolbar/footer-scroll-left.png | Bin 2990 -> 0 bytes .../images/toolbar/footer-scroll-right.png | Bin 2983 -> 0 bytes .../images/tools/tool-sprites-dark.png | Bin 3249 -> 0 bytes .../images/tools/tool-sprites.png | Bin 3642 -> 0 bytes .../theme-neptune/images/tree/arrows-rtl.png | Bin 399 -> 0 bytes .../theme-neptune/images/tree/arrows.png | Bin 416 -> 0 bytes .../theme-neptune/images/tree/drop-above.png | Bin 1203 -> 0 bytes .../theme-neptune/images/tree/drop-add.gif | Bin 1001 -> 0 bytes .../theme-neptune/images/tree/drop-add.png | Bin 15562 -> 0 bytes .../theme-neptune/images/tree/drop-append.png | Bin 1203 -> 0 bytes .../theme-neptune/images/tree/drop-below.png | Bin 1203 -> 0 bytes .../images/tree/drop-between.gif | Bin 104 -> 0 bytes .../images/tree/drop-between.png | Bin 1203 -> 0 bytes .../theme-neptune/images/tree/drop-no.gif | Bin 949 -> 0 bytes .../theme-neptune/images/tree/drop-no.png | Bin 18138 -> 0 bytes .../theme-neptune/images/tree/drop-over.gif | Bin 140 -> 0 bytes .../theme-neptune/images/tree/drop-over.png | Bin 18068 -> 0 bytes .../theme-neptune/images/tree/drop-under.gif | Bin 141 -> 0 bytes .../theme-neptune/images/tree/drop-under.png | Bin 18240 -> 0 bytes .../theme-neptune/images/tree/drop-yes.gif | Bin 1016 -> 0 bytes .../theme-neptune/images/tree/drop-yes.png | Bin 15690 -> 0 bytes .../images/tree/elbow-end-minus-rtl.png | Bin 1047 -> 0 bytes .../images/tree/elbow-end-minus.png | Bin 1059 -> 0 bytes .../images/tree/elbow-end-plus-rtl.png | Bin 1090 -> 0 bytes .../images/tree/elbow-end-plus.png | Bin 129 -> 0 bytes .../images/tree/elbow-end-rtl.png | Bin 971 -> 0 bytes .../theme-neptune/images/tree/elbow-end.png | Bin 1025 -> 0 bytes .../images/tree/elbow-line-rtl.png | Bin 963 -> 0 bytes .../theme-neptune/images/tree/elbow-line.png | Bin 72 -> 0 bytes .../images/tree/elbow-minus-nl-rtl.png | Bin 1031 -> 0 bytes .../images/tree/elbow-minus-nl.png | Bin 1040 -> 0 bytes .../images/tree/elbow-minus-rtl.png | Bin 131 -> 0 bytes .../theme-neptune/images/tree/elbow-minus.png | Bin 1056 -> 0 bytes .../images/tree/elbow-plus-nl-rtl.png | Bin 1060 -> 0 bytes .../images/tree/elbow-plus-nl.png | Bin 119 -> 0 bytes .../images/tree/elbow-plus-rtl.png | Bin 1069 -> 0 bytes .../theme-neptune/images/tree/elbow-plus.png | Bin 1071 -> 0 bytes .../theme-neptune/images/tree/elbow-rtl.png | Bin 74 -> 0 bytes .../theme-neptune/images/tree/elbow.png | Bin 966 -> 0 bytes .../images/tree/folder-open-rtl.png | Bin 995 -> 0 bytes .../theme-neptune/images/tree/folder-open.png | Bin 1011 -> 0 bytes .../theme-neptune/images/tree/folder-rtl.png | Bin 14949 -> 0 bytes .../theme-neptune/images/tree/folder.png | Bin 978 -> 0 bytes .../theme-neptune/images/tree/leaf-rtl.png | Bin 1014 -> 0 bytes .../theme-neptune/images/tree/leaf.png | Bin 1014 -> 0 bytes .../theme-neptune/images/tree/loading.gif | Bin 1849 -> 0 bytes .../images/util/splitter/mini-bottom.png | Bin 456 -> 0 bytes .../images/util/splitter/mini-left.png | Bin 434 -> 0 bytes .../images/util/splitter/mini-right.png | Bin 442 -> 0 bytes .../images/util/splitter/mini-top.png | Bin 430 -> 0 bytes .../resources/theme-neutral/Readme.md | 3 - .../theme-neutral/images/magnify.png | Bin 3385 -> 0 bytes .../images/window/toast/fade-blue.png | Bin 1347 -> 0 bytes .../images/window/toast/fader.png | Bin 2404 -> 0 bytes .../images/window/toast/icon16_error.png | Bin 1108 -> 0 bytes .../images/window/toast/icon16_info.png | Bin 851 -> 0 bytes .../resources/touch-sizing/Readme.md | 3 - .../theme-crisp-touch-all-debug.scss | 1353 - .../theme-crisp-touch-all-rtl-debug.scss | 1354 - .../theme-crisp-touch-debug.js | 416 - .../theme-crisp-touch/theme-crisp-touch.js | 1 - src/webapp/js/classic/theme-crisp/config.rb | 1 - .../classic/theme-crisp/resources/Readme.md | 3 - .../resources/ext/ext-watermark/Read Me.txt | 5 - .../ext/ext-watermark/demo-files/demo.css | 150 - .../ext/ext-watermark/demo-files/demo.js | 30 - .../resources/ext/ext-watermark/demo.html | 231 - .../ext/ext-watermark/fonts/ext-watermark.eot | Bin 11760 -> 0 bytes .../ext/ext-watermark/fonts/ext-watermark.svg | 22 - .../ext/ext-watermark/fonts/ext-watermark.ttf | Bin 11572 -> 0 bytes .../ext-watermark/fonts/ext-watermark.woff | Bin 11648 -> 0 bytes .../ext/ext-watermark/selection.json | 1049 - .../resources/ext/ext-watermark/style.css | 73 - .../breadcrumb/default-arrow-open-rtl.png | Bin 18218 -> 0 bytes .../images/breadcrumb/default-arrow-open.png | Bin 17341 -> 0 bytes .../images/breadcrumb/default-arrow-rtl.png | Bin 18224 -> 0 bytes .../images/breadcrumb/default-arrow.png | Bin 17350 -> 0 bytes .../images/breadcrumb/default-scroll-left.png | Bin 17863 -> 0 bytes .../breadcrumb/default-scroll-right.png | Bin 18300 -> 0 bytes .../default-split-arrow-open-rtl.png | Bin 18253 -> 0 bytes .../breadcrumb/default-split-arrow-open.png | Bin 17377 -> 0 bytes .../default-split-arrow-over-rtl.png | Bin 18260 -> 0 bytes .../breadcrumb/default-split-arrow-over.png | Bin 17383 -> 0 bytes .../breadcrumb/default-split-arrow-rtl.png | Bin 18245 -> 0 bytes .../images/breadcrumb/default-split-arrow.png | Bin 17373 -> 0 bytes .../btn-group-default-framed-corners.gif | Bin 68 -> 0 bytes ...n-group-default-framed-notitle-corners.gif | Bin 68 -> 0 bytes ...btn-group-default-framed-notitle-sides.gif | Bin 81 -> 0 bytes .../btn-group-default-framed-sides.gif | Bin 85 -> 0 bytes .../images/btn/btn-default-large-corners.gif | Bin 133 -> 0 bytes .../btn-default-large-disabled-corners.gif | Bin 131 -> 0 bytes .../btn/btn-default-large-disabled-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-large-focus-corners.gif | Bin 188 -> 0 bytes .../btn-default-large-focus-over-corners.gif | Bin 188 -> 0 bytes .../btn-default-large-focus-over-sides.gif | Bin 317 -> 0 bytes ...tn-default-large-focus-pressed-corners.gif | Bin 188 -> 0 bytes .../btn-default-large-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-large-focus-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-large-over-corners.gif | Bin 135 -> 0 bytes .../btn/btn-default-large-over-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-large-pressed-corners.gif | Bin 182 -> 0 bytes .../btn/btn-default-large-pressed-sides.gif | Bin 315 -> 0 bytes .../images/btn/btn-default-large-sides.gif | Bin 99 -> 0 bytes .../images/btn/btn-default-medium-corners.gif | Bin 133 -> 0 bytes .../btn-default-medium-disabled-corners.gif | Bin 131 -> 0 bytes .../btn/btn-default-medium-disabled-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-medium-focus-corners.gif | Bin 188 -> 0 bytes .../btn-default-medium-focus-over-corners.gif | Bin 188 -> 0 bytes .../btn-default-medium-focus-over-sides.gif | Bin 317 -> 0 bytes ...n-default-medium-focus-pressed-corners.gif | Bin 188 -> 0 bytes ...btn-default-medium-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-medium-focus-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-medium-over-corners.gif | Bin 135 -> 0 bytes .../btn/btn-default-medium-over-sides.gif | Bin 315 -> 0 bytes .../btn-default-medium-pressed-corners.gif | Bin 182 -> 0 bytes .../btn/btn-default-medium-pressed-sides.gif | Bin 315 -> 0 bytes .../images/btn/btn-default-medium-sides.gif | Bin 92 -> 0 bytes .../images/btn/btn-default-small-corners.gif | Bin 131 -> 0 bytes .../btn-default-small-disabled-corners.gif | Bin 131 -> 0 bytes .../btn/btn-default-small-disabled-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-small-focus-corners.gif | Bin 187 -> 0 bytes .../btn-default-small-focus-over-corners.gif | Bin 188 -> 0 bytes .../btn-default-small-focus-over-sides.gif | Bin 317 -> 0 bytes ...tn-default-small-focus-pressed-corners.gif | Bin 188 -> 0 bytes .../btn-default-small-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-small-focus-sides.gif | Bin 317 -> 0 bytes .../btn/btn-default-small-over-corners.gif | Bin 132 -> 0 bytes .../btn/btn-default-small-over-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-small-pressed-corners.gif | Bin 182 -> 0 bytes .../btn/btn-default-small-pressed-sides.gif | Bin 315 -> 0 bytes .../images/btn/btn-default-small-sides.gif | Bin 83 -> 0 bytes .../btn/btn-default-toolbar-large-corners.gif | Bin 128 -> 0 bytes ...default-toolbar-large-disabled-corners.gif | Bin 100 -> 0 bytes ...n-default-toolbar-large-disabled-sides.gif | Bin 315 -> 0 bytes ...tn-default-toolbar-large-focus-corners.gif | Bin 183 -> 0 bytes ...fault-toolbar-large-focus-over-corners.gif | Bin 187 -> 0 bytes ...default-toolbar-large-focus-over-sides.gif | Bin 317 -> 0 bytes ...lt-toolbar-large-focus-pressed-corners.gif | Bin 184 -> 0 bytes ...ault-toolbar-large-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-default-toolbar-large-focus-sides.gif | Bin 317 -> 0 bytes ...btn-default-toolbar-large-over-corners.gif | Bin 130 -> 0 bytes .../btn-default-toolbar-large-over-sides.gif | Bin 315 -> 0 bytes ...-default-toolbar-large-pressed-corners.gif | Bin 128 -> 0 bytes ...tn-default-toolbar-large-pressed-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-toolbar-large-sides.gif | Bin 99 -> 0 bytes .../btn-default-toolbar-medium-corners.gif | Bin 128 -> 0 bytes ...efault-toolbar-medium-disabled-corners.gif | Bin 100 -> 0 bytes ...-default-toolbar-medium-disabled-sides.gif | Bin 315 -> 0 bytes ...n-default-toolbar-medium-focus-corners.gif | Bin 183 -> 0 bytes ...ault-toolbar-medium-focus-over-corners.gif | Bin 187 -> 0 bytes ...efault-toolbar-medium-focus-over-sides.gif | Bin 317 -> 0 bytes ...t-toolbar-medium-focus-pressed-corners.gif | Bin 184 -> 0 bytes ...ult-toolbar-medium-focus-pressed-sides.gif | Bin 317 -> 0 bytes ...btn-default-toolbar-medium-focus-sides.gif | Bin 317 -> 0 bytes ...tn-default-toolbar-medium-over-corners.gif | Bin 130 -> 0 bytes .../btn-default-toolbar-medium-over-sides.gif | Bin 315 -> 0 bytes ...default-toolbar-medium-pressed-corners.gif | Bin 128 -> 0 bytes ...n-default-toolbar-medium-pressed-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-toolbar-medium-sides.gif | Bin 92 -> 0 bytes .../btn/btn-default-toolbar-small-corners.gif | Bin 128 -> 0 bytes ...default-toolbar-small-disabled-corners.gif | Bin 100 -> 0 bytes ...n-default-toolbar-small-disabled-sides.gif | Bin 315 -> 0 bytes ...tn-default-toolbar-small-focus-corners.gif | Bin 183 -> 0 bytes ...fault-toolbar-small-focus-over-corners.gif | Bin 187 -> 0 bytes ...default-toolbar-small-focus-over-sides.gif | Bin 317 -> 0 bytes ...lt-toolbar-small-focus-pressed-corners.gif | Bin 184 -> 0 bytes ...ault-toolbar-small-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-default-toolbar-small-focus-sides.gif | Bin 317 -> 0 bytes ...btn-default-toolbar-small-over-corners.gif | Bin 130 -> 0 bytes .../btn-default-toolbar-small-over-sides.gif | Bin 315 -> 0 bytes ...-default-toolbar-small-pressed-corners.gif | Bin 128 -> 0 bytes ...tn-default-toolbar-small-pressed-sides.gif | Bin 315 -> 0 bytes .../btn/btn-default-toolbar-small-sides.gif | Bin 83 -> 0 bytes ...plain-toolbar-large-focus-over-corners.gif | Bin 187 -> 0 bytes ...n-plain-toolbar-large-focus-over-sides.gif | Bin 317 -> 0 bytes ...in-toolbar-large-focus-pressed-corners.gif | Bin 184 -> 0 bytes ...lain-toolbar-large-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-plain-toolbar-large-over-corners.gif | Bin 130 -> 0 bytes .../btn-plain-toolbar-large-over-sides.gif | Bin 315 -> 0 bytes ...tn-plain-toolbar-large-pressed-corners.gif | Bin 128 -> 0 bytes .../btn-plain-toolbar-large-pressed-sides.gif | Bin 315 -> 0 bytes ...lain-toolbar-medium-focus-over-corners.gif | Bin 187 -> 0 bytes ...-plain-toolbar-medium-focus-over-sides.gif | Bin 317 -> 0 bytes ...n-toolbar-medium-focus-pressed-corners.gif | Bin 184 -> 0 bytes ...ain-toolbar-medium-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-plain-toolbar-medium-over-corners.gif | Bin 130 -> 0 bytes .../btn-plain-toolbar-medium-over-sides.gif | Bin 315 -> 0 bytes ...n-plain-toolbar-medium-pressed-corners.gif | Bin 128 -> 0 bytes ...btn-plain-toolbar-medium-pressed-sides.gif | Bin 315 -> 0 bytes ...plain-toolbar-small-focus-over-corners.gif | Bin 187 -> 0 bytes ...n-plain-toolbar-small-focus-over-sides.gif | Bin 317 -> 0 bytes ...in-toolbar-small-focus-pressed-corners.gif | Bin 184 -> 0 bytes ...lain-toolbar-small-focus-pressed-sides.gif | Bin 317 -> 0 bytes .../btn-plain-toolbar-small-over-corners.gif | Bin 130 -> 0 bytes .../btn-plain-toolbar-small-over-sides.gif | Bin 315 -> 0 bytes ...tn-plain-toolbar-small-pressed-corners.gif | Bin 128 -> 0 bytes .../btn-plain-toolbar-small-pressed-sides.gif | Bin 315 -> 0 bytes .../images/button/default-large-arrow-rtl.png | Bin 18297 -> 0 bytes .../images/button/default-large-arrow.png | Bin 17418 -> 0 bytes .../button/default-large-s-arrow-b-rtl.png | Bin 18560 -> 0 bytes .../images/button/default-large-s-arrow-b.png | Bin 18118 -> 0 bytes .../button/default-large-s-arrow-rtl.png | Bin 18336 -> 0 bytes .../images/button/default-large-s-arrow.png | Bin 17460 -> 0 bytes .../button/default-medium-arrow-rtl.png | Bin 18295 -> 0 bytes .../images/button/default-medium-arrow.png | Bin 17418 -> 0 bytes .../button/default-medium-s-arrow-b-rtl.png | Bin 18382 -> 0 bytes .../button/default-medium-s-arrow-b.png | Bin 17502 -> 0 bytes .../button/default-medium-s-arrow-rtl.png | Bin 18367 -> 0 bytes .../images/button/default-medium-s-arrow.png | Bin 17492 -> 0 bytes .../images/button/default-small-arrow-rtl.png | Bin 18206 -> 0 bytes .../images/button/default-small-arrow.png | Bin 17328 -> 0 bytes .../button/default-small-s-arrow-b-rtl.png | Bin 18251 -> 0 bytes .../images/button/default-small-s-arrow-b.png | Bin 17373 -> 0 bytes .../button/default-small-s-arrow-rtl.png | Bin 18240 -> 0 bytes .../images/button/default-small-s-arrow.png | Bin 17364 -> 0 bytes .../default-toolbar-large-arrow-rtl.png | Bin 18310 -> 0 bytes .../button/default-toolbar-large-arrow.png | Bin 17433 -> 0 bytes .../default-toolbar-large-s-arrow-b-rtl.png | Bin 240 -> 0 bytes .../default-toolbar-large-s-arrow-b.png | Bin 17493 -> 0 bytes .../default-toolbar-large-s-arrow-rtl.png | Bin 18351 -> 0 bytes .../button/default-toolbar-large-s-arrow.png | Bin 17475 -> 0 bytes .../default-toolbar-medium-arrow-rtl.png | Bin 18245 -> 0 bytes .../button/default-toolbar-medium-arrow.png | Bin 17378 -> 0 bytes .../default-toolbar-medium-s-arrow-b-rtl.png | Bin 18317 -> 0 bytes .../default-toolbar-medium-s-arrow-b.png | Bin 17440 -> 0 bytes .../default-toolbar-medium-s-arrow-rtl.png | Bin 18294 -> 0 bytes .../button/default-toolbar-medium-s-arrow.png | Bin 17417 -> 0 bytes .../default-toolbar-small-arrow-rtl.png | Bin 18219 -> 0 bytes .../button/default-toolbar-small-arrow.png | Bin 17341 -> 0 bytes .../default-toolbar-small-s-arrow-b-rtl.png | Bin 18268 -> 0 bytes .../default-toolbar-small-s-arrow-b.png | Bin 17390 -> 0 bytes .../default-toolbar-small-s-arrow-rtl.png | Bin 18254 -> 0 bytes .../button/default-toolbar-small-s-arrow.png | Bin 17377 -> 0 bytes .../button/grid-cell-small-arrow-rtl.png | Bin 18204 -> 0 bytes .../images/button/grid-cell-small-arrow.png | Bin 17326 -> 0 bytes .../button/grid-cell-small-s-arrow-b.png | Bin 17373 -> 0 bytes .../button/grid-cell-small-s-arrow-rtl.png | Bin 17362 -> 0 bytes .../images/button/grid-cell-small-s-arrow.png | Bin 17364 -> 0 bytes .../button/plain-toolbar-large-arrow-rtl.png | Bin 18310 -> 0 bytes .../button/plain-toolbar-large-arrow.png | Bin 17433 -> 0 bytes .../plain-toolbar-large-s-arrow-b-rtl.png | Bin 18369 -> 0 bytes .../button/plain-toolbar-large-s-arrow-b.png | Bin 17493 -> 0 bytes .../plain-toolbar-large-s-arrow-rtl.png | Bin 18351 -> 0 bytes .../button/plain-toolbar-large-s-arrow.png | Bin 17475 -> 0 bytes .../button/plain-toolbar-medium-arrow-rtl.png | Bin 18257 -> 0 bytes .../button/plain-toolbar-medium-arrow.png | Bin 17378 -> 0 bytes .../plain-toolbar-medium-s-arrow-b-rtl.png | Bin 18317 -> 0 bytes .../button/plain-toolbar-medium-s-arrow-b.png | Bin 17440 -> 0 bytes .../plain-toolbar-medium-s-arrow-rtl.png | Bin 18294 -> 0 bytes .../button/plain-toolbar-medium-s-arrow.png | Bin 17417 -> 0 bytes .../button/plain-toolbar-small-arrow-rtl.png | Bin 18219 -> 0 bytes .../button/plain-toolbar-small-arrow.png | Bin 17341 -> 0 bytes .../plain-toolbar-small-s-arrow-b-rtl.png | Bin 18268 -> 0 bytes .../button/plain-toolbar-small-s-arrow-b.png | Bin 17390 -> 0 bytes .../plain-toolbar-small-s-arrow-rtl.png | Bin 18254 -> 0 bytes .../button/plain-toolbar-small-s-arrow.png | Bin 17377 -> 0 bytes .../images/datepicker/arrow-left.png | Bin 17361 -> 0 bytes .../images/datepicker/arrow-right.png | Bin 17360 -> 0 bytes .../images/datepicker/month-arrow.png | Bin 18237 -> 0 bytes .../resources/images/dd/drop-add.png | Bin 1325 -> 0 bytes .../resources/images/dd/drop-no.png | Bin 1277 -> 0 bytes .../resources/images/dd/drop-yes.png | Bin 1325 -> 0 bytes .../resources/images/editor/tb-sprite.png | Bin 18921 -> 0 bytes .../images/fieldset/collapse-tool.png | Bin 17474 -> 0 bytes .../resources/images/form/checkbox.png | Bin 17917 -> 0 bytes .../images/form/clear-trigger-rtl.png | Bin 18517 -> 0 bytes .../resources/images/form/clear-trigger.png | Bin 18517 -> 0 bytes .../images/form/date-trigger-rtl.png | Bin 17847 -> 0 bytes .../resources/images/form/date-trigger.png | Bin 17847 -> 0 bytes .../resources/images/form/exclamation.png | Bin 1351 -> 0 bytes .../resources/images/form/radio.png | Bin 18907 -> 0 bytes .../images/form/search-trigger-rtl.png | Bin 18421 -> 0 bytes .../resources/images/form/search-trigger.png | Bin 18421 -> 0 bytes .../images/form/spinner-down-rtl.png | Bin 1293 -> 0 bytes .../resources/images/form/spinner-down.png | Bin 1293 -> 0 bytes .../resources/images/form/spinner-rtl.png | Bin 18606 -> 0 bytes .../resources/images/form/spinner-up-rtl.png | Bin 1340 -> 0 bytes .../resources/images/form/spinner-up.png | Bin 1340 -> 0 bytes .../resources/images/form/spinner.png | Bin 18606 -> 0 bytes .../images/form/tag-field-item-close.png | Bin 18718 -> 0 bytes .../resources/images/form/trigger-rtl.png | Bin 17627 -> 0 bytes .../resources/images/form/trigger.png | Bin 17627 -> 0 bytes ...-editor-buttons-default-bottom-corners.gif | Bin 151 -> 0 bytes ...ow-editor-buttons-default-bottom-sides.gif | Bin 105 -> 0 bytes ...row-editor-buttons-default-top-corners.gif | Bin 155 -> 0 bytes ...d-row-editor-buttons-default-top-sides.gif | Bin 105 -> 0 bytes .../resources/images/grid/col-move-bottom.png | Bin 1222 -> 0 bytes .../resources/images/grid/col-move-top.png | Bin 1222 -> 0 bytes .../resources/images/grid/columns.png | Bin 17369 -> 0 bytes .../images/grid/dd-insert-arrow-left.png | Bin 1044 -> 0 bytes .../images/grid/dd-insert-arrow-right.png | Bin 1049 -> 0 bytes .../resources/images/grid/dirty-rtl.png | Bin 972 -> 0 bytes .../resources/images/grid/dirty.png | Bin 972 -> 0 bytes .../resources/images/grid/drop-no.png | Bin 1277 -> 0 bytes .../resources/images/grid/drop-yes.png | Bin 1325 -> 0 bytes .../resources/images/grid/filters/equals.png | Bin 17945 -> 0 bytes .../resources/images/grid/filters/find.png | Bin 18178 -> 0 bytes .../images/grid/filters/greater_than.png | Bin 18161 -> 0 bytes .../images/grid/filters/less_than.png | Bin 18129 -> 0 bytes .../resources/images/grid/group-by.png | Bin 17331 -> 0 bytes .../resources/images/grid/group-collapse.png | Bin 2809 -> 0 bytes .../resources/images/grid/group-expand.png | Bin 2823 -> 0 bytes .../resources/images/grid/hd-pop.png | Bin 17305 -> 0 bytes .../resources/images/grid/hmenu-asc.png | Bin 17361 -> 0 bytes .../resources/images/grid/hmenu-desc.png | Bin 17821 -> 0 bytes .../resources/images/grid/hmenu-lock.png | Bin 17440 -> 0 bytes .../resources/images/grid/hmenu-unlock.png | Bin 17853 -> 0 bytes .../resources/images/grid/loading.gif | Bin 1849 -> 0 bytes .../resources/images/grid/page-first.png | Bin 17473 -> 0 bytes .../resources/images/grid/page-last.png | Bin 17918 -> 0 bytes .../resources/images/grid/page-next.png | Bin 17434 -> 0 bytes .../resources/images/grid/page-prev.png | Bin 17860 -> 0 bytes .../resources/images/grid/pick-button.png | Bin 1126 -> 0 bytes .../resources/images/grid/refresh.png | Bin 18380 -> 0 bytes .../resources/images/grid/sort_asc.png | Bin 18239 -> 0 bytes .../resources/images/grid/sort_desc.png | Bin 18260 -> 0 bytes .../resources/images/loadmask/loading.gif | Bin 1849 -> 0 bytes .../theme-crisp/resources/images/magnify.png | Bin 3385 -> 0 bytes .../resources/images/menu/default-checked.png | Bin 18167 -> 0 bytes .../images/menu/default-group-checked.png | Bin 17364 -> 0 bytes .../images/menu/default-menu-parent-left.png | Bin 18214 -> 0 bytes .../images/menu/default-menu-parent.png | Bin 18215 -> 0 bytes .../images/menu/default-scroll-bottom.png | Bin 18266 -> 0 bytes .../images/menu/default-scroll-top.png | Bin 18260 -> 0 bytes .../images/menu/default-unchecked.png | Bin 18001 -> 0 bytes ...l-header-default-framed-bottom-corners.gif | Bin 95 -> 0 bytes ...nel-header-default-framed-bottom-sides.gif | Bin 67 -> 0 bytes ...efault-framed-collapsed-bottom-corners.gif | Bin 108 -> 0 bytes ...-default-framed-collapsed-bottom-sides.gif | Bin 67 -> 0 bytes ...ault-framed-collapsed-left-corners-rtl.gif | Bin 106 -> 0 bytes ...-default-framed-collapsed-left-corners.gif | Bin 108 -> 0 bytes ...er-default-framed-collapsed-left-sides.gif | Bin 106 -> 0 bytes ...ult-framed-collapsed-right-corners-rtl.gif | Bin 106 -> 0 bytes ...default-framed-collapsed-right-corners.gif | Bin 108 -> 0 bytes ...r-default-framed-collapsed-right-sides.gif | Bin 106 -> 0 bytes ...r-default-framed-collapsed-top-corners.gif | Bin 108 -> 0 bytes ...der-default-framed-collapsed-top-sides.gif | Bin 67 -> 0 bytes ...header-default-framed-left-corners-rtl.gif | Bin 93 -> 0 bytes ...nel-header-default-framed-left-corners.gif | Bin 94 -> 0 bytes ...panel-header-default-framed-left-sides.gif | Bin 106 -> 0 bytes ...eader-default-framed-right-corners-rtl.gif | Bin 94 -> 0 bytes ...el-header-default-framed-right-corners.gif | Bin 94 -> 0 bytes ...anel-header-default-framed-right-sides.gif | Bin 106 -> 0 bytes ...anel-header-default-framed-top-corners.gif | Bin 98 -> 0 bytes .../panel-header-default-framed-top-sides.gif | Bin 67 -> 0 bytes ...nel-header-light-framed-bottom-corners.gif | Bin 68 -> 0 bytes ...panel-header-light-framed-bottom-sides.gif | Bin 67 -> 0 bytes ...-light-framed-collapsed-bottom-corners.gif | Bin 71 -> 0 bytes ...er-light-framed-collapsed-bottom-sides.gif | Bin 67 -> 0 bytes ...ight-framed-collapsed-left-corners-rtl.gif | Bin 71 -> 0 bytes ...er-light-framed-collapsed-left-corners.gif | Bin 71 -> 0 bytes ...ader-light-framed-collapsed-left-sides.gif | Bin 106 -> 0 bytes ...ght-framed-collapsed-right-corners-rtl.gif | Bin 71 -> 0 bytes ...r-light-framed-collapsed-right-corners.gif | Bin 71 -> 0 bytes ...der-light-framed-collapsed-right-sides.gif | Bin 106 -> 0 bytes ...der-light-framed-collapsed-top-corners.gif | Bin 71 -> 0 bytes ...eader-light-framed-collapsed-top-sides.gif | Bin 67 -> 0 bytes ...l-header-light-framed-left-corners-rtl.gif | Bin 68 -> 0 bytes ...panel-header-light-framed-left-corners.gif | Bin 69 -> 0 bytes .../panel-header-light-framed-left-sides.gif | Bin 106 -> 0 bytes ...-header-light-framed-right-corners-rtl.gif | Bin 69 -> 0 bytes ...anel-header-light-framed-right-corners.gif | Bin 68 -> 0 bytes .../panel-header-light-framed-right-sides.gif | Bin 106 -> 0 bytes .../panel-header-light-framed-top-corners.gif | Bin 69 -> 0 bytes .../panel-header-light-framed-top-sides.gif | Bin 67 -> 0 bytes .../panel/panel-default-framed-corners.gif | Bin 110 -> 0 bytes .../panel/panel-default-framed-sides.gif | Bin 212 -> 0 bytes .../panel/panel-light-framed-corners.gif | Bin 71 -> 0 bytes .../images/panel/panel-light-framed-sides.gif | Bin 106 -> 0 bytes .../resources/images/shared/icon-error.png | Bin 18494 -> 0 bytes .../resources/images/shared/icon-info.png | Bin 18750 -> 0 bytes .../resources/images/shared/icon-question.png | Bin 18634 -> 0 bytes .../resources/images/shared/icon-warning.png | Bin 17717 -> 0 bytes .../resources/images/sizer/e-handle.png | Bin 946 -> 0 bytes .../resources/images/sizer/ne-handle.png | Bin 951 -> 0 bytes .../resources/images/sizer/nw-handle.png | Bin 950 -> 0 bytes .../resources/images/sizer/s-handle.png | Bin 939 -> 0 bytes .../resources/images/sizer/se-handle.png | Bin 953 -> 0 bytes .../resources/images/sizer/sw-handle.png | Bin 950 -> 0 bytes .../resources/images/slider/slider-bg.png | Bin 465 -> 0 bytes .../resources/images/slider/slider-thumb.png | Bin 2420 -> 0 bytes .../resources/images/slider/slider-v-bg.png | Bin 464 -> 0 bytes .../images/slider/slider-v-thumb.png | Bin 2420 -> 0 bytes .../tab-bar/default-plain-scroll-bottom.png | Bin 18498 -> 0 bytes .../tab-bar/default-plain-scroll-left.png | Bin 18514 -> 0 bytes .../tab-bar/default-plain-scroll-right.png | Bin 18517 -> 0 bytes .../tab-bar/default-plain-scroll-top.png | Bin 18484 -> 0 bytes .../images/tab-bar/default-scroll-bottom.png | Bin 18498 -> 0 bytes .../images/tab-bar/default-scroll-left.png | Bin 18514 -> 0 bytes .../images/tab-bar/default-scroll-right.png | Bin 18517 -> 0 bytes .../images/tab-bar/default-scroll-top.png | Bin 18484 -> 0 bytes .../tab/tab-default-bottom-active-corners.gif | Bin 108 -> 0 bytes .../tab/tab-default-bottom-active-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-bottom-active-sides.gif | Bin 134 -> 0 bytes .../images/tab/tab-default-bottom-corners.gif | Bin 61 -> 0 bytes .../tab-default-bottom-disabled-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-bottom-disabled-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-bottom-disabled-sides.gif | Bin 134 -> 0 bytes ...ab-default-bottom-focus-active-corners.gif | Bin 110 -> 0 bytes .../tab-default-bottom-focus-active-fbg.gif | Bin 89 -> 0 bytes .../tab-default-bottom-focus-active-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-bottom-focus-corners.gif | Bin 82 -> 0 bytes .../tab/tab-default-bottom-focus-fbg.gif | Bin 89 -> 0 bytes .../tab-default-bottom-focus-over-corners.gif | Bin 109 -> 0 bytes .../tab/tab-default-bottom-focus-over-fbg.gif | Bin 89 -> 0 bytes .../tab-default-bottom-focus-over-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-bottom-focus-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-bottom-over-corners.gif | Bin 83 -> 0 bytes .../tab/tab-default-bottom-over-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-bottom-over-sides.gif | Bin 134 -> 0 bytes .../images/tab/tab-default-bottom-sides.gif | Bin 58 -> 0 bytes .../images/tab/tab-default-close.png | Bin 3526 -> 0 bytes .../tab/tab-default-left-active-corners.gif | Bin 108 -> 0 bytes .../tab/tab-default-left-active-fbg.gif | Bin 50 -> 0 bytes .../tab/tab-default-left-active-sides.gif | Bin 58 -> 0 bytes .../images/tab/tab-default-left-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-left-disabled-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-left-disabled-fbg.gif | Bin 50 -> 0 bytes .../tab/tab-default-left-disabled-sides.gif | Bin 58 -> 0 bytes .../tab-default-left-focus-active-corners.gif | Bin 110 -> 0 bytes .../tab/tab-default-left-focus-active-fbg.gif | Bin 50 -> 0 bytes .../tab-default-left-focus-active-sides.gif | Bin 77 -> 0 bytes .../tab/tab-default-left-focus-corners.gif | Bin 82 -> 0 bytes .../images/tab/tab-default-left-focus-fbg.gif | Bin 50 -> 0 bytes .../tab-default-left-focus-over-corners.gif | Bin 109 -> 0 bytes .../tab/tab-default-left-focus-over-fbg.gif | Bin 50 -> 0 bytes .../tab/tab-default-left-focus-over-sides.gif | Bin 77 -> 0 bytes .../tab/tab-default-left-focus-sides.gif | Bin 77 -> 0 bytes .../tab/tab-default-left-over-corners.gif | Bin 83 -> 0 bytes .../images/tab/tab-default-left-over-fbg.gif | Bin 50 -> 0 bytes .../tab/tab-default-left-over-sides.gif | Bin 58 -> 0 bytes .../images/tab/tab-default-left-sides.gif | Bin 58 -> 0 bytes .../tab/tab-default-right-active-corners.gif | Bin 108 -> 0 bytes .../tab/tab-default-right-active-fbg.gif | Bin 50 -> 0 bytes .../tab/tab-default-right-active-sides.gif | Bin 58 -> 0 bytes .../images/tab/tab-default-right-corners.gif | Bin 61 -> 0 bytes .../tab-default-right-disabled-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-right-disabled-fbg.gif | Bin 50 -> 0 bytes .../tab/tab-default-right-disabled-sides.gif | Bin 58 -> 0 bytes ...tab-default-right-focus-active-corners.gif | Bin 110 -> 0 bytes .../tab-default-right-focus-active-fbg.gif | Bin 50 -> 0 bytes .../tab-default-right-focus-active-sides.gif | Bin 77 -> 0 bytes .../tab/tab-default-right-focus-corners.gif | Bin 82 -> 0 bytes .../tab/tab-default-right-focus-fbg.gif | Bin 50 -> 0 bytes .../tab-default-right-focus-over-corners.gif | Bin 109 -> 0 bytes .../tab/tab-default-right-focus-over-fbg.gif | Bin 50 -> 0 bytes .../tab-default-right-focus-over-sides.gif | Bin 77 -> 0 bytes .../tab/tab-default-right-focus-sides.gif | Bin 77 -> 0 bytes .../tab/tab-default-right-over-corners.gif | Bin 83 -> 0 bytes .../images/tab/tab-default-right-over-fbg.gif | Bin 50 -> 0 bytes .../tab/tab-default-right-over-sides.gif | Bin 58 -> 0 bytes .../images/tab/tab-default-right-sides.gif | Bin 58 -> 0 bytes .../tab/tab-default-top-active-corners.gif | Bin 108 -> 0 bytes .../images/tab/tab-default-top-active-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-top-active-sides.gif | Bin 134 -> 0 bytes .../images/tab/tab-default-top-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-top-disabled-corners.gif | Bin 61 -> 0 bytes .../tab/tab-default-top-disabled-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-top-disabled-sides.gif | Bin 134 -> 0 bytes .../tab-default-top-focus-active-corners.gif | Bin 110 -> 0 bytes .../tab/tab-default-top-focus-active-fbg.gif | Bin 89 -> 0 bytes .../tab-default-top-focus-active-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-top-focus-corners.gif | Bin 82 -> 0 bytes .../images/tab/tab-default-top-focus-fbg.gif | Bin 89 -> 0 bytes .../tab-default-top-focus-over-corners.gif | Bin 109 -> 0 bytes .../tab/tab-default-top-focus-over-fbg.gif | Bin 89 -> 0 bytes .../tab/tab-default-top-focus-over-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-top-focus-sides.gif | Bin 227 -> 0 bytes .../tab/tab-default-top-over-corners.gif | Bin 83 -> 0 bytes .../images/tab/tab-default-top-over-fbg.gif | Bin 89 -> 0 bytes .../images/tab/tab-default-top-over-sides.gif | Bin 134 -> 0 bytes .../images/tab/tab-default-top-sides.gif | Bin 58 -> 0 bytes .../images/tip/tip-default-corners.gif | Bin 288 -> 0 bytes .../images/tip/tip-default-sides.gif | Bin 212 -> 0 bytes .../images/tip/tip-form-invalid-corners.gif | Bin 288 -> 0 bytes .../images/tip/tip-form-invalid-sides.gif | Bin 212 -> 0 bytes .../images/toolbar/default-more-left.png | Bin 15380 -> 0 bytes .../resources/images/toolbar/default-more.png | Bin 15380 -> 0 bytes .../images/toolbar/default-scroll-bottom.png | Bin 18266 -> 0 bytes .../images/toolbar/default-scroll-left.png | Bin 17863 -> 0 bytes .../images/toolbar/default-scroll-right.png | Bin 18300 -> 0 bytes .../images/toolbar/default-scroll-top.png | Bin 18260 -> 0 bytes .../images/toolbar/footer-more-left.png | Bin 15380 -> 0 bytes .../resources/images/toolbar/footer-more.png | Bin 15380 -> 0 bytes .../images/toolbar/footer-scroll-left.png | Bin 18302 -> 0 bytes .../images/toolbar/footer-scroll-right.png | Bin 18300 -> 0 bytes .../images/tools/tool-sprites-dark.png | Bin 24329 -> 0 bytes .../resources/images/tools/tool-sprites.png | Bin 24404 -> 0 bytes .../resources/images/tree/arrows-rtl.png | Bin 17997 -> 0 bytes .../resources/images/tree/arrows.png | Bin 3078 -> 0 bytes .../resources/images/tree/drop-above.png | Bin 1203 -> 0 bytes .../resources/images/tree/drop-add.gif | Bin 1001 -> 0 bytes .../resources/images/tree/drop-add.png | Bin 15562 -> 0 bytes .../resources/images/tree/drop-append.png | Bin 1203 -> 0 bytes .../resources/images/tree/drop-below.png | Bin 1203 -> 0 bytes .../resources/images/tree/drop-between.gif | Bin 104 -> 0 bytes .../resources/images/tree/drop-between.png | Bin 1203 -> 0 bytes .../resources/images/tree/drop-no.gif | Bin 949 -> 0 bytes .../resources/images/tree/drop-no.png | Bin 18138 -> 0 bytes .../resources/images/tree/drop-over.gif | Bin 140 -> 0 bytes .../resources/images/tree/drop-over.png | Bin 18068 -> 0 bytes .../resources/images/tree/drop-under.gif | Bin 141 -> 0 bytes .../resources/images/tree/drop-under.png | Bin 18240 -> 0 bytes .../resources/images/tree/drop-yes.gif | Bin 1016 -> 0 bytes .../resources/images/tree/drop-yes.png | Bin 15690 -> 0 bytes .../images/tree/elbow-end-minus-rtl.png | Bin 18218 -> 0 bytes .../resources/images/tree/elbow-end-minus.png | Bin 17334 -> 0 bytes .../images/tree/elbow-end-plus-rtl.png | Bin 18417 -> 0 bytes .../resources/images/tree/elbow-end-plus.png | Bin 18414 -> 0 bytes .../resources/images/tree/elbow-end-rtl.png | Bin 18372 -> 0 bytes .../resources/images/tree/elbow-end.png | Bin 18366 -> 0 bytes .../resources/images/tree/elbow-line-rtl.png | Bin 18359 -> 0 bytes .../resources/images/tree/elbow-line.png | Bin 18357 -> 0 bytes .../images/tree/elbow-minus-nl-rtl.png | Bin 18374 -> 0 bytes .../resources/images/tree/elbow-minus-nl.png | Bin 18374 -> 0 bytes .../resources/images/tree/elbow-minus-rtl.png | Bin 18398 -> 0 bytes .../resources/images/tree/elbow-minus.png | Bin 18399 -> 0 bytes .../images/tree/elbow-plus-nl-rtl.png | Bin 18396 -> 0 bytes .../resources/images/tree/elbow-plus-nl.png | Bin 18398 -> 0 bytes .../resources/images/tree/elbow-plus-rtl.png | Bin 18416 -> 0 bytes .../resources/images/tree/elbow-plus.png | Bin 18413 -> 0 bytes .../resources/images/tree/elbow-rtl.png | Bin 18370 -> 0 bytes .../resources/images/tree/elbow.png | Bin 18368 -> 0 bytes .../resources/images/tree/folder-open-rtl.png | Bin 18256 -> 0 bytes .../resources/images/tree/folder-open.png | Bin 17824 -> 0 bytes .../resources/images/tree/folder-rtl.png | Bin 18176 -> 0 bytes .../resources/images/tree/folder.png | Bin 17298 -> 0 bytes .../resources/images/tree/leaf-rtl.png | Bin 17324 -> 0 bytes .../resources/images/tree/leaf.png | Bin 17771 -> 0 bytes .../resources/images/tree/loading.gif | Bin 1849 -> 0 bytes .../images/util/splitter/mini-bottom.png | Bin 15274 -> 0 bytes .../images/util/splitter/mini-left.png | Bin 15265 -> 0 bytes .../images/util/splitter/mini-right.png | Bin 15271 -> 0 bytes .../images/util/splitter/mini-top.png | Bin 15263 -> 0 bytes .../window-header-default-bottom-corners.gif | Bin 121 -> 0 bytes .../window-header-default-bottom-sides.gif | Bin 67 -> 0 bytes ...eader-default-collapsed-bottom-corners.gif | Bin 137 -> 0 bytes ...-header-default-collapsed-bottom-sides.gif | Bin 67 -> 0 bytes ...der-default-collapsed-left-corners-rtl.gif | Bin 137 -> 0 bytes ...-header-default-collapsed-left-corners.gif | Bin 137 -> 0 bytes ...ow-header-default-collapsed-left-sides.gif | Bin 106 -> 0 bytes ...er-default-collapsed-right-corners-rtl.gif | Bin 137 -> 0 bytes ...header-default-collapsed-right-corners.gif | Bin 137 -> 0 bytes ...w-header-default-collapsed-right-sides.gif | Bin 106 -> 0 bytes ...w-header-default-collapsed-top-corners.gif | Bin 137 -> 0 bytes ...dow-header-default-collapsed-top-sides.gif | Bin 67 -> 0 bytes ...window-header-default-left-corners-rtl.gif | Bin 119 -> 0 bytes .../window-header-default-left-corners.gif | Bin 121 -> 0 bytes .../window-header-default-left-sides.gif | Bin 106 -> 0 bytes ...indow-header-default-right-corners-rtl.gif | Bin 121 -> 0 bytes .../window-header-default-right-corners.gif | Bin 119 -> 0 bytes .../window-header-default-right-sides.gif | Bin 106 -> 0 bytes .../window-header-default-top-corners.gif | Bin 98 -> 0 bytes .../window-header-default-top-sides.gif | Bin 67 -> 0 bytes .../images/window/toast/fade-blue.png | Bin 1347 -> 0 bytes .../resources/images/window/toast/fader.png | Bin 2404 -> 0 bytes .../images/window/toast/icon16_error.png | Bin 1108 -> 0 bytes .../images/window/toast/icon16_info.png | Bin 851 -> 0 bytes .../images/window/window-default-corners.gif | Bin 189 -> 0 bytes .../images/window/window-default-sides.gif | Bin 212 -> 0 bytes .../resources/theme-base/Readme.md | 3 - .../resources/theme-crisp-all-debug.css | 2 - .../resources/theme-crisp-all-debug_1.css | 15621 - .../resources/theme-crisp-all-debug_2.css | 2550 - .../resources/theme-crisp-all-rtl-debug.css | 2 - .../resources/theme-crisp-all-rtl-debug_1.css | 15681 - .../resources/theme-crisp-all-rtl-debug_2.css | 3831 - .../resources/theme-crisp-all-rtl.css | 2 - .../resources/theme-crisp-all-rtl_1.css | 1 - .../resources/theme-crisp-all-rtl_2.css | 1 - .../theme-crisp/resources/theme-crisp-all.css | 2 - .../resources/theme-crisp-all_1.css | 1 - .../resources/theme-crisp-all_2.css | 1 - .../resources/theme-neptune/Readme.md | 3 - .../breadcrumb/default-arrow-open-rtl.png | Bin 205 -> 0 bytes .../images/breadcrumb/default-arrow-open.png | Bin 206 -> 0 bytes .../images/breadcrumb/default-arrow-rtl.png | Bin 217 -> 0 bytes .../images/breadcrumb/default-arrow.png | Bin 219 -> 0 bytes .../images/breadcrumb/default-scroll-left.png | Bin 2990 -> 0 bytes .../breadcrumb/default-scroll-right.png | Bin 2983 -> 0 bytes .../default-split-arrow-open-rtl.png | Bin 242 -> 0 bytes .../breadcrumb/default-split-arrow-open.png | Bin 241 -> 0 bytes .../default-split-arrow-over-rtl.png | Bin 256 -> 0 bytes .../breadcrumb/default-split-arrow-over.png | Bin 257 -> 0 bytes .../breadcrumb/default-split-arrow-rtl.png | Bin 256 -> 0 bytes .../images/breadcrumb/default-split-arrow.png | Bin 255 -> 0 bytes .../images/button/default-large-arrow-rtl.png | Bin 184 -> 0 bytes .../images/button/default-large-arrow.png | Bin 247 -> 0 bytes .../button/default-large-s-arrow-b-rtl.png | Bin 241 -> 0 bytes .../images/button/default-large-s-arrow-b.png | Bin 285 -> 0 bytes .../button/default-large-s-arrow-rtl.png | Bin 254 -> 0 bytes .../images/button/default-large-s-arrow.png | Bin 348 -> 0 bytes .../button/default-medium-arrow-rtl.png | Bin 153 -> 0 bytes .../images/button/default-medium-arrow.png | Bin 220 -> 0 bytes .../button/default-medium-s-arrow-b-rtl.png | Bin 211 -> 0 bytes .../button/default-medium-s-arrow-b.png | Bin 261 -> 0 bytes .../button/default-medium-s-arrow-rtl.png | Bin 220 -> 0 bytes .../images/button/default-medium-s-arrow.png | Bin 308 -> 0 bytes .../images/button/default-small-arrow-rtl.png | Bin 120 -> 0 bytes .../images/button/default-small-arrow.png | Bin 173 -> 0 bytes .../button/default-small-s-arrow-b-rtl.png | Bin 173 -> 0 bytes .../images/button/default-small-s-arrow-b.png | Bin 1121 -> 0 bytes .../button/default-small-s-arrow-rtl.png | Bin 166 -> 0 bytes .../images/button/default-small-s-arrow.png | Bin 1106 -> 0 bytes .../default-toolbar-large-arrow-rtl.png | Bin 186 -> 0 bytes .../button/default-toolbar-large-arrow.png | Bin 290 -> 0 bytes .../default-toolbar-large-s-arrow-b-rtl.png | Bin 240 -> 0 bytes .../default-toolbar-large-s-arrow-b.png | Bin 336 -> 0 bytes .../default-toolbar-large-s-arrow-rtl.png | Bin 253 -> 0 bytes .../button/default-toolbar-large-s-arrow.png | Bin 340 -> 0 bytes .../default-toolbar-medium-arrow-rtl.png | Bin 154 -> 0 bytes .../button/default-toolbar-medium-arrow.png | Bin 252 -> 0 bytes .../default-toolbar-medium-s-arrow-b-rtl.png | Bin 209 -> 0 bytes .../default-toolbar-medium-s-arrow-b.png | Bin 291 -> 0 bytes .../default-toolbar-medium-s-arrow-rtl.png | Bin 259 -> 0 bytes .../button/default-toolbar-medium-s-arrow.png | Bin 361 -> 0 bytes .../default-toolbar-small-arrow-rtl.png | Bin 122 -> 0 bytes .../button/default-toolbar-small-arrow.png | Bin 199 -> 0 bytes .../default-toolbar-small-s-arrow-b-rtl.png | Bin 193 -> 0 bytes .../default-toolbar-small-s-arrow-b.png | Bin 252 -> 0 bytes .../default-toolbar-small-s-arrow-rtl.png | Bin 176 -> 0 bytes .../button/default-toolbar-small-s-arrow.png | Bin 234 -> 0 bytes .../button/grid-cell-small-arrow-rtl.png | Bin 15044 -> 0 bytes .../images/button/grid-cell-small-arrow.png | Bin 173 -> 0 bytes .../button/grid-cell-small-s-arrow-b.png | Bin 1121 -> 0 bytes .../button/grid-cell-small-s-arrow-rtl.png | Bin 166 -> 0 bytes .../images/button/grid-cell-small-s-arrow.png | Bin 1106 -> 0 bytes .../button/plain-toolbar-large-arrow-rtl.png | Bin 186 -> 0 bytes .../button/plain-toolbar-large-arrow.png | Bin 290 -> 0 bytes .../plain-toolbar-large-s-arrow-b-rtl.png | Bin 240 -> 0 bytes .../button/plain-toolbar-large-s-arrow-b.png | Bin 336 -> 0 bytes .../plain-toolbar-large-s-arrow-rtl.png | Bin 253 -> 0 bytes .../button/plain-toolbar-large-s-arrow.png | Bin 340 -> 0 bytes .../button/plain-toolbar-medium-arrow-rtl.png | Bin 154 -> 0 bytes .../button/plain-toolbar-medium-arrow.png | Bin 252 -> 0 bytes .../plain-toolbar-medium-s-arrow-b-rtl.png | Bin 209 -> 0 bytes .../button/plain-toolbar-medium-s-arrow-b.png | Bin 291 -> 0 bytes .../plain-toolbar-medium-s-arrow-rtl.png | Bin 259 -> 0 bytes .../button/plain-toolbar-medium-s-arrow.png | Bin 361 -> 0 bytes .../button/plain-toolbar-small-arrow-rtl.png | Bin 122 -> 0 bytes .../button/plain-toolbar-small-arrow.png | Bin 199 -> 0 bytes .../plain-toolbar-small-s-arrow-b-rtl.png | Bin 193 -> 0 bytes .../button/plain-toolbar-small-s-arrow-b.png | Bin 252 -> 0 bytes .../plain-toolbar-small-s-arrow-rtl.png | Bin 176 -> 0 bytes .../button/plain-toolbar-small-s-arrow.png | Bin 234 -> 0 bytes .../images/datepicker/arrow-left.png | Bin 1065 -> 0 bytes .../images/datepicker/arrow-right.png | Bin 1065 -> 0 bytes .../images/datepicker/month-arrow.png | Bin 975 -> 0 bytes .../theme-neptune/images/dd/drop-add.png | Bin 1325 -> 0 bytes .../theme-neptune/images/dd/drop-no.png | Bin 1277 -> 0 bytes .../theme-neptune/images/dd/drop-yes.png | Bin 1325 -> 0 bytes .../theme-neptune/images/editor/tb-sprite.png | Bin 2487 -> 0 bytes .../images/fieldset/collapse-tool.png | Bin 332 -> 0 bytes .../theme-neptune/images/form/checkbox.png | Bin 1826 -> 0 bytes .../images/form/clear-trigger-rtl.png | Bin 1718 -> 0 bytes .../images/form/clear-trigger.png | Bin 1718 -> 0 bytes .../images/form/date-trigger-rtl.png | Bin 1257 -> 0 bytes .../images/form/date-trigger.png | Bin 1257 -> 0 bytes .../theme-neptune/images/form/exclamation.png | Bin 1190 -> 0 bytes .../theme-neptune/images/form/radio.png | Bin 2434 -> 0 bytes .../images/form/search-trigger-rtl.png | Bin 1624 -> 0 bytes .../images/form/search-trigger.png | Bin 1624 -> 0 bytes .../theme-neptune/images/form/spinner-rtl.png | Bin 1304 -> 0 bytes .../theme-neptune/images/form/spinner.png | Bin 1304 -> 0 bytes .../images/form/tag-field-item-close.png | Bin 16459 -> 0 bytes .../theme-neptune/images/form/trigger-rtl.png | Bin 1137 -> 0 bytes .../theme-neptune/images/form/trigger.png | Bin 1137 -> 0 bytes .../images/grid/col-move-bottom.png | Bin 1222 -> 0 bytes .../images/grid/col-move-top.png | Bin 1222 -> 0 bytes .../theme-neptune/images/grid/columns.png | Bin 1110 -> 0 bytes .../images/grid/dd-insert-arrow-left.png | Bin 1044 -> 0 bytes .../images/grid/dd-insert-arrow-right.png | Bin 1049 -> 0 bytes .../theme-neptune/images/grid/dirty-rtl.png | Bin 972 -> 0 bytes .../theme-neptune/images/grid/dirty.png | Bin 972 -> 0 bytes .../theme-neptune/images/grid/drop-no.png | Bin 1277 -> 0 bytes .../theme-neptune/images/grid/drop-yes.png | Bin 1325 -> 0 bytes .../images/grid/filters/equals.png | Bin 17709 -> 0 bytes .../images/grid/filters/find.png | Bin 17992 -> 0 bytes .../images/grid/filters/greater_than.png | Bin 17938 -> 0 bytes .../images/grid/filters/less_than.png | Bin 17929 -> 0 bytes .../theme-neptune/images/grid/group-by.png | Bin 1069 -> 0 bytes .../images/grid/group-collapse.png | Bin 216 -> 0 bytes .../images/grid/group-expand.png | Bin 228 -> 0 bytes .../theme-neptune/images/grid/hd-pop.png | Bin 196 -> 0 bytes .../theme-neptune/images/grid/hmenu-asc.png | Bin 1007 -> 0 bytes .../theme-neptune/images/grid/hmenu-desc.png | Bin 1007 -> 0 bytes .../theme-neptune/images/grid/hmenu-lock.png | Bin 1091 -> 0 bytes .../images/grid/hmenu-unlock.png | Bin 1078 -> 0 bytes .../theme-neptune/images/grid/loading.gif | Bin 1849 -> 0 bytes .../theme-neptune/images/grid/page-first.png | Bin 1134 -> 0 bytes .../theme-neptune/images/grid/page-last.png | Bin 1140 -> 0 bytes .../theme-neptune/images/grid/page-next.png | Bin 1122 -> 0 bytes .../theme-neptune/images/grid/page-prev.png | Bin 1118 -> 0 bytes .../theme-neptune/images/grid/pick-button.png | Bin 1126 -> 0 bytes .../theme-neptune/images/grid/refresh.png | Bin 1238 -> 0 bytes .../theme-neptune/images/grid/sort_asc.png | Bin 1007 -> 0 bytes .../theme-neptune/images/grid/sort_desc.png | Bin 1007 -> 0 bytes .../theme-neptune/images/loadmask/loading.gif | Bin 1849 -> 0 bytes .../images/menu/default-checked.png | Bin 1280 -> 0 bytes .../images/menu/default-group-checked.png | Bin 1073 -> 0 bytes .../images/menu/default-menu-parent-left.png | Bin 1007 -> 0 bytes .../images/menu/default-menu-parent.png | Bin 1012 -> 0 bytes .../images/menu/default-scroll-bottom.png | Bin 1119 -> 0 bytes .../images/menu/default-scroll-top.png | Bin 1109 -> 0 bytes .../images/menu/default-unchecked.png | Bin 1090 -> 0 bytes .../images/shared/icon-error.png | Bin 2272 -> 0 bytes .../theme-neptune/images/shared/icon-info.png | Bin 3376 -> 0 bytes .../images/shared/icon-question.png | Bin 1668 -> 0 bytes .../images/shared/icon-warning.png | Bin 1967 -> 0 bytes .../theme-neptune/images/sizer/e-handle.png | Bin 946 -> 0 bytes .../theme-neptune/images/sizer/ne-handle.png | Bin 951 -> 0 bytes .../theme-neptune/images/sizer/nw-handle.png | Bin 950 -> 0 bytes .../theme-neptune/images/sizer/s-handle.png | Bin 939 -> 0 bytes .../theme-neptune/images/sizer/se-handle.png | Bin 953 -> 0 bytes .../theme-neptune/images/sizer/sw-handle.png | Bin 950 -> 0 bytes .../theme-neptune/images/slider/slider-bg.png | Bin 465 -> 0 bytes .../images/slider/slider-thumb.png | Bin 2420 -> 0 bytes .../images/slider/slider-v-bg.png | Bin 464 -> 0 bytes .../images/slider/slider-v-thumb.png | Bin 2420 -> 0 bytes .../tab-bar/default-plain-scroll-bottom.png | Bin 348 -> 0 bytes .../tab-bar/default-plain-scroll-left.png | Bin 360 -> 0 bytes .../tab-bar/default-plain-scroll-right.png | Bin 351 -> 0 bytes .../tab-bar/default-plain-scroll-top.png | Bin 344 -> 0 bytes .../images/tab-bar/default-scroll-bottom.png | Bin 262 -> 0 bytes .../images/tab-bar/default-scroll-left.png | Bin 253 -> 0 bytes .../images/tab-bar/default-scroll-right.png | Bin 246 -> 0 bytes .../images/tab-bar/default-scroll-top.png | Bin 249 -> 0 bytes .../images/tab/tab-default-close.png | Bin 1388 -> 0 bytes .../images/toolbar/default-more-left.png | Bin 972 -> 0 bytes .../images/toolbar/default-more.png | Bin 972 -> 0 bytes .../images/toolbar/default-scroll-bottom.png | Bin 17867 -> 0 bytes .../images/toolbar/default-scroll-left.png | Bin 2990 -> 0 bytes .../images/toolbar/default-scroll-right.png | Bin 2983 -> 0 bytes .../images/toolbar/default-scroll-top.png | Bin 17867 -> 0 bytes .../images/toolbar/footer-more-left.png | Bin 972 -> 0 bytes .../images/toolbar/footer-more.png | Bin 972 -> 0 bytes .../images/toolbar/footer-scroll-left.png | Bin 2990 -> 0 bytes .../images/toolbar/footer-scroll-right.png | Bin 2983 -> 0 bytes .../images/tools/tool-sprites-dark.png | Bin 3249 -> 0 bytes .../images/tools/tool-sprites.png | Bin 3642 -> 0 bytes .../theme-neptune/images/tree/arrows-rtl.png | Bin 399 -> 0 bytes .../theme-neptune/images/tree/arrows.png | Bin 416 -> 0 bytes .../theme-neptune/images/tree/drop-above.png | Bin 1203 -> 0 bytes .../theme-neptune/images/tree/drop-add.gif | Bin 1001 -> 0 bytes .../theme-neptune/images/tree/drop-add.png | Bin 15562 -> 0 bytes .../theme-neptune/images/tree/drop-append.png | Bin 1203 -> 0 bytes .../theme-neptune/images/tree/drop-below.png | Bin 1203 -> 0 bytes .../images/tree/drop-between.gif | Bin 104 -> 0 bytes .../images/tree/drop-between.png | Bin 1203 -> 0 bytes .../theme-neptune/images/tree/drop-no.gif | Bin 949 -> 0 bytes .../theme-neptune/images/tree/drop-no.png | Bin 18138 -> 0 bytes .../theme-neptune/images/tree/drop-over.gif | Bin 140 -> 0 bytes .../theme-neptune/images/tree/drop-over.png | Bin 18068 -> 0 bytes .../theme-neptune/images/tree/drop-under.gif | Bin 141 -> 0 bytes .../theme-neptune/images/tree/drop-under.png | Bin 18240 -> 0 bytes .../theme-neptune/images/tree/drop-yes.gif | Bin 1016 -> 0 bytes .../theme-neptune/images/tree/drop-yes.png | Bin 15690 -> 0 bytes .../images/tree/elbow-end-minus-rtl.png | Bin 1047 -> 0 bytes .../images/tree/elbow-end-minus.png | Bin 1059 -> 0 bytes .../images/tree/elbow-end-plus-rtl.png | Bin 1090 -> 0 bytes .../images/tree/elbow-end-plus.png | Bin 129 -> 0 bytes .../images/tree/elbow-end-rtl.png | Bin 971 -> 0 bytes .../theme-neptune/images/tree/elbow-end.png | Bin 1025 -> 0 bytes .../images/tree/elbow-line-rtl.png | Bin 963 -> 0 bytes .../theme-neptune/images/tree/elbow-line.png | Bin 72 -> 0 bytes .../images/tree/elbow-minus-nl-rtl.png | Bin 1031 -> 0 bytes .../images/tree/elbow-minus-nl.png | Bin 1040 -> 0 bytes .../images/tree/elbow-minus-rtl.png | Bin 131 -> 0 bytes .../theme-neptune/images/tree/elbow-minus.png | Bin 1056 -> 0 bytes .../images/tree/elbow-plus-nl-rtl.png | Bin 1060 -> 0 bytes .../images/tree/elbow-plus-nl.png | Bin 119 -> 0 bytes .../images/tree/elbow-plus-rtl.png | Bin 1069 -> 0 bytes .../theme-neptune/images/tree/elbow-plus.png | Bin 1071 -> 0 bytes .../theme-neptune/images/tree/elbow-rtl.png | Bin 74 -> 0 bytes .../theme-neptune/images/tree/elbow.png | Bin 966 -> 0 bytes .../images/tree/folder-open-rtl.png | Bin 995 -> 0 bytes .../theme-neptune/images/tree/folder-open.png | Bin 1011 -> 0 bytes .../theme-neptune/images/tree/folder-rtl.png | Bin 14949 -> 0 bytes .../theme-neptune/images/tree/folder.png | Bin 978 -> 0 bytes .../theme-neptune/images/tree/leaf-rtl.png | Bin 1014 -> 0 bytes .../theme-neptune/images/tree/leaf.png | Bin 1014 -> 0 bytes .../theme-neptune/images/tree/loading.gif | Bin 1849 -> 0 bytes .../images/util/splitter/mini-bottom.png | Bin 456 -> 0 bytes .../images/util/splitter/mini-left.png | Bin 434 -> 0 bytes .../images/util/splitter/mini-right.png | Bin 442 -> 0 bytes .../images/util/splitter/mini-top.png | Bin 430 -> 0 bytes .../resources/theme-neutral/Readme.md | 3 - .../theme-neutral/images/magnify.png | Bin 3385 -> 0 bytes .../images/window/toast/fade-blue.png | Bin 1347 -> 0 bytes .../images/window/toast/fader.png | Bin 2404 -> 0 bytes .../images/window/toast/icon16_error.png | Bin 1108 -> 0 bytes .../images/window/toast/icon16_info.png | Bin 851 -> 0 bytes .../theme-crisp/theme-crisp-all-debug.scss | 1295 - .../theme-crisp-all-rtl-debug.scss | 1296 - .../classic/theme-crisp/theme-crisp-debug.js | 409 - .../js/classic/theme-crisp/theme-crisp.js | 1 - src/webapp/js/ext-all-debug.js | 233149 --------------- src/webapp/js/ext-all.js | 22 - src/webapp/js/ext.js | 22 - src/webapp/list-view.css | 3 - src/webapp/login.html | 86 - src/webapp/websocket.html | 6 +- 1813 files changed, 182 insertions(+), 334872 deletions(-) delete mode 100644 build.sbt delete mode 100644 project/build.properties delete mode 100644 project/plugins.sbt delete mode 100644 src/main/java/org/asem/orient/AGraph.java delete mode 100644 src/main/java/org/asem/orient/Query.java delete mode 100644 src/main/resources/address.sql delete mode 100644 src/main/resources/schema.osql delete mode 100644 src/main/scala/org/asem/Boot.scala delete mode 100644 src/main/scala/org/asem/orient/Database.scala delete mode 100644 src/main/scala/org/asem/orient/model/BaseModelFuncs.scala delete mode 100644 src/main/scala/org/asem/orient/model/Operation.scala delete mode 100644 src/main/scala/org/asem/orient/model/PhUser.scala delete mode 100644 src/main/scala/org/asem/orient/model/entities/EdgeNames.scala delete mode 100644 src/main/scala/org/asem/orient/model/entities/JacksonJsonSupport.scala delete mode 100644 src/main/scala/org/asem/orient/model/entities/JsonMapper.scala delete mode 100644 src/main/scala/org/asem/orient/model/entities/package.scala delete mode 100644 src/main/scala/org/asem/orient/services/BaseDB.scala delete mode 100644 src/main/scala/org/asem/orient/services/BaseHttpService.scala delete mode 100644 src/main/scala/org/asem/orient/services/LoginService.scala delete mode 100644 src/main/scala/org/asem/orient/services/MainServiceActor.scala delete mode 100644 src/main/scala/org/asem/orient/services/PhUserService.scala delete mode 100644 src/main/scala/org/asem/orient/services/ProjectService.scala delete mode 100644 src/main/scala/org/asem/orient/services/ReportService.scala delete mode 100644 src/main/scala/org/asem/orient/services/TaskService.scala delete mode 100644 src/main/scala/org/asem/spray/security/CookieAuthenticator.scala delete mode 100644 src/main/scala/org/asem/spray/security/RSA.scala delete mode 100644 src/test/scala/ru/sbt/orient/services/LoginServiceTest.scala delete mode 100644 src/test/scala/ru/sbt/orient/services/PhUserServiceTest.scala delete mode 100644 src/test/scala/ru/sbt/orient/services/ReportServiceTest.scala delete mode 100644 src/test/scala/ru/sbt/orient/services/TaskServiceTest.scala delete mode 100644 src/test/scala/ru/sbt/orient/services/UserServiceTest.scala delete mode 100644 src/test/scala/ru/sbt/orient/services/XMLTest.scala delete mode 100644 src/webapp/app/app.js delete mode 100644 src/webapp/app/app/controller/App.js delete mode 100644 src/webapp/app/app/locale/en.js delete mode 100644 src/webapp/app/app/locale/ru.js delete mode 100644 src/webapp/app/app/model/Menu.js delete mode 100644 src/webapp/app/app/model/PrjCycle.js delete mode 100644 src/webapp/app/app/model/Project.js delete mode 100644 src/webapp/app/app/model/Report.js delete mode 100644 src/webapp/app/app/model/User.js delete mode 100644 src/webapp/app/app/store/Menu.js delete mode 100644 src/webapp/app/app/store/PrjCycle.js delete mode 100644 src/webapp/app/app/store/Project.js delete mode 100644 src/webapp/app/app/store/Reports.js delete mode 100644 src/webapp/app/app/store/Users.js delete mode 100644 src/webapp/app/app/utils/CommonUtils.js delete mode 100644 src/webapp/app/app/view/ContentPanel.js delete mode 100644 src/webapp/app/app/view/Navigation.js delete mode 100644 src/webapp/app/app/view/Viewport.js delete mode 100644 src/webapp/app/app/view/project/CycleRecord.js delete mode 100644 src/webapp/app/app/view/project/PrjController.js delete mode 100644 src/webapp/app/app/view/project/PrjList.js delete mode 100644 src/webapp/app/app/view/project/PrjRecord.js delete mode 100644 src/webapp/app/app/view/report/List.js delete mode 100644 src/webapp/app/app/view/report/ListController.js delete mode 100644 src/webapp/app/app/view/report/Record.js delete mode 100644 src/webapp/app/app/view/user/List.js delete mode 100644 src/webapp/app/app/view/user/ListController.js delete mode 100644 src/webapp/app/app/view/user/Record.js delete mode 100644 src/webapp/app/data/menu.json delete mode 100644 src/webapp/app/simple.html delete mode 100644 src/webapp/get-images.php delete mode 100644 src/webapp/js/classic/locale/locale-af-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-af.js delete mode 100644 src/webapp/js/classic/locale/locale-bg-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-bg.js delete mode 100644 src/webapp/js/classic/locale/locale-ca-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-ca.js delete mode 100644 src/webapp/js/classic/locale/locale-cs-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-cs.js delete mode 100644 src/webapp/js/classic/locale/locale-da-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-da.js delete mode 100644 src/webapp/js/classic/locale/locale-de-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-de.js delete mode 100644 src/webapp/js/classic/locale/locale-el_GR-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-el_GR.js delete mode 100644 src/webapp/js/classic/locale/locale-en-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-en.js delete mode 100644 src/webapp/js/classic/locale/locale-en_AU-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-en_AU.js delete mode 100644 src/webapp/js/classic/locale/locale-en_GB-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-en_GB.js delete mode 100644 src/webapp/js/classic/locale/locale-es-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-es.js delete mode 100644 src/webapp/js/classic/locale/locale-et-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-et.js delete mode 100644 src/webapp/js/classic/locale/locale-fa-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-fa.js delete mode 100644 src/webapp/js/classic/locale/locale-fi-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-fi.js delete mode 100644 src/webapp/js/classic/locale/locale-fr-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-fr.js delete mode 100644 src/webapp/js/classic/locale/locale-fr_CA-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-fr_CA.js delete mode 100644 src/webapp/js/classic/locale/locale-gr-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-gr.js delete mode 100644 src/webapp/js/classic/locale/locale-he-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-he.js delete mode 100644 src/webapp/js/classic/locale/locale-hr-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-hr.js delete mode 100644 src/webapp/js/classic/locale/locale-hu-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-hu.js delete mode 100644 src/webapp/js/classic/locale/locale-id-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-id.js delete mode 100644 src/webapp/js/classic/locale/locale-it-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-it.js delete mode 100644 src/webapp/js/classic/locale/locale-ja-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-ja.js delete mode 100644 src/webapp/js/classic/locale/locale-ko-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-ko.js delete mode 100644 src/webapp/js/classic/locale/locale-lt-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-lt.js delete mode 100644 src/webapp/js/classic/locale/locale-lv-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-lv.js delete mode 100644 src/webapp/js/classic/locale/locale-mk-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-mk.js delete mode 100644 src/webapp/js/classic/locale/locale-nl-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-nl.js delete mode 100644 src/webapp/js/classic/locale/locale-no_NB-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-no_NB.js delete mode 100644 src/webapp/js/classic/locale/locale-no_NN-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-no_NN.js delete mode 100644 src/webapp/js/classic/locale/locale-pl-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-pl.js delete mode 100644 src/webapp/js/classic/locale/locale-pt-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-pt.js delete mode 100644 src/webapp/js/classic/locale/locale-pt_BR-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-pt_BR.js delete mode 100644 src/webapp/js/classic/locale/locale-pt_PT-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-pt_PT.js delete mode 100644 src/webapp/js/classic/locale/locale-ro-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-ro.js delete mode 100644 src/webapp/js/classic/locale/locale-ru-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-ru.js delete mode 100644 src/webapp/js/classic/locale/locale-sk-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-sk.js delete mode 100644 src/webapp/js/classic/locale/locale-sl-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-sl.js delete mode 100644 src/webapp/js/classic/locale/locale-sr-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-sr.js delete mode 100644 src/webapp/js/classic/locale/locale-sr_RS-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-sr_RS.js delete mode 100644 src/webapp/js/classic/locale/locale-sv_SE-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-sv_SE.js delete mode 100644 src/webapp/js/classic/locale/locale-th-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-th.js delete mode 100644 src/webapp/js/classic/locale/locale-tr-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-tr.js delete mode 100644 src/webapp/js/classic/locale/locale-ukr-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-ukr.js delete mode 100644 src/webapp/js/classic/locale/locale-vn-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-vn.js delete mode 100644 src/webapp/js/classic/locale/locale-zh_CN-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-zh_CN.js delete mode 100644 src/webapp/js/classic/locale/locale-zh_TW-debug.js delete mode 100644 src/webapp/js/classic/locale/locale-zh_TW.js delete mode 100644 src/webapp/js/classic/theme-crisp-touch/config.rb delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/Read Me.txt delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo-files/demo.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo-files/demo.js delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo.html delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.eot delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.svg delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.ttf delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.woff delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/selection.json delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/style.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-over-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-over.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-notitle-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-notitle-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/grid-cell-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/grid-cell-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/grid-cell-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/grid-cell-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/grid-cell-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/datepicker/arrow-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/datepicker/arrow-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/datepicker/month-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/dd/drop-add.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/dd/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/dd/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/editor/tb-sprite.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/fieldset/collapse-tool.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/checkbox.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/clear-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/clear-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/date-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/date-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/exclamation.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/radio.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/search-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/search-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner-down-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner-down.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner-up-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner-up.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/tag-field-item-close.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/form/trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/col-move-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/col-move-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/columns.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dd-insert-arrow-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dd-insert-arrow-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dirty-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dirty.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/equals.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/find.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/greater_than.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/less_than.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/group-by.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/group-collapse.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/group-expand.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/hd-pop.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/hmenu-asc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/hmenu-desc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/hmenu-lock.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/hmenu-unlock.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-first.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-last.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-next.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-prev.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/pick-button.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/refresh.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/sort_asc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/grid/sort_desc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/loadmask/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/magnify.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-group-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-menu-parent-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-menu-parent.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-unchecked.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-default-framed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-default-framed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-light-framed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-light-framed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/shared/icon-error.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/shared/icon-info.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/shared/icon-question.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/shared/icon-warning.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/e-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/ne-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/nw-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/s-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/se-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/sw-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/slider/slider-bg.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/slider/slider-thumb.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/slider/slider-v-bg.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/slider/slider-v-thumb.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-plain-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-plain-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-plain-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-plain-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-disabled-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-close.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-disabled-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-disabled-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-disabled-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tip/tip-default-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tip/tip-default-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tip/tip-form-invalid-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tip/tip-form-invalid-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/default-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/default-more.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/footer-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/footer-more.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/footer-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/footer-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tools/tool-sprites-dark.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tools/tool-sprites.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/arrows-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/arrows.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-above.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-add.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-add.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-append.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-below.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-between.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-between.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-no.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-over.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-over.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-under.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-under.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-yes.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-line-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-line.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-plus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-plus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder-open.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/leaf-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/leaf.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/tree/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/util/splitter/mini-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/util/splitter/mini-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/util/splitter/mini-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/util/splitter/mini-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window/toast/fade-blue.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window/toast/fader.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window/toast/icon16_error.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window/toast/icon16_info.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window/window-default-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/images/window/window-default-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-base/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-debug.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-debug_1.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-debug_2.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug_1.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug_2.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl_1.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl_2.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all_1.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all_2.css delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow-over-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow-over.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/datepicker/arrow-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/datepicker/arrow-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/datepicker/month-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/editor/tb-sprite.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/fieldset/collapse-tool.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/checkbox.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/clear-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/clear-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/date-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/date-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/exclamation.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/radio.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/search-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/search-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/spinner-down-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/spinner-down.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/spinner-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/spinner-up-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/spinner-up.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/spinner.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/tag-field-item-close.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/columns.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/filters/equals.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/filters/find.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/filters/greater_than.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/filters/less_than.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/group-by.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/group-collapse.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/group-expand.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/hd-pop.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/hmenu-asc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/hmenu-desc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/hmenu-lock.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/hmenu-unlock.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/page-first.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/page-last.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/page-next.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/page-prev.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/refresh.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/sort_asc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/grid/sort_desc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/menu/default-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/menu/default-group-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/menu/default-menu-parent-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/menu/default-menu-parent.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/menu/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/menu/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/menu/default-unchecked.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/shared/icon-error.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/shared/icon-info.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/shared/icon-question.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/shared/icon-warning.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tab-bar/default-plain-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tab-bar/default-plain-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tab-bar/default-plain-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tab-bar/default-plain-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tab-bar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tab-bar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tab-bar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tab-bar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tab/tab-default-close.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/default-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/default-more.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/footer-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/footer-more.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/footer-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/toolbar/footer-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tools/tool-sprites-dark.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tools/tool-sprites.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/arrows-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/arrows.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-end-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-end-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-end-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-end-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-end-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-end.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-line-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-line.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-minus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-minus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-plus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-plus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/elbow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/folder-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/folder-open.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/folder-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/folder.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/leaf-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/tree/leaf.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/util/splitter/mini-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/util/splitter/mini-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/util/splitter/mini-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/util/splitter/mini-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-split-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-split-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-split-arrow-over-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-split-arrow-over.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-split-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/breadcrumb/default-split-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/default-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/grid-cell-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/grid-cell-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/grid-cell-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/grid-cell-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/grid-cell-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/datepicker/arrow-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/datepicker/arrow-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/datepicker/month-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/dd/drop-add.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/dd/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/dd/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/editor/tb-sprite.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/fieldset/collapse-tool.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/checkbox.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/clear-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/clear-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/date-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/date-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/exclamation.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/radio.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/search-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/search-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/spinner-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/spinner.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/tag-field-item-close.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/form/trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/col-move-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/col-move-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/columns.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/dd-insert-arrow-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/dd-insert-arrow-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/dirty-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/dirty.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/filters/equals.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/filters/find.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/filters/greater_than.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/filters/less_than.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/group-by.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/group-collapse.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/group-expand.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/hd-pop.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/hmenu-asc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/hmenu-desc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/hmenu-lock.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/hmenu-unlock.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/page-first.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/page-last.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/page-next.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/page-prev.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/pick-button.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/refresh.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/sort_asc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/grid/sort_desc.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/loadmask/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/menu/default-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/menu/default-group-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/menu/default-menu-parent-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/menu/default-menu-parent.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/menu/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/menu/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/menu/default-unchecked.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/shared/icon-error.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/shared/icon-info.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/shared/icon-question.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/shared/icon-warning.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/sizer/e-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/sizer/ne-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/sizer/nw-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/sizer/s-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/sizer/se-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/sizer/sw-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/slider/slider-bg.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/slider/slider-thumb.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/slider/slider-v-bg.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/slider/slider-v-thumb.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tab-bar/default-plain-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tab-bar/default-plain-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tab-bar/default-plain-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tab-bar/default-plain-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tab-bar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tab-bar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tab-bar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tab-bar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tab/tab-default-close.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/default-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/default-more.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/footer-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/footer-more.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/footer-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/toolbar/footer-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tools/tool-sprites-dark.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tools/tool-sprites.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/arrows-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/arrows.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-above.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-add.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-add.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-append.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-below.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-between.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-between.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-no.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-over.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-over.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-under.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-under.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-yes.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-end-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-end-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-end-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-end-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-end-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-end.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-line-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-line.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-minus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-minus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-plus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-plus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/elbow.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/folder-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/folder-open.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/folder-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/folder.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/leaf-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/leaf.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/tree/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/util/splitter/mini-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/util/splitter/mini-left.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/util/splitter/mini-right.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neptune/images/util/splitter/mini-top.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neutral/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neutral/images/magnify.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neutral/images/window/toast/fade-blue.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neutral/images/window/toast/fader.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neutral/images/window/toast/icon16_error.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/theme-neutral/images/window/toast/icon16_info.png delete mode 100644 src/webapp/js/classic/theme-crisp-touch/resources/touch-sizing/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp-touch/theme-crisp-touch-all-debug.scss delete mode 100644 src/webapp/js/classic/theme-crisp-touch/theme-crisp-touch-all-rtl-debug.scss delete mode 100644 src/webapp/js/classic/theme-crisp-touch/theme-crisp-touch-debug.js delete mode 100644 src/webapp/js/classic/theme-crisp-touch/theme-crisp-touch.js delete mode 100644 src/webapp/js/classic/theme-crisp/config.rb delete mode 100644 src/webapp/js/classic/theme-crisp/resources/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/Read Me.txt delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/demo-files/demo.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/demo-files/demo.js delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/demo.html delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/fonts/ext-watermark.eot delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/fonts/ext-watermark.svg delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/fonts/ext-watermark.ttf delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/fonts/ext-watermark.woff delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/selection.json delete mode 100644 src/webapp/js/classic/theme-crisp/resources/ext/ext-watermark/style.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-split-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-split-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-split-arrow-over-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-split-arrow-over.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-split-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/breadcrumb/default-split-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn-group/btn-group-default-framed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn-group/btn-group-default-framed-notitle-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn-group/btn-group-default-framed-notitle-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn-group/btn-group-default-framed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-large-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-medium-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-small-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-large-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-medium-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-default-toolbar-small-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-large-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-large-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-large-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-large-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-large-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-large-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-medium-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-medium-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-medium-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-medium-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-medium-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-medium-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-small-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-small-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-small-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-small-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-small-pressed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/btn/btn-plain-toolbar-small-pressed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/default-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/grid-cell-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/grid-cell-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/grid-cell-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/grid-cell-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/grid-cell-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/button/plain-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/datepicker/arrow-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/datepicker/arrow-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/datepicker/month-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/dd/drop-add.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/dd/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/dd/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/editor/tb-sprite.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/fieldset/collapse-tool.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/checkbox.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/clear-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/clear-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/date-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/date-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/exclamation.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/radio.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/search-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/search-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/spinner-down-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/spinner-down.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/spinner-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/spinner-up-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/spinner-up.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/spinner.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/tag-field-item-close.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/form/trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/col-move-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/col-move-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/columns.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/dd-insert-arrow-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/dd-insert-arrow-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/dirty-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/dirty.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/filters/equals.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/filters/find.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/filters/greater_than.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/filters/less_than.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/group-by.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/group-collapse.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/group-expand.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/hd-pop.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/hmenu-asc.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/hmenu-desc.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/hmenu-lock.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/hmenu-unlock.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/page-first.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/page-last.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/page-next.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/page-prev.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/pick-button.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/refresh.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/sort_asc.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/grid/sort_desc.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/loadmask/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/magnify.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/menu/default-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/menu/default-group-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/menu/default-menu-parent-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/menu/default-menu-parent.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/menu/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/menu/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/menu/default-unchecked.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-collapsed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-default-framed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-collapsed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel-header/panel-header-light-framed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel/panel-default-framed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel/panel-default-framed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel/panel-light-framed-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/panel/panel-light-framed-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/shared/icon-error.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/shared/icon-info.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/shared/icon-question.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/shared/icon-warning.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/sizer/e-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/sizer/ne-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/sizer/nw-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/sizer/s-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/sizer/se-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/sizer/sw-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/slider/slider-bg.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/slider/slider-thumb.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/slider/slider-v-bg.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/slider/slider-v-thumb.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab-bar/default-plain-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab-bar/default-plain-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab-bar/default-plain-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab-bar/default-plain-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab-bar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab-bar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab-bar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab-bar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-disabled-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-focus-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-focus-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-focus-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-focus-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-focus-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-close.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-disabled-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-focus-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-focus-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-focus-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-focus-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-focus-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-disabled-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-focus-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-focus-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-focus-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-focus-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-focus-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-disabled-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-disabled-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-disabled-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-focus-active-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-focus-active-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-focus-active-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-focus-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-focus-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-focus-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-focus-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-focus-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-focus-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-over-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-over-fbg.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-over-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tab/tab-default-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tip/tip-default-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tip/tip-default-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tip/tip-form-invalid-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tip/tip-form-invalid-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/default-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/default-more.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/footer-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/footer-more.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/footer-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/toolbar/footer-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tools/tool-sprites-dark.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tools/tool-sprites.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/arrows-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/arrows.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-above.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-add.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-add.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-append.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-below.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-between.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-between.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-no.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-over.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-over.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-under.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-under.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-yes.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-end-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-end-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-end-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-end-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-end-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-end.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-line-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-line.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-minus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-minus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-plus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-plus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/elbow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/folder-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/folder-open.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/folder-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/folder.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/leaf-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/leaf.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/tree/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/util/splitter/mini-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/util/splitter/mini-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/util/splitter/mini-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/util/splitter/mini-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-bottom-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-bottom-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-collapsed-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-left-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-left-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-left-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-right-corners-rtl.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-right-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-right-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-top-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window-header/window-header-default-top-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window/toast/fade-blue.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window/toast/fader.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window/toast/icon16_error.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window/toast/icon16_info.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window/window-default-corners.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/images/window/window-default-sides.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-base/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-debug.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-debug_1.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-debug_2.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug_1.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug_2.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl_1.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl_2.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all_1.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-crisp-all_2.css delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-open.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-over-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-over.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-b-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-b.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/datepicker/arrow-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/datepicker/arrow-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/datepicker/month-arrow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/dd/drop-add.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/dd/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/dd/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/editor/tb-sprite.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/fieldset/collapse-tool.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/checkbox.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/clear-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/clear-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/date-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/date-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/exclamation.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/radio.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/search-trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/search-trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/spinner-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/spinner.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/tag-field-item-close.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/trigger-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/trigger.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/col-move-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/col-move-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/columns.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dd-insert-arrow-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dd-insert-arrow-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dirty-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dirty.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/filters/equals.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/filters/find.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/filters/greater_than.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/filters/less_than.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/group-by.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/group-collapse.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/group-expand.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hd-pop.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hmenu-asc.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hmenu-desc.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hmenu-lock.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hmenu-unlock.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-first.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-last.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-next.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-prev.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/pick-button.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/refresh.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/sort_asc.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/sort_desc.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/loadmask/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-group-checked.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-menu-parent-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-menu-parent.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-unchecked.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-error.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-info.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-question.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-warning.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/e-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/ne-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/nw-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/s-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/se-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/sw-handle.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/slider/slider-bg.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/slider/slider-thumb.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/slider/slider-v-bg.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/slider/slider-v-thumb.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-plain-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-plain-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-plain-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-plain-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab/tab-default-close.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-more.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-scroll-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-scroll-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/footer-more-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/footer-more.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/footer-scroll-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/footer-scroll-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tools/tool-sprites-dark.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tools/tool-sprites.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/arrows-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/arrows.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-above.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-add.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-add.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-append.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-below.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-between.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-between.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-no.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-no.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-over.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-over.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-under.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-under.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-yes.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-yes.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-line-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-line.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-minus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-minus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-minus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-minus.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus-nl-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus-nl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/folder-open-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/folder-open.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/folder-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/folder.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/leaf-rtl.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/leaf.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/loading.gif delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/util/splitter/mini-bottom.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/util/splitter/mini-left.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/util/splitter/mini-right.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/util/splitter/mini-top.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neutral/Readme.md delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/magnify.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/fade-blue.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/fader.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/icon16_error.png delete mode 100644 src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/icon16_info.png delete mode 100644 src/webapp/js/classic/theme-crisp/theme-crisp-all-debug.scss delete mode 100644 src/webapp/js/classic/theme-crisp/theme-crisp-all-rtl-debug.scss delete mode 100644 src/webapp/js/classic/theme-crisp/theme-crisp-debug.js delete mode 100644 src/webapp/js/classic/theme-crisp/theme-crisp.js delete mode 100644 src/webapp/js/ext-all-debug.js delete mode 100644 src/webapp/js/ext-all.js delete mode 100644 src/webapp/js/ext.js delete mode 100644 src/webapp/list-view.css delete mode 100644 src/webapp/login.html diff --git a/build.sbt b/build.sbt deleted file mode 100644 index cd6b450..0000000 --- a/build.sbt +++ /dev/null @@ -1,54 +0,0 @@ -import sbt.Keys._ - -organization := "org.asem" - -name := "phinp" - -version := "1.0" - -scalaVersion := "2.11.8" - -scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature") - -resolvers ++= Seq( - "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/", - "Spray repository" at "http://repo.spray.io/", - "Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases", - "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots", - "Central" at "http://central.maven.org/maven2" -) - -libraryDependencies ++= { - val akkaV = "2.+" - val sprayV = "1.+" - val orientV = "2.+" - - Seq( - "io.spray" %% "spray-can" % sprayV, - "io.spray" %% "spray-routing" % sprayV, - "io.spray" %% "spray-caching" % sprayV, - "io.spray" %% "spray-json" % "1.3.2", - - "com.typesafe.akka" %% "akka-actor" % akkaV, - "org.scala-lang.modules" % "scala-xml_2.11" % "1.0.5", - "org.scala-lang" % "scala-reflect" % "2.11.8", - - // Orient DB dependencies - "com.orientechnologies" % "orientdb-core" % orientV, - "com.orientechnologies" % "orientdb-client" % orientV, - "com.orientechnologies" % "orientdb-jdbc" % orientV, - "com.orientechnologies" % "orientdb-graphdb" % orientV, - "com.orientechnologies" % "orientdb-distributed" % orientV, - "com.tinkerpop.blueprints" % "blueprints-core" % "2.6.0", - "com.github.nscala-time" %% "nscala-time" % "2.+", - "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.+", - "com.fasterxml.jackson.module" % "jackson-module-scala_2.11" % "2.+", - "com.wandoulabs.akka" %% "spray-websocket" % "0.1.4", - - "io.spray" %% "spray-testkit" % sprayV % "test", - "com.typesafe.akka" %% "akka-testkit" % akkaV % "test", - "org.scalatest" % "scalatest_2.11" % "3.0.0" % "test" - ) -} - -Revolver.settings \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5964ecf..2be4a7b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,48 +2,21 @@ 4.0.0 ru.sbt - phinp-mv + Sbira 1.0-SNAPSHOT jar UTF-8 1.8 - 1.3.3 - 2.2.8 - 2.4.9 + 2.2.12 + 2.4.11 - + - - io.spray - spray-can_2.11 - ${spray.version} - - - io.spray - spray-routing_2.11 - ${spray.version} - - - io.spray - spray-caching_2.11 - ${spray.version} - - - io.spray - spray-json_2.11 - 1.3.2 - - - io.spray - spray-util_2.11 - ${spray.version} - - - com.typesafe.akka akka-http-xml-experimental_2.11 ${akka.version} - - com.typesafe.akka - akka-sample-cluster-experimental_2.11.0-M3 - ${akka.version} - --> com.typesafe.akka akka-actor_2.11 ${akka.version} - - - com.fasterxml.jackson.core - jackson-databind - 2.8.1 - - - - - com.wandoulabs.akka - spray-websocket_2.11 - 0.1.4 - - - @@ -113,20 +49,6 @@ joda-time 2.9.4 - - - com.fasterxml.jackson.module - jackson-module-scala_2.11 - 2.8.0.rc2 - - - com.fasterxml.jackson.datatype - jackson-datatype-joda - 2.8.0.rc2 - - @@ -150,7 +72,38 @@ blueprints-core 2.6.0 - + + + com.fasterxml.jackson.core + jackson-databind + 2.8.4 + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + 2.8.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + 2.8.4 + + + + com.softwaremill.akka-http-session + core_2.11 + 0.2.7 + + + com.softwaremill.akka-http-session + jwt_2.11 + 0.2.7 + + @@ -165,25 +118,29 @@ junit 4.12 - - org.scalatest scalatest_2.11 - 3.0.0-SNAP6 + 3.0.0 test - io.spray - spray-testkit_2.11 - 1.3.3 + com.typesafe.akka + akka-testkit_2.11 + ${akka.version} + test + + + com.typesafe.akka + akka-http-testkit_2.11 + ${akka.version} test - + @@ -207,7 +164,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.7 + 2.19.1 true @@ -272,7 +229,7 @@ true - org.asem.Boot + ru.sbt.Main lib diff --git a/project/build.properties b/project/build.properties deleted file mode 100644 index 13d3ee7..0000000 --- a/project/build.properties +++ /dev/null @@ -1 +0,0 @@ -sbt.version = 0.13.12 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt deleted file mode 100644 index 1b3112a..0000000 --- a/project/plugins.sbt +++ /dev/null @@ -1,2 +0,0 @@ -logLevel := Level.Warn -addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0") \ No newline at end of file diff --git a/src/main/java/org/asem/orient/AGraph.java b/src/main/java/org/asem/orient/AGraph.java deleted file mode 100644 index b7dd259..0000000 --- a/src/main/java/org/asem/orient/AGraph.java +++ /dev/null @@ -1,26 +0,0 @@ -package org.asem.orient; - -import com.tinkerpop.blueprints.impls.orient.OrientGraph; - -import java.io.Closeable; -import java.io.IOException; - -/** - * Created by gosha-user on 23.07.2016. - */ -public class AGraph implements Closeable { - private final OrientGraph graph; - - public AGraph(OrientGraph graph) { - this.graph = graph; - } - - @Override - public void close() throws IOException { - graph.shutdown(); - } - - public OrientGraph get() { - return graph; - } -} diff --git a/src/main/java/org/asem/orient/Query.java b/src/main/java/org/asem/orient/Query.java deleted file mode 100644 index 37b16cc..0000000 --- a/src/main/java/org/asem/orient/Query.java +++ /dev/null @@ -1,54 +0,0 @@ -package org.asem.orient; - -import com.orientechnologies.orient.core.sql.query.OSQLSynchQuery; -import com.tinkerpop.blueprints.impls.orient.OrientDynaElementIterable; -import com.tinkerpop.blueprints.impls.orient.OrientGraph; -import com.tinkerpop.blueprints.impls.orient.OrientVertex; - -import java.io.IOException; -import java.lang.invoke.MethodHandles; -import java.util.LinkedList; -import java.util.List; -import java.util.Map; -import java.util.logging.Level; -import java.util.logging.Logger; - -import static java.util.Collections.EMPTY_LIST; - -/** - * Created by gosha-user on 23.07.2016. - */ -public class Query { - private static final Logger LOGGER = Logger.getLogger(MethodHandles.lookup().lookupClass().getName()); - - public static List executeQuery (String sQuery, Map params) { - try (AGraph graph = new AGraph(Database.pool().getTx())) { - OSQLSynchQuery query = new OSQLSynchQuery(sQuery); - OrientDynaElementIterable result = graph.get().command(query).execute(params); - final List res = new LinkedList(); - result.forEach(obj -> { - OrientVertex vtx = (OrientVertex) obj; - res.add(vtx); - }); - - return res; - } - catch (IOException e) { - LOGGER.log(Level.SEVERE, e.toString(), e); - } - - return EMPTY_LIST; - } - - public static List executeQuery (OrientGraph graph, String sQuery, Map params) { - OSQLSynchQuery query = new OSQLSynchQuery(sQuery); - OrientDynaElementIterable result = graph.command(query).execute(params); - final List res = new LinkedList(); - result.forEach(obj -> { - OrientVertex vtx = (OrientVertex) obj; - res.add(vtx); - }); - - return res; - } -} diff --git a/src/main/resources/address.sql b/src/main/resources/address.sql deleted file mode 100644 index 2da4856..0000000 --- a/src/main/resources/address.sql +++ /dev/null @@ -1,18 +0,0 @@ -create class CodeWithName; -create property CodeWithName.code string; -create property CodeWithName.name string; -alter property CodeWithName.code mandatory true; -alter property CodeWithName.name mandatory true; - -create class Address; -create property Address.city embedded CodeWithName; -create property Address.street embedded CodeWithName; -create property Address.building embedded CodeWithName; -alter property Address.city mandatory true; -alter property Address.street mandatory true; -alter property Address.building mandatory true; - -CREATE INDEX UxPharmacyAddress ON Pharmacy(address) UNIQUE; -insert into PrjCycle(name, visits, startDate, endDate) values ('Цикл-1', [{"@type" : "d", "@class": "VisitReq", "type":"P","num":20}], '2016-07-31', '2016-09-03') -insert into Pharmacy(name, cityName, streetName, buildingName) values ("Ðптека 36.6", 'МоÑква', 'ÐоводаниловÑкаÑ', '10') -drugs- {"@type":"d","@class":"Drug","name":"Analgin","existence":true,"price":99.99} \ No newline at end of file diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 5adcfac..a522a50 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,28 +1,26 @@ akka { - loglevel = INFO + loglevel = DEBUG } -spray.can.server { - host = 0.0.0.0 - port = 8080 - request-timeout = 10s - ssl-encryption = off - - idle-timeout = 1800 s - request-chunk-aggregation-limit = 0 - - parsing.max-content-length = 5g - parsing.incoming-auto-chunking-threshold-size = 45k +akka { + http { + session { + encrypt-data = true +# max-age = 10 + } + } } -spray.websocket { - # Supported Per-message Compression Extensions. To disable, set to [] - #pmce = [] - pmce = ["permessage-deflate"] +http { + interface = "0.0.0.0" + port = 9080 + sslPort = 9443 } -spray.routing { - file-chunking-threshold-size = 512k +database { + url: "remote:localhost/probe" + user: root + password: 123456 } secureKey { @@ -32,16 +30,11 @@ secureKey { keyPassword: "123456" } +cors.allowed-origin = "*" + mainPage = "/pub/app/simple.html" loginPage = "/pub/login.html" -database { - url: "remote:localhost/probe" - user: root - password: 123456 -} - - #akka { # actor { # provider = "akka.cluster.ClusterActorRefProvider" diff --git a/src/main/resources/schema.osql b/src/main/resources/schema.osql deleted file mode 100644 index 814c51d..0000000 --- a/src/main/resources/schema.osql +++ /dev/null @@ -1,167 +0,0 @@ -connect remote:localhost/pharma root 123456; - -DROP CLASS PhUser; -DROP CLASS Project; -DROP CLASS VisitReq; -DROP CLASS PrjCycle; -DROP CLASS PharmNet; -DROP CLASS CodeWithName; -DROP CLASS Address; -DROP CLASS Pharmacy; -DROP CLASS Manager; -DROP CLASS Employee; -DROP CLASS Owner; -DROP CLASS Worker; -DROP CLASS Report; -DROP CLASS Drug; -DROP CLASS PhNet; -DROP CLASS ReportWorker; -DROP CLASS ReportChecker; -DROP CLASS ReportCycle; -DROP CLASS ReportPharm; -DROP CLASS PharmCycle; -DROP CLASS PrjCycleWorker; -DROP CLASS Task; -DROP CLASS Comment; - -CREATE CLASS PhUser EXTENDS V; -CREATE PROPERTY PhUser.login STRING; -CREATE PROPERTY PhUser.password STRING; -CREATE PROPERTY PhUser.email STRING; -CREATE PROPERTY PhUser.firstName STRING; -CREATE PROPERTY PhUser.secondName STRING; -CREATE PROPERTY PhUser.activated boolean; - -alter property PhUser.login COLLATE ci; -alter property PhUser.email COLLATE ci; -ALTER PROPERTY PhUser.login MANDATORY TRUE; -ALTER PROPERTY PhUser.password MANDATORY TRUE; -ALTER PROPERTY PhUser.email MANDATORY TRUE; -ALTER PROPERTY PhUser.activated MANDATORY TRUE; -ALTER PROPERTY PhUser.activated DEFAULT 0; - -CREATE INDEX UxPhUserLogin ON PhUser(login) UNIQUE STRING; -CREATE INDEX UxPhUserEmail ON PhUser(email) UNIQUE STRING; - -CREATE CLASS Project EXTENDS V; -CREATE PROPERTY Project.name STRING; -CREATE PROPERTY Project.startDate DATE; -ALTER PROPERTY Project.name MANDATORY TRUE; -ALTER PROPERTY Project.startDate MANDATORY TRUE; -CREATE INDEX UxProjectName ON Project(name) UNIQUE STRING; - -create class VisitReq; -create property VisitReq.num short; -create property VisitReq.type string ; -ALTER PROPERTY VisitReq.type regexp "[PH|DR]"; -ALTER PROPERTY VisitReq.num MANDATORY TRUE; -ALTER PROPERTY VisitReq.type MANDATORY TRUE; - -create class Drug; -create property Drug.name String; -create property Drug.existence Boolean; -create property Drug.price Decimal; - -create class PrjCycle extends v; -create property PrjCycle.name string; -create property PrjCycle.startDate date; -create property PrjCycle.endDate date; -create property PrjCycle.visits embeddedlist VisitReq; -create property PrjCycle.drugs embeddedlist Drug; - -ALTER PROPERTY PrjCycle.name MANDATORY TRUE; -ALTER PROPERTY PrjCycle.startDate MANDATORY TRUE; -ALTER PROPERTY PrjCycle.endDate MANDATORY TRUE; -ALTER PROPERTY PrjCycle.visits MANDATORY TRUE; - -CREATE CLASS PrjCycleWorker EXTENDS E; -CREATE PROPERTY PrjCycleWorker.in LINK PhUser; -CREATE PROPERTY PrjCycleWorker.out LINK PrjCycle; -CREATE INDEX UxPrjCycleWorker ON PrjCycleWorker(out,in) UNIQUE; - -CREATE CLASS PharmNet EXTENDS V; -CREATE PROPERTY PharmNet.name STRING; -CREATE PROPERTY PharmNet.contract STRING; -ALTER PROPERTY PharmNet.name MANDATORY TRUE; -CREATE INDEX UxPharmNet ON PharmNet(name) UNIQUE; - -CREATE CLASS Pharmacy EXTENDS V; -CREATE PROPERTY Pharmacy.name STRING; -CREATE PROPERTY Pharmacy.chiefPhone STRING; -CREATE PROPERTY Pharmacy.chiefName STRING; -CREATE PROPERTY Pharmacy.tradeRoomPhone STRING; -create property Pharmacy.cityName String; -create property Pharmacy.streetName String; -create property Pharmacy.buildingName String; -create property Pharmacy.cityCode String; -create property Pharmacy.streetCode String; -create property Pharmacy.buildingCode String; - -ALTER PROPERTY Pharmacy.name MANDATORY TRUE; -alter property Pharmacy.cityName mandatory true; -alter property Pharmacy.streetName mandatory true; -alter property Pharmacy.buildingName mandatory true; - -CREATE INDEX UxPharmacyAddress ON Pharmacy(cityName, streetName, buildingName) UNIQUE; - -CREATE CLASS PharmCycle EXTENDS E; -CREATE PROPERTY PharmCycle.out LINK PrjCycle; -CREATE PROPERTY PharmCycle.in LINK Pharmacy; -ALTER PROPERTY PharmCycle.out MANDATORY TRUE; -ALTER PROPERTY PharmCycle.in MANDATORY TRUE; -CREATE INDEX UxPharmCycle ON PharmCycle(out,in) UNIQUE; - -CREATE CLASS PhNet EXTENDS E; -CREATE PROPERTY PhNet.out LINK Pharmacy; -CREATE PROPERTY PhNet.in LINK PharmNet; -ALTER PROPERTY PhNet.out MANDATORY TRUE; -ALTER PROPERTY PhNet.in MANDATORY TRUE; -CREATE INDEX UxPhNet ON PhNet(out,in) UNIQUE; - -CREATE CLASS Worker EXTENDS E; -CREATE PROPERTY Worker.out LINK PhUser; -CREATE PROPERTY Worker.in LINK Project; -ALTER PROPERTY Worker.out MANDATORY TRUE; -ALTER PROPERTY Worker.in MANDATORY TRUE; -CREATE INDEX UxWorker ON Worker(out,in) UNIQUE; - -CREATE CLASS Manager EXTENDS Worker; -CREATE CLASS Employee EXTENDS Worker; - -CREATE CLASS Report EXTENDS V; -create property Report.createDate Date; -create property Report.drugs embeddedlist Drug; - -CREATE CLASS ReportWorker EXTENDS E; -CREATE PROPERTY ReportWorker.in LINK PhUser; -CREATE PROPERTY ReportWorker.out LINK Report; -CREATE INDEX UxReportWorker ON ReportWorker(out,in) UNIQUE; - -CREATE CLASS ReportChecker EXTENDS E; -CREATE PROPERTY ReportChecker.in LINK PhUser; -CREATE PROPERTY ReportChecker.out LINK Report; -CREATE INDEX UxReportChecker ON ReportChecker(out,in) UNIQUE; - -CREATE CLASS ReportCycle EXTENDS E; -CREATE PROPERTY ReportCycle.in LINK PrjCycle; -CREATE PROPERTY ReportCycle.out LINK Report; -CREATE INDEX UxReportCycle ON ReportCycle(out,in) UNIQUE; - -CREATE CLASS ReportPharm EXTENDS E; -CREATE PROPERTY ReportPharm.in LINK Pharmacy; -CREATE PROPERTY ReportPharm.out LINK Report; -CREATE INDEX UxReportPharm ON ReportPharm(out,in) UNIQUE; - -CREATE CLASS Comment EXTENDS V; -CREATE PROPERTY Comment.owner String; -CREATE PROPERTY Comment.comment String; -CREATE PROPERTY Comment.createDate Date; - -CREATE CLASS Task EXTENDS V; -CREATE PROPERTY Task.name String; -CREATE PROPERTY Task.content String; -CREATE PROPERTY Task.status String; -CREATE PROPERTY Task.assignedPerson String; -CREATE PROPERTY Task.changeDate DateTime; -CREATE PROPERTY Task.deadLine DateTime; -CREATE PROPERTY Task.owner String; diff --git a/src/main/scala/org/asem/Boot.scala b/src/main/scala/org/asem/Boot.scala deleted file mode 100644 index 6bf630e..0000000 --- a/src/main/scala/org/asem/Boot.scala +++ /dev/null @@ -1,76 +0,0 @@ -package org.asem - -import java.security.{KeyStore, SecureRandom} -import javax.net.ssl.{KeyManagerFactory, SSLContext, TrustManagerFactory} - -import _root_.spray.can.Http -import _root_.spray.can.server.UHttp -import _root_.spray.io.ServerSSLEngineProvider -import akka.actor.{Actor, ActorLogging, ActorSystem, Props} -import akka.io.IO -import akka.pattern.ask -import akka.util.Timeout -import com.typesafe.config.ConfigFactory -import org.asem.orient.services._ -import org.asem.spray.security.RSA - -import scala.concurrent.duration._ -import scala.language.postfixOps - -/** - * Created by gosha-user on 16.07.2016. - * @see http://spray.io/wjax - */ -object Boot extends App { - final case class PushToChildren(msg: String) - - object WebSocketServer { - def props() = Props(classOf[WebSocketServer]) - } - - class WebSocketServer extends Actor with ActorLogging { - def receive = { - // when a new connection comes in we register a WebSocketConnection actor as the per connection handler - case Http.Connected(remoteAddress, localAddress) => - val serverConnection = sender() - val conn = context.actorOf(Props(classOf[MainServiceActor], serverConnection)) - serverConnection ! Http.Register(conn) - - case PushToChildren(msg: String) => - val children = context.children - children.foreach(ref => ref ! Push(msg)) - } - } - - implicit val system = ActorSystem("spray-server") - - val service = system.actorOf(Props[WebSocketServer], "sber-spray-service") // for websocket - val config = ConfigFactory.load() - - implicit val mySSLContext: SSLContext = { - val context = SSLContext.getInstance("TLS") - - val keyStore: KeyStore = RSA.keyStore - val keyManagerFactory: KeyManagerFactory = KeyManagerFactory.getInstance("SunX509"); - keyManagerFactory.init(keyStore, RSA.getPassword.getPassword); - - val trustManagerFactory: TrustManagerFactory = TrustManagerFactory.getInstance("SunX509"); - trustManagerFactory.init(keyStore); - - context.init(keyManagerFactory.getKeyManagers(), trustManagerFactory.getTrustManagers(), new SecureRandom()); - context - } - - implicit val myEngineProvider = ServerSSLEngineProvider { engine => - engine.setEnabledProtocols(Array("TLSv1.2")) - engine - } - - implicit val timeout = Timeout(5 seconds) - IO(UHttp) ? Http.Bind(service, interface = config.getString("spray.can.server.host"), port = config.getInt("spray.can.server.port")) - -// while (true) { -// var msg = readLine("Give a message and hit ENTER to push message to the children ...\n") -// service ! PushToChildren(msg) -// } -} \ No newline at end of file diff --git a/src/main/scala/org/asem/orient/Database.scala b/src/main/scala/org/asem/orient/Database.scala deleted file mode 100644 index 11c7221..0000000 --- a/src/main/scala/org/asem/orient/Database.scala +++ /dev/null @@ -1,83 +0,0 @@ -package org.asem.orient - -import com.tinkerpop.blueprints.impls.orient.{OrientGraph, OrientGraphFactory} -import com.typesafe.config.ConfigFactory - -import scala.collection.JavaConversions._ - -/** - * Created by gosha-user on 17.07.2016. - */ -object Database { - val config = ConfigFactory.load() - - lazy val pool = { - new OrientGraphFactory (config.getString("database.url"), config.getString("database.user"), config.getString("database.password")).setupPool(1, 10) - } - - def pushMessageToClients (msg:Any) = { - import org.asem.Boot._ - service ! msg - } - - def queryToXml (query: String, params:Map[String, Any]) = { - getTx ( - tx => { - val result = Query.executeQuery(tx, query, params) - - { - for { - row <- result - } yield { - - { - for { prop <- row.getPropertyKeys } yield { - {row.getProperty(prop)} - } - } - - } - } - - }) - } - - def queryToXml (tag:String, query: String, params:Map[String, Any]) = { - val result = Query.executeQuery(query, params) - val r = - { - for { - row <- result - } yield { - - { - for { prop <- row.getPropertyKeys } - yield { - {row.getProperty(prop)} - } - } - - } - } - - - r.copy(label = tag) - } - - def getTx[T] (performs: OrientGraph => T):T = { - val g = pool.getTx - try { - val res = performs (g) - g.commit - res - } - catch { - case e:Throwable => g.rollback - throw e - } - finally { - g.shutdown() - } - } -} - diff --git a/src/main/scala/org/asem/orient/model/BaseModelFuncs.scala b/src/main/scala/org/asem/orient/model/BaseModelFuncs.scala deleted file mode 100644 index af02ecc..0000000 --- a/src/main/scala/org/asem/orient/model/BaseModelFuncs.scala +++ /dev/null @@ -1,172 +0,0 @@ -package org.asem.orient.model - -import java.util.Date - -import com.tinkerpop.blueprints.Vertex -import org.joda.time.DateTime -import org.joda.time.format.ISODateTimeFormat -import spray.json._ - -import scala.language.{implicitConversions, postfixOps} -import scala.reflect.ClassTag -import scala.reflect.runtime._ -import scala.reflect.runtime.universe._ - -/** - * Created by gosha-user on 20.08.2016. - */ -trait BaseModelFuncs { - val dateFormatter = ISODateTimeFormat.basicDate() - - /** - * Functon generate map (field -> value) from all object fieds with public accessors - * - * @param rep report object to generate map - * @return generated map object - */ - def entity2Map[T : ClassTag](rep: T) = { - import scala.reflect.runtime.universe._ - - val rm = scala.reflect.runtime.currentMirror - val accessors = rm.classSymbol(rep.getClass).toType.members.collect { - case m: MethodSymbol if m.isGetter && m.isPublic => m - } - - val instanceMirror = rm.reflect(rep) - (for (acc <- accessors) yield acc.name.toString -> instanceMirror.reflectMethod(acc).apply()) toMap - } - - /** - * Function generate Json map from Report fields using scala reflection mechanizm - * @param rep report objects - * @return generated json map - */ - implicit def entity2JsonMap[T : ClassTag](rep: T):Map[String, JsValue] = { - val rm = scala.reflect.runtime.currentMirror - val accessors = rm.classSymbol(rep.getClass).toType.members.collect { - case m: MethodSymbol if m.isGetter && m.isPublic => m - } - - val instanceMirror = rm.reflect(rep) - val seq = for { - acc <- accessors - value = instanceMirror.reflectMethod(acc).apply() - if value != null - } yield { - acc.name.toString -> ( - value match { - case s:String => JsString(s) - case d:DateTime => JsString(dateFormatter.print(d)) - case i:Int => JsNumber(i) - case b:Boolean => JsBoolean(b) - case Some(b:Boolean) => JsBoolean(b) - case None => JsNull - }) - } - - seq.toMap - } - - implicit def date2datetime (date:Date):DateTime = { - new DateTime(date) - } - - implicit def datetime2date (datetime: DateTime): Date = { - datetime.toDate - } - - implicit def js2string(x: Option[JsValue]):String = { - x match { - case Some(JsString(s)) => s - case _ => null - } - } - - implicit def js2date(x: Option[JsValue]):DateTime = { - x match { - case Some(JsString(s)) => dateFormatter.parseDateTime(s) - case _ => null - } - } - - implicit def js2int(x: Option[JsValue]):BigInt = { - x match { - case Some(JsNumber(n)) => n.toBigInt - case _ => null - } - } - - implicit def js2double(x: Option[JsValue]):BigDecimal = { - x match { - case Some(JsNumber(n)) => n - case _ => null - } - } - - implicit def js2boolean (x: Option[JsValue]):Boolean = { - x match { - case Some(JsBoolean(b)) => b - case _ => false - } - } - - implicit def js2booleanOpt (x: Option[JsValue]):Option[Boolean] = { - x match { - case Some(JsBoolean(b)) => Some(b) - case _ => None - } - } - - def createFromVertex[T : TypeTag](vtx: Vertex)(ctor: Int = 0): T = { - val tt = typeTag[T] - val ctr:MethodMirror = currentMirror.reflectClass(tt.tpe.typeSymbol.asClass).reflectConstructor ( - tt.tpe.members.filter(m => m.isMethod && m.asMethod.isConstructor).iterator.toSeq(ctor).asMethod - ) - - val args = for { - param <- ctr.symbol.paramLists.head - } - yield { - if (param.name.toString == "id") - vtx.getId.toString.replace("#", "") - else if (param.name.toString == "password") - "" - else param.typeSignature.toString match { - case "String" => vtx.getProperty[String](param.name.toString) - case "org.joda.time.DateTime" => val d: DateTime = vtx.getProperty[Date](param.name.toString); d - case "BingInt" => vtx.getProperty[Int](param.name.toString) - case "BigDecimal" => vtx.getProperty[Double](param.name.toString) - case "Boolean" => vtx.getProperty[Boolean](param.name.toString) - case "Option[Boolean]" => if (vtx.getPropertyKeys.contains(param.name.toString)) Some(vtx.getProperty[Boolean](param.name.toString)) else None - case _ => vtx.getProperty[String](param.name.toString) - } - } - - ctr(args: _*).asInstanceOf[T] - } - - def createFromJson[T : TypeTag](obj: JsObject)(ctor: Int = 0): T = { - val tt = typeTag[T] - val ctr:MethodMirror = currentMirror.reflectClass(tt.tpe.typeSymbol.asClass).reflectConstructor ( - tt.tpe.members.filter(m => m.isMethod && m.asMethod.isConstructor).iterator.toSeq(ctor).asMethod - ) - - val fields = obj.fields - val args = for { - param <- ctr.symbol.paramLists.head - } - yield { - param.typeSignature.toString match { - case "String" => val s:String = fields.get(param.name.toString); s - case "org.joda.time.DateTime" => val d:DateTime = fields.get(param.name.toString); d - case "Int" => val i:BigInt = fields.get(param.name.toString); i - case "Double" => val db:BigDecimal = fields.get(param.name.toString); db - case "Boolean" => val b:Boolean = fields.get(param.name.toString); b - case "Option[Boolean]" => val b:Option[Boolean] = fields.get(param.name.toString); b - case _ => val s:String = fields.get(param.name.toString); s - } - } - - ctr(args: _*).asInstanceOf[T] - } -} \ No newline at end of file diff --git a/src/main/scala/org/asem/orient/model/Operation.scala b/src/main/scala/org/asem/orient/model/Operation.scala deleted file mode 100644 index 5fcbf02..0000000 --- a/src/main/scala/org/asem/orient/model/Operation.scala +++ /dev/null @@ -1,8 +0,0 @@ -package org.asem.orient.model - -import org.asem.orient.model.entities.BaseEntity - -/** - * Created by gosha-user on 03.09.2016. - */ -final case class Operation (message:String, success:Boolean = false) extends BaseEntity diff --git a/src/main/scala/org/asem/orient/model/PhUser.scala b/src/main/scala/org/asem/orient/model/PhUser.scala deleted file mode 100644 index a8ec06d..0000000 --- a/src/main/scala/org/asem/orient/model/PhUser.scala +++ /dev/null @@ -1,71 +0,0 @@ -package org.asem.orient.model - -import java.security._ -import java.util._ - -import com.tinkerpop.blueprints.impls.orient.OrientVertex -import spray.json._ - -import scala.language.implicitConversions - -/** - * Class represents user for pharmacy input system - * Created by gosha-user on 30.07.2016. - */ -case class PhUser(login: String, password: String, email: String = "", firstName: String = "", secondName: String = "", activated: Option[Boolean] = None, manager: Option[Boolean] = None, id:String = "") { - require(login != null, "login should be provided") -// require(password != null, "password should be provided") -// require(email != null, "email should be provided") - - lazy val pwdHash = computeHash(password) - - override def toString = login + "," + email + "," + firstName + "," + secondName + "," + manager.getOrElse(false) + "," + id - - def computeHash(pwd: String): String = { - if (pwd == null || pwd.isEmpty) { - pwd - } - else { - val dig = MessageDigest.getInstance("SHA1").digest(pwd.getBytes) - Base64.getEncoder.encodeToString(dig) - } - } - - def unapply(user:PhUser) = Some (user.login, user.pwdHash, user.email, user.firstName, user.secondName, user.activated, user.manager, user.id) -} - -/** - * Object used to deserialize PhUser from string, using scala regexp unapply function - */ -object PhUser extends DefaultJsonProtocol with BaseModelFuncs { - private val PhUserRegex = "(.*),(.*),(.*),(.*),(.*),(.*)".r - - def fromString(str: String): Option[PhUser] = str match { - case PhUserRegex(login, email, firstName, secondName, manager, id) => Some(PhUser( - login = login, - password = "", - email = email, - firstName = firstName, - secondName = secondName, - activated = Some(true), - id = id, - manager = Some(manager match { - case "null" => false - case s:String => s.toBoolean - case _ => false - }))) - case _ => None - } - - def unapply(vtx: OrientVertex): Option[PhUser] = Some(createFromVertex[PhUser](vtx)(0)) - def unapply(obj: JsObject): Option[PhUser] = Some (createFromJson[PhUser](obj)(0)) - - implicit object PhUserJsonFormat extends RootJsonFormat[PhUser] { - override def write(obj: PhUser): JsValue = JsObject(fields = obj) - override def read(json: JsValue): PhUser = createFromJson[PhUser](json.asJsObject)(0) - } -} - - - - diff --git a/src/main/scala/org/asem/orient/model/entities/EdgeNames.scala b/src/main/scala/org/asem/orient/model/entities/EdgeNames.scala deleted file mode 100644 index 9212134..0000000 --- a/src/main/scala/org/asem/orient/model/entities/EdgeNames.scala +++ /dev/null @@ -1,16 +0,0 @@ -package org.asem.orient.model.entities - -object EdgeNames { - val PhNet = "PhNet" - val Worker = "Worker" - val Owner = "Owner" - val Employee = "Employee" - val Manager = "Manager" - val ReportWorker = "ReportWorker" - val ReportChecker = "ReportChecker" - val ReportCycle = "ReportCycle" - val ReportPharm = "ReportPharm" - val PharmCycle = "PharmCycle" - val PrjCycleWorker = "PrjCycleWorker" - val TaskWorker = "TaskWorker" -} diff --git a/src/main/scala/org/asem/orient/model/entities/JacksonJsonSupport.scala b/src/main/scala/org/asem/orient/model/entities/JacksonJsonSupport.scala deleted file mode 100644 index bd4ef58..0000000 --- a/src/main/scala/org/asem/orient/model/entities/JacksonJsonSupport.scala +++ /dev/null @@ -1,35 +0,0 @@ -package org.asem.orient.model.entities - -import com.fasterxml.jackson.databind.ObjectMapper -import com.fasterxml.jackson.datatype.joda.JodaModule -import com.fasterxml.jackson.module.scala.DefaultScalaModule -import com.fasterxml.jackson.module.scala.experimental.ScalaObjectMapper -import spray.http._ -import spray.httpx.marshalling.Marshaller -import spray.httpx.unmarshalling._ - -/** - * Created by gosha-user on 27.08.2016. - */ -trait JacksonJsonSupport { - import com.fasterxml.jackson.annotation.JsonInclude._ - protected val jacksonModules = Seq(DefaultScalaModule) - - protected val mapper = new ObjectMapper() with ScalaObjectMapper - - mapper.setSerializationInclusion(Include.NON_EMPTY) - mapper.registerModules(jacksonModules:_*) - mapper.registerModule(new JodaModule()); - - protected implicit def jacksonJsonUnmarshaller[T : Manifest] = - Unmarshaller[T](MediaTypes.`application/json`) { - case x: HttpEntity.NonEmpty => - val jsonSource = x.asString(defaultCharset = HttpCharsets.`UTF-8`) - mapper.readValue[T](jsonSource) - } - - protected implicit def jacksonJsonMarshaller[T <: BaseEntity] = Marshaller.delegate[T, String](ContentTypes.`application/json`)(mapper.writeValueAsString(_)) - protected implicit def jacksonJsonMarshaller1[T <: List[BaseEntity]] = Marshaller.delegate[T, String](ContentTypes.`application/json`)(mapper.writeValueAsString(_)) -// protected implicit def jacksonJsonMarshaller3[T <: Report] = Marshaller.delegate[T, String](ContentTypes.`application/json`)(mapper.writeValueAsString(_)) -// protected implicit def jacksonJsonMarshaller43[T <: List[Report]] = Marshaller.delegate[T, String](ContentTypes.`application/json`)(mapper.writeValueAsString(_)) -} diff --git a/src/main/scala/org/asem/orient/model/entities/JsonMapper.scala b/src/main/scala/org/asem/orient/model/entities/JsonMapper.scala deleted file mode 100644 index 3d1da67..0000000 --- a/src/main/scala/org/asem/orient/model/entities/JsonMapper.scala +++ /dev/null @@ -1,45 +0,0 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -package org.asem.orient.model.entities - -trait JsonMapper[B] { - import com.fasterxml.jackson.databind._ - import com.fasterxml.jackson.datatype.joda._ - import com.fasterxml.jackson.module.scala._ - import com.fasterxml.jackson.module.scala.experimental._ - - val mapper = new ObjectMapper() with ScalaObjectMapper - mapper.registerModule(DefaultScalaModule) - mapper.registerModule(new JodaModule()); - - def read(src: String)(implicit m: Manifest[B]):B = { - mapper.readValue[B](src) - } - - def write(rep:B):String = { - mapper.writeValueAsString(rep) - } -} - -object JsonMapper { - import com.fasterxml.jackson.databind._ - import com.fasterxml.jackson.datatype.joda._ - import com.fasterxml.jackson.module.scala._ - import com.fasterxml.jackson.module.scala.experimental._ - - val mapper = new ObjectMapper() with ScalaObjectMapper - mapper.registerModule(DefaultScalaModule) - mapper.registerModule(new JodaModule()); - - def read[B](src: String)(implicit m: Manifest[B]):B = { - mapper.readValue[B](src) - } - - def write[B](rep:B):String = { - mapper.writeValueAsString(rep) - } -} diff --git a/src/main/scala/org/asem/orient/model/entities/package.scala b/src/main/scala/org/asem/orient/model/entities/package.scala deleted file mode 100644 index 5c09754..0000000 --- a/src/main/scala/org/asem/orient/model/entities/package.scala +++ /dev/null @@ -1,518 +0,0 @@ -package org.asem.orient.model - -import com.orientechnologies.orient.core.sql.OCommandSQL -import java.util.Collections - -/** - * Created by gosha-user on 28.08.2016. - */ -package object entities { - import java.util.Date - - import com.orientechnologies.orient.core.db.record.OTrackedList - import com.orientechnologies.orient.core.id.ORecordId - import com.orientechnologies.orient.core.record.impl.ODocument - import com.tinkerpop.blueprints.Direction._ - import com.tinkerpop.blueprints.Vertex - import com.tinkerpop.blueprints.impls.orient.{OrientGraph, OrientVertex} - import org.asem.orient.Query - import org.joda.time.DateTime - - import scala.collection.JavaConversions._ - import scala.language.implicitConversions - - object DateTimeHelpers { - implicit def date2datetime(date: Date): DateTime = new DateTime(date) - implicit def datetime2date(datetime: DateTime): Date = datetime.toDate - } - - import DateTimeHelpers._ - - object VertexHelpers { - implicit class VertexHelper[B <: Vertex](val vtx:B) { - val id:String = vtx.getId.toString.replace("#", "") - def prop[B](name: String) = vtx.getProperty[B](name) - def field[T](name: String)(implicit m:Manifest[T]):T = vtx.asInstanceOf[OrientVertex].getRecord[ODocument].field(name, m.runtimeClass) - def asDoc = vtx.asInstanceOf[OrientVertex].getRecord[ODocument] - def out(label: String):Vertex = { - val vtxs = vtx.getVertices(OUT, label) - if (vtxs.iterator().hasNext) - vtxs.iterator().next() - else - null - } - - def outF(label: String, field:String) = { - val vtxs = vtx.getVertices(OUT, label) - if (vtxs.iterator().hasNext) - vtxs.head.prop[String](field) - else - "" - } - - def in(label: String):Vertex = { - val vtxs = vtx.getVertices(IN, label) - if (vtxs.iterator().hasNext) - vtxs.iterator().next() - else - null - } - - def out(label: String*):Iterable[Vertex] = vtx.getVertices(OUT, label:_*) - def in(label: String*):Iterable[Vertex] = vtx.getVertices(IN, label:_*) - } - } - - import VertexHelpers._ - - trait BaseEntity - - case class Comment(id:String = null, owner: String, comment: String, createDate: DateTime) extends BaseEntity - object Comment extends JsonMapper[Comment] { - def unapply(comment: String): Option[Comment] = Some(read(comment)) - def unapply[B <: Vertex](vtx: B): Option[Comment] = if (vtx != null) Some(Comment(id = vtx.id, owner = vtx.prop("owner"), comment = vtx.prop("comment"), createDate = vtx.prop[Date]("createDate"))) else None - } - - case class Task(id: String, name: String, content: String, comments: Seq[Comment], status: String, assignedPerson: String, changeDate: DateTime, deadLine: DateTime, owner: String) extends BaseEntity - object Task extends JsonMapper[Task] { - def unapply(comment: String): Option[Task] = Some(read(comment)) - def unapply[B <: Vertex](vtx: B): Option[Task] = if (vtx != null) Some( - Task( - id = vtx.id, - name = vtx.prop("name"), - content = vtx.prop("content"), - comments = {for {com:Vertex <- vtx.out()} yield {val Comment(c) = com; c}}.toList, - status = vtx.prop("status"), - assignedPerson = vtx.prop("assignedPerson"), - changeDate = vtx.prop[Date]("changeDate"), - deadLine = vtx.prop[Date]("deadLine"), - owner = vtx.prop("owner") - )) - else None - } - - case class PrjUser(id: String = null, login: String, firstName: String = "", secondName: String = "", email: String = "") extends BaseEntity - object PrjUser extends JsonMapper[PrjUser] { - def unapply(user: PhUser): Option[PrjUser] = Some(PrjUser(user.id, user.login, user.firstName, user.secondName, user.email)) - def unapply(user: String): Option[PrjUser] = Some(read(user)) - def unapply[B <: Vertex](vtx: B): Option[PrjUser] = if (vtx != null) Some(PrjUser(id = vtx.id, login = vtx.prop("login"))) else None - } - - case class Project(id: String = null, name: String, startDate: DateTime) extends BaseEntity - object Project extends JsonMapper[Project] { - def unapply(project: String): Option[Project] = Some(read(project)) - def unapply[B <: Vertex](vtx: B): Option[Project] = if (vtx != null) Some( - Project(id = vtx.id, name = vtx.prop("name"), startDate = vtx.prop[Date]("startDate")) - ) else None - } - - case class VisitReq(typeName: String, num: BigInt) - case class PrjCycle(id: String = null, name: String, startDate: DateTime, endDate: DateTime, visits: Iterable[VisitReq]) extends BaseEntity - object PrjCycle extends JsonMapper[PrjCycle] { - def unapply(prjCycle: String): Option[PrjCycle] = Some(read(prjCycle)) - def unapply[B <: Vertex](vtx: B): Option[PrjCycle] = if (vtx == null) None else { - val visits:OTrackedList[ODocument] = vtx.field("visits") - Some( - PrjCycle( - id = vtx.id, name = vtx.prop("name"), startDate = vtx.prop[Date]("startDate"), endDate = vtx.prop[Date]("endDate"), - for {visitRec <- visits} yield { - VisitReq(visitRec.field("type", classOf[String]), visitRec.field[Int]("num", classOf[Integer])) - } - ) - ) - } - } - - case class PharmNet(id: String = null, name: String, contract: String) extends BaseEntity - object PharmNet extends JsonMapper[PharmNet] { - def unapply[B <: Vertex](vtx: B): Option[PharmNet] = if (vtx != null) Some (PharmNet (id = vtx.id, name = vtx.prop("name"), contract = vtx.prop("contract"))) else None - } - - case class Pharmacy(id: String = null, name: String, chiefPhone: String, chiefName: String, tradeRoomPhone: String, - pharmNet: PharmNet, cityCode: String, cityName: String, streetCode: String, streetName: String, buildingCode: String, - buildingName: String, contractExt: String = "") extends BaseEntity - object Pharmacy extends JsonMapper[Pharmacy] { - def unapply[B <: Vertex](vtx: B): Option[Pharmacy] = if (vtx != null) - Some ( - Pharmacy ( - id = vtx.id, - name = vtx.prop("name"), - chiefPhone = vtx.prop("chiefPhone"), - chiefName = vtx.prop("chiefName"), - tradeRoomPhone = vtx.prop("tradeRoomPhone"), - pharmNet = PharmNet.unapply(vtx.out("PhNet")).getOrElse(null), - cityCode = vtx.prop("cityCode"), - cityName = vtx.prop("cityName"), - streetCode = vtx.prop("streetCode"), - streetName = vtx.prop("streetName"), - buildingCode = vtx.prop("buildingCode"), - buildingName = vtx.prop("buildingName"), - contractExt = vtx.prop("contractExt") - ) - ) - else None - } - - case class Drug(name: String, existence:Boolean, price: BigDecimal) - case class Report(id: String = null, createDate:DateTime, cycle: PrjCycle, owner: PrjUser, pharmacy: Pharmacy, drugs: Iterable[Drug], checked: Boolean = false, checker: PrjUser) extends BaseEntity - object Report extends JsonMapper[Report] { - import java.math.{BigDecimal => JavaDecimal} - def unapply(project: String): Option[Report] = Some(read(project)) - def unapply[B <: Vertex](vtx: B): Option[Report] = { - val rep = Report( - id = vtx.id, - createDate = vtx.prop[Date]("createDate"), - cycle = PrjCycle.unapply(vtx.out("ReportCycle")).getOrElse(null), - owner = PrjUser.unapply(vtx.in("ReportWorker")).getOrElse(null), - pharmacy = Pharmacy.unapply(vtx.out("ReportPharm")).getOrElse(null), - drugs = null, - checker = PrjUser.unapply(vtx.out("ReportChecker")).getOrElse(null) - ) - - val drugsList: OTrackedList[ODocument] = vtx.field("drugs") - if (drugsList != null) { - val drugs = for {drugRec <- drugsList} yield { - Drug( - name = drugRec.field("name", classOf[String]), - existence = drugRec.field("existence", classOf[Boolean]), - price = drugRec.field[JavaDecimal]("price", classOf[JavaDecimal]) - ) - } - - Some(rep.copy(drugs = drugs)) - } - else - Some (rep) - } - } - - object PrjService { - import java.util.{Map => JavaMap, List => JavaList} - val idPattern = "([0-9]+:[0-9]+)".r - - /** - * Function used to check format of identifier - * @param id identifier to check - * @return identifier if suitable or throw an error - */ - private def checkId (id:String):String = id match { - case idPattern(c) => c - case _ => throw new IllegalArgumentException ("Wrong id is provided: " + id) - } - - private def findVertexByAttrs(tx: OrientGraph, clazz: String, attrNames:Array[String], attrValues:Array[Object]): Option[Vertex] = { - val vtxs = tx.getVertices(clazz, attrNames, attrValues) - if (vtxs.iterator.hasNext) { - Some(vtxs.iterator.next.asInstanceOf[Vertex]) - } - else - None - } - - /** - * Fucntin retrieves all the projects for given user - * @param userId user identifier - * @return list of projects - */ - def findAllProjects (userId:String):OrientGraph => List[Project] = tx => tx.getVertex("#" + userId) match { - case vtx: Vertex => {for (vtxPrj <- vtx.getVertices(OUT, "Worker", "Employee", "Manager")) yield {val Project(prj) = vtxPrj; prj}}.toList - case _ => null - } - - /** - * Fucntion retrieves all project cycles for given user and project. Project cycles also filtered by date (current date) - * @param prj project - * @param user user - * @return active project cycles - */ - def findActivePrjCycles(prjId:String, userId:String):OrientGraph => List[PrjCycle] = { - val sqlQuery = """select * - |from PrjCycle - |where in() in [:projectId, :userId] and SYSDATE() between startDate and endDate - |order by startDate""".stripMargin.replaceAll("\n", " ") - val params = Map("projectId" -> new ORecordId("#" + prjId), "userId" -> new ORecordId("#" + userId)) - tx => { - val vtxs = Query.executeQuery(tx, sqlQuery, params) - for (vtxPrj <- vtxs) yield { val PrjCycle (prj) = vtxPrj; prj} - }.toList - } - - /** - * Function retrieves proj cycle by projcycle id - * @param id identifier of project cycle - * @return project cycle - */ - def findPrjCycleById (id: String): OrientGraph => PrjCycle = tx => {val PrjCycle(pc) = tx.getVertex("#" + id); pc} - - /** - * Function retirves all reports for given project cycle - * @param cycleId project cycle - * @return list of reports for this cycle w/o any filtering - */ - def findAllReports (cycleId:String): OrientGraph => List[Report] = tx => { - val sqlQuery = s"select expand(in('${EdgeNames.ReportCycle}')) from #" + checkId(cycleId) - val vtxs = Query.executeQuery(tx, sqlQuery, Collections.EMPTY_MAP) - println ("vtxs: " + vtxs + ", " + sqlQuery) - for (vtxRep <- vtxs) yield {val Report (rep) = vtxRep; rep} - }.toList - - /** - * FunÑtion retrieves reports for given project cycle and user (owner of the report) - * @param cycleId project cycle - * @param userId user - * @return list of reports - */ - def findReportsForUser (cycleId:String, userId:String): OrientGraph => List[Report] = tx => { - val SQL_QUERY = s"select expand(in('${EdgeNames.ReportCycle}')) from :cycleId where in('${EdgeNames.ReportCycle}').out('${EdgeNames.ReportWorker}') in [:userId]" - val params = Map("cycleId" -> new ORecordId("#" + checkId(cycleId)), "userId" -> new ORecordId("#" + checkId(userId))) - val vtxs = Query.executeQuery(tx, SQL_QUERY, params) - for (vtxRep <- vtxs) yield {val Report (rep) = vtxRep; rep} - }.toList - - /** - * Function add new project - * @param prj project - * @return created project - */ - def addProject(prj:Project, user:PrjUser):OrientGraph => Project = { - tx => { - val map:JavaMap[String, Object] = Map("name" -> prj.name, "startDate" -> prj.startDate.toDate) - val vtx = tx.addVertex("class:Project", map) - findVertexByAttrs(tx, "PhUser", Array("login"), Array(user.login)) match { - case Some(uVtx) => uVtx.addEdge (EdgeNames.Manager, vtx) - case _ => throw new IllegalArgumentException("owner not found: " + user.login) - } - - val Project(p) = vtx - p - } - } - - /** - * Fucntion add new cycle to project. Also with required visits - * @param cycle project cycle - * @return created project cycle - */ - def addPrjCycle (cycle: PrjCycle, prjId:String): OrientGraph => PrjCycle = { - tx => { - val prjVtx = tx.getVertex ("#" + prjId) - if (prjVtx == null) - throw new IllegalArgumentException (s"project {prjId} not found") - - val map:JavaMap[String, Object] = Map("name" -> cycle.name,"startDate" -> cycle.startDate.toDate,"endDate" -> cycle.endDate.toDate) - val vtx = tx.addVertex("class:PrjCycle", map) - val doc = vtx.asDoc - - val visitList:JavaList[ODocument] = {for {visit <- cycle.visits} yield {new ODocument("VisitReq").field("num", visit.num).field("type", visit.typeName)}}.toList - doc.field ("visits", visitList) - - // Add edge - prjVtx.addEdge ("E", vtx) - val PrjCycle(p) = vtx - p - } - } - - def addDrugsToReport (vtx:Vertex, drugs:Iterable[Drug]):Unit = { - val drugList:JavaList[ODocument] = drugs.map( - drug => new ODocument("Drug").field("name", drug.name).field("existence", drug.existence).field("price", drug.price) - ).toList - vtx.asDoc.field ("drugs", drugList) - } - - protected def findOrAddPharmacy (pharm:Pharmacy)(implicit tx:OrientGraph):Vertex = { - findVertexByAttrs(tx, "Pharmacy", Array("cityName", "streetName", "buildingName"), Array(pharm.cityName, pharm.streetName, pharm.buildingName)) match { - case Some(vtx: OrientVertex) => vtx - case _ => addPharmacy(pharm) - } - } - - def findPharmacyByAddress (cityName:String, streetName:String, buildingName:String): OrientGraph => Either[String, Pharmacy] = { - tx => findVertexByAttrs(tx, "Pharmacy", Array("cityName", "streetName", "buildingName"), Array(cityName, streetName, buildingName)) match { - case Some(vtx: OrientVertex) => val Pharmacy (pharm) = vtx; Right(pharm) - case _ => Left("Pharmacy not found") - } - } - - protected def findOrAddPharmNet (pharmNet:PharmNet)(implicit tx:OrientGraph):Vertex = { - findVertexByAttrs(tx, "PharmNet", Array("name"), Array(pharmNet.name)) match { - case Some(vtx: OrientVertex) => vtx - case _ => addPharmNet(pharmNet) - } - } - - protected def addPharmNet (pharmNet:PharmNet)(implicit tx:OrientGraph):Vertex = { - val map:JavaMap[String, Object] = Map("name" -> pharmNet.name, "contract" -> pharmNet.contract) - tx.addVertex ("class:PharmNet", map) - } - - def addPharmacy (pharm:Pharmacy)(implicit tx:OrientGraph):Vertex = { - val map:JavaMap[String, Object] = Map( - "name" -> pharm.name, - "chiefPhone" -> pharm.chiefPhone, - "chiefName" -> pharm.chiefName, - "tradeRoomPhone" -> pharm.tradeRoomPhone, - "cityCode" -> pharm.cityCode, - "cityName" -> pharm.cityName, - "streetCode" -> pharm.streetCode, - "streetName" -> pharm.streetName, - "buildingCode" -> pharm.buildingCode, - "buildingName" -> pharm.buildingName, - "contractExt" -> pharm.contractExt - ) - - val phVtx = tx.addVertex ("class:Pharmacy", map) - // find or add PharmNet - if (pharm.pharmNet != null) { - val phNetVtx = findOrAddPharmNet(pharm.pharmNet) - phVtx.addEdge("PhNet", phNetVtx) - } - - phVtx - } - - def changeReport (rep:Report):OrientGraph => Report = { - tx => { - implicit val gtx = tx - // Get report by id - val repVtx = tx.getVertex ("#" + rep.id) - // Adding drugs to report, if exists - addDrugsToReport (repVtx, rep.drugs) - - // Find or add pharmacy and pharmnet - val phVtx = findOrAddPharmacy (rep.pharmacy) - val phOldVtx = repVtx.out(EdgeNames.ReportPharm) - if (phVtx.id != phOldVtx.id) { - repVtx.getEdges(OUT, EdgeNames.ReportPharm).headOption match { - case Some(edge) => tx.removeEdge(edge) - case None => - } - repVtx.addEdge (EdgeNames.ReportPharm, phVtx) - } - - // Add relationship between pharmacy and project cycle. This relation should be unique - // Only one pharmacy should be used in one project cycle - val cycleVtx = tx.getVertex("#" + rep.cycle.id) - val cycleOldVtx = repVtx.out(EdgeNames.PharmCycle) - if (cycleVtx.id != cycleOldVtx.id) { - cycleVtx.getEdges(OUT, EdgeNames.PharmCycle).headOption match { - case Some(edge) => tx.removeEdge(edge) - case None => - } - cycleVtx.addEdge (EdgeNames.PharmCycle, phVtx) - } - - // Add link to PrjCycle - val cycleOldVtx1 = repVtx.out(EdgeNames.ReportCycle) - if (cycleVtx.id != cycleOldVtx1.id) { - repVtx.getEdges(OUT, EdgeNames.ReportCycle).headOption match { - case Some(edge) => tx.removeEdge(edge) - case None => - } - repVtx.addEdge(EdgeNames.ReportCycle, cycleVtx) - } - - // Add check flag and checker if exists - repVtx.setProperty("checked", rep.checked) - if (rep.checker != null) { - findVertexByAttrs(tx, "PhUser", Array("login"), Array(rep.owner.login)) match { - case Some(vtx) => repVtx.addEdge (EdgeNames.ReportChecker, vtx) - case _ => throw new IllegalArgumentException("checker not found: " + rep.owner.login) - } - } - - val Report(repRet) = repVtx - repRet - } - } - - def addReport (rep:Report):OrientGraph => Report = { - tx => { - implicit val gtx = tx - val map:JavaMap[String, Object] = Map("createDate" -> rep.createDate.toDate) - - // There are several document should be create inside the transaction - // First of all create report vertex - val repVtx = tx.addVertex ("class:Report", map) - // Adding drugs to report, if exists - addDrugsToReport (repVtx, rep.drugs) - - // Find or add pharmacy and pharmnet - val phVtx = findOrAddPharmacy (rep.pharmacy) - repVtx.addEdge (EdgeNames.ReportPharm, phVtx) - - // Add relationship between pharmacy and project cycle. This relation should be unique - // Only one pharmacy should be used in one project cycle - val cycleVtx = tx.getVertex("#" + rep.cycle.id) - cycleVtx.addEdge (EdgeNames.PharmCycle, phVtx) - - // Add link to owner - findVertexByAttrs(tx, "PhUser", Array("login"), Array(rep.owner.login)) match { - case Some(vtx) => repVtx.addEdge (EdgeNames.ReportWorker, vtx) - case _ => throw new IllegalArgumentException("owner not found: " + rep.owner.login) - } - - // Add link to PrjCycle - repVtx.addEdge(EdgeNames.ReportCycle, cycleVtx) - val Report(repRet) = repVtx - repRet - } - } - - def addUserToProject (prjId:String, userId:String, isManager:Boolean):OrientGraph => Boolean = { - tx => { - checkId(prjId) - checkId(userId) - val par:JavaMap[String, Object] = Map("fromV" -> ("#" + prjId), "toV" -> ("#" +userId)) - tx.command(new OCommandSQL(s"CREATE EDGE ${if (isManager) EdgeNames.Manager else EdgeNames.Employee} from :fromV to :toV")).execute(par); - true - } - } - - def removeUserFromProject (prjId:String, userId:String):OrientGraph => Boolean = { - tx => { - checkId(prjId) - checkId(userId) - val par:JavaMap[String, Object] = Map("fromV" -> ("#" + prjId), "toV" -> ("#" + userId)) - tx.command(new OCommandSQL("DELETE EDGE from :fromV to :toV")).execute(par); - true - } - } - - def addUserToPrjCycle (cycleId:String, userId:String):OrientGraph => Boolean = { - tx => { - checkId(cycleId) - checkId(userId) - val par:JavaMap[String, Object] = Map("fromV" -> ("#" + cycleId), "toV" -> ("#" + userId)) - tx.command(new OCommandSQL(s"CREATE EDGE ${EdgeNames.PrjCycleWorker} from :fromV to :toV")).execute(par); - true - } - } - - def removeUserFromPrjCycle (cycleId:String, userId:String):OrientGraph => Boolean = { - tx => { - checkId(cycleId) - checkId(userId) - val par:JavaMap[String, Object] = Map("fromV" -> ("#" + cycleId), "toV" -> ("#" + userId)) - tx.command(new OCommandSQL("DELETE EDGE from :fromV to :toV")).execute(par); - true - } - } - - def findAllPrjUsers(offset:Integer):OrientGraph => List[PrjUser] = { - val sqlQuery = "select * from PhUser limit 200 offset :offset" - tx => { - val par:JavaMap[String, Object] = Map("offset" -> offset) - val vtxs = Query.executeQuery(tx, sqlQuery, par) - for (vtxPrj <- vtxs) yield { val PrjUser (prj) = vtxPrj; prj} - }.toList - } - - def findPrjUserByLogin(login:String):OrientGraph => Either[String, PrjUser] = { - tx => findVertexByAttrs(tx, "PhUser", Array("login"), Array(login)) match { - case Some(vtx) => val PrjUser(user) = vtx; Right(user) - case _ => Left(s"User ${login} not found") - } - } - } -} diff --git a/src/main/scala/org/asem/orient/services/BaseDB.scala b/src/main/scala/org/asem/orient/services/BaseDB.scala deleted file mode 100644 index e6f4771..0000000 --- a/src/main/scala/org/asem/orient/services/BaseDB.scala +++ /dev/null @@ -1,82 +0,0 @@ -package org.asem.orient.services - -import com.tinkerpop.blueprints.impls.orient.{OrientEdge, OrientGraph, OrientVertex} -import org.joda.time.DateTime - -/** - * Created by gosha-user on 30.07.2016. - * @see http://orientdb.com/docs/last/Roadmap.html - */ -trait BaseDB { - def addVertex(clazz: String, params: Map[String, Any]): OrientGraph => OrientVertex = { - tx => { - var vtx = tx.addVertex("class:" + clazz, java.util.Collections.EMPTY_MAP) - vertexUpdate(vtx, params) - vtx.save() - tx.commit() - vtx - } - } - - def vertexUpdate (vtx:OrientVertex, params: Map[String, Any]): Unit = { - params.foreach((e: (String, Any)) => { - e._2 match { - case d:DateTime => vtx.setProperty(e._1, d.toDate) - case Some(b) => b - case null => - case None => - case _ => vtx.setProperty(e._1, e._2) - } - }) - } - - def findVertexByAttr(tx: OrientGraph, clazz: String, attrName: String, attr: Object): Option[OrientVertex] = { - val vtxs = tx.getVertices(clazz, Array(attrName), Array(attr)) - if (vtxs.iterator.hasNext) { - Some(vtxs.iterator.next.asInstanceOf[OrientVertex]) - } - else - None - } - - /** - * Sample usage - * findVertexByAttrs(tx, "Report", Array("city", "street", "building"), Array(rep.city, rep.street, rep.building)) match { - * case Some(vtx) => deleteVertex(tx, vtx) - * case _ => false - * } - * - * @param tx - * @param clazz - * @param attrNames - * @param attrValues - * @return - */ - def findVertexByAttrs(tx: OrientGraph, clazz: String, attrNames:Array[String], attrValues:Array[Object]): Option[OrientVertex] = { - val vtxs = tx.getVertices(clazz, attrNames, attrValues) - if (vtxs.iterator.hasNext) { - Some(vtxs.iterator.next.asInstanceOf[OrientVertex]) - } - else - None - } - - def deleteVertex(tx: OrientGraph, vtx: OrientVertex): Boolean = { - try { - tx.removeVertex(vtx) - true - } catch { - case e: Exception => { - false - } - } - } - - def ~>(vtxTo:OrientVertex): OrientVertex => String => OrientEdge = { - vtx => { - label => { - vtx.addEdge(label, vtxTo).asInstanceOf[OrientEdge] - } - } - } -} diff --git a/src/main/scala/org/asem/orient/services/BaseHttpService.scala b/src/main/scala/org/asem/orient/services/BaseHttpService.scala deleted file mode 100644 index e0aecef..0000000 --- a/src/main/scala/org/asem/orient/services/BaseHttpService.scala +++ /dev/null @@ -1,21 +0,0 @@ -package org.asem.orient.services - -import org.asem.spray.security.CookieAuthenticator._ -import org.asem.spray.security.UserData -import spray.http._ -import spray.routing._ - -import scala.concurrent.ExecutionContext.Implicits.global - -/** - * Created by gosha-user on 20.08.2016. - */ -trait BaseHttpService extends HttpService { - def auth(f: UserData => Route): Route = { - authenticate(byCookie) { - user => { - (setCookie(HttpCookie(name = "user_token", content = user.token, maxAge = Some(6000))) compose f).apply(user) - } - } - } -} diff --git a/src/main/scala/org/asem/orient/services/LoginService.scala b/src/main/scala/org/asem/orient/services/LoginService.scala deleted file mode 100644 index 62f64a8..0000000 --- a/src/main/scala/org/asem/orient/services/LoginService.scala +++ /dev/null @@ -1,45 +0,0 @@ -package org.asem.orient.services - -import com.typesafe.config.ConfigFactory -import org.asem.spray.security.CookieAuthenticator._ -import spray.http._ -import MediaTypes._ - -import scala.concurrent.ExecutionContext.Implicits.global - -trait LoginService extends BaseHttpService { - val loginRoute = - path("login") { - post { - auth { - user => respondWithMediaType(`text/html`) { - complete { - -

User named "{user.login}" successfully logged in. Redirecting to main page...

- - - } - } - } - } - } ~ path("logout") { - (get | post) { - authenticate(byCookie) { - user => - deleteCookie("user_token") { - respondWithMediaType(`text/html`) { complete ( - -

User named "{user.login}" successfully logged out. Redirecting to login page...

- - - ) - } - } - } - } - } -} diff --git a/src/main/scala/org/asem/orient/services/MainServiceActor.scala b/src/main/scala/org/asem/orient/services/MainServiceActor.scala deleted file mode 100644 index 8cbccb5..0000000 --- a/src/main/scala/org/asem/orient/services/MainServiceActor.scala +++ /dev/null @@ -1,89 +0,0 @@ -package org.asem.orient.services - -import akka.actor.ActorRef -import com.typesafe.config.ConfigFactory -import spray.can.websocket._ -import spray.can.websocket.frame._ -import spray.http._ -import spray.routing._ - -/** - * Created by gosha-user on 17.07.2016. - * @see http://spray.io/documentation/1.2.2/spray-routing/predefined-directives-by-trait/ - * @see http://spray.io/documentation/1.2.2/spray-routing/scheme-directives/scheme/ - * @see http://spray.io/msug - * @see https://github.com/dcaoyuan/spray-websocket - */ -final case class Push(msg: String) - -class MainServiceActor(val serverConnection: ActorRef) extends HttpServiceActor - with WebSocketServerWorker - with PhUserService - with LoginService - with ReportService - with TaskService - with ProjectService - with StaticResourceService { - // the HttpService trait defines only one abstract member, which - // connects the services environment to the enclosing actor or test - override def actorRefFactory = context - - /** - * login page URL, load from configuration (application.conf) - */ - lazy val loginPage = ConfigFactory.load().getString("loginPage") - - /** - * Override default rejection handler for aithentication rejections. - * Used to automatically redirect to login page. Redirection performs only for get requests - * for other methods respond with Unauthorized exeption - */ - implicit val rh = RejectionHandler { - case AuthenticationFailedRejection(cause, challengeHeaders) :: _ => - get { - redirect(loginPage, StatusCodes.TemporaryRedirect) - } ~ (post | put | delete) { - respondWithStatus(StatusCodes.Unauthorized) { - complete("The resource requires authentication, which was not supplied with the request") - } - } - } - - override def receive = handshaking orElse businessLogicNoUpgrade orElse closeLogic - - def businessLogic: Receive = { - // just bounce frames back for Autobahn testsuite - case x @ (_: BinaryFrame | _: TextFrame) => { - sender() ! x - } - - case Push(msg) => { - println (msg) - send(TextFrame(msg)) - } - - case x: FrameCommandFailed => - log.error("frame command failed", x) - - case x: HttpRequest => // do something - } - - // this actor only runs our route, but you could add - // other things here, like request stream processing - // or timeout handling - def businessLogicNoUpgrade = runRoute( - loginRoute - ~ resourceRoute - ~ userManagementRoute -// ~ reportRoute - ~ taskRoute - ~ projectRouter - ) -} - -trait StaticResourceService extends HttpService { - val resourceRoute = - pathPrefix("pub") { // public directory - getFromDirectory("./src/webapp") - } -} diff --git a/src/main/scala/org/asem/orient/services/PhUserService.scala b/src/main/scala/org/asem/orient/services/PhUserService.scala deleted file mode 100644 index c11cce1..0000000 --- a/src/main/scala/org/asem/orient/services/PhUserService.scala +++ /dev/null @@ -1,272 +0,0 @@ -package org.asem.orient.services - -import com.orientechnologies.orient.core.storage.ORecordDuplicatedException -import com.tinkerpop.blueprints.impls.orient.{OrientGraph, OrientVertex} -import org.asem.orient.model.PhUser -import org.asem.orient.{Database, Query} -import org.asem.spray.security.UserData -import spray.http.MediaTypes._ -import spray.http._ -import spray.httpx.SprayJsonSupport._ -import spray.routing._ - -/** - * Created by gosha-user on 30.07.2016. - */ -object PhUserService extends BaseDB { - /** - * Function create new user and activated it - */ - def createUser(login: String, pasword: String, email: String, firstName: String, secondName: String): Unit = { - val user = PhUser(login, pasword, email, firstName, secondName, Some(true)) - createUser(user) - } - - /** - * Function create user record in database - */ - def createUser(user: PhUser): Either[String, PhUser] = { - try { - Database.getTx( - tx => { - val vtx = addVertex("PhUser", - Map("login" -> user.login, - "password" -> user.pwdHash, - "email" -> user.email, - "firstName" -> user.firstName, - "secondName" -> user.secondName, - "activated" -> user.activated, - "manager" -> user.manager) - )(tx) - Right(user) - } - ) - } - catch { - case ex:ORecordDuplicatedException => Left("duplicate") - } - } - - /** - * Function registedr new user yet no activated - */ - def registerNewUser(login: String, pasword: String, email: String, firstName: String, secondName: String) = { - val user = PhUser(login, pasword, email, firstName, secondName) - createUser(user) - } - - /** - * Fucntion retrieves user vertex by user login - * @param login user login - * @return found user vertex - */ - def findUserByLogin(login: String): Option[OrientVertex] = { - Database.getTx(tx => { - findVertexByAttr(tx, "PhUser", "login", login) - }) - } - - /** - * Function activated inactive user - */ - def activateUser(login: String): Boolean = { - Database.getTx( - graph => { - findVertexByAttr(graph, "PhUser", "login", login) match { - case Some(vtx: OrientVertex) => - vtx.setProperty("activated", true) - vtx.save - true - case _ => false - } - } - ) - } - - /** - * Function update user vertex in database - * @param user user data - * @return success flag - */ - def changeUser(user: PhUser): Boolean = { - try { - Database.getTx( - graph => { - findVertexByAttr(graph, "PhUser", "login", user.login) match { - case Some(vtx: OrientVertex) => - if (user.pwdHash != null && !user.pwdHash.isEmpty) vtx.setProperty("password", user.pwdHash) - if (user.email != null) vtx.setProperty("email", user.email) - if (user.firstName != null) vtx.setProperty("firstName", user.firstName) - if (user.secondName != null) vtx.setProperty("secondName", user.secondName) - if (user.manager.isDefined) vtx.setProperty("manager", user.manager.get) - if (user.activated.isDefined) { - vtx.setProperty("activated", user.activated.get) - println ("user activated: " + vtx.getProperty[Boolean]("activated")) - } - - vtx.save() - true - case _ => - false - } - } - ) - } - catch { - case e:Exception => false - } - } - - /** - * Sample usage of implicit parameters. Function remove vertex from database - * @param vtx vertex to remove - * @param tx implicit parameter OroentGraph object. If not defined new created transaction will be used otherwize gioven tx object - * @return operation status - */ - def deleteUser(vtx: OrientVertex)(implicit tx: OrientGraph = null): Boolean = { - if (tx != null) { - deleteVertex(tx, vtx) - } - else - Database.getTx( - graph => { - deleteVertex(graph, vtx) - } - ) - } - - /** - * Function removes user by it's login. Used deleteUSer function with defined implicit parameter tx = curernt transaction - * @param login login to be removed - * @return operation status - */ - def deleteUserByLogin(login: String): Boolean = { - Database.getTx( - graph => { - findVertexByAttr(graph, "PhUser", "login", login) match { - case Some(vtx: OrientVertex) => - deleteUser (vtx)(tx = graph) - true - case _ => false - } - } - ) - } - - /** - * Function retrieves list of all users - * @return all users from database - */ - def findAllUsers () = { - import java.util.{Collections => JavaCollections} - - import scala.collection.JavaConversions._ - - val result = Query.executeQuery("select * from PhUser", JavaCollections.EMPTY_MAP) - for { - row <- result - } yield { - val PhUser(user) = row - user - } - } -} - -/** - * The trait defines routes for user management service. For all functions except register authentification is required. - * Implemented fucntions: - *
    - *
  • register - add new user
  • - *
  • REST functions for update delete and retrieve user information
  • - *
- */ -trait PhUserService extends BaseHttpService { - private val registerRoute = post { - path("user" / "register") { - entity(as[PhUser]) { - newUser:PhUser => { - if (newUser.email == null || newUser.email.isEmpty) { - respondWithStatus(StatusCodes.BadRequest) { complete("{sucess: false, message: 'Email should be provided'}") } - } - else { - PhUserService.createUser(newUser) match { - case Right(user) => respondWithStatus(StatusCodes.Created) {complete(s"{success: true, message: 'OK'}")} - case Left(error) => respondWithStatus(StatusCodes.Conflict) {complete(s"{success: false, message: '${error}}'")} - } - } - } - } - } - } - - private val changeUserRoute = put { - auth { - user => path ("user" / Segment) { - login => entity(as[PhUser]) { - changePass => { - if (changePass.login != login) { - respondWithStatus(StatusCodes.BadRequest) { complete("Fail") } - } - else { - PhUserService.changeUser(changePass) - complete("{success: true, message: 'OK'}") - } - } - } - } - } - } - - private def isManager (user:UserData, f: StandardRoute):RequestContext => Unit = { - if (user.manager) f - else respondWithStatus(StatusCodes.Forbidden) { complete { "{success: false, message: 'Forbidden " + user.login + " = " + user.manager + "'}" } } - } - - private val deleteUserRoute = delete { - auth { - user => { - path ("user" / Segment) { - login => isManager (user, - complete { - PhUserService.deleteUserByLogin(login) - "{success: true, message: 'OK'}" - } - ) - } - } - } - } - - private val getUserByLoginRoute = get { - auth { - user => path ("user" / Segment) { - login => respondWithMediaType(`application/json`) { - isManager (user, complete { - val vtx = PhUserService.findUserByLogin(login) - if (vtx.isDefined) { - val PhUser(user) = vtx.get - user - } - else { - "{success: false, message: 'no data'}" - } - } - ) - } - } - } - } - - private val userListRoute = get { - path ("user") { - respondWithMediaType(`application/json`) { - complete { - val users = PhUserService.findAllUsers() - users.toArray[PhUser] - } - } - } - } - - val userManagementRoute = registerRoute ~ changeUserRoute ~ deleteUserRoute ~ getUserByLoginRoute ~ userListRoute -} diff --git a/src/main/scala/org/asem/orient/services/ProjectService.scala b/src/main/scala/org/asem/orient/services/ProjectService.scala deleted file mode 100644 index 12f089b..0000000 --- a/src/main/scala/org/asem/orient/services/ProjectService.scala +++ /dev/null @@ -1,132 +0,0 @@ -package org.asem.orient.services - -import org.asem.orient.Database -import org.asem.orient.model.Operation -import org.asem.orient.model.entities._ -import spray.http.MediaTypes._ -import spray.http.StatusCodes._ - -/** - * Created by gosha-user on 03.09.2016. - */ -object ProjectService { - /** - * Get user object by login - * @param login login - * @return project user object - */ - def getUserByLogin (login: String) = Database.getTx (PrjService.findPrjUserByLogin(login)) - - /** - * retrieves user projects - * @param userId user identifier - * @return projects list - */ - def findAllProjects (userId:String): List[Project] = Database.getTx (PrjService.findAllProjects(userId)) - def findActivePrjCycles (prjId:String, userId:String) = Database.getTx (PrjService.findActivePrjCycles(prjId, userId)) - def findCycleReports (cycleId:String) = if (cycleId.isEmpty) List() else Database.getTx (PrjService.findAllReports(cycleId)) - def findCycleReportsForUser (cycleId:String, userId:String) = if (cycleId.isEmpty) List() else Database.getTx (PrjService.findReportsForUser(cycleId, userId)) - def findPharmacyByAddress (cityName:String, streetName:String, buildingName:String) = Database.getTx (PrjService.findPharmacyByAddress(cityName, streetName, buildingName)) - def findPharmNet (cityName:String, streetName:String, buildingName:String) = Database.getTx (PrjService.findPharmacyByAddress(cityName, streetName, buildingName)) - def addUserToProject (prjId:String, userId:String, isManager:Boolean) = Database.getTx (PrjService.addUserToProject(prjId, userId, isManager)) - def addUserToCycle (cycleId:String, userId:String) = Database.getTx (PrjService.addUserToPrjCycle(cycleId, userId)) -} - -trait ProjectService extends BaseHttpService with JacksonJsonSupport { - private val getCurrentProjectUser = get { - auth { - user => path("project" / "curuser") { - respondWithMediaType(`application/json`) ( - ProjectService.getUserByLogin(user.login) match { - case Right(user) => complete (user) - case Left(error) => complete (Operation(error)) - } - ) - } - } - } - - private val getUserProjects = get { - auth { - user => path("project") { - respondWithMediaType(`application/json`) (complete (ProjectService.findAllProjects(user.id))) - } - } - } - - private val getActivePrjCycles = get { - auth { - user => path("cycle") { - parameters('prjId) { - (prjId) => respondWithMediaType(`application/json`)(complete(ProjectService.findActivePrjCycles(prjId, user.id))) - } - } - } - } - - private val getCycleReports = get { - auth { - user => path("report") { - parameters('cycleId) { - (cycleId) => respondWithMediaType(`application/json`)( - user.manager match { - case true => complete(ProjectService.findCycleReports(cycleId)) - case false => complete(ProjectService.findCycleReportsForUser(cycleId, user.id)) - } - ) - } - } - } - } - - private val getPharmacies = get { - auth { - user => path("pharmacy") { - parameters('city, 'street, 'building) { - (city, street, building) => ProjectService.findPharmacyByAddress (city, street, building) match { - case Right(ph) => respondWithMediaType(`application/json`) (complete (ph)) - case Left(error) => respondWithStatus(BadRequest) (complete (Operation(error))) - } - } - } - } - } - - private val addUserToProject = put { - auth { - user => path("project" / Segment / "user") { - prjId => parameters ('userId, 'isManager.as[Boolean]) { - (userId, isManager) => respondWithMediaType(`application/json`)( - ProjectService.addUserToProject(prjId, userId, isManager) match { - case true => complete (Operation("OK", true)) - case false => complete (Operation("Cannot perform operation")) - } - ) - } - } - } - } - - private val addUserToCycle = put { - auth { - user => path("cycle" / Segment / "user") { - cycleId => parameters ('userId) { - (userId) => respondWithMediaType(`application/json`)( - ProjectService.addUserToCycle(cycleId, userId) match { - case true => complete (Operation("OK", true)) - case false => complete (Operation("Cannot perform operation")) - } - ) - } - } - } - } - - val projectRouter = getCurrentProjectUser ~ - getUserProjects ~ - getActivePrjCycles ~ - getCycleReports ~ - getPharmacies ~ - addUserToProject ~ - addUserToCycle -} diff --git a/src/main/scala/org/asem/orient/services/ReportService.scala b/src/main/scala/org/asem/orient/services/ReportService.scala deleted file mode 100644 index 11b8ca0..0000000 --- a/src/main/scala/org/asem/orient/services/ReportService.scala +++ /dev/null @@ -1,94 +0,0 @@ -package org.asem.orient.services - -import org.asem.orient.Database -import org.asem.orient.model.entities.{JacksonJsonSupport, _} -import spray.http._ -import MediaTypes._ - -object ReportService { - def findReportsForUser (cycleId:String, login:String):List[Report] = { - if (cycleId.isEmpty) { - List() - } - else - Database.getTx { - tx => val user = PhUserService.findUserByLogin (login) match { - case Some(vtx) => val PrjUser(usr) = vtx; usr - case _ => throw new IllegalArgumentException(s"User {login} not found") - } - - val cycle = PrjService.findPrjCycleById (cycleId)(tx) - PrjService. findReportsForUser(cycleId, login)(tx) - } - } - - def addReport (login:String, rep:Report):Report = { - Database.getTx { - tx => val user = PhUserService.findUserByLogin (login) match { - case Some(vtx) => val PrjUser(usr) = vtx; usr - case _ => throw new IllegalArgumentException(s"User {login} not found") - } - - PrjService.addReport (rep.copy(owner = user))(tx) - } - } -} - -/** - * Trait represents REST functions to work with reports - */ -trait ReportService extends BaseHttpService with JacksonJsonSupport { - private val listReportsRouter = get { - auth { - user => path("report") { - parameters('cycleId) { - cycleId => respondWithMediaType(`application/json`) (complete (ReportService.findReportsForUser(cycleId, user.login))) - } - } - } - } - - private val addReportsRouter = post { - auth { - user => path("report") { - entity(as[Report]) { - report => respondWithMediaType(`application/json`) (complete (ReportService.addReport(user.login, report))) - } - } - } - } -// -// private val deleteReportRouter = delete { -// auth { -// user => path("report" / Segment) { -// reportId => complete { -// ReportService.deleteById(reportId) -// "OK" -// } -// } -// } -// } -// -// private val getReportRouter = get { -// auth { -// user => path("report" / Segment) { -// reportId => respondWithMediaType(`application/json`) (complete ("{success: true, reportId: " + reportId + "}")) -// } -// } -// } -// -// private val updateReportRouter = put { -// auth { -// user => path("report" / Segment) { -// reportId => entity(as[Report]) { -// report => ReportService.changeReport(reportId, report) match { -// case Left(rep) => respondWithStatus(StatusCodes.OK) { complete(rep) } -// case Right(s) => respondWithStatus(StatusCodes.Conflict) { complete(s) } -// } -// } -// } -// } -// } - - lazy val reportRoute = {}//listReportsRouter ~ addReportsRouter //~ deleteReportRouter ~ getReportRouter ~ updateReportRouter -} diff --git a/src/main/scala/org/asem/orient/services/TaskService.scala b/src/main/scala/org/asem/orient/services/TaskService.scala deleted file mode 100644 index a9e3cb1..0000000 --- a/src/main/scala/org/asem/orient/services/TaskService.scala +++ /dev/null @@ -1,190 +0,0 @@ -package org.asem.orient.services - -import java.util.Date - -import com.tinkerpop.blueprints.Direction._ -import com.tinkerpop.blueprints.Vertex -import com.tinkerpop.blueprints.impls.orient.OrientVertex -import org.asem.orient.Database -import org.asem.orient.model.entities.{Comment, JacksonJsonSupport, Task, EdgeNames} -import spray.http._ -import spray.httpx.SprayJsonSupport._ -import spray.routing.RequestContext - -import scala.collection.JavaConversions._ -import org.asem.Boot.{PushToChildren, service => mainService} - -object TaskService extends BaseDB { - /** - * Function ertrieves all task from database - * @return list of tasks with comments - */ - def findAllTasks = Database.getTx {tx => val vtxs = tx.getVerticesOfClass("Task"); for {vtx <- vtxs} yield {val Task (task) = vtx;task}}.toList.sortWith((a:Task,b:Task) => a.changeDate.isAfter(b.changeDate)) - - private def notifyByWebSocket (msg:String) = { if (mainService != null) mainService ! PushToChildren(msg) } - - private def task2map (task:Task) = Map( "name" -> task.name, "content" -> task.content, "status" -> task.status, "assignedPerson" -> task.assignedPerson, - "changeDate" -> task.changeDate, "deadLine" -> task.deadLine, "owner" -> task.owner ) - - /** - * Function add task to database - * @param task task object - * @return nothing - */ - def addTask (task:Task, userId:String):Task = { - Database.getTx( - tx => { - val vtx = addVertex("Task", task2map(task)).apply(tx) - val Task(ret) = vtx - notifyByWebSocket("TASKS_UPDATED:ADDED") - ret - } - ) - } - - def changeTask (task:Task, userId:String):Either[Task, String] = { - Database.getTx( - graph => { - try { - graph.getVertex("#" + task.id) match { - case vtx: OrientVertex => { - val oldStatus:String = vtx.getProperty("status") - if (task.status == "Ð’ работе" && oldStatus != task.status) { - val asp = graph.getVertex("#" + userId).getProperty[String]("login") - vertexUpdate (vtx, task2map(task.copy(assignedPerson = asp))) - } - else - vertexUpdate (vtx, task2map(task)) - - vtx.save - graph.commit() - notifyByWebSocket("TASKS_UPDATED:CHANGED") - Left(task) - } - case _ => Right("Error updating record: " + "#" + task.id) - } - } - catch { - case e:Exception => Right(e.toString) - } - } - ) - } - - def deleteTask (taskId: String, userId:String):Either[String, String] = { - Database.getTx( - graph => { - try { - graph.getVertex("#" + taskId) match { - case vtx: OrientVertex => { - graph.removeVertex(vtx) - graph.commit() - notifyByWebSocket("TASKS_UPDATED:DELETED") - Left("DELETE SUCCESSFULL") - } - case _ => Right("Error deleting record: " + "#" + taskId) - } - } - catch { - case e:Exception => Right(e.toString) - } - } - ) - } - - def addComment (taskId:String, comment:Comment, userId:String) = { - Database.getTx( - graph => { - graph.getVertex("#" + taskId) match { - case vtx: OrientVertex => { - val comVtx = addVertex("Comment", Map( - "owner" -> graph.getVertex("#" + userId).getProperty[String]("login"), - "comment" -> comment.comment, - "createDate" -> comment.createDate - )).apply(graph) - - vtx.addEdge("com", comVtx) - graph.commit() - notifyByWebSocket("TASKS_UPDATED:COMMENT_ADDED") - Left(comment) - } - case _ => Right("Error add comment to task: " + "#" + taskId) - } - } - ) - } -} - -trait TaskService extends BaseHttpService with JacksonJsonSupport { - private val listTasksRouter = get { - auth { - user => path("task") { - complete { - val tasks = TaskService.findAllTasks - tasks - } - } - } - } - - private val addTaskRouter = post { - auth { - user => path("task") { - entity(as[Task]) { - task => { - val t = TaskService.addTask(task, user.id) - println (t) - complete {t} - } - } - } - } - } - - private val deleteTaskRouter = delete { - auth { - user => path("task" / Segment) { - reportId => { - TaskService.deleteTask(reportId, user.id) match { - case Left(rep) => respondWithStatus(StatusCodes.OK ) { complete (rep)} - case Right(s) => respondWithStatus(StatusCodes.InternalServerError) { complete (s) } - } - } - } - } - } - - private val updateTaskRouter = put { - auth { - user => path("task" / Segment) { - reportId => { - entity(as[Task]) { - task => TaskService.changeTask(task, user.id) match { - case Left(rep) => respondWithStatus(StatusCodes.OK ) { complete (rep)} - case Right(s) => respondWithStatus(StatusCodes.Conflict) { complete (s) } - } - } - } - } - } - } - - private val addTaskCommentRouter = post { - auth { - user => path("task" / Segment / "comment") { - taskId => { - entity(as[Comment]) { - comment => { - TaskService.addComment(taskId, comment, user.id) match { - case Left(com) => respondWithStatus(StatusCodes.OK ) { complete (com)} - case Right(s) => respondWithStatus(StatusCodes.Conflict) { complete (s) } - } - } - } - } - } - } - } - - lazy val taskRoute = listTasksRouter ~ addTaskRouter ~ deleteTaskRouter ~ updateTaskRouter ~ addTaskCommentRouter -} diff --git a/src/main/scala/org/asem/spray/security/CookieAuthenticator.scala b/src/main/scala/org/asem/spray/security/CookieAuthenticator.scala deleted file mode 100644 index 0683009..0000000 --- a/src/main/scala/org/asem/spray/security/CookieAuthenticator.scala +++ /dev/null @@ -1,95 +0,0 @@ -package org.asem.spray.security - -import com.typesafe.config.ConfigFactory -import org.asem.orient.Query -import org.asem.orient.model.PhUser -import spray.http.HttpForm -import spray.httpx.unmarshalling._ -import spray.routing.AuthenticationFailedRejection.CredentialsMissing -import spray.routing._ -import spray.routing.authentication._ - -import scala.collection.JavaConversions._ -import scala.concurrent.ExecutionContext.Implicits.global -import scala.concurrent.duration._ -import scala.concurrent.{Await, Future} - -case class UserData (login:String, token:String, manager:Boolean, id:String) - -/** - * Created by gosha-user on 30.07.2016. - */ -class CookieAuthenticator { - val config = ConfigFactory.load() - - def loadUser(login: String, pwdHash: String): Option[PhUser] = { - val params = Map( - "login" -> login, - "password" -> pwdHash - ) - - // .toLowerCase() - val result = Query.executeQuery("SELECT * FROM PhUser WHERE login = :login and password = :password", params) - if (result.size() == 1) { - val PhUser(user) = result.get(0) - Some(user) - } - else - None - } - - /** - * Function get information about current user from special cookie (user_token) - * If that cookie not found then get information from query parameters (uname, upass) - * - * @param ctx RequestContext object - * @return extracted credentials if possible - */ - private def extractCredentials(ctx: RequestContext): Option[UserData] = { - val userToken = ctx.request.cookies.find(_.name == "user_token") - var ret: Option[UserData] = None - - if (userToken.isEmpty) { - val formd = ctx.request.as[HttpForm] - if (formd.isRight) { - val user:PhUser = formd.right.get.fields match { - case Seq((name, nameval:String), (pass, passval:String)) => PhUser (nameval, passval) - case _ => null - } - - if (user != null) { - val pu = loadUser(user.login, user.pwdHash) - if (pu.isDefined) { - val user = pu.get - ret = Some(UserData(user.login, RSA.encrypt(user.toString), user.manager.getOrElse(false), user.id)) - } - } - } - } - else { - val userData = Await.result(RSA.decrypt(userToken.get.content), 10.minutes) - val pu = PhUser.fromString (userData) - - if (pu.isDefined) { - val user = pu.get - ret = Some(UserData(user.login, RSA.encrypt(user.toString), user.manager.getOrElse(false), user.id)) - } - } - - ret - } - - /** - * Value (function) used to check & retrieve current credentials - */ - val byCookie: ContextAuthenticator[UserData] = { - ctx => Future { - extractCredentials(ctx) match { - case Some(user) => Right(user) - case _ => Left(AuthenticationFailedRejection(CredentialsMissing, List())) - } - } - } -} - -object CookieAuthenticator extends CookieAuthenticator diff --git a/src/main/scala/org/asem/spray/security/RSA.scala b/src/main/scala/org/asem/spray/security/RSA.scala deleted file mode 100644 index 92deba3..0000000 --- a/src/main/scala/org/asem/spray/security/RSA.scala +++ /dev/null @@ -1,64 +0,0 @@ -package org.asem.spray.security - -import java.io.FileInputStream -import java.security.KeyStore -import java.util.Base64 -import javax.crypto.Cipher - -import com.typesafe.config.ConfigFactory -import spray.caching._ - -import scala.concurrent.ExecutionContext.Implicits.global -import scala.concurrent.Future -import scala.concurrent.duration._ -import scala.language.postfixOps - - -/** - * Created by gosha-user on 30.07.2016. - */ -object RSA { - private val config = ConfigFactory.load() - lazy val keyStore:KeyStore = { - val ks = KeyStore.getInstance("jks") - ks.load(new FileInputStream (keyStorePath), password.toCharArray) - ks - } - - private val keyStorePath = config.getString("secureKey.path") - private val password = config.getString("secureKey.password") - private val alias = config.getString("secureKey.alias") - private val keyPwd = new KeyStore.PasswordProtection (config.getString("secureKey.keyPassword").toCharArray) - - val getPassword = { - new KeyStore.PasswordProtection (password.toCharArray) - } - - private lazy val pkEntry = { - keyStore.getEntry(alias, keyPwd).asInstanceOf[KeyStore.PrivateKeyEntry] - } - - private val cacheKeys:Cache[String] = new ExpiringLruCache[String](10000, 0, 30 minutes, 10 minutes) - - def isInitialized:Boolean = { - pkEntry.getPrivateKey() != null - } - - def encrypt (data:String):String = { - val cipher = Cipher.getInstance("RSA") - cipher.init(Cipher.ENCRYPT_MODE, pkEntry.getCertificate) - val cipherData = cipher.doFinal(data.getBytes()) - Base64.getEncoder.encodeToString(cipherData) - } - - def decrypt(data:String): Future[String] = cacheKeys(data) { - val cipher = Cipher.getInstance("RSA") - cipher.init(Cipher.DECRYPT_MODE, pkEntry.getPrivateKey) - val ret = new String(cipher.doFinal(Base64.getDecoder.decode(data))) - ret - } - - def remove (data: String):Unit = { - cacheKeys.remove(data) - } -} diff --git a/src/test/scala/ru/sbt/orient/services/LoginServiceTest.scala b/src/test/scala/ru/sbt/orient/services/LoginServiceTest.scala deleted file mode 100644 index 8296482..0000000 --- a/src/test/scala/ru/sbt/orient/services/LoginServiceTest.scala +++ /dev/null @@ -1,69 +0,0 @@ -package org.asem.orient.services - -import org.scalatest._ -import spray.http.StatusCodes._ -import spray.http._ -import spray.routing._ -import spray.testkit._ - -import scala.concurrent.duration._ -import scala.language.postfixOps - -class LoginServiceTest extends FlatSpec - with Matchers - with Directives - with ScalatestRouteTest - with LoginService { - - def actorRefFactory = system - implicit val defaultTimeout = RouteTestTimeout(10 seconds) - - // Prepare data - PhUserService.findUserByLogin("user") match { - case Some(user) => None - case _ => PhUserService.createUser( - login = "user", - pasword = "user", - email = "user@demo.com", - firstName = "Demo", - secondName = "Demos" - ) - } - - "Login REST service" should "return unauthorized (401) if no credentials provided" in { - Post("/login", FormData(Seq("uname" -> "", "upass" -> ""))) ~> sealRoute(loginRoute) ~> check { - status should equal(Unauthorized) - } - } - - it should "permanent redirect for success logged user" in { - Post("/login", FormData(Seq("uname" -> "user", "upass" -> "user"))) ~> sealRoute(loginRoute) ~> check { - status should equal(OK) - } - } - - it should "fail logging user with wrong credentials" in { - Post("/login", FormData(Seq("uname" -> "user", "upass" -> "xxxx"))) ~> sealRoute(loginRoute) ~> check { - status should equal(Unauthorized) - } - } - - it should "success logging user with name in wrong case" in { - Post("/login", FormData(Seq("uname" -> "User", "upass" -> "user"))) ~> sealRoute(loginRoute) ~> check { - status should equal(OK) - } - } - - it should "fail if using get instead of put http method" in { - Get("/login?uname=User&upass=user") ~> sealRoute(loginRoute) ~> check { - status should equal(MethodNotAllowed) - } - } - -// it should "success logout logged user" in { -// Get("/logout") ~> loginRoute ~> check { -// responseAs[String] should equal("The user was logged out") -// header[`Set-Cookie`] should equal(Some(`Set-Cookie`(HttpCookie("userName", content = "deleted", expires = Some(DateTime.MinValue))))) -// } -// } -} diff --git a/src/test/scala/ru/sbt/orient/services/PhUserServiceTest.scala b/src/test/scala/ru/sbt/orient/services/PhUserServiceTest.scala deleted file mode 100644 index f0a2116..0000000 --- a/src/test/scala/ru/sbt/orient/services/PhUserServiceTest.scala +++ /dev/null @@ -1,110 +0,0 @@ -package org.asem.orient.services - -import org.asem.orient.model._ -import org.scalatest._ -import spray.http.HttpHeaders._ -import spray.http.StatusCodes._ -import spray.http._ -import spray.httpx.SprayJsonSupport._ -import spray.json.DefaultJsonProtocol._ -import spray.routing._ -import spray.testkit._ - -class PhUserServiceTest extends FlatSpec - with Matchers - with Directives - with ScalatestRouteTest - with LoginService - with PhUserService { - def actorRefFactory = system - - def setTestCookie(name:String, value:String):HttpRequest ⇒ HttpRequest = { - req => { - req.withHeaders(`Cookie`(HttpCookie(name, value))) - } - } - - "User service rest" should "register and return new created user" in { - val user = Map("login" -> "demo", "password" -> "demo", "email" -> "demo@demo.com") - Post("/user/register", user) ~> sealRoute(userManagementRoute) ~> check { - status should equal(Created) - responseAs[String] should equal("{success: true, message: 'OK'}") - } - } - - it should "generate Bad Request rejection if email is not provided" in { - val user = Map("login" -> "demo", "password" -> "demo") - Post("/user/register", user) ~> sealRoute(userManagementRoute) ~> check { - status should equal(BadRequest) - val resp = responseAs[String] - } - } - - var cookie = "" - it should "login with new created user" in { - Post("/login", FormData(Seq("uname" -> "demo", "upass" -> "demo"))) ~> sealRoute(loginRoute) ~> check { - status should equal(OK) - cookie = header[`Set-Cookie`] match { - case Some(`Set-Cookie`(HttpCookie("user_token", content, _, _, _, _, _, _, _))) => content - case _ => "" - } - - cookie shouldNot be ("") - } - } - - it should "throw an exception when trying to change password for another user" in { - val user = Map("login" -> "demo1", "password" -> "demo", "email" -> "demo@demo.com") - Put("/user/demo", user) ~> setTestCookie ("user_token", cookie) ~> sealRoute(userManagementRoute) ~> check { - status should equal(BadRequest) - } - } - - it should "successfully change manager flag for user demo" in { - val user = PhUser( - login = "demo", - password = "demo", - email = "demo@demo.com", - manager = Some(true), - firstName = "user", - secondName = "demonstration", - activated = Some(true) - ) - Put("/user/demo", user) ~> setTestCookie ("user_token", cookie) ~> sealRoute(userManagementRoute) ~> check { - status should equal(OK) - } - } - - it should "relogin with changed user as manager" in { - Post("/login", FormData(Seq("uname" -> "demo", "upass" -> "demo"))) ~> sealRoute(loginRoute) ~> check { - status should equal(OK) - cookie = header[`Set-Cookie`] match { - case Some(`Set-Cookie`(HttpCookie("user_token", content, _, _, _, _, _, _, _))) => content - case _ => "" - } - - cookie shouldNot be ("") - } - } - - it should "return list fo users for authorized user" in { - Get("/user") ~> setTestCookie ("user_token", cookie) ~> sealRoute(userManagementRoute) ~> check { - status should equal(OK) -// println (responseAs[String]) - } - } - - it should "return user information by login" in { - Get("/user/demo") ~> setTestCookie ("user_token", cookie) ~> sealRoute(userManagementRoute) ~> check { - status should equal(OK) -// println (responseAs[String]) - } - } - - it should "remove user by login" in { - Delete("/user/demo") ~> setTestCookie ("user_token", cookie) ~> sealRoute(userManagementRoute) ~> check { - status should equal(OK) -// println (responseAs[String]) - } - } -} diff --git a/src/test/scala/ru/sbt/orient/services/ReportServiceTest.scala b/src/test/scala/ru/sbt/orient/services/ReportServiceTest.scala deleted file mode 100644 index 568fd48..0000000 --- a/src/test/scala/ru/sbt/orient/services/ReportServiceTest.scala +++ /dev/null @@ -1,233 +0,0 @@ -package org.asem.orient.services - -import org.asem.orient.Database -import org.asem.orient.model.entities._ -import org.joda.time.DateTime -import org.scalatest._ -import spray.routing._ -import spray.testkit._ - -/** - * Created by gosha-user on 13.08.2016. - */ -class ReportServiceTest extends FlatSpec - with Matchers - with Directives - with ScalatestRouteTest - with LoginService - with ReportService { - def actorRefFactory = system - - "Report" should "create initial data" in { - Database.getTx { - tx => { - val user = PrjUser (login = "user") - - val prj = PrjService.addProject(Project(name = "test project", startDate = new DateTime()), user)(tx) - val pc = PrjService.addPrjCycle ( - PrjCycle ( - name = "Цикл-1", - startDate = new DateTime(), - endDate = new DateTime().plusDays(10), - visits = List[VisitReq]( - VisitReq ( - typeName = "P", - num = 21 - ) - ) - ), prj.id)(tx) - - val rep = Report( - createDate = DateTime.now(), - cycle = pc, - pharmacy = Pharmacy ( - name = "36.6", - chiefPhone = "100-1001-0", - chiefName = "Chief", - tradeRoomPhone = "111-322-322", - pharmNet = PharmNet(name = "36.6", contract = "No contract"), - cityCode = "1001", - cityName = "New-York", - streetCode = "10020", - streetName = "Vishington st", - buildingCode = "101", - buildingName = "234" - ), - owner = user, - drugs = List(Drug(name = "Analgin", existence = true, price = 99.99)), - checker = null - ) - - PrjService.addReport (rep)(tx) - - tx.rollback - } - } - } - } -// -// val prjs = PrjService.findAllProjects(PrjUser("#33:0", "user")).apply(tx) -//// println (prjs) -// -// val prjc = PrjService.findActivePrjCycles(prjs.head, PrjUser("#33:0", "user")).apply(tx).head -// println (prjc) -// -// var reps = PrjService.findReportsForUser (prjc, PrjUser("#33:0", "user")).apply(tx) -// println ("Reps1: " + Report.write(reps.head)) -// -// reps = PrjService.findAllReports (prjc).apply(tx) -// println ("reps2: " + Report.write(reps.head)) -// } -// } -// -// val pc = PrjCycle ( -// id = "101", -// name = "name", -// startDate = new DateTime(), -// endDate = new DateTime(), -// visits = List[VisitReq]() -// ) -// -// val pu = PrjUser (login = "user", -// email = "user@demo.com", -// firstName = "Demo", -// secondName = "Demos", -// id = "#33:2" -// ) -// -// val ph = Pharmacy ( -// id = "String", -// name = "String", -// chiefPhone = "String", -// chiefName = "String", -// tradeRoomPhone = "String", -// pharmNet = null, -// cityCode = "String", -// cityName = "String", -// streetCode = "String", -// streetName = "String", -// buildingCode = "String", -// buildingName = "String" -// ) -// -// val rep = Report( -// "100", -// pc, -// pu, -// ph, -// List[Drug](), -// true, -// pu -// ) -// -// val json = Report.write (rep) -//// println (json) -// -// val rep1:Report = Report.read (json) -//// println (rep1) -// } - -// def setTestCookie(name:String, value:String):HttpRequest ⇒ HttpRequest = { -// req => { -// req.withHeaders(`Cookie`(HttpCookie(name, value))) -// } -// } -// - -// -// "Report service" should "convert all fields of report object to map in runtime" in { -// val map = Report.entity2Map(rep) -// map should not be empty -// } -// -// var repSaved:Report = _ -// it should "create new report row" in { -// ReportService.createReport(rep.login, rep) match { -// case Left(v) => -// v should not be null -// repSaved = v match { -// case x:Report => x -// } -// case Right(s) => fail("error creating report " + s) -// } -// } -// -// it should "thrown an error when trying to create new report with the same address" in { -// ReportService.createReport(rep.login, rep) match { -// case Left(v) => fail("test not passed new record created") -// case Right(err) => err should be("duplicate_index") -// } -// } -// -// it should "delete report by id" in { -// val err = ReportService.deleteById (repSaved) -// err should be (true) -// } -// -// "Report http service" should "reject request without user credentials" in { -// Get("/report") ~> sealRoute(reportRoute) ~> check { -// status should equal(Unauthorized) -// } -// } -// -// var cookie = "" -// it should "login successfully with demo user" in { -// Post("/login", FormData(Seq("uname" -> "user", "upass" -> "user"))) ~> sealRoute(loginRoute) ~> check { -// status should equal(OK) -// cookie = header[`Set-Cookie`] match { -// case Some(`Set-Cookie`(HttpCookie("user_token", content, _, _, _, _, _, _, _))) => content -// case _ => "" -// } -// -// cookie shouldNot be ("") -// } -// } -// -// var resp:JsValue = _ -// it should "create new report fro currently logged user" in { -// Post("/report", rep) ~> setTestCookie ("user_token", cookie) ~> sealRoute(reportRoute) ~> check { -// status should equal(Created) -// val Report(repo) = JsonParser(responseAs[String]) match { -// case o:JsObject => o -// } -// -// repo.login should be("user") -// } -// } -// -// it should "retrieve all reports for currently logged user" in { -// Get("/report") ~> setTestCookie ("user_token", cookie) ~> sealRoute(reportRoute) ~> check { -// status should equal(OK) -// resp = JsonParser(responseAs[String]) -// val Report(repo) = resp match { -// case o:JsObject => o -// case JsArray(a) => a.head.asJsObject -// } -// -// repSaved = repo -// } -// } -// -// it should "update fields in report object" in { -// val user = Map("street" -> "lenina") -// Put("/report/" + repSaved.id, user) ~> setTestCookie ("user_token", cookie) ~> sealRoute(reportRoute) ~> check { -// println (responseAs[String]) -// -// status should equal(OK) -// resp = JsonParser(responseAs[String]) -// val Report(repo) = resp match { -// case o:JsObject => o -// case JsArray(a) => a.head.asJsObject -// } -// -// repSaved = repo -// repSaved.street should be ("lenina") -// } -// } -// -// it should "delete report by report id" in { -// Delete("/report/" + repSaved.id) ~> setTestCookie ("user_token", cookie) ~> sealRoute(reportRoute) ~> check { -// status should equal(OK) -// } -// } - diff --git a/src/test/scala/ru/sbt/orient/services/TaskServiceTest.scala b/src/test/scala/ru/sbt/orient/services/TaskServiceTest.scala deleted file mode 100644 index 184024b..0000000 --- a/src/test/scala/ru/sbt/orient/services/TaskServiceTest.scala +++ /dev/null @@ -1,91 +0,0 @@ -package org.asem.orient.services - -import org.asem.orient.model.entities.{Comment, JsonMapper, Task} -import org.joda.time.DateTime -import org.scalatest._ -import spray.http.HttpHeaders._ -import spray.http.StatusCodes._ -import spray.http._ -import spray.httpx.SprayJsonSupport._ -import spray.json._ -import spray.routing._ -import spray.testkit._ - -import scala.concurrent.duration._ -import scala.language.postfixOps - -class TaskServiceTest extends FlatSpec - with Matchers - with Directives - with ScalatestRouteTest - with LoginService - with TaskService -{ - def actorRefFactory = system - implicit val defaultTimeout = RouteTestTimeout(10 seconds) - - def setTestCookie(name:String, value:String):HttpRequest ⇒ HttpRequest = { - req => { - req.withHeaders(`Cookie`(HttpCookie(name, value))) - } - } - - "Task service" should "reject unsecuren requests when get task list called" in { - Get("/task") ~> sealRoute(taskRoute) ~> check { - status should equal(Unauthorized) - } - } - - var cookie = "" - it should "login successfully with demo user" in { - Post("/login", FormData(Seq("uname" -> "user", "upass" -> "user"))) ~> sealRoute(loginRoute) ~> check { - status should equal(OK) - cookie = header[`Set-Cookie`] match { - case Some(`Set-Cookie`(HttpCookie("user_token", content, _, _, _, _, _, _, _))) => content - case _ => "" - } - - cookie shouldNot be ("") - } - } - - var savedTask:Task = null - it should "return list of tasks for secured GET HTTP request" in { - Get("/task") ~> setTestCookie ("user_token", cookie) ~> sealRoute(taskRoute) ~> check { - status should equal(OK) - savedTask = responseAs[List[Task]].head - } - } - - it should "create add comemnt to task" in { - val com = Comment( - owner = "vasya", - comment = "Ðичего не понÑл, повторите пож-та", - createDate = new DateTime - ) - - println ("savedTask : " +savedTask) - Post("/task/" + savedTask.id + "/comment", com) ~> setTestCookie ("user_token", cookie) ~> sealRoute(taskRoute) ~> check { - status should equal(OK) - println (responseAs[Comment]) - } - } - - it should "create new Task through the Post HTTP request" in { - val task = Task( - id = null, - name = "ТеÑÑ‚Ð¾Ð²Ð°Ñ Ð·Ð°Ð´Ð°Ñ‡Ð°", - content = "Что то пошло не так", - status = "Ðовый", - assignedPerson = "user", - changeDate = new DateTime(), - deadLine = new DateTime(), - owner = "user", - comments = null) - - Post("/task", task) ~> setTestCookie ("user_token", cookie) ~> sealRoute(taskRoute) ~> check { - status should equal(OK) - println (responseAs[Task]) - } - } -} diff --git a/src/test/scala/ru/sbt/orient/services/UserServiceTest.scala b/src/test/scala/ru/sbt/orient/services/UserServiceTest.scala deleted file mode 100644 index a5a4573..0000000 --- a/src/test/scala/ru/sbt/orient/services/UserServiceTest.scala +++ /dev/null @@ -1,37 +0,0 @@ -package org.asem.orient.services - -import com.tinkerpop.blueprints.impls.orient.OrientVertex -import org.scalatest._ - -class UserServiceTest extends FlatSpec with Matchers { - - "User" should "be stored in database" in { - PhUserService.createUser( - login = "demo", - pasword = "demo", - email = "demo@demo.com", - firstName = "Demo", - secondName = "Demos" - ) - } - - var user:OrientVertex = _ - it should "be found in database " in { - user = PhUserService.findUserByLogin("demo") match { - case Some(user) => user - case _ => null - } - - user shouldNot be(null) - } - - "Found user" should "has login equals to demo" in { - val login:String = user.getProperty("login") - login should be("demo") - } - - it should "be deleted from database" in { - val flag = PhUserService.deleteUser (user) - flag should be(true) - } -} diff --git a/src/test/scala/ru/sbt/orient/services/XMLTest.scala b/src/test/scala/ru/sbt/orient/services/XMLTest.scala deleted file mode 100644 index 5eb9d6a..0000000 --- a/src/test/scala/ru/sbt/orient/services/XMLTest.scala +++ /dev/null @@ -1,75 +0,0 @@ -package org.asem.orient.services - -import org.asem.orient._ -import org.asem.orient.model.PhUser -import org.asem.spray.security.RSA -import org.scalatest._ - -import scala.concurrent.Await -import scala.concurrent.duration._ -import scala.language.postfixOps - -class XMLTest extends FlatSpec with Matchers { - - "XML" should "be properly generated from array of map" in { - val data = Array( - Map("name" -> "test1", "value" -> "test_value1"), - Map("name" -> "test1", "value" -> "test_value1") - ) - - val xml = - {for { - row <- data - } yield { - - {for {prop <- row.keys} yield { - - }} - - }} - - -// val printer = new PrettyPrinter(80, 2) -// println(printer.format(xml)) - } - - it should "read from database and store to XML" in { - val xml = Database.queryToXml("SELECT * FROM PhUser", Map()) - val printer = new scala.xml.PrettyPrinter(80, 2) -// println(printer.format(xml)) - } - - it should "read from database and store to XML with different root element" in { - val xml = Database.queryToXml("child", "SELECT * FROM PhUser", Map()) - val printer = new scala.xml.PrettyPrinter(80, 2) -// println(printer.format(xml)) - } - - "RSA" should "load keystore from file" in { - RSA.isInitialized should be (true) - } - - var encryptedData = "" - it should "encrypt data using public key" in { - encryptedData = RSA.encrypt("test data") - encryptedData shouldNot be ("") -// println (encryptedData) - } - - it should "decrypt data using private key" in { - val decryptedData = Await.result (RSA.decrypt(encryptedData), 1 minutes) - decryptedData should be ("test data") -// println (decryptedData) - } - - val user = PhUser(login = "demo", password = "demo", email = "demo@demo.org", firstName = "firstname", secondName = "secondName") - "PhUser" should "be printed to string" in { - user.toString should be ("demo,demo@demo.org,firstname,secondName,false,") - } - - it should "be unapplied from string" in { - val restoredUser = PhUser.fromString(user.toString).orNull - restoredUser.toString should be (user.toString) - restoredUser.pwdHash should be ("") - } -} \ No newline at end of file diff --git a/src/webapp/app/app.js b/src/webapp/app/app.js deleted file mode 100644 index 9c7f0f4..0000000 --- a/src/webapp/app/app.js +++ /dev/null @@ -1,14 +0,0 @@ -Ext.application({ - name: 'PH', - // automatically create an instance of PH.view.Viewport - autoCreateViewport: true, - controllers: [ - 'App' - ], - models:[ - 'Menu' - ], - stores:[ - 'Menu' - ] -}); diff --git a/src/webapp/app/app/controller/App.js b/src/webapp/app/app/controller/App.js deleted file mode 100644 index 6e8fddb..0000000 --- a/src/webapp/app/app/controller/App.js +++ /dev/null @@ -1,66 +0,0 @@ - -Ext.define("PH.controller.App", { - extend: 'Ext.app.Controller', - - refs: [{ - ref: 'contentPanel', - selector: 'contentPanel' - }], - - init: function() { - this.control ({ - 'navigation': { - selectionchange: this.onNavSelectionChange - } - }); - }, - onNavSelectionChange: function(selModel, records) { - var record = records[0], - xtype = record.get('module'), - alias = 'widget.' + xtype; - - if (!this.getContentPanel) - return; - - var contentPanel = this.getContentPanel(); - contentPanel.removeAll(true); - contentPanel.setTitle (null); - - if (xtype) { - var className = Ext.ClassManager.getNameByAlias(alias); - if (!className) { - if (console) - console.error ('Not found module: ' + xtype); - - return; - } - - // load controller class - var viewClass = Ext.ClassManager.get(className); - var cmp = new viewClass(); - - contentPanel.add(cmp); - cmp.setTitle (PH.utils.CommonUtils.getLocaleString('titles', xtype)); - if (cmp.isXType('grid')) { - var columns = PH.utils.CommonUtils.createColumnFromModel(GLocale, cmp.getStore()) - cmp.reconfigure(cmp.store, columns); - PH.utils.CommonUtils.refreshAnyGrid(cmp) - } - else { - var grid = cmp.down('grid') - var columns = PH.utils.CommonUtils.createColumnFromModel(GLocale, grid.getStore()) - grid.reconfigure(grid.store, columns); - PH.utils.CommonUtils.refreshAnyGrid(grid) - } - - if (cmp.floating) { - cmp.show(); - } - else { - if (this.centerContent) - this.centerContent(); - } - } - } -}); - diff --git a/src/webapp/app/app/locale/en.js b/src/webapp/app/app/locale/en.js deleted file mode 100644 index 097109c..0000000 --- a/src/webapp/app/app/locale/en.js +++ /dev/null @@ -1,56 +0,0 @@ -Ext.define('PH.locale.en', { - singleton: true, - menu: { - security: 'Security', - users: 'Users', - groups: 'Groups', - settings: 'Settings', - menu: 'Menus', - projects: 'Projects', - cycles: 'Cycles', - reports: "Reports" - }, - titles: { - navi: 'Navigation Menu', - users: 'Users', - reports: 'Reports', - projects: 'Projects' - }, - select: { - project: 'Choose project', - cycle: 'Choose cycle' - }, - fields: { - name: 'Name', - startDate: 'Start date', - login: 'login', - firstName: 'firsName', - secondName: 'secondName', - manager: 'manager', - activated: 'activated', - email: 'email', - city: 'City', - sreet: 'Street', - building: 'Building', - pharmNet: 'PharmNet', - pharmacy: 'Pharmacy', - agreements: 'Agreements', - managerName: 'Manager name', - managerPhone: 'Manager phone', - tradeRoomPhone: 'Traderoom phone' - }, - button: { - save: 'Save', - cancel: 'Cancel', - delete: 'Delete', - close: 'Close', - refresh: 'Refresh', - add: 'Add' - }, - messages: { - wait: 'Please wait...' - } -}); - - - diff --git a/src/webapp/app/app/locale/ru.js b/src/webapp/app/app/locale/ru.js deleted file mode 100644 index 994d587..0000000 --- a/src/webapp/app/app/locale/ru.js +++ /dev/null @@ -1,54 +0,0 @@ -Ext.define('PH.locale.ru', { - singleton: true, - menu: { - security: 'БезопаÑноÑть', - users: 'Пользователи', - groups: 'Группы', - settings: 'ÐаÑтройки', - menu: 'Меню', - projects: 'Проекты', - cycles: 'Циклы' - }, - titles: { - navi: 'Функции ÑиÑтемы', - users: 'Пользователи ÑиÑтемы', - userEdit: 'Редактирование пользователÑ', - reports: 'Отчеты', - projects: 'Проекты' - }, - select: { - project: 'Выбор проекта', - cycle: 'Выбор цикла' - }, - fields: { - name: 'Ðазвание', - startDate: 'Дата Ñтарта', - login: 'Пользователь', - firstName: 'ИмÑ', - secondName: 'ФамилиÑ', - manager: 'Менеджер', - activated: 'Ðктивный', - email: 'Почта', - city: 'Город', - sreet: 'Улица', - building: 'Дом', - pharmNet: 'Сеть', - pharmacy: 'Ðтека', - agreements: 'ДоговоренноÑть', - managerName: 'Заведующий', - managerPhone: 'Тел. завед.', - tradeRoomPhone: 'Торг.зал.тел' - }, - button: { - save: 'Сохранить', - cancel: 'Отмена', - delete: 'Удалить', - close: 'Закрыть', - refresh: 'Обновить', - add: 'Добавить' - }, - messages: { - wait: 'ПожалуйÑта подождите...' - } -}); - diff --git a/src/webapp/app/app/model/Menu.js b/src/webapp/app/app/model/Menu.js deleted file mode 100644 index d4786b8..0000000 --- a/src/webapp/app/app/model/Menu.js +++ /dev/null @@ -1,10 +0,0 @@ -Ext.define('PH.model.Menu', { - extend: 'Ext.data.Model', - fields: [{ - name: 'name', - convert: function (newValue) { - return GLocale.menu[newValue] ? GLocale.menu[newValue] : newValue; - } - }, "leaf"] -}); - diff --git a/src/webapp/app/app/model/PrjCycle.js b/src/webapp/app/app/model/PrjCycle.js deleted file mode 100644 index 0147dfd..0000000 --- a/src/webapp/app/app/model/PrjCycle.js +++ /dev/null @@ -1,37 +0,0 @@ -Ext.define('PH.model.PrjCycle', { - extend: 'Ext.data.Model', - idProperty: 'id', - fields: [{ - name: 'id', - identifier: true - }, - 'name', { - name: 'startDate', - type: 'date', - convert: function (dt) {return new Date(dt);} - }, { - name: 'endDate', - type: 'date', - convert: function (dt) {return new Date(dt);} - }, { - name: 'visitPharm', - convert: function (v, record) { - for (visit in record.visits) { - if (visit.typeName === 'P') { - return visit.num; - } - } - } - }, { - name: 'visitDoctor', - convert: function (v, record) { - for (visit in record.visits) { - if (visit.typeName === 'D') { - return visit.num; - } - } - } - } - ] -}); - diff --git a/src/webapp/app/app/model/Project.js b/src/webapp/app/app/model/Project.js deleted file mode 100644 index 7d4cb76..0000000 --- a/src/webapp/app/app/model/Project.js +++ /dev/null @@ -1,18 +0,0 @@ -Ext.define('PH.model.Project', { - extend: 'Ext.data.Model', - idProperty: 'id', - fields: [{ - name: 'id', - identifier: true - }, - 'name', - { - name: 'startDate', - type: 'date', - convert: function (dt) { - return new Date(dt); - } - } - ] -}); - diff --git a/src/webapp/app/app/model/Report.js b/src/webapp/app/app/model/Report.js deleted file mode 100644 index 28ff35d..0000000 --- a/src/webapp/app/app/model/Report.js +++ /dev/null @@ -1,26 +0,0 @@ -Ext.define('PH.model.Report', { - extend: 'Ext.data.Model', - idProperty: 'id', - fields: [ - 'login', - 'city', - 'street', - 'building', - 'pharmNet', - 'pharmacy', - 'agreements', - 'managerName', - { - name: 'managerPhone' - // validators: { - // type: 'format', - // matcher: /(\d{3})\d{3}\-\d{4}/ - // } - }, - 'tradeRoomPhone', - { - name: 'id', - identifier: true - }] -}); - diff --git a/src/webapp/app/app/model/User.js b/src/webapp/app/app/model/User.js deleted file mode 100644 index 54441dc..0000000 --- a/src/webapp/app/app/model/User.js +++ /dev/null @@ -1,17 +0,0 @@ -Ext.define('PH.model.User', { - extend: 'Ext.data.Model', - - requires: [ - 'Ext.data.reader.Json' - ], - - idProperty: 'login', - fields: ['login', 'firstName', 'secondName', 'email', - { - name: 'activated', - type: 'bool' - }, { - name: 'manager', - type: 'bool' - }] -}); \ No newline at end of file diff --git a/src/webapp/app/app/store/Menu.js b/src/webapp/app/app/store/Menu.js deleted file mode 100644 index 7ba9b8b..0000000 --- a/src/webapp/app/app/store/Menu.js +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Copyright 2014 Mes Solutions. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -Ext.define('PH.store.Menu', { - extend: 'Ext.data.TreeStore', - autoLoad: true, - model: 'PH.model.Menu', - root: { - id: -1, - name: 'root' - }, - proxy: { - type: 'ajax', - actionMethods: { - read: 'GET' - }, - api: { - read: '/pub/app/data/menu.json' - }, - reader: { - type: 'json', - rootProperty: 'menuItemList' - } - } -}); - diff --git a/src/webapp/app/app/store/PrjCycle.js b/src/webapp/app/app/store/PrjCycle.js deleted file mode 100644 index e93c443..0000000 --- a/src/webapp/app/app/store/PrjCycle.js +++ /dev/null @@ -1,20 +0,0 @@ -Ext.define('PH.store.PrjCycle', { - extend: 'Ext.data.Store', - model: 'PH.model.PrjCycle', - autoLoad: false, - alias: 'store.prjCycles', - cycleId: null, - - proxy: { - type: 'rest', - api: { - read: '/cycle', - update: '/cycle', - delete: '/cycle', - create: '/cycle' - }, - reader: { - type: 'json' - } - } -}); \ No newline at end of file diff --git a/src/webapp/app/app/store/Project.js b/src/webapp/app/app/store/Project.js deleted file mode 100644 index 6572e78..0000000 --- a/src/webapp/app/app/store/Project.js +++ /dev/null @@ -1,20 +0,0 @@ -Ext.define('PH.store.Project', { - extend: 'Ext.data.Store', - model: 'PH.model.Project', - autoLoad: false, - alias: 'store.projects', - cycleId: null, - - proxy: { - type: 'rest', - api: { - read: '/project', - update: '/project', - delete: '/project', - create: '/project' - }, - reader: { - type: 'json' - } - } -}); \ No newline at end of file diff --git a/src/webapp/app/app/store/Reports.js b/src/webapp/app/app/store/Reports.js deleted file mode 100644 index 4d994a9..0000000 --- a/src/webapp/app/app/store/Reports.js +++ /dev/null @@ -1,23 +0,0 @@ -Ext.define('PH.store.Reports', { - extend: 'Ext.data.Store', - model: 'PH.model.Report', - autoLoad: false, - alias: 'store.reports', - cycleId: null, - - proxy: { - type: 'rest', - api: { - read: '/report', - update: '/report', - delete: '/report', - create: '/report' - }, - reader: { - type: 'json' - }, - extraParams: { - cycleId: '0:0' - } - } -}); \ No newline at end of file diff --git a/src/webapp/app/app/store/Users.js b/src/webapp/app/app/store/Users.js deleted file mode 100644 index 00c2f0e..0000000 --- a/src/webapp/app/app/store/Users.js +++ /dev/null @@ -1,19 +0,0 @@ -Ext.define('PH.store.Users', { - extend: 'Ext.data.Store', - model: 'PH.model.User', - autoLoad: true, - alias: 'store.users', - - proxy: { - type: 'rest', - api: { - read: '/user', - update: '/user', - delete: '/user', - create: '/user/register' - }, - reader: { - type: 'json' - } - } -}); \ No newline at end of file diff --git a/src/webapp/app/app/utils/CommonUtils.js b/src/webapp/app/app/utils/CommonUtils.js deleted file mode 100644 index cfbe66e..0000000 --- a/src/webapp/app/app/utils/CommonUtils.js +++ /dev/null @@ -1,161 +0,0 @@ - -Ext.define ('PH.utils.CommonUtils', { - requires: [ - 'Ext.*', - 'Ext.LoadMask' - ], - - singleton: true, - - getLocaleString: function (group, value) { - var grp = GLocale[group] ? GLocale[group] : group; - if (grp) { - return grp[value] ? grp[value] : grp + '.' + value; - } - - return group + '.' + value; - }, - - /** - * Function refreshes any grid and after restores current selection based - * on value of the key field - * @param grid - grid to be refreshed - * @param params - additional parameters which use to reload store - * @param idFieldName - key field name - * @param selectedItemObj - * @param callbackFunc - * @param scope - * @param disableSelect - */ - refreshAnyGrid: function (grid, params, idFieldName, selectedItemObj, callbackFunc, scope, disableSelect) { - // get current selection - var selectedItem = selectedItemObj; - if (!selectedItem) - selectedItem = grid.getSelectionModel().getLastSelected(); - - grid.getSelectionModel().deselectAll(); - grid.getStore().sorters.clear(); - - grid.getStore().load({ - params: params, - async: false, - callback: function (records, operation, success) { - if (disableSelect !== true) { - if (selectedItem && idFieldName) { - // restore previously selected item - var record = grid.getStore().findRecord (idFieldName, selectedItem.get(idFieldName)); - if (record) - grid.getSelectionModel().select (record); - else { - if (!isNaN(selectedItem.index) && records && records.length >= selectedItem.index) - grid.getSelectionModel().select (records[selectedItem.index]); - else if (records && records.length > 0) - grid.getSelectionModel().select (records[0]); - } - } - else { - // select first record - if (records && records.length > 0) - grid.getSelectionModel().select (records[0]); - } - } - - if (callbackFunc) - callbackFunc.call (scope ? scope : this, records, operation, success); - }, - exception: function (proxy, response, operation) { - if (operation) { - Ext.Msg.alert('Error', operation.error); - } - else { - Ext.Msg.alert ('Error', 'Proxy error'); - } - } - }); - }, - - selectFirstElement: function( grid ){ - try{ - grid.getSelectionModel().select (0); - } - catch (e){}; - }, - - statusRenderer: function (value) { - return value; - }, - - showEditDialog: function (dialog, record, callback, scope, isNew) { - var win = Ext.create('Ext.window.Window', { - title: PH.utils.CommonUtils.getLocaleString ('titles', dialog), - layout: 'fit', - modal: true, - items: { - xtype: dialog - }, - buttons: [{ - text: PH.utils.CommonUtils.getLocaleString ('button', 'save'), - listeners: { - click: function () { - callback (win); - } - } - }, { - text: PH.utils.CommonUtils.getLocaleString ('button', 'cancel'), - listeners: { - click: function () { - win.close(); - } - } - }] - }); - - // load record data - if (!isNew) - win.down('form').loadRecord(record); - else { - var pass = win.down('form').getForm().findField("password"); - if (pass) - pass.hidden = false; - } - - win.on ('destroy', callback, scope); - win.show(); - }, - - createColumnFromModel: function (res, model, defaultWidth, maxCols, wordWrap) { - if (!defaultWidth) - defaultWidth = 200; - - var columns = []; - if (model.model) - model = model.model; - - Ext.each (model.getFields(), function(field) { - if (maxCols && columns.length === maxCols) - return true; - - if (field.name != 'id') { - var column = { - text: res.fields[field.name] ? res.fields[field.name] : field.name, - width: defaultWidth, - dataIndex: field.name, - stateId: field.name - }; - - if (field.type === 'date') { - column.renderer = Ext.util.Format.dateRenderer('d.m.Y H:i'); - } - else if (wordWrap) { - column.renderer = function (val) { - return '
' + val + '
'; - }; - } - - columns.push(column); - } - }); - - return columns; - } -}); \ No newline at end of file diff --git a/src/webapp/app/app/view/ContentPanel.js b/src/webapp/app/app/view/ContentPanel.js deleted file mode 100644 index 3571c3a..0000000 --- a/src/webapp/app/app/view/ContentPanel.js +++ /dev/null @@ -1,9 +0,0 @@ - -Ext.define('PH.view.ContentPanel', { - extend: 'Ext.panel.Panel', - xtype: 'contentPanel', - title: '', - autoScroll: true, - layout: 'fit' -}); - diff --git a/src/webapp/app/app/view/Navigation.js b/src/webapp/app/app/view/Navigation.js deleted file mode 100644 index fef9642..0000000 --- a/src/webapp/app/app/view/Navigation.js +++ /dev/null @@ -1,38 +0,0 @@ - -Ext.define('PH.view.Navigation', { - extend: 'Ext.tree.Panel', - xtype: 'navigation', - title: PH.utils.CommonUtils.getLocaleString('titles', 'navi'), - rootVisible: false, - store: 'Menu', - lines: true, - useArrows: true, - idField: 'id', - stateId : 'navi-tree', - stateful : true, - stateEvents: ['selectionchange', 'expand', 'itemexpand', 'collapse', 'itemcollapse'], - displayField: 'name', - - getState : function () { - var expandedNodes = []; - this.getRootNode().eachChild (function (child) { - if (child.isExpanded() === true) { - expandedNodes.push(child.getPath()); - } - }); - - return { - expanded: expandedNodes - }; - }, - applyState : function (state) { - var that = this; - this.on ('load', function () { - Ext.Array.forEach (state.expanded, function (path) { - that.expandPath (path, null, null, function (success, node) { - }); - }, that); - }); - } -}); - diff --git a/src/webapp/app/app/view/Viewport.js b/src/webapp/app/app/view/Viewport.js deleted file mode 100644 index 3e5c19b..0000000 --- a/src/webapp/app/app/view/Viewport.js +++ /dev/null @@ -1,40 +0,0 @@ - -Ext.define('PH.view.Viewport', { - extend: 'Ext.container.Viewport', - requires: [ - 'Ext.layout.container.Border', - 'PH.utils.CommonUtils', - 'PH.view.Navigation', - 'PH.view.ContentPanel', - 'PH.view.user.List', - 'Ext.tree.*', - 'PH.view.report.List', - 'PH.view.project.PrjList' - ], - layout: 'border', - items: [{ - region: 'north', - xtype: 'toolbar', - items: [{ - xtype: 'button', - text: 'Menu Button' - }, { - xtype: 'combo', - text: 'Right choise' - }, '->', { - xtype: 'splitbutton', - text : 'Split Button' - }] - }, { - region: 'west', - collapsible: true, - xtype: 'navigation', - title: 'Navigation', - width: 250, - split: true, - margin: '0 5 5 5' - }, { - region: 'center', - xtype: 'contentPanel' - }] -}); \ No newline at end of file diff --git a/src/webapp/app/app/view/project/CycleRecord.js b/src/webapp/app/app/view/project/CycleRecord.js deleted file mode 100644 index 6354a2a..0000000 --- a/src/webapp/app/app/view/project/CycleRecord.js +++ /dev/null @@ -1,40 +0,0 @@ -Ext.define('PH.view.project.CycleRecord', { - extend: 'Ext.form.Panel', - alias: 'widget.cycleEdit', - xtype: 'cycleEdit', - requires: [ - 'PH.store.Reports', - 'PH.utils.CommonUtils' - ], - store: 'reports', - defaultType: 'textfield', - items: [{ - xtype: 'fieldset', - items: [{ - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'pharmNet'), - xtype: 'textfield', - name: 'pharmNet' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'pharmacy'), - xtype: 'textfield', - name: 'pharmacy' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'agreements'), - xtype: 'textfield', - name: 'agreements' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'managerName'), - xtype: 'textfield', - name: 'managerName' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'managerPhone'), - xtype: 'textfield', - name: 'managerPhone' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'tradeRoomPhone'), - xtype: 'textfield', - name: 'tradeRoomPhone' - }] - }] -}); - diff --git a/src/webapp/app/app/view/project/PrjController.js b/src/webapp/app/app/view/project/PrjController.js deleted file mode 100644 index e826881..0000000 --- a/src/webapp/app/app/view/project/PrjController.js +++ /dev/null @@ -1,20 +0,0 @@ - -Ext.define("PH.view.project.PrjController", { - extend: 'Ext.app.ViewController', - alias: 'controller.projectList', - - onSelectProject: function (grid, selected, eOpts) { - var cycleGrid = this.lookupReference('cycleGrid'); - Ext.apply(store.getProxy().extraParams, { - prjId : selected[0].get('id'), - }); - store.load(); - }, - onSelectCycle: function (grid, selected, eOpts) { - -// this.lookupReference('prjCycle') - - } - -}); - diff --git a/src/webapp/app/app/view/project/PrjList.js b/src/webapp/app/app/view/project/PrjList.js deleted file mode 100644 index 6a2630a..0000000 --- a/src/webapp/app/app/view/project/PrjList.js +++ /dev/null @@ -1,50 +0,0 @@ -Ext.define('PH.view.project.PrjList', { - extend: 'Ext.panel.Panel', - alias: 'widget.projects', - reference: 'reportGrid', - requires: [ - 'Ext.grid.Panel', - 'Ext.layout.container.Border', - 'PH.store.Project', - 'PH.view.project.PrjController', - 'PH.view.project.PrjRecord', - 'PH.view.project.CycleRecord' - ], - controller: 'projectList', - layout: 'border', - items: [{ - region: 'center', - xtype: 'grid', - store: Ext.create('PH.store.Project'), - reference: 'projectGrid', - tbar: [{ - xtype: 'button', - text: PH.utils.CommonUtils.getLocaleString('button', 'add') - }], - listeners: { - selectionchange: 'onSelectProject' - } - }, { - region: 'south', - xtype: 'grid', - height: 200, - store: Ext.create('PH.store.PrjCycle'), - reference: 'cycleGrid', - columns: [{ - header: PH.utils.CommonUtils.getLocaleString('fields', 'name'), - dataIndex: 'name', - flex:1 - }, { - header: PH.utils.CommonUtils.getLocaleString('fields', 'startDate'), - dataIndex: 'startDate', - flex:1 - }], - tbar: [{ - xtype: 'button', - text: PH.utils.CommonUtils.getLocaleString('button', 'add') - }], - listeners: { - selectionchange: 'onSelectCycle ' - } - }] -}); \ No newline at end of file diff --git a/src/webapp/app/app/view/project/PrjRecord.js b/src/webapp/app/app/view/project/PrjRecord.js deleted file mode 100644 index db3d19b..0000000 --- a/src/webapp/app/app/view/project/PrjRecord.js +++ /dev/null @@ -1,40 +0,0 @@ -Ext.define('PH.view.project.PrjRecord', { - extend: 'Ext.form.Panel', - alias: 'widget.projectEdit', - xtype: 'projectEdit', - requires: [ - 'PH.store.Reports', - 'PH.utils.CommonUtils' - ], - store: 'reports', - defaultType: 'textfield', - items: [{ - xtype: 'fieldset', - items: [{ - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'pharmNet'), - xtype: 'textfield', - name: 'pharmNet' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'pharmacy'), - xtype: 'textfield', - name: 'pharmacy' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'agreements'), - xtype: 'textfield', - name: 'agreements' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'managerName'), - xtype: 'textfield', - name: 'managerName' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'managerPhone'), - xtype: 'textfield', - name: 'managerPhone' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'tradeRoomPhone'), - xtype: 'textfield', - name: 'tradeRoomPhone' - }] - }] -}); - diff --git a/src/webapp/app/app/view/report/List.js b/src/webapp/app/app/view/report/List.js deleted file mode 100644 index 533ca95..0000000 --- a/src/webapp/app/app/view/report/List.js +++ /dev/null @@ -1,68 +0,0 @@ -Ext.define('PH.view.report.List', { - extend: 'Ext.grid.Panel', - alias: 'widget.reports', - reference: 'reportGrid', - requires: [ - 'PH.store.Reports', - 'PH.store.Project', - 'PH.view.report.ListController', - 'PH.view.report.Record' - ], - controller: 'reportList', - columns: [ - {header: 'Name', dataIndex: 'name', flex:1}, - {header: 'Email', dataIndex: 'email', flex:1} - ], - tbar: [{ - xtype: 'label', - text: PH.utils.CommonUtils.getLocaleString('select', 'project') - }, { - xtype: 'combo', - name: 'project', - store: Ext.create ('PH.store.Project'), - editable: false, - displayField: 'name', - valueField: 'id', - listeners: { - select: 'selectProject' - }, - reference: 'project' - }, { - xtype: 'label', - text: PH.utils.CommonUtils.getLocaleString('select', 'cycle') - }, { - xtype: 'combo', - name: 'cycle', - store: Ext.create ('PH.store.PrjCycle'), - editable: false, - displayField: 'name', - valueField: 'id', - listeners: { - select: 'selectPrjCycle' - }, - reference: 'prjCycle' - }, { - xtype: 'button', - action: 'refresh', - text: PH.utils.CommonUtils.getLocaleString('button', 'refresh') - }, { - xtype: 'button', - action: 'add', - text: PH.utils.CommonUtils.getLocaleString('button', 'add') - }, { - xtype: 'button', - action: 'delete', - text: PH.utils.CommonUtils.getLocaleString('button', 'delete') - }], - initComponent: function () { - this.store = Ext.create('PH.store.Reports', { - storeId: 'reports' - }); - this.columns = [ - {header: 'Name', dataIndex: 'name', flex:1}, - {header: 'Email', dataIndex: 'email', flex:1} - ]; - - this.callParent(arguments); - } -}); \ No newline at end of file diff --git a/src/webapp/app/app/view/report/ListController.js b/src/webapp/app/app/view/report/ListController.js deleted file mode 100644 index 6c22594..0000000 --- a/src/webapp/app/app/view/report/ListController.js +++ /dev/null @@ -1,75 +0,0 @@ - -Ext.define("PH.view.report.ListController", { - extend: 'Ext.app.ViewController', - alias: 'controller.reportList', - - control: { - '#': { - itemdblclick: 'editReport' - }, - 'button[action=add]': { - click: 'createReport' - }, - 'button[action=refresh]': { - click: 'refreshReport' - }, - 'button[action=delete]': { - click: 'deleteReport' - }, - 'button[action=sync]': { - click: 'sync' - } - }, - selectProject: function (combo) { - var store = this.lookupReference('prjCycle').getStore(); - Ext.apply(store.getProxy().extraParams, { - prjId : combo.getSelectedRecord().get('id'), - }); - store.load(); - }, - selectPrjCycle: function (combo) { - // this.getView().getStore().load(); - var store = this.getView().getStore(); - Ext.apply(store.getProxy().extraParams, { - cycleId : combo.getSelectedRecord().get('id'), - }); - store.load(); - }, - editReport: function(grid, record) { - PH.utils.CommonUtils.showEditDialog ('editReport', record, function(win) { - var values = win.down('form').getValues(); - record.set(values); - grid.getStore().sync(); - win.close(); - }, this); - }, - createReport: function(button) { - var self = this; - PH.utils.CommonUtils.showEditDialog ('reportEdit', null, function(win) { - var values = win.down('form').getValues(); - var record = self.getView().getStore().add(values); - // special fix for ExtJS without this flag store noy send new added record to server - record[0].phantom = true; - // record[0].set(values); - // self.getView().getStore().commitChanges(); - - self.getView().getStore().sync({ - success: function(batch, opts) { - win.hide(); - }, - failure: function (batch, opts) { - } - }) - }, this, true); - }, - deleteReport: function (button) { - - }, - refreshReport: function (button) { - this.getView().getStore().load(); - }, - sync: function(button) { - this.getView().getStore().sync(); - } -}); - diff --git a/src/webapp/app/app/view/report/Record.js b/src/webapp/app/app/view/report/Record.js deleted file mode 100644 index 16a5f2b..0000000 --- a/src/webapp/app/app/view/report/Record.js +++ /dev/null @@ -1,160 +0,0 @@ - -Ext.define('PH.view.report.Record', { - extend: 'Ext.form.Panel', - alias: 'widget.reportEdit', - xtype: 'reportEdit', - requires: [ - 'PH.store.Reports', - 'PH.utils.CommonUtils' - ], - store: 'reports', - defaultType: 'textfield', - items: [{ - xtype: 'fieldset', - items: [{ - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'city'), - xtype: 'combobox', - triggerAction:'all', - typeAhead:true, - mode:'remote', - minChars:4, - hideTrigger:true, - store: null, - displayField: 'name', - valueField: 'name', - required: true, - name: 'city', - listeners: { - select: function (combo) { - var store = combo.up('form').getForm().findField("street").getStore(); - Ext.apply(store.getProxy().extraParams, { - cityId : combo.getSelectedRecord().get('id'), - }); - } - } - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'street'), - xtype: 'combobox', - triggerAction:'all', - typeAhead:true, - mode:'remote', - minChars:4, - hideTrigger:true, - store: null, - displayField: 'name', - valueField: 'name', - required: true, - name: 'street', - listeners: { - select: function (combo) { - var store = combo.up('form').getForm().findField("building").getStore(); - Ext.apply(store.getProxy().extraParams, { - streetId : combo.getSelectedRecord().get('id'), - }); - } - } - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'building'), - xtype: 'combobox', - triggerAction:'all', - typeAhead:true, - mode:'remote', - minChars: 1, - store: null, - hideTrigger:true, - displayField: 'name', - valueField: 'name', - required: true, - name: 'building' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'pharmNet'), - xtype: 'textfield', - name: 'pharmNet' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'pharmacy'), - xtype: 'textfield', - name: 'pharmacy' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'agreements'), - xtype: 'textfield', - name: 'agreements' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'managerName'), - xtype: 'textfield', - name: 'managerName' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'managerPhone'), - xtype: 'textfield', - name: 'managerPhone' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'tradeRoomPhone'), - xtype: 'textfield', - name: 'tradeRoomPhone' - }] - }], - - initComponent: function () { - this.callParent(arguments); - - var cityStore = Ext.create ('Ext.data.JsonPStore', { - fields: [ - 'id', 'name', 'name', 'type', 'zip', - 'contentType', 'parents' - ], - proxy: { - type: 'jsonp', - url: 'https://kladr-api.ru/api.php?contentType=city&limit=10', - reader: { - type: 'json', - rootProperty: 'result', - callbackKey: 'theCallbackFunction' - } - } - }); - - this.getForm().findField("city").setStore (cityStore) - - var streetStore = Ext.create ('Ext.data.JsonPStore', { - fields: [ - 'id', 'name', 'name', 'type', 'zip', - 'contentType', 'parents' - ], - proxy: { - type: 'jsonp', - url: 'https://kladr-api.ru/api.php?contentType=street&limit=10', - extraParams: { - cityId: 'none' - }, - reader: { - type: 'json', - rootProperty: 'result', - callbackKey: 'theCallbackFunction' - } - } - }); - - this.getForm().findField("street").setStore (streetStore) - - var buildingStore = Ext.create ('Ext.data.JsonPStore', { - fields: [ - 'id', 'name', 'name', 'type', 'zip', - 'contentType', 'parents' - ], - proxy: { - type: 'jsonp', - url: 'https://kladr-api.ru/api.php?contentType=building&limit=10', - extraParams: { - streetId: 'none' - }, - reader: { - type: 'json', - rootProperty: 'result', - callbackKey: 'theCallbackFunction' - } - } - }); - - this.getForm().findField("building").setStore (buildingStore) - } -}); - diff --git a/src/webapp/app/app/view/user/List.js b/src/webapp/app/app/view/user/List.js deleted file mode 100644 index 4b63824..0000000 --- a/src/webapp/app/app/view/user/List.js +++ /dev/null @@ -1,44 +0,0 @@ - -Ext.define('PH.view.user.List', { - extend: 'Ext.grid.Panel', - alias: 'widget.users', - - requires: [ - 'PH.store.Users', - 'PH.view.user.ListController', - 'PH.view.user.Record' - ], - controller: 'userList', - tbar: [{ - xtype: 'button', - action: 'refresh', - text: PH.utils.CommonUtils.getLocaleString('button', 'refresh') - }, { - xtype: 'button', - action: 'add', - text: PH.utils.CommonUtils.getLocaleString('button', 'add') - }, { - xtype: 'button', - action: 'delete', - text: PH.utils.CommonUtils.getLocaleString('button', 'delete') - }, { - xtype: 'button', - action: 'sync', - text: PH.utils.CommonUtils.getLocaleString('button', 'sync') - }], - columns: [ - {header: 'Name', dataIndex: 'name', flex:1}, - {header: 'Email', dataIndex: 'email', flex:1} - ], - initComponent: function () { - this.store = Ext.create('PH.store.Users', { - storeId: 'users' - }); - this.columns = [ - {header: 'Name', dataIndex: 'name', flex:1}, - {header: 'Email', dataIndex: 'email', flex:1} - ]; - - this.callParent(arguments); - } -}); \ No newline at end of file diff --git a/src/webapp/app/app/view/user/ListController.js b/src/webapp/app/app/view/user/ListController.js deleted file mode 100644 index 51c9d08..0000000 --- a/src/webapp/app/app/view/user/ListController.js +++ /dev/null @@ -1,86 +0,0 @@ - -Ext.define("PH.view.user.ListController", { - extend: 'Ext.app.ViewController', - alias: 'controller.userList', - - control: { - '#': { - itemdblclick: 'editUser' - }, - 'button[action=add]': { - click: 'createUser' - }, - 'button[action=refresh]': { - click: 'refreshUsers' - }, - 'button[action=delete]': { - click: 'deleteUser' - }, - 'button[action=sync]': { - click: 'sync' - } - }, - editUser: function(grid, record) { - PH.utils.CommonUtils.showEditDialog ('userEdit', record, function(win) { - var values = win.down('form').getValues(); - record.set(values); - grid.getStore().sync({ - success: function(batch, opts) { - win.hide(); - }, - failure: function (batch, opts) { - grid.getStore().load(); - - if (batch.hasException) { - for (var i in batch.exceptions) { - Ext.Msg.alert('Failure', batch.exceptions[i].getError()); - } - } - } - }); - win.hide(); - }, this); - }, - createUser: function() { - var self = this; - PH.utils.CommonUtils.showEditDialog ('userEdit', null, function(win) { - var values = win.down('form').getValues(); - var record = self.getView().getStore().add(values); - // special fix for ExtJS without this flag store noy send new added record to server - record[0].phantom = true; - // self.getView().getStore().commitChanges(); - - self.getView().getStore().sync({ - success: function(batch, opts) { - win.hide(); - }, - failure: function (batch, opts) { - grid.getStore().load(); - - if (batch.hasException) { - for (var i in batch.exceptions) { - Ext.Msg.alert('Failure', batch.exceptions[i].getError()); - } - } - } - }) - }, this, true); - }, - - deleteUser: function(button) { - // var win = button.up('window'), - // form = win.down('form'), - // record = form.getRecord(), - // values = form.getValues(); - // - // record.set(values); - // win.close(); - }, - refreshUsers: function(button) { - this.getView().getStore().load(); - }, - sync: function(button) { - this.getView().getStore().sync(); - } -}); - diff --git a/src/webapp/app/app/view/user/Record.js b/src/webapp/app/app/view/user/Record.js deleted file mode 100644 index 284bf00..0000000 --- a/src/webapp/app/app/view/user/Record.js +++ /dev/null @@ -1,47 +0,0 @@ - -Ext.define('PH.view.user.Record', { - extend: 'Ext.form.Panel', - alias: 'widget.userEdit', - xtype: 'userEdit', - requires: [ - 'PH.store.Users', - 'PH.utils.CommonUtils' - ], - store: 'users', - defaultType: 'textfield', - items: [{ - xtype: 'fieldset', - items: [{ - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'login'), - xtype: 'textfield', - name: 'login' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'password'), - xtype: 'textfield', - inputType: 'password', - name: 'password', - hidden: true - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'email'), - xtype: 'textfield', - name: 'email' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'firstName'), - xtype: 'textfield', - name: 'firstName' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'secondName'), - xtype: 'textfield', - name: 'secondName' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'manager'), - xtype: 'checkbox', - name: 'manager' - }, { - fieldLabel: PH.utils.CommonUtils.getLocaleString ('fields', 'activated'), - xtype: 'checkbox', - name: 'activated' - }] - }] -}); - diff --git a/src/webapp/app/data/menu.json b/src/webapp/app/data/menu.json deleted file mode 100644 index b756893..0000000 --- a/src/webapp/app/data/menu.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "menuItemList": [{ - "name": "security", - "role": "manager", - "leaf": false, - "menuItemList": [{ - "name": "users", - "module": "users", - "leaf": true - }, { - "name": "projects", - "module": "projects", - "leaf": true - } - ] - }, { - "name": "reports", - "leaf": true, - "module": "reports" - }] -} \ No newline at end of file diff --git a/src/webapp/app/simple.html b/src/webapp/app/simple.html deleted file mode 100644 index 6387786..0000000 --- a/src/webapp/app/simple.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - Pharmacy - - - - - - - - - - - - diff --git a/src/webapp/get-images.php b/src/webapp/get-images.php deleted file mode 100644 index 67c6b44..0000000 --- a/src/webapp/get-images.php +++ /dev/null @@ -1,21 +0,0 @@ -[{ - "name": "Jamie Avins", - "color": "Blue", - "hex": "0000FF" -},{ - "name": "Ed Spencer", - "color": "Red", - "hex": "FF0000" -},{ - "name": "Jarred Nicholls", - "color": "Green", - "hex": "00FF00" -},{ - "name": "Aaron Conran", - "color": "Purple", - "hex": "800080" -},{ - "name": "Evan Trimboli", - "color": "Orange", - "hex": "FF8000" -}] diff --git a/src/webapp/index.html b/src/webapp/index.html index 8a6ec05..dae1735 100644 --- a/src/webapp/index.html +++ b/src/webapp/index.html @@ -1,64 +1,125 @@ - - - - - + + + + + - Account Manager +

akka-http-session example

- - +

+ Logged in as: +

+

+ Get login request status: +

- +
+

+ Login: +

+

+ Password: +

+ + +
- - +
+ +
- - - - - + $('#do_login').click(function(e) { + $.ajax(addCsrfHeader({ + url: '/api/do_login', + type: 'POST', + data: JSON.stringify({ + login: $('#login').val(), + pass: $('#password').val() + }), + contentType: "application/json; charset=utf-8", + dataType: "json", + success: getCurrentLogin + })); + e.preventDefault(); + return false; + }); -

ListView Example

+ $('#do_register').click(function(e) { + $.ajax(addCsrfHeader({ + url: '/api/do_register', + type: 'POST', + data: JSON.stringify({ + login: $('#login').val(), + password: $('#password').val(), + email: 'user@demo.com' + }), + contentType: "application/json; charset=utf-8", + dataType: "json", + success: getCurrentLogin + })); + e.preventDefault(); + return false; + }); -
- Select image to upload: - - -
+ $('#do_logout').click(function(e) { + $.ajax(addCsrfHeader({ + url: '/api/do_logout', + type: 'POST', + success: getCurrentLogin + })); + e.preventDefault(); + return false; + }); -

Ext 4 replaces Ext.ListView with the default Ext.grid.Panel.

-

Note that the js is not minified so it is readable. See Extjs docs.

- + function addCsrfHeader(opts) { + var token = Cookies.get('XSRF-TOKEN'); + if (token) { + console.log('Setting csrf token: ' + token); + opts['headers'] = { + 'X-XSRF-TOKEN': token + } + } else { + console.log('No csrf token'); + } + + return opts; + } + + diff --git a/src/webapp/js/classic/locale/locale-af-debug.js b/src/webapp/js/classic/locale/locale-af-debug.js deleted file mode 100644 index c41f231..0000000 --- a/src/webapp/js/classic/locale/locale-af-debug.js +++ /dev/null @@ -1,154 +0,0 @@ -/** - * List compiled by mystix on the extjs.com forums. - * Thank you Mystix! - * - * Afrikaans Translations - * by Thys Meintjes (20 July 2007) - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Januarie", "Februarie", "Maart", "April", "Mei", "Junie", "Julie", "Augustus", "September", "Oktober", "November", "Desember"]; - - Ext.Date.dayNames = ["Sondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrydag", "Saterdag"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'R', - // Sith Efrikan Rand - dateFormat: 'd-m-Y' - }); - } -}); - -Ext.define("Ext.locale.af.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.af.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} geselekteerde ry(e)" -}); - -Ext.define("Ext.locale.af.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Maak die oortjie toe" -}); - -Ext.define("Ext.locale.af.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Die waarde in hierdie veld is foutief" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.af.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Besig om te laai..." -}); - -Ext.define("Ext.locale.af.picker.Date", { - override: "Ext.picker.Date", - todayText: "Vandag", - minText: "Hierdie datum is vroër as die minimum datum", - maxText: "Hierdie dataum is later as die maximum datum", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Volgende Maand (Beheer+Regs)', - prevText: 'Vorige Maand (Beheer+Links)', - monthYearText: "Kies 'n maand (Beheer+Op/Af volgende/vorige jaar)", - todayTip: "{0} (Spasie)", - format: "d-m-y", - startDay: 0 -}); - -Ext.define("Ext.locale.af.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Bladsy", - afterPageText: "van {0}", - firstText: "Eerste Bladsy", - prevText: "Vorige Bladsy", - nextText: "Volgende Bladsy", - lastText: "Laatste Bladsy", - refreshText: "Verfris", - displayMsg: "Wys {0} - {1} van {2}", - emptyMsg: 'Geen data om te wys nie' -}); - -Ext.define("Ext.locale.af.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Die minimum lengte van die veld is {0}", - maxLengthText: "Die maximum lengte van die veld is {0}", - blankText: "Die veld is verpligtend", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.af.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Die minimum waarde vir die veld is {0}", - maxText: "Die maximum waarde vir die veld is {0}", - nanText: "{0} is nie 'n geldige waarde nie" -}); - -Ext.define("Ext.locale.af.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Afgeskakel", - disabledDatesText: "Afgeskakel", - minText: "Die datum in hierdie veld moet na {0} wees", - maxText: "Die datum in hierdie veld moet voor {0} wees", - invalidText: "{0} is nie 'n geldige datum nie - datumformaat is {1}", - format: "d/m/y", - altFormats: "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.af.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Besig om te laai..." - }); -}); - -Ext.define("Ext.locale.af.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: "Hierdie veld moet 'n e-pos adres wees met die formaat 'gebruiker@domein.za'", - urlText: "Hierdie veld moet 'n URL wees me die formaat 'http:/'+'/www.domein.za'", - alphaText: 'Die veld mag alleenlik letters en _ bevat', - alphanumText: 'Die veld mag alleenlik letters, syfers en _ bevat' -}); - -Ext.define("Ext.locale.af.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sorteer Oplopend", - sortDescText: "Sorteer Aflopend", - lockText: "Vries Kolom", - unlockText: "Ontvries Kolom", - columnsText: "Kolomme" -}); - -Ext.define("Ext.locale.af.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Naam", - valueText: "Waarde", - dateFormat: "Y-m-j" -}); - -Ext.define("Ext.locale.af.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Kanselleer", - yes: "Ja", - no: "Nee" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.af.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-af.js b/src/webapp/js/classic/locale/locale-af.js deleted file mode 100644 index e29d88a..0000000 --- a/src/webapp/js/classic/locale/locale-af.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"];Ext.Date.dayNames=["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"R",dateFormat:"d-m-Y"})}});Ext.define("Ext.locale.af.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.af.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} geselekteerde ry(e)"});Ext.define("Ext.locale.af.tab.Tab",{override:"Ext.tab.Tab",closeText:"Maak die oortjie toe"});Ext.define("Ext.locale.af.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Die waarde in hierdie veld is foutief"});Ext.define("Ext.locale.af.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Besig om te laai..."});Ext.define("Ext.locale.af.picker.Date",{override:"Ext.picker.Date",todayText:"Vandag",minText:"Hierdie datum is vroër as die minimum datum",maxText:"Hierdie dataum is later as die maximum datum",disabledDaysText:"",disabledDatesText:"",nextText:"Volgende Maand (Beheer+Regs)",prevText:"Vorige Maand (Beheer+Links)",monthYearText:"Kies 'n maand (Beheer+Op/Af volgende/vorige jaar)",todayTip:"{0} (Spasie)",format:"d-m-y",startDay:0});Ext.define("Ext.locale.af.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Bladsy",afterPageText:"van {0}",firstText:"Eerste Bladsy",prevText:"Vorige Bladsy",nextText:"Volgende Bladsy",lastText:"Laatste Bladsy",refreshText:"Verfris",displayMsg:"Wys {0} - {1} van {2}",emptyMsg:"Geen data om te wys nie"});Ext.define("Ext.locale.af.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Die minimum lengte van die veld is {0}",maxLengthText:"Die maximum lengte van die veld is {0}",blankText:"Die veld is verpligtend",regexText:"",emptyText:null});Ext.define("Ext.locale.af.form.field.Number",{override:"Ext.form.field.Number",minText:"Die minimum waarde vir die veld is {0}",maxText:"Die maximum waarde vir die veld is {0}",nanText:"{0} is nie 'n geldige waarde nie"});Ext.define("Ext.locale.af.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Afgeskakel",disabledDatesText:"Afgeskakel",minText:"Die datum in hierdie veld moet na {0} wees",maxText:"Die datum in hierdie veld moet voor {0} wees",invalidText:"{0} is nie 'n geldige datum nie - datumformaat is {1}",format:"d/m/y",altFormats:"d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.af.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Besig om te laai..."})});Ext.define("Ext.locale.af.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:"Hierdie veld moet 'n e-pos adres wees met die formaat 'gebruiker@domein.za'",urlText:"Hierdie veld moet 'n URL wees me die formaat 'http:/'+'/www.domein.za'",alphaText:"Die veld mag alleenlik letters en _ bevat",alphanumText:"Die veld mag alleenlik letters, syfers en _ bevat"});Ext.define("Ext.locale.af.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sorteer Oplopend",sortDescText:"Sorteer Aflopend",lockText:"Vries Kolom",unlockText:"Ontvries Kolom",columnsText:"Kolomme"});Ext.define("Ext.locale.af.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Naam",valueText:"Waarde",dateFormat:"Y-m-j"});Ext.define("Ext.locale.af.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Kanselleer",yes:"Ja",no:"Nee"}});Ext.define("Ext.locale.af.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-bg-debug.js b/src/webapp/js/classic/locale/locale-bg-debug.js deleted file mode 100644 index 13fdb29..0000000 --- a/src/webapp/js/classic/locale/locale-bg-debug.js +++ /dev/null @@ -1,258 +0,0 @@ -/** - * Bulgarian Translation - * - * By Георги КоÑтадинов, Калгари, Канада - * 10 October 2007 - * By Nedko Penev - * 26 October 2007 - * - * (utf-8 encoding) - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Януари", "Февруари", "Март", "Ðприл", "Май", "Юни", "Юли", "ÐвгуÑÑ‚", "Септември", "Октомври", "Ðоември", "Декември"]; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.dayNames = ["ÐеделÑ", "Понеделник", "Вторник", "СрÑда", "Четвъртък", "Петък", "Събота"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u043b\u0432', - // Bulgarian Leva - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.bg.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.bg.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} избрани колони" -}); - -Ext.define("Ext.locale.bg.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Затвори таб" -}); - -Ext.define("Ext.locale.bg.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Ðевалидна ÑтойноÑÑ‚ на полето" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.bg.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Зареждане..." -}); - -Ext.define("Ext.locale.bg.picker.Date", { - override: "Ext.picker.Date", - todayText: "ДнеÑ", - minText: "Тази дата е преди минималната", - maxText: "Тази дата е Ñлед макÑималната", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Следващ меÑец (Control+Right)', - prevText: 'Предишен меÑец (Control+Left)', - monthYearText: 'Избери меÑец (Control+Up/Down за премеÑтване по години)', - todayTip: "{0} (Spacebar)", - format: "d.m.y", - startDay: 1 -}); - -Ext.define("Ext.locale.bg.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Отмени" -}); - -Ext.define("Ext.locale.bg.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Страница", - afterPageText: "от {0}", - firstText: "Първа Ñтраница", - prevText: "Предишна Ñтраница", - nextText: "Следваща Ñтраница", - lastText: "ПоÑледна Ñтраница", - refreshText: "Презареди", - displayMsg: "Показвайки {0} - {1} от {2}", - emptyMsg: 'ÐÑма данни за показване' -}); - -Ext.define("Ext.locale.bg.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Минималната дължина на това поле е {0}", - maxLengthText: "МакÑималната дължина на това поле е {0}", - blankText: "Това поле е задължително", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.bg.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Минималната ÑтойноÑÑ‚ за това поле е {0}", - maxText: "МакÑималната ÑтойноÑÑ‚ за това поле е {0}", - nanText: "{0} не е валидно чиÑло" -}); - -Ext.define("Ext.locale.bg.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "ÐедоÑтъпен", - disabledDatesText: "ÐедоÑтъпен", - minText: "Датата в това поле трÑбва да е Ñлед {0}", - maxText: "Датата в това поле трÑбва да е преди {0}", - invalidText: "{0} не е валидна дата - трÑбва да бъде във формат {1}", - format: "d.m.y", - altFormats: "d.m.y|d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.bg.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Зареждане..." - }); -}); - -Ext.define("Ext.locale.bg.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Това поле трÑбва да бъде емейл във формат "user@example.com"', - urlText: 'Това поле трÑбва да бъде URL във формат "http:/' + '/www.example.com"', - alphaText: 'Това поле трÑбва да Ñъдържа Ñамо букви и _', - alphanumText: 'Това поле трÑбва да Ñъдържа Ñамо букви, цифри и _' -}); - -Ext.define("Ext.locale.bg.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'МолÑ, въведете URL за връзката:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Bold (Ctrl+B)', - text: 'УдебелÑва Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Italic (Ctrl+I)', - text: 'Прави Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚ курÑив.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Underline (Ctrl+U)', - text: 'Подчертава Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Уголеми текÑта', - text: 'УголемÑва размера на шрифта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Ðамали текÑта', - text: 'ÐамалÑва размера на шрифта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'ЦвÑÑ‚ на Ð¼Ð°Ñ€ÐºÐ¸Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚', - text: 'ÐŸÑ€Ð¾Ð¼ÐµÐ½Ñ Ñ„Ð¾Ð½Ð¾Ð²Ð¸Ñ Ñ†Ð²ÑÑ‚ на Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'ЦвÑÑ‚ на шрифта', - text: 'ÐŸÑ€Ð¾Ð¼ÐµÐ½Ñ Ñ†Ð²ÐµÑ‚Ð° на Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'ЛÑво подравнÑване', - text: 'ПодравнÑва текÑта на лÑво.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Центриране', - text: 'Центрира текÑта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'ДÑÑно подравнÑване', - text: 'ПодравнÑва текÑта на дÑÑно.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Ðеномериран ÑпиÑък', - text: 'Започва неномериран ÑпиÑък.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Ðомериран ÑпиÑък', - text: 'Започва номериран ÑпиÑък.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Хипервръзка', - text: 'Превръща Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚ в хипервръзка.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Редактиране на кода', - text: 'Преминаване в режим на редактиране на кода.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.bg.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Подреди в нараÑтващ ред", - sortDescText: "Подреди в намалÑващ ред", - lockText: "Заключи колона", - unlockText: "Отключи колона", - columnsText: "Колони" -}); - -Ext.define("Ext.locale.bg.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Име", - valueText: "СтойноÑÑ‚", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.bg.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Отмени", - yes: "Да", - no: "Ðе" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.bg.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-bg.js b/src/webapp/js/classic/locale/locale-bg.js deleted file mode 100644 index 3d2994d..0000000 --- a/src/webapp/js/classic/locale/locale-bg.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Януари","Февруари","Март","Ðприл","Май","Юни","Юли","ÐвгуÑÑ‚","Септември","Октомври","Ðоември","Декември"];Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.dayNames=["ÐеделÑ","Понеделник","Вторник","СрÑда","Четвъртък","Петък","Събота"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u043b\u0432",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.bg.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.bg.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} избрани колони"});Ext.define("Ext.locale.bg.tab.Tab",{override:"Ext.tab.Tab",closeText:"Затвори таб"});Ext.define("Ext.locale.bg.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Ðевалидна ÑтойноÑÑ‚ на полето"});Ext.define("Ext.locale.bg.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Зареждане..."});Ext.define("Ext.locale.bg.picker.Date",{override:"Ext.picker.Date",todayText:"ДнеÑ",minText:"Тази дата е преди минималната",maxText:"Тази дата е Ñлед макÑималната",disabledDaysText:"",disabledDatesText:"",nextText:"Следващ меÑец (Control+Right)",prevText:"Предишен меÑец (Control+Left)",monthYearText:"Избери меÑец (Control+Up/Down за премеÑтване по години)",todayTip:"{0} (Spacebar)",format:"d.m.y",startDay:1});Ext.define("Ext.locale.bg.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Отмени"});Ext.define("Ext.locale.bg.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Страница",afterPageText:"от {0}",firstText:"Първа Ñтраница",prevText:"Предишна Ñтраница",nextText:"Следваща Ñтраница",lastText:"ПоÑледна Ñтраница",refreshText:"Презареди",displayMsg:"Показвайки {0} - {1} от {2}",emptyMsg:"ÐÑма данни за показване"});Ext.define("Ext.locale.bg.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Минималната дължина на това поле е {0}",maxLengthText:"МакÑималната дължина на това поле е {0}",blankText:"Това поле е задължително",regexText:"",emptyText:null});Ext.define("Ext.locale.bg.form.field.Number",{override:"Ext.form.field.Number",minText:"Минималната ÑтойноÑÑ‚ за това поле е {0}",maxText:"МакÑималната ÑтойноÑÑ‚ за това поле е {0}",nanText:"{0} не е валидно чиÑло"});Ext.define("Ext.locale.bg.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"ÐедоÑтъпен",disabledDatesText:"ÐедоÑтъпен",minText:"Датата в това поле трÑбва да е Ñлед {0}",maxText:"Датата в това поле трÑбва да е преди {0}",invalidText:"{0} не е валидна дата - трÑбва да бъде във формат {1}",format:"d.m.y",altFormats:"d.m.y|d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.bg.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Зареждане..."})});Ext.define("Ext.locale.bg.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Това поле трÑбва да бъде емейл във формат "user@example.com"',urlText:'Това поле трÑбва да бъде URL във формат "http://www.example.com"',alphaText:"Това поле трÑбва да Ñъдържа Ñамо букви и _",alphanumText:"Това поле трÑбва да Ñъдържа Ñамо букви, цифри и _"});Ext.define("Ext.locale.bg.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"МолÑ, въведете URL за връзката:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Bold (Ctrl+B)",text:"УдебелÑва Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Italic (Ctrl+I)",text:"Прави Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚ курÑив.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Underline (Ctrl+U)",text:"Подчертава Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Уголеми текÑта",text:"УголемÑва размера на шрифта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Ðамали текÑта",text:"ÐамалÑва размера на шрифта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"ЦвÑÑ‚ на Ð¼Ð°Ñ€ÐºÐ¸Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚",text:"ÐŸÑ€Ð¾Ð¼ÐµÐ½Ñ Ñ„Ð¾Ð½Ð¾Ð²Ð¸Ñ Ñ†Ð²ÑÑ‚ на Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"ЦвÑÑ‚ на шрифта",text:"ÐŸÑ€Ð¾Ð¼ÐµÐ½Ñ Ñ†Ð²ÐµÑ‚Ð° на Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"ЛÑво подравнÑване",text:"ПодравнÑва текÑта на лÑво.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Центриране",text:"Центрира текÑта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"ДÑÑно подравнÑване",text:"ПодравнÑва текÑта на дÑÑно.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Ðеномериран ÑпиÑък",text:"Започва неномериран ÑпиÑък.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Ðомериран ÑпиÑък",text:"Започва номериран ÑпиÑък.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Хипервръзка",text:"Превръща Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚ в хипервръзка.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Редактиране на кода",text:"Преминаване в режим на редактиране на кода.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.bg.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Подреди в нараÑтващ ред",sortDescText:"Подреди в намалÑващ ред",lockText:"Заключи колона",unlockText:"Отключи колона",columnsText:"Колони"});Ext.define("Ext.locale.bg.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Име",valueText:"СтойноÑÑ‚",dateFormat:"d.m.Y"});Ext.define("Ext.locale.bg.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Отмени",yes:"Да",no:"Ðе"}});Ext.define("Ext.locale.bg.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-ca-debug.js b/src/webapp/js/classic/locale/locale-ca-debug.js deleted file mode 100644 index f85ca15..0000000 --- a/src/webapp/js/classic/locale/locale-ca-debug.js +++ /dev/null @@ -1,294 +0,0 @@ -/** - * Catalonian Translation by halkon_polako 6-12-2007 - * December correction halkon_polako 11-12-2007 - * - * Synchronized with 2.2 version of ext-lang-en.js (provided by Condor 8 aug 2008) - * by halkon_polako 14-aug-2008 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Gen: 0, - Feb: 1, - Mar: 2, - Abr: 3, - Mai: 4, - Jun: 5, - Jul: 6, - Ago: 7, - Set: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - - Ext.Date.parseCodes.S.s = "(?:st|nd|rd|th)"; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Spanish Euro - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.ca.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.ca.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} fila(es) seleccionada(es)" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.ca.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Carregant..." -}); - -Ext.define("Ext.locale.ca.picker.Date", { - override: "Ext.picker.Date", - todayText: "Avui", - minText: "Aquesta data és anterior a la data mínima", - maxText: "Aquesta data és posterior a la data màxima", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Mes Següent (Control+Fletxa Dreta)', - prevText: 'Mes Anterior (Control+Fletxa Esquerra)', - monthYearText: 'Seleccioni un mes (Control+Fletxa a Dalt o Abaix per canviar els anys)', - todayTip: "{0} (Barra d'espai)", - format: "d/m/Y", - startDay: 1 -}); - -Ext.define("Ext.locale.ca.picker.Month", { - override: "Ext.picker.Month", - okText: " Acceptar ", - cancelText: "Cancel·lar" -}); - -Ext.define("Ext.locale.ca.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Pàgina", - afterPageText: "de {0}", - firstText: "Primera Pàgina", - prevText: "Pàgina Anterior", - nextText: "Pàgina Següent", - lastText: "Darrera Pàgina", - refreshText: "Refrescar", - displayMsg: "Mostrant {0} - {1} de {2}", - emptyMsg: 'Sense dades per mostrar' -}); - -Ext.define("Ext.locale.ca.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "El valor d'aquest camp és invàlid" -}); - -Ext.define("Ext.locale.ca.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "El tamany mínim per aquest camp és {0}", - maxLengthText: "El tamany màxim per aquest camp és {0}", - blankText: "Aquest camp és obligatori", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.ca.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: "El valor mínim per aquest camp és {0}", - maxText: "El valor màxim per aquest camp és {0}", - nanText: "{0} no és un nombre vàlid" -}); - -Ext.define("Ext.locale.ca.form.field.File", { - override: "Ext.form.field.File", - buttonText: "Examinar..." -}); - -Ext.define("Ext.locale.ca.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Deshabilitat", - disabledDatesText: "Deshabilitat", - minText: "La data en aquest camp ha de ser posterior a {0}", - maxText: "La data en aquest camp ha de ser inferior a {0}", - invalidText: "{0} no és una data vàlida - ha de tenir el format {1}", - format: "d/m/Y", - altFormats: "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.ca.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Carregant..." - }); -}); - -Ext.define("Ext.locale.ca.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Aquest camp ha de ser una adreça de e-mail amb el format "user@example.com"', - urlText: 'Aquest camp ha de ser una URL amb el format "http:/' + '/www.example.com"', - alphaText: 'Aquest camp només pot contenir lletres i _', - alphanumText: 'Aquest camp només por contenir lletres, nombres i _' -}); - -Ext.define("Ext.locale.ca.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Si us plau, tecleixi la URL per l\'enllaç:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Negreta (Ctrl+B)', - text: 'Posa el text seleccionat en negreta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Itàlica (Ctrl+I)', - text: 'Posa el text seleccionat en itàlica.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Subratllat (Ctrl+U)', - text: 'Subratlla el text seleccionat.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Augmentar Text', - text: 'Augmenta el tamany de la font de text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Disminuir Text', - text: 'Disminueix el tamany de la font de text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Color de fons', - text: 'Canvia el color de fons del text seleccionat.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Color de la font de text', - text: 'Canvia el color del text seleccionat.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Alinear a la esquerra', - text: 'Alinea el text a la esquerra.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centrar el text', - text: 'Centra el text a l\'editor', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Alinear a la dreta', - text: 'Alinea el text a la dreta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Llista amb vinyetes', - text: 'Comença una llista amb vinyetes.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Llista numerada', - text: 'Comença una llista numerada.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Enllaç', - text: 'Transforma el text seleccionat en un enllaç.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Editar Codi', - text: 'Canvia al mode d\'edició de codi.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.ca.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Ordenació Ascendent", - sortDescText: "Ordenació Descendent", - columnsText: "Columnes" -}); - -Ext.define("Ext.locale.ca.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Buit)', - groupByText: 'Agrupar Per Aquest Camp', - showGroupsText: 'Mostrar en Grups' -}); - -Ext.define("Ext.locale.ca.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nom", - valueText: "Valor", - dateFormat: "d/m/Y" -}); - -Ext.define("Ext.locale.ca.form.field.Time", { - override: "Ext.form.field.Time", - minText: "L\'hora en aquest camp ha de ser igual o posterior a {0}", - maxText: "L\'hora en aquest camp ha de ser igual o anterior {0}", - invalidText: "{0} no és un hora vàlida", - format: "g:i A", - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.ca.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "Ha de seleccionar almenys un étem d\'aquest group" -}); - -Ext.define("Ext.locale.ca.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "Ha de seleccionar un étem d\'aquest grup" -}); - -Ext.define("Ext.locale.ca.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "Acceptar", - cancel: "Cancel·lar", - yes: "Sí", - no: "No" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.ca.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-ca.js b/src/webapp/js/classic/locale/locale-ca.js deleted file mode 100644 index 5af5747..0000000 --- a/src/webapp/js/classic/locale/locale-ca.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Gener","Febrer","Març","Abril","Maig","Juny","Juliol","Agost","Setembre","Octubre","Novembre","Desembre"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Gen:0,Feb:1,Mar:2,Abr:3,Mai:4,Jun:5,Jul:6,Ago:7,Set:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Diumenge","Dilluns","Dimarts","Dimecres","Dijous","Divendres","Dissabte"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)};Ext.Date.parseCodes.S.s="(?:st|nd|rd|th)"}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.ca.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.ca.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} fila(es) seleccionada(es)"});Ext.define("Ext.locale.ca.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Carregant..."});Ext.define("Ext.locale.ca.picker.Date",{override:"Ext.picker.Date",todayText:"Avui",minText:"Aquesta data és anterior a la data mínima",maxText:"Aquesta data és posterior a la data màxima",disabledDaysText:"",disabledDatesText:"",nextText:"Mes Següent (Control+Fletxa Dreta)",prevText:"Mes Anterior (Control+Fletxa Esquerra)",monthYearText:"Seleccioni un mes (Control+Fletxa a Dalt o Abaix per canviar els anys)",todayTip:"{0} (Barra d'espai)",format:"d/m/Y",startDay:1});Ext.define("Ext.locale.ca.picker.Month",{override:"Ext.picker.Month",okText:" Acceptar ",cancelText:"Cancel·lar"});Ext.define("Ext.locale.ca.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Pàgina",afterPageText:"de {0}",firstText:"Primera Pàgina",prevText:"Pàgina Anterior",nextText:"Pàgina Següent",lastText:"Darrera Pàgina",refreshText:"Refrescar",displayMsg:"Mostrant {0} - {1} de {2}",emptyMsg:"Sense dades per mostrar"});Ext.define("Ext.locale.ca.form.field.Base",{override:"Ext.form.field.Base",invalidText:"El valor d'aquest camp és invàlid"});Ext.define("Ext.locale.ca.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"El tamany mínim per aquest camp és {0}",maxLengthText:"El tamany màxim per aquest camp és {0}",blankText:"Aquest camp és obligatori",regexText:"",emptyText:null});Ext.define("Ext.locale.ca.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"El valor mínim per aquest camp és {0}",maxText:"El valor màxim per aquest camp és {0}",nanText:"{0} no és un nombre vàlid"});Ext.define("Ext.locale.ca.form.field.File",{override:"Ext.form.field.File",buttonText:"Examinar..."});Ext.define("Ext.locale.ca.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Deshabilitat",disabledDatesText:"Deshabilitat",minText:"La data en aquest camp ha de ser posterior a {0}",maxText:"La data en aquest camp ha de ser inferior a {0}",invalidText:"{0} no és una data vàlida - ha de tenir el format {1}",format:"d/m/Y",altFormats:"d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.ca.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Carregant..."})});Ext.define("Ext.locale.ca.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Aquest camp ha de ser una adreça de e-mail amb el format "user@example.com"',urlText:'Aquest camp ha de ser una URL amb el format "http://www.example.com"',alphaText:"Aquest camp només pot contenir lletres i _",alphanumText:"Aquest camp només por contenir lletres, nombres i _"});Ext.define("Ext.locale.ca.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Si us plau, tecleixi la URL per l'enllaç:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Negreta (Ctrl+B)",text:"Posa el text seleccionat en negreta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Itàlica (Ctrl+I)",text:"Posa el text seleccionat en itàlica.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Subratllat (Ctrl+U)",text:"Subratlla el text seleccionat.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Augmentar Text",text:"Augmenta el tamany de la font de text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Disminuir Text",text:"Disminueix el tamany de la font de text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Color de fons",text:"Canvia el color de fons del text seleccionat.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Color de la font de text",text:"Canvia el color del text seleccionat.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Alinear a la esquerra",text:"Alinea el text a la esquerra.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centrar el text",text:"Centra el text a l'editor",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Alinear a la dreta",text:"Alinea el text a la dreta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Llista amb vinyetes",text:"Comença una llista amb vinyetes.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Llista numerada",text:"Comença una llista numerada.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Enllaç",text:"Transforma el text seleccionat en un enllaç.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Editar Codi",text:"Canvia al mode d'edició de codi.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.ca.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Ordenació Ascendent",sortDescText:"Ordenació Descendent",columnsText:"Columnes"});Ext.define("Ext.locale.ca.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Buit)",groupByText:"Agrupar Per Aquest Camp",showGroupsText:"Mostrar en Grups"});Ext.define("Ext.locale.ca.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nom",valueText:"Valor",dateFormat:"d/m/Y"});Ext.define("Ext.locale.ca.form.field.Time",{override:"Ext.form.field.Time",minText:"L'hora en aquest camp ha de ser igual o posterior a {0}",maxText:"L'hora en aquest camp ha de ser igual o anterior {0}",invalidText:"{0} no és un hora vàlida",format:"g:i A",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"});Ext.define("Ext.locale.ca.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"Ha de seleccionar almenys un étem d'aquest group"});Ext.define("Ext.locale.ca.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"Ha de seleccionar un étem d'aquest grup"});Ext.define("Ext.locale.ca.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"Acceptar",cancel:"Cancel·lar",yes:"Sí",no:"No"}});Ext.define("Ext.locale.ca.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-cs-debug.js b/src/webapp/js/classic/locale/locale-cs-debug.js deleted file mode 100644 index 43e83fd..0000000 --- a/src/webapp/js/classic/locale/locale-cs-debug.js +++ /dev/null @@ -1,292 +0,0 @@ -/** - * Czech Translations - * Translated by Tomáš KorÄák (72) - * 2008/02/08 18:02, Ext-2.0.1 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Leden", "Únor", "BÅ™ezen", "Duben", "KvÄ›ten", "ÄŒerven", "ÄŒervenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"]; - - Ext.Date.shortMonthNames = { - "Leden": "Led", - "Únor": "Úno", - "BÅ™ezen": "BÅ™e", - "Duben": "Dub", - "KvÄ›ten": "KvÄ›", - "ÄŒerven": "ÄŒer", - "ÄŒervenec": "ÄŒvc", - "Srpen": "Srp", - "Září": "Zář", - "Říjen": "Říj", - "Listopad": "Lis", - "Prosinec": "Pro" - }; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.shortMonthNames[Ext.Date.monthNames[month]]; - }; - - Ext.Date.monthNumbers = { - "Leden": 0, - "Únor": 1, - "BÅ™ezen": 2, - "Duben": 3, - "KvÄ›ten": 4, - "ÄŒerven": 5, - "ÄŒervenec": 6, - "Srpen": 7, - "Září": 8, - "Říjen": 9, - "Listopad": 10, - "Prosinec": 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1).toLowerCase()]; - }; - - Ext.Date.dayNames = ["NedÄ›le", "PondÄ›lí", "Úterý", "StÅ™eda", "ÄŒtvrtek", "Pátek", "Sobota"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u004b\u010d', - // Czech Koruny - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.cs.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.cs.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} vybraných řádků" -}); - -Ext.define("Ext.locale.cs.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Zavřít záložku" -}); - -Ext.define("Ext.locale.cs.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Hodnota v tomto poli je neplatná" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.cs.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Prosím Äekejte..." -}); - -Ext.define("Ext.locale.cs.picker.Date", { - override: "Ext.picker.Date", - todayText: "Dnes", - minText: "Datum nesmí být starší než je minimální", - maxText: "Datum nesmí být dřívÄ›jší než je maximální", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Následující mÄ›síc (Control+Right)', - prevText: 'PÅ™edcházející mÄ›síc (Control+Left)', - monthYearText: 'Zvolte mÄ›síc (ke zmÄ›nÄ› let použijte Control+Up/Down)', - todayTip: "{0} (Spacebar)", - format: "d.m.Y", - startDay: 1 -}); - -Ext.define("Ext.locale.cs.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Storno" -}); - -Ext.define("Ext.locale.cs.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Strana", - afterPageText: "z {0}", - firstText: "První strana", - prevText: "PÅ™echázející strana", - nextText: "Následující strana", - lastText: "Poslední strana", - refreshText: "Aktualizovat", - displayMsg: "Zobrazeno {0} - {1} z celkových {2}", - emptyMsg: 'Žádné záznamy nebyly nalezeny' -}); - -Ext.define("Ext.locale.cs.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Pole nesmí mít ménÄ› {0} znaků", - maxLengthText: "Pole nesmí být delší než {0} znaků", - blankText: "Povinné pole", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.cs.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Hodnota v tomto poli nesmí být menší než {0}", - maxText: "Hodnota v tomto poli nesmí být vÄ›tší než {0}", - nanText: "{0} není platné Äíslo" -}); - -Ext.define("Ext.locale.cs.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Neaktivní", - disabledDatesText: "Neaktivní", - minText: "Datum v tomto poli nesmí být starší než {0}", - maxText: "Datum v tomto poli nesmí být novÄ›jší než {0}", - invalidText: "{0} není platným datem - zkontrolujte zda-li je ve formátu {1}", - format: "d.m.Y", - altFormats: "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.cs.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Prosím Äekejte..." - }); -}); - -Ext.define("Ext.locale.cs.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'V tomto poli může být vyplnÄ›na pouze emailová adresa ve formátu "uživatel@doména.cz"', - urlText: 'V tomto poli může být vyplnÄ›na pouze URL (adresa internetové stránky) ve formátu "http:/' + '/www.doména.cz"', - alphaText: 'Toto pole může obsahovat pouze písmena abecedy a znak _', - alphanumText: 'Toto pole může obsahovat pouze písmena abecedy, Äísla a znak _' -}); - -Ext.define("Ext.locale.cs.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Zadejte URL adresu odkazu:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'TuÄné (Ctrl+B)', - text: 'OznaÄí vybraný text tuÄnÄ›.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Kurzíva (Ctrl+I)', - text: 'OznaÄí vybraný text kurzívou.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Podtržení (Ctrl+U)', - text: 'Podtrhne vybraný text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'ZvÄ›tÅ¡it písmo', - text: 'ZvÄ›tší velikost písma.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Zúžit písmo', - text: 'Zmenší velikost písma.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Barva zvýraznÄ›ní textu', - text: 'OznaÄí vybraný text tak, aby vypadal jako oznaÄený zvýrazňovaÄem.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Barva písma', - text: 'ZmÄ›ní barvu textu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Zarovnat text vlevo', - text: 'Zarovná text doleva.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Zarovnat na stÅ™ed', - text: 'Zarovná text na stÅ™ed.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Zarovnat text vpravo', - text: 'Zarovná text doprava.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Odrážky', - text: 'ZaÄne seznam s odrážkami.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Číslování', - text: 'ZaÄne Äíslovaný seznam.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Internetový odkaz', - text: 'Z vybraného textu vytvoří internetový odkaz.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Zdrojový kód', - text: 'PÅ™epne do módu úpravy zdrojového kódu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.cs.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Řadit vzestupnÄ›", - sortDescText: "Řadit sestupnÄ›", - lockText: "Ukotvit sloupec", - unlockText: "Uvolnit sloupec", - columnsText: "Sloupce" -}); - -Ext.define("Ext.locale.cs.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Žádná data)', - groupByText: 'Seskupit dle tohoto pole', - showGroupsText: 'Zobrazit ve skupinÄ›' -}); - -Ext.define("Ext.locale.cs.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Název", - valueText: "Hodnota", - dateFormat: "j.m.Y" -}); - -Ext.define("Ext.locale.cs.form.field.File", { - override: "Ext.form.field.File", - buttonText: "Procházet..." -}); - -Ext.define("Ext.locale.cs.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Storno", - yes: "Ano", - no: "Ne" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.cs.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-cs.js b/src/webapp/js/classic/locale/locale-cs.js deleted file mode 100644 index 761d955..0000000 --- a/src/webapp/js/classic/locale/locale-cs.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Leden","Únor","BÅ™ezen","Duben","KvÄ›ten","ÄŒerven","ÄŒervenec","Srpen","Září","Říjen","Listopad","Prosinec"];Ext.Date.shortMonthNames={Leden:"Led","Únor":"Úno","BÅ™ezen":"BÅ™e",Duben:"Dub","KvÄ›ten":"KvÄ›","ÄŒerven":"ÄŒer","ÄŒervenec":"ÄŒvc",Srpen:"Srp","Září":"Zář","Říjen":"Říj",Listopad:"Lis",Prosinec:"Pro"};Ext.Date.getShortMonthName=function(a){return Ext.Date.shortMonthNames[Ext.Date.monthNames[a]]};Ext.Date.monthNumbers={Leden:0,"Únor":1,"BÅ™ezen":2,Duben:3,"KvÄ›ten":4,"ÄŒerven":5,"ÄŒervenec":6,Srpen:7,"Září":8,"Říjen":9,Listopad:10,Prosinec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1).toLowerCase()]};Ext.Date.dayNames=["NedÄ›le","PondÄ›lí","Úterý","StÅ™eda","ÄŒtvrtek","Pátek","Sobota"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u004b\u010d",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.cs.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.cs.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} vybraných řádků"});Ext.define("Ext.locale.cs.tab.Tab",{override:"Ext.tab.Tab",closeText:"Zavřít záložku"});Ext.define("Ext.locale.cs.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Hodnota v tomto poli je neplatná"});Ext.define("Ext.locale.cs.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Prosím Äekejte..."});Ext.define("Ext.locale.cs.picker.Date",{override:"Ext.picker.Date",todayText:"Dnes",minText:"Datum nesmí být starší než je minimální",maxText:"Datum nesmí být dřívÄ›jší než je maximální",disabledDaysText:"",disabledDatesText:"",nextText:"Následující mÄ›síc (Control+Right)",prevText:"PÅ™edcházející mÄ›síc (Control+Left)",monthYearText:"Zvolte mÄ›síc (ke zmÄ›nÄ› let použijte Control+Up/Down)",todayTip:"{0} (Spacebar)",format:"d.m.Y",startDay:1});Ext.define("Ext.locale.cs.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Storno"});Ext.define("Ext.locale.cs.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Strana",afterPageText:"z {0}",firstText:"První strana",prevText:"PÅ™echázející strana",nextText:"Následující strana",lastText:"Poslední strana",refreshText:"Aktualizovat",displayMsg:"Zobrazeno {0} - {1} z celkových {2}",emptyMsg:"Žádné záznamy nebyly nalezeny"});Ext.define("Ext.locale.cs.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Pole nesmí mít ménÄ› {0} znaků",maxLengthText:"Pole nesmí být delší než {0} znaků",blankText:"Povinné pole",regexText:"",emptyText:null});Ext.define("Ext.locale.cs.form.field.Number",{override:"Ext.form.field.Number",minText:"Hodnota v tomto poli nesmí být menší než {0}",maxText:"Hodnota v tomto poli nesmí být vÄ›tší než {0}",nanText:"{0} není platné Äíslo"});Ext.define("Ext.locale.cs.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Neaktivní",disabledDatesText:"Neaktivní",minText:"Datum v tomto poli nesmí být starší než {0}",maxText:"Datum v tomto poli nesmí být novÄ›jší než {0}",invalidText:"{0} není platným datem - zkontrolujte zda-li je ve formátu {1}",format:"d.m.Y",altFormats:"d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.cs.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Prosím Äekejte..."})});Ext.define("Ext.locale.cs.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'V tomto poli může být vyplnÄ›na pouze emailová adresa ve formátu "uživatel@doména.cz"',urlText:'V tomto poli může být vyplnÄ›na pouze URL (adresa internetové stránky) ve formátu "http://www.doména.cz"',alphaText:"Toto pole může obsahovat pouze písmena abecedy a znak _",alphanumText:"Toto pole může obsahovat pouze písmena abecedy, Äísla a znak _"});Ext.define("Ext.locale.cs.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Zadejte URL adresu odkazu:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"TuÄné (Ctrl+B)",text:"OznaÄí vybraný text tuÄnÄ›.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Kurzíva (Ctrl+I)",text:"OznaÄí vybraný text kurzívou.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Podtržení (Ctrl+U)",text:"Podtrhne vybraný text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"ZvÄ›tÅ¡it písmo",text:"ZvÄ›tší velikost písma.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Zúžit písmo",text:"Zmenší velikost písma.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Barva zvýraznÄ›ní textu",text:"OznaÄí vybraný text tak, aby vypadal jako oznaÄený zvýrazňovaÄem.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Barva písma",text:"ZmÄ›ní barvu textu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Zarovnat text vlevo",text:"Zarovná text doleva.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Zarovnat na stÅ™ed",text:"Zarovná text na stÅ™ed.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Zarovnat text vpravo",text:"Zarovná text doprava.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Odrážky",text:"ZaÄne seznam s odrážkami.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Číslování",text:"ZaÄne Äíslovaný seznam.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Internetový odkaz",text:"Z vybraného textu vytvoří internetový odkaz.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Zdrojový kód",text:"PÅ™epne do módu úpravy zdrojového kódu.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.cs.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Řadit vzestupnÄ›",sortDescText:"Řadit sestupnÄ›",lockText:"Ukotvit sloupec",unlockText:"Uvolnit sloupec",columnsText:"Sloupce"});Ext.define("Ext.locale.cs.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Žádná data)",groupByText:"Seskupit dle tohoto pole",showGroupsText:"Zobrazit ve skupinÄ›"});Ext.define("Ext.locale.cs.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Název",valueText:"Hodnota",dateFormat:"j.m.Y"});Ext.define("Ext.locale.cs.form.field.File",{override:"Ext.form.field.File",buttonText:"Procházet..."});Ext.define("Ext.locale.cs.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Storno",yes:"Ano",no:"Ne"}});Ext.define("Ext.locale.cs.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-da-debug.js b/src/webapp/js/classic/locale/locale-da-debug.js deleted file mode 100644 index 19c7aba..0000000 --- a/src/webapp/js/classic/locale/locale-da-debug.js +++ /dev/null @@ -1,277 +0,0 @@ -/** - * Danish translation - * By JohnF - * 04-09-2007, 05:28 AM - * - * Extended and modified by Karl Krukow, - * December, 2007. - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["januar", "februar", "marts", "april", "maj", "juni", "juli", "august", "september", "oktober", "november", "december"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - jan: 0, - feb: 1, - mar: 2, - apr: 3, - maj: 4, - jun: 5, - jul: 6, - aug: 7, - sep: 8, - okt: 9, - nov: 10, - dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["søndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "lørdag"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'kr', - // Danish Krone - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.da.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.da.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} markerede rækker" -}); - -Ext.define("Ext.locale.da.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Luk denne fane" -}); - -Ext.define("Ext.locale.da.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Værdien i dette felt er ugyldig" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.da.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Henter..." -}); - -Ext.define("Ext.locale.da.picker.Date", { - override: "Ext.picker.Date", - todayText: "I dag", - minText: "Denne dato er før den tidligst tilladte", - maxText: "Denne dato er senere end den senest tilladte", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Næste mÃ¥ned (Ctrl + højre piltast)', - prevText: 'Forrige mÃ¥ned (Ctrl + venstre piltast)', - monthYearText: 'Vælg en mÃ¥ned (Ctrl + op/ned pil for at ændre Ã¥rstal)', - todayTip: "{0} (mellemrum)", - format: "d/m/y", - startDay: 1 -}); - -Ext.define("Ext.locale.da.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Cancel" -}); - -Ext.define("Ext.locale.da.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Side", - afterPageText: "af {0}", - firstText: "Første side", - prevText: "Forrige side", - nextText: "Næste side", - lastText: "Sidste side", - refreshText: "Opfrisk", - displayMsg: "Viser {0} - {1} af {2}", - emptyMsg: 'Der er ingen data at vise' -}); - -Ext.define("Ext.locale.da.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Minimum længden for dette felt er {0}", - maxLengthText: "Maksimum længden for dette felt er {0}", - blankText: "Dette felt skal udfyldes", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.da.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Mindste-værdien for dette felt er {0}", - maxText: "Maksimum-værdien for dette felt er {0}", - nanText: "{0} er ikke et tilladt nummer" -}); - -Ext.define("Ext.locale.da.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Inaktiveret", - disabledDatesText: "Inaktiveret", - minText: "Datoen i dette felt skal være efter {0}", - maxText: "Datoen i dette felt skal være før {0}", - invalidText: "{0} er ikke en tilladt dato - datoer skal angives i formatet {1}", - format: "d/m/y", - altFormats: "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.da.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Henter..." - }); -}); - -Ext.define("Ext.locale.da.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Dette felt skal være en email adresse i formatet "xxx@yyy.zzz"', - urlText: 'Dette felt skal være en URL i formatet "http:/' + '/xxx.yyy"', - alphaText: 'Dette felt kan kun indeholde bogstaver og "_" (understregning)', - alphanumText: 'Dette felt kan kun indeholde bogstaver, tal og "_" (understregning)' -}); - -Ext.define("Ext.locale.da.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Indtast URL:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Fed (Ctrl+B)', - //Can I change this to Ctrl+F? - text: 'Formater det markerede tekst med fed.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Kursiv (Ctrl+I)', - //Ctrl+K - text: 'Formater det markerede tekst med kursiv.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Understreg (Ctrl+U)', - text: 'Understreg det markerede tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Forstør tekst', - text: 'Forøg fontstørrelsen.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Formindsk tekst', - text: 'Formindsk fontstørrelsen.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Farve for tekstfremhævelse', - text: 'Skift baggrundsfarve for det markerede tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Skriftfarve', - text: 'Skift skriftfarve for det markerede tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Juster venstre', - text: 'Venstrestil tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centreret', - text: 'Centrer tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Juster højre', - text: 'Højrestil tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Punktopstilling', - text: 'PÃ¥begynd punktopstilling.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Nummereret opstilling', - text: 'PÃ¥begynd nummereret opstilling.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'Lav det markerede test til et hyperlink.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Kildetekstredigering', - text: 'Skift til redigering af kildetekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.da.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sortér stigende", - sortDescText: "Sortér faldende", - lockText: "LÃ¥s kolonne", - unlockText: "Fjern lÃ¥s fra kolonne", - columnsText: "Kolonner" -}); - -Ext.define("Ext.locale.da.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Ingen)', - groupByText: 'Gruppér efter dette felt', - showGroupsText: 'Vis i grupper' //should this be sort in groups? -}); - -Ext.define("Ext.locale.da.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Navn", - valueText: "Værdi", - dateFormat: "j/m/Y" -}); - -Ext.define("Ext.locale.da.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Fortryd", - yes: "Ja", - no: "Nej" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.da.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-da.js b/src/webapp/js/classic/locale/locale-da.js deleted file mode 100644 index 92eff56..0000000 --- a/src/webapp/js/classic/locale/locale-da.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={jan:0,feb:1,mar:2,apr:3,maj:4,jun:5,jul:6,aug:7,sep:8,okt:9,nov:10,dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,3).toLowerCase()]};Ext.Date.dayNames=["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"kr",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.da.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.da.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} markerede rækker"});Ext.define("Ext.locale.da.tab.Tab",{override:"Ext.tab.Tab",closeText:"Luk denne fane"});Ext.define("Ext.locale.da.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Værdien i dette felt er ugyldig"});Ext.define("Ext.locale.da.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Henter..."});Ext.define("Ext.locale.da.picker.Date",{override:"Ext.picker.Date",todayText:"I dag",minText:"Denne dato er før den tidligst tilladte",maxText:"Denne dato er senere end den senest tilladte",disabledDaysText:"",disabledDatesText:"",nextText:"Næste mÃ¥ned (Ctrl + højre piltast)",prevText:"Forrige mÃ¥ned (Ctrl + venstre piltast)",monthYearText:"Vælg en mÃ¥ned (Ctrl + op/ned pil for at ændre Ã¥rstal)",todayTip:"{0} (mellemrum)",format:"d/m/y",startDay:1});Ext.define("Ext.locale.da.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Cancel"});Ext.define("Ext.locale.da.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Side",afterPageText:"af {0}",firstText:"Første side",prevText:"Forrige side",nextText:"Næste side",lastText:"Sidste side",refreshText:"Opfrisk",displayMsg:"Viser {0} - {1} af {2}",emptyMsg:"Der er ingen data at vise"});Ext.define("Ext.locale.da.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Minimum længden for dette felt er {0}",maxLengthText:"Maksimum længden for dette felt er {0}",blankText:"Dette felt skal udfyldes",regexText:"",emptyText:null});Ext.define("Ext.locale.da.form.field.Number",{override:"Ext.form.field.Number",minText:"Mindste-værdien for dette felt er {0}",maxText:"Maksimum-værdien for dette felt er {0}",nanText:"{0} er ikke et tilladt nummer"});Ext.define("Ext.locale.da.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Inaktiveret",disabledDatesText:"Inaktiveret",minText:"Datoen i dette felt skal være efter {0}",maxText:"Datoen i dette felt skal være før {0}",invalidText:"{0} er ikke en tilladt dato - datoer skal angives i formatet {1}",format:"d/m/y",altFormats:"d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.da.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Henter..."})});Ext.define("Ext.locale.da.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Dette felt skal være en email adresse i formatet "xxx@yyy.zzz"',urlText:'Dette felt skal være en URL i formatet "http://xxx.yyy"',alphaText:'Dette felt kan kun indeholde bogstaver og "_" (understregning)',alphanumText:'Dette felt kan kun indeholde bogstaver, tal og "_" (understregning)'});Ext.define("Ext.locale.da.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Indtast URL:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Fed (Ctrl+B)",text:"Formater det markerede tekst med fed.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Kursiv (Ctrl+I)",text:"Formater det markerede tekst med kursiv.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Understreg (Ctrl+U)",text:"Understreg det markerede tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Forstør tekst",text:"Forøg fontstørrelsen.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Formindsk tekst",text:"Formindsk fontstørrelsen.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Farve for tekstfremhævelse",text:"Skift baggrundsfarve for det markerede tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Skriftfarve",text:"Skift skriftfarve for det markerede tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Juster venstre",text:"Venstrestil tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centreret",text:"Centrer tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Juster højre",text:"Højrestil tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Punktopstilling",text:"PÃ¥begynd punktopstilling.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Nummereret opstilling",text:"PÃ¥begynd nummereret opstilling.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperlink",text:"Lav det markerede test til et hyperlink.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Kildetekstredigering",text:"Skift til redigering af kildetekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.da.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sortér stigende",sortDescText:"Sortér faldende",lockText:"LÃ¥s kolonne",unlockText:"Fjern lÃ¥s fra kolonne",columnsText:"Kolonner"});Ext.define("Ext.locale.da.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Ingen)",groupByText:"Gruppér efter dette felt",showGroupsText:"Vis i grupper"});Ext.define("Ext.locale.da.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Navn",valueText:"Værdi",dateFormat:"j/m/Y"});Ext.define("Ext.locale.da.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Fortryd",yes:"Ja",no:"Nej"}});Ext.define("Ext.locale.da.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-de-debug.js b/src/webapp/js/classic/locale/locale-de-debug.js deleted file mode 100644 index f9995f8..0000000 --- a/src/webapp/js/classic/locale/locale-de-debug.js +++ /dev/null @@ -1,331 +0,0 @@ -/** - * German translation - * 2007-Apr-07 update by schmidetzki and humpdi - * 2007-Oct-31 update by wm003 - * 2009-Jul-10 update by Patrick Matsumura and Rupert Quaderer - * 2010-Mar-10 update by Volker Grabsch - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"]; - - Ext.Date.defaultFormat = 'd.m.Y'; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - "M\u00e4r": 2, - Apr: 3, - Mai: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Okt: 9, - Nov: 10, - Dez: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.util.Format.__number = Ext.util.Format.number; - Ext.util.Format.number = function(v, format) { - return Ext.util.Format.__number(v, format || "0.000,00/i"); - }; - - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // German Euro - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.de.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.de.panel.Panel", { - override: "Ext.panel.Panel", - collapseToolText: "reduzieren", - expandToolText: "erweitern" -}); - -Ext.define("Ext.locale.de.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} Zeile(n) ausgewählt" -}); - -Ext.define("Ext.locale.de.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Diesen Tab schließen" -}); - -Ext.define("Ext.locale.de.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Bitte warten..." -}); - -Ext.define("Ext.locale.de.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Der Wert des Feldes ist nicht korrekt" -}); - -Ext.define("Ext.locale.de.LoadMask", { - override: "Ext.LoadMask", - loadingText: "Lade Daten..." -}); - -Ext.define("Ext.locale.de.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Lade Daten..." -}); - -Ext.define("Ext.locale.de.picker.Date", { - override: "Ext.picker.Date", - todayText: "Heute", - minText: "Dieses Datum liegt von dem erstmöglichen Datum", - maxText: "Dieses Datum liegt nach dem letztmöglichen Datum", - disabledDaysText: "", - disabledDatesText: "", - nextText: "Nächster Monat (Strg/Control + Rechts)", - prevText: "Vorheriger Monat (Strg/Control + Links)", - monthYearText: "Monat auswählen (Strg/Control + Hoch/Runter, um ein Jahr auszuwählen)", - todayTip: "Heute ({0}) (Leertaste)", - format: "d.m.Y", - startDay: 1 -}); - -Ext.define("Ext.locale.de.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Abbrechen" -}); - -Ext.define("Ext.locale.de.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Seite", - afterPageText: "von {0}", - firstText: "Erste Seite", - prevText: "vorherige Seite", - nextText: "nächste Seite", - lastText: "letzte Seite", - refreshText: "Aktualisieren", - displayMsg: "Anzeige Eintrag {0} - {1} von {2}", - emptyMsg: "Keine Daten vorhanden" -}); - -Ext.define("Ext.locale.de.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Bitte geben Sie mindestens {0} Zeichen ein", - maxLengthText: "Bitte geben Sie maximal {0} Zeichen ein", - blankText: "Dieses Feld darf nicht leer sein", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.de.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Der Mindestwert für dieses Feld ist {0}", - maxText: "Der Maximalwert für dieses Feld ist {0}", - nanText: "{0} ist keine Zahl" -}); - -Ext.define("Ext.locale.de.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "nicht erlaubt", - disabledDatesText: "nicht erlaubt", - minText: "Das Datum in diesem Feld muss nach dem {0} liegen", - maxText: "Das Datum in diesem Feld muss vor dem {0} liegen", - invalidText: "{0} ist kein gültiges Datum - es muss im Format {1} eingegeben werden", - format: "d.m.Y", - altFormats: "j.n.Y|j.n.y|j.n.|j.|j/n/Y|j/n/y|j-n-y|j-n-Y|j/n|j-n|dm|dmy|dmY|j|Y-n-j|Y-m-d", - startDay: 1 -}); - -Ext.define("Ext.locale.de.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Lade Daten ..." - }); -}); - -Ext.define("Ext.locale.de.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Dieses Feld sollte eine E-Mail-Adresse enthalten. Format: "user@example.com"', - urlText: 'Dieses Feld sollte eine URL enthalten. Format: "http:/' + '/www.example.com"', - alphaText: 'Dieses Feld darf nur Buchstaben enthalten und _', - alphanumText: 'Dieses Feld darf nur Buchstaben und Zahlen enthalten und _' -}); - -Ext.define("Ext.locale.de.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Bitte geben Sie die URL für den Link ein:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Fett (Ctrl+B)', - text: 'Erstellt den ausgewählten Text in Fettschrift.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Kursiv (Ctrl+I)', - text: 'Erstellt den ausgewählten Text in Schrägschrift.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Unterstrichen (Ctrl+U)', - text: 'Unterstreicht den ausgewählten Text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Text vergößern', - text: 'Erhöht die Schriftgröße.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Text verkleinern', - text: 'Verringert die Schriftgröße.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Text farblich hervorheben', - text: 'Hintergrundfarbe des ausgewählten Textes ändern.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Schriftfarbe', - text: 'Farbe des ausgewählten Textes ändern.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Linksbündig', - text: 'Setzt den Text linksbündig.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Zentrieren', - text: 'Zentriert den Text in Editor.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Rechtsbündig', - text: 'Setzt den Text rechtsbündig.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Aufzählungsliste', - text: 'Beginnt eine Aufzählungsliste mit Spiegelstrichen.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numerierte Liste', - text: 'Beginnt eine numerierte Liste.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'Erstellt einen Hyperlink aus dem ausgewählten text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Source bearbeiten', - text: 'Zur Bearbeitung des Quelltextes wechseln.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.de.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Aufsteigend sortieren", - sortDescText: "Absteigend sortieren", - lockText: "Spalte sperren", - unlockText: "Spalte freigeben (entsperren)", - columnsText: "Spalten" -}); - -Ext.define("Ext.locale.de.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Keine)', - groupByText: 'Dieses Feld gruppieren', - showGroupsText: 'In Gruppen anzeigen' -}); - -Ext.define("Ext.locale.de.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Name", - valueText: "Wert", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.de.grid.BooleanColumn", { - override: "Ext.grid.BooleanColumn", - trueText: "wahr", - falseText: "falsch" -}); - -Ext.define("Ext.locale.de.grid.NumberColumn", { - override: "Ext.grid.NumberColumn", - format: '0.000,00/i' -}); - -Ext.define("Ext.locale.de.grid.DateColumn", { - override: "Ext.grid.DateColumn", - format: 'd.m.Y' -}); - -Ext.define("Ext.locale.de.form.field.Time", { - override: "Ext.form.field.Time", - minText: "Die Zeit muss gleich oder nach {0} liegen", - maxText: "Die Zeit muss gleich oder vor {0} liegen", - invalidText: "{0} ist keine gültige Zeit", - format: "H:i" -}); - -Ext.define("Ext.locale.de.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "Du mußt mehr als einen Eintrag aus der Gruppe auswählen" -}); - -Ext.define("Ext.locale.de.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "Du mußt einen Eintrag aus der Gruppe auswählen" -}); - -Ext.define("Ext.locale.de.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Abbrechen", - yes: "Ja", - no: "Nein" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.de.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-de.js b/src/webapp/js/classic/locale/locale-de.js deleted file mode 100644 index 8512f3b..0000000 --- a/src/webapp/js/classic/locale/locale-de.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"];Ext.Date.defaultFormat="d.m.Y";Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,"M\u00e4r":2,Apr:3,Mai:4,Jun:5,Jul:6,Aug:7,Sep:8,Okt:9,Nov:10,Dez:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.util.Format.__number=Ext.util.Format.number;Ext.util.Format.number=function(a,b){return Ext.util.Format.__number(a,b||"0.000,00/i")};Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.de.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.de.panel.Panel",{override:"Ext.panel.Panel",collapseToolText:"reduzieren",expandToolText:"erweitern"});Ext.define("Ext.locale.de.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} Zeile(n) ausgewählt"});Ext.define("Ext.locale.de.tab.Tab",{override:"Ext.tab.Tab",closeText:"Diesen Tab schließen"});Ext.define("Ext.locale.de.form.Basic",{override:"Ext.form.Basic",waitTitle:"Bitte warten..."});Ext.define("Ext.locale.de.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Der Wert des Feldes ist nicht korrekt"});Ext.define("Ext.locale.de.LoadMask",{override:"Ext.LoadMask",loadingText:"Lade Daten..."});Ext.define("Ext.locale.de.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Lade Daten..."});Ext.define("Ext.locale.de.picker.Date",{override:"Ext.picker.Date",todayText:"Heute",minText:"Dieses Datum liegt von dem erstmöglichen Datum",maxText:"Dieses Datum liegt nach dem letztmöglichen Datum",disabledDaysText:"",disabledDatesText:"",nextText:"Nächster Monat (Strg/Control + Rechts)",prevText:"Vorheriger Monat (Strg/Control + Links)",monthYearText:"Monat auswählen (Strg/Control + Hoch/Runter, um ein Jahr auszuwählen)",todayTip:"Heute ({0}) (Leertaste)",format:"d.m.Y",startDay:1});Ext.define("Ext.locale.de.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Abbrechen"});Ext.define("Ext.locale.de.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Seite",afterPageText:"von {0}",firstText:"Erste Seite",prevText:"vorherige Seite",nextText:"nächste Seite",lastText:"letzte Seite",refreshText:"Aktualisieren",displayMsg:"Anzeige Eintrag {0} - {1} von {2}",emptyMsg:"Keine Daten vorhanden"});Ext.define("Ext.locale.de.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Bitte geben Sie mindestens {0} Zeichen ein",maxLengthText:"Bitte geben Sie maximal {0} Zeichen ein",blankText:"Dieses Feld darf nicht leer sein",regexText:"",emptyText:null});Ext.define("Ext.locale.de.form.field.Number",{override:"Ext.form.field.Number",minText:"Der Mindestwert für dieses Feld ist {0}",maxText:"Der Maximalwert für dieses Feld ist {0}",nanText:"{0} ist keine Zahl"});Ext.define("Ext.locale.de.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"nicht erlaubt",disabledDatesText:"nicht erlaubt",minText:"Das Datum in diesem Feld muss nach dem {0} liegen",maxText:"Das Datum in diesem Feld muss vor dem {0} liegen",invalidText:"{0} ist kein gültiges Datum - es muss im Format {1} eingegeben werden",format:"d.m.Y",altFormats:"j.n.Y|j.n.y|j.n.|j.|j/n/Y|j/n/y|j-n-y|j-n-Y|j/n|j-n|dm|dmy|dmY|j|Y-n-j|Y-m-d",startDay:1});Ext.define("Ext.locale.de.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Lade Daten ..."})});Ext.define("Ext.locale.de.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Dieses Feld sollte eine E-Mail-Adresse enthalten. Format: "user@example.com"',urlText:'Dieses Feld sollte eine URL enthalten. Format: "http://www.example.com"',alphaText:"Dieses Feld darf nur Buchstaben enthalten und _",alphanumText:"Dieses Feld darf nur Buchstaben und Zahlen enthalten und _"});Ext.define("Ext.locale.de.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Bitte geben Sie die URL für den Link ein:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Fett (Ctrl+B)",text:"Erstellt den ausgewählten Text in Fettschrift.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Kursiv (Ctrl+I)",text:"Erstellt den ausgewählten Text in Schrägschrift.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Unterstrichen (Ctrl+U)",text:"Unterstreicht den ausgewählten Text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Text vergößern",text:"Erhöht die Schriftgröße.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Text verkleinern",text:"Verringert die Schriftgröße.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Text farblich hervorheben",text:"Hintergrundfarbe des ausgewählten Textes ändern.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Schriftfarbe",text:"Farbe des ausgewählten Textes ändern.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Linksbündig",text:"Setzt den Text linksbündig.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Zentrieren",text:"Zentriert den Text in Editor.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Rechtsbündig",text:"Setzt den Text rechtsbündig.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Aufzählungsliste",text:"Beginnt eine Aufzählungsliste mit Spiegelstrichen.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numerierte Liste",text:"Beginnt eine numerierte Liste.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperlink",text:"Erstellt einen Hyperlink aus dem ausgewählten text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Source bearbeiten",text:"Zur Bearbeitung des Quelltextes wechseln.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.de.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Aufsteigend sortieren",sortDescText:"Absteigend sortieren",lockText:"Spalte sperren",unlockText:"Spalte freigeben (entsperren)",columnsText:"Spalten"});Ext.define("Ext.locale.de.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Keine)",groupByText:"Dieses Feld gruppieren",showGroupsText:"In Gruppen anzeigen"});Ext.define("Ext.locale.de.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Name",valueText:"Wert",dateFormat:"d.m.Y"});Ext.define("Ext.locale.de.grid.BooleanColumn",{override:"Ext.grid.BooleanColumn",trueText:"wahr",falseText:"falsch"});Ext.define("Ext.locale.de.grid.NumberColumn",{override:"Ext.grid.NumberColumn",format:"0.000,00/i"});Ext.define("Ext.locale.de.grid.DateColumn",{override:"Ext.grid.DateColumn",format:"d.m.Y"});Ext.define("Ext.locale.de.form.field.Time",{override:"Ext.form.field.Time",minText:"Die Zeit muss gleich oder nach {0} liegen",maxText:"Die Zeit muss gleich oder vor {0} liegen",invalidText:"{0} ist keine gültige Zeit",format:"H:i"});Ext.define("Ext.locale.de.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"Du mußt mehr als einen Eintrag aus der Gruppe auswählen"});Ext.define("Ext.locale.de.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"Du mußt einen Eintrag aus der Gruppe auswählen"});Ext.define("Ext.locale.de.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Abbrechen",yes:"Ja",no:"Nein"}});Ext.define("Ext.locale.de.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-el_GR-debug.js b/src/webapp/js/classic/locale/locale-el_GR-debug.js deleted file mode 100644 index cb0d1e0..0000000 --- a/src/webapp/js/classic/locale/locale-el_GR-debug.js +++ /dev/null @@ -1,268 +0,0 @@ -/** - * Greek translation - * By thesilentman (utf8 encoding) - * 27 Apr 2008 - * - * Changes since previous (second) Version: - * + added Ext.Date.shortMonthNames - * + added Ext.Date.getShortMonthName - * + added Ext.Date.monthNumbers - * + added Ext.grid.feature.Grouping - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["ΙανουάÏιος", "ΦεβÏουάÏιος", "ΜάÏτιος", "ΑπÏίλιος", "Μάιος", "ΙοÏνιος", "ΙοÏλιος", "ΑÏγουστος", "ΣεπτέμβÏιος", "ΟκτώβÏιος", "ÎοέμβÏιος", "ΔεκέμβÏιος"]; - - Ext.Date.shortMonthNames = ["Ιαν", "Φεβ", "ΜάÏ", "ΑπÏ", "Μάι", "ΙοÏ", "ΙοÏ", "ΑÏγ", "Σεπ", "Οκτ", "Îοέ", "Δεκ"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["ΚυÏιακή", "ΔευτέÏα", "ΤÏίτη", "ΤετάÏτη", "Πέμπτη", "ΠαÏασκευή", "Σάββατο"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Greek Euro - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.el_GR.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.el_GR.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} Επιλεγμένες σειÏές" -}); - -Ext.define("Ext.locale.el_GR.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Κλείστε το tab" -}); - -Ext.define("Ext.locale.el_GR.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Το πεÏιεχόμενο του πεδίου δεν είναι αποδεκτό" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.el_GR.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "ΜεταφόÏτωση δεδομένων..." -}); - -Ext.define("Ext.locale.el_GR.picker.Date", { - override: "Ext.picker.Date", - todayText: "ΣήμεÏα", - minText: "Η ΗμεÏομηνία είναι Ï€ÏογενέστεÏη από την παλαιότεÏη αποδεκτή", - maxText: "Η ΗμεÏομηνία είναι μεταγενέστεÏη από την νεότεÏη αποδεκτή", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Επόμενος Μήνας (Control+Δεξί Βέλος)', - prevText: 'ΠÏοηγοÏμενος Μήνας (Control + ΑÏιστεÏÏŒ Βέλος)', - monthYearText: 'Επιλογή Μηνός (Control + Επάνω/Κάτω Βέλος για μεταβολή ετών)', - todayTip: "{0} (ΠΛήκτÏο Διαστήματος)", - format: "d/m/y" -}); - -Ext.define("Ext.locale.el_GR.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Σελίδα", - afterPageText: "από {0}", - firstText: "ΠÏώτη Σελίδα", - prevText: "ΠÏοηγοÏμενη Σελίδα", - nextText: "Επόμενη Σελίδα", - lastText: "Τελευταία Σελίδα", - refreshText: "Ανανέωση", - displayMsg: "Εμφάνιση {0} - {1} από {2}", - emptyMsg: 'Δεν υπάÏχουν δεδομένα' -}); - -Ext.define("Ext.locale.el_GR.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Το μικÏότεÏο αποδεκτό μήκος για το πεδίο είναι {0}", - maxLengthText: "Το μεγαλÏτεÏο αποδεκτό μήκος για το πεδίο είναι {0}", - blankText: "Το πεδίο είναι υποχÏεωτικό", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.el_GR.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Η μικÏότεÏη τιμή του πεδίου είναι {0}", - maxText: "Η μεγαλÏτεÏη τιμή του πεδίου είναι {0}", - nanText: "{0} δεν είναι αποδεκτός αÏιθμός" -}); - -Ext.define("Ext.locale.el_GR.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "ΑνενεÏγό", - disabledDatesText: "ΑνενεÏγό", - minText: "Η ημεÏομηνία Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… πεδίου Ï€Ïέπει να είναι μετά την {0}", - maxText: "Η ημεÏομηνία Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… πεδίου Ï€Ïέπει να είναι Ï€Ïιν την {0}", - invalidText: "{0} δεν είναι έγκυÏη ημεÏομηνία - Ï€Ïέπει να είναι στη μοÏφή {1}", - format: "d/m/y" -}); - -Ext.define("Ext.locale.el_GR.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "ΜεταφόÏτωση δεδομένων..." - }); -}); - -Ext.define("Ext.locale.el_GR.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Το πεδίο δέχεται μόνο διευθÏνσεις Email σε μοÏφή "user@example.com"', - urlText: 'Το πεδίο δέχεται μόνο URL σε μοÏφή "http:/' + '/www.example.com"', - alphaText: 'Το πεδίο δέχεται μόνο χαÏακτήÏες και _', - alphanumText: 'Το πεδίο δέχεται μόνο χαÏακτήÏες, αÏιθμοÏÏ‚ και _' -}); - -Ext.define("Ext.locale.el_GR.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Δώστε τη διεÏθυνση (URL) για το σÏνδεσμο (link):' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Έντονα (Ctrl+B)', - text: 'Κάνετε το Ï€Ïοεπιλεγμένο κείμενο έντονο.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Πλάγια (Ctrl+I)', - text: 'Κάνετε το Ï€Ïοεπιλεγμένο κείμενο πλάγιο.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'ΥπογÏάμμιση (Ctrl+U)', - text: 'ΥπογÏαμμίζετε το Ï€Ïοεπιλεγμένο κείμενο.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Μεγέθυνση κειμένου', - text: 'Μεγαλώνετε τη γÏαμματοσειÏά.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'ΣμίκÏυνση κειμένου', - text: 'ΜικÏαίνετε τη γÏαμματοσειÏά.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'ΧÏώμα Φόντου Κειμένου', - text: 'Αλλάζετε το χÏώμα στο φόντο του Ï€Ïοεπιλεγμένου κειμένου.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'ΧÏώμα ΓÏαμματοσειÏάς', - text: 'Αλλάζετε το χÏώμα στη γÏαμματοσειÏά του Ï€Ïοεπιλεγμένου κειμένου.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'ΑÏιστεÏή Στοίχιση Κειμένου', - text: 'Στοιχίζετε το κείμενο στα αÏιστεÏά.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'ΚεντÏάÏισμα Κειμένου', - text: 'Στοιχίζετε το κείμενο στο κέντÏο.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Δεξιά Στοίχιση Κειμένου', - text: 'Στοιχίζετε το κείμενο στα δεξιά.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Εισαγωγή Λίστας Κουκίδων', - text: 'Ξεκινήστε μια λίστα με κουκίδες.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Εισαγωγή Λίστας ΑÏίθμησης', - text: 'Ξεκινήστε μια λίστα με αÏίθμηση.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'ΜετατÏέπετε το Ï€Ïοεπιλεγμένο κείμενο σε Link.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'ΕπεξεÏγασία Κώδικα', - text: 'Μεταβαίνετε στη λειτουÏγία επεξεÏγασίας κώδικα.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.el_GR.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "ΑÏξουσα ταξινόμηση", - sortDescText: "Φθίνουσα ταξινόμηση", - lockText: "Κλείδωμα στήλης", - unlockText: "Ξεκλείδωμα στήλης", - columnsText: "Στήλες" -}); - -Ext.define("Ext.locale.el_GR.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Καμμία)', - groupByText: 'Ομαδοποίηση βάσει Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… πεδίου', - showGroupsText: 'Îα εμφανίζεται στις ομάδες' -}); - -Ext.define("Ext.locale.el_GR.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Όνομα", - valueText: "ΠεÏιεχόμενο", - dateFormat: "d/m/Y" -}); - -Ext.define("Ext.locale.el_GR.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "ΆκυÏο", - yes: "Îαι", - no: "Όχι" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.el_GR.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-el_GR.js b/src/webapp/js/classic/locale/locale-el_GR.js deleted file mode 100644 index aaae63f..0000000 --- a/src/webapp/js/classic/locale/locale-el_GR.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["ΙανουάÏιος","ΦεβÏουάÏιος","ΜάÏτιος","ΑπÏίλιος","Μάιος","ΙοÏνιος","ΙοÏλιος","ΑÏγουστος","ΣεπτέμβÏιος","ΟκτώβÏιος","ÎοέμβÏιος","ΔεκέμβÏιος"];Ext.Date.shortMonthNames=["Ιαν","Φεβ","ΜάÏ","ΑπÏ","Μάι","ΙοÏ","ΙοÏ","ΑÏγ","Σεπ","Οκτ","Îοέ","Δεκ"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["ΚυÏιακή","ΔευτέÏα","ΤÏίτη","ΤετάÏτη","Πέμπτη","ΠαÏασκευή","Σάββατο"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.el_GR.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.el_GR.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} Επιλεγμένες σειÏές"});Ext.define("Ext.locale.el_GR.tab.Tab",{override:"Ext.tab.Tab",closeText:"Κλείστε το tab"});Ext.define("Ext.locale.el_GR.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Το πεÏιεχόμενο του πεδίου δεν είναι αποδεκτό"});Ext.define("Ext.locale.el_GR.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"ΜεταφόÏτωση δεδομένων..."});Ext.define("Ext.locale.el_GR.picker.Date",{override:"Ext.picker.Date",todayText:"ΣήμεÏα",minText:"Η ΗμεÏομηνία είναι Ï€ÏογενέστεÏη από την παλαιότεÏη αποδεκτή",maxText:"Η ΗμεÏομηνία είναι μεταγενέστεÏη από την νεότεÏη αποδεκτή",disabledDaysText:"",disabledDatesText:"",nextText:"Επόμενος Μήνας (Control+Δεξί Βέλος)",prevText:"ΠÏοηγοÏμενος Μήνας (Control + ΑÏιστεÏÏŒ Βέλος)",monthYearText:"Επιλογή Μηνός (Control + Επάνω/Κάτω Βέλος για μεταβολή ετών)",todayTip:"{0} (ΠΛήκτÏο Διαστήματος)",format:"d/m/y"});Ext.define("Ext.locale.el_GR.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Σελίδα",afterPageText:"από {0}",firstText:"ΠÏώτη Σελίδα",prevText:"ΠÏοηγοÏμενη Σελίδα",nextText:"Επόμενη Σελίδα",lastText:"Τελευταία Σελίδα",refreshText:"Ανανέωση",displayMsg:"Εμφάνιση {0} - {1} από {2}",emptyMsg:"Δεν υπάÏχουν δεδομένα"});Ext.define("Ext.locale.el_GR.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Το μικÏότεÏο αποδεκτό μήκος για το πεδίο είναι {0}",maxLengthText:"Το μεγαλÏτεÏο αποδεκτό μήκος για το πεδίο είναι {0}",blankText:"Το πεδίο είναι υποχÏεωτικό",regexText:"",emptyText:null});Ext.define("Ext.locale.el_GR.form.field.Number",{override:"Ext.form.field.Number",minText:"Η μικÏότεÏη τιμή του πεδίου είναι {0}",maxText:"Η μεγαλÏτεÏη τιμή του πεδίου είναι {0}",nanText:"{0} δεν είναι αποδεκτός αÏιθμός"});Ext.define("Ext.locale.el_GR.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"ΑνενεÏγό",disabledDatesText:"ΑνενεÏγό",minText:"Η ημεÏομηνία Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… πεδίου Ï€Ïέπει να είναι μετά την {0}",maxText:"Η ημεÏομηνία Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… πεδίου Ï€Ïέπει να είναι Ï€Ïιν την {0}",invalidText:"{0} δεν είναι έγκυÏη ημεÏομηνία - Ï€Ïέπει να είναι στη μοÏφή {1}",format:"d/m/y"});Ext.define("Ext.locale.el_GR.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"ΜεταφόÏτωση δεδομένων..."})});Ext.define("Ext.locale.el_GR.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Το πεδίο δέχεται μόνο διευθÏνσεις Email σε μοÏφή "user@example.com"',urlText:'Το πεδίο δέχεται μόνο URL σε μοÏφή "http://www.example.com"',alphaText:"Το πεδίο δέχεται μόνο χαÏακτήÏες και _",alphanumText:"Το πεδίο δέχεται μόνο χαÏακτήÏες, αÏιθμοÏÏ‚ και _"});Ext.define("Ext.locale.el_GR.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Δώστε τη διεÏθυνση (URL) για το σÏνδεσμο (link):"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Έντονα (Ctrl+B)",text:"Κάνετε το Ï€Ïοεπιλεγμένο κείμενο έντονο.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Πλάγια (Ctrl+I)",text:"Κάνετε το Ï€Ïοεπιλεγμένο κείμενο πλάγιο.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"ΥπογÏάμμιση (Ctrl+U)",text:"ΥπογÏαμμίζετε το Ï€Ïοεπιλεγμένο κείμενο.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Μεγέθυνση κειμένου",text:"Μεγαλώνετε τη γÏαμματοσειÏά.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"ΣμίκÏυνση κειμένου",text:"ΜικÏαίνετε τη γÏαμματοσειÏά.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"ΧÏώμα Φόντου Κειμένου",text:"Αλλάζετε το χÏώμα στο φόντο του Ï€Ïοεπιλεγμένου κειμένου.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"ΧÏώμα ΓÏαμματοσειÏάς",text:"Αλλάζετε το χÏώμα στη γÏαμματοσειÏά του Ï€Ïοεπιλεγμένου κειμένου.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"ΑÏιστεÏή Στοίχιση Κειμένου",text:"Στοιχίζετε το κείμενο στα αÏιστεÏά.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"ΚεντÏάÏισμα Κειμένου",text:"Στοιχίζετε το κείμενο στο κέντÏο.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Δεξιά Στοίχιση Κειμένου",text:"Στοιχίζετε το κείμενο στα δεξιά.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Εισαγωγή Λίστας Κουκίδων",text:"Ξεκινήστε μια λίστα με κουκίδες.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Εισαγωγή Λίστας ΑÏίθμησης",text:"Ξεκινήστε μια λίστα με αÏίθμηση.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperlink",text:"ΜετατÏέπετε το Ï€Ïοεπιλεγμένο κείμενο σε Link.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"ΕπεξεÏγασία Κώδικα",text:"Μεταβαίνετε στη λειτουÏγία επεξεÏγασίας κώδικα.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.el_GR.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"ΑÏξουσα ταξινόμηση",sortDescText:"Φθίνουσα ταξινόμηση",lockText:"Κλείδωμα στήλης",unlockText:"Ξεκλείδωμα στήλης",columnsText:"Στήλες"});Ext.define("Ext.locale.el_GR.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Καμμία)",groupByText:"Ομαδοποίηση βάσει Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… πεδίου",showGroupsText:"Îα εμφανίζεται στις ομάδες"});Ext.define("Ext.locale.el_GR.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Όνομα",valueText:"ΠεÏιεχόμενο",dateFormat:"d/m/Y"});Ext.define("Ext.locale.el_GR.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"ΆκυÏο",yes:"Îαι",no:"Όχι"}});Ext.define("Ext.locale.el_GR.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-en-debug.js b/src/webapp/js/classic/locale/locale-en-debug.js deleted file mode 100644 index b5c48da..0000000 --- a/src/webapp/js/classic/locale/locale-en-debug.js +++ /dev/null @@ -1,403 +0,0 @@ -/** - * List compiled by mystix on the extjs.com forums. - * Thank you Mystix! - * - * English Translations - * updated to 2.2 by Condor (8 Aug 2008) - */ -Ext.onReady(function() { - - if (Ext.data && Ext.data.Types) { - Ext.data.Types.stripRe = /[\$,%]/g; - } - - if (Ext.Date) { - Ext.Date.monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - - Ext.Date.parseCodes.S.s = "(?:st|nd|rd|th)"; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: ',', - decimalSeparator: '.', - currencySign: '$', - dateFormat: 'm/d/Y' - }); - } -}); - -Ext.define("Ext.locale.en.data.validator.Bound", { - override: "Ext.data.validator.Bound", - emptyMessage: "Must be present" -}); - -Ext.define("Ext.locale.en.data.validator.Email", { - override: "Ext.data.validator.Email", - message: "Is not a valid email address" -}); - -Ext.define("Ext.locale.en.data.validator.Exclusion", { - override: "Ext.data.validator.Exclusion", - message: "Is a value that has been excluded" -}); - -Ext.define("Ext.locale.en.data.validator.Format", { - override: "Ext.data.validator.Format", - message: "Is in the wrong format" -}); - -Ext.define("Ext.locale.en.data.validator.Inclusion", { - override: "Ext.data.validator.Inclusion", - message: "Is not in the list of acceptable values" -}); - -Ext.define("Ext.locale.en.data.validator.Length", { - override: "Ext.data.validator.Length", - minOnlyMessage: "Length must be at least {0}", - maxOnlyMessage: "Length must be no more than {0}", - bothMessage: "Length must be between {0} and {1}" -}); - -Ext.define("Ext.locale.en.data.validator.Presence", { - override: "Ext.data.validator.Presence", - message: "Must be present" -}); - -Ext.define("Ext.locale.en.data.validator.Range", { - override: "Ext.data.validator.Range", - minOnlyMessage: "Must be must be at least {0}", - maxOnlyMessage: "Must be no more than than {0}", - bothMessage: "Must be between {0} and {1}", - nanMessage: "Must be numeric" -}); - -Ext.define("Ext.locale.en.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.en.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} selected row{1}" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.en.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Loading..." -}); - -Ext.define("Ext.locale.en.picker.Date", { - override: "Ext.picker.Date", - todayText: "Today", - minText: "This date is before the minimum date", - maxText: "This date is after the maximum date", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Next Month (Control+Right)', - prevText: 'Previous Month (Control+Left)', - monthYearText: 'Choose a month (Control+Up/Down to move years)', - todayTip: "{0} (Spacebar)", - format: "m/d/y", - startDay: 0 -}); - -Ext.define("Ext.locale.en.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Cancel" -}); - -Ext.define("Ext.locale.en.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Page", - afterPageText: "of {0}", - firstText: "First Page", - prevText: "Previous Page", - nextText: "Next Page", - lastText: "Last Page", - refreshText: "Refresh", - displayMsg: "Displaying {0} - {1} of {2}", - emptyMsg: 'No data to display' -}); - -Ext.define("Ext.locale.en.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Please Wait..." -}); - -Ext.define("Ext.locale.en.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "The value in this field is invalid" -}); - -Ext.define("Ext.locale.en.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "The minimum length for this field is {0}", - maxLengthText: "The maximum length for this field is {0}", - blankText: "This field is required", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.en.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: "The minimum value for this field is {0}", - maxText: "The maximum value for this field is {0}", - nanText: "{0} is not a valid number" -}); - -Ext.define("Ext.locale.en.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Disabled", - disabledDatesText: "Disabled", - minText: "The date in this field must be after {0}", - maxText: "The date in this field must be before {0}", - invalidText: "{0} is not a valid date - it must be in the format {1}", - format: "m/d/y", - altFormats: "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d" -}); - -Ext.define("Ext.locale.en.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Loading..." - }); -}); - -Ext.define("Ext.locale.en.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'This field should be an e-mail address in the format "user@example.com"', - urlText: 'This field should be a URL in the format "http:/' + '/www.example.com"', - alphaText: 'This field should only contain letters and _', - alphanumText: 'This field should only contain letters, numbers and _' -}); - -Ext.define("Ext.locale.en.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Please enter the URL for the link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Bold (Ctrl+B)', - text: 'Make the selected text bold.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Italic (Ctrl+I)', - text: 'Make the selected text italic.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Underline (Ctrl+U)', - text: 'Underline the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Grow Text', - text: 'Increase the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Shrink Text', - text: 'Decrease the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Text Highlight Color', - text: 'Change the background color of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Font Color', - text: 'Change the color of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Align Text Left', - text: 'Align text to the left.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Center Text', - text: 'Center text in the editor.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Align Text Right', - text: 'Align text to the right.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Bullet List', - text: 'Start a bulleted list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numbered List', - text: 'Start a numbered list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'Make the selected text a hyperlink.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Source Edit', - text: 'Switch to source editing mode.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.en.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sort Ascending", - sortDescText: "Sort Descending", - columnsText: "Columns" -}); - -Ext.define("Ext.locale.en.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(None)', - groupByText: 'Group by this field', - showGroupsText: 'Show in Groups' -}); - -Ext.define("Ext.locale.en.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Name", - valueText: "Value", - dateFormat: "m/j/Y", - trueText: "true", - falseText: "false" -}); - -Ext.define("Ext.locale.en.grid.BooleanColumn", { - override: "Ext.grid.BooleanColumn", - trueText: "true", - falseText: "false", - undefinedText: ' ' -}); - -Ext.define("Ext.locale.en.grid.NumberColumn", { - override: "Ext.grid.NumberColumn", - format: '0,000.00' -}); - -Ext.define("Ext.locale.en.grid.DateColumn", { - override: "Ext.grid.DateColumn", - format: 'm/d/Y' -}); - -Ext.define("Ext.locale.en.form.field.Time", { - override: "Ext.form.field.Time", - minText: "The time in this field must be equal to or after {0}", - maxText: "The time in this field must be equal to or before {0}", - invalidText: "{0} is not a valid time", - format: "g:i A", - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.en.form.field.File", { - override: "Ext.form.field.File", - buttonText: "Browse..." -}); - -Ext.define("Ext.locale.en.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "You must select at least one item in this group" -}); - -Ext.define("Ext.locale.en.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "You must select one item in this group" -}); - -Ext.define("Ext.locale.en.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Cancel", - yes: "Yes", - no: "No" - } -}); - -Ext.define("Ext.locale.en.grid.filters.Filters", { - override: "Ext.grid.filters.Filters", - menuFilterText: "Filters" -}); - -Ext.define("Ext.locale.en.grid.filters.filter.Boolean", { - override: "Ext.grid.filters.filter.Boolean", - yesText: "Yes", - noText: "No" -}); - -Ext.define("Ext.locale.en.grid.filters.filter.Date", { - override: "Ext.grid.filters.filter.Date", - fields: { - lt: {text: 'Before'}, - gt: {text: 'After'}, - eq: {text: 'On'} - }, - // Defaults to Ext.Date.defaultFormat - dateFormat: null -}); - -Ext.define("Ext.locale.en.grid.filters.filter.List", { - override: "Ext.grid.filters.filter.List", - loadingText: "Loading..." -}); - -Ext.define("Ext.locale.en.grid.filters.filter.Number", { - override: "Ext.grid.filters.filter.Number", - emptyText: "Enter Number..." -}); - -Ext.define("Ext.locale.en.grid.filters.filter.String", { - override: "Ext.grid.filters.filter.String", - emptyText: "Enter Filter Text..." -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.en.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-en.js b/src/webapp/js/classic/locale/locale-en.js deleted file mode 100644 index 47e999b..0000000 --- a/src/webapp/js/classic/locale/locale-en.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.data&&Ext.data.Types){Ext.data.Types.stripRe=/[\$,%]/g}if(Ext.Date){Ext.Date.monthNames=["January","February","March","April","May","June","July","August","September","October","November","December"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)};Ext.Date.parseCodes.S.s="(?:st|nd|rd|th)"}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:",",decimalSeparator:".",currencySign:"$",dateFormat:"m/d/Y"})}});Ext.define("Ext.locale.en.data.validator.Bound",{override:"Ext.data.validator.Bound",emptyMessage:"Must be present"});Ext.define("Ext.locale.en.data.validator.Email",{override:"Ext.data.validator.Email",message:"Is not a valid email address"});Ext.define("Ext.locale.en.data.validator.Exclusion",{override:"Ext.data.validator.Exclusion",message:"Is a value that has been excluded"});Ext.define("Ext.locale.en.data.validator.Format",{override:"Ext.data.validator.Format",message:"Is in the wrong format"});Ext.define("Ext.locale.en.data.validator.Inclusion",{override:"Ext.data.validator.Inclusion",message:"Is not in the list of acceptable values"});Ext.define("Ext.locale.en.data.validator.Length",{override:"Ext.data.validator.Length",minOnlyMessage:"Length must be at least {0}",maxOnlyMessage:"Length must be no more than {0}",bothMessage:"Length must be between {0} and {1}"});Ext.define("Ext.locale.en.data.validator.Presence",{override:"Ext.data.validator.Presence",message:"Must be present"});Ext.define("Ext.locale.en.data.validator.Range",{override:"Ext.data.validator.Range",minOnlyMessage:"Must be must be at least {0}",maxOnlyMessage:"Must be no more than than {0}",bothMessage:"Must be between {0} and {1}",nanMessage:"Must be numeric"});Ext.define("Ext.locale.en.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.en.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} selected row{1}"});Ext.define("Ext.locale.en.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Loading..."});Ext.define("Ext.locale.en.picker.Date",{override:"Ext.picker.Date",todayText:"Today",minText:"This date is before the minimum date",maxText:"This date is after the maximum date",disabledDaysText:"",disabledDatesText:"",nextText:"Next Month (Control+Right)",prevText:"Previous Month (Control+Left)",monthYearText:"Choose a month (Control+Up/Down to move years)",todayTip:"{0} (Spacebar)",format:"m/d/y",startDay:0});Ext.define("Ext.locale.en.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Cancel"});Ext.define("Ext.locale.en.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Page",afterPageText:"of {0}",firstText:"First Page",prevText:"Previous Page",nextText:"Next Page",lastText:"Last Page",refreshText:"Refresh",displayMsg:"Displaying {0} - {1} of {2}",emptyMsg:"No data to display"});Ext.define("Ext.locale.en.form.Basic",{override:"Ext.form.Basic",waitTitle:"Please Wait..."});Ext.define("Ext.locale.en.form.field.Base",{override:"Ext.form.field.Base",invalidText:"The value in this field is invalid"});Ext.define("Ext.locale.en.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"The minimum length for this field is {0}",maxLengthText:"The maximum length for this field is {0}",blankText:"This field is required",regexText:"",emptyText:null});Ext.define("Ext.locale.en.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"The minimum value for this field is {0}",maxText:"The maximum value for this field is {0}",nanText:"{0} is not a valid number"});Ext.define("Ext.locale.en.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Disabled",disabledDatesText:"Disabled",minText:"The date in this field must be after {0}",maxText:"The date in this field must be before {0}",invalidText:"{0} is not a valid date - it must be in the format {1}",format:"m/d/y",altFormats:"m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"});Ext.define("Ext.locale.en.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Loading..."})});Ext.define("Ext.locale.en.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'This field should be an e-mail address in the format "user@example.com"',urlText:'This field should be a URL in the format "http://www.example.com"',alphaText:"This field should only contain letters and _",alphanumText:"This field should only contain letters, numbers and _"});Ext.define("Ext.locale.en.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Please enter the URL for the link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Bold (Ctrl+B)",text:"Make the selected text bold.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Italic (Ctrl+I)",text:"Make the selected text italic.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Underline (Ctrl+U)",text:"Underline the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Grow Text",text:"Increase the font size.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Shrink Text",text:"Decrease the font size.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Text Highlight Color",text:"Change the background color of the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Font Color",text:"Change the color of the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Align Text Left",text:"Align text to the left.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Center Text",text:"Center text in the editor.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Align Text Right",text:"Align text to the right.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Bullet List",text:"Start a bulleted list.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numbered List",text:"Start a numbered list.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperlink",text:"Make the selected text a hyperlink.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Source Edit",text:"Switch to source editing mode.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.en.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sort Ascending",sortDescText:"Sort Descending",columnsText:"Columns"});Ext.define("Ext.locale.en.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(None)",groupByText:"Group by this field",showGroupsText:"Show in Groups"});Ext.define("Ext.locale.en.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Name",valueText:"Value",dateFormat:"m/j/Y",trueText:"true",falseText:"false"});Ext.define("Ext.locale.en.grid.BooleanColumn",{override:"Ext.grid.BooleanColumn",trueText:"true",falseText:"false",undefinedText:" "});Ext.define("Ext.locale.en.grid.NumberColumn",{override:"Ext.grid.NumberColumn",format:"0,000.00"});Ext.define("Ext.locale.en.grid.DateColumn",{override:"Ext.grid.DateColumn",format:"m/d/Y"});Ext.define("Ext.locale.en.form.field.Time",{override:"Ext.form.field.Time",minText:"The time in this field must be equal to or after {0}",maxText:"The time in this field must be equal to or before {0}",invalidText:"{0} is not a valid time",format:"g:i A",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"});Ext.define("Ext.locale.en.form.field.File",{override:"Ext.form.field.File",buttonText:"Browse..."});Ext.define("Ext.locale.en.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"You must select at least one item in this group"});Ext.define("Ext.locale.en.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"You must select one item in this group"});Ext.define("Ext.locale.en.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Cancel",yes:"Yes",no:"No"}});Ext.define("Ext.locale.en.grid.filters.Filters",{override:"Ext.grid.filters.Filters",menuFilterText:"Filters"});Ext.define("Ext.locale.en.grid.filters.filter.Boolean",{override:"Ext.grid.filters.filter.Boolean",yesText:"Yes",noText:"No"});Ext.define("Ext.locale.en.grid.filters.filter.Date",{override:"Ext.grid.filters.filter.Date",fields:{lt:{text:"Before"},gt:{text:"After"},eq:{text:"On"}},dateFormat:null});Ext.define("Ext.locale.en.grid.filters.filter.List",{override:"Ext.grid.filters.filter.List",loadingText:"Loading..."});Ext.define("Ext.locale.en.grid.filters.filter.Number",{override:"Ext.grid.filters.filter.Number",emptyText:"Enter Number..."});Ext.define("Ext.locale.en.grid.filters.filter.String",{override:"Ext.grid.filters.filter.String",emptyText:"Enter Filter Text..."});Ext.define("Ext.locale.en.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-en_AU-debug.js b/src/webapp/js/classic/locale/locale-en_AU-debug.js deleted file mode 100644 index b040db9..0000000 --- a/src/webapp/js/classic/locale/locale-en_AU-debug.js +++ /dev/null @@ -1,388 +0,0 @@ -/** - * List compiled by mystix on the extjs.com forums. - * Thank you Mystix! - * - * English (AU) Translations - * created by Dawesi (2012) - modified from en_GB - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.defaultDateFormat = "d/m/Y"; - Ext.Date.monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - - Ext.Date.parseCodes.S.s = "(?:st|nd|rd|th)"; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: ',', - decimalSeparator: '.', - currencySign: '$', // AU dollar - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.en_AU.data.validator.Bound", { - override: "Ext.data.validator.Bound", - emptyMessage: "Must be present" -}); - -Ext.define("Ext.locale.en_AU.data.validator.Email", { - override: "Ext.data.validator.Email", - message: "Is not a valid email address" -}); - -Ext.define("Ext.locale.en_AU.data.validator.Exclusion", { - override: "Ext.data.validator.Exclusion", - message: "Is a value that has been excluded" -}); - -Ext.define("Ext.locale.en_AU.data.validator.Format", { - override: "Ext.data.validator.Format", - message: "Is in the wrong format" -}); - -Ext.define("Ext.locale.en_AU.data.validator.Inclusion", { - override: "Ext.data.validator.Inclusion", - message: "Is not in the list of acceptable values" -}); - -Ext.define("Ext.locale.en_AU.data.validator.Length", { - override: "Ext.data.validator.Length", - minOnlyMessage: "Length must be at least {0}", - maxOnlyMessage: "Length must be no more than {0}", - bothMessage: "Length must be between {0} and {1}" -}); - -Ext.define("Ext.locale.en_AU.data.validator.Presence", { - override: "Ext.data.validator.Presence", - message: "Must be present" -}); - -Ext.define("Ext.locale.en_AU.data.validator.Range", { - override: "Ext.data.validator.Range", - minOnlyMessage: "Must be must be at least {0}", - maxOnlyMessage: "Must be no more than than {0}", - bothMessage: "Must be between {0} and {1}", - nanMessage: "Must be numeric" -}); - -Ext.define("Ext.locale.en_AU.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.en_AU.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} selected row{1}" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.en_AU.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Loading..." -}); - -Ext.define("Ext.locale.en_AU.picker.Date", { - override: "Ext.picker.Date", - todayText: "Today", - minText: "This date is before the minimum date", - maxText: "This date is after the maximum date", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Next Month (Control+Right)', - prevText: 'Previous Month (Control+Left)', - monthYearText: 'Choose a month (Control+Up/Down to move years)', - todayTip: "{0} (Spacebar)", - format: "d/m/Y", - startDay: 0 -}); - -Ext.define("Ext.locale.en_AU.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Cancel" -}); - -Ext.define("Ext.locale.en_AU.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Page", - afterPageText: "of {0}", - firstText: "First Page", - prevText: "Previous Page", - nextText: "Next Page", - lastText: "Last Page", - refreshText: "Refresh", - displayMsg: "Displaying {0} - {1} of {2}", - emptyMsg: 'No data to display' -}); - -Ext.define("Ext.locale.en_AU.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Please Wait..." -}); - -Ext.define("Ext.locale.en_AU.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "The value in this field is invalid" -}); - -Ext.define("Ext.locale.en_AU.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "The minimum length for this field is {0}", - maxLengthText: "The maximum length for this field is {0}", - blankText: "This field is required", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.en_AU.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: "The minimum value for this field is {0}", - maxText: "The maximum value for this field is {0}", - nanText: "{0} is not a valid number" -}); - -Ext.define("Ext.locale.en_AU.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Disabled", - disabledDatesText: "Disabled", - minText: "The date in this field must be after {0}", - maxText: "The date in this field must be before {0}", - invalidText: "{0} is not a valid date - it must be in the format {1}", - format: "d/m/y", - altFormats: "d/m/Y|d/m/y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.en_AU.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Loading..." - }); -}); - -Ext.define("Ext.locale.en_AU.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'This field should be an e-mail address in the format "user@example.com"', - urlText: 'This field should be a URL in the format "http:/' + '/www.example.com"', - alphaText: 'This field should only contain letters and _', - alphanumText: 'This field should only contain letters, numbers and _' -}); - -Ext.define("Ext.locale.en_AU.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Please enter the URL for the link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Bold (Ctrl+B)', - text: 'Make the selected text bold.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Italic (Ctrl+I)', - text: 'Make the selected text italic.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Underline (Ctrl+U)', - text: 'Underline the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Grow Text', - text: 'Increase the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Shrink Text', - text: 'Decrease the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Text Highlight Colour', - text: 'Change the background colour of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Font Colour', - text: 'Change the colour of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Align Text Left', - text: 'Align text to the left.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centre Text', - text: 'Centre text in the editor.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Align Text Right', - text: 'Align text to the right.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Bullet List', - text: 'Start a bulleted list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numbered List', - text: 'Start a numbered list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'Make the selected text a hyperlink.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Source Edit', - text: 'Switch to source editing mode.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.en_AU.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sort Ascending", - sortDescText: "Sort Descending", - columnsText: "Columns" -}); - -Ext.define("Ext.locale.en_AU.grid.DateColumn", { - override: "Ext.grid.DateColumn", - format: 'd/m/Y' -}); - -Ext.define("Ext.locale.en_AU.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(None)', - groupByText: 'Group by this field', - showGroupsText: 'Show in Groups' -}); - -Ext.define("Ext.locale.en_AU.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Name", - valueText: "Value", - dateFormat: "j/m/Y", - trueText: "true", - falseText: "false" -}); - -Ext.define("Ext.locale.en_AU.form.field.Time", { - override: "Ext.form.field.Time", - minText: "The time in this field must be equal to or after {0}", - maxText: "The time in this field must be equal to or before {0}", - invalidText: "{0} is not a valid time", - format: "g:i A", - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.en_AU.form.field.File", { - override: "Ext.form.field.File", - buttonText: "Browse..." -}); - -Ext.define("Ext.locale.en_AU.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "You must select at least one item in this group" -}); - -Ext.define("Ext.locale.en_AU.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "You must select one item in this group" -}); - -Ext.define("Ext.locale.en_AU.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Cancel", - yes: "Yes", - no: "No" - } -}); - -Ext.define("Ext.locale.en_AU.grid.filters.Filters", { - override: "Ext.grid.filters.Filters", - menuFilterText: "Filters" -}); - -Ext.define("Ext.locale.en_AU.grid.filters.filter.Boolean", { - override: "Ext.grid.filters.filter.Boolean", - yesText: "Yes", - noText: "No" -}); - -Ext.define("Ext.locale.en_AU.grid.filters.filter.Date", { - override: "Ext.grid.filters.filter.Date", - fields: { - lt: {text: 'Before'}, - gt: {text: 'After'}, - eq: {text: 'On'} - }, - // Defaults to Ext.Date.defaultFormat - dateFormat: null -}); - -Ext.define("Ext.locale.en_AU.grid.filters.filter.List", { - override: "Ext.grid.filters.filter.List", - loadingText: "Loading..." -}); - -Ext.define("Ext.locale.en_AU.grid.filters.filter.Number", { - override: "Ext.grid.filters.filter.Number", - emptyText: "Enter Number..." -}); - -Ext.define("Ext.locale.en_AU.grid.filters.filter.String", { - override: "Ext.grid.filters.filter.String", - emptyText: "Enter Filter Text..." -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.en_AU.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-en_AU.js b/src/webapp/js/classic/locale/locale-en_AU.js deleted file mode 100644 index b5d773e..0000000 --- a/src/webapp/js/classic/locale/locale-en_AU.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.defaultDateFormat="d/m/Y";Ext.Date.monthNames=["January","February","March","April","May","June","July","August","September","October","November","December"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)};Ext.Date.parseCodes.S.s="(?:st|nd|rd|th)"}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:",",decimalSeparator:".",currencySign:"$",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.en_AU.data.validator.Bound",{override:"Ext.data.validator.Bound",emptyMessage:"Must be present"});Ext.define("Ext.locale.en_AU.data.validator.Email",{override:"Ext.data.validator.Email",message:"Is not a valid email address"});Ext.define("Ext.locale.en_AU.data.validator.Exclusion",{override:"Ext.data.validator.Exclusion",message:"Is a value that has been excluded"});Ext.define("Ext.locale.en_AU.data.validator.Format",{override:"Ext.data.validator.Format",message:"Is in the wrong format"});Ext.define("Ext.locale.en_AU.data.validator.Inclusion",{override:"Ext.data.validator.Inclusion",message:"Is not in the list of acceptable values"});Ext.define("Ext.locale.en_AU.data.validator.Length",{override:"Ext.data.validator.Length",minOnlyMessage:"Length must be at least {0}",maxOnlyMessage:"Length must be no more than {0}",bothMessage:"Length must be between {0} and {1}"});Ext.define("Ext.locale.en_AU.data.validator.Presence",{override:"Ext.data.validator.Presence",message:"Must be present"});Ext.define("Ext.locale.en_AU.data.validator.Range",{override:"Ext.data.validator.Range",minOnlyMessage:"Must be must be at least {0}",maxOnlyMessage:"Must be no more than than {0}",bothMessage:"Must be between {0} and {1}",nanMessage:"Must be numeric"});Ext.define("Ext.locale.en_AU.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.en_AU.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} selected row{1}"});Ext.define("Ext.locale.en_AU.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Loading..."});Ext.define("Ext.locale.en_AU.picker.Date",{override:"Ext.picker.Date",todayText:"Today",minText:"This date is before the minimum date",maxText:"This date is after the maximum date",disabledDaysText:"",disabledDatesText:"",nextText:"Next Month (Control+Right)",prevText:"Previous Month (Control+Left)",monthYearText:"Choose a month (Control+Up/Down to move years)",todayTip:"{0} (Spacebar)",format:"d/m/Y",startDay:0});Ext.define("Ext.locale.en_AU.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Cancel"});Ext.define("Ext.locale.en_AU.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Page",afterPageText:"of {0}",firstText:"First Page",prevText:"Previous Page",nextText:"Next Page",lastText:"Last Page",refreshText:"Refresh",displayMsg:"Displaying {0} - {1} of {2}",emptyMsg:"No data to display"});Ext.define("Ext.locale.en_AU.form.Basic",{override:"Ext.form.Basic",waitTitle:"Please Wait..."});Ext.define("Ext.locale.en_AU.form.field.Base",{override:"Ext.form.field.Base",invalidText:"The value in this field is invalid"});Ext.define("Ext.locale.en_AU.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"The minimum length for this field is {0}",maxLengthText:"The maximum length for this field is {0}",blankText:"This field is required",regexText:"",emptyText:null});Ext.define("Ext.locale.en_AU.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"The minimum value for this field is {0}",maxText:"The maximum value for this field is {0}",nanText:"{0} is not a valid number"});Ext.define("Ext.locale.en_AU.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Disabled",disabledDatesText:"Disabled",minText:"The date in this field must be after {0}",maxText:"The date in this field must be before {0}",invalidText:"{0} is not a valid date - it must be in the format {1}",format:"d/m/y",altFormats:"d/m/Y|d/m/y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.en_AU.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Loading..."})});Ext.define("Ext.locale.en_AU.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'This field should be an e-mail address in the format "user@example.com"',urlText:'This field should be a URL in the format "http://www.example.com"',alphaText:"This field should only contain letters and _",alphanumText:"This field should only contain letters, numbers and _"});Ext.define("Ext.locale.en_AU.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Please enter the URL for the link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Bold (Ctrl+B)",text:"Make the selected text bold.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Italic (Ctrl+I)",text:"Make the selected text italic.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Underline (Ctrl+U)",text:"Underline the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Grow Text",text:"Increase the font size.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Shrink Text",text:"Decrease the font size.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Text Highlight Colour",text:"Change the background colour of the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Font Colour",text:"Change the colour of the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Align Text Left",text:"Align text to the left.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centre Text",text:"Centre text in the editor.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Align Text Right",text:"Align text to the right.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Bullet List",text:"Start a bulleted list.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numbered List",text:"Start a numbered list.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperlink",text:"Make the selected text a hyperlink.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Source Edit",text:"Switch to source editing mode.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.en_AU.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sort Ascending",sortDescText:"Sort Descending",columnsText:"Columns"});Ext.define("Ext.locale.en_AU.grid.DateColumn",{override:"Ext.grid.DateColumn",format:"d/m/Y"});Ext.define("Ext.locale.en_AU.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(None)",groupByText:"Group by this field",showGroupsText:"Show in Groups"});Ext.define("Ext.locale.en_AU.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Name",valueText:"Value",dateFormat:"j/m/Y",trueText:"true",falseText:"false"});Ext.define("Ext.locale.en_AU.form.field.Time",{override:"Ext.form.field.Time",minText:"The time in this field must be equal to or after {0}",maxText:"The time in this field must be equal to or before {0}",invalidText:"{0} is not a valid time",format:"g:i A",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"});Ext.define("Ext.locale.en_AU.form.field.File",{override:"Ext.form.field.File",buttonText:"Browse..."});Ext.define("Ext.locale.en_AU.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"You must select at least one item in this group"});Ext.define("Ext.locale.en_AU.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"You must select one item in this group"});Ext.define("Ext.locale.en_AU.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Cancel",yes:"Yes",no:"No"}});Ext.define("Ext.locale.en_AU.grid.filters.Filters",{override:"Ext.grid.filters.Filters",menuFilterText:"Filters"});Ext.define("Ext.locale.en_AU.grid.filters.filter.Boolean",{override:"Ext.grid.filters.filter.Boolean",yesText:"Yes",noText:"No"});Ext.define("Ext.locale.en_AU.grid.filters.filter.Date",{override:"Ext.grid.filters.filter.Date",fields:{lt:{text:"Before"},gt:{text:"After"},eq:{text:"On"}},dateFormat:null});Ext.define("Ext.locale.en_AU.grid.filters.filter.List",{override:"Ext.grid.filters.filter.List",loadingText:"Loading..."});Ext.define("Ext.locale.en_AU.grid.filters.filter.Number",{override:"Ext.grid.filters.filter.Number",emptyText:"Enter Number..."});Ext.define("Ext.locale.en_AU.grid.filters.filter.String",{override:"Ext.grid.filters.filter.String",emptyText:"Enter Filter Text..."});Ext.define("Ext.locale.en_AU.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-en_GB-debug.js b/src/webapp/js/classic/locale/locale-en_GB-debug.js deleted file mode 100644 index e3473b5..0000000 --- a/src/webapp/js/classic/locale/locale-en_GB-debug.js +++ /dev/null @@ -1,390 +0,0 @@ -/** - * List compiled by mystix on the extjs.com forums. - * Thank you Mystix! - * - * English (UK) Translations - * updated to 2.2 by Condor (8 Aug 2008) - * updated by Dawesi (7 Dec 2012) - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.defaultDateFormat = "d/m/Y"; - Ext.Date.monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - - Ext.Date.parseCodes.S.s = "(?:st|nd|rd|th)"; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: ',', - decimalSeparator: '.', - currencySign: '£', - // UK Pound - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.en_GB.data.validator.Bound", { - override: "Ext.data.validator.Bound", - emptyMessage: "Must be present" -}); - -Ext.define("Ext.locale.en_GB.data.validator.Email", { - override: "Ext.data.validator.Email", - message: "Is not a valid email address" -}); - -Ext.define("Ext.locale.en_GB.data.validator.Exclusion", { - override: "Ext.data.validator.Exclusion", - message: "Is a value that has been excluded" -}); - -Ext.define("Ext.locale.en_GB.data.validator.Format", { - override: "Ext.data.validator.Format", - message: "Is in the wrong format" -}); - -Ext.define("Ext.locale.en_GB.data.validator.Inclusion", { - override: "Ext.data.validator.Inclusion", - message: "Is not in the list of acceptable values" -}); - -Ext.define("Ext.locale.en_GB.data.validator.Length", { - override: "Ext.data.validator.Length", - minOnlyMessage: "Length must be at least {0}", - maxOnlyMessage: "Length must be no more than {0}", - bothMessage: "Length must be between {0} and {1}" -}); - -Ext.define("Ext.locale.en_GB.data.validator.Presence", { - override: "Ext.data.validator.Presence", - message: "Must be present" -}); - -Ext.define("Ext.locale.en_GB.data.validator.Range", { - override: "Ext.data.validator.Range", - minOnlyMessage: "Must be must be at least {0}", - maxOnlyMessage: "Must be no more than than {0}", - bothMessage: "Must be between {0} and {1}", - nanMessage: "Must be numeric" -}); - -Ext.define("Ext.locale.en_GB.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.en_GB.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} selected row{1}" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.en_GB.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Loading..." -}); - -Ext.define("Ext.locale.en_GB.picker.Date", { - override: "Ext.picker.Date", - todayText: "Today", - minText: "This date is before the minimum date", - maxText: "This date is after the maximum date", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Next Month (Control+Right)', - prevText: 'Previous Month (Control+Left)', - monthYearText: 'Choose a month (Control+Up/Down to move years)', - todayTip: "{0} (Spacebar)", - format: "d/m/Y", - startDay: 0 -}); - -Ext.define("Ext.locale.en_GB.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Cancel" -}); - -Ext.define("Ext.locale.en_GB.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Page", - afterPageText: "of {0}", - firstText: "First Page", - prevText: "Previous Page", - nextText: "Next Page", - lastText: "Last Page", - refreshText: "Refresh", - displayMsg: "Displaying {0} - {1} of {2}", - emptyMsg: 'No data to display' -}); - -Ext.define("Ext.locale.en_GB.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Please Wait..." -}); - -Ext.define("Ext.locale.en_GB.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "The value in this field is invalid" -}); - -Ext.define("Ext.locale.en_GB.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "The minimum length for this field is {0}", - maxLengthText: "The maximum length for this field is {0}", - blankText: "This field is required", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.en_GB.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: "The minimum value for this field is {0}", - maxText: "The maximum value for this field is {0}", - nanText: "{0} is not a valid number" -}); - -Ext.define("Ext.locale.en_GB.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Disabled", - disabledDatesText: "Disabled", - minText: "The date in this field must be after {0}", - maxText: "The date in this field must be before {0}", - invalidText: "{0} is not a valid date - it must be in the format {1}", - format: "d/m/y", - altFormats: "d/m/Y|d/m/y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.en_GB.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Loading..." - }); -}); - -Ext.define("Ext.locale.en_GB.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'This field should be an e-mail address in the format "user@example.com"', - urlText: 'This field should be a URL in the format "http:/' + '/www.example.com"', - alphaText: 'This field should only contain letters and _', - alphanumText: 'This field should only contain letters, numbers and _' -}); - -Ext.define("Ext.locale.en_GB.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Please enter the URL for the link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Bold (Ctrl+B)', - text: 'Make the selected text bold.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Italic (Ctrl+I)', - text: 'Make the selected text italic.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Underline (Ctrl+U)', - text: 'Underline the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Grow Text', - text: 'Increase the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Shrink Text', - text: 'Decrease the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Text Highlight Colour', - text: 'Change the background colour of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Font Colour', - text: 'Change the colour of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Align Text Left', - text: 'Align text to the left.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centre Text', - text: 'Centre text in the editor.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Align Text Right', - text: 'Align text to the right.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Bullet List', - text: 'Start a bulleted list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numbered List', - text: 'Start a numbered list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'Make the selected text a hyperlink.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Source Edit', - text: 'Switch to source editing mode.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.en_GB.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sort Ascending", - sortDescText: "Sort Descending", - columnsText: "Columns" -}); - -Ext.define("Ext.locale.en_GB.grid.DateColumn", { - override: "Ext.grid.DateColumn", - format: 'd/m/Y' -}); - -Ext.define("Ext.locale.en_GB.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(None)', - groupByText: 'Group by this field', - showGroupsText: 'Show in Groups' -}); - -Ext.define("Ext.locale.en_GB.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Name", - valueText: "Value", - dateFormat: "j/m/Y", - trueText: "true", - falseText: "false" -}); - -Ext.define("Ext.locale.en_GB.form.field.Time", { - override: "Ext.form.field.Time", - minText: "The time in this field must be equal to or after {0}", - maxText: "The time in this field must be equal to or before {0}", - invalidText: "{0} is not a valid time", - format: "g:i A", - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.en_GB.form.field.File", { - override: "Ext.form.field.File", - buttonText: "Browse..." -}); - -Ext.define("Ext.locale.en_GB.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "You must select at least one item in this group" -}); - -Ext.define("Ext.locale.en_GB.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "You must select one item in this group" -}); - -Ext.define("Ext.locale.en_GB.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Cancel", - yes: "Yes", - no: "No" - } -}); - -Ext.define("Ext.locale.en_GB.grid.filters.Filters", { - override: "Ext.grid.filters.Filters", - menuFilterText: "Filters" -}); - -Ext.define("Ext.locale.en_GB.grid.filters.filter.Boolean", { - override: "Ext.grid.filters.filter.Boolean", - yesText: "Yes", - noText: "No" -}); - -Ext.define("Ext.locale.en_GB.grid.filters.filter.Date", { - override: "Ext.grid.filters.filter.Date", - fields: { - lt: {text: 'Before'}, - gt: {text: 'After'}, - eq: {text: 'On'} - }, - // Defaults to Ext.Date.defaultFormat - dateFormat: null -}); - -Ext.define("Ext.locale.en_GB.grid.filters.filter.List", { - override: "Ext.grid.filters.filter.List", - loadingText: "Loading..." -}); - -Ext.define("Ext.locale.en_GB.grid.filters.filter.Number", { - override: "Ext.grid.filters.filter.Number", - emptyText: "Enter Number..." -}); - -Ext.define("Ext.locale.en_GB.grid.filters.filter.String", { - override: "Ext.grid.filters.filter.String", - emptyText: "Enter Filter Text..." -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.en_GB.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-en_GB.js b/src/webapp/js/classic/locale/locale-en_GB.js deleted file mode 100644 index 92c6f27..0000000 --- a/src/webapp/js/classic/locale/locale-en_GB.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.defaultDateFormat="d/m/Y";Ext.Date.monthNames=["January","February","March","April","May","June","July","August","September","October","November","December"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)};Ext.Date.parseCodes.S.s="(?:st|nd|rd|th)"}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:",",decimalSeparator:".",currencySign:"£",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.en_GB.data.validator.Bound",{override:"Ext.data.validator.Bound",emptyMessage:"Must be present"});Ext.define("Ext.locale.en_GB.data.validator.Email",{override:"Ext.data.validator.Email",message:"Is not a valid email address"});Ext.define("Ext.locale.en_GB.data.validator.Exclusion",{override:"Ext.data.validator.Exclusion",message:"Is a value that has been excluded"});Ext.define("Ext.locale.en_GB.data.validator.Format",{override:"Ext.data.validator.Format",message:"Is in the wrong format"});Ext.define("Ext.locale.en_GB.data.validator.Inclusion",{override:"Ext.data.validator.Inclusion",message:"Is not in the list of acceptable values"});Ext.define("Ext.locale.en_GB.data.validator.Length",{override:"Ext.data.validator.Length",minOnlyMessage:"Length must be at least {0}",maxOnlyMessage:"Length must be no more than {0}",bothMessage:"Length must be between {0} and {1}"});Ext.define("Ext.locale.en_GB.data.validator.Presence",{override:"Ext.data.validator.Presence",message:"Must be present"});Ext.define("Ext.locale.en_GB.data.validator.Range",{override:"Ext.data.validator.Range",minOnlyMessage:"Must be must be at least {0}",maxOnlyMessage:"Must be no more than than {0}",bothMessage:"Must be between {0} and {1}",nanMessage:"Must be numeric"});Ext.define("Ext.locale.en_GB.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.en_GB.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} selected row{1}"});Ext.define("Ext.locale.en_GB.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Loading..."});Ext.define("Ext.locale.en_GB.picker.Date",{override:"Ext.picker.Date",todayText:"Today",minText:"This date is before the minimum date",maxText:"This date is after the maximum date",disabledDaysText:"",disabledDatesText:"",nextText:"Next Month (Control+Right)",prevText:"Previous Month (Control+Left)",monthYearText:"Choose a month (Control+Up/Down to move years)",todayTip:"{0} (Spacebar)",format:"d/m/Y",startDay:0});Ext.define("Ext.locale.en_GB.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Cancel"});Ext.define("Ext.locale.en_GB.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Page",afterPageText:"of {0}",firstText:"First Page",prevText:"Previous Page",nextText:"Next Page",lastText:"Last Page",refreshText:"Refresh",displayMsg:"Displaying {0} - {1} of {2}",emptyMsg:"No data to display"});Ext.define("Ext.locale.en_GB.form.Basic",{override:"Ext.form.Basic",waitTitle:"Please Wait..."});Ext.define("Ext.locale.en_GB.form.field.Base",{override:"Ext.form.field.Base",invalidText:"The value in this field is invalid"});Ext.define("Ext.locale.en_GB.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"The minimum length for this field is {0}",maxLengthText:"The maximum length for this field is {0}",blankText:"This field is required",regexText:"",emptyText:null});Ext.define("Ext.locale.en_GB.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"The minimum value for this field is {0}",maxText:"The maximum value for this field is {0}",nanText:"{0} is not a valid number"});Ext.define("Ext.locale.en_GB.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Disabled",disabledDatesText:"Disabled",minText:"The date in this field must be after {0}",maxText:"The date in this field must be before {0}",invalidText:"{0} is not a valid date - it must be in the format {1}",format:"d/m/y",altFormats:"d/m/Y|d/m/y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.en_GB.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Loading..."})});Ext.define("Ext.locale.en_GB.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'This field should be an e-mail address in the format "user@example.com"',urlText:'This field should be a URL in the format "http://www.example.com"',alphaText:"This field should only contain letters and _",alphanumText:"This field should only contain letters, numbers and _"});Ext.define("Ext.locale.en_GB.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Please enter the URL for the link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Bold (Ctrl+B)",text:"Make the selected text bold.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Italic (Ctrl+I)",text:"Make the selected text italic.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Underline (Ctrl+U)",text:"Underline the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Grow Text",text:"Increase the font size.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Shrink Text",text:"Decrease the font size.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Text Highlight Colour",text:"Change the background colour of the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Font Colour",text:"Change the colour of the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Align Text Left",text:"Align text to the left.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centre Text",text:"Centre text in the editor.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Align Text Right",text:"Align text to the right.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Bullet List",text:"Start a bulleted list.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numbered List",text:"Start a numbered list.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperlink",text:"Make the selected text a hyperlink.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Source Edit",text:"Switch to source editing mode.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.en_GB.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sort Ascending",sortDescText:"Sort Descending",columnsText:"Columns"});Ext.define("Ext.locale.en_GB.grid.DateColumn",{override:"Ext.grid.DateColumn",format:"d/m/Y"});Ext.define("Ext.locale.en_GB.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(None)",groupByText:"Group by this field",showGroupsText:"Show in Groups"});Ext.define("Ext.locale.en_GB.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Name",valueText:"Value",dateFormat:"j/m/Y",trueText:"true",falseText:"false"});Ext.define("Ext.locale.en_GB.form.field.Time",{override:"Ext.form.field.Time",minText:"The time in this field must be equal to or after {0}",maxText:"The time in this field must be equal to or before {0}",invalidText:"{0} is not a valid time",format:"g:i A",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"});Ext.define("Ext.locale.en_GB.form.field.File",{override:"Ext.form.field.File",buttonText:"Browse..."});Ext.define("Ext.locale.en_GB.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"You must select at least one item in this group"});Ext.define("Ext.locale.en_GB.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"You must select one item in this group"});Ext.define("Ext.locale.en_GB.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Cancel",yes:"Yes",no:"No"}});Ext.define("Ext.locale.en_GB.grid.filters.Filters",{override:"Ext.grid.filters.Filters",menuFilterText:"Filters"});Ext.define("Ext.locale.en_GB.grid.filters.filter.Boolean",{override:"Ext.grid.filters.filter.Boolean",yesText:"Yes",noText:"No"});Ext.define("Ext.locale.en_GB.grid.filters.filter.Date",{override:"Ext.grid.filters.filter.Date",fields:{lt:{text:"Before"},gt:{text:"After"},eq:{text:"On"}},dateFormat:null});Ext.define("Ext.locale.en_GB.grid.filters.filter.List",{override:"Ext.grid.filters.filter.List",loadingText:"Loading..."});Ext.define("Ext.locale.en_GB.grid.filters.filter.Number",{override:"Ext.grid.filters.filter.Number",emptyText:"Enter Number..."});Ext.define("Ext.locale.en_GB.grid.filters.filter.String",{override:"Ext.grid.filters.filter.String",emptyText:"Enter Filter Text..."});Ext.define("Ext.locale.en_GB.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-es-debug.js b/src/webapp/js/classic/locale/locale-es-debug.js deleted file mode 100644 index 4558850..0000000 --- a/src/webapp/js/classic/locale/locale-es-debug.js +++ /dev/null @@ -1,310 +0,0 @@ -/** - * Spanish/Latin American Translation by genius551v 04-08-2007 - * Revised by efege, 2007-04-15. - * Revised by Rafaga2k 10-01-2007 (mm/dd/yyyy) - * Revised by FeDe 12-13-2007 (mm/dd/yyyy) - * Synchronized with 2.2 version of ext-lang-en.js (provided by Condor 8 aug 2008) - * by halkon_polako 14-aug-2008 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Ene: 0, - Feb: 1, - Mar: 2, - Abr: 3, - May: 4, - Jun: 5, - Jul: 6, - Ago: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dic: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"]; - - Ext.Date.getShortDayName = function(day) { - if (day == 3) return "Mié"; - if (day == 6) return "Sáb"; - return Ext.Date.dayNames[day].substring(0, 3); - }; - - Ext.Date.formatCodes.a = "(this.getHours() < 12 ? 'a.m.' : 'p.m.')"; - Ext.Date.formatCodes.A = "(this.getHours() < 12 ? 'A.M.' : 'P.M.')"; - - // This will match am or a.m. - Ext.Date.parseCodes.a = Ext.Date.parseCodes.A = { - g:1, - c:"if (/(a\\.?m\\.?)/i.test(results[{0}])) {\n" - + "if (!h || h == 12) { h = 0; }\n" - + "} else { if (!h || h < 12) { h = (h || 0) + 12; }}", - s:"(A\\.?M\\.?|P\\.?M\\.?|a\\.?m\\.?|p\\.?m\\.?)", - calcAtEnd: true - }; - - Ext.Date.parseCodes.S.s = "(?:st|nd|rd|th)"; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Spanish Euro - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.es.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.es.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} fila(s) seleccionada(s)" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.es.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Cargando..." -}); - -Ext.define("Ext.locale.es.picker.Date", { - override: "Ext.picker.Date", - todayText: "Hoy", - minText: "Esta fecha es anterior a la fecha mínima", - maxText: "Esta fecha es posterior a la fecha máxima", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Mes Siguiente (Control+Right)', - prevText: 'Mes Anterior (Control+Left)', - monthYearText: 'Seleccione un mes (Control+Up/Down para desplazar el año)', - todayTip: "{0} (Barra espaciadora)", - format: "d/m/Y", - startDay: 1 -}); - -Ext.define("Ext.locale.es.picker.Month", { - override: "Ext.picker.Month", - okText: " Aceptar ", - cancelText: "Cancelar" -}); - -Ext.define("Ext.locale.es.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Página", - afterPageText: "de {0}", - firstText: "Primera página", - prevText: "Página anterior", - nextText: "Página siguiente", - lastText: "Última página", - refreshText: "Actualizar", - displayMsg: "Mostrando {0} - {1} de {2}", - emptyMsg: 'Sin datos para mostrar' -}); - -Ext.define("Ext.locale.es.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "El valor en este campo es inválido" -}); - -Ext.define("Ext.locale.es.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "El tamaño mínimo para este campo es de {0}", - maxLengthText: "El tamaño máximo para este campo es de {0}", - blankText: "Este campo es obligatorio", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.es.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: "El valor mínimo para este campo es de {0}", - maxText: "El valor máximo para este campo es de {0}", - nanText: "{0} no es un número válido" -}); - -Ext.define("Ext.locale.es.form.field.File", { - override: "Ext.form.field.File", - buttonText: "Examinar..." -}); - -Ext.define("Ext.locale.es.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Deshabilitado", - disabledDatesText: "Deshabilitado", - minText: "La fecha para este campo debe ser posterior a {0}", - maxText: "La fecha para este campo debe ser anterior a {0}", - invalidText: "{0} no es una fecha válida - debe tener el formato {1}", - format: "d/m/Y", - altFormats: "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.es.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Cargando..." - }); -}); - -Ext.define("Ext.locale.es.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Este campo debe ser una dirección de correo electrónico con el formato "usuario@dominio.com"', - urlText: 'Este campo debe ser una URL con el formato "http:/' + '/www.dominio.com"', - alphaText: 'Este campo sólo debe contener letras y _', - alphanumText: 'Este campo sólo debe contener letras, números y _' -}); - -Ext.define("Ext.locale.es.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: "Por favor proporcione la URL para el enlace:" -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Negritas (Ctrl+B)', - text: 'Transforma el texto seleccionado en Negritas.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Itálica (Ctrl+I)', - text: 'Transforma el texto seleccionado en Itálicas.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Subrayado (Ctrl+U)', - text: 'Subraya el texto seleccionado.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Aumentar la fuente', - text: 'Aumenta el tamaño de la fuente', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Reducir la fuente', - text: 'Reduce el tamaño de la fuente.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Color de fondo', - text: 'Modifica el color de fondo del texto seleccionado.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Color de la fuente', - text: 'Modifica el color del texto seleccionado.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Alinear a la izquierda', - text: 'Alinea el texto a la izquierda.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centrar', - text: 'Centrar el texto.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Alinear a la derecha', - text: 'Alinea el texto a la derecha.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Lista de viñetas', - text: 'Inicia una lista con viñetas.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Lista numerada', - text: 'Inicia una lista numerada.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Enlace', - text: 'Inserta un enlace de hipertexto.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Código Fuente', - text: 'Pasar al modo de edición de código fuente.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.es.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Ordenar en forma ascendente", - sortDescText: "Ordenar en forma descendente", - columnsText: "Columnas" -}); - -Ext.define("Ext.locale.es.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Ninguno)', - groupByText: 'Agrupar por este campo', - showGroupsText: 'Mostrar en grupos' -}); - -Ext.define("Ext.locale.es.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nombre", - valueText: "Valor", - dateFormat: "j/m/Y" -}); - -Ext.define("Ext.locale.es.form.field.Time", { - override: "Ext.form.field.Time", - minText: "La hora en este campo debe ser igual o posterior a {0}", - maxText: "La hora en este campo debe ser igual o anterior a {0}", - invalidText: "{0} no es una hora válida", - format: "g:i A", - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.es.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "Debe seleccionar al menos un étem de este grupo" -}); - -Ext.define("Ext.locale.es.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "Debe seleccionar un étem de este grupo" -}); - -Ext.define("Ext.locale.es.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "Aceptar", - cancel: "Cancelar", - yes: "Sí", - no: "No" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.es.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-es.js b/src/webapp/js/classic/locale/locale-es.js deleted file mode 100644 index 1976633..0000000 --- a/src/webapp/js/classic/locale/locale-es.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Ene:0,Feb:1,Mar:2,Abr:3,May:4,Jun:5,Jul:6,Ago:7,Sep:8,Oct:9,Nov:10,Dic:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"];Ext.Date.getShortDayName=function(a){if(a==3){return"Mié"}if(a==6){return"Sáb"}return Ext.Date.dayNames[a].substring(0,3)};Ext.Date.formatCodes.a="(this.getHours() < 12 ? 'a.m.' : 'p.m.')";Ext.Date.formatCodes.A="(this.getHours() < 12 ? 'A.M.' : 'P.M.')";Ext.Date.parseCodes.a=Ext.Date.parseCodes.A={g:1,c:"if (/(a\\.?m\\.?)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(A\\.?M\\.?|P\\.?M\\.?|a\\.?m\\.?|p\\.?m\\.?)",calcAtEnd:true};Ext.Date.parseCodes.S.s="(?:st|nd|rd|th)"}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.es.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.es.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} fila(s) seleccionada(s)"});Ext.define("Ext.locale.es.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Cargando..."});Ext.define("Ext.locale.es.picker.Date",{override:"Ext.picker.Date",todayText:"Hoy",minText:"Esta fecha es anterior a la fecha mínima",maxText:"Esta fecha es posterior a la fecha máxima",disabledDaysText:"",disabledDatesText:"",nextText:"Mes Siguiente (Control+Right)",prevText:"Mes Anterior (Control+Left)",monthYearText:"Seleccione un mes (Control+Up/Down para desplazar el año)",todayTip:"{0} (Barra espaciadora)",format:"d/m/Y",startDay:1});Ext.define("Ext.locale.es.picker.Month",{override:"Ext.picker.Month",okText:" Aceptar ",cancelText:"Cancelar"});Ext.define("Ext.locale.es.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Página",afterPageText:"de {0}",firstText:"Primera página",prevText:"Página anterior",nextText:"Página siguiente",lastText:"Última página",refreshText:"Actualizar",displayMsg:"Mostrando {0} - {1} de {2}",emptyMsg:"Sin datos para mostrar"});Ext.define("Ext.locale.es.form.field.Base",{override:"Ext.form.field.Base",invalidText:"El valor en este campo es inválido"});Ext.define("Ext.locale.es.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"El tamaño mínimo para este campo es de {0}",maxLengthText:"El tamaño máximo para este campo es de {0}",blankText:"Este campo es obligatorio",regexText:"",emptyText:null});Ext.define("Ext.locale.es.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"El valor mínimo para este campo es de {0}",maxText:"El valor máximo para este campo es de {0}",nanText:"{0} no es un número válido"});Ext.define("Ext.locale.es.form.field.File",{override:"Ext.form.field.File",buttonText:"Examinar..."});Ext.define("Ext.locale.es.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Deshabilitado",disabledDatesText:"Deshabilitado",minText:"La fecha para este campo debe ser posterior a {0}",maxText:"La fecha para este campo debe ser anterior a {0}",invalidText:"{0} no es una fecha válida - debe tener el formato {1}",format:"d/m/Y",altFormats:"d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.es.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Cargando..."})});Ext.define("Ext.locale.es.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Este campo debe ser una dirección de correo electrónico con el formato "usuario@dominio.com"',urlText:'Este campo debe ser una URL con el formato "http://www.dominio.com"',alphaText:"Este campo sólo debe contener letras y _",alphanumText:"Este campo sólo debe contener letras, números y _"});Ext.define("Ext.locale.es.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Por favor proporcione la URL para el enlace:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Negritas (Ctrl+B)",text:"Transforma el texto seleccionado en Negritas.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Itálica (Ctrl+I)",text:"Transforma el texto seleccionado en Itálicas.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Subrayado (Ctrl+U)",text:"Subraya el texto seleccionado.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Aumentar la fuente",text:"Aumenta el tamaño de la fuente",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Reducir la fuente",text:"Reduce el tamaño de la fuente.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Color de fondo",text:"Modifica el color de fondo del texto seleccionado.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Color de la fuente",text:"Modifica el color del texto seleccionado.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Alinear a la izquierda",text:"Alinea el texto a la izquierda.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centrar",text:"Centrar el texto.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Alinear a la derecha",text:"Alinea el texto a la derecha.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Lista de viñetas",text:"Inicia una lista con viñetas.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Lista numerada",text:"Inicia una lista numerada.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Enlace",text:"Inserta un enlace de hipertexto.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Código Fuente",text:"Pasar al modo de edición de código fuente.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.es.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Ordenar en forma ascendente",sortDescText:"Ordenar en forma descendente",columnsText:"Columnas"});Ext.define("Ext.locale.es.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Ninguno)",groupByText:"Agrupar por este campo",showGroupsText:"Mostrar en grupos"});Ext.define("Ext.locale.es.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nombre",valueText:"Valor",dateFormat:"j/m/Y"});Ext.define("Ext.locale.es.form.field.Time",{override:"Ext.form.field.Time",minText:"La hora en este campo debe ser igual o posterior a {0}",maxText:"La hora en este campo debe ser igual o anterior a {0}",invalidText:"{0} no es una hora válida",format:"g:i A",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"});Ext.define("Ext.locale.es.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"Debe seleccionar al menos un étem de este grupo"});Ext.define("Ext.locale.es.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"Debe seleccionar un étem de este grupo"});Ext.define("Ext.locale.es.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"Aceptar",cancel:"Cancelar",yes:"Sí",no:"No"}});Ext.define("Ext.locale.es.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-et-debug.js b/src/webapp/js/classic/locale/locale-et-debug.js deleted file mode 100644 index 8ab818b..0000000 --- a/src/webapp/js/classic/locale/locale-et-debug.js +++ /dev/null @@ -1,293 +0,0 @@ -/** - * Estonian Translations - * By Rene Saarsoo (2012-05-28) - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Jaanuar", "Veebruar", "Märts", "Aprill", "Mai", "Juuni", "Juuli", "August", "September", "Oktoober", "November", "Detsember"]; - - // Month names aren't shortened to strictly three letters - var shortMonthNames = ["Jaan", "Veeb", "Märts", "Apr", "Mai", "Juuni", "Juuli", "Aug", "Sept", "Okt", "Nov", "Dets"]; - Ext.Date.getShortMonthName = function(month) { - return shortMonthNames[month]; - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Pühapäev", "Esmaspäev", "Teisipäev", "Kolmapäev", "Neljapäev", "Reede", "Laupäev"]; - - // Weekday names are abbreviated to single letter - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 1); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: ' ', - decimalSeparator: ',', - currencySign: '\u20ac', // Euro - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.et.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.et.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} valitud rida" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.et.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Laen..." -}); - -Ext.define("Ext.locale.et.picker.Date", { - override: "Ext.picker.Date", - todayText: "Täna", - minText: "See kuupäev on enne määratud vanimat kuupäeva", - maxText: "See kuupäev on pärast määratud hiliseimat kuupäeva", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Järgmine kuu (Ctrl+Paremale)', - prevText: 'Eelmine kuu (Ctrl+Vasakule)', - monthYearText: 'Vali kuu (Ctrl+Üles/Alla aastate muutmiseks)', - todayTip: "{0} (Tühik)", - format: "d.m.Y", - startDay: 1 -}); - -Ext.define("Ext.locale.et.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Katkesta" -}); - -Ext.define("Ext.locale.et.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Lehekülg", - afterPageText: "{0}-st", - firstText: "Esimene lk", - prevText: "Eelmine lk", - nextText: "Järgmine lk", - lastText: "Viimane lk", - refreshText: "Värskenda", - displayMsg: "Näitan {0} - {1} {2}-st", - emptyMsg: 'Puuduvad andmed mida näidata' -}); - -Ext.define("Ext.locale.et.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Palun oota..." -}); - -Ext.define("Ext.locale.et.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Välja sisu ei vasta nõuetele" -}); - -Ext.define("Ext.locale.et.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Selle välja minimaalne pikkus on {0}", - maxLengthText: "Selle välja maksimaalne pikkus on {0}", - blankText: "Selle välja täitmine on nõutud", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.et.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Selle välja vähim väärtus võib olla {0}", - maxText: "Selle välja suurim väärtus võib olla {0}", - nanText: "{0} pole korrektne number" -}); - -Ext.define("Ext.locale.et.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Võimetustatud", - disabledDatesText: "Võimetustatud", - minText: "Kuupäev peab olema alates kuupäevast: {0}", - maxText: "Kuupäev peab olema kuni kuupäevani: {0}", - invalidText: "{0} ei ole sobiv kuupäev - õige formaat on: {1}", - format: "d.m.Y" -}); - -Ext.define("Ext.locale.et.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Laen..." - }); -}); - -Ext.define("Ext.locale.et.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Selle välja sisuks peab olema e-posti aadress kujul "kasutaja@domeen.com"', - urlText: 'Selle välja sisuks peab olema veebiaadress kujul "http:/'+'/www.domeen.com"', - alphaText: 'See väli võib sisaldada vaid tähemärke ja alakriipsu', - alphanumText: 'See väli võib sisaldada vaid tähemärke, numbreid ja alakriipsu' -}); - -Ext.define("Ext.locale.et.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Palun sisestage selle lingi internetiaadress:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Rasvane kiri (Ctrl+B)', - text: 'Muuda valitud tekst rasvaseks.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Kursiiv (Ctrl+I)', - text: 'Pane valitud tekst kaldkirja.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Allakriipsutus (Ctrl+U)', - text: 'Jooni valitud tekst alla.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Suurenda', - text: 'Suurenda teksti suurust.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Vähenda', - text: 'Vähenda teksti suurust.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Tausta värv', - text: 'Muuda valitud teksti taustavärvi.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Teksti värv', - text: 'Muuda valitud teksti värvi.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Vasakule', - text: 'Joonda tekst vasakule.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Keskele', - text: 'Joonda tekst keskele.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Paremale', - text: 'Joonda tekst paremale.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Loetelu', - text: 'Alusta loetelu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numereeritud list', - text: 'Alusta numereeritud nimekirja.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Link', - text: 'Muuda tekst lingiks.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Lähtekoodi muutmine', - text: 'Lülitu lähtekoodi muutmise režiimi.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.et.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Järjesta kasvavalt", - sortDescText: "Järjesta kahanevalt", - columnsText: "Tulbad" -}); - -Ext.define("Ext.locale.et.grid.feature.Grouping", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Tühi)', - groupByText: 'Grupeeri selle välja järgi', - showGroupsText: 'Näita gruppides' -}); - -Ext.define("Ext.locale.et.grid.property.HeaderContainer", { - override: "Ext.grid.property.HeaderContainer", - nameText: "Nimi", - valueText: "Väärtus", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.et.grid.column.Date", { - override: "Ext.grid.column.Date", - format: 'd.m.Y' -}); - -Ext.define("Ext.locale.et.form.field.Time", { - override: "Ext.form.field.Time", - minText: "Kellaaeg peab olema alates {0}", - maxText: "Kellaaeg peab olema kuni {0}", - invalidText: "{0} ei ole sobiv kellaaeg", - format: "H:i" -}); - -Ext.define("Ext.locale.et.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "Vähemalt üks väli selles grupis peab olema valitud" -}); - -Ext.define("Ext.locale.et.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "Vähemalt üks väli selles grupis peab olema valitud" -}); - -Ext.define("Ext.locale.et.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Katkesta", - yes: "Jah", - no: "Ei" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.et.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-et.js b/src/webapp/js/classic/locale/locale-et.js deleted file mode 100644 index a0af99d..0000000 --- a/src/webapp/js/classic/locale/locale-et.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Jaanuar","Veebruar","Märts","Aprill","Mai","Juuni","Juuli","August","September","Oktoober","November","Detsember"];var a=["Jaan","Veeb","Märts","Apr","Mai","Juuni","Juuli","Aug","Sept","Okt","Nov","Dets"];Ext.Date.getShortMonthName=function(b){return a[b]};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(b){return Ext.Date.monthNumbers[b.substring(0,1).toUpperCase()+b.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Pühapäev","Esmaspäev","Teisipäev","Kolmapäev","Neljapäev","Reede","Laupäev"];Ext.Date.getShortDayName=function(b){return Ext.Date.dayNames[b].substring(0,1)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:" ",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.et.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.et.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} valitud rida"});Ext.define("Ext.locale.et.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Laen..."});Ext.define("Ext.locale.et.picker.Date",{override:"Ext.picker.Date",todayText:"Täna",minText:"See kuupäev on enne määratud vanimat kuupäeva",maxText:"See kuupäev on pärast määratud hiliseimat kuupäeva",disabledDaysText:"",disabledDatesText:"",nextText:"Järgmine kuu (Ctrl+Paremale)",prevText:"Eelmine kuu (Ctrl+Vasakule)",monthYearText:"Vali kuu (Ctrl+Üles/Alla aastate muutmiseks)",todayTip:"{0} (Tühik)",format:"d.m.Y",startDay:1});Ext.define("Ext.locale.et.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Katkesta"});Ext.define("Ext.locale.et.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Lehekülg",afterPageText:"{0}-st",firstText:"Esimene lk",prevText:"Eelmine lk",nextText:"Järgmine lk",lastText:"Viimane lk",refreshText:"Värskenda",displayMsg:"Näitan {0} - {1} {2}-st",emptyMsg:"Puuduvad andmed mida näidata"});Ext.define("Ext.locale.et.form.Basic",{override:"Ext.form.Basic",waitTitle:"Palun oota..."});Ext.define("Ext.locale.et.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Välja sisu ei vasta nõuetele"});Ext.define("Ext.locale.et.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Selle välja minimaalne pikkus on {0}",maxLengthText:"Selle välja maksimaalne pikkus on {0}",blankText:"Selle välja täitmine on nõutud",regexText:"",emptyText:null});Ext.define("Ext.locale.et.form.field.Number",{override:"Ext.form.field.Number",minText:"Selle välja vähim väärtus võib olla {0}",maxText:"Selle välja suurim väärtus võib olla {0}",nanText:"{0} pole korrektne number"});Ext.define("Ext.locale.et.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Võimetustatud",disabledDatesText:"Võimetustatud",minText:"Kuupäev peab olema alates kuupäevast: {0}",maxText:"Kuupäev peab olema kuni kuupäevani: {0}",invalidText:"{0} ei ole sobiv kuupäev - õige formaat on: {1}",format:"d.m.Y"});Ext.define("Ext.locale.et.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Laen..."})});Ext.define("Ext.locale.et.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Selle välja sisuks peab olema e-posti aadress kujul "kasutaja@domeen.com"',urlText:'Selle välja sisuks peab olema veebiaadress kujul "http://www.domeen.com"',alphaText:"See väli võib sisaldada vaid tähemärke ja alakriipsu",alphanumText:"See väli võib sisaldada vaid tähemärke, numbreid ja alakriipsu"});Ext.define("Ext.locale.et.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Palun sisestage selle lingi internetiaadress:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Rasvane kiri (Ctrl+B)",text:"Muuda valitud tekst rasvaseks.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Kursiiv (Ctrl+I)",text:"Pane valitud tekst kaldkirja.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Allakriipsutus (Ctrl+U)",text:"Jooni valitud tekst alla.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Suurenda",text:"Suurenda teksti suurust.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Vähenda",text:"Vähenda teksti suurust.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Tausta värv",text:"Muuda valitud teksti taustavärvi.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Teksti värv",text:"Muuda valitud teksti värvi.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Vasakule",text:"Joonda tekst vasakule.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Keskele",text:"Joonda tekst keskele.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Paremale",text:"Joonda tekst paremale.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Loetelu",text:"Alusta loetelu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numereeritud list",text:"Alusta numereeritud nimekirja.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Link",text:"Muuda tekst lingiks.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Lähtekoodi muutmine",text:"Lülitu lähtekoodi muutmise režiimi.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.et.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Järjesta kasvavalt",sortDescText:"Järjesta kahanevalt",columnsText:"Tulbad"});Ext.define("Ext.locale.et.grid.feature.Grouping",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Tühi)",groupByText:"Grupeeri selle välja järgi",showGroupsText:"Näita gruppides"});Ext.define("Ext.locale.et.grid.property.HeaderContainer",{override:"Ext.grid.property.HeaderContainer",nameText:"Nimi",valueText:"Väärtus",dateFormat:"d.m.Y"});Ext.define("Ext.locale.et.grid.column.Date",{override:"Ext.grid.column.Date",format:"d.m.Y"});Ext.define("Ext.locale.et.form.field.Time",{override:"Ext.form.field.Time",minText:"Kellaaeg peab olema alates {0}",maxText:"Kellaaeg peab olema kuni {0}",invalidText:"{0} ei ole sobiv kellaaeg",format:"H:i"});Ext.define("Ext.locale.et.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"Vähemalt üks väli selles grupis peab olema valitud"});Ext.define("Ext.locale.et.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"Vähemalt üks väli selles grupis peab olema valitud"});Ext.define("Ext.locale.et.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Katkesta",yes:"Jah",no:"Ei"}});Ext.define("Ext.locale.et.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-fa-debug.js b/src/webapp/js/classic/locale/locale-fa-debug.js deleted file mode 100644 index 3962966..0000000 --- a/src/webapp/js/classic/locale/locale-fa-debug.js +++ /dev/null @@ -1,260 +0,0 @@ -/** - * Farsi (Persian) translation - * By Mohaqa - * 03-10-2007, 06:23 PM - */ -Ext.onReady(function() { - if (Ext.Date) { - Ext.Date.monthNames = ["ژانویه", "Ùوریه", "مارس", "آپریل", "Ù…ÛŒ", "ژوئن", "جولای", "آگوست", "سپتامبر", "اکتبر", "نوامبر", "دسامبر"]; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.dayNames = ["یکشنبه", "دوشنبه", "سه شنبه", "چهارشنبه", "پنجشنبه", "جمعه", "شنبه"]; - } - - if (Ext.MessageBox) { - Ext.MessageBox.buttonText = { - ok: "تایید", - cancel: "بازگشت", - yes: "بله", - no: "خیر" - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\ufdfc', - // Iranian Rial - dateFormat: 'Y/m/d' - }); - } -}); - -Ext.define("Ext.locale.fa.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.fa.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} رکورد انتخاب شده" -}); - -Ext.define("Ext.locale.fa.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "بستن" -}); - -Ext.define("Ext.locale.fa.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "مقدار Ùیلد صحیح نیست" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.fa.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "در حال بارگذاری ..." -}); - -Ext.define("Ext.locale.fa.picker.Date", { - override: "Ext.picker.Date", - todayText: "امروز", - minText: "این تاریخ قبل از محدوده مجاز است", - maxText: "این تاریخ پس از محدوده مجاز است", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'ماه بعد (Control + Right)', - prevText: 'ماه قبل (Control+Left)', - monthYearText: 'یک ماه را انتخاب کنید (Control+Up/Down برای انتقال در سال)', - todayTip: "{0} (Spacebar)", - format: "y/m/d", - startDay: 0 -}); - -Ext.define("Ext.locale.fa.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Cancel" -}); - -Ext.define("Ext.locale.fa.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "ØµÙØ­Ù‡", - afterPageText: "از {0}", - firstText: "ØµÙØ­Ù‡ اول", - prevText: "ØµÙØ­Ù‡ قبل", - nextText: "ØµÙØ­Ù‡ بعد", - lastText: "ØµÙØ­Ù‡ آخر", - refreshText: "بازخوانی", - displayMsg: "نمایش {0} - {1} of {2}", - emptyMsg: 'داده ای برای نمایش وجود ندارد' -}); - -Ext.define("Ext.locale.fa.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "حداقل طول این Ùیلد برابر است با {0}", - maxLengthText: "حداکثر طول این Ùیلد برابر است با {0}", - blankText: "این Ùیلد باید مقداری داشته باشد", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.fa.form.field.Number", { - override: "Ext.form.field.Number", - minText: "حداقل مقدار این Ùیلد برابر است با {0}", - maxText: "حداکثر مقدار این Ùیلد برابر است با {0}", - nanText: "{0} یک عدد نیست" -}); - -Ext.define("Ext.locale.fa.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "ØºÛŒØ±ÙØ¹Ø§Ù„", - disabledDatesText: "ØºÛŒØ±ÙØ¹Ø§Ù„", - minText: "تاریخ باید پس از {0} باشد", - maxText: "تاریخ باید پس از {0} باشد", - invalidText: "{0} تاریخ صحیحی نیست - ÙØ±Ù…ت صحیح {1}", - format: "y/m/d" -}); - -Ext.define("Ext.locale.fa.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "در حال بارگذاری ..." - }); -}); - -Ext.define("Ext.locale.fa.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'مقدار این Ùیلد باید یک ایمیل با این ÙØ±Ù…ت باشد "user@example.com"', - urlText: 'مقدار این آدرس باید یک آدرس سایت با این ÙØ±Ù…ت باشد "http:/' + '/www.example.com"', - alphaText: 'مقدار این Ùیلد باید Ùقط از Ø­Ø±ÙˆÙ Ø§Ù„ÙØ¨Ø§ Ùˆ _ تشکیل شده باشد ', - alphanumText: 'مقدار این Ùیلد باید Ùقط از Ø­Ø±ÙˆÙ Ø§Ù„ÙØ¨Ø§ØŒ اعداد Ùˆ _ تشکیل شده باشد' -}); - -Ext.define("Ext.locale.fa.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Ù„Ø·ÙØ§ آدرس لینک را وارد کنید:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'تیره (Ctrl+B)', - text: 'متن انتخاب شده را تیره Ù…ÛŒ کند.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'ایتالیک (Ctrl+I)', - text: 'متن انتخاب شده را ایتالیک Ù…ÛŒ کند.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'زیرخط (Ctrl+U)', - text: 'زیر هر نوشته یک خط نمایش Ù…ÛŒ دهد.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Ø§ÙØ²Ø§ÛŒØ´ اندازه', - text: 'اندازه Ùونت را Ø§ÙØ²Ø§ÛŒØ´ Ù…ÛŒ دهد.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'کاهش اندازه', - text: 'اندازه متن را کاهش Ù…ÛŒ دهد.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'رنگ زمینه متن', - text: 'برای تغییر رنگ زمینه متن Ø§Ø³ØªÙØ§Ø¯Ù‡ Ù…ÛŒ شود.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'رنگ قلم', - text: 'رنگ قلم متن را تغییر Ù…ÛŒ دهد.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'چیدن متن از سمت Ú†Ù¾', - text: 'متن از سمت Ú†Ù¾ چیده شده Ù…ÛŒ شود.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'متن در وسط ', - text: 'نمایش متن در قسمت وسط ØµÙØ­Ù‡ Ùˆ رعابت سمت Ú†Ù¾ Ùˆ راست.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'چیدن متن از سمت راست', - text: 'متن از سمت راست پیده خواهد شد.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'لیست همراه با علامت', - text: 'یک لیست جدید ایجاد Ù…ÛŒ کند.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'لیست عددی', - text: 'یک لیست عددی ایجاد Ù…ÛŒ کند. ', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'لینک', - text: 'متن انتخاب شده را به لینک تبدیل کنید.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'ویرایش سورس', - text: 'Ø±ÙØªÙ† به حالت ویرایش سورس.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.fa.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "مرتب سازی Ø§ÙØ²Ø§ÛŒØ´ÛŒ", - sortDescText: "مرتب سازی کاهشی", - lockText: "Ù‚ÙÙ„ ستون ها", - unlockText: "بازکردن ستون ها", - columnsText: "ستون ها" -}); - -Ext.define("Ext.locale.fa.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "نام", - valueText: "مقدار", - dateFormat: "Y/m/d" -}); - -Ext.define("Ext.locale.fa.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Kanselleer", - yes: "Ja", - no: "Nee" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.fa.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-fa.js b/src/webapp/js/classic/locale/locale-fa.js deleted file mode 100644 index f461184..0000000 --- a/src/webapp/js/classic/locale/locale-fa.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["ژانویه","Ùوریه","مارس","آپریل","Ù…ÛŒ","ژوئن","جولای","آگوست","سپتامبر","اکتبر","نوامبر","دسامبر"];Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.dayNames=["یکشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"]}if(Ext.MessageBox){Ext.MessageBox.buttonText={ok:"تایید",cancel:"بازگشت",yes:"بله",no:"خیر"}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\ufdfc",dateFormat:"Y/m/d"})}});Ext.define("Ext.locale.fa.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.fa.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} رکورد انتخاب شده"});Ext.define("Ext.locale.fa.tab.Tab",{override:"Ext.tab.Tab",closeText:"بستن"});Ext.define("Ext.locale.fa.form.field.Base",{override:"Ext.form.field.Base",invalidText:"مقدار Ùیلد صحیح نیست"});Ext.define("Ext.locale.fa.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"در حال بارگذاری ..."});Ext.define("Ext.locale.fa.picker.Date",{override:"Ext.picker.Date",todayText:"امروز",minText:"این تاریخ قبل از محدوده مجاز است",maxText:"این تاریخ پس از محدوده مجاز است",disabledDaysText:"",disabledDatesText:"",nextText:"ماه بعد (Control + Right)",prevText:"ماه قبل (Control+Left)",monthYearText:"یک ماه را انتخاب کنید (Control+Up/Down برای انتقال در سال)",todayTip:"{0} (Spacebar)",format:"y/m/d",startDay:0});Ext.define("Ext.locale.fa.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Cancel"});Ext.define("Ext.locale.fa.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"ØµÙØ­Ù‡",afterPageText:"از {0}",firstText:"ØµÙØ­Ù‡ اول",prevText:"ØµÙØ­Ù‡ قبل",nextText:"ØµÙØ­Ù‡ بعد",lastText:"ØµÙØ­Ù‡ آخر",refreshText:"بازخوانی",displayMsg:"نمایش {0} - {1} of {2}",emptyMsg:"داده ای برای نمایش وجود ندارد"});Ext.define("Ext.locale.fa.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"حداقل طول این Ùیلد برابر است با {0}",maxLengthText:"حداکثر طول این Ùیلد برابر است با {0}",blankText:"این Ùیلد باید مقداری داشته باشد",regexText:"",emptyText:null});Ext.define("Ext.locale.fa.form.field.Number",{override:"Ext.form.field.Number",minText:"حداقل مقدار این Ùیلد برابر است با {0}",maxText:"حداکثر مقدار این Ùیلد برابر است با {0}",nanText:"{0} یک عدد نیست"});Ext.define("Ext.locale.fa.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"ØºÛŒØ±ÙØ¹Ø§Ù„",disabledDatesText:"ØºÛŒØ±ÙØ¹Ø§Ù„",minText:"تاریخ باید پس از {0} باشد",maxText:"تاریخ باید پس از {0} باشد",invalidText:"{0} تاریخ صحیحی نیست - ÙØ±Ù…ت صحیح {1}",format:"y/m/d"});Ext.define("Ext.locale.fa.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"در حال بارگذاری ..."})});Ext.define("Ext.locale.fa.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'مقدار این Ùیلد باید یک ایمیل با این ÙØ±Ù…ت باشد "user@example.com"',urlText:'مقدار این آدرس باید یک آدرس سایت با این ÙØ±Ù…ت باشد "http://www.example.com"',alphaText:"مقدار این Ùیلد باید Ùقط از Ø­Ø±ÙˆÙ Ø§Ù„ÙØ¨Ø§ Ùˆ _ تشکیل شده باشد ",alphanumText:"مقدار این Ùیلد باید Ùقط از Ø­Ø±ÙˆÙ Ø§Ù„ÙØ¨Ø§ØŒ اعداد Ùˆ _ تشکیل شده باشد"});Ext.define("Ext.locale.fa.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Ù„Ø·ÙØ§ آدرس لینک را وارد کنید:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"تیره (Ctrl+B)",text:"متن انتخاب شده را تیره Ù…ÛŒ کند.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"ایتالیک (Ctrl+I)",text:"متن انتخاب شده را ایتالیک Ù…ÛŒ کند.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"زیرخط (Ctrl+U)",text:"زیر هر نوشته یک خط نمایش Ù…ÛŒ دهد.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Ø§ÙØ²Ø§ÛŒØ´ اندازه",text:"اندازه Ùونت را Ø§ÙØ²Ø§ÛŒØ´ Ù…ÛŒ دهد.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"کاهش اندازه",text:"اندازه متن را کاهش Ù…ÛŒ دهد.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"رنگ زمینه متن",text:"برای تغییر رنگ زمینه متن Ø§Ø³ØªÙØ§Ø¯Ù‡ Ù…ÛŒ شود.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"رنگ قلم",text:"رنگ قلم متن را تغییر Ù…ÛŒ دهد.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"چیدن متن از سمت Ú†Ù¾",text:"متن از سمت Ú†Ù¾ چیده شده Ù…ÛŒ شود.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"متن در وسط ",text:"نمایش متن در قسمت وسط ØµÙØ­Ù‡ Ùˆ رعابت سمت Ú†Ù¾ Ùˆ راست.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"چیدن متن از سمت راست",text:"متن از سمت راست پیده خواهد شد.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"لیست همراه با علامت",text:"یک لیست جدید ایجاد Ù…ÛŒ کند.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"لیست عددی",text:"یک لیست عددی ایجاد Ù…ÛŒ کند. ",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"لینک",text:"متن انتخاب شده را به لینک تبدیل کنید.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"ویرایش سورس",text:"Ø±ÙØªÙ† به حالت ویرایش سورس.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.fa.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"مرتب سازی Ø§ÙØ²Ø§ÛŒØ´ÛŒ",sortDescText:"مرتب سازی کاهشی",lockText:"Ù‚ÙÙ„ ستون ها",unlockText:"بازکردن ستون ها",columnsText:"ستون ها"});Ext.define("Ext.locale.fa.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"نام",valueText:"مقدار",dateFormat:"Y/m/d"});Ext.define("Ext.locale.fa.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Kanselleer",yes:"Ja",no:"Nee"}});Ext.define("Ext.locale.fa.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-fi-debug.js b/src/webapp/js/classic/locale/locale-fi-debug.js deleted file mode 100644 index b015b7e..0000000 --- a/src/webapp/js/classic/locale/locale-fi-debug.js +++ /dev/null @@ -1,288 +0,0 @@ -/** - * Finnish Translations - * - * 'ä' should read as lowercase 'a' with two dots on top (ä) - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kesäkuu", "heinäkuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"]; - - Ext.Date.getShortMonthName = function(month) { - return (month + 1) + "."; - }; - - Ext.Date.monthNumbers = { - 'tammikuu': 0, - 'helmikuu': 1, - 'maaliskuu': 2, - 'huhtikuu': 3, - 'toukokuu': 4, - 'kesäkuu': 5, - 'heinäkuu': 6, - 'elokuu': 7, - 'syyskuu': 8, - 'lokakuu': 9, - 'marraskuu': 10, - 'joulukuu': 11 - }; - - Ext.Date.getMonthNumber = function(name) { - if (name.match(/^(1?\d)\./)) { - return -1 + RegExp.$1; - } else { - return Ext.Date.monthNumbers[name]; - } - }; - - Ext.Date.dayNames = ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 2); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Finnish Euro - dateFormat: 'j.n.Y' - }); - - Ext.util.Format.date = function(v, format) { - if (!v) return ""; - if (!(v instanceof Date)) v = new Date(Date.parse(v)); - return Ext.Date.format(v, format || "j.n.Y"); - }; - - } -}); - -Ext.define("Ext.locale.fi.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.fi.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} rivi(ä) valittu" -}); - -Ext.define("Ext.locale.fi.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Sulje tämä välilehti" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.fi.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Ladataan..." -}); - -Ext.define("Ext.locale.fi.picker.Date", { - override: "Ext.picker.Date", - todayText: "Tänään", - minText: "Tämä päivämäärä on aikaisempi kuin ensimmäinen sallittu", - maxText: "Tämä päivämäärä on myöhäisempi kuin viimeinen sallittu", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Seuraava kuukausi (Control+oikealle)', - prevText: 'Edellinen kuukausi (Control+vasemmalle)', - monthYearText: 'Valitse kuukausi (vaihda vuotta painamalla Control+ylös/alas)', - todayTip: "{0} (välilyönti)", - format: "j.n.Y", - startDay: 1 // viikko alkaa maanantaista -}); - -Ext.define("Ext.locale.fi.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Peruuta" -}); - -Ext.define("Ext.locale.fi.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Sivu", - afterPageText: "/ {0}", - firstText: "Ensimmäinen sivu", - prevText: "Edellinen sivu", - nextText: "Seuraava sivu", - lastText: "Viimeinen sivu", - refreshText: "Päivitä", - displayMsg: "Näytetään {0} - {1} / {2}", - emptyMsg: 'Ei tietoja' -}); - -Ext.define("Ext.locale.fi.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Tämän kentän arvo ei kelpaa" -}); - -Ext.define("Ext.locale.fi.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Tämän kentän minimipituus on {0}", - maxLengthText: "Tämän kentän maksimipituus on {0}", - blankText: "Tämä kenttä on pakollinen", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.fi.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Tämän kentän pienin sallittu arvo on {0}", - maxText: "Tämän kentän suurin sallittu arvo on {0}", - nanText: "{0} ei ole numero" -}); - -Ext.define("Ext.locale.fi.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Ei käytössä", - disabledDatesText: "Ei käytössä", - minText: "Tämän kentän päivämäärän tulee olla {0} jälkeen", - maxText: "Tämän kentän päivämäärän tulee olla ennen {0}", - invalidText: "Päivämäärä {0} ei ole oikeassa muodossa - kirjoita päivämäärä muodossa {1}", - format: "j.n.Y", - altFormats: "j.n.|d.m.|mdy|mdY|d|Y-m-d|Y/m/d" -}); - -Ext.define("Ext.locale.fi.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Ladataan..." - }); -}); - -Ext.define("Ext.locale.fi.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Syötä tähän kenttään sähköpostiosoite, esim. "etunimi.sukunimi@osoite.fi"', - urlText: 'Syötä tähän kenttään URL-osoite, esim. "http:/' + '/www.osoite.fi"', - alphaText: 'Syötä tähän kenttään vain kirjaimia (a-z, A-Z) ja alaviivoja (_)', - alphanumText: 'Syötä tähän kenttään vain kirjaimia (a-z, A-Z), numeroita (0-9) ja alaviivoja (_)' -}); - -Ext.define("Ext.locale.fi.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Anna linkin URL-osoite:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Lihavoi (Ctrl+B)', - text: 'Lihavoi valittu teksti.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Kursivoi (Ctrl+I)', - text: 'Kursivoi valittu teksti.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Alleviivaa (Ctrl+U)', - text: 'Alleviivaa valittu teksti.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Suurenna tekstiä', - text: 'Kasvata tekstin kirjasinkokoa.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Pienennä tekstiä', - text: 'Pienennä tekstin kirjasinkokoa.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Tekstin korostusväri', - text: 'Vaihda valitun tekstin taustaväriä.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Tekstin väri', - text: 'Vaihda valitun tekstin väriä.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Tasaa vasemmalle', - text: 'Tasaa teksti vasempaan reunaan.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Keskitä', - text: 'Keskitä teksti.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Tasaa oikealle', - text: 'Tasaa teksti oikeaan reunaan.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Luettelo', - text: 'Luo luettelo.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numeroitu luettelo', - text: 'Luo numeroitu luettelo.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Linkki', - text: 'Tee valitusta tekstistä hyperlinkki.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Lähdekoodin muokkaus', - text: 'Vaihda lähdekoodin muokkausnäkymään.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.fi.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Odota..." -}); - -Ext.define("Ext.locale.fi.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Järjestä A-Ö", - sortDescText: "Järjestä Ö-A", - lockText: "Lukitse sarake", - unlockText: "Vapauta sarakkeen lukitus", - columnsText: "Sarakkeet" -}); - -Ext.define("Ext.locale.fi.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(ei mitään)', - groupByText: 'Ryhmittele tämän kentän mukaan', - showGroupsText: 'Näytä ryhmissä' -}); - -Ext.define("Ext.locale.fi.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nimi", - valueText: "Arvo", - dateFormat: "j.m.Y" -}); - -Ext.define("Ext.locale.fi.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Peruuta", - yes: "Kyllä", - no: "Ei" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.fi.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-fi.js b/src/webapp/js/classic/locale/locale-fi.js deleted file mode 100644 index ec4b85e..0000000 --- a/src/webapp/js/classic/locale/locale-fi.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"];Ext.Date.getShortMonthName=function(a){return(a+1)+"."};Ext.Date.monthNumbers={tammikuu:0,helmikuu:1,maaliskuu:2,huhtikuu:3,toukokuu:4,"kesäkuu":5,"heinäkuu":6,elokuu:7,syyskuu:8,lokakuu:9,marraskuu:10,joulukuu:11};Ext.Date.getMonthNumber=function(a){if(a.match(/^(1?\d)\./)){return -1+RegExp.$1}else{return Ext.Date.monthNumbers[a]}};Ext.Date.dayNames=["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,2)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"j.n.Y"});Ext.util.Format.date=function(a,b){if(!a){return""}if(!(a instanceof Date)){a=new Date(Date.parse(a))}return Ext.Date.format(a,b||"j.n.Y")}}});Ext.define("Ext.locale.fi.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.fi.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} rivi(ä) valittu"});Ext.define("Ext.locale.fi.tab.Tab",{override:"Ext.tab.Tab",closeText:"Sulje tämä välilehti"});Ext.define("Ext.locale.fi.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Ladataan..."});Ext.define("Ext.locale.fi.picker.Date",{override:"Ext.picker.Date",todayText:"Tänään",minText:"Tämä päivämäärä on aikaisempi kuin ensimmäinen sallittu",maxText:"Tämä päivämäärä on myöhäisempi kuin viimeinen sallittu",disabledDaysText:"",disabledDatesText:"",nextText:"Seuraava kuukausi (Control+oikealle)",prevText:"Edellinen kuukausi (Control+vasemmalle)",monthYearText:"Valitse kuukausi (vaihda vuotta painamalla Control+ylös/alas)",todayTip:"{0} (välilyönti)",format:"j.n.Y",startDay:1});Ext.define("Ext.locale.fi.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Peruuta"});Ext.define("Ext.locale.fi.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Sivu",afterPageText:"/ {0}",firstText:"Ensimmäinen sivu",prevText:"Edellinen sivu",nextText:"Seuraava sivu",lastText:"Viimeinen sivu",refreshText:"Päivitä",displayMsg:"Näytetään {0} - {1} / {2}",emptyMsg:"Ei tietoja"});Ext.define("Ext.locale.fi.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Tämän kentän arvo ei kelpaa"});Ext.define("Ext.locale.fi.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Tämän kentän minimipituus on {0}",maxLengthText:"Tämän kentän maksimipituus on {0}",blankText:"Tämä kenttä on pakollinen",regexText:"",emptyText:null});Ext.define("Ext.locale.fi.form.field.Number",{override:"Ext.form.field.Number",minText:"Tämän kentän pienin sallittu arvo on {0}",maxText:"Tämän kentän suurin sallittu arvo on {0}",nanText:"{0} ei ole numero"});Ext.define("Ext.locale.fi.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Ei käytössä",disabledDatesText:"Ei käytössä",minText:"Tämän kentän päivämäärän tulee olla {0} jälkeen",maxText:"Tämän kentän päivämäärän tulee olla ennen {0}",invalidText:"Päivämäärä {0} ei ole oikeassa muodossa - kirjoita päivämäärä muodossa {1}",format:"j.n.Y",altFormats:"j.n.|d.m.|mdy|mdY|d|Y-m-d|Y/m/d"});Ext.define("Ext.locale.fi.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Ladataan..."})});Ext.define("Ext.locale.fi.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Syötä tähän kenttään sähköpostiosoite, esim. "etunimi.sukunimi@osoite.fi"',urlText:'Syötä tähän kenttään URL-osoite, esim. "http://www.osoite.fi"',alphaText:"Syötä tähän kenttään vain kirjaimia (a-z, A-Z) ja alaviivoja (_)",alphanumText:"Syötä tähän kenttään vain kirjaimia (a-z, A-Z), numeroita (0-9) ja alaviivoja (_)"});Ext.define("Ext.locale.fi.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Anna linkin URL-osoite:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Lihavoi (Ctrl+B)",text:"Lihavoi valittu teksti.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Kursivoi (Ctrl+I)",text:"Kursivoi valittu teksti.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Alleviivaa (Ctrl+U)",text:"Alleviivaa valittu teksti.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Suurenna tekstiä",text:"Kasvata tekstin kirjasinkokoa.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Pienennä tekstiä",text:"Pienennä tekstin kirjasinkokoa.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Tekstin korostusväri",text:"Vaihda valitun tekstin taustaväriä.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Tekstin väri",text:"Vaihda valitun tekstin väriä.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Tasaa vasemmalle",text:"Tasaa teksti vasempaan reunaan.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Keskitä",text:"Keskitä teksti.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Tasaa oikealle",text:"Tasaa teksti oikeaan reunaan.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Luettelo",text:"Luo luettelo.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numeroitu luettelo",text:"Luo numeroitu luettelo.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Linkki",text:"Tee valitusta tekstistä hyperlinkki.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Lähdekoodin muokkaus",text:"Vaihda lähdekoodin muokkausnäkymään.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.fi.form.Basic",{override:"Ext.form.Basic",waitTitle:"Odota..."});Ext.define("Ext.locale.fi.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Järjestä A-Ö",sortDescText:"Järjestä Ö-A",lockText:"Lukitse sarake",unlockText:"Vapauta sarakkeen lukitus",columnsText:"Sarakkeet"});Ext.define("Ext.locale.fi.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(ei mitään)",groupByText:"Ryhmittele tämän kentän mukaan",showGroupsText:"Näytä ryhmissä"});Ext.define("Ext.locale.fi.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nimi",valueText:"Arvo",dateFormat:"j.m.Y"});Ext.define("Ext.locale.fi.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Peruuta",yes:"Kyllä",no:"Ei"}});Ext.define("Ext.locale.fi.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-fr-debug.js b/src/webapp/js/classic/locale/locale-fr-debug.js deleted file mode 100644 index 61edb29..0000000 --- a/src/webapp/js/classic/locale/locale-fr-debug.js +++ /dev/null @@ -1,321 +0,0 @@ -/** - * France (France) translation - * By Thylia - * 09-11-2007, 02:22 PM - * updated by disizben (22 Sep 2008) - * updated by Thylia (20 Apr 2010) - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.shortMonthNames = ["Janv", "Févr", "Mars", "Avr", "Mai", "Juin", "Juil", "Août", "Sept", "Oct", "Nov", "Déc"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.shortMonthNames[month]; - }; - - Ext.Date.monthNames = ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"]; - - Ext.Date.monthNumbers = { - "Janvier": 0, - "Janv": 0, - "Février": 1, - "Févr": 1, - "Mars": 2, - "Avril": 3, - "Avr": 3, - "Mai": 4, - "Juin": 5, - "Juillet": 6, - "Juil": 6, - "Août": 7, - "Septembre": 8, - "Sept": 8, - "Octobre": 9, - "Oct": 9, - "Novembre": 10, - "Nov": 10, - "Décembre": 11, - "Déc": 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[Ext.util.Format.capitalize(name)]; - }; - - Ext.Date.dayNames = ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - - Ext.Date.parseCodes.S.s = "(?:er)"; - - Ext.Date.getSuffix = function() { - return (this.getDate() == 1) ? "er" : ""; - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // French Euro - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.fr.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.fr.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} ligne{1} sélectionnée{1}" -}); - -Ext.define("Ext.locale.fr.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Fermer cet onglet" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.fr.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "En cours de chargement..." -}); - -Ext.define("Ext.locale.fr.picker.Date", { - override: "Ext.picker.Date", - todayText: "Aujourd'hui", - minText: "Cette date est antérieure à la date minimum", - maxText: "Cette date est postérieure à la date maximum", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Mois suivant (CTRL+Flèche droite)', - prevText: "Mois précédent (CTRL+Flèche gauche)", - monthYearText: "Choisissez un mois (CTRL+Flèche haut ou bas pour changer d'année.)", - todayTip: "{0} (Barre d'espace)", - format: "d/m/y", - startDay: 1 -}); - -Ext.define("Ext.locale.fr.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Annuler" -}); - -Ext.define("Ext.locale.fr.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Page", - afterPageText: "sur {0}", - firstText: "Première page", - prevText: "Page précédente", - nextText: "Page suivante", - lastText: "Dernière page", - refreshText: "Actualiser la page", - displayMsg: "Page courante {0} - {1} sur {2}", - emptyMsg: 'Aucune donnée à afficher' -}); - -Ext.define("Ext.locale.fr.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Veuillez patienter..." -}); - -Ext.define("Ext.locale.fr.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "La valeur de ce champ est invalide" -}); - -Ext.define("Ext.locale.fr.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "La longueur minimum de ce champ est de {0} caractère(s)", - maxLengthText: "La longueur maximum de ce champ est de {0} caractère(s)", - blankText: "Ce champ est obligatoire", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.fr.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: "La valeur minimum de ce champ doit être de {0}", - maxText: "La valeur maximum de ce champ doit être de {0}", - nanText: "{0} n'est pas un nombre valide", - negativeText: "La valeur de ce champ ne peut être négative" -}); - -Ext.define("Ext.locale.fr.form.field.File", { - override: "Ext.form.field.File", - buttonText: "Parcourir..." -}); - -Ext.define("Ext.locale.fr.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Désactivé", - disabledDatesText: "Désactivé", - minText: "La date de ce champ ne peut être antérieure au {0}", - maxText: "La date de ce champ ne peut être postérieure au {0}", - invalidText: "{0} n'est pas une date valide - elle doit être au format suivant: {1}", - format: "d/m/y", - altFormats: "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.fr.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "En cours de chargement..." - }); -}); - -Ext.define("Ext.locale.fr.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Ce champ doit contenir une adresse email au format: "usager@example.com"', - urlText: 'Ce champ doit contenir une URL au format suivant: "http:/' + '/www.example.com"', - alphaText: 'Ce champ ne peut contenir que des lettres et le caractère souligné (_)', - alphanumText: 'Ce champ ne peut contenir que des caractères alphanumériques ainsi que le caractère souligné (_)' -}); - -Ext.define("Ext.locale.fr.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: "Veuillez entrer l'URL pour ce lien:" -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Gras (Ctrl+B)', - text: 'Met le texte sélectionné en gras.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Italique (Ctrl+I)', - text: 'Met le texte sélectionné en italique.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Souligné (Ctrl+U)', - text: 'Souligne le texte sélectionné.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Agrandir la police', - text: 'Augmente la taille de la police.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Réduire la police', - text: 'Réduit la taille de la police.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Couleur de surbrillance', - text: 'Modifie la couleur de fond du texte sélectionné.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Couleur de police', - text: 'Modifie la couleur du texte sélectionné.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Aligner à gauche', - text: 'Aligne le texte à gauche.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centrer', - text: 'Centre le texte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Aligner à droite', - text: 'Aligner le texte à droite.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Liste à puce', - text: 'Démarre une liste à puce.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Liste numérotée', - text: 'Démarre une liste numérotée.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Lien hypertexte', - text: 'Transforme en lien hypertexte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Code source', - text: 'Basculer en mode édition du code source.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.fr.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Tri croissant", - sortDescText: "Tri décroissant", - columnsText: "Colonnes" -}); - -Ext.define("Ext.locale.fr.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Aucun)', - groupByText: 'Grouper par ce champ', - showGroupsText: 'Afficher par groupes' -}); - -Ext.define("Ext.locale.fr.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Propriété", - valueText: "Valeur", - dateFormat: "d/m/Y", - trueText: "vrai", - falseText: "faux" -}); - -Ext.define("Ext.locale.fr.form.field.Time", { - override: "Ext.form.field.Time", - minText: "L'heure de ce champ ne peut être antérieure à {0}", - maxText: "L'heure de ce champ ne peut être postérieure à {0}", - invalidText: "{0} n'est pas une heure valide", - format: "H:i", - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|h a|g a|g A|gi|hi|Hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.fr.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "Vous devez sélectionner au moins un élément dans ce groupe" -}); - -Ext.define("Ext.locale.fr.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "Vous devez sélectionner au moins un élément dans ce groupe" -}); - -Ext.define("Ext.locale.fr.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Annuler", - yes: "Oui", - no: "Non" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.fr.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-fr.js b/src/webapp/js/classic/locale/locale-fr.js deleted file mode 100644 index 3f17830..0000000 --- a/src/webapp/js/classic/locale/locale-fr.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.shortMonthNames=["Janv","Févr","Mars","Avr","Mai","Juin","Juil","Août","Sept","Oct","Nov","Déc"];Ext.Date.getShortMonthName=function(a){return Ext.Date.shortMonthNames[a]};Ext.Date.monthNames=["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"];Ext.Date.monthNumbers={Janvier:0,Janv:0,"Février":1,"Févr":1,Mars:2,Avril:3,Avr:3,Mai:4,Juin:5,Juillet:6,Juil:6,"Août":7,Septembre:8,Sept:8,Octobre:9,Oct:9,Novembre:10,Nov:10,"Décembre":11,"Déc":11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[Ext.util.Format.capitalize(a)]};Ext.Date.dayNames=["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)};Ext.Date.parseCodes.S.s="(?:er)";Ext.Date.getSuffix=function(){return(this.getDate()==1)?"er":""}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.fr.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.fr.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} ligne{1} sélectionnée{1}"});Ext.define("Ext.locale.fr.tab.Tab",{override:"Ext.tab.Tab",closeText:"Fermer cet onglet"});Ext.define("Ext.locale.fr.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"En cours de chargement..."});Ext.define("Ext.locale.fr.picker.Date",{override:"Ext.picker.Date",todayText:"Aujourd'hui",minText:"Cette date est antérieure à la date minimum",maxText:"Cette date est postérieure à la date maximum",disabledDaysText:"",disabledDatesText:"",nextText:"Mois suivant (CTRL+Flèche droite)",prevText:"Mois précédent (CTRL+Flèche gauche)",monthYearText:"Choisissez un mois (CTRL+Flèche haut ou bas pour changer d'année.)",todayTip:"{0} (Barre d'espace)",format:"d/m/y",startDay:1});Ext.define("Ext.locale.fr.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Annuler"});Ext.define("Ext.locale.fr.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Page",afterPageText:"sur {0}",firstText:"Première page",prevText:"Page précédente",nextText:"Page suivante",lastText:"Dernière page",refreshText:"Actualiser la page",displayMsg:"Page courante {0} - {1} sur {2}",emptyMsg:"Aucune donnée à afficher"});Ext.define("Ext.locale.fr.form.Basic",{override:"Ext.form.Basic",waitTitle:"Veuillez patienter..."});Ext.define("Ext.locale.fr.form.field.Base",{override:"Ext.form.field.Base",invalidText:"La valeur de ce champ est invalide"});Ext.define("Ext.locale.fr.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"La longueur minimum de ce champ est de {0} caractère(s)",maxLengthText:"La longueur maximum de ce champ est de {0} caractère(s)",blankText:"Ce champ est obligatoire",regexText:"",emptyText:null});Ext.define("Ext.locale.fr.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"La valeur minimum de ce champ doit être de {0}",maxText:"La valeur maximum de ce champ doit être de {0}",nanText:"{0} n'est pas un nombre valide",negativeText:"La valeur de ce champ ne peut être négative"});Ext.define("Ext.locale.fr.form.field.File",{override:"Ext.form.field.File",buttonText:"Parcourir..."});Ext.define("Ext.locale.fr.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Désactivé",disabledDatesText:"Désactivé",minText:"La date de ce champ ne peut être antérieure au {0}",maxText:"La date de ce champ ne peut être postérieure au {0}",invalidText:"{0} n'est pas une date valide - elle doit être au format suivant: {1}",format:"d/m/y",altFormats:"d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.fr.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"En cours de chargement..."})});Ext.define("Ext.locale.fr.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Ce champ doit contenir une adresse email au format: "usager@example.com"',urlText:'Ce champ doit contenir une URL au format suivant: "http://www.example.com"',alphaText:"Ce champ ne peut contenir que des lettres et le caractère souligné (_)",alphanumText:"Ce champ ne peut contenir que des caractères alphanumériques ainsi que le caractère souligné (_)"});Ext.define("Ext.locale.fr.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Veuillez entrer l'URL pour ce lien:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Gras (Ctrl+B)",text:"Met le texte sélectionné en gras.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Italique (Ctrl+I)",text:"Met le texte sélectionné en italique.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Souligné (Ctrl+U)",text:"Souligne le texte sélectionné.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Agrandir la police",text:"Augmente la taille de la police.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Réduire la police",text:"Réduit la taille de la police.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Couleur de surbrillance",text:"Modifie la couleur de fond du texte sélectionné.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Couleur de police",text:"Modifie la couleur du texte sélectionné.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Aligner à gauche",text:"Aligne le texte à gauche.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centrer",text:"Centre le texte.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Aligner à droite",text:"Aligner le texte à droite.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Liste à puce",text:"Démarre une liste à puce.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Liste numérotée",text:"Démarre une liste numérotée.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Lien hypertexte",text:"Transforme en lien hypertexte.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Code source",text:"Basculer en mode édition du code source.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.fr.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Tri croissant",sortDescText:"Tri décroissant",columnsText:"Colonnes"});Ext.define("Ext.locale.fr.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Aucun)",groupByText:"Grouper par ce champ",showGroupsText:"Afficher par groupes"});Ext.define("Ext.locale.fr.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Propriété",valueText:"Valeur",dateFormat:"d/m/Y",trueText:"vrai",falseText:"faux"});Ext.define("Ext.locale.fr.form.field.Time",{override:"Ext.form.field.Time",minText:"L'heure de ce champ ne peut être antérieure à {0}",maxText:"L'heure de ce champ ne peut être postérieure à {0}",invalidText:"{0} n'est pas une heure valide",format:"H:i",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|h a|g a|g A|gi|hi|Hi|gia|hia|g|H"});Ext.define("Ext.locale.fr.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"Vous devez sélectionner au moins un élément dans ce groupe"});Ext.define("Ext.locale.fr.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"Vous devez sélectionner au moins un élément dans ce groupe"});Ext.define("Ext.locale.fr.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Annuler",yes:"Oui",no:"Non"}});Ext.define("Ext.locale.fr.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-fr_CA-debug.js b/src/webapp/js/classic/locale/locale-fr_CA-debug.js deleted file mode 100644 index 4b4fc32..0000000 --- a/src/webapp/js/classic/locale/locale-fr_CA-debug.js +++ /dev/null @@ -1,193 +0,0 @@ -/** - * France (Canadian) translation - * By BernardChhun - * 04-08-2007, 03:07 AM - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.shortMonthNames = ["Janv", "Févr", "Mars", "Avr", "Mai", "Juin", "Juil", "Août", "Sept", "Oct", "Nov", "Déc"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.shortMonthNames[month]; - }; - - Ext.Date.monthNames = ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"]; - - Ext.Date.monthNumbers = { - "Janvier": 0, - "Janv": 0, - "Février": 1, - "Févr": 1, - "Mars": 2, - "Avril": 3, - "Avr": 3, - "Mai": 4, - "Juin": 5, - "Juillet": 6, - "Juil": 6, - "Août": 7, - "Septembre": 8, - "Sept": 8, - "Octobre": 9, - "Oct": 9, - "Novembre": 10, - "Nov": 10, - "Décembre": 11, - "Déc": 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[Ext.util.Format.capitalize(name)]; - }; - - Ext.Date.dayNames = ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '$', - // Canadian Dollar - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.fr_CA.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.fr_CA.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} ligne(s) sélectionné(s)" -}); - -Ext.define("Ext.locale.fr_CA.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Fermer cet onglet" -}); - -Ext.define("Ext.locale.fr_CA.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "La valeur de ce champ est invalide" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.fr_CA.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "En cours de chargement..." -}); - -Ext.define("Ext.locale.fr_CA.picker.Date", { - override: "Ext.picker.Date", - todayText: "Aujourd'hui", - minText: "Cette date est plus petite que la date minimum", - maxText: "Cette date est plus grande que la date maximum", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Prochain mois (CTRL+Fléche droite)', - prevText: 'Mois précédent (CTRL+Fléche gauche)', - monthYearText: 'Choissisez un mois (CTRL+Fléche haut ou bas pour changer d\'année.)', - todayTip: "{0} (Barre d'espace)", - format: "d/m/y" -}); - -Ext.define("Ext.locale.fr_CA.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Page", - afterPageText: "de {0}", - firstText: "Première page", - prevText: "Page précédente", - nextText: "Prochaine page", - lastText: "Dernière page", - refreshText: "Recharger la page", - displayMsg: "Page courante {0} - {1} de {2}", - emptyMsg: 'Aucune donnée à afficher' -}); - -Ext.define("Ext.locale.fr_CA.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "La longueur minimum de ce champ est de {0} caractères", - maxLengthText: "La longueur maximum de ce champ est de {0} caractères", - blankText: "Ce champ est obligatoire", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.fr_CA.form.field.Number", { - override: "Ext.form.field.Number", - minText: "La valeur minimum de ce champ doit être de {0}", - maxText: "La valeur maximum de ce champ doit être de {0}", - nanText: "{0} n'est pas un nombre valide", - negativeText: "La valeur de ce champ ne peut être négative" -}); - -Ext.define("Ext.locale.fr_CA.form.field.File", { - override: "Ext.form.field.File", - buttonText: "Parcourir..." -}); - -Ext.define("Ext.locale.fr_CA.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Désactivé", - disabledDatesText: "Désactivé", - minText: "La date de ce champ doit être avant le {0}", - maxText: "La date de ce champ doit être après le {0}", - invalidText: "{0} n'est pas une date valide - il doit être au format suivant: {1}", - format: "d/m/y" -}); - -Ext.define("Ext.locale.fr_CA.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "En cours de chargement..." - }); -}); - -Ext.define("Ext.locale.fr_CA.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Ce champ doit contenir un courriel et doit être sous ce format: "usager@example.com"', - urlText: 'Ce champ doit contenir une URL sous le format suivant: "http:/' + '/www.example.com"', - alphaText: 'Ce champ ne peut contenir que des lettres et le caractère souligné (_)', - alphanumText: 'Ce champ ne peut contenir que des caractères alphanumériques ainsi que le caractère souligné (_)' -}); - -Ext.define("Ext.locale.fr_CA.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Tri ascendant", - sortDescText: "Tri descendant", - lockText: "Verrouillé la colonne", - unlockText: "Déverrouillé la colonne", - columnsText: "Colonnes" -}); - -Ext.define("Ext.locale.fr_CA.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Propriété", - valueText: "Valeur", - dateFormat: "d/m/Y" -}); - -Ext.define("Ext.locale.fr_CA.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Annuler", - yes: "Oui", - no: "Non" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.fr_CA.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-fr_CA.js b/src/webapp/js/classic/locale/locale-fr_CA.js deleted file mode 100644 index 5b78bfa..0000000 --- a/src/webapp/js/classic/locale/locale-fr_CA.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.shortMonthNames=["Janv","Févr","Mars","Avr","Mai","Juin","Juil","Août","Sept","Oct","Nov","Déc"];Ext.Date.getShortMonthName=function(a){return Ext.Date.shortMonthNames[a]};Ext.Date.monthNames=["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"];Ext.Date.monthNumbers={Janvier:0,Janv:0,"Février":1,"Févr":1,Mars:2,Avril:3,Avr:3,Mai:4,Juin:5,Juillet:6,Juil:6,"Août":7,Septembre:8,Sept:8,Octobre:9,Oct:9,Novembre:10,Nov:10,"Décembre":11,"Déc":11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[Ext.util.Format.capitalize(a)]};Ext.Date.dayNames=["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"$",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.fr_CA.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.fr_CA.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} ligne(s) sélectionné(s)"});Ext.define("Ext.locale.fr_CA.tab.Tab",{override:"Ext.tab.Tab",closeText:"Fermer cet onglet"});Ext.define("Ext.locale.fr_CA.form.field.Base",{override:"Ext.form.field.Base",invalidText:"La valeur de ce champ est invalide"});Ext.define("Ext.locale.fr_CA.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"En cours de chargement..."});Ext.define("Ext.locale.fr_CA.picker.Date",{override:"Ext.picker.Date",todayText:"Aujourd'hui",minText:"Cette date est plus petite que la date minimum",maxText:"Cette date est plus grande que la date maximum",disabledDaysText:"",disabledDatesText:"",nextText:"Prochain mois (CTRL+Fléche droite)",prevText:"Mois précédent (CTRL+Fléche gauche)",monthYearText:"Choissisez un mois (CTRL+Fléche haut ou bas pour changer d'année.)",todayTip:"{0} (Barre d'espace)",format:"d/m/y"});Ext.define("Ext.locale.fr_CA.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Page",afterPageText:"de {0}",firstText:"Première page",prevText:"Page précédente",nextText:"Prochaine page",lastText:"Dernière page",refreshText:"Recharger la page",displayMsg:"Page courante {0} - {1} de {2}",emptyMsg:"Aucune donnée à afficher"});Ext.define("Ext.locale.fr_CA.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"La longueur minimum de ce champ est de {0} caractères",maxLengthText:"La longueur maximum de ce champ est de {0} caractères",blankText:"Ce champ est obligatoire",regexText:"",emptyText:null});Ext.define("Ext.locale.fr_CA.form.field.Number",{override:"Ext.form.field.Number",minText:"La valeur minimum de ce champ doit être de {0}",maxText:"La valeur maximum de ce champ doit être de {0}",nanText:"{0} n'est pas un nombre valide",negativeText:"La valeur de ce champ ne peut être négative"});Ext.define("Ext.locale.fr_CA.form.field.File",{override:"Ext.form.field.File",buttonText:"Parcourir..."});Ext.define("Ext.locale.fr_CA.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Désactivé",disabledDatesText:"Désactivé",minText:"La date de ce champ doit être avant le {0}",maxText:"La date de ce champ doit être après le {0}",invalidText:"{0} n'est pas une date valide - il doit être au format suivant: {1}",format:"d/m/y"});Ext.define("Ext.locale.fr_CA.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"En cours de chargement..."})});Ext.define("Ext.locale.fr_CA.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Ce champ doit contenir un courriel et doit être sous ce format: "usager@example.com"',urlText:'Ce champ doit contenir une URL sous le format suivant: "http://www.example.com"',alphaText:"Ce champ ne peut contenir que des lettres et le caractère souligné (_)",alphanumText:"Ce champ ne peut contenir que des caractères alphanumériques ainsi que le caractère souligné (_)"});Ext.define("Ext.locale.fr_CA.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Tri ascendant",sortDescText:"Tri descendant",lockText:"Verrouillé la colonne",unlockText:"Déverrouillé la colonne",columnsText:"Colonnes"});Ext.define("Ext.locale.fr_CA.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Propriété",valueText:"Valeur",dateFormat:"d/m/Y"});Ext.define("Ext.locale.fr_CA.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Annuler",yes:"Oui",no:"Non"}});Ext.define("Ext.locale.fr_CA.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-gr-debug.js b/src/webapp/js/classic/locale/locale-gr-debug.js deleted file mode 100644 index 5fa1d01..0000000 --- a/src/webapp/js/classic/locale/locale-gr-debug.js +++ /dev/null @@ -1,149 +0,0 @@ -/** - * Greek (Old Version) Translations by Vagelis - * 03-June-2007 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["ÉáíïõÜñéïò", "ÖåâñïõÜñéïò", "ÌÜñôéïò", "Ãðñßëéïò", "ÌÜéïò", "Éïýíéïò", "Éïýëéïò", "Ãýãïõóôïò", "ÓåðôÃìâñéïò", "Ãêôþâñéïò", "ÃïÃìâñéïò", "ÄåêÃìâñéïò"]; - - Ext.Date.dayNames = ["ÊõñéáêÞ", "ÄåõôÃñá", "Ôñßôç", "ÔåôÜñôç", "ÃÃìðôç", "ÃáñáóêåõÞ", "ÓÜââáôï"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Greek Euro - dateFormat: 'ì/ç/Ã…' - }); - } -}); - -Ext.define("Ext.locale.gr.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.gr.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} åðéëåãìÃíç(åò) ãñáììÞ(Ãò)" -}); - -Ext.define("Ext.locale.gr.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Êëåßóôå áõôÞ ôçí êáñôÃëá" -}); - -Ext.define("Ext.locale.gr.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Ç ôéìÞ óôï ðåäßï äåí åßíáé Ããêõñç" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.gr.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Öüñôùóç..." -}); - -Ext.define("Ext.locale.gr.picker.Date", { - override: "Ext.picker.Date", - todayText: "ÓÞìåñá", - minText: "Ç çìåñïìçíßá áõôÞ åßíáé ðñéí ôçí ìéêñüôåñç çìåñïìçíßá", - maxText: "Ç çìåñïìçíßá áõôÞ åßíáé ìåôÜ ôçí ìåãáëýôåñç çìåñïìçíßá", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Åðüìåíïò ÌÞíáò (Control+Right)', - prevText: 'Ãñïçãïýìåíïò ÌÞíáò (Control+Left)', - monthYearText: 'ÅðéëÃîôå ÌÞíá (Control+Up/Down ãéá ìåôáêßíçóç óôá Ãôç)', - todayTip: "{0} (Spacebar)", - format: "ì/ç/Ã…" -}); - -Ext.define("Ext.locale.gr.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Óåëßäá", - afterPageText: "áðü {0}", - firstText: "Ãñþôç óåëßäá", - prevText: "Ãñïçãïýìåíç óåëßäá", - nextText: "Åðüìåíç óåëßäá", - lastText: "Ôåëåõôáßá óåëßäá", - refreshText: "ÃíáíÃùóç", - displayMsg: "ÅìöÜíéóç {0} - {1} áðü {2}", - emptyMsg: 'Äåí âñÃèçêáí åããñáöÃò ãéá åìöÜíéóç' -}); - -Ext.define("Ext.locale.gr.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Ôï åëÜ÷éóôï ìÃãåèïò ãéá áõôü ôï ðåäßï åßíáé {0}", - maxLengthText: "Ôï ìÃãéóôï ìÃãåèïò ãéá áõôü ôï ðåäßï åßíáé {0}", - blankText: "Ôï ðåäßï áõôü åßíáé õðï÷ñåùôïêü", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.gr.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Ç åëÜ÷éóôç ôéìÞ ãéá áõôü ôï ðåäßï åßíáé {0}", - maxText: "Ç ìÃãéóôç ôéìÞ ãéá áõôü ôï ðåäßï åßíáé {0}", - nanText: "{0} äåí åßíáé Ããêõñïò áñéèìüò" -}); - -Ext.define("Ext.locale.gr.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "ÃðåíåñãïðïéçìÃíï", - disabledDatesText: "ÃðåíåñãïðïéçìÃíï", - minText: "Ç çìåñïìçíßá ó' áõôü ôï ðåäßï ðñÃðåé íá åßíáé ìåôÜ áðü {0}", - maxText: "Ç çìåñïìçíßá ó' áõôü ôï ðåäßï ðñÃðåé íá åßíáé ðñéí áðü {0}", - invalidText: "{0} äåí åßíáé Ããêõñç çìåñïìçíßá - ðñÃðåé íá åßíáé ôçò ìïñöÞò {1}", - format: "ì/ç/Ã…" -}); - -Ext.define("Ext.locale.gr.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Öüñôùóç..." - }); -}); - -Ext.define("Ext.locale.gr.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Ãõôü ôï ðåäßï ðñÃðåé íá åßíáé e-mail address ôçò ìïñöÞò "user@example.com"', - urlText: 'Ãõôü ôï ðåäßï ðñÃðåé íá åßíáé ìéá äéåýèõíóç URL ôçò ìïñöÞò "http:/' + '/www.example.com"', - alphaText: 'Ãõôü ôï ðåäßï ðñÃðåé íá ðåñéÃ÷åé ãñÜììáôá êáé _', - alphanumText: 'Ãõôü ôï ðåäßï ðñÃðåé íá ðåñéÃ÷åé ãñÜììáôá, áñéèìïýò êáé _' -}); - -Ext.define("Ext.locale.gr.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Ãýîïõóá Ôáîéíüìçóç", - sortDescText: "Öèßíïõóá Ôáîéíüìçóç", - lockText: "Êëåßäùìá óôÞëçò", - unlockText: "Îåêëåßäùìá óôÞëçò", - columnsText: "ÓôÞëåò" -}); - -Ext.define("Ext.locale.gr.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "¼íïìá", - valueText: "ÔéìÞ", - dateFormat: "ì/ç/Ã…" -}); - -Ext.define("Ext.locale.gr.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "ÅíôÜîåé", - cancel: "Ãêýñùóç", - yes: "Ãáé", - no: "¼÷é" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.gr.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-gr.js b/src/webapp/js/classic/locale/locale-gr.js deleted file mode 100644 index 1289bd4..0000000 --- a/src/webapp/js/classic/locale/locale-gr.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["ÉáíïõÜñéïò","ÖåâñïõÜñéïò","ÌÜñôéïò","Ãðñßëéïò","ÌÜéïò","Éïýíéïò","Éïýëéïò","Ãýãïõóôïò","ÓåðôÃìâñéïò","Ãêôþâñéïò","ÃïÃìâñéïò","ÄåêÃìâñéïò"];Ext.Date.dayNames=["ÊõñéáêÞ","ÄåõôÃñá","Ôñßôç","ÔåôÜñôç","ÃÃìðôç","ÃáñáóêåõÞ","ÓÜââáôï"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"ì/ç/Ã…"})}});Ext.define("Ext.locale.gr.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.gr.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} åðéëåãìÃíç(åò) ãñáììÞ(Ãò)"});Ext.define("Ext.locale.gr.tab.Tab",{override:"Ext.tab.Tab",closeText:"Êëåßóôå áõôÞ ôçí êáñôÃëá"});Ext.define("Ext.locale.gr.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Ç ôéìÞ óôï ðåäßï äåí åßíáé Ããêõñç"});Ext.define("Ext.locale.gr.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Öüñôùóç..."});Ext.define("Ext.locale.gr.picker.Date",{override:"Ext.picker.Date",todayText:"ÓÞìåñá",minText:"Ç çìåñïìçíßá áõôÞ åßíáé ðñéí ôçí ìéêñüôåñç çìåñïìçíßá",maxText:"Ç çìåñïìçíßá áõôÞ åßíáé ìåôÜ ôçí ìåãáëýôåñç çìåñïìçíßá",disabledDaysText:"",disabledDatesText:"",nextText:"Åðüìåíïò ÌÞíáò (Control+Right)",prevText:"Ãñïçãïýìåíïò ÌÞíáò (Control+Left)",monthYearText:"ÅðéëÃîôå ÌÞíá (Control+Up/Down ãéá ìåôáêßíçóç óôá Ãôç)",todayTip:"{0} (Spacebar)",format:"ì/ç/Ã…"});Ext.define("Ext.locale.gr.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Óåëßäá",afterPageText:"áðü {0}",firstText:"Ãñþôç óåëßäá",prevText:"Ãñïçãïýìåíç óåëßäá",nextText:"Åðüìåíç óåëßäá",lastText:"Ôåëåõôáßá óåëßäá",refreshText:"ÃíáíÃùóç",displayMsg:"ÅìöÜíéóç {0} - {1} áðü {2}",emptyMsg:"Äåí âñÃèçêáí åããñáöÃò ãéá åìöÜíéóç"});Ext.define("Ext.locale.gr.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Ôï åëÜ÷éóôï ìÃãåèïò ãéá áõôü ôï ðåäßï åßíáé {0}",maxLengthText:"Ôï ìÃãéóôï ìÃãåèïò ãéá áõôü ôï ðåäßï åßíáé {0}",blankText:"Ôï ðåäßï áõôü åßíáé õðï÷ñåùôïêü",regexText:"",emptyText:null});Ext.define("Ext.locale.gr.form.field.Number",{override:"Ext.form.field.Number",minText:"Ç åëÜ÷éóôç ôéìÞ ãéá áõôü ôï ðåäßï åßíáé {0}",maxText:"Ç ìÃãéóôç ôéìÞ ãéá áõôü ôï ðåäßï åßíáé {0}",nanText:"{0} äåí åßíáé Ããêõñïò áñéèìüò"});Ext.define("Ext.locale.gr.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"ÃðåíåñãïðïéçìÃíï",disabledDatesText:"ÃðåíåñãïðïéçìÃíï",minText:"Ç çìåñïìçíßá ó' áõôü ôï ðåäßï ðñÃðåé íá åßíáé ìåôÜ áðü {0}",maxText:"Ç çìåñïìçíßá ó' áõôü ôï ðåäßï ðñÃðåé íá åßíáé ðñéí áðü {0}",invalidText:"{0} äåí åßíáé Ããêõñç çìåñïìçíßá - ðñÃðåé íá åßíáé ôçò ìïñöÞò {1}",format:"ì/ç/Ã…"});Ext.define("Ext.locale.gr.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Öüñôùóç..."})});Ext.define("Ext.locale.gr.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Ãõôü ôï ðåäßï ðñÃðåé íá åßíáé e-mail address ôçò ìïñöÞò "user@example.com"',urlText:'Ãõôü ôï ðåäßï ðñÃðåé íá åßíáé ìéá äéåýèõíóç URL ôçò ìïñöÞò "http://www.example.com"',alphaText:"Ãõôü ôï ðåäßï ðñÃðåé íá ðåñéÃ÷åé ãñÜììáôá êáé _",alphanumText:"Ãõôü ôï ðåäßï ðñÃðåé íá ðåñéÃ÷åé ãñÜììáôá, áñéèìïýò êáé _"});Ext.define("Ext.locale.gr.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Ãýîïõóá Ôáîéíüìçóç",sortDescText:"Öèßíïõóá Ôáîéíüìçóç",lockText:"Êëåßäùìá óôÞëçò",unlockText:"Îåêëåßäùìá óôÞëçò",columnsText:"ÓôÞëåò"});Ext.define("Ext.locale.gr.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"¼íïìá",valueText:"ÔéìÞ",dateFormat:"ì/ç/Ã…"});Ext.define("Ext.locale.gr.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"ÅíôÜîåé",cancel:"Ãêýñùóç",yes:"Ãáé",no:"¼÷é"}});Ext.define("Ext.locale.gr.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-he-debug.js b/src/webapp/js/classic/locale/locale-he-debug.js deleted file mode 100644 index 8b71179..0000000 --- a/src/webapp/js/classic/locale/locale-he-debug.js +++ /dev/null @@ -1,284 +0,0 @@ -Ext.define('Ext.locale.container.Viewport', { - override: 'Ext.container.Viewport', - requires: [ - 'Ext.rtl.*' - ], - - rtl: true -}); -/** - * Hebrew Translations - * By spartacus (from forums) 06-12-2007 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["ינו×ר", "פברו×ר", "מרץ", "×פריל", "מ××™", "יוני", "יולי", "×וגוסט", "ספטמבר", "×וקטובר", "נובמבר", "דצמבר"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["×", "ב", "×’", "ד", "×”", "ו", "ש"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: ',', - decimalSeparator: '.', - currencySign: '\u20aa', - // Iraeli Shekel - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.he.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.he.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "שורות נבחרות {0}" -}); - -Ext.define("Ext.locale.he.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "סגור לשונית" -}); - -Ext.define("Ext.locale.he.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "הערך בשדה ×–×” שגוי" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.he.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "...טוען" -}); - -Ext.define("Ext.locale.he.picker.Date", { - override: "Ext.picker.Date", - todayText: "היו×", - minText: ".ת×ריך ×–×” חל ×§×•×“× ×œ×ª×ריך ההתחלתי שנקבע", - maxText: ".ת×ריך ×–×” חל ל×חר הת×ריך הסופי שנקבע", - disabledDaysText: "", - disabledDatesText: "", - nextText: '(Control+Right) החודש הב×', - prevText: '(Control+Left) החודש הקוד×', - monthYearText: '(לבחירת שנה Control+Up/Down) בחר חודש', - todayTip: "מקש רווח) {0})", - format: "d/m/Y", - startDay: 0 -}); - -Ext.define("Ext.locale.he.picker.Month", { - override: "Ext.picker.Month", - okText: " ×ישור ", - cancelText: "ביטול" -}); - -Ext.define("Ext.locale.he.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "עמוד", - afterPageText: "{0} מתוך", - firstText: "עמוד ר×שון", - prevText: "עמוד קוד×", - nextText: "עמוד הב×", - lastText: "עמוד ×חרון", - refreshText: "רענן", - displayMsg: "מציג {0} - {1} מתוך {2}", - emptyMsg: '×ין מידע להצגה' -}); - -Ext.define("Ext.locale.he.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "{0} ×”×ורך המינימ×לי לשדה ×–×” הו×", - maxLengthText: "{0} ×”×ורך המירבי לשדה ×–×” הו×", - blankText: "שדה ×–×” הכרחי", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.he.form.field.Number", { - override: "Ext.form.field.Number", - minText: "{0} הערך המינימ×לי לשדה ×–×” הו×", - maxText: "{0} הערך המירבי לשדה ×–×” הו×", - nanText: "×”×•× ×œ× ×ž×¡×¤×¨ {0}" -}); - -Ext.define("Ext.locale.he.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "מנוטרל", - disabledDatesText: "מנוטרל", - minText: "{0} הת×ריך בשדה ×–×” חייב להיות ל×חר", - maxText: "{0} הת×ריך בשדה ×–×” חייב להיות לפני", - invalidText: "{1} ×”×•× ×œ× ×ª×ריך תקני - חייב להיות בפורמט {0}", - format: "m/d/y", - altFormats: "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d" -}); - -Ext.define("Ext.locale.he.form.field.File", { - override: "Ext.form.field.File", - buttonText: "עיון ..." -}); - -Ext.define("Ext.locale.he.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "...טוען" - }); -}); - -Ext.define("Ext.locale.he.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: '"user@example.com" שדה ×–×” צריך להיות כתובת דו×ר ×לקטרוני בפורמט', - urlText: '"http:/' + '/www.example.com" שדה ×–×” צריך להיות כתובת ×ינטרנט בפורמט', - alphaText: '_שדה ×–×” יכול להכיל רק ×ותיות ו', - alphanumText: '_שדה ×–×” יכול להכיל רק ×ותיות, ×ž×¡×¤×¨×™× ×•' -}); - -Ext.define("Ext.locale.he.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: ':×× × ×”×§×œ×“ ×ת כתובת ×”×ינטרנט עבור הקישור' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: '(Ctrl+B) מודגש', - text: '.הדגש ×ת הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: '(Ctrl+I) נטוי', - text: '.הטה ×ת הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: '(Ctrl+U) קו תחתי', - text: '.הוסף קן תחתי עבור הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'הגדל טקסט', - text: '.הגדל גופן עבור הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'הקטן טקסט', - text: '.הקטן גופן עבור הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'צבע רקע לטקסט', - text: '.שנה ×ת צבע הרקע עבור הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'צבע גופן', - text: '.שנה ×ת צבע הגופן עבור הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'ישור לשמ×ל', - text: '.ישר שמ×לה ×ת הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'ישור למרכז', - text: '.ישר למרכז ×ת הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'ישור לימין', - text: '.ישר ימינה ×ת הטקסט הנבחר', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'רשימת נקודות', - text: '.התחל רשימת נקודות', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'רשימה ממוספרת', - text: '.התחל רשימה ממוספרת', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'קישור', - text: '.הפוך ×ת הטקסט הנבחר לקישור', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'עריכת קוד מקור', - text: '.הצג קוד מקור', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.he.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "מיין בסדר עולה", - sortDescText: "מיין בסדר יורד", - lockText: "נעל עמודה", - unlockText: "שחרר עמודה", - columnsText: "עמודות" -}); - -Ext.define("Ext.locale.he.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(ריק)', - groupByText: 'הצג בקבוצות לפי שדה ×–×”', - showGroupsText: 'הצג בקבוצות' -}); - -Ext.define("Ext.locale.he.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "ש×", - valueText: "ערך", - dateFormat: "m/j/Y" -}); - -Ext.define("Ext.locale.he.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "×ישור", - cancel: "ביטול", - yes: "כן", - no: "ל×" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.he.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-he.js b/src/webapp/js/classic/locale/locale-he.js deleted file mode 100644 index 46be63c..0000000 --- a/src/webapp/js/classic/locale/locale-he.js +++ /dev/null @@ -1 +0,0 @@ -Ext.define("Ext.locale.container.Viewport",{override:"Ext.container.Viewport",requires:["Ext.rtl.*"],rtl:true});Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["ינו×ר","פברו×ר","מרץ","×פריל","מ××™","יוני","יולי","×וגוסט","ספטמבר","×וקטובר","נובמבר","דצמבר"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["×","ב","×’","ד","×”","ו","ש"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:",",decimalSeparator:".",currencySign:"\u20aa",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.he.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.he.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"שורות נבחרות {0}"});Ext.define("Ext.locale.he.tab.Tab",{override:"Ext.tab.Tab",closeText:"סגור לשונית"});Ext.define("Ext.locale.he.form.field.Base",{override:"Ext.form.field.Base",invalidText:"הערך בשדה ×–×” שגוי"});Ext.define("Ext.locale.he.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"...טוען"});Ext.define("Ext.locale.he.picker.Date",{override:"Ext.picker.Date",todayText:"היו×",minText:".ת×ריך ×–×” חל ×§×•×“× ×œ×ª×ריך ההתחלתי שנקבע",maxText:".ת×ריך ×–×” חל ל×חר הת×ריך הסופי שנקבע",disabledDaysText:"",disabledDatesText:"",nextText:"(Control+Right) החודש הב×",prevText:"(Control+Left) החודש הקוד×",monthYearText:"(לבחירת שנה Control+Up/Down) בחר חודש",todayTip:"מקש רווח) {0})",format:"d/m/Y",startDay:0});Ext.define("Ext.locale.he.picker.Month",{override:"Ext.picker.Month",okText:" ×ישור ",cancelText:"ביטול"});Ext.define("Ext.locale.he.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"עמוד",afterPageText:"{0} מתוך",firstText:"עמוד ר×שון",prevText:"עמוד קוד×",nextText:"עמוד הב×",lastText:"עמוד ×חרון",refreshText:"רענן",displayMsg:"מציג {0} - {1} מתוך {2}",emptyMsg:"×ין מידע להצגה"});Ext.define("Ext.locale.he.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"{0} ×”×ורך המינימ×לי לשדה ×–×” הו×",maxLengthText:"{0} ×”×ורך המירבי לשדה ×–×” הו×",blankText:"שדה ×–×” הכרחי",regexText:"",emptyText:null});Ext.define("Ext.locale.he.form.field.Number",{override:"Ext.form.field.Number",minText:"{0} הערך המינימ×לי לשדה ×–×” הו×",maxText:"{0} הערך המירבי לשדה ×–×” הו×",nanText:"×”×•× ×œ× ×ž×¡×¤×¨ {0}"});Ext.define("Ext.locale.he.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"מנוטרל",disabledDatesText:"מנוטרל",minText:"{0} הת×ריך בשדה ×–×” חייב להיות ל×חר",maxText:"{0} הת×ריך בשדה ×–×” חייב להיות לפני",invalidText:"{1} ×”×•× ×œ× ×ª×ריך תקני - חייב להיות בפורמט {0}",format:"m/d/y",altFormats:"m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"});Ext.define("Ext.locale.he.form.field.File",{override:"Ext.form.field.File",buttonText:"עיון ..."});Ext.define("Ext.locale.he.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"...טוען"})});Ext.define("Ext.locale.he.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'"user@example.com" שדה ×–×” צריך להיות כתובת דו×ר ×לקטרוני בפורמט',urlText:'"http://www.example.com" שדה ×–×” צריך להיות כתובת ×ינטרנט בפורמט',alphaText:"_שדה ×–×” יכול להכיל רק ×ותיות ו",alphanumText:"_שדה ×–×” יכול להכיל רק ×ותיות, ×ž×¡×¤×¨×™× ×•"});Ext.define("Ext.locale.he.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:":×× × ×”×§×œ×“ ×ת כתובת ×”×ינטרנט עבור הקישור"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"(Ctrl+B) מודגש",text:".הדגש ×ת הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"(Ctrl+I) נטוי",text:".הטה ×ת הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"(Ctrl+U) קו תחתי",text:".הוסף קן תחתי עבור הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"הגדל טקסט",text:".הגדל גופן עבור הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"הקטן טקסט",text:".הקטן גופן עבור הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"צבע רקע לטקסט",text:".שנה ×ת צבע הרקע עבור הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"צבע גופן",text:".שנה ×ת צבע הגופן עבור הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"ישור לשמ×ל",text:".ישר שמ×לה ×ת הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"ישור למרכז",text:".ישר למרכז ×ת הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"ישור לימין",text:".ישר ימינה ×ת הטקסט הנבחר",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"רשימת נקודות",text:".התחל רשימת נקודות",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"רשימה ממוספרת",text:".התחל רשימה ממוספרת",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"קישור",text:".הפוך ×ת הטקסט הנבחר לקישור",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"עריכת קוד מקור",text:".הצג קוד מקור",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.he.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"מיין בסדר עולה",sortDescText:"מיין בסדר יורד",lockText:"נעל עמודה",unlockText:"שחרר עמודה",columnsText:"עמודות"});Ext.define("Ext.locale.he.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(ריק)",groupByText:"הצג בקבוצות לפי שדה ×–×”",showGroupsText:"הצג בקבוצות"});Ext.define("Ext.locale.he.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"ש×",valueText:"ערך",dateFormat:"m/j/Y"});Ext.define("Ext.locale.he.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"×ישור",cancel:"ביטול",yes:"כן",no:"ל×"}});Ext.define("Ext.locale.he.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-hr-debug.js b/src/webapp/js/classic/locale/locale-hr-debug.js deleted file mode 100644 index 31f6a7c..0000000 --- a/src/webapp/js/classic/locale/locale-hr-debug.js +++ /dev/null @@ -1,274 +0,0 @@ -/** - * Croatian translation - * By Ylodi (utf8 encoding) - * 8 May 2007 - * - * By Stjepan at gmail dot com (utf8 encoding) - * 17 May 2008 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["SijeÄanj", "VeljaÄa", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "ÄŒetvrtak", "Petak", "Subota"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'kn', - // Croation Kuna - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.hr.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.hr.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} odabranih redova" -}); - -Ext.define("Ext.locale.hr.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Zatvori ovaj tab" -}); - -Ext.define("Ext.locale.hr.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Unesena vrijednost u ovom polju je neispravna" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.hr.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "UÄitavanje..." -}); - -Ext.define("Ext.locale.hr.picker.Date", { - override: "Ext.picker.Date", - todayText: "Danas", - minText: "Taj datum je prije najmanjeg datuma", - maxText: "Taj datum je poslije najvećeg datuma", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Slijedeći mjesec (Control+Desno)', - prevText: 'Prethodni mjesec (Control+Lijevo)', - monthYearText: 'Odaberite mjesec (Control+Gore/Dolje za promjenu godine)', - todayTip: "{0} (Razmaknica)", - format: "d.m.y", - startDay: 1 -}); - -Ext.define("Ext.locale.hr.picker.Month", { - override: "Ext.picker.Month", - okText: " U redu ", - cancelText: "Odustani" -}); - -Ext.define("Ext.locale.hr.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Stranica", - afterPageText: "od {0}", - firstText: "Prva stranica", - prevText: "Prethodna stranica", - nextText: "Slijedeća stranica", - lastText: "Posljednja stranica", - refreshText: "Obnovi", - displayMsg: "Prikazujem {0} - {1} od {2}", - emptyMsg: 'Nema podataka za prikaz' -}); - -Ext.define("Ext.locale.hr.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Minimalna dužina za ovo polje je {0}", - maxLengthText: "Maksimalna dužina za ovo polje je {0}", - blankText: "Ovo polje je obavezno", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.hr.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Minimalna vrijednost za ovo polje je {0}", - maxText: "Maksimalna vrijednost za ovo polje je {0}", - nanText: "{0} nije ispravan broj" -}); - -Ext.define("Ext.locale.hr.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Neaktivno", - disabledDatesText: "Neaktivno", - minText: "Datum u ovom polje mora biti poslije {0}", - maxText: "Datum u ovom polju mora biti prije {0}", - invalidText: "{0} nije ispravan datum - mora biti u obliku {1}", - format: "d.m.y" -}); - -Ext.define("Ext.locale.hr.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "UÄitavanje..." - }); -}); - -Ext.define("Ext.locale.hr.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Ovdje možete unijeti samo e-mail adresu u obliku "korisnik@domena.com"', - urlText: 'Ovdje možete unijeti samo URL u obliku "http:/' + '/www.domena.com"', - alphaText: 'Ovo polje može sadržavati samo slova i znak _', - alphanumText: 'Ovo polje može sadržavati samo slova, brojeve i znak _' -}); - -Ext.define("Ext.locale.hr.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Unesite URL za link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Podebljano (Ctrl+B)', - text: 'Podebljavanje oznaÄenog teksta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Kurziv (Ctrl+I)', - text: 'Pretvaranje oznaÄenog tekst u kurziv', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Podcrtano (Ctrl+U)', - text: 'Potcrtavanje oznaÄenog teksta', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Povećanje teksta', - text: 'Povećavanje veliÄine fonta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Smanjivanje teksta', - text: 'Smanjivanje veliÄine fonta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Boja oznaÄenog teksta', - text: 'Promjena boje pozadine oznaÄenog teksta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Boja fonta', - text: 'Promjena boje oznaÄenog teksta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Lijevo poravnanje teksta', - text: 'Poravnanje teksta na lijevu stranu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centriranje teksta', - text: 'Centriranje teksta u ureÄ‘ivaÄu teksta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Desno poravnanje teksta', - text: 'Poravnanje teksta na desnu stranu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'OznaÄena lista', - text: 'ZapoÄinjanje oznaÄene liste.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numerirana lista', - text: 'ZapoÄinjanje numerirane liste.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hiperveza', - text: 'Stvaranje hiperveze od oznaÄenog teksta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'UreÄ‘ivanje izvornog koda', - text: 'Prebacivanje u naÄin rada za ureÄ‘ivanje izvornog koda.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.hr.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sortiraj rastućim redoslijedom", - sortDescText: "Sortiraj padajućim redoslijedom", - lockText: "ZakljuÄaj stupac", - unlockText: "OtkljuÄaj stupac", - columnsText: "Stupci" -}); - -Ext.define("Ext.locale.hr.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(NiÅ¡ta)', - groupByText: 'Grupiranje po ovom polju', - showGroupsText: 'Prikaz u grupama' -}); - -Ext.define("Ext.locale.hr.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Naziv", - valueText: "Vrijednost", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.hr.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "U redu", - cancel: "Odustani", - yes: "Da", - no: "Ne" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.hr.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-hr.js b/src/webapp/js/classic/locale/locale-hr.js deleted file mode 100644 index ebd90e0..0000000 --- a/src/webapp/js/classic/locale/locale-hr.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["SijeÄanj","VeljaÄa","Ožujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Nedjelja","Ponedjeljak","Utorak","Srijeda","ÄŒetvrtak","Petak","Subota"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"kn",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.hr.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.hr.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} odabranih redova"});Ext.define("Ext.locale.hr.tab.Tab",{override:"Ext.tab.Tab",closeText:"Zatvori ovaj tab"});Ext.define("Ext.locale.hr.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Unesena vrijednost u ovom polju je neispravna"});Ext.define("Ext.locale.hr.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"UÄitavanje..."});Ext.define("Ext.locale.hr.picker.Date",{override:"Ext.picker.Date",todayText:"Danas",minText:"Taj datum je prije najmanjeg datuma",maxText:"Taj datum je poslije najvećeg datuma",disabledDaysText:"",disabledDatesText:"",nextText:"Slijedeći mjesec (Control+Desno)",prevText:"Prethodni mjesec (Control+Lijevo)",monthYearText:"Odaberite mjesec (Control+Gore/Dolje za promjenu godine)",todayTip:"{0} (Razmaknica)",format:"d.m.y",startDay:1});Ext.define("Ext.locale.hr.picker.Month",{override:"Ext.picker.Month",okText:" U redu ",cancelText:"Odustani"});Ext.define("Ext.locale.hr.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Stranica",afterPageText:"od {0}",firstText:"Prva stranica",prevText:"Prethodna stranica",nextText:"Slijedeća stranica",lastText:"Posljednja stranica",refreshText:"Obnovi",displayMsg:"Prikazujem {0} - {1} od {2}",emptyMsg:"Nema podataka za prikaz"});Ext.define("Ext.locale.hr.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Minimalna dužina za ovo polje je {0}",maxLengthText:"Maksimalna dužina za ovo polje je {0}",blankText:"Ovo polje je obavezno",regexText:"",emptyText:null});Ext.define("Ext.locale.hr.form.field.Number",{override:"Ext.form.field.Number",minText:"Minimalna vrijednost za ovo polje je {0}",maxText:"Maksimalna vrijednost za ovo polje je {0}",nanText:"{0} nije ispravan broj"});Ext.define("Ext.locale.hr.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Neaktivno",disabledDatesText:"Neaktivno",minText:"Datum u ovom polje mora biti poslije {0}",maxText:"Datum u ovom polju mora biti prije {0}",invalidText:"{0} nije ispravan datum - mora biti u obliku {1}",format:"d.m.y"});Ext.define("Ext.locale.hr.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"UÄitavanje..."})});Ext.define("Ext.locale.hr.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Ovdje možete unijeti samo e-mail adresu u obliku "korisnik@domena.com"',urlText:'Ovdje možete unijeti samo URL u obliku "http://www.domena.com"',alphaText:"Ovo polje može sadržavati samo slova i znak _",alphanumText:"Ovo polje može sadržavati samo slova, brojeve i znak _"});Ext.define("Ext.locale.hr.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Unesite URL za link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Podebljano (Ctrl+B)",text:"Podebljavanje oznaÄenog teksta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Kurziv (Ctrl+I)",text:"Pretvaranje oznaÄenog tekst u kurziv",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Podcrtano (Ctrl+U)",text:"Potcrtavanje oznaÄenog teksta",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Povećanje teksta",text:"Povećavanje veliÄine fonta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Smanjivanje teksta",text:"Smanjivanje veliÄine fonta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Boja oznaÄenog teksta",text:"Promjena boje pozadine oznaÄenog teksta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Boja fonta",text:"Promjena boje oznaÄenog teksta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Lijevo poravnanje teksta",text:"Poravnanje teksta na lijevu stranu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centriranje teksta",text:"Centriranje teksta u ureÄ‘ivaÄu teksta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Desno poravnanje teksta",text:"Poravnanje teksta na desnu stranu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"OznaÄena lista",text:"ZapoÄinjanje oznaÄene liste.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numerirana lista",text:"ZapoÄinjanje numerirane liste.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hiperveza",text:"Stvaranje hiperveze od oznaÄenog teksta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"UreÄ‘ivanje izvornog koda",text:"Prebacivanje u naÄin rada za ureÄ‘ivanje izvornog koda.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.hr.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sortiraj rastućim redoslijedom",sortDescText:"Sortiraj padajućim redoslijedom",lockText:"ZakljuÄaj stupac",unlockText:"OtkljuÄaj stupac",columnsText:"Stupci"});Ext.define("Ext.locale.hr.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(NiÅ¡ta)",groupByText:"Grupiranje po ovom polju",showGroupsText:"Prikaz u grupama"});Ext.define("Ext.locale.hr.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Naziv",valueText:"Vrijednost",dateFormat:"d.m.Y"});Ext.define("Ext.locale.hr.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"U redu",cancel:"Odustani",yes:"Da",no:"Ne"}});Ext.define("Ext.locale.hr.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-hu-debug.js b/src/webapp/js/classic/locale/locale-hu-debug.js deleted file mode 100644 index fa38351..0000000 --- a/src/webapp/js/classic/locale/locale-hu-debug.js +++ /dev/null @@ -1,275 +0,0 @@ -/** - * List compiled by mystix on the extjs.com forums. - * Thank you Mystix! - * - * Hungarian Translations (utf-8 encoded) - * by Amon (27 Apr 2008) - * encoding fixed by Vili (17 Feb 2009) - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Január", "Február", "Március", "Ãprilis", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - 'Jan': 0, - 'Feb': 1, - 'Már': 2, - 'Ãpr': 3, - 'Máj': 4, - 'Jún': 5, - 'Júl': 6, - 'Aug': 7, - 'Sze': 8, - 'Okt': 9, - 'Nov': 10, - 'Dec': 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Vasárnap", "HétfÅ‘", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'Ft', - // Hungarian Forint - dateFormat: 'Y m d' - }); - } -}); - -Ext.define("Ext.locale.hu.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.hu.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} kiválasztott sor" -}); - -Ext.define("Ext.locale.hu.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Fül bezárása" -}); - -Ext.define("Ext.locale.hu.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Hibás érték!" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.hu.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Betöltés..." -}); - -Ext.define("Ext.locale.hu.picker.Date", { - override: "Ext.picker.Date", - todayText: "Mai nap", - minText: "A dátum korábbi a megengedettnél", - maxText: "A dátum késÅ‘bbi a megengedettnél", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Köv. hónap (CTRL+Jobbra)', - prevText: 'ElÅ‘zÅ‘ hónap (CTRL+Balra)', - monthYearText: 'Válassz hónapot (Évválasztás: CTRL+Fel/Le)', - todayTip: "{0} (Szóköz)", - format: "y-m-d", - startDay: 0 -}); - -Ext.define("Ext.locale.hu.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Mégsem" -}); - -Ext.define("Ext.locale.hu.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Oldal", - afterPageText: "a {0}-ból/bÅ‘l", - firstText: "ElsÅ‘ oldal", - prevText: "ElÅ‘zÅ‘ oldal", - nextText: "KövetkezÅ‘ oldal", - lastText: "Utolsó oldal", - refreshText: "Frissítés", - displayMsg: "{0} - {1} sorok láthatók a {2}-ból/bÅ‘l", - emptyMsg: 'Nincs megjeleníthetÅ‘ adat' -}); - -Ext.define("Ext.locale.hu.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "A mezÅ‘ tartalma legalább {0} hosszú kell legyen", - maxLengthText: "A mezÅ‘ tartalma legfeljebb {0} hosszú lehet", - blankText: "KötelezÅ‘en kitöltendÅ‘ mezÅ‘", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.hu.form.field.Number", { - override: "Ext.form.field.Number", - minText: "A mezÅ‘ tartalma nem lehet kissebb, mint {0}", - maxText: "A mezÅ‘ tartalma nem lehet nagyobb, mint {0}", - nanText: "{0} nem szám" -}); - -Ext.define("Ext.locale.hu.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Nem választható", - disabledDatesText: "Nem választható", - minText: "A dátum nem lehet korábbi, mint {0}", - maxText: "A dátum nem lehet késÅ‘bbi, mint {0}", - invalidText: "{0} nem megfelelÅ‘ dátum - a helyes formátum: {1}", - format: "Y m d", - altFormats: "Y-m-d|y-m-d|y/m/d|m/d|m-d|md|ymd|Ymd|d" -}); - -Ext.define("Ext.locale.hu.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Betöltés..." - }); -}); - -Ext.define("Ext.locale.hu.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'A mezÅ‘ email címet tartalmazhat, melynek formátuma "felhasználó@szolgáltató.hu"', - urlText: 'A mezÅ‘ webcímet tartalmazhat, melynek formátuma "http:/' + '/www.weboldal.hu"', - alphaText: 'A mezÅ‘ csak betűket és aláhúzást (_) tartalmazhat', - alphanumText: 'A mezÅ‘ csak betűket, számokat és aláhúzást (_) tartalmazhat' -}); - - -Ext.define("Ext.locale.hu.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Add meg a webcímet:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Félkövér (Ctrl+B)', - text: 'Félkövérré teszi a kijelölt szöveget.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'DÅ‘lt (Ctrl+I)', - text: 'DÅ‘lté teszi a kijelölt szöveget.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Aláhúzás (Ctrl+U)', - text: 'Aláhúzza a kijelölt szöveget.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Szöveg nagyítás', - text: 'Növeli a szövegméretet.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Szöveg kicsinyítés', - text: 'Csökkenti a szövegméretet.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Háttérszín', - text: 'A kijelölt szöveg háttérszínét módosítja.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Szövegszín', - text: 'A kijelölt szöveg színét módosítja.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Balra zárt', - text: 'Balra zárja a szöveget.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Középre zárt', - text: 'Középre zárja a szöveget.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Jobbra zárt', - text: 'Jobbra zárja a szöveget.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Felsorolás', - text: 'Felsorolást kezd.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Számozás', - text: 'Számozott listát kezd.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hiperlink', - text: 'A kijelölt szöveget linkké teszi.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Forrás nézet', - text: 'Forrás nézetbe kapcsol.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.hu.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "NövekvÅ‘ rendezés", - sortDescText: "CsökkenÅ‘ rendezés", - lockText: "Oszlop zárolás", - unlockText: "Oszlop feloldás", - columnsText: "Oszlopok" -}); - -Ext.define("Ext.locale.hu.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Nincs)', - groupByText: 'Oszlop szerint csoportosítás', - showGroupsText: 'Csoportos nézet' -}); - -Ext.define("Ext.locale.hu.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Név", - valueText: "Érték", - dateFormat: "Y m j" -}); - -Ext.define("Ext.locale.hu.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Mégsem", - yes: "Igen", - no: "Nem" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.hu.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-hu.js b/src/webapp/js/classic/locale/locale-hu.js deleted file mode 100644 index cd26f18..0000000 --- a/src/webapp/js/classic/locale/locale-hu.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Január","Február","Március","Ãprilis","Május","Június","Július","Augusztus","Szeptember","Október","November","December"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,"Már":2,"Ãpr":3,"Máj":4,"Jún":5,"Júl":6,Aug:7,Sze:8,Okt:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Vasárnap","HétfÅ‘","Kedd","Szerda","Csütörtök","Péntek","Szombat"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"Ft",dateFormat:"Y m d"})}});Ext.define("Ext.locale.hu.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.hu.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} kiválasztott sor"});Ext.define("Ext.locale.hu.tab.Tab",{override:"Ext.tab.Tab",closeText:"Fül bezárása"});Ext.define("Ext.locale.hu.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Hibás érték!"});Ext.define("Ext.locale.hu.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Betöltés..."});Ext.define("Ext.locale.hu.picker.Date",{override:"Ext.picker.Date",todayText:"Mai nap",minText:"A dátum korábbi a megengedettnél",maxText:"A dátum késÅ‘bbi a megengedettnél",disabledDaysText:"",disabledDatesText:"",nextText:"Köv. hónap (CTRL+Jobbra)",prevText:"ElÅ‘zÅ‘ hónap (CTRL+Balra)",monthYearText:"Válassz hónapot (Évválasztás: CTRL+Fel/Le)",todayTip:"{0} (Szóköz)",format:"y-m-d",startDay:0});Ext.define("Ext.locale.hu.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Mégsem"});Ext.define("Ext.locale.hu.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Oldal",afterPageText:"a {0}-ból/bÅ‘l",firstText:"ElsÅ‘ oldal",prevText:"ElÅ‘zÅ‘ oldal",nextText:"KövetkezÅ‘ oldal",lastText:"Utolsó oldal",refreshText:"Frissítés",displayMsg:"{0} - {1} sorok láthatók a {2}-ból/bÅ‘l",emptyMsg:"Nincs megjeleníthetÅ‘ adat"});Ext.define("Ext.locale.hu.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"A mezÅ‘ tartalma legalább {0} hosszú kell legyen",maxLengthText:"A mezÅ‘ tartalma legfeljebb {0} hosszú lehet",blankText:"KötelezÅ‘en kitöltendÅ‘ mezÅ‘",regexText:"",emptyText:null});Ext.define("Ext.locale.hu.form.field.Number",{override:"Ext.form.field.Number",minText:"A mezÅ‘ tartalma nem lehet kissebb, mint {0}",maxText:"A mezÅ‘ tartalma nem lehet nagyobb, mint {0}",nanText:"{0} nem szám"});Ext.define("Ext.locale.hu.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Nem választható",disabledDatesText:"Nem választható",minText:"A dátum nem lehet korábbi, mint {0}",maxText:"A dátum nem lehet késÅ‘bbi, mint {0}",invalidText:"{0} nem megfelelÅ‘ dátum - a helyes formátum: {1}",format:"Y m d",altFormats:"Y-m-d|y-m-d|y/m/d|m/d|m-d|md|ymd|Ymd|d"});Ext.define("Ext.locale.hu.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Betöltés..."})});Ext.define("Ext.locale.hu.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'A mezÅ‘ email címet tartalmazhat, melynek formátuma "felhasználó@szolgáltató.hu"',urlText:'A mezÅ‘ webcímet tartalmazhat, melynek formátuma "http://www.weboldal.hu"',alphaText:"A mezÅ‘ csak betűket és aláhúzást (_) tartalmazhat",alphanumText:"A mezÅ‘ csak betűket, számokat és aláhúzást (_) tartalmazhat"});Ext.define("Ext.locale.hu.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Add meg a webcímet:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Félkövér (Ctrl+B)",text:"Félkövérré teszi a kijelölt szöveget.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"DÅ‘lt (Ctrl+I)",text:"DÅ‘lté teszi a kijelölt szöveget.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Aláhúzás (Ctrl+U)",text:"Aláhúzza a kijelölt szöveget.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Szöveg nagyítás",text:"Növeli a szövegméretet.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Szöveg kicsinyítés",text:"Csökkenti a szövegméretet.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Háttérszín",text:"A kijelölt szöveg háttérszínét módosítja.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Szövegszín",text:"A kijelölt szöveg színét módosítja.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Balra zárt",text:"Balra zárja a szöveget.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Középre zárt",text:"Középre zárja a szöveget.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Jobbra zárt",text:"Jobbra zárja a szöveget.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Felsorolás",text:"Felsorolást kezd.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Számozás",text:"Számozott listát kezd.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hiperlink",text:"A kijelölt szöveget linkké teszi.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Forrás nézet",text:"Forrás nézetbe kapcsol.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.hu.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"NövekvÅ‘ rendezés",sortDescText:"CsökkenÅ‘ rendezés",lockText:"Oszlop zárolás",unlockText:"Oszlop feloldás",columnsText:"Oszlopok"});Ext.define("Ext.locale.hu.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Nincs)",groupByText:"Oszlop szerint csoportosítás",showGroupsText:"Csoportos nézet"});Ext.define("Ext.locale.hu.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Név",valueText:"Érték",dateFormat:"Y m j"});Ext.define("Ext.locale.hu.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Mégsem",yes:"Igen",no:"Nem"}});Ext.define("Ext.locale.hu.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-id-debug.js b/src/webapp/js/classic/locale/locale-id-debug.js deleted file mode 100644 index 568453a..0000000 --- a/src/webapp/js/classic/locale/locale-id-debug.js +++ /dev/null @@ -1,292 +0,0 @@ -/** - * Pedoman translasi: - * http://id.wikisource.org/wiki/Panduan_Pembakuan_Istilah,_Pelaksanaan_Instruksi_Presiden_Nomor_2_Tahun_2001_Tentang_Penggunaan_Komputer_Dengan_Aplikasi_Komputer_Berbahasa_Indonesia - * Original source: http://vlsm.org/etc/baku-0.txt - * by Farid GS - * farid [at] pulen.net - * 10:13 04 Desember 2007 - * Indonesian Translations - */ -Ext.onReady(function() { - var cm = Ext.ClassManager, - exists = Ext.Function.bind(cm.get, cm); - - if (Ext.Updater) { - Ext.Updater.defaults.indicatorText = '
Pemuatan...
'; - } - - if (Ext.Date) { - Ext.Date.monthNames = ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - Mei: 4, - Jun: 5, - Jul: 6, - Agu: 7, - Sep: 8, - Okt: 9, - Nov: 10, - Des: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - if (Ext.MessageBox) { - Ext.MessageBox.buttonText = { - ok: "OK", - cancel: "Batal", - yes: "Ya", - no: "Tidak" - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'Rp', - // Indonesian Rupiah - dateFormat: 'd/m/Y' - }); - } - -}); - -Ext.define("Ext.locale.id.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.id.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} baris terpilih" -}); - -Ext.define("Ext.locale.id.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Tutup tab ini" -}); - -Ext.define("Ext.locale.id.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Isian belum benar" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.id.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Pemuatan..." -}); - -Ext.define("Ext.locale.id.picker.Date", { - override: "Ext.picker.Date", - todayText: "Hari ini", - minText: "Tanggal ini sebelum batas tanggal minimal", - maxText: "Tanggal ini setelah batas tanggal maksimal", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Bulan Berikut (Kontrol+Kanan)', - prevText: 'Bulan Sebelum (Kontrol+Kiri)', - monthYearText: 'Pilih bulan (Kontrol+Atas/Bawah untuk pindah tahun)', - todayTip: "{0} (Spacebar)", - format: "d/m/y", - startDay: 1 -}); - -Ext.define("Ext.locale.id.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Batal" -}); - -Ext.define("Ext.locale.id.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Hal", - afterPageText: "dari {0}", - firstText: "Hal. Pertama", - prevText: "Hal. Sebelum", - nextText: "Hal. Berikut", - lastText: "Hal. Akhir", - refreshText: "Segarkan", - displayMsg: "Menampilkan {0} - {1} dari {2}", - emptyMsg: 'Data tidak ditemukan' -}); - -Ext.define("Ext.locale.id.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Panjang minimal untuk field ini adalah {0}", - maxLengthText: "Panjang maksimal untuk field ini adalah {0}", - blankText: "Field ini wajib diisi", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.id.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Nilai minimal untuk field ini adalah {0}", - maxText: "Nilai maksimal untuk field ini adalah {0}", - nanText: "{0} bukan angka" -}); - -Ext.define("Ext.locale.id.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Disfungsi", - disabledDatesText: "Disfungsi", - minText: "Tanggal dalam field ini harus setelah {0}", - maxText: "Tanggal dalam field ini harus sebelum {0}", - invalidText: "{0} tanggal salah - Harus dalam format {1}", - format: "d/m/y", - //altFormats : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d" - altFormats: "d/m/Y|d-m-y|d-m-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d" -}); - -Ext.define("Ext.locale.id.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Pemuatan..." - }); -}); - -Ext.define("Ext.locale.id.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Field ini harus dalam format email seperti "user@example.com"', - urlText: 'Field ini harus dalam format URL seperti "http:/' + '/www.example.com"', - alphaText: 'Field ini harus terdiri dari huruf dan _', - alphanumText: 'Field ini haris terdiri dari huruf, angka dan _' -}); - -Ext.define("Ext.locale.id.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Silakan masukkan URL untuk tautan:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Tebal (Ctrl+B)', - text: 'Buat tebal teks terpilih', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Miring (CTRL+I)', - text: 'Buat miring teks terpilih', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Garisbawah (CTRl+U)', - text: 'Garisbawahi teks terpilih', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Perbesar teks', - text: 'Perbesar ukuran fonta', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Perkecil teks', - text: 'Perkecil ukuran fonta', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Sorot Warna Teks', - text: 'Ubah warna latar teks terpilih', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Warna Fonta', - text: 'Ubah warna teks terpilih', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Rata Kiri', - text: 'Ratakan teks ke kiri', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Rata Tengah', - text: 'Ratakan teks ke tengah editor', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Rata Kanan', - text: 'Ratakan teks ke kanan', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Daftar Bulet', - text: 'Membuat daftar berbasis bulet', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Daftar Angka', - text: 'Membuat daftar berbasis angka', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hipertaut', - text: 'Buat teks terpilih sebagai Hipertaut', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Edit Kode Sumber', - text: 'Pindah dalam mode kode sumber', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.id.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Urut Naik", - sortDescText: "Urut Turun", - lockText: "Kancing Kolom", - unlockText: "Lepas Kunci Kolom", - columnsText: "Kolom" -}); - -Ext.define("Ext.locale.id.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Kosong)', - groupByText: 'Kelompokkan Berdasar Field Ini', - showGroupsText: 'Tampil Dalam Kelompok' -}); - -Ext.define("Ext.locale.id.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nama", - valueText: "Nilai", - dateFormat: "d/m/Y" -}); - -Ext.define("Ext.locale.id.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Batal", - yes: "Ya", - no: "Tidak" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.id.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-id.js b/src/webapp/js/classic/locale/locale-id.js deleted file mode 100644 index 2187c99..0000000 --- a/src/webapp/js/classic/locale/locale-id.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){var a=Ext.ClassManager,b=Ext.Function.bind(a.get,a);if(Ext.Updater){Ext.Updater.defaults.indicatorText='
Pemuatan...
'}if(Ext.Date){Ext.Date.monthNames=["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"];Ext.Date.getShortMonthName=function(c){return Ext.Date.monthNames[c].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,Mei:4,Jun:5,Jul:6,Agu:7,Sep:8,Okt:9,Nov:10,Des:11};Ext.Date.getMonthNumber=function(c){return Ext.Date.monthNumbers[c.substring(0,1).toUpperCase()+c.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"];Ext.Date.getShortDayName=function(c){return Ext.Date.dayNames[c].substring(0,3)}}if(Ext.MessageBox){Ext.MessageBox.buttonText={ok:"OK",cancel:"Batal",yes:"Ya",no:"Tidak"}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"Rp",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.id.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.id.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} baris terpilih"});Ext.define("Ext.locale.id.tab.Tab",{override:"Ext.tab.Tab",closeText:"Tutup tab ini"});Ext.define("Ext.locale.id.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Isian belum benar"});Ext.define("Ext.locale.id.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Pemuatan..."});Ext.define("Ext.locale.id.picker.Date",{override:"Ext.picker.Date",todayText:"Hari ini",minText:"Tanggal ini sebelum batas tanggal minimal",maxText:"Tanggal ini setelah batas tanggal maksimal",disabledDaysText:"",disabledDatesText:"",nextText:"Bulan Berikut (Kontrol+Kanan)",prevText:"Bulan Sebelum (Kontrol+Kiri)",monthYearText:"Pilih bulan (Kontrol+Atas/Bawah untuk pindah tahun)",todayTip:"{0} (Spacebar)",format:"d/m/y",startDay:1});Ext.define("Ext.locale.id.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Batal"});Ext.define("Ext.locale.id.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Hal",afterPageText:"dari {0}",firstText:"Hal. Pertama",prevText:"Hal. Sebelum",nextText:"Hal. Berikut",lastText:"Hal. Akhir",refreshText:"Segarkan",displayMsg:"Menampilkan {0} - {1} dari {2}",emptyMsg:"Data tidak ditemukan"});Ext.define("Ext.locale.id.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Panjang minimal untuk field ini adalah {0}",maxLengthText:"Panjang maksimal untuk field ini adalah {0}",blankText:"Field ini wajib diisi",regexText:"",emptyText:null});Ext.define("Ext.locale.id.form.field.Number",{override:"Ext.form.field.Number",minText:"Nilai minimal untuk field ini adalah {0}",maxText:"Nilai maksimal untuk field ini adalah {0}",nanText:"{0} bukan angka"});Ext.define("Ext.locale.id.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Disfungsi",disabledDatesText:"Disfungsi",minText:"Tanggal dalam field ini harus setelah {0}",maxText:"Tanggal dalam field ini harus sebelum {0}",invalidText:"{0} tanggal salah - Harus dalam format {1}",format:"d/m/y",altFormats:"d/m/Y|d-m-y|d-m-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"});Ext.define("Ext.locale.id.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Pemuatan..."})});Ext.define("Ext.locale.id.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Field ini harus dalam format email seperti "user@example.com"',urlText:'Field ini harus dalam format URL seperti "http://www.example.com"',alphaText:"Field ini harus terdiri dari huruf dan _",alphanumText:"Field ini haris terdiri dari huruf, angka dan _"});Ext.define("Ext.locale.id.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Silakan masukkan URL untuk tautan:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Tebal (Ctrl+B)",text:"Buat tebal teks terpilih",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Miring (CTRL+I)",text:"Buat miring teks terpilih",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Garisbawah (CTRl+U)",text:"Garisbawahi teks terpilih",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Perbesar teks",text:"Perbesar ukuran fonta",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Perkecil teks",text:"Perkecil ukuran fonta",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Sorot Warna Teks",text:"Ubah warna latar teks terpilih",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Warna Fonta",text:"Ubah warna teks terpilih",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Rata Kiri",text:"Ratakan teks ke kiri",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Rata Tengah",text:"Ratakan teks ke tengah editor",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Rata Kanan",text:"Ratakan teks ke kanan",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Daftar Bulet",text:"Membuat daftar berbasis bulet",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Daftar Angka",text:"Membuat daftar berbasis angka",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hipertaut",text:"Buat teks terpilih sebagai Hipertaut",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Edit Kode Sumber",text:"Pindah dalam mode kode sumber",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.id.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Urut Naik",sortDescText:"Urut Turun",lockText:"Kancing Kolom",unlockText:"Lepas Kunci Kolom",columnsText:"Kolom"});Ext.define("Ext.locale.id.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Kosong)",groupByText:"Kelompokkan Berdasar Field Ini",showGroupsText:"Tampil Dalam Kelompok"});Ext.define("Ext.locale.id.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nama",valueText:"Nilai",dateFormat:"d/m/Y"});Ext.define("Ext.locale.id.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Batal",yes:"Ya",no:"Tidak"}});Ext.define("Ext.locale.id.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-it-debug.js b/src/webapp/js/classic/locale/locale-it-debug.js deleted file mode 100644 index 8fc3cf3..0000000 --- a/src/webapp/js/classic/locale/locale-it-debug.js +++ /dev/null @@ -1,320 +0,0 @@ -/** - * Italian translation - * 28 Maggio 2012 updated by Fabio De Paolis (many changes, update to 4.1.0) - * 21 Dicembre 2007 updated by Federico Grilli - * 04 Ottobre 2007 updated by eric_void - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Gen: 0, - Feb: 1, - Mar: 2, - Apr: 3, - Mag: 4, - Giu: 5, - Lug: 6, - Ago: 7, - Set: 8, - Ott: 9, - Nov: 10, - Dic: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Domenica", "Lunedi", "Martedi", "Mercoledi", "Giovedi", "Venerdi", "Sabato"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', // Euro - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.it.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.it.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} Righe selezionate" -}); - -Ext.define("Ext.locale.it.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Chiudi scheda" -}); - -Ext.define("Ext.locale.it.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Attendere..." -}); - -Ext.define("Ext.locale.it.form.field.Base", { - override: "Ext.form.field.Base", -// invalidText: "The value in this field is invalid" - invalidText: "Valore non valido" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.it.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Caricamento..." -}); - -Ext.define("Ext.locale.it.picker.Date", { - override: "Ext.picker.Date", - todayText: "Oggi", - minText: "Data precedente alla data minima", - maxText: "Data successiva alla data massima", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Mese successivo (Control+Destra)', - prevText: 'Mese precedente (Control+Sinistra)', - monthYearText: 'Scegli un mese (Control+Sopra/Sotto per cambiare anno)', - todayTip: "{0} (Barra spaziatrice)", - format: "d/m/Y", - startDay: 1 -}); - -Ext.define("Ext.locale.it.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Annulla" -}); - -Ext.define("Ext.locale.it.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Pagina", - afterPageText: "di {0}", - firstText: "Prima pagina", - prevText: "Pagina precedente", - nextText: "Pagina successiva", - lastText: "Ultima pagina", - refreshText: "Aggiorna", - displayMsg: "Mostrati {0} - {1} di {2}", - emptyMsg: 'Non ci sono dati da mostrare' -}); - -Ext.define("Ext.locale.it.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "La lunghezza minima \u00E8 {0}", - maxLengthText: "La lunghezza massima \u00E8 {0}", - blankText: "Campo obbligatorio", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.it.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: "Il valore minimo \u00E8 {0}", - maxText: "Il valore massimo \u00E8 {0}", - nanText: "{0} non \u00E8 un valore numerico valido", - negativeText: "Il valore del campo non può essere negativo" -}); - -Ext.define("Ext.locale.it.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Disabilitato", - disabledDatesText: "Disabilitato", - minText: "La data deve essere maggiore o uguale a {0}", - maxText: "La data deve essere minore o uguale a {0}", - invalidText: "{0} non \u00E8 una data valida. Deve essere nel formato {1}", - format: "d/m/Y", -// altFormats: "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" - altFormats: "d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.it.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Caricamento..." - }); -}); - -Ext.define("Ext.locale.it.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Il campo deve essere un indirizzo e-mail nel formato "utente@esempio.com"', - urlText: 'Il campo deve essere un indirizzo web nel formato "http:/' + '/www.esempio.com"', - alphaText: 'Il campo deve contenere solo lettere e _', - alphanumText: 'Il campo deve contenere solo lettere, numeri e _' -}); - -Ext.define("Ext.locale.it.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Inserire un URL per il link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Grassetto (Ctrl+B)', - text: 'Rende il testo selezionato in grassetto.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Corsivo (Ctrl+I)', - text: 'Rende il testo selezionato in corsivo.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Sottolinea (Ctrl+U)', - text: 'Sottolinea il testo selezionato.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Ingrandisci testo', - text: 'Aumenta la dimensione del carattere.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Rimpicciolisci testo', - text: 'Diminuisce la dimensione del carattere.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Colore evidenziatore testo', - text: 'Modifica il colore di sfondo del testo selezionato.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Colore carattere', - text: 'Modifica il colore del testo selezionato.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Allinea a sinistra', - text: 'Allinea il testo a sinistra.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centra', - text: 'Centra il testo.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Allinea a destra', - text: 'Allinea il testo a destra.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Elenco puntato', - text: 'Elenco puntato.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Elenco numerato', - text: 'Elenco numerato.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Collegamento', - text: 'Trasforma il testo selezionato in un collegamanto.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Sorgente', - text: 'Passa alla modalit\u00E0 editing del sorgente.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.it.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Ordinamento crescente", - sortDescText: "Ordinamento decrescente", - lockText: "Blocca colonna", - unlockText: "Sblocca colonna", - columnsText: "Colonne" -}); - -Ext.define("Ext.locale.it.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Nessun dato)', - groupByText: 'Raggruppa per questo campo', - showGroupsText: 'Mostra nei gruppi' -}); - -Ext.define("Ext.locale.it.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Name", - valueText: "Value", - dateFormat: "j/m/Y", - trueText: "true", - falseText: "false" -}); - -Ext.define("Ext.locale.it.grid.column.Boolean", { - override: "Ext.grid.column.Boolean", - trueText: "vero", - falseText: "falso", - undefinedText: ' ' -}); - -Ext.define("Ext.locale.it.grid.column.Number", { - override: "Ext.grid.column.Number", - format: '0,000.00' -}); - -Ext.define("Ext.locale.it.grid.column.Date", { - override: "Ext.grid.column.Date", - format: 'd/m/Y' -}); - -Ext.define("Ext.locale.it.form.field.Time", { - override: "Ext.form.field.Time", - minText: "L'Ora deve essere maggiore o uguale a {0}", - maxText: "L'Ora deve essere mainore o uguale a {0}", - invalidText: "{0} non \u00E8 un Orario valido", -// format: "g:i A", - format: "H:i" -// altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.it.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "Devi selezionare almeno un elemento nel gruppo" -}); - -Ext.define("Ext.locale.it.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "Devi selezionare un elemento nel gruppo" -}); - -Ext.define("Ext.locale.it.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Annulla", - yes: "Si", - no: "No" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.it.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-it.js b/src/webapp/js/classic/locale/locale-it.js deleted file mode 100644 index 2968589..0000000 --- a/src/webapp/js/classic/locale/locale-it.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Gen:0,Feb:1,Mar:2,Apr:3,Mag:4,Giu:5,Lug:6,Ago:7,Set:8,Ott:9,Nov:10,Dic:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Domenica","Lunedi","Martedi","Mercoledi","Giovedi","Venerdi","Sabato"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.it.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.it.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} Righe selezionate"});Ext.define("Ext.locale.it.tab.Tab",{override:"Ext.tab.Tab",closeText:"Chiudi scheda"});Ext.define("Ext.locale.it.form.Basic",{override:"Ext.form.Basic",waitTitle:"Attendere..."});Ext.define("Ext.locale.it.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Valore non valido"});Ext.define("Ext.locale.it.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Caricamento..."});Ext.define("Ext.locale.it.picker.Date",{override:"Ext.picker.Date",todayText:"Oggi",minText:"Data precedente alla data minima",maxText:"Data successiva alla data massima",disabledDaysText:"",disabledDatesText:"",nextText:"Mese successivo (Control+Destra)",prevText:"Mese precedente (Control+Sinistra)",monthYearText:"Scegli un mese (Control+Sopra/Sotto per cambiare anno)",todayTip:"{0} (Barra spaziatrice)",format:"d/m/Y",startDay:1});Ext.define("Ext.locale.it.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Annulla"});Ext.define("Ext.locale.it.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Pagina",afterPageText:"di {0}",firstText:"Prima pagina",prevText:"Pagina precedente",nextText:"Pagina successiva",lastText:"Ultima pagina",refreshText:"Aggiorna",displayMsg:"Mostrati {0} - {1} di {2}",emptyMsg:"Non ci sono dati da mostrare"});Ext.define("Ext.locale.it.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"La lunghezza minima \u00E8 {0}",maxLengthText:"La lunghezza massima \u00E8 {0}",blankText:"Campo obbligatorio",regexText:"",emptyText:null});Ext.define("Ext.locale.it.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"Il valore minimo \u00E8 {0}",maxText:"Il valore massimo \u00E8 {0}",nanText:"{0} non \u00E8 un valore numerico valido",negativeText:"Il valore del campo non può essere negativo"});Ext.define("Ext.locale.it.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Disabilitato",disabledDatesText:"Disabilitato",minText:"La data deve essere maggiore o uguale a {0}",maxText:"La data deve essere minore o uguale a {0}",invalidText:"{0} non \u00E8 una data valida. Deve essere nel formato {1}",format:"d/m/Y",altFormats:"d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.it.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Caricamento..."})});Ext.define("Ext.locale.it.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Il campo deve essere un indirizzo e-mail nel formato "utente@esempio.com"',urlText:'Il campo deve essere un indirizzo web nel formato "http://www.esempio.com"',alphaText:"Il campo deve contenere solo lettere e _",alphanumText:"Il campo deve contenere solo lettere, numeri e _"});Ext.define("Ext.locale.it.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Inserire un URL per il link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Grassetto (Ctrl+B)",text:"Rende il testo selezionato in grassetto.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Corsivo (Ctrl+I)",text:"Rende il testo selezionato in corsivo.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Sottolinea (Ctrl+U)",text:"Sottolinea il testo selezionato.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Ingrandisci testo",text:"Aumenta la dimensione del carattere.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Rimpicciolisci testo",text:"Diminuisce la dimensione del carattere.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Colore evidenziatore testo",text:"Modifica il colore di sfondo del testo selezionato.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Colore carattere",text:"Modifica il colore del testo selezionato.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Allinea a sinistra",text:"Allinea il testo a sinistra.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centra",text:"Centra il testo.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Allinea a destra",text:"Allinea il testo a destra.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Elenco puntato",text:"Elenco puntato.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Elenco numerato",text:"Elenco numerato.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Collegamento",text:"Trasforma il testo selezionato in un collegamanto.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Sorgente",text:"Passa alla modalit\u00E0 editing del sorgente.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.it.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Ordinamento crescente",sortDescText:"Ordinamento decrescente",lockText:"Blocca colonna",unlockText:"Sblocca colonna",columnsText:"Colonne"});Ext.define("Ext.locale.it.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Nessun dato)",groupByText:"Raggruppa per questo campo",showGroupsText:"Mostra nei gruppi"});Ext.define("Ext.locale.it.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Name",valueText:"Value",dateFormat:"j/m/Y",trueText:"true",falseText:"false"});Ext.define("Ext.locale.it.grid.column.Boolean",{override:"Ext.grid.column.Boolean",trueText:"vero",falseText:"falso",undefinedText:" "});Ext.define("Ext.locale.it.grid.column.Number",{override:"Ext.grid.column.Number",format:"0,000.00"});Ext.define("Ext.locale.it.grid.column.Date",{override:"Ext.grid.column.Date",format:"d/m/Y"});Ext.define("Ext.locale.it.form.field.Time",{override:"Ext.form.field.Time",minText:"L'Ora deve essere maggiore o uguale a {0}",maxText:"L'Ora deve essere mainore o uguale a {0}",invalidText:"{0} non \u00E8 un Orario valido",format:"H:i"});Ext.define("Ext.locale.it.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"Devi selezionare almeno un elemento nel gruppo"});Ext.define("Ext.locale.it.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"Devi selezionare un elemento nel gruppo"});Ext.define("Ext.locale.it.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Annulla",yes:"Si",no:"No"}});Ext.define("Ext.locale.it.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-ja-debug.js b/src/webapp/js/classic/locale/locale-ja-debug.js deleted file mode 100644 index b605110..0000000 --- a/src/webapp/js/classic/locale/locale-ja-debug.js +++ /dev/null @@ -1,324 +0,0 @@ -/** - * Japanese translation - * By tyama - * 04-08-2007, 05:49 AM - * - * update based on English Translations by Condor (8 Aug 2008) - * By sakuro (30 Aug 2008) - */ -Ext.onReady(function() { - var parseCodes; - - if (Ext.Date) { - Ext.Date.monthNames = ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']; - - Ext.Date.getShortMonthName = function(month) { - return "" + (month + 1); - }; - - Ext.Date.monthNumbers = { - "1": 0, - "2": 1, - "3": 2, - "4": 3, - "5": 4, - "6": 5, - "7": 6, - "8": 7, - "9": 8, - "10": 9, - "11": 10, - "12": 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, name.length - 1)]; - // or simply parseInt(name.substring(0, name.length - 1)) - 1 - }; - - Ext.Date.dayNames = ["日曜日", "月曜日", "ç«æ›œæ—¥", "水曜日", "木曜日", "金曜日", "土曜日"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 1); // just remove "曜日" suffix - }; - - Ext.Date.formatCodes.a = "(this.getHours() < 12 ? 'åˆå‰' : 'åˆå¾Œ')"; - Ext.Date.formatCodes.A = "(this.getHours() < 12 ? 'åˆå‰' : 'åˆå¾Œ')"; // no case difference - - parseCodes = { - g: 1, - c: "if (/(åˆå‰)/i.test(results[{0}])) {\n" - + "if (!h || h == 12) { h = 0; }\n" - + "} else { if (!h || h < 12) { h = (h || 0) + 12; }}", - s: "(åˆå‰|åˆå¾Œ)", - calcAtEnd: true - }; - - Ext.Date.parseCodes.a = Ext.Date.parseCodes.A = parseCodes; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: ',', - decimalSeparator: '.', - currencySign: '\u00a5', - // Japanese Yen - dateFormat: 'Y/m/d' - }); - } -}); - -Ext.define("Ext.locale.ja.LoadMask", { - override: "Ext.LoadMask", - msg: "読ã¿è¾¼ã¿ä¸­..." -}); - -Ext.define("Ext.locale.ja.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.ja.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} è¡Œé¸æŠž" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.ja.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "読ã¿è¾¼ã¿ä¸­..." -}); - -Ext.define("Ext.locale.ja.picker.Date", { - override: "Ext.picker.Date", - todayText: "今日", - minText: "é¸æŠžã—ãŸæ—¥ä»˜ã¯æœ€å°å€¤ä»¥ä¸‹ã§ã™ã€‚", - maxText: "é¸æŠžã—ãŸæ—¥ä»˜ã¯æœ€å¤§å€¤ä»¥ä¸Šã§ã™ã€‚", - disabledDaysText: "", - disabledDatesText: "", - nextText: '次月㸠(コントロール+å³)', - prevText: '剿œˆã¸ (コントロール+å·¦)', - monthYearText: 'æœˆé¸æŠž (コントロール+上/下ã§å¹´ç§»å‹•)', - todayTip: "{0} (スペースキー)", - format: "Y/m/d", - startDay: 0, - ariaTitle: '{0}', - ariaTitleDateFormat: 'Y\u5e74m\u6708d\u65e5', - longDayFormat: 'Y\u5e74m\u6708d\u65e5', - monthYearFormat: 'Y\u5e74m\u6708' -}); - -Ext.define("Ext.locale.ja.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "キャンセル" -}); - -Ext.define("Ext.locale.ja.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "ページ", - afterPageText: "/ {0}", - firstText: "最åˆã®ãƒšãƒ¼ã‚¸", - prevText: "å‰ã®ãƒšãƒ¼ã‚¸", - nextText: "次ã®ãƒšãƒ¼ã‚¸", - lastText: "最後ã®ãƒšãƒ¼ã‚¸", - refreshText: "æ›´æ–°", - displayMsg: "{2} 件中 {0} - {1} を表示", - emptyMsg: '表示ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“。' -}); - -Ext.define("Ext.locale.ja.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "フィールドã®å€¤ãŒä¸æ­£ã§ã™ã€‚" -}); - -Ext.define("Ext.locale.ja.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æœ€å°å€¤ã¯ {0} ã§ã™ã€‚", - maxLengthText: "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æœ€å¤§å€¤ã¯ {0} ã§ã™ã€‚", - blankText: "必須項目ã§ã™ã€‚", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.ja.form.field.File", { - override: "Ext.form.field.File", - buttonText: "å‚ç…§..." -}); - -Ext.define("Ext.locale.ja.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æœ€å°å€¤ã¯ {0} ã§ã™ã€‚", - maxText: "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æœ€å¤§å€¤ã¯ {0} ã§ã™ã€‚", - nanText: "{0} ã¯æ•°å€¤ã§ã¯ã‚りã¾ã›ã‚“。", - negativeText: "è² ã®å€¤ã¯ç„¡åйã§ã™ã€‚" -}); - -Ext.define("Ext.locale.ja.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "無効", - disabledDatesText: "無効", - minText: "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æ—¥ä»˜ã¯ã€ {0} 以é™ã®æ—¥ä»˜ã«è¨­å®šã—ã¦ãã ã•ã„。", - maxText: "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æ—¥ä»˜ã¯ã€ {0} 以å‰ã®æ—¥ä»˜ã«è¨­å®šã—ã¦ãã ã•ã„。", - invalidText: "{0} ã¯é–“é•ã£ãŸæ—¥ä»˜å…¥åŠ›ã§ã™ã€‚ - 入力形å¼ã¯ã€Œ{1}ã€ã§ã™ã€‚", - format: "Y/m/d", - altFormats: "y/m/d|m/d/y|m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d" -}); - -Ext.define("Ext.locale.ja.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "読ã¿è¾¼ã¿ä¸­..." - }); -}); - -Ext.define("Ext.locale.ja.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'メールアドレスを"user@example.com"ã®å½¢å¼ã§å…¥åŠ›ã—ã¦ãã ã•ã„。', - urlText: 'URLã‚’"http:/' + '/www.example.com"ã®å½¢å¼ã§å…¥åŠ›ã—ã¦ãã ã•ã„。', - alphaText: 'åŠè§’英字ã¨"_"ã®ã¿ã§ã™ã€‚', - alphanumText: 'åŠè§’英数ã¨"_"ã®ã¿ã§ã™ã€‚' -}); - -Ext.define("Ext.locale.ja.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'リンクã®URLを入力ã—ã¦ãã ã•ã„:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: '太字 (コントロール+B)', - text: 'é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã‚’å¤ªå­—ã«ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: '斜体 (コントロール+I)', - text: 'é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã‚’æ–œä½“ã«ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: '下線 (コントロール+U)', - text: 'é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã«ä¸‹ç·šã‚’引ãã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: '文字を大ãã', - text: 'フォントサイズを大ããã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: '文字をå°ã•ã', - text: 'フォントサイズをå°ã•ãã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: '文字ã®ãƒã‚¤ãƒ©ã‚¤ãƒˆ', - text: 'é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã®èƒŒæ™¯è‰²ã‚’変更ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: '文字ã®è‰²', - text: 'é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã®è‰²ã‚’変更ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'å·¦æƒãˆ', - text: 'テキストを左æƒãˆã«ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: '中央æƒãˆ', - text: 'テキストを中央æƒãˆã«ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: '峿ƒãˆ', - text: 'ãƒ†ã‚­ã‚¹ãƒˆã‚’å³æƒãˆã«ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: '番å·ãªã—ç®‡æ¡æ›¸ã', - text: '番å·ãªã—ç®‡æ¡æ›¸ãã‚’é–‹å§‹ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: '番å·ä»˜ãç®‡æ¡æ›¸ã', - text: '番å·ä»˜ãç®‡æ¡æ›¸ãã‚’é–‹å§‹ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'ãƒã‚¤ãƒ‘ーリンク', - text: 'é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã‚’ãƒã‚¤ãƒ‘ーリンクã«ã—ã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'ソース編集', - text: 'ソース編集モードã«åˆ‡ã‚Šæ›¿ãˆã¾ã™ã€‚', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.ja.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "昇順", - sortDescText: "é™é †", - columnsText: "カラム" -}); - -Ext.define("Ext.locale.ja.grid.column.Date", { - override: "Ext.grid.column.Date", - format: "Y/m/d" -}); - -Ext.define("Ext.locale.ja.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(ãªã—)', - groupByText: 'ã“ã®ã‚«ãƒ©ãƒ ã§ã‚°ãƒ«ãƒ¼ãƒ”ング', - showGroupsText: 'グルーピング' -}); - -Ext.define("Ext.locale.ja.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "åç§°", - valueText: "値", - dateFormat: "Y/m/d" -}); - -Ext.define("Ext.locale.ja.form.field.Time", { - override: "Ext.form.field.Time", - minText: "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æ™‚刻ã¯ã€ {0} 以é™ã®æ™‚刻ã«è¨­å®šã—ã¦ãã ã•ã„。", - maxText: "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æ™‚刻ã¯ã€ {0} 以å‰ã®æ™‚刻ã«è¨­å®šã—ã¦ãã ã•ã„。", - invalidText: "{0} ã¯é–“é•ã£ãŸæ™‚刻入力ã§ã™ã€‚", - format: "g:i A", - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.ja.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã‹ã‚‰æœ€ä½Žï¼‘ã¤ã®ã‚¢ã‚¤ãƒ†ãƒ ã‚’é¸æŠžã—ãªã‘れã°ãªã‚Šã¾ã›ã‚“。" -}); - -Ext.define("Ext.locale.ja.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã‹ã‚‰ï¼‘ã¤ã®ã‚¢ã‚¤ãƒ†ãƒ ã‚’é¸æŠžã—ãªã‘れã°ãªã‚Šã¾ã›ã‚“。" -}); - -Ext.define("Ext.locale.ja.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "キャンセル", - yes: "ã¯ã„", - no: "ã„ã„ãˆ" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.ja.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-ja.js b/src/webapp/js/classic/locale/locale-ja.js deleted file mode 100644 index 9465e3b..0000000 --- a/src/webapp/js/classic/locale/locale-ja.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){var a;if(Ext.Date){Ext.Date.monthNames=["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"];Ext.Date.getShortMonthName=function(b){return""+(b+1)};Ext.Date.monthNumbers={"1":0,"2":1,"3":2,"4":3,"5":4,"6":5,"7":6,"8":7,"9":8,"10":9,"11":10,"12":11};Ext.Date.getMonthNumber=function(b){return Ext.Date.monthNumbers[b.substring(0,b.length-1)]};Ext.Date.dayNames=["日曜日","月曜日","ç«æ›œæ—¥","水曜日","木曜日","金曜日","土曜日"];Ext.Date.getShortDayName=function(b){return Ext.Date.dayNames[b].substring(0,1)};Ext.Date.formatCodes.a="(this.getHours() < 12 ? 'åˆå‰' : 'åˆå¾Œ')";Ext.Date.formatCodes.A="(this.getHours() < 12 ? 'åˆå‰' : 'åˆå¾Œ')";a={g:1,c:"if (/(åˆå‰)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(åˆå‰|åˆå¾Œ)",calcAtEnd:true};Ext.Date.parseCodes.a=Ext.Date.parseCodes.A=a}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:",",decimalSeparator:".",currencySign:"\u00a5",dateFormat:"Y/m/d"})}});Ext.define("Ext.locale.ja.LoadMask",{override:"Ext.LoadMask",msg:"読ã¿è¾¼ã¿ä¸­..."});Ext.define("Ext.locale.ja.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.ja.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} è¡Œé¸æŠž"});Ext.define("Ext.locale.ja.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"読ã¿è¾¼ã¿ä¸­..."});Ext.define("Ext.locale.ja.picker.Date",{override:"Ext.picker.Date",todayText:"今日",minText:"é¸æŠžã—ãŸæ—¥ä»˜ã¯æœ€å°å€¤ä»¥ä¸‹ã§ã™ã€‚",maxText:"é¸æŠžã—ãŸæ—¥ä»˜ã¯æœ€å¤§å€¤ä»¥ä¸Šã§ã™ã€‚",disabledDaysText:"",disabledDatesText:"",nextText:"次月㸠(コントロール+å³)",prevText:"剿œˆã¸ (コントロール+å·¦)",monthYearText:"æœˆé¸æŠž (コントロール+上/下ã§å¹´ç§»å‹•)",todayTip:"{0} (スペースキー)",format:"Y/m/d",startDay:0,ariaTitle:"{0}",ariaTitleDateFormat:"Y\u5e74m\u6708d\u65e5",longDayFormat:"Y\u5e74m\u6708d\u65e5",monthYearFormat:"Y\u5e74m\u6708"});Ext.define("Ext.locale.ja.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"キャンセル"});Ext.define("Ext.locale.ja.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"ページ",afterPageText:"/ {0}",firstText:"最åˆã®ãƒšãƒ¼ã‚¸",prevText:"å‰ã®ãƒšãƒ¼ã‚¸",nextText:"次ã®ãƒšãƒ¼ã‚¸",lastText:"最後ã®ãƒšãƒ¼ã‚¸",refreshText:"æ›´æ–°",displayMsg:"{2} 件中 {0} - {1} を表示",emptyMsg:"表示ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“。"});Ext.define("Ext.locale.ja.form.field.Base",{override:"Ext.form.field.Base",invalidText:"フィールドã®å€¤ãŒä¸æ­£ã§ã™ã€‚"});Ext.define("Ext.locale.ja.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æœ€å°å€¤ã¯ {0} ã§ã™ã€‚",maxLengthText:"ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æœ€å¤§å€¤ã¯ {0} ã§ã™ã€‚",blankText:"必須項目ã§ã™ã€‚",regexText:"",emptyText:null});Ext.define("Ext.locale.ja.form.field.File",{override:"Ext.form.field.File",buttonText:"å‚ç…§..."});Ext.define("Ext.locale.ja.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æœ€å°å€¤ã¯ {0} ã§ã™ã€‚",maxText:"ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æœ€å¤§å€¤ã¯ {0} ã§ã™ã€‚",nanText:"{0} ã¯æ•°å€¤ã§ã¯ã‚りã¾ã›ã‚“。",negativeText:"è² ã®å€¤ã¯ç„¡åйã§ã™ã€‚"});Ext.define("Ext.locale.ja.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"無効",disabledDatesText:"無効",minText:"ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æ—¥ä»˜ã¯ã€ {0} 以é™ã®æ—¥ä»˜ã«è¨­å®šã—ã¦ãã ã•ã„。",maxText:"ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æ—¥ä»˜ã¯ã€ {0} 以å‰ã®æ—¥ä»˜ã«è¨­å®šã—ã¦ãã ã•ã„。",invalidText:"{0} ã¯é–“é•ã£ãŸæ—¥ä»˜å…¥åŠ›ã§ã™ã€‚ - 入力形å¼ã¯ã€Œ{1}ã€ã§ã™ã€‚",format:"Y/m/d",altFormats:"y/m/d|m/d/y|m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"});Ext.define("Ext.locale.ja.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"読ã¿è¾¼ã¿ä¸­..."})});Ext.define("Ext.locale.ja.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'メールアドレスを"user@example.com"ã®å½¢å¼ã§å…¥åŠ›ã—ã¦ãã ã•ã„。',urlText:'URLã‚’"http://www.example.com"ã®å½¢å¼ã§å…¥åŠ›ã—ã¦ãã ã•ã„。',alphaText:'åŠè§’英字ã¨"_"ã®ã¿ã§ã™ã€‚',alphanumText:'åŠè§’英数ã¨"_"ã®ã¿ã§ã™ã€‚'});Ext.define("Ext.locale.ja.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"リンクã®URLを入力ã—ã¦ãã ã•ã„:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"太字 (コントロール+B)",text:"é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã‚’å¤ªå­—ã«ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"斜体 (コントロール+I)",text:"é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã‚’æ–œä½“ã«ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"下線 (コントロール+U)",text:"é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã«ä¸‹ç·šã‚’引ãã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"文字を大ãã",text:"フォントサイズを大ããã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"文字をå°ã•ã",text:"フォントサイズをå°ã•ãã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"文字ã®ãƒã‚¤ãƒ©ã‚¤ãƒˆ",text:"é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã®èƒŒæ™¯è‰²ã‚’変更ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"文字ã®è‰²",text:"é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã®è‰²ã‚’変更ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"å·¦æƒãˆ",text:"テキストを左æƒãˆã«ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"中央æƒãˆ",text:"テキストを中央æƒãˆã«ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"峿ƒãˆ",text:"ãƒ†ã‚­ã‚¹ãƒˆã‚’å³æƒãˆã«ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"番å·ãªã—ç®‡æ¡æ›¸ã",text:"番å·ãªã—ç®‡æ¡æ›¸ãã‚’é–‹å§‹ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"番å·ä»˜ãç®‡æ¡æ›¸ã",text:"番å·ä»˜ãç®‡æ¡æ›¸ãã‚’é–‹å§‹ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"ãƒã‚¤ãƒ‘ーリンク",text:"é¸æŠžãƒ†ã‚­ã‚¹ãƒˆã‚’ãƒã‚¤ãƒ‘ーリンクã«ã—ã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"ソース編集",text:"ソース編集モードã«åˆ‡ã‚Šæ›¿ãˆã¾ã™ã€‚",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.ja.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"昇順",sortDescText:"é™é †",columnsText:"カラム"});Ext.define("Ext.locale.ja.grid.column.Date",{override:"Ext.grid.column.Date",format:"Y/m/d"});Ext.define("Ext.locale.ja.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(ãªã—)",groupByText:"ã“ã®ã‚«ãƒ©ãƒ ã§ã‚°ãƒ«ãƒ¼ãƒ”ング",showGroupsText:"グルーピング"});Ext.define("Ext.locale.ja.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"åç§°",valueText:"値",dateFormat:"Y/m/d"});Ext.define("Ext.locale.ja.form.field.Time",{override:"Ext.form.field.Time",minText:"ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æ™‚刻ã¯ã€ {0} 以é™ã®æ™‚刻ã«è¨­å®šã—ã¦ãã ã•ã„。",maxText:"ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®æ™‚刻ã¯ã€ {0} 以å‰ã®æ™‚刻ã«è¨­å®šã—ã¦ãã ã•ã„。",invalidText:"{0} ã¯é–“é•ã£ãŸæ™‚刻入力ã§ã™ã€‚",format:"g:i A",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"});Ext.define("Ext.locale.ja.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã‹ã‚‰æœ€ä½Žï¼‘ã¤ã®ã‚¢ã‚¤ãƒ†ãƒ ã‚’é¸æŠžã—ãªã‘れã°ãªã‚Šã¾ã›ã‚“。"});Ext.define("Ext.locale.ja.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã‹ã‚‰ï¼‘ã¤ã®ã‚¢ã‚¤ãƒ†ãƒ ã‚’é¸æŠžã—ãªã‘れã°ãªã‚Šã¾ã›ã‚“。"});Ext.define("Ext.locale.ja.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"キャンセル",yes:"ã¯ã„",no:"ã„ã„ãˆ"}});Ext.define("Ext.locale.ja.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-ko-debug.js b/src/webapp/js/classic/locale/locale-ko-debug.js deleted file mode 100644 index 3e7e3c9..0000000 --- a/src/webapp/js/classic/locale/locale-ko-debug.js +++ /dev/null @@ -1,245 +0,0 @@ -/** - * Korean Translations By nicetip - * 05 September 2007 - * Modify by techbug / 25 February 2008 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["1ì›”", "2ì›”", "3ì›”", "4ì›”", "5ì›”", "6ì›”", "7ì›”", "8ì›”", "9ì›”", "10ì›”", "11ì›”", "12ì›”"]; - - Ext.Date.dayNames = ["ì¼", "ì›”", "í™”", "수", "목", "금", "토"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: ',', - decimalSeparator: '.', - currencySign: '\u20a9', - // Korean Won - dateFormat: 'm/d/Y' - }); - } -}); - -Ext.define("Ext.locale.ko.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.ko.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} 개가 ì„ íƒë˜ì—ˆìŠµë‹ˆë‹¤." -}); - -Ext.define("Ext.locale.ko.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "닫기" -}); - -Ext.define("Ext.locale.ko.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "올바른 ê°’ì´ ì•„ë‹™ë‹ˆë‹¤." -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.ko.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "로딩중..." -}); - -Ext.define("Ext.locale.ko.picker.Date", { - override: "Ext.picker.Date", - todayText: "오늘", - minText: "최소 날짜범위를 넘었습니다.", - maxText: "최대 날짜범위를 넘었습니다.", - disabledDaysText: "", - disabledDatesText: "", - nextText: '다ìŒë‹¬(컨트롤키+오른쪽 화살표)', - prevText: 'ì´ì „달 (컨트롤키+왼족 화살표)', - monthYearText: 'ì›”ì„ ì„ íƒí•´ì£¼ì„¸ìš”. (컨트롤키+위/아래 화살표)', - todayTip: "{0} (스페ì´ìŠ¤ë°”)", - format: "m/d/y", - startDay: 0 -}); - -Ext.define("Ext.locale.ko.picker.Month", { - override: "Ext.picker.Month", - okText: "확ì¸", - cancelText: "취소" -}); - -Ext.define("Ext.locale.ko.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "페ì´ì§€", - afterPageText: "/ {0}", - firstText: "첫 페ì´ì§€", - prevText: "ì´ì „ 페ì´ì§€", - nextText: "ë‹¤ìŒ íŽ˜ì´ì§€", - lastText: "마지막 페ì´ì§€", - refreshText: "새로고침", - displayMsg: "ì „ì²´ {2} 중 {0} - {1}", - emptyMsg: '표시할 ë°ì´í„°ê°€ 없습니다.' -}); - -Ext.define("Ext.locale.ko.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "최소길ì´ëŠ” {0}입니다.", - maxLengthText: "최대길ì´ëŠ” {0}입니다.", - blankText: "ê°’ì„ ìž…ë ¥í•´ì£¼ì„¸ìš”.", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.ko.form.field.Number", { - override: "Ext.form.field.Number", - minText: "ìµœì†Œê°’ì€ {0}입니다.", - maxText: "ìµœëŒ€ê°’ì€ {0}입니다.", - nanText: "{0}는 올바른 숫ìžê°€ 아닙니다." -}); - -Ext.define("Ext.locale.ko.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "비활성", - disabledDatesText: "비활성", - minText: "{0}ì¼ ì´í›„여야 합니다.", - maxText: "{0}ì¼ ì´ì „ì´ì–´ì•¼ 합니다.", - invalidText: "{0}는 올바른 날짜형ì‹ì´ 아닙니다. - 다ìŒê³¼ ê°™ì€ í˜•ì‹ì´ì–´ì•¼ 합니다. {1}", - format: "m/d/y" -}); - -Ext.define("Ext.locale.ko.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "로딩중..." - }); -}); - -Ext.define("Ext.locale.ko.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'ì´ë©”ì¼ ì£¼ì†Œ 형ì‹ì— 맞게 입력해야합니다. (예: "user@example.com")', - urlText: 'URL 형ì‹ì— 맞게 입력해야합니다. (예: "http:/' + '/www.example.com")', - alphaText: 'ì˜ë¬¸, 밑줄(_)ë§Œ 입력할 수 있습니다.', - alphanumText: 'ì˜ë¬¸, 숫ìž, 밑줄(_)ë§Œ 입력할 수 있습니다.' -}); - -Ext.define("Ext.locale.ko.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'URLì„ ìž…ë ¥í•´ì£¼ì„¸ìš”:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: '굵게 (Ctrl+B)', - text: 'ì„ íƒí•œ í…스트를 굵게 표시합니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: '기울임꼴 (Ctrl+I)', - text: 'ì„ íƒí•œ í…스트를 기울임꼴로 표시합니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: '밑줄 (Ctrl+U)', - text: 'ì„ íƒí•œ í…ìŠ¤íŠ¸ì— ë°‘ì¤„ì„ í‘œì‹œí•©ë‹ˆë‹¤.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: '글꼴í¬ê¸° 늘림', - text: '글꼴 í¬ê¸°ë¥¼ í¬ê²Œ 합니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: '글꼴í¬ê¸° 줄임', - text: '글꼴 í¬ê¸°ë¥¼ 작게 합니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'í…스트 ê°•ì¡° 색', - text: 'ì„ íƒí•œ í…ìŠ¤íŠ¸ì˜ ë°°ê²½ìƒ‰ì„ ë³€ê²½í•©ë‹ˆë‹¤.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: '글꼴색', - text: 'ì„ íƒí•œ í…ìŠ¤íŠ¸ì˜ ìƒ‰ì„ ë³€ê²½í•©ë‹ˆë‹¤.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'í…스트 왼쪽 맞춤', - text: 'ì™¼ìª½ì— í…스트를 맞춥니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'ê°€ìš´ë° ë§žì¶¤', - text: '가운ë°ì— í…스트를 맞춥니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'í…스트 오른쪽 맞춤', - text: 'ì˜¤ë¥¸ìª½ì— í…스트를 맞춥니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: '글머리 기호', - text: '글머리 기호 목ë¡ì„ 시작합니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: '번호 매기기', - text: '번호 매기기 목ë¡ì„ 시작합니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: '하ì´í¼ë§í¬', - text: 'ì„ íƒí•œ í…ìŠ¤íŠ¸ì— í•˜ì´í¼ë§í¬ë¥¼ 만듭니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: '소스편집', - text: '소스편집 모드로 변환합니다.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.ko.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "오름차순 ì •ë ¬", - sortDescText: "내림차순 ì •ë ¬", - lockText: "칼럼 잠금", - unlockText: "칼럼 잠금해제", - columnsText: "칼럼 목ë¡" -}); - -Ext.define("Ext.locale.ko.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(None)', - groupByText: '현재 필드로 그룹핑합니다.', - showGroupsText: '그룹으로 보여주기' - -}); - -Ext.define("Ext.locale.ko.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "항목", - valueText: "ê°’", - dateFormat: "m/j/Y" -}); - -Ext.define("Ext.locale.ko.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "확ì¸", - cancel: "취소", - yes: "예", - no: "아니오" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.ko.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-ko.js b/src/webapp/js/classic/locale/locale-ko.js deleted file mode 100644 index 2d471c3..0000000 --- a/src/webapp/js/classic/locale/locale-ko.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["1ì›”","2ì›”","3ì›”","4ì›”","5ì›”","6ì›”","7ì›”","8ì›”","9ì›”","10ì›”","11ì›”","12ì›”"];Ext.Date.dayNames=["ì¼","ì›”","í™”","수","목","금","토"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:",",decimalSeparator:".",currencySign:"\u20a9",dateFormat:"m/d/Y"})}});Ext.define("Ext.locale.ko.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.ko.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} 개가 ì„ íƒë˜ì—ˆìŠµë‹ˆë‹¤."});Ext.define("Ext.locale.ko.tab.Tab",{override:"Ext.tab.Tab",closeText:"닫기"});Ext.define("Ext.locale.ko.form.field.Base",{override:"Ext.form.field.Base",invalidText:"올바른 ê°’ì´ ì•„ë‹™ë‹ˆë‹¤."});Ext.define("Ext.locale.ko.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"로딩중..."});Ext.define("Ext.locale.ko.picker.Date",{override:"Ext.picker.Date",todayText:"오늘",minText:"최소 날짜범위를 넘었습니다.",maxText:"최대 날짜범위를 넘었습니다.",disabledDaysText:"",disabledDatesText:"",nextText:"다ìŒë‹¬(컨트롤키+오른쪽 화살표)",prevText:"ì´ì „달 (컨트롤키+왼족 화살표)",monthYearText:"ì›”ì„ ì„ íƒí•´ì£¼ì„¸ìš”. (컨트롤키+위/아래 화살표)",todayTip:"{0} (스페ì´ìŠ¤ë°”)",format:"m/d/y",startDay:0});Ext.define("Ext.locale.ko.picker.Month",{override:"Ext.picker.Month",okText:"확ì¸",cancelText:"취소"});Ext.define("Ext.locale.ko.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"페ì´ì§€",afterPageText:"/ {0}",firstText:"첫 페ì´ì§€",prevText:"ì´ì „ 페ì´ì§€",nextText:"ë‹¤ìŒ íŽ˜ì´ì§€",lastText:"마지막 페ì´ì§€",refreshText:"새로고침",displayMsg:"ì „ì²´ {2} 중 {0} - {1}",emptyMsg:"표시할 ë°ì´í„°ê°€ 없습니다."});Ext.define("Ext.locale.ko.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"최소길ì´ëŠ” {0}입니다.",maxLengthText:"최대길ì´ëŠ” {0}입니다.",blankText:"ê°’ì„ ìž…ë ¥í•´ì£¼ì„¸ìš”.",regexText:"",emptyText:null});Ext.define("Ext.locale.ko.form.field.Number",{override:"Ext.form.field.Number",minText:"ìµœì†Œê°’ì€ {0}입니다.",maxText:"ìµœëŒ€ê°’ì€ {0}입니다.",nanText:"{0}는 올바른 숫ìžê°€ 아닙니다."});Ext.define("Ext.locale.ko.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"비활성",disabledDatesText:"비활성",minText:"{0}ì¼ ì´í›„여야 합니다.",maxText:"{0}ì¼ ì´ì „ì´ì–´ì•¼ 합니다.",invalidText:"{0}는 올바른 날짜형ì‹ì´ 아닙니다. - 다ìŒê³¼ ê°™ì€ í˜•ì‹ì´ì–´ì•¼ 합니다. {1}",format:"m/d/y"});Ext.define("Ext.locale.ko.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"로딩중..."})});Ext.define("Ext.locale.ko.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'ì´ë©”ì¼ ì£¼ì†Œ 형ì‹ì— 맞게 입력해야합니다. (예: "user@example.com")',urlText:'URL 형ì‹ì— 맞게 입력해야합니다. (예: "http://www.example.com")',alphaText:"ì˜ë¬¸, 밑줄(_)ë§Œ 입력할 수 있습니다.",alphanumText:"ì˜ë¬¸, 숫ìž, 밑줄(_)ë§Œ 입력할 수 있습니다."});Ext.define("Ext.locale.ko.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"URLì„ ìž…ë ¥í•´ì£¼ì„¸ìš”:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"굵게 (Ctrl+B)",text:"ì„ íƒí•œ í…스트를 굵게 표시합니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"기울임꼴 (Ctrl+I)",text:"ì„ íƒí•œ í…스트를 기울임꼴로 표시합니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"밑줄 (Ctrl+U)",text:"ì„ íƒí•œ í…ìŠ¤íŠ¸ì— ë°‘ì¤„ì„ í‘œì‹œí•©ë‹ˆë‹¤.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"글꼴í¬ê¸° 늘림",text:"글꼴 í¬ê¸°ë¥¼ í¬ê²Œ 합니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"글꼴í¬ê¸° 줄임",text:"글꼴 í¬ê¸°ë¥¼ 작게 합니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"í…스트 ê°•ì¡° 색",text:"ì„ íƒí•œ í…ìŠ¤íŠ¸ì˜ ë°°ê²½ìƒ‰ì„ ë³€ê²½í•©ë‹ˆë‹¤.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"글꼴색",text:"ì„ íƒí•œ í…ìŠ¤íŠ¸ì˜ ìƒ‰ì„ ë³€ê²½í•©ë‹ˆë‹¤.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"í…스트 왼쪽 맞춤",text:"ì™¼ìª½ì— í…스트를 맞춥니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"ê°€ìš´ë° ë§žì¶¤",text:"가운ë°ì— í…스트를 맞춥니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"í…스트 오른쪽 맞춤",text:"ì˜¤ë¥¸ìª½ì— í…스트를 맞춥니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"글머리 기호",text:"글머리 기호 목ë¡ì„ 시작합니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"번호 매기기",text:"번호 매기기 목ë¡ì„ 시작합니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"하ì´í¼ë§í¬",text:"ì„ íƒí•œ í…ìŠ¤íŠ¸ì— í•˜ì´í¼ë§í¬ë¥¼ 만듭니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"소스편집",text:"소스편집 모드로 변환합니다.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.ko.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"오름차순 ì •ë ¬",sortDescText:"내림차순 ì •ë ¬",lockText:"칼럼 잠금",unlockText:"칼럼 잠금해제",columnsText:"칼럼 목ë¡"});Ext.define("Ext.locale.ko.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(None)",groupByText:"현재 필드로 그룹핑합니다.",showGroupsText:"그룹으로 보여주기"});Ext.define("Ext.locale.ko.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"항목",valueText:"ê°’",dateFormat:"m/j/Y"});Ext.define("Ext.locale.ko.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"확ì¸",cancel:"취소",yes:"예",no:"아니오"}});Ext.define("Ext.locale.ko.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-lt-debug.js b/src/webapp/js/classic/locale/locale-lt-debug.js deleted file mode 100644 index 7d62300..0000000 --- a/src/webapp/js/classic/locale/locale-lt-debug.js +++ /dev/null @@ -1,312 +0,0 @@ -/** - * Lithuanian Translations (UTF-8) - * Vladas Saulis (vladas at prodata dot lt), 03-29-2009 - * Vladas Saulis (vladas at prodata dot lt), 10-18-2007 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Sausis", "Vasaris", "Kovas", "Balandis", "Gegužė", "Birželis", "Liepa", "RugpjÅ«tis", "RugsÄ—jis", "Spalis", "Lapkritis", "Gruodis"]; - - Ext.Date.getShortMonthName = function(month) { - // Uncommons - if (month == 7) return "Rgp"; - if (month == 8) return "Rgs"; - if (month == 11) return "Grd"; - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Sau: 0, - Vas: 1, - Kov: 2, - Bal: 3, - Geg: 4, - Bir: 5, - Lie: 6, - Rgp: 7, - Rgs: 8, - Spa: 9, - Lap: 10, - Grd: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - - // Some uncommons - if (name == "RugpjÅ«tis") return 7; - if (name == "RugsÄ—jis") return 8; - if (name == "Gruodis") return 11; - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Sekmadienis", "Pirmadienis", "Antradienis", "TreÄiadienis", "Ketvirtadienis", "Penktadienis", "Å eÅ¡tadienis"]; - - Ext.Date.parseCodes.S.s = "(?:as|as|as|as)"; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'Lt', - // Lithuanian Litai - dateFormat: 'Y-m-d' - }); - } -}); - -Ext.define("Ext.locale.lt.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.lt.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.lt.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} pažymÄ—tų eiluÄių" -}); - -Ext.define("Ext.locale.lt.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Uždaryti Å¡iÄ… užsklandÄ…" -}); - -Ext.define("Ext.locale.lt.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Å io lauko reikÅ¡mÄ— neteisinga" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.lt.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Kraunasi..." -}); - -Ext.define("Ext.locale.lt.picker.Date", { - override: "Ext.picker.Date", - todayText: "Å iandien", - minText: "Å i data yra mažesnÄ— už leistinÄ…", - maxText: "Å i data yra didesnÄ— už leistinÄ…", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Kitas mÄ—nuo (Control+Right)', - prevText: 'Ankstesnis mÄ—nuo (Control+Left)', - monthYearText: 'Pasirinkti mÄ—nesį (Control+Up/Down perÄ—jimui tarp metų)', - todayTip: "{0} (Tarpas)", - format: "y-m-d", - startDay: 1 -}); - -Ext.define("Ext.locale.lt.picker.Month", { - override: "Ext.picker.Month", - okText: " Gerai ", - cancelText: "Atsisaktyi" -}); - -Ext.define("Ext.locale.lt.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Puslapis", - afterPageText: "iÅ¡ {0}", - firstText: "Pirmas puslapis", - prevText: "Ankstesnis pusl.", - nextText: "Kitas puslapis", - lastText: "Pakutinis pusl.", - refreshText: "Atnaujinti", - displayMsg: "Rodomi įraÅ¡ai {0} - {1} iÅ¡ {2}", - emptyMsg: 'NÄ—ra duomenų' -}); - -Ext.define("Ext.locale.lt.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Minimalus Å¡io lauko ilgis yra {0}", - maxLengthText: "Maksimalus Å¡io lauko ilgis yra {0}", - blankText: "Å is laukas yra privalomas", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.lt.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Minimalus Å¡io lauko ilgis yra {0}", - maxText: "Maksimalus Å¡io lauko ilgis yra {0}", - nanText: "{0} yra neleistina reikÅ¡mÄ—" -}); - -Ext.define("Ext.locale.lt.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Neprieinama", - disabledDatesText: "Neprieinama", - minText: "Å iame lauke data turi bÅ«ti didesnÄ— už {0}", - maxText: "Å iame lauke data turi bÅ«ti mažesnÄ—Ä— už {0}", - invalidText: "{0} yra neteisinga data - ji turi bÅ«ti įvesta formatu {1}", - format: "y-m-d", - altFormats: "y-m-d|y/m/d|Y-m-d|m/d|m-d|md|ymd|Ymd|d|Y-m-d" -}); - -Ext.define("Ext.locale.lt.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Kraunasi..." - }); -}); - -Ext.define("Ext.locale.lt.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Å iame lauke turi bÅ«ti el.paÅ¡to adresas formatu "user@example.com"', - urlText: 'Å iame lauke turi bÅ«ti nuoroda (URL) formatu "http:/' + '/www.example.com"', - alphaText: 'Å iame lauke gali bÅ«ti tik raidÄ—s ir ženklas "_"', - alphanumText: 'Å iame lauke gali bÅ«ti tik raidÄ—s, skaiÄiai ir ženklas "_"' -}); - -Ext.define("Ext.locale.lt.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Ä®veskite URL Å¡iai nuorodai:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Bold (Ctrl+B)', - text: 'Teksto paryÅ¡kinimas.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Italic (Ctrl+I)', - text: 'Kursyvinis tekstas.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Underline (Ctrl+U)', - text: 'Teksto pabraukimas.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Padidinti Å¡riftÄ…', - text: 'Padidinti Å¡rifto dydį.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Sumažinti Å¡riftÄ…', - text: 'Sumažinti Å¡rifto dydį.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Nuspalvinti teksto fonÄ…', - text: 'Pakeisti teksto fono spalvÄ….', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Teksto spalva', - text: 'Pakeisti pažymÄ—to teksto spalvÄ….', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'IÅ¡lyginti kairen', - text: 'IÅ¡lyginti tekstÄ… į kairÄ™.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centruoti tekstÄ…', - text: 'Centruoti tektÄ… redaktoriaus lange.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'IÅ¡lyginti deÅ¡inÄ—n', - text: 'IÅ¡lyginti tekstÄ… į deÅ¡inÄ™.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Paprastas sÄ…raÅ¡as', - text: 'PradÄ—ti neorganizuotÄ… sÄ…rašą.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numeruotas sÄ…raÅ¡as', - text: 'PradÄ—ti numeruotÄ… sÄ…rašą.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Nuoroda', - text: 'Padaryti pažymÄ—ta tekstÄ… nuoroda.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'IÅ¡eities tekstas', - text: 'Persijungti į iÅ¡eities teksto koregavimo režimÄ….', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.lt.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Palaukite..." -}); - -Ext.define("Ext.locale.lt.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Rūšiuoti didÄ—janÄia tvarka", - sortDescText: "Rūšiuoti mažėjanÄia tvarka", - lockText: "Užfiksuoti stulpelį", - unlockText: "Atlaisvinti stulpelį", - columnsText: "Stulpeliai" -}); - -Ext.define("Ext.locale.lt.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(NÄ—ra)', - groupByText: 'Grupuoti pagal šį laukÄ…', - showGroupsText: 'Rodyti grupÄ—se' -}); - -Ext.define("Ext.locale.lt.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Pavadinimas", - valueText: "ReikÅ¡mÄ—", - dateFormat: "Y-m-d" -}); - -Ext.define("Ext.locale.lt.form.field.Time", { - override: "Ext.form.field.Time", - minText: "Laikas turi buti lygus arba vÄ—lesnis už {0}", - maxText: "Laikas turi bÅ«ti lygus arba ankstesnis už {0}", - invalidText: "{0} yra neteisingas laikas", - format: "H:i", - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.lt.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "JÅ«s turite padaryti bent vienÄ… pasirinkimÄ… Å¡ioje grupÄ—je" -}); - -Ext.define("Ext.locale.lt.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "JÅ«s turite padaryti bent vienÄ… pasirinkimÄ… Å¡ioje grupÄ—je" -}); - -Ext.define("Ext.locale.lt.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "Gerai", - cancel: "Atsisakyti", - yes: "Taip", - no: "Ne" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.lt.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-lt.js b/src/webapp/js/classic/locale/locale-lt.js deleted file mode 100644 index b3a9871..0000000 --- a/src/webapp/js/classic/locale/locale-lt.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","RugpjÅ«tis","RugsÄ—jis","Spalis","Lapkritis","Gruodis"];Ext.Date.getShortMonthName=function(a){if(a==7){return"Rgp"}if(a==8){return"Rgs"}if(a==11){return"Grd"}return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Sau:0,Vas:1,Kov:2,Bal:3,Geg:4,Bir:5,Lie:6,Rgp:7,Rgs:8,Spa:9,Lap:10,Grd:11};Ext.Date.getMonthNumber=function(a){if(a=="RugpjÅ«tis"){return 7}if(a=="RugsÄ—jis"){return 8}if(a=="Gruodis"){return 11}return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Sekmadienis","Pirmadienis","Antradienis","TreÄiadienis","Ketvirtadienis","Penktadienis","Å eÅ¡tadienis"];Ext.Date.parseCodes.S.s="(?:as|as|as|as)";Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"Lt",dateFormat:"Y-m-d"})}});Ext.define("Ext.locale.lt.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.lt.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.lt.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} pažymÄ—tų eiluÄių"});Ext.define("Ext.locale.lt.tab.Tab",{override:"Ext.tab.Tab",closeText:"Uždaryti Å¡iÄ… užsklandÄ…"});Ext.define("Ext.locale.lt.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Å io lauko reikÅ¡mÄ— neteisinga"});Ext.define("Ext.locale.lt.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Kraunasi..."});Ext.define("Ext.locale.lt.picker.Date",{override:"Ext.picker.Date",todayText:"Å iandien",minText:"Å i data yra mažesnÄ— už leistinÄ…",maxText:"Å i data yra didesnÄ— už leistinÄ…",disabledDaysText:"",disabledDatesText:"",nextText:"Kitas mÄ—nuo (Control+Right)",prevText:"Ankstesnis mÄ—nuo (Control+Left)",monthYearText:"Pasirinkti mÄ—nesį (Control+Up/Down perÄ—jimui tarp metų)",todayTip:"{0} (Tarpas)",format:"y-m-d",startDay:1});Ext.define("Ext.locale.lt.picker.Month",{override:"Ext.picker.Month",okText:" Gerai ",cancelText:"Atsisaktyi"});Ext.define("Ext.locale.lt.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Puslapis",afterPageText:"iÅ¡ {0}",firstText:"Pirmas puslapis",prevText:"Ankstesnis pusl.",nextText:"Kitas puslapis",lastText:"Pakutinis pusl.",refreshText:"Atnaujinti",displayMsg:"Rodomi įraÅ¡ai {0} - {1} iÅ¡ {2}",emptyMsg:"NÄ—ra duomenų"});Ext.define("Ext.locale.lt.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Minimalus Å¡io lauko ilgis yra {0}",maxLengthText:"Maksimalus Å¡io lauko ilgis yra {0}",blankText:"Å is laukas yra privalomas",regexText:"",emptyText:null});Ext.define("Ext.locale.lt.form.field.Number",{override:"Ext.form.field.Number",minText:"Minimalus Å¡io lauko ilgis yra {0}",maxText:"Maksimalus Å¡io lauko ilgis yra {0}",nanText:"{0} yra neleistina reikÅ¡mÄ—"});Ext.define("Ext.locale.lt.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Neprieinama",disabledDatesText:"Neprieinama",minText:"Å iame lauke data turi bÅ«ti didesnÄ— už {0}",maxText:"Å iame lauke data turi bÅ«ti mažesnÄ—Ä— už {0}",invalidText:"{0} yra neteisinga data - ji turi bÅ«ti įvesta formatu {1}",format:"y-m-d",altFormats:"y-m-d|y/m/d|Y-m-d|m/d|m-d|md|ymd|Ymd|d|Y-m-d"});Ext.define("Ext.locale.lt.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Kraunasi..."})});Ext.define("Ext.locale.lt.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Å iame lauke turi bÅ«ti el.paÅ¡to adresas formatu "user@example.com"',urlText:'Å iame lauke turi bÅ«ti nuoroda (URL) formatu "http://www.example.com"',alphaText:'Å iame lauke gali bÅ«ti tik raidÄ—s ir ženklas "_"',alphanumText:'Å iame lauke gali bÅ«ti tik raidÄ—s, skaiÄiai ir ženklas "_"'});Ext.define("Ext.locale.lt.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Ä®veskite URL Å¡iai nuorodai:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Bold (Ctrl+B)",text:"Teksto paryÅ¡kinimas.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Italic (Ctrl+I)",text:"Kursyvinis tekstas.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Underline (Ctrl+U)",text:"Teksto pabraukimas.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Padidinti Å¡riftÄ…",text:"Padidinti Å¡rifto dydį.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Sumažinti Å¡riftÄ…",text:"Sumažinti Å¡rifto dydį.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Nuspalvinti teksto fonÄ…",text:"Pakeisti teksto fono spalvÄ….",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Teksto spalva",text:"Pakeisti pažymÄ—to teksto spalvÄ….",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"IÅ¡lyginti kairen",text:"IÅ¡lyginti tekstÄ… į kairÄ™.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centruoti tekstÄ…",text:"Centruoti tektÄ… redaktoriaus lange.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"IÅ¡lyginti deÅ¡inÄ—n",text:"IÅ¡lyginti tekstÄ… į deÅ¡inÄ™.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Paprastas sÄ…raÅ¡as",text:"PradÄ—ti neorganizuotÄ… sÄ…rašą.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numeruotas sÄ…raÅ¡as",text:"PradÄ—ti numeruotÄ… sÄ…rašą.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Nuoroda",text:"Padaryti pažymÄ—ta tekstÄ… nuoroda.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"IÅ¡eities tekstas",text:"Persijungti į iÅ¡eities teksto koregavimo režimÄ….",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.lt.form.Basic",{override:"Ext.form.Basic",waitTitle:"Palaukite..."});Ext.define("Ext.locale.lt.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Rūšiuoti didÄ—janÄia tvarka",sortDescText:"Rūšiuoti mažėjanÄia tvarka",lockText:"Užfiksuoti stulpelį",unlockText:"Atlaisvinti stulpelį",columnsText:"Stulpeliai"});Ext.define("Ext.locale.lt.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(NÄ—ra)",groupByText:"Grupuoti pagal šį laukÄ…",showGroupsText:"Rodyti grupÄ—se"});Ext.define("Ext.locale.lt.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Pavadinimas",valueText:"ReikÅ¡mÄ—",dateFormat:"Y-m-d"});Ext.define("Ext.locale.lt.form.field.Time",{override:"Ext.form.field.Time",minText:"Laikas turi buti lygus arba vÄ—lesnis už {0}",maxText:"Laikas turi bÅ«ti lygus arba ankstesnis už {0}",invalidText:"{0} yra neteisingas laikas",format:"H:i",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"});Ext.define("Ext.locale.lt.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"JÅ«s turite padaryti bent vienÄ… pasirinkimÄ… Å¡ioje grupÄ—je"});Ext.define("Ext.locale.lt.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"JÅ«s turite padaryti bent vienÄ… pasirinkimÄ… Å¡ioje grupÄ—je"});Ext.define("Ext.locale.lt.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"Gerai",cancel:"Atsisakyti",yes:"Taip",no:"Ne"}});Ext.define("Ext.locale.lt.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-lv-debug.js b/src/webapp/js/classic/locale/locale-lv-debug.js deleted file mode 100644 index 6e1073f..0000000 --- a/src/webapp/js/classic/locale/locale-lv-debug.js +++ /dev/null @@ -1,309 +0,0 @@ -/** - * List compiled by mystix on the extjs.com forums. - * Thank you Mystix! - * - * Latvian Translations - * initial translation by salix 17 April 2007 - * updated and modified from en by Juris Vecvanags (2014) - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.defaultDateFormat = "d.m.Y"; - Ext.Date.monthNames = ["JanvÄris", "FebruÄris", "Marts", "AprÄ«lis", "Maijs", "JÅ«nijs", "JÅ«lijs", "Augusts", "Septembris", "Oktobris", "Novembris", "Decembris"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["SvÄ“tdiena", "Pirmdiena", "Otrdiena", "TreÅ¡diena", "Ceturtdiena", "Piektdiena", "Sestdiena"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - - Ext.Date.parseCodes.S.s = "(?:st|nd|rd|th)"; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', // Euro - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.lv.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.lv.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} iezÄ«mÄ“tu rindu" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.lv.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "IelÄdÄ“..." -}); - -Ext.define("Ext.locale.lv.picker.Date", { - override: "Ext.picker.Date", - todayText: "Å odiena", - minText: "'Å is datums ir mazÄks par minimÄlo datumu", - maxText: "Å is datums ir lielÄks par maksimÄlo datumu", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'NÄkamais mÄ“nesis (Control+pa labi)', - prevText: 'Iepriekšējais mÄ“nesis (Control+pa kreisi)', - monthYearText: 'MÄ“neÅ¡a izvÄ“le (Control+uz augÅ¡u/uz leju lai pÄrslÄ“gtu gadus)', - todayTip: "{0} (Atstarpe)", - format: "d.m.Y", - startDay: 1 -}); - -Ext.define("Ext.locale.lv.picker.Month", { - override: "Ext.picker.Month", - okText: "Labi", - cancelText: "Atcelt" -}); - -Ext.define("Ext.locale.lv.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Lapa", - afterPageText: "no {0}", - firstText: "PirmÄ lapa", - prevText: "iepriekšējÄ lapa", - nextText: "NÄkamÄ lapa", - lastText: "PÄ“dÄ“jÄ lapa", - refreshText: "Atjaunot", - displayMsg: "KopÄ {2} ieraksti. RÄdu ierakstus no {0} lÄ«dz {1}", - emptyMsg: 'Nav datu' -}); - -Ext.define("Ext.locale.lv.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "LÅ«dzu gaidiet..." -}); - -Ext.define("Ext.locale.lv.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Aizvert Å¡o cilni" -}); - -Ext.define("Ext.locale.lv.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "VÄ“rtÄ«ba Å¡ajÄ laukÄ nav pareiza" -}); - -Ext.define("Ext.locale.lv.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Lauka minimÄlais garums ir {0}", - maxLengthText: "Lauka maksimÄlais garums ir {0}", - blankText: "Å is lauks ir obligÄts", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.lv.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: "Lauka minimÄlÄ vÄ“rtÄ«ba ir {0}", - maxText: "Lauka maksimÄlÄ vÄ“rtÄ«ba ir{0}", - nanText: "{0} nav skaitlis" -}); - -Ext.define("Ext.locale.lv.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "AtspÄ“jots", - disabledDatesText: "AtspÄ“jots", - minText: "Datumam Å¡ajÄ laukÄ jÄbÅ«t lielÄkam kÄ {0}", - maxText: "Datumam Å¡ajÄ laukÄ jÄbÅ«t mazÄkam kÄ {0}", - invalidText: "{0} ir nepareizi noformÄ“ts datums. Datuma formÄts: {1}", - format: "d.m.Y", - altFormats: "d/m/Y|d/m/y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.lv.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "IelÄdÄ“..." - }); -}); - -Ext.define("Ext.locale.lv.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Å is lauks paredzÄ“ts e-pasta adresei formÄtÄ "lietotÄjs@domÄ“ns.lv"', - urlText: ' Å is lauks paredžets URL formÄtÄ "http:/' + '/www.paraugs.lv"', - alphaText: 'Å is lauks drÄ«kst saturÄ“t tikai burtus un _ zÄ«mi', - alphanumText: 'Å is lauks drÄ«kst saturÄ“t tikai burtus, ciparus un _ zÄ«mi' -}); - -Ext.define("Ext.locale.lv.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Please enter the URL for the link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Trekns (Ctrl+B)', - text: 'PÄrveidot iezÄ«mÄ“to tekstu treknrakstÄ.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'KursÄ«vs (Ctrl+I)', - text: 'PÄrveidot iezÄ«mÄ“to tekstu slÄ«prakstÄ.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'PasvÄ«trot (Ctrl+U)', - text: 'PasvÄ«trot iezÄ«mÄ“to tekstu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'PalielinÄt tekstu', - text: 'PalielinÄt rakstzÄ«mju izmÄ“ru.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'SamazinÄt tekstu', - text: 'SamazinÄt rakstzÄ«mju izmÄ“ru.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Fona krÄsa', - text: 'MainÄ«t iezÄ«mÄ“tÄ teskta fona krÄsu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'RakstzÄ«mju krÄsa', - text: 'MainÄ«t iezÄ«mÄ“tÄ teskta krÄsu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'CentrÄ“t pa kreisi', - text: 'CentrÄ“t tekstu pa kreisi.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'CentrÄ“t pa vidu', - text: 'CentrÄ“t pa vidu', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'CentrÄ“t pa labi', - text: 'CentrÄ“t tekstu pa labi.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Saraksts', - text: 'SÄkt sarakstu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'NumurÄ“ts saraksts', - text: 'SÄkt numurÄ“tu sarakstu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hipersaite', - text: 'PÄrveidot iezÄ«mÄ“to tekstu par hipersaiti', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Rediģēt pirmkodu', - text: 'PÄrslÄ“gt uz pirmkoda rediģēšanas režīmu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.lv.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "KÄrtot pieaugoÅ¡Ä secÄ«bÄ", - sortDescText: "KÄrtot dilstoÅ¡Ä secÄ«bÄ", - lockText: "NoslÄ“gt kolonnu", - unlockText: "AtslÄ“gt kolonnu", - columnsText: "Kolonnas" -}); - -Ext.define("Ext.locale.lv.grid.DateColumn", { - override: "Ext.grid.DateColumn", - format: 'd.m.Y' -}); - -Ext.define("Ext.locale.lv.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(TukÅ¡s)', - groupByText: 'GrupÄ“t izmantojot Å¡o lauku', - showGroupsText: 'RÄdÄ«t grupÄs' -}); - -Ext.define("Ext.locale.lv.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nosaukums", - valueText: "VÄ“rtÄ«ba", - dateFormat: "j.m.Y", - trueText: "true", - falseText: "false" -}); - -Ext.define("Ext.locale.lv.form.field.Time", { - override: "Ext.form.field.Time", - minText: "VÄ“rtÄ«bai Å¡ajÄ laukÄ jabÅ«t pÄ“c pl. {0}", - maxText: "VÄ“rtÄ«bai Å¡ajÄ laukÄ jabÅ«t vienÄdai vai mazÄkai par pl. {0}", - invalidText: "{0} ir nekorekts laiks", - format: "H:i", - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" -}); - -Ext.define("Ext.locale.lv.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: "IezvÄ“laties vismaz vienu variantu no Å¡is grupas" -}); - -Ext.define("Ext.locale.lv.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: "IezvÄ“laties vienu variantu no Å¡is grupas" -}); - -Ext.define("Ext.locale.lv.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "Labi", - cancel: "Atcelt", - yes: "JÄ", - no: "NÄ“" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.lv.Component", { - override: "Ext.Component" -}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-lv.js b/src/webapp/js/classic/locale/locale-lv.js deleted file mode 100644 index 78d38db..0000000 --- a/src/webapp/js/classic/locale/locale-lv.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.defaultDateFormat="d.m.Y";Ext.Date.monthNames=["JanvÄris","FebruÄris","Marts","AprÄ«lis","Maijs","JÅ«nijs","JÅ«lijs","Augusts","Septembris","Oktobris","Novembris","Decembris"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["SvÄ“tdiena","Pirmdiena","Otrdiena","TreÅ¡diena","Ceturtdiena","Piektdiena","Sestdiena"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)};Ext.Date.parseCodes.S.s="(?:st|nd|rd|th)"}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.lv.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.lv.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} iezÄ«mÄ“tu rindu"});Ext.define("Ext.locale.lv.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"IelÄdÄ“..."});Ext.define("Ext.locale.lv.picker.Date",{override:"Ext.picker.Date",todayText:"Å odiena",minText:"'Å is datums ir mazÄks par minimÄlo datumu",maxText:"Å is datums ir lielÄks par maksimÄlo datumu",disabledDaysText:"",disabledDatesText:"",nextText:"NÄkamais mÄ“nesis (Control+pa labi)",prevText:"Iepriekšējais mÄ“nesis (Control+pa kreisi)",monthYearText:"MÄ“neÅ¡a izvÄ“le (Control+uz augÅ¡u/uz leju lai pÄrslÄ“gtu gadus)",todayTip:"{0} (Atstarpe)",format:"d.m.Y",startDay:1});Ext.define("Ext.locale.lv.picker.Month",{override:"Ext.picker.Month",okText:"Labi",cancelText:"Atcelt"});Ext.define("Ext.locale.lv.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Lapa",afterPageText:"no {0}",firstText:"PirmÄ lapa",prevText:"iepriekšējÄ lapa",nextText:"NÄkamÄ lapa",lastText:"PÄ“dÄ“jÄ lapa",refreshText:"Atjaunot",displayMsg:"KopÄ {2} ieraksti. RÄdu ierakstus no {0} lÄ«dz {1}",emptyMsg:"Nav datu"});Ext.define("Ext.locale.lv.form.Basic",{override:"Ext.form.Basic",waitTitle:"LÅ«dzu gaidiet..."});Ext.define("Ext.locale.lv.tab.Tab",{override:"Ext.tab.Tab",closeText:"Aizvert Å¡o cilni"});Ext.define("Ext.locale.lv.form.field.Base",{override:"Ext.form.field.Base",invalidText:"VÄ“rtÄ«ba Å¡ajÄ laukÄ nav pareiza"});Ext.define("Ext.locale.lv.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Lauka minimÄlais garums ir {0}",maxLengthText:"Lauka maksimÄlais garums ir {0}",blankText:"Å is lauks ir obligÄts",regexText:"",emptyText:null});Ext.define("Ext.locale.lv.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"Lauka minimÄlÄ vÄ“rtÄ«ba ir {0}",maxText:"Lauka maksimÄlÄ vÄ“rtÄ«ba ir{0}",nanText:"{0} nav skaitlis"});Ext.define("Ext.locale.lv.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"AtspÄ“jots",disabledDatesText:"AtspÄ“jots",minText:"Datumam Å¡ajÄ laukÄ jÄbÅ«t lielÄkam kÄ {0}",maxText:"Datumam Å¡ajÄ laukÄ jÄbÅ«t mazÄkam kÄ {0}",invalidText:"{0} ir nepareizi noformÄ“ts datums. Datuma formÄts: {1}",format:"d.m.Y",altFormats:"d/m/Y|d/m/y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.lv.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"IelÄdÄ“..."})});Ext.define("Ext.locale.lv.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Å is lauks paredzÄ“ts e-pasta adresei formÄtÄ "lietotÄjs@domÄ“ns.lv"',urlText:' Å is lauks paredžets URL formÄtÄ "http://www.paraugs.lv"',alphaText:"Å is lauks drÄ«kst saturÄ“t tikai burtus un _ zÄ«mi",alphanumText:"Å is lauks drÄ«kst saturÄ“t tikai burtus, ciparus un _ zÄ«mi"});Ext.define("Ext.locale.lv.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Please enter the URL for the link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Trekns (Ctrl+B)",text:"PÄrveidot iezÄ«mÄ“to tekstu treknrakstÄ.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"KursÄ«vs (Ctrl+I)",text:"PÄrveidot iezÄ«mÄ“to tekstu slÄ«prakstÄ.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"PasvÄ«trot (Ctrl+U)",text:"PasvÄ«trot iezÄ«mÄ“to tekstu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"PalielinÄt tekstu",text:"PalielinÄt rakstzÄ«mju izmÄ“ru.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"SamazinÄt tekstu",text:"SamazinÄt rakstzÄ«mju izmÄ“ru.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Fona krÄsa",text:"MainÄ«t iezÄ«mÄ“tÄ teskta fona krÄsu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"RakstzÄ«mju krÄsa",text:"MainÄ«t iezÄ«mÄ“tÄ teskta krÄsu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"CentrÄ“t pa kreisi",text:"CentrÄ“t tekstu pa kreisi.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"CentrÄ“t pa vidu",text:"CentrÄ“t pa vidu",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"CentrÄ“t pa labi",text:"CentrÄ“t tekstu pa labi.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Saraksts",text:"SÄkt sarakstu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"NumurÄ“ts saraksts",text:"SÄkt numurÄ“tu sarakstu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hipersaite",text:"PÄrveidot iezÄ«mÄ“to tekstu par hipersaiti",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Rediģēt pirmkodu",text:"PÄrslÄ“gt uz pirmkoda rediģēšanas režīmu.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.lv.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"KÄrtot pieaugoÅ¡Ä secÄ«bÄ",sortDescText:"KÄrtot dilstoÅ¡Ä secÄ«bÄ",lockText:"NoslÄ“gt kolonnu",unlockText:"AtslÄ“gt kolonnu",columnsText:"Kolonnas"});Ext.define("Ext.locale.lv.grid.DateColumn",{override:"Ext.grid.DateColumn",format:"d.m.Y"});Ext.define("Ext.locale.lv.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(TukÅ¡s)",groupByText:"GrupÄ“t izmantojot Å¡o lauku",showGroupsText:"RÄdÄ«t grupÄs"});Ext.define("Ext.locale.lv.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nosaukums",valueText:"VÄ“rtÄ«ba",dateFormat:"j.m.Y",trueText:"true",falseText:"false"});Ext.define("Ext.locale.lv.form.field.Time",{override:"Ext.form.field.Time",minText:"VÄ“rtÄ«bai Å¡ajÄ laukÄ jabÅ«t pÄ“c pl. {0}",maxText:"VÄ“rtÄ«bai Å¡ajÄ laukÄ jabÅ«t vienÄdai vai mazÄkai par pl. {0}",invalidText:"{0} ir nekorekts laiks",format:"H:i",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"});Ext.define("Ext.locale.lv.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"IezvÄ“laties vismaz vienu variantu no Å¡is grupas"});Ext.define("Ext.locale.lv.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"IezvÄ“laties vienu variantu no Å¡is grupas"});Ext.define("Ext.locale.lv.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"Labi",cancel:"Atcelt",yes:"JÄ",no:"NÄ“"}});Ext.define("Ext.locale.lv.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-mk-debug.js b/src/webapp/js/classic/locale/locale-mk-debug.js deleted file mode 100644 index b52b99a..0000000 --- a/src/webapp/js/classic/locale/locale-mk-debug.js +++ /dev/null @@ -1,150 +0,0 @@ -/** - * Macedonia translation - * By PetarD petar.dimitrijevic@vorteksed.com.mk (utf8 encoding) - * 23 April 2007 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Јануари", "Февруари", "Март", "Ðприл", "Мај", "Јуни", "Јули", "ÐвгуÑÑ‚", "Септември", "Октомври", "Ðоември", "Декември"]; - - Ext.Date.dayNames = ["Ðедела", "Понеделник", "Вторник", "Среда", "Четврток", "Петок", "Сабота"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u0434\u0435\u043d', - // Macedonian Denar - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.mk.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.mk.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} избрани редици" -}); - -Ext.define("Ext.locale.mk.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Затвори tab" -}); - -Ext.define("Ext.locale.mk.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "ВредноÑта во ова поле е невалидна" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.mk.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Вчитувам..." -}); - -Ext.define("Ext.locale.mk.picker.Date", { - override: "Ext.picker.Date", - todayText: "ДенеÑка", - minText: "Овој датум е пред најмалиот датум", - maxText: "Овој датум е пред најголемиот датум", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Следен меÑец (Control+Стрелка деÑно)', - prevText: 'Претходен меÑец (Control+Стрелка лево)', - monthYearText: 'Изберете меÑец (Control+Стрелка горе/Стрелка деÑно за менување година)', - todayTip: "{0} (Spacebar)", - format: "d.m.y" -}); - -Ext.define("Ext.locale.mk.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Страница", - afterPageText: "од {0}", - firstText: "Прва Страница", - prevText: "Претходна Страница", - nextText: "Следна Страница", - lastText: "ПоÑледна Страница", - refreshText: "ОÑвежи", - displayMsg: "Прикажувам {0} - {1} од {2}", - emptyMsg: 'Ðема податоци за приказ' -}); - -Ext.define("Ext.locale.mk.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Минималната должина за ова поле е {0}", - maxLengthText: "МакÑималната должина за ова поле е {0}", - blankText: "Податоците во ова поле Ñе потребни", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.mk.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Минималната вредноÑÑ‚ за ова поле е {0}", - maxText: "МакÑималната вредноÑÑ‚ за ова поле е {0}", - nanText: "{0} не е валиден број" -}); - -Ext.define("Ext.locale.mk.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Ðеактивно", - disabledDatesText: "Ðеактивно", - minText: "Датумот во ова поле мора да биде пред {0}", - maxText: "Датумот во ова поле мора да биде по {0}", - invalidText: "{0} не е валиден датум - мора да биде во формат {1}", - format: "d.m.y" -}); - -Ext.define("Ext.locale.mk.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Вчитувам..." - }); -}); - -Ext.define("Ext.locale.mk.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Ова поле треба да биде e-mail адреÑа во формат "user@example.com"', - urlText: 'Ова поле треба да биде URL во формат "http:/' + '/www.example.com"', - alphaText: 'Ова поле треба да Ñодржи Ñамо букви и _', - alphanumText: 'Ова поле треба да Ñодржи Ñамо букви, бројки и _' -}); - -Ext.define("Ext.locale.mk.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Сортирај РаÑтечки", - sortDescText: "Сортирај Опаѓачки", - lockText: "Заклучи Колона", - unlockText: "Отклучи колона", - columnsText: "Колони" -}); - -Ext.define("Ext.locale.mk.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Име", - valueText: "ВредноÑÑ‚", - dateFormat: "m.d.Y" -}); - -Ext.define("Ext.locale.mk.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "Потврди", - cancel: "Поништи", - yes: "Да", - no: "Ðе" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.mk.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-mk.js b/src/webapp/js/classic/locale/locale-mk.js deleted file mode 100644 index 96bc1f2..0000000 --- a/src/webapp/js/classic/locale/locale-mk.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Јануари","Февруари","Март","Ðприл","Мај","Јуни","Јули","ÐвгуÑÑ‚","Септември","Октомври","Ðоември","Декември"];Ext.Date.dayNames=["Ðедела","Понеделник","Вторник","Среда","Четврток","Петок","Сабота"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u0434\u0435\u043d",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.mk.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.mk.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} избрани редици"});Ext.define("Ext.locale.mk.tab.Tab",{override:"Ext.tab.Tab",closeText:"Затвори tab"});Ext.define("Ext.locale.mk.form.field.Base",{override:"Ext.form.field.Base",invalidText:"ВредноÑта во ова поле е невалидна"});Ext.define("Ext.locale.mk.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Вчитувам..."});Ext.define("Ext.locale.mk.picker.Date",{override:"Ext.picker.Date",todayText:"ДенеÑка",minText:"Овој датум е пред најмалиот датум",maxText:"Овој датум е пред најголемиот датум",disabledDaysText:"",disabledDatesText:"",nextText:"Следен меÑец (Control+Стрелка деÑно)",prevText:"Претходен меÑец (Control+Стрелка лево)",monthYearText:"Изберете меÑец (Control+Стрелка горе/Стрелка деÑно за менување година)",todayTip:"{0} (Spacebar)",format:"d.m.y"});Ext.define("Ext.locale.mk.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Страница",afterPageText:"од {0}",firstText:"Прва Страница",prevText:"Претходна Страница",nextText:"Следна Страница",lastText:"ПоÑледна Страница",refreshText:"ОÑвежи",displayMsg:"Прикажувам {0} - {1} од {2}",emptyMsg:"Ðема податоци за приказ"});Ext.define("Ext.locale.mk.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Минималната должина за ова поле е {0}",maxLengthText:"МакÑималната должина за ова поле е {0}",blankText:"Податоците во ова поле Ñе потребни",regexText:"",emptyText:null});Ext.define("Ext.locale.mk.form.field.Number",{override:"Ext.form.field.Number",minText:"Минималната вредноÑÑ‚ за ова поле е {0}",maxText:"МакÑималната вредноÑÑ‚ за ова поле е {0}",nanText:"{0} не е валиден број"});Ext.define("Ext.locale.mk.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Ðеактивно",disabledDatesText:"Ðеактивно",minText:"Датумот во ова поле мора да биде пред {0}",maxText:"Датумот во ова поле мора да биде по {0}",invalidText:"{0} не е валиден датум - мора да биде во формат {1}",format:"d.m.y"});Ext.define("Ext.locale.mk.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Вчитувам..."})});Ext.define("Ext.locale.mk.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Ова поле треба да биде e-mail адреÑа во формат "user@example.com"',urlText:'Ова поле треба да биде URL во формат "http://www.example.com"',alphaText:"Ова поле треба да Ñодржи Ñамо букви и _",alphanumText:"Ова поле треба да Ñодржи Ñамо букви, бројки и _"});Ext.define("Ext.locale.mk.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Сортирај РаÑтечки",sortDescText:"Сортирај Опаѓачки",lockText:"Заклучи Колона",unlockText:"Отклучи колона",columnsText:"Колони"});Ext.define("Ext.locale.mk.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Име",valueText:"ВредноÑÑ‚",dateFormat:"m.d.Y"});Ext.define("Ext.locale.mk.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"Потврди",cancel:"Поништи",yes:"Да",no:"Ðе"}});Ext.define("Ext.locale.mk.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-nl-debug.js b/src/webapp/js/classic/locale/locale-nl-debug.js deleted file mode 100644 index d586eea..0000000 --- a/src/webapp/js/classic/locale/locale-nl-debug.js +++ /dev/null @@ -1,297 +0,0 @@ -/** - * List compiled by mystix on the extjs.com forums. - * Thank you Mystix! - * - * Dutch Translations - * by Ido Sebastiaan Bas van Oostveen (12 Oct 2007) - * updated to 2.2 by Condor (8 Aug 2008) - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december']; - - Ext.Date.getShortMonthName = function(month) { - if (month == 2) { - return 'mrt'; - } - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - jan: 0, - feb: 1, - mrt: 2, - apr: 3, - mei: 4, - jun: 5, - jul: 6, - aug: 7, - sep: 8, - okt: 9, - nov: 10, - dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - var sname = name.substring(0, 3).toLowerCase(); - if (sname == 'maa') { - return 2; - } - return Ext.Date.monthNumbers[sname]; - }; - - Ext.Date.dayNames = ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag']; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - - Ext.Date.parseCodes.S.s = "(?:ste|e)"; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Dutch Euro - dateFormat: 'j-m-Y' - }); - } -}); - -Ext.define("Ext.locale.nl.view.View", { - override: "Ext.view.View", - emptyText: '' -}); - -Ext.define("Ext.locale.nl.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: '{0} geselecteerde rij(en)' -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.nl.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: 'Bezig met laden...' -}); - -Ext.define("Ext.locale.nl.picker.Date", { - override: "Ext.picker.Date", - todayText: 'Vandaag', - minText: 'Deze datum is eerder dan de minimale datum', - maxText: 'Deze datum is later dan de maximale datum', - disabledDaysText: '', - disabledDatesText: '', - nextText: 'Volgende maand (Ctrl+rechts)', - prevText: 'Vorige maand (Ctrl+links)', - monthYearText: 'Kies een maand (Ctrl+omhoog/omlaag volgend/vorig jaar)', - todayTip: '{0} (spatie)', - format: 'j-m-y', - startDay: 1 -}); - -Ext.define("Ext.locale.nl.picker.Month", { - override: "Ext.picker.Month", - okText: ' OK ', - cancelText: 'Annuleren' -}); - -Ext.define("Ext.locale.nl.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: 'Pagina', - afterPageText: 'van {0}', - firstText: 'Eerste pagina', - prevText: 'Vorige pagina', - nextText: 'Volgende pagina', - lastText: 'Laatste pagina', - refreshText: 'Ververs', - displayMsg: 'Getoond {0} - {1} van {2}', - emptyMsg: 'Geen gegevens om weer te geven' -}); - -Ext.define("Ext.locale.nl.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: 'De waarde van dit veld is ongeldig' -}); - -Ext.define("Ext.locale.nl.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: 'De minimale lengte van dit veld is {0}', - maxLengthText: 'De maximale lengte van dit veld is {0}', - blankText: 'Dit veld is verplicht', - regexText: '', - emptyText: null -}); - -Ext.define("Ext.locale.nl.form.field.Number", { - override: "Ext.form.field.Number", - decimalPrecision: 2, - minText: 'De minimale waarde van dit veld is {0}', - maxText: 'De maximale waarde van dit veld is {0}', - nanText: '{0} is geen geldig getal' -}); - -Ext.define("Ext.locale.nl.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: 'Uitgeschakeld', - disabledDatesText: 'Uitgeschakeld', - minText: 'De datum in dit veld moet na {0} liggen', - maxText: 'De datum in dit veld moet voor {0} liggen', - invalidText: '{0} is geen geldige datum - formaat voor datum is {1}', - format: 'j-m-y', - altFormats: 'd/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d' -}); - -Ext.define("Ext.locale.nl.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: 'Bezig met laden...' - }); -}); - -Ext.define("Ext.locale.nl.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Dit veld moet een e-mail adres bevatten in het formaat "gebruiker@domein.nl"', - urlText: 'Dit veld moet een URL bevatten in het formaat "http:/' + '/www.domein.nl"', - alphaText: 'Dit veld mag alleen letters en _ bevatten', - alphanumText: 'Dit veld mag alleen letters, cijfers en _ bevatten' -}); - -Ext.define("Ext.locale.nl.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Vul hier de URL voor de hyperlink in:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Vet (Ctrl+B)', - text: 'Maak de geselecteerde tekst vet.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Cursief (Ctrl+I)', - text: 'Maak de geselecteerde tekst cursief.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Onderstrepen (Ctrl+U)', - text: 'Onderstreep de geselecteerde tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Tekst vergroten', - text: 'Vergroot het lettertype.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Tekst verkleinen', - text: 'Verklein het lettertype.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Tekst achtergrondkleur', - text: 'Verander de achtergrondkleur van de geselecteerde tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Tekst kleur', - text: 'Verander de kleur van de geselecteerde tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Tekst links uitlijnen', - text: 'Lijn de tekst links uit.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Tekst centreren', - text: 'Centreer de tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Tekst rechts uitlijnen', - text: 'Lijn de tekst rechts uit.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Opsommingstekens', - text: 'Begin een ongenummerde lijst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Genummerde lijst', - text: 'Begin een genummerde lijst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'Maak van de geselecteerde tekst een hyperlink.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Bron aanpassen', - text: 'Schakel modus over naar bron aanpassen.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.nl.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: 'Sorteer oplopend', - sortDescText: 'Sorteer aflopend', - columnsText: 'Kolommen' -}); - -Ext.define("Ext.locale.nl.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Geen)', - groupByText: 'Dit veld groeperen', - showGroupsText: 'Toon in groepen' -}); - -Ext.define("Ext.locale.nl.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: 'Naam', - valueText: 'Waarde', - dateFormat: 'j-m-Y' -}); - -Ext.define("Ext.locale.nl.form.field.Time", { - override: "Ext.form.field.Time", - minText: 'De tijd in dit veld moet op of na {0} liggen', - maxText: 'De tijd in dit veld moet op of voor {0} liggen', - invalidText: '{0} is geen geldig tijdstip', - format: 'G:i', - altFormats: 'g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H' -}); - -Ext.define("Ext.locale.nl.form.CheckboxGroup", { - override: "Ext.form.CheckboxGroup", - blankText: 'Selecteer minimaal een element in deze groep' -}); - -Ext.define("Ext.locale.nl.form.RadioGroup", { - override: "Ext.form.RadioGroup", - blankText: 'Selecteer een element in deze groep' -}); - -Ext.define("Ext.locale.nl.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: 'OK', - cancel: 'Annuleren', - yes: 'Ja', - no: 'Nee' - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.nl.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-nl.js b/src/webapp/js/classic/locale/locale-nl.js deleted file mode 100644 index 985aa46..0000000 --- a/src/webapp/js/classic/locale/locale-nl.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"];Ext.Date.getShortMonthName=function(a){if(a==2){return"mrt"}return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={jan:0,feb:1,mrt:2,apr:3,mei:4,jun:5,jul:6,aug:7,sep:8,okt:9,nov:10,dec:11};Ext.Date.getMonthNumber=function(b){var a=b.substring(0,3).toLowerCase();if(a=="maa"){return 2}return Ext.Date.monthNumbers[a]};Ext.Date.dayNames=["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)};Ext.Date.parseCodes.S.s="(?:ste|e)"}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"j-m-Y"})}});Ext.define("Ext.locale.nl.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.nl.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} geselecteerde rij(en)"});Ext.define("Ext.locale.nl.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Bezig met laden..."});Ext.define("Ext.locale.nl.picker.Date",{override:"Ext.picker.Date",todayText:"Vandaag",minText:"Deze datum is eerder dan de minimale datum",maxText:"Deze datum is later dan de maximale datum",disabledDaysText:"",disabledDatesText:"",nextText:"Volgende maand (Ctrl+rechts)",prevText:"Vorige maand (Ctrl+links)",monthYearText:"Kies een maand (Ctrl+omhoog/omlaag volgend/vorig jaar)",todayTip:"{0} (spatie)",format:"j-m-y",startDay:1});Ext.define("Ext.locale.nl.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Annuleren"});Ext.define("Ext.locale.nl.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Pagina",afterPageText:"van {0}",firstText:"Eerste pagina",prevText:"Vorige pagina",nextText:"Volgende pagina",lastText:"Laatste pagina",refreshText:"Ververs",displayMsg:"Getoond {0} - {1} van {2}",emptyMsg:"Geen gegevens om weer te geven"});Ext.define("Ext.locale.nl.form.field.Base",{override:"Ext.form.field.Base",invalidText:"De waarde van dit veld is ongeldig"});Ext.define("Ext.locale.nl.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"De minimale lengte van dit veld is {0}",maxLengthText:"De maximale lengte van dit veld is {0}",blankText:"Dit veld is verplicht",regexText:"",emptyText:null});Ext.define("Ext.locale.nl.form.field.Number",{override:"Ext.form.field.Number",decimalPrecision:2,minText:"De minimale waarde van dit veld is {0}",maxText:"De maximale waarde van dit veld is {0}",nanText:"{0} is geen geldig getal"});Ext.define("Ext.locale.nl.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Uitgeschakeld",disabledDatesText:"Uitgeschakeld",minText:"De datum in dit veld moet na {0} liggen",maxText:"De datum in dit veld moet voor {0} liggen",invalidText:"{0} is geen geldige datum - formaat voor datum is {1}",format:"j-m-y",altFormats:"d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.nl.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Bezig met laden..."})});Ext.define("Ext.locale.nl.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Dit veld moet een e-mail adres bevatten in het formaat "gebruiker@domein.nl"',urlText:'Dit veld moet een URL bevatten in het formaat "http://www.domein.nl"',alphaText:"Dit veld mag alleen letters en _ bevatten",alphanumText:"Dit veld mag alleen letters, cijfers en _ bevatten"});Ext.define("Ext.locale.nl.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Vul hier de URL voor de hyperlink in:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Vet (Ctrl+B)",text:"Maak de geselecteerde tekst vet.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Cursief (Ctrl+I)",text:"Maak de geselecteerde tekst cursief.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Onderstrepen (Ctrl+U)",text:"Onderstreep de geselecteerde tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Tekst vergroten",text:"Vergroot het lettertype.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Tekst verkleinen",text:"Verklein het lettertype.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Tekst achtergrondkleur",text:"Verander de achtergrondkleur van de geselecteerde tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Tekst kleur",text:"Verander de kleur van de geselecteerde tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Tekst links uitlijnen",text:"Lijn de tekst links uit.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Tekst centreren",text:"Centreer de tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Tekst rechts uitlijnen",text:"Lijn de tekst rechts uit.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Opsommingstekens",text:"Begin een ongenummerde lijst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Genummerde lijst",text:"Begin een genummerde lijst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperlink",text:"Maak van de geselecteerde tekst een hyperlink.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Bron aanpassen",text:"Schakel modus over naar bron aanpassen.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.nl.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sorteer oplopend",sortDescText:"Sorteer aflopend",columnsText:"Kolommen"});Ext.define("Ext.locale.nl.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Geen)",groupByText:"Dit veld groeperen",showGroupsText:"Toon in groepen"});Ext.define("Ext.locale.nl.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Naam",valueText:"Waarde",dateFormat:"j-m-Y"});Ext.define("Ext.locale.nl.form.field.Time",{override:"Ext.form.field.Time",minText:"De tijd in dit veld moet op of na {0} liggen",maxText:"De tijd in dit veld moet op of voor {0} liggen",invalidText:"{0} is geen geldig tijdstip",format:"G:i",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"});Ext.define("Ext.locale.nl.form.CheckboxGroup",{override:"Ext.form.CheckboxGroup",blankText:"Selecteer minimaal een element in deze groep"});Ext.define("Ext.locale.nl.form.RadioGroup",{override:"Ext.form.RadioGroup",blankText:"Selecteer een element in deze groep"});Ext.define("Ext.locale.nl.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Annuleren",yes:"Ja",no:"Nee"}});Ext.define("Ext.locale.nl.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-no_NB-debug.js b/src/webapp/js/classic/locale/locale-no_NB-debug.js deleted file mode 100644 index 272c139..0000000 --- a/src/webapp/js/classic/locale/locale-no_NB-debug.js +++ /dev/null @@ -1,273 +0,0 @@ -/** - * - * Norwegian translation (BokmÃ¥l: no-NB) - * By Tore Kjørsvik 21-January-2008 - * - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - Mai: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Okt: 9, - Nov: 10, - Des: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'kr', - // Norwegian Krone - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.no_NB.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.no_NB.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} markert(e) rad(er)" -}); - -Ext.define("Ext.locale.no_NB.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Lukk denne fanen" -}); - -Ext.define("Ext.locale.no_NB.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Verdien i dette feltet er ugyldig" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.no_NB.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Laster..." -}); - -Ext.define("Ext.locale.no_NB.picker.Date", { - override: "Ext.picker.Date", - todayText: "I dag", - minText: "Denne datoen er før tidligste tillatte dato", - maxText: "Denne datoen er etter seneste tillatte dato", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Neste mÃ¥ned (Control+Pil Høyre)', - prevText: 'Forrige mÃ¥ned (Control+Pil Venstre)', - monthYearText: 'Velg en mÃ¥ned (Control+Pil Opp/Ned for Ã¥ skifte Ã¥r)', - todayTip: "{0} (Mellomrom)", - format: "d.m.y", - startDay: 1 -}); - -Ext.define("Ext.locale.no_NB.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Avbryt" -}); - -Ext.define("Ext.locale.no_NB.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Side", - afterPageText: "av {0}", - firstText: "Første side", - prevText: "Forrige side", - nextText: "Neste side", - lastText: "Siste side", - refreshText: "Oppdater", - displayMsg: "Viser {0} - {1} av {2}", - emptyMsg: 'Ingen data Ã¥ vise' -}); - -Ext.define("Ext.locale.no_NB.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Den minste lengden for dette feltet er {0}", - maxLengthText: "Den største lengden for dette feltet er {0}", - blankText: "Dette feltet er pÃ¥krevd", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.no_NB.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Den minste verdien for dette feltet er {0}", - maxText: "Den største verdien for dette feltet er {0}", - nanText: "{0} er ikke et gyldig nummer" -}); - -Ext.define("Ext.locale.no_NB.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Deaktivert", - disabledDatesText: "Deaktivert", - minText: "Datoen i dette feltet mÃ¥ være etter {0}", - maxText: "Datoen i dette feltet mÃ¥ være før {0}", - invalidText: "{0} er ikke en gyldig dato - den mÃ¥ være pÃ¥ formatet {1}", - format: "d.m.y", - altFormats: "d.m.Y|d/m/y|d/m/Y|d-m-y|d-m-Y|d.m|d/m|d-m|dm|dmy|dmY|Y-m-d|d" -}); - -Ext.define("Ext.locale.no_NB.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Laster..." - }); -}); - -Ext.define("Ext.locale.no.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Dette feltet skal være en epost adresse pÃ¥ formatet "bruker@domene.no"', - urlText: 'Dette feltet skal være en link (URL) pÃ¥ formatet "http:/' + '/www.domene.no"', - alphaText: 'Dette feltet skal kun inneholde bokstaver og _', - alphanumText: 'Dette feltet skal kun inneholde bokstaver, tall og _' -}); - -Ext.define("Ext.locale.no_NB.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Vennligst skriv inn URL for lenken:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Fet (Ctrl+B)', - text: 'Gjør den valgte teksten fet.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Kursiv (Ctrl+I)', - text: 'Gjør den valgte teksten kursiv.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Understrek (Ctrl+U)', - text: 'Understrek den valgte teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Forstørr tekst', - text: 'Gjør fontstørrelse større.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Forminsk tekst', - text: 'Gjør fontstørrelse mindre.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Tekst markeringsfarge', - text: 'Endre bakgrunnsfarge til den valgte teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Font farge', - text: 'Endre farge pÃ¥ den valgte teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Venstrejuster tekst', - text: 'Venstrejuster teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Sentrer tekst', - text: 'Sentrer teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Høyrejuster tekst', - text: 'Høyrejuster teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Punktliste', - text: 'Start en punktliste.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Nummerert liste', - text: 'Start en nummerert liste.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Lenke', - text: 'Gjør den valgte teksten til en lenke.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Rediger kilde', - text: 'Bytt til kilderedigeringsvisning.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.no_NB.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sorter stigende", - sortDescText: "Sorter synkende", - lockText: "LÃ¥s kolonne", - unlockText: "LÃ¥s opp kolonne", - columnsText: "Kolonner" -}); - -Ext.define("Ext.locale.no_NB.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Ingen)', - groupByText: 'Grupper etter dette feltet', - showGroupsText: 'Vis i grupper' -}); - -Ext.define("Ext.locale.no_NB.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Navn", - valueText: "Verdi", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.no.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Avbryt", - yes: "Ja", - no: "Nei" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.no_NB.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-no_NB.js b/src/webapp/js/classic/locale/locale-no_NB.js deleted file mode 100644 index 55344b5..0000000 --- a/src/webapp/js/classic/locale/locale-no_NB.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,Mai:4,Jun:5,Jul:6,Aug:7,Sep:8,Okt:9,Nov:10,Des:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"kr",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.no_NB.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.no_NB.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} markert(e) rad(er)"});Ext.define("Ext.locale.no_NB.tab.Tab",{override:"Ext.tab.Tab",closeText:"Lukk denne fanen"});Ext.define("Ext.locale.no_NB.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Verdien i dette feltet er ugyldig"});Ext.define("Ext.locale.no_NB.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Laster..."});Ext.define("Ext.locale.no_NB.picker.Date",{override:"Ext.picker.Date",todayText:"I dag",minText:"Denne datoen er før tidligste tillatte dato",maxText:"Denne datoen er etter seneste tillatte dato",disabledDaysText:"",disabledDatesText:"",nextText:"Neste mÃ¥ned (Control+Pil Høyre)",prevText:"Forrige mÃ¥ned (Control+Pil Venstre)",monthYearText:"Velg en mÃ¥ned (Control+Pil Opp/Ned for Ã¥ skifte Ã¥r)",todayTip:"{0} (Mellomrom)",format:"d.m.y",startDay:1});Ext.define("Ext.locale.no_NB.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Avbryt"});Ext.define("Ext.locale.no_NB.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Side",afterPageText:"av {0}",firstText:"Første side",prevText:"Forrige side",nextText:"Neste side",lastText:"Siste side",refreshText:"Oppdater",displayMsg:"Viser {0} - {1} av {2}",emptyMsg:"Ingen data Ã¥ vise"});Ext.define("Ext.locale.no_NB.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Den minste lengden for dette feltet er {0}",maxLengthText:"Den største lengden for dette feltet er {0}",blankText:"Dette feltet er pÃ¥krevd",regexText:"",emptyText:null});Ext.define("Ext.locale.no_NB.form.field.Number",{override:"Ext.form.field.Number",minText:"Den minste verdien for dette feltet er {0}",maxText:"Den største verdien for dette feltet er {0}",nanText:"{0} er ikke et gyldig nummer"});Ext.define("Ext.locale.no_NB.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Deaktivert",disabledDatesText:"Deaktivert",minText:"Datoen i dette feltet mÃ¥ være etter {0}",maxText:"Datoen i dette feltet mÃ¥ være før {0}",invalidText:"{0} er ikke en gyldig dato - den mÃ¥ være pÃ¥ formatet {1}",format:"d.m.y",altFormats:"d.m.Y|d/m/y|d/m/Y|d-m-y|d-m-Y|d.m|d/m|d-m|dm|dmy|dmY|Y-m-d|d"});Ext.define("Ext.locale.no_NB.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Laster..."})});Ext.define("Ext.locale.no.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Dette feltet skal være en epost adresse pÃ¥ formatet "bruker@domene.no"',urlText:'Dette feltet skal være en link (URL) pÃ¥ formatet "http://www.domene.no"',alphaText:"Dette feltet skal kun inneholde bokstaver og _",alphanumText:"Dette feltet skal kun inneholde bokstaver, tall og _"});Ext.define("Ext.locale.no_NB.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Vennligst skriv inn URL for lenken:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Fet (Ctrl+B)",text:"Gjør den valgte teksten fet.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Kursiv (Ctrl+I)",text:"Gjør den valgte teksten kursiv.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Understrek (Ctrl+U)",text:"Understrek den valgte teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Forstørr tekst",text:"Gjør fontstørrelse større.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Forminsk tekst",text:"Gjør fontstørrelse mindre.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Tekst markeringsfarge",text:"Endre bakgrunnsfarge til den valgte teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Font farge",text:"Endre farge pÃ¥ den valgte teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Venstrejuster tekst",text:"Venstrejuster teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Sentrer tekst",text:"Sentrer teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Høyrejuster tekst",text:"Høyrejuster teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Punktliste",text:"Start en punktliste.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Nummerert liste",text:"Start en nummerert liste.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Lenke",text:"Gjør den valgte teksten til en lenke.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Rediger kilde",text:"Bytt til kilderedigeringsvisning.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.no_NB.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sorter stigende",sortDescText:"Sorter synkende",lockText:"LÃ¥s kolonne",unlockText:"LÃ¥s opp kolonne",columnsText:"Kolonner"});Ext.define("Ext.locale.no_NB.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Ingen)",groupByText:"Grupper etter dette feltet",showGroupsText:"Vis i grupper"});Ext.define("Ext.locale.no_NB.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Navn",valueText:"Verdi",dateFormat:"d.m.Y"});Ext.define("Ext.locale.no.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Avbryt",yes:"Ja",no:"Nei"}});Ext.define("Ext.locale.no_NB.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-no_NN-debug.js b/src/webapp/js/classic/locale/locale-no_NN-debug.js deleted file mode 100644 index 65f1d7b..0000000 --- a/src/webapp/js/classic/locale/locale-no_NN-debug.js +++ /dev/null @@ -1,273 +0,0 @@ -/** - * - * Norwegian translation (Nynorsk: no-NN) - * By Tore Kjørsvik 21-January-2008 - * - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - Mai: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Okt: 9, - Nov: 10, - Des: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Søndag", "MÃ¥ndag", "Tysdag", "Onsdag", "Torsdag", "Fredag", "Laurdag"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'kr', - // Norwegian Krone - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.no_NN.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.no_NN.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} markert(e) rad(er)" -}); - -Ext.define("Ext.locale.no_NN.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Lukk denne fana" -}); - -Ext.define("Ext.locale.no_NN.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Verdien i dette feltet er ugyldig" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.no_NN.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Lastar..." -}); - -Ext.define("Ext.locale.no_NN.picker.Date", { - override: "Ext.picker.Date", - todayText: "I dag", - minText: "Denne datoen er før tidlegaste tillatne dato", - maxText: "Denne datoen er etter seinaste tillatne dato", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Neste mÃ¥nad (Control+Pil Høgre)', - prevText: 'Førre mÃ¥nad (Control+Pil Venstre)', - monthYearText: 'Velj ein mÃ¥nad (Control+Pil Opp/Ned for Ã¥ skifte Ã¥r)', - todayTip: "{0} (Mellomrom)", - format: "d.m.y", - startDay: 1 -}); - -Ext.define("Ext.locale.no_NN.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Avbryt" -}); - -Ext.define("Ext.locale.no_NN.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Side", - afterPageText: "av {0}", - firstText: "Første sida", - prevText: "Førre sida", - nextText: "Neste sida", - lastText: "Siste sida", - refreshText: "Oppdater", - displayMsg: "Viser {0} - {1} av {2}", - emptyMsg: 'Ingen data Ã¥ vise' -}); - -Ext.define("Ext.locale.no_NN.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Den minste lengda for dette feltet er {0}", - maxLengthText: "Den største lengda for dette feltet er {0}", - blankText: "Dette feltet er pÃ¥kravd", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.no_NN.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Den minste verdien for dette feltet er {0}", - maxText: "Den største verdien for dette feltet er {0}", - nanText: "{0} er ikkje eit gyldig nummer" -}); - -Ext.define("Ext.locale.no_NN.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Deaktivert", - disabledDatesText: "Deaktivert", - minText: "Datoen i dette feltet mÃ¥ vere etter {0}", - maxText: "Datoen i dette feltet mÃ¥ vere før {0}", - invalidText: "{0} er ikkje ein gyldig dato - han mÃ¥ vere pÃ¥ formatet {1}", - format: "d.m.y", - altFormats: "d.m.Y|d/m/y|d/m/Y|d-m-y|d-m-Y|d.m|d/m|d-m|dm|dmy|dmY|Y-m-d|d" -}); - -Ext.define("Ext.locale.no_NN.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Lastar..." - }); -}); - -Ext.define("Ext.locale.no_NN.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Dette feltet skal vere ei epost adresse pÃ¥ formatet "bruker@domene.no"', - urlText: 'Dette feltet skal vere ein link (URL) pÃ¥ formatet "http:/' + '/www.domene.no"', - alphaText: 'Dette feltet skal berre innehalde bokstavar og _', - alphanumText: 'Dette feltet skal berre innehalde bokstavar, tal og _' -}); - -Ext.define("Ext.locale.no_NN.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Ver venleg og skriv inn URL for lenken:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Feit (Ctrl+B)', - text: 'Gjer den valde teksten feit.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Kursiv (Ctrl+I)', - text: 'Gjer den valde teksten kursiv.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Understrek (Ctrl+U)', - text: 'Understrek den valde teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Forstørr tekst', - text: 'Gjer fontstorleik større.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Forminsk tekst', - text: 'Gjer fontstorleik mindre.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Tekst markeringsfarge', - text: 'Endre bakgrunnsfarge til den valde teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Font farge', - text: 'Endre farge pÃ¥ den valde teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Venstrejuster tekst', - text: 'Venstrejuster teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Sentrer tekst', - text: 'Sentrer teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Høgrejuster tekst', - text: 'Høgrejuster teksten.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Punktliste', - text: 'Start ei punktliste.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Nummerert liste', - text: 'Start ei nummerert liste.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Lenke', - text: 'Gjer den valde teksten til ei lenke.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Rediger kjelde', - text: 'Bytt til kjelderedigeringsvising.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.no_NN.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sorter stigande", - sortDescText: "Sorter fallande", - lockText: "LÃ¥s kolonne", - unlockText: "LÃ¥s opp kolonne", - columnsText: "Kolonner" -}); - -Ext.define("Ext.locale.no_NN.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Ingen)', - groupByText: 'Grupper etter dette feltet', - showGroupsText: 'Vis i grupper' -}); - -Ext.define("Ext.locale.no_NN.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Namn", - valueText: "Verdi", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.no_NN.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Avbryt", - yes: "Ja", - no: "Nei" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.no_NN.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-no_NN.js b/src/webapp/js/classic/locale/locale-no_NN.js deleted file mode 100644 index 6a7029d..0000000 --- a/src/webapp/js/classic/locale/locale-no_NN.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,Mai:4,Jun:5,Jul:6,Aug:7,Sep:8,Okt:9,Nov:10,Des:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Søndag","MÃ¥ndag","Tysdag","Onsdag","Torsdag","Fredag","Laurdag"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"kr",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.no_NN.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.no_NN.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} markert(e) rad(er)"});Ext.define("Ext.locale.no_NN.tab.Tab",{override:"Ext.tab.Tab",closeText:"Lukk denne fana"});Ext.define("Ext.locale.no_NN.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Verdien i dette feltet er ugyldig"});Ext.define("Ext.locale.no_NN.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Lastar..."});Ext.define("Ext.locale.no_NN.picker.Date",{override:"Ext.picker.Date",todayText:"I dag",minText:"Denne datoen er før tidlegaste tillatne dato",maxText:"Denne datoen er etter seinaste tillatne dato",disabledDaysText:"",disabledDatesText:"",nextText:"Neste mÃ¥nad (Control+Pil Høgre)",prevText:"Førre mÃ¥nad (Control+Pil Venstre)",monthYearText:"Velj ein mÃ¥nad (Control+Pil Opp/Ned for Ã¥ skifte Ã¥r)",todayTip:"{0} (Mellomrom)",format:"d.m.y",startDay:1});Ext.define("Ext.locale.no_NN.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Avbryt"});Ext.define("Ext.locale.no_NN.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Side",afterPageText:"av {0}",firstText:"Første sida",prevText:"Førre sida",nextText:"Neste sida",lastText:"Siste sida",refreshText:"Oppdater",displayMsg:"Viser {0} - {1} av {2}",emptyMsg:"Ingen data Ã¥ vise"});Ext.define("Ext.locale.no_NN.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Den minste lengda for dette feltet er {0}",maxLengthText:"Den største lengda for dette feltet er {0}",blankText:"Dette feltet er pÃ¥kravd",regexText:"",emptyText:null});Ext.define("Ext.locale.no_NN.form.field.Number",{override:"Ext.form.field.Number",minText:"Den minste verdien for dette feltet er {0}",maxText:"Den største verdien for dette feltet er {0}",nanText:"{0} er ikkje eit gyldig nummer"});Ext.define("Ext.locale.no_NN.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Deaktivert",disabledDatesText:"Deaktivert",minText:"Datoen i dette feltet mÃ¥ vere etter {0}",maxText:"Datoen i dette feltet mÃ¥ vere før {0}",invalidText:"{0} er ikkje ein gyldig dato - han mÃ¥ vere pÃ¥ formatet {1}",format:"d.m.y",altFormats:"d.m.Y|d/m/y|d/m/Y|d-m-y|d-m-Y|d.m|d/m|d-m|dm|dmy|dmY|Y-m-d|d"});Ext.define("Ext.locale.no_NN.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Lastar..."})});Ext.define("Ext.locale.no_NN.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Dette feltet skal vere ei epost adresse pÃ¥ formatet "bruker@domene.no"',urlText:'Dette feltet skal vere ein link (URL) pÃ¥ formatet "http://www.domene.no"',alphaText:"Dette feltet skal berre innehalde bokstavar og _",alphanumText:"Dette feltet skal berre innehalde bokstavar, tal og _"});Ext.define("Ext.locale.no_NN.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Ver venleg og skriv inn URL for lenken:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Feit (Ctrl+B)",text:"Gjer den valde teksten feit.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Kursiv (Ctrl+I)",text:"Gjer den valde teksten kursiv.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Understrek (Ctrl+U)",text:"Understrek den valde teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Forstørr tekst",text:"Gjer fontstorleik større.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Forminsk tekst",text:"Gjer fontstorleik mindre.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Tekst markeringsfarge",text:"Endre bakgrunnsfarge til den valde teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Font farge",text:"Endre farge pÃ¥ den valde teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Venstrejuster tekst",text:"Venstrejuster teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Sentrer tekst",text:"Sentrer teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Høgrejuster tekst",text:"Høgrejuster teksten.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Punktliste",text:"Start ei punktliste.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Nummerert liste",text:"Start ei nummerert liste.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Lenke",text:"Gjer den valde teksten til ei lenke.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Rediger kjelde",text:"Bytt til kjelderedigeringsvising.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.no_NN.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sorter stigande",sortDescText:"Sorter fallande",lockText:"LÃ¥s kolonne",unlockText:"LÃ¥s opp kolonne",columnsText:"Kolonner"});Ext.define("Ext.locale.no_NN.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Ingen)",groupByText:"Grupper etter dette feltet",showGroupsText:"Vis i grupper"});Ext.define("Ext.locale.no_NN.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Namn",valueText:"Verdi",dateFormat:"d.m.Y"});Ext.define("Ext.locale.no_NN.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Avbryt",yes:"Ja",no:"Nei"}});Ext.define("Ext.locale.no_NN.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-pl-debug.js b/src/webapp/js/classic/locale/locale-pl-debug.js deleted file mode 100644 index 89ac96b..0000000 --- a/src/webapp/js/classic/locale/locale-pl-debug.js +++ /dev/null @@ -1,291 +0,0 @@ -/** - * Polish Translations - * By vbert 17-April-2007 - * Updated by mmar 16-November-2007 - * Encoding: utf-8 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["StyczeÅ„", "Luty", "Marzec", "KwiecieÅ„", "Maj", "Czerwiec", "Lipiec", "SierpieÅ„", "WrzesieÅ„", "Październik", "Listopad", "GrudzieÅ„"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Sty: 0, - Lut: 1, - Mar: 2, - Kwi: 3, - Maj: 4, - Cze: 5, - Lip: 6, - Sie: 7, - Wrz: 8, - Paź: 9, - Lis: 10, - Gru: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Niedziela", "PoniedziaÅ‚ek", "Wtorek", "Åšroda", "Czwartek", "PiÄ…tek", "Sobota"]; - - Ext.Date.getShortDayName = function(day) { - switch (day) { - case 0: - return 'ndz'; - case 1: - return 'pon'; - case 2: - return 'wt'; - case 3: - return 'Å›r'; - case 4: - return 'czw'; - case 5: - return 'pt'; - case 6: - return 'sob'; - default: - return ''; - } - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u007a\u0142', - // Polish Zloty - dateFormat: 'Y-m-d' - }); - } -}); - -Ext.define("Ext.locale.pl.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.pl.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} wybrano wiersze(y)" -}); - -Ext.define("Ext.locale.pl.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Zamknij zakÅ‚adkÄ™" -}); - -Ext.define("Ext.locale.pl.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Wartość tego pola jest niewÅ‚aÅ›ciwa" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.pl.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Wczytywanie danych..." -}); - -Ext.define("Ext.locale.pl.picker.Date", { - override: "Ext.picker.Date", - startDay: 1, - todayText: "Dzisiaj", - minText: "Data jest wczeÅ›niejsza od daty minimalnej", - maxText: "Data jest późniejsza od daty maksymalnej", - disabledDaysText: "", - disabledDatesText: "", - nextText: "NastÄ™pny miesiÄ…c (Control+StrzaÅ‚kaWPrawo)", - prevText: "Poprzedni miesiÄ…c (Control+StrzaÅ‚kaWLewo)", - monthYearText: "Wybierz miesiÄ…c (Control+Up/Down aby zmienić rok)", - todayTip: "{0} (Spacja)", - format: "Y-m-d", - startDay: 1 -}); - -Ext.define("Ext.locale.pl.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Anuluj" -}); - -Ext.define("Ext.locale.pl.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Strona", - afterPageText: "z {0}", - firstText: "Pierwsza strona", - prevText: "Poprzednia strona", - nextText: "NastÄ™pna strona", - lastText: "Ostatnia strona", - refreshText: "OdÅ›wież", - displayMsg: "WyÅ›wietlono {0} - {1} z {2}", - emptyMsg: "Brak danych do wyÅ›wietlenia" -}); - -Ext.define("Ext.locale.pl.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Minimalna ilość znaków dla tego pola to {0}", - maxLengthText: "Maksymalna ilość znaków dla tego pola to {0}", - blankText: "To pole jest wymagane", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.pl.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Minimalna wartość dla tego pola to {0}", - maxText: "Maksymalna wartość dla tego pola to {0}", - nanText: "{0} to nie jest wÅ‚aÅ›ciwa wartość" -}); - -Ext.define("Ext.locale.pl.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Wyłączony", - disabledDatesText: "Wyłączony", - minText: "Data w tym polu musi być późniejsza od {0}", - maxText: "Data w tym polu musi być wczeÅ›niejsza od {0}", - invalidText: "{0} to nie jest prawidÅ‚owa data - prawidÅ‚owy format daty {1}", - format: "Y-m-d", - altFormats: "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d" -}); - -Ext.define("Ext.locale.pl.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "WczytujÄ™..." - }); -}); - -Ext.define("Ext.locale.pl.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'To pole wymaga podania adresu e-mail w formacie: "nazwa@domena.pl"', - urlText: 'To pole wymaga podania adresu strony www w formacie: "http:/' + '/www.domena.pl"', - alphaText: 'To pole wymaga podania tylko liter i _', - alphanumText: 'To pole wymaga podania tylko liter, cyfr i _' -}); - -Ext.define("Ext.locale.pl.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Wprowadź adres URL strony:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Pogrubienie (Ctrl+B)', - text: 'Ustaw styl zaznaczonego tekstu na pogrubiony.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Kursywa (Ctrl+I)', - text: 'Ustaw styl zaznaczonego tekstu na kursywÄ™.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'PodkreÅ›lenie (Ctrl+U)', - text: 'PodkreÅ›l zaznaczony tekst.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'ZwiÄ™ksz czcionkÄ™', - text: 'ZwiÄ™ksz rozmiar czcionki.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Zmniejsz czcionkÄ™', - text: 'Zmniejsz rozmiar czcionki.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Wyróżnienie', - text: 'ZmieÅ„ kolor wyróżnienia zaznaczonego tekstu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Kolor czcionki', - text: 'ZmieÅ„ kolor zaznaczonego tekstu.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Do lewej', - text: 'Wyrównaj tekst do lewej.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'WyÅ›rodkuj', - text: 'Wyrównaj tekst do Å›rodka.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Do prawej', - text: 'Wyrównaj tekst do prawej.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Lista wypunktowana', - text: 'Rozpocznij listÄ™ wypunktowanÄ….', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Lista numerowana', - text: 'Rozpocznij listÄ™ numerowanÄ….', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hiperłącze', - text: 'Przekształć zaznaczony tekst w hiperłącze.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Edycja źródÅ‚a', - text: 'Przełącz w tryb edycji źródÅ‚a.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.pl.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sortuj rosnÄ…co", - sortDescText: "Sortuj malejÄ…co", - lockText: "Zablokuj kolumnÄ™", - unlockText: "Odblokuj kolumnÄ™", - columnsText: "Kolumny" -}); - -Ext.define("Ext.locale.pl.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(None)', - groupByText: 'Grupuj po tym polu', - showGroupsText: 'Pokaż w grupach' -}); - -Ext.define("Ext.locale.pl.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nazwa", - valueText: "Wartość", - dateFormat: "Y-m-d" -}); - -Ext.define("Ext.locale.pl.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Anuluj", - yes: "Tak", - no: "Nie" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.pl.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-pl.js b/src/webapp/js/classic/locale/locale-pl.js deleted file mode 100644 index 6abea73..0000000 --- a/src/webapp/js/classic/locale/locale-pl.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["StyczeÅ„","Luty","Marzec","KwiecieÅ„","Maj","Czerwiec","Lipiec","SierpieÅ„","WrzesieÅ„","Październik","Listopad","GrudzieÅ„"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Sty:0,Lut:1,Mar:2,Kwi:3,Maj:4,Cze:5,Lip:6,Sie:7,Wrz:8,Paź:9,Lis:10,Gru:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Niedziela","PoniedziaÅ‚ek","Wtorek","Åšroda","Czwartek","PiÄ…tek","Sobota"];Ext.Date.getShortDayName=function(a){switch(a){case 0:return"ndz";case 1:return"pon";case 2:return"wt";case 3:return"Å›r";case 4:return"czw";case 5:return"pt";case 6:return"sob";default:return""}}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u007a\u0142",dateFormat:"Y-m-d"})}});Ext.define("Ext.locale.pl.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.pl.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} wybrano wiersze(y)"});Ext.define("Ext.locale.pl.tab.Tab",{override:"Ext.tab.Tab",closeText:"Zamknij zakÅ‚adkÄ™"});Ext.define("Ext.locale.pl.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Wartość tego pola jest niewÅ‚aÅ›ciwa"});Ext.define("Ext.locale.pl.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Wczytywanie danych..."});Ext.define("Ext.locale.pl.picker.Date",{override:"Ext.picker.Date",startDay:1,todayText:"Dzisiaj",minText:"Data jest wczeÅ›niejsza od daty minimalnej",maxText:"Data jest późniejsza od daty maksymalnej",disabledDaysText:"",disabledDatesText:"",nextText:"NastÄ™pny miesiÄ…c (Control+StrzaÅ‚kaWPrawo)",prevText:"Poprzedni miesiÄ…c (Control+StrzaÅ‚kaWLewo)",monthYearText:"Wybierz miesiÄ…c (Control+Up/Down aby zmienić rok)",todayTip:"{0} (Spacja)",format:"Y-m-d",startDay:1});Ext.define("Ext.locale.pl.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Anuluj"});Ext.define("Ext.locale.pl.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Strona",afterPageText:"z {0}",firstText:"Pierwsza strona",prevText:"Poprzednia strona",nextText:"NastÄ™pna strona",lastText:"Ostatnia strona",refreshText:"OdÅ›wież",displayMsg:"WyÅ›wietlono {0} - {1} z {2}",emptyMsg:"Brak danych do wyÅ›wietlenia"});Ext.define("Ext.locale.pl.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Minimalna ilość znaków dla tego pola to {0}",maxLengthText:"Maksymalna ilość znaków dla tego pola to {0}",blankText:"To pole jest wymagane",regexText:"",emptyText:null});Ext.define("Ext.locale.pl.form.field.Number",{override:"Ext.form.field.Number",minText:"Minimalna wartość dla tego pola to {0}",maxText:"Maksymalna wartość dla tego pola to {0}",nanText:"{0} to nie jest wÅ‚aÅ›ciwa wartość"});Ext.define("Ext.locale.pl.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Wyłączony",disabledDatesText:"Wyłączony",minText:"Data w tym polu musi być późniejsza od {0}",maxText:"Data w tym polu musi być wczeÅ›niejsza od {0}",invalidText:"{0} to nie jest prawidÅ‚owa data - prawidÅ‚owy format daty {1}",format:"Y-m-d",altFormats:"m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"});Ext.define("Ext.locale.pl.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"WczytujÄ™..."})});Ext.define("Ext.locale.pl.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'To pole wymaga podania adresu e-mail w formacie: "nazwa@domena.pl"',urlText:'To pole wymaga podania adresu strony www w formacie: "http://www.domena.pl"',alphaText:"To pole wymaga podania tylko liter i _",alphanumText:"To pole wymaga podania tylko liter, cyfr i _"});Ext.define("Ext.locale.pl.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Wprowadź adres URL strony:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Pogrubienie (Ctrl+B)",text:"Ustaw styl zaznaczonego tekstu na pogrubiony.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Kursywa (Ctrl+I)",text:"Ustaw styl zaznaczonego tekstu na kursywÄ™.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"PodkreÅ›lenie (Ctrl+U)",text:"PodkreÅ›l zaznaczony tekst.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"ZwiÄ™ksz czcionkÄ™",text:"ZwiÄ™ksz rozmiar czcionki.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Zmniejsz czcionkÄ™",text:"Zmniejsz rozmiar czcionki.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Wyróżnienie",text:"ZmieÅ„ kolor wyróżnienia zaznaczonego tekstu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Kolor czcionki",text:"ZmieÅ„ kolor zaznaczonego tekstu.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Do lewej",text:"Wyrównaj tekst do lewej.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"WyÅ›rodkuj",text:"Wyrównaj tekst do Å›rodka.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Do prawej",text:"Wyrównaj tekst do prawej.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Lista wypunktowana",text:"Rozpocznij listÄ™ wypunktowanÄ….",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Lista numerowana",text:"Rozpocznij listÄ™ numerowanÄ….",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hiperłącze",text:"Przekształć zaznaczony tekst w hiperłącze.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Edycja źródÅ‚a",text:"Przełącz w tryb edycji źródÅ‚a.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.pl.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sortuj rosnÄ…co",sortDescText:"Sortuj malejÄ…co",lockText:"Zablokuj kolumnÄ™",unlockText:"Odblokuj kolumnÄ™",columnsText:"Kolumny"});Ext.define("Ext.locale.pl.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(None)",groupByText:"Grupuj po tym polu",showGroupsText:"Pokaż w grupach"});Ext.define("Ext.locale.pl.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nazwa",valueText:"Wartość",dateFormat:"Y-m-d"});Ext.define("Ext.locale.pl.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Anuluj",yes:"Tak",no:"Nie"}});Ext.define("Ext.locale.pl.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-pt-debug.js b/src/webapp/js/classic/locale/locale-pt-debug.js deleted file mode 100644 index eb92715..0000000 --- a/src/webapp/js/classic/locale/locale-pt-debug.js +++ /dev/null @@ -1,240 +0,0 @@ -/** - * Portuguese/Brazil Translation by Weber Souza - * 08 April 2007 - * Updated by Allan Brazute Alves (EthraZa) - * 06 September 2007 - * Adapted to European Portuguese by Helder Batista (hbatista) - * 31 January 2008 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"]; - - Ext.Date.dayNames = ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Portugese Euro - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.pt.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.pt.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} linha(s) seleccionada(s)" -}); - -Ext.define("Ext.locale.pt.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Fechar" -}); - -Ext.define("Ext.locale.pt.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "O valor para este campo é inválido" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.pt.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Carregando..." -}); - -Ext.define("Ext.locale.pt.picker.Date", { - override: "Ext.picker.Date", - todayText: "Hoje", - minText: "Esta data é anterior à menor data", - maxText: "Esta data é posterior à maior data", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Próximo Mês (Control+Direita)', - prevText: 'Mês Anterior (Control+Esquerda)', - monthYearText: 'Escolha um Mês (Control+Cima/Baixo para mover entre os anos)', - todayTip: "{0} (Espaço)", - format: "d/m/Y", - startDay: 0 -}); - -Ext.define("Ext.locale.pt.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Cancelar" -}); - -Ext.define("Ext.locale.pt.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Página", - afterPageText: "de {0}", - firstText: "Primeira Página", - prevText: "Página Anterior", - nextText: "Próxima Página", - lastText: "Última Página", - refreshText: "Atualizar", - displayMsg: "{0} à {1} de {2} registo(s)", - emptyMsg: 'Sem registos para exibir' -}); - -Ext.define("Ext.locale.pt.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "O tamanho mínimo para este campo é {0}", - maxLengthText: "O tamanho máximo para este campo é {0}", - blankText: "Este campo é obrigatório.", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.pt.form.field.Number", { - override: "Ext.form.field.Number", - minText: "O valor mínimo para este campo é {0}", - maxText: "O valor máximo para este campo é {0}", - nanText: "{0} não é um número válido" -}); - -Ext.define("Ext.locale.pt.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Desabilitado", - disabledDatesText: "Desabilitado", - minText: "A data deste campo deve ser posterior a {0}", - maxText: "A data deste campo deve ser anterior a {0}", - invalidText: "{0} não é uma data válida - deve ser usado o formato {1}", - format: "d/m/Y" -}); - -Ext.define("Ext.locale.pt.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Carregando..." - }); -}); - -Ext.define("Ext.locale.pt.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Este campo deve ser um endereço de e-mail válido, no formato "utilizador@dominio.com"', - urlText: 'Este campo deve ser um URL no formato "http:/' + '/www.dominio.com"', - alphaText: 'Este campo deve conter apenas letras e _', - alphanumText: 'Este campo deve conter apenas letras, números e _' -}); - -Ext.define("Ext.locale.pt.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Por favor, entre com o URL do link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Negrito (Ctrl+B)', - text: 'Deixa o texto seleccionado em negrito.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Italico (Ctrl+I)', - text: 'Deixa o texto seleccionado em italico.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Sublinhado (Ctrl+U)', - text: 'Sublinha o texto seleccionado.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Aumentar Texto', - text: 'Aumenta o tamanho da fonte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Diminuir Texto', - text: 'Diminui o tamanho da fonte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Cor de Fundo', - text: 'Muda a cor do fundo do texto seleccionado.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Cor da Fonte', - text: 'Muda a cor do texto seleccionado.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Alinhar à Esquerda', - text: 'Alinha o texto à esquerda.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centrar Texto', - text: 'Centra o texto no editor.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Alinhar à Direita', - text: 'Alinha o texto à direita.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Lista com Marcadores', - text: 'Inicia uma lista com marcadores.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Lista Numerada', - text: 'Inicia uma lista numerada.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperligação', - text: 'Transforma o texto selecionado num hyperlink.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Editar Fonte', - text: 'Troca para o modo de edição de código fonte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.pt.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Ordem Ascendente", - sortDescText: "Ordem Descendente", - lockText: "Bloquear Coluna", - unlockText: "Desbloquear Coluna", - columnsText: "Colunas" -}); - -Ext.define("Ext.locale.pt.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nome", - valueText: "Valor", - dateFormat: "d/m/Y" -}); - -Ext.define("Ext.locale.pt.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Cancelar", - yes: "Sim", - no: "Não" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.pt.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-pt.js b/src/webapp/js/classic/locale/locale-pt.js deleted file mode 100644 index 3fb4a81..0000000 --- a/src/webapp/js/classic/locale/locale-pt.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"];Ext.Date.dayNames=["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.pt.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.pt.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} linha(s) seleccionada(s)"});Ext.define("Ext.locale.pt.tab.Tab",{override:"Ext.tab.Tab",closeText:"Fechar"});Ext.define("Ext.locale.pt.form.field.Base",{override:"Ext.form.field.Base",invalidText:"O valor para este campo é inválido"});Ext.define("Ext.locale.pt.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Carregando..."});Ext.define("Ext.locale.pt.picker.Date",{override:"Ext.picker.Date",todayText:"Hoje",minText:"Esta data é anterior à menor data",maxText:"Esta data é posterior à maior data",disabledDaysText:"",disabledDatesText:"",nextText:"Próximo Mês (Control+Direita)",prevText:"Mês Anterior (Control+Esquerda)",monthYearText:"Escolha um Mês (Control+Cima/Baixo para mover entre os anos)",todayTip:"{0} (Espaço)",format:"d/m/Y",startDay:0});Ext.define("Ext.locale.pt.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Cancelar"});Ext.define("Ext.locale.pt.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Página",afterPageText:"de {0}",firstText:"Primeira Página",prevText:"Página Anterior",nextText:"Próxima Página",lastText:"Última Página",refreshText:"Atualizar",displayMsg:"{0} à {1} de {2} registo(s)",emptyMsg:"Sem registos para exibir"});Ext.define("Ext.locale.pt.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"O tamanho mínimo para este campo é {0}",maxLengthText:"O tamanho máximo para este campo é {0}",blankText:"Este campo é obrigatório.",regexText:"",emptyText:null});Ext.define("Ext.locale.pt.form.field.Number",{override:"Ext.form.field.Number",minText:"O valor mínimo para este campo é {0}",maxText:"O valor máximo para este campo é {0}",nanText:"{0} não é um número válido"});Ext.define("Ext.locale.pt.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Desabilitado",disabledDatesText:"Desabilitado",minText:"A data deste campo deve ser posterior a {0}",maxText:"A data deste campo deve ser anterior a {0}",invalidText:"{0} não é uma data válida - deve ser usado o formato {1}",format:"d/m/Y"});Ext.define("Ext.locale.pt.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Carregando..."})});Ext.define("Ext.locale.pt.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Este campo deve ser um endereço de e-mail válido, no formato "utilizador@dominio.com"',urlText:'Este campo deve ser um URL no formato "http://www.dominio.com"',alphaText:"Este campo deve conter apenas letras e _",alphanumText:"Este campo deve conter apenas letras, números e _"});Ext.define("Ext.locale.pt.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Por favor, entre com o URL do link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Negrito (Ctrl+B)",text:"Deixa o texto seleccionado em negrito.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Italico (Ctrl+I)",text:"Deixa o texto seleccionado em italico.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Sublinhado (Ctrl+U)",text:"Sublinha o texto seleccionado.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Aumentar Texto",text:"Aumenta o tamanho da fonte.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Diminuir Texto",text:"Diminui o tamanho da fonte.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Cor de Fundo",text:"Muda a cor do fundo do texto seleccionado.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Cor da Fonte",text:"Muda a cor do texto seleccionado.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Alinhar à Esquerda",text:"Alinha o texto à esquerda.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centrar Texto",text:"Centra o texto no editor.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Alinhar à Direita",text:"Alinha o texto à direita.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Lista com Marcadores",text:"Inicia uma lista com marcadores.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Lista Numerada",text:"Inicia uma lista numerada.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperligação",text:"Transforma o texto selecionado num hyperlink.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Editar Fonte",text:"Troca para o modo de edição de código fonte.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.pt.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Ordem Ascendente",sortDescText:"Ordem Descendente",lockText:"Bloquear Coluna",unlockText:"Desbloquear Coluna",columnsText:"Colunas"});Ext.define("Ext.locale.pt.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nome",valueText:"Valor",dateFormat:"d/m/Y"});Ext.define("Ext.locale.pt.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Cancelar",yes:"Sim",no:"Não"}});Ext.define("Ext.locale.pt.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-pt_BR-debug.js b/src/webapp/js/classic/locale/locale-pt_BR-debug.js deleted file mode 100644 index ab47e28..0000000 --- a/src/webapp/js/classic/locale/locale-pt_BR-debug.js +++ /dev/null @@ -1,274 +0,0 @@ -/** - * Portuguese/Brazil Translation by Weber Souza - * 08 April 2007 - * Updated by Allan Brazute Alves (EthraZa) - * 06 September 2007 - * Updated by Leonardo Lima - * 05 March 2008 - * Updated by Juliano Tarini (jtarini) - * 22 April 2008 - * Update by Guilherme Portela - * 04 May 2015 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Fev: 1, - Mar: 2, - Abr: 3, - Mai: 4, - Jun: 5, - Jul: 6, - Ago: 7, - Set: 8, - Out: 9, - Nov: 10, - Dez: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'R$', - // Brazilian Real - dateFormat: 'd/m/Y' - }); - Ext.util.Format.brMoney = Ext.util.Format.currency; - } -}); - -Ext.define("Ext.locale.pt_BR.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "O valor para este campo é inválido" -});Ext.define("Ext.locale.pt_BR.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Carregando..." - }); -}); -Ext.define("Ext.locale.pt_BR.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Desabilitado", - disabledDatesText: "Desabilitado", - minText: "A data deste campo deve ser posterior a {0}", - maxText: "A data deste campo deve ser anterior a {0}", - invalidText: "{0} não é uma data válida - deve ser informado no formato {1}", - format: "d/m/Y" -}); -Ext.define("Ext.locale.pt_BR.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Por favor, entre com a URL do link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Negrito (Ctrl+B)', - text: 'Deixa o texto selecionado em negrito.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Itálico (Ctrl+I)', - text: 'Deixa o texto selecionado em itálico.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Sublinhado (Ctrl+U)', - text: 'Sublinha o texto selecionado.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Aumentar Texto', - text: 'Aumenta o tamanho da fonte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Diminuir Texto', - text: 'Diminui o tamanho da fonte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Cor de Fundo', - text: 'Muda a cor do fundo do texto selecionado.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Cor da Fonte', - text: 'Muda a cor do texto selecionado.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Alinhar à Esquerda', - text: 'Alinha o texto à esquerda.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centralizar Texto', - text: 'Centraliza o texto no editor.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Alinhar à Direita', - text: 'Alinha o texto à direita.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Lista com Marcadores', - text: 'Inicia uma lista com marcadores.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Lista Numerada', - text: 'Inicia uma lista numerada.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Link', - text: 'Transforma o texto selecionado em um link.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Editar Fonte', - text: 'Troca para o modo de edição de código fonte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -});Ext.define("Ext.locale.pt_BR.form.field.Number", { - override: "Ext.form.field.Number", - minText: "O valor mínimo para este campo é {0}", - maxText: "O valor máximo para este campo é {0}", - nanText: "{0} não é um número válido" -});Ext.define("Ext.locale.pt_BR.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "O tamanho mínimo para este campo é {0}", - maxLengthText: "O tamanho máximo para este campo é {0}", - blankText: "Este campo é obrigatório.", - regexText: "", - emptyText: null -}); -Ext.define("Ext.locale.pt_BR.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Este campo deve ser um endereço de e-mail válido, no formato "usuario@dominio.com.br"', - urlText: 'Este campo deve ser uma URL no formato "http:/' + '/www.dominio.com.br"', - alphaText: 'Este campo deve conter apenas letras e _', - alphanumText: 'Este campo deve conter apenas letras, números e _' -}); -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.pt_BR.Component", { - override: "Ext.Component" -});Ext.define("Ext.locale.pt_BR.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nome", - valueText: "Valor", - dateFormat: "d/m/Y" -});Ext.define('Ext.locale.pt_BR.grid.feature.Grouping', { - override: 'Ext.grid.feature.Grouping', - emptyGroupText: '(Nenhum)', - groupByText: 'Agrupar por este campo', - showGroupsText: 'Mostrar agrupad' -});Ext.define('Ext.locale.pt_BR.grid.filters.Filters', { - override: 'Ext.grid.filters.Filters', - menuFilterText: 'Filtros' -}); -Ext.define('Ext.locale.pt_BR.grid.filters.filter.Boolean', { - override: 'Ext.grid.filters.filter.Boolean', - yesText: 'Sim', - noText : 'Não' -}); -Ext.define('Ext.locale.pt_BR.grid.filters.filter.Date', { - override: 'Ext.grid.filters.filter.Date', - getFields: function() { - return { - lt: {text: 'Antes'}, - gt: {text: 'Depois'}, - eq: {text: 'Em'} - }; - } -});Ext.define('Ext.locale.pt_BR.grid.filters.filter.List', { - override: 'Ext.grid.filters.filter.List', - loadingText: 'Carregando...' -}); -Ext.define('Ext.locale.pt_BR.grid.filters.filter.Number', { - override: 'Ext.grid.filters.filter.Number', - emptyText: 'Digite o número...' -}); -Ext.define('Ext.locale.pt_BR.grid.filters.filter.String', { - override: 'Ext.grid.filters.filter.String', - emptyText: 'Digite o texto de filtro...' -});Ext.define('Ext.locale.pt_BR.grid.header.Container', { - override: 'Ext.grid.header.Container', - sortAscText: 'Ordem Ascendente', - sortDescText: 'Ordem Descendente', - columnsText: 'Colunas' -});Ext.define('Ext.locale.pt_BR.grid.locking.Lockable', { - override: 'Ext.grid.locking.Lockable', - lockText: 'Bloquear Coluna', - unlockText: 'Desbloquear Coluna' -});Ext.define("Ext.locale.pt_BR.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} linha(s) selecionada(s)" -});Ext.define("Ext.locale.pt_BR.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Cancelar", - yes: "Sim", - no: "Não" - } -});Ext.define("Ext.locale.pt_BR.picker.Date", { - override: "Ext.picker.Date", - todayText: "Hoje", - minText: "Esta data é anterior a menor data", - maxText: "Esta data é posterior a maior data", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Próximo Mês (Control+Direita)', - prevText: 'Mês Anterior (Control+Esquerda)', - monthYearText: 'Escolha um Mês (Control+Cima/Baixo para mover entre os anos)', - todayTip: "{0} (Espaço)", - format: "d/m/Y", - startDay: 0 -});Ext.define("Ext.locale.pt_BR.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Cancelar" -});Ext.define("Ext.locale.pt_BR.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Fechar" -});Ext.define("Ext.locale.pt_BR.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Página", - afterPageText: "de {0}", - firstText: "Primeira Página", - prevText: "Página Anterior", - nextText: "Próxima Página", - lastText: "Última Página", - refreshText: "Atualizar", - displayMsg: "{0} à {1} de {2} registro(s)", - emptyMsg: 'Sem registros para exibir' -});// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.pt_BR.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Carregando..." -});Ext.define("Ext.locale.pt_BR.view.View", { - override: "Ext.view.View", - emptyText: "" -}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-pt_BR.js b/src/webapp/js/classic/locale/locale-pt_BR.js deleted file mode 100644 index cf2990a..0000000 --- a/src/webapp/js/classic/locale/locale-pt_BR.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Fev:1,Mar:2,Abr:3,Mai:4,Jun:5,Jul:6,Ago:7,Set:8,Out:9,Nov:10,Dez:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"R$",dateFormat:"d/m/Y"});Ext.util.Format.brMoney=Ext.util.Format.currency}});Ext.define("Ext.locale.pt_BR.form.field.Base",{override:"Ext.form.field.Base",invalidText:"O valor para este campo é inválido"});Ext.define("Ext.locale.pt_BR.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Carregando..."})});Ext.define("Ext.locale.pt_BR.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Desabilitado",disabledDatesText:"Desabilitado",minText:"A data deste campo deve ser posterior a {0}",maxText:"A data deste campo deve ser anterior a {0}",invalidText:"{0} não é uma data válida - deve ser informado no formato {1}",format:"d/m/Y"});Ext.define("Ext.locale.pt_BR.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Por favor, entre com a URL do link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Negrito (Ctrl+B)",text:"Deixa o texto selecionado em negrito.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Itálico (Ctrl+I)",text:"Deixa o texto selecionado em itálico.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Sublinhado (Ctrl+U)",text:"Sublinha o texto selecionado.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Aumentar Texto",text:"Aumenta o tamanho da fonte.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Diminuir Texto",text:"Diminui o tamanho da fonte.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Cor de Fundo",text:"Muda a cor do fundo do texto selecionado.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Cor da Fonte",text:"Muda a cor do texto selecionado.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Alinhar à Esquerda",text:"Alinha o texto à esquerda.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centralizar Texto",text:"Centraliza o texto no editor.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Alinhar à Direita",text:"Alinha o texto à direita.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Lista com Marcadores",text:"Inicia uma lista com marcadores.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Lista Numerada",text:"Inicia uma lista numerada.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Link",text:"Transforma o texto selecionado em um link.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Editar Fonte",text:"Troca para o modo de edição de código fonte.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.pt_BR.form.field.Number",{override:"Ext.form.field.Number",minText:"O valor mínimo para este campo é {0}",maxText:"O valor máximo para este campo é {0}",nanText:"{0} não é um número válido"});Ext.define("Ext.locale.pt_BR.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"O tamanho mínimo para este campo é {0}",maxLengthText:"O tamanho máximo para este campo é {0}",blankText:"Este campo é obrigatório.",regexText:"",emptyText:null});Ext.define("Ext.locale.pt_BR.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Este campo deve ser um endereço de e-mail válido, no formato "usuario@dominio.com.br"',urlText:'Este campo deve ser uma URL no formato "http://www.dominio.com.br"',alphaText:"Este campo deve conter apenas letras e _",alphanumText:"Este campo deve conter apenas letras, números e _"});Ext.define("Ext.locale.pt_BR.Component",{override:"Ext.Component"});Ext.define("Ext.locale.pt_BR.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nome",valueText:"Valor",dateFormat:"d/m/Y"});Ext.define("Ext.locale.pt_BR.grid.feature.Grouping",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Nenhum)",groupByText:"Agrupar por este campo",showGroupsText:"Mostrar agrupad"});Ext.define("Ext.locale.pt_BR.grid.filters.Filters",{override:"Ext.grid.filters.Filters",menuFilterText:"Filtros"});Ext.define("Ext.locale.pt_BR.grid.filters.filter.Boolean",{override:"Ext.grid.filters.filter.Boolean",yesText:"Sim",noText:"Não"});Ext.define("Ext.locale.pt_BR.grid.filters.filter.Date",{override:"Ext.grid.filters.filter.Date",getFields:function(){return{lt:{text:"Antes"},gt:{text:"Depois"},eq:{text:"Em"}}}});Ext.define("Ext.locale.pt_BR.grid.filters.filter.List",{override:"Ext.grid.filters.filter.List",loadingText:"Carregando..."});Ext.define("Ext.locale.pt_BR.grid.filters.filter.Number",{override:"Ext.grid.filters.filter.Number",emptyText:"Digite o número..."});Ext.define("Ext.locale.pt_BR.grid.filters.filter.String",{override:"Ext.grid.filters.filter.String",emptyText:"Digite o texto de filtro..."});Ext.define("Ext.locale.pt_BR.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Ordem Ascendente",sortDescText:"Ordem Descendente",columnsText:"Colunas"});Ext.define("Ext.locale.pt_BR.grid.locking.Lockable",{override:"Ext.grid.locking.Lockable",lockText:"Bloquear Coluna",unlockText:"Desbloquear Coluna"});Ext.define("Ext.locale.pt_BR.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} linha(s) selecionada(s)"});Ext.define("Ext.locale.pt_BR.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Cancelar",yes:"Sim",no:"Não"}});Ext.define("Ext.locale.pt_BR.picker.Date",{override:"Ext.picker.Date",todayText:"Hoje",minText:"Esta data é anterior a menor data",maxText:"Esta data é posterior a maior data",disabledDaysText:"",disabledDatesText:"",nextText:"Próximo Mês (Control+Direita)",prevText:"Mês Anterior (Control+Esquerda)",monthYearText:"Escolha um Mês (Control+Cima/Baixo para mover entre os anos)",todayTip:"{0} (Espaço)",format:"d/m/Y",startDay:0});Ext.define("Ext.locale.pt_BR.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Cancelar"});Ext.define("Ext.locale.pt_BR.tab.Tab",{override:"Ext.tab.Tab",closeText:"Fechar"});Ext.define("Ext.locale.pt_BR.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Página",afterPageText:"de {0}",firstText:"Primeira Página",prevText:"Página Anterior",nextText:"Próxima Página",lastText:"Última Página",refreshText:"Atualizar",displayMsg:"{0} à {1} de {2} registro(s)",emptyMsg:"Sem registros para exibir"});Ext.define("Ext.locale.pt_BR.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Carregando..."});Ext.define("Ext.locale.pt_BR.view.View",{override:"Ext.view.View",emptyText:""}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-pt_PT-debug.js b/src/webapp/js/classic/locale/locale-pt_PT-debug.js deleted file mode 100644 index f5f7f31..0000000 --- a/src/webapp/js/classic/locale/locale-pt_PT-debug.js +++ /dev/null @@ -1,277 +0,0 @@ -/** - * Portuguese/Portugal (pt_PT) Translation - * by Nuno Franco da Costa - francodacosta.com - * translated from ext-lang-en.js - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Jan: 0, - Feb: 1, - Mar: 2, - Apr: 3, - May: 4, - Jun: 5, - Jul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Nov: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Portugese Euro - dateFormat: 'Y/m/d' - }); - } -}); - -Ext.define("Ext.locale.pt_PT.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.pt_PT.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} linha(s) seleccionada(s)" -}); - -Ext.define("Ext.locale.pt_PT.tab.Tab", { - override: "Ext.TabPanelItem", - closeText: "Fechar aba" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.pt_PT.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "A carregar..." -}); - -Ext.define("Ext.locale.pt_PT.picker.Date", { - override: "Ext.picker.Date", - todayText: "Hoje", - minText: "A data é anterior ao mínimo definido", - maxText: "A data é posterior ao máximo definido", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Mês Seguinte (Control+Right)', - prevText: 'Mês Anterior (Control+Left)', - monthYearText: 'Escolha um mês (Control+Up/Down avaç;ar/recuar anos)', - todayTip: "{0} (barra de espaç;o)", - format: "y/m/d", - startDay: 0 -}); - -Ext.define("Ext.locale.pt_PT.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Cancelar" -}); - -Ext.define("Ext.locale.pt_PT.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Página", - afterPageText: "de {0}", - firstText: "Primeira Página", - prevText: "Página Anterior", - nextText: "Pr%oacute;xima Página", - lastText: "Última Página", - refreshText: "Recaregar", - displayMsg: "A mostrar {0} - {1} de {2}", - emptyMsg: 'Sem dados para mostrar' -}); - -Ext.define("Ext.locale.pt_PT.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "O valor deste campo é inválido" -}); - -Ext.define("Ext.locale.pt_PT.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "O comprimento mínimo deste campo &eaute; {0}", - maxLengthText: "O comprimento máximo deste campo &eaute; {0}", - blankText: "Este campo é de preenchimento obrigatório", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.pt_PT.form.field.Number", { - override: "Ext.form.field.Number", - minText: "O valor mínimo deste campo &eaute; {0}", - maxText: "O valor máximo deste campo &eaute; {0}", - nanText: "{0} não é um numero" -}); - -Ext.define("Ext.locale.pt_PT.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Desabilitado", - disabledDatesText: "Desabilitado", - minText: "A data deste campo deve ser posterior a {0}", - maxText: "A data deste campo deve ser anterior a {0}", - invalidText: "{0} não é uma data válida - deve estar no seguinte formato{1}", - format: "y/m/d", - altFormats: "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d" -}); - -Ext.define("Ext.locale.pt_PT.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "A Carregar..." - }); -}); - -Ext.define("Ext.locale.pt_PT.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Este campo deve ser um endereç;o de email no formato "utilizador@dominio.com"', - urlText: 'Este campo deve ser um URL no formato "http:/' + '/www.dominio.com"', - alphaText: 'Este campo deve conter apenas letras e _', - alphanumText: 'Este campo deve conter apenas letras, números e _' -}); - -Ext.define("Ext.locale.pt_PT.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Indique o endereç;o do link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Negrito (Ctrl+B)', - text: 'Transforma o texto em Negrito.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Itálico (Ctrl+I)', - text: 'Transforma o texto em itálico.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Sublinhar (Ctrl+U)', - text: 'Sublinha o texto.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Aumentar texto', - text: 'Aumenta o tamanho da fonte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Encolher texto', - text: 'Diminui o tamanho da fonte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Côr de fundo do texto', - text: 'Altera a côr de fundo do texto.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Côr do texo', - text: 'Altera a aôr do texo.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'ALinhar à esquerda', - text: 'ALinha o texto à esquerda.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centrar', - text: 'Centra o texto.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'ALinhar à direita', - text: 'ALinha o texto &agravce; direita.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Lista', - text: 'Inicia uma lista.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Lista Numerada', - text: 'Inicia uma lista numerada.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'Transforma o texto num hyperlink.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Editar código', - text: 'Alterar para o modo de ediç;ão de código.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.pt_PT.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "Por favor espere..." -}); - -Ext.define("Ext.locale.pt_PT.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Ordenaç;ão Crescente", - sortDescText: "Ordenaç;ão Decrescente", - lockText: "Fixar Coluna", - unlockText: "Libertar Coluna", - columnsText: "Colunas" -}); - -Ext.define("Ext.locale.pt_PT.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Nenhum)', - groupByText: 'Agrupar por este campo', - showGroupsText: 'Mostrar nos Grupos' -}); - -Ext.define("Ext.locale.pt_PT.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nome", - valueText: "Valor", - dateFormat: "Y/j/m" -}); - -Ext.define("Ext.locale.pt_PT.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Cancelar", - yes: "Sim", - no: "Não" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.pt_PT.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-pt_PT.js b/src/webapp/js/classic/locale/locale-pt_PT.js deleted file mode 100644 index 2217ea0..0000000 --- a/src/webapp/js/classic/locale/locale-pt_PT.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Jan:0,Feb:1,Mar:2,Apr:3,May:4,Jun:5,Jul:6,Aug:7,Sep:8,Oct:9,Nov:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"Y/m/d"})}});Ext.define("Ext.locale.pt_PT.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.pt_PT.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} linha(s) seleccionada(s)"});Ext.define("Ext.locale.pt_PT.tab.Tab",{override:"Ext.TabPanelItem",closeText:"Fechar aba"});Ext.define("Ext.locale.pt_PT.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"A carregar..."});Ext.define("Ext.locale.pt_PT.picker.Date",{override:"Ext.picker.Date",todayText:"Hoje",minText:"A data é anterior ao mínimo definido",maxText:"A data é posterior ao máximo definido",disabledDaysText:"",disabledDatesText:"",nextText:"Mês Seguinte (Control+Right)",prevText:"Mês Anterior (Control+Left)",monthYearText:"Escolha um mês (Control+Up/Down avaç;ar/recuar anos)",todayTip:"{0} (barra de espaç;o)",format:"y/m/d",startDay:0});Ext.define("Ext.locale.pt_PT.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Cancelar"});Ext.define("Ext.locale.pt_PT.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Página",afterPageText:"de {0}",firstText:"Primeira Página",prevText:"Página Anterior",nextText:"Pr%oacute;xima Página",lastText:"Última Página",refreshText:"Recaregar",displayMsg:"A mostrar {0} - {1} de {2}",emptyMsg:"Sem dados para mostrar"});Ext.define("Ext.locale.pt_PT.form.field.Base",{override:"Ext.form.field.Base",invalidText:"O valor deste campo é inválido"});Ext.define("Ext.locale.pt_PT.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"O comprimento mínimo deste campo &eaute; {0}",maxLengthText:"O comprimento máximo deste campo &eaute; {0}",blankText:"Este campo é de preenchimento obrigatório",regexText:"",emptyText:null});Ext.define("Ext.locale.pt_PT.form.field.Number",{override:"Ext.form.field.Number",minText:"O valor mínimo deste campo &eaute; {0}",maxText:"O valor máximo deste campo &eaute; {0}",nanText:"{0} não é um numero"});Ext.define("Ext.locale.pt_PT.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Desabilitado",disabledDatesText:"Desabilitado",minText:"A data deste campo deve ser posterior a {0}",maxText:"A data deste campo deve ser anterior a {0}",invalidText:"{0} não é uma data válida - deve estar no seguinte formato{1}",format:"y/m/d",altFormats:"m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"});Ext.define("Ext.locale.pt_PT.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"A Carregar..."})});Ext.define("Ext.locale.pt_PT.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Este campo deve ser um endereç;o de email no formato "utilizador@dominio.com"',urlText:'Este campo deve ser um URL no formato "http://www.dominio.com"',alphaText:"Este campo deve conter apenas letras e _",alphanumText:"Este campo deve conter apenas letras, números e _"});Ext.define("Ext.locale.pt_PT.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Indique o endereç;o do link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Negrito (Ctrl+B)",text:"Transforma o texto em Negrito.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Itálico (Ctrl+I)",text:"Transforma o texto em itálico.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Sublinhar (Ctrl+U)",text:"Sublinha o texto.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Aumentar texto",text:"Aumenta o tamanho da fonte.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Encolher texto",text:"Diminui o tamanho da fonte.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Côr de fundo do texto",text:"Altera a côr de fundo do texto.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Côr do texo",text:"Altera a aôr do texo.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"ALinhar à esquerda",text:"ALinha o texto à esquerda.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centrar",text:"Centra o texto.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"ALinhar à direita",text:"ALinha o texto &agravce; direita.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Lista",text:"Inicia uma lista.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Lista Numerada",text:"Inicia uma lista numerada.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperlink",text:"Transforma o texto num hyperlink.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Editar código",text:"Alterar para o modo de ediç;ão de código.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.pt_PT.form.Basic",{override:"Ext.form.Basic",waitTitle:"Por favor espere..."});Ext.define("Ext.locale.pt_PT.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Ordenaç;ão Crescente",sortDescText:"Ordenaç;ão Decrescente",lockText:"Fixar Coluna",unlockText:"Libertar Coluna",columnsText:"Colunas"});Ext.define("Ext.locale.pt_PT.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Nenhum)",groupByText:"Agrupar por este campo",showGroupsText:"Mostrar nos Grupos"});Ext.define("Ext.locale.pt_PT.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nome",valueText:"Valor",dateFormat:"Y/j/m"});Ext.define("Ext.locale.pt_PT.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Cancelar",yes:"Sim",no:"Não"}});Ext.define("Ext.locale.pt_PT.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-ro-debug.js b/src/webapp/js/classic/locale/locale-ro-debug.js deleted file mode 100644 index 173f69f..0000000 --- a/src/webapp/js/classic/locale/locale-ro-debug.js +++ /dev/null @@ -1,272 +0,0 @@ -/** - * Romanian translations for ExtJS 2.1 - * First released by Lucian Lature on 2007-04-24 - * Changed locale for Romania (date formats) as suggested by keypoint - * on ExtJS forums: http://www.extjs.com/forum/showthread.php?p=129524#post129524 - * Removed some useless parts - * Changed by: Emil Cazamir, 2008-04-24 - * Fixed some errors left behind - * Changed by: Emil Cazamir, 2008-09-01 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - Ian: 0, - Feb: 1, - Mar: 2, - Apr: 3, - Mai: 4, - Iun: 5, - Iul: 6, - Aug: 7, - Sep: 8, - Oct: 9, - Noi: 10, - Dec: 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Duminică", "Luni", "MarÅ£i", "Miercuri", "Joi", "Vineri", "Sâmbătă"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'Lei', - // Romanian Lei - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.ro.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} rând(uri) selectate" -}); - -Ext.define("Ext.locale.ro.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "ÃŽnchide acest tab" -}); - -Ext.define("Ext.locale.ro.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Valoarea acestui câmp este invalidă" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.ro.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "ÃŽncărcare..." -}); - -Ext.define("Ext.locale.ro.picker.Date", { - override: "Ext.picker.Date", - todayText: "Astăzi", - minText: "Această dată este anterioară datei minime", - maxText: "Această dată este ulterioară datei maxime", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Luna următoare (Control+Dreapta)', - prevText: 'Luna precedentă (Control+Stânga)', - monthYearText: 'Alege o lună (Control+Sus/Jos pentru a parcurge anii)', - todayTip: "{0} (Bara spaÈ›iu)", - format: "d.m.Y", - startDay: 0 -}); - -Ext.define("Ext.locale.ro.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Renunță" -}); - -Ext.define("Ext.locale.ro.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Pagina", - afterPageText: "din {0}", - firstText: "Prima pagină", - prevText: "Pagina anterioară", - nextText: "Pagina următoare", - lastText: "Ultima pagină", - refreshText: "ÃŽmprospătează", - displayMsg: "AfiÈ™are înregistrările {0} - {1} din {2}", - emptyMsg: 'Nu sunt date de afiÈ™at' -}); - -Ext.define("Ext.locale.ro.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Lungimea minimă pentru acest câmp este de {0}", - maxLengthText: "Lungimea maximă pentru acest câmp este {0}", - blankText: "Acest câmp este obligatoriu", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.ro.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Valoarea minimă permisă a acestui câmp este {0}", - maxText: "Valaorea maximă permisă a acestui câmp este {0}", - nanText: "{0} nu este un număr valid" -}); - -Ext.define("Ext.locale.ro.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Indisponibil", - disabledDatesText: "Indisponibil", - minText: "Data din această casetă trebuie să fie după {0}", - maxText: "Data din această casetă trebuie să fie inainte de {0}", - invalidText: "{0} nu este o dată validă, trebuie să fie în formatul {1}", - format: "d.m.Y", - altFormats: "d-m-Y|d.m.y|d-m-y|d.m|d-m|dm|d|Y-m-d" -}); - -Ext.define("Ext.locale.ro.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "ÃŽncărcare..." - }); -}); - -Ext.define("Ext.locale.ro.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Acest câmp trebuie să conÅ£ină o adresă de e-mail în formatul "user@domeniu.com"', - urlText: 'Acest câmp trebuie să conÅ£ină o adresă URL în formatul "http:/' + '/www.domeniu.com"', - alphaText: 'Acest câmp trebuie să conÅ£ină doar litere ÅŸi _', - alphanumText: 'Acest câmp trebuie să conÅ£ină doar litere, cifre ÅŸi _' -}); - -Ext.define("Ext.locale.ro.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Vă rugăm introduceti un URL pentru această legătură web:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'ÃŽngroÅŸat (Ctrl+B)', - text: 'ÃŽngroÅŸati caracterele textului selectat.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'ÃŽnclinat (Ctrl+I)', - text: 'ÃŽnclinaÅ£i caracterele textului selectat.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Subliniat (Ctrl+U)', - text: 'SubliniaÅ£i caracterele textului selectat.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Mărit', - text: 'MăreÅŸte dimensiunea fontului.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'MicÅŸorat', - text: 'MicÅŸorează dimensiunea textului.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Culoarea fundalului', - text: 'Schimbă culoarea fundalului pentru textul selectat.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Culoarea textului', - text: 'Schimbă culoarea textului selectat.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Aliniat la stânga', - text: 'Aliniază textul la stânga.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Centrat', - text: 'Centrează textul în editor.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Aliniat la dreapta', - text: 'Aliniază textul la dreapta.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Listă cu puncte', - text: 'Inserează listă cu puncte.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Listă numerotată', - text: 'Inserează o listă numerotată.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Legătură web', - text: 'Transformă textul selectat în legătură web.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Editare sursă', - text: 'Schimbă pe modul de editare al codului HTML.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.ro.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sortare ascendentă", - sortDescText: "Sortare descendentă", - lockText: "Blochează coloana", - unlockText: "Deblochează coloana", - columnsText: "Coloane" -}); - -Ext.define("Ext.locale.ro.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Fără)', - groupByText: 'Grupează după această coloană', - showGroupsText: 'AfiÈ™ează grupat' -}); - -Ext.define("Ext.locale.ro.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Nume", - valueText: "Valoare", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.ro.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Renunţă", - yes: "Da", - no: "Nu" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.ro.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-ro.js b/src/webapp/js/classic/locale/locale-ro.js deleted file mode 100644 index a524754..0000000 --- a/src/webapp/js/classic/locale/locale-ro.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Ian:0,Feb:1,Mar:2,Apr:3,Mai:4,Iun:5,Iul:6,Aug:7,Sep:8,Oct:9,Noi:10,Dec:11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Duminică","Luni","MarÅ£i","Miercuri","Joi","Vineri","Sâmbătă"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"Lei",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.ro.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} rând(uri) selectate"});Ext.define("Ext.locale.ro.tab.Tab",{override:"Ext.tab.Tab",closeText:"ÃŽnchide acest tab"});Ext.define("Ext.locale.ro.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Valoarea acestui câmp este invalidă"});Ext.define("Ext.locale.ro.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"ÃŽncărcare..."});Ext.define("Ext.locale.ro.picker.Date",{override:"Ext.picker.Date",todayText:"Astăzi",minText:"Această dată este anterioară datei minime",maxText:"Această dată este ulterioară datei maxime",disabledDaysText:"",disabledDatesText:"",nextText:"Luna următoare (Control+Dreapta)",prevText:"Luna precedentă (Control+Stânga)",monthYearText:"Alege o lună (Control+Sus/Jos pentru a parcurge anii)",todayTip:"{0} (Bara spaÈ›iu)",format:"d.m.Y",startDay:0});Ext.define("Ext.locale.ro.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Renunță"});Ext.define("Ext.locale.ro.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Pagina",afterPageText:"din {0}",firstText:"Prima pagină",prevText:"Pagina anterioară",nextText:"Pagina următoare",lastText:"Ultima pagină",refreshText:"ÃŽmprospătează",displayMsg:"AfiÈ™are înregistrările {0} - {1} din {2}",emptyMsg:"Nu sunt date de afiÈ™at"});Ext.define("Ext.locale.ro.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Lungimea minimă pentru acest câmp este de {0}",maxLengthText:"Lungimea maximă pentru acest câmp este {0}",blankText:"Acest câmp este obligatoriu",regexText:"",emptyText:null});Ext.define("Ext.locale.ro.form.field.Number",{override:"Ext.form.field.Number",minText:"Valoarea minimă permisă a acestui câmp este {0}",maxText:"Valaorea maximă permisă a acestui câmp este {0}",nanText:"{0} nu este un număr valid"});Ext.define("Ext.locale.ro.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Indisponibil",disabledDatesText:"Indisponibil",minText:"Data din această casetă trebuie să fie după {0}",maxText:"Data din această casetă trebuie să fie inainte de {0}",invalidText:"{0} nu este o dată validă, trebuie să fie în formatul {1}",format:"d.m.Y",altFormats:"d-m-Y|d.m.y|d-m-y|d.m|d-m|dm|d|Y-m-d"});Ext.define("Ext.locale.ro.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"ÃŽncărcare..."})});Ext.define("Ext.locale.ro.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Acest câmp trebuie să conÅ£ină o adresă de e-mail în formatul "user@domeniu.com"',urlText:'Acest câmp trebuie să conÅ£ină o adresă URL în formatul "http://www.domeniu.com"',alphaText:"Acest câmp trebuie să conÅ£ină doar litere ÅŸi _",alphanumText:"Acest câmp trebuie să conÅ£ină doar litere, cifre ÅŸi _"});Ext.define("Ext.locale.ro.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Vă rugăm introduceti un URL pentru această legătură web:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"ÃŽngroÅŸat (Ctrl+B)",text:"ÃŽngroÅŸati caracterele textului selectat.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"ÃŽnclinat (Ctrl+I)",text:"ÃŽnclinaÅ£i caracterele textului selectat.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Subliniat (Ctrl+U)",text:"SubliniaÅ£i caracterele textului selectat.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Mărit",text:"MăreÅŸte dimensiunea fontului.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"MicÅŸorat",text:"MicÅŸorează dimensiunea textului.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Culoarea fundalului",text:"Schimbă culoarea fundalului pentru textul selectat.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Culoarea textului",text:"Schimbă culoarea textului selectat.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Aliniat la stânga",text:"Aliniază textul la stânga.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Centrat",text:"Centrează textul în editor.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Aliniat la dreapta",text:"Aliniază textul la dreapta.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Listă cu puncte",text:"Inserează listă cu puncte.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Listă numerotată",text:"Inserează o listă numerotată.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Legătură web",text:"Transformă textul selectat în legătură web.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Editare sursă",text:"Schimbă pe modul de editare al codului HTML.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.ro.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sortare ascendentă",sortDescText:"Sortare descendentă",lockText:"Blochează coloana",unlockText:"Deblochează coloana",columnsText:"Coloane"});Ext.define("Ext.locale.ro.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Fără)",groupByText:"Grupează după această coloană",showGroupsText:"AfiÈ™ează grupat"});Ext.define("Ext.locale.ro.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Nume",valueText:"Valoare",dateFormat:"d.m.Y"});Ext.define("Ext.locale.ro.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Renunţă",yes:"Da",no:"Nu"}});Ext.define("Ext.locale.ro.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-ru-debug.js b/src/webapp/js/classic/locale/locale-ru-debug.js deleted file mode 100644 index 4bbd5f2..0000000 --- a/src/webapp/js/classic/locale/locale-ru-debug.js +++ /dev/null @@ -1,285 +0,0 @@ -/** - * Russian translation - * By ZooKeeper (utf-8 encoding) - * 6 November 2007 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Январь", "Февраль", "Март", "Ðпрель", "Май", "Июнь", "Июль", "ÐвгуÑÑ‚", "СентÑбрь", "ОктÑбрь", "ÐоÑбрь", "Декабрь"]; - - Ext.Date.shortMonthNames = ["Янв", "Февр", "Март", "Ðпр", "Май", "Июнь", "Июль", "Ðвг", "Сент", "Окт", "ÐоÑб", "Дек"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.shortMonthNames[month]; - }; - - Ext.Date.monthNumbers = { - 'Янв': 0, - 'Фев': 1, - 'Мар': 2, - 'Ðпр': 3, - 'Май': 4, - 'Июн': 5, - 'Июл': 6, - 'Ðвг': 7, - 'Сен': 8, - 'Окт': 9, - 'ÐоÑ': 10, - 'Дек': 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["ВоÑкреÑенье", "Понедельник", "Вторник", "Среда", "Четверг", "ПÑтница", "Суббота"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u0440\u0443\u0431', - // Russian Ruble - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.ru.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.ru.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} выбранных Ñтрок" -}); - -Ext.define("Ext.locale.ru.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Закрыть Ñту вкладку" -}); - -Ext.define("Ext.locale.ru.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Значение в Ñтом поле неверное" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.ru.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Загрузка..." -}); - -Ext.define("Ext.locale.ru.picker.Date", { - override: "Ext.picker.Date", - todayText: "СегоднÑ", - minText: "Эта дата раньше минимальной даты", - maxText: "Эта дата позже макÑимальной даты", - disabledDaysText: "ÐедоÑтупно", - disabledDatesText: "ÐедоÑтупно", - nextText: 'Следующий меÑÑц (Control+Вправо)', - prevText: 'Предыдущий меÑÑц (Control+Влево)', - monthYearText: 'Выбор меÑÑца (Control+Вверх/Вниз Ð´Ð»Ñ Ð²Ñ‹Ð±Ð¾Ñ€Ð° года)', - todayTip: "{0} (Пробел)", - format: "d.m.y", - startDay: 1 -}); - -Ext.define("Ext.locale.ru.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Отмена" -}); - -Ext.define("Ext.locale.ru.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Страница", - afterPageText: "из {0}", - firstText: "ÐŸÐµÑ€Ð²Ð°Ñ Ñтраница", - prevText: "ÐŸÑ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð°Ñ Ñтраница", - nextText: "Ð¡Ð»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ Ñтраница", - lastText: "ПоÑледнÑÑ Ñтраница", - refreshText: "Обновить", - displayMsg: "ОтображаютÑÑ Ð·Ð°Ð¿Ð¸Ñи Ñ {0} по {1}, вÑего {2}", - emptyMsg: 'Ðет данных Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ' -}); - -Ext.define("Ext.locale.ru.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° Ñтого Ð¿Ð¾Ð»Ñ {0}", - maxLengthText: "МакÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° Ñтого Ð¿Ð¾Ð»Ñ {0}", - blankText: "Это поле обÑзательно Ð´Ð»Ñ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.ru.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Значение Ñтого Ð¿Ð¾Ð»Ñ Ð½Ðµ может быть меньше {0}", - maxText: "Значение Ñтого Ð¿Ð¾Ð»Ñ Ð½Ðµ может быть больше {0}", - nanText: "{0} не ÑвлÑетÑÑ Ñ‡Ð¸Ñлом", - negativeText: "Значение не может быть отрицательным" -}); - -Ext.define("Ext.locale.ru.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "ÐедоÑтупно", - disabledDatesText: "ÐедоÑтупно", - minText: "Дата в Ñтом поле должна быть позже {0}", - maxText: "Дата в Ñтом поле должна быть раньше {0}", - invalidText: "{0} не ÑвлÑетÑÑ Ð¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð¾Ð¹ датой - дата должна быть указана в формате {1}", - format: "d.m.y", - altFormats: "d.m.y|d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.ru.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Загрузка..." - }); -}); - -Ext.define("Ext.locale.ru.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Это поле должно Ñодержать Ð°Ð´Ñ€ÐµÑ Ñлектронной почты в формате "user@example.com"', - urlText: 'Это поле должно Ñодержать URL в формате "http:/' + '/www.example.com"', - alphaText: 'Это поле должно Ñодержать только латинÑкие буквы и Ñимвол Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ "_"', - alphanumText: 'Это поле должно Ñодержать только латинÑкие буквы, цифры и Ñимвол Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ "_"' -}); - -Ext.define("Ext.locale.ru.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'ПожалуйÑта, введите адреÑ:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Полужирный (Ctrl+B)', - text: 'Применение полужирного Ð½Ð°Ñ‡ÐµÑ€Ñ‚Ð°Ð½Ð¸Ñ Ðº выделенному текÑту.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'КурÑив (Ctrl+I)', - text: 'Применение курÑивного Ð½Ð°Ñ‡ÐµÑ€Ñ‚Ð°Ð½Ð¸Ñ Ðº выделенному текÑту.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Подчёркнутый (Ctrl+U)', - text: 'Подчёркивание выделенного текÑта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Увеличить размер', - text: 'Увеличение размера шрифта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Уменьшить размер', - text: 'Уменьшение размера шрифта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Заливка', - text: 'Изменение цвета фона Ð´Ð»Ñ Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð½Ð¾Ð³Ð¾ текÑта или абзаца.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Цвет текÑта', - text: 'Измение цвета текÑта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'ВыровнÑть текÑÑ‚ по левому краю', - text: 'Вырaвнивание текÑта по левому краю.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'По центру', - text: 'Вырaвнивание текÑта по центру.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'ВыровнÑть текÑÑ‚ по правому краю', - text: 'Вырaвнивание текÑта по правому краю.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Маркеры', - text: 'Ðачать маркированный ÑпиÑок.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'ÐумерациÑ', - text: 'Ðачать нумернованный ÑпиÑок.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Ð’Ñтавить гиперÑÑылку', - text: 'Создание ÑÑылки из выделенного текÑта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'ИÑходный код', - text: 'ПереключитьÑÑ Ð½Ð° иÑходный код.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.ru.form.Basic", { - override: "Ext.form.Basic", - waitTitle: "ПожалуйÑта, подождите..." -}); - -Ext.define("Ext.locale.ru.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Сортировать по возраÑтанию", - sortDescText: "Сортировать по убыванию", - lockText: "Закрепить Ñтолбец", - unlockText: "СнÑть закрепление Ñтолбца", - columnsText: "Столбцы" -}); - -Ext.define("Ext.locale.ru.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(ПуÑто)', - groupByText: 'Группировать по Ñтому полю', - showGroupsText: 'Отображать по группам' -}); - -Ext.define("Ext.locale.ru.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Ðазвание", - valueText: "Значение", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.ru.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Отмена", - yes: "Да", - no: "Ðет" - } -}); - -Ext.define("Ext.locale.ru.form.field.File", { - override: "Ext.form.field.File", - buttonText: "Обзор..." -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.ru.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-ru.js b/src/webapp/js/classic/locale/locale-ru.js deleted file mode 100644 index 0ce5989..0000000 --- a/src/webapp/js/classic/locale/locale-ru.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Январь","Февраль","Март","Ðпрель","Май","Июнь","Июль","ÐвгуÑÑ‚","СентÑбрь","ОктÑбрь","ÐоÑбрь","Декабрь"];Ext.Date.shortMonthNames=["Янв","Февр","Март","Ðпр","Май","Июнь","Июль","Ðвг","Сент","Окт","ÐоÑб","Дек"];Ext.Date.getShortMonthName=function(a){return Ext.Date.shortMonthNames[a]};Ext.Date.monthNumbers={"Янв":0,"Фев":1,"Мар":2,"Ðпр":3,"Май":4,"Июн":5,"Июл":6,"Ðвг":7,"Сен":8,"Окт":9,"ÐоÑ":10,"Дек":11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["ВоÑкреÑенье","Понедельник","Вторник","Среда","Четверг","ПÑтница","Суббота"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u0440\u0443\u0431",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.ru.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.ru.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} выбранных Ñтрок"});Ext.define("Ext.locale.ru.tab.Tab",{override:"Ext.tab.Tab",closeText:"Закрыть Ñту вкладку"});Ext.define("Ext.locale.ru.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Значение в Ñтом поле неверное"});Ext.define("Ext.locale.ru.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Загрузка..."});Ext.define("Ext.locale.ru.picker.Date",{override:"Ext.picker.Date",todayText:"СегоднÑ",minText:"Эта дата раньше минимальной даты",maxText:"Эта дата позже макÑимальной даты",disabledDaysText:"ÐедоÑтупно",disabledDatesText:"ÐедоÑтупно",nextText:"Следующий меÑÑц (Control+Вправо)",prevText:"Предыдущий меÑÑц (Control+Влево)",monthYearText:"Выбор меÑÑца (Control+Вверх/Вниз Ð´Ð»Ñ Ð²Ñ‹Ð±Ð¾Ñ€Ð° года)",todayTip:"{0} (Пробел)",format:"d.m.y",startDay:1});Ext.define("Ext.locale.ru.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Отмена"});Ext.define("Ext.locale.ru.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Страница",afterPageText:"из {0}",firstText:"ÐŸÐµÑ€Ð²Ð°Ñ Ñтраница",prevText:"ÐŸÑ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð°Ñ Ñтраница",nextText:"Ð¡Ð»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ Ñтраница",lastText:"ПоÑледнÑÑ Ñтраница",refreshText:"Обновить",displayMsg:"ОтображаютÑÑ Ð·Ð°Ð¿Ð¸Ñи Ñ {0} по {1}, вÑего {2}",emptyMsg:"Ðет данных Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ"});Ext.define("Ext.locale.ru.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° Ñтого Ð¿Ð¾Ð»Ñ {0}",maxLengthText:"МакÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° Ñтого Ð¿Ð¾Ð»Ñ {0}",blankText:"Это поле обÑзательно Ð´Ð»Ñ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ",regexText:"",emptyText:null});Ext.define("Ext.locale.ru.form.field.Number",{override:"Ext.form.field.Number",minText:"Значение Ñтого Ð¿Ð¾Ð»Ñ Ð½Ðµ может быть меньше {0}",maxText:"Значение Ñтого Ð¿Ð¾Ð»Ñ Ð½Ðµ может быть больше {0}",nanText:"{0} не ÑвлÑетÑÑ Ñ‡Ð¸Ñлом",negativeText:"Значение не может быть отрицательным"});Ext.define("Ext.locale.ru.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"ÐедоÑтупно",disabledDatesText:"ÐедоÑтупно",minText:"Дата в Ñтом поле должна быть позже {0}",maxText:"Дата в Ñтом поле должна быть раньше {0}",invalidText:"{0} не ÑвлÑетÑÑ Ð¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð¾Ð¹ датой - дата должна быть указана в формате {1}",format:"d.m.y",altFormats:"d.m.y|d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.ru.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Загрузка..."})});Ext.define("Ext.locale.ru.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Это поле должно Ñодержать Ð°Ð´Ñ€ÐµÑ Ñлектронной почты в формате "user@example.com"',urlText:'Это поле должно Ñодержать URL в формате "http://www.example.com"',alphaText:'Это поле должно Ñодержать только латинÑкие буквы и Ñимвол Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ "_"',alphanumText:'Это поле должно Ñодержать только латинÑкие буквы, цифры и Ñимвол Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ "_"'});Ext.define("Ext.locale.ru.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"ПожалуйÑта, введите адреÑ:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Полужирный (Ctrl+B)",text:"Применение полужирного Ð½Ð°Ñ‡ÐµÑ€Ñ‚Ð°Ð½Ð¸Ñ Ðº выделенному текÑту.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"КурÑив (Ctrl+I)",text:"Применение курÑивного Ð½Ð°Ñ‡ÐµÑ€Ñ‚Ð°Ð½Ð¸Ñ Ðº выделенному текÑту.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Подчёркнутый (Ctrl+U)",text:"Подчёркивание выделенного текÑта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Увеличить размер",text:"Увеличение размера шрифта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Уменьшить размер",text:"Уменьшение размера шрифта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Заливка",text:"Изменение цвета фона Ð´Ð»Ñ Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð½Ð¾Ð³Ð¾ текÑта или абзаца.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Цвет текÑта",text:"Измение цвета текÑта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"ВыровнÑть текÑÑ‚ по левому краю",text:"Вырaвнивание текÑта по левому краю.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"По центру",text:"Вырaвнивание текÑта по центру.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"ВыровнÑть текÑÑ‚ по правому краю",text:"Вырaвнивание текÑта по правому краю.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Маркеры",text:"Ðачать маркированный ÑпиÑок.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"ÐумерациÑ",text:"Ðачать нумернованный ÑпиÑок.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Ð’Ñтавить гиперÑÑылку",text:"Создание ÑÑылки из выделенного текÑта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"ИÑходный код",text:"ПереключитьÑÑ Ð½Ð° иÑходный код.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.ru.form.Basic",{override:"Ext.form.Basic",waitTitle:"ПожалуйÑта, подождите..."});Ext.define("Ext.locale.ru.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Сортировать по возраÑтанию",sortDescText:"Сортировать по убыванию",lockText:"Закрепить Ñтолбец",unlockText:"СнÑть закрепление Ñтолбца",columnsText:"Столбцы"});Ext.define("Ext.locale.ru.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(ПуÑто)",groupByText:"Группировать по Ñтому полю",showGroupsText:"Отображать по группам"});Ext.define("Ext.locale.ru.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Ðазвание",valueText:"Значение",dateFormat:"d.m.Y"});Ext.define("Ext.locale.ru.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Отмена",yes:"Да",no:"Ðет"}});Ext.define("Ext.locale.ru.form.field.File",{override:"Ext.form.field.File",buttonText:"Обзор..."});Ext.define("Ext.locale.ru.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-sk-debug.js b/src/webapp/js/classic/locale/locale-sk-debug.js deleted file mode 100644 index 7817c38..0000000 --- a/src/webapp/js/classic/locale/locale-sk-debug.js +++ /dev/null @@ -1,151 +0,0 @@ -/** - * List compiled by mystix on the extjs.com forums. - * Thank you Mystix! - * Slovak Translation by Michal Thomka - * 14 April 2007 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"]; - - Ext.Date.dayNames = ["Nedeľa", "Pondelok", "Utorok", "Streda", "Å tvrtok", "Piatok", "Sobota"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Slovakian Euro - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.sk.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.sk.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} oznaÄených riadkov" -}); - -Ext.define("Ext.locale.sk.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "ZavrieÅ¥ túto záložku" -}); - -Ext.define("Ext.locale.sk.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Hodnota v tomto poli je nesprávna" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.sk.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Nahrávam..." -}); - -Ext.define("Ext.locale.sk.picker.Date", { - override: "Ext.picker.Date", - todayText: "Dnes", - minText: "Tento dátum je menší ako minimálny možný dátum", - maxText: "Tento dátum je väÄší ako maximálny možný dátum", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'ÄŽalší mesiac (Control+Doprava)', - prevText: 'Predchádzajúci mesiac (Control+Doľava)', - monthYearText: 'Vyberte mesiac (Control+Hore/Dole pre posun rokov)', - todayTip: "{0} (Medzerník)", - format: "d.m.Y" -}); - -Ext.define("Ext.locale.sk.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Strana", - afterPageText: "z {0}", - firstText: 'Prvá strana', - prevText: 'Predchádzajúca strana', - nextText: 'ÄŽalÅ¡ia strana', - lastText: "Posledná strana", - refreshText: "ObnoviÅ¥", - displayMsg: "Zobrazujem {0} - {1} z {2}", - emptyMsg: 'Žiadne dáta' -}); - -Ext.define("Ext.locale.sk.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Minimálna dĺžka pre toto pole je {0}", - maxLengthText: "Maximálna dĺžka pre toto pole je {0}", - blankText: "Toto pole je povinné", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.sk.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Minimálna hodnota pre toto pole je {0}", - maxText: "Maximálna hodnota pre toto pole je {0}", - nanText: "{0} je nesprávne Äíslo" -}); - -Ext.define("Ext.locale.sk.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Zablokované", - disabledDatesText: "Zablokované", - minText: "Dátum v tomto poli musí byÅ¥ až po {0}", - maxText: "Dátum v tomto poli musí byÅ¥ pred {0}", - invalidText: "{0} nie je správny dátum - musí byÅ¥ vo formáte {1}", - format: "d.m.Y" -}); - -Ext.define("Ext.locale.sk.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Nahrávam..." - }); -}); - -Ext.define("Ext.locale.sk.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Toto pole musí byÅ¥ e-mailová adresa vo formáte "user@example.com"', - urlText: 'Toto pole musí byÅ¥ URL vo formáte "http:/' + '/www.example.com"', - alphaText: 'Toto pole može obsahovaÅ¥ iba písmená a znak _', - alphanumText: 'Toto pole može obsahovaÅ¥ iba písmená, Äísla a znak _' -}); - -Ext.define("Ext.locale.sk.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "ZoradiÅ¥ vzostupne", - sortDescText: "ZoradiÅ¥ zostupne", - lockText: 'Zamknúť stĺpec', - unlockText: 'Odomknúť stĺpec', - columnsText: 'Stĺpce' -}); - -Ext.define("Ext.locale.sk.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Názov", - valueText: "Hodnota", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.sk.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "ZruÅ¡iÅ¥", - yes: "Ãno", - no: "Nie" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.sk.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-sk.js b/src/webapp/js/classic/locale/locale-sk.js deleted file mode 100644 index a782ff1..0000000 --- a/src/webapp/js/classic/locale/locale-sk.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Január","Február","Marec","Apríl","Máj","Jún","Júl","August","September","Október","November","December"];Ext.Date.dayNames=["Nedeľa","Pondelok","Utorok","Streda","Å tvrtok","Piatok","Sobota"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.sk.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.sk.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} oznaÄených riadkov"});Ext.define("Ext.locale.sk.tab.Tab",{override:"Ext.tab.Tab",closeText:"ZavrieÅ¥ túto záložku"});Ext.define("Ext.locale.sk.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Hodnota v tomto poli je nesprávna"});Ext.define("Ext.locale.sk.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Nahrávam..."});Ext.define("Ext.locale.sk.picker.Date",{override:"Ext.picker.Date",todayText:"Dnes",minText:"Tento dátum je menší ako minimálny možný dátum",maxText:"Tento dátum je väÄší ako maximálny možný dátum",disabledDaysText:"",disabledDatesText:"",nextText:"ÄŽalší mesiac (Control+Doprava)",prevText:"Predchádzajúci mesiac (Control+Doľava)",monthYearText:"Vyberte mesiac (Control+Hore/Dole pre posun rokov)",todayTip:"{0} (Medzerník)",format:"d.m.Y"});Ext.define("Ext.locale.sk.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Strana",afterPageText:"z {0}",firstText:"Prvá strana",prevText:"Predchádzajúca strana",nextText:"ÄŽalÅ¡ia strana",lastText:"Posledná strana",refreshText:"ObnoviÅ¥",displayMsg:"Zobrazujem {0} - {1} z {2}",emptyMsg:"Žiadne dáta"});Ext.define("Ext.locale.sk.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Minimálna dĺžka pre toto pole je {0}",maxLengthText:"Maximálna dĺžka pre toto pole je {0}",blankText:"Toto pole je povinné",regexText:"",emptyText:null});Ext.define("Ext.locale.sk.form.field.Number",{override:"Ext.form.field.Number",minText:"Minimálna hodnota pre toto pole je {0}",maxText:"Maximálna hodnota pre toto pole je {0}",nanText:"{0} je nesprávne Äíslo"});Ext.define("Ext.locale.sk.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Zablokované",disabledDatesText:"Zablokované",minText:"Dátum v tomto poli musí byÅ¥ až po {0}",maxText:"Dátum v tomto poli musí byÅ¥ pred {0}",invalidText:"{0} nie je správny dátum - musí byÅ¥ vo formáte {1}",format:"d.m.Y"});Ext.define("Ext.locale.sk.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Nahrávam..."})});Ext.define("Ext.locale.sk.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Toto pole musí byÅ¥ e-mailová adresa vo formáte "user@example.com"',urlText:'Toto pole musí byÅ¥ URL vo formáte "http://www.example.com"',alphaText:"Toto pole može obsahovaÅ¥ iba písmená a znak _",alphanumText:"Toto pole može obsahovaÅ¥ iba písmená, Äísla a znak _"});Ext.define("Ext.locale.sk.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"ZoradiÅ¥ vzostupne",sortDescText:"ZoradiÅ¥ zostupne",lockText:"Zamknúť stĺpec",unlockText:"Odomknúť stĺpec",columnsText:"Stĺpce"});Ext.define("Ext.locale.sk.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Názov",valueText:"Hodnota",dateFormat:"d.m.Y"});Ext.define("Ext.locale.sk.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"ZruÅ¡iÅ¥",yes:"Ãno",no:"Nie"}});Ext.define("Ext.locale.sk.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-sl-debug.js b/src/webapp/js/classic/locale/locale-sl-debug.js deleted file mode 100644 index 8299626..0000000 --- a/src/webapp/js/classic/locale/locale-sl-debug.js +++ /dev/null @@ -1,149 +0,0 @@ -/** - * Slovenian translation by Matjaž (UTF-8 encoding) - * 25 April 2007 - */ -Ext.onReady(function() { - if (Ext.Date) { - Ext.Date.monthNames = ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"]; - - Ext.Date.dayNames = ["Nedelja", "Ponedeljek", "Torek", "Sreda", "ÄŒetrtek", "Petek", "Sobota"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ac', - // Slovenian Euro - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.sl.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.sl.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} izbranih vrstic" -}); - -Ext.define("Ext.locale.sl.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Zapri zavihek" -}); - -Ext.define("Ext.locale.sl.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Neveljavna vrednost" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.sl.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Nalagam..." -}); - -Ext.define("Ext.locale.sl.picker.Date", { - override: "Ext.picker.Date", - todayText: "Danes", - minText: "Navedeni datum je pred spodnjim datumom", - maxText: "Navedeni datum je za zgornjim datumom", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Naslednji mesec (Control+Desno)', - prevText: 'PrejÅ¡nji mesec (Control+Levo)', - monthYearText: 'Izberite mesec (Control+Gor/Dol za premik let)', - todayTip: "{0} (Preslednica)", - format: "d.m.y", - startDay: 1 -}); - -Ext.define("Ext.locale.sl.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Stran", - afterPageText: "od {0}", - firstText: "Prva stran", - prevText: "PrejÅ¡nja stran", - nextText: "Naslednja stran", - lastText: "Zadnja stran", - refreshText: "Osveži", - displayMsg: "Prikazujem {0} - {1} od {2}", - emptyMsg: 'Ni podatkov za prikaz' -}); - -Ext.define("Ext.locale.sl.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Minimalna dolžina tega polja je {0}", - maxLengthText: "Maksimalna dolžina tega polja je {0}", - blankText: "To polje je obvezno", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.sl.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Minimalna vrednost tega polja je {0}", - maxText: "Maksimalna vrednost tega polja je {0}", - nanText: "{0} ni veljavna Å¡tevilka" -}); - -Ext.define("Ext.locale.sl.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "OnemogoÄen", - disabledDatesText: "OnemogoÄen", - minText: "Datum mora biti po {0}", - maxText: "Datum mora biti pred {0}", - invalidText: "{0} ni veljaven datum - mora biti v tem formatu {1}", - format: "d.m.y" -}); - -Ext.define("Ext.locale.sl.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Nalagam..." - }); -}); - -Ext.define("Ext.locale.sl.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'To polje je e-mail naslov formata "ime@domena.si"', - urlText: 'To polje je URL naslov formata "http:/' + '/www.domena.si"', - alphaText: 'To polje lahko vsebuje samo Ärke in _', - alphanumText: 'To polje lahko vsebuje samo Ärke, Å¡tevilke in _' -}); - -Ext.define("Ext.locale.sl.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sortiraj naraÅ¡ÄajoÄe", - sortDescText: "Sortiraj padajoÄe", - lockText: "Zakleni stolpec", - unlockText: "Odkleni stolpec", - columnsText: "Stolpci" -}); - -Ext.define("Ext.locale.sl.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Ime", - valueText: "Vrednost", - dateFormat: "j.m.Y" -}); - -Ext.define("Ext.locale.sl.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "V redu", - cancel: "PrekliÄi", - yes: "Da", - no: "Ne" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.sl.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-sl.js b/src/webapp/js/classic/locale/locale-sl.js deleted file mode 100644 index 87927f4..0000000 --- a/src/webapp/js/classic/locale/locale-sl.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"];Ext.Date.dayNames=["Nedelja","Ponedeljek","Torek","Sreda","ÄŒetrtek","Petek","Sobota"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ac",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.sl.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.sl.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} izbranih vrstic"});Ext.define("Ext.locale.sl.tab.Tab",{override:"Ext.tab.Tab",closeText:"Zapri zavihek"});Ext.define("Ext.locale.sl.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Neveljavna vrednost"});Ext.define("Ext.locale.sl.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Nalagam..."});Ext.define("Ext.locale.sl.picker.Date",{override:"Ext.picker.Date",todayText:"Danes",minText:"Navedeni datum je pred spodnjim datumom",maxText:"Navedeni datum je za zgornjim datumom",disabledDaysText:"",disabledDatesText:"",nextText:"Naslednji mesec (Control+Desno)",prevText:"PrejÅ¡nji mesec (Control+Levo)",monthYearText:"Izberite mesec (Control+Gor/Dol za premik let)",todayTip:"{0} (Preslednica)",format:"d.m.y",startDay:1});Ext.define("Ext.locale.sl.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Stran",afterPageText:"od {0}",firstText:"Prva stran",prevText:"PrejÅ¡nja stran",nextText:"Naslednja stran",lastText:"Zadnja stran",refreshText:"Osveži",displayMsg:"Prikazujem {0} - {1} od {2}",emptyMsg:"Ni podatkov za prikaz"});Ext.define("Ext.locale.sl.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Minimalna dolžina tega polja je {0}",maxLengthText:"Maksimalna dolžina tega polja je {0}",blankText:"To polje je obvezno",regexText:"",emptyText:null});Ext.define("Ext.locale.sl.form.field.Number",{override:"Ext.form.field.Number",minText:"Minimalna vrednost tega polja je {0}",maxText:"Maksimalna vrednost tega polja je {0}",nanText:"{0} ni veljavna Å¡tevilka"});Ext.define("Ext.locale.sl.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"OnemogoÄen",disabledDatesText:"OnemogoÄen",minText:"Datum mora biti po {0}",maxText:"Datum mora biti pred {0}",invalidText:"{0} ni veljaven datum - mora biti v tem formatu {1}",format:"d.m.y"});Ext.define("Ext.locale.sl.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Nalagam..."})});Ext.define("Ext.locale.sl.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'To polje je e-mail naslov formata "ime@domena.si"',urlText:'To polje je URL naslov formata "http://www.domena.si"',alphaText:"To polje lahko vsebuje samo Ärke in _",alphanumText:"To polje lahko vsebuje samo Ärke, Å¡tevilke in _"});Ext.define("Ext.locale.sl.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sortiraj naraÅ¡ÄajoÄe",sortDescText:"Sortiraj padajoÄe",lockText:"Zakleni stolpec",unlockText:"Odkleni stolpec",columnsText:"Stolpci"});Ext.define("Ext.locale.sl.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Ime",valueText:"Vrednost",dateFormat:"j.m.Y"});Ext.define("Ext.locale.sl.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"V redu",cancel:"PrekliÄi",yes:"Da",no:"Ne"}});Ext.define("Ext.locale.sl.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-sr-debug.js b/src/webapp/js/classic/locale/locale-sr-debug.js deleted file mode 100644 index 48276bb..0000000 --- a/src/webapp/js/classic/locale/locale-sr-debug.js +++ /dev/null @@ -1,153 +0,0 @@ -/** - * Serbian Latin Translation - * by Atila Hajnal (latin, utf8 encoding) - * sr - * 14 Sep 2007 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Januar", "Februar", "Mart", "April", "Мај", "Jun", "Јul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"]; - - Ext.Date.dayNames = ["Nedelja", "Ponedeljak", "Utorak", "Sreda", "ÄŒetvrtak", "Petak", "Subota"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u0414\u0438\u043d\u002e', - // Serbian Dinar - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.sr.view.View", { - override: "Ext.view.View", - emptyText: "Ne postoji ni jedan slog" -}); - -Ext.define("Ext.locale.sr.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} izabranih redova" -}); - -Ext.define("Ext.locale.sr.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Zatvori оvu »karticu«" -}); - -Ext.define("Ext.locale.sr.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "UneÅ¡ena vrednost nije pravilna" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.sr.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "UÄitavam..." -}); - -Ext.define("Ext.locale.sr.picker.Date", { - override: "Ext.picker.Date", - todayText: "Danas", - minText: "Datum је ispred najmanjeg dozvoljenog datuma", - maxText: "Datum је nakon najvećeg dozvoljenog datuma", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Sledeći mesec (Control+Desno)', - prevText: 'Prethodni mesec (Control+Levo)', - monthYearText: 'Izaberite mesec (Control+Gore/Dole za izbor godine)', - todayTip: "{0} (Razmaknica)", - format: "d.m.y", - startDay: 1 -}); - -Ext.define("Ext.locale.sr.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Strana", - afterPageText: "od {0}", - firstText: "Prva strana", - prevText: "Prethodna strana", - nextText: "Sledeća strana", - lastText: "Poslednja strana", - refreshText: "Osveži", - displayMsg: "Prikazana {0} - {1} od {2}", - emptyMsg: 'Nemam Å¡ta prikazati' -}); - -Ext.define("Ext.locale.sr.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Minimalna dužina ovog polja је {0}", - maxLengthText: "Maksimalna dužina ovog polja је {0}", - blankText: "Polje је obavezno", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.sr.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Minimalna vrednost u polju је {0}", - maxText: "Maksimalna vrednost u polju је {0}", - nanText: "{0} nije pravilan broj" -}); - -Ext.define("Ext.locale.sr.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Pasivno", - disabledDatesText: "Pasivno", - minText: "Datum u ovom polju mora biti nakon {0}", - maxText: "Datum u ovom polju mora biti pre {0}", - invalidText: "{0} nije pravilan datum - zahtevani oblik je {1}", - format: "d.m.y", - altFormats: "d.m.y|d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d" -}); - -Ext.define("Ext.locale.sr.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "UÄitavam..." - }); -}); - -Ext.define("Ext.locale.sr.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Ovo polje prihavata e-mail adresu iskljuÄivo u obliku "korisnik@domen.com"', - urlText: 'Ovo polje prihavata URL adresu iskljuÄivo u obliku "http:/' + '/www.domen.com"', - alphaText: 'Ovo polje može sadržati iskljuÄivo slova i znak _', - alphanumText: 'Ovo polje može sadržati Ñамо slova, brojeve i znak _' -}); - -Ext.define("Ext.locale.sr.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Rastući redosled", - sortDescText: "Opadajući redosled", - lockText: "ZakljuÄaj kolonu", - unlockText: "OtkljuÄaj kolonu", - columnsText: "Kolone" -}); - -Ext.define("Ext.locale.sr.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Naziv", - valueText: "Vrednost", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.sr.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "U redu", - cancel: "Odustani", - yes: "Da", - no: "Ne" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.sr.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-sr.js b/src/webapp/js/classic/locale/locale-sr.js deleted file mode 100644 index af0e1bb..0000000 --- a/src/webapp/js/classic/locale/locale-sr.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Januar","Februar","Mart","April","Мај","Jun","Јul","Avgust","Septembar","Oktobar","Novembar","Decembar"];Ext.Date.dayNames=["Nedelja","Ponedeljak","Utorak","Sreda","ÄŒetvrtak","Petak","Subota"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u0414\u0438\u043d\u002e",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.sr.view.View",{override:"Ext.view.View",emptyText:"Ne postoji ni jedan slog"});Ext.define("Ext.locale.sr.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} izabranih redova"});Ext.define("Ext.locale.sr.tab.Tab",{override:"Ext.tab.Tab",closeText:"Zatvori оvu »karticu«"});Ext.define("Ext.locale.sr.form.field.Base",{override:"Ext.form.field.Base",invalidText:"UneÅ¡ena vrednost nije pravilna"});Ext.define("Ext.locale.sr.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"UÄitavam..."});Ext.define("Ext.locale.sr.picker.Date",{override:"Ext.picker.Date",todayText:"Danas",minText:"Datum је ispred najmanjeg dozvoljenog datuma",maxText:"Datum је nakon najvećeg dozvoljenog datuma",disabledDaysText:"",disabledDatesText:"",nextText:"Sledeći mesec (Control+Desno)",prevText:"Prethodni mesec (Control+Levo)",monthYearText:"Izaberite mesec (Control+Gore/Dole za izbor godine)",todayTip:"{0} (Razmaknica)",format:"d.m.y",startDay:1});Ext.define("Ext.locale.sr.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Strana",afterPageText:"od {0}",firstText:"Prva strana",prevText:"Prethodna strana",nextText:"Sledeća strana",lastText:"Poslednja strana",refreshText:"Osveži",displayMsg:"Prikazana {0} - {1} od {2}",emptyMsg:"Nemam Å¡ta prikazati"});Ext.define("Ext.locale.sr.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Minimalna dužina ovog polja је {0}",maxLengthText:"Maksimalna dužina ovog polja је {0}",blankText:"Polje је obavezno",regexText:"",emptyText:null});Ext.define("Ext.locale.sr.form.field.Number",{override:"Ext.form.field.Number",minText:"Minimalna vrednost u polju је {0}",maxText:"Maksimalna vrednost u polju је {0}",nanText:"{0} nije pravilan broj"});Ext.define("Ext.locale.sr.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Pasivno",disabledDatesText:"Pasivno",minText:"Datum u ovom polju mora biti nakon {0}",maxText:"Datum u ovom polju mora biti pre {0}",invalidText:"{0} nije pravilan datum - zahtevani oblik je {1}",format:"d.m.y",altFormats:"d.m.y|d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"});Ext.define("Ext.locale.sr.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"UÄitavam..."})});Ext.define("Ext.locale.sr.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Ovo polje prihavata e-mail adresu iskljuÄivo u obliku "korisnik@domen.com"',urlText:'Ovo polje prihavata URL adresu iskljuÄivo u obliku "http://www.domen.com"',alphaText:"Ovo polje može sadržati iskljuÄivo slova i znak _",alphanumText:"Ovo polje može sadržati Ñамо slova, brojeve i znak _"});Ext.define("Ext.locale.sr.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Rastući redosled",sortDescText:"Opadajući redosled",lockText:"ZakljuÄaj kolonu",unlockText:"OtkljuÄaj kolonu",columnsText:"Kolone"});Ext.define("Ext.locale.sr.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Naziv",valueText:"Vrednost",dateFormat:"d.m.Y"});Ext.define("Ext.locale.sr.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"U redu",cancel:"Odustani",yes:"Da",no:"Ne"}});Ext.define("Ext.locale.sr.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-sr_RS-debug.js b/src/webapp/js/classic/locale/locale-sr_RS-debug.js deleted file mode 100644 index 16276fb..0000000 --- a/src/webapp/js/classic/locale/locale-sr_RS-debug.js +++ /dev/null @@ -1,152 +0,0 @@ -/** - * Serbian Cyrillic Translation - * by ÄŒolovic Vladan (cyrillic, utf8 encoding) - * sr_RS (ex: sr_CS, sr_YU) - * 12 May 2007 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Јануар", "Фебруар", "Март", "Ðприл", "Мај", "Јун", "Јул", "ÐвгуÑÑ‚", "Септембар", "Октобар", "Ðовембар", "Децембар"]; - - Ext.Date.dayNames = ["Ðедеља", "Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u0414\u0438\u043d\u002e', - // Serbian Dinar - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.sr_RS.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.sr_RS.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} изабраних редова" -}); - -Ext.define("Ext.locale.sr_RS.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Затвори ову »картицу«" -}); - -Ext.define("Ext.locale.sr_RS.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Унешена вредноÑÑ‚ није правилна" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.sr_RS.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Учитавам..." -}); - -Ext.define("Ext.locale.sr_RS.picker.Date", { - override: "Ext.picker.Date", - todayText: "ДанаÑ", - minText: "Датум је иÑпред најмањег дозвољеног датума", - maxText: "Датум је након највећег дозвољеног датума", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Следећи меÑец (Control+ДеÑно)', - prevText: 'Претходни меÑец (Control+Лево)', - monthYearText: 'Изаберите меÑец (Control+Горе/Доле за избор године)', - todayTip: "{0} (Размакница)", - format: "d.m.y", - startDay: 1 -}); - -Ext.define("Ext.locale.sr_RS.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Страна", - afterPageText: "од {0}", - firstText: "Прва Ñтрана", - prevText: "Претходна Ñтрана", - nextText: "Следећа Ñтрана", - lastText: "ПоÑледња Ñтрана", - refreshText: "ОÑвежи", - displayMsg: "Приказана {0} - {1} од {2}", - emptyMsg: 'Ðемам шта приказати' -}); - -Ext.define("Ext.locale.sr_RS.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Минимална дужина овог поља је {0}", - maxLengthText: "МакÑимална дужина овог поља је {0}", - blankText: "Поље је обавезно", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.sr_RS.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Минимална вредноÑÑ‚ у пољу је {0}", - maxText: "МакÑимална вредноÑÑ‚ у пољу је {0}", - nanText: "{0} није правилан број" -}); - -Ext.define("Ext.locale.sr_RS.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "ПаÑивно", - disabledDatesText: "ПаÑивно", - minText: "Датум у овом пољу мора бити након {0}", - maxText: "Датум у овом пољу мора бити пре {0}", - invalidText: "{0} није правилан датум - захтевани облик је {1}", - format: "d.m.y" -}); - -Ext.define("Ext.locale.sr_RS.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Учитавам..." - }); -}); - -Ext.define("Ext.locale.sr_RS.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Ово поље прихвата e-mail адреÑу иÑкључиво у облику "korisnik@domen.com"', - urlText: 'Ово поље прихвата URL адреÑу иÑкључиво у облику "http:/' + '/www.domen.com"', - alphaText: 'Ово поље може Ñадржати иÑкључиво Ñлова и знак _', - alphanumText: 'Ово поље може Ñадржати Ñамо Ñлова, бројеве и знак _' -}); - -Ext.define("Ext.locale.sr_RS.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "РаÑтући редоÑлед", - sortDescText: "Опадајући редоÑлед", - lockText: "Закључај колону", - unlockText: "Откључај колону", - columnsText: "Колоне" -}); - -Ext.define("Ext.locale.sr_RS.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Ðазив", - valueText: "ВредноÑÑ‚", - dateFormat: "d.m.Y" -}); - -Ext.define("Ext.locale.sr_RS.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "У реду", - cancel: "ОдуÑтани", - yes: "Да", - no: "Ðе" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.sr_RS.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-sr_RS.js b/src/webapp/js/classic/locale/locale-sr_RS.js deleted file mode 100644 index 4b391eb..0000000 --- a/src/webapp/js/classic/locale/locale-sr_RS.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Јануар","Фебруар","Март","Ðприл","Мај","Јун","Јул","ÐвгуÑÑ‚","Септембар","Октобар","Ðовембар","Децембар"];Ext.Date.dayNames=["Ðедеља","Понедељак","Уторак","Среда","Четвртак","Петак","Субота"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u0414\u0438\u043d\u002e",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.sr_RS.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.sr_RS.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} изабраних редова"});Ext.define("Ext.locale.sr_RS.tab.Tab",{override:"Ext.tab.Tab",closeText:"Затвори ову »картицу«"});Ext.define("Ext.locale.sr_RS.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Унешена вредноÑÑ‚ није правилна"});Ext.define("Ext.locale.sr_RS.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Учитавам..."});Ext.define("Ext.locale.sr_RS.picker.Date",{override:"Ext.picker.Date",todayText:"ДанаÑ",minText:"Датум је иÑпред најмањег дозвољеног датума",maxText:"Датум је након највећег дозвољеног датума",disabledDaysText:"",disabledDatesText:"",nextText:"Следећи меÑец (Control+ДеÑно)",prevText:"Претходни меÑец (Control+Лево)",monthYearText:"Изаберите меÑец (Control+Горе/Доле за избор године)",todayTip:"{0} (Размакница)",format:"d.m.y",startDay:1});Ext.define("Ext.locale.sr_RS.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Страна",afterPageText:"од {0}",firstText:"Прва Ñтрана",prevText:"Претходна Ñтрана",nextText:"Следећа Ñтрана",lastText:"ПоÑледња Ñтрана",refreshText:"ОÑвежи",displayMsg:"Приказана {0} - {1} од {2}",emptyMsg:"Ðемам шта приказати"});Ext.define("Ext.locale.sr_RS.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Минимална дужина овог поља је {0}",maxLengthText:"МакÑимална дужина овог поља је {0}",blankText:"Поље је обавезно",regexText:"",emptyText:null});Ext.define("Ext.locale.sr_RS.form.field.Number",{override:"Ext.form.field.Number",minText:"Минимална вредноÑÑ‚ у пољу је {0}",maxText:"МакÑимална вредноÑÑ‚ у пољу је {0}",nanText:"{0} није правилан број"});Ext.define("Ext.locale.sr_RS.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"ПаÑивно",disabledDatesText:"ПаÑивно",minText:"Датум у овом пољу мора бити након {0}",maxText:"Датум у овом пољу мора бити пре {0}",invalidText:"{0} није правилан датум - захтевани облик је {1}",format:"d.m.y"});Ext.define("Ext.locale.sr_RS.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Учитавам..."})});Ext.define("Ext.locale.sr_RS.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Ово поље прихвата e-mail адреÑу иÑкључиво у облику "korisnik@domen.com"',urlText:'Ово поље прихвата URL адреÑу иÑкључиво у облику "http://www.domen.com"',alphaText:"Ово поље може Ñадржати иÑкључиво Ñлова и знак _",alphanumText:"Ово поље може Ñадржати Ñамо Ñлова, бројеве и знак _"});Ext.define("Ext.locale.sr_RS.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"РаÑтући редоÑлед",sortDescText:"Опадајући редоÑлед",lockText:"Закључај колону",unlockText:"Откључај колону",columnsText:"Колоне"});Ext.define("Ext.locale.sr_RS.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Ðазив",valueText:"ВредноÑÑ‚",dateFormat:"d.m.Y"});Ext.define("Ext.locale.sr_RS.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"У реду",cancel:"ОдуÑтани",yes:"Да",no:"Ðе"}});Ext.define("Ext.locale.sr_RS.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-sv_SE-debug.js b/src/webapp/js/classic/locale/locale-sv_SE-debug.js deleted file mode 100644 index 04d2bd6..0000000 --- a/src/webapp/js/classic/locale/locale-sv_SE-debug.js +++ /dev/null @@ -1,141 +0,0 @@ -/** - * Swedish translation (utf8-encoding) - * By Erik Andersson, Monator Technologies - * 24 April 2007 - * Changed by Cariad, 29 July 2007 - */ -Ext.onReady(function() { - if (Ext.Date) { - Ext.Date.monthNames = ["januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"]; - - Ext.Date.dayNames = ["söndag", "mÃ¥ndag", "tisdag", "onsdag", "torsdag", "fredag", "lördag"]; - - Ext.Date.formatCodes.a = "(m.getHours() < 12 ? 'em' : 'fm')"; - Ext.Date.formatCodes.A = "(m.getHours() < 12 ? 'EM' : 'FM')"; - Ext.Date.parseCodes.a = { - g: 1, - c: "if (/(em)/i.test(results[{0}])) {\n" + "if (!h || h == 12) { h = 0; }\n" + "} else { if (!h || h < 12) { h = (h || 0) + 12; }}", - s: "(em|fm|EM|FM)", - calcAtEnd: true - }; - Ext.Date.parseCodes.A = { - g: 1, - c: "if (/(em)/i.test(results[{0}])) {\n" + "if (!h || h == 12) { h = 0; }\n" + "} else { if (!h || h < 12) { h = (h || 0) + 12; }}", - s: "(EM|FM|em|fm)", - calcAtEnd: true - }; - } -});Ext.define("Ext.locale.sv_SE.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Värdet i detta fält är inte tillÃ¥tet" -});Ext.define("Ext.locale.sv_SE.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Laddar..." - }); -});Ext.define("Ext.locale.sv_SE.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Inaktiverad", - disabledDatesText: "Inaktiverad", - minText: "Datumet i detta fält mÃ¥ste inträffa efter {0}", - maxText: "Datumet i detta fält mÃ¥ste inträffa före {0}", - invalidText: "{0} är inte ett tillÃ¥tet datum - datum ska anges i formatet {1}", - format: "Y-m-d" -});Ext.define("Ext.locale.sv_SE.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Minsta tillÃ¥tna värde för detta fält är {0}", - maxText: "Största tillÃ¥tna värde för detta fält är {0}", - nanText: "{0} är inte ett tillÃ¥tet nummer" -});Ext.define("Ext.locale.sv_SE.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Minsta tillÃ¥tna längd för detta fält är {0}", - maxLengthText: "Största tillÃ¥tna längd för detta fält är {0}", - blankText: "Detta fält är obligatoriskt", - regexText: "", - emptyText: null -});Ext.define("Ext.locale.sv_SE.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Detta fält ska innehÃ¥lla en e-post adress i formatet "användare@domän.se"', - urlText: 'Detta fält ska innehÃ¥lla en länk (URL) i formatet "http:/' + '/www.domän.se"', - alphaText: 'Detta fält fÃ¥r bara innehÃ¥lla bokstäver och "_"', - alphanumText: 'Detta fält fÃ¥r bara innehÃ¥lla bokstäver, nummer och "_"' -});Ext.define("Ext.locale.sv_SE.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Namn", - valueText: "Värde", - dateFormat: "Y-m-d" -});Ext.define("Ext.locale.sv_SE.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sortera stigande", - sortDescText: "Sortera fallande", - lockText: "LÃ¥s kolumn", - unlockText: "LÃ¥s upp kolumn", - columnsText: "Kolumner" -});Ext.define("Ext.locale.sv_SE.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} markerade rad(er)" -});Ext.define("Ext.locale.sv_SE.picker.Date", { - override: "Ext.picker.Date", - todayText: "Idag", - minText: "Detta datum inträffar före det tidigast tillÃ¥tna", - maxText: "Detta datum inträffar efter det senast tillÃ¥tna", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Nästa mÃ¥nad (Ctrl + högerpil)', - prevText: 'FöregÃ¥ende mÃ¥nad (Ctrl + vänsterpil)', - monthYearText: 'Välj en mÃ¥nad (Ctrl + uppÃ¥tpil/nerÃ¥tpil för att ändra Ã¥rtal)', - todayTip: "{0} (mellanslag)", - format: "Y-m-d", - startDay: 1 -});Ext.define("Ext.locale.sv_SE.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Stäng denna flik" -});Ext.define("Ext.locale.sv_SE.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Sida", - afterPageText: "av {0}", - firstText: "Första sidan", - prevText: "FöregÃ¥ende sida", - nextText: "Nästa sida", - lastText: "Sista sidan", - refreshText: "Uppdatera", - displayMsg: "Visar {0} - {1} av {2}", - emptyMsg: 'Det finns ingen data att visa' -});/* This will change AM/PM to EM/FM - * Ext.Date.format(new Date('2006/01/15 15:00:00'), 'd/m/y h:i:s A'); -> 15/01/06 03:00:00 FM - * Ext.Date.parse("2006-01-15 3:20:01 FM", "Y-m-d g:i:s A") -> Sun Jan 15 2006 15:20:01 - */ - -if (Ext.util && Ext.util.Format) { - - Ext.define('Ext.locale.sv_SE.util.Format', { - override: 'Ext.util.Format', - decimalSeparator: ',', - thousandSeparator: '.', - // Swedish Krone - currencySign: 'kr', - dateFormat: 'Y-m-d' - }, function() { - var originalParse = Ext.Date.parse; - Ext.Date.parse = function(input, format, strict) { - return originalParse(input.replace('am', 'em').replace('pm', 'fm').replace('AM', 'EM').replace('PM', 'FM'), format, strict); - }; - }); -}// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.sv_SE.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Laddar..." -});Ext.define("Ext.locale.sv_SE.view.View", { - override: "Ext.view.View", - emptyText: "" -});Ext.define("Ext.locale.sv_SE.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Avbryt", - yes: "Ja", - no: "Nej" - } -}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-sv_SE.js b/src/webapp/js/classic/locale/locale-sv_SE.js deleted file mode 100644 index dc0f95a..0000000 --- a/src/webapp/js/classic/locale/locale-sv_SE.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"];Ext.Date.dayNames=["söndag","mÃ¥ndag","tisdag","onsdag","torsdag","fredag","lördag"];Ext.Date.formatCodes.a="(m.getHours() < 12 ? 'em' : 'fm')";Ext.Date.formatCodes.A="(m.getHours() < 12 ? 'EM' : 'FM')";Ext.Date.parseCodes.a={g:1,c:"if (/(em)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(em|fm|EM|FM)",calcAtEnd:true};Ext.Date.parseCodes.A={g:1,c:"if (/(em)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(EM|FM|em|fm)",calcAtEnd:true}}});Ext.define("Ext.locale.sv_SE.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Värdet i detta fält är inte tillÃ¥tet"});Ext.define("Ext.locale.sv_SE.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Laddar..."})});Ext.define("Ext.locale.sv_SE.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Inaktiverad",disabledDatesText:"Inaktiverad",minText:"Datumet i detta fält mÃ¥ste inträffa efter {0}",maxText:"Datumet i detta fält mÃ¥ste inträffa före {0}",invalidText:"{0} är inte ett tillÃ¥tet datum - datum ska anges i formatet {1}",format:"Y-m-d"});Ext.define("Ext.locale.sv_SE.form.field.Number",{override:"Ext.form.field.Number",minText:"Minsta tillÃ¥tna värde för detta fält är {0}",maxText:"Största tillÃ¥tna värde för detta fält är {0}",nanText:"{0} är inte ett tillÃ¥tet nummer"});Ext.define("Ext.locale.sv_SE.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Minsta tillÃ¥tna längd för detta fält är {0}",maxLengthText:"Största tillÃ¥tna längd för detta fält är {0}",blankText:"Detta fält är obligatoriskt",regexText:"",emptyText:null});Ext.define("Ext.locale.sv_SE.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Detta fält ska innehÃ¥lla en e-post adress i formatet "användare@domän.se"',urlText:'Detta fält ska innehÃ¥lla en länk (URL) i formatet "http://www.domän.se"',alphaText:'Detta fält fÃ¥r bara innehÃ¥lla bokstäver och "_"',alphanumText:'Detta fält fÃ¥r bara innehÃ¥lla bokstäver, nummer och "_"'});Ext.define("Ext.locale.sv_SE.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Namn",valueText:"Värde",dateFormat:"Y-m-d"});Ext.define("Ext.locale.sv_SE.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sortera stigande",sortDescText:"Sortera fallande",lockText:"LÃ¥s kolumn",unlockText:"LÃ¥s upp kolumn",columnsText:"Kolumner"});Ext.define("Ext.locale.sv_SE.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} markerade rad(er)"});Ext.define("Ext.locale.sv_SE.picker.Date",{override:"Ext.picker.Date",todayText:"Idag",minText:"Detta datum inträffar före det tidigast tillÃ¥tna",maxText:"Detta datum inträffar efter det senast tillÃ¥tna",disabledDaysText:"",disabledDatesText:"",nextText:"Nästa mÃ¥nad (Ctrl + högerpil)",prevText:"FöregÃ¥ende mÃ¥nad (Ctrl + vänsterpil)",monthYearText:"Välj en mÃ¥nad (Ctrl + uppÃ¥tpil/nerÃ¥tpil för att ändra Ã¥rtal)",todayTip:"{0} (mellanslag)",format:"Y-m-d",startDay:1});Ext.define("Ext.locale.sv_SE.tab.Tab",{override:"Ext.tab.Tab",closeText:"Stäng denna flik"});Ext.define("Ext.locale.sv_SE.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Sida",afterPageText:"av {0}",firstText:"Första sidan",prevText:"FöregÃ¥ende sida",nextText:"Nästa sida",lastText:"Sista sidan",refreshText:"Uppdatera",displayMsg:"Visar {0} - {1} av {2}",emptyMsg:"Det finns ingen data att visa"});if(Ext.util&&Ext.util.Format){Ext.define("Ext.locale.sv_SE.util.Format",{override:"Ext.util.Format",decimalSeparator:",",thousandSeparator:".",currencySign:"kr",dateFormat:"Y-m-d"},function(){var a=Ext.Date.parse;Ext.Date.parse=function(c,d,b){return a(c.replace("am","em").replace("pm","fm").replace("AM","EM").replace("PM","FM"),d,b)}})}Ext.define("Ext.locale.sv_SE.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Laddar..."});Ext.define("Ext.locale.sv_SE.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.sv_SE.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Avbryt",yes:"Ja",no:"Nej"}}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-th-debug.js b/src/webapp/js/classic/locale/locale-th-debug.js deleted file mode 100644 index b79cbfb..0000000 --- a/src/webapp/js/classic/locale/locale-th-debug.js +++ /dev/null @@ -1,273 +0,0 @@ -/** - * List compiled by KillerNay on the extjs.com forums. - * Thank you KillerNay! - * - * Thailand Translations - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["รÂยà¸à¸£Âƒà¸£â€™à¹‚‚ฌรÂ", "ยà¸à¸£Â˜à¸£Âลธร’ร“ลธร‘ยนลพรฌ", "รÂร•ยนร’โ‚ฌรÂ", "ร รÂร‰ร’ร‚ยน", "ลธร„ร‰ร€ร’โ‚ฌรÂ", "รÂรâ€à¸¢à¸–ร˜ยนร’ร‚ยน", "ยà¸à¸£Â„ยà¸à¸¢à¸à¸£â€™à¹‚‚ฌรÂ", "รŠรâ€à¸¢à¸‡à¸£Â‹à¸£â€™à¹‚‚ฌรÂ", "ยà¸à¸£â€˜à¸¢à¸™à¸£Â‚ร’ร‚ยน", "ยตร˜ร…ร’โ‚ฌรÂ", "ลธร„รˆลà¸à¸£â€à¸¢à¸à¸£â€™à¸£Â‚ยน", "ลพร‘ยนร‡ร’โ‚ฌรÂ"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - "รÂโ‚ฌ": 0, - "ยà¸à¸¥à¸˜": 1, - "รÂร•โ‚ฌ": 2, - "ร รÂร‚": 3, - "ลธโ‚ฌ": 4, - "รÂรâ€à¸£Â‚": 5, - "ยà¸à¹‚‚ฌ": 6, - "รŠโ‚ฌ": 7, - "ยà¸à¸£Â‚": 8, - "ยตโ‚ฌ": 9, - "ลธร‚": 10, - "ลพโ‚ฌ": 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["รÂร’ยทรâ€à¸¢à¸•ร‚รฌ", "ลà¸à¸£â€˜à¸¢à¸™à¸¢à¸—รƒรฌ", "รÂร‘ยงโ‚ฌร’รƒ", "ลธร˜ร—ลพ", "ลธร„ร‹ร‘รŠยบลà¸à¸£â€¢", "รˆร˜ยà¸à¸£Âƒà¸£à¸Œ", "ร รŠร’รƒรฌ"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day].substring(0, 3); - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u0e3f', - // Thai Baht - dateFormat: 'm/d/Y' - }); - } -}); - -Ext.define("Ext.locale.th.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.th.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} ร ร…ร—รÂยà¸à¸£à¸à¸£â€¦à¸£à¸‰à¸£Â‡à¸¢à¸—ร‘รฉยงร‹รÂลà¸à¸£à¸à¸¢à¸–ร‡" -}); - -Ext.define("Ext.locale.th.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "ยปรâ€à¸¥à¸à¸£à¸à¸¢à¸—รงยบยนร•รฉ" -}); - -Ext.define("Ext.locale.th.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "โ‚ฌรจร’ยขรÂยงยชรจรÂยงยนร•รฉรครÂรจยถร™ยà¸à¸¢à¸•รฉรÂยง" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.th.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "ยà¸à¸£â€œà¸£â€¦à¸£â€˜à¸¢à¸‡à¸£à¸‚ร‹ร…ลà¸..." -}); - -Ext.define("Ext.locale.th.picker.Date", { - override: "Ext.picker.Date", - todayText: "ร‡ร‘ยนยนร•รฉ", - minText: "This date is before the minimum date", - maxText: "This date is after the maximum date", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'ร ลà¸à¸£â€”รÂยนยถร‘ลà¸à¸£à¸„ยป (Control+Right)', - prevText: 'ร ลà¸à¸£â€”รÂยนยà¸à¸£à¸ˆà¸£Âยนร‹ยนรฉร’ (Control+Left)', - monthYearText: 'ร ร…ร—รÂยà¸à¸£Â à¸¥à¸à¸£â€”รÂยน (Control+Up/Down to move years)', - todayTip: "{0} (Spacebar)", - format: "m/d/y", - startDay: 0 -}); - -Ext.define("Ext.locale.th.picker.Month", { - override: "Ext.picker.Month", - okText: " à¸¢à¸•ยà¸à¸£â€¦à¸¢à¸‡ ", - cancelText: "ร‚ยà¸à¸£Â à¸£â€¦à¸£â€à¸¢à¸" -}); - -Ext.define("Ext.locale.th.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "ร‹ยนรฉร’", - afterPageText: "of {0}", - firstText: "ร‹ยนรฉร’รà¸à¸£Âƒà¸¢à¸", - prevText: "ยà¸à¸£à¸ˆà¸£Âยนร‹ยนรฉร’", - nextText: "ยถร‘ลà¸à¸£à¸„ยป", - lastText: "ร‹ยนรฉร’รŠร˜ลà¸à¸¢à¸—รฉร’ร‚", - refreshText: "รƒร•ร ยฟรƒยช", - displayMsg: "ยà¸à¸£â€œà¸£â€¦à¸£â€˜à¸¢à¸‡à¸£à¸à¸£ÂŠà¸¥à¸à¸¢à¸‡ {0} - {1} ลà¸à¸£â€™à¸¢à¸ {2}", - emptyMsg: 'รครÂรจรÂร•ยขรฉรÂรÂร™ร…รà¸à¸£ÂŠà¸¥à¸à¸¢à¸‡' -}); - -Ext.define("Ext.locale.th.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "The minimum length for this field is {0}", - maxLengthText: "The maximum length for this field is {0}", - blankText: "This field is required", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.th.form.field.Number", { - override: "Ext.form.field.Number", - minText: "The minimum value for this field is {0}", - maxText: "The maximum value for this field is {0}", - nanText: "{0} is not a valid number" -}); - -Ext.define("Ext.locale.th.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "ยปรâ€à¸¥à¸", - disabledDatesText: "ยปรâ€à¸¥à¸", - minText: "The date in this field must be after {0}", - maxText: "The date in this field must be before {0}", - invalidText: "{0} is not a valid date - it must be in the format {1}", - format: "m/d/y", - altFormats: "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d" -}); - -Ext.define("Ext.locale.th.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "ยà¸à¸£â€œà¸£â€¦à¸£â€˜à¸¢à¸‡à¸£à¸‚ร‹ร…ลà¸..." - }); -}); - -Ext.define("Ext.locale.th.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'This field should be an e-mail address in the format "user@example.com"', - urlText: 'This field should be a URL in the format "http:/' + '/www.example.com"', - alphaText: 'This field should only contain letters and _', - alphanumText: 'This field should only contain letters, numbers and _' -}); - -Ext.define("Ext.locale.th.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Please enter the URL for the link:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Bold (Ctrl+B)', - text: 'Make the selected text bold.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Italic (Ctrl+I)', - text: 'Make the selected text italic.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Underline (Ctrl+U)', - text: 'Underline the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Grow Text', - text: 'Increase the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Shrink Text', - text: 'Decrease the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Text Highlight Color', - text: 'Change the background color of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Font Color', - text: 'Change the color of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Align Text Left', - text: 'Align text to the left.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Center Text', - text: 'Center text in the editor.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Align Text Right', - text: 'Align text to the right.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Bullet List', - text: 'Start a bulleted list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numbered List', - text: 'Start a numbered list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'Make the selected text a hyperlink.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Source Edit', - text: 'Switch to source editing mode.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.th.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Sort Ascending", - sortDescText: "Sort Descending", - lockText: "Lock Column", - unlockText: "Unlock Column", - columnsText: "Columns" -}); - -Ext.define("Ext.locale.th.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(None)', - groupByText: 'Group By This Field', - showGroupsText: 'Show in Groups' -}); - -Ext.define("Ext.locale.th.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Name", - valueText: "Value", - dateFormat: "m/j/Y" -}); - -Ext.define("Ext.locale.th.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "ยตยà¸à¸£â€¦à¸¢à¸‡", - cancel: "ร‚ยà¸à¸£Â à¸£â€¦à¸£â€à¸¢à¸", - yes: "รฃยชรจ", - no: "รครÂรจรฃยชรจ" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.th.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-th.js b/src/webapp/js/classic/locale/locale-th.js deleted file mode 100644 index a65e253..0000000 --- a/src/webapp/js/classic/locale/locale-th.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["รÂยà¸à¸£Âƒà¸£â€™à¹‚‚ฌรÂ","ยà¸à¸£Â˜à¸£Âลธร’ร“ลธร‘ยนลพรฌ","รÂร•ยนร’โ‚ฌรÂ","ร รÂร‰ร’ร‚ยน","ลธร„ร‰ร€ร’โ‚ฌรÂ","รÂรâ€à¸¢à¸–ร˜ยนร’ร‚ยน","ยà¸à¸£Â„ยà¸à¸¢à¸à¸£â€™à¹‚‚ฌรÂ","รŠรâ€à¸¢à¸‡à¸£Â‹à¸£â€™à¹‚‚ฌรÂ","ยà¸à¸£â€˜à¸¢à¸™à¸£Â‚ร’ร‚ยน","ยตร˜ร…ร’โ‚ฌรÂ","ลธร„รˆลà¸à¸£â€à¸¢à¸à¸£â€™à¸£Â‚ยน","ลพร‘ยนร‡ร’โ‚ฌรÂ"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={"รÂโ‚ฌ":0,"ยà¸à¸¥à¸˜":1,"รÂร•โ‚ฌ":2,"ร รÂร‚":3,"ลธโ‚ฌ":4,"รÂรâ€à¸£Â‚":5,"ยà¸à¹‚‚ฌ":6,"รŠโ‚ฌ":7,"ยà¸à¸£Â‚":8,"ยตโ‚ฌ":9,"ลธร‚":10,"ลพโ‚ฌ":11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["รÂร’ยทรâ€à¸¢à¸•ร‚รฌ","ลà¸à¸£â€˜à¸¢à¸™à¸¢à¸—รƒรฌ","รÂร‘ยงโ‚ฌร’รƒ","ลธร˜ร—ลพ","ลธร„ร‹ร‘รŠยบลà¸à¸£â€¢","รˆร˜ยà¸à¸£Âƒà¸£à¸Œ","ร รŠร’รƒรฌ"];Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a].substring(0,3)}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u0e3f",dateFormat:"m/d/Y"})}});Ext.define("Ext.locale.th.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.th.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} ร ร…ร—รÂยà¸à¸£à¸à¸£â€¦à¸£à¸‰à¸£Â‡à¸¢à¸—ร‘รฉยงร‹รÂลà¸à¸£à¸à¸¢à¸–ร‡"});Ext.define("Ext.locale.th.tab.Tab",{override:"Ext.tab.Tab",closeText:"ยปรâ€à¸¥à¸à¸£à¸à¸¢à¸—รงยบยนร•รฉ"});Ext.define("Ext.locale.th.form.field.Base",{override:"Ext.form.field.Base",invalidText:"โ‚ฌรจร’ยขรÂยงยชรจรÂยงยนร•รฉรครÂรจยถร™ยà¸à¸¢à¸•รฉรÂยง"});Ext.define("Ext.locale.th.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"ยà¸à¸£â€œà¸£â€¦à¸£â€˜à¸¢à¸‡à¸£à¸‚ร‹ร…ลà¸..."});Ext.define("Ext.locale.th.picker.Date",{override:"Ext.picker.Date",todayText:"ร‡ร‘ยนยนร•รฉ",minText:"This date is before the minimum date",maxText:"This date is after the maximum date",disabledDaysText:"",disabledDatesText:"",nextText:"ร ลà¸à¸£â€”รÂยนยถร‘ลà¸à¸£à¸„ยป (Control+Right)",prevText:"ร ลà¸à¸£â€”รÂยนยà¸à¸£à¸ˆà¸£Âยนร‹ยนรฉร’ (Control+Left)",monthYearText:"ร ร…ร—รÂยà¸à¸£Â à¸¥à¸à¸£â€”รÂยน (Control+Up/Down to move years)",todayTip:"{0} (Spacebar)",format:"m/d/y",startDay:0});Ext.define("Ext.locale.th.picker.Month",{override:"Ext.picker.Month",okText:" à¸¢à¸•ยà¸à¸£â€¦à¸¢à¸‡ ",cancelText:"ร‚ยà¸à¸£Â à¸£â€¦à¸£â€à¸¢à¸"});Ext.define("Ext.locale.th.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"ร‹ยนรฉร’",afterPageText:"of {0}",firstText:"ร‹ยนรฉร’รà¸à¸£Âƒà¸¢à¸",prevText:"ยà¸à¸£à¸ˆà¸£Âยนร‹ยนรฉร’",nextText:"ยถร‘ลà¸à¸£à¸„ยป",lastText:"ร‹ยนรฉร’รŠร˜ลà¸à¸¢à¸—รฉร’ร‚",refreshText:"รƒร•ร ยฟรƒยช",displayMsg:"ยà¸à¸£â€œà¸£â€¦à¸£â€˜à¸¢à¸‡à¸£à¸à¸£ÂŠà¸¥à¸à¸¢à¸‡ {0} - {1} ลà¸à¸£â€™à¸¢à¸ {2}",emptyMsg:"รครÂรจรÂร•ยขรฉรÂรÂร™ร…รà¸à¸£ÂŠà¸¥à¸à¸¢à¸‡"});Ext.define("Ext.locale.th.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"The minimum length for this field is {0}",maxLengthText:"The maximum length for this field is {0}",blankText:"This field is required",regexText:"",emptyText:null});Ext.define("Ext.locale.th.form.field.Number",{override:"Ext.form.field.Number",minText:"The minimum value for this field is {0}",maxText:"The maximum value for this field is {0}",nanText:"{0} is not a valid number"});Ext.define("Ext.locale.th.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"ยปรâ€à¸¥à¸",disabledDatesText:"ยปรâ€à¸¥à¸",minText:"The date in this field must be after {0}",maxText:"The date in this field must be before {0}",invalidText:"{0} is not a valid date - it must be in the format {1}",format:"m/d/y",altFormats:"m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"});Ext.define("Ext.locale.th.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"ยà¸à¸£â€œà¸£â€¦à¸£â€˜à¸¢à¸‡à¸£à¸‚ร‹ร…ลà¸..."})});Ext.define("Ext.locale.th.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'This field should be an e-mail address in the format "user@example.com"',urlText:'This field should be a URL in the format "http://www.example.com"',alphaText:"This field should only contain letters and _",alphanumText:"This field should only contain letters, numbers and _"});Ext.define("Ext.locale.th.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Please enter the URL for the link:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Bold (Ctrl+B)",text:"Make the selected text bold.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"Italic (Ctrl+I)",text:"Make the selected text italic.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Underline (Ctrl+U)",text:"Underline the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Grow Text",text:"Increase the font size.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Shrink Text",text:"Decrease the font size.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Text Highlight Color",text:"Change the background color of the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Font Color",text:"Change the color of the selected text.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Align Text Left",text:"Align text to the left.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Center Text",text:"Center text in the editor.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"Align Text Right",text:"Align text to the right.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Bullet List",text:"Start a bulleted list.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numbered List",text:"Start a numbered list.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Hyperlink",text:"Make the selected text a hyperlink.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Source Edit",text:"Switch to source editing mode.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.th.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Sort Ascending",sortDescText:"Sort Descending",lockText:"Lock Column",unlockText:"Unlock Column",columnsText:"Columns"});Ext.define("Ext.locale.th.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(None)",groupByText:"Group By This Field",showGroupsText:"Show in Groups"});Ext.define("Ext.locale.th.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Name",valueText:"Value",dateFormat:"m/j/Y"});Ext.define("Ext.locale.th.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"ยตยà¸à¸£â€¦à¸¢à¸‡",cancel:"ร‚ยà¸à¸£Â à¸£â€¦à¸£â€à¸¢à¸",yes:"รฃยชรจ",no:"รครÂรจรฃยชรจ"}});Ext.define("Ext.locale.th.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-tr-debug.js b/src/webapp/js/classic/locale/locale-tr-debug.js deleted file mode 100644 index 9b8242f..0000000 --- a/src/webapp/js/classic/locale/locale-tr-debug.js +++ /dev/null @@ -1,269 +0,0 @@ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Ocak", "Åžubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "AÄŸustos", "Eylül", "Ekim", "Kasım", "Aralık"]; - - Ext.Date.getShortMonthName = function(month) { - return Ext.Date.monthNames[month].substring(0, 3); - }; - - Ext.Date.monthNumbers = { - "Ocak": 0, - "Åžubat": 1, - "Mart": 2, - "Nisan": 3, - "Mayıs": 4, - "Haziran": 5, - "Temmuz": 6, - "AÄŸustos": 7, - "Eylül": 8, - "Ekim": 9, - "Kasım": 10, - "Aralık": 11 - }; - - Ext.Date.getMonthNumber = function(name) { - return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()]; - }; - - Ext.Date.dayNames = ["Pazar", "Pazartesi", "Salı", "ÇarÅŸamba", "PerÅŸembe", "Cuma", "Cumartesi"]; - - Ext.Date.shortDayNames = ["Paz", "Pzt", "Sal", "ÇrÅŸ", "PrÅŸ", "Cum", "Cmt"]; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.shortDayNames[day]; - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: 'TL', - // Turkish Lira - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.tr.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.tr.grid.Grid", { - override: "Ext.grid.Grid", - ddText: "Seçili satır sayısı : {0}" -}); - -Ext.define("Ext.locale.tr.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Sekmeyi kapat" -}); - -Ext.define("Ext.locale.tr.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Bu alandaki deÄŸer geçersiz" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.tr.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Yükleniyor ..." -}); - -Ext.define("Ext.locale.tr.picker.Date", { - override: "Ext.picker.Date", - todayText: "Bugün", - minText: "Bu tarih izin verilen en küçük tarihten daha önce", - maxText: "Bu tarih izin verilen en büyük tarihten daha sonra", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Gelecek Ay (Control+Right)', - prevText: 'Önceki Ay (Control+Left)', - monthYearText: 'Bir ay seçiniz (Yılı artırmak/azaltmak için Control+Up/Down)', - todayTip: "{0} (BoÅŸluk TuÅŸu - Spacebar)", - format: "d/m/Y", - startDay: 1 -}); - -Ext.define("Ext.locale.tr.picker.Month", { - override: "Ext.picker.Month", - okText: "*Tamam*", - cancelText: "İptal" -}); - -Ext.define("Ext.locale.tr.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Sayfa", - afterPageText: " / {0}", - firstText: "İlk Sayfa", - prevText: "Önceki Sayfa", - nextText: "Sonraki Sayfa", - lastText: "Son Sayfa", - refreshText: "Yenile", - displayMsg: "Gösterilen {0} - {1} / {2}", - emptyMsg: 'Gösterilebilecek veri yok' -}); - -Ext.define("Ext.locale.tr.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Girilen verinin uzunluÄŸu en az {0} olabilir", - maxLengthText: "Girilen verinin uzunluÄŸu en fazla {0} olabilir", - blankText: "Bu alan boÅŸ bırakılamaz", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.tr.form.field.Number", { - override: "Ext.form.field.Number", - minText: "En az {0} girilebilir", - maxText: "En çok {0} girilebilir", - nanText: "{0} geçersiz bir sayıdır" -}); - -Ext.define("Ext.locale.tr.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Disabled", - disabledDatesText: "Disabled", - minText: "Bu tarih, {0} tarihinden daha sonra olmalıdır", - maxText: "Bu tarih, {0} tarihinden daha önce olmalıdır", - invalidText: "{0} geçersiz bir tarihdir - tarih formatı {1} ÅŸeklinde olmalıdır", - format: "d/m/Y", - altFormats: "d.m.y|d.m.Y|d/m/y|d-m-Y|d-m-y|d.m|d/m|d-m|dm|dmY|dmy|d|Y.m.d|Y-m-d|Y/m/d" -}); - -Ext.define("Ext.locale.tr.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Yükleniyor ..." - }); -}); - -Ext.define("Ext.locale.tr.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Bu alan "user@example.com" ÅŸeklinde elektronik posta formatında olmalıdır', - urlText: 'Bu alan "http://www.example.com" ÅŸeklinde URL adres formatında olmalıdır', - alphaText: 'Bu alan sadece harf ve _ içermeli', - alphanumText: 'Bu alan sadece harf, sayı ve _ içermeli' -}); - -Ext.define("Ext.locale.tr.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Lütfen bu baÄŸlantı için gerekli URL adresini giriniz:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Kalın(Bold) (Ctrl+B)', - text: 'Seçili yazıyı kalın yapar.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'İtalik(Italic) (Ctrl+I)', - text: 'Seçili yazıyı italik yapar.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Alt Çizgi(Underline) (Ctrl+U)', - text: 'Seçili yazının altını çizer.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Fontu büyült', - text: 'Yazı fontunu büyütür.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Fontu küçült', - text: 'Yazı fontunu küçültür.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Arka Plan Rengi', - text: 'Seçili yazının arka plan rengini deÄŸiÅŸtir.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Yazı Rengi', - text: 'Seçili yazının rengini deÄŸiÅŸtir.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Sola Daya', - text: 'Yazıyı sola daya.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Ortala', - text: 'Yazıyı editörde ortala.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'SaÄŸa daya', - text: 'Yazıyı saÄŸa daya.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Noktalı Liste', - text: 'Noktalı listeye baÅŸla.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numaralı Liste', - text: 'Numaralı lisyeye baÅŸla.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Web Adresi(Hyperlink)', - text: 'Seçili yazıyı web adresi(hyperlink) yap.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Kaynak kodu Düzenleme', - text: 'Kaynak kodu düzenleme moduna geç.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.tr.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Artan sırada sırala", - sortDescText: "Azalan sırada sırala", - lockText: "Kolonu kilitle", - unlockText: "Kolon kilidini kaldır", - columnsText: "Kolonlar" -}); - -Ext.define("Ext.locale.tr.grid.GroupingFeature", { - override: "Ext.grid.feature.Grouping", - emptyGroupText: '(Yok)', - groupByText: 'Bu Alana Göre Grupla', - showGroupsText: 'Gruplar Halinde Göster' -}); - -Ext.define("Ext.locale.tr.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Ad", - valueText: "DeÄŸer", - dateFormat: "d/m/Y" -}); - -Ext.define("Ext.locale.tr.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "Tamam", - cancel: "İptal", - yes: "Evet", - no: "Hayır" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.tr.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-tr.js b/src/webapp/js/classic/locale/locale-tr.js deleted file mode 100644 index 17d5bb5..0000000 --- a/src/webapp/js/classic/locale/locale-tr.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Ocak","Åžubat","Mart","Nisan","Mayıs","Haziran","Temmuz","AÄŸustos","Eylül","Ekim","Kasım","Aralık"];Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a].substring(0,3)};Ext.Date.monthNumbers={Ocak:0,"Åžubat":1,Mart:2,Nisan:3,"Mayıs":4,Haziran:5,Temmuz:6,"AÄŸustos":7,"Eylül":8,Ekim:9,"Kasım":10,"Aralık":11};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a.substring(0,1).toUpperCase()+a.substring(1,3).toLowerCase()]};Ext.Date.dayNames=["Pazar","Pazartesi","Salı","ÇarÅŸamba","PerÅŸembe","Cuma","Cumartesi"];Ext.Date.shortDayNames=["Paz","Pzt","Sal","ÇrÅŸ","PrÅŸ","Cum","Cmt"];Ext.Date.getShortDayName=function(a){return Ext.Date.shortDayNames[a]}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"TL",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.tr.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.tr.grid.Grid",{override:"Ext.grid.Grid",ddText:"Seçili satır sayısı : {0}"});Ext.define("Ext.locale.tr.tab.Tab",{override:"Ext.tab.Tab",closeText:"Sekmeyi kapat"});Ext.define("Ext.locale.tr.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Bu alandaki deÄŸer geçersiz"});Ext.define("Ext.locale.tr.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Yükleniyor ..."});Ext.define("Ext.locale.tr.picker.Date",{override:"Ext.picker.Date",todayText:"Bugün",minText:"Bu tarih izin verilen en küçük tarihten daha önce",maxText:"Bu tarih izin verilen en büyük tarihten daha sonra",disabledDaysText:"",disabledDatesText:"",nextText:"Gelecek Ay (Control+Right)",prevText:"Önceki Ay (Control+Left)",monthYearText:"Bir ay seçiniz (Yılı artırmak/azaltmak için Control+Up/Down)",todayTip:"{0} (BoÅŸluk TuÅŸu - Spacebar)",format:"d/m/Y",startDay:1});Ext.define("Ext.locale.tr.picker.Month",{override:"Ext.picker.Month",okText:"*Tamam*",cancelText:"İptal"});Ext.define("Ext.locale.tr.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Sayfa",afterPageText:" / {0}",firstText:"İlk Sayfa",prevText:"Önceki Sayfa",nextText:"Sonraki Sayfa",lastText:"Son Sayfa",refreshText:"Yenile",displayMsg:"Gösterilen {0} - {1} / {2}",emptyMsg:"Gösterilebilecek veri yok"});Ext.define("Ext.locale.tr.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Girilen verinin uzunluÄŸu en az {0} olabilir",maxLengthText:"Girilen verinin uzunluÄŸu en fazla {0} olabilir",blankText:"Bu alan boÅŸ bırakılamaz",regexText:"",emptyText:null});Ext.define("Ext.locale.tr.form.field.Number",{override:"Ext.form.field.Number",minText:"En az {0} girilebilir",maxText:"En çok {0} girilebilir",nanText:"{0} geçersiz bir sayıdır"});Ext.define("Ext.locale.tr.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Disabled",disabledDatesText:"Disabled",minText:"Bu tarih, {0} tarihinden daha sonra olmalıdır",maxText:"Bu tarih, {0} tarihinden daha önce olmalıdır",invalidText:"{0} geçersiz bir tarihdir - tarih formatı {1} ÅŸeklinde olmalıdır",format:"d/m/Y",altFormats:"d.m.y|d.m.Y|d/m/y|d-m-Y|d-m-y|d.m|d/m|d-m|dm|dmY|dmy|d|Y.m.d|Y-m-d|Y/m/d"});Ext.define("Ext.locale.tr.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Yükleniyor ..."})});Ext.define("Ext.locale.tr.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Bu alan "user@example.com" ÅŸeklinde elektronik posta formatında olmalıdır',urlText:'Bu alan "http://www.example.com" ÅŸeklinde URL adres formatında olmalıdır',alphaText:"Bu alan sadece harf ve _ içermeli",alphanumText:"Bu alan sadece harf, sayı ve _ içermeli"});Ext.define("Ext.locale.tr.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Lütfen bu baÄŸlantı için gerekli URL adresini giriniz:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Kalın(Bold) (Ctrl+B)",text:"Seçili yazıyı kalın yapar.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"İtalik(Italic) (Ctrl+I)",text:"Seçili yazıyı italik yapar.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"Alt Çizgi(Underline) (Ctrl+U)",text:"Seçili yazının altını çizer.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Fontu büyült",text:"Yazı fontunu büyütür.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Fontu küçült",text:"Yazı fontunu küçültür.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Arka Plan Rengi",text:"Seçili yazının arka plan rengini deÄŸiÅŸtir.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Yazı Rengi",text:"Seçili yazının rengini deÄŸiÅŸtir.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"Sola Daya",text:"Yazıyı sola daya.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"Ortala",text:"Yazıyı editörde ortala.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"SaÄŸa daya",text:"Yazıyı saÄŸa daya.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Noktalı Liste",text:"Noktalı listeye baÅŸla.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"Numaralı Liste",text:"Numaralı lisyeye baÅŸla.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Web Adresi(Hyperlink)",text:"Seçili yazıyı web adresi(hyperlink) yap.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Kaynak kodu Düzenleme",text:"Kaynak kodu düzenleme moduna geç.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.tr.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Artan sırada sırala",sortDescText:"Azalan sırada sırala",lockText:"Kolonu kilitle",unlockText:"Kolon kilidini kaldır",columnsText:"Kolonlar"});Ext.define("Ext.locale.tr.grid.GroupingFeature",{override:"Ext.grid.feature.Grouping",emptyGroupText:"(Yok)",groupByText:"Bu Alana Göre Grupla",showGroupsText:"Gruplar Halinde Göster"});Ext.define("Ext.locale.tr.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Ad",valueText:"DeÄŸer",dateFormat:"d/m/Y"});Ext.define("Ext.locale.tr.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"Tamam",cancel:"İptal",yes:"Evet",no:"Hayır"}});Ext.define("Ext.locale.tr.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-ukr-debug.js b/src/webapp/js/classic/locale/locale-ukr-debug.js deleted file mode 100644 index 779b956..0000000 --- a/src/webapp/js/classic/locale/locale-ukr-debug.js +++ /dev/null @@ -1,241 +0,0 @@ -/** - * Ukrainian translations for ExtJS (UTF-8 encoding) - * - * Original translation by zlatko - * 3 October 2007 - * - * Updated by dev.ashevchuk@gmail.com - * 01.09.2009 - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Січень", "Лютий", "Березень", "Квітень", "Травень", "Червень", "Липень", "Серпень", "ВереÑень", "Жовтень", "ЛиÑтопад", "Грудень"]; - - Ext.Date.dayNames = ["ÐеділÑ", "Понеділок", "Вівторок", "Середа", "Четвер", "П’ÑтницÑ", "Субота"]; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20b4', - // Ukranian Hryvnia - dateFormat: 'd.m.Y' - }); - } -}); - -Ext.define("Ext.locale.ukr.view.View", { - override: "Ext.view.View", - emptyText: "<Порожньо>" -}); - -Ext.define("Ext.locale.ukr.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} обраних Ñ€Ñдків" -}); - -Ext.define("Ext.locale.ukr.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Закрити цю вкладку" -}); - -Ext.define("Ext.locale.ukr.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Хибне значеннÑ" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.ukr.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "ЗавантаженнÑ..." -}); - -Ext.define("Ext.locale.ukr.picker.Date", { - override: "Ext.picker.Date", - todayText: "Сьогодні", - minText: "Ð¦Ñ Ð´Ð°Ñ‚Ð° меньша за мінімальну допуÑтиму дату", - maxText: "Ð¦Ñ Ð´Ð°Ñ‚Ð° більша за макÑимальну допуÑтиму дату", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'ÐаÑтупний міÑÑць (Control+Вправо)', - prevText: 'Попередній міÑÑць (Control+Вліво)', - monthYearText: 'Вибір міÑÑÑ†Ñ (Control+Вверх/Вниз Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾Ñ€Ñƒ року)', - todayTip: "{0} (Пробіл)", - format: "d.m.y", - startDay: 1 -}); - -Ext.define("Ext.locale.ukr.picker.Month", { - override: "Ext.picker.Month", - okText: " OK ", - cancelText: "Відміна" -}); - -Ext.define("Ext.locale.ukr.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Сторінка", - afterPageText: "з {0}", - firstText: "Перша Ñторінка", - prevText: "ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½Ñ Ñторінка", - nextText: "ÐаÑтупна Ñторінка", - lastText: "ОÑÑ‚Ð°Ð½Ð½Ñ Ñторінка", - refreshText: "ОÑвіжити", - displayMsg: "Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñів з {0} по {1}, вÑього {2}", - emptyMsg: 'Дані Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´Ñутні' -}); - -Ext.define("Ext.locale.ukr.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Мінімальна довжина цього Ð¿Ð¾Ð»Ñ {0}", - maxLengthText: "МакÑимальна довжина цього Ð¿Ð¾Ð»Ñ {0}", - blankText: "Це поле Ñ” обов’Ñзковим Ð´Ð»Ñ Ð·Ð°Ð¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.ukr.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñƒ цьому полі не може бути меньше {0}", - maxText: "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñƒ цьому полі не може бути більше {0}", - nanText: "{0} не Ñ” чиÑлом" -}); - -Ext.define("Ext.locale.ukr.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Ðе доÑтупно", - disabledDatesText: "Ðе доÑтупно", - minText: "Дата у цьому полі повинна бути більша {0}", - maxText: "Дата у цьому полі повинна бути меньша {0}", - invalidText: "{0} хибна дата - дата повинна бути вказана у форматі {1}", - format: "d.m.y" -}); - -Ext.define("Ext.locale.ukr.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "ЗавантаженнÑ..." - }); -}); - -Ext.define("Ext.locale.ukr.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Це поле повинно міÑтити адреÑу електронної пошти у форматі "user@example.com"', - urlText: 'Це поле повинно міÑтити URL у форматі "http:/' + '/www.example.com"', - alphaText: 'Це поле повинно міÑтити виключно латинÑькі літери та Ñимвол підкреÑÐ»ÐµÐ½Ð½Ñ "_"', - alphanumText: 'Це поле повинно міÑтити виключно латинÑькі літери, цифри та Ñимвол підкреÑÐ»ÐµÐ½Ð½Ñ "_"' -}); - -Ext.define("Ext.locale.ukr.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: 'Будь-лаÑка введіть адреÑу:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: 'Ðапівжирний (Ctrl+B)', - text: 'Зробити напівжирним виділений текÑÑ‚.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'КурÑив (Ctrl+I)', - text: 'Зробити курÑивом виділений текÑÑ‚.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'ПідкреÑлений (Ctrl+U)', - text: 'Зробити підкреÑленим виділений текÑÑ‚.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Збільшити розмір', - text: 'Збільшити розмір шрифта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Зменьшити розмір', - text: 'Зменьшити розмір шрифта.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Заливка', - text: 'Змінити колір фону Ð´Ð»Ñ Ð²Ð¸Ð´Ñ–Ð»ÐµÐ½Ð¾Ð³Ð¾ текÑту або абзацу.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Колір текÑту', - text: 'Змінити колір виділеного текÑту або абзацу.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'ВирівнÑти текÑÑ‚ по лівому полю', - text: 'Ð’Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ñ‚ÐµÐºÑту по лівому полю.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'ВирівнÑти текÑÑ‚ по центру', - text: 'Ð’Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ñ‚ÐµÐºÑту по центру.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'ВирівнÑти текÑÑ‚ по правому полю', - text: 'Ð’Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ñ‚ÐµÐºÑту по правому полю.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Маркери', - text: 'Почати маркований ÑпиÑок.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'ÐумераціÑ', - text: 'Почати нумернований ÑпиÑок.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Ð’Ñтавити гіперпоÑиланнÑ', - text: 'Ð¡Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ Ñ–Ð· виділеного текÑту.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Джерельний код', - text: 'Режим Ñ€ÐµÐ´Ð°Ð³ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¶ÐµÑ€ÐµÐ»ÑŒÐ½Ð¾Ð³Ð¾ коду.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.ukr.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Сортувати по зроÑтанню", - sortDescText: "Сортувати по Ñпаданню", - lockText: "Закріпити Ñтовпець", - unlockText: "Відкріпити Ñтовпець", - columnsText: "Стовпці" -}); - -Ext.define("Ext.locale.ukr.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Ðазва", - valueText: "ЗначеннÑ", - dateFormat: "j.m.Y" -}); - -Ext.define("Ext.locale.ukr.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "OK", - cancel: "Відміна", - yes: "Так", - no: "ÐÑ–" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.ukr.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-ukr.js b/src/webapp/js/classic/locale/locale-ukr.js deleted file mode 100644 index 2ab7599..0000000 --- a/src/webapp/js/classic/locale/locale-ukr.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Січень","Лютий","Березень","Квітень","Травень","Червень","Липень","Серпень","ВереÑень","Жовтень","ЛиÑтопад","Грудень"];Ext.Date.dayNames=["ÐеділÑ","Понеділок","Вівторок","Середа","Четвер","П’ÑтницÑ","Субота"]}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20b4",dateFormat:"d.m.Y"})}});Ext.define("Ext.locale.ukr.view.View",{override:"Ext.view.View",emptyText:"<Порожньо>"});Ext.define("Ext.locale.ukr.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} обраних Ñ€Ñдків"});Ext.define("Ext.locale.ukr.tab.Tab",{override:"Ext.tab.Tab",closeText:"Закрити цю вкладку"});Ext.define("Ext.locale.ukr.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Хибне значеннÑ"});Ext.define("Ext.locale.ukr.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"ЗавантаженнÑ..."});Ext.define("Ext.locale.ukr.picker.Date",{override:"Ext.picker.Date",todayText:"Сьогодні",minText:"Ð¦Ñ Ð´Ð°Ñ‚Ð° меньша за мінімальну допуÑтиму дату",maxText:"Ð¦Ñ Ð´Ð°Ñ‚Ð° більша за макÑимальну допуÑтиму дату",disabledDaysText:"",disabledDatesText:"",nextText:"ÐаÑтупний міÑÑць (Control+Вправо)",prevText:"Попередній міÑÑць (Control+Вліво)",monthYearText:"Вибір міÑÑÑ†Ñ (Control+Вверх/Вниз Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾Ñ€Ñƒ року)",todayTip:"{0} (Пробіл)",format:"d.m.y",startDay:1});Ext.define("Ext.locale.ukr.picker.Month",{override:"Ext.picker.Month",okText:" OK ",cancelText:"Відміна"});Ext.define("Ext.locale.ukr.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Сторінка",afterPageText:"з {0}",firstText:"Перша Ñторінка",prevText:"ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½Ñ Ñторінка",nextText:"ÐаÑтупна Ñторінка",lastText:"ОÑÑ‚Ð°Ð½Ð½Ñ Ñторінка",refreshText:"ОÑвіжити",displayMsg:"Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñів з {0} по {1}, вÑього {2}",emptyMsg:"Дані Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´Ñутні"});Ext.define("Ext.locale.ukr.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Мінімальна довжина цього Ð¿Ð¾Ð»Ñ {0}",maxLengthText:"МакÑимальна довжина цього Ð¿Ð¾Ð»Ñ {0}",blankText:"Це поле Ñ” обов’Ñзковим Ð´Ð»Ñ Ð·Ð°Ð¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ",regexText:"",emptyText:null});Ext.define("Ext.locale.ukr.form.field.Number",{override:"Ext.form.field.Number",minText:"Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñƒ цьому полі не може бути меньше {0}",maxText:"Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñƒ цьому полі не може бути більше {0}",nanText:"{0} не Ñ” чиÑлом"});Ext.define("Ext.locale.ukr.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Ðе доÑтупно",disabledDatesText:"Ðе доÑтупно",minText:"Дата у цьому полі повинна бути більша {0}",maxText:"Дата у цьому полі повинна бути меньша {0}",invalidText:"{0} хибна дата - дата повинна бути вказана у форматі {1}",format:"d.m.y"});Ext.define("Ext.locale.ukr.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"ЗавантаженнÑ..."})});Ext.define("Ext.locale.ukr.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Це поле повинно міÑтити адреÑу електронної пошти у форматі "user@example.com"',urlText:'Це поле повинно міÑтити URL у форматі "http://www.example.com"',alphaText:'Це поле повинно міÑтити виключно латинÑькі літери та Ñимвол підкреÑÐ»ÐµÐ½Ð½Ñ "_"',alphanumText:'Це поле повинно міÑтити виключно латинÑькі літери, цифри та Ñимвол підкреÑÐ»ÐµÐ½Ð½Ñ "_"'});Ext.define("Ext.locale.ukr.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"Будь-лаÑка введіть адреÑу:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"Ðапівжирний (Ctrl+B)",text:"Зробити напівжирним виділений текÑÑ‚.",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"КурÑив (Ctrl+I)",text:"Зробити курÑивом виділений текÑÑ‚.",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"ПідкреÑлений (Ctrl+U)",text:"Зробити підкреÑленим виділений текÑÑ‚.",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"Збільшити розмір",text:"Збільшити розмір шрифта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"Зменьшити розмір",text:"Зменьшити розмір шрифта.",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"Заливка",text:"Змінити колір фону Ð´Ð»Ñ Ð²Ð¸Ð´Ñ–Ð»ÐµÐ½Ð¾Ð³Ð¾ текÑту або абзацу.",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"Колір текÑту",text:"Змінити колір виділеного текÑту або абзацу.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"ВирівнÑти текÑÑ‚ по лівому полю",text:"Ð’Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ñ‚ÐµÐºÑту по лівому полю.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"ВирівнÑти текÑÑ‚ по центру",text:"Ð’Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ñ‚ÐµÐºÑту по центру.",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"ВирівнÑти текÑÑ‚ по правому полю",text:"Ð’Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ñ‚ÐµÐºÑту по правому полю.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"Маркери",text:"Почати маркований ÑпиÑок.",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"ÐумераціÑ",text:"Почати нумернований ÑпиÑок.",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"Ð’Ñтавити гіперпоÑиланнÑ",text:"Ð¡Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ Ñ–Ð· виділеного текÑту.",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"Джерельний код",text:"Режим Ñ€ÐµÐ´Ð°Ð³ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¶ÐµÑ€ÐµÐ»ÑŒÐ½Ð¾Ð³Ð¾ коду.",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.ukr.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Сортувати по зроÑтанню",sortDescText:"Сортувати по Ñпаданню",lockText:"Закріпити Ñтовпець",unlockText:"Відкріпити Ñтовпець",columnsText:"Стовпці"});Ext.define("Ext.locale.ukr.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Ðазва",valueText:"ЗначеннÑ",dateFormat:"j.m.Y"});Ext.define("Ext.locale.ukr.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"OK",cancel:"Відміна",yes:"Так",no:"ÐÑ–"}});Ext.define("Ext.locale.ukr.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-vn-debug.js b/src/webapp/js/classic/locale/locale-vn-debug.js deleted file mode 100644 index de96a49..0000000 --- a/src/webapp/js/classic/locale/locale-vn-debug.js +++ /dev/null @@ -1,179 +0,0 @@ -/** - * List compiled by mystix on the extjs.com forums. - * Thank you Mystix! - * Vietnamese translation - * By bpmtri - * 12-April-2007 04:06PM - */ -Ext.onReady(function() { - - if (Ext.Date) { - Ext.Date.monthNames = ["Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12"]; - - Ext.Date.dayNames = ["Chá»§ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy"]; - - Ext.Date.monthNumbers = { - "Tháng 1": 0, - "Tháng 2": 1, - "Tháng 3": 2, - "Tháng 4": 3, - "Tháng 5": 4, - "Tháng 6": 5, - "Tháng 7": 6, - "Tháng 8": 7, - "Tháng 9": 8, - "Tháng 10": 9, - "Tháng 11": 10, - "Tháng 12": 11 - }; - - Ext.Date.getShortMonthName = function(month){ - return Ext.Date.monthNames[month]; - }; - - Ext.Date.getMonthNumber = function(name){ - return Ext.Date.monthNumbers[name]; - }; - - Ext.Date.getShortDayName = function(day) { - return Ext.Date.dayNames[day]; - }; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: '.', - decimalSeparator: ',', - currencySign: '\u20ab', - // Vietnamese Dong - dateFormat: 'd/m/Y' - }); - } -}); - -Ext.define("Ext.locale.vn.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.vn.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "{0} dòng được chá»n" -}); - -Ext.define("Ext.locale.vn.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "Äóng thẻ này" -}); - -Ext.define("Ext.locale.vn.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "Giá trị cá»§a ô này không hợp lệ." -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.vn.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "Äang tải..." -}); - -Ext.define("Ext.locale.vn.picker.Date", { - override: "Ext.picker.Date", - todayText: "Hôm nay", - minText: "Ngày này nhá» hÆ¡n ngày nhá» nhất", - maxText: "Ngày này lá»›n hÆ¡n ngày lá»›n nhất", - disabledDaysText: "", - disabledDatesText: "", - nextText: 'Tháng sau (Control+Right)', - prevText: 'Tháng trước (Control+Left)', - monthYearText: 'Chá»n má»™t tháng (Control+Up/Down để thay đổi năm)', - todayTip: "{0} (Spacebar - Phím trắng)", - format: "d/m/y" -}); - -Ext.define("Ext.locale.vn.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "Trang", - afterPageText: "of {0}", - firstText: "Trang đầu", - prevText: "Trang trước", - nextText: "Trang sau", - lastText: "Trang cuối", - refreshText: "Tải lại", - displayMsg: "Hiển thị {0} - {1} cá»§a {2}", - emptyMsg: 'Không có dữ liệu để hiển thị' -}); - -Ext.define("Ext.locale.vn.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "Chiá»u dài tối thiểu cá»§a ô này là {0}", - maxLengthText: "Chiá»u dài tối Ä‘a cá»§a ô này là {0}", - blankText: "Ô này cần phải nhập giá trị", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.vn.form.field.Number", { - override: "Ext.form.field.Number", - minText: "Giá trị nhá» nhất cá»§a ô này là {0}", - maxText: "Giá trị lá»›n nhất cá»§a ô này là {0}", - nanText: "{0} hông phải là má»™t số hợp lệ" -}); - -Ext.define("Ext.locale.vn.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "Vô hiệu", - disabledDatesText: "Vô hiệu", - minText: "Ngày nhập trong ô này phải sau ngày {0}", - maxText: "Ngày nhập trong ô này phải trước ngày {0}", - invalidText: "{0} không phải là má»™t ngày hợp lệ - phải có dạng {1}", - format: "d/m/y" -}); - -Ext.define("Ext.locale.vn.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "Äang tải..." - }); -}); - -Ext.define("Ext.locale.vn.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: 'Giá trị cá»§a ô này phải là má»™t địa chỉ email có dạng như "ten@abc.com"', - urlText: 'Giá trị cá»§a ô này phải là má»™t địa chỉ web(URL) hợp lệ, có dạng như "http:/' + '/www.example.com"', - alphaText: 'Ô này chỉ được nhập các kí tá»± và gạch dưới(_)', - alphanumText: 'Ô này chỉ được nhập các kí tá»±, số và gạch dưới(_)' -}); - -Ext.define("Ext.locale.vn.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "Tăng dần", - sortDescText: "Giảm dần", - lockText: "Khóa cá»™t", - unlockText: "Bá» khóa cá»™t", - columnsText: "Các cá»™t" -}); - -Ext.define("Ext.locale.vn.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "Tên", - valueText: "Giá trị", - dateFormat: "j/m/Y" -}); - -Ext.define("Ext.locale.vn.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "Äồng ý", - cancel: "Há»§y bá»", - yes: "Có", - no: "Không" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.vn.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-vn.js b/src/webapp/js/classic/locale/locale-vn.js deleted file mode 100644 index fe35f5b..0000000 --- a/src/webapp/js/classic/locale/locale-vn.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){if(Ext.Date){Ext.Date.monthNames=["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"];Ext.Date.dayNames=["Chá»§ nhật","Thứ hai","Thứ ba","Thứ tư","Thứ năm","Thứ sáu","Thứ bảy"];Ext.Date.monthNumbers={"Tháng 1":0,"Tháng 2":1,"Tháng 3":2,"Tháng 4":3,"Tháng 5":4,"Tháng 6":5,"Tháng 7":6,"Tháng 8":7,"Tháng 9":8,"Tháng 10":9,"Tháng 11":10,"Tháng 12":11};Ext.Date.getShortMonthName=function(a){return Ext.Date.monthNames[a]};Ext.Date.getMonthNumber=function(a){return Ext.Date.monthNumbers[a]};Ext.Date.getShortDayName=function(a){return Ext.Date.dayNames[a]}}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:".",decimalSeparator:",",currencySign:"\u20ab",dateFormat:"d/m/Y"})}});Ext.define("Ext.locale.vn.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.vn.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"{0} dòng được chá»n"});Ext.define("Ext.locale.vn.tab.Tab",{override:"Ext.tab.Tab",closeText:"Äóng thẻ này"});Ext.define("Ext.locale.vn.form.field.Base",{override:"Ext.form.field.Base",invalidText:"Giá trị cá»§a ô này không hợp lệ."});Ext.define("Ext.locale.vn.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"Äang tải..."});Ext.define("Ext.locale.vn.picker.Date",{override:"Ext.picker.Date",todayText:"Hôm nay",minText:"Ngày này nhá» hÆ¡n ngày nhá» nhất",maxText:"Ngày này lá»›n hÆ¡n ngày lá»›n nhất",disabledDaysText:"",disabledDatesText:"",nextText:"Tháng sau (Control+Right)",prevText:"Tháng trước (Control+Left)",monthYearText:"Chá»n má»™t tháng (Control+Up/Down để thay đổi năm)",todayTip:"{0} (Spacebar - Phím trắng)",format:"d/m/y"});Ext.define("Ext.locale.vn.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"Trang",afterPageText:"of {0}",firstText:"Trang đầu",prevText:"Trang trước",nextText:"Trang sau",lastText:"Trang cuối",refreshText:"Tải lại",displayMsg:"Hiển thị {0} - {1} cá»§a {2}",emptyMsg:"Không có dữ liệu để hiển thị"});Ext.define("Ext.locale.vn.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"Chiá»u dài tối thiểu cá»§a ô này là {0}",maxLengthText:"Chiá»u dài tối Ä‘a cá»§a ô này là {0}",blankText:"Ô này cần phải nhập giá trị",regexText:"",emptyText:null});Ext.define("Ext.locale.vn.form.field.Number",{override:"Ext.form.field.Number",minText:"Giá trị nhá» nhất cá»§a ô này là {0}",maxText:"Giá trị lá»›n nhất cá»§a ô này là {0}",nanText:"{0} hông phải là má»™t số hợp lệ"});Ext.define("Ext.locale.vn.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"Vô hiệu",disabledDatesText:"Vô hiệu",minText:"Ngày nhập trong ô này phải sau ngày {0}",maxText:"Ngày nhập trong ô này phải trước ngày {0}",invalidText:"{0} không phải là má»™t ngày hợp lệ - phải có dạng {1}",format:"d/m/y"});Ext.define("Ext.locale.vn.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"Äang tải..."})});Ext.define("Ext.locale.vn.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'Giá trị cá»§a ô này phải là má»™t địa chỉ email có dạng như "ten@abc.com"',urlText:'Giá trị cá»§a ô này phải là má»™t địa chỉ web(URL) hợp lệ, có dạng như "http://www.example.com"',alphaText:"Ô này chỉ được nhập các kí tá»± và gạch dưới(_)",alphanumText:"Ô này chỉ được nhập các kí tá»±, số và gạch dưới(_)"});Ext.define("Ext.locale.vn.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"Tăng dần",sortDescText:"Giảm dần",lockText:"Khóa cá»™t",unlockText:"Bá» khóa cá»™t",columnsText:"Các cá»™t"});Ext.define("Ext.locale.vn.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"Tên",valueText:"Giá trị",dateFormat:"j/m/Y"});Ext.define("Ext.locale.vn.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"Äồng ý",cancel:"Há»§y bá»",yes:"Có",no:"Không"}});Ext.define("Ext.locale.vn.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-zh_CN-debug.js b/src/webapp/js/classic/locale/locale-zh_CN-debug.js deleted file mode 100644 index 36cc321..0000000 --- a/src/webapp/js/classic/locale/locale-zh_CN-debug.js +++ /dev/null @@ -1,274 +0,0 @@ -/** - * Simplified Chinese translation - * By DavidHu - * 09 April 2007 - * - * update by andy_ghg - * 2009-10-22 15:00:57 - */ -Ext.onReady(function() { - var parseCodes; - - if (Ext.Date) { - Ext.Date.monthNames = ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "乿œˆ", "åæœˆ", "å一月", "å二月"]; - - Ext.Date.dayNames = ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"]; - - Ext.Date.formatCodes.a = "(this.getHours() < 12 ? '上åˆ' : '下åˆ')"; - Ext.Date.formatCodes.A = "(this.getHours() < 12 ? '上åˆ' : '下åˆ')"; - - parseCodes = { - g: 1, - c: "if (/(上åˆ)/i.test(results[{0}])) {\n" - + "if (!h || h == 12) { h = 0; }\n" - + "} else { if (!h || h < 12) { h = (h || 0) + 12; }}", - s: "(上åˆ|下åˆ)", - calcAtEnd: true - }; - - Ext.Date.parseCodes.a = Ext.Date.parseCodes.A = parseCodes; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: ',', - decimalSeparator: '.', - currencySign: '\u00a5', - // Chinese Yuan - dateFormat: 'yå¹´m月dæ—¥' - }); - } -}); - -Ext.define("Ext.locale.zh_CN.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.zh_CN.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "选择了 {0} 行" -}); - -Ext.define("Ext.locale.zh_CN.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "关闭此标签" -}); - -Ext.define("Ext.locale.zh_CN.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "è¾“å…¥å€¼éžæ³•" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.zh_CN.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "讀å–中..." -}); - -Ext.define("Ext.locale.zh_CN.picker.Date", { - override: "Ext.picker.Date", - todayText: "今天", - minText: "日期必须大于最å°å…许日期", - //update - maxText: "日期必须å°äºŽæœ€å¤§å…许日期", - //update - disabledDaysText: "", - disabledDatesText: "", - nextText: '下个月 (Ctrl+Right)', - prevText: '上个月 (Ctrl+Left)', - monthYearText: '选择一个月 (Control+Up/Down æ¥æ”¹å˜å¹´ä»½)', - //update - todayTip: "{0} (空格键选择)", - format: "yå¹´m月dæ—¥", - ariaTitle: '{0}', - ariaTitleDateFormat: 'Y\u5e74m\u6708d\u65e5', - longDayFormat: 'Y\u5e74m\u6708d\u65e5', - monthYearFormat: 'Y\u5e74m\u6708', - getDayInitial: function (value) { - // Grab the last character - return value.substr(value.length - 1); - } -}); - -Ext.define("Ext.locale.zh_CN.picker.Month", { - override: "Ext.picker.Month", - okText: "确定", - cancelText: "å–æ¶ˆ" -}); - -Ext.define("Ext.locale.zh_CN.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "第", - //update - afterPageText: "页,å…± {0} 页", - //update - firstText: "第一页", - prevText: "上一页", - //update - nextText: "下一页", - lastText: "最åŽé¡µ", - refreshText: "刷新", - displayMsg: "显示 {0} - {1}æ¡ï¼Œå…± {2} æ¡", - //update - emptyMsg: '没有数æ®' -}); - -Ext.define("Ext.locale.zh_CN.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "该输入项的最å°é•¿åº¦æ˜¯ {0} 个字符", - maxLengthText: "该输入项的最大长度是 {0} 个字符", - blankText: "该输入项为必输项", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.zh_CN.form.field.Number", { - override: "Ext.form.field.Number", - minText: "该输入项的最å°å€¼æ˜¯ {0}", - maxText: "该输入项的最大值是 {0}", - nanText: "{0} 䏿˜¯æœ‰æ•ˆæ•°å€¼" -}); - -Ext.define("Ext.locale.zh_CN.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "ç¦ç”¨", - disabledDatesText: "ç¦ç”¨", - minText: "该输入项的日期必须在 {0} 之åŽ", - maxText: "该输入项的日期必须在 {0} 之å‰", - invalidText: "{0} 是无效的日期 - å¿…é¡»ç¬¦åˆæ ¼å¼ï¼š {1}", - format: "yå¹´m月dæ—¥" -}); - -Ext.define("Ext.locale.zh_CN.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "加载中..." - }); -}); - -Ext.define("Ext.locale.zh_CN.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: '该输入项必须是电å­é‚®ä»¶åœ°å€ï¼Œæ ¼å¼å¦‚: "user@example.com"', - urlText: '该输入项必须是URL地å€ï¼Œæ ¼å¼å¦‚: "http:/' + '/www.example.com"', - alphaText: '该输入项åªèƒ½åŒ…å«åŠè§’å­—æ¯å’Œ_', - alphanumText: '该输入项åªèƒ½åŒ…å«åŠè§’å­—æ¯,æ•°å­—å’Œ_' -}); - -//add HTMLEditor's tips by andy_ghg -Ext.define("Ext.locale.zh_CN.form.field.HtmlEditor", { - override: "Ext.form.field.HtmlEditor", - createLinkText: '添加超级链接:' -}, function() { - Ext.apply(Ext.form.field.HtmlEditor.prototype, { - buttonTips: { - bold: { - title: '粗体 (Ctrl+B)', - text: '将选中的文字设置为粗体', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: '斜体 (Ctrl+I)', - text: '将选中的文字设置为斜体', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: '下划线 (Ctrl+U)', - text: '给所选文字加下划线', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: '增大字体', - text: '增大字å·', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: '缩å°å­—体', - text: 'å‡å°å­—å·', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: '以ä¸åŒé¢œè‰²çªå‡ºæ˜¾ç¤ºæ–‡æœ¬', - text: 'ä½¿æ–‡å­—çœ‹ä¸ŠåŽ»åƒæ˜¯ç”¨è§å…‰ç¬”åšäº†æ ‡è®°ä¸€æ ·', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: '字体颜色', - text: '更改字体颜色', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: '左对é½', - text: '将文字左对é½', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: '居中', - text: '将文字居中对é½', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'å³å¯¹é½', - text: '将文字å³å¯¹é½', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: '项目符å·', - text: '开始创建项目符å·åˆ—表', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'ç¼–å·', - text: '开始创建编å·åˆ—表', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: '转æˆè¶…级链接', - text: 'å°†æ‰€é€‰æ–‡æœ¬è½¬æ¢æˆè¶…级链接', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: '代ç è§†å›¾', - text: '以代ç çš„å½¢å¼å±•现文本', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - } - }); -}); - -Ext.define("Ext.locale.zh_CN.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "æ­£åº", - //update - sortDescText: "倒åº", - //update - lockText: "é”定列", - //update - unlockText: "解除é”定", - //update - columnsText: "列" -}); - -Ext.define("Ext.locale.zh_CN.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "åç§°", - valueText: "值", - dateFormat: "yå¹´m月dæ—¥" -}); - -Ext.define("Ext.locale.zh_CN.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "确定", - cancel: "å–æ¶ˆ", - yes: "是", - no: "å¦" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.zh_CN.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-zh_CN.js b/src/webapp/js/classic/locale/locale-zh_CN.js deleted file mode 100644 index f356f2f..0000000 --- a/src/webapp/js/classic/locale/locale-zh_CN.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){var a;if(Ext.Date){Ext.Date.monthNames=["一月","二月","三月","四月","五月","六月","七月","八月","乿œˆ","åæœˆ","å一月","å二月"];Ext.Date.dayNames=["星期日","星期一","星期二","星期三","星期四","星期五","星期六"];Ext.Date.formatCodes.a="(this.getHours() < 12 ? '上åˆ' : '下åˆ')";Ext.Date.formatCodes.A="(this.getHours() < 12 ? '上åˆ' : '下åˆ')";a={g:1,c:"if (/(上åˆ)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(上åˆ|下åˆ)",calcAtEnd:true};Ext.Date.parseCodes.a=Ext.Date.parseCodes.A=a}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:",",decimalSeparator:".",currencySign:"\u00a5",dateFormat:"yå¹´m月dæ—¥"})}});Ext.define("Ext.locale.zh_CN.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.zh_CN.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"选择了 {0} 行"});Ext.define("Ext.locale.zh_CN.tab.Tab",{override:"Ext.tab.Tab",closeText:"关闭此标签"});Ext.define("Ext.locale.zh_CN.form.field.Base",{override:"Ext.form.field.Base",invalidText:"è¾“å…¥å€¼éžæ³•"});Ext.define("Ext.locale.zh_CN.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"讀å–中..."});Ext.define("Ext.locale.zh_CN.picker.Date",{override:"Ext.picker.Date",todayText:"今天",minText:"日期必须大于最å°å…许日期",maxText:"日期必须å°äºŽæœ€å¤§å…许日期",disabledDaysText:"",disabledDatesText:"",nextText:"下个月 (Ctrl+Right)",prevText:"上个月 (Ctrl+Left)",monthYearText:"选择一个月 (Control+Up/Down æ¥æ”¹å˜å¹´ä»½)",todayTip:"{0} (空格键选择)",format:"yå¹´m月dæ—¥",ariaTitle:"{0}",ariaTitleDateFormat:"Y\u5e74m\u6708d\u65e5",longDayFormat:"Y\u5e74m\u6708d\u65e5",monthYearFormat:"Y\u5e74m\u6708",getDayInitial:function(a){return a.substr(a.length-1)}});Ext.define("Ext.locale.zh_CN.picker.Month",{override:"Ext.picker.Month",okText:"确定",cancelText:"å–æ¶ˆ"});Ext.define("Ext.locale.zh_CN.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"第",afterPageText:"页,å…± {0} 页",firstText:"第一页",prevText:"上一页",nextText:"下一页",lastText:"最åŽé¡µ",refreshText:"刷新",displayMsg:"显示 {0} - {1}æ¡ï¼Œå…± {2} æ¡",emptyMsg:"没有数æ®"});Ext.define("Ext.locale.zh_CN.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"该输入项的最å°é•¿åº¦æ˜¯ {0} 个字符",maxLengthText:"该输入项的最大长度是 {0} 个字符",blankText:"该输入项为必输项",regexText:"",emptyText:null});Ext.define("Ext.locale.zh_CN.form.field.Number",{override:"Ext.form.field.Number",minText:"该输入项的最å°å€¼æ˜¯ {0}",maxText:"该输入项的最大值是 {0}",nanText:"{0} 䏿˜¯æœ‰æ•ˆæ•°å€¼"});Ext.define("Ext.locale.zh_CN.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"ç¦ç”¨",disabledDatesText:"ç¦ç”¨",minText:"该输入项的日期必须在 {0} 之åŽ",maxText:"该输入项的日期必须在 {0} 之å‰",invalidText:"{0} 是无效的日期 - å¿…é¡»ç¬¦åˆæ ¼å¼ï¼š {1}",format:"yå¹´m月dæ—¥"});Ext.define("Ext.locale.zh_CN.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"加载中..."})});Ext.define("Ext.locale.zh_CN.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'该输入项必须是电å­é‚®ä»¶åœ°å€ï¼Œæ ¼å¼å¦‚: "user@example.com"',urlText:'该输入项必须是URL地å€ï¼Œæ ¼å¼å¦‚: "http://www.example.com"',alphaText:"该输入项åªèƒ½åŒ…å«åŠè§’å­—æ¯å’Œ_",alphanumText:"该输入项åªèƒ½åŒ…å«åŠè§’å­—æ¯,æ•°å­—å’Œ_"});Ext.define("Ext.locale.zh_CN.form.field.HtmlEditor",{override:"Ext.form.field.HtmlEditor",createLinkText:"添加超级链接:"},function(){Ext.apply(Ext.form.field.HtmlEditor.prototype,{buttonTips:{bold:{title:"粗体 (Ctrl+B)",text:"将选中的文字设置为粗体",cls:Ext.baseCSSPrefix+"html-editor-tip"},italic:{title:"斜体 (Ctrl+I)",text:"将选中的文字设置为斜体",cls:Ext.baseCSSPrefix+"html-editor-tip"},underline:{title:"下划线 (Ctrl+U)",text:"给所选文字加下划线",cls:Ext.baseCSSPrefix+"html-editor-tip"},increasefontsize:{title:"增大字体",text:"增大字å·",cls:Ext.baseCSSPrefix+"html-editor-tip"},decreasefontsize:{title:"缩å°å­—体",text:"å‡å°å­—å·",cls:Ext.baseCSSPrefix+"html-editor-tip"},backcolor:{title:"以ä¸åŒé¢œè‰²çªå‡ºæ˜¾ç¤ºæ–‡æœ¬",text:"ä½¿æ–‡å­—çœ‹ä¸ŠåŽ»åƒæ˜¯ç”¨è§å…‰ç¬”åšäº†æ ‡è®°ä¸€æ ·",cls:Ext.baseCSSPrefix+"html-editor-tip"},forecolor:{title:"字体颜色",text:"更改字体颜色",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyleft:{title:"左对é½",text:"将文字左对é½",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifycenter:{title:"居中",text:"将文字居中对é½",cls:Ext.baseCSSPrefix+"html-editor-tip"},justifyright:{title:"å³å¯¹é½",text:"将文字å³å¯¹é½",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertunorderedlist:{title:"项目符å·",text:"开始创建项目符å·åˆ—表",cls:Ext.baseCSSPrefix+"html-editor-tip"},insertorderedlist:{title:"ç¼–å·",text:"开始创建编å·åˆ—表",cls:Ext.baseCSSPrefix+"html-editor-tip"},createlink:{title:"转æˆè¶…级链接",text:"å°†æ‰€é€‰æ–‡æœ¬è½¬æ¢æˆè¶…级链接",cls:Ext.baseCSSPrefix+"html-editor-tip"},sourceedit:{title:"代ç è§†å›¾",text:"以代ç çš„å½¢å¼å±•现文本",cls:Ext.baseCSSPrefix+"html-editor-tip"}}})});Ext.define("Ext.locale.zh_CN.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"æ­£åº",sortDescText:"倒åº",lockText:"é”定列",unlockText:"解除é”定",columnsText:"列"});Ext.define("Ext.locale.zh_CN.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"åç§°",valueText:"值",dateFormat:"yå¹´m月dæ—¥"});Ext.define("Ext.locale.zh_CN.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"确定",cancel:"å–æ¶ˆ",yes:"是",no:"å¦"}});Ext.define("Ext.locale.zh_CN.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/locale/locale-zh_TW-debug.js b/src/webapp/js/classic/locale/locale-zh_TW-debug.js deleted file mode 100644 index cf00181..0000000 --- a/src/webapp/js/classic/locale/locale-zh_TW-debug.js +++ /dev/null @@ -1,178 +0,0 @@ -/** - * Traditional Chinese translation - * By hata1234 - * 09 April 2007 - */ -Ext.onReady(function() { - var parseCodes; - - if (Ext.Date) { - Ext.Date.monthNames = ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "乿œˆ", "åæœˆ", "å一月", "å二月"]; - - Ext.Date.dayNames = ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"]; - - Ext.Date.formatCodes.a = "(this.getHours() < 12 ? '上åˆ' : '下åˆ')"; - Ext.Date.formatCodes.A = "(this.getHours() < 12 ? '上åˆ' : '下åˆ')"; - - parseCodes = { - g: 1, - c: "if (/(上åˆ)/i.test(results[{0}])) {\n" - + "if (!h || h == 12) { h = 0; }\n" - + "} else { if (!h || h < 12) { h = (h || 0) + 12; }}", - s: "(上åˆ|下åˆ)", - calcAtEnd: true - }; - - Ext.Date.parseCodes.a = Ext.Date.parseCodes.A = parseCodes; - } - - if (Ext.util && Ext.util.Format) { - Ext.apply(Ext.util.Format, { - thousandSeparator: ',', - decimalSeparator: '.', - currencySign: '\u00a5', - // Chinese Yuan - dateFormat: 'Y/m/d' - }); - } -}); - -Ext.define("Ext.locale.zh_TW.view.View", { - override: "Ext.view.View", - emptyText: "" -}); - -Ext.define("Ext.locale.zh_TW.grid.plugin.DragDrop", { - override: "Ext.grid.plugin.DragDrop", - dragText: "鏿“‡äº† {0} 行" -}); - -Ext.define("Ext.locale.zh_TW.tab.Tab", { - override: "Ext.tab.Tab", - closeText: "關閉此標籤" -}); - -Ext.define("Ext.locale.zh_TW.form.field.Base", { - override: "Ext.form.field.Base", - invalidText: "數值ä¸ç¬¦åˆæ¬„ä½è¦å®š" -}); - -// changing the msg text below will affect the LoadMask -Ext.define("Ext.locale.zh_TW.view.AbstractView", { - override: "Ext.view.AbstractView", - loadingText: "讀å–中..." -}); - -Ext.define("Ext.locale.zh_TW.picker.Date", { - override: "Ext.picker.Date", - todayText: "今天", - minText: "日期必須大於最å°å®¹è¨±æ—¥æœŸ", - maxText: "æ—¥æœŸå¿…é ˆå°æ–¼æœ€å¤§å®¹è¨±æ—¥æœŸ", - disabledDaysText: "", - disabledDatesText: "", - nextText: "下個月 (Ctrl+峿–¹å‘éµ)", - prevText: "上個月 (Ctrl+左方å‘éµ)", - monthYearText: "鏿“‡æœˆä»½ (Ctrl+上/下方å‘éµé¸æ“‡å¹´ä»½)", - format: "y/m/d", - ariaTitle: '{0}', - ariaTitleDateFormat: 'Y\u5e74m\u6708d\u65e5', - longDayFormat: 'Y\u5e74m\u6708d\u65e5', - monthYearFormat: 'Y\u5e74m\u6708', - getDayInitial: function (value) { - // Grab the last character - return value.substr(value.length - 1); - } -}); - -Ext.define("Ext.locale.zh_TW.picker.Month", { - override: "Ext.picker.Month", - okText: "确定", - cancelText: "å–æ¶ˆ" -}); - -Ext.define("Ext.locale.zh_TW.toolbar.Paging", { - override: "Ext.PagingToolbar", - beforePageText: "第", - afterPageText: "é ï¼Œå…±{0}é ", - firstText: "第一é ", - prevText: "上一é ", - nextText: "下一é ", - lastText: "最後é ", - refreshText: "釿–°æ•´ç†", - displayMsg: "顯示{0} - {1}ç­†,å…±{2}ç­†", - emptyMsg: '沒有任何資料' -}); - -Ext.define("Ext.locale.zh_TW.form.field.Text", { - override: "Ext.form.field.Text", - minLengthText: "æ­¤æ¬„ä½æœ€å°‘è¦è¼¸å…¥ {0} 個字", - maxLengthText: "æ­¤æ¬„ä½æœ€å¤šè¼¸å…¥ {0} 個字", - blankText: "此欄ä½ç‚ºå¿…å¡«", - regexText: "", - emptyText: null -}); - -Ext.define("Ext.locale.zh_TW.form.field.Number", { - override: "Ext.form.field.Number", - minText: "此欄ä½ä¹‹æ•¸å€¼å¿…須大於 {0}", - maxText: "此欄ä½ä¹‹æ•¸å€¼å¿…é ˆå°æ–¼ {0}", - nanText: "{0} 䏿˜¯åˆæ³•的數字" -}); - -Ext.define("Ext.locale.zh_TW.form.field.Date", { - override: "Ext.form.field.Date", - disabledDaysText: "無法使用", - disabledDatesText: "無法使用", - minText: "此欄ä½ä¹‹æ—¥æœŸå¿…須在 {0} 之後", - maxText: "此欄ä½ä¹‹æ—¥æœŸå¿…須在 {0} 之å‰", - invalidText: "{0} 䏿˜¯æ­£ç¢ºçš„æ—¥æœŸæ ¼å¼ - å¿…é ˆåƒæ˜¯ 「 {1} 〠這樣的格å¼", - format: "Y/m/d" -}); - -Ext.define("Ext.locale.zh_TW.form.field.ComboBox", { - override: "Ext.form.field.ComboBox", - valueNotFoundText: undefined -}, function() { - Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { - loadingText: "讀å–中 ..." - }); -}); - -Ext.define("Ext.locale.zh_TW.form.field.VTypes", { - override: "Ext.form.field.VTypes", - emailText: '此欄ä½å¿…é ˆè¼¸å…¥åƒ "user@example.com" 之E-Mailæ ¼å¼', - urlText: '此欄ä½å¿…é ˆè¼¸å…¥åƒ "http:/' + '/www.example.com" ä¹‹ç¶²å€æ ¼å¼', - alphaText: '此欄ä½åƒ…能輸入åŠå½¢è‹±æ–‡å­—æ¯åŠåº•ç·š( _ )符號', - alphanumText: '此欄ä½åƒ…能輸入åŠå½¢è‹±æ–‡å­—æ¯ã€æ•¸å­—åŠåº•ç·š( _ )符號' -}); - -Ext.define("Ext.locale.zh_TW.grid.header.Container", { - override: "Ext.grid.header.Container", - sortAscText: "æ­£å‘æŽ’åº", - sortDescText: "å呿ޒåº", - lockText: "鎖定欄ä½", - unlockText: "解開欄ä½éŽ–å®š", - columnsText: "欄ä½" -}); - -Ext.define("Ext.locale.zh_TW.grid.PropertyColumnModel", { - override: "Ext.grid.PropertyColumnModel", - nameText: "å稱", - valueText: "數值", - dateFormat: "Y/m/d" -}); - -Ext.define("Ext.locale.zh_TW.window.MessageBox", { - override: "Ext.window.MessageBox", - buttonText: { - ok: "確定", - cancel: "å–æ¶ˆ", - yes: "是", - no: "å¦" - } -}); - -// This is needed until we can refactor all of the locales into individual files -Ext.define("Ext.locale.zh_TW.Component", { - override: "Ext.Component" -}); diff --git a/src/webapp/js/classic/locale/locale-zh_TW.js b/src/webapp/js/classic/locale/locale-zh_TW.js deleted file mode 100644 index 39352fc..0000000 --- a/src/webapp/js/classic/locale/locale-zh_TW.js +++ /dev/null @@ -1 +0,0 @@ -Ext.onReady(function(){var a;if(Ext.Date){Ext.Date.monthNames=["一月","二月","三月","四月","五月","六月","七月","八月","乿œˆ","åæœˆ","å一月","å二月"];Ext.Date.dayNames=["星期日","星期一","星期二","星期三","星期四","星期五","星期六"];Ext.Date.formatCodes.a="(this.getHours() < 12 ? '上åˆ' : '下åˆ')";Ext.Date.formatCodes.A="(this.getHours() < 12 ? '上åˆ' : '下åˆ')";a={g:1,c:"if (/(上åˆ)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(上åˆ|下åˆ)",calcAtEnd:true};Ext.Date.parseCodes.a=Ext.Date.parseCodes.A=a}if(Ext.util&&Ext.util.Format){Ext.apply(Ext.util.Format,{thousandSeparator:",",decimalSeparator:".",currencySign:"\u00a5",dateFormat:"Y/m/d"})}});Ext.define("Ext.locale.zh_TW.view.View",{override:"Ext.view.View",emptyText:""});Ext.define("Ext.locale.zh_TW.grid.plugin.DragDrop",{override:"Ext.grid.plugin.DragDrop",dragText:"鏿“‡äº† {0} 行"});Ext.define("Ext.locale.zh_TW.tab.Tab",{override:"Ext.tab.Tab",closeText:"關閉此標籤"});Ext.define("Ext.locale.zh_TW.form.field.Base",{override:"Ext.form.field.Base",invalidText:"數值ä¸ç¬¦åˆæ¬„ä½è¦å®š"});Ext.define("Ext.locale.zh_TW.view.AbstractView",{override:"Ext.view.AbstractView",loadingText:"讀å–中..."});Ext.define("Ext.locale.zh_TW.picker.Date",{override:"Ext.picker.Date",todayText:"今天",minText:"日期必須大於最å°å®¹è¨±æ—¥æœŸ",maxText:"æ—¥æœŸå¿…é ˆå°æ–¼æœ€å¤§å®¹è¨±æ—¥æœŸ",disabledDaysText:"",disabledDatesText:"",nextText:"下個月 (Ctrl+峿–¹å‘éµ)",prevText:"上個月 (Ctrl+左方å‘éµ)",monthYearText:"鏿“‡æœˆä»½ (Ctrl+上/下方å‘éµé¸æ“‡å¹´ä»½)",format:"y/m/d",ariaTitle:"{0}",ariaTitleDateFormat:"Y\u5e74m\u6708d\u65e5",longDayFormat:"Y\u5e74m\u6708d\u65e5",monthYearFormat:"Y\u5e74m\u6708",getDayInitial:function(a){return a.substr(a.length-1)}});Ext.define("Ext.locale.zh_TW.picker.Month",{override:"Ext.picker.Month",okText:"确定",cancelText:"å–æ¶ˆ"});Ext.define("Ext.locale.zh_TW.toolbar.Paging",{override:"Ext.PagingToolbar",beforePageText:"第",afterPageText:"é ï¼Œå…±{0}é ",firstText:"第一é ",prevText:"上一é ",nextText:"下一é ",lastText:"最後é ",refreshText:"釿–°æ•´ç†",displayMsg:"顯示{0} - {1}ç­†,å…±{2}ç­†",emptyMsg:"沒有任何資料"});Ext.define("Ext.locale.zh_TW.form.field.Text",{override:"Ext.form.field.Text",minLengthText:"æ­¤æ¬„ä½æœ€å°‘è¦è¼¸å…¥ {0} 個字",maxLengthText:"æ­¤æ¬„ä½æœ€å¤šè¼¸å…¥ {0} 個字",blankText:"此欄ä½ç‚ºå¿…å¡«",regexText:"",emptyText:null});Ext.define("Ext.locale.zh_TW.form.field.Number",{override:"Ext.form.field.Number",minText:"此欄ä½ä¹‹æ•¸å€¼å¿…須大於 {0}",maxText:"此欄ä½ä¹‹æ•¸å€¼å¿…é ˆå°æ–¼ {0}",nanText:"{0} 䏿˜¯åˆæ³•的數字"});Ext.define("Ext.locale.zh_TW.form.field.Date",{override:"Ext.form.field.Date",disabledDaysText:"無法使用",disabledDatesText:"無法使用",minText:"此欄ä½ä¹‹æ—¥æœŸå¿…須在 {0} 之後",maxText:"此欄ä½ä¹‹æ—¥æœŸå¿…須在 {0} 之å‰",invalidText:"{0} 䏿˜¯æ­£ç¢ºçš„æ—¥æœŸæ ¼å¼ - å¿…é ˆåƒæ˜¯ 「 {1} 〠這樣的格å¼",format:"Y/m/d"});Ext.define("Ext.locale.zh_TW.form.field.ComboBox",{override:"Ext.form.field.ComboBox",valueNotFoundText:undefined},function(){Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig,{loadingText:"讀å–中 ..."})});Ext.define("Ext.locale.zh_TW.form.field.VTypes",{override:"Ext.form.field.VTypes",emailText:'此欄ä½å¿…é ˆè¼¸å…¥åƒ "user@example.com" 之E-Mailæ ¼å¼',urlText:'此欄ä½å¿…é ˆè¼¸å…¥åƒ "http://www.example.com" ä¹‹ç¶²å€æ ¼å¼',alphaText:"此欄ä½åƒ…能輸入åŠå½¢è‹±æ–‡å­—æ¯åŠåº•ç·š( _ )符號",alphanumText:"此欄ä½åƒ…能輸入åŠå½¢è‹±æ–‡å­—æ¯ã€æ•¸å­—åŠåº•ç·š( _ )符號"});Ext.define("Ext.locale.zh_TW.grid.header.Container",{override:"Ext.grid.header.Container",sortAscText:"æ­£å‘æŽ’åº",sortDescText:"å呿ޒåº",lockText:"鎖定欄ä½",unlockText:"解開欄ä½éŽ–å®š",columnsText:"欄ä½"});Ext.define("Ext.locale.zh_TW.grid.PropertyColumnModel",{override:"Ext.grid.PropertyColumnModel",nameText:"å稱",valueText:"數值",dateFormat:"Y/m/d"});Ext.define("Ext.locale.zh_TW.window.MessageBox",{override:"Ext.window.MessageBox",buttonText:{ok:"確定",cancel:"å–æ¶ˆ",yes:"是",no:"å¦"}});Ext.define("Ext.locale.zh_TW.Component",{override:"Ext.Component"}); \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/config.rb b/src/webapp/js/classic/theme-crisp-touch/config.rb deleted file mode 100644 index 60a8b78..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/config.rb +++ /dev/null @@ -1 +0,0 @@ -Compass.add_project_configuration('..\..\..\classic\theme-crisp-touch\sass\config.rb') diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/Readme.md b/src/webapp/js/classic/theme-crisp-touch/resources/Readme.md deleted file mode 100644 index 43c5b06..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/Readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# theme-crisp-touch/resources - -This folder contains static resources (typically an `"images"` folder as well). diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/Read Me.txt b/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/Read Me.txt deleted file mode 100644 index cd97d24..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/Read Me.txt +++ /dev/null @@ -1,5 +0,0 @@ -Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. - -You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. - -You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu > Manage Projects) to retrieve your icon selection. diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo-files/demo.css b/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo-files/demo.css deleted file mode 100644 index b814098..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo-files/demo.css +++ /dev/null @@ -1,150 +0,0 @@ -body { - padding: 0; - margin: 0; - font-family: sans-serif; - font-size: 1em; - line-height: 1.5; - color: #555; - background: #fff; -} -h1 { - font-size: 1.5em; - font-weight: normal; -} -small { - font-size: .66666667em; -} -a { - color: #e74c3c; - text-decoration: none; -} -a:hover, a:focus { - box-shadow: 0 1px #e74c3c; -} -.bshadow0, input { - box-shadow: inset 0 -2px #e7e7e7; -} -input:hover { - box-shadow: inset 0 -2px #ccc; -} -input, fieldset { - font-size: 1em; - margin: 0; - padding: 0; - border: 0; -} -input { - color: inherit; - line-height: 1.5; - height: 1.5em; - padding: .25em 0; -} -input:focus { - outline: none; - box-shadow: inset 0 -2px #449fdb; -} -.glyph { - font-size: 16px; - width: 15em; - padding-bottom: 1em; - margin-right: 4em; - margin-bottom: 1em; - float: left; - overflow: hidden; -} -.liga { - width: 80%; - width: calc(100% - 2.5em); -} -.talign-right { - text-align: right; -} -.talign-center { - text-align: center; -} -.bgc1 { - background: #f1f1f1; -} -.fgc1 { - color: #999; -} -.fgc0 { - color: #000; -} -p { - margin-top: 1em; - margin-bottom: 1em; -} -.mvm { - margin-top: .75em; - margin-bottom: .75em; -} -.mtn { - margin-top: 0; -} -.mtl, .mal { - margin-top: 1.5em; -} -.mbl, .mal { - margin-bottom: 1.5em; -} -.mal, .mhl { - margin-left: 1.5em; - margin-right: 1.5em; -} -.mhmm { - margin-left: 1em; - margin-right: 1em; -} -.mls { - margin-left: .25em; -} -.ptl { - padding-top: 1.5em; -} -.pbs, .pvs { - padding-bottom: .25em; -} -.pvs, .pts { - padding-top: .25em; -} -.unit { - float: left; -} -.unitRight { - float: right; -} -.size1of2 { - width: 50%; -} -.size1of1 { - width: 100%; -} -.clearfix:before, .clearfix:after { - content: " "; - display: table; -} -.clearfix:after { - clear: both; -} -.hidden-true { - display: none; -} -.textbox0 { - width: 3em; - background: #f1f1f1; - padding: .25em .5em; - line-height: 1.5; - height: 1.5em; -} -#testDrive { - display: block; - padding-top: 24px; - line-height: 1.5; -} -.fs0 { - font-size: 16px; -} -.fs1 { - font-size: 32px; -} diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo-files/demo.js b/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo-files/demo.js deleted file mode 100644 index e72f449..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo-files/demo.js +++ /dev/null @@ -1,30 +0,0 @@ -if (!('boxShadow' in document.body.style)) { - document.body.setAttribute('class', 'noBoxShadow'); -} - -document.body.addEventListener("click", function(e) { - var target = e.target; - if (target.tagName === "INPUT" && - target.getAttribute('class').indexOf('liga') === -1) { - target.select(); - } -}); - -(function() { - var fontSize = document.getElementById('fontSize'), - testDrive = document.getElementById('testDrive'), - testText = document.getElementById('testText'); - function updateTest() { - testDrive.innerHTML = testText.value || String.fromCharCode(160); - if (window.icomoonLiga) { - window.icomoonLiga(testDrive); - } - } - function updateSize() { - testDrive.style.fontSize = fontSize.value + 'px'; - } - fontSize.addEventListener('change', updateSize, false); - testText.addEventListener('input', updateTest, false); - testText.addEventListener('change', updateTest, false); - updateSize(); -}()); diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo.html b/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo.html deleted file mode 100644 index 3c5274b..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/demo.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - IcoMoon Demo - - - - - -
-

Font Name: ext-watermark (Glyphs: 12)

-
-
-

Grid Size: Unknown

-
-
- - - - icon-extjs-beta-left -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-extjs-beta-right -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-extjs-trial-left -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-extjs-trial-right -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-sencha-extjs-beta-left-2 -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-sencha-extjs-beta-left-3 -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-sencha-extjs-beta-right-2 -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-sencha-extjs-beta-right-3 -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-sencha-extjs-trial-left-2 -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-sencha-extjs-trial-left-3 -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-sencha-extjs-trial-right-2 -
-
- - -
-
- liga: - -
-
-
-
- - - - icon-sencha-extjs-trial-right-3 -
-
- - -
-
- liga: - -
-
-
- - -
-

Font Test Drive

- - - -
  -
-
- -
-

Generated by IcoMoon

-
- - - - \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.eot b/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.eot deleted file mode 100644 index 7c7fb70cf9bd61f9937631290300db3403ac9da2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11760 zcmeHNdu$uWnV%t-``+a)$z6&RNs(OfCGizLMag0$MNeC)Ez70l$g-oxa_rcSeTj2% zT->>j!~M}-5;v)Rag+G$Yx?%}+M=2 zH%nTwQcIB&yGSlxV0UL`znS@locX@r{N{T-g-`)*j4WvRh0$?LO2#)WFDJ5%>x;j7 z<;AytL&%Hf&=GVPrO^Fo7T$B{9&`Xw_n>_sEThd(awobE?KjI1(oxNnxfkt42hrUq zh;Bk@lm*$CpvG^3{bX)CF%IvGC0TWkIxmVSZr&%7{j@W*RU2a^dsM8s-OhV1z-+Znn}W zgSN{RvrF?~7Oq|jX8r18>?#q&w^+I|#Tk~V1T!=z@ zew;6^s8l2d{e+{SKo4j^#F3;5NYw-pLgJEm*JTy6Tl z6WMrt>K0p-<5(vzC?VwsA!RxpFX4^GkjL(;w6(h&xv_XNeo1s@d#dZ^ zzl=|0JK}nfXX3tSs)*B~vRx6|zoIyH%DP8oy$*)%XNCUqP6!ALB2 zX|WDaG~dIw`+wdN&~i@6)e{_DR~j43oF#Kl9shktbDr}o>lApqA;XgNChhS^N2*V0cgA(m zoO?qs_XI(Ff6ToBbMEb5ntP&Y_x@p--8+DeqGRZ9&>3_Nee=&{^;APOiXqK#YheGt zY7*;G*4{DipVZ-6|9}uVS}0wXbNmCWE+Z`rtx^5A^=I(l#KiG$YBEQ)9Gz760`=zSsV1 zjjU@4!@7>5DjG#Iu%;hIUqk27bLb`XYxFzp!)aW>gLpgMjgR5S@t0twuK}UBXe08r z$ivn|70tEWKo;dCRJ4d!n&`)mFRM}3E@6?iE_&N_$7L|;_Yf}om@(+Fw|2D|E=P7W zR^IHbhS+efHQ;h&CfdrkVV67Ly2&Xyd)h|23!|gy(;H;BuCB*DyeLGat^Is!pC{t4 z{fFjJdK^G5u!;URHi z_(6`bSo@nuHPRW?bwH~9fELz04M^407nwGNn!GMHrTn%w#l2`#iUc35!KN(LP?u~< zevLo^6Xff8r5kn zs5(U%m z?ou#R>h3Crg2nEW-hjtbPFSO~%_h<`AfKZyzT)$Qf1-CNoZ9ZxC7~_dVic5^X6h}0 z-kMRF-?493EGXIS8aAQ~FNMQ`2EHZ+!^Rh2V!~XhvT@TM`?z&9X&6xTwCkMhh@oPNm(sMtRrSvtSJkY0EC5cHMJ( zGRYQ_+iW&$Nm!_MRpKw!=N(~Ztes<$O@(=XJQ|{wD_sBdMZec0X*A_gTYRBs7{0=@ z`d(h>;Uq;cM-#U(iBM-C38Tq1M)TK~^=HA*A9YDtyI{2@C^{Is?-m#^Q5LZ14SaG< zd7~Tn1f2b!1)t1Yzk0fw*WGWAPf|}3eB#*fKZ#5c`?FK$snTx&}d}4CZH}J_@@yQ?m?ey-Mncb&xvZovjmU}9I zQu39Pe}Wp0YJ3;qla~Nj@v4cd0%=csUX5usz0CpJ0>D++=&HA_6`=U;xCBrL6lww# zngM`vZgoWUK?W$9MYy#(KGG2$L@GiXf279vdsTQ1J z;cLn7J{n%)KgOcKfAoeM{D+#|1QY_+u1pj(_z$_(&zk(l7Q%nDswV$Yt&Z43IxmMs zuM1D{f*6%*TY&$F`ag_&u1F>s<0ZIWScyhp zXu^B!DwVFzQKuI7-m5bSR$vm6t1$@)lS#PcIxq?6e)z*&Zrh>rs!g^QD2dt8-TmY9 z=T{~M27u|P|L@|ueVg-(8~%5VQ6+>OxR(C+|MU67ytm`YIRr7wb@s^+sY7#=?$a@Oj z&=R$CDR0*10o4cacFX6i$Em-izrp@gKvLAsEC1>E7uQoD0d;1C6p2fvI4B`)HqwnY z8|g-yjdY{UM!L~vBTYlytF^?#MTHVFU# diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.svg b/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.svg deleted file mode 100644 index 38679bb..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.ttf b/src/webapp/js/classic/theme-crisp-touch/resources/ext/ext-watermark/fonts/ext-watermark.ttf deleted file mode 100644 index 9652f68e85a80ec49fdd771c4369380a9d8872a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11572 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 TS)bq^wE%Wj&X)NWTlf4M95J3B diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow-open.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow-open.png deleted file mode 100644 index 01ac4a21e1ac7e2f91e3ee7728dc0885fbc92bf5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2930 zcmV-&3yt)NP)|D^_ww@lRz|vCuzLs)$;-`! zo*{AqUjza0dRV*yaMRE;fKCVhpQKsoe1Yhg01=zBIT!& zC1$=TK@rP|Ibo3vKKm@PqnO#LJhq6%Ij6Hz*<$V$@wQAMN5qJ)hzm2hoGcOF60t^# zFqJFfH{#e-4l@G)6iI9sa9D{VHW4w29}?su;^hF~NC{tY+*d5%WDCTXa!E_i;d2ub z1#}&jF5T4HnnCyEWTkKf0>c0%E1Ah>(_PY1)0w;+02c53Su*0<(nUqKG_|(0G&D0Z z{i;y^b@OjZ+}lNZ8Th$p5Uu}MTtq^NHl z*T1?CO*}7&0ztZsv2j*bmJyf3G7=Z`5B*PvzoDiKdLpOAxi2$L0#SX*@cY_n(^h55xYX z#km%V()bZjV~l{*bt*u9?FT3d5g^g~#a;iSZ@&02Abxq_DwB(I|L-^bXThc7C4-yr zInE_0gw7K3GZ**7&k~>k0Z0NWkO#^@9q0fwx1%qjZ=)yBuQ3=5 z4Wo^*!gyjLF-e%Um=erBOdIALW)L%unZshS@>qSW9o8Sq#0s#5*edK%>{;v(b^`kb zN5rY%%y90wC>#%$kE_5P!JWYk;U;klcqzOl-UjcFXXA75rT9jCH~u<)0>40zCTJ7v z2qAyk54cquI@7b&LHdZ`+zlTss6bJ7%PQ)z$cROu4wBhpu-r)01)S~6}jY?%U? zgEALn#wiFzo#H}aQ8rT=DHkadR18&{>P1bW7E`~Y4p3)hWn`DhhRJ5j*2tcg9i<^O zEt(fCg;q*CP8+7ZTcWhYX$fb^_9d-LhL+6BEtPYWVlfK zTBusSTASKKb%HuWJzl+By+?gkLq)?+BTu761jmyXF)a;mc z^>(B7bo*HQ1NNg1st!zt28YLv>W*y3CdWx9U8f|cqfXDAO`Q48?auQqHZJR2&bcD4 z9Ip>EY~kKEPV6Wm+eXFV)D)_R=tM0@&p?(!V*Qu1PXHG9o^TY0bZ?)4%0 z1p8F`JoeS|<@=<@RE7GY07EYX@lwd>4oW|Yi!o+Su@M`;WuSK8LKk71XR(_ zRKHM1xJ5XYX`fk>`6eqY>qNG6HZQwBM=xi4&Sb88?zd}EYguc1@>KIS<&CX#T35dw zS|7K*XM_5Nf(;WJJvJWRMA($P>8E^?{IdL4o5MGE7bq2MEEwP7v8AO@qL5!WvekBL z-8R%V?zVyL=G&{be=K4bT`e{#t|)$A!YaA?jp;X)-+bB;zhj`(vULAW%ue3U;av{9 z4wp%n<(7@__S@Z2PA@Mif3+uO&y|X06?J#o zSi8M;ejj_^(0<4Lt#wLu#dYrva1Y$6_o(k^&}yhSh&h;f@JVA>W8b%oZ=0JGnu?n~ z9O4}sJsfnnx7n(>`H13?(iXTy*fM=I`sj`CT)*pTHEgYKqqP+u1IL8No_-(u{qS+0 z<2@%BCt82d{Gqm;(q7a7b>wu+b|!X?c13m#p7cK1({0<`{-e>4hfb-UsyQuty7Ua; zOu?B?XLHZaol8GAb3Wnxcu!2v{R_`T4=x`(GvqLI{-*2AOSimkUAw*F_TX^n z@STz9kDQ$NC=!KfXWC z8h`dn#xL(D3Z9UkR7|Q&Hcy#Notk!^zVUSB(}`#4&lYA1f0h2V_PNgUAAWQEt$#LR zcH#y9#i!p(Udq2b^lI6wp1FXzN3T;~FU%Lck$-deE#qz9yYP3D3t8{6?<+s(e(3(_ z^YOu_)K8!O1p}D#{JO;G(*OVf32;bRa{vGf6951U69E94oEQKA00(qQO+^RZ1QrrE zIxV|*VRUQroun83*)ZMZ`+beX6i~G#Q*>R07*qoM6N<$f)%WZ0RR91 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow-rtl.png deleted file mode 100644 index 96e32a586722840940c0433ff2f089edcf7a8bad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17874 zcmeI4c|26@-^Y);vTqeh(mh5=GOIx|##qLhEsTuzF`Ef9!%SH!kwnX#q_V}WMRpaX zY=w$8q*WmmlDg?Bxw#XbV<|dy&vQS|@ArE>|IB&4#?1HnUf<96ocDEouXCM0j=ig# zZ53n}$N~VMU~gyT27b>6KPu9a;NOIc!;#>Z4ByU60044x$37B3@^P?-tP6)sUbV`H zC*%oyczl>WnGE9x@>m={CIAFKOLb>c+`H$Q4m|&4=@1is#DV9gDh+e9+#jwIr=zDO zqr5Uk>%>!4*Q(jp)-yG3rpL@Ucrg5cs;j>IKG`Oz4y}_1BTvQbyFK)B+bQ42;P?7Bxs!O3NR!GjKHwm(R9bH2Xzl?e&_M9Z2&C*~NT7S-Oa!B^cJ000zT| z#O3fxsVjg)@B=w%pwcO&61^~bROzi{(mILo-4d0;xD^i4;VOW6=t0XffVquCcxs}K zJCHsT*mQ^P-43im0GpQXeEk3jPaRC!CIPHHqNOU49tXhYGGnX&9}^(2Vf8+1fQklG zSPs|mKobH$+k3L?fOD6C%6etFLO@y`K)c37Edyq512)~%)(!@CCjlxpA3cd5mKP{@ z>4Bt@3W+6)@zxP*r4a#Ao}S1>y7l&I%TevXJ(u=;k0FWN13SMpB zaB#h1L4Cc^!D7XYh__cIN8#Sy?IWEHxqNc~cqt5P9MMM=EeJP}4EG;7xukcd&jz{l zEd%>mg-YfZf%NWYo_+i=Hr6K&l{|gg+0oIo^19_(+HKDrBkbypm7c?Xe}xgh4D`Ra z@@jDec725H%)uAccRx91ENnO|v)jAnb*$}|OLC)MG#|jP+k2N#^;Ftj=L8(INyBxrV1-x4FJH$GG5g~UFjL& zK9MgQf=1t)4cn$K0m51KhXVj$gVkar<#v%-tuz2wrAO$Uv(WfdHDA9{a$(i1mMXa~ zn~Zi_F1}uEscb3B2wxbuX<6PbOWi$n=QQ;;p&puR;woKz_QdlQk<}iT6;1g{pJ~!* zRl4O7GBYi1O3$TfJ&Td>-bd9wD6N(hHKgAR=jt&eMEQ@zatP7k`j(sjGNd8K-%awo1+l9`CL@Hmz1)|z#K zGTShAjb;9cVz;xd(OGkGTaxj0k@M^wGV)IzeXzhs&1Zmf_KmP~cI(ka&I$KC@89XR zeUtEJ#-|{8g*~c~wJ~g6^_2Ni^V#Y_^Uo$ao>70WU%i%sHpaY5>`GEf;(1W@iuJau z#@&`Zy7H*bQ4Kv5B|GO#&hs2Ok3Nq(l-TSI?mG%>JPh31vt=G0%k{`fUG>gg!=0UN zk`pJJ_o^Ic& zSC%-eS+?IaC;J4RY_QV6v&gOQ2+K^WJuzVLxX@XqOE)v2FKpj)mG{eDEz>xIb1cCy z*ZJlgOE^Z&waazQwS8A%RM3-|dZxm<%xfq@(V}+c(sfI1*|GJrQoG!ry0>P^X3ldm zCG-~{b9^&2PLx>%UFBx>CZ=845T549%X}VE(e-)Z4%9GZ*#C28zpXq~vPgchWV3wz zeBuqm03J~jRonc*mAw9%IXQ!Nl$P*vcU(y$@zf)m-)xi)aB9}IFK+j*@vk|hBdMdM zrU1^PBKg}#XP}wrF5k{Nol*ZX-)7N{o<_R%S`*i zjx}ezdW*}sQETvC8B~uo>x*piQ}dTRF3T^=oSj+X9PgZ)_LzO`+=t>@#o3qC&viCQ zHWw887w@34z17&4ZWLVWjjxE`QM%)|VN)rE=%IzaXfkLoo_lB6bxx{#$^%=r8oNXg*%z~aufwi8$OIBHMWd$mW<|$JVSm8- zm!bFjQ&Wmks(Z4U&-NPia(bg%e!q+ReOa29f#BY?o8%X+osDL4zaK^Ww&jJnkX<6! z7rV4kbX1&Y{*!Z;GJ+Q>V# zM;W7`qm4jj_!0^BjJ**S5o>=L8Vud8b@iYbp_%z-;nNDeuZ77kjf#%)++%i-A46Txh)FOEYHT43+N?fX z9kY6#!p6AZ&mvYD>XCAgn~BeiOL3)UHAt4%-AB|^s=c4XLOfEhz=-R2rR_^kU-YZg zS90y!)DlrQ*YiV8)K`Cs%AA*toTE=TX6_i{yyD1zSt#pe%{#E<_g>_3XZKQgtU3dTVeiKQ$htM z@^IXt0LvULr}$#_TlQ<#);oF3sKSvO-2InOi;ha&@+~@)H_HnlTWope4P}k)6FsRy zHq(=JwQlci{IT4$<#j!Gi*7d`GCuzP_tBm?)pK4RF3#BF;EB+rzOKmIj4vbxgfz>x ztIk@!XSHM=@$$Z6J^x28xjmi<1z{CBp-#RL8>(*as=6rQ`%cb7wliwSyOt+C>s_cQ zueOV{&wEleNUD4H6{s|;C8+Lf(rpRu)QINYzM9l>prXd^>akpTE$~I z39l0rxe8C8T~KISeW9oSPwQq>LY;1NS!6M}Gs{9wtQfibn8m9hlGdIBi1A4ko{26fLX!bobJJ6L;maYo&5uP zYG>S^F)XF6Sp1~q;UmrarWCi>$IIW@D%SpbWhC`|5JJI7!Q;2%HLtY!Rv{hT12Sy` zixddYwjS7)_fqP?uUj?QnyAf|$sdz#Qrwe=)_Sikb-7DweEjx#=oj1OUzLvIh+ZKp z`zW_K&$@R#h-ZInIFNcYbw?QTua-^CCyTdr(d*kbEAif!DhprUw;tW!Wm0ZZzwYB@ z;m5+}&bgkKJ(JH8Hu}F6z9o*tKX9onJ6@JtP_oXqq&KwU;x^Vmw?>+Aee0)+kPq`l zA3sXNo3>W;h4Kb&4D`3nYYhurI$VFJ>}k-_-u!Zx@{OO&dn}%kTcaPDtsQA;df&2h zb7fF^Ut^2yfMir;!$@3ztP*)vY*Orhst6e)oHsL-FeI@uM?mB=&uw8z7nifS}HyP=!<{M*^MakEAhp-b`e$ zKOfwP0szr0m`|hoGKDa2CY!@Gg}*Pm3WsqRrf^R~C$tlv%=F>dg$6R+L!Bw~P+vNp z0XHMb5`zh#fIm}6g9ZEhaRr26Q~06uE2IS@xB~47k*_*dOaVQR!xwUR zT-cZ{&6~GHXbOjqCHi(uUY9@rTOzJtk{w796-?u!Fi14&XF&}5w;2AGK)>-*W6)7d zKc+vED-?inn4iY+zi$4&g@2dwoBMAQgJa_4^z-1a=j-qP)6@c?^;QtUB+~EFevK4R zLikLS8&kmB5=duSZv`(!`)5}#c!B;jA&KKpV>3~FE}Mv&YMj>d+ms@Zd49Y=@U)mD10w2Y%|DF-A5vFMJfo5X zZnl;%duy^025)49z#=izWv2C;rZYZW3HDrpkjAAm?X5^)1CqmG5LVDII3~uBg`hK- zcm&SC$PlptXG}vd4ZID#aRxLzmSsFX7*0;p!+(&r;?cK^mE5E>1C+*KSI`*@V`Bsw z?F~xP4Y3G3!w`*Nfhi4e3?mGVH8IYh^tA9Fq+J3z;Braxo7QLS?EkkZej@WjDm#t< zoa73&6KM3YC6PoQ zt12dgi2AN|>a@N^PKI%Q9Ke4@c|w0$_}}LU@?mmC73PH0c(1<~5%5^TAX*^Pf(_1z z|8c>Xko-Ods!c?V-9P*||AA2u(6;_-WAM+4=>IwfKUvuRpT=Nn{?dJDTsD(ILVcaO zUmO0}uuTl+_cir(mHDv-iDP#&0$9J`T%wKF4Y=a{&^DEMqCa)44*j-__cz9(!2{g( zfX8I$bT>5AOLXXTH#BrA(u2zplCYE6AkEXF#%{S2w*+@^cgQ4xmj-Qu_FlyaX8KXB zIN*9K7+XcKxXBo(P?z7< zu7Br`sVn+-szS8HNgzN(n_^s|`9Qp4To53lO))Ofd>~#iE(j3OrWluKJ`k@M7X*lC zQ;bVAABb0s3j##6DaIw555z0R1py-36yp-j2jUguf&dY1igAhN1M!M+L4b%h#kfTC zfq2EZAV5T$VqBv6K)hmH5FnyWF)q=3AYL&p2oTYx7?)^15U&^)1c+!;j7u~hh*yjY z0z|Ya#wD5$#4E-H0V3KI;}XpW;uYh901<79af#*w@rrRlfQUB5xJ2`Tc*VFNKt!8j zT%!3vykcAsAfin%F424-UNJ5R5YeU>muNl^uNW5uh-gzJF4?K~J(*naCC?!6ZO#WP z(DT4IL1A<|HzxoHT>=2%;6Ew(YZUzM27oPS0C>9ze2Fv>0MvMgH{P%T`!?BISx|zX z{qfLbrIm$p)Jq=2$on;N`wQ))N~-dK(qHD1XKBw>FkIE`+#0UIzo&Y4&H)@oDDmWU zq>N+f$HN=`+#g=$+ZLdR*g#|LuD zCX)=@J74r?@@xm8qq?sGA>I9d;YXt1AovjKiH|_dw+Eb(^ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-arrow.png deleted file mode 100644 index 3743fd9cd5a35c54edfd3db5523355671ba9f989..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2953 zcmV;43wHF0P)|D^_ww@lRz|vCuzLs)$;-`! zo*{AqUjza0dRV*yaMRE;fKCVhpQKsoe1Yhg01=zBIT!& zC1$=TK@rP|Ibo3vKKm@PqnO#LJhq6%Ij6Hz*<$V$@wQAMN5qJ)hzm2hoGcOF60t^# zFqJFfH{#e-4l@G)6iI9sa9D{VHW4w29}?su;^hF~NC{tY+*d5%WDCTXa!E_i;d2ub z1#}&jF5T4HnnCyEWTkKf0>c0%E1Ah>(_PY1)0w;+02c53Su*0<(nUqKG_|(0G&D0Z z{i;y^b@OjZ+}lNZ8Th$p5Uu}MTtq^NHl z*T1?CO*}7&0ztZsv2j*bmJyf3G7=Z`5B*PvzoDiKdLpOAxi2$L0#SX*@cY_n(^h55xYX z#km%V()bZjV~l{*bt*u9?FT3d5g^g~#a;iSZ@&02Abxq_DwB(I|L-^bXThc7C4-yr zInE_0gw7K3GZ**7&k~>k0Z0NWkO#^@9q0fwx1%qjZ=)yBuQ3=5 z4Wo^*!gyjLF-e%Um=erBOdIALW)L%unZshS@>qSW9o8Sq#0s#5*edK%>{;v(b^`kb zN5rY%%y90wC>#%$kE_5P!JWYk;U;klcqzOl-UjcFXXA75rT9jCH~u<)0>40zCTJ7v z2qAyk54cquI@7b&LHdZ`+zlTss6bJ7%PQ)z$cROu4wBhpu-r)01)S~6}jY?%U? zgEALn#wiFzo#H}aQ8rT=DHkadR18&{>P1bW7E`~Y4p3)hWn`DhhRJ5j*2tcg9i<^O zEt(fCg;q*CP8+7ZTcWhYX$fb^_9d-LhL+6BEtPYWVlfK zTBusSTASKKb%HuWJzl+By+?gkLq)?+BTu761jmyXF)a;mc z^>(B7bo*HQ1NNg1st!zt28YLv>W*y3CdWx9U8f|cqfXDAO`Q48?auQqHZJR2&bcD4 z9Ip>EY~kKEPV6Wm+eXFV)D)_R=tM0@&p?(!V*Qu1PXHG9o^TY0bZ?)4%0 z1p8F`JoeS|<@=<@RE7GY07EYX@lwd>4oW|Yi!o+Su@M`;WuSK8LKk71XR(_ zRKHM1xJ5XYX`fk>`6eqY>qNG6HZQwBM=xi4&Sb88?zd}EYguc1@>KIS<&CX#T35dw zS|7K*XM_5Nf(;WJJvJWRMA($P>8E^?{IdL4o5MGE7bq2MEEwP7v8AO@qL5!WvekBL z-8R%V?zVyL=G&{be=K4bT`e{#t|)$A!YaA?jp;X)-+bB;zhj`(vULAW%ue3U;av{9 z4wp%n<(7@__S@Z2PA@Mif3+uO&y|X06?J#o zSi8M;ejj_^(0<4Lt#wLu#dYrva1Y$6_o(k^&}yhSh&h;f@JVA>W8b%oZ=0JGnu?n~ z9O4}sJsfnnx7n(>`H13?(iXTy*fM=I`sj`CT)*pTHEgYKqqP+u1IL8No_-(u{qS+0 z<2@%BCt82d{Gqm;(q7a7b>wu+b|!X?c13m#p7cK1({0<`{-e>4hfb-UsyQuty7Ua; zOu?B?XLHZaol8GAb3Wnxcu!2v{R_`T4=x`(GvqLI{-*2AOSimkUAw*F_TX^n z@STz9kDQ$NC=!KfXWC z8h`dn#xL(D3Z9UkR7|Q&Hcy#Notk!^zVUSB(}`#4&lYA1f0h2V_PNgUAAWQEt$#LR zcH#y9#i!p(Udq2b^lI6wp1FXzN3T;~FU%Lck$-deE#qz9yYP3D3t8{6?<+s(e(3(_ z^YOu_)K8!O1p}D#{JO;G(*OVf32;bRa{vGf6951U69E94oEQKA00(qQO+^RZ1QrrE zE;nJLnE(I)<4Ht8R5;7+)jdiBK^VsI-$+hjm(JE3hvTp*>iw4ZbC;}s*^FC@^ef}HcxI;Awj5zaAe-J-?J z*FZjTi~(+2&!7&n3T!ol5W*(GeZ1fqHz_4`I*nYkGUz_0c$|yx#HQau2YAO79)1$v z*rGMIJ;VeT7&pDmy)AC?2xr?q72*Fs_;tV+a|}%Qe%OcJ00000NkvXXu0mjfjFOoZ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-scroll-left.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-scroll-left.png deleted file mode 100644 index 3d5de43e45cf30670e10a0a8848b443cefb34a5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3187 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 JPDHLkV1h!~<>vqZ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-open-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-open-rtl.png deleted file mode 100644 index 4dff0b2237e76240711c34b1ec8ddc8aed58027d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17910 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 Buzdgk diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-open.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-open.png deleted file mode 100644 index a1a84738e2846877c2aadac3cf683ab57b2a5abd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2980 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-over.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-over.png deleted file mode 100644 index 625cbed42052790bff8370a5f302fc4cca115781..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3002 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow-rtl.png deleted file mode 100644 index 7f99f83e2a2172c207a819d2828107390e844d38..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17907 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/breadcrumb/default-split-arrow.png deleted file mode 100644 index a286bc79bb63cda3f6f3371b6299fb5a80cbb679..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2997 zcmV;m3rh5fP)|D^_ww@lRz|vCuzLs)$;-`! zo*{AqUjza0dRV*yaMRE;fKCVhpQKsoe1Yhg01=zBIT!& zC1$=TK@rP|Ibo3vKKm@PqnO#LJhq6%Ij6Hz*<$V$@wQAMN5qJ)hzm2hoGcOF60t^# zFqJFfH{#e-4l@G)6iI9sa9D{VHW4w29}?su;^hF~NC{tY+*d5%WDCTXa!E_i;d2ub z1#}&jF5T4HnnCyEWTkKf0>c0%E1Ah>(_PY1)0w;+02c53Su*0<(nUqKG_|(0G&D0Z z{i;y^b@OjZ+}lNZ8Th$p5Uu}MTtq^NHl z*T1?CO*}7&0ztZsv2j*bmJyf3G7=Z`5B*PvzoDiKdLpOAxi2$L0#SX*@cY_n(^h55xYX z#km%V()bZjV~l{*bt*u9?FT3d5g^g~#a;iSZ@&02Abxq_DwB(I|L-^bXThc7C4-yr zInE_0gw7K3GZ**7&k~>k0Z0NWkO#^@9q0fwx1%qjZ=)yBuQ3=5 z4Wo^*!gyjLF-e%Um=erBOdIALW)L%unZshS@>qSW9o8Sq#0s#5*edK%>{;v(b^`kb zN5rY%%y90wC>#%$kE_5P!JWYk;U;klcqzOl-UjcFXXA75rT9jCH~u<)0>40zCTJ7v z2qAyk54cquI@7b&LHdZ`+zlTss6bJ7%PQ)z$cROu4wBhpu-r)01)S~6}jY?%U? zgEALn#wiFzo#H}aQ8rT=DHkadR18&{>P1bW7E`~Y4p3)hWn`DhhRJ5j*2tcg9i<^O zEt(fCg;q*CP8+7ZTcWhYX$fb^_9d-LhL+6BEtPYWVlfK zTBusSTASKKb%HuWJzl+By+?gkLq)?+BTu761jmyXF)a;mc z^>(B7bo*HQ1NNg1st!zt28YLv>W*y3CdWx9U8f|cqfXDAO`Q48?auQqHZJR2&bcD4 z9Ip>EY~kKEPV6Wm+eXFV)D)_R=tM0@&p?(!V*Qu1PXHG9o^TY0bZ?)4%0 z1p8F`JoeS|<@=<@RE7GY07EYX@lwd>4oW|Yi!o+Su@M`;WuSK8LKk71XR(_ zRKHM1xJ5XYX`fk>`6eqY>qNG6HZQwBM=xi4&Sb88?zd}EYguc1@>KIS<&CX#T35dw zS|7K*XM_5Nf(;WJJvJWRMA($P>8E^?{IdL4o5MGE7bq2MEEwP7v8AO@qL5!WvekBL z-8R%V?zVyL=G&{be=K4bT`e{#t|)$A!YaA?jp;X)-+bB;zhj`(vULAW%ue3U;av{9 z4wp%n<(7@__S@Z2PA@Mif3+uO&y|X06?J#o zSi8M;ejj_^(0<4Lt#wLu#dYrva1Y$6_o(k^&}yhSh&h;f@JVA>W8b%oZ=0JGnu?n~ z9O4}sJsfnnx7n(>`H13?(iXTy*fM=I`sj`CT)*pTHEgYKqqP+u1IL8No_-(u{qS+0 z<2@%BCt82d{Gqm;(q7a7b>wu+b|!X?c13m#p7cK1({0<`{-e>4hfb-UsyQuty7Ua; zOu?B?XLHZaol8GAb3Wnxcu!2v{R_`T4=x`(GvqLI{-*2AOSimkUAw*F_TX^n z@STz9kDQ$NC=!KfXWC z8h`dn#xL(D3Z9UkR7|Q&Hcy#Notk!^zVUSB(}`#4&lYA1f0h2V_PNgUAAWQEt$#LR zcH#y9#i!p(Udq2b^lI6wp1FXzN3T;~FU%Lck$-deE#qz9yYP3D3t8{6?<+s(e(3(_ z^YOu_)K8!O1p}D#{JO;G(*OVf32;bRa{vGf6951U69E94oEQKA00(qQO+^RZ1QrrE z8Wz=8EC2uj4@pEpRA}Dq*fB~3F%$sMhivTu?Cfkkfs1&6y?|hqvC~pp5wz4oC8-22 zV67JRW N0gBEHj7&@n)&S=05y}7n diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-notitle-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-notitle-corners.gif deleted file mode 100644 index 2ddc10dceda4786b4eb2f37ead788456b8e25e4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 68 zcmZ?wbhEHbWM&Xz_{hNU9}F1448@-;j0_Bn3_3tA14!PHLzID$L&jsng98k#f>JRW N0gBEHj7&@n)&S=05y}7n diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-notitle-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-notitle-sides.gif deleted file mode 100644 index 449deeddac94310a7d1a8d40899fe0b888d4f068..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 85 zcmZ?wbhEHbWMe2{_`tyM9}ELCpIiR j+%BN(HOFJ)qNCjs##whxY+QW2U%|Oc#`99L1A{dHz)2oe diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn-group/btn-group-default-framed-sides.gif deleted file mode 100644 index 83e9fc22c946f59df1d18d0f35de587fe6d9c2fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 90 zcmZ?wbhEHbWMk-L_`tyM9}ELCpIiR o+%BN(HOFJ)qNCjs##whxY+QW2U%|Oc#&gq>lan=A*;p8?0d2D%_y7O^ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-corners.gif deleted file mode 100644 index 7ca3416343ae872ca09d9d4ab20e62bd1f76aab7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 133 zcmZ?wbhEHbWM&Xz_{_i{T7O2q<*a<`d4<++|z`)C(1LQJ*%y8x~VqoOpDPU-9WaJUhkO>G-Y+~c&;EK4A hz{uFn$I9e!prE0Nje}1hKw-gxMkZDX6AlgrYXF@#DT4q2 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-disabled-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-disabled-corners.gif deleted file mode 100644 index 637bd19c3a6bd97e49e9c33c0a7911aabd58e1f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 131 zcmZ?wbhEHbWM&Xz_{_l2x$kM;!DsykpG`RQeCF{NGmpQVed6WroA3AD`tbk%e+IAu zpc*(*{K>+|z`)6%1C(L_nc>V~z`)2M6L5fmk&%N(LnI(zVIvDW2b%>$VS{r!6QfLm XM#G{;CT2bs4UdEa3@n^XObpfliBK@N diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-disabled-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-disabled-sides.gif deleted file mode 100644 index 63e3c0bfa2b37c0dd4fd45041b80bdeb4e61510a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=iN58V$m#$8|B1fkA^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06W8UnT-Gd diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-corners.gif deleted file mode 100644 index c30ea568fece48043aeffa62805a580f94d5c0c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmZ?wbhEHbWM&Xz_`<*-T7O2q<*Y*MImOmB!wr*I$17|NlP&*g&9} zaHRN?g^__ll0gS3#Q?I?g~O78k%Pw|(UFB&z(7N!z|pa>T~dl=L%{>bHg;x_q>2a! dg$6bbHI9M_ijJ*}e0%{33XMQ5l1xkt)&N+%OxOSb diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-over-corners.gif deleted file mode 100644 index 79e6a851759e9cc2469562b3e341bd7eae0daa41..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmZ?wbhEHbWM&Xz_`<*-T)IcLYM)&7KKYvc3N`yp+7Fv|9kc8PqT|**$Ni?C_Mdjz zf5z$Jwb#qmT`ymMqiW-g1GnBB1fjQwZofTr=gqa}pa1{=&j2+|z#z_` z1605OveSjbl7W$fN5RpNg;_vHLnOe_v9VoTie*8;gM+Q?%py@05e^CsY@BKw1qF$X TEsT5uJ_!PiKrP}-Obpfl{NhLx diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-over-sides.gif deleted file mode 100644 index 76365672ed4c20e645bbca3cbd2de758d0f06430..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=6Lq{ahr`zA^Z)<Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^FD#v* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-pressed-corners.gif deleted file mode 100644 index 61847b8278921e69bbc7c7e50e91c660f81f99ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmZ?wbhEHbWM&Xz_`<*-5I<8YZLW0MT$%KFvgz}+^5&bAtuU=vVP3hyrE!&O<7)TD zHH8Zfmn=G5y68y7lB0VsKi+%g@xIHC_g#6sABe6#x$@}E|Ns9Pz(xU0Lqm!`Sr{1@ z#2Ive3K&3kx^P%BFmmuHI6AU0^Xq7c1UNc2wu?)!EGRf|kd>WTB&s69L4kpdLxm%w XK=EJ;BQKvv1VbZ3BfB^g6N5DXm_b6& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-pressed-sides.gif deleted file mode 100644 index 39324c2fd77665caf34eb473a5ee0625e139a989..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=5MP-pZlBcR?EnA&A^8LW00093EC2ui00sac13?J? z009UH5I_I`fdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^gyx+P diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-focus-sides.gif deleted file mode 100644 index 37ab532d4dcaab16e7ab4314159fbc604ed825d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=6@Sb)lGNAf_W%F?A^8LW00093EC2ui00sac13?J? z009UH5I_I`fdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^e5sw| diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-over-corners.gif deleted file mode 100644 index aaba5c224eef95dbad8df9ede97cb5dc7f2fe18f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmZ?wbhEHbWM&Xz_{_i{T)IcLYM*TNKDp|B@-_PvYW5qp9WrV?WYl)Zr2TO5+UsTO zu9vUBQMK{L|Ns9P7#I|PvM@3*@G{}Xk*A^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06V!jmhS)n diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-pressed-corners.gif deleted file mode 100644 index 9835b82763bd7b13afa5e02b35d5840664c9e38e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 182 zcmZ?wbhEHbWM&Xz_`<*-5I<8QdA3B#Y^k)l(rI&L(&x#h&sWc#r=B}sBX_=5-u%J^ zhf5Y6E?sn_V#(3}|Nk?9wE%Syi4=dbFfuUkGw1*{GJx!K;V@=k(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06W{^mM{PS diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-large-sides.gif deleted file mode 100644 index e022aca856a6515d05d0af7514953d1a0cde3aca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 103 zcmZ?wbhEHbWMfcc_{hK@T7Sl3(v|=J{{tC{KUo+V7?>Dz7=QpI@5o`nz{nyY!O-B) z#KtLRV_~4^)W$7pmBUe(bfjHKJL}8|!Nu-fvW|6oG&ZT6oGcccC$rK>+|z`)C(1LQJ*%y8x~VqoOpDPU-9WaJUhkO>G-Y+~c&;EK4A hz{uFn$I9e!prE0Nje}1hKw-gxMkZDX6AlgrYXF@#DT4q2 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-disabled-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-disabled-corners.gif deleted file mode 100644 index 637bd19c3a6bd97e49e9c33c0a7911aabd58e1f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 131 zcmZ?wbhEHbWM&Xz_{_l2x$kM;!DsykpG`RQeCF{NGmpQVed6WroA3AD`tbk%e+IAu zpc*(*{K>+|z`)6%1C(L_nc>V~z`)2M6L5fmk&%N(LnI(zVIvDW2b%>$VS{r!6QfLm XM#G{;CT2bs4UdEa3@n^XObpfliBK@N diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-disabled-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-disabled-sides.gif deleted file mode 100644 index 63e3c0bfa2b37c0dd4fd45041b80bdeb4e61510a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=iN58V$m#$8|B1fkA^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06W8UnT-Gd diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-corners.gif deleted file mode 100644 index c30ea568fece48043aeffa62805a580f94d5c0c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmZ?wbhEHbWM&Xz_`<*-T7O2q<*Y*MImOmB!wr*I$17|NlP&*g&9} zaHRN?g^__ll0gS3#Q?I?g~O78k%Pw|(UFB&z(7N!z|pa>T~dl=L%{>bHg;x_q>2a! dg$6bbHI9M_ijJ*}e0%{33XMQ5l1xkt)&N+%OxOSb diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-over-corners.gif deleted file mode 100644 index 79e6a851759e9cc2469562b3e341bd7eae0daa41..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmZ?wbhEHbWM&Xz_`<*-T)IcLYM)&7KKYvc3N`yp+7Fv|9kc8PqT|**$Ni?C_Mdjz zf5z$Jwb#qmT`ymMqiW-g1GnBB1fjQwZofTr=gqa}pa1{=&j2+|z#z_` z1605OveSjbl7W$fN5RpNg;_vHLnOe_v9VoTie*8;gM+Q?%py@05e^CsY@BKw1qF$X TEsT5uJ_!PiKrP}-Obpfl{NhLx diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-over-sides.gif deleted file mode 100644 index 76365672ed4c20e645bbca3cbd2de758d0f06430..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=6Lq{ahr`zA^Z)<Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^FD#v* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-pressed-corners.gif deleted file mode 100644 index 61847b8278921e69bbc7c7e50e91c660f81f99ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmZ?wbhEHbWM&Xz_`<*-5I<8YZLW0MT$%KFvgz}+^5&bAtuU=vVP3hyrE!&O<7)TD zHH8Zfmn=G5y68y7lB0VsKi+%g@xIHC_g#6sABe6#x$@}E|Ns9Pz(xU0Lqm!`Sr{1@ z#2Ive3K&3kx^P%BFmmuHI6AU0^Xq7c1UNc2wu?)!EGRf|kd>WTB&s69L4kpdLxm%w XK=EJ;BQKvv1VbZ3BfB^g6N5DXm_b6& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-pressed-sides.gif deleted file mode 100644 index 39324c2fd77665caf34eb473a5ee0625e139a989..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=5MP-pZlBcR?EnA&A^8LW00093EC2ui00sac13?J? z009UH5I_I`fdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^gyx+P diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-focus-sides.gif deleted file mode 100644 index 37ab532d4dcaab16e7ab4314159fbc604ed825d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=6@Sb)lGNAf_W%F?A^8LW00093EC2ui00sac13?J? z009UH5I_I`fdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^e5sw| diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-over-corners.gif deleted file mode 100644 index aaba5c224eef95dbad8df9ede97cb5dc7f2fe18f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmZ?wbhEHbWM&Xz_{_i{T)IcLYM*TNKDp|B@-_PvYW5qp9WrV?WYl)Zr2TO5+UsTO zu9vUBQMK{L|Ns9P7#I|PvM@3*@G{}Xk*A^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06V!jmhS)n diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-pressed-corners.gif deleted file mode 100644 index 9835b82763bd7b13afa5e02b35d5840664c9e38e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 182 zcmZ?wbhEHbWM&Xz_`<*-5I<8QdA3B#Y^k)l(rI&L(&x#h&sWc#r=B}sBX_=5-u%J^ zhf5Y6E?sn_V#(3}|Nk?9wE%Syi4=dbFfuUkGw1*{GJx!K;V@=k(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06W{^mM{PS diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-medium-sides.gif deleted file mode 100644 index 1dca03a7729961300085d45d5c535e4960992f25..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 98 zcmZ?wbhEHbWMfcZ_{hK@T7Sl3(v|=J{{tC{KUo+V7?>Dz7=QpI@5o`yz{nyY!O-B) y#KtLRV_~4^)W$7pmBUe(bfjHKJL}8|!Nu-fvW|6oG&ZT6oGccc=OQ7%U=08#)EiF# diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-corners.gif deleted file mode 100644 index bb58aa6ae6850c6aaf25566084b3a1a43b1d00e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 131 zcmZ?wbhEHbWM&Xz_{_i{T7O2q^}IssIi+|z`)6%1C(L_nc>V~z`)2M6L5fmk&%N(LnI(zVIvDW2b%>$VS{r!6QfLm XM#G{;CT2bs4UdEa3@n^XObpfliBK@N diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-disabled-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-disabled-sides.gif deleted file mode 100644 index 63e3c0bfa2b37c0dd4fd45041b80bdeb4e61510a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=iN58V$m#$8|B1fkA^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06W8UnT-Gd diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-corners.gif deleted file mode 100644 index c30ea568fece48043aeffa62805a580f94d5c0c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmZ?wbhEHbWM&Xz_`<*-T7O2q<*Y*MImOmB!wr*I$17|NlP&*g&9} zaHRN?g^__ll0gS3#Q?I?g~O78k%Pw|(UFB&z(7N!z|pa>T~dl=L%{>bHg;x_q>2a! dg$6bbHI9M_ijJ*}e0%{33XMQ5l1xkt)&N+%OxOSb diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-over-corners.gif deleted file mode 100644 index 79e6a851759e9cc2469562b3e341bd7eae0daa41..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmZ?wbhEHbWM&Xz_`<*-T)IcLYM)&7KKYvc3N`yp+7Fv|9kc8PqT|**$Ni?C_Mdjz zf5z$Jwb#qmT`ymMqiW-g1GnBB1fjQwZofTr=gqa}pa1{=&j2+|z#z_` z1605OveSjbl7W$fN5RpNg;_vHLnOe_v9VoTie*8;gM+Q?%py@05e^CsY@BKw1qF$X TEsT5uJ_!PiKrP}-Obpfl{NhLx diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-over-sides.gif deleted file mode 100644 index 76365672ed4c20e645bbca3cbd2de758d0f06430..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=6Lq{ahr`zA^Z)<Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^FD#v* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-pressed-corners.gif deleted file mode 100644 index 61847b8278921e69bbc7c7e50e91c660f81f99ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmZ?wbhEHbWM&Xz_`<*-5I<8YZLW0MT$%KFvgz}+^5&bAtuU=vVP3hyrE!&O<7)TD zHH8Zfmn=G5y68y7lB0VsKi+%g@xIHC_g#6sABe6#x$@}E|Ns9Pz(xU0Lqm!`Sr{1@ z#2Ive3K&3kx^P%BFmmuHI6AU0^Xq7c1UNc2wu?)!EGRf|kd>WTB&s69L4kpdLxm%w XK=EJ;BQKvv1VbZ3BfB^g6N5DXm_b6& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-pressed-sides.gif deleted file mode 100644 index 39324c2fd77665caf34eb473a5ee0625e139a989..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=5MP-pZlBcR?EnA&A^8LW00093EC2ui00sac13?J? z009UH5I_I`fdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^gyx+P diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-focus-sides.gif deleted file mode 100644 index 37ab532d4dcaab16e7ab4314159fbc604ed825d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=6@Sb)lGNAf_W%F?A^8LW00093EC2ui00sac13?J? z009UH5I_I`fdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^e5sw| diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-over-corners.gif deleted file mode 100644 index 01e74cb4d22549984b0dd6bd006acf3bc8f8db07..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 132 zcmZ?wbhEHbWM&Xz_{_i{T)IcLdY@eNK82e7hHZz8S`Qhu9WrS@T(b6h`T84G8*lvo z|DOS@45$)_6o0ZXGB9v6=l}&7KxQ~|7&0(&hy*-fXk_5x(-28;Sa^t)LxRm?gTg_E ec0N|7jtB>aqs**qDjWe54m2=wiLtOSSOWm$11I{}Xk*A^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06V!jmhS)n diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-pressed-corners.gif deleted file mode 100644 index 9835b82763bd7b13afa5e02b35d5840664c9e38e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 182 zcmZ?wbhEHbWM&Xz_`<*-5I<8QdA3B#Y^k)l(rI&L(&x#h&sWc#r=B}sBX_=5-u%J^ zhf5Y6E?sn_V#(3}|Nk?9wE%Syi4=dbFfuUkGw1*{GJx!K;V@=k(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06W{^mM{PS diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-small-sides.gif deleted file mode 100644 index ede9d279da975d5fb30d6f4cff16412e4609e604..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 92 zcmZ?wbhEHbWMhzG_{hK@T7Sl3(v|=J{{tC{KUo+V7?>Dz7=QpI@5rIcz{nyY!O-B) s#KtLRV_~4^)W$7pmBUe(bfjHKJL}8|!Nu-fvW|6oG&ZFiY+$ek0D=h`9{>OV diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-corners.gif deleted file mode 100644 index 5a12b703ba61c8fee8e5968f83028103467a84c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 128 zcmZ?wbhEHbWM&Xz_{_j?%^hSz{tU3&~TuEfr&#yWkog8*%$-@4m>#4BWEtg!NFh+06Xy` AHUIzs diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-disabled-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-disabled-sides.gif deleted file mode 100644 index 82a1c09f75c4aa56678cdb397bee146fe1ef518e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=>+9?J`T76<|Lg1PA^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06W&xn^ph- diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-corners.gif deleted file mode 100644 index 33cda62c632879887f3fe91ce684e3ca134faded..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmZ?wbhEHbWM&Xz_`<;8H2q5O{Hq}#bS-4Twa^9E4qmu@_`;ndm+oA9_WlMCJbi!T z+54L}Z$5wi{KbnGU%!6+|NlP&SR+s`L8SPTg^__lkU)(d~jrDAr!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^?jxTc diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-pressed-corners.gif deleted file mode 100644 index 181534030fb77cada93596efb9572aef47a5c0cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 184 zcmZ?wbhEHbWM&Xz_`<;8H2q58oXbJ;t_07$5oE!!T4316?4AuZC CgHf0O diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-pressed-sides.gif deleted file mode 100644 index 33e5128357d95187dc1326d3a0074173bdb99879..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIX$H(I0;{X5uA^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^uQi_O diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-focus-sides.gif deleted file mode 100644 index c51c9ab6a09c2bc8845772ec5a44e6f8a185af32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIo*x2>;_5c6>A^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^Eh(Q> diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-over-corners.gif deleted file mode 100644 index 6ea8abe4b46639d76192ae6ffb9b19cf0dbd5874..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 130 zcmZ?wbhEHbWM&Xz_{_j?{`~n17cN}9c=7u6>o;!Pc=YJeO;!hSv1_n+B9iS8g$P8x=eFjDjo&tu0jf`vp8Y(LS5}TM(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06XT&nuh=Y diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-pressed-corners.gif deleted file mode 100644 index be6fdd619c0361a6d908d9785285826f06109301..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 128 zcmZ?wbhEHbWM&Xz_{_j?{P^*cCr_R~fBwRS3wQ6{y?5{4{rmSHJb3Wv(WC$W|1*FU z0M)>O;!hSv1_n+B9iS8g$P8x=T?R%Do&tu0jErmo8axvM6q{IBB)BvtEO20G=VN73 VFnHj=(8XrYrSW27Vp9WyH2?t}G}Hh9 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-pressed-sides.gif deleted file mode 100644 index 7e29c22356b3d95caa69c28fe5d6ebd67f77d090..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=$H&Lw;^P1R|HsG2A^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06UCEnmGUf diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-large-sides.gif deleted file mode 100644 index bf807227a683a1815fb134287435938f19616758..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 103 zcmZ?wbhEHbWMfcc_{hL;+|z`(?y!vF*zc}ETl21XVM35EuT zCN@qn8w&$Pr#5a;s~nEPq$BM@+F55#2rhQ-l69=xqp?Zl%^hSz{tU3&~TuEfr&#yWkog8*%$-@4m>#4BWEtg!NFh+06Xy` AHUIzs diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-disabled-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-disabled-sides.gif deleted file mode 100644 index 82a1c09f75c4aa56678cdb397bee146fe1ef518e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=>+9?J`T76<|Lg1PA^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06W&xn^ph- diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-corners.gif deleted file mode 100644 index 33cda62c632879887f3fe91ce684e3ca134faded..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmZ?wbhEHbWM&Xz_`<;8H2q5O{Hq}#bS-4Twa^9E4qmu@_`;ndm+oA9_WlMCJbi!T z+54L}Z$5wi{KbnGU%!6+|NlP&SR+s`L8SPTg^__lkU)(d~jrDAr!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^?jxTc diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif deleted file mode 100644 index 181534030fb77cada93596efb9572aef47a5c0cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 184 zcmZ?wbhEHbWM&Xz_`<;8H2q58oXbJ;t_07$5oE!!T4316?4AuZC CgHf0O diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif deleted file mode 100644 index 33e5128357d95187dc1326d3a0074173bdb99879..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIX$H(I0;{X5uA^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^uQi_O diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-focus-sides.gif deleted file mode 100644 index c51c9ab6a09c2bc8845772ec5a44e6f8a185af32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIo*x2>;_5c6>A^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^Eh(Q> diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-over-corners.gif deleted file mode 100644 index 6ea8abe4b46639d76192ae6ffb9b19cf0dbd5874..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 130 zcmZ?wbhEHbWM&Xz_{_j?{`~n17cN}9c=7u6>o;!Pc=YJeO;!hSv1_n+B9iS8g$P8x=eFjDjo&tu0jf`vp8Y(LS5}TM(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06XT&nuh=Y diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-pressed-corners.gif deleted file mode 100644 index be6fdd619c0361a6d908d9785285826f06109301..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 128 zcmZ?wbhEHbWM&Xz_{_j?{P^*cCr_R~fBwRS3wQ6{y?5{4{rmSHJb3Wv(WC$W|1*FU z0M)>O;!hSv1_n+B9iS8g$P8x=T?R%Do&tu0jErmo8axvM6q{IBB)BvtEO20G=VN73 VFnHj=(8XrYrSW27Vp9WyH2?t}G}Hh9 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-pressed-sides.gif deleted file mode 100644 index 7e29c22356b3d95caa69c28fe5d6ebd67f77d090..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=$H&Lw;^P1R|HsG2A^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06UCEnmGUf diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-medium-sides.gif deleted file mode 100644 index f6765fc612e81f7614ed4ddeffa9f48363411cc5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 98 zcmZ?wbhEHbWMfcZ_{hL;+|z`(?y!vF*zc}EUo21XVM35EuT yCN@qn8w&$Pr#5a;s~nEPq$BM@+F55#2rhQ-l69=xqp?Zl%^hSz{tU3&~TuEfr&#yWkog8*%$-@4m>#4BWEtg!NFh+06Xy` AHUIzs diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-disabled-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-disabled-sides.gif deleted file mode 100644 index 82a1c09f75c4aa56678cdb397bee146fe1ef518e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=>+9?J`T76<|Lg1PA^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06W&xn^ph- diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-corners.gif deleted file mode 100644 index 33cda62c632879887f3fe91ce684e3ca134faded..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmZ?wbhEHbWM&Xz_`<;8H2q5O{Hq}#bS-4Twa^9E4qmu@_`;ndm+oA9_WlMCJbi!T z+54L}Z$5wi{KbnGU%!6+|NlP&SR+s`L8SPTg^__lkU)(d~jrDAr!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^?jxTc diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-pressed-corners.gif deleted file mode 100644 index 181534030fb77cada93596efb9572aef47a5c0cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 184 zcmZ?wbhEHbWM&Xz_`<;8H2q58oXbJ;t_07$5oE!!T4316?4AuZC CgHf0O diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-pressed-sides.gif deleted file mode 100644 index 33e5128357d95187dc1326d3a0074173bdb99879..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIX$H(I0;{X5uA^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^uQi_O diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-focus-sides.gif deleted file mode 100644 index c51c9ab6a09c2bc8845772ec5a44e6f8a185af32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIo*x2>;_5c6>A^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^Eh(Q> diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-over-corners.gif deleted file mode 100644 index 6ea8abe4b46639d76192ae6ffb9b19cf0dbd5874..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 130 zcmZ?wbhEHbWM&Xz_{_j?{`~n17cN}9c=7u6>o;!Pc=YJeO;!hSv1_n+B9iS8g$P8x=eFjDjo&tu0jf`vp8Y(LS5}TM(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06XT&nuh=Y diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-pressed-corners.gif deleted file mode 100644 index be6fdd619c0361a6d908d9785285826f06109301..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 128 zcmZ?wbhEHbWM&Xz_{_j?{P^*cCr_R~fBwRS3wQ6{y?5{4{rmSHJb3Wv(WC$W|1*FU z0M)>O;!hSv1_n+B9iS8g$P8x=T?R%Do&tu0jErmo8axvM6q{IBB)BvtEO20G=VN73 VFnHj=(8XrYrSW27Vp9WyH2?t}G}Hh9 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-pressed-sides.gif deleted file mode 100644 index 7e29c22356b3d95caa69c28fe5d6ebd67f77d090..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=$H&Lw;^P1R|HsG2A^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06UCEnmGUf diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-default-toolbar-small-sides.gif deleted file mode 100644 index ccf2e99cf9483b3c00da55f1c96d698d288bb8ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 92 zcmZ?wbhEHbWMhzG_{hL;+|z`(?y!vF*zc}EUi21XVM35EuT sCN@qn8w&$Pr#5a;s~nEPq$BM@+F55#2rhQ-l69=xqp>OFU;~3S0E{IaumAu6 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-over-corners.gif deleted file mode 100644 index a05bb285bcdbb789e01caac71788ff7a9d4adb11..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 185 zcmZ?wbhEHbWM&Xz_`<;8H2q4@+$%xzt_07&8Z!Ut&XZSmpS*G&2=2YOaN)v5Ah`G9 z(W6I?A3uKc=FR{A{~5qqfVzl8ia%Kx85sB(bbuNeKz6!tm@)8k_!uNGGBWcrX!s~3 uG&Z;MOQ>)(7%XCHWstKHsAzCxWa5;ti7;?rWM*a&5C~YX;9zqDgEataxlZ-~ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-over-sides.gif deleted file mode 100644 index c327398e52025b9265c57bb5ca5f990adabeda39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIf&(G}a?EnA&A^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^?jxTc diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif deleted file mode 100644 index 6772df529e816c9625e1ef807dae7da3a6fad0a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmZ?wbhEHbWM&Xz_`<;8H2q58oXbJ;t_07$53`{;K9AakUVzg;d5NK>>Vv-1n5xCUI$jHfIARwuzz+epkR8&u6 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif deleted file mode 100644 index 33e5128357d95187dc1326d3a0074173bdb99879..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIX$H(I0;{X5uA^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^uQi_O diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-over-corners.gif deleted file mode 100644 index 1aa0850f91d08139073438be360720ac536c3518..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 128 zcmZ?wbhEHbWM&Xz_{_j?{`~n17cN}9c=7u6>o;!Pc=YJeO;!hSv1_n+B9iS8g$P8x=T?R%Do&tu0jf`vp8Y(LS5}TM(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06XT&nuh=Y diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-pressed-corners.gif deleted file mode 100644 index 9791020e36c899b8bd80dd7aa797fbf2f8efec42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 130 zcmZ?wbhEHbWM&Xz_{_j?{P^*cCr_R~fBwRS3wQ6{y?5{4{rmSHJb3Wv(WC$W|1*FU z0M)>O;!hSv1_n+B9iS8g$P8x=eFjDjo&tu0jEt-T8axRO3lFidNGSOPC^R^?GcgKC X6eu_}vam4=2n1|ce4K@mk--`OYLhez diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-large-pressed-sides.gif deleted file mode 100644 index 7e29c22356b3d95caa69c28fe5d6ebd67f77d090..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=$H&Lw;^P1R|HsG2A^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06UCEnmGUf diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-over-corners.gif deleted file mode 100644 index a05bb285bcdbb789e01caac71788ff7a9d4adb11..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 185 zcmZ?wbhEHbWM&Xz_`<;8H2q4@+$%xzt_07&8Z!Ut&XZSmpS*G&2=2YOaN)v5Ah`G9 z(W6I?A3uKc=FR{A{~5qqfVzl8ia%Kx85sB(bbuNeKz6!tm@)8k_!uNGGBWcrX!s~3 uG&Z;MOQ>)(7%XCHWstKHsAzCxWa5;ti7;?rWM*a&5C~YX;9zqDgEataxlZ-~ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-over-sides.gif deleted file mode 100644 index c327398e52025b9265c57bb5ca5f990adabeda39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIf&(G}a?EnA&A^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^?jxTc diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif deleted file mode 100644 index 6772df529e816c9625e1ef807dae7da3a6fad0a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmZ?wbhEHbWM&Xz_`<;8H2q58oXbJ;t_07$53`{;K9AakUVzg;d5NK>>Vv-1n5xCUI$jHfIARwuzz+epkR8&u6 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif deleted file mode 100644 index 33e5128357d95187dc1326d3a0074173bdb99879..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIX$H(I0;{X5uA^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^uQi_O diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-over-corners.gif deleted file mode 100644 index 1aa0850f91d08139073438be360720ac536c3518..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 128 zcmZ?wbhEHbWM&Xz_{_j?{`~n17cN}9c=7u6>o;!Pc=YJeO;!hSv1_n+B9iS8g$P8x=T?R%Do&tu0jf`vp8Y(LS5}TM(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06XT&nuh=Y diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-pressed-corners.gif deleted file mode 100644 index 9791020e36c899b8bd80dd7aa797fbf2f8efec42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 130 zcmZ?wbhEHbWM&Xz_{_j?{P^*cCr_R~fBwRS3wQ6{y?5{4{rmSHJb3Wv(WC$W|1*FU z0M)>O;!hSv1_n+B9iS8g$P8x=eFjDjo&tu0jEt-T8axRO3lFidNGSOPC^R^?GcgKC X6eu_}vam4=2n1|ce4K@mk--`OYLhez diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-medium-pressed-sides.gif deleted file mode 100644 index 7e29c22356b3d95caa69c28fe5d6ebd67f77d090..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=$H&Lw;^P1R|HsG2A^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06UCEnmGUf diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-over-corners.gif deleted file mode 100644 index e512c223f398c26d788c7dd599cc0746cd8f2482..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 184 zcmZ?wbhEHbWM&Xz_`<;8H2q4@+$%xzt_07&8Z!Ut&XZSmpS*G&2=2YOaN)v5Ah`G9 z(W6I?A3uKc=FR{A{~5qqfVzl8ia%Kx85sB(bbuNeKz6!tm@@El_!uNGGBWcrX!s~3 tG&Z;MOQ>)(7%XCHWstKHsAzCxWa5;vi7;?rWM*a&5C~Y{kmA5#4FDI-O?LnQ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-over-sides.gif deleted file mode 100644 index c327398e52025b9265c57bb5ca5f990adabeda39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIf&(G}a?EnA&A^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^?jxTc diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif deleted file mode 100644 index 6772df529e816c9625e1ef807dae7da3a6fad0a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmZ?wbhEHbWM&Xz_`<;8H2q58oXbJ;t_07$53`{;K9AakUVzg;d5NK>>Vv-1n5xCUI$jHfIARwuzz+epkR8&u6 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif deleted file mode 100644 index 33e5128357d95187dc1326d3a0074173bdb99879..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmV-D0mA-ANk%w1VFmyo1MvU=LYLIX$H(I0;{X5uA^8LW00093EC2ui00sac13?J? z00RIJAOJuBfdmaAEO>Ar!-WbRMoid{BE*UhC1RYI(W1tSAU}%qNV20zjwm;(3|TTI z%abcd!hGpcX3dr{anj5=((hcyw@+`zl8-G z9?W>LW5tjYOGZrju;s>)D`TE~`7!6snmvck+?h1!(w{}69-Z2>>eH}a%XUq>wQbh8 zSL=>lJ2&s!yJrLc?OS;9-ocR*Pd?l@^W)8xJ6}$Hx^?N;qicuG{kiw**}H=d-~RnN P`SIe-rw?DAeLw&^uQi_O diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-over-corners.gif deleted file mode 100644 index 6ea8abe4b46639d76192ae6ffb9b19cf0dbd5874..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 130 zcmZ?wbhEHbWM&Xz_{_j?{`~n17cN}9c=7u6>o;!Pc=YJeO;!hSv1_n+B9iS8g$P8x=eFjDjo&tu0jf`vp8Y(LS5}TM(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06XT&nuh=Y diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-pressed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-pressed-corners.gif deleted file mode 100644 index 9791020e36c899b8bd80dd7aa797fbf2f8efec42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 130 zcmZ?wbhEHbWM&Xz_{_j?{P^*cCr_R~fBwRS3wQ6{y?5{4{rmSHJb3Wv(WC$W|1*FU z0M)>O;!hSv1_n+B9iS8g$P8x=eFjDjo&tu0jEt-T8axRO3lFidNGSOPC^R^?GcgKC X6eu_}vam4=2n1|ce4K@mk--`OYLhez diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-pressed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/btn/btn-plain-toolbar-small-pressed-sides.gif deleted file mode 100644 index 7e29c22356b3d95caa69c28fe5d6ebd67f77d090..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmV-B0mS}CNk%w1VFmyo1MvU=$H&Lw;^P1R|HsG2A^8LW00062EC2ui00sac13?J? z009IT7yy7kf(8i|JUB2RLWT(a%0*RI~YeE;^{>o>6B!iWhg z2Ar7j;=zt1L!KBmx40?3v&!S7KPR$y%YtpS@zdkLyHtpM{ zbFZGQJ2vj!wtMpi{@b_k;KYv?A8tIk^XAZ*OGh4^`t;@2vt!?`y!-R(-m7yA|E@he Nc=F@Ln{OBp06UCEnmGUf diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-arrow-rtl.png deleted file mode 100644 index eb39b69be49f0913894d551cd334dc3a326d3957..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17912 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 Kb+OgDt^WdJd8)$z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-arrow.png deleted file mode 100644 index c52064ec2c3e3acaefbef4f034eb91d3ce8dea79..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2986 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-s-arrow-b-rtl.png deleted file mode 100644 index 117fa22ee793d823ccd8690325a2f8709164d890..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18031 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-large-s-arrow.png deleted file mode 100644 index c4dab188db46b88b80081a1f88bb357dbc746769..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3090 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 GZT|*(50A+J diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-arrow.png deleted file mode 100644 index b2cc014cd723cba15751d5e406ca13ab9c2faef5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2969 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 P00000NkvXXu0mjf5`=t% diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow-b-rtl.png deleted file mode 100644 index 3c2b327e882908112c6332e025efc6c1f73eabe3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17957 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow-b.png deleted file mode 100644 index 0b368c4d146ebc6da4a4a262e403d1be5efbda9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3069 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 LNkvXXu0mjf0aBy> diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-medium-s-arrow-rtl.png deleted file mode 100644 index 9eb82676a6b3894e445ec1f6f80b0e2830aed272..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17935 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-arrow-rtl.png deleted file mode 100644 index 9b300ddb7ac5b0593066ff9f66582cb90e6f8765..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17822 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-arrow.png deleted file mode 100644 index 444f7883847317942890ef9979f31e2877103541..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2937 zcmV-<3x@QGP)KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z0001_Nkl6&x_QtE*h&}MpDpXpORNq`Lo;0ZJl z^TxFychM}sjU(^?P9M3mbK}+|HUVy)fE74eD=?Lex(Hx{8Ms?>>05@>vhxr5Hd$P| j!~jvBx=kzK=XehQ7mOw>n{+M-h4KIZC^FeN03h$iB9T_D z3g8O4f&eZL=13yJczmuuD~JIAp>3I-OtNRcn)&e4x7JQ^Q3ss39;&i159_^ADv5dq zT5_{j#%UdWtm)^#Xa(mWO}rY#qT&Cx98@ku88A-4=RVB z-yS{xkl0r^lv&y=Q!T4_$ic|nBuX*Qdhwj!cQjnB@9IHVM$7B+fZ4L8bS=S%js)-_ zl0aClT`hANkO;l2APZExWK^RT?HZf)(mHLeMAS}+YGI<8lWddP27eG0I&lZeVp z)$;_hrGSl%G{0_O6&%>O^w;NifvC(6X%P~D?*T1UiR?rGHjfc!0|cx93Y%B&u>~k7 zK*itbDh_xA2T+dQ{tm#I3qW<#Y=sg)RuMqC$HgoIq#}Tg*L8G4ft_i9irpJ;!k^2F zXZIO^q|!*S}GD@k9&K19<97;?MuDsy=|0PyP?{9Brf`QYM5iaHWoO*spId0Y z4|}xlPC>w|wge)n0ag8CzKqe;AQYm$&ibsGpTRBjiDXxzka$$>fjpwwr!=QIj z91L|H%uSewoE;HIx@xLBcQ*;Mw0!>z$FnEMt#e!LS~(s%{f2oN#tsX0l5e!p150FZ z2Ml4$ugCOc_SE$l^=R~Hz44XL^s@{;@xk+%zQ@f?D;M<6?lta}W~5@QypE@PJjp#u zo@0`*#=7Wena64OUAgm&H>cxn?@)7eI$3n=;N67*>H)*7(=UXV<~%vL*fr&jcWYz6 z{fm?rl5ay4m10$QG{iCW7i7$rna^AhGXHd{^Qi@Q_bzB4qfF7SQv1?orE$F|24x0Y zRTFQ@A6$7*@1TYOlAM=+D*tJ|g4d8&BRL^&z2~-KJ1-;8?mW4BhYGy%GgrOx)bM2H zt;pS#&&=hLElx!GjO>>7sdKJ#Bb{*1KD(j2vL2>DTTmKms1>MG5W6|r1MzMThosRyYkT{{!YTL{PR+x=!YYagqAZMSYWyPjQtTu)k0 zOV7#WrORNthfDdXWv5m+uW)X-ee3qI+Yi!AGR)BrF?|_*84oi$FKk>By2h|9x9lRr zv7~3sDWAczN>0ogoX<&$*P3;uc14**OCD4dRpiXcDR)hFEy#MntUL2(*^RQi3k%Nl zK9X)PE@PK%qcZ)}nHR1V*9|6DC2za5?Y9wg8Kqs1l?yc2XhsUo@m27v@lVs64i8#v zyY}`_Kaxplp56S&sJm=l&l%lOE$EFUAmox1C!-`#s#EEJ9$LTd7(lY%kj0TT`SJ zaQ%<{MOwpssZEJZEajM0kuM(Hk)b}P?yZYdTpF`0#yi#`o)<@1*n&nivrC5t|5Yrk9K_S=1x^eQw>SWKtZ1oEG5_2E|xT(B;n014Fx> zWj<5rj!;iUUSG!xJK9wHHYP_c4>8vef5_4~&eiO|zpQ2(*>@DB9G;e>Uvy$_Z41AVa`W6@)V~(#v z??_7AA8ehk<&s>+e93(7zooH|5mPdHjkEUxa`8c#8-beChkx{*7Dl}w@Poe?>9aC`pDS8+}gQaNo6NvoxI_il;>52n{XwB;IMZ2 zZq=E~V^>QT5-#p3Ghp9$D;V%jDUPht3wH^OUSD%_d(C-?z*h=h^1U(JUUfViSm#DT z`gESBevHl3Agb=(Q>@aio}&8eBmIuhUX5Mcn^)304xGy?xLQtc_HXs?fBqDn<*R%s zKjnFfGDqog+c~Aq)#nD@y|-;grrg$Vuh>yWDnEXOaIun+bEE0@3JdZH@>}vpGIp@_ z$$9F-51f`kjfl$k#(&&z_pKZrA>O#$?j_;na^L?xU-&N{-0rD3?7fzjt4=)tu~+@L>5Xd*y~-E{|ru4uLCSmArmCT>ngmXA{=bKP=Zd zyjTg}wq;*LVVBI^U$$s6HIbXF)8C}qWq784^7Zq*5s= z6uv2G@15s;(L4P#egpfZ@Fih1`L0_-#o>zd;_|hD<%8i>=Og@w`!%vmo1VO_3j0%S z?7{skocWWgp>Xc-wc&T2YEL5hOGla-D;|d|9W1JJtK9I`a=_{_>B+A97QUk$k6w5D zx~V!Od#I(uepotYNAqanyM$S!nF(nLjj>9xud>XDINUP}{z(7l98xpASuaa{^w?-) zvAP;E^27aC51U$2TaKo@NlCuK-gla_X5o&~9|917Kftrwx5Y5-e zJ7>A|Y=!-*KNj%U*>|3Iay}(5NKPJ;l1v@?Of!PF0|0&@i%bzxT%7SVE*n9mbNv{I zP&N-dhynn?B9up^1u}#%KL(S~V; zLo$LGYz9Xt0OQaA^oBh+K1wz{`Ac8MQziaku zq<|d8V<0^k0`6u$jbXb59E#4*MlWRfPfgBuO5>it?K>ls^*3STp2@I@r7$@|1aPc) z5}!d8a`|K~H;6d7%BG&5z{e+j7b=a#8GoKyMnFRAPfhle6vKupWDvo{XbeZ0z)?6d z8imK0;f*kG6c&#{O%s`{3DI!j(pmmt-)Ue>$2HIxyb)@;#R{YZ_@F8{87`eP<0!^LHK_z%)HT-xUGl=~u02c=QQSQ-XPqr=fu zoC)0642OlAnfRgMSYuO~pD_x@@S~c1m7W&Qp0?)NU-S0cPWWx38;_Yte>{~oz9kZA z<5|U^6OiAPPIc>Bmzs2nDPPDFlP zx?c~#iE(j3OrWluKJ`k@M7X*lCQ;bVAABb0s3j##6DaIw555z0R z1py-36yp-j2jUguf&dY1igAhN1M!M+L4b%h#kfTCfq2EZAV5T$VqBv6K)hmH5FnyW zF)q=3AYL&p2oTYx7?)^15U&^)1c+!;j7u~hh*yjY0z|Ya5|{kc3!e-Q_?Bk~_&TSG zG5aIugqvfpZy0;yiUH? z5pn-vC9CZOr~SPrfXB&218y^@^3`An_^(DRVL&t>HDlVv`aV4t%eNWf*oaq{vEaZj zjxI?F_A*I^x+a^|q%e!hPA6fLTpgcl2H#qexrF`FFdXGCRb|I_#v}?IOG>t#HuFzH zBwc3zlBN=^h)W_RvCJJGoZourT78G@42?E_gaq(m?wwrh^QNbRoS+@^SE48 ubvoWW)(%!3(Y0LdOP?xREx=)qjY$IS&h|xl^E|>q6L7S3wJEmVxc%R7h@T<= diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-s-arrow-b.png deleted file mode 100644 index be77e5844ee17420685d55515b52838bab20b167..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3023 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-small-s-arrow.png deleted file mode 100644 index 7a1212630d0332200a2ac5db5a9661388653fb72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3006 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 A{r~^~ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-arrow-rtl.png deleted file mode 100644 index 22a097425f8d8b74dc62ee9c1fd03bda87236a69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17933 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-arrow.png deleted file mode 100644 index c1df75b5bd6bf51131428e8f4be6e45b61837dc1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3049 zcmV|00009a7bBm000XU z000XU0RWnu7ytkYPiaF#P*7-ZbZ>KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z0003LNklbE%0L+?12xIrAKZNqLZHoa z_kp|LchR96U}a_pse$NS0=KD|ka{{o2$#&9&iP`#7s9sE$Iy?fjz*@EHp6z`#>2p-EEnqS6~br0rQ&f%z+^=j^6IqUeX#U zfSH+1KERZ~DNsaDYqc8cnr;l^7L9-kSOF)J9zT1N>-+>LLQR0n_?=2x)cO7lC_*iP rT}efg=huPqEz3X|CGBai{nrVz>tl7fIXfxo_xJmKe~;fk^Lad&&-=X3`*qHFp7TDR^ZDbm zYqhJrqMU{t004@P4mKX(ZzK4pDec=n0f+C;;ldnABp8>+VX^}m01);h)00K^>|0gr!~BQ0a(bh&_vOetNPKcXW6 ze25|tmcwhLF9Q-`_vB@O8kdY3qeby!%CD^tua}74AyFepUg0DYJs+@)NVGl$SlUTM zXQnOj1hQuVzPD(8UBGGt;JftKm-m3^%nyenC4hAYv{fatlL6Q~MuH9CzY-{HUbEX4 zpcn!3nND>$;1L2aa`a|80B6gAnkE(b5}H}wWHKUe15NTTr==MmNxqEbBHxlN%!<~{%9nc=T$uKVm ztwD3%FSz*ic9)V@HUgOKUv^g6qYuQCxSRj3aDh~jXQr{k?zsG2x&WP?v>-djI6C_1CP=tuT~Lq1`$MFH|U~*EqYTP_lB@ds_23 z;jFnawl%WYSwd?Vb+MHL#hK#z$RQ85NY`Y}6InA^$sO*sOW`SbPUn|gn)9)4p&tev zPjN8Rc`!F=9!e!LfmCOvJ9ifev$SI0FOKIzg>_d^9<`I)QVcxrmG zPOr?1&u8Uv$QCD~d`5Oj`CN0p=0-Z{o_%gpS5-Yso~B+JW~d#YSg;DT%GkTqW9R_WLb@w0Qn zfr~l*eK9gWAV>39rH$}PaPB}_*5!@SSzu4o~gxNrBHo$_9G{rWE5uAus$`V&i} zmS`_=a(V4CknZ79acbGAmCh@j8}8h`bNtSO!=@SL=!clzjNXig86D-mYs1zWmgSXQ zWH^>|uRY~6P*xQjw-)Dq13J@vqMP+BJz%Q5xWRx&oIw?Hr+O>DQ_&l<#vsewJENH z^sCMoeJo20AUmAq|SL!GV`MzVr{p zcV>3VcSWkDp&B=E!;dx9zKhFUa2h$+5P!(hIl*LgfYig zqht3c?+dZc*LF!MW4&g*WNx`t$cQT$y&k-$9JTnM^o@YheTB1q5OQVKr(TiQ>OVA) zE@3genOE-Yx`{hfkhT0y|LxM7ZTrlQygfSBKeu-7i~VIeJDt1{T9lX7g`06Dgplwy zxh~b&%XhAkDkNOoU1kt;->snEJGD5fdP#&!K+MLgH@9ECAQA9J-b=10Zrhvohy5Ge zC@7zf3)D|LGc}2-yLK1PZ&OQE{q>Q4dsvTVJm=<>!|eyopDw7Ypf@vHnSC#xA+pvf z9m-FAnW_}5`1r|r#f~-S```a%+lETLqu*8;TSlrlafNWPijjMx>CQ?E@=5YL@+UHO zp!Mkm>cbDgEd!d7RezcMaldU{)$j=M#^p9I2``uX%=?Vbj-N}1EsA&L_kB3@IcP(X zYfwmkgJi4Zh_sGU*~5z8?`yT1lRc6iEPrFK)bOv%qnU4o2t}--*KbGaJ9W4=;oW`1 zvK_;V74c8D?2RmZA${*(TeMhOsLj^tgXwk|p6Q?0`K`O;cAMDp;PtbJFZON!Qa)lr z@CjcvM83g((zpFy3Tv==Z|1?wZBfXN?Y?ct%OZPeO&yz+Id3ni2wt?>j_v7PS+%lh z{oqBxU`bogJnxI%>1Xhpf?f+=6Gl_+xiwTCsZ1}fSRYU^5K(<0k~!R`nPt}W^j&rM zp9{tw+|R<9Kdl~$;0#|Me&4a+X%uhiNYky#$HJupMOAK9o8DRWTRkQ{jlXZPZnXW; z+xA~K*9fzRTH5W0rQ%|nN0Z+tDU)U=9ZtHnQ*q~;tQABYuG4}y()T5o)J$()lBG6! zeDqea+5%M6hx>0HHnpU+97`QcO}P@ZHD}~?%^USIZS}SFi!a{@Ge&QGx8`&IRbjhO z>+OjSWw-9FuwV7Z{6C(1?|C=(bBcOO%GfN)w4pCFV?-MO;5FD}ih$zcjHhvekW@Oy zkAVye;(`ZJ03cX|ajCQbh5+WrV6lVE;cqLiz+r5UDU zz)X>*2$~TF4Ku?b(WWLiG};h`F+v-o&_*Z>4uMAFP0a9UEbQwAC(40$1RkA<_pq`1 z+8k(^!~F#UE*^yv3WZ3aF_Ob$q0l%S4rPQvVK4}=27(_RETD!Vg84d=BHwgu7B%Kf(ugLC5I^7G(t{S6BGY14dx?G_NhSES!H z`z?}B4(BpZ9t=Jwlt*LOZUKj)^Rv+l*v#q4`A%uv^S6Cxgt7l7Y}_*$Hn9{YXNUlf z6;I+Zr~(d;%;5wQCs*0@`xE&3r0+tdv4h9orC8ZI0G(3~T3!(~$>>w(Of#L?U2&n1888xSt6rRKha6Rz!Q^xZ!Fm$568O8{_ zz+(@1eGQ%IhKBlx4xQsAaA?pXXzkVP zFh(H7h7Inw{PA4`9NgC+sOP7VKGTuL*qMPd9A5(`=V`_vZX)|8OTi-|csfN*9Z!Eq z%&E=m-+41VqJO6 zmuNl^uNW5uh-g!cOEe#dSBwh+M6@Z!C7KV!E5-!@BH9$=63qwV72|>c5p9ZbiRJ_G zig7`Jh&IKzMDu}o#ke3qM4Mt$IWfaaxy$RQAa&il^+;n-X)=CL@@%gZ?xUo09+ z%m{kCrra9jS*3p#4q-k=MB*}MaFJbdSbqRA{O7l(2wQ4t(-<3|}HQi6mZ6I=G-n~%| zcjPqdRlf+$Z|FTkjKIXOHBDfq}yWpGBu#w3BQ30#Hbd#*m92{_ui+7w&+ZvRhIPSlV9 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-s-arrow-b.png deleted file mode 100644 index 8140572d33935f97ea477851bec5864cf96fd9ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3132 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 Aj{pDw diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-large-s-arrow.png deleted file mode 100644 index 6221f0cde06a586dc02fdf7661011f16a20d908d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3099 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-s-arrow-b.png deleted file mode 100644 index 48d3c8b98e10b6f0f0e5a63d5794f0bc34b6b39e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3077 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 Dgb%d7 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-medium-s-arrow.png deleted file mode 100644 index 22ca90c75b304d1db0073c314881069781df02c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3046 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-arrow-rtl.png deleted file mode 100644 index c3fcb234e07324e2b61bc1cf95a975fdc9494c2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17845 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 Hu0mjf`X7B8 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-s-arrow-b-rtl.png deleted file mode 100644 index 32e9bc77224d421c91b3e65284976b0a4e152063..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17917 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/default-toolbar-small-s-arrow-b.png deleted file mode 100644 index 9cd76896baf1ec076fe71597a190895c80a0a842..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3031 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/grid-cell-small-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/grid-cell-small-arrow.png deleted file mode 100644 index 444f7883847317942890ef9979f31e2877103541..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2937 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 A{r~^~ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-large-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-large-arrow-rtl.png deleted file mode 100644 index 1eef793bd7f6eab4129b3b166c52568ef570a316..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17933 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 g8Ptdoxw}I^fj@gNV)>|00009a7bBm000XU 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-medium-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-medium-arrow.png deleted file mode 100644 index f599feebad0e4153117df33565b38c7f51d89788..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2986 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-arrow-rtl.png deleted file mode 100644 index 0e56ba6f3c0bad314a9f0a80154cf1c50af53044..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17845 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 C8jK$R diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-arrow.png deleted file mode 100644 index 60120d62b648e45736fe5a800945982c6203b63b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2961 zcmV;C3vTp@P)KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z0002INkl6kT+o6@;FwZbm3# zq*c1IAF@d1^WP*P2~E>5q$Uik5%A9dGpo%k4I%Jpm|1FO^*1}%1Es3YV+K`S0Hu5T z0Yu~mWWZHblQ-cBZ~-#+_P+xWDS#ZPRCU@4p8*w+yCFJ5)bOAVI2dsQrh{&N`{~6$rqaWS&wbmOjzT^?mS&sn#5SdD#)lw-Q00000NkvXX Hu0mjf`X7B8 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow-b-rtl.png deleted file mode 100644 index 22955da6104e0a5a6536d09c91387dbb7446980a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17917 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 Axc~qF diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow-b.png deleted file mode 100644 index 9cd76896baf1ec076fe71597a190895c80a0a842..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3031 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 i%=bP_cV9N4F#@sy04uW%rnx5W2mTwhd#!l@ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/button/plain-toolbar-small-s-arrow.png deleted file mode 100644 index e857472e15103549352fa5f38008958bad258cc1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3011 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
    nZ4ZG1U|!NkNF9Ge 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/dd/drop-add.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/dd/drop-add.png deleted file mode 100644 index a7b8f28d5076209ed596e654eef52c350b14bce6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1325 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m@_g%B1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxSU1_g&``n5OwZ87 z)XdCKN5ROz&`93^h|F{iO{`4Ktc=VRpg;*|TTx1yRgjAt)Gi>;Rw<*Tq`*pFzr4I$ zuiRKKzbIYb(9+TpWQLKEE>MMTab;dfVufyAu`kBtHuNWFoz#!AFNG#Ad)HBe}%?0@jth%@)C>7xhtg4GcDhpEegHnt0 zON)|$@sXws(+mtd{1$-}0$pR}Uz7=ql*AmD{N&Qy)VvZ;7h5Huj9yA+ij}3Kk(r^X zk&%g+k%5_op`nGdp^1f)shg>ri-n_slQYZ=ta^=I%w3!eTufb!fidA~0)eT;Amjr1k>x8S6q^qmz)Z-HxpzpM6WYmy;jaesfi`|MIrh5Ij|HEkda@KU!0L& zpx_*Arl8@Qn4Fmh63_%i5X8SOsYRJ(sVQzn`MC<<5Vp$1<^m@|K8NT{At%)IfsWA! zB@d+J0uutJK@bz3_<5W1MT3mft zI&L@o5EA&`@QB;t4$D+$#-0p44z@=-9nSP0KIHE(hvi6iV2r@Jy`0M`P36ui9AFO> z=DEsT-l!pPzftP|r-@6GL|pyeLm$5V)}7!T()dGEho^`$^O{(1$^~)%gbkC|rzfO7 zV_K=}z~^G`G^_N8lH|Yt|Bn}Z`^nRGzkYvXOYH>S3k-rqf41?68M*TG^!P-W&ab$2 z`ooLIi8H2HbtE)?Y&e%>Fzrl2Lh`fJgp>p}?Q24u$Cpa7)G4wnY0UfDYI#-S&C}Tj z+G_v&>}Z@H%QroZEyL9)usa@X29=<{${7U)^tPUrQc{=Qyf9(HXdw7|oia1wj zx2gUCqhLXS-%g9UL~d*d$x*4$ls zcWsh7Fl|AyJ&2ooQ3SgOK??KFhJrZU7y+j+mF+>%`Cx=eQP`p&^FikC+NSzYCV1T4 z@Av!O_w)Jwzf+lsr}}z4Js5`drN)IUTHV&;a-#Q<-yeu*dCW}Y%}H(6tcW_q_<}YA zK}r$lU>1sn+QR2>6vG@vIhQx{>1Q}eQ+%SOR@VlQ} z!GT=PbW1zzzKts~yvMFmS zuo%S|ZPAS2$kXi*lyW+~ORO3@i9#tOs$!X-d?cYLR$N=!hM9%`xUr|Uk*k#UT4jH|M^Lc28f!kJ_6`^kjGArD%H}P*=Y=k0k?#x*Y8(aOX4e$3ZY*Z+-af6n68n zXQSqDe{Z7(`=7M6Q{c|pMt3q8?Qi_NGS$`e*F)~cfq@!-uyLb)zdP4Ae&O&%+sBz( z-#8YIzH#YNz1nl`2V3)(^%K3X_T5{%`C7Z^e1U$XF&O>x*mY+yy7^OAVD0Mg(1lk< zJZ;%&V~76g72c1AgZ2E8hWEVf<){6w!_mzbuRBYtp0D@6y&%ul_dV_|CH}b9U&N_; z@}Td=t(A~#W66He_TKvNuVd%#+M6F`9{h%V;0T=dub()(zD%CgU4b+ATCUq)Mc-_U z46j}FfamP3CGe@ed1dAPi2JSmtw-Ovef;F>rwW*R8au$mkGHfl){hQLB_@P-W7DgD E1GUDXumAu6 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/dd/drop-yes.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/dd/drop-yes.png deleted file mode 100644 index a7b8f28d5076209ed596e654eef52c350b14bce6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1325 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/fieldset/collapse-tool.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/fieldset/collapse-tool.png deleted file mode 100644 index 79e0a5fce6ac0aba67e717bde124f6e602ee55ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3189 zcmV-*42tuKP)KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z0004?Nklbn4Kli%?JuC*UB0 zV!Mb`C>A<&bM9q$5q0PZ#F!>&w?fX6d>`NU^6;LY#F@=ztW%U&vnYTI;B^Py2wxn> zNj<2l+rS%eC?eCev*F|kf?x=|ipbNdfU0^59J#Jr&F!$kj%_)%b)I+x0#)@^g!KS5 zoqQ#ssyo00=mA^yoY;P9h)5r(16@_USQ7RU=mK@qnO8!XzNC^cs4u`5k!EDS19-r$ zh7;U%L8l9b$~W7uzOifkAVu{85{{^ zR*AzdbXZmQt=4WtKLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z0004~NklL89?9Q*=m@k0obL02Kg zr64+WJP^7xL_|)^Py`i&4Ft5s#Kl6=w1xC8O5nZevfTX$@7}$q1VMl-#SAhQbAyGh z>r#GowOUoe-?>^#%D!*MYf1$CdzjFsx~`8qOlaR+t(D!BATWUmOke^Nn7{-ka3&h~ zN&T#7g!@_1P-vzjFip)gHUG`j-0$~ONdd3tkFUei2Im}%G3nTP+riOIM=qFij%Kq7 z+4a2McCdH(1V4~iCBoQJsgw%#V6z|xJdD*eEfwtk`m#9qzpx|0zVD}k?R^Kr*cg~| z4#P0ud7e~kz3pJ**drM$n=;d$F^E)xrX7=PQCvij9F)RYj#ziJ(o>6uw}K^RqB^qv%uik{CPk(hZ{- zV^XTYF#7PilNdX;tcB44q?N8P8c2?v_%sjDwr!(WEJ}OD2I#B%4{U2oavOM6Ri$FX j=xMMtHPcKtB7Oz{=(joep<`|400000NkvXXu0mjfVNv^V diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/form/clear-trigger-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/form/clear-trigger-rtl.png deleted file mode 100644 index cbeab1ce72f42a1df795ec043ea560be0e88d283..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4114 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 Qq5uE@07*qoM6N<$g0~pS%K!iX diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/form/clear-trigger.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/form/clear-trigger.png deleted file mode 100644 index cbeab1ce72f42a1df795ec043ea560be0e88d283..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4114 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 Qq5uE@07*qoM6N<$g0~pS%K!iX diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/form/date-trigger-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/form/date-trigger-rtl.png deleted file mode 100644 index d4e4ba0107cf2e98f300d57f17fdc3b95785ff78..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3269 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 Dn?M`F diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/form/date-trigger.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/form/date-trigger.png deleted file mode 100644 index d4e4ba0107cf2e98f300d57f17fdc3b95785ff78..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3269 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 Dn?M`F diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/form/exclamation.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/form/exclamation.png deleted file mode 100644 index 8c6dc87c959d3ae2a964dcd3ab505df806c51304..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3180 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 DTNYjH diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner-down.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner-down.png deleted file mode 100644 index b50f7c2dddd1e9c1be1ea7c06474f34323f6b2b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1293 zcmV+o1@iidP)KLZ*U+qw076Q$fI%7r-R&;hLM@wZi)~|KwzF?{$4+O*cV^3v^u$GPp#A|W za`0f{$pn8zxBv$YBm@nyAu-`l;*StXxEN9ov)!H6HuXI{`+dL9_xV20`(y`FpO<~# zO zl`D{%2YRMrcr_MB9suYpNKY!qwn~MpRaEt9$CWX=8(ja-GwU{%>vaPi!OX}pU?(I_ z)zm<#8GmAz^CQ5Ekht!L*%GiF5`Q#i#xlSzNIo^Kj*Lb8G9_1!4%+!ySnw;x)&_4-056QbVIXD#g(WuB=9_RtByVe+J>T5@Xxsm*`&Y4>O zaHONDcgjbLKo@B5t9t2pf;)~$|f^Bmu3zWP0VQNOL<)9>gD zZHE4dS-YbBpk39z)V__q)%yF< zdV4alZYAEDvzEAK*4$>kVCKx{%$Lleww}4g++z-yJItK9t@Up4dhuQyCU9F*UAtDq z8^golBoakH85fV!tM@xa{J;qTZ)AncVFmgtp zvBSu(*gAWi4rGiK?{ha(NCIY1ILsk&36P;Y6$13v{nN^+)5o`}Rh^Ix->T;rsn?fos)em ze1!-LVS%s^7QzByAuNOi!a`UG3xvhdUH||9|NjF31d|#!I7`6K00000NkvXXu0mjf DTNYjH diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/form/spinner-rtl.png deleted file mode 100644 index ab16678bbdeb1732f6bf057cd3402eaf4de9920a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18606 zcmeI3cT`i^*1#_V0#XzUMG+?y1(A?K5=aQ4gepy%1VtsC2qY1r6h{VBnmQt)(gaaQ zsiJ~{2r5mmg5cNyMJXaO;5VY;34MDWVwo44Lu>s#Mixof5Dv(Mi9oZr4@-*f)B z32R;K6y=u60RW)rU~laX{&K;OimWvFt*M{q4gSpK+xvt7fczriM*>JcrUn3Vt{gIX z?OK1HfEVJ=(MN1nT~EX>_%U)18H zmHL`-o_MP4R=vQ+MoRr=cD&?)15x{x-3%1=$~}?k);xJ&_o?{3w?|&?I2G`y za`@G~u}hChy@f-WB~3C_vINquO0wVnV-^jNB|oSYbr}*CjqcU%y?_S-xMfpTDR8* zpdf+8EXO)L@B|JZ9lTlg!1*$us!>V47?4!}kZ$oYs{pATfZt7R?J!_Z8nD>*oj381 z)kR9Z`XH&aVq&=t-X?m3EPShsx3}SPy+#Ms)r)b|AE@aThBe`7OVH7n`7eg<0zh_> zGC13z(XhsOMU9QP1Eupe!{1z&9@nDLy2g5%3iuWP@KO-jJZ69>SsG<39ThZoa>byO z|0enDZNvLm#q%vL0oi@6-a~vL8=Dgc%bz~&>F$2Arp{^u^|trUF?P-7D(}(2KO>2s zhd;cy)~OSX-WY8s_31^;-Sik5LkXNSRvB&h=noZmu{*pUR!-AI@G=%}ki5ma>!1HiiqUiEK! zvXW8$yI(eij=wb@waZ=sM6nzWZ3Tc$);flsw@b_$WC6fBJ6iv|rTY77HG?YYWz}=q ztK~oY;r3YR)YVuiS;;Y?mIeE*D%@qI7klr#hQ1%-Hwz6+m79NTGJl?7jo0OQX8ieo zQDw8L^(v$1N?G2NT}0JvjhCS9rDz|JRZWZeq*-k*wQ!#f>{k3@H!a5`tUbzouP4mQ zUgMov@DKPnU)w85rZ)lfuFtWRcBsSA#cpQ5DO@6#=Nd2FV|!BmK0|;?PgKdyxF39R zso8$qiQfAK{_|TCN#q7()oV2wqq;z(VSTOD1rvk0$@DuHvX)8hS14JL@PXcR zAyjH%v`y7qoK&b4jJn*?p5jDtd19XnTc(3q&^p(6uH+uK8eOgAT*r$muPpepPK|~} z#Zl}Hv>z=@T!c{C5l^l&)>)W9M(dUz{K4VEubwRnTWnjn?%I6@c^Me{rP|52S{VVw zGWf#=u+=wXx-+|LyN$ZlyEWf!kjtc5Z2k3F&>R zPk1iCCa$+Sd!p3+oLgM(BFwgQ{Jq^O4vweKo;>nkslTfKFz4KB!IcHijx2Xcx$oU_ zr_b(n%4^B@p$dwz%DWrl*?LPd)MV7yOG4Gor8=Ei@?hVR22Z3hsz0?iZGIZhi=tnu z|C4gkZMh?Bj;uVQu8;7{%RiIef%k1TJ%X^>R{%BKJOD{B~96D)loM zr*ah2Hz5CL%27&zeSuqnUH?^F(Lhe-nX5JxJ|ofdEF0G7`s&)T6C3Ab_If<^c$OoV zqvC8v_)uh+A8=azM1^(eb#BgJYSy()QCUvBoaf8u12pE03swXlVPxjl8kef_$2KgqrelPf~d^@zg`xUu@^^=hXXl>2w9v2i2ci zDZNs2rK9s3=fQM$=khbF&X_uxIyKz8d++4EM`_p$Gt^^rZ$@v%&BN6Egv#7N-}B&a@)=g;s!Z`aqY+NVveuM@-YgzUwf1M!mX#-T>khGWI#t@ zq$}AqntiEP8$m}Td7piJzU*{p{xJ2eD(NFB_;?qoi)j2D{oH5sUE`{-w`YmYO=BgUJ7oTwENY{`UZ%jgY1jC_jtN%Q&vb3z;QWAW1g%l+BqmdciiyUyBCx4Q*~G zhjdu~Wqs88c?KKhia!TmgViVH8*U-C8ehR&F|Rjd`P_X-$)q?0IxfQ->KEa-f!8`d z4-Cb1W_HSV?NCic+}y|yKhaq8J|;&c&v2mu;i!dEyo<@<|FKlk&sEvK;@zUq6$j+P zYcy)uT8L&`bNmysul{nEclP?u5r=+Hs>Fut+%P(A&{MugH}7DjlcLkJ3__Ml`gT|l z+Kg}&wfj)g!L3&Ln$F3k>^JOJtnGISnK8v~)G=C$W~ zy~p}8#cZZG>-xQf+xVjeS*!02+%37?cF_3P+vDQ{3u_j>JXCr**3lcTL3wqxa0|Ye zxHY^@u1k5&>ezMCg~ZEyOZ9^ux)uz0rxZnAT^ZpV5WT7T_O9wn5&`}4UUEG#JNw%o z4{UU$AbdJ5QU8j~R3|AX>@8Z{rkbMs^Ao-Hupad|-tFsY?T0Vs71Wh8npiEYzE{uT zSsUgZ%};riGLNhHwDqE5$GVFHA3oZ&AyV$?wN>mcC6}MNPP|;n%(>Ng&(z%WSI_sJ ze|h2tTb^B_KK{gQ9#r2^`4RK`!?q2T!=t2I*V?=!yqq7h9x_K9MoNawixTqtJ{=ti z+IZF_XzM_OWQ*jejP|_J$K}60)MzpDbWeP=y5DYI!;ja-GT(;66>*AQzZ|RY)aF}< zclQm??HFFJNNC-@e@EdDXIFw*BWVRiW8K&Fyx>(lNW6#*#iH&L_`FOiR2Is~Fp#WkSN^JI#Yf`#$H8n;1CzRY634df5NCu{pK*M9RCA5zO?6 zaPg!^1kmveEpw6_F^m8@2x1DTu&|&&ZU`aFOl!g~0sJp)Mrgq%x(EWyv@C@IVHD@J zFfuQg3Bwv<;dCS#1vADQqOce|3S|I8BT+^O6cT~P!%-*##+ZP@!MHn1Re7CRY#w+M#B(<4-~vxW{4*lY(8 zd_nq6*eS~p&u~5y;m!=N)|cuy3PfHol*q2Wjz0g0U9WU?p3hcl1CVTFI=1BLQLVF_3~0fn0BV@6M?4{-4? zr~>Lg@-nmU3_lDyfyE0Bq6$cyAS#=Q;B(nT#B}3~o?mY%0+|=c3kHY9BpDGAvo+6Z z1s+n@PM%RoA?|ioFb5kl4u!|z;AlhCOgA(7&FaURN8ct~8CK`^x;lQb4Su{8mjmN;z z#yBhn%>WB3`m5_1=HIz?4d#G#pBgx$&lJsnC&Vmnz6)i~5#}}=0$!L659ZcyTc>k7 zQK9+N;1H&;{+MY^6`-#r9qjt`B2LsX0+lYT?IgOeJTMtV#5b+e!-AS|zE9vkLon%o zhWX#e2=!-jMOBzdR};Pd-bo0LB?zSkGcDQRn)zQV-=xcLZJ@qqUlbsqiKQ3F`46%X zLf!tK<-i1mL^JVB44h_!M}dn7i-Vh(fFd4^MVa7CXgC%PHMY}2x(7- zru$R5Y$k(*n3~p9!~dtW{j=IPIbm_ygvp~peE(j3Oq8OKGJ`k-K7X*lCQH)D8ABa|r3j##6D8?n44@4`*1py*j6yp-j2ci|@ zf&dXMigAhN1JR0cL4b%B#kfTCfoR3JAV5TmVqBv6K(u095FnyOF)q=3AX+gl2oTYt z7?)^15Um&&1c+!+j7u~hh*pdX0z|YZ#wD5$L@UMx0U}xy;}XpWq7~zU01+*Uaf#*w z(TZ_FfQS}F;*y(w;h4z<-!cvbUnf>&Db<3nBE#tR?#=)Zu>t_1b_2klhV|#O$2j8%##$MKLZ*U+qw076Q$fI%7r-R&;hLM@wZi)~|KwzF?{$4+O*cV^3v^u$GPp#A|W za`0f{$pn8zxBv$YBm@nyAu-`l;*StXxEN9ov)!H6HuXI{`+dL9_xV20`(y`FpO<~# zO zl`D{%2YRMrcr_MB9suYpNKY!qwn~MpRaEt9$CWX=8(ja-GwU{%>vaPi!OX}pU?(I_ z)zm<#8GmAz^CQ5Ekht!L*%GiF5`Q#i#xlSzNIo^Kj*Lb8G9_1!4%+!ySnw;x)&_4-056QbVIXD#g(WuB=9_RtByVe+J>T5@Xxsm*`&Y4>O zaHONDcgjbLKo@B5t9t2pf;)~$|f^Bmu3zWP0VQNOL<)9>gD zZHE4dS-YbBpk39z)V__q)%yF< zdV4alZYAEDvzEAK*4$>kVCKx{%$Lleww}4g++z-yJItK9t@Up4dhuQyCU9F*UAtDq z8^golBoakH85fV!tM@xa{J;qTZ)AncVFmgtp zvBSu(*gAWi4rGiK?{ha(NCIY1ILsk&36P;Y6$13v{nN^+)5o`}Rh^IKLZ*U+qw076Q$fI%7r-R&;hLM@wZi)~|KwzF?{$4+O*cV^3v^u$GPp#A|W za`0f{$pn8zxBv$YBm@nyAu-`l;*StXxEN9ov)!H6HuXI{`+dL9_xV20`(y`FpO<~# zO zl`D{%2YRMrcr_MB9suYpNKY!qwn~MpRaEt9$CWX=8(ja-GwU{%>vaPi!OX}pU?(I_ z)zm<#8GmAz^CQ5Ekht!L*%GiF5`Q#i#xlSzNIo^Kj*Lb8G9_1!4%+!ySnw;x)&_4-056QbVIXD#g(WuB=9_RtByVe+J>T5@Xxsm*`&Y4>O zaHONDcgjbLKo@B5t9t2pf;)~$|f^Bmu3zWP0VQNOL<)9>gD zZHE4dS-YbBpk39z)V__q)%yF< zdV4alZYAEDvzEAK*4$>kVCKx{%$Lleww}4g++z-yJItK9t@Up4dhuQyCU9F*UAtDq z8^golBoakH85fV!tM@xa{J;qTZ)AncVFmgtp zvBSu(*gAWi4rGiK?{ha(NCIY1ILsk&36P;Y6$13v{nN^+)5o`}Rh^I4MDWVwo44Lu>s#Mixof5Dv(Mi9oZr4@-*f)B z32R;K6y=u60RW)rU~laX{&K;OimWvFt*M{q4gSpK+xvt7fczriM*>JcrUn3Vt{gIX z?OK1HfEVJ=(MN1nT~EX>_%U)18H zmHL`-o_MP4R=vQ+MoRr=cD&?)15x{x-3%1=$~}?k);xJ&_o?{3w?|&?I2G`y za`@G~u}hChy@f-WB~3C_vINquO0wVnV-^jNB|oSYbr}*CjqcU%y?_S-xMfpTDR8* zpdf+8EXO)L@B|JZ9lTlg!1*$us!>V47?4!}kZ$oYs{pATfZt7R?J!_Z8nD>*oj381 z)kR9Z`XH&aVq&=t-X?m3EPShsx3}SPy+#Ms)r)b|AE@aThBe`7OVH7n`7eg<0zh_> zGC13z(XhsOMU9QP1Eupe!{1z&9@nDLy2g5%3iuWP@KO-jJZ69>SsG<39ThZoa>byO z|0enDZNvLm#q%vL0oi@6-a~vL8=Dgc%bz~&>F$2Arp{^u^|trUF?P-7D(}(2KO>2s zhd;cy)~OSX-WY8s_31^;-Sik5LkXNSRvB&h=noZmu{*pUR!-AI@G=%}ki5ma>!1HiiqUiEK! zvXW8$yI(eij=wb@waZ=sM6nzWZ3Tc$);flsw@b_$WC6fBJ6iv|rTY77HG?YYWz}=q ztK~oY;r3YR)YVuiS;;Y?mIeE*D%@qI7klr#hQ1%-Hwz6+m79NTGJl?7jo0OQX8ieo zQDw8L^(v$1N?G2NT}0JvjhCS9rDz|JRZWZeq*-k*wQ!#f>{k3@H!a5`tUbzouP4mQ zUgMov@DKPnU)w85rZ)lfuFtWRcBsSA#cpQ5DO@6#=Nd2FV|!BmK0|;?PgKdyxF39R zso8$qiQfAK{_|TCN#q7()oV2wqq;z(VSTOD1rvk0$@DuHvX)8hS14JL@PXcR zAyjH%v`y7qoK&b4jJn*?p5jDtd19XnTc(3q&^p(6uH+uK8eOgAT*r$muPpepPK|~} z#Zl}Hv>z=@T!c{C5l^l&)>)W9M(dUz{K4VEubwRnTWnjn?%I6@c^Me{rP|52S{VVw zGWf#=u+=wXx-+|LyN$ZlyEWf!kjtc5Z2k3F&>R zPk1iCCa$+Sd!p3+oLgM(BFwgQ{Jq^O4vweKo;>nkslTfKFz4KB!IcHijx2Xcx$oU_ zr_b(n%4^B@p$dwz%DWrl*?LPd)MV7yOG4Gor8=Ei@?hVR22Z3hsz0?iZGIZhi=tnu z|C4gkZMh?Bj;uVQu8;7{%RiIef%k1TJ%X^>R{%BKJOD{B~96D)loM zr*ah2Hz5CL%27&zeSuqnUH?^F(Lhe-nX5JxJ|ofdEF0G7`s&)T6C3Ab_If<^c$OoV zqvC8v_)uh+A8=azM1^(eb#BgJYSy()QCUvBoaf8u12pE03swXlVPxjl8kef_$2KgqrelPf~d^@zg`xUu@^^=hXXl>2w9v2i2ci zDZNs2rK9s3=fQM$=khbF&X_uxIyKz8d++4EM`_p$Gt^^rZ$@v%&BN6Egv#7N-}B&a@)=g;s!Z`aqY+NVveuM@-YgzUwf1M!mX#-T>khGWI#t@ zq$}AqntiEP8$m}Td7piJzU*{p{xJ2eD(NFB_;?qoi)j2D{oH5sUE`{-w`YmYO=BgUJ7oTwENY{`UZ%jgY1jC_jtN%Q&vb3z;QWAW1g%l+BqmdciiyUyBCx4Q*~G zhjdu~Wqs88c?KKhia!TmgViVH8*U-C8ehR&F|Rjd`P_X-$)q?0IxfQ->KEa-f!8`d z4-Cb1W_HSV?NCic+}y|yKhaq8J|;&c&v2mu;i!dEyo<@<|FKlk&sEvK;@zUq6$j+P zYcy)uT8L&`bNmysul{nEclP?u5r=+Hs>Fut+%P(A&{MugH}7DjlcLkJ3__Ml`gT|l z+Kg}&wfj)g!L3&Ln$F3k>^JOJtnGISnK8v~)G=C$W~ zy~p}8#cZZG>-xQf+xVjeS*!02+%37?cF_3P+vDQ{3u_j>JXCr**3lcTL3wqxa0|Ye zxHY^@u1k5&>ezMCg~ZEyOZ9^ux)uz0rxZnAT^ZpV5WT7T_O9wn5&`}4UUEG#JNw%o z4{UU$AbdJ5QU8j~R3|AX>@8Z{rkbMs^Ao-Hupad|-tFsY?T0Vs71Wh8npiEYzE{uT zSsUgZ%};riGLNhHwDqE5$GVFHA3oZ&AyV$?wN>mcC6}MNPP|;n%(>Ng&(z%WSI_sJ ze|h2tTb^B_KK{gQ9#r2^`4RK`!?q2T!=t2I*V?=!yqq7h9x_K9MoNawixTqtJ{=ti z+IZF_XzM_OWQ*jejP|_J$K}60)MzpDbWeP=y5DYI!;ja-GT(;66>*AQzZ|RY)aF}< zclQm??HFFJNNC-@e@EdDXIFw*BWVRiW8K&Fyx>(lNW6#*#iH&L_`FOiR2Is~Fp#WkSN^JI#Yf`#$H8n;1CzRY634df5NCu{pK*M9RCA5zO?6 zaPg!^1kmveEpw6_F^m8@2x1DTu&|&&ZU`aFOl!g~0sJp)Mrgq%x(EWyv@C@IVHD@J zFfuQg3Bwv<;dCS#1vADQqOce|3S|I8BT+^O6cT~P!%-*##+ZP@!MHn1Re7CRY#w+M#B(<4-~vxW{4*lY(8 zd_nq6*eS~p&u~5y;m!=N)|cuy3PfHol*q2Wjz0g0U9WU?p3hcl1CVTFI=1BLQLVF_3~0fn0BV@6M?4{-4? zr~>Lg@-nmU3_lDyfyE0Bq6$cyAS#=Q;B(nT#B}3~o?mY%0+|=c3kHY9BpDGAvo+6Z z1s+n@PM%RoA?|ioFb5kl4u!|z;AlhCOgA(7&FaURN8ct~8CK`^x;lQb4Su{8mjmN;z z#yBhn%>WB3`m5_1=HIz?4d#G#pBgx$&lJsnC&Vmnz6)i~5#}}=0$!L659ZcyTc>k7 zQK9+N;1H&;{+MY^6`-#r9qjt`B2LsX0+lYT?IgOeJTMtV#5b+e!-AS|zE9vkLon%o zhWX#e2=!-jMOBzdR};Pd-bo0LB?zSkGcDQRn)zQV-=xcLZJ@qqUlbsqiKQ3F`46%X zLf!tK<-i1mL^JVB44h_!M}dn7i-Vh(fFd4^MVa7CXgC%PHMY}2x(7- zru$R5Y$k(*n3~p9!~dtW{j=IPIbm_ygvp~peE(j3Oq8OKGJ`k-K7X*lCQH)D8ABa|r3j##6D8?n44@4`*1py*j6yp-j2ci|@ zf&dXMigAhN1JR0cL4b%B#kfTCfoR3JAV5TmVqBv6K(u095FnyOF)q=3AX+gl2oTYt z7?)^15Um&&1c+!+j7u~hh*pdX0z|YZ#wD5$L@UMx0U}xy;}XpWq7~zU01+*Uaf#*w z(TZ_FfQS}F;*y(w;h4z<-!cvbUnf>&Db<3nBE#tR?#=)Zu>t_1b_2klhV|#O$2j8%##$MO5!s>=V+@Abni&b`-tJg!5Qn@z+-O^s=2iwzE6}lT7KDaI1c8B&m#pbN5yZs0H`@cN@a@7P>i&|-F;Xb%rAp$6@*B3c{ zKR~ZjTP|7N_C2J?Qh6%?i3VDslHK$8qO5=iYBmp~fd_KHMe8fBqChMFklBHTP~e;x z(D%UfRI4ss z823cpcWAJ+eOdc$@+CvO>}m-&kxpnzLb8$+u3NyYYCZtSkJa4zrmYv%{kpU5wOcoN z;KRL)Z(f5mC}!FFmTxzY@CyPGo2v&Jow~Z}1?c5`7rjfpvbO_`c7R9An4@}=NcuL> zC;nsMZ0&LVrD-QEALuOkM|9r2{uM4Ki{TyNnD6RswAS#TkDS_XP5y(xt|a}$+_KD& zue05c|p05$BYuYs~?NE_9{NDahp(WJ3oPFIY+GyFsxOT~& zJ;?Wp@n1z^e8qsAFpILy*XCZWAeRNb~kI2u91|-}yknB+ah$$V5 z)L+X7JWe>(0RT7O$n7{AD{FRN7yyjY_pZ5UFn9hf>6|k0lv_(~mdWzt=NReFUtXpo zVK}EV_#e@ea`6U>ZOYIMf>$pJ$fqw%YLm#nh0qr3Zk61zx0fzE$5}4zw%pAy5kZ3o z!czEU=z|MgA{wAo!m^1Gf>1n8<5=)1NY6p(Ezo-p7^nEN4LzeBaY{p~3~AKS9r~Z6 znjS!qhsO`!G(p7fy}U)>8Navw^|OldhwrB|Ygif!9E0OCylUk0m+A&z%gCzP^v0V7 z>^>Yp2(CehyB&Ff-*M!CvGXB&dFAp&gf4qcyGTvK68m*NG74pB_yOVN{Nce;eZo8U zOWY>!i;6O_H?zl{UD2nMFIgnKRU~9T;`T~t%vp>475)b55Y(*5(be^dft_i1l%K8+hR)UmbrraAvdHAYR_;PR#Bq6#W zYC)96u`dtrbQVaX?;UJ66UkU^bt+bJqb5g)1C>RJBU89&6JYv zV+pf9kS(R*owVX{@*-@-Db>unCrKoC(x?ZlhgBr_va3G}LX9XEH`etE3V%tz>pf)6af z%o@u)=a%CZ?Uwp_*JD2M`phvw$inNNh6onQwc~`&1JSFt9dqhSajfnTWtT7p(e8?P; zeLGM;P@}jGt|6=ywU~_1CJa_a5#D$mCl%HV?r%H0u)?D#`mRT2jcMk}LgjY{+&eV= zWHD|zw0~T3G+q&#y>##{BxKX6yQl7TmaKjp>y_kIRFnUdRayB!r8%b|=V4z2sxHMV z4PWx&X4Cl5(9^~#_cn%Wg_p-S#s^ji#hb^E<{Y=f*s<+K?4IYC*6-+5>7~?fC0i%&a&_(M5o>BAqHnxUv@fY|PCx1+{^N>|l#kU*D*usO zQoo+HK9IrkuJj?(Z}y&Q)3}p;H~UV{R(A#Wlg!j%P1!S>qADa4d=g}>DOrcJs3-g@ z;=1JD71dsSI+B@uBe^;E1?AbxO5J}@;KSgkefzG;j?}E=tlPs; z-LRcLI~{g@DPC%EB}F-{9!`1Cba#7eaYcYL8ly}6T-76hxsTyL;eX;l$(a&pi*AWh zP<>Eh(A@E~FY7;7e2x56+QuGQ^nSCDGv6(~F23Tu@_VlccnK&9CJLUOt0{C;=*Aq_ ze2k3Yd=W7RMMey*Om;|NjG*4^u98$E^GG;VW}Cuic%`!0()xuFVb#Jd5<#>xV`e>- z*MtwYnvf3`Dv}l_%8u=pUcCl+PVMcMd~4P&)~HH-PN%~c_u`26k=aMCuW$0a#_(~^ z@g!T334O_h!G-4v_xc_9Wc)rsk|niVr2kOo-G;lmhdP-2-Q*HNq^6gh{ySlA3YY(#B26%ue_GiG;~rc^P_+29>)s1ues+7N?s^8)|bBY z4Hy;=St7Ik)j(|D&8utuwt5vC?;fGnzT5XQQr<e=%@;~bFN;vDw2m&tq3K=8!L-KY{v_Y4^lfXzZyR*oTG?_YFrdTo&B>}e&37KR zBnDEDe1Z=iwE8u$xL0cbBRew!S|p6LT(iOKfJ3nvExVIc{+*cE?ty>B+L*nH4yVJ{*449qBlDll}oZ>e95L zU{kJco~}s{{c9WU!gg9OakQd;t4<#4gL&`znt`W#K6{qcF`s{WuI6}xT|98VPoaRS z{PLf|6-6VTd_MNe`ij0YYj*UH^t&)#()ji5+|LW%?#cgliC9Ky{p4KcTz$u3!GO5P zfwXV2-=7|6t2L=KsZ-jZbTl$mQBgrmzIe#BDyA*#a+Xx}qaeHQ>|W;i?v}6ZUp7_S zk2eg?8w;;4&0}W|GX~CQUqF{Dl`Gz?V(Y#?GoD-3w0od%ps1z1STS+cxc)cG;hN8c z@~kHoqnPf%Z{x7h{li~Y)SgfW08}%{#-3$wZiXh%C~A0DnhR0Qk3#3%h5~?&o*x}g z@FKDxE<|?{RTnyNqZA4ux#~i=|T-A8id%JTSBlj1`(pErm0GRBN32wC^dwp z1`2^tfgs@sbr=E;L!wj>2(-pJG(rpV^MGPRIgt*-)eUWBwBcuSoZobz9xN6e4TJgm z`l|V=tI-(lFa!#Pg29n6BvO^5P-U{IEWDp8m8mpoGUa1LWD*!8I*UZ3LMD9iE;MhJ zE)+V^(Dd+AMvt}}F*mNSyipZpS zGYCYETxoVAV;@fMevbA(7#aHzsjOM8ICJ*zMzgi=N|?@}do##CK)VuPL^6@WX@|*S zfS45ked-UH>GWUvK3)9-;%p7GNN#@tI8pQ0G@>8rFKH7slW9NJ)Z|p_aG;o*qm5_; z?}_o48eupEYOW+#G*)|^1`2C{FfzodBM`<&6joCmYk*y6v<_v2g&P^_!2U>`SwT~_ zLSHqx@KEbUcGeoS1f9=+wMVug#zR`LS@&Br21IrxJ)i`$L-U56bxO{rMwx zrav5Woyls~zl{{NftxcZb;fxb!^}|s#B2KJa8R1+aD?_cqN=(!9HFW~L}{qv32+xx zq>GC>(iM(E5?o!Tyg})ph9~h`FgQ2QR6P0rF@v*M{Lu`K#AMMJY|zjqkWQRFtckmR zEuE?$lm6qJPtQDOr=#(Ni4zlsiRY{v9T<}ZDx2xlWX428lY&{6%YWnhNBZB}@bw^4 zF`P5ChALcB6`^5+K%tRZXmxE>xE2}?pX%xl)!$8+G&hznoK{f6o5I z21jEVL_B9z*wAQXu4DOKKhvohE20seMVw{~N7*3YXrwk;9XZ8#+GJAsn}<2gmE^|$ z#bcIvn(zQAfA`>AyyBnsZ02%}Tobzn1vAm#K`0F9-Q zX$(%ch!}Mp*lfkKW^ta8Sx!D8!!WH(3?Zh*SSj;{&`8i7w z|6|i}a{eg$U2i{e;wF3l(62+nIS1#?g>(E&1y}!`>hSNW;OgH~XEJT6Bo+qwv$fxf zL0J?+j1!-#h%=x`y)^0_C2aZz^VdB(ect;Y2Qwr39~*=1c#VK*aE*DmxFP}zc(}kc zxW+tOToHisiU=&=;R4g(8uM^*MFbY`aDi!Xjd{4ZA_5C|xWF{H#ynhH5rG9f zTwoepV;(N9h`<6KE-($QF%K74L|_3A7nlaun1_oiBCvpm3rvG+%)`YM5m>;(1*X9@ z=HcRs2rS^?0@L6c^KfxR1QzgcfoX7!dAPVD0taOw9xkqk zzycmFFb%Hpzv2>|d1aGG<-Diq%XuM_PjiUDd6^SJz*%wryNLe^00<5NfU)nK?;Zf~ zh6BJ`X8=GS2LM^xF{gVQ0D$kbsgZ$=Ut{0%>cb&$i8+I`%NN{M_q{ai&y{w97`|BP zv8hMO{-ehNjQ;me)Wl+=Cvpl`VnbD>2BG-YtQd;}#}^M2O21->^tGtEy>r~wyUj~i zp~*?wIOA$wNa*N}jL+u=GnNX|25{7m3LFX+p!F?>WrnslK&Qisg#^G^=!%r_pp(5f0CAEtZ^>#ig#s(@tAXrb&cE|*rPVty0KQLd%Lq_tOIPTYmp6y zMORDL*61g`I=ou?bmrcn`LDwch()Q$cZZe7%S&ALNKshY%_dYguG$=G+5goe1-6jS zs3Y)@Fl7I5@ug;C?_Eau`2mJ4mjZ*|w##iA+>gHBDPSWzR|RjjbUfl=X-1i#GJLOy snX*S>I&ojT$hKbsA?1sDPI>}BfFD*?Ca`hw#H+fd#+!}u44wD=AE1&IegFUf diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/form/trigger-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/form/trigger-rtl.png deleted file mode 100644 index 899f6ecb3c3dea2bc37b4ce3bc101e927a011e20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3276 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 KMNUMnLSTZOWh%`8 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/form/trigger.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/form/trigger.png deleted file mode 100644 index 899f6ecb3c3dea2bc37b4ce3bc101e927a011e20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3276 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 KMNUMnLSTZOWh%`8 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif deleted file mode 100644 index f2c741c2bc277ab0c0d6931c1b25509f11cd0f7d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 151 zcmZ?wbhEHbWMzLEWAH= diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif deleted file mode 100644 index bd16a964bc645bce1902bcc6f1157eb79bf8b6c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 114 zcmZ?wbhEHb+|z`(?y!vF*zc}EUs24)5ckAeh- zMpjNapA`a%hg*3V9co?}Jap+6<&L{DV`HLArz~$9%g@5a$2-(qr^(Emq~bNrApBH~ P<>Vya9&=MR76xko{=6q` diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif deleted file mode 100644 index d2aef2338f6f38321cfd4d22db9c58fdf10033e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmZ?wbhEHbWMzR@a4_~}{{`~pdw{PFQd-vtbm#<&H z{{R1<0iyE7JH?+Yj0_As3_3s&29O!f93Bju93mDA5*!&BxKt7x4lFp_#LdN`apQxc zYd4>yK}3PWgCp$>R!K4eg-blUc?3iZ1RgXnHnZ?)T!=7mU}WXvJR}o2Ddk)PgEaui C=|rUf diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif deleted file mode 100644 index bd16a964bc645bce1902bcc6f1157eb79bf8b6c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 114 zcmZ?wbhEHb+|z`(?y!vF*zc}EUs24)5ckAeh- zMpjNapA`a%hg*3V9co?}Jap+6<&L{DV`HLArz~$9%g@5a$2-(qr^(Emq~bNrApBH~ P<>Vya9&=MR76xko{=6q` diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/col-move-bottom.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/col-move-bottom.png deleted file mode 100644 index 97822194eb2be05c0565ce3e9fb85d3f95dfe8e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1222 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m{l@EB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxSU1_g&``n5OwZ87 z)XdCKN5ROz&`93^h|F{iO{`4Ktc=VRpg;*|TTx1yRgjAt)Gi>;Rw<*Tq`*pFzr4I$ zuiRKKzbIYb(9+TpWQLKEE>MMTab;dfVufyAu`f(~1RD^r68eAMwS&*t9 zlvO-#!z^yTt&fc~HG6 zxZPriQ?EYIG5VmWMT%;e5HS6KnDB%PCm*N7hfp_)%=c#n33bEQu)nXw>ONr zbFp?>PMp|Uz2$1#W_NZvvZc29A+h6Z z&;OYc|Ni{`{p4V8xL)Z+@BBuev}d9ZK2-mEaJNytJnlXF%HRLxlg>Tfz5cuX{{Qb7 z_6sbx_mDjyW2PX+lw^25BKh--q~DP||0Nr%{u%1Lww|;t_v6dS4m-mg{`9eW{9%36 z@9-zsqsLuxi2#eF#7qg6qdV>~9F=GO$Unhq#-sNRe`a@2XI9}b`E1X8B1bQ-OyIw< zz<)=6s}0GH*NhJ_y|!1*Qc>7AvoS)ZV`}3J`Bx?ZOZK$f>RTjnT{an^LB{Ts5e*CF1 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/col-move-top.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/col-move-top.png deleted file mode 100644 index 6e28535af60f85b488872cc5b6b95f739343fac6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1222 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dd-insert-arrow-right.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dd-insert-arrow-right.png deleted file mode 100644 index d610f9d5510a608622e2481a975d30be81f2f7dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1049 zcmaJ=O=#0l98c}mjnP4O@natL$Tm<|n~#2M4Xa(-w61k2r7NsQ)8usxTRu$Q)@)w3 z-i8Ps3Qif~P4M8sqaK{#MekljP^w-;5cDD<)R(U9JZy#}@4Y|2-|zqV_6qr{qa))Z z1VM~u7x^Myea<)R!T*V$Z4oaQP`Zqk^(v~1CL|KFUV$L1imR{)MS1JSYdB93?kS~I zMrC1%lXNv8I+%d18kkKG^Ksh{r8S5^1+FSujQsxm1ql>6My`YfS};oF;gVyK+sx@JPN8T6hKNhAqWS8eu-un z5QzksP&g7{W&lewEJfot;%7o!IKr{Bp!<;6n<-bhBA@B{!lxKnL&)GLs$Q=L>cN0+ zu2M`i8g(>S){hZ>YfD3-?bocyo&pao$y5xa=o)Yo#frXxVkD0ACvH82V(D_zr*bJA4CS=;pH}xwcz&F1e{k`kKl)I^^KRn7{&MZ(5WW<*vV5Xs zzpMOix8v^V{k`4f;nN?FC(@q6w=+dA?QRX{yw}~W>4k&L-nso<+vB_Y(mj^@Fr5qz zHLC-yJUBbh%I&*yQ_nufeeuNRu5axA%#MB0*B)#wfd{wO4{ws*U*5L|#OP9!2A)5S u%%|~YbFtxi^zi&3-C$qc$-XJO7Is|3y@T}E_wE(exvbfAo_~_O-uMe0x=J|! diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dirty-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dirty-rtl.png deleted file mode 100644 index 5f841228937b3d18d49e0a99f965b5c6d8cd47e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 972 zcmaJ=J#W)M7!#u$pR*GmF7`u;W|;Lt9NJC~63~JjFHqTE??1A@b5(XLX9-rQ!LGMCz_323G@L=t z$-8V}1FXjiCGa7!LG14YkrJ!ykXNC0a?P_~=t6obdzw_!ssasR2y$FD;|QV%WSJ9J zbFwU61(G02yg-+n5m%L*tVnBM^szJ=cH2r#FOOo;lgf4p2^F62_xoHw%OTw1#e6=W za7a>ydSs%#fY@;+h?d3-I*c6bg~USvNEq!F+9fJWGd(TA4=1!iG-?xV7$4gqFLFXs z(%8|m{_pDh6Yq%B;90)^B#s(;A>?Z?Lc7?ZgKIA(p+ZH&&?X2s5ZW1cvD!rhMO_pE ztuBKrmhE^!a7?3g6J;NGPv56S`kVe)a_8vmFjFAt9MJwL)TuM{F7I}d9%2Gbm{J^ zgPH5h%Fc56@{`u1)U6BegoU~E=a=(aU!MN#ZSObFd#@M3C+5ZBIeg~_cRzVwrcu!k IOZOiC0sLz%R{#J2 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dirty.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/dirty.png deleted file mode 100644 index fc06fdde5907d6aaf17cfe265ec12dc0490f7d39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 972 zcmaJ=J#W)M7|VK-IUqsEKTMXX_g(GR);WUaL*oRt-AX z=j_ynOZ3pDok`%f(JT#a3mEx`(P)bmz`5n3JATh6fWs4ly_ z1d0iy1U@1*Nc_zphKa_GcpQXZUqER7bq8?b3qPGZrM#`XvaA zY`hZ?JIMy|!kEE8u@iYA@o)fAM!SQziN;c;$0_*Xgf@sz%0vssCw9n-oRFq8cC@Vj zyZZjbJ0?wZs`p&txU~}^zKLSI9XYgd8w+Wu5b6=K365GAZ;q?j=wX869u9%Ns(_4T zJ6@1p+#Mk-3s!@e*nxwphQ?A3&huQD%c%uZ7gX7#brwyjY{;UXH&r7i2_-=&kFf@J zwtWg%r$!~OJq MRn5Bbw!FUk4-(BTa{vGU diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/drop-no.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/drop-no.png deleted file mode 100644 index 02e219a144a95a5e13e27b98479553c7949c0160..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1277 zcmbVMUuYY39KR%8mbR1yR^7~l`*DS}r6%_$xl3|3Yc9FO22BlV&^Y?g>*d$x*4$ls zcWsh7Fl|AyJ&2ooQ3SgOK??KFhJrZU7y+j+mF+>%`Cx=eQP`p&^FikC+NSzYCV1T4 z@Av!O_w)Jwzf+lsr}}z4Js5`drN)IUTHV&;a-#Q<-yeu*dCW}Y%}H(6tcW_q_<}YA zK}r$lU>1sn+QR2>6vG@vIhQx{>1Q}eQ+%SOR@VlQ} z!GT=PbW1zzzKts~yvMFmS zuo%S|ZPAS2$kXi*lyW+~ORO3@i9#tOs$!X-d?cYLR$N=!hM9%`xUr|Uk*k#UT4jH|M^Lc28f!kJ_6`^kjGArD%H}P*=Y=k0k?#x*Y8(aOX4e$3ZY*Z+-af6n68n zXQSqDe{Z7(`=7M6Q{c|pMt3q8?Qi_NGS$`e*F)~cfq@!-uyLb)zdP4Ae&O&%+sBz( z-#8YIzH#YNz1nl`2V3)(^%K3X_T5{%`C7Z^e1U$XF&O>x*mY+yy7^OAVD0Mg(1lk< zJZ;%&V~76g72c1AgZ2E8hWEVf<){6w!_mzbuRBYtp0D@6y&%ul_dV_|CH}b9U&N_; z@}Td=t(A~#W66He_TKvNuVd%#+M6F`9{h%V;0T=dub()(zD%CgU4b+ATCUq)Mc-_U z46j}FfamP3CGe@ed1dAPi2JSmtw-Ovef;F>rwW*R8au$mkGHfl){hQLB_@P-W7DgD E1GUDXumAu6 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/drop-yes.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/drop-yes.png deleted file mode 100644 index a7b8f28d5076209ed596e654eef52c350b14bce6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1325 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/find.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/find.png deleted file mode 100644 index 496f24c77b8c7451fca10890e57f2d03828c3843..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18324 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/greater_than.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/greater_than.png deleted file mode 100644 index 28119e992b3d3e67ef7ef5960a49e90a9aa7d0d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18249 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 IE1zxu0xC~7ivR!s diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/less_than.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/filters/less_than.png deleted file mode 100644 index 904ae1c030f4174e0e5d40971a665669c65445d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18228 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/group-by.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/group-by.png deleted file mode 100644 index a5d2d69725e0e29506ab7aa997556bfb5ac76750..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2880 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 X9z7BK&gWL400000NkvXXu0mjf@o`lk diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/hd-pop.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/hd-pop.png deleted file mode 100644 index f21327c1132c77eab24a07e03d8ed37a234ac3bd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2949 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/hmenu-unlock.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/hmenu-unlock.png deleted file mode 100644 index b3f085c4fa49d2312cf5613c3a686517087f5620..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3007 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 IBU-Qj09?5iw*UYD diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-first.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-first.png deleted file mode 100644 index 49bb44644f19c2e88a6d271d4cd768a099e872dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3198 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-last.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-last.png deleted file mode 100644 index de8282035b4bb0ca816cb30fc303e10791e0e9c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3201 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-next.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/page-next.png deleted file mode 100644 index 7908e564d497a1bb40b21693d2b8bbd00705a804..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3064 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/refresh.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/grid/refresh.png deleted file mode 100644 index 5d10bedb0634781ea8bb68b327fa59280d17fd48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3265 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 I5v|mJ0NcV5`v3p{ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/magnify.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/magnify.png deleted file mode 100644 index b807c42a421f33e0091dbec769143512858bdbbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3385 zcmV-94aV|`P)4Tx07!|QmUmQC*A|D*y?1({%`g-xL+`x}AiX!K(nMjH8DJ;_4l^{dA)*2i zMMMM@L4qO%jD{kyB8r88V8I@cAfUux6j4!mGqP56<>kGXm){>}eQTe+_dRFteb%}F zki7l5ymVL!fHa~vAmcQ z7uoQ$&mudEnVrUCi&%W-40ak@%snFBnkD3j81WZzQ5KhzE#g}u)=U+qaYg)A9Gk{r zW&(gBiR}UoD@nwrA|~;}Lfk~W6aXA4@hgu1iUph;f%sBx=^43vZeo&vuFKM+o7vhj z=-!;{RE|Jk6vSkuF!^k{TY6dsla~v?;+;QBMqFFEsL0l4w$|20=Ei1U73#lk{!NK{ zyGXBsKlcox^?kAZm0x;20E}5tZFYRI#qR~6V>1Bq_rKUQ4+0=5>RbE3SNEZb=OsxX z$gndp$O~ z2}Gii1cZ;QLyD0~q#kKOx{zMvCNhFdBkxcc6a_^`8KLY^-l*j$7HTzW9jX*njXHvA zNA;j?qDE0Os847zS_y4{wnO`%BhiWIY;+O265WVyLtjGQMvtT4U@#aOMh9bq@y0}9 zk}+#ArI`JgR?K_yPPlex4vr&>=Vw!U)NPjf5&f z3*i#sA>kE~NK_}<5`&3c;s#Leh59VbXchJ<=;OnXFBA zCP$M6>atgt3H=1Y2UgM2$qd#E`@bNxY<%q>JP#$vnwQ$&-=;lG9Rn zDQzh?DW=pqsT!$MQo~ZS(iCYk=|Jf;=~C&V(pRM?Ww0{ZG9EH)nL?REG8bjWC@3{{8fLrtcZP`{)0Q)gslWG!XGWpiX}WY5Ts&=8t7&4-psE2EvD z-J!jgQfv(`8kfN|tp+n)3B1%zTF<3EM z@qpqb#pxx~CH6~LONy7ASaM$pR?=4rQCg#PNU2Y0R#`>aOF2V%ukuCZX%(7^vr4i` zh00l#DOHN9qbgUmLiL>LGrBC@g`P^UqW92e)Rfe`)r4wwYW-^S>N@Jn)eF>H)gNgP zG#DBQ8WkGd8Z(-zngN>mn$4Q`weVUDtt72ITD@9x+B(`1+FP_cv?q1sb$oR4beeS@ z>XLPxbXV)v>)z7C=rQzC^!DrB(1-P{^po^!^al)J18W1W!G425L$sl-Ayeeqo|%5^b{6q}Sw=sg-G}X@ltlGZ`~qvjVd&v)|42%~|F( z=C>@!7M>RCEjle;S{hh#EDu=TwW3%BSZ%TDw)$voW6ig2v7WNgw28CXXEV&8GJ+VT zj4QTiTUXolwx@01*;(5O>`vJIW^ZJlVt>?ra;eTz&eDdZV-D&LOouv$5l6aXoZ~^q z5hpb#rc=Gs6K4%)wsWKNgo~a_vdb}-7p|tReAhPDIX64EwQlF#5qB^5V)uRz8IR>2 z)gF&M)jbnEn>}Z|ti0BEo%cq2`+4v59`;f8Vfi%q%=p^)uJ!HlBl(5;Rr@{h*Z1f9 zcLl%!z5%-e9xl^b##`1A2m*ZqcLhEQ(g|7}^kXn4I4HO#_-Tk)NPb9fC?zyD^l0dt zFxRlMum{U^mkXD7hf9XXgg1rHMYu zc#Ks{QOuo{IxBNlUR|ZQDs|PFSjkvs?8!KETtwW_xDU)gW<7H@-Y0%v{0z&DwTJbb z?aZ!VPjMVL<(!EGhlKKk$wY_5U5QgkPDzzX(_A-hHTPw*cXDm=TuNZd;gp5ch}70J zTv}Y(DV_{3h1Zj=lAe=3m|>7nlrgf}ZuRcfGkiaOVz}3Y2Bx^Z`;1P{p|fi z2b>SI)GF7O)V@E+J$SdytFFCXyT0-e=1|t5rw!o^z27pvZE93(ENT3Bn0I*ONXU_% zCYz?Fqe@51n&D<)^VG4JV>iBY|E{yesHLuz)>?8L92Xvc_I=#J{_+2=_${t8_!le8-Jehe15v28 zmBOpTuPtA9&j!stev|fQey;ef!rLS781H)DN4%ey&;Ee@Q1wyoW7j9YPY)N;78d>m z1DNyts>f=+00009a7bBm000XU000XU0RWnu7ytkQuSrBfR5*=&lh11#M-<1uZ+2%^ zdkRt#Fb(ZJ(ZMB`=;%NKxs+V&g%%7B*j@=iLul^13&}swL-A+>Ik?2_77|E&OQF=I zxDekGlVjatq+WzDJ!rJrnU{+MiVyi-AMfY)^C(SIktB(W<5&{WJ!W19aD#{>GyenN zm2>WgJkQ?~5iv7kLB!1HbUIg@b5E2~cZ3iy#xQ`&_kAg)#CSX&0{B*I{p@@ZZ!j20 zX5I_K@Xlm1nOJLoB%(*oxu?whuBxifgCO|ATKm=h{{EjwM@N5WSteFiRu}*%j^k}9 zr7p{I!pvK}UT=4C#BR5{G@VXggkjh+#vG1Dqm`m4%K0QdGp`FFKty|5>s=^?IEFoDmV2xwaS+%>1wK`_egg z9RT|MzDF~qY3c!hbFKlPX{`l-lf^~?z)LA5h-jnR?JjApr#w@VB-Lz{2TG|+*4k6& z+~G$YY;JB|6+-+G1i?jP%wL}8J)G^#&bbB=Js_g*lu~|Kmfvfw?`K&i(lljeW@2W< zar_N{r?py58DlJfw*bxnTvJM21^{a;~W9HRfulH*dMIJFT=1^o=rUrvS%Q?49L^S{>&bh-p&rjR! z_HAbVMJaWmEX$#D?(00yU(+1xEXzcaB<{S0i?QwP?OQ^KpQMx*%d#91(LGvxu9=7(#y+jp7yK7fr6-}!#``4k!k P00000NkvXXu0mjfuc?BI diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-checked.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-checked.png deleted file mode 100644 index 4cdfec1214ec442be5a4af6ee7982d6532da276c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2940 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-group-checked.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-group-checked.png deleted file mode 100644 index 4182445f2adb880f2dacc671e906e0a7bde8c967..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2960 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-menu-parent.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-menu-parent.png deleted file mode 100644 index 8d288c2345daa374fc72d783a4d6eb2e03396c76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3005 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-scroll-top.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-scroll-top.png deleted file mode 100644 index 9be015c26d6204a407cd6d52bb53c1b8929cda5f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3122 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 M07*qoM6N<$f|+{5EdT%j diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-unchecked.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/menu/default-unchecked.png deleted file mode 100644 index 929286d206913bba15b14db08373149f3192e03c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2830 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-bottom-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-bottom-corners.gif deleted file mode 100644 index 468c0534a30332ccd571a2d1762dc74b72d1c0e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmY?-;1r>j?FfuT(Fz5h9fRqG- t6Nd@|Glz_Z0K>s%c3!0zjRFU!b{=If6^#UiMn)zPwi6l&42=y8)&Pg=Aszq# diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-bottom-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-bottom-sides.gif deleted file mode 100644 index c11cfc4fdf2ac1a2506863d56024094e6fec93b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbj?FfuT(Fz5h9fRqG- z6Ne!KGY5}DLIY5MO^Zb#fuXUHQj?FfuT(Fz5h9fRqG- z6Nf$nGY5}DLIY5MO^Zb#fuXUHQd^!~cO3v+!j11NQ D^Zp}h diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-left-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-left-corners.gif deleted file mode 100644 index e023fa9ebbe1f16f46e77e4fa2af44e5656bf118..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmY?-;1r>j?FfuT(Fz5h9fRqG- z6Ne!KGY5}DLIY5MO^Zb#fuXUHQ({UU|NmF~$->CMz{sG(00bZz2M$LDMh+Q|4GRu7a|mn2 zoY=7NaJzuA*Bp`X>R25SHXk}4|z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif deleted file mode 100644 index 0b36c3ce6356affa6a86a09b35e3d89abb8f4e7b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmY?-;1r>j?FfuT(Fz5h9fRqG- z6Nf$nGY5}DLIY5MO^Zb#fuXUHQd^!~cO3v+!j11NQ D^Zp}h diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-right-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-right-corners.gif deleted file mode 100644 index e023fa9ebbe1f16f46e77e4fa2af44e5656bf118..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmY?-;1r>j?FfuT(Fz5h9fRqG- z6Ne!KGY5}DLIY5MO^Zb#fuXUHQ({UU|NmF~$->CMz{sG(00bZz2M$LDMh+Q|4GRu7a|mn2 zoY=7NaJzuA*Bp`X>R25SHXk}4|z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-top-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-collapsed-top-corners.gif deleted file mode 100644 index e023fa9ebbe1f16f46e77e4fa2af44e5656bf118..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmY?-;1r>j?FfuT(Fz5h9fRqG- z6Ne!KGY5}DLIY5MO^Zb#fuXUHQj?FfuT(Fz5h9fRqG- s6NeH5Glz`Fh6Dx%CN=>Hjspvv8<}MIDm*qma%tq%=5knJpuk`a09I)ss{jB1 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-left-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-left-corners.gif deleted file mode 100644 index 2efa2c2c0a64b5fec38b1f9a3a7f9a86e051a24c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmY?-;1r>j?FfuT(Fz5h9fRqG- r6NfSbGY5}DLIY5MO)KU^!NP_%W+|^J5`hVaIvM4-bSeUp92l$tg(4z@ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-left-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-left-sides.gif deleted file mode 100644 index 63131ee040b6bb064836de477bc91b7987830a52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHb({UU|NmF~$->CMz{sG(00bZz2M$LDMh+Q|4GRu7a|mn2 zoY=7NaJzuA*Bp`X>R25SHXk}4|z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-right-corners-rtl.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-right-corners-rtl.gif deleted file mode 100644 index 311de03b7287a09fde445b865f241685d4dac422..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmY?-;1r>j?FfuT(Fz5h9fRqG- s6NfSbGY5}DLIY5MO)KU^!NP_%W+AgVCkhTYbc)Dx=~NUXIWSlQ0FUn@Pyhe` diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-right-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-right-corners.gif deleted file mode 100644 index 35d52a651912d36f1601a56e7227e322bef19be3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmY?-;1r>j?FfuT(Fz5h9fRqG- t6NfSbGlz`Fh6Dx%CN=>Hjspvv8<}{RBtC3d({UU|NmF~$->CMz{sG(00bZz2M$LDMh+Q|4GRu7a|mn2 zoY=7NaJzuA*Bp`X>R25SHXk}4|z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-top-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-top-corners.gif deleted file mode 100644 index eea52ff91faab42b60ed18db78847ed2dfb5a632..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 98 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmY?-;1r>j?FfuT(Fz5h9fRqG- x6NfqjGY5}DLIVQ>voITjLIMM0s{k`cgN5ND*KTGurH~nc4~}(nF*7k(0|3-~A&vk5 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-top-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-default-framed-top-sides.gif deleted file mode 100644 index c11cfc4fdf2ac1a2506863d56024094e6fec93b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbLCpIiR U+%BN(HOFJ)qNCkB%uEc{01wd>@&Et; diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif deleted file mode 100644 index 47c8931042e29c212dbe741bbf2fd9c6902dff48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbWMPnC_{hNU9}F1448@-;j0_Bn3_3tA14!PHLxO>kgGC@=!NF!GZl#zL R8x|gJ7Z5e#5fEUo1^_eN6oUW& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif deleted file mode 100644 index f248b89967dfaf279f13b8ec9212cd200b55c082..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbLCpIiR U+%BN(HOFJ)qNCkB%uEc{01wd>@&Et; diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif deleted file mode 100644 index 47c8931042e29c212dbe741bbf2fd9c6902dff48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbWMPnC_{hNU9}F1448@-;j0_Bn3_3tA14!PHLxO>kgGC@=!NF!GZl#zL R8x|gJ7Z5e#5fEUo1^_eN6oUW& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-left-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-left-corners.gif deleted file mode 100644 index 47c8931042e29c212dbe741bbf2fd9c6902dff48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbWMPnC_{hNU9}F1448@-;j0_Bn3_3tA14!PHLxO>kgGC@=!NF!GZl#zL R8x|gJ7Z5e#5fEUo1^_eN6oUW& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-left-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-left-sides.gif deleted file mode 100644 index 8f9777646cbe6ba717bc1746122a22ca308af328..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHbkgGC@=!NF!GZl#zL R8x|gJ7Z5e#5fEUo1^_eN6oUW& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-right-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-right-corners.gif deleted file mode 100644 index 47c8931042e29c212dbe741bbf2fd9c6902dff48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbWMPnC_{hNU9}F1448@-;j0_Bn3_3tA14!PHLxO>kgGC@=!NF!GZl#zL R8x|gJ7Z5e#5fEUo1^_eN6oUW& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-right-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-right-sides.gif deleted file mode 100644 index 8f9777646cbe6ba717bc1746122a22ca308af328..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHbkgGC@=!NF!GZl#zL R8x|gJ7Z5e#5fEUo1^_eN6oUW& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-top-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-collapsed-top-sides.gif deleted file mode 100644 index f248b89967dfaf279f13b8ec9212cd200b55c082..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbLCpIiR U+%BN(HOFJ)qNCkB%uEc{01wd>@&Et; diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-left-corners-rtl.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-left-corners-rtl.gif deleted file mode 100644 index 2b532594a2da58fa8140cf6de62e0bb31462b8f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 68 zcmZ?wbhEHbWMPnC_{hNU9}F1448@-;j0_Bn3_3tA14!PHLzID$L&jr+!a)W$VXc@G O8x}gZGcqwTSOWm=S`#w> diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-left-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-left-corners.gif deleted file mode 100644 index b6158d3fd80b81a44cac035a58ac56925b6a8edb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 69 zcmZ?wbhEHbWMPnC_{hNU9}F1448@-;j0_Bn3_3tA14!PHLyUougGC@=!NFz@VXc@G P8x}e@vr4kDFjxZs2MZIp diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-left-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-left-sides.gif deleted file mode 100644 index 8f9777646cbe6ba717bc1746122a22ca308af328..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHb diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-right-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel-header/panel-header-light-framed-right-sides.gif deleted file mode 100644 index 8f9777646cbe6ba717bc1746122a22ca308af328..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHbLCpIiR U+%BN(HOFJ)qNCkB%uEc{01wd>@&Et; diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-default-framed-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-default-framed-corners.gif deleted file mode 100644 index f042b6f7b39c426ff6798a5395af64f4549b63ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6;{{7FNKmWmi0W7HalZBCift5iA$YlVjb>c8) zVCLWnNN4~GaA?GMFf=qUvWlst>?Alf>5&{g? E0KKUuy#N3J diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-default-framed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-default-framed-sides.gif deleted file mode 100644 index 9db639f5a2b08eb9e4287950e5745ad533d85515..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 212 zcmZ?wbhEHb({UU!2rlm{K>+|z`(?y!vF*zc}I?=42&!i9s&&xP0YMX zJ{1BB54G~kn(0_fe0YdKP&4jKhG3FwkGy5m9f?gUCnw7VdWEbsTzYz{e)OR^nw!(y zXPM{r^~~J-+;5J3X_rjar1XIKE|E&QTqY|6m;27-nz}3G<;B$j%cIUlebo$I6Th?R zuGBW2o15bZ@HkgGC@=!NF!GZl#zL R8x|gJ7Z5e#5fEUo1^_eN6oUW& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-light-framed-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/panel/panel-light-framed-sides.gif deleted file mode 100644 index 8f9777646cbe6ba717bc1746122a22ca308af328..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHbKLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z000BdNkl<~@zjEggWz>>smnh$jmh05_g=vVUbuTNdEVb8 z@B4gqtd0(nQ@VhIzzDDp*aPg;Jit2e16Tz<0CT`w&HokK^P5_%GY4Q9r~pTRssLUH z=sWOB*YyCs`U554K2QK=fC*qR%c5C82Z6gl5qJvh2ZB1+{{+4P?||pw0|dqZ5BLaN z0hXFs+-l;QZasn58U^4+1IRQ9bZ;Tl7r4$u;5yx{f);^gU>C3#xCPW`U24*`SGt!2 z*D2-&9Re1BN#HQBhIv_&?nz)FaGjy7phMb6XY|iEXp`8UzhQg+Ev@CH!CEP=JA|BK zo5c3~sR(Sb5ok9s4cyyK$QbNBU^;%l;-C+J&%o{2{0`s|&}WdV4|o)~&W_mpZ81DZ z104j80Vfmo5gQU^78RWD+R2(oK1+@YjxQ;Ehx8bRuQ3a!2QBYpk zF<{2_{Poa|P5`Hr+!>F8^1v#&J0-Tif%BqjLFd~9nF<@YP8#fa;G^yNi}9T4ibm3n zR}BRiNw8NFo@QT!=bz+m33v%S13F^&UH~2&^4(F`$I=~z>=46C+w+&w^7@OwZs1yM z{x@*WaQ$fwIA?qQ@7Vk`FR|^H<`(r&XNiBd`UPSvJ}P*rC^bS&;Kt>!b53OpF1uhU-pIvp1_X%4v{|K*McN z0>0|=^#)F%S?QLp73nS|z3wca;Q^}vhcv3d%?z=@mQ-E$RzrQZ=U3tfCrPq&MV4gy z!uHL3HrqGLG;ZIFu-U$GX=D3_h`U_`PP5q%J3-@y*d-DgV$I5*0RUVOXd@u(?G69{ N002ovPDHLkV1gSc^kM)2 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/shared/icon-info.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/shared/icon-info.png deleted file mode 100644 index b39ba1b06b5055ea62713120ff9dc2078b354c13..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3571 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/s-handle.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/s-handle.png deleted file mode 100644 index 06f914e7c9adfa9c54a70b58f840e24aa7fc160e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 939 zcmaJ=O^ee&7>)|EEbPsLE(l{*L1CM(ZnMqMxTH<%223e!!5%kFrfq05lbuX$+M_qY zqgVgJo&^tj6$CFH#DCyHyy&@3x=q)EH6)ptm*;uj&w1HuKH1yd-xUO5&pEZ*eBI&S z^_`pik6yp|!IwL%-eVmyU^9;*!3szp0Vnc?sExc}e*O_v1mVX0u-juj_bK#ABzYM| zN~4&w1)*}1#-2Y$4D``3#HRT3-Fp#)fhj&Kxr!Ut&?r1zP}Es8yZ&PA8-aN87*tZo z1tP>ekVX@nz|<61x{&WPvn+xYgpEz{GN_*00yRPrC`rYFuc#`}bxA!c>AHFdG)2{9 zg}-`1J%S}2YR6#xh};_u2C!{6*1q`36i1B3P?l%2nKUa(gbroZFpNw?(+V6>NamP% zX#pn(xq^)npN26D2?m*>*C$hEiagTG6ry+|i<5Pkc){e;4}aMH_U& z+UP3Ye+nnvd5q*XO30M@ym5nr%vB6)6nTu$E+Lb=imef0BpHzy)H*tN=z4yLGsB}5 z!*!v96XszbIkqWs4Jix*XqAoQhHcdJvSO%eU9*aMxlvR~R#8*+YQ3IwZQ@TOgjvoF zuDJGAZZ-^2%stzPhR;#Zpd^jp7wcJ}p?aP9W5<#KuN5coxDAAAr#f4}u=^7}2$ Ou8&i1+85Qc7k>be2O@?5 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/se-handle.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/se-handle.png deleted file mode 100644 index 5a2c695c7896c3d1f431b6886c9075da8c2deb76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 953 zcmaJ=J#W)M7&fFrs8SIU3uQXF41C3(u|uqwlEw~+grmr@M8-PyC9zWbjC~)EKvyItBo-#bSRs{v5bn|>WgwjFyZ2tb&+~rXVXOIQYxBk?!!TQox?z*^ z68$gJ{l}NnIyttn*}-kp!(%srOvOiC2pXZ=hc#^pckaMXG zmxVDwGfa6mi(PLBG3dg65b5mc$4@K>e4TxwSb`N-;UK6_6WE?M9dA1HN$0F*P0 z5QGrBAPWzoRLgXB&Z`lbs(BX7P4G}>&w}b$El@=X1PUkTJwX(Ks&ZmMQC0CCkOWcU z1@ftRv7jlcCKbVAvBX>A_cYt6Eqsxi&JHk+HJ%@j$J|)vP}1kcQmI5aBq>iU^64bP zZkCVIoh5?-Q!fc(9H0nLMz@PbSZ7J3XDNj7iZ)6YWg-RRGdJc%PM|3*4K3^creV0U zPO%NoP%wD+b~6=#3POC?NC>-R!yLbQQ{zUu&iQhfG|o2C%LEvk}q9T?AQ&#VbWSLThNHtkdDzYT1d#1U>8ps=kFv3f$ ze~vAz#nNF2W8&F>N$?E%wFHG=p0pOMk40R|x4`=AW0BTkc@hjyTl-h5mnt$pR9p=% zxvWMXMr7U-GT6>Z|226OcN<2<$-Z~@k2j8Hv)P+F7q2m2kG6lGJhTtr=H7+!t1DM8 d*w34}jqA+&m%_K>pYRubObxSXeAwH6@dqEDCu9Hs diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/sw-handle.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/sizer/sw-handle.png deleted file mode 100644 index 7f68f406a7dcd5267ac9baccd0a37b2df6976929..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 950 zcmaJ=zi-n(6t+~UR7D+FkYGC8N+}ZY&&Fx2m@17OVhKl45{V25{mO-(vI6vx_=iZV{_X+IT=x7$dIY;XVR(0EeiBpf`Q`6_q(|W6$q&N!NL(yEqUa z!w6XrQ8vewkFp55V?;n74gJvIFFt?af$tgoqkqI&$p}ZF+Sb6n16@C4 zhP!iy#bQA&NoGwulgP?j%4V zS#rG<*OJz9Su+F?^=zWpe}=qTi~}&gwC=Bu#ayem;CgFgF|D;+kp?5O(*9NIrHS?r z+pZdy9#*Z7LfY>!ZS4A;Z;(EUecP;bvLF3kulN1z<@H~emoL<}wHvu7*G|t*KP2ko eo9{Q?ZEi_i{ZsBdee*oWUXpD!%#X*tSHA(V7bQ&q diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/slider/slider-bg.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/slider/slider-bg.png deleted file mode 100644 index de73beb5616cfeabc268b0dc5d5fbcc6304525cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3102 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/slider/slider-thumb.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/slider/slider-thumb.png deleted file mode 100644 index 0eccdc3e1e62ae61e4ec2dffd7d5b14dc8e50876..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2151 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-plain-scroll-left.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-plain-scroll-left.png deleted file mode 100644 index 57786c509198a08dcd156d46ac0fa6cec6417016..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3127 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 JPDHLkV1oFv-?ab$ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-plain-scroll-top.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-plain-scroll-top.png deleted file mode 100644 index b6f2430939361ee357a93f8639cd204ec4127e37..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3086 zcmV+p4Ds`cP)|D^_ww@lRz|vCuzLs)$;-`! zo*{AqUjza0dRV*yaMRE;fKCVhpQKsoe1Yhg01=zBIT!& zC1$=TK@rP|Ibo3vKKm@PqnO#LJhq6%Ij6Hz*<$V$@wQAMN5qJ)hzm2hoGcOF60t^# zFqJFfH{#e-4l@G)6iI9sa9D{VHW4w29}?su;^hF~NC{tY+*d5%WDCTXa!E_i;d2ub z1#}&jF5T4HnnCyEWTkKf0>c0%E1Ah>(_PY1)0w;+02c53Su*0<(nUqKG_|(0G&D0Z z{i;y^b@OjZ+}lNZ8Th$p5Uu}MTtq^NHl z*T1?CO*}7&0ztZsv2j*bmJyf3G7=Z`5B*PvzoDiKdLpOAxi2$L0#SX*@cY_n(^h55xYX z#km%V()bZjV~l{*bt*u9?FT3d5g^g~#a;iSZ@&02Abxq_DwB(I|L-^bXThc7C4-yr zInE_0gw7K3GZ**7&k~>k0Z0NWkO#^@9q0fwx1%qjZ=)yBuQ3=5 z4Wo^*!gyjLF-e%Um=erBOdIALW)L%unZshS@>qSW9o8Sq#0s#5*edK%>{;v(b^`kb zN5rY%%y90wC>#%$kE_5P!JWYk;U;klcqzOl-UjcFXXA75rT9jCH~u<)0>40zCTJ7v z2qAyk54cquI@7b&LHdZ`+zlTss6bJ7%PQ)z$cROu4wBhpu-r)01)S~6}jY?%U? zgEALn#wiFzo#H}aQ8rT=DHkadR18&{>P1bW7E`~Y4p3)hWn`DhhRJ5j*2tcg9i<^O zEt(fCg;q*CP8+7ZTcWhYX$fb^_9d-LhL+6BEtPYWVlfK zTBusSTASKKb%HuWJzl+By+?gkLq)?+BTu761jmyXF)a;mc z^>(B7bo*HQ1NNg1st!zt28YLv>W*y3CdWx9U8f|cqfXDAO`Q48?auQqHZJR2&bcD4 z9Ip>EY~kKEPV6Wm+eXFV)D)_R=tM0@&p?(!V*Qu1PXHG9o^TY0bZ?)4%0 z1p8F`JoeS|<@=<@RE7GY07EYX@lwd>4oW|Yi!o+Su@M`;WuSK8LKk71XR(_ zRKHM1xJ5XYX`fk>`6eqY>qNG6HZQwBM=xi4&Sb88?zd}EYguc1@>KIS<&CX#T35dw zS|7K*XM_5Nf(;WJJvJWRMA($P>8E^?{IdL4o5MGE7bq2MEEwP7v8AO@qL5!WvekBL z-8R%V?zVyL=G&{be=K4bT`e{#t|)$A!YaA?jp;X)-+bB;zhj`(vULAW%ue3U;av{9 z4wp%n<(7@__S@Z2PA@Mif3+uO&y|X06?J#o zSi8M;ejj_^(0<4Lt#wLu#dYrva1Y$6_o(k^&}yhSh&h;f@JVA>W8b%oZ=0JGnu?n~ z9O4}sJsfnnx7n(>`H13?(iXTy*fM=I`sj`CT)*pTHEgYKqqP+u1IL8No_-(u{qS+0 z<2@%BCt82d{Gqm;(q7a7b>wu+b|!X?c13m#p7cK1({0<`{-e>4hfb-UsyQuty7Ua; zOu?B?XLHZaol8GAb3Wnxcu!2v{R_`T4=x`(GvqLI{-*2AOSimkUAw*F_TX^n z@STz9kDQ$NC=!KfXWC z8h`dn#xL(D3Z9UkR7|Q&Hcy#Notk!^zVUSB(}`#4&lYA1f0h2V_PNgUAAWQEt$#LR zcH#y9#i!p(Udq2b^lI6wp1FXzN3T;~FU%Lck$-deE#qz9yYP3D3t8{6?<+s(e(3(_ z^YOu_)K8!O1p}D#{JO;G(*OVf24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV z0GgZ_00007bV*G`2i*q@0X7=%KE%NQ00CA>L_t(o!|j$WPeNf7$A2gzSe(ITbbbZh zOrS#pb70lY(F`W=8_@g!M4Q1`49tn;9}I$UdAa4Da`!yv?RU<7 z-g3j?kThk5lqCbm05X8o0rE*5C2a%uz#Ux0;tV1xjWGVYL1`mB+MQp89)Y* c0W3;>03^hR=kpT1U;qFB07*qoM6N<$f`diSu>b%7 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-bottom.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-bottom.png deleted file mode 100644 index d38dd8f84c26f1a830e16b7739b25ef3fb1b66ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3107 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-left.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-left.png deleted file mode 100644 index 99b2e6567a31547918e60c2f03bd75383f96890a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3127 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-right.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-right.png deleted file mode 100644 index fe689ae600a9dc428a5cdd247418500833aa7ae0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3119 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 JPDHLkV1hlC-#!2U diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-top.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab-bar/default-scroll-top.png deleted file mode 100644 index 9677df8993eb4dfba9b2b2f36bd0efc9af6c430d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3086 zcmV+p4Ds`cP)|D^_ww@lRz|vCuzLs)$;-`! zo*{AqUjza0dRV*yaMRE;fKCVhpQKsoe1Yhg01=zBIT!& zC1$=TK@rP|Ibo3vKKm@PqnO#LJhq6%Ij6Hz*<$V$@wQAMN5qJ)hzm2hoGcOF60t^# zFqJFfH{#e-4l@G)6iI9sa9D{VHW4w29}?su;^hF~NC{tY+*d5%WDCTXa!E_i;d2ub z1#}&jF5T4HnnCyEWTkKf0>c0%E1Ah>(_PY1)0w;+02c53Su*0<(nUqKG_|(0G&D0Z z{i;y^b@OjZ+}lNZ8Th$p5Uu}MTtq^NHl z*T1?CO*}7&0ztZsv2j*bmJyf3G7=Z`5B*PvzoDiKdLpOAxi2$L0#SX*@cY_n(^h55xYX z#km%V()bZjV~l{*bt*u9?FT3d5g^g~#a;iSZ@&02Abxq_DwB(I|L-^bXThc7C4-yr zInE_0gw7K3GZ**7&k~>k0Z0NWkO#^@9q0fwx1%qjZ=)yBuQ3=5 z4Wo^*!gyjLF-e%Um=erBOdIALW)L%unZshS@>qSW9o8Sq#0s#5*edK%>{;v(b^`kb zN5rY%%y90wC>#%$kE_5P!JWYk;U;klcqzOl-UjcFXXA75rT9jCH~u<)0>40zCTJ7v z2qAyk54cquI@7b&LHdZ`+zlTss6bJ7%PQ)z$cROu4wBhpu-r)01)S~6}jY?%U? zgEALn#wiFzo#H}aQ8rT=DHkadR18&{>P1bW7E`~Y4p3)hWn`DhhRJ5j*2tcg9i<^O zEt(fCg;q*CP8+7ZTcWhYX$fb^_9d-LhL+6BEtPYWVlfK zTBusSTASKKb%HuWJzl+By+?gkLq)?+BTu761jmyXF)a;mc z^>(B7bo*HQ1NNg1st!zt28YLv>W*y3CdWx9U8f|cqfXDAO`Q48?auQqHZJR2&bcD4 z9Ip>EY~kKEPV6Wm+eXFV)D)_R=tM0@&p?(!V*Qu1PXHG9o^TY0bZ?)4%0 z1p8F`JoeS|<@=<@RE7GY07EYX@lwd>4oW|Yi!o+Su@M`;WuSK8LKk71XR(_ zRKHM1xJ5XYX`fk>`6eqY>qNG6HZQwBM=xi4&Sb88?zd}EYguc1@>KIS<&CX#T35dw zS|7K*XM_5Nf(;WJJvJWRMA($P>8E^?{IdL4o5MGE7bq2MEEwP7v8AO@qL5!WvekBL z-8R%V?zVyL=G&{be=K4bT`e{#t|)$A!YaA?jp;X)-+bB;zhj`(vULAW%ue3U;av{9 z4wp%n<(7@__S@Z2PA@Mif3+uO&y|X06?J#o zSi8M;ejj_^(0<4Lt#wLu#dYrva1Y$6_o(k^&}yhSh&h;f@JVA>W8b%oZ=0JGnu?n~ z9O4}sJsfnnx7n(>`H13?(iXTy*fM=I`sj`CT)*pTHEgYKqqP+u1IL8No_-(u{qS+0 z<2@%BCt82d{Gqm;(q7a7b>wu+b|!X?c13m#p7cK1({0<`{-e>4hfb-UsyQuty7Ua; zOu?B?XLHZaol8GAb3Wnxcu!2v{R_`T4=x`(GvqLI{-*2AOSimkUAw*F_TX^n z@STz9kDQ$NC=!KfXWC z8h`dn#xL(D3Z9UkR7|Q&Hcy#Notk!^zVUSB(}`#4&lYA1f0h2V_PNgUAAWQEt$#LR zcH#y9#i!p(Udq2b^lI6wp1FXzN3T;~FU%Lck$-deE#qz9yYP3D3t8{6?<+s(e(3(_ z^YOu_)K8!O1p}D#{JO;G(*OVf24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV z0GgZ_00007bV*G`2i*q@0X7cxL_t(o!|j$WPeNf7$A2gzSe(ITbbbZh zOrS#pb70lY(F`W=8_@g!M4Q1`49tn;9}I$UdAa4Da`!yv?RU<7 z-g3j?kThk5lqCbm05X8o0rE*5C2a%uz#Ux0;tV1xjWGVYL1`mB+MQp89)Y* c0W3;>03^hR=kpT1U;qFB07*qoM6N<$f?w#+m;e9( diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-active-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-active-corners.gif deleted file mode 100644 index fa05baf9394aac4042b87e59b5d2f48e00a4f62c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108 zcmZ?wbhEHbWMbf9_{_jyG3koi%xmtmfato%tm}Jjeb|5d!@;{B|Ns9Fl)^-cKUo+V r7&sVo7=Qp|hBJpG10#a~!vY6}MkXEx1%-eIjttB^JPHL03Jlf&8o(zn diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-active-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-active-fbg.gif deleted file mode 100644 index 622ce8864da03289ad32ce3998eec8babe9e46c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHbWMoia{=mRsG3mL rCpIiR+%BN(HOFJ)qNCjs##whxY+QW2U%|Oc#&gq>laoc5nHa1AtkE5$ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-active-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-active-sides.gif deleted file mode 100644 index f3b4e9a44236b0264866020abfe80d5f41882080..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134 zcmV;10D1pMNk%w1VFUmm1MmOt9avZc$HFk{M` oNwcQSn>cgo+{v@2&!0ep3LQ$csL`WHlPX=xw5ijlC<6ijJD%n?`Tzg` diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-corners.gif deleted file mode 100644 index cd7b491c1e3df9e3cab401617ccc0263baf66ec2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMbf9_{hNU_3PK)zkmP#{~yRu{K>+|z`(?y!vF*zc}EUD21X7RfdmD| MW)6NK9u5X;0LF+B-v9sr diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-disabled-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-disabled-corners.gif deleted file mode 100644 index cd7b491c1e3df9e3cab401617ccc0263baf66ec2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMbf9_{hNU_3PK)zkmP#{~yRu{K>+|z`(?y!vF*zc}EUD21X7RfdmD| MW)6NK9u5X;0LF+B-v9sr diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-disabled-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-disabled-fbg.gif deleted file mode 100644 index d3325bc614a6b3465713018e4c5b3da9c9f7b803..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHbWMoia{=mTS_3PLF|NkrgWMO1rU}Vr?00NMV1BU?vBZrK~h6M+kIfS)h sPHb3sxLrWmYmUdpMMt|OjI-{X*tqz3zk+j@jOV5$Cnt+AGci~L01Jm6t9avZc$HFk{M` oNwcQSn>cgo+{v@2&!0ep3LQ$csL`WHlPX=xw5ijlC<6ijJ2nY8I{*Lx diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-active-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-active-corners.gif deleted file mode 100644 index cda94da9db94d91cf083de1a9a1377303b793e9a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmZ?wbhEHbWMbf9_{_jyG3koi%xmtmfato%tm|tpyL rCpIiR+%BN(HOFJ)qNCjs##whxY+QW2U%|Oc#&gq>laoc5nHa1AtkE5$ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-active-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-active-sides.gif deleted file mode 100644 index 9cf3f06b51624fff7d74a6b748d604edef77d84e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 227 zcmV<90382ENk%w1VFUmm1MvU=IFi)Y>GuEs|2UG=A^8LW00062EC2ui00aOa13?J1 z009ID06-u?g9QgBJg5+%!-fzUN?b_s;Y5oSBWAp)5u?YBAUTTMNb=)IlO;o@JgE|; z%a$-%%3MkF88ha906R%rXqW&1 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-corners.gif deleted file mode 100644 index 1a46ec236a265d7e6648d65100f0567a6007ab86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 82 zcmZ?wbhEHbWMbf9_{6|qG3iSB>N}Zh?qsdK`}OPB-@kwV|NkE-sQ8nGk%57YL5Bed hKx&;h#2Gj_L;@Osd=@SqgN}d)4Gf&DVjLU{)&Mi48Y=(* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-fbg.gif deleted file mode 100644 index d3325bc614a6b3465713018e4c5b3da9c9f7b803..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHbWMoia{=mTS_3PLF|NkrgWMO1rU}Vr?00NMV1BU?vBZrK~h6M+kIfS)h sPHb3sxLrWmYmUdpMMt|OjI-{X*tqz3zk+j@jOV5$Cnt+AGci~L01Jm688ha906Q_1XnX(w diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-focus-sides.gif deleted file mode 100644 index 0aa962e11c36944787c9f1483f677187033a5f3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 227 zcmV<90382ENk%w1VFUmm1MvU=IFi)$_4WV%|2UG=A^8LW00062EC2ui00aOa13?J1 z00RI35I`V7g9QgBJg5+%!-fzUN?b_s;Y5oSBWAp)5u?YBAUTTMNb=)IlO;o@JgE|; z%a$-%%3MkF88ha906T9!XvY8m diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-over-corners.gif deleted file mode 100644 index 9b05d798da75941c431c1cdd96de01c96ff4056e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 83 zcmZ?wbhEHbWMbf9_{6|)^4{As_urm*@b>J3cW*xbc>CqY|NsAif{H&`7#SGY7<3qb k0HoH5LxO>kL4cvbfuWI!i$Ovm;K9L0Ru&!&0RaYU06O&^s{jB1 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-over-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-over-fbg.gif deleted file mode 100644 index 3934d42c439e5cd323c5f8109525557fe37069ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHbWMoia{=mR+^4{D3|NkrgWMO1rU}Vr?00NMV1BU?vBZrK~h6M+kIfS)h sPHb3sxLrWmYmUdpMMt|OjI-{X*tqz3zk+j@jOV5$Cnt+AGci~L0QFlQng9R* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-over-sides.gif deleted file mode 100644 index 8c1a73dce6c51c4f59be9d668a0a75922497b531..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134 zcmV;10D1pMNk%w1VFUmm1MmO<$=>b%|NkNR1OWg50RSuj0000403ZWE2weaH2pmYT zpuvL(6DnNDu%W|;5F<*QNU@^Dix@L%+{m$`$B!UGiX2I@q{)*gQ>t9avZc$HFk{M` oNwcQSn>cgo+{v@2&!0ep3LQ$csL`WHlPX=xw5ijlC<6ijI}*J&@Bjb+ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-bottom-sides.gif deleted file mode 100644 index 2ebad13aefdaf16d951bd8ea52e2a5b86f3ae63c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV1BVC$BZrK~h6M+kIfS)h OPHb3sxS5fW!5RQDN)ej? diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-close.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-close.png deleted file mode 100644 index 9534bf91cc00c0024c369bee70e0624c9ec1b970..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3500 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 a75@Nq91Sz`q5|0f0000XDl tMg|5B1|0?<0GZ*;A<4kVAi%J|fuWI!he1Ih;DI9pGY^kKfr0{qH2@m;Colj2 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-active-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-active-fbg.gif deleted file mode 100644 index e08377b31de6150ee1c30c6e4fc5e0c995fee91b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`twmG3m diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-active-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-active-sides.gif deleted file mode 100644 index 07537e987ff46f41a3feace978fc099f601c10e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`twmG3mL OCpIiR+|0+|z`(?y!vF*zc}EUD21X7RfdmD| MW)6NK9u5X;0LF+B-v9sr diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-disabled-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-disabled-corners.gif deleted file mode 100644 index cd7b491c1e3df9e3cab401617ccc0263baf66ec2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMbf9_{hNU_3PK)zkmP#{~yRu{K>+|z`(?y!vF*zc}EUD21X7RfdmD| MW)6NK9u5X;0LF+B-v9sr diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-disabled-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-disabled-fbg.gif deleted file mode 100644 index b309de26650ae4c7310a4b63024e22b8f29e99e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV0|z$)BZrK~h6M+k85tR@ E0hs3vi~s-t diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-disabled-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-disabled-sides.gif deleted file mode 100644 index 2ebad13aefdaf16d951bd8ea52e2a5b86f3ae63c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV1BVC$BZrK~h6M+kIfS)h OPHb3sxS5fW!5RQDN)ej? diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-active-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-active-corners.gif deleted file mode 100644 index b5f2537ad4003eb47f1b7ea014cd77333d635ee4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmZ?wbhEHbWMbf9_{_jyG3koy%xi8luX)V6?m7GV+DmWOU4FOc)`$JKKODOI@%qbe z|Ns97s(~ZLpDc_F4BQMl3_t)f!xfssKV;ei7KD;JA`h6BUG0}QM@JPrm84owXV F)&M03E35zj diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-active-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-active-fbg.gif deleted file mode 100644 index e08377b31de6150ee1c30c6e4fc5e0c995fee91b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`twmG3m diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-active-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-active-sides.gif deleted file mode 100644 index 67646e9d55bd7ae36482211666ded66ae5901e48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 81 zcmZ?wbhEHbWMPnD_{hLuG3mN}Zh?qsdK`}OPB-@kwV|NkE-sQ8nGk%57YL5Bed hKx&;h#2Gj_L;@Osd=@SqgN}d)4Gf&DVjLU{)&Mi48Y=(* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-fbg.gif deleted file mode 100644 index b309de26650ae4c7310a4b63024e22b8f29e99e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV0|z$)BZrK~h6M+k85tR@ E0hs3vi~s-t diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-over-corners.gif deleted file mode 100644 index 6f0bb7032b4b9fc3a868c5e90204e06f763b32de..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmZ?wbhEHbWMbf9_{_jyG3iRo(p$01ZpAOXee&MhGxy(~eemwh=O1ss{CM}}=l}oz zfeMh3;!hSv1_mw$9R?r(nc>VK&A=(3q42-~B(5Nlz_9QD6El;9L&5=vrUnLU0I^ps AjsO4v diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-over-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-over-fbg.gif deleted file mode 100644 index b6a2cecb14e305ebc496a319534b54bb9e70c54e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`tw$^4{D3|NkrgWMO1rU}Vr?00NMV0|z$)BZrK~h6M+k85tR@ E0ga&zK>z>% diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-focus-over-sides.gif deleted file mode 100644 index 67bbfa6d19a8c1b04c7fd4ac061b219d5f3cce68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 81 zcmZ?wbhEHbWMPnD_{hLuG3m<5dvE{${|{s+{$ycfU|?dc=zS!|NsAif{H&`7#SGY7<3qb j0HoH5L!5z;frBA|;b0>R1BZadhXo8wOe`WC91PX~Dmfl9 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-over-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-over-fbg.gif deleted file mode 100644 index b6a2cecb14e305ebc496a319534b54bb9e70c54e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`tw$^4{D3|NkrgWMO1rU}Vr?00NMV0|z$)BZrK~h6M+k85tR@ E0ga&zK>z>% diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-over-sides.gif deleted file mode 100644 index c5758137912c2258503ec351c5b723f1485359fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`tw$^4{D3|NkrgWMO1rU}Vr?00NMV1BVC$BZrK~h6M+kIfS)h OPHb3sxS5fW!5RP~VG&RO diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-left-sides.gif deleted file mode 100644 index 2ebad13aefdaf16d951bd8ea52e2a5b86f3ae63c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV1BVC$BZrK~h6M+kIfS)h OPHb3sxS5fW!5RQDN)ej? diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-active-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-active-corners.gif deleted file mode 100644 index fa05baf9394aac4042b87e59b5d2f48e00a4f62c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108 zcmZ?wbhEHbWMbf9_{_jyG3koi%xmtmfato%tm}Jjeb|5d!@;{B|Ns9Fl)^-cKUo+V r7&sVo7=Qp|hBJpG10#a~!vY6}MkXEx1%-eIjttB^JPHL03Jlf&8o(zn diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-active-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-active-fbg.gif deleted file mode 100644 index e08377b31de6150ee1c30c6e4fc5e0c995fee91b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`twmG3m diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-active-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-active-sides.gif deleted file mode 100644 index 07537e987ff46f41a3feace978fc099f601c10e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`twmG3mL OCpIiR+|0+|z`(?y!vF*zc}EUD21X7RfdmD| MW)6NK9u5X;0LF+B-v9sr diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-disabled-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-disabled-corners.gif deleted file mode 100644 index cd7b491c1e3df9e3cab401617ccc0263baf66ec2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMbf9_{hNU_3PK)zkmP#{~yRu{K>+|z`(?y!vF*zc}EUD21X7RfdmD| MW)6NK9u5X;0LF+B-v9sr diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-disabled-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-disabled-fbg.gif deleted file mode 100644 index b309de26650ae4c7310a4b63024e22b8f29e99e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV0|z$)BZrK~h6M+k85tR@ E0hs3vi~s-t diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-disabled-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-disabled-sides.gif deleted file mode 100644 index 2ebad13aefdaf16d951bd8ea52e2a5b86f3ae63c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV1BVC$BZrK~h6M+kIfS)h OPHb3sxS5fW!5RQDN)ej? diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-active-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-active-corners.gif deleted file mode 100644 index cda94da9db94d91cf083de1a9a1377303b793e9a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmZ?wbhEHbWMbf9_{_jyG3koi%xmtmfato%tm|tpy diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-active-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-active-sides.gif deleted file mode 100644 index 67646e9d55bd7ae36482211666ded66ae5901e48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 81 zcmZ?wbhEHbWMPnD_{hLuG3mN}Zh?qsdK`}OPB-@kwV|NkE-sQ8nGk%57YL5Bed hKx&;h#2Gj_L;@Osd=@SqgN}d)4Gf&DVjLU{)&Mi48Y=(* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-fbg.gif deleted file mode 100644 index b309de26650ae4c7310a4b63024e22b8f29e99e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV0|z$)BZrK~h6M+k85tR@ E0hs3vi~s-t diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-over-corners.gif deleted file mode 100644 index ab1316889c13ed4adbb26af1b0e2a54d08499b54..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 109 zcmZ?wbhEHbWMbf9_{_jyG3iRo(p$01ZpAOXee&MhGxy(~dGPk^gLiK}|9Jc5$N&HT zfeMh3;!hSv1_mw$9R?r(nc>VK#lR_Gpupe=6z5TqC}3E4fQgw&!=ymL(SgAl09uJF AJpcdz diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-over-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-over-fbg.gif deleted file mode 100644 index b6a2cecb14e305ebc496a319534b54bb9e70c54e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`tw$^4{D3|NkrgWMO1rU}Vr?00NMV0|z$)BZrK~h6M+k85tR@ E0ga&zK>z>% diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-focus-over-sides.gif deleted file mode 100644 index 67bbfa6d19a8c1b04c7fd4ac061b219d5f3cce68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 81 zcmZ?wbhEHbWMPnD_{hLuG3m<5dvE{${|{s+{$ycfU|?dJ3cW*xbc>CqY|NsAif{H&`7#SGY7<3qb k0HoH5LxO>kL4cvbfuWI!i$Ovm;K9L0Ru&!&0RaYU06O&^s{jB1 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-over-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-over-fbg.gif deleted file mode 100644 index b6a2cecb14e305ebc496a319534b54bb9e70c54e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbWMq(G_`tw$^4{D3|NkrgWMO1rU}Vr?00NMV0|z$)BZrK~h6M+k85tR@ E0ga&zK>z>% diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-over-sides.gif deleted file mode 100644 index c5758137912c2258503ec351c5b723f1485359fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`tw$^4{D3|NkrgWMO1rU}Vr?00NMV1BVC$BZrK~h6M+kIfS)h OPHb3sxS5fW!5RP~VG&RO diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-right-sides.gif deleted file mode 100644 index 2ebad13aefdaf16d951bd8ea52e2a5b86f3ae63c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV1BVC$BZrK~h6M+kIfS)h OPHb3sxS5fW!5RQDN)ej? diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-active-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-active-corners.gif deleted file mode 100644 index fa05baf9394aac4042b87e59b5d2f48e00a4f62c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108 zcmZ?wbhEHbWMbf9_{_jyG3koi%xmtmfato%tm}Jjeb|5d!@;{B|Ns9Fl)^-cKUo+V r7&sVo7=Qp|hBJpG10#a~!vY6}MkXEx1%-eIjttB^JPHL03Jlf&8o(zn diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-active-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-active-fbg.gif deleted file mode 100644 index 622ce8864da03289ad32ce3998eec8babe9e46c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHbWMoia{=mRsG3mL rCpIiR+%BN(HOFJ)qNCjs##whxY+QW2U%|Oc#&gq>laoc5nHa1AtkE5$ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-active-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-active-sides.gif deleted file mode 100644 index f3b4e9a44236b0264866020abfe80d5f41882080..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134 zcmV;10D1pMNk%w1VFUmm1MmOt9avZc$HFk{M` oNwcQSn>cgo+{v@2&!0ep3LQ$csL`WHlPX=xw5ijlC<6ijJD%n?`Tzg` diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-corners.gif deleted file mode 100644 index cd7b491c1e3df9e3cab401617ccc0263baf66ec2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMbf9_{hNU_3PK)zkmP#{~yRu{K>+|z`(?y!vF*zc}EUD21X7RfdmD| MW)6NK9u5X;0LF+B-v9sr diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-disabled-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-disabled-corners.gif deleted file mode 100644 index cd7b491c1e3df9e3cab401617ccc0263baf66ec2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMbf9_{hNU_3PK)zkmP#{~yRu{K>+|z`(?y!vF*zc}EUD21X7RfdmD| MW)6NK9u5X;0LF+B-v9sr diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-disabled-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-disabled-fbg.gif deleted file mode 100644 index d3325bc614a6b3465713018e4c5b3da9c9f7b803..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHbWMoia{=mTS_3PLF|NkrgWMO1rU}Vr?00NMV1BU?vBZrK~h6M+kIfS)h sPHb3sxLrWmYmUdpMMt|OjI-{X*tqz3zk+j@jOV5$Cnt+AGci~L01Jm6t9avZc$HFk{M` oNwcQSn>cgo+{v@2&!0ep3LQ$csL`WHlPX=xw5ijlC<6ijJ2nY8I{*Lx diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-active-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-active-corners.gif deleted file mode 100644 index cda94da9db94d91cf083de1a9a1377303b793e9a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmZ?wbhEHbWMbf9_{_jyG3koi%xmtmfato%tm|tpyL rCpIiR+%BN(HOFJ)qNCjs##whxY+QW2U%|Oc#&gq>laoc5nHa1AtkE5$ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-active-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-active-sides.gif deleted file mode 100644 index 9cf3f06b51624fff7d74a6b748d604edef77d84e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 227 zcmV<90382ENk%w1VFUmm1MvU=IFi)Y>GuEs|2UG=A^8LW00062EC2ui00aOa13?J1 z009ID06-u?g9QgBJg5+%!-fzUN?b_s;Y5oSBWAp)5u?YBAUTTMNb=)IlO;o@JgE|; z%a$-%%3MkF88ha906R%rXqW&1 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-corners.gif deleted file mode 100644 index 1a46ec236a265d7e6648d65100f0567a6007ab86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 82 zcmZ?wbhEHbWMbf9_{6|qG3iSB>N}Zh?qsdK`}OPB-@kwV|NkE-sQ8nGk%57YL5Bed hKx&;h#2Gj_L;@Osd=@SqgN}d)4Gf&DVjLU{)&Mi48Y=(* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-fbg.gif deleted file mode 100644 index d3325bc614a6b3465713018e4c5b3da9c9f7b803..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHbWMoia{=mTS_3PLF|NkrgWMO1rU}Vr?00NMV1BU?vBZrK~h6M+kIfS)h sPHb3sxLrWmYmUdpMMt|OjI-{X*tqz3zk+j@jOV5$Cnt+AGci~L01Jm6VK#lR_Gpupe=6z5TqC}3E4fQgw&!=ymL(SgAl09uJF AJpcdz diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-over-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-over-fbg.gif deleted file mode 100644 index 3934d42c439e5cd323c5f8109525557fe37069ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHbWMoia{=mR+^4{D3|NkrgWMO1rU}Vr?00NMV1BU?vBZrK~h6M+kIfS)h sPHb3sxLrWmYmUdpMMt|OjI-{X*tqz3zk+j@jOV5$Cnt+AGci~L0QFlQng9R* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-over-sides.gif deleted file mode 100644 index 30423e4d0eaf23fd1185bf741d0ed8522b39ec55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 227 zcmV<90382ENk%w1VFUmm1MvU=IFi)K-tGVY|2UG=A^8LW00062EC2ui00aOa13?J1 z00RI35I`V7g9QgBJg5+%!-fzUN?b_s;Y5oSBWAp)5u?YBAUTTMNb=)IlO;o@JgE|; z%a$-%%3MkF88ha906Q_1XnX(w diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-focus-sides.gif deleted file mode 100644 index 0aa962e11c36944787c9f1483f677187033a5f3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 227 zcmV<90382ENk%w1VFUmm1MvU=IFi)$_4WV%|2UG=A^8LW00062EC2ui00aOa13?J1 z00RI35I`V7g9QgBJg5+%!-fzUN?b_s;Y5oSBWAp)5u?YBAUTTMNb=)IlO;o@JgE|; z%a$-%%3MkF88ha906T9!XvY8m diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-over-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-over-corners.gif deleted file mode 100644 index 9b05d798da75941c431c1cdd96de01c96ff4056e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 83 zcmZ?wbhEHbWMbf9_{6|)^4{As_urm*@b>J3cW*xbc>CqY|NsAif{H&`7#SGY7<3qb k0HoH5LxO>kL4cvbfuWI!i$Ovm;K9L0Ru&!&0RaYU06O&^s{jB1 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-over-fbg.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-over-fbg.gif deleted file mode 100644 index 3934d42c439e5cd323c5f8109525557fe37069ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHbWMoia{=mR+^4{D3|NkrgWMO1rU}Vr?00NMV1BU?vBZrK~h6M+kIfS)h sPHb3sxLrWmYmUdpMMt|OjI-{X*tqz3zk+j@jOV5$Cnt+AGci~L0QFlQng9R* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-over-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-over-sides.gif deleted file mode 100644 index 8c1a73dce6c51c4f59be9d668a0a75922497b531..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134 zcmV;10D1pMNk%w1VFUmm1MmO<$=>b%|NkNR1OWg50RSuj0000403ZWE2weaH2pmYT zpuvL(6DnNDu%W|;5F<*QNU@^Dix@L%+{m$`$B!UGiX2I@q{)*gQ>t9avZc$HFk{M` oNwcQSn>cgo+{v@2&!0ep3LQ$csL`WHlPX=xw5ijlC<6ijI}*J&@Bjb+ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tab/tab-default-top-sides.gif deleted file mode 100644 index 2ebad13aefdaf16d951bd8ea52e2a5b86f3ae63c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHbWMPnD_`tyM_3PLF|NkrgWMO1rU}Vr?00NMV1BVC$BZrK~h6M+kIfS)h OPHb3sxS5fW!5RQDN)ej? diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tip/tip-default-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tip/tip-default-corners.gif deleted file mode 100644 index 7e48df5d83cd83ea3cdf940ebdf2f50bca10f243..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 288 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 JPDHLkV1h!~<>vqZ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/default-scroll-top.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/default-scroll-top.png deleted file mode 100644 index d894310bebde9bd59723265328339267e8c07a34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3112 zcmV+@4A=9CP)|D^_ww@lRz|vCuzLs)$;-`! zo*{AqUjza0dRV*yaMRE;fKCVhpQKsoe1Yhg01=zBIT!& zC1$=TK@rP|Ibo3vKKm@PqnO#LJhq6%Ij6Hz*<$V$@wQAMN5qJ)hzm2hoGcOF60t^# zFqJFfH{#e-4l@G)6iI9sa9D{VHW4w29}?su;^hF~NC{tY+*d5%WDCTXa!E_i;d2ub z1#}&jF5T4HnnCyEWTkKf0>c0%E1Ah>(_PY1)0w;+02c53Su*0<(nUqKG_|(0G&D0Z z{i;y^b@OjZ+}lNZ8Th$p5Uu}MTtq^NHl z*T1?CO*}7&0ztZsv2j*bmJyf3G7=Z`5B*PvzoDiKdLpOAxi2$L0#SX*@cY_n(^h55xYX z#km%V()bZjV~l{*bt*u9?FT3d5g^g~#a;iSZ@&02Abxq_DwB(I|L-^bXThc7C4-yr zInE_0gw7K3GZ**7&k~>k0Z0NWkO#^@9q0fwx1%qjZ=)yBuQ3=5 z4Wo^*!gyjLF-e%Um=erBOdIALW)L%unZshS@>qSW9o8Sq#0s#5*edK%>{;v(b^`kb zN5rY%%y90wC>#%$kE_5P!JWYk;U;klcqzOl-UjcFXXA75rT9jCH~u<)0>40zCTJ7v z2qAyk54cquI@7b&LHdZ`+zlTss6bJ7%PQ)z$cROu4wBhpu-r)01)S~6}jY?%U? zgEALn#wiFzo#H}aQ8rT=DHkadR18&{>P1bW7E`~Y4p3)hWn`DhhRJ5j*2tcg9i<^O zEt(fCg;q*CP8+7ZTcWhYX$fb^_9d-LhL+6BEtPYWVlfK zTBusSTASKKb%HuWJzl+By+?gkLq)?+BTu761jmyXF)a;mc z^>(B7bo*HQ1NNg1st!zt28YLv>W*y3CdWx9U8f|cqfXDAO`Q48?auQqHZJR2&bcD4 z9Ip>EY~kKEPV6Wm+eXFV)D)_R=tM0@&p?(!V*Qu1PXHG9o^TY0bZ?)4%0 z1p8F`JoeS|<@=<@RE7GY07EYX@lwd>4oW|Yi!o+Su@M`;WuSK8LKk71XR(_ zRKHM1xJ5XYX`fk>`6eqY>qNG6HZQwBM=xi4&Sb88?zd}EYguc1@>KIS<&CX#T35dw zS|7K*XM_5Nf(;WJJvJWRMA($P>8E^?{IdL4o5MGE7bq2MEEwP7v8AO@qL5!WvekBL z-8R%V?zVyL=G&{be=K4bT`e{#t|)$A!YaA?jp;X)-+bB;zhj`(vULAW%ue3U;av{9 z4wp%n<(7@__S@Z2PA@Mif3+uO&y|X06?J#o zSi8M;ejj_^(0<4Lt#wLu#dYrva1Y$6_o(k^&}yhSh&h;f@JVA>W8b%oZ=0JGnu?n~ z9O4}sJsfnnx7n(>`H13?(iXTy*fM=I`sj`CT)*pTHEgYKqqP+u1IL8No_-(u{qS+0 z<2@%BCt82d{Gqm;(q7a7b>wu+b|!X?c13m#p7cK1({0<`{-e>4hfb-UsyQuty7Ua; zOu?B?XLHZaol8GAb3Wnxcu!2v{R_`T4=x`(GvqLI{-*2AOSimkUAw*F_TX^n z@STz9kDQ$NC=!KfXWC z8h`dn#xL(D3Z9UkR7|Q&Hcy#Notk!^zVUSB(}`#4&lYA1f0h2V_PNgUAAWQEt$#LR zcH#y9#i!p(Udq2b^lI6wp1FXzN3T;~FU%Lck$-deE#qz9yYP3D3t8{6?<+s(e(3(_ z^YOu_)K8!O1p}D#{JO;G(*OVf24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV z0GgZ_00007bV*G`2i^q<0T(a+n8f`600D4GL_t(o!|j%#P6I&@hQEWR0z(iuB=8D^ zpbAYvG$gHs1l0~nHKLvus3G~A)IsVHm{Q)Ljt8j3Aqb|TAsl8zL%4ExEu6VAm))J2 z{dV@hxeLNDBuiT%W6J?@fE*xmfWqt`2!hywlD2_c;M~l{apS%>zEl;Ev;_=-02uoC zf385%rf>cP?E7=*^M4Bd3$fd`-noS4}(!sii~0;fOuq!OW|RiN*ut41aE`KtT%J#H}#ND6=+ zunSb?mDV99Kn2(VdLF-!2s^+5aA;=laZcoZM;_Nn4It?nr~xH2drhKj_b&l8&yx&5 z(iPC~&0o^I-yT;28lEp6fFuLjKsiZ^jer;fWuPtT^4C7l?RL+A8yDPYSsxrpd)`A@ z&1Um%UIi|I+A=ryN{oQI=Z~&H{zH-j diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/footer-more-left.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/toolbar/footer-more-left.png deleted file mode 100644 index 5edd8b844306a8c6753c923f00798007d8e8e703..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2856 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 JPDHLkV1h!~<>vqZ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tools/tool-sprites-dark.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tools/tool-sprites-dark.png deleted file mode 100644 index 821ea54ed20aaaef4dbaa6f60d11c98302b09748..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10690 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 G$o~Nq1UL@> diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tools/tool-sprites.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tools/tool-sprites.png deleted file mode 100644 index ccb150eb30218f6d9880c91596c7b23e61926530..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11210 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/arrows.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/arrows.png deleted file mode 100644 index 08575022a78c46d33241760014364f41ee2840d9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3319 zcmV004&%004{+008|`004nN004b?008NW002DY000@xb3BE2000U( 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 BM+X1^ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-above.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-above.png deleted file mode 100644 index 578253182a546ee4b9000d262fb49506e463f935..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1203 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 Aa{vGU diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-between.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-between.png deleted file mode 100644 index 578253182a546ee4b9000d262fb49506e463f935..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1203 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 PB5ZHH$|~P-)6V|{Sf2PC diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-over.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-over.gif deleted file mode 100644 index 2e514e7e1795e34c7a53d6b1fde879dae6fa4e72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-under.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-under.gif deleted file mode 100644 index 8535ef468adf1d940c3b6a383f40daf2c20ad0b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 141 zcmZ?wbhEHb6krfw*vtR||NsAYpMLrC=g+TSzkdGw`QgKdXV0G9-rf!r2g{=nia%Kx z85lSjbU>mYGZ5|5zqGpzh3)+XVdi9c^ONCTAcfW bGgxC?SsD`zc(nH%K4?(!HOt?Vg~1vCxZN~o diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-under.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-under.png deleted file mode 100644 index 3ba23b37af01abba905be887a7806b1578e4771f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18240 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-yes.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/drop-yes.gif deleted file mode 100644 index 8aacb307e89d690f46853e01f5c4726bd5d94e31..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1016 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-minus-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-minus-rtl.png deleted file mode 100644 index f27284d6b6a1df46a3ebbeb76fe725527352c1d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17781 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-minus.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-minus.png deleted file mode 100644 index 4d8f9dc38ed8f6e7a35fb1ff8099848383175cc9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2894 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-plus-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-plus-rtl.png deleted file mode 100644 index e3af496c4fd49eb417d896f701f12c8ce34e8416..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17803 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≪@rcPwmn;wcBMF!+qNlC> zWI9N)&rD-uF}*zfxBKOg?TxPO)Mi~4U9Lv!Nl`hDlm{S6NOZfc>(ZVQB966sfI zKYI$P;d~J72?}|e1q{$`3p5nH?~Pu>VNFfWSCPgvf7^F3jPo~cW10!K@ue^^LnLUd zM2Y~Ui+BPmj~7IqSY=bsPtfC&p(~xi;f_5|EhVAh_EVER6$-Sai$F587)_BFGbDyU z#bSuKY zv^Y!#k;M}P(?w)XFr5ve`CK*$J=HkP^2?GUQg}f;0n{y!Y(heRulc)P&_n8~iDy)@ z(9^*N;bcd_V+nXX5{JT04>QefTAcCaN_651MRYC$bh0Hw4JZzWNyMArSj$-^ETsQ( zygAa;6pKX?Oqf`tDHD%n_+z0j#>8Z}x=wfhCbTV&v3acICPOo!&?W?b28aVeB!TWv zN1D=?ned&}NjJ{76Zp?4PsE?*{`WaT13<30!kh>-ZuR#;ggllglr8|R+0dH! zFE@;dkYD@2W0TNh_m3dX|G_K>>0ADHbMViK=zlr~-`UvypXOj{{W1dRTsFugqdza* z&kg@<+9oFR>zew!6?|KRq_Mjh5vpHkEz!s82HNqyX`9MCVNV;Y!=TOM_U1SYbV0`+ z=$dq$u7hQUIhsJ-8&5XwI88C>I5ADr&T!+!H_-~65TU~<`pfC`o4Wk6 zcl{^-OpWM285I^wk^}}syePpXo)1hb!36^%UXz_b!vFd*VZ2`=$`U|I<-7!dKI1ebU|Fs%d^42XD9f=fIfm{x)d21L9l z!6lv#Oe?_!10r6O;1bUVrj_7=0TC}saEa#w(@Jo`fQT2x;*y_w-xK6QFL{PSZ*%qz z{Nf9}35sAidb$EY#9{!5iUEMXMxoyx0N9KHfLDIdOQb0PpvgP1@rFHQo9JX~O$}@Q zV>MR30-@-#a*6q9YMc4xj}311O($(Q3>~|rcGA9TrD&3Xd2GU`gU;SQ^Evw4bs$hsuY=f~qem8e}j zva!j3Z}EE+m|GH;Rh%;{>(wchDPQcS-VsldGN@1i-b(>Zf9|Ut5}bGlbq;W{bF(e5 H@!S4yt@(d> diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-plus.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-end-plus.png deleted file mode 100644 index cc1d6a4ca124efa68ae6233c60f0028a1337e1ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2920 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 TbBk!O00000NkvXXu0mjf@M%sY diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-line-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-line-rtl.png deleted file mode 100644 index d2538a0bd7974ff3ab1ba67dcf11aa591e7053e1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17749 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-line.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-line.png deleted file mode 100644 index bcd8d2566403e8b11f1238af5f4c57ee8dfe3982..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2869 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 TZ+cz<00000NkvXXu0mjf+Z;|7 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus-nl-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus-nl-rtl.png deleted file mode 100644 index 840ee18292cb1aa28a884b1aa1d620cdb365321d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17743 zcmeI4XIN8Nx5p2I(wovm#0f=3B$WUrhEPJ4CJ-c82}uZ%l8{6xDg!FTG9aSTguzNj z1w|21K$;>TI5t2T1w`}(?|_OU0{2h^JUY2^?|tuczvMhmNY-9!{r5S)z1Kebd^jB3 z;AA5!wNwfK09iX*OIPrF3HX6Yh=G44wq0Kfeo1m{J$V2itvLA+0a8za5mL@95^2K* zUpAl3^JQ~jb|eyv!)5!h{22fc(w^?dB)j#in2bDsZ($!BaonEmsw@F>wKyE1l(14y zQ&M4ltmf&b$}UxltgIHOH)O_&#>GV(QFhUnIVAN&yhrm)-2St%hwhHP*nQUTQTfQL zrtzzfiGBIQ>BTMLl@c;1Z4F!uBV=+cmM{8ae|=5eiynkoq?8T^P>?95Yx2glMSxG? z1i~7vO7WY3NXP?e382z3trE2?W=pqwAJmd)qpKA&g z`t(3jDMf@*9h_CKY{@>QB^EGemW0iW(*oEC0vvJpjl|PzJAd zcr2t@uCTe;D6T|qJN(Tpu?a12@9y#5mOPFb0KDLbw~p&0i{UX}tshSY}4*T{2gHU$sQPQfyh(!p1fUaRx>S?ESLUDD9=LjG>1fvt4$jZWmqA*$W4%b9TGKT{<# zs&vaEB^Q`CNGMV@+haw%4^gz^BvezPK516jE?9h62X-e`$wkXP!O#}%dWZ~jx78Rj z;r@h+*37@sqreAY4^ETmYN(f zI^B0a&sV-Zo=B=kRlZ&#ZcyWoLe$;1xV%+ojrxciQQGMdG;Q z`mi+(Q9bEBw|fkF)O$3CHcO>@n+2Wwba1#Wn3$v9mv4aOT8=rM{}ZBdm+B`8O6lJF(m;>Apu>W53Po zq}QVFgJoo+mG{@jGIiC`mWVH5ss%5(nCx&t?ZIKSdNRrw{WiHTMLvb?PSGpT+oPOt zSL($26Dv=s>mkWGxfgPu=SsT|yEl^KbGEtdEwpwwaO=*I{QYE}dv5xMw{Gfg%$#-E zF}ciaHre!CxaZhGG0)o$x1CAnTrw|j?=G){Nz>GdL-aNMWb>kTMjFKCvMrD(<$ zzuc2aCnSA3dLCNQ_j%b~2Lr59FTSm&_Lp}y%})0w76DTZk#=*O78w7#^*Xu5ku%tXNY7@@$JjH#})?({|^nw+S$_mP|7G;$>B|7D0JYwFy^k>PPlALR5mwKOw zbrhBalK7Ism-SbP50Km zKiQ9DQd$&Ro)~nOC^oLHVWqpJJ+NV_GD~^;hhq;PwBOf=NFpNA)a#x#RP?Ope+b(8 zBCPF0dRlQ>^+0yV#X+M%)?iHMZ}+gjtEX_x7Aeow-YG8uKaLkl5-^U zYM(ZehD`7%czo&F`QY3U>N{29Ms&ExkK?CY&6(DZHi z*UqMdOU;p+|ch`ERzgm&W_*c+yG2p`XT4=L#sJAeCSID}rIQK0|Lt}g?_F)!0! zN_X#8O-43s<%FJYu6`etrILeKtdBow<`C<&_V|C8E9hmb99c1>7`!4*DzsXonyH0s zHENB0LfWFY+-b;G&oS)SzY@v~Lv?Bm&g=J<9$1xgwA?|~;aM6!LnU<=EC6GIuR!lV zmT)x4B3IKfv4r`C`O0TkV?HCQXuLM?@HOP}6XJLLijU?m^n^>5SX_8b-lY3jPrQi9 z@bJ0Sbnq_jWM0Oarh$9KcRP+6pL+M(#K7X}#V?MPoR7BmfNM}*Rpjr$6%m3$JEXdm z7p{rkD3(vSeyBt*;GuKgfJahcc*V*vN59BzRd@GQT@~?rEA1}T8@2as=i`B`&J?6) z*H!B0=yY|W^1(xeN*$_6%D+6(?F{Kvk73`vmC||qN={x)DZRy~&8Pp>b9lyPxs$m` zuae{fWuLZRk?q=eW#Gd{s}5vRlWs@Z{t{B@*;|C`<&3O5%}wh}$>+%L$)CwagKf{Q zQXhW`Y#mhJUH%dKuZJC*%SXnDcW!pLi?};J^m)h_wHqxSF)cip+yCk0Xu#G2r+}b= zdeJt~F>!6VlE+3#*B@L#l9O&so9SH7-!%g}ZH zP*F#(qQ`ZQ)QkA-0dM$k2;+$loa@U@m8BMzZt*J}46C@h+h?R-J;S*9+53vnKUF3k zJs{F`Ef|Y#qUB-eh;rnR7``mqFfPL_%!y13^P}PD zTBbxPLI@rd2w?E3u#f=%KpsBCL~BYH5B{EPMry&PLim0rTIQ1-!YGa#U?et|0W(Ax z!f7ZB8fJ_`pbfD&G+G~qL7@$hXcQ8IgQL-StT7&K1e-auh*ID$0+;TCceS*h=?=6^ zw0!w|4jzdN4h}{H8z9(RCK8Rq;gBc{5`%$*5pZ5;AfFln59Dc2i+t6wWbkNQ7KhJb z2f`+Gsow0Jd=o9L$&O}^nd=JR%ytyWn_&l1M21i~NHhY4{818}Hk-rQ$@QN)H98H+ z@Mi=t0{J{J5BwYlc&&I6 zmqF#TxnwrmpEy0s=ANIx$0uD!DvcF5`8>6nfP}`+4fdQA!;;Ep5W&fag`*7NC>$A$ z!eiFr4KQ$&5gvt_Co&xg(QstbSw5lPXkd(|G{9`5`5N;gp&DTE(5ZatKT??=J5PsB z!~3wg0aQMb6+mS&keom!0Xf$=FLHKD;YnEB6PvS~XfOKwJ*4oVvuU=1-0It^~T7KH<) zsWiAZ*4Pk^!7(rfbTrkFHYYtV{X1!AE(=^Pss8g~CeQxA+r`FMh&`st{l|PR$prFE>mYRzCdl4SnhaXJkGR&FaocJ#njA_Yl zbD-J;KWw*RLwn47;eUuqzeK_?==PTj8!|7_T% z2lLyS`nt+|UxS3nyBQv=UvMr_r|Je=lD=!3>v=k!GFgZIJE!7}F(~i=w>{u7lRDoG zP4yIBG?q-63hqU72<*b5o`)^3FZUw3UNVz2sVYd1oMG- zg}5L<1e-!!g84waLR=6af=wYV!F(WIAub3I!KOf5QgiQnG6KPuJcGfvIk_X={@|OS zFq*BaBLIZ00Dy@70PxoY_}vcxJ5d1e#tVFjG#LO?*~hlmT7$9fc9!Pkkaq7c6BDMQ za1lk(U#qego>h?%k*09$_Kbe~wP#sFZEfw^rQ&CEBovP)B`IRh6&EXJEz>Ui?1fE< t+hm6IS{C4bWD{yf73vZw2uw_f0)}-;IG|j5@?WL^c2-W7g%)1>{u2s$So8n@ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus-nl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus-nl.png deleted file mode 100644 index 9c85566662620b4acd62bc2dbe58e4bbdbce1682..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2858 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 IM6N<$f~hk}qW}N^ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus-rtl.png deleted file mode 100644 index 6d35f4d020a4654d7c250fe7e039d4bae3302946..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17786 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-minus.png deleted file mode 100644 index 6bbf0d553b9a6a49130f749167e7fc4ddb0ad434..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2905 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 T;)$vP00000NkvXXu0mjfz|~?> diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow-rtl.png deleted file mode 100644 index b6e0d449015dad5a35ccbdbf182dda397354f447..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17761 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 RHvvt+#=^n8(9CQ9e*zUPWdQ&H diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/elbow.png deleted file mode 100644 index 54a95959806257bb4ceeaf588eae6685f0704526..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2875 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 Z0{~`-rY&=oCuslx002ovPDHLkV1gS&Q3wD4 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder-open-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder-open-rtl.png deleted file mode 100644 index d5c0472888f887cd81580b38ef5629805113a490..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17832 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder-open.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder-open.png deleted file mode 100644 index 13dfc3dab5e1e04c3927beb6d4d9d88f4cd79f43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2947 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/folder-rtl.png deleted file mode 100644 index 54898e18fd52fd00e3b7de4939c7bc54fa13fc0c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17743 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 bTA^nEVt{JK`#jFX00000NkvXXu0mjfdXG{l diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/leaf.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/tree/leaf.png deleted file mode 100644 index 67020f6efb6a086b4b5025c4aa4cf42759b513c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2888 zcmV-O3%B%%P)KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z0001UNklPIWc9uQ}WRsVlKxC%O zge=tHfY1C!^o>O}wh-NpWWR{uI`_|iMLXFt->K)m>K}Na#{@B_5fO=~NVGk6pgK`; m!9^oZ(J5*{SNjSj-U9%puwA9~S@$Ub0000WeRL?H4AL7qN+nw_2f=+UEziHVh!mDbkQ(b3Vsir4F{tgM`$ zpI=;DG@H%WuV2s2&8@Gm9~v4${-26|O6OjU0mG1Jxe{s^6uZ0^Qy!d#aV2oS4F5BmJT`r8_|M|YjS(Z9_hn|nWAY#OL z{a zBO~mY?p|1%6NG6eA}x*sa&d2(HI|d&J+~e>vd)v_893Q8vj=thn_lpRL-&T3m`kni7)I5~O^} z1SlY#%#e}&)7>8TTtcII;+eAz1qnOOwW{LP@t0wUK`$8-6q=a|Kh!}fYI9xlR} zh<7%9)36CjR>uB4WqX79YF~YBLWQ~HyU%-yeOKaZeq#nU?qE}vR@-d(Rj04IJ?6OY zgnoD^CM2Le2zXB&0JvnNdrh*SqK>9Aj-t!4sAn=p#~V9kIVYWyY@4qdQH(`k!#Nxm zwdKY$H?NAqCEEC#b}R{Y`7JZWmn1%bnZB4U212&!ut!!!5V$qpu4RaFf>A1aH3W&| z*=mpQ3A)aH7y$%ZXDf{hN&0P&lnnzUzl{9#_xc5ue_WQ5ap#1`$z>`Od0X!~8fv(b z&bNI}-Vc*9o^NBhO90}{7fX~<=yB9y3aa1hynCsSBpZHcQf-VNh@!1kJjf?3gixte zFa$=tcBCR_0CerHC=(Fd1etXyWRE& zYqs@3G%xey1zU@_b^2kBuFG~qKj-I)+xAW1U@htWYw2~_|yqFJTSvy8xLLucSEt0kI(H@i(48~9+C|{_@?Iq1s&8q+1r*(}wcUbl0+5&oP zTsKNvPo@6-*y7}dmkiEIOVWc^$F|V^aZ@GYs{EiOY8F>d-MkwXIXifE>XV4sI~$jm z6nqhJduH-kDWFMSEVUaWSQ4ihDnSJZA=-`dgmx9p*W&n2I1(qvutT9WO~F^QuBk1( zAiqyd=fH;2Kl&S(#1Ttj>0?3iM(5+5k%I2ut%B?qqjhtQ#&m<2Njo$#@KHGaSyn-{ zJ#2Q_juZ}qez&oJb8LobJT^8RVGDQ=2n&<+3?9I+_9{CH$^05!GwV@?9;yF!X*<&} zJ5H%HQTm-6h%_qRjmjA?Fr+taby*eG?LBI`q8^d-b$+!~yo>5|_FVaAr0BpDV{X^L z4+kwvYChvV@xz!{{ctyiLS8Dx8jA9FscEbe?uy?lgylSx`h67`Jh_c+ctuWeK}~A# IBU-Qj09?5iw*UYD diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/util/splitter/mini-bottom.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/util/splitter/mini-bottom.png deleted file mode 100644 index 9d116d58edde40f1c8a9508f8594beb472724fd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3017 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/util/splitter/mini-right.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/util/splitter/mini-right.png deleted file mode 100644 index 3ba9f25c829ddbb3575beb9e031dbde99651de0a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3045 zcmVKLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z0003HNkl3{qSy<4Uruu;@s^~%zZK6ZVNP!YK1LnXAxCREbf~3FaLhJD^X*
    ;wHaKmm*$ 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 Eg7V;-Z2$lO diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-bottom-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-bottom-corners.gif deleted file mode 100644 index ca80a0c5e6cc13fdfd5474dac7d495c549d0c556..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 121 zcmZ?wbhEHbWMPnC_{_j?^XAP54<0;v^yu;9$FE+!dh_PZyLa#2zkmPv^XD&LzI^@q z_5c6>Ks9in_>+Z^fq|PrhXDvcW;k=GF^F==Xb3PKY-Sf$h_NVOaAM$5_Ohu+P+(+a R6XDXCuz;a~fsv8H8UTMCHw^#) diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-bottom-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-bottom-sides.gif deleted file mode 100644 index c11cfc4fdf2ac1a2506863d56024094e6fec93b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbgww3?CkFD?(gsK^Yioc^z`-h z_4fAm`}_O+{QUp_{{R30A^8LW000gEEC2ui00aOS07D2i02K&S;Gn^R1PBHyOt7GV rgMkSYDqJ8@!GZx50aV;LkO9Ps9t9#eFpz)%0}%xlNKgPkfPerye$zhQ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-bottom-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-bottom-sides.gif deleted file mode 100644 index c11cfc4fdf2ac1a2506863d56024094e6fec93b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbgww3?CkFD?(gsK^Yioc^z`-h z_4fAm`}_O+{QUp_{{R30A^8LW000gEEC2ui00aOS07D2i02K&S;Gn^R1PKNzOt7GV rgMkPXDqJ8@!2$pk2UOfRkO9Ps9t9>SFfags0tp2kNMJw!fq(!zX_h_* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-left-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-left-corners.gif deleted file mode 100644 index 37a821f3be66c583de7556c8305ff9663b12932a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmV;40CxXJNk%w1VFUme0P_F<+1c6P;Naro;^X7v>gww3?CkFD?(gsK^Yioc^z`-h z_4fAm`}_O+{QUp_{{R30A^8LW000gEEC2ui00aOS07D2i02K&S;Gn^R1PBHyOt7GV rgMkSYDqJ8@!GZx50aV;LkO9Ps9t9#eFpz)%0}%xlNKgPkfPerye$zhQ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-left-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-left-sides.gif deleted file mode 100644 index 63131ee040b6bb064836de477bc91b7987830a52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHb({UU|NmF~$->CMz{sG(00bZz2M$LDMh+Q|4GRu7a|mn2 zoY=7NaJzuA*Bp`X>R25SHXk}4|z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-right-corners-rtl.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-right-corners-rtl.gif deleted file mode 100644 index 86045d59e4083ea4a5d35a2f56455ab09d446694..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmV;40CxXJNk%w1VFUme0P_F<+1c6P;Naro;^X7v>gww3?CkFD?(gsK^Yioc^z`-h z_4fAm`}_O+{QUp_{{R30A^8LW000gEEC2ui00aOS07D2i02K&S;Gn^R1PKNzOt7GV rgMkPXDqJ8@!2$pk2UOfRkO9Ps9t9>SFfags0tp2kNMJw!fq(!zX_h_* diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-right-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-right-corners.gif deleted file mode 100644 index 37a821f3be66c583de7556c8305ff9663b12932a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmV;40CxXJNk%w1VFUme0P_F<+1c6P;Naro;^X7v>gww3?CkFD?(gsK^Yioc^z`-h z_4fAm`}_O+{QUp_{{R30A^8LW000gEEC2ui00aOS07D2i02K&S;Gn^R1PBHyOt7GV rgMkSYDqJ8@!GZx50aV;LkO9Ps9t9#eFpz)%0}%xlNKgPkfPerye$zhQ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-right-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-right-sides.gif deleted file mode 100644 index 63131ee040b6bb064836de477bc91b7987830a52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHb({UU|NmF~$->CMz{sG(00bZz2M$LDMh+Q|4GRu7a|mn2 zoY=7NaJzuA*Bp`X>R25SHXk}4|z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-top-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-top-corners.gif deleted file mode 100644 index 37a821f3be66c583de7556c8305ff9663b12932a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmV;40CxXJNk%w1VFUme0P_F<+1c6P;Naro;^X7v>gww3?CkFD?(gsK^Yioc^z`-h z_4fAm`}_O+{QUp_{{R30A^8LW000gEEC2ui00aOS07D2i02K&S;Gn^R1PBHyOt7GV rgMkSYDqJ8@!GZx50aV;LkO9Ps9t9#eFpz)%0}%xlNKgPkfPerye$zhQ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-top-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-collapsed-top-sides.gif deleted file mode 100644 index c11cfc4fdf2ac1a2506863d56024094e6fec93b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbkfuBRhW5WYRW)2Y@iHHLWoEtf0*eX0W VCN(v(X~`)hBrq^AGBPq)0|07SH{bvO diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-left-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-left-corners.gif deleted file mode 100644 index 9e39cd8877376e8ab4135286ab6dfb2f910aebee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 121 zcmZ?wbhEHbWMPnC_{_lY=+UFcj~~B!_3GWbckkc7|NQy$moHzwe*OCG+qd7pfB*UO z=l}oz3}9tIl|Z2QlZBCiftx`GD98XZ!kfuF->g99TIGb@``%!vZUrZz??uPHMU V7BqG;aq@^TBpf)}#>mKE4FF``IWhnM diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-left-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-left-sides.gif deleted file mode 100644 index 63131ee040b6bb064836de477bc91b7987830a52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHb({UU|NmF~$->CMz{sG(00bZz2M$LDMh+Q|4GRu7a|mn2 zoY=7NaJzuA*Bp`X>R25SHXk}4|z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-right-corners-rtl.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-right-corners-rtl.gif deleted file mode 100644 index 9a33163587bc5a010947efc55bce59d41c8f2978..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 121 zcmZ?wbhEHbWMPnC_{_j?^XAP54<5XE^XBvC&tJZL`TF(iw{PEm|Ni~w&!7MQ|1*FU z0M)>O;!hSv1_n+B9iS8g$P8x=H3n`Doe2z$j7%(SS}`XI7B;pqNO?`ENO;iD$;8UT O!{Fd>sEv`4!5RP@7dSTn diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-right-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-right-corners.gif deleted file mode 100644 index 6196df1a192b33baf572165811e9e987b1f49e0d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 121 zcmZ?wbhEHbWMPnC_{_j?^XAP54<5XE^XBvC&tJZL`TF(iw{PEm|Ni~w&!7MQ|1*FU z0M)>O;!hSv1_n+B9iS8g$P8x=H3n`D8IKJKj7)3-DiR(C7C1Mu$uL!TY<$$%$gCwM O;NZZ}z`)4JU=08YR5s`U diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-right-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-right-sides.gif deleted file mode 100644 index 63131ee040b6bb064836de477bc91b7987830a52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHb({UU|NmF~$->CMz{sG(00bZz2M$LDMh+Q|4GRu7a|mn2 zoY=7NaJzuA*Bp`X>R25SHXk}4|z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-top-corners.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-top-corners.gif deleted file mode 100644 index c8a5bd400e14a86393a58854ccefeffde85678c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 97 zcmZ?wbhEHbWMPnC_{6~Q<;$0^U%!6)_U-rY-+%u6`Tzev16WY;CkrD311p0Lkjns4 w>%^hPz|6rD(9poZz%0zhpwQsJ*ebxx(O_Y?$hDh=O)12};qlQ9Mn(o}0L)<_vH$=8 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-top-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window-header/window-header-default-top-sides.gif deleted file mode 100644 index c11cfc4fdf2ac1a2506863d56024094e6fec93b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmZ?wbhEHbk$;9x@~{S(z)y$+^Uvj5{v3yhv=9>C zLfkqyS8`LHQwn!zZi;^G=%{D=+YwDb5*osQ%1L*Z`zYrCnheU6=-?uk%NH-40# zneJ>&RJQ>2P-Q!M?-aO-kvx5FEaQ=KmtEm zse5p=bXwTmt>5<L8rNn~Q7xCI1F9wHXjS8{UllIJDT8nBeQ$POq+ockEYb}OYz?hzqASJY$2 zzkE`Ht`%U%E}E5t8nG1(F9*-03&cV~c4kixP)mCeh)wHhps)FNWp?MwR;8rI+d|#Z zlPX8?fg}Qt`CSG#EVgjBI5G#r7Q>(GX{RE#sR$eL@YE3MofqHf|Iay{RMd;zwE>`ieH{TH+1WTg z35r5nPM5W5tz&Sg(_7uzP(a;0Ln$uPck)ai?UAm%Pxg0NuewkPG}8BA!BUl0xR zJm2IUJSLn~K}zeEr>`CCy9_?o=4Nrwkz;j#1!_W2Dw~rm_Qa4ua4pO(A7SDFmd1@* zlBx-;UZ|Wl+)ytI^>XI`;+7gL=xD$L|9R+xQTTb^lJUjI+IHEwOkSl-BA?@Ius_AF z0;DD;Du*6#=XTpNTv$(Z%oP7HAH3yH^SnLI$>h!m@)~r6w+pQsm6M`Jgo2kEd&SCz zGZ(}Gra#@N@vOe-xDyL3Qjs26h2*2#5VBNY8?sf(`vP$zj#!_}MIyJfeXyU>UgDQ) zSFG^0P)`I4_q9Oq6?(+MPHHdUtcNMAP-w-So<3ALY1<~ScqLm;;NApUmsPotV&l=Z zDyZB%LB-4_l^a?DXuppbhEec-QAF*=!kK+rqFy-TOTCky+^$u8IY@|UgDjNA(09p0 zGcqXs7!IQ*jea45VO&o{+OOS_neAFzOCelZekaPBd0j6=j2+5TQM_rXHJUe2PFR2q z6D7v_q9Xjp|4R7^eTBY4U!kwiSLiGB75WPOMxnm~3;-59MT^#ugrWcd002ovPDHLk FV1ntmZbAS6 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window/toast/fader.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/window/toast/fader.png deleted file mode 100644 index be8c27fa2a09db3af3258ace40ede2bdf437cd17..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2404 zcmYjTYgAKL7QT5WE z>Y_YEmb)(}Pms7rU67ZSr_MdR|5n~w1fjo8#ANBkLpgIeE+P3Ns5F^{Av#2u#FZl4 zR=PlENF$?CESN|av@9Z!QB@T}Gz7&X1k5b_|83b-CL!w6h|7ebG94msc;hGRnmWzx z-a(dA6V5G?B4P6tyC@7?5zY(YguRr28)2o-O6a*9QECHMy$1VDB9bECNwWwSNa8L# zJ%6qMD_Z(gt3z^#6O>Y%z8SA5w1rSjUnGEAC7JB~6WWFy>bvB|52pzNo$W``Bf^2e zLFKs!|5$*K;gF?_rP8kJrRNDm17*xDW6Bny*OXboijf~97RXX&YwS{^Ne74pS_g)Q zOS;J-VH00nwXkDct66J1%5A6dybwY+c{-v=Ult>hBLZCm`pWf{M?woSNdPA^_|6KN zLu(n%{zxBEe>qa3M&gnZFU&V|8~Z`Ebrm2W&=9nleofi z9S>@BO?v`7$h^M6sNAXNs!kEsQ-KT(pBQmm)Y^#KgUf&y8u(}%aSJ=?H7xD9&0LNe zQxWeL0>b)jd?AGtQt1TZd6-X7PTln1Z>O){1hrVTB%s=<$aS~60;H9MZF8d63{evM zh7I;a>h}2pePDC~)zU)DBq3xpXuv-yM%md_bsHaE#7w86QhN;l#AGVjc8NqrZ)?ql z_&zZ`dLCA(Gu7$(j+EvA$C#JukoslnSWwGK!YR7CjT5|CPJzymMAqv5GIN@nkG6!6 z<Ga4J@|WS<3cxD_=^2eg(^W*?IU zn3Ohk^HnX4gtQ=}3`C~<;YvRCYbpF%N$5zy_WVbhOaZ8JH$(`%X!IHBW*DM<$^1X< zx^$uJ9xw9#f;^XdGE7S_yU?2H(9|r2d5uxi=nkb$-4&jpn)3@t zg{gvX%~v$M_Iq+ETW_{3V97Fv3ePh&M_DZtuzNU+%5zp^X>4v|pt0q9XKY0ev=*M5 z&kXT=nKuEW$F6Cj~4`LDk zmw+98At?&3$l^e6I1-IYcZuari6H=}R+_)soY}U@~4iB(*Q!nZZQG zM6k5hG4AE-{`8BLNa4K$$B1n=Ra^ayrtv&|{#6{t+2>|Ekz*Jy+scNgN7lJgKO6XX zdc==J0;6tD(b=o2b}7E0Yy^P!>Aq7-i)4g2~kFGKR;qoKmZO-9^*JtLvvXE-rB@Z&+}@f(?A zxF@I(LpAPHM26P(xudW-sG}?TwWIlTc^K&JBeV_D{=pvl_e?u%56wLL>)~r_s2L|2 zN)Wo;N5R=`=6P6n0$uh?VlO`a-ly#`kW$0FV;DRvKOU=`g+>xNl1G1Bp7|4)JyUg@ zO^4?y4#jfMumB_L1D~`G!V7QPS4=>+`QktLXDVIl-*;UAO6ecSKh`MOQ_VXNkh=4V z_o;t*);@-#0Iwyv-YURri5%b`l>NtEJmZS*unve)h;ts>O5fEqmr(b`;{^apJswos zW5}AbowOnZy?yz3z_di!OHBm0?rRf@_aKL+wAeD9PZr2ny7ov(`o;*`fvA271aR-V z^lq<`0AL5*xu|80?_nBd!2LIVKhVgDbHiVJS3CqqSMIZpuV?wpEkI5W~l6+J!Cn@Jk=lCXhmwbQM>x>%|Rp;$k}3e!I(B|4}>0 zVTcPs8V2`?5wG1^VR#z~jTNTWugaVx#mB-{ea?2Y(+H5DPn2>+4#vp^;Xc&x-^rFb z&dl%DjDu;#3|YcgFR6(B30(oyKZ~;p-TO05+}1{R4kY~dV;}qiG^S;3(9-&}G$-!5 zJ6+%&@jpW?*^aADZZW7>2~-I5rALb;uXqxgtKq=N=Qp)j9I+n$WngSW2`To#2yqM%>f+_2-KPnPBsTWY@JmU8@zkArSk_sTe&}99S{F z&} hVrhsi&T2|0quIzW&-oLm+^IvrD=|I=`$nE!`d^vlcCG*b diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window/toast/icon16_error.png b/src/webapp/js/classic/theme-crisp-touch/resources/images/window/toast/icon16_error.png deleted file mode 100644 index 5f168d326753c533386f0e55b9d6b31f975de383..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1108 zcmV-a1grarP)_n3);gFflPP{`jH5^#8vt3j>47Uj_zd1_p*FpBWgAv$3&V1B(4* z1gc{Ls%HYy009K#L%@F^{`>p4CddE()8wV4Ed@}R_wPI=PR?C0eEr;_b*C-i)*%0QW6)Nw>QIokc)o)1ey#qnuUdd zg^P>f@5z%4Px|^8?!JEA&%nu9%F4p>7a)L`li1i882la+P4 zP(%b9qp>l=&#PA%7~i~M_VpRAm)hQzw^aZR04z&6B+(Lc)-BS%gex%m&d>=CdTl6#R`T$Km)lP92mHP@(iCp zGyJ)5fq_+9n}O-g8b~iV$YgmEK|NZP41LNDb4BXb%4E)^O)&K#-#Kyy;$So_&@c-dM1~z$lhA$H) zF#I@i0-`}zmx05@1q={=I$s^*=C# z8Grp^U;?`03(zM1i4z%EfMEfTYakY$JelFAfdK>4{re0|&!02=0~+-E)vKQX0mN{X zm37%0C8hs=OicbiH8lMH`R?8SF!1TprT=es?fU-@%K!Q4)BpSS_Wys%$o&7Vs`~#d z7uRKg0Al*g#5Cv4+qb_NU%X)81DgJM`Emwe@@4o8bj@dAg8CB@!ti?6F0eP=@7u?~ zbMqzxFaa^V272N9|Nkoh0*LV%2M5D928LC9TwI~bz-0Ru7~fALA{aQ1A7>B+Mk^Cg z>^(3+y^oA!kXXE!fg5PhV_+;j{_^EEA0wj)Kmai=21*(+GxM`DFdY8G%&e;jG@S<+ zfUK;n42+;~0HsJ^ApiOLmEi|4ny@mu&={l9 z7!x%y#)VNgCTtBF5k%!tpp;Tec@!-z?Q}ZK-0K}kYK$8b&f+f4J?B5)IplEoUjJZIsS}c{LW+sV$go4DD&|9ReEsIS8`fFRZChs{2B>fr z<^x&_ZnrPhJK?2~@B&qdN;TWO^E8E_g3iq^QbJeE8~91@z3sm`GVU**^!NlVce#b> zNTS7PPJ`K!j+nB7)?8l?-f;{Aei5PyL}b93W5-9_|F2gg&PV1m_o#U}RxN5Mrbz6Ty{}7m)AF5|RQ{**ahUpbH-V z0(2l?#h?%~92Ldr?ipjdW~dxNLXP3~<1QFYdK{>$^l7=Aw#&Kc89aI2J)F=R%D9XI zloSjpxhDDu-doIlaj$MGrK6_v<)8*5ftV9AKaWw{_Xy|%8< z+S>c+`<{k!M{K~i0O(YB`@Y~*Q}xG-9W70^3|p{0qP>0NLrnVZ|WI5%OWd!6p_?8I711 z3J06m_{G#xb`&tWvU9V=uoQfJ8H?SQxAU!((ZO diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/images/window/window-default-sides.gif b/src/webapp/js/classic/theme-crisp-touch/resources/images/window/window-default-sides.gif deleted file mode 100644 index 9db639f5a2b08eb9e4287950e5745ad533d85515..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 212 zcmZ?wbhEHb({UU!2rlm{K>+|z`(?y!vF*zc}I?=42&!i9s&&xP0YMX zJ{1BB54G~kn(0_fe0YdKP&4jKhG3FwkGy5m9f?gUCnw7VdWEbsTzYz{e)OR^nw!(y zXPM{r^~~J-+;5J3X_rjar1XIKE|E&QTqY|6m;27-nz}3G<;B$j%cIUlebo$I6Th?R zuGBW2o15bZ@H * { - width: 100%; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:25 */ -.x-size-monitors.scroll > *.shrink::after { - content: ''; - display: block; - width: 200%; - height: 200%; - min-width: 1px; - min-height: 1px; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:34 */ -.x-size-monitors.scroll > *.expand::after { - content: ''; - display: block; - width: 100000px; - height: 100000px; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:44 */ -.x-size-monitors.overflowchanged > *.shrink > * { - width: 100%; - height: 100%; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:51 */ -.x-size-monitors.overflowchanged > *.expand > * { - width: 200%; - height: 200%; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:59 */ -.x-size-change-detector { - visibility: hidden; - position: absolute; - left: 0; - top: 0; - z-index: -1; - width: 100%; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:70 */ -.x-size-change-detector > * { - visibility: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:74 */ -.x-size-change-detector-shrink > * { - width: 200%; - height: 200%; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:79 */ -.x-size-change-detector-expand > * { - width: 100000px; - height: 100000px; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:9 */ -@-webkit-keyframes x-paint-monitor-helper { - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:10 */ - from { - zoom: 1; - } - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:13 */ - to { - zoom: 1; - } -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:20 */ -@keyframes x-paint-monitor-helper { - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:21 */ - from { - zoom: 1; - } - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:24 */ - to { - zoom: 1; - } -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:29 */ -.x-paint-monitored { - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:33 */ -.x-paint-monitor { - width: 0 !important; - height: 0 !important; - visibility: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:38 */ -.x-paint-monitor.cssanimation { - -webkit-animation-duration: 0.0001ms; - -webkit-animation-name: x-paint-monitor-helper; - animation-duration: 0.0001ms; - animation-name: x-paint-monitor-helper; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:45 */ -.x-paint-monitor.overflowchange { - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:48 */ -.x-paint-monitor.overflowchange::after { - content: ''; - display: block; - width: 1px !important; - height: 1px !important; -} -/* http://localhost:1843/packages/core/sass/src/ProgressBase.scss:1 */ -.x-progress { - border-style: solid; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/ProgressBase.scss:7 */ -.x-progress-bar { - height: 100%; - width: 0; -} -/* http://localhost:1843/packages/core/sass/src/ProgressBase.scss:12 */ -.x-progress-text, -.x-progress-bar { - overflow: hidden; - position: absolute; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:5 */ -.x-translatable { - /** - * @class Ext.util.Translatable - */ - position: absolute !important; - top: 500000px !important; - left: 500000px !important; - overflow: visible !important; - z-index: 1; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:13 */ -.x-translatable-hboxfix { - position: absolute; - min-width: 100%; - top: 0; - left: 0; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:19 */ -.x-translatable-hboxfix > .x-translatable { - position: relative !important; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:24 */ -.x-translatable-container { - overflow: hidden; - width: auto; - height: auto; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:34 */ -.x-translatable-container::before { - content: ''; - display: block; - width: 1000000px; - height: 1000000px; - visibility: hidden; -} -/* http://localhost:1843/packages/core/sass/src/scroll/TouchScroller.scss:1 */ -.x-scroll-container { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/scroll/TouchScroller.scss:8 */ -.x-scroll-scroller { - float: left; - position: relative; - min-width: 100%; - min-height: 100%; -} -/* http://localhost:1843/packages/core/sass/src/scroll/DomScroller.scss:1 */ -.x-domscroller-spacer { - position: absolute; - height: 1px; - width: 1px; - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:537 */ -.x-treelist { - background-color: #fff; - background-position: 18px 0%; - overflow: hidden; - padding: 0 0 0 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:542 */ -.x-big .x-treelist { - background-position: 0%; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:550 */ -.x-treelist-container, -.x-treelist-root-container { - width: 100%; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:555 */ -.x-treelist-toolstrip { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:560 */ -.x-treelist-micro > .x-treelist-toolstrip { - display: inline-block; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:563 */ -.x-treelist-micro > .x-treelist-root-container { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:568 */ -.x-treelist-item, -.x-treelist-container, -.x-treelist-root-container { - overflow: hidden; - list-style: none; - padding: 0; - margin: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:577 */ -.x-treelist-item-tool, -.x-treelist-row, -.x-treelist-item-wrap { - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:583 */ -.x-treelist-item-icon, -.x-treelist-item-expander { - display: none; - position: absolute; - top: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:590 */ -.x-treelist-item-expander { - right: 0; - cursor: pointer; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:595 */ -.x-treelist-expander-only .x-treelist-item-expandable > * > .x-treelist-item-wrap > * { - cursor: pointer; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:599 */ -.x-treelist-item-text { - cursor: default; - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:605 */ -.x-treelist-item-collapsed > .x-treelist-container { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:609 */ -.x-treelist-item-expandable > * > * > .x-treelist-item-expander, -.x-treelist-item-icon { - display: block; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:614 */ -.x-treelist-item-floated > * > * > .x-treelist-item-expander, -.x-treelist-item-floated > * > * > .x-treelist-item-icon { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:619 */ -.x-treelist-expander-first .x-treelist-item-expander { - left: 0; - right: auto; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:94 */ -.x-treelist-toolstrip { - background-color: #f8f8f8; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:125 */ -.x-treelist-item-selected > .x-treelist-row { - background-color: #c2ddf2; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:129 */ -.x-treelist-item-selected > .x-treelist-row-over { - background-color: #c2ddf2; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:134 */ -.x-treelist-item-tool { - padding-left: 6px; - padding-right: 15px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:157 */ -.x-treelist-item-icon:before, -.x-treelist-item-tool:before, -.x-treelist-item-expander { - line-height: 32px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:169 */ -.x-treelist-item-icon, -.x-treelist-item-tool, -.x-treelist-item-expander { - text-align: center; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:175 */ -.x-treelist-item-icon, -.x-treelist-item-tool { - color: #cfcfcf; - font-size: 18px; - width: 18px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:188 */ -.x-treelist-item-tool { - width: 39px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:198 */ -.x-treelist-item-expander { - color: #cfcfcf; - font-size: 16px; - width: 24px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:214 */ -.x-treelist-item-expander:after { - content: "\f0da"; - font: 18px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:218 */ -.x-treelist-item-expanded > * > * > .x-treelist-item-expander:after { - content: "\f0d7"; - font: 18px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:227 */ -.x-treelist-item-text { - color: #000; - margin-left: 22px; - margin-right: 24px; - font-size: 15px; - line-height: 32px; - text-overflow: ellipsis; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:243 */ -.x-treelist-row { - padding-left: 6px; - padding-right: 15px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:274 */ -.x-treelist-item-floated .x-treelist-container { - width: auto; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:277 */ -.x-treelist-item-floated > .x-treelist-row { - background-color: #f8f8f8; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:281 */ -.x-treelist-item-floated > .x-treelist-container { - margin-left: -18px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:284 */ -.x-big .x-treelist-item-floated > .x-treelist-container { - margin-left: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:290 */ -.x-treelist-item-floated > * > * > .x-treelist-item-text { - margin-left: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:294 */ -.x-treelist-item-floated > * .x-treelist-row { - padding-left: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:298 */ -.x-treelist-item-floated .x-treelist-row:before { - width: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:302 */ -.x-treelist-item-floated > .x-treelist-row-over { - background-color: #f8f8f8; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:305 */ -.x-treelist-item-floated > .x-treelist-row-over > * > .x-treelist-item-text { - color: #000; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:318 */ -.x-treelist-item-expanded > .x-treelist-item-expander:after { - content: "\f0d7"; - font: 18px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:323 */ -.x-treelist-item-collapsed > * > .x-treelist-item-expander:after { - content: "\f0da"; - font: 18px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:329 */ -&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-icon { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:333 */ -&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-text { - color: #000; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:337 */ -&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-expander { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:344 */ -.x-treelist-row-over { - background-color: #e2eff9; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:347 */ -.x-treelist-row-over > * > .x-treelist-item-icon { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:351 */ -.x-treelist-row-over > * > .x-treelist-item-text { - color: #000; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:355 */ -.x-treelist-row-over > * > .x-treelist-item-expander { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:362 */ -.x-treelist-expander-first .x-treelist-item-icon { - left: 24px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:371 */ -.x-treelist-expander-first .x-treelist-item-text { - margin-left: 46px; - margin-right: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:381 */ -.x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text { - margin-left: 28px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:391 */ -.x-treelist-item-hide-icon > * > * > .x-treelist-item-text { - margin-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:14 */ -.x-body { - margin: 0; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:22 */ -.x-no-touch-scroll { - touch-action: none; - -ms-touch-action: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:33 */ -@-ms-viewport { - width: device-width; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:40 */ -img { - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:44 */ -.x-border-box, -.x-border-box * { - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:58 */ -.x-ltr { - direction: ltr; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:62 */ -.x-clear { - overflow: hidden; - clear: both; - font-size: 0; - line-height: 0; - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:70 */ -.x-layer { - position: absolute !important; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:77 */ -.x-fixed-layer { - position: fixed !important; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:82 */ -.x-shim { - position: absolute; - left: 0; - top: 0; - overflow: hidden; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:90 */ -.x-hidden-display { - display: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:94 */ -.x-hidden-visibility { - visibility: hidden !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:98 */ -.x-hidden, -.x-hidden-offsets { - display: block !important; - visibility: hidden !important; - position: absolute !important; - top: -10000px !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:110 */ -.x-hidden-clip { - position: absolute !important; - clip: rect(0, 0, 0, 0); -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:115 */ -.x-masked-relative { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:121 */ -.x-ie-shadow { - background-color: #777; - position: absolute; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:128 */ -.x-unselectable { - user-select: none; - -o-user-select: none; - -ms-user-select: none; - -moz-user-select: -moz-none; - -webkit-user-select: none; - -webkit-tap-highlight-color: transparent; - -webkit-user-drag: none; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:132 */ -.x-selectable { - cursor: auto; - -moz-user-select: text; - -webkit-user-select: text; - -ms-user-select: text; - user-select: text; - -o-user-select: text; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:147 */ -.x-list-plain { - list-style-type: none; - margin: 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:154 */ -.x-table-plain { - border-collapse: collapse; - border-spacing: 0; - font-size: 1em; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:162 */ -.x-frame-tl, -.x-frame-tr, -.x-frame-tc, -.x-frame-bl, -.x-frame-br, -.x-frame-bc { - overflow: hidden; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:172 */ -.x-frame-tc, -.x-frame-bc { - background-repeat: repeat-x; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:187 */ -td.x-frame-tl, -td.x-frame-tr, -td.x-frame-bl, -td.x-frame-br { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:194 */ -.x-frame-mc { - background-repeat: repeat-x; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:199 */ -.x-proxy-el { - position: absolute; - background: #b4b4b4; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:206 */ -.x-css-shadow { - position: absolute; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - -ms-border-radius: 5px; - -o-border-radius: 5px; - border-radius: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:211 */ -.x-item-disabled, -.x-item-disabled * { - cursor: default; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:217 */ -.x-component, -.x-container { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:227 */ -:focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:236 */ -.x-body .x-sync-repaint:before, -.x-body .x-sync-repaint:after { - content: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:245 */ -.x-position-relative { - position: relative !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Container.scss:3 */ -.x-box-item { - position: absolute !important; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Auto.scss:1 */ -.x-autocontainer-outerCt { - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Auto.scss:5 */ -.x-autocontainer-innerCt { - display: table-cell; - height: 100%; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:1 */ -.x-mask { - z-index: 100; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - /* - * IE and FF will add an outline to focused elements, - * which we don't want when using our own focus treatment - */ - outline: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:21 */ -.x-ie8 .x-mask { - /* - * IE8 will treat partially transparent divs as invalid click targets, - * allowing mouse events to reach elements beneath the mask. Placing - * a 1x1 transparent gif as the link el background will cure this. - */ - background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:27 */ -.x-mask-fixed { - position: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:31 */ -.x-mask-msg { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:17 */ -.x-btn { - display: inline-block; - outline: 0; - cursor: pointer; - white-space: nowrap; - text-decoration: none; - vertical-align: top; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:29 */ -.x-btn > .x-frame { - height: 100%; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:35 */ -.x-btn-wrap { - height: 100%; - width: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:43 */ -.x-btn-wrap.x-btn-arrow-bottom, -.x-btn-wrap.x-btn-split-bottom { - -webkit-box-orient: vertical; - -ms-flex-direction: column; - flex-direction: column; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:49 */ -.x-ie9m .x-btn-wrap { - display: table; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:60 */ -.x-btn-button { - white-space: nowrap; - line-height: 0; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - min-width: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:72 */ -.x-btn-button.x-btn-icon-top, -.x-btn-button.x-btn-icon-bottom { - -webkit-box-orient: vertical; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:80 */ -.x-ie9m .x-btn-button { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:91 */ -.x-btn-inner { - overflow: hidden; - text-overflow: ellipsis; - -ms-flex-negative: 1; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:100 */ -.x-ie9m .x-btn-inner { - display: inline-block; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:110 */ -.x-btn-icon.x-btn-no-text > .x-btn-inner { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:115 */ -.x-btn-icon-el { - display: none; - vertical-align: middle; - text-align: center; - background-position: center center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:123 */ -.x-btn-icon > .x-btn-icon-el { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:128 */ -.x-ie9m .x-btn-icon-left > .x-btn-icon-el, -.x-ie9m .x-btn-icon-right > .x-btn-icon-el { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:145 */ -.x-btn-button-center { - text-align: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:152 */ -.x-btn-button-left { - text-align: left; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:165 */ -.x-btn-button-right { - text-align: right; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:179 */ -.x-btn-arrow:after, -.x-btn-split:after { - display: block; - background-repeat: no-repeat; - content: ''; - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:193 */ -.x-btn-arrow-right:after, -.x-btn-split-right:after { - background-position: right center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:203 */ -.x-ie9m .x-btn-arrow-right:after, -.x-ie9m .x-btn-split-right:after { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:223 */ -.x-btn-arrow-bottom:after, -.x-btn-split-bottom:after { - background-position: center bottom; - content: '\00a0'; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:236 */ -.x-ie9m .x-btn-arrow-bottom:after, -.x-ie9m .x-btn-split-bottom:after { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:246 */ -.x-btn-split-right > .x-btn-button:after { - position: absolute; - display: block; - top: -100%; - right: 0; - height: 300%; - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:263 */ -.x-btn-split-bottom > .x-btn-button:after { - position: absolute; - display: block; - bottom: 0; - left: -100%; - font-size: 0; - width: 300%; - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:274 */ -.x-btn-mc { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:1 */ -.x-segmented-button { - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:6 */ -.x-segmented-button-item { - display: table-cell; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:10 */ -.x-segmented-button-item > .x-frame { - width: 100%; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:17 */ -.x-segmented-button-item .x-btn-mc { - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:23 */ -.x-segmented-button-item-horizontal { - display: table-cell; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:30 */ -.x-segmented-button-item-horizontal.x-segmented-button-first { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:35 */ -.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-tr, -.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-mr, -.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:43 */ -.x-segmented-button-item-horizontal.x-segmented-button-middle { - border-radius: 0; - border-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:48 */ -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tl, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tr, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-ml, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-mr, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-bl, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:59 */ -.x-segmented-button-item-horizontal.x-segmented-button-last { - border-left: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:65 */ -.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-tl, -.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-ml, -.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-bl { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:74 */ -.x-segmented-button-row { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:79 */ -.x-segmented-button-item-vertical.x-segmented-button-first { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:84 */ -.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bl, -.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bc, -.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:92 */ -.x-segmented-button-item-vertical.x-segmented-button-middle { - border-radius: 0; - border-top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:97 */ -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tl, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tc, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tr, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bl, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bc, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:108 */ -.x-segmented-button-item-vertical.x-segmented-button-last { - border-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:114 */ -.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tl, -.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tc, -.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tr { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:1 */ -.x-title-icon { - background-repeat: no-repeat; - background-position: 0 0; - vertical-align: middle; - line-height: 1; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:9 */ -.x-title { - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:21 */ -.x-title-text { - display: table-cell; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:30 */ -.x-title-align-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:39 */ -.x-title-align-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:43 */ -.x-title-align-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:52 */ -.x-title-rotate-right { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-right { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:62 */ -.x-title-rotate-left { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-left { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:75 */ -.x-horizontal.x-header .x-title-rotate-right.x-title-align-left > .x-title-item { - vertical-align: bottom; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:79 */ -.x-horizontal.x-header .x-title-rotate-right.x-title-align-center > .x-title-item { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:83 */ -.x-horizontal.x-header .x-title-rotate-right.x-title-align-right > .x-title-item { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:89 */ -.x-horizontal.x-header .x-title-rotate-left.x-title-align-left > .x-title-item { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:93 */ -.x-horizontal.x-header .x-title-rotate-left.x-title-align-center > .x-title-item { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:97 */ -.x-horizontal.x-header .x-title-rotate-left.x-title-align-right > .x-title-item { - vertical-align: bottom; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:105 */ -.x-vertical.x-header .x-title-rotate-none.x-title-align-left > .x-title-item { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:109 */ -.x-vertical.x-header .x-title-rotate-none.x-title-align-center > .x-title-item { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:113 */ -.x-vertical.x-header .x-title-rotate-none.x-title-align-right > .x-title-item { - vertical-align: bottom; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:120 */ -.x-title-icon-wrap { - display: table-cell; - text-align: center; - vertical-align: middle; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:125 */ -.x-title-icon-wrap.x-title-icon-top, -.x-title-icon-wrap.x-title-icon-bottom { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:131 */ -.x-title-icon { - display: inline-block; - vertical-align: middle; - background-position: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Tool.scss:1 */ -.x-tool { - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Header.scss:4 */ -.x-header > .x-box-inner, -.x-panel-header-mc > .x-box-inner, -.x-window-header-mc > .x-box-inner { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:1 */ -.x-splitter { - font-size: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:5 */ -.x-splitter-horizontal { - cursor: e-resize; - cursor: row-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:10 */ -.x-splitter-vertical { - cursor: e-resize; - cursor: col-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:15 */ -.x-splitter-collapsed, -.x-splitter-horizontal-noresize, -.x-splitter-vertical-noresize { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:21 */ -.x-splitter-active { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:25 */ -.x-collapse-el { - position: absolute; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:30 */ -.x-splitter-focus { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:1 */ -.x-box-layout-ct { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:5 */ -.x-box-target { - position: absolute; - width: 20000px; - top: 0; - left: 0; - height: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:30 */ -.x-box-inner { - overflow: hidden; - position: relative; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:37 */ -.x-box-scroller { - position: absolute; - background-repeat: no-repeat; - background-position: center; - line-height: 0; - font-size: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:46 */ -.x-box-scroller-top { - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:50 */ -.x-box-scroller-right { - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:54 */ -.x-box-scroller-bottom { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:58 */ -.x-box-scroller-left { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:62 */ -.x-box-menu-body-horizontal { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:66 */ -.x-box-menu-after { - position: relative; - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:1 */ -.x-toolbar-text { - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:5 */ -.x-toolbar-separator { - display: block; - font-size: 1px; - overflow: hidden; - cursor: default; - border: 0; - width: 0; - height: 0; - line-height: 0px; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:16 */ -.x-toolbar-scroller { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:23 */ -.x-toolbar-plain { - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/DD.scss:3 */ -.x-dd-drag-proxy, -.x-dd-drag-current { - z-index: 1000000!important; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:1 */ -.x-dd-drag-proxy { - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:6 */ -.x-dd-drag-repair .x-dd-drag-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:10 */ -.x-dd-drag-repair .x-dd-drop-icon { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:15 */ -.x-dd-drag-ghost, -.x-dd-drop-icon { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:21 */ -.x-dd-drag-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); - opacity: 0.85; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:26 */ -.x-dd-drop-icon { - height: 26px; - width: 26px; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:1 */ -.x-docked { - position: absolute !important; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:7 */ -.x-docked-vertical { - position: static; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:11 */ -.x-docked-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:15 */ -.x-docked-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:19 */ -.x-docked-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:23 */ -.x-docked-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:27 */ -.x-docked-noborder-top { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:31 */ -.x-docked-noborder-right { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:35 */ -.x-docked-noborder-bottom { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:39 */ -.x-docked-noborder-left { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:45 */ -.x-noborder-l { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:48 */ -.x-noborder-b { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:51 */ -.x-noborder-bl { - border-bottom-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:55 */ -.x-noborder-r { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:58 */ -.x-noborder-rl { - border-right-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:62 */ -.x-noborder-rb { - border-right-width: 0 !important; - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:66 */ -.x-noborder-rbl { - border-right-width: 0 !important; - border-bottom-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:71 */ -.x-noborder-t { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:74 */ -.x-noborder-tl { - border-top-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:78 */ -.x-noborder-tb { - border-top-width: 0 !important; - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:82 */ -.x-noborder-tbl { - border-top-width: 0 !important; - border-bottom-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:87 */ -.x-noborder-tr { - border-top-width: 0 !important; - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:91 */ -.x-noborder-trl { - border-top-width: 0 !important; - border-right-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:96 */ -.x-noborder-trb { - border-top-width: 0 !important; - border-right-width: 0 !important; - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:101 */ -.x-noborder-trbl { - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:1 */ -.x-panel, -.x-plain { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:7 */ -.x-panel { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:13 */ -td.x-frame-mc { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:18 */ -.x-panel-body { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:23 */ -.x-panel-header-plain, -.x-panel-body-plain { - border: 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:33 */ -.x-panel-collapsed-mini { - visibility: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Table.scss:1 */ -.x-table-layout { - font-size: 1em; -} -/* http://localhost:1843/classic/theme-base/sass/src/container/ButtonGroup.scss:1 */ -.x-btn-group { - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/container/ButtonGroup.scss:6 */ -.x-btn-group-body { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/container/ButtonGroup.scss:8 */ -.x-btn-group-body .x-table-layout-cell { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/plugin/Viewport.scss:1 */ -.x-viewport, -.x-viewport > .x-body { - margin: 0; - padding: 0; - border: 0 none; - overflow: hidden; - position: static; - touch-action: none; - -ms-touch-action: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/plugin/Viewport.scss:21 */ -.x-viewport { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/plugin/Viewport.scss:27 */ -.x-viewport > .x-body { - min-height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Column.scss:1 */ -.x-column { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/SplitterTracker.scss:1 */ -.x-resizable-overlay { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - display: none; - z-index: 200000; - background-color: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/Window.scss:1 */ -.x-window { - outline: none; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/Window.scss:5 */ -.x-window .x-window-wrap { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/Window.scss:10 */ -.x-window-body { - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:1 */ -.x-form-item { - display: table; - table-layout: fixed; - border-spacing: 0; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:10 */ -.x-form-item-label { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:14 */ -.x-form-item.x-form-item-no-label > .x-form-item-label { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:18 */ -.x-form-item-label, -.x-form-item-body { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:27 */ -.x-ie8 .x-form-fieldcontainer .x-form-item-label-top + .x-form-item-body { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:32 */ -.x-form-item-body { - vertical-align: middle; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:37 */ -.x-form-item-label-inner { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:41 */ -.x-form-item-label-top { - display: table-row; - height: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:44 */ -.x-form-item-label-top > .x-form-item-label-inner { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:48 */ -.x-form-item-label-top-side-error:after { - display: table-cell; - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:53 */ -.x-form-item-label-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:62 */ -.x-form-error-wrap-side { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:67 */ -.x-form-error-wrap-under { - display: table-row; - height: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:70 */ -.x-form-error-wrap-under > .x-form-error-msg { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:75 */ -.x-form-error-wrap-under-side-label:before { - display: table-cell; - content: ''; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:81 */ -.x-form-invalid-icon { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:83 */ -.x-form-invalid-icon ul { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:1 */ -.x-form-trigger-wrap { - display: table; - width: 100%; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:14 */ -.x-gecko .x-form-trigger-wrap { - display: -moz-inline-box; - display: inline-flex; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:22 */ -.x-form-text-wrap { - display: table-cell; - overflow: hidden; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:29 */ -.x-gecko .x-form-text-wrap { - display: block; - -moz-box-flex: 1; - flex: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:39 */ -.x-form-item-body.x-form-text-grow { - min-width: inherit; - max-width: inherit; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:44 */ -.x-form-text { - border: 0; - margin: 0; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - -o-border-radius: 0; - border-radius: 0; - display: block; - background: repeat-x 0 0; - width: 100%; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:53 */ -.x-webkit .x-form-text { - height: calc(100% + 3px); -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:61 */ -.x-form-trigger { - display: table-cell; - vertical-align: top; - cursor: pointer; - overflow: hidden; - background-repeat: no-repeat; - text-align: center; - line-height: 0; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:73 */ -.x-item-disabled .x-form-trigger { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:76 */ -.x-form-trigger.x-form-trigger-cmp { - background: none; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:93 */ -.x-gecko .x-form-trigger { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/TextArea.scss:1 */ -.x-form-textarea { - overflow: auto; - resize: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/TextArea.scss:6 */ -div.x-form-text-grow .x-form-textarea { - min-height: inherit; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/MessageBox.scss:2 */ -.x-message-box .x-form-display-field { - height: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:1 */ -.x-form-cb-wrap { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:5 */ -.x-form-cb-wrap-inner { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:9 */ -.x-form-cb { - position: absolute; - left: 0; - right: auto; - vertical-align: top; - overflow: hidden; - padding: 0; - border: 0; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:19 */ -.x-form-cb::-moz-focus-inner { - padding: 0; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:33 */ -.x-form-cb-after { - /* allow for the component to be positioned after the label */ - left: auto; - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:47 */ -.x-form-cb-label { - /* some browsers like IE 10 need a block element to be able to measure -the height of a multi-line element */ - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:50 */ -.x-form-cb-label.x-form-cb-no-box-label { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:1 */ -.x-fieldset { - display: block; - /* preserve margins in IE */ - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:7 */ -.x-fieldset-header { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:10 */ -.x-fieldset-header .x-form-item, -.x-fieldset-header .x-tool { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:15 */ -.x-fieldset-header .x-fieldset-header-text { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:19 */ -.x-fieldset-header .x-form-cb-wrap { - font-size: 0; - line-height: 0; - min-height: 0; - height: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:26 */ -.x-fieldset-header .x-form-cb { - margin: 0; - position: static; - display: inherit; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:35 */ -.x-fieldset-body { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:39 */ -.x-fieldset-collapsed { - padding-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:42 */ -.x-fieldset-collapsed > .x-fieldset-body { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:47 */ -.x-fieldset-header-text-collapsible { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-base/sass/src/view/View.scss:1 */ -.x-view-item-focused { - outline: 1px dashed #157fcc!important; - outline-offset: -1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/view/BoundList.scss:8 */ -.x-ie9 .x-boundlist-list-ct { - min-height: 0%; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:1 */ -.x-datepicker { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:4 */ -.x-datepicker .x-monthpicker { - left: 0; - top: 0; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:10 */ -.x-datepicker .x-monthpicker-months, -.x-datepicker .x-monthpicker-years { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:16 */ -.x-datepicker-inner { - table-layout: fixed; - width: 100%; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:22 */ -.x-datepicker-cell { - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:26 */ -.x-datepicker-header { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:30 */ -.x-datepicker-arrow { - position: absolute; - outline: none; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:45 */ -.x-datepicker-column-header { - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:49 */ -.x-datepicker-date { - display: block; - text-decoration: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:54 */ -.x-monthpicker { - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:57 */ -.x-monthpicker-body { - height: 100%; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:62 */ -.x-monthpicker-months, -.x-monthpicker-years { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:67 */ -.x-monthpicker-item { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:71 */ -.x-monthpicker-item-inner { - display: block; - text-decoration: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:76 */ -.x-monthpicker-yearnav-button-ct { - float: left; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:81 */ -.x-monthpicker-yearnav-button { - display: inline-block; - outline: none; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:87 */ -.x-monthpicker-buttons { - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:91 */ -.x-datepicker .x-monthpicker-buttons { - position: absolute; - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:96 */ -.x-datepicker-month .x-btn-split > .x-btn-button:after { - content: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Display.scss:1 */ -.x-form-display-field-body { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/File.scss:1 */ -.x-form-file-btn { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/File.scss:6 */ -.x-form-file-input { - border: 0; - position: absolute; - cursor: pointer; - top: 0; - right: 0; - width: 100%; - height: 100%; - overflow: hidden; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - /* Yes, there's actually a good reason for this... - * If the configured buttonText is set to something longer than the default, - * then it will quickly exceed the width of the hidden file input's "Browse..." - * button, so part of the custom button's clickable area will be covered by - * the hidden file input's text box instead. This results in a text-selection - * mouse cursor over that part of the button, at least in Firefox, which is - * confusing to a user. Giving the hidden file input a huge font-size makes - * the native button part very large so it will cover the whole clickable area. - */ - font-size: 1000px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Hidden.scss:1 */ -.x-form-item-hidden { - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tip/Tip.scss:1 */ -.x-tip { - position: absolute; - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/tip/Tip.scss:6 */ -.x-tip-body { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tip/Tip.scss:11 */ -.x-tip-anchor { - position: absolute; - overflow: hidden; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Color.scss:1 */ -.x-color-picker-item { - float: left; - text-decoration: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Color.scss:6 */ -.x-color-picker-item-inner { - display: block; - font-size: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/HtmlEditor.scss:1 */ -.x-html-editor-tb .x-toolbar { - position: static !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/HtmlEditor.scss:5 */ -.x-htmleditor-iframe, -.x-htmleditor-textarea { - display: block; - overflow: auto; - width: 100%; - height: 100%; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:1 */ -.x-tagfield-body { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:5 */ -.x-tagfield { - height: auto!important; - /* The wrap has to accommodate the list, so override the .x-form-text height rule */ - cursor: text; - overflow-y: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:11 */ -.x-tagfield .x-tagfield-list { - padding: 0; - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:16 */ -.x-tagfield-list.x-tagfield-singleselect { - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:21 */ -.x-tagfield-input, -.x-tagfield-item { - vertical-align: top; - display: inline-block; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:27 */ -.x-tagfield-empty-input, -.x-tagfield-input-field { - font: inherit; - border: 0; - margin: 0; - background: none; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:36 */ -.x-tagfield-emptyinput { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:40 */ -.x-tagfield-stacked .x-tagfield-item { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:44 */ -.x-tagfield-item { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:48 */ -.x-tagfield-item-close { - cursor: pointer; - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Fit.scss:1 */ -.x-fit-item { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:1 */ -.x-grid-view { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:11 */ -.x-grid-row-table { - /* A grid *item* is a dataview item. It is encapsulated by a . - * One item always corresponds to one store record - * But an item may contain more than one . - * ONE child row, will be the grid-row and will contain record data - */ - width: 0; - table-layout: fixed; - border: 0 none; - border-collapse: separate; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:25 */ -.x-grid-item { - table-layout: fixed; - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:30 */ -.x-grid-row { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:34 */ -.x-grid-td { - overflow: hidden; - border-width: 0; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:40 */ -.x-grid-cell-inner { - overflow: hidden; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:46 */ -.x-wrap-cell .x-grid-cell-inner { - white-space: normal; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:51 */ -.x-grid-resize-marker { - position: absolute; - z-index: 5; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/header/DropZone.scss:1 */ -.x-col-move-top, -.x-col-move-bottom { - position: absolute; - top: 0; - line-height: 0; - font-size: 0; - overflow: hidden; - z-index: 20000; - background: no-repeat center top transparent; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:1 */ -.x-column-header { - position: absolute; - overflow: hidden; - background-repeat: repeat-x; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:11 */ -.x-column-header-inner { - /* - * TODO: - * When IE8 retires, revisit https://jsbin.com/honawo/quiet for better way to center header text - */ - white-space: nowrap; - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:17 */ -.x-leaf-column-header { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:19 */ -.x-leaf-column-header .x-column-header-text-container { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:26 */ -.x-column-header-text-container { - width: 100%; - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:31 */ -.x-column-header-text-container.x-column-header-text-container-auto { - table-layout: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:36 */ -.x-column-header-text-wrapper { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:41 */ -.x-column-header-text { - display: block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:48 */ -.x-column-header-text-inner { - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:61 */ -.x-column-header-trigger { - display: none; - height: 100%; - background-repeat: no-repeat; - position: absolute; - right: 0; - top: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:71 */ -.x-ie9m .x-column-header-trigger { - z-index: 6; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:86 */ -.x-column-header-over .x-column-header-trigger, -.x-column-header-open .x-column-header-trigger { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:91 */ -.x-column-header-align-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:101 */ -.x-column-header-align-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:111 */ -.x-column-header-align-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:1 */ -.x-grid-cell-inner-action-col { - line-height: 0; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:5 */ -.x-grid-cell-inner-action-col :focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:10 */ -.x-action-col-icon { - display: inline-block; - line-height: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:1 */ -.x-grid-cell-inner-checkcolumn { - line-height: 0; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:5 */ -.x-grid-cell-inner-checkcolumn :focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:10 */ -.x-grid-checkcolumn { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:1 */ -.x-group-hd-container { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:5 */ -.x-grid-group-hd { - white-space: nowrap; - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:10 */ -.x-grid-group-title { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:21 */ -.x-grid-row-body-hidden, -.x-grid-group-collapsed { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/RowBody.scss:1 */ -.x-grid-row-body-hidden { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:1 */ -.x-menu { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:5 */ -.x-menu-body { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:9 */ -.x-menu-item { - white-space: nowrap; - overflow: hidden; - border-color: transparent; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:17 */ -.x-menu-item-cmp { - margin: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:20 */ -.x-menu-item-cmp .x-field-label-cell { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:28 */ -.x-menu-icon-separator { - position: absolute; - top: 0px; - z-index: 0; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:34 */ -.x-menu-plain .x-menu-icon-separator { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:39 */ -.x-menu-item-link { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - text-decoration: none; - outline: 0; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:54 */ -.x-menu-item-link-href { - -webkit-touch-callout: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:58 */ -.x-menu-item-text { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:62 */ -.x-menu-item-icon, -.x-menu-item-icon-right, -.x-menu-item-arrow { - font-size: 0; - position: absolute; - text-align: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:7 */ -.x-grid-editor .x-form-cb-wrap { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:12 */ -.x-grid-editor .x-form-cb { - position: static; - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:20 */ -.x-grid-editor .x-form-display-field { - margin: 0; - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:28 */ -.x-grid-editor div.x-form-action-col-field { - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:1 */ -.x-grid-row-editor-wrap { - position: absolute; - overflow: visible; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:8 */ -.x-grid-row-editor { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:12 */ -.x-grid-row-editor-buttons { - position: absolute; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowExpander.scss:1 */ -.x-grid-row-expander { - font-size: 0; - line-height: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowExpander.scss:7 */ -.x-grid-row-expander:focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:1 */ -.x-ssm-row-numberer-hd { - cursor: se-resize!important; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:6 */ -.x-ssm-row-numberer-cell { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:11 */ -.x-ssm-column-select .x-column-header { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:16 */ -.x-ssm-extender-drag-handle { - position: absolute; - z-index: 1; - cursor: crosshair; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:22 */ -.x-ssm-extender-mask { - position: absolute; - z-index: 1; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Absolute.scss:1 */ -.x-abs-layout-ct { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Absolute.scss:5 */ -.x-abs-layout-item { - position: absolute !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:1 */ -.x-border-layout-ct { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:5 */ -.x-border-layout-ct { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:9 */ -.x-border-region-slide-in { - z-index: 5; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:13 */ -.x-region-collapsed-placeholder { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Center.scss:1 */ -.x-center-layout-item { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Center.scss:5 */ -.x-center-target { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:1 */ -.x-form-layout-wrap { - display: table; - width: 100%; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:7 */ -.x-form-layout-colgroup { - display: table-column-group; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:11 */ -.x-form-layout-column { - display: table-column; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:16 */ -.x-form-layout-auto-label > * > .x-form-item-label { - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:20 */ -.x-form-layout-auto-label > * > .x-form-item-label > .x-form-item-label-inner { - width: auto !important; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:26 */ -.x-form-layout-auto-label > * > .x-form-layout-label-column { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:33 */ -.x-form-layout-sized-label > * > .x-form-item-label { - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:40 */ -.x-form-form-item { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:43 */ -.x-form-form-item > .x-form-item-label { - padding-left: 0 !important; - padding-right: 0 !important; - padding-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:51 */ -.x-form-form-item > .x-form-item-body { - max-width: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:60 */ -.x-form-form-item.x-form-item-no-label:before { - content: ' '; - display: table-cell; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Resizer.scss:2 */ -.x-resizable-wrapped { - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; -} -/* http://localhost:1843/classic/theme-base/sass/src/selection/CheckboxModel.scss:1 */ -.x-column-header-checkbox .x-column-header-text { - display: block; - background-repeat: no-repeat; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/selection/CheckboxModel.scss:7 */ -.x-grid-cell-row-checker { - vertical-align: middle; - text-align: center; - background-repeat: no-repeat; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:1 */ -.x-slider { - outline: none; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:6 */ -.x-slider-inner { - position: relative; - left: 0; - top: 0; - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:11 */ -.x-slider-vert .x-slider-inner { - background: repeat-y 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:16 */ -.x-slider-thumb { - position: absolute; - background: no-repeat 0 0; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:19 */ -.x-slider-horz .x-slider-thumb { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:22 */ -.x-slider-vert .x-slider-thumb { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:17 */ -.x-tab { - display: block; - outline: 0; - cursor: pointer; - white-space: nowrap; - text-decoration: none; - vertical-align: top; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:29 */ -.x-tab > .x-frame { - height: 100%; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:35 */ -.x-tab-wrap { - height: 100%; - width: 100%; - display: table; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:60 */ -.x-tab-button { - white-space: nowrap; - line-height: 0; - position: relative; - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:91 */ -.x-tab-inner { - overflow: hidden; - text-overflow: ellipsis; - display: inline-block; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:110 */ -.x-tab-icon.x-tab-no-text > .x-tab-inner { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:115 */ -.x-tab-icon-el { - display: none; - vertical-align: middle; - text-align: center; - background-position: center center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:134 */ -.x-tab-icon > .x-tab-icon-el { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:138 */ -.x-tab-icon-top > .x-tab-icon-el, -.x-tab-icon-bottom > .x-tab-icon-el { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:145 */ -.x-tab-button-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:152 */ -.x-tab-button-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:165 */ -.x-tab-button-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:274 */ -.x-tab-mc { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:13 */ -.x-tab { - z-index: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:17 */ -.x-tab-active { - z-index: 3; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:21 */ -.x-tab-button { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:27 */ -.x-tab-close-btn { - display: block; - position: absolute; - overflow: hidden; - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:35 */ -.x-tab-rotate-left { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-left { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:45 */ -.x-tab-rotate-right { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-right { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:57 */ -.x-tab-tr, -.x-tab-br, -.x-tab-mr, -.x-tab-tl, -.x-tab-bl, -.x-tab-ml { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:1 */ -.x-tab-bar { - z-index: 0; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:6 */ -.x-tab-bar-strip { - position: absolute; - line-height: 0; - font-size: 0; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:12 */ -.x-tab-bar-top > .x-tab-bar-strip { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:16 */ -.x-tab-bar-bottom > .x-tab-bar-strip { - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:20 */ -.x-tab-bar-left > .x-tab-bar-strip { - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:31 */ -.x-tab-bar-right > .x-tab-bar-strip { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:43 */ -.x-tab-bar-horizontal .x-tab-bar-strip { - width: 100%; - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:48 */ -.x-tab-bar-vertical { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:54 */ -.x-tab-bar-vertical .x-tab-bar-strip { - height: 100%; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:60 */ -.x-tab-bar-plain { - background: transparent !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:64 */ -.x-box-scroller-plain { - background-color: transparent !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:1 */ -.x-breadcrumb-btn .x-box-target:first-child { - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:7 */ -.x-breadcrumb-btn > .x-btn-split-right > .x-btn-button:after { - content: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:12 */ -.x-breadcrumb-btn.x-btn-over > .x-btn-split-right > .x-btn-button:after, -.x-breadcrumb-btn.x-btn-menu-active > .x-btn-split-right > .x-btn-button:after { - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:3 */ -.x-autowidth-table .x-grid-item { - table-layout: auto; - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:8 */ -.x-tree-view { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:12 */ -.x-tree-elbow-img, -.x-tree-icon { - display: inline-block; - text-align: center; - background-repeat: no-repeat; - background-position: 0 center; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:21 */ -.x-tree-checkbox { - display: inline-block; - vertical-align: top; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:27 */ -.x-tree-animator-wrap { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:1 */ -.x-scroll-indicator { - position: absolute; - background-color: #000; - opacity: 0.5; - border-radius: 3px; - margin: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:10 */ -.x-scroll-indicator-x { - bottom: 0; - left: 0; - height: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:16 */ -.x-scroll-indicator-y { - right: 0; - top: 0; - width: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Component.scss:1 */ -.x-body { - color: #000; - font-size: 15px; - line-height: 19px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - background: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Component.scss:18 */ -.x-animating-size, -.x-collapsed { - overflow: hidden!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Editor.scss:2 */ -.x-editor .x-form-item-body { - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:1 */ -.x-mask { - background-image: none; - background-color: rgba(255, 255, 255, 0.7); - cursor: default; - border-style: solid; - border-width: 1px; - border-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/background-opacity.scss:19 */ -.x-ie8 .x-mask { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff); - zoom: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:22 */ -.x-mask.x-focus { - border-style: solid; - border-width: 1px; - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:29 */ -.x-mask-msg { - padding: 8px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - background: #e5e5e5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:47 */ -.x-mask-msg-inner { - padding: 0; - background-color: transparent; - color: #666; - font: 300 15px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:59 */ -.x-mask-msg-text { - padding: 21px 0 0; - background-image: url(images/loadmask/loading.gif); - background-repeat: no-repeat; - background-position: center 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:82 */ -.x-progress-default { - background-color: #f5f5f5; - border-width: 0; - height: 32px; - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:94 */ -.x-progress-default .x-progress-bar-default { - background-image: none; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:109 */ -.x-progress-default .x-progress-text { - color: #666; - font-weight: 300; - font-size: 15px; - font-family: helvetica, arial, verdana, sans-serif; - text-align: center; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:118 */ -.x-progress-default .x-progress-text-back { - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-progress-bar-default:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:128 */ -.x-progressbar-default-cell > .x-grid-cell-inner, -.x-progressbarwidget-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:132 */ -.x-progressbar-default-cell > .x-grid-cell-inner .x-progress-default, -.x-progressbarwidget-default-cell > .x-grid-cell-inner .x-progress-default { - height: 30px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 4px 3px 4px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-4-3-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-small-tr, -.x-btn-default-small-br, -.x-btn-default-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-small-tl, -.x-btn-default-small-bl, -.x-btn-default-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-small-tl, -.x-btn-default-small-bl, -.x-btn-default-small-tr, -.x-btn-default-small-br, -.x-btn-default-small-tc, -.x-btn-default-small-bc, -.x-btn-default-small-ml, -.x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-small-ml, -.x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-small-mc { - padding: 1px 2px 1px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-corners.gif), sides:url(images/btn/btn-default-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-small { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-small { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-small { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-small { - font: 300 15px/20px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 6px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-small, -.x-btn-icon-left > .x-btn-inner-default-small { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-small { - font-size: 24px; - height: 24px; - color: #fff; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-small, -.x-btn-icon-right > .x-btn-icon-el-default-small { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-small, -.x-btn-icon-bottom > .x-btn-icon-el-default-small { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-small.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-small, -.x-btn-split-bottom > .x-btn-button-default-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-small.x-btn-arrow-right:after { - width: 22px; - background-image: url(images/button/default-small-arrow.png); - padding-right: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-small.x-btn-arrow-bottom:after { - height: 16px; - background-image: url(images/button/default-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-small.x-btn-split-right:after { - width: 30px; - background-image: url(images/button/default-small-s-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-small.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/default-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-small { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 34px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-small { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-small { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-small, -.x-btn.x-btn-pressed.x-btn-default-small { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-small, -.x-btn-focus.x-btn-pressed.x-btn-default-small { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-small-tl, -.x-btn-focus .x-btn-default-small-bl, -.x-btn-focus .x-btn-default-small-tr, -.x-btn-focus .x-btn-default-small-br, -.x-btn-focus .x-btn-default-small-tc, -.x-btn-focus .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-small-ml, -.x-btn-focus .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-small-tl, -.x-btn-over .x-btn-default-small-bl, -.x-btn-over .x-btn-default-small-tr, -.x-btn-over .x-btn-default-small-br, -.x-btn-over .x-btn-default-small-tc, -.x-btn-over .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-small-ml, -.x-btn-over .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-small-tl, -.x-btn-focus.x-btn-over .x-btn-default-small-bl, -.x-btn-focus.x-btn-over .x-btn-default-small-tr, -.x-btn-focus.x-btn-over .x-btn-default-small-br, -.x-btn-focus.x-btn-over .x-btn-default-small-tc, -.x-btn-focus.x-btn-over .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-small-ml, -.x-btn-focus.x-btn-over .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-small-tl, -.x-btn.x-btn-menu-active .x-btn-default-small-bl, -.x-btn.x-btn-menu-active .x-btn-default-small-tr, -.x-btn.x-btn-menu-active .x-btn-default-small-br, -.x-btn.x-btn-menu-active .x-btn-default-small-tc, -.x-btn.x-btn-menu-active .x-btn-default-small-bc, -.x-btn.x-btn-pressed .x-btn-default-small-tl, -.x-btn.x-btn-pressed .x-btn-default-small-bl, -.x-btn.x-btn-pressed .x-btn-default-small-tr, -.x-btn.x-btn-pressed .x-btn-default-small-br, -.x-btn.x-btn-pressed .x-btn-default-small-tc, -.x-btn.x-btn-pressed .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-small-ml, -.x-btn.x-btn-menu-active .x-btn-default-small-mr, -.x-btn.x-btn-pressed .x-btn-default-small-ml, -.x-btn.x-btn-pressed .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-small-mc, -.x-btn.x-btn-pressed .x-btn-default-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-small-br, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-small-tl, -.x-btn.x-btn-disabled .x-btn-default-small-bl, -.x-btn.x-btn-disabled .x-btn-default-small-tr, -.x-btn.x-btn-disabled .x-btn-default-small-br, -.x-btn.x-btn-disabled .x-btn-default-small-tc, -.x-btn.x-btn-disabled .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-small-ml, -.x-btn.x-btn-disabled .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-small:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-small:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-small:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-corners.gif), sides:url(images/btn/btn-default-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-over-corners.gif), sides:url(images/btn/btn-default-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-over-corners.gif), sides:url(images/btn/btn-default-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-pressed-corners.gif), sides:url(images/btn/btn-default-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-disabled-corners.gif), sides:url(images/btn/btn-default-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-small-cell > .x-grid-cell-inner >.x-btn-default-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 6px 4px 6px 4px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-6-4-6-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-medium-tr, -.x-btn-default-medium-br, -.x-btn-default-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-medium-tl, -.x-btn-default-medium-bl, -.x-btn-default-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-medium-tl, -.x-btn-default-medium-bl, -.x-btn-default-medium-tr, -.x-btn-default-medium-br, -.x-btn-default-medium-tc, -.x-btn-default-medium-bc, -.x-btn-default-medium-ml, -.x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-medium-ml, -.x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-medium-mc { - padding: 4px 2px 4px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-corners.gif), sides:url(images/btn/btn-default-medium-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-medium { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-medium { - font: 300 16px/24px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-medium, -.x-btn-icon-left > .x-btn-inner-default-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-medium { - font-size: 24px; - height: 24px; - color: #fff; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-medium, -.x-btn-icon-right > .x-btn-icon-el-default-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-medium, -.x-btn-icon-bottom > .x-btn-icon-el-default-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-medium.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-medium, -.x-btn-split-bottom > .x-btn-button-default-medium { - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-medium.x-btn-arrow-right:after { - width: 26px; - background-image: url(images/button/default-medium-arrow.png); - padding-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/default-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-medium.x-btn-split-right:after { - width: 36px; - background-image: url(images/button/default-medium-s-arrow.png); - padding-right: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-medium.x-btn-split-bottom:after { - height: 30px; - background-image: url(images/button/default-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-medium { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 40px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-medium { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-medium { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-medium, -.x-btn.x-btn-pressed.x-btn-default-medium { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-medium, -.x-btn-focus.x-btn-pressed.x-btn-default-medium { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-medium { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-medium-tl, -.x-btn-focus .x-btn-default-medium-bl, -.x-btn-focus .x-btn-default-medium-tr, -.x-btn-focus .x-btn-default-medium-br, -.x-btn-focus .x-btn-default-medium-tc, -.x-btn-focus .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-medium-ml, -.x-btn-focus .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-medium-tl, -.x-btn-over .x-btn-default-medium-bl, -.x-btn-over .x-btn-default-medium-tr, -.x-btn-over .x-btn-default-medium-br, -.x-btn-over .x-btn-default-medium-tc, -.x-btn-over .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-medium-ml, -.x-btn-over .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-medium-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-tl, -.x-btn-focus.x-btn-over .x-btn-default-medium-bl, -.x-btn-focus.x-btn-over .x-btn-default-medium-tr, -.x-btn-focus.x-btn-over .x-btn-default-medium-br, -.x-btn-focus.x-btn-over .x-btn-default-medium-tc, -.x-btn-focus.x-btn-over .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-ml, -.x-btn-focus.x-btn-over .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-tl, -.x-btn.x-btn-menu-active .x-btn-default-medium-bl, -.x-btn.x-btn-menu-active .x-btn-default-medium-tr, -.x-btn.x-btn-menu-active .x-btn-default-medium-br, -.x-btn.x-btn-menu-active .x-btn-default-medium-tc, -.x-btn.x-btn-menu-active .x-btn-default-medium-bc, -.x-btn.x-btn-pressed .x-btn-default-medium-tl, -.x-btn.x-btn-pressed .x-btn-default-medium-bl, -.x-btn.x-btn-pressed .x-btn-default-medium-tr, -.x-btn.x-btn-pressed .x-btn-default-medium-br, -.x-btn.x-btn-pressed .x-btn-default-medium-tc, -.x-btn.x-btn-pressed .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-ml, -.x-btn.x-btn-menu-active .x-btn-default-medium-mr, -.x-btn.x-btn-pressed .x-btn-default-medium-ml, -.x-btn.x-btn-pressed .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-mc, -.x-btn.x-btn-pressed .x-btn-default-medium-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-medium-tl, -.x-btn.x-btn-disabled .x-btn-default-medium-bl, -.x-btn.x-btn-disabled .x-btn-default-medium-tr, -.x-btn.x-btn-disabled .x-btn-default-medium-br, -.x-btn.x-btn-disabled .x-btn-default-medium-tc, -.x-btn.x-btn-disabled .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-medium-ml, -.x-btn.x-btn-disabled .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc { - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc { - padding-top: 6px !important; - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc { - padding-top: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-medium:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-medium:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-medium:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-corners.gif), sides:url(images/btn/btn-default-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-over-corners.gif), sides:url(images/btn/btn-default-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-pressed-corners.gif), sides:url(images/btn/btn-default-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-disabled-corners.gif), sides:url(images/btn/btn-default-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-medium-cell > .x-grid-cell-inner >.x-btn-default-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 5px 4px 5px 4px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-5-4-5-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-large-tr, -.x-btn-default-large-br, -.x-btn-default-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-large-tl, -.x-btn-default-large-bl, -.x-btn-default-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-large-tl, -.x-btn-default-large-bl, -.x-btn-default-large-tr, -.x-btn-default-large-br, -.x-btn-default-large-tc, -.x-btn-default-large-bc, -.x-btn-default-large-ml, -.x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-large-ml, -.x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-large-mc { - padding: 3px 2px 3px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-corners.gif), sides:url(images/btn/btn-default-large-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-large { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-large { - font: 300 17px/20px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-large, -.x-btn-icon-left > .x-btn-inner-default-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-large { - font-size: 32px; - height: 32px; - color: #fff; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-large, -.x-btn-icon-right > .x-btn-icon-el-default-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-large, -.x-btn-icon-bottom > .x-btn-icon-el-default-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-large.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-large, -.x-btn-split-bottom > .x-btn-button-default-large { - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-large.x-btn-arrow-right:after { - width: 30px; - background-image: url(images/button/default-large-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-large.x-btn-arrow-bottom:after { - height: 24px; - background-image: url(images/button/default-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-large.x-btn-split-right:after { - width: 42px; - background-image: url(images/button/default-large-s-arrow.png); - padding-right: 42px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-large.x-btn-split-bottom:after { - height: 36px; - background-image: url(images/button/default-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-large { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 46px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-large { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-large { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-large, -.x-btn.x-btn-pressed.x-btn-default-large { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-large, -.x-btn-focus.x-btn-pressed.x-btn-default-large { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-large { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-large-tl, -.x-btn-focus .x-btn-default-large-bl, -.x-btn-focus .x-btn-default-large-tr, -.x-btn-focus .x-btn-default-large-br, -.x-btn-focus .x-btn-default-large-tc, -.x-btn-focus .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-large-ml, -.x-btn-focus .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-large-tl, -.x-btn-over .x-btn-default-large-bl, -.x-btn-over .x-btn-default-large-tr, -.x-btn-over .x-btn-default-large-br, -.x-btn-over .x-btn-default-large-tc, -.x-btn-over .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-large-ml, -.x-btn-over .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-large-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-large-tl, -.x-btn-focus.x-btn-over .x-btn-default-large-bl, -.x-btn-focus.x-btn-over .x-btn-default-large-tr, -.x-btn-focus.x-btn-over .x-btn-default-large-br, -.x-btn-focus.x-btn-over .x-btn-default-large-tc, -.x-btn-focus.x-btn-over .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-large-ml, -.x-btn-focus.x-btn-over .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-large-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-large-tl, -.x-btn.x-btn-menu-active .x-btn-default-large-bl, -.x-btn.x-btn-menu-active .x-btn-default-large-tr, -.x-btn.x-btn-menu-active .x-btn-default-large-br, -.x-btn.x-btn-menu-active .x-btn-default-large-tc, -.x-btn.x-btn-menu-active .x-btn-default-large-bc, -.x-btn.x-btn-pressed .x-btn-default-large-tl, -.x-btn.x-btn-pressed .x-btn-default-large-bl, -.x-btn.x-btn-pressed .x-btn-default-large-tr, -.x-btn.x-btn-pressed .x-btn-default-large-br, -.x-btn.x-btn-pressed .x-btn-default-large-tc, -.x-btn.x-btn-pressed .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-large-ml, -.x-btn.x-btn-menu-active .x-btn-default-large-mr, -.x-btn.x-btn-pressed .x-btn-default-large-ml, -.x-btn.x-btn-pressed .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-large-mc, -.x-btn.x-btn-pressed .x-btn-default-large-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-large-br, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-large-tl, -.x-btn.x-btn-disabled .x-btn-default-large-bl, -.x-btn.x-btn-disabled .x-btn-default-large-tr, -.x-btn.x-btn-disabled .x-btn-default-large-br, -.x-btn.x-btn-disabled .x-btn-default-large-tc, -.x-btn.x-btn-disabled .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-large-ml, -.x-btn.x-btn-disabled .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc { - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc { - padding-top: 5px !important; - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc { - padding-top: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-large:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-large:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-large:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-corners.gif), sides:url(images/btn/btn-default-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-over-corners.gif), sides:url(images/btn/btn-default-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-over-corners.gif), sides:url(images/btn/btn-default-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-pressed-corners.gif), sides:url(images/btn/btn-default-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-disabled-corners.gif), sides:url(images/btn/btn-default-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-large-cell > .x-grid-cell-inner >.x-btn-default-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 4px 3px 4px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-4-3-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-small-tr, -.x-btn-default-toolbar-small-br, -.x-btn-default-toolbar-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-small-tl, -.x-btn-default-toolbar-small-bl, -.x-btn-default-toolbar-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-small-tl, -.x-btn-default-toolbar-small-bl, -.x-btn-default-toolbar-small-tr, -.x-btn-default-toolbar-small-br, -.x-btn-default-toolbar-small-tc, -.x-btn-default-toolbar-small-bc, -.x-btn-default-toolbar-small-ml, -.x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-small-ml, -.x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-small-mc { - padding: 1px 2px 1px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-corners.gif), sides:url(images/btn/btn-default-toolbar-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-small { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-small { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-small { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-small { - font: 300 15px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 6px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-small, -.x-btn-icon-left > .x-btn-inner-default-toolbar-small { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-small { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-small.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-small, -.x-btn-split-bottom > .x-btn-button-default-toolbar-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after { - width: 22px; - background-image: url(images/button/default-toolbar-small-arrow.png); - padding-right: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-small.x-btn-arrow-bottom:after { - height: 16px; - background-image: url(images/button/default-toolbar-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-small.x-btn-split-right:after { - width: 30px; - background-image: url(images/button/default-toolbar-small-s-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-small.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/default-toolbar-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-small { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 34px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-small { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-small, -.x-btn.x-btn-pressed.x-btn-default-toolbar-small { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-small { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-small-tl, -.x-btn-focus .x-btn-default-toolbar-small-bl, -.x-btn-focus .x-btn-default-toolbar-small-tr, -.x-btn-focus .x-btn-default-toolbar-small-br, -.x-btn-focus .x-btn-default-toolbar-small-tc, -.x-btn-focus .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-small-ml, -.x-btn-focus .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-small-tl, -.x-btn-over .x-btn-default-toolbar-small-bl, -.x-btn-over .x-btn-default-toolbar-small-tr, -.x-btn-over .x-btn-default-toolbar-small-br, -.x-btn-over .x-btn-default-toolbar-small-tc, -.x-btn-over .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-small-ml, -.x-btn-over .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-small-cell > .x-grid-cell-inner >.x-btn-default-toolbar-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 6px 4px 6px 4px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-6-4-6-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-medium-tr, -.x-btn-default-toolbar-medium-br, -.x-btn-default-toolbar-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-medium-tl, -.x-btn-default-toolbar-medium-bl, -.x-btn-default-toolbar-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-medium-tl, -.x-btn-default-toolbar-medium-bl, -.x-btn-default-toolbar-medium-tr, -.x-btn-default-toolbar-medium-br, -.x-btn-default-toolbar-medium-tc, -.x-btn-default-toolbar-medium-bc, -.x-btn-default-toolbar-medium-ml, -.x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-medium-ml, -.x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-medium-mc { - padding: 4px 2px 4px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-medium { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-medium { - font: 300 16px/24px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-medium, -.x-btn-icon-left > .x-btn-inner-default-toolbar-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-medium { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-medium.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-medium, -.x-btn-split-bottom > .x-btn-button-default-toolbar-medium { - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-medium.x-btn-arrow-right:after { - width: 26px; - background-image: url(images/button/default-toolbar-medium-arrow.png); - padding-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/default-toolbar-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-medium.x-btn-split-right:after { - width: 36px; - background-image: url(images/button/default-toolbar-medium-s-arrow.png); - padding-right: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-medium.x-btn-split-bottom:after { - height: 30px; - background-image: url(images/button/default-toolbar-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-medium { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 40px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-medium { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-medium, -.x-btn.x-btn-pressed.x-btn-default-toolbar-medium { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-medium { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-medium-tl, -.x-btn-focus .x-btn-default-toolbar-medium-bl, -.x-btn-focus .x-btn-default-toolbar-medium-tr, -.x-btn-focus .x-btn-default-toolbar-medium-br, -.x-btn-focus .x-btn-default-toolbar-medium-tc, -.x-btn-focus .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-medium-ml, -.x-btn-focus .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-medium-tl, -.x-btn-over .x-btn-default-toolbar-medium-bl, -.x-btn-over .x-btn-default-toolbar-medium-tr, -.x-btn-over .x-btn-default-toolbar-medium-br, -.x-btn-over .x-btn-default-toolbar-medium-tc, -.x-btn-over .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-medium-ml, -.x-btn-over .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc { - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc { - padding-top: 6px !important; - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc { - padding-top: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-default-toolbar-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 5px 4px 5px 4px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-5-4-5-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-large-tr, -.x-btn-default-toolbar-large-br, -.x-btn-default-toolbar-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-large-tl, -.x-btn-default-toolbar-large-bl, -.x-btn-default-toolbar-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-large-tl, -.x-btn-default-toolbar-large-bl, -.x-btn-default-toolbar-large-tr, -.x-btn-default-toolbar-large-br, -.x-btn-default-toolbar-large-tc, -.x-btn-default-toolbar-large-bc, -.x-btn-default-toolbar-large-ml, -.x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-large-ml, -.x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-large-mc { - padding: 3px 2px 3px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-corners.gif), sides:url(images/btn/btn-default-toolbar-large-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-large { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-large { - font: 300 17px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-large, -.x-btn-icon-left > .x-btn-inner-default-toolbar-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-large { - font-size: 32px; - height: 32px; - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-large.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-large, -.x-btn-split-bottom > .x-btn-button-default-toolbar-large { - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-large.x-btn-arrow-right:after { - width: 30px; - background-image: url(images/button/default-toolbar-large-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-large.x-btn-arrow-bottom:after { - height: 24px; - background-image: url(images/button/default-toolbar-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-large.x-btn-split-right:after { - width: 42px; - background-image: url(images/button/default-toolbar-large-s-arrow.png); - padding-right: 42px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-large.x-btn-split-bottom:after { - height: 36px; - background-image: url(images/button/default-toolbar-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-large { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 46px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-large { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-large, -.x-btn.x-btn-pressed.x-btn-default-toolbar-large { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-large { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-large-tl, -.x-btn-focus .x-btn-default-toolbar-large-bl, -.x-btn-focus .x-btn-default-toolbar-large-tr, -.x-btn-focus .x-btn-default-toolbar-large-br, -.x-btn-focus .x-btn-default-toolbar-large-tc, -.x-btn-focus .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-large-ml, -.x-btn-focus .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-large-tl, -.x-btn-over .x-btn-default-toolbar-large-bl, -.x-btn-over .x-btn-default-toolbar-large-tr, -.x-btn-over .x-btn-default-toolbar-large-br, -.x-btn-over .x-btn-default-toolbar-large-tc, -.x-btn-over .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-large-ml, -.x-btn-over .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc { - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc { - padding-top: 5px !important; - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc { - padding-top: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-large-cell > .x-grid-cell-inner >.x-btn-default-toolbar-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:1 */ -.x-tool { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:5 */ -.x-tool-img { - overflow: hidden; - width: 32px; - height: 32px; - background-image: url(images/tools/tool-sprites.png); - margin: 0; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:19 */ -.x-tool-over .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); - opacity: 0.9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:24 */ -.x-tool-pressed .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:30 */ -.x-tool-placeholder { - visibility: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:34 */ -.x-tool-close { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:43 */ -.x-tool-minimize { - background-position: 0 -32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:52 */ -.x-tool-maximize { - background-position: 0 -64px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:61 */ -.x-tool-restore { - background-position: 0 -96px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:70 */ -.x-tool-toggle { - background-position: 0 -128px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:78 */ -.x-panel-collapsed .x-tool-toggle { - background-position: 0 -160px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:88 */ -.x-tool-gear { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:97 */ -.x-tool-prev { - background-position: 0 -224px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:106 */ -.x-tool-next { - background-position: 0 -256px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:115 */ -.x-tool-pin { - background-position: 0 -288px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:124 */ -.x-tool-unpin { - background-position: 0 -320px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:133 */ -.x-tool-right { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:142 */ -.x-tool-left { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:151 */ -.x-tool-down { - background-position: 0 -416px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:160 */ -.x-tool-up { - background-position: 0 -448px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:169 */ -.x-tool-refresh { - background-position: 0 -480px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:178 */ -.x-tool-plus { - background-position: 0 -512px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:187 */ -.x-tool-minus { - background-position: 0 -544px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:196 */ -.x-tool-search { - background-position: 0 -576px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:205 */ -.x-tool-save { - background-position: 0 -608px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:214 */ -.x-tool-help { - background-position: 0 -640px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:223 */ -.x-tool-print { - background-position: 0 -672px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:232 */ -.x-tool-expand { - background-position: 0 -704px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:241 */ -.x-tool-collapse { - background-position: 0 -736px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:250 */ -.x-tool-resize { - background-position: 0 -768px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:259 */ -.x-tool-move { - background-position: 0 -800px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:268 */ -.x-tool-expand-bottom { - background-position: 0 -416px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:277 */ -.x-tool-collapse-bottom { - background-position: 0 -416px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:286 */ -.x-tool-expand-top { - background-position: 0 -448px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:295 */ -.x-tool-collapse-top { - background-position: 0 -448px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:304 */ -.x-tool-expand-left { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:313 */ -.x-tool-collapse-left { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:322 */ -.x-tool-expand-right { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:331 */ -.x-tool-collapse-right { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Header.scss:1 */ -.x-header-draggable, -.x-header-ghost { - cursor: move; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Header.scss:6 */ -.x-header-text { - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:22 */ -.x-collapse-el { - cursor: pointer; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:46 */ -.x-layout-split-left { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:55 */ -.x-layout-split-right { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:86 */ -.x-layout-split-top { - background-image: url(images/util/splitter/mini-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:95 */ -.x-layout-split-bottom { - background-image: url(images/util/splitter/mini-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:105 */ -.x-splitter-collapsed .x-layout-split-left { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:114 */ -.x-splitter-collapsed .x-layout-split-right { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:145 */ -.x-splitter-collapsed .x-layout-split-top { - background-image: url(images/util/splitter/mini-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:154 */ -.x-splitter-collapsed .x-layout-split-bottom { - background-image: url(images/util/splitter/mini-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:164 */ -.x-splitter-active { - background-color: #b4b4b4; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:168 */ -.x-splitter-active .x-collapse-el { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:173 */ -.x-layout-split-left, -.x-layout-split-right { - top: 50%; - margin-top: -16px; - width: 16px; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:181 */ -.x-layout-split-top, -.x-layout-split-bottom { - left: 50%; - width: 32px; - height: 16px; - margin-left: -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-splitter-focus:after { - position: absolute; - content: ' '; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:232 */ -.x-toolbar-default { - padding: 6px 0 6px 8px; - border-style: solid; - border-color: #cfcfcf; - border-width: 1px; - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:248 */ -.x-toolbar-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:263 */ -.x-toolbar-default .x-toolbar-item { - margin: 0 8px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:273 */ -.x-toolbar-default .x-toolbar-separator-horizontal { - margin: 0 8px 0 0; - height: 14px; - border-style: solid; - border-width: 0 0 0 1px; - border-left-color: #e1e1e1; - border-right-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:282 */ -.x-toolbar-default .x-box-menu-after { - margin: 0 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:287 */ -.x-toolbar-default-vertical { - padding: 6px 8px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:296 */ -.x-toolbar-default-vertical .x-toolbar-item { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:305 */ -.x-toolbar-default-vertical .x-toolbar-separator-vertical { - margin: 0 5px 6px; - border-style: solid none; - border-width: 1px 0 0; - border-top-color: #e1e1e1; - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:313 */ -.x-toolbar-default-vertical .x-box-menu-after { - margin: 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:328 */ -.x-toolbar-text-default { - padding: 0 4px; - color: #334049; - font: 300 15px/16px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:334 */ -.x-toolbar-spacer-default { - width: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-toolbar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-toolbar-default { - cursor: pointer; - color: #cfcfcf; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-toolbar-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-toolbar-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-toolbar-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-toolbar-default.x-box-scroller-left, -.x-box-scroller-toolbar-default.x-box-scroller-right { - width: 32px; - height: 32px; - top: 50%; - margin-top: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-toolbar-default.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-toolbar-default.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-toolbar-default.x-box-scroller-top, -.x-box-scroller-toolbar-default.x-box-scroller-bottom { - height: 32px; - width: 32px; - left: 50%; - margin-left: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-toolbar-default.x-box-scroller-top { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/toolbar/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-toolbar-default.x-box-scroller-bottom { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/toolbar/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:376 */ -.x-ie8 .x-box-scroller-toolbar-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:382 */ -.x-toolbar-more-icon { - background-image: url(images/toolbar/default-more.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-toolbar-default:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:232 */ -.x-toolbar-footer { - padding: 6px 0 6px 6px; - border-style: solid; - border-color: #cfcfcf; - border-width: 0; - background-image: none; - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:248 */ -.x-toolbar-footer .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:263 */ -.x-toolbar-footer .x-toolbar-item { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:273 */ -.x-toolbar-footer .x-toolbar-separator-horizontal { - margin: 0 8px 0 0; - height: 14px; - border-style: solid; - border-width: 0 0 0 1px; - border-left-color: #e1e1e1; - border-right-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:282 */ -.x-toolbar-footer .x-box-menu-after { - margin: 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:287 */ -.x-toolbar-footer-vertical { - padding: 6px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:296 */ -.x-toolbar-footer-vertical .x-toolbar-item { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:305 */ -.x-toolbar-footer-vertical .x-toolbar-separator-vertical { - margin: 0 5px 6px; - border-style: solid none; - border-width: 1px 0 0; - border-top-color: #e1e1e1; - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:313 */ -.x-toolbar-footer-vertical .x-box-menu-after { - margin: 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:328 */ -.x-toolbar-text-footer { - padding: 0 4px; - color: #334049; - font: 300 15px/16px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:334 */ -.x-toolbar-spacer-footer { - width: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-toolbar-footer-scroller .x-box-scroller-body-horizontal { - margin-left: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-toolbar-footer-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-toolbar-footer { - cursor: pointer; - color: #cfcfcf; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-toolbar-footer.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-toolbar-footer.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-toolbar-footer.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-toolbar-footer.x-box-scroller-left, -.x-box-scroller-toolbar-footer.x-box-scroller-right { - width: 32px; - height: 32px; - top: 50%; - margin-top: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-toolbar-footer.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/footer-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-toolbar-footer.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/footer-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:376 */ -.x-ie8 .x-box-scroller-toolbar-footer { - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:382 */ -.x-toolbar-more-icon { - background-image: url(images/toolbar/footer-more.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-toolbar-footer:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:1 */ -.x-dd-drag-proxy { - color: #000; - font: 300 15px/19px helvetica, arial, verdana, sans-serif; - border: 1px solid #e1e1e1; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:8 */ -.x-dd-drag-ghost, -.x-dd-drop-icon { - padding: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:19 */ -.x-dd-drag-ghost { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:30 */ -.x-dd-drop-ok .x-dd-drop-icon { - background-image: url(images/dd/drop-yes.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:38 */ -.x-dd-drop-ok-add .x-dd-drop-icon { - background-image: url(images/dd/drop-add.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:47 */ -.x-dd-drop-nodrop div.x-dd-drop-icon { - background-image: url(images/dd/drop-no.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:899 */ -.x-panel-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-default { - border-color: #f5f5f5; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-default { - font-size: 17px; - border: 1px solid #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-default .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-default-horizontal { - padding: 5px 15px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-default-horizontal .x-panel-header-default-tab-bar { - margin-top: -5px; - margin-bottom: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-default-horizontal.x-header-noborder { - padding: 6px 16px 6px 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-default-horizontal.x-header-noborder .x-panel-header-default-tab-bar { - margin-top: -6px; - margin-bottom: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-default-vertical { - padding: 15px 5px 15px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-default-vertical .x-panel-header-default-tab-bar { - margin-right: -5px; - margin-left: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-default-vertical.x-header-noborder { - padding: 16px 6px 16px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar { - margin-right: -6px; - margin-left: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-default { - color: #157fcc; - font-size: 17px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-default > .x-title-text-default { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-default { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:667 */ -.x-panel-header-default { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:671 */ -.x-panel-header-default-vertical { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:729 */ -.x-panel .x-panel-header-default-collapsed-border-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:733 */ -.x-panel .x-panel-header-default-collapsed-border-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:737 */ -.x-panel .x-panel-header-default-collapsed-border-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:741 */ -.x-panel .x-panel-header-default-collapsed-border-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-default-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-default-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-default-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-default-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-default .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-default .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-default .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-default-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-default-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-default-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-default-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-default-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-default-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-default-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-default-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-default-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-default-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-default-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-default-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-default-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-default-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-default-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-default-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-default-framed { - border-color: #f5f5f5; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-default-framed { - font-size: 17px; - border: 1px solid #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-default-framed .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-default-framed-horizontal { - padding: 5px 15px 5px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-default-framed-horizontal .x-panel-header-default-framed-tab-bar { - margin-top: -5px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-default-framed-horizontal.x-header-noborder { - padding: 6px 16px 5px 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-default-framed-horizontal.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-top: -6px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-default-framed-vertical { - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar { - margin-right: -5px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-default-framed-vertical.x-header-noborder { - padding: 16px 6px 16px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-right: -6px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-default-framed { - color: #157fcc; - font-size: 17px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-default-framed > .x-title-text-default-framed { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-default-framed { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-default-framed { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-default-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-default-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-default-framed-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-default-framed-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-default-framed-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-default-framed-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-default-framed-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-default-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-default-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-default-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-default-framed-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-default-framed-tr, -.x-panel-default-framed-br, -.x-panel-default-framed-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-default-framed-tl, -.x-panel-default-framed-bl, -.x-panel-default-framed-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-default-framed-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-default-framed-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-default-framed-tl, -.x-panel-default-framed-bl, -.x-panel-default-framed-tr, -.x-panel-default-framed-br, -.x-panel-default-framed-tc, -.x-panel-default-framed-bc, -.x-panel-default-framed-ml, -.x-panel-default-framed-mr { - background-image: url(images/panel/panel-default-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-default-framed-ml, -.x-panel-default-framed-mr { - background-image: url(images/panel/panel-default-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-default-framed-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-default-framed:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-default-framed-corners.gif), sides:url(images/panel/panel-default-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 15px 5px 15px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-top-frameInfo { - font-family: dh-4-4-0-4-1-1-0-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-top-tr, -.x-panel-header-default-framed-top-br, -.x-panel-header-default-framed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-top-tl, -.x-panel-header-default-framed-top-bl, -.x-panel-header-default-framed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-top-tl, -.x-panel-header-default-framed-top-bl, -.x-panel-header-default-framed-top-tr, -.x-panel-header-default-framed-top-br, -.x-panel-header-default-framed-top-tc, -.x-panel-header-default-framed-top-bc, -.x-panel-header-default-framed-top-ml, -.x-panel-header-default-framed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-top-ml, -.x-panel-header-default-framed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-top-mc { - padding: 2px 12px 5px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-default-framed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 15px 5px 15px 5px; - border-width: 1px 1px 1px 0; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-right-frameInfo { - font-family: dh-4-4-4-0-1-1-1-0-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-right-tr, -.x-panel-header-default-framed-right-br, -.x-panel-header-default-framed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-right-tl, -.x-panel-header-default-framed-right-bl, -.x-panel-header-default-framed-right-ml { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-right-tl, -.x-panel-header-default-framed-right-bl, -.x-panel-header-default-framed-right-tr, -.x-panel-header-default-framed-right-br, -.x-panel-header-default-framed-right-tc, -.x-panel-header-default-framed-right-bc, -.x-panel-header-default-framed-right-ml, -.x-panel-header-default-framed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-right-ml, -.x-panel-header-default-framed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-right-mc { - padding: 12px 2px 12px 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-default-framed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-bottom-frameInfo { - font-family: dh-0-4-4-4-0-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-bottom-tr, -.x-panel-header-default-framed-bottom-br, -.x-panel-header-default-framed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-bottom-tl, -.x-panel-header-default-framed-bottom-bl, -.x-panel-header-default-framed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-bottom-tl, -.x-panel-header-default-framed-bottom-bl, -.x-panel-header-default-framed-bottom-tr, -.x-panel-header-default-framed-bottom-br, -.x-panel-header-default-framed-bottom-tc, -.x-panel-header-default-framed-bottom-bc, -.x-panel-header-default-framed-bottom-ml, -.x-panel-header-default-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-bottom-ml, -.x-panel-header-default-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-bottom-mc { - padding: 5px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-bottom:before { - display: none; - content: "x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px 0 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-left-frameInfo { - font-family: dh-4-0-4-4-1-0-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-left-tr, -.x-panel-header-default-framed-left-br, -.x-panel-header-default-framed-left-mr { - padding-right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-left-tl, -.x-panel-header-default-framed-left-bl, -.x-panel-header-default-framed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-left-tl, -.x-panel-header-default-framed-left-bl, -.x-panel-header-default-framed-left-tr, -.x-panel-header-default-framed-left-br, -.x-panel-header-default-framed-left-tc, -.x-panel-header-default-framed-left-bc, -.x-panel-header-default-framed-left-ml, -.x-panel-header-default-framed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-left-ml, -.x-panel-header-default-framed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-left-mc { - padding: 12px 5px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-left:before { - display: none; - content: "x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-default-framed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-top-tr, -.x-panel-header-default-framed-collapsed-top-br, -.x-panel-header-default-framed-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-top-tl, -.x-panel-header-default-framed-collapsed-top-bl, -.x-panel-header-default-framed-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-top-tl, -.x-panel-header-default-framed-collapsed-top-bl, -.x-panel-header-default-framed-collapsed-top-tr, -.x-panel-header-default-framed-collapsed-top-br, -.x-panel-header-default-framed-collapsed-top-tc, -.x-panel-header-default-framed-collapsed-top-bc, -.x-panel-header-default-framed-collapsed-top-ml, -.x-panel-header-default-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-top-ml, -.x-panel-header-default-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-top-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-right { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-right-tr, -.x-panel-header-default-framed-collapsed-right-br, -.x-panel-header-default-framed-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-right-tl, -.x-panel-header-default-framed-collapsed-right-bl, -.x-panel-header-default-framed-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-right-tl, -.x-panel-header-default-framed-collapsed-right-bl, -.x-panel-header-default-framed-collapsed-right-tr, -.x-panel-header-default-framed-collapsed-right-br, -.x-panel-header-default-framed-collapsed-right-tc, -.x-panel-header-default-framed-collapsed-right-bc, -.x-panel-header-default-framed-collapsed-right-ml, -.x-panel-header-default-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-right-ml, -.x-panel-header-default-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-right-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-bottom { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-bottom-tr, -.x-panel-header-default-framed-collapsed-bottom-br, -.x-panel-header-default-framed-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-bottom-tl, -.x-panel-header-default-framed-collapsed-bottom-bl, -.x-panel-header-default-framed-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-bottom-tl, -.x-panel-header-default-framed-collapsed-bottom-bl, -.x-panel-header-default-framed-collapsed-bottom-tr, -.x-panel-header-default-framed-collapsed-bottom-br, -.x-panel-header-default-framed-collapsed-bottom-tc, -.x-panel-header-default-framed-collapsed-bottom-bc, -.x-panel-header-default-framed-collapsed-bottom-ml, -.x-panel-header-default-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-bottom-ml, -.x-panel-header-default-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-bottom-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-left-tr, -.x-panel-header-default-framed-collapsed-left-br, -.x-panel-header-default-framed-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-left-tl, -.x-panel-header-default-framed-collapsed-left-bl, -.x-panel-header-default-framed-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-left-tl, -.x-panel-header-default-framed-collapsed-left-bl, -.x-panel-header-default-framed-collapsed-left-tr, -.x-panel-header-default-framed-collapsed-left-br, -.x-panel-header-default-framed-collapsed-left-tc, -.x-panel-header-default-framed-collapsed-left-bc, -.x-panel-header-default-framed-collapsed-left-ml, -.x-panel-header-default-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-left-ml, -.x-panel-header-default-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-left-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:629 */ -.x-panel .x-panel-header-default-framed-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:633 */ -.x-panel .x-panel-header-default-framed-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:637 */ -.x-panel .x-panel-header-default-framed-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:641 */ -.x-panel .x-panel-header-default-framed-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:647 */ -.x-nbr .x-panel-header-default-framed-collapsed-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:651 */ -.x-nbr .x-panel-header-default-framed-collapsed-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:655 */ -.x-nbr .x-panel-header-default-framed-collapsed-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:659 */ -.x-nbr .x-panel-header-default-framed-collapsed-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-default-framed-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-default-framed-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-default-framed-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-default-framed-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-default-framed .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-default-framed .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-default-framed .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-default-framed-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-default-framed-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-default-framed-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-default-framed-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-default-framed-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-default-framed-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-default-framed-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-default-framed-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-default-framed-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-default-framed-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-default-framed-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-default-framed-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-default-framed-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-default-framed-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-default-framed-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-default-framed-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:101 */ -.x-btn-group-default { - border-color: #fff; - -webkit-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - -moz-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:110 */ -.x-btn-group-header-default { - padding: 4px 5px; - line-height: 16px; - background: #fff; - -moz-border-radius-topleft: 0px; - -webkit-border-top-left-radius: 0px; - border-top-left-radius: 0px; - -moz-border-radius-topright: 0px; - -webkit-border-top-right-radius: 0px; - border-top-right-radius: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:121 */ -.x-btn-group-header-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:132 */ -.x-btn-group-header-title-default { - font: 300 15px helvetica, arial, verdana, sans-serif; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:138 */ -.x-btn-group-body-default { - padding: 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:140 */ -.x-btn-group-body-default .x-table-layout { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-group-default-framed { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 0px 1px 0px 1px; - border-width: 3px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-group-default-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-group-default-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-group-default-framed-frameInfo { - font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-group-default-framed-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-group-default-framed-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-group-default-framed-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-group-default-framed-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-group-default-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-group-default-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-group-default-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-group-default-framed-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-group-default-framed-tr, -.x-btn-group-default-framed-br, -.x-btn-group-default-framed-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-group-default-framed-tl, -.x-btn-group-default-framed-bl, -.x-btn-group-default-framed-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-group-default-framed-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-group-default-framed-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-group-default-framed-tl, -.x-btn-group-default-framed-bl, -.x-btn-group-default-framed-tr, -.x-btn-group-default-framed-br, -.x-btn-group-default-framed-tc, -.x-btn-group-default-framed-bc, -.x-btn-group-default-framed-ml, -.x-btn-group-default-framed-mr { - background-image: url(images/btn-group/btn-group-default-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-group-default-framed-ml, -.x-btn-group-default-framed-mr { - background-image: url(images/btn-group/btn-group-default-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-group-default-framed-mc { - padding: 0px 1px 0px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-group-default-framed:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-corners.gif), sides:url(images/btn-group/btn-group-default-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-group-default-framed-notitle { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 0px 1px 0px 1px; - border-width: 3px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-group-default-framed-notitle-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-group-default-framed-notitle { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-group-default-framed-notitle-frameInfo { - font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-group-default-framed-notitle-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-group-default-framed-notitle-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-group-default-framed-notitle-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-group-default-framed-notitle-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-group-default-framed-notitle-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-group-default-framed-notitle-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-group-default-framed-notitle-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-group-default-framed-notitle-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-group-default-framed-notitle-tr, -.x-btn-group-default-framed-notitle-br, -.x-btn-group-default-framed-notitle-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-group-default-framed-notitle-tl, -.x-btn-group-default-framed-notitle-bl, -.x-btn-group-default-framed-notitle-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-group-default-framed-notitle-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-group-default-framed-notitle-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-group-default-framed-notitle-tl, -.x-btn-group-default-framed-notitle-bl, -.x-btn-group-default-framed-notitle-tr, -.x-btn-group-default-framed-notitle-br, -.x-btn-group-default-framed-notitle-tc, -.x-btn-group-default-framed-notitle-bc, -.x-btn-group-default-framed-notitle-ml, -.x-btn-group-default-framed-notitle-mr { - background-image: url(images/btn-group/btn-group-default-framed-notitle-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-group-default-framed-notitle-ml, -.x-btn-group-default-framed-notitle-mr { - background-image: url(images/btn-group/btn-group-default-framed-notitle-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-group-default-framed-notitle-mc { - padding: 0px 1px 0px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-group-default-framed-notitle:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-notitle-corners.gif), sides:url(images/btn-group/btn-group-default-framed-notitle-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:101 */ -.x-btn-group-default-framed { - border-color: #fff; - -webkit-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - -moz-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:110 */ -.x-btn-group-header-default-framed { - padding: 4px 5px; - line-height: 16px; - background: #fff; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:121 */ -.x-btn-group-header-default-framed .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:132 */ -.x-btn-group-header-title-default-framed { - font: 300 15px helvetica, arial, verdana, sans-serif; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:138 */ -.x-btn-group-body-default-framed { - padding: 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:140 */ -.x-btn-group-body-default-framed .x-table-layout { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:1 */ -.x-dashboard-column { - padding: 0 0 7px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:5 */ -.x-dashboard-panel { - margin-top: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:9 */ -.x-dashboard-column-first { - padding-left: 7px; - clear: left; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:14 */ -.x-dashboard-column-last { - padding-right: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:18 */ -.x-dashboard .x-panel-dd-spacer { - border: 2px dashed #99bbe8; - background: #f6f6f6; - border-radius: 4px; - -moz-border-radius: 4px; - margin-top: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:28 */ -.x-dashboard-dd-over { - overflow: hidden !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:696 */ -.x-window-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:228 */ -.x-window-default { - border-color: #f5f5f5; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-default { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-default-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-default { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-default-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-default-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-default-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-default-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-default-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-default-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-default-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-default-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-default-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-default-tr, -.x-window-default-br, -.x-window-default-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-default-tl, -.x-window-default-bl, -.x-window-default-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-default-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-default-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-default-tl, -.x-window-default-bl, -.x-window-default-tr, -.x-window-default-br, -.x-window-default-tc, -.x-window-default-bc, -.x-window-default-ml, -.x-window-default-mr { - background-image: url(images/window/window-default-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-default-ml, -.x-window-default-mr { - background-image: url(images/window/window-default-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-default-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-default:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window/window-default-corners.gif), sides:url(images/window/window-default-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:250 */ -.x-window-body-default { - border-color: #f5f5f5; - border-width: 1px; - border-style: solid; - background: #fff; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:264 */ -.x-window-header-default { - font-size: 17px; - border-color: #f5f5f5; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:269 */ -.x-window-header-default .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:282 */ -.x-window-header-default-horizontal .x-window-header-default-tab-bar { - margin-top: -5px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:289 */ -.x-window-header-default-vertical .x-window-header-default-tab-bar { - margin-right: -5px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:305 */ -.x-window-header-title-default { - color: #157fcc; - font-size: 17px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:314 */ -.x-window-header-title-default > .x-title-text-default { - padding: 0; - text-transform: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:361 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:366 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:378 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:383 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:395 */ -.x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:414 */ -.x-ie8 .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 15px 5px 15px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-top-tr, -.x-window-header-default-top-br, -.x-window-header-default-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-top-tl, -.x-window-header-default-top-bl, -.x-window-header-default-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-top-tl, -.x-window-header-default-top-bl, -.x-window-header-default-top-tr, -.x-window-header-default-top-br, -.x-window-header-default-top-tc, -.x-window-header-default-top-bc, -.x-window-header-default-top-ml, -.x-window-header-default-top-mr { - background-image: url(images/window-header/window-header-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-top-ml, -.x-window-header-default-top-mr { - background-image: url(images/window-header/window-header-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-top-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-top-corners.gif), sides:url(images/window-header/window-header-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 15px 5px 15px 5px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-right-tr, -.x-window-header-default-right-br, -.x-window-header-default-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-right-tl, -.x-window-header-default-right-bl, -.x-window-header-default-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-right-tl, -.x-window-header-default-right-bl, -.x-window-header-default-right-tr, -.x-window-header-default-right-br, -.x-window-header-default-right-tc, -.x-window-header-default-right-bc, -.x-window-header-default-right-ml, -.x-window-header-default-right-mr { - background-image: url(images/window-header/window-header-default-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-right-ml, -.x-window-header-default-right-mr { - background-image: url(images/window-header/window-header-default-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-right-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-right-corners.gif), sides:url(images/window-header/window-header-default-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-bottom-tr, -.x-window-header-default-bottom-br, -.x-window-header-default-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-bottom-tl, -.x-window-header-default-bottom-bl, -.x-window-header-default-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-bottom-tl, -.x-window-header-default-bottom-bl, -.x-window-header-default-bottom-tr, -.x-window-header-default-bottom-br, -.x-window-header-default-bottom-tc, -.x-window-header-default-bottom-bc, -.x-window-header-default-bottom-ml, -.x-window-header-default-bottom-mr { - background-image: url(images/window-header/window-header-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-bottom-ml, -.x-window-header-default-bottom-mr { - background-image: url(images/window-header/window-header-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-bottom-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-bottom-corners.gif), sides:url(images/window-header/window-header-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-left-tr, -.x-window-header-default-left-br, -.x-window-header-default-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-left-tl, -.x-window-header-default-left-bl, -.x-window-header-default-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-left-tl, -.x-window-header-default-left-bl, -.x-window-header-default-left-tr, -.x-window-header-default-left-br, -.x-window-header-default-left-tc, -.x-window-header-default-left-bc, -.x-window-header-default-left-ml, -.x-window-header-default-left-mr { - background-image: url(images/window-header/window-header-default-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-left-ml, -.x-window-header-default-left-mr { - background-image: url(images/window-header/window-header-default-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-left-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-left-corners.gif), sides:url(images/window-header/window-header-default-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-top { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-top-tr, -.x-window-header-default-collapsed-top-br, -.x-window-header-default-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-top-tl, -.x-window-header-default-collapsed-top-bl, -.x-window-header-default-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-top-tl, -.x-window-header-default-collapsed-top-bl, -.x-window-header-default-collapsed-top-tr, -.x-window-header-default-collapsed-top-br, -.x-window-header-default-collapsed-top-tc, -.x-window-header-default-collapsed-top-bc, -.x-window-header-default-collapsed-top-ml, -.x-window-header-default-collapsed-top-mr { - background-image: url(images/window-header/window-header-default-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-top-ml, -.x-window-header-default-collapsed-top-mr { - background-image: url(images/window-header/window-header-default-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-top-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-top-corners.gif), sides:url(images/window-header/window-header-default-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-right { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-right-tr, -.x-window-header-default-collapsed-right-br, -.x-window-header-default-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-right-tl, -.x-window-header-default-collapsed-right-bl, -.x-window-header-default-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-right-tl, -.x-window-header-default-collapsed-right-bl, -.x-window-header-default-collapsed-right-tr, -.x-window-header-default-collapsed-right-br, -.x-window-header-default-collapsed-right-tc, -.x-window-header-default-collapsed-right-bc, -.x-window-header-default-collapsed-right-ml, -.x-window-header-default-collapsed-right-mr { - background-image: url(images/window-header/window-header-default-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-right-ml, -.x-window-header-default-collapsed-right-mr { - background-image: url(images/window-header/window-header-default-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-right-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-right-corners.gif), sides:url(images/window-header/window-header-default-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-bottom { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-bottom-tr, -.x-window-header-default-collapsed-bottom-br, -.x-window-header-default-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-bottom-tl, -.x-window-header-default-collapsed-bottom-bl, -.x-window-header-default-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-bottom-tl, -.x-window-header-default-collapsed-bottom-bl, -.x-window-header-default-collapsed-bottom-tr, -.x-window-header-default-collapsed-bottom-br, -.x-window-header-default-collapsed-bottom-tc, -.x-window-header-default-collapsed-bottom-bc, -.x-window-header-default-collapsed-bottom-ml, -.x-window-header-default-collapsed-bottom-mr { - background-image: url(images/window-header/window-header-default-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-bottom-ml, -.x-window-header-default-collapsed-bottom-mr { - background-image: url(images/window-header/window-header-default-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-bottom-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-bottom-corners.gif), sides:url(images/window-header/window-header-default-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-left { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-left-tr, -.x-window-header-default-collapsed-left-br, -.x-window-header-default-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-left-tl, -.x-window-header-default-collapsed-left-bl, -.x-window-header-default-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-left-tl, -.x-window-header-default-collapsed-left-bl, -.x-window-header-default-collapsed-left-tr, -.x-window-header-default-collapsed-left-br, -.x-window-header-default-collapsed-left-tc, -.x-window-header-default-collapsed-left-bc, -.x-window-header-default-collapsed-left-ml, -.x-window-header-default-collapsed-left-mr { - background-image: url(images/window-header/window-header-default-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-left-ml, -.x-window-header-default-collapsed-left-mr { - background-image: url(images/window-header/window-header-default-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-left-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-left-corners.gif), sides:url(images/window-header/window-header-default-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:538 */ -.x-window-header-default .x-window-header-icon { - width: 16px; - height: 16px; - color: #157fcc; - font-size: 16px; - line-height: 16px; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:547 */ -.x-window-header-default .x-window-header-glyph { - color: #157fcc; - font-size: 16px; - line-height: 16px; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:564 */ -.x-ie8 .x-window-header-default .x-window-header-glyph { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:573 */ -.x-window-header-default-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:583 */ -.x-window-header-default-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:595 */ -.x-window-header-default-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:605 */ -.x-window-header-default-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:617 */ -.x-window-header-default .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-window-header-default .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-window-header-default .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:630 */ -.x-window-header-default { - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:640 */ -.x-nbr .x-window-default-collapsed .x-window-header { - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-window-default-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-window-default-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-window-default-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-window-default-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-window-default-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-window-default-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-window-default-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-window-default-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-window-default-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-window-default-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-window-default-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-window-default-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-window-default-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-window-default-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-window-default-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:706 */ -.x-window-body-plain { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:97 */ -.x-form-item-label-default { - color: #666; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - min-height: 32px; - padding-top: 8px; - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:113 */ -.x-ie8 .x-form-item-label-default { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:119 */ -.x-form-item-label-default.x-form-item-label-top { - height: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:121 */ -.x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner { - padding-top: 8px; - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:127 */ -.x-form-item-label-default.x-form-item-label-top-side-error:after { - width: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:132 */ -.x-form-item-body-default { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:136 */ -.x-form-invalid-icon-default { - width: 30px; - height: 30px; - margin: 0 5px; - background: url(images/form/exclamation.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:143 */ -.x-form-invalid-under-default { - padding: 2px 2px 2px 34px; - color: #cf4c35; - font: 300 15px/30px helvetica, arial, verdana, sans-serif; - background: no-repeat 0 2px; - background-image: url(images/form/exclamation.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:151 */ -.x-form-error-wrap-default.x-form-error-wrap-side { - width: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:156 */ -.x-form-item-default.x-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:194 */ -.x-autocontainer-form-item, -.x-anchor-form-item, -.x-vbox-form-item, -.x-table-form-item { - margin-bottom: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:201 */ -.x-form-text-field-body-default { - min-width: 200px; - max-width: 200px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:221 */ -.x-form-trigger-wrap-default { - border-width: 1px; - border-style: solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:229 */ -.x-form-trigger-wrap-default.x-form-trigger-wrap-focus { - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:233 */ -.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid { - border-color: #cf4c35; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:258 */ -.x-form-text-default { - color: #000; - padding: 3px 6px 2px; - background-color: #fff; - font: 300 15px/25px helvetica, arial, verdana, sans-serif; - min-height: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:272 */ -.x-ie8 .x-form-text-default { - min-height: 25px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:278 */ -.x-form-text-default.x-form-textarea { - line-height: 17px; - min-height: 68px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:283 */ -.x-ie8 .x-form-text-default.x-form-textarea { - min-height: 63px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:290 */ -.x-form-text-default.x-form-text-file { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:295 */ -.x-form-empty-field-default { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:300 */ -.x-form-text-default:-ms-input-placeholder { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:304 */ -.x-form-invalid-field-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:315 */ -.x-form-trigger-default { - width: 30px; - background: 0 center #fff url(images/form/trigger.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:338 */ -.x-form-trigger-default.x-form-trigger-over { - background-position: -30px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:344 */ -.x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus { - background-position: -120px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:349 */ -.x-form-trigger-default.x-form-trigger-focus { - background-position: -90px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:358 */ -.x-form-trigger.x-form-trigger-default.x-form-trigger-click { - background-position: -60px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:367 */ -.x-textfield-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:427 */ -.x-form-clear-trigger { - background-image: url(images/form/clear-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:440 */ -.x-form-search-trigger { - background-image: url(images/form/search-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:1 */ -.x-message-box .x-window-body { - background-color: #fff; - border-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:10 */ -.x-message-box-info, -.x-message-box-warning, -.x-message-box-question, -.x-message-box-error { - background-position: left top; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:29 */ -.x-message-box-icon { - height: 42px; - width: 42px; - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:35 */ -.x-message-box-info { - background-image: url(images/shared/icon-info.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:44 */ -.x-message-box-warning { - background-image: url(images/shared/icon-warning.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:53 */ -.x-message-box-question { - background-image: url(images/shared/icon-question.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:62 */ -.x-message-box-error { - background-image: url(images/shared/icon-error.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:89 */ -.x-form-cb-wrap-default { - height: 32px; - min-width: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:98 */ -.x-form-cb-default { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:103 */ -.x-form-checkbox-default, -.x-form-radio-default { - width: 22px; - height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:109 */ -.x-form-radio-default { - background: url(images/form/radio.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:120 */ -.x-form-cb-checked .x-form-radio-default { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:126 */ -.x-form-checkbox-default { - background: url(images/form/checkbox.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:137 */ -.x-form-cb-checked .x-form-checkbox-default { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:144 */ -.x-form-checkbox-focus.x-form-radio-default { - background-position: -22px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:150 */ -.x-form-cb-checked .x-form-checkbox-focus.x-form-radio-default { - background-position: -22px -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:156 */ -.x-form-checkbox-focus.x-form-checkbox-default { - background-position: -22px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:162 */ -.x-form-cb-checked .x-form-checkbox-focus.x-form-checkbox-default { - background-position: -22px -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:169 */ -.x-form-cb-label-default { - margin-top: 8px; - font: 300 helvetica, arial, verdana, sans-serif/17px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:173 */ -.x-form-cb-label-default.x-form-cb-label-before { - padding-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:184 */ -.x-form-cb-label-default.x-form-cb-label-after { - padding-left: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:198 */ -.x-checkbox-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/CheckboxGroup.scss:44 */ -.x-form-item-body-default.x-form-checkboxgroup-body { - padding: 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/CheckboxGroup.scss:47 */ -.x-form-invalid .x-form-item-body-default.x-form-checkboxgroup-body { - border-width: 1px; - border-style: solid; - border-color: #cf4c35; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:122 */ -.x-fieldset-default { - border: 1px solid #cfcfcf; - padding: 0 10px; - margin: 0 0 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:135 */ -.x-ie8 .x-fieldset-default { - padding-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:138 */ -.x-ie8 .x-fieldset-body-default { - padding-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:144 */ -.x-fieldset-header-default { - padding: 0 3px 1px; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:148 */ -.x-fieldset-header-default > .x-fieldset-header-text { - font: 300 14px/22px helvetica, arial, verdana, sans-serif; - color: #000; - padding: 1px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:155 */ -.x-fieldset-header-checkbox-default { - margin: 2px 4px 0 0; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:165 */ -.x-fieldset-header-tool-default { - margin: 2px 4px 0 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:174 */ -.x-fieldset-header-tool-default > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; - height: 22px; - width: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:181 */ -.x-fieldset-header-tool-default.x-tool-over > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); - opacity: 0.9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:187 */ -.x-fieldset-header-tool-default.x-tool-pressed > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:198 */ -.x-fieldset-header-tool-default > .x-tool-toggle { - background-image: url(images/fieldset/collapse-tool.png); - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:205 */ -.x-fieldset-header-tool-default.x-tool-over > .x-tool-toggle { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:212 */ -.x-fieldset-header-tool-default.x-focus { - outline: 1px solid red; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:218 */ -.x-fieldset-default.x-fieldset-collapsed { - border-width: 1px 1px 0 1px; - border-left-color: transparent; - border-right-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:231 */ -.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle { - background-position: -22px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:235 */ -.x-fieldset-default.x-fieldset-collapsed .x-tool-over > .x-tool-toggle { - background-position: -22px -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:71 */ -.x-form-trigger-spinner-default { - width: 60px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:85 */ -.x-form-spinner-default { - display: inline-block; - background-color: #fff; - width: 30px; - height: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:108 */ -.x-form-spinner-up-default { - background-image: url(images/form/spinner-up.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:119 */ -.x-form-spinner-down-default { - background-image: url(images/form/spinner-down.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:183 */ -.x-form-spinner-default { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:186 */ -.x-form-spinner-default.x-form-spinner-over { - background-position: -30px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:188 */ -.x-form-spinner-default.x-form-spinner-over.x-form-spinner-focus { - background-position: -120px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:193 */ -.x-form-spinner-default.x-form-spinner-focus { - background-position: -90px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:198 */ -.x-form-spinner-default.x-form-spinner.x-form-spinner-click { - background-position: -60px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:1 */ -.x-tbar-page-number { - width: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:10 */ -.x-btn-icon-el.x-tbar-page-first { - background-image: url(images/grid/page-first.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:19 */ -.x-btn-icon-el.x-tbar-page-prev { - background-image: url(images/grid/page-prev.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:28 */ -.x-btn-icon-el.x-tbar-page-next { - background-image: url(images/grid/page-next.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:37 */ -.x-btn-icon-el.x-tbar-page-last { - background-image: url(images/grid/page-last.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:46 */ -.x-btn-icon-el.x-tbar-loading { - background-image: url(images/grid/refresh.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:1 */ -.x-boundlist { - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:8 */ -.x-boundlist-item { - padding: 0 6px; - font: normal 15px helvetica, arial, verdana, sans-serif; - line-height: 30px; - cursor: pointer; - cursor: hand; - position: relative; - /*allow hover in IE on empty items*/ - border-width: 1px; - border-style: dotted; - border-color: #fff; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:25 */ -.x-boundlist-selected { - background: #c2ddf2; - border-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:33 */ -.x-boundlist-item-over { - background: #d6e9f6; - border-color: #d6e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:42 */ -.x-boundlist-floating { - border-top-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:46 */ -.x-boundlist-above { - border-top-width: 1px; - border-bottom-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:9 */ -.x-datepicker { - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background-color: #fff; - width: 282px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:19 */ -.x-datepicker-header { - padding: 7px 6px; - text-align: center; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:29 */ -.x-datepicker-arrow { - width: 32px; - height: 32px; - top: 6px; - cursor: pointer; - -webkit-touch-callout: none; - background-color: #f5f5f5; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:51 */ -div.x-datepicker-arrow:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:56 */ -.x-datepicker-next { - right: 6px; - background: url(images/datepicker/arrow-right.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:65 */ -.x-datepicker-prev { - left: 6px; - background: url(images/datepicker/arrow-left.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:74 */ -.x-datepicker-month { - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:77 */ -.x-datepicker-month .x-btn, -.x-datepicker-month .x-btn .x-btn-tc, -.x-datepicker-month .x-btn .x-btn-tl, -.x-datepicker-month .x-btn .x-btn-tr, -.x-datepicker-month .x-btn .x-btn-mc, -.x-datepicker-month .x-btn .x-btn-ml, -.x-datepicker-month .x-btn .x-btn-mr, -.x-datepicker-month .x-btn .x-btn-bc, -.x-datepicker-month .x-btn .x-btn-bl, -.x-datepicker-month .x-btn .x-btn-br { - background: transparent; - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:93 */ -.x-datepicker-month .x-btn-inner { - color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:98 */ -.x-datepicker-month .x-btn-split-right:after, -.x-datepicker-month .x-btn-over .x-btn-split-right:after { - background-image: url(images/datepicker/month-arrow.png); - padding: 0; - text-align: right; - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:111 */ -.x-datepicker-month .x-btn { - padding: 3px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:115 */ -.x-datepicker-month .x-btn-over { - border-color: transparent; - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:120 */ -.x-datepicker-month .x-btn.x-btn-pressed { - border-color: transparent; - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:125 */ -.x-datepicker-month .x-btn-inner { - font-size: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:130 */ -.x-datepicker-column-header { - width: 40px; - color: #000; - font: 300 15px helvetica, arial, verdana, sans-serif; - text-align: right; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:149 */ -.x-datepicker-column-header-inner { - line-height: 32px; - padding: 0 9px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:154 */ -.x-datepicker-cell { - text-align: right; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:163 */ -.x-datepicker-date { - padding: 0 11px 0 0; - font: 300 15px helvetica, arial, verdana, sans-serif; - color: #000; - cursor: pointer; - line-height: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:176 */ -div.x-datepicker-date:hover { - color: #000; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:181 */ -.x-datepicker-selected { - border-style: solid; - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:184 */ -.x-datepicker-selected div.x-datepicker-date { - background-color: #d6e9f6; - color: #000; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:191 */ -.x-datepicker-today { - border-color: darkred; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:202 */ -.x-datepicker-prevday .x-datepicker-date, -.x-datepicker-nextday .x-datepicker-date { - color: #bfbfbf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:209 */ -.x-datepicker-disabled .x-datepicker-date { - background-color: #eee; - cursor: default; - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:217 */ -.x-datepicker-disabled div.x-datepicker-date:hover { - background-color: #eee; - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:222 */ -.x-datepicker-footer, -.x-monthpicker-buttons { - padding: 6px 0; - background-color: #f5f5f5; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:239 */ -.x-datepicker-footer .x-btn, -.x-monthpicker-buttons .x-btn { - margin: 0 3px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:245 */ -.x-monthpicker { - width: 282px; - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:255 */ -.x-monthpicker-months { - border-width: 0 1px 0 0; - border-color: #e1e1e1; - border-style: solid; - width: 140px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:264 */ -.x-monthpicker-months .x-monthpicker-item { - width: 69px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:269 */ -.x-monthpicker-years { - width: 140px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:272 */ -.x-monthpicker-years .x-monthpicker-item { - width: 70px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:277 */ -.x-monthpicker-item { - margin: 6px 0 7px; - font: 300 15px helvetica, arial, verdana, sans-serif; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:283 */ -.x-monthpicker-item-inner { - margin: 0 5px 0 5px; - color: #000; - border: 1px solid #fff; - line-height: 30px; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:301 */ -a.x-monthpicker-item-inner:hover { - color: #000; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:307 */ -.x-monthpicker-item a.x-monthpicker-selected { - background-color: #d6e9f6; - color: #000; - border-style: solid; - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:314 */ -.x-monthpicker-yearnav { - height: 45px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:318 */ -.x-monthpicker-yearnav-button-ct { - width: 70px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:322 */ -.x-monthpicker-yearnav-button { - height: 32px; - width: 32px; - cursor: pointer; - margin-top: 6px; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; - -webkit-touch-callout: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:343 */ -a.x-monthpicker-yearnav-button:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:348 */ -.x-monthpicker-yearnav-next { - background: url(images/datepicker/arrow-right.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:357 */ -.x-monthpicker-yearnav-next-over { - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:362 */ -.x-monthpicker-yearnav-prev { - background: url(images/datepicker/arrow-left.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:371 */ -.x-monthpicker-yearnav-prev-over { - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:377 */ -.x-monthpicker-small .x-monthpicker-item { - margin: 2px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:381 */ -.x-monthpicker-small .x-monthpicker-item-inner { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:385 */ -.x-monthpicker-small .x-monthpicker-yearnav { - height: 37px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:389 */ -.x-monthpicker-small .x-monthpicker-yearnav-button { - margin-top: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-datepicker-header:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-datepicker-footer:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Date.scss:1 */ -.x-form-date-trigger { - background-image: url(images/form/date-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Display.scss:40 */ -.x-form-display-field-default { - min-height: 32px; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - color: #000; - margin-top: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:180 */ -.x-tip-anchor { - position: absolute; - overflow: hidden; - height: 10px; - width: 10px; - border-style: solid; - border-width: 5px; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:193 */ -.x-tip-anchor-top { - border-top-color: transparent; - border-left-color: transparent; - border-right-color: transparent; - _border-top-color: pink; - _border-left-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:206 */ -.x-tip-anchor-bottom { - border-bottom-color: transparent; - border-left-color: transparent; - border-right-color: transparent; - _border-bottom-color: pink; - _border-left-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:219 */ -.x-tip-anchor-left { - border-top-color: transparent; - border-bottom-color: transparent; - border-left-color: transparent; - _border-top-color: pink; - _border-bottom-color: pink; - _border-left-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:232 */ -.x-tip-anchor-right { - border-top-color: transparent; - border-bottom-color: transparent; - border-right-color: transparent; - _border-top-color: pink; - _border-bottom-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tip-default { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 2px 2px 2px 2px; - border-width: 1px; - border-style: solid; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tip-default-mc { - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tip-default { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tip-default-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-2-2-2-2; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tip-default-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tip-default-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tip-default-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tip-default-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tip-default-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tip-default-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tip-default-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tip-default-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tip-default-tr, -.x-tip-default-br, -.x-tip-default-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tip-default-tl, -.x-tip-default-bl, -.x-tip-default-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tip-default-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tip-default-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tip-default-tl, -.x-tip-default-bl, -.x-tip-default-tr, -.x-tip-default-br, -.x-tip-default-tc, -.x-tip-default-bc, -.x-tip-default-ml, -.x-tip-default-mr { - background-image: url(images/tip/tip-default-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tip-default-ml, -.x-tip-default-mr { - background-image: url(images/tip/tip-default-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tip-default-mc { - padding: 0px 0px 0px 0px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tip-default:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-default-corners.gif), sides:url(images/tip/tip-default-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:112 */ -.x-tip-default { - background-color: #ebf4fb; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:122 */ -.x-tip-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:137 */ -.x-tip-header-default .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:147 */ -.x-tip-header-default .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:158 */ -.x-tip-header-default { - padding: 3px 3px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:162 */ -.x-tip-header-title-default { - color: #000; - font-size: 15px; - font-weight: bold; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:168 */ -.x-tip-body-default { - padding: 3px; - color: #000; - font-size: 15px; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:173 */ -.x-tip-body-default a { - color: #000; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tip-form-invalid { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 2px 2px 2px 2px; - border-width: 1px; - border-style: solid; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tip-form-invalid-mc { - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tip-form-invalid { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tip-form-invalid-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-2-2-2-2; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tip-form-invalid-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tip-form-invalid-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tip-form-invalid-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tip-form-invalid-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tip-form-invalid-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tip-form-invalid-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tip-form-invalid-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tip-form-invalid-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tip-form-invalid-tr, -.x-tip-form-invalid-br, -.x-tip-form-invalid-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tip-form-invalid-tl, -.x-tip-form-invalid-bl, -.x-tip-form-invalid-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tip-form-invalid-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tip-form-invalid-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tip-form-invalid-tl, -.x-tip-form-invalid-bl, -.x-tip-form-invalid-tr, -.x-tip-form-invalid-br, -.x-tip-form-invalid-tc, -.x-tip-form-invalid-bc, -.x-tip-form-invalid-ml, -.x-tip-form-invalid-mr { - background-image: url(images/tip/tip-form-invalid-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tip-form-invalid-ml, -.x-tip-form-invalid-mr { - background-image: url(images/tip/tip-form-invalid-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tip-form-invalid-mc { - padding: 0px 0px 0px 0px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tip-form-invalid:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-form-invalid-corners.gif), sides:url(images/tip/tip-form-invalid-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:112 */ -.x-tip-form-invalid { - background-color: #ebf4fb; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:122 */ -.x-tip-form-invalid .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:137 */ -.x-tip-header-form-invalid .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:147 */ -.x-tip-header-form-invalid .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:158 */ -.x-tip-header-form-invalid { - padding: 3px 3px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:162 */ -.x-tip-header-title-form-invalid { - color: #000; - font-size: 15px; - font-weight: bold; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:168 */ -.x-tip-body-form-invalid { - padding: 5px 3px 5px 34px; - color: #000; - font-size: 15px; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:173 */ -.x-tip-body-form-invalid a { - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:269 */ -.x-tip-body-form-invalid { - background: 1px 1px no-repeat; - background-image: url(images/form/exclamation.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:272 */ -.x-tip-body-form-invalid li { - margin-bottom: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:274 */ -.x-tip-body-form-invalid li.last { - margin-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:1 */ -.x-color-picker { - width: 192px; - height: 120px; - background-color: #fff; - border-color: #fff; - border-width: 0; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:10 */ -.x-color-picker-item { - width: 24px; - height: 24px; - border-width: 1px; - border-color: #fff; - border-style: solid; - background-color: #fff; - cursor: pointer; - padding: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:25 */ -a.x-color-picker-item:hover { - border-color: #8bb8f3; - background-color: #e6e6e6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:30 */ -.x-color-picker-selected { - border-color: #8bb8f3; - background-color: #e6e6e6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:35 */ -.x-color-picker-item-inner { - line-height: 16px; - border-color: #e1e1e1; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:7 */ -.x-html-editor-tb .x-edit-bold, -.x-menu-item div.x-edit-bold { - background-position: 0 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:18 */ -.x-html-editor-tb .x-edit-italic, -.x-menu-item div.x-edit-italic { - background-position: -24px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:29 */ -.x-html-editor-tb .x-edit-underline, -.x-menu-item div.x-edit-underline { - background-position: -48px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:40 */ -.x-html-editor-tb .x-edit-forecolor, -.x-menu-item div.x-edit-forecolor { - background-position: -240px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:51 */ -.x-html-editor-tb .x-edit-backcolor, -.x-menu-item div.x-edit-backcolor { - background-position: -264px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:62 */ -.x-html-editor-tb .x-edit-justifyleft, -.x-menu-item div.x-edit-justifyleft { - background-position: -168px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:73 */ -.x-html-editor-tb .x-edit-justifycenter, -.x-menu-item div.x-edit-justifycenter { - background-position: -192px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:84 */ -.x-html-editor-tb .x-edit-justifyright, -.x-menu-item div.x-edit-justifyright { - background-position: -216px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:95 */ -.x-html-editor-tb .x-edit-insertorderedlist, -.x-menu-item div.x-edit-insertorderedlist { - background-position: -120px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:106 */ -.x-html-editor-tb .x-edit-insertunorderedlist, -.x-menu-item div.x-edit-insertunorderedlist { - background-position: -144px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:117 */ -.x-html-editor-tb .x-edit-increasefontsize, -.x-menu-item div.x-edit-increasefontsize { - background-position: -72px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:128 */ -.x-html-editor-tb .x-edit-decreasefontsize, -.x-menu-item div.x-edit-decreasefontsize { - background-position: -96px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:139 */ -.x-html-editor-tb .x-edit-sourceedit, -.x-menu-item div.x-edit-sourceedit { - background-position: -288px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:150 */ -.x-html-editor-tb .x-edit-createlink, -.x-menu-item div.x-edit-createlink { - background-position: -312px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:161 */ -.x-html-editor-tip .x-tip-bd .x-tip-bd-inner { - padding: 5px; - padding-bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:166 */ -.x-html-editor-tb .x-font-select { - font-size: 15px; - font-family: inherit; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:171 */ -.x-html-editor-wrap textarea { - font: 300 15px helvetica, arial, verdana, sans-serif; - background-color: #fff; - resize: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:138 */ -.x-form-text-default.x-tagfield { - padding: 3px 0 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:142 */ -.x-form-text-default .x-tagfield-input { - margin: 0 4px 3px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:146 */ -.x-form-text-default .x-tagfield-input-field { - height: 24px; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:151 */ -.x-form-text-default .x-tagfield-item { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - background-color: #f5f5f5; - border: 1px solid #dcdcdc; - padding: 0 26px 0 5px; - margin: 0 4px 3px 0; - color: #000; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:162 */ -.x-form-text-default .x-tagfield-item:hover { - background-color: #e4e4e4; - border-color: #999; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:170 */ -.x-form-text-default .x-tagfield-item.x-tagfield-item-selected { - background-color: #c4e2f8; - border-color: #157fcc; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:185 */ -.x-form-text-default .x-tagfield-item-close { - width: 18px; - height: 18px; - top: 2px; - right: 2px; - background-image: url(images/form/tag-field-item-close.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:202 */ -.x-form-text-default .x-tagfield-item-close:hover { - background-position: -18px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:213 */ -.x-form-text-default .x-tagfield-item-close:active { - background-position: -36px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:230 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close { - background-position: 0 -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:240 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:hover { - background-position: -18px -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:244 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:active { - background-position: -36px -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:5 */ -.x-grid-view { - z-index: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:9 */ -.x-grid-body { - background: #fff; - border-width: 1px; - border-style: solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:18 */ -.x-grid-item-container { - min-height: 1px; - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:24 */ -.x-grid-empty { - padding: 10px; - color: grey; - background-color: #fff; - font: 300 15px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:32 */ -.x-grid-item { - color: #000; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:38 */ -.x-grid-item-alt { - background-color: #fafafa; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:42 */ -.x-grid-item-over { - color: #000; - background-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:49 */ -.x-grid-item-focused { - outline: 0; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:53 */ -.x-grid-item-focused .x-grid-cell-inner { - z-index: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:61 */ -.x-grid-item-focused .x-grid-cell-inner:before { - content: ""; - position: absolute; - z-index: -1; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - pointer-events: none; - border: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:83 */ -.x-grid-item-selected { - color: #000; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:89 */ -.x-grid-with-row-lines .x-grid-item { - border-style: solid; - border-width: 1px 0 0; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:95 */ -.x-grid-with-row-lines .x-grid-item:first-child { - border-top-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:101 */ -.x-grid-with-row-lines .x-grid-item.x-grid-item-over { - border-style: solid; - border-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:106 */ -.x-grid-with-row-lines .x-grid-item-over + .x-grid-item { - border-top-style: solid; - border-top-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:111 */ -.x-grid-with-row-lines .x-grid-item.x-grid-item-selected { - border-style: solid; - border-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:116 */ -.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item { - border-top-style: solid; - border-top-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:121 */ -.x-grid-with-row-lines .x-grid-item:last-child { - border-bottom-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:131 */ -.x-ie8 .x-grid-with-row-lines .x-grid-item { - border-width: 1px 0; - margin-top: -1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:136 */ -.x-ie8 .x-grid-with-row-lines .x-grid-item:first-child { - margin-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:142 */ -.x-grid-cell-inner { - position: relative; - text-overflow: ellipsis; - padding: 8px 15px 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:158 */ -.x-grid-cell-special { - border-color: #cfcfcf; - border-style: solid; - border-right-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:208 */ -.x-grid-dirty-cell { - background: url(images/grid/dirty.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:238 */ -.x-grid-row .x-grid-cell-selected { - color: #000; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:245 */ -.x-grid-with-col-lines .x-grid-cell { - border-style: solid; - border-color: #cfcfcf; - border-width: 0 1px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:251 */ -.x-grid-with-col-lines .x-grid-item-over .x-grid-cell { - border-color: #e2eff9; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:256 */ -.x-grid-with-col-lines .x-grid-item-selected .x-grid-cell { - border-color: #c2ddf2; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:269 */ -.x-grid-resize-marker { - width: 1px; - background-color: #0f0f0f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:1 */ -.x-grid-drop-indicator { - position: absolute; - height: 1px; - line-height: 0px; - background-color: #77bc71; - overflow: visible; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:9 */ -.x-grid-drop-indicator .x-grid-drop-indicator-left { - position: absolute; - top: -8px; - left: -12px; - background-image: url(images/grid/dd-insert-arrow-right.png); - height: 16px; - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:18 */ -.x-grid-drop-indicator .x-grid-drop-indicator-right { - position: absolute; - top: -8px; - right: -11px; - background-image: url(images/grid/dd-insert-arrow-left.png); - height: 16px; - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:1 */ -.x-col-move-top, -.x-col-move-bottom { - width: 9px; - height: 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:7 */ -.x-col-move-top { - background-image: url(images/grid/col-move-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:11 */ -.x-col-move-bottom { - background-image: url(images/grid/col-move-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - border: 1px solid #cfcfcf; - border-bottom-color: #fff; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:14 */ -.x-accordion-item .x-grid-header-ct { - border-width: 0 0 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:21 */ -.x-grid-header-ct-hidden { - border-top: 0 !important; - border-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:31 */ -.x-grid-body { - border-top-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:35 */ -.x-hmenu-sort-asc { - background-image: url(images/grid/hmenu-asc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:46 */ -.x-hmenu-sort-desc { - background-image: url(images/grid/hmenu-desc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:57 */ -.x-cols-icon { - background-image: url(images/grid/columns.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:1 */ -.x-column-header { - border-right: 1px solid #cfcfcf; - color: #666; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - outline: 0; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:27 */ -.x-group-sub-header { - background: transparent; - border-top: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:32 */ -.x-group-sub-header .x-column-header-inner { - padding: 6px 15px 7px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:37 */ -.x-column-header-inner { - padding: 7px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:41 */ -.x-column-header-inner-empty { - text-overflow: clip; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:49 */ -.x-column-header.x-column-header-focus { - color: #666; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:50 */ -.x-column-header.x-column-header-focus .x-column-header-inner:after { - content: ""; - position: absolute; - z-index: 5; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - border: 1px solid #4499d6; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:64 */ -.x-column-header.x-column-header-focus.x-group-sub-header .x-column-header-inner:before { - bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:77 */ -.x-column-header-over { - background-image: none; - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:81 */ -.x-column-header-sort-ASC, -.x-column-header-sort-DESC { - background-image: none; - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:109 */ -.x-column-header-open { - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:112 */ -.x-column-header-open .x-column-header-trigger { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:117 */ -.x-column-header-over .x-column-header-trigger, -.x-column-header-open .x-column-header-trigger { - width: 24px; - cursor: pointer; - background: transparent url(images/grid/hd-pop.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:149 */ -.x-column-header-align-right .x-column-header-text { - margin-right: 13px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:163 */ -.x-column-header-sort-ASC .x-column-header-text-inner, -.x-column-header-sort-DESC .x-column-header-text-inner { - padding-right: 24px; - background-position: right center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:196 */ -.x-column-header-sort-ASC .x-column-header-text-inner { - background-image: url(images/grid/sort_asc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:208 */ -.x-column-header-sort-DESC .x-column-header-text-inner { - background-image: url(images/grid/sort_desc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:222 */ -.x-no-header-borders .x-column-header { - border: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:225 */ -.x-no-header-borders .x-column-header .x-column-header-inner { - padding-top: 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-column-header:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-column-header-over:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:1 */ -.x-grid-cell-inner-action-col { - padding: 8px 4px 8px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:12 */ -.x-action-col-cell .x-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:16 */ -.x-action-col-icon { - color: #cfcfcf; - font-size: 16px; - height: 16px; - width: 16px; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:1 */ -.x-grid-cell-inner-checkcolumn { - padding: 5px 15px 5px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:12 */ -.x-grid-checkcolumn { - width: 22px; - height: 22px; - background: url(images/form/checkbox.png) 0 0 no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:22 */ -.x-item-disabled .x-grid-checkcolumn { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:27 */ -.x-grid-checkcolumn-checked { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/RowNumberer.scss:1 */ -.x-grid-cell-inner-row-numberer { - padding: 8px 5px 7px 3px; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-grid-cell-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 4px 3px 4px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-grid-cell-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-grid-cell-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-4-3-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-grid-cell-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-grid-cell-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-grid-cell-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-grid-cell-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-grid-cell-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-grid-cell-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-grid-cell-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-grid-cell-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-grid-cell-small-tr, -.x-btn-grid-cell-small-br, -.x-btn-grid-cell-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-grid-cell-small-tl, -.x-btn-grid-cell-small-bl, -.x-btn-grid-cell-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-grid-cell-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-grid-cell-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-grid-cell-small-tl, -.x-btn-grid-cell-small-bl, -.x-btn-grid-cell-small-tr, -.x-btn-grid-cell-small-br, -.x-btn-grid-cell-small-tc, -.x-btn-grid-cell-small-bc, -.x-btn-grid-cell-small-ml, -.x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-grid-cell-small-ml, -.x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-grid-cell-small-mc { - padding: 1px 2px 1px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-corners.gif), sides:url(images/btn/btn-grid-cell-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-grid-cell-small { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-grid-cell-small { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-grid-cell-small { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-grid-cell-small { - font: 300 15px/20px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 6px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-grid-cell-small, -.x-btn-icon-left > .x-btn-inner-grid-cell-small { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-grid-cell-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-grid-cell-small { - font-size: 24px; - height: 24px; - color: #fff; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-grid-cell-small, -.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-grid-cell-small, -.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-grid-cell-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-grid-cell-small.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-grid-cell-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-grid-cell-small, -.x-btn-split-bottom > .x-btn-button-grid-cell-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-grid-cell-small.x-btn-arrow-right:after { - width: 8px; - background-image: url(images/button/grid-cell-small-arrow.png); - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-grid-cell-small.x-btn-arrow-bottom:after { - height: 8px; - background-image: url(images/button/grid-cell-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-grid-cell-small.x-btn-split-right:after { - width: 14px; - background-image: url(images/button/grid-cell-small-s-arrow.png); - padding-right: 14px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-grid-cell-small.x-btn-split-bottom:after { - height: 14px; - background-image: url(images/button/grid-cell-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-grid-cell-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-grid-cell-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 18px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-grid-cell-small { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-grid-cell-small, -.x-btn.x-btn-pressed.x-btn-grid-cell-small { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-grid-cell-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-grid-cell-small-tl, -.x-btn-focus .x-btn-grid-cell-small-bl, -.x-btn-focus .x-btn-grid-cell-small-tr, -.x-btn-focus .x-btn-grid-cell-small-br, -.x-btn-focus .x-btn-grid-cell-small-tc, -.x-btn-focus .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-grid-cell-small-ml, -.x-btn-focus .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-grid-cell-small-tl, -.x-btn-over .x-btn-grid-cell-small-bl, -.x-btn-over .x-btn-grid-cell-small-tr, -.x-btn-over .x-btn-grid-cell-small-br, -.x-btn-over .x-btn-grid-cell-small-tc, -.x-btn-over .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-grid-cell-small-ml, -.x-btn-over .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-grid-cell-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tl, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bl, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tr, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-br, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tc, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tl, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-bl, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tr, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-br, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-ml, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mr, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-ml, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tl, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-bl, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tr, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-br, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tc, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-ml, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-grid-cell-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-grid-cell-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-grid-cell-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-disabled-corners.gif), sides:url(images/btn/btn-grid-cell-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-grid-cell-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-grid-cell-small-cell > .x-grid-cell-inner >.x-btn-grid-cell-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:1 */ -.x-grid-group-hd { - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cfcfcf; - padding: 7px 6px 6px; - background: #fff; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:10 */ -.x-grid-group-hd-not-collapsible { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:14 */ -.x-grid-group-hd-collapsible .x-grid-group-title { - padding: 0 0 0 24px; - background: url(images/grid/group-collapse.png) no-repeat left center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:36 */ -.x-grid-group-title { - color: #666; - font: 300 15px/19px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:41 */ -.x-grid-group-hd-collapsed .x-grid-group-title { - background-image: url(images/grid/group-expand.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:54 */ -.x-group-by-icon { - background-image: url(images/grid/group-by.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/RowBody.scss:1 */ -.x-grid-rowbody { - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - padding: 5px 15px 5px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:1 */ -.x-docked-summary { - border-width: 1px; - border-color: #cfcfcf; - border-style: solid; - background: #fff!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:6 */ -.x-docked-summary .x-grid-table { - border: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:14 */ -.x-grid-row-summary .x-grid-cell, -.x-grid-row-summary .x-grid-rowwrap, -.x-grid-row-summary .x-grid-cell-rowbody { - border-color: #cfcfcf; - background-color: #fff !important; - border-top: 1px solid #cfcfcf; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:26 */ -.x-docked-summary .x-grid-item, -.x-docked-summary .x-grid-row-summary .x-grid-cell { - border-bottom: 0 none; - border-top: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:34 */ -.x-grid-row-summary .x-grid-cell-inner-row-expander { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:318 */ -.x-menu-default { - border-style: solid; - border-width: 1px; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:324 */ -.x-menu-body-default { - background: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:329 */ -.x-menu-icon-separator-default { - left: 34px; - border-left: solid 1px #e1e1e1; - background-color: #fff; - width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:343 */ -.x-menu-item-default { - border-width: 0; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:347 */ -.x-menu-item-default.x-menu-item-active { - background-image: none; - background-color: #d6e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:359 */ -.x-nlg .x-menu-item-default.x-menu-item-active { - background: #d6e9f6 repeat-x left top; - background-image: url(images/menu/menu-item-default-active-bg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:366 */ -.x-menu-item-default.x-menu-item-disabled { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:369 */ -.x-menu-item-default.x-menu-item-disabled a { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:374 */ -.x-menu-item-default.x-menu-item-separator { - height: 1px; - border-top: solid 1px #e1e1e1; - background-color: #fff; - margin: 2px 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:382 */ -.x-menu-item-default.x-menu-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:387 */ -.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-icon-ui { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:391 */ -.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-text-default { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:401 */ -.x-menu-item-default .x-form-item-label { - font-size: 15px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:408 */ -.x-menu-item-text-default, -.x-menu-item-cmp-default { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:413 */ -.x-menu-item-text-default { - font: 300 15px helvetica, arial, verdana, sans-serif; - line-height: 31px; - padding-top: 1px; - color: #000; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:430 */ -.x-menu-item-text-default.x-menu-item-indent { - margin-left: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:434 */ -.x-menu-item-text-default.x-menu-item-indent-no-separator { - margin-left: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:438 */ -.x-menu-item-text-default.x-menu-item-indent-right-icon { - margin-right: 39px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:442 */ -.x-menu-item-text-default.x-menu-item-indent-right-arrow { - margin-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:446 */ -.x-menu-item-disabled .x-menu-item-text-default { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:478 */ -.x-menu-item-indent-default { - margin-left: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:488 */ -.x-menu-item-icon-default { - width: 24px; - height: 24px; - top: 4px; - left: 5px; - line-height: 24px; - font-size: 24px; - color: grey; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:522 */ -.x-menu-item-icon-default.x-menu-item-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:535 */ -.x-ie8 .x-menu-item-icon-default.x-menu-item-glyph { - color: silver; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:543 */ -.x-menu-item-icon-default.x-menu-item-icon-right { - width: 24px; - height: 24px; - top: 4px; - right: 5px; - left: auto; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:579 */ -.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox { - background-image: url(images/menu/default-checked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:587 */ -.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox { - background-image: url(images/menu/default-unchecked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:608 */ -.x-menu-item-checked .x-menu-item-icon-default.x-menu-group-icon { - background-image: url(images/menu/default-group-checked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:615 */ -.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-group-icon { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:630 */ -.x-menu-item-arrow-default { - width: 18px; - height: 18px; - top: 7px; - right: 0; - background-image: url(images/menu/default-menu-parent.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:650 */ -.x-menu-item-active .x-menu-item-arrow-default { - top: 7px; - right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-menu-default-scroller .x-box-scroller-body-horizontal { - margin-left: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-menu-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-menu-default { - cursor: pointer; - color: #e1e1e1; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-menu-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-menu-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-menu-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-menu-default.x-box-scroller-top, -.x-box-scroller-menu-default.x-box-scroller-bottom { - height: 32px; - width: 32px; - left: 50%; - margin-left: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-menu-default.x-box-scroller-top { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/menu/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-menu-default.x-box-scroller-bottom { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/menu/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:704 */ -.x-ie8 .x-box-scroller-menu-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:1 */ -.x-grid-filters-filtered-column { - font-style: italic; - font-weight: 300; - text-decoration: inherit; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:7 */ -.x-grid-filters-icon { - background-repeat: no-repeat; - background-position: center center; - color: grey; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:14 */ -.x-grid-filters-find { - background-image: url(images/grid/filters/find.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:24 */ -.x-grid-filters-gt { - background-image: url(images/grid/filters/greater_than.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:34 */ -.x-grid-filters-lt { - background-image: url(images/grid/filters/less_than.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:44 */ -.x-grid-filters-eq { - background-image: url(images/grid/filters/equals.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:1 */ -.x-grid-locked .x-grid-inner-locked { - border-width: 0 1px 0 0; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:12 */ -.x-grid-locked-split .x-grid-inner-normal { - border-width: 0 0 0 1px; - border-style: solid; - border-left-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:23 */ -.x-grid-locking-body { - border-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:27 */ -.x-grid-inner-locked { - border-right-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:32 */ -.x-grid-inner-locked .x-column-header-last, -.x-grid-inner-locked .x-grid-cell-last { - border-right-width: 0!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:62 */ -.x-hmenu-lock { - background-image: url(images/grid/hmenu-lock.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:73 */ -.x-hmenu-unlock { - background-image: url(images/grid/hmenu-unlock.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:18 */ -.x-grid-editor .x-form-display-field { - text-overflow: ellipsis; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:24 */ -.x-grid-editor .x-form-action-col-field { - padding: 8px 4px 8px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:30 */ -.x-grid-editor .x-form-text { - padding-left: 14px; - padding-right: 14px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/CellEditing.scss:3 */ -.x-tree-cell-editor .x-form-text { - padding-left: 3px; - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:2 */ -.x-grid-row-editor .x-field { - margin: 0 3px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:7 */ -.x-grid-row-editor .x-form-display-field { - padding: 8px 13px 7px 13px; - line-height: 17px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:18 */ -.x-ie9m .x-grid-row-editor .x-form-display-field { - min-height: 17px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:26 */ -.x-grid-row-editor .x-form-action-col-field { - padding: 8px 1px 8px 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:37 */ -.x-grid-row-editor .x-form-text { - padding: 3px 11px 2px 12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:41 */ -.x-gecko .x-grid-row-editor .x-form-text { - padding-left: 11px; - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:50 */ -.x-grid-row-editor .x-panel-body { - border-top: 1px solid #e1e1e1 !important; - border-bottom: 1px solid #e1e1e1 !important; - padding: 5px 0 5px 0; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:60 */ -.x-grid-with-col-lines .x-grid-row-editor .x-form-cb { - margin-right: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-grid-row-editor-buttons-default-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 5px; - -webkit-border-bottom-right-radius: 5px; - border-bottom-right-radius: 5px; - -moz-border-radius-bottomleft: 5px; - -webkit-border-bottom-left-radius: 5px; - border-bottom-left-radius: 5px; - padding: 5px 5px 5px 5px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-grid-row-editor-buttons-default-bottom-mc { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-grid-row-editor-buttons-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-grid-row-editor-buttons-default-bottom-frameInfo { - font-family: th-0-5-5-5-0-1-1-1-5-5-5-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-grid-row-editor-buttons-default-bottom-tl { - background-position: 0 -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-grid-row-editor-buttons-default-bottom-tr { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-grid-row-editor-buttons-default-bottom-bl { - background-position: 0 -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-grid-row-editor-buttons-default-bottom-br { - background-position: right -25px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-grid-row-editor-buttons-default-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-grid-row-editor-buttons-default-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-grid-row-editor-buttons-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-grid-row-editor-buttons-default-bottom-bc { - background-position: 0 -5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-grid-row-editor-buttons-default-bottom-tr, -.x-grid-row-editor-buttons-default-bottom-br, -.x-grid-row-editor-buttons-default-bottom-mr { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-grid-row-editor-buttons-default-bottom-tl, -.x-grid-row-editor-buttons-default-bottom-bl, -.x-grid-row-editor-buttons-default-bottom-ml { - padding-left: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-grid-row-editor-buttons-default-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-grid-row-editor-buttons-default-bottom-bc { - height: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-grid-row-editor-buttons-default-bottom-tl, -.x-grid-row-editor-buttons-default-bottom-bl, -.x-grid-row-editor-buttons-default-bottom-tr, -.x-grid-row-editor-buttons-default-bottom-br, -.x-grid-row-editor-buttons-default-bottom-tc, -.x-grid-row-editor-buttons-default-bottom-bc, -.x-grid-row-editor-buttons-default-bottom-ml, -.x-grid-row-editor-buttons-default-bottom-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-grid-row-editor-buttons-default-bottom-ml, -.x-grid-row-editor-buttons-default-bottom-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-grid-row-editor-buttons-default-bottom-mc { - padding: 5px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-grid-row-editor-buttons-default-bottom:before { - display: none; - content: "x-slicer:, frame:0 5px 5px 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-grid-row-editor-buttons-default-top { - -moz-border-radius-topleft: 5px; - -webkit-border-top-left-radius: 5px; - border-top-left-radius: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-top-right-radius: 5px; - border-top-right-radius: 5px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 5px 5px 5px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-grid-row-editor-buttons-default-top-mc { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-grid-row-editor-buttons-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-grid-row-editor-buttons-default-top-frameInfo { - font-family: th-5-5-0-5-1-1-0-1-5-5-5-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-grid-row-editor-buttons-default-top-tl { - background-position: 0 -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-grid-row-editor-buttons-default-top-tr { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-grid-row-editor-buttons-default-top-bl { - background-position: 0 -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-grid-row-editor-buttons-default-top-br { - background-position: right -25px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-grid-row-editor-buttons-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-grid-row-editor-buttons-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-grid-row-editor-buttons-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-grid-row-editor-buttons-default-top-bc { - background-position: 0 -5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-grid-row-editor-buttons-default-top-tr, -.x-grid-row-editor-buttons-default-top-br, -.x-grid-row-editor-buttons-default-top-mr { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-grid-row-editor-buttons-default-top-tl, -.x-grid-row-editor-buttons-default-top-bl, -.x-grid-row-editor-buttons-default-top-ml { - padding-left: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-grid-row-editor-buttons-default-top-tc { - height: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-grid-row-editor-buttons-default-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-grid-row-editor-buttons-default-top-tl, -.x-grid-row-editor-buttons-default-top-bl, -.x-grid-row-editor-buttons-default-top-tr, -.x-grid-row-editor-buttons-default-top-br, -.x-grid-row-editor-buttons-default-top-tc, -.x-grid-row-editor-buttons-default-top-bc, -.x-grid-row-editor-buttons-default-top-ml, -.x-grid-row-editor-buttons-default-top-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-grid-row-editor-buttons-default-top-ml, -.x-grid-row-editor-buttons-default-top-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-grid-row-editor-buttons-default-top-mc { - padding: 1px 1px 5px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-grid-row-editor-buttons-default-top:before { - display: none; - content: "x-slicer:, frame:5px 5px 0 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:108 */ -.x-grid-row-editor-buttons { - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:112 */ -.x-row-editor-update-button { - margin-right: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:115 */ -.x-row-editor-cancel-button { - margin-left: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:131 */ -.x-grid-row-editor-errors .x-tip-body { - padding: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:136 */ -.x-grid-row-editor-errors-item { - list-style: disc; - margin-left: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:1 */ -.x-grid-cell-inner-row-expander { - padding: 7px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:14 */ -.x-grid-row-expander { - width: 19px; - height: 19px; - cursor: pointer; - background-image: url(images/grid/group-collapse.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:29 */ -.x-grid-row-collapsed .x-grid-row-expander { - background-image: url(images/grid/group-expand.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:1 */ -.x-ssm-row-numberer-hd { - cursor: se-resize!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:6 */ -.x-ssm-row-numberer-cell { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:11 */ -.x-ssm-column-select .x-column-header { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:16 */ -.x-ssm-extender-drag-handle { - height: 7px; - width: 7px; - background-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:22 */ -.x-ssm-extender-mask { - border: 1px dotted #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:1 */ -.x-accordion-layout-ct { - background-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:6 */ -.x-accordion-hd .x-panel-header-title { - color: #157fcc; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - text-transform: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:13 */ -.x-accordion-item { - margin: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:16 */ -.x-accordion-item .x-accordion-hd { - background: #fff; - border-width: 0 0 1px; - border-color: #fff #cfcfcf #cfcfcf; - padding: 6px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:29 */ -.x-accordion-item .x-accordion-hd-sibling-expanded { - border-top-color: #cfcfcf; - border-top-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:34 */ -.x-accordion-item .x-accordion-hd-last-collapsed { - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:38 */ -.x-accordion-item .x-accordion-body { - border-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:44 */ -.x-accordion-hd .x-tool-img { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:58 */ -.x-accordion-hd .x-tool-collapse-top, -.x-accordion-hd .x-tool-collapse-bottom { - background-position: 0 -544px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:74 */ -.x-accordion-hd .x-tool-expand-top, -.x-accordion-hd .x-tool-expand-bottom { - background-position: 0 -512px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Border.scss:9 */ -body.x-border-layout-ct, -div.x-border-layout-ct { - background-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Form.scss:1 */ -.x-form-layout-wrap { - border-spacing: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:1 */ -.x-resizable-handle { - position: absolute; - z-index: 100; - font-size: 1px; - line-height: 8px; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - background-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:19 */ -.x-collapsed .x-resizable-handle { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:23 */ -.x-resizable-handle-north { - cursor: n-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:26 */ -.x-resizable-handle-south { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:29 */ -.x-resizable-handle-east { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:32 */ -.x-resizable-handle-west { - cursor: w-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:35 */ -.x-resizable-handle-southeast { - cursor: se-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:45 */ -.x-resizable-handle-northwest { - cursor: nw-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:55 */ -.x-resizable-handle-northeast { - cursor: ne-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:65 */ -.x-resizable-handle-southwest { - cursor: sw-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:92 */ -.x-resizable-handle-east { - width: 8px; - height: 100%; - right: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:99 */ -.x-resizable-handle-south { - width: 100%; - height: 8px; - left: 0; - bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:106 */ -.x-resizable-handle-west { - width: 8px; - height: 100%; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:113 */ -.x-resizable-handle-north { - width: 100%; - height: 8px; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:120 */ -.x-resizable-handle-southeast { - width: 8px; - height: 8px; - right: 0; - bottom: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:128 */ -.x-resizable-handle-northwest { - width: 8px; - height: 8px; - left: 0; - top: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:136 */ -.x-resizable-handle-northeast { - width: 8px; - height: 8px; - right: 0; - top: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:144 */ -.x-resizable-handle-southwest { - width: 8px; - height: 8px; - left: 0; - bottom: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:153 */ -.x-window .x-window-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:157 */ -.x-window-collapsed .x-window-handle { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:162 */ -.x-resizable-proxy { - border: 1px dashed #3b5a82; - position: absolute; - overflow: hidden; - z-index: 50000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:170 */ -.x-resizable-handle-over, -.x-resizable-pinned .x-resizable-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:176 */ -.x-resizable-handle-east-over, -.x-resizable-handle-west-over, -.x-resizable-pinned > .x-resizable-handle-east, -.x-resizable-pinned > .x-resizable-handle-west { - background-image: url(images/sizer/e-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:188 */ -.x-resizable-handle-south-over, -.x-resizable-handle-north-over, -.x-resizable-pinned > .x-resizable-handle-south, -.x-resizable-pinned > .x-resizable-handle-north { - background-image: url(images/sizer/s-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:200 */ -.x-resizable-handle-southeast-over, -.x-resizable-pinned > .x-resizable-handle-southeast { - background-position: top left; - background-image: url(images/sizer/se-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:210 */ -.x-resizable-handle-northwest-over, -.x-resizable-pinned > .x-resizable-handle-northwest { - background-position: bottom right; - background-image: url(images/sizer/nw-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:220 */ -.x-resizable-handle-northeast-over, -.x-resizable-pinned > .x-resizable-handle-northeast { - background-position: bottom left; - background-image: url(images/sizer/ne-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:230 */ -.x-resizable-handle-southwest-over, -.x-resizable-pinned > .x-resizable-handle-southwest { - background-position: top right; - background-image: url(images/sizer/sw-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:1 */ -.x-column-header-checkbox { - border-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:5 */ -.x-grid-row-checker, -.x-column-header-checkbox .x-column-header-text { - height: 22px; - width: 22px; - background-image: url(images/form/checkbox.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:21 */ -.x-grid-row-checker:focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:25 */ -.x-column-header-checkbox .x-column-header-inner { - padding: 5px 4px 4px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:29 */ -.x-grid-cell-row-checker .x-grid-cell-inner { - padding: 5px 4px 5px 4px; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:43 */ -.x-grid-hd-checker-on .x-column-header-text, -.x-grid-item-selected .x-grid-row-checker, -.x-grid-item-selected .x-grid-row-checker { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:73 */ -.x-slider-horz { - padding-left: 14px; - background: no-repeat 0 -28px; - margin: 2px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:80 */ -.x-slider-horz .x-slider-end { - padding-right: 14px; - background: no-repeat right -56px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:85 */ -.x-slider-horz .x-slider-inner { - height: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:100 */ -.x-slider-horz .x-slider-thumb { - width: 28px; - height: 28px; - margin-left: -14px; - background-image: url(images/slider/slider-thumb.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:114 */ -.x-slider-horz.x-slider-focus .x-slider-thumb { - background-position: -84px -84px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:118 */ -.x-slider-horz .x-slider-thumb-over { - background-position: -28px -28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:122 */ -.x-slider-horz.x-slider-focus .x-slider-thumb-over { - background-position: -112px -112px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:126 */ -.x-slider-horz .x-slider-thumb-drag { - background-position: -56px -56px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:130 */ -.x-slider-horz.x-slider-focus .x-slider-thumb-drag { - background-position: -140px -140px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:158 */ -.x-slider-ct-vert { - /* Vertical styles */ - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:162 */ -.x-slider-vert { - padding-top: 14px; - background: no-repeat -56px 0; - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:169 */ -.x-slider-vert > .x-slider-end { - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:171 */ -.x-slider-vert > .x-slider-end > .x-slider-inner { - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:187 */ -.x-slider-vert .x-slider-end { - padding-bottom: 14px; - background: no-repeat -28px bottom; - width: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:193 */ -.x-slider-vert .x-slider-inner { - width: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:197 */ -.x-slider-vert .x-slider-thumb { - width: 28px; - height: 28px; - margin-bottom: -14px; - background-image: url(images/slider/slider-v-thumb.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:211 */ -.x-slider-vert.x-slider-focus .x-slider-thumb { - background-position: -84px -84px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:215 */ -.x-slider-vert .x-slider-thumb-over { - background-position: -28px -28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:219 */ -.x-slider-vert.x-slider-focus .x-slider-thumb-over { - background-position: -112px -112px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:223 */ -.x-slider-vert .x-slider-thumb-drag { - background-position: -56px -56px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:227 */ -.x-slider-vert.x-slider-focus .x-slider-thumb-drag { - background-position: -140px -140px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:231 */ -.x-slider-horz, -.x-slider-horz .x-slider-end, -.x-slider-horz .x-slider-inner { - background-image: url(images/slider/slider-bg.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:237 */ -.x-slider-vert, -.x-slider-vert .x-slider-end, -.x-slider-vert .x-slider-inner { - background-image: url(images/slider/slider-v-bg.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:244 */ -.x-slider-default-cell > .x-grid-cell-inner, -.x-sliderwidget-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/sparkline/Base.scss:1 */ -.x-sparkline-cell .x-grid-cell-inner { - padding-top: 1px; - padding-bottom: 1px; - line-height: 30px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-top { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - -o-border-radius: 2px; - border-radius: 2px; - padding: 3px 12px 3px 12px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-top-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-12-3-12; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-top-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-top-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-top-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-top-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-top-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-top-tr, -.x-tab-default-top-br, -.x-tab-default-top-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-top-tl, -.x-tab-default-top-bl, -.x-tab-default-top-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-top-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-top-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-top-tl, -.x-tab-default-top-bl, -.x-tab-default-top-tr, -.x-tab-default-top-br, -.x-tab-default-top-tc, -.x-tab-default-top-bc, -.x-tab-default-top-ml, -.x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-top-ml, -.x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-top-mc { - padding: 2px 11px 2px 11px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-top:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-top-corners.gif), sides:url(images/tab/tab-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-bottom { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 12px 3px 12px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-bottom-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-12-3-12; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-bottom-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-bottom-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-bottom-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-bottom-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-bottom-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-bottom-tr, -.x-tab-default-bottom-br, -.x-tab-default-bottom-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-bottom-tl, -.x-tab-default-bottom-bl, -.x-tab-default-bottom-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-bottom-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-bottom-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-bottom-tl, -.x-tab-default-bottom-bl, -.x-tab-default-bottom-tr, -.x-tab-default-bottom-br, -.x-tab-default-bottom-tc, -.x-tab-default-bottom-bc, -.x-tab-default-bottom-ml, -.x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-bottom-ml, -.x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-bottom-mc { - padding: 2px 11px 2px 11px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-bottom-corners.gif), sides:url(images/tab/tab-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-left { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 12px 3px 12px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-left-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-12-3-12; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-left-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-left-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-left-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-left-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-left-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-left-tr, -.x-tab-default-left-br, -.x-tab-default-left-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-left-tl, -.x-tab-default-left-bl, -.x-tab-default-left-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-left-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-left-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-left-tl, -.x-tab-default-left-bl, -.x-tab-default-left-tr, -.x-tab-default-left-br, -.x-tab-default-left-tc, -.x-tab-default-left-bc, -.x-tab-default-left-ml, -.x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-left-ml, -.x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-left-mc { - padding: 2px 11px 2px 11px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-left:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-left-corners.gif), sides:url(images/tab/tab-default-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-right { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 12px 3px 12px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-right-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-12-3-12; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-right-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-right-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-right-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-right-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-right-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-right-tr, -.x-tab-default-right-br, -.x-tab-default-right-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-right-tl, -.x-tab-default-right-bl, -.x-tab-default-right-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-right-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-right-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-right-tl, -.x-tab-default-right-bl, -.x-tab-default-right-tr, -.x-tab-default-right-br, -.x-tab-default-right-tc, -.x-tab-default-right-bc, -.x-tab-default-right-ml, -.x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-right-ml, -.x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-right-mc { - padding: 2px 11px 2px 11px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-right:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-right-corners.gif), sides:url(images/tab/tab-default-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1587 */ -.x-tab-default { - border-color: #f5f5f5; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1648 */ -.x-tab-default-top { - margin: 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1657 */ -.x-tab-default-top.x-tab-rotate-left { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1679 */ -.x-tab-default-top.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1708 */ -.x-tab-default-top.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1737 */ -.x-tab-default-top.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1763 */ -.x-tab-default-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1772 */ -.x-tab-default-right.x-tab-rotate-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1794 */ -.x-tab-default-right.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1823 */ -.x-tab-default-right.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1852 */ -.x-tab-default-right.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1878 */ -.x-tab-default-bottom { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1887 */ -.x-tab-default-bottom.x-tab-rotate-left { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1909 */ -.x-tab-default-bottom.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1938 */ -.x-tab-default-bottom.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1967 */ -.x-tab-default-bottom.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1993 */ -.x-tab-default-left { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2002 */ -.x-tab-default-left.x-tab-rotate-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2024 */ -.x-tab-default-left.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2053 */ -.x-tab-default-left.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2082 */ -.x-tab-default-left.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2108 */ -.x-tab-button-default { - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2113 */ -.x-tab-inner-default { - font: 300 15px/24px helvetica, arial, verdana, sans-serif; - color: #000; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2129 */ -.x-tab-icon-right > .x-tab-inner-default, -.x-tab-icon-left > .x-tab-inner-default { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2137 */ -.x-tab-icon-el-default { - min-height: 24px; - background-position: center center; - font-size: 24px; - line-height: 24px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2138 */ -.x-tab-icon-left > .x-tab-icon-el-default, -.x-tab-icon-right > .x-tab-icon-el-default { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2143 */ -.x-tab-icon-top > .x-tab-icon-el-default, -.x-tab-icon-bottom > .x-tab-icon-el-default { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2159 */ -.x-tab-icon-el-default.x-tab-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2172 */ -.x-ie8 .x-tab-icon-el-default.x-tab-glyph { - color: #7b7b7b; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2179 */ -.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2190 */ -.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default { - margin-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2201 */ -.x-tab-text.x-tab-icon-top > .x-tab-icon-el-default { - margin-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2205 */ -.x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default { - margin-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2210 */ -.x-tab-focus.x-tab-default { - border-color: #f5f5f5; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2348 */ -.x-tab-over.x-tab-default { - border-color: #c9deed; - background-color: #c9deed; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2462 */ -.x-tab-focus.x-tab-over.x-tab-default { - border-color: #c9deed; - background-color: #c9deed; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2579 */ -.x-tab.x-tab-active.x-tab-default { - border-color: #3892d4; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2637 */ -.x-tab.x-tab-active.x-tab-default .x-tab-inner-default { - color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2657 */ -.x-tab.x-tab-active.x-tab-default .x-tab-icon-el { - color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2665 */ -.x-ie8 .x-tab.x-tab-active.x-tab-default .x-tab-icon-el { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2692 */ -.x-tab-focus.x-tab-active.x-tab-default { - border-color: #3892d4; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2810 */ -.x-tab.x-tab-disabled.x-tab-default { - border-color: #f5f5f5; - background-color: #f5f5f5; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2872 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2896 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el-default { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2901 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el { - color: #000; - opacity: 0.3; - filter: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2916 */ -.x-ie8 .x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el { - color: #acacac; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2942 */ -.x-nbr .x-tab-default { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-top-tl, -.x-tab-over .x-tab-default-top-bl, -.x-tab-over .x-tab-default-top-tr, -.x-tab-over .x-tab-default-top-br, -.x-tab-over .x-tab-default-top-tc, -.x-tab-over .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-top-ml, -.x-tab-over .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-top-tl, -.x-tab-focus .x-tab-default-top-bl, -.x-tab-focus .x-tab-default-top-tr, -.x-tab-focus .x-tab-default-top-br, -.x-tab-focus .x-tab-default-top-tc, -.x-tab-focus .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-top-ml, -.x-tab-focus .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-top-tl, -.x-tab-focus.x-tab-over .x-tab-default-top-bl, -.x-tab-focus.x-tab-over .x-tab-default-top-tr, -.x-tab-focus.x-tab-over .x-tab-default-top-br, -.x-tab-focus.x-tab-over .x-tab-default-top-tc, -.x-tab-focus.x-tab-over .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-top-ml, -.x-tab-focus.x-tab-over .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-top-tl, -.x-tab.x-tab-active .x-tab-default-top-bl, -.x-tab.x-tab-active .x-tab-default-top-tr, -.x-tab.x-tab-active .x-tab-default-top-br, -.x-tab.x-tab-active .x-tab-default-top-tc, -.x-tab.x-tab-active .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-top-ml, -.x-tab.x-tab-active .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-top-tl, -.x-tab-focus.x-tab-active .x-tab-default-top-bl, -.x-tab-focus.x-tab-active .x-tab-default-top-tr, -.x-tab-focus.x-tab-active .x-tab-default-top-br, -.x-tab-focus.x-tab-active .x-tab-default-top-tc, -.x-tab-focus.x-tab-active .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-top-ml, -.x-tab-focus.x-tab-active .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-top-tl, -.x-tab.x-tab-disabled .x-tab-default-top-bl, -.x-tab.x-tab-disabled .x-tab-default-top-tr, -.x-tab.x-tab-disabled .x-tab-default-top-br, -.x-tab.x-tab-disabled .x-tab-default-top-tc, -.x-tab.x-tab-disabled .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-top-ml, -.x-tab.x-tab-disabled .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-right-tl, -.x-tab-over .x-tab-default-right-bl, -.x-tab-over .x-tab-default-right-tr, -.x-tab-over .x-tab-default-right-br, -.x-tab-over .x-tab-default-right-tc, -.x-tab-over .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-right-ml, -.x-tab-over .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-right-tl, -.x-tab-focus .x-tab-default-right-bl, -.x-tab-focus .x-tab-default-right-tr, -.x-tab-focus .x-tab-default-right-br, -.x-tab-focus .x-tab-default-right-tc, -.x-tab-focus .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-right-ml, -.x-tab-focus .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-right-tl, -.x-tab-focus.x-tab-over .x-tab-default-right-bl, -.x-tab-focus.x-tab-over .x-tab-default-right-tr, -.x-tab-focus.x-tab-over .x-tab-default-right-br, -.x-tab-focus.x-tab-over .x-tab-default-right-tc, -.x-tab-focus.x-tab-over .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-right-ml, -.x-tab-focus.x-tab-over .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-right-tl, -.x-tab.x-tab-active .x-tab-default-right-bl, -.x-tab.x-tab-active .x-tab-default-right-tr, -.x-tab.x-tab-active .x-tab-default-right-br, -.x-tab.x-tab-active .x-tab-default-right-tc, -.x-tab.x-tab-active .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-right-ml, -.x-tab.x-tab-active .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-right-tl, -.x-tab-focus.x-tab-active .x-tab-default-right-bl, -.x-tab-focus.x-tab-active .x-tab-default-right-tr, -.x-tab-focus.x-tab-active .x-tab-default-right-br, -.x-tab-focus.x-tab-active .x-tab-default-right-tc, -.x-tab-focus.x-tab-active .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-right-ml, -.x-tab-focus.x-tab-active .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-right-tl, -.x-tab.x-tab-disabled .x-tab-default-right-bl, -.x-tab.x-tab-disabled .x-tab-default-right-tr, -.x-tab.x-tab-disabled .x-tab-default-right-br, -.x-tab.x-tab-disabled .x-tab-default-right-tc, -.x-tab.x-tab-disabled .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-right-ml, -.x-tab.x-tab-disabled .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-bottom-tl, -.x-tab-over .x-tab-default-bottom-bl, -.x-tab-over .x-tab-default-bottom-tr, -.x-tab-over .x-tab-default-bottom-br, -.x-tab-over .x-tab-default-bottom-tc, -.x-tab-over .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-bottom-ml, -.x-tab-over .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-bottom-tl, -.x-tab-focus .x-tab-default-bottom-bl, -.x-tab-focus .x-tab-default-bottom-tr, -.x-tab-focus .x-tab-default-bottom-br, -.x-tab-focus .x-tab-default-bottom-tc, -.x-tab-focus .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-bottom-ml, -.x-tab-focus .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-tl, -.x-tab-focus.x-tab-over .x-tab-default-bottom-bl, -.x-tab-focus.x-tab-over .x-tab-default-bottom-tr, -.x-tab-focus.x-tab-over .x-tab-default-bottom-br, -.x-tab-focus.x-tab-over .x-tab-default-bottom-tc, -.x-tab-focus.x-tab-over .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-ml, -.x-tab-focus.x-tab-over .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-bottom-tl, -.x-tab.x-tab-active .x-tab-default-bottom-bl, -.x-tab.x-tab-active .x-tab-default-bottom-tr, -.x-tab.x-tab-active .x-tab-default-bottom-br, -.x-tab.x-tab-active .x-tab-default-bottom-tc, -.x-tab.x-tab-active .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-bottom-ml, -.x-tab.x-tab-active .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-tl, -.x-tab-focus.x-tab-active .x-tab-default-bottom-bl, -.x-tab-focus.x-tab-active .x-tab-default-bottom-tr, -.x-tab-focus.x-tab-active .x-tab-default-bottom-br, -.x-tab-focus.x-tab-active .x-tab-default-bottom-tc, -.x-tab-focus.x-tab-active .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-ml, -.x-tab-focus.x-tab-active .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-tl, -.x-tab.x-tab-disabled .x-tab-default-bottom-bl, -.x-tab.x-tab-disabled .x-tab-default-bottom-tr, -.x-tab.x-tab-disabled .x-tab-default-bottom-br, -.x-tab.x-tab-disabled .x-tab-default-bottom-tc, -.x-tab.x-tab-disabled .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-ml, -.x-tab.x-tab-disabled .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-left-tl, -.x-tab-over .x-tab-default-left-bl, -.x-tab-over .x-tab-default-left-tr, -.x-tab-over .x-tab-default-left-br, -.x-tab-over .x-tab-default-left-tc, -.x-tab-over .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-left-ml, -.x-tab-over .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-left-tl, -.x-tab-focus .x-tab-default-left-bl, -.x-tab-focus .x-tab-default-left-tr, -.x-tab-focus .x-tab-default-left-br, -.x-tab-focus .x-tab-default-left-tc, -.x-tab-focus .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-left-ml, -.x-tab-focus .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-left-tl, -.x-tab-focus.x-tab-over .x-tab-default-left-bl, -.x-tab-focus.x-tab-over .x-tab-default-left-tr, -.x-tab-focus.x-tab-over .x-tab-default-left-br, -.x-tab-focus.x-tab-over .x-tab-default-left-tc, -.x-tab-focus.x-tab-over .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-left-ml, -.x-tab-focus.x-tab-over .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-left-tl, -.x-tab.x-tab-active .x-tab-default-left-bl, -.x-tab.x-tab-active .x-tab-default-left-tr, -.x-tab.x-tab-active .x-tab-default-left-br, -.x-tab.x-tab-active .x-tab-default-left-tc, -.x-tab.x-tab-active .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-left-ml, -.x-tab.x-tab-active .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-left-tl, -.x-tab-focus.x-tab-active .x-tab-default-left-bl, -.x-tab-focus.x-tab-active .x-tab-default-left-tr, -.x-tab-focus.x-tab-active .x-tab-default-left-br, -.x-tab-focus.x-tab-active .x-tab-default-left-tc, -.x-tab-focus.x-tab-active .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-left-ml, -.x-tab-focus.x-tab-active .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-left-tl, -.x-tab.x-tab-disabled .x-tab-default-left-bl, -.x-tab.x-tab-disabled .x-tab-default-left-tr, -.x-tab.x-tab-disabled .x-tab-default-left-br, -.x-tab.x-tab-disabled .x-tab-default-left-tc, -.x-tab.x-tab-disabled .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-left-ml, -.x-tab.x-tab-disabled .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2985 */ -.x-tab-default-tl, -.x-tab-default-bl, -.x-tab-default-tr, -.x-tab-default-br { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2995 */ -.x-tab-default .x-tab-close-btn { - top: 2px; - right: 2px; - width: 18px; - height: 18px; - background: url(images/tab/tab-default-close.png) 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3017 */ -.x-tab-default .x-tab-close-btn-over { - background-position: -18px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3027 */ -.x-tab-default .x-tab-close-btn-pressed { - background-position: -36px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3086 */ -.x-tab-default.x-tab-active .x-tab-close-btn { - background-position: 0 -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3091 */ -.x-tab-default.x-tab-active .x-tab-close-btn-over { - background-position: -18px -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3097 */ -.x-tab-default.x-tab-active .x-tab-close-btn-pressed { - background-position: -36px -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3119 */ -.x-tab-default.x-tab-disabled .x-tab-close-btn { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3146 */ -.x-tab-closable.x-tab-default .x-tab-button { - padding-right: 21px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:158 */ -.x-tab-bar-default { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:197 */ -.x-tab-bar-default-top > .x-tab-bar-body-default { - padding: 6px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:201 */ -.x-tab-bar-default-bottom > .x-tab-bar-body-default { - padding: 6px 10px 6px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:205 */ -.x-tab-bar-default-left > .x-tab-bar-body-default { - padding: 10px 6px 10px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:215 */ -.x-tab-bar-default-right > .x-tab-bar-body-default { - padding: 10px 6px 10px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:259 */ -.x-tab-bar-plain.x-tab-bar-default-horizontal { - border-top-color: transparent; - border-bottom-color: transparent; - border-left-width: 0; - border-right-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:266 */ -.x-tab-bar-plain.x-tab-bar-default-vertical { - border-right-color: transparent; - border-left-color: transparent; - border-top-width: 0; - border-bottom-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:380 */ -.x-tab-bar-horizontal > .x-tab-bar-body-default { - min-height: 44px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:383 */ -.x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:390 */ -.x-tab-bar-vertical > .x-tab-bar-body-default { - min-width: 44px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:393 */ -.x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-tab-bar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-tab-bar-default { - cursor: pointer; - color: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-tab-bar-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-tab-bar-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-tab-bar-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-tab-bar-default.x-box-scroller-left, -.x-box-scroller-tab-bar-default.x-box-scroller-right { - width: 32px; - height: 24px; - top: 50%; - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-tab-bar-default.x-box-scroller-left { - margin-left: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-tab-bar-default.x-box-scroller-right { - margin-left: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-tab-bar-default.x-box-scroller-top, -.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - height: 32px; - width: 24px; - left: 50%; - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-tab-bar-default.x-box-scroller-top { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:474 */ -.x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:480 */ -.x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:485 */ -.x-tab-bar-plain .x-box-scroller-tab-bar-default { - color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:533 */ -.x-tab-bar-default-top .x-box-scroller-tab-bar-default { - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:537 */ -.x-tab-bar-default-right .x-box-scroller-tab-bar-default { - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:541 */ -.x-tab-bar-default-bottom .x-box-scroller-tab-bar-default { - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:545 */ -.x-tab-bar-default-left .x-box-scroller-tab-bar-default { - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:554 */ -.x-box-scroller-tab-bar-default { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:560 */ -.x-box-scroller-tab-bar-default .x-ie8 .x-box-scroller-plain { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:572 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-left { - background-image: url(images/tab-bar/default-plain-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:578 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-right { - background-image: url(images/tab-bar/default-plain-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:584 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-top { - background-image: url(images/tab-bar/default-plain-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:590 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - background-image: url(images/tab-bar/default-plain-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:158 */ -.x-breadcrumb-btn-default { - margin: 0 0 0 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:162 */ -.x-breadcrumb-icon-folder-default { - background-image: url(images/tree/folder.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:170 */ -.x-btn-menu-active .x-breadcrumb-icon-folder-default { - background-image: url(images/tree/folder-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:180 */ -.x-breadcrumb-icon-leaf-default { - background-image: url(images/tree/leaf.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:190 */ -.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - width: 30px; - background-image: url(images/breadcrumb/default-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:202 */ -.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - background-image: url(images/breadcrumb/default-arrow-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:215 */ -.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - width: 30px; - background-image: url(images/breadcrumb/default-split-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:235 */ -.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-over.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:247 */ -.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal { - margin-left: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-breadcrumb-default { - cursor: pointer; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-left, -.x-box-scroller-breadcrumb-default.x-box-scroller-right { - width: 32px; - height: 32px; - top: 50%; - margin-top: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/breadcrumb/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/breadcrumb/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:1 */ -.x-tree-expander { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:17 */ -.x-tree-arrows .x-tree-expander { - background-image: url(images/tree/arrows.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:21 */ -.x-tree-arrows .x-tree-expander-over .x-tree-expander { - background-position: -48px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:25 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander { - background-position: -24px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:29 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander { - background-position: -72px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:71 */ -.x-tree-lines .x-tree-elbow { - background-image: url(images/tree/elbow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:75 */ -.x-tree-lines .x-tree-elbow-end { - background-image: url(images/tree/elbow-end.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:79 */ -.x-tree-lines .x-tree-elbow-plus { - background-image: url(images/tree/elbow-plus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:83 */ -.x-tree-lines .x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-plus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:87 */ -.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus { - background-image: url(images/tree/elbow-minus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:91 */ -.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-minus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:95 */ -.x-tree-lines .x-tree-elbow-line { - background-image: url(images/tree/elbow-line.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:131 */ -.x-tree-no-lines .x-tree-expander { - background-image: url(images/tree/elbow-plus-nl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:135 */ -.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander { - background-image: url(images/tree/elbow-minus-nl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:151 */ -.x-tree-icon { - width: 18px; - height: 32px; - line-height: 32px; - color: #cfcfcf; - font-size: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:159 */ -.x-tree-elbow-img { - width: 24px; - height: 32px; - line-height: 32px; - margin-right: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:173 */ -.x-tree-icon, -.x-tree-elbow-img, -.x-tree-checkbox { - margin-top: -8px; - margin-bottom: -7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:183 */ -.x-tree-icon-leaf { - background-image: url(images/tree/leaf.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:198 */ -.x-tree-icon-parent { - background-image: url(images/tree/folder.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:219 */ -.x-tree-icon-parent-expanded { - background-image: url(images/tree/folder-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:230 */ -.x-tree-icon-custom { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:246 */ -.x-tree-checkbox { - margin-right: 4px; - top: 5px; - width: 22px; - height: 22px; - background-image: url(images/form/checkbox.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:266 */ -.x-tree-checkbox-checked { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:274 */ -.x-grid-tree-loading .x-tree-icon { - background-image: url(images/tree/loading.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:284 */ -.x-tree-node-text { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:296 */ -.x-grid-cell-inner-treecolumn { - padding: 8px 15px 7px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:9 */ -.x-tree-drop-ok-append .x-dd-drop-icon { - background-image: url(images/tree/drop-append.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:13 */ -.x-tree-drop-ok-above .x-dd-drop-icon { - background-image: url(images/tree/drop-above.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:17 */ -.x-tree-drop-ok-below .x-dd-drop-icon { - background-image: url(images/tree/drop-below.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:21 */ -.x-tree-drop-ok-between .x-dd-drop-icon { - background-image: url(images/tree/drop-between.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:26 */ -.x-tree-ddindicator { - height: 1px; - border-width: 1px 0px 0px; - border-style: dotted; - border-color: green; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:1 */ -.x-multiselector-remove { - font-size: 22px; - color: #e1e1e1; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:6 */ -.x-multiselector-remove .x-grid-cell-inner { - padding: 8px 3px 3px 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:11 */ -.x-grid-item-over .x-multiselector-remove { - color: red; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:1 */ -.x-toast-icon-information { - background-image: url(images/window/toast/icon16_info.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:5 */ -.x-toast-icon-error { - background-image: url(images/window/toast/icon16_error.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:11 */ -.x-toast-window .x-window-body { - /* Using standard theme */ - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:17 */ -.x-toast-light .x-window-header { - /* Custom styling */ - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:21 */ -.x-toast-light .x-tool-img { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:25 */ -.x-toast-light { - background-image: url(images/window/toast/fader.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:29 */ -.x-toast-light .x-window-body { - padding: 15px 5px 20px 5px; - background-color: transparent; - border: 0px solid white; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 4px 3px 4px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-4-3-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-small-tr, -.x-btn-plain-toolbar-small-br, -.x-btn-plain-toolbar-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-small-tl, -.x-btn-plain-toolbar-small-bl, -.x-btn-plain-toolbar-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-small-mc { - padding: 1px 2px 1px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-small { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-small { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-small { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-small { - font: 300 15px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 6px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-small, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-small { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-small { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after { - width: 22px; - background-image: url(images/button/plain-toolbar-small-arrow.png); - padding-right: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after { - height: 16px; - background-image: url(images/button/plain-toolbar-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after { - width: 30px; - background-image: url(images/button/plain-toolbar-small-s-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/plain-toolbar-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-small { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 34px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-small { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-small { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-small { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-small-tl, -.x-btn-focus .x-btn-plain-toolbar-small-bl, -.x-btn-focus .x-btn-plain-toolbar-small-tr, -.x-btn-focus .x-btn-plain-toolbar-small-br, -.x-btn-focus .x-btn-plain-toolbar-small-tc, -.x-btn-focus .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-small-ml, -.x-btn-focus .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-small-tl, -.x-btn-over .x-btn-plain-toolbar-small-bl, -.x-btn-over .x-btn-plain-toolbar-small-tr, -.x-btn-over .x-btn-plain-toolbar-small-br, -.x-btn-over .x-btn-plain-toolbar-small-tc, -.x-btn-over .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-small-ml, -.x-btn-over .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-small-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 6px 4px 6px 4px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-6-4-6-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-medium-tr, -.x-btn-plain-toolbar-medium-br, -.x-btn-plain-toolbar-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-medium-tl, -.x-btn-plain-toolbar-medium-bl, -.x-btn-plain-toolbar-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-medium-mc { - padding: 4px 2px 4px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-medium { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-medium { - font: 300 16px/24px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-medium { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-medium { - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after { - width: 26px; - background-image: url(images/button/plain-toolbar-medium-arrow.png); - padding-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/plain-toolbar-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after { - width: 36px; - background-image: url(images/button/plain-toolbar-medium-s-arrow.png); - padding-right: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after { - height: 30px; - background-image: url(images/button/plain-toolbar-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-medium { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 40px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-medium { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-medium { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-debug_2.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-debug_2.css deleted file mode 100644 index e7d66c0..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-debug_2.css +++ /dev/null @@ -1,2537 +0,0 @@ -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-medium-tl, -.x-btn-focus .x-btn-plain-toolbar-medium-bl, -.x-btn-focus .x-btn-plain-toolbar-medium-tr, -.x-btn-focus .x-btn-plain-toolbar-medium-br, -.x-btn-focus .x-btn-plain-toolbar-medium-tc, -.x-btn-focus .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-medium-ml, -.x-btn-focus .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-medium-tl, -.x-btn-over .x-btn-plain-toolbar-medium-bl, -.x-btn-over .x-btn-plain-toolbar-medium-tr, -.x-btn-over .x-btn-plain-toolbar-medium-br, -.x-btn-over .x-btn-plain-toolbar-medium-tc, -.x-btn-over .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-medium-ml, -.x-btn-over .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc { - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc { - padding-top: 6px !important; - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc { - padding-top: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 5px 4px 5px 4px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-5-4-5-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-large-tr, -.x-btn-plain-toolbar-large-br, -.x-btn-plain-toolbar-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-large-tl, -.x-btn-plain-toolbar-large-bl, -.x-btn-plain-toolbar-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-large-mc { - padding: 3px 2px 3px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-large { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-large { - font: 300 17px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-large, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-large { - font-size: 32px; - height: 32px; - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-large { - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after { - width: 30px; - background-image: url(images/button/plain-toolbar-large-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after { - height: 24px; - background-image: url(images/button/plain-toolbar-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after { - width: 42px; - background-image: url(images/button/plain-toolbar-large-s-arrow.png); - padding-right: 42px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after { - height: 36px; - background-image: url(images/button/plain-toolbar-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-large { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 46px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-large { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-large { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-large { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-large-tl, -.x-btn-focus .x-btn-plain-toolbar-large-bl, -.x-btn-focus .x-btn-plain-toolbar-large-tr, -.x-btn-focus .x-btn-plain-toolbar-large-br, -.x-btn-focus .x-btn-plain-toolbar-large-tc, -.x-btn-focus .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-large-ml, -.x-btn-focus .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-large-tl, -.x-btn-over .x-btn-plain-toolbar-large-bl, -.x-btn-over .x-btn-plain-toolbar-large-tr, -.x-btn-over .x-btn-plain-toolbar-large-br, -.x-btn-over .x-btn-plain-toolbar-large-tc, -.x-btn-over .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-large-ml, -.x-btn-over .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc { - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc { - padding-top: 5px !important; - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc { - padding-top: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-large-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/button/Button.scss:220 */ -.x-btn-plain-toolbar-small-disabled .x-btn-icon-el, -.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, -.x-btn-plain-toolbar-large-disabled .x-btn-icon-el { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/button/Button.scss:223 */ -.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el, -.x-ie8 .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, -.x-ie8 .x-btn-plain-toolbar-large-disabled .x-btn-icon-el { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-light { - border-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-light { - font-size: 15px; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-light .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-light-horizontal { - padding: 5px 15px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-light-horizontal .x-panel-header-light-tab-bar { - margin-top: -5px; - margin-bottom: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-light-horizontal.x-header-noborder { - padding: 6px 16px 6px 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar { - margin-top: -6px; - margin-bottom: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-light-vertical { - padding: 15px 5px 15px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-light-vertical .x-panel-header-light-tab-bar { - margin-right: -5px; - margin-left: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-light-vertical.x-header-noborder { - padding: 16px 6px 16px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar { - margin-right: -6px; - margin-left: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-light { - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-light > .x-title-text-light { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light { - width: 16px; - height: 16px; - font-size: 16px; - color: #000; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light { - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-light { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:667 */ -.x-panel-header-light { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:671 */ -.x-panel-header-light-vertical { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:729 */ -.x-panel .x-panel-header-light-collapsed-border-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:733 */ -.x-panel .x-panel-header-light-collapsed-border-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:737 */ -.x-panel .x-panel-header-light-collapsed-border-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:741 */ -.x-panel .x-panel-header-light-collapsed-border-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-light-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-light-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-light-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-light-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-light .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-light .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-light .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-light-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-light-outer-border-l { - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-light-outer-border-b { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-light-outer-border-bl { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-light-outer-border-r { - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-light-outer-border-rl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-light-outer-border-rb { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-light-outer-border-rbl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-light-outer-border-t { - border-top-color: #fff !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-light-outer-border-tl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-light-outer-border-tb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-light-outer-border-tbl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-light-outer-border-tr { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-light-outer-border-trl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-light-outer-border-trb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-light-outer-border-trbl { - border-color: #fff !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-light-framed { - border-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-light-framed { - font-size: 15px; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-light-framed .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-light-framed-horizontal { - padding: 5px 15px 5px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar { - margin-top: -5px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-light-framed-horizontal.x-header-noborder { - padding: 6px 16px 5px 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-top: -6px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-light-framed-vertical { - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar { - margin-right: -5px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-light-framed-vertical.x-header-noborder { - padding: 16px 6px 16px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-right: -6px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-light-framed { - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-light-framed > .x-title-text-light-framed { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed { - width: 16px; - height: 16px; - font-size: 16px; - color: #000; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed { - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-light-framed { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-light-framed { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-light-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-light-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-light-framed-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-light-framed-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-light-framed-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-light-framed-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-light-framed-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-light-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-light-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-light-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-light-framed-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-light-framed-tr, -.x-panel-light-framed-br, -.x-panel-light-framed-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-light-framed-tl, -.x-panel-light-framed-bl, -.x-panel-light-framed-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-light-framed-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-light-framed-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-light-framed-tl, -.x-panel-light-framed-bl, -.x-panel-light-framed-tr, -.x-panel-light-framed-br, -.x-panel-light-framed-tc, -.x-panel-light-framed-bc, -.x-panel-light-framed-ml, -.x-panel-light-framed-mr { - background-image: url(images/panel/panel-light-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-light-framed-ml, -.x-panel-light-framed-mr { - background-image: url(images/panel/panel-light-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-light-framed-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-light-framed:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 15px 5px 15px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-top-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-top-frameInfo { - font-family: dh-4-4-0-4-1-1-0-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-top-tr, -.x-panel-header-light-framed-top-br, -.x-panel-header-light-framed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-top-tl, -.x-panel-header-light-framed-top-bl, -.x-panel-header-light-framed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-top-tl, -.x-panel-header-light-framed-top-bl, -.x-panel-header-light-framed-top-tr, -.x-panel-header-light-framed-top-br, -.x-panel-header-light-framed-top-tc, -.x-panel-header-light-framed-top-bc, -.x-panel-header-light-framed-top-ml, -.x-panel-header-light-framed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-top-ml, -.x-panel-header-light-framed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-top-mc { - padding: 2px 12px 5px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 15px 5px 15px 5px; - border-width: 1px 1px 1px 0; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-right-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-right-frameInfo { - font-family: dh-4-4-4-0-1-1-1-0-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-right-tr, -.x-panel-header-light-framed-right-br, -.x-panel-header-light-framed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-right-tl, -.x-panel-header-light-framed-right-bl, -.x-panel-header-light-framed-right-ml { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-right-tl, -.x-panel-header-light-framed-right-bl, -.x-panel-header-light-framed-right-tr, -.x-panel-header-light-framed-right-br, -.x-panel-header-light-framed-right-tc, -.x-panel-header-light-framed-right-bc, -.x-panel-header-light-framed-right-ml, -.x-panel-header-light-framed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-right-ml, -.x-panel-header-light-framed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-right-mc { - padding: 12px 2px 12px 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-bottom-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-bottom-frameInfo { - font-family: dh-0-4-4-4-0-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-bottom-tr, -.x-panel-header-light-framed-bottom-br, -.x-panel-header-light-framed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-bottom-tl, -.x-panel-header-light-framed-bottom-bl, -.x-panel-header-light-framed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-bottom-tl, -.x-panel-header-light-framed-bottom-bl, -.x-panel-header-light-framed-bottom-tr, -.x-panel-header-light-framed-bottom-br, -.x-panel-header-light-framed-bottom-tc, -.x-panel-header-light-framed-bottom-bc, -.x-panel-header-light-framed-bottom-ml, -.x-panel-header-light-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-bottom-ml, -.x-panel-header-light-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-bottom-mc { - padding: 5px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-bottom:before { - display: none; - content: "x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px 0 1px 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-left-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-left-frameInfo { - font-family: dh-4-0-4-4-1-0-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-left-tr, -.x-panel-header-light-framed-left-br, -.x-panel-header-light-framed-left-mr { - padding-right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-left-tl, -.x-panel-header-light-framed-left-bl, -.x-panel-header-light-framed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-left-tl, -.x-panel-header-light-framed-left-bl, -.x-panel-header-light-framed-left-tr, -.x-panel-header-light-framed-left-br, -.x-panel-header-light-framed-left-tc, -.x-panel-header-light-framed-left-bc, -.x-panel-header-light-framed-left-ml, -.x-panel-header-light-framed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-left-ml, -.x-panel-header-light-framed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-left-mc { - padding: 12px 5px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-left:before { - display: none; - content: "x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-top-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-top-tr, -.x-panel-header-light-framed-collapsed-top-br, -.x-panel-header-light-framed-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-top-tl, -.x-panel-header-light-framed-collapsed-top-bl, -.x-panel-header-light-framed-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-top-tl, -.x-panel-header-light-framed-collapsed-top-bl, -.x-panel-header-light-framed-collapsed-top-tr, -.x-panel-header-light-framed-collapsed-top-br, -.x-panel-header-light-framed-collapsed-top-tc, -.x-panel-header-light-framed-collapsed-top-bc, -.x-panel-header-light-framed-collapsed-top-ml, -.x-panel-header-light-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-top-ml, -.x-panel-header-light-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-top-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-right { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-right-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-right-tr, -.x-panel-header-light-framed-collapsed-right-br, -.x-panel-header-light-framed-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-right-tl, -.x-panel-header-light-framed-collapsed-right-bl, -.x-panel-header-light-framed-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-right-tl, -.x-panel-header-light-framed-collapsed-right-bl, -.x-panel-header-light-framed-collapsed-right-tr, -.x-panel-header-light-framed-collapsed-right-br, -.x-panel-header-light-framed-collapsed-right-tc, -.x-panel-header-light-framed-collapsed-right-bc, -.x-panel-header-light-framed-collapsed-right-ml, -.x-panel-header-light-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-right-ml, -.x-panel-header-light-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-right-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-bottom { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-bottom-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-bottom-tr, -.x-panel-header-light-framed-collapsed-bottom-br, -.x-panel-header-light-framed-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-bottom-tl, -.x-panel-header-light-framed-collapsed-bottom-bl, -.x-panel-header-light-framed-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-bottom-tl, -.x-panel-header-light-framed-collapsed-bottom-bl, -.x-panel-header-light-framed-collapsed-bottom-tr, -.x-panel-header-light-framed-collapsed-bottom-br, -.x-panel-header-light-framed-collapsed-bottom-tc, -.x-panel-header-light-framed-collapsed-bottom-bc, -.x-panel-header-light-framed-collapsed-bottom-ml, -.x-panel-header-light-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-bottom-ml, -.x-panel-header-light-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-bottom-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-left-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-left-tr, -.x-panel-header-light-framed-collapsed-left-br, -.x-panel-header-light-framed-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-left-tl, -.x-panel-header-light-framed-collapsed-left-bl, -.x-panel-header-light-framed-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-left-tl, -.x-panel-header-light-framed-collapsed-left-bl, -.x-panel-header-light-framed-collapsed-left-tr, -.x-panel-header-light-framed-collapsed-left-br, -.x-panel-header-light-framed-collapsed-left-tc, -.x-panel-header-light-framed-collapsed-left-bc, -.x-panel-header-light-framed-collapsed-left-ml, -.x-panel-header-light-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-left-ml, -.x-panel-header-light-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-left-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:629 */ -.x-panel .x-panel-header-light-framed-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:633 */ -.x-panel .x-panel-header-light-framed-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:637 */ -.x-panel .x-panel-header-light-framed-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:641 */ -.x-panel .x-panel-header-light-framed-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:647 */ -.x-nbr .x-panel-header-light-framed-collapsed-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:651 */ -.x-nbr .x-panel-header-light-framed-collapsed-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:655 */ -.x-nbr .x-panel-header-light-framed-collapsed-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:659 */ -.x-nbr .x-panel-header-light-framed-collapsed-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-light-framed-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-light-framed-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-light-framed-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-light-framed-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-light-framed .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-light-framed .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-light-framed .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-light-framed-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-light-framed-outer-border-l { - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-light-framed-outer-border-b { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-light-framed-outer-border-bl { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-light-framed-outer-border-r { - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-light-framed-outer-border-rl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-light-framed-outer-border-rb { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-light-framed-outer-border-rbl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-light-framed-outer-border-t { - border-top-color: #fff !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-light-framed-outer-border-tl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-light-framed-outer-border-tb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-light-framed-outer-border-tbl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-light-framed-outer-border-tr { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-light-framed-outer-border-trl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-light-framed-outer-border-trb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-light-framed-outer-border-trbl { - border-color: #fff !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/File.scss:3 */ -.x-form-file-wrap .x-form-trigger-wrap { - border: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/File.scss:7 */ -.x-form-file-wrap .x-form-trigger-wrap .x-form-text { - border: 1px solid; - border-color: #cfcfcf; - height: 32px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/HtmlEditor.scss:1 */ -.x-html-editor-container { - border: 1px solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - border: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:6 */ -.x-column-header-trigger { - background-color: #eff6fb; - border-left: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:18 */ -.x-column-header-last { - border-right-width: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:20 */ -.x-column-header-last .x-column-header-over .x-column-header-trigger { - border-right: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:1 */ -.x-resizable-handle { - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:6 */ -.x-resizable-handle-east-over, -.x-resizable-handle-west-over { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:11 */ -.x-resizable-handle-south-over, -.x-resizable-handle-north-over { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:16 */ -.x-resizable-handle-southeast-over { - background-position: -2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:20 */ -.x-resizable-handle-northwest-over { - background-position: 2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:24 */ -.x-resizable-handle-northeast-over { - background-position: -2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:28 */ -.x-resizable-handle-southwest-over { - background-position: 2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:33 */ -.x-resizable-pinned .x-resizable-handle-east, -.x-resizable-pinned .x-resizable-handle-west { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:38 */ -.x-resizable-pinned .x-resizable-handle-south, -.x-resizable-pinned .x-resizable-handle-north { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:43 */ -.x-resizable-pinned .x-resizable-handle-southeast { - background-position: -2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:47 */ -.x-resizable-pinned .x-resizable-handle-northwest { - background-position: 2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:51 */ -.x-resizable-pinned .x-resizable-handle-northeast { - background-position: -2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:55 */ -.x-resizable-pinned .x-resizable-handle-southwest { - background-position: 2px -2px; -} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug.css deleted file mode 100644 index 1085054..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug.css +++ /dev/null @@ -1,2 +0,0 @@ -@import 'theme-crisp-touch-all-rtl-debug_1.css'; -@import 'theme-crisp-touch-all-rtl-debug_2.css'; diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug_1.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug_1.css deleted file mode 100644 index 123b479..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug_1.css +++ /dev/null @@ -1,15683 +0,0 @@ -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:5 */ -.x-size-monitored { - /** - * @class Ext.util.SizeMonitor - */ - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:9 */ -.x-size-monitors { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - visibility: hidden; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:18 */ -.x-size-monitors > * { - width: 100%; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:25 */ -.x-size-monitors.scroll > *.shrink::after { - content: ''; - display: block; - width: 200%; - height: 200%; - min-width: 1px; - min-height: 1px; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:34 */ -.x-size-monitors.scroll > *.expand::after { - content: ''; - display: block; - width: 100000px; - height: 100000px; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:44 */ -.x-size-monitors.overflowchanged > *.shrink > * { - width: 100%; - height: 100%; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:51 */ -.x-size-monitors.overflowchanged > *.expand > * { - width: 200%; - height: 200%; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:59 */ -.x-size-change-detector { - visibility: hidden; - position: absolute; - left: 0; - top: 0; - z-index: -1; - width: 100%; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:70 */ -.x-size-change-detector > * { - visibility: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:74 */ -.x-size-change-detector-shrink > * { - width: 200%; - height: 200%; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:79 */ -.x-size-change-detector-expand > * { - width: 100000px; - height: 100000px; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:9 */ -@-webkit-keyframes x-paint-monitor-helper { - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:10 */ - from { - zoom: 1; - } - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:13 */ - to { - zoom: 1; - } -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:20 */ -@keyframes x-paint-monitor-helper { - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:21 */ - from { - zoom: 1; - } - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:24 */ - to { - zoom: 1; - } -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:29 */ -.x-paint-monitored { - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:33 */ -.x-paint-monitor { - width: 0 !important; - height: 0 !important; - visibility: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:38 */ -.x-paint-monitor.cssanimation { - -webkit-animation-duration: 0.0001ms; - -webkit-animation-name: x-paint-monitor-helper; - animation-duration: 0.0001ms; - animation-name: x-paint-monitor-helper; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:45 */ -.x-paint-monitor.overflowchange { - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:48 */ -.x-paint-monitor.overflowchange::after { - content: ''; - display: block; - width: 1px !important; - height: 1px !important; -} -/* http://localhost:1843/packages/core/sass/src/ProgressBase.scss:1 */ -.x-progress { - border-style: solid; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/ProgressBase.scss:7 */ -.x-progress-bar { - height: 100%; - width: 0; -} -/* http://localhost:1843/packages/core/sass/src/ProgressBase.scss:12 */ -.x-progress-text, -.x-progress-bar { - overflow: hidden; - position: absolute; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:5 */ -.x-translatable { - /** - * @class Ext.util.Translatable - */ - position: absolute !important; - top: 500000px !important; - left: 500000px !important; - overflow: visible !important; - z-index: 1; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:13 */ -.x-translatable-hboxfix { - position: absolute; - min-width: 100%; - top: 0; - left: 0; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:19 */ -.x-translatable-hboxfix > .x-translatable { - position: relative !important; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:24 */ -.x-translatable-container { - overflow: hidden; - width: auto; - height: auto; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:34 */ -.x-translatable-container::before { - content: ''; - display: block; - width: 1000000px; - height: 1000000px; - visibility: hidden; -} -/* http://localhost:1843/packages/core/sass/src/scroll/TouchScroller.scss:1 */ -.x-scroll-container { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/scroll/TouchScroller.scss:8 */ -.x-scroll-scroller { - float: left; - position: relative; - min-width: 100%; - min-height: 100%; -} -/* http://localhost:1843/packages/core/sass/src/scroll/DomScroller.scss:1 */ -.x-domscroller-spacer { - position: absolute; - height: 1px; - width: 1px; - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:537 */ -.x-treelist { - background-color: #fff; - background-position: 18px 0%; - overflow: hidden; - padding: 0 0 0 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:542 */ -.x-big .x-treelist { - background-position: 0%; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:550 */ -.x-treelist-container, -.x-treelist-root-container { - width: 100%; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:555 */ -.x-treelist-toolstrip { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:560 */ -.x-treelist-micro > .x-treelist-toolstrip { - display: inline-block; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:563 */ -.x-treelist-micro > .x-treelist-root-container { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:568 */ -.x-treelist-item, -.x-treelist-container, -.x-treelist-root-container { - overflow: hidden; - list-style: none; - padding: 0; - margin: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:577 */ -.x-treelist-item-tool, -.x-treelist-row, -.x-treelist-item-wrap { - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:583 */ -.x-treelist-item-icon, -.x-treelist-item-expander { - display: none; - position: absolute; - top: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:590 */ -.x-treelist-item-expander { - right: 0; - cursor: pointer; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:595 */ -.x-treelist-expander-only .x-treelist-item-expandable > * > .x-treelist-item-wrap > * { - cursor: pointer; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:599 */ -.x-treelist-item-text { - cursor: default; - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:605 */ -.x-treelist-item-collapsed > .x-treelist-container { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:609 */ -.x-treelist-item-expandable > * > * > .x-treelist-item-expander, -.x-treelist-item-icon { - display: block; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:614 */ -.x-treelist-item-floated > * > * > .x-treelist-item-expander, -.x-treelist-item-floated > * > * > .x-treelist-item-icon { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:619 */ -.x-treelist-expander-first .x-treelist-item-expander { - left: 0; - right: auto; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:94 */ -.x-treelist-toolstrip { - background-color: #f8f8f8; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:125 */ -.x-treelist-item-selected > .x-treelist-row { - background-color: #c2ddf2; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:129 */ -.x-treelist-item-selected > .x-treelist-row-over { - background-color: #c2ddf2; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:134 */ -.x-treelist-item-tool { - padding-left: 6px; - padding-right: 15px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:157 */ -.x-treelist-item-icon:before, -.x-treelist-item-tool:before, -.x-treelist-item-expander { - line-height: 32px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:169 */ -.x-treelist-item-icon, -.x-treelist-item-tool, -.x-treelist-item-expander { - text-align: center; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:175 */ -.x-treelist-item-icon, -.x-treelist-item-tool { - color: #cfcfcf; - font-size: 18px; - width: 18px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:188 */ -.x-treelist-item-tool { - width: 39px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:198 */ -.x-treelist-item-expander { - color: #cfcfcf; - font-size: 16px; - width: 24px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:214 */ -.x-treelist-item-expander:after { - content: "\f0da"; - font: 18px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:218 */ -.x-treelist-item-expanded > * > * > .x-treelist-item-expander:after { - content: "\f0d7"; - font: 18px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:227 */ -.x-treelist-item-text { - color: #000; - margin-left: 22px; - margin-right: 24px; - font-size: 15px; - line-height: 32px; - text-overflow: ellipsis; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:243 */ -.x-treelist-row { - padding-left: 6px; - padding-right: 15px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:274 */ -.x-treelist-item-floated .x-treelist-container { - width: auto; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:277 */ -.x-treelist-item-floated > .x-treelist-row { - background-color: #f8f8f8; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:281 */ -.x-treelist-item-floated > .x-treelist-container { - margin-left: -18px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:284 */ -.x-big .x-treelist-item-floated > .x-treelist-container { - margin-left: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:290 */ -.x-treelist-item-floated > * > * > .x-treelist-item-text { - margin-left: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:294 */ -.x-treelist-item-floated > * .x-treelist-row { - padding-left: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:298 */ -.x-treelist-item-floated .x-treelist-row:before { - width: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:302 */ -.x-treelist-item-floated > .x-treelist-row-over { - background-color: #f8f8f8; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:305 */ -.x-treelist-item-floated > .x-treelist-row-over > * > .x-treelist-item-text { - color: #000; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:318 */ -.x-treelist-item-expanded > .x-treelist-item-expander:after { - content: "\f0d7"; - font: 18px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:323 */ -.x-treelist-item-collapsed > * > .x-treelist-item-expander:after { - content: "\f0da"; - font: 18px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:329 */ -&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-icon { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:333 */ -&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-text { - color: #000; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:337 */ -&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-expander { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:344 */ -.x-treelist-row-over { - background-color: #e2eff9; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:347 */ -.x-treelist-row-over > * > .x-treelist-item-icon { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:351 */ -.x-treelist-row-over > * > .x-treelist-item-text { - color: #000; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:355 */ -.x-treelist-row-over > * > .x-treelist-item-expander { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:362 */ -.x-treelist-expander-first .x-treelist-item-icon { - left: 24px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:371 */ -.x-treelist-expander-first .x-treelist-item-text { - margin-left: 46px; - margin-right: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:381 */ -.x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text { - margin-left: 28px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:391 */ -.x-treelist-item-hide-icon > * > * > .x-treelist-item-text { - margin-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:14 */ -.x-body { - margin: 0; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:22 */ -.x-no-touch-scroll { - touch-action: none; - -ms-touch-action: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:33 */ -@-ms-viewport { - width: device-width; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:40 */ -img { - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:44 */ -.x-border-box, -.x-border-box * { - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:53 */ -.x-rtl { - direction: rtl; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:58 */ -.x-ltr { - direction: ltr; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:62 */ -.x-clear { - overflow: hidden; - clear: both; - font-size: 0; - line-height: 0; - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:70 */ -.x-layer { - position: absolute !important; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:77 */ -.x-fixed-layer { - position: fixed !important; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:82 */ -.x-shim { - position: absolute; - left: 0; - top: 0; - overflow: hidden; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:90 */ -.x-hidden-display { - display: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:94 */ -.x-hidden-visibility { - visibility: hidden !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:98 */ -.x-hidden, -.x-hidden-offsets { - display: block !important; - visibility: hidden !important; - position: absolute !important; - top: -10000px !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:110 */ -.x-hidden-clip { - position: absolute !important; - clip: rect(0, 0, 0, 0); -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:115 */ -.x-masked-relative { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:121 */ -.x-ie-shadow { - background-color: #777; - position: absolute; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:128 */ -.x-unselectable { - user-select: none; - -o-user-select: none; - -ms-user-select: none; - -moz-user-select: -moz-none; - -webkit-user-select: none; - -webkit-tap-highlight-color: transparent; - -webkit-user-drag: none; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:132 */ -.x-selectable { - cursor: auto; - -moz-user-select: text; - -webkit-user-select: text; - -ms-user-select: text; - user-select: text; - -o-user-select: text; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:147 */ -.x-list-plain { - list-style-type: none; - margin: 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:154 */ -.x-table-plain { - border-collapse: collapse; - border-spacing: 0; - font-size: 1em; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:162 */ -.x-frame-tl, -.x-frame-tr, -.x-frame-tc, -.x-frame-bl, -.x-frame-br, -.x-frame-bc { - overflow: hidden; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:172 */ -.x-frame-tc, -.x-frame-bc { - background-repeat: repeat-x; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:187 */ -td.x-frame-tl, -td.x-frame-tr, -td.x-frame-bl, -td.x-frame-br { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:194 */ -.x-frame-mc { - background-repeat: repeat-x; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:199 */ -.x-proxy-el { - position: absolute; - background: #b4b4b4; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:206 */ -.x-css-shadow { - position: absolute; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - -ms-border-radius: 5px; - -o-border-radius: 5px; - border-radius: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:211 */ -.x-item-disabled, -.x-item-disabled * { - cursor: default; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:217 */ -.x-component, -.x-container { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:227 */ -:focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:236 */ -.x-body .x-sync-repaint:before, -.x-body .x-sync-repaint:after { - content: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:245 */ -.x-position-relative { - position: relative !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Container.scss:3 */ -.x-box-item { - position: absolute !important; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Container.scss:10 */ -.x-rtl > .x-box-item { - right: 0; - left: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Auto.scss:1 */ -.x-autocontainer-outerCt { - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Auto.scss:5 */ -.x-autocontainer-innerCt { - display: table-cell; - height: 100%; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:1 */ -.x-mask { - z-index: 100; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - /* - * IE and FF will add an outline to focused elements, - * which we don't want when using our own focus treatment - */ - outline: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:21 */ -.x-ie8 .x-mask { - /* - * IE8 will treat partially transparent divs as invalid click targets, - * allowing mouse events to reach elements beneath the mask. Placing - * a 1x1 transparent gif as the link el background will cure this. - */ - background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:27 */ -.x-mask-fixed { - position: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:31 */ -.x-mask-msg { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:17 */ -.x-btn { - display: inline-block; - outline: 0; - cursor: pointer; - white-space: nowrap; - text-decoration: none; - vertical-align: top; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:29 */ -.x-btn > .x-frame { - height: 100%; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:35 */ -.x-btn-wrap { - height: 100%; - width: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:43 */ -.x-btn-wrap.x-btn-arrow-bottom, -.x-btn-wrap.x-btn-split-bottom { - -webkit-box-orient: vertical; - -ms-flex-direction: column; - flex-direction: column; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:49 */ -.x-ie9m .x-btn-wrap { - display: table; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:60 */ -.x-btn-button { - white-space: nowrap; - line-height: 0; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - min-width: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:72 */ -.x-btn-button.x-btn-icon-top, -.x-btn-button.x-btn-icon-bottom { - -webkit-box-orient: vertical; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:80 */ -.x-ie9m .x-btn-button { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:91 */ -.x-btn-inner { - overflow: hidden; - text-overflow: ellipsis; - -ms-flex-negative: 1; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:100 */ -.x-ie9m .x-btn-inner { - display: inline-block; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:110 */ -.x-btn-icon.x-btn-no-text > .x-btn-inner { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:115 */ -.x-btn-icon-el { - display: none; - vertical-align: middle; - text-align: center; - background-position: center center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:123 */ -.x-btn-icon > .x-btn-icon-el { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:128 */ -.x-ie9m .x-btn-icon-left > .x-btn-icon-el, -.x-ie9m .x-btn-icon-right > .x-btn-icon-el { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:145 */ -.x-btn-button-center { - text-align: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:152 */ -.x-btn-button-left { - text-align: left; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:160 */ -.x-rtl.x-btn-button-left { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:165 */ -.x-btn-button-right { - text-align: right; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:173 */ -.x-rtl.x-btn-button-right { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:179 */ -.x-btn-arrow:after, -.x-btn-split:after { - display: block; - background-repeat: no-repeat; - content: ''; - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:193 */ -.x-btn-arrow-right:after, -.x-btn-split-right:after { - background-position: right center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:203 */ -.x-ie9m .x-btn-arrow-right:after, -.x-ie9m .x-btn-split-right:after { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:216 */ -.x-rtl.x-btn-arrow-right:after, -.x-rtl.x-btn-split-right:after { - background-position: left center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:223 */ -.x-btn-arrow-bottom:after, -.x-btn-split-bottom:after { - background-position: center bottom; - content: '\00a0'; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:236 */ -.x-ie9m .x-btn-arrow-bottom:after, -.x-ie9m .x-btn-split-bottom:after { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:246 */ -.x-btn-split-right > .x-btn-button:after { - position: absolute; - display: block; - top: -100%; - right: 0; - height: 300%; - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:256 */ -.x-rtl.x-btn-split-right > .x-btn-button:after { - left: 0; - right: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:263 */ -.x-btn-split-bottom > .x-btn-button:after { - position: absolute; - display: block; - bottom: 0; - left: -100%; - font-size: 0; - width: 300%; - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:274 */ -.x-btn-mc { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:1 */ -.x-segmented-button { - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:6 */ -.x-segmented-button-item { - display: table-cell; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:10 */ -.x-segmented-button-item > .x-frame { - width: 100%; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:17 */ -.x-segmented-button-item .x-btn-mc { - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:23 */ -.x-segmented-button-item-horizontal { - display: table-cell; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:30 */ -.x-segmented-button-item-horizontal.x-segmented-button-first { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:35 */ -.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-tr, -.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-mr, -.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:43 */ -.x-segmented-button-item-horizontal.x-segmented-button-middle { - border-radius: 0; - border-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:48 */ -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tl, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tr, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-ml, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-mr, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-bl, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:59 */ -.x-segmented-button-item-horizontal.x-segmented-button-last { - border-left: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:65 */ -.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-tl, -.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-ml, -.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-bl { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:74 */ -.x-segmented-button-row { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:79 */ -.x-segmented-button-item-vertical.x-segmented-button-first { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:84 */ -.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bl, -.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bc, -.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:92 */ -.x-segmented-button-item-vertical.x-segmented-button-middle { - border-radius: 0; - border-top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:97 */ -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tl, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tc, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tr, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bl, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bc, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:108 */ -.x-segmented-button-item-vertical.x-segmented-button-last { - border-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:114 */ -.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tl, -.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tc, -.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tr { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:1 */ -.x-title-icon { - background-repeat: no-repeat; - background-position: 0 0; - vertical-align: middle; - line-height: 1; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:9 */ -.x-title { - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:15 */ -.x-rtl.x-title { - -o-text-overflow: clip; - text-overflow: clip; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:21 */ -.x-title-text { - display: table-cell; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:30 */ -.x-title-align-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:33 */ -.x-title-align-left.x-rtl { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:39 */ -.x-title-align-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:43 */ -.x-title-align-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:46 */ -.x-title-align-right.x-rtl { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:52 */ -.x-title-rotate-right { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-right { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:56 */ -.x-title-rotate-right.x-rtl { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-right.x-rtl { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:62 */ -.x-title-rotate-left { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-left { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:66 */ -.x-title-rotate-left.x-rtl { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-left.x-rtl { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:75 */ -.x-horizontal.x-header .x-title-rotate-right.x-title-align-left > .x-title-item { - vertical-align: bottom; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:79 */ -.x-horizontal.x-header .x-title-rotate-right.x-title-align-center > .x-title-item { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:83 */ -.x-horizontal.x-header .x-title-rotate-right.x-title-align-right > .x-title-item { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:89 */ -.x-horizontal.x-header .x-title-rotate-left.x-title-align-left > .x-title-item { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:93 */ -.x-horizontal.x-header .x-title-rotate-left.x-title-align-center > .x-title-item { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:97 */ -.x-horizontal.x-header .x-title-rotate-left.x-title-align-right > .x-title-item { - vertical-align: bottom; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:105 */ -.x-vertical.x-header .x-title-rotate-none.x-title-align-left > .x-title-item { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:109 */ -.x-vertical.x-header .x-title-rotate-none.x-title-align-center > .x-title-item { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:113 */ -.x-vertical.x-header .x-title-rotate-none.x-title-align-right > .x-title-item { - vertical-align: bottom; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:120 */ -.x-title-icon-wrap { - display: table-cell; - text-align: center; - vertical-align: middle; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:125 */ -.x-title-icon-wrap.x-title-icon-top, -.x-title-icon-wrap.x-title-icon-bottom { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:131 */ -.x-title-icon { - display: inline-block; - vertical-align: middle; - background-position: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Tool.scss:1 */ -.x-tool { - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Header.scss:4 */ -.x-header > .x-box-inner, -.x-panel-header-mc > .x-box-inner, -.x-window-header-mc > .x-box-inner { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:1 */ -.x-splitter { - font-size: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:5 */ -.x-splitter-horizontal { - cursor: e-resize; - cursor: row-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:10 */ -.x-splitter-vertical { - cursor: e-resize; - cursor: col-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:15 */ -.x-splitter-collapsed, -.x-splitter-horizontal-noresize, -.x-splitter-vertical-noresize { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:21 */ -.x-splitter-active { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:25 */ -.x-collapse-el { - position: absolute; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:30 */ -.x-splitter-focus { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:1 */ -.x-box-layout-ct { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:5 */ -.x-box-target { - position: absolute; - width: 20000px; - top: 0; - left: 0; - height: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:24 */ -.x-rtl.x-box-target { - left: auto; - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:30 */ -.x-box-inner { - overflow: hidden; - position: relative; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:37 */ -.x-box-scroller { - position: absolute; - background-repeat: no-repeat; - background-position: center; - line-height: 0; - font-size: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:46 */ -.x-box-scroller-top { - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:50 */ -.x-box-scroller-right { - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:54 */ -.x-box-scroller-bottom { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:58 */ -.x-box-scroller-left { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:62 */ -.x-box-menu-body-horizontal { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:66 */ -.x-box-menu-after { - position: relative; - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:1 */ -.x-toolbar-text { - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:5 */ -.x-toolbar-separator { - display: block; - font-size: 1px; - overflow: hidden; - cursor: default; - border: 0; - width: 0; - height: 0; - line-height: 0px; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:16 */ -.x-toolbar-scroller { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:23 */ -.x-toolbar-plain { - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/DD.scss:3 */ -.x-dd-drag-proxy, -.x-dd-drag-current { - z-index: 1000000!important; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:1 */ -.x-dd-drag-proxy { - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:6 */ -.x-dd-drag-repair .x-dd-drag-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:10 */ -.x-dd-drag-repair .x-dd-drop-icon { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:15 */ -.x-dd-drag-ghost, -.x-dd-drop-icon { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:21 */ -.x-dd-drag-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); - opacity: 0.85; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:26 */ -.x-dd-drop-icon { - height: 26px; - width: 26px; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:40 */ -.x-rtl .x-dd-drag-ghost { - padding-left: 5px; - padding-right: 20px; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:44 */ -.x-rtl .x-dd-drop-icon { - left: auto; - right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:1 */ -.x-docked { - position: absolute !important; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:7 */ -.x-docked-vertical { - position: static; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:11 */ -.x-docked-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:15 */ -.x-docked-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:19 */ -.x-docked-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:23 */ -.x-docked-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:27 */ -.x-docked-noborder-top { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:31 */ -.x-docked-noborder-right { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:35 */ -.x-docked-noborder-bottom { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:39 */ -.x-docked-noborder-left { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:45 */ -.x-noborder-l { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:48 */ -.x-noborder-b { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:51 */ -.x-noborder-bl { - border-bottom-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:55 */ -.x-noborder-r { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:58 */ -.x-noborder-rl { - border-right-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:62 */ -.x-noborder-rb { - border-right-width: 0 !important; - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:66 */ -.x-noborder-rbl { - border-right-width: 0 !important; - border-bottom-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:71 */ -.x-noborder-t { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:74 */ -.x-noborder-tl { - border-top-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:78 */ -.x-noborder-tb { - border-top-width: 0 !important; - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:82 */ -.x-noborder-tbl { - border-top-width: 0 !important; - border-bottom-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:87 */ -.x-noborder-tr { - border-top-width: 0 !important; - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:91 */ -.x-noborder-trl { - border-top-width: 0 !important; - border-right-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:96 */ -.x-noborder-trb { - border-top-width: 0 !important; - border-right-width: 0 !important; - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:101 */ -.x-noborder-trbl { - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:1 */ -.x-panel, -.x-plain { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:7 */ -.x-panel { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:13 */ -td.x-frame-mc { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:18 */ -.x-panel-body { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:23 */ -.x-panel-header-plain, -.x-panel-body-plain { - border: 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:33 */ -.x-panel-collapsed-mini { - visibility: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Table.scss:1 */ -.x-table-layout { - font-size: 1em; -} -/* http://localhost:1843/classic/theme-base/sass/src/container/ButtonGroup.scss:1 */ -.x-btn-group { - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/container/ButtonGroup.scss:6 */ -.x-btn-group-body { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/container/ButtonGroup.scss:8 */ -.x-btn-group-body .x-table-layout-cell { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/plugin/Viewport.scss:1 */ -.x-viewport, -.x-viewport > .x-body { - margin: 0; - padding: 0; - border: 0 none; - overflow: hidden; - position: static; - touch-action: none; - -ms-touch-action: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/plugin/Viewport.scss:21 */ -.x-viewport { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/plugin/Viewport.scss:27 */ -.x-viewport > .x-body { - min-height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Column.scss:1 */ -.x-column { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Column.scss:6 */ -.x-rtl > .x-column { - float: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/SplitterTracker.scss:1 */ -.x-resizable-overlay { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - display: none; - z-index: 200000; - background-color: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/Window.scss:1 */ -.x-window { - outline: none; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/Window.scss:5 */ -.x-window .x-window-wrap { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/Window.scss:10 */ -.x-window-body { - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:1 */ -.x-form-item { - display: table; - table-layout: fixed; - border-spacing: 0; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:10 */ -.x-form-item-label { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:14 */ -.x-form-item.x-form-item-no-label > .x-form-item-label { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:18 */ -.x-form-item-label, -.x-form-item-body { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:27 */ -.x-ie8 .x-form-fieldcontainer .x-form-item-label-top + .x-form-item-body { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:32 */ -.x-form-item-body { - vertical-align: middle; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:37 */ -.x-form-item-label-inner { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:41 */ -.x-form-item-label-top { - display: table-row; - height: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:44 */ -.x-form-item-label-top > .x-form-item-label-inner { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:48 */ -.x-form-item-label-top-side-error:after { - display: table-cell; - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:53 */ -.x-form-item-label-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:56 */ -.x-form-item-label-right.x-rtl { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:62 */ -.x-form-error-wrap-side { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:67 */ -.x-form-error-wrap-under { - display: table-row; - height: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:70 */ -.x-form-error-wrap-under > .x-form-error-msg { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:75 */ -.x-form-error-wrap-under-side-label:before { - display: table-cell; - content: ''; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:81 */ -.x-form-invalid-icon { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:83 */ -.x-form-invalid-icon ul { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:1 */ -.x-form-trigger-wrap { - display: table; - width: 100%; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:14 */ -.x-gecko .x-form-trigger-wrap { - display: -moz-inline-box; - display: inline-flex; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:22 */ -.x-form-text-wrap { - display: table-cell; - overflow: hidden; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:29 */ -.x-gecko .x-form-text-wrap { - display: block; - -moz-box-flex: 1; - flex: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:39 */ -.x-form-item-body.x-form-text-grow { - min-width: inherit; - max-width: inherit; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:44 */ -.x-form-text { - border: 0; - margin: 0; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - -o-border-radius: 0; - border-radius: 0; - display: block; - background: repeat-x 0 0; - width: 100%; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:53 */ -.x-webkit .x-form-text { - height: calc(100% + 3px); -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:61 */ -.x-form-trigger { - display: table-cell; - vertical-align: top; - cursor: pointer; - overflow: hidden; - background-repeat: no-repeat; - text-align: center; - line-height: 0; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:73 */ -.x-item-disabled .x-form-trigger { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:76 */ -.x-form-trigger.x-form-trigger-cmp { - background: none; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:85 */ -.x-form-trigger.x-form-trigger-cmp.x-rtl { - background: none; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:93 */ -.x-gecko .x-form-trigger { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/TextArea.scss:1 */ -.x-form-textarea { - overflow: auto; - resize: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/TextArea.scss:6 */ -div.x-form-text-grow .x-form-textarea { - min-height: inherit; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/MessageBox.scss:2 */ -.x-message-box .x-form-display-field { - height: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:1 */ -.x-form-cb-wrap { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:5 */ -.x-form-cb-wrap-inner { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:9 */ -.x-form-cb { - position: absolute; - left: 0; - right: auto; - vertical-align: top; - overflow: hidden; - padding: 0; - border: 0; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:19 */ -.x-form-cb::-moz-focus-inner { - padding: 0; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:26 */ -.x-rtl.x-form-cb { - right: 0; - left: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:33 */ -.x-form-cb-after { - /* allow for the component to be positioned after the label */ - left: auto; - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:39 */ -.x-rtl.x-form-cb-after { - left: 0; - right: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:47 */ -.x-form-cb-label { - /* some browsers like IE 10 need a block element to be able to measure -the height of a multi-line element */ - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:50 */ -.x-form-cb-label.x-form-cb-no-box-label { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:1 */ -.x-fieldset { - display: block; - /* preserve margins in IE */ - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:7 */ -.x-fieldset-header { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:10 */ -.x-fieldset-header .x-form-item, -.x-fieldset-header .x-tool { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:15 */ -.x-fieldset-header .x-fieldset-header-text { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:19 */ -.x-fieldset-header .x-form-cb-wrap { - font-size: 0; - line-height: 0; - min-height: 0; - height: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:26 */ -.x-fieldset-header .x-form-cb { - margin: 0; - position: static; - display: inherit; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:35 */ -.x-fieldset-body { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:39 */ -.x-fieldset-collapsed { - padding-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:42 */ -.x-fieldset-collapsed > .x-fieldset-body { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:47 */ -.x-fieldset-header-text-collapsible { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:53 */ -.x-rtl.x-fieldset-header .x-form-item, -.x-rtl.x-fieldset-header .x-tool { - float: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:58 */ -.x-rtl.x-fieldset-header .x-fieldset-header-text { - float: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/view/View.scss:1 */ -.x-view-item-focused { - outline: 1px dashed #157fcc!important; - outline-offset: -1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/view/BoundList.scss:8 */ -.x-ie9 .x-boundlist-list-ct { - min-height: 0%; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:1 */ -.x-datepicker { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:4 */ -.x-datepicker .x-monthpicker { - left: 0; - top: 0; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:10 */ -.x-datepicker .x-monthpicker-months, -.x-datepicker .x-monthpicker-years { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:16 */ -.x-datepicker-inner { - table-layout: fixed; - width: 100%; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:22 */ -.x-datepicker-cell { - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:26 */ -.x-datepicker-header { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:30 */ -.x-datepicker-arrow { - position: absolute; - outline: none; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:45 */ -.x-datepicker-column-header { - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:49 */ -.x-datepicker-date { - display: block; - text-decoration: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:54 */ -.x-monthpicker { - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:57 */ -.x-monthpicker-body { - height: 100%; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:62 */ -.x-monthpicker-months, -.x-monthpicker-years { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:67 */ -.x-monthpicker-item { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:71 */ -.x-monthpicker-item-inner { - display: block; - text-decoration: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:76 */ -.x-monthpicker-yearnav-button-ct { - float: left; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:81 */ -.x-monthpicker-yearnav-button { - display: inline-block; - outline: none; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:87 */ -.x-monthpicker-buttons { - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:91 */ -.x-datepicker .x-monthpicker-buttons { - position: absolute; - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:96 */ -.x-datepicker-month .x-btn-split > .x-btn-button:after { - content: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Display.scss:1 */ -.x-form-display-field-body { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/File.scss:1 */ -.x-form-file-btn { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/File.scss:6 */ -.x-form-file-input { - border: 0; - position: absolute; - cursor: pointer; - top: 0; - right: 0; - width: 100%; - height: 100%; - overflow: hidden; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - /* Yes, there's actually a good reason for this... - * If the configured buttonText is set to something longer than the default, - * then it will quickly exceed the width of the hidden file input's "Browse..." - * button, so part of the custom button's clickable area will be covered by - * the hidden file input's text box instead. This results in a text-selection - * mouse cursor over that part of the button, at least in Firefox, which is - * confusing to a user. Giving the hidden file input a huge font-size makes - * the native button part very large so it will cover the whole clickable area. - */ - font-size: 1000px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/File.scss:32 */ -.x-rtl.x-form-file-input { - right: auto; - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Hidden.scss:1 */ -.x-form-item-hidden { - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tip/Tip.scss:1 */ -.x-tip { - position: absolute; - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/tip/Tip.scss:6 */ -.x-tip-body { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tip/Tip.scss:11 */ -.x-tip-anchor { - position: absolute; - overflow: hidden; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Color.scss:1 */ -.x-color-picker-item { - float: left; - text-decoration: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Color.scss:6 */ -.x-color-picker-item-inner { - display: block; - font-size: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/HtmlEditor.scss:1 */ -.x-html-editor-tb .x-toolbar { - position: static !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/HtmlEditor.scss:5 */ -.x-htmleditor-iframe, -.x-htmleditor-textarea { - display: block; - overflow: auto; - width: 100%; - height: 100%; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:1 */ -.x-tagfield-body { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:5 */ -.x-tagfield { - height: auto!important; - /* The wrap has to accommodate the list, so override the .x-form-text height rule */ - cursor: text; - overflow-y: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:11 */ -.x-tagfield .x-tagfield-list { - padding: 0; - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:16 */ -.x-tagfield-list.x-tagfield-singleselect { - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:21 */ -.x-tagfield-input, -.x-tagfield-item { - vertical-align: top; - display: inline-block; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:27 */ -.x-tagfield-empty-input, -.x-tagfield-input-field { - font: inherit; - border: 0; - margin: 0; - background: none; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:36 */ -.x-tagfield-emptyinput { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:40 */ -.x-tagfield-stacked .x-tagfield-item { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:44 */ -.x-tagfield-item { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:48 */ -.x-tagfield-item-close { - cursor: pointer; - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Fit.scss:1 */ -.x-fit-item { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:1 */ -.x-grid-view { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:11 */ -.x-grid-row-table { - /* A grid *item* is a dataview item. It is encapsulated by a
    . - * One item always corresponds to one store record - * But an item may contain more than one . - * ONE child row, will be the grid-row and will contain record data - */ - width: 0; - table-layout: fixed; - border: 0 none; - border-collapse: separate; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:25 */ -.x-grid-item { - table-layout: fixed; - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:30 */ -.x-grid-row { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:34 */ -.x-grid-td { - overflow: hidden; - border-width: 0; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:40 */ -.x-grid-cell-inner { - overflow: hidden; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:46 */ -.x-wrap-cell .x-grid-cell-inner { - white-space: normal; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:51 */ -.x-grid-resize-marker { - position: absolute; - z-index: 5; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/header/DropZone.scss:1 */ -.x-col-move-top, -.x-col-move-bottom { - position: absolute; - top: 0; - line-height: 0; - font-size: 0; - overflow: hidden; - z-index: 20000; - background: no-repeat center top transparent; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:1 */ -.x-column-header { - position: absolute; - overflow: hidden; - background-repeat: repeat-x; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:11 */ -.x-column-header-inner { - /* - * TODO: - * When IE8 retires, revisit https://jsbin.com/honawo/quiet for better way to center header text - */ - white-space: nowrap; - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:17 */ -.x-leaf-column-header { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:19 */ -.x-leaf-column-header .x-column-header-text-container { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:26 */ -.x-column-header-text-container { - width: 100%; - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:31 */ -.x-column-header-text-container.x-column-header-text-container-auto { - table-layout: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:36 */ -.x-column-header-text-wrapper { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:41 */ -.x-column-header-text { - display: block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:48 */ -.x-column-header-text-inner { - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:53 */ -.x-rtl.x-column-header-text { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:61 */ -.x-column-header-trigger { - display: none; - height: 100%; - background-repeat: no-repeat; - position: absolute; - right: 0; - top: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:71 */ -.x-ie9m .x-column-header-trigger { - z-index: 6; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:79 */ -.x-rtl.x-column-header-trigger { - left: 0; - right: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:86 */ -.x-column-header-over .x-column-header-trigger, -.x-column-header-open .x-column-header-trigger { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:91 */ -.x-column-header-align-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:96 */ -.x-rtl.x-column-header-align-right { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:101 */ -.x-column-header-align-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:106 */ -.x-rtl.x-column-header-align-left { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:111 */ -.x-column-header-align-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:1 */ -.x-grid-cell-inner-action-col { - line-height: 0; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:5 */ -.x-grid-cell-inner-action-col :focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:10 */ -.x-action-col-icon { - display: inline-block; - line-height: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:1 */ -.x-grid-cell-inner-checkcolumn { - line-height: 0; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:5 */ -.x-grid-cell-inner-checkcolumn :focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:10 */ -.x-grid-checkcolumn { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:1 */ -.x-group-hd-container { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:5 */ -.x-grid-group-hd { - white-space: nowrap; - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:10 */ -.x-grid-group-title { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:21 */ -.x-grid-row-body-hidden, -.x-grid-group-collapsed { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/RowBody.scss:1 */ -.x-grid-row-body-hidden { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:1 */ -.x-menu { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:5 */ -.x-menu-body { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:9 */ -.x-menu-item { - white-space: nowrap; - overflow: hidden; - border-color: transparent; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:17 */ -.x-menu-item-cmp { - margin: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:20 */ -.x-menu-item-cmp .x-field-label-cell { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:28 */ -.x-menu-icon-separator { - position: absolute; - top: 0px; - z-index: 0; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:34 */ -.x-menu-plain .x-menu-icon-separator { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:39 */ -.x-menu-item-link { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - text-decoration: none; - outline: 0; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:54 */ -.x-menu-item-link-href { - -webkit-touch-callout: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:58 */ -.x-menu-item-text { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:62 */ -.x-menu-item-icon, -.x-menu-item-icon-right, -.x-menu-item-arrow { - font-size: 0; - position: absolute; - text-align: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:7 */ -.x-grid-editor .x-form-cb-wrap { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:12 */ -.x-grid-editor .x-form-cb { - position: static; - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:20 */ -.x-grid-editor .x-form-display-field { - margin: 0; - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:28 */ -.x-grid-editor div.x-form-action-col-field { - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:1 */ -.x-grid-row-editor-wrap { - position: absolute; - overflow: visible; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:8 */ -.x-grid-row-editor { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:12 */ -.x-grid-row-editor-buttons { - position: absolute; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowExpander.scss:1 */ -.x-grid-row-expander { - font-size: 0; - line-height: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowExpander.scss:7 */ -.x-grid-row-expander:focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:1 */ -.x-ssm-row-numberer-hd { - cursor: se-resize!important; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:6 */ -.x-ssm-row-numberer-cell { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:11 */ -.x-ssm-column-select .x-column-header { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:16 */ -.x-ssm-extender-drag-handle { - position: absolute; - z-index: 1; - cursor: crosshair; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:22 */ -.x-ssm-extender-mask { - position: absolute; - z-index: 1; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Absolute.scss:1 */ -.x-abs-layout-ct { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Absolute.scss:5 */ -.x-abs-layout-item { - position: absolute !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:1 */ -.x-border-layout-ct { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:5 */ -.x-border-layout-ct { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:9 */ -.x-border-region-slide-in { - z-index: 5; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:13 */ -.x-region-collapsed-placeholder { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Center.scss:1 */ -.x-center-layout-item { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Center.scss:5 */ -.x-center-target { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:1 */ -.x-form-layout-wrap { - display: table; - width: 100%; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:7 */ -.x-form-layout-colgroup { - display: table-column-group; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:11 */ -.x-form-layout-column { - display: table-column; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:16 */ -.x-form-layout-auto-label > * > .x-form-item-label { - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:20 */ -.x-form-layout-auto-label > * > .x-form-item-label > .x-form-item-label-inner { - width: auto !important; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:26 */ -.x-form-layout-auto-label > * > .x-form-layout-label-column { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:33 */ -.x-form-layout-sized-label > * > .x-form-item-label { - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:40 */ -.x-form-form-item { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:43 */ -.x-form-form-item > .x-form-item-label { - padding-left: 0 !important; - padding-right: 0 !important; - padding-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:51 */ -.x-form-form-item > .x-form-item-body { - max-width: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:60 */ -.x-form-form-item.x-form-item-no-label:before { - content: ' '; - display: table-cell; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Resizer.scss:2 */ -.x-resizable-wrapped { - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; -} -/* http://localhost:1843/classic/theme-base/sass/src/selection/CheckboxModel.scss:1 */ -.x-column-header-checkbox .x-column-header-text { - display: block; - background-repeat: no-repeat; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/selection/CheckboxModel.scss:7 */ -.x-grid-cell-row-checker { - vertical-align: middle; - text-align: center; - background-repeat: no-repeat; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:1 */ -.x-slider { - outline: none; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:6 */ -.x-slider-inner { - position: relative; - left: 0; - top: 0; - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:11 */ -.x-slider-vert .x-slider-inner { - background: repeat-y 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:16 */ -.x-slider-thumb { - position: absolute; - background: no-repeat 0 0; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:19 */ -.x-slider-horz .x-slider-thumb { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:22 */ -.x-slider-vert .x-slider-thumb { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:17 */ -.x-tab { - display: block; - outline: 0; - cursor: pointer; - white-space: nowrap; - text-decoration: none; - vertical-align: top; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:29 */ -.x-tab > .x-frame { - height: 100%; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:35 */ -.x-tab-wrap { - height: 100%; - width: 100%; - display: table; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:60 */ -.x-tab-button { - white-space: nowrap; - line-height: 0; - position: relative; - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:91 */ -.x-tab-inner { - overflow: hidden; - text-overflow: ellipsis; - display: inline-block; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:110 */ -.x-tab-icon.x-tab-no-text > .x-tab-inner { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:115 */ -.x-tab-icon-el { - display: none; - vertical-align: middle; - text-align: center; - background-position: center center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:134 */ -.x-tab-icon > .x-tab-icon-el { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:138 */ -.x-tab-icon-top > .x-tab-icon-el, -.x-tab-icon-bottom > .x-tab-icon-el { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:145 */ -.x-tab-button-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:152 */ -.x-tab-button-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:160 */ -.x-rtl.x-tab-button-left { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:165 */ -.x-tab-button-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:173 */ -.x-rtl.x-tab-button-right { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:274 */ -.x-tab-mc { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:13 */ -.x-tab { - z-index: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:17 */ -.x-tab-active { - z-index: 3; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:21 */ -.x-tab-button { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:27 */ -.x-tab-close-btn { - display: block; - position: absolute; - overflow: hidden; - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:35 */ -.x-tab-rotate-left { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-left { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:39 */ -.x-tab-rotate-left.x-rtl { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-left.x-rtl { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:45 */ -.x-tab-rotate-right { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-right { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:49 */ -.x-tab-rotate-right.x-rtl { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-right.x-rtl { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:57 */ -.x-tab-tr, -.x-tab-br, -.x-tab-mr, -.x-tab-tl, -.x-tab-bl, -.x-tab-ml { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:1 */ -.x-tab-bar { - z-index: 0; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:6 */ -.x-tab-bar-strip { - position: absolute; - line-height: 0; - font-size: 0; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:12 */ -.x-tab-bar-top > .x-tab-bar-strip { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:16 */ -.x-tab-bar-bottom > .x-tab-bar-strip { - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:20 */ -.x-tab-bar-left > .x-tab-bar-strip { - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:24 */ -.x-tab-bar-left > .x-tab-bar-strip.x-rtl { - right: auto; - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:31 */ -.x-tab-bar-right > .x-tab-bar-strip { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:35 */ -.x-tab-bar-right > .x-tab-bar-strip.x-rtl { - left: auto; - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:43 */ -.x-tab-bar-horizontal .x-tab-bar-strip { - width: 100%; - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:48 */ -.x-tab-bar-vertical { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:54 */ -.x-tab-bar-vertical .x-tab-bar-strip { - height: 100%; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:60 */ -.x-tab-bar-plain { - background: transparent !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:64 */ -.x-box-scroller-plain { - background-color: transparent !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:1 */ -.x-breadcrumb-btn .x-box-target:first-child { - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:7 */ -.x-breadcrumb-btn > .x-btn-split-right > .x-btn-button:after { - content: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:12 */ -.x-breadcrumb-btn.x-btn-over > .x-btn-split-right > .x-btn-button:after, -.x-breadcrumb-btn.x-btn-menu-active > .x-btn-split-right > .x-btn-button:after { - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:3 */ -.x-autowidth-table .x-grid-item { - table-layout: auto; - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:8 */ -.x-tree-view { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:12 */ -.x-tree-elbow-img, -.x-tree-icon { - display: inline-block; - text-align: center; - background-repeat: no-repeat; - background-position: 0 center; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:21 */ -.x-tree-checkbox { - display: inline-block; - vertical-align: top; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:27 */ -.x-tree-animator-wrap { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:1 */ -.x-scroll-indicator { - position: absolute; - background-color: #000; - opacity: 0.5; - border-radius: 3px; - margin: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:10 */ -.x-scroll-indicator-x { - bottom: 0; - left: 0; - height: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:16 */ -.x-scroll-indicator-y { - right: 0; - top: 0; - width: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:23 */ -.x-rtl.x-scroll-indicator-x { - left: auto; - right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:28 */ -.x-rtl.x-scroll-indicator-y { - right: auto; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Component.scss:1 */ -.x-body { - color: #000; - font-size: 15px; - line-height: 19px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - background: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Component.scss:18 */ -.x-animating-size, -.x-collapsed { - overflow: hidden!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Editor.scss:2 */ -.x-editor .x-form-item-body { - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:1 */ -.x-mask { - background-image: none; - background-color: rgba(255, 255, 255, 0.7); - cursor: default; - border-style: solid; - border-width: 1px; - border-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/background-opacity.scss:19 */ -.x-ie8 .x-mask { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff); - zoom: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:22 */ -.x-mask.x-focus { - border-style: solid; - border-width: 1px; - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:29 */ -.x-mask-msg { - padding: 8px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - background: #e5e5e5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:47 */ -.x-mask-msg-inner { - padding: 0; - background-color: transparent; - color: #666; - font: 300 15px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:59 */ -.x-mask-msg-text { - padding: 21px 0 0; - background-image: url(images/loadmask/loading.gif); - background-repeat: no-repeat; - background-position: center 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:70 */ -.x-rtl.x-mask-msg-text { - padding: 21px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:82 */ -.x-progress-default { - background-color: #f5f5f5; - border-width: 0; - height: 32px; - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:94 */ -.x-progress-default .x-progress-bar-default { - background-image: none; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:109 */ -.x-progress-default .x-progress-text { - color: #666; - font-weight: 300; - font-size: 15px; - font-family: helvetica, arial, verdana, sans-serif; - text-align: center; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:118 */ -.x-progress-default .x-progress-text-back { - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-progress-bar-default:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:128 */ -.x-progressbar-default-cell > .x-grid-cell-inner, -.x-progressbarwidget-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:132 */ -.x-progressbar-default-cell > .x-grid-cell-inner .x-progress-default, -.x-progressbarwidget-default-cell > .x-grid-cell-inner .x-progress-default { - height: 30px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 4px 3px 4px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-4-3-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-small-tr, -.x-btn-default-small-br, -.x-btn-default-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-small-tl, -.x-btn-default-small-bl, -.x-btn-default-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-small-tl, -.x-btn-default-small-bl, -.x-btn-default-small-tr, -.x-btn-default-small-br, -.x-btn-default-small-tc, -.x-btn-default-small-bc, -.x-btn-default-small-ml, -.x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-small-ml, -.x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-small-mc { - padding: 1px 2px 1px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-corners.gif), sides:url(images/btn/btn-default-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-small { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-small { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-small { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-small { - font: 300 15px/20px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 6px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-small, -.x-btn-icon-left > .x-btn-inner-default-small { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-small { - font-size: 24px; - height: 24px; - color: #fff; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-small, -.x-btn-icon-right > .x-btn-icon-el-default-small { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-small, -.x-btn-icon-bottom > .x-btn-icon-el-default-small { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-small.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-small, -.x-btn-split-bottom > .x-btn-button-default-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-small.x-btn-arrow-right:after { - width: 22px; - background-image: url(images/button/default-small-arrow.png); - padding-right: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-small.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-small-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-small.x-btn-arrow-bottom:after { - height: 16px; - background-image: url(images/button/default-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-small.x-btn-split-right:after { - width: 30px; - background-image: url(images/button/default-small-s-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-small.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-small-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-small.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/default-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-small { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 34px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-small .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-small { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-small { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-small, -.x-btn.x-btn-pressed.x-btn-default-small { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-small, -.x-btn-focus.x-btn-pressed.x-btn-default-small { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-small-tl, -.x-btn-focus .x-btn-default-small-bl, -.x-btn-focus .x-btn-default-small-tr, -.x-btn-focus .x-btn-default-small-br, -.x-btn-focus .x-btn-default-small-tc, -.x-btn-focus .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-small-ml, -.x-btn-focus .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-small-tl, -.x-btn-over .x-btn-default-small-bl, -.x-btn-over .x-btn-default-small-tr, -.x-btn-over .x-btn-default-small-br, -.x-btn-over .x-btn-default-small-tc, -.x-btn-over .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-small-ml, -.x-btn-over .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-small-tl, -.x-btn-focus.x-btn-over .x-btn-default-small-bl, -.x-btn-focus.x-btn-over .x-btn-default-small-tr, -.x-btn-focus.x-btn-over .x-btn-default-small-br, -.x-btn-focus.x-btn-over .x-btn-default-small-tc, -.x-btn-focus.x-btn-over .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-small-ml, -.x-btn-focus.x-btn-over .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-small-tl, -.x-btn.x-btn-menu-active .x-btn-default-small-bl, -.x-btn.x-btn-menu-active .x-btn-default-small-tr, -.x-btn.x-btn-menu-active .x-btn-default-small-br, -.x-btn.x-btn-menu-active .x-btn-default-small-tc, -.x-btn.x-btn-menu-active .x-btn-default-small-bc, -.x-btn.x-btn-pressed .x-btn-default-small-tl, -.x-btn.x-btn-pressed .x-btn-default-small-bl, -.x-btn.x-btn-pressed .x-btn-default-small-tr, -.x-btn.x-btn-pressed .x-btn-default-small-br, -.x-btn.x-btn-pressed .x-btn-default-small-tc, -.x-btn.x-btn-pressed .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-small-ml, -.x-btn.x-btn-menu-active .x-btn-default-small-mr, -.x-btn.x-btn-pressed .x-btn-default-small-ml, -.x-btn.x-btn-pressed .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-small-mc, -.x-btn.x-btn-pressed .x-btn-default-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-small-br, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-small-tl, -.x-btn.x-btn-disabled .x-btn-default-small-bl, -.x-btn.x-btn-disabled .x-btn-default-small-tr, -.x-btn.x-btn-disabled .x-btn-default-small-br, -.x-btn.x-btn-disabled .x-btn-default-small-tc, -.x-btn.x-btn-disabled .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-small-ml, -.x-btn.x-btn-disabled .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-small:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-small:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-small:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-corners.gif), sides:url(images/btn/btn-default-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-over-corners.gif), sides:url(images/btn/btn-default-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-over-corners.gif), sides:url(images/btn/btn-default-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-pressed-corners.gif), sides:url(images/btn/btn-default-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-disabled-corners.gif), sides:url(images/btn/btn-default-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-small-cell > .x-grid-cell-inner >.x-btn-default-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 6px 4px 6px 4px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-6-4-6-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-medium-tr, -.x-btn-default-medium-br, -.x-btn-default-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-medium-tl, -.x-btn-default-medium-bl, -.x-btn-default-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-medium-tl, -.x-btn-default-medium-bl, -.x-btn-default-medium-tr, -.x-btn-default-medium-br, -.x-btn-default-medium-tc, -.x-btn-default-medium-bc, -.x-btn-default-medium-ml, -.x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-medium-ml, -.x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-medium-mc { - padding: 4px 2px 4px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-corners.gif), sides:url(images/btn/btn-default-medium-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-medium { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-medium { - font: 300 16px/24px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-medium, -.x-btn-icon-left > .x-btn-inner-default-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-medium { - font-size: 24px; - height: 24px; - color: #fff; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-medium, -.x-btn-icon-right > .x-btn-icon-el-default-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-medium, -.x-btn-icon-bottom > .x-btn-icon-el-default-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-medium.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-medium, -.x-btn-split-bottom > .x-btn-button-default-medium { - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-medium.x-btn-arrow-right:after { - width: 26px; - background-image: url(images/button/default-medium-arrow.png); - padding-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-medium.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-medium-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/default-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-medium.x-btn-split-right:after { - width: 36px; - background-image: url(images/button/default-medium-s-arrow.png); - padding-right: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-medium.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-medium-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-medium.x-btn-split-bottom:after { - height: 30px; - background-image: url(images/button/default-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-medium { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 40px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-medium .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-medium { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-medium { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-medium, -.x-btn.x-btn-pressed.x-btn-default-medium { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-medium, -.x-btn-focus.x-btn-pressed.x-btn-default-medium { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-medium { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-medium-tl, -.x-btn-focus .x-btn-default-medium-bl, -.x-btn-focus .x-btn-default-medium-tr, -.x-btn-focus .x-btn-default-medium-br, -.x-btn-focus .x-btn-default-medium-tc, -.x-btn-focus .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-medium-ml, -.x-btn-focus .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-medium-tl, -.x-btn-over .x-btn-default-medium-bl, -.x-btn-over .x-btn-default-medium-tr, -.x-btn-over .x-btn-default-medium-br, -.x-btn-over .x-btn-default-medium-tc, -.x-btn-over .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-medium-ml, -.x-btn-over .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-medium-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-tl, -.x-btn-focus.x-btn-over .x-btn-default-medium-bl, -.x-btn-focus.x-btn-over .x-btn-default-medium-tr, -.x-btn-focus.x-btn-over .x-btn-default-medium-br, -.x-btn-focus.x-btn-over .x-btn-default-medium-tc, -.x-btn-focus.x-btn-over .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-ml, -.x-btn-focus.x-btn-over .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-tl, -.x-btn.x-btn-menu-active .x-btn-default-medium-bl, -.x-btn.x-btn-menu-active .x-btn-default-medium-tr, -.x-btn.x-btn-menu-active .x-btn-default-medium-br, -.x-btn.x-btn-menu-active .x-btn-default-medium-tc, -.x-btn.x-btn-menu-active .x-btn-default-medium-bc, -.x-btn.x-btn-pressed .x-btn-default-medium-tl, -.x-btn.x-btn-pressed .x-btn-default-medium-bl, -.x-btn.x-btn-pressed .x-btn-default-medium-tr, -.x-btn.x-btn-pressed .x-btn-default-medium-br, -.x-btn.x-btn-pressed .x-btn-default-medium-tc, -.x-btn.x-btn-pressed .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-ml, -.x-btn.x-btn-menu-active .x-btn-default-medium-mr, -.x-btn.x-btn-pressed .x-btn-default-medium-ml, -.x-btn.x-btn-pressed .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-mc, -.x-btn.x-btn-pressed .x-btn-default-medium-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-medium-tl, -.x-btn.x-btn-disabled .x-btn-default-medium-bl, -.x-btn.x-btn-disabled .x-btn-default-medium-tr, -.x-btn.x-btn-disabled .x-btn-default-medium-br, -.x-btn.x-btn-disabled .x-btn-default-medium-tc, -.x-btn.x-btn-disabled .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-medium-ml, -.x-btn.x-btn-disabled .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc { - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc { - padding-top: 6px !important; - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc { - padding-top: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-medium:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-medium:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-medium:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-corners.gif), sides:url(images/btn/btn-default-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-over-corners.gif), sides:url(images/btn/btn-default-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-pressed-corners.gif), sides:url(images/btn/btn-default-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-disabled-corners.gif), sides:url(images/btn/btn-default-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-medium-cell > .x-grid-cell-inner >.x-btn-default-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 5px 4px 5px 4px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-5-4-5-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-large-tr, -.x-btn-default-large-br, -.x-btn-default-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-large-tl, -.x-btn-default-large-bl, -.x-btn-default-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-large-tl, -.x-btn-default-large-bl, -.x-btn-default-large-tr, -.x-btn-default-large-br, -.x-btn-default-large-tc, -.x-btn-default-large-bc, -.x-btn-default-large-ml, -.x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-large-ml, -.x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-large-mc { - padding: 3px 2px 3px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-corners.gif), sides:url(images/btn/btn-default-large-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-large { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-large { - font: 300 17px/20px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-large, -.x-btn-icon-left > .x-btn-inner-default-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-large { - font-size: 32px; - height: 32px; - color: #fff; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-large, -.x-btn-icon-right > .x-btn-icon-el-default-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-large, -.x-btn-icon-bottom > .x-btn-icon-el-default-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-large.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-large, -.x-btn-split-bottom > .x-btn-button-default-large { - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-large.x-btn-arrow-right:after { - width: 30px; - background-image: url(images/button/default-large-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-large.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-large-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-large.x-btn-arrow-bottom:after { - height: 24px; - background-image: url(images/button/default-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-large.x-btn-split-right:after { - width: 42px; - background-image: url(images/button/default-large-s-arrow.png); - padding-right: 42px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-large.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-large-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-large.x-btn-split-bottom:after { - height: 36px; - background-image: url(images/button/default-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-large { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 46px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-large .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-large { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-large { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-large, -.x-btn.x-btn-pressed.x-btn-default-large { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-large, -.x-btn-focus.x-btn-pressed.x-btn-default-large { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-large { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-large-tl, -.x-btn-focus .x-btn-default-large-bl, -.x-btn-focus .x-btn-default-large-tr, -.x-btn-focus .x-btn-default-large-br, -.x-btn-focus .x-btn-default-large-tc, -.x-btn-focus .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-large-ml, -.x-btn-focus .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-large-tl, -.x-btn-over .x-btn-default-large-bl, -.x-btn-over .x-btn-default-large-tr, -.x-btn-over .x-btn-default-large-br, -.x-btn-over .x-btn-default-large-tc, -.x-btn-over .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-large-ml, -.x-btn-over .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-large-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-large-tl, -.x-btn-focus.x-btn-over .x-btn-default-large-bl, -.x-btn-focus.x-btn-over .x-btn-default-large-tr, -.x-btn-focus.x-btn-over .x-btn-default-large-br, -.x-btn-focus.x-btn-over .x-btn-default-large-tc, -.x-btn-focus.x-btn-over .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-large-ml, -.x-btn-focus.x-btn-over .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-large-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-large-tl, -.x-btn.x-btn-menu-active .x-btn-default-large-bl, -.x-btn.x-btn-menu-active .x-btn-default-large-tr, -.x-btn.x-btn-menu-active .x-btn-default-large-br, -.x-btn.x-btn-menu-active .x-btn-default-large-tc, -.x-btn.x-btn-menu-active .x-btn-default-large-bc, -.x-btn.x-btn-pressed .x-btn-default-large-tl, -.x-btn.x-btn-pressed .x-btn-default-large-bl, -.x-btn.x-btn-pressed .x-btn-default-large-tr, -.x-btn.x-btn-pressed .x-btn-default-large-br, -.x-btn.x-btn-pressed .x-btn-default-large-tc, -.x-btn.x-btn-pressed .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-large-ml, -.x-btn.x-btn-menu-active .x-btn-default-large-mr, -.x-btn.x-btn-pressed .x-btn-default-large-ml, -.x-btn.x-btn-pressed .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-large-mc, -.x-btn.x-btn-pressed .x-btn-default-large-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-large-br, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-large-tl, -.x-btn.x-btn-disabled .x-btn-default-large-bl, -.x-btn.x-btn-disabled .x-btn-default-large-tr, -.x-btn.x-btn-disabled .x-btn-default-large-br, -.x-btn.x-btn-disabled .x-btn-default-large-tc, -.x-btn.x-btn-disabled .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-large-ml, -.x-btn.x-btn-disabled .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc { - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc { - padding-top: 5px !important; - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc { - padding-top: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-large:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-large:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-large:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-corners.gif), sides:url(images/btn/btn-default-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-over-corners.gif), sides:url(images/btn/btn-default-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-over-corners.gif), sides:url(images/btn/btn-default-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-pressed-corners.gif), sides:url(images/btn/btn-default-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-disabled-corners.gif), sides:url(images/btn/btn-default-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-large-cell > .x-grid-cell-inner >.x-btn-default-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 4px 3px 4px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-4-3-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-small-tr, -.x-btn-default-toolbar-small-br, -.x-btn-default-toolbar-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-small-tl, -.x-btn-default-toolbar-small-bl, -.x-btn-default-toolbar-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-small-tl, -.x-btn-default-toolbar-small-bl, -.x-btn-default-toolbar-small-tr, -.x-btn-default-toolbar-small-br, -.x-btn-default-toolbar-small-tc, -.x-btn-default-toolbar-small-bc, -.x-btn-default-toolbar-small-ml, -.x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-small-ml, -.x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-small-mc { - padding: 1px 2px 1px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-corners.gif), sides:url(images/btn/btn-default-toolbar-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-small { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-small { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-small { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-small { - font: 300 15px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 6px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-small, -.x-btn-icon-left > .x-btn-inner-default-toolbar-small { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-small { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-small.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-small, -.x-btn-split-bottom > .x-btn-button-default-toolbar-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after { - width: 22px; - background-image: url(images/button/default-toolbar-small-arrow.png); - padding-right: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-toolbar-small.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-toolbar-small-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-small.x-btn-arrow-bottom:after { - height: 16px; - background-image: url(images/button/default-toolbar-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-small.x-btn-split-right:after { - width: 30px; - background-image: url(images/button/default-toolbar-small-s-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-toolbar-small.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-toolbar-small-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-small.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/default-toolbar-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-small { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 34px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-toolbar-small .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-small { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-small, -.x-btn.x-btn-pressed.x-btn-default-toolbar-small { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-small { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-small-tl, -.x-btn-focus .x-btn-default-toolbar-small-bl, -.x-btn-focus .x-btn-default-toolbar-small-tr, -.x-btn-focus .x-btn-default-toolbar-small-br, -.x-btn-focus .x-btn-default-toolbar-small-tc, -.x-btn-focus .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-small-ml, -.x-btn-focus .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-small-tl, -.x-btn-over .x-btn-default-toolbar-small-bl, -.x-btn-over .x-btn-default-toolbar-small-tr, -.x-btn-over .x-btn-default-toolbar-small-br, -.x-btn-over .x-btn-default-toolbar-small-tc, -.x-btn-over .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-small-ml, -.x-btn-over .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-small-cell > .x-grid-cell-inner >.x-btn-default-toolbar-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 6px 4px 6px 4px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-6-4-6-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-medium-tr, -.x-btn-default-toolbar-medium-br, -.x-btn-default-toolbar-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-medium-tl, -.x-btn-default-toolbar-medium-bl, -.x-btn-default-toolbar-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-medium-tl, -.x-btn-default-toolbar-medium-bl, -.x-btn-default-toolbar-medium-tr, -.x-btn-default-toolbar-medium-br, -.x-btn-default-toolbar-medium-tc, -.x-btn-default-toolbar-medium-bc, -.x-btn-default-toolbar-medium-ml, -.x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-medium-ml, -.x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-medium-mc { - padding: 4px 2px 4px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-medium { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-medium { - font: 300 16px/24px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-medium, -.x-btn-icon-left > .x-btn-inner-default-toolbar-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-medium { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-medium.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-medium, -.x-btn-split-bottom > .x-btn-button-default-toolbar-medium { - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-medium.x-btn-arrow-right:after { - width: 26px; - background-image: url(images/button/default-toolbar-medium-arrow.png); - padding-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-toolbar-medium.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-toolbar-medium-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/default-toolbar-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-medium.x-btn-split-right:after { - width: 36px; - background-image: url(images/button/default-toolbar-medium-s-arrow.png); - padding-right: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-toolbar-medium.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-toolbar-medium-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-medium.x-btn-split-bottom:after { - height: 30px; - background-image: url(images/button/default-toolbar-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-medium { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 40px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-toolbar-medium .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-medium { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-medium, -.x-btn.x-btn-pressed.x-btn-default-toolbar-medium { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-medium { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-medium-tl, -.x-btn-focus .x-btn-default-toolbar-medium-bl, -.x-btn-focus .x-btn-default-toolbar-medium-tr, -.x-btn-focus .x-btn-default-toolbar-medium-br, -.x-btn-focus .x-btn-default-toolbar-medium-tc, -.x-btn-focus .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-medium-ml, -.x-btn-focus .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-medium-tl, -.x-btn-over .x-btn-default-toolbar-medium-bl, -.x-btn-over .x-btn-default-toolbar-medium-tr, -.x-btn-over .x-btn-default-toolbar-medium-br, -.x-btn-over .x-btn-default-toolbar-medium-tc, -.x-btn-over .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-medium-ml, -.x-btn-over .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc { - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc { - padding-top: 6px !important; - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc { - padding-top: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-default-toolbar-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 5px 4px 5px 4px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-5-4-5-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-large-tr, -.x-btn-default-toolbar-large-br, -.x-btn-default-toolbar-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-large-tl, -.x-btn-default-toolbar-large-bl, -.x-btn-default-toolbar-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-large-tl, -.x-btn-default-toolbar-large-bl, -.x-btn-default-toolbar-large-tr, -.x-btn-default-toolbar-large-br, -.x-btn-default-toolbar-large-tc, -.x-btn-default-toolbar-large-bc, -.x-btn-default-toolbar-large-ml, -.x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-large-ml, -.x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-large-mc { - padding: 3px 2px 3px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-corners.gif), sides:url(images/btn/btn-default-toolbar-large-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-large { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-large { - font: 300 17px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-large, -.x-btn-icon-left > .x-btn-inner-default-toolbar-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-large { - font-size: 32px; - height: 32px; - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-large.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-large, -.x-btn-split-bottom > .x-btn-button-default-toolbar-large { - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-large.x-btn-arrow-right:after { - width: 30px; - background-image: url(images/button/default-toolbar-large-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-toolbar-large.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-toolbar-large-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-large.x-btn-arrow-bottom:after { - height: 24px; - background-image: url(images/button/default-toolbar-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-large.x-btn-split-right:after { - width: 42px; - background-image: url(images/button/default-toolbar-large-s-arrow.png); - padding-right: 42px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-toolbar-large.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-toolbar-large-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-large.x-btn-split-bottom:after { - height: 36px; - background-image: url(images/button/default-toolbar-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-large { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 46px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-toolbar-large .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-large { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-large, -.x-btn.x-btn-pressed.x-btn-default-toolbar-large { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-large { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-large-tl, -.x-btn-focus .x-btn-default-toolbar-large-bl, -.x-btn-focus .x-btn-default-toolbar-large-tr, -.x-btn-focus .x-btn-default-toolbar-large-br, -.x-btn-focus .x-btn-default-toolbar-large-tc, -.x-btn-focus .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-large-ml, -.x-btn-focus .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-large-tl, -.x-btn-over .x-btn-default-toolbar-large-bl, -.x-btn-over .x-btn-default-toolbar-large-tr, -.x-btn-over .x-btn-default-toolbar-large-br, -.x-btn-over .x-btn-default-toolbar-large-tc, -.x-btn-over .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-large-ml, -.x-btn-over .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc { - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc { - padding-top: 5px !important; - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc { - padding-top: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-large-cell > .x-grid-cell-inner >.x-btn-default-toolbar-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:1 */ -.x-tool { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:5 */ -.x-tool-img { - overflow: hidden; - width: 32px; - height: 32px; - background-image: url(images/tools/tool-sprites.png); - margin: 0; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:19 */ -.x-tool-over .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); - opacity: 0.9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:24 */ -.x-tool-pressed .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:30 */ -.x-tool-placeholder { - visibility: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:34 */ -.x-tool-close { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:43 */ -.x-tool-minimize { - background-position: 0 -32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:52 */ -.x-tool-maximize { - background-position: 0 -64px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:61 */ -.x-tool-restore { - background-position: 0 -96px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:70 */ -.x-tool-toggle { - background-position: 0 -128px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:78 */ -.x-panel-collapsed .x-tool-toggle { - background-position: 0 -160px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:88 */ -.x-tool-gear { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:97 */ -.x-tool-prev { - background-position: 0 -224px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:106 */ -.x-tool-next { - background-position: 0 -256px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:115 */ -.x-tool-pin { - background-position: 0 -288px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:124 */ -.x-tool-unpin { - background-position: 0 -320px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:133 */ -.x-tool-right { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:142 */ -.x-tool-left { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:151 */ -.x-tool-down { - background-position: 0 -416px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:160 */ -.x-tool-up { - background-position: 0 -448px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:169 */ -.x-tool-refresh { - background-position: 0 -480px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:178 */ -.x-tool-plus { - background-position: 0 -512px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:187 */ -.x-tool-minus { - background-position: 0 -544px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:196 */ -.x-tool-search { - background-position: 0 -576px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:205 */ -.x-tool-save { - background-position: 0 -608px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:214 */ -.x-tool-help { - background-position: 0 -640px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:223 */ -.x-tool-print { - background-position: 0 -672px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:232 */ -.x-tool-expand { - background-position: 0 -704px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:241 */ -.x-tool-collapse { - background-position: 0 -736px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:250 */ -.x-tool-resize { - background-position: 0 -768px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:259 */ -.x-tool-move { - background-position: 0 -800px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:268 */ -.x-tool-expand-bottom { - background-position: 0 -416px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:277 */ -.x-tool-collapse-bottom { - background-position: 0 -416px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:286 */ -.x-tool-expand-top { - background-position: 0 -448px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:295 */ -.x-tool-collapse-top { - background-position: 0 -448px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:304 */ -.x-tool-expand-left { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:313 */ -.x-tool-collapse-left { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:322 */ -.x-tool-expand-right { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:331 */ -.x-tool-collapse-right { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:342 */ -.x-rtl.x-tool-expand-left { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:351 */ -.x-rtl.x-tool-collapse-left { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:360 */ -.x-rtl.x-tool-expand-right { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:369 */ -.x-rtl.x-tool-collapse-right { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Header.scss:1 */ -.x-header-draggable, -.x-header-ghost { - cursor: move; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Header.scss:6 */ -.x-header-text { - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:22 */ -.x-collapse-el { - cursor: pointer; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:46 */ -.x-layout-split-left { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:55 */ -.x-layout-split-right { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:66 */ -.x-rtl.x-layout-split-left { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:75 */ -.x-rtl.x-layout-split-right { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:86 */ -.x-layout-split-top { - background-image: url(images/util/splitter/mini-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:95 */ -.x-layout-split-bottom { - background-image: url(images/util/splitter/mini-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:105 */ -.x-splitter-collapsed .x-layout-split-left { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:114 */ -.x-splitter-collapsed .x-layout-split-right { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:125 */ -.x-splitter-collapsed .x-rtl.x-layout-split-left { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:134 */ -.x-splitter-collapsed .x-rtl.x-layout-split-right { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:145 */ -.x-splitter-collapsed .x-layout-split-top { - background-image: url(images/util/splitter/mini-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:154 */ -.x-splitter-collapsed .x-layout-split-bottom { - background-image: url(images/util/splitter/mini-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:164 */ -.x-splitter-active { - background-color: #b4b4b4; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:168 */ -.x-splitter-active .x-collapse-el { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:173 */ -.x-layout-split-left, -.x-layout-split-right { - top: 50%; - margin-top: -16px; - width: 16px; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:181 */ -.x-layout-split-top, -.x-layout-split-bottom { - left: 50%; - width: 32px; - height: 16px; - margin-left: -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-splitter-focus:after { - position: absolute; - content: ' '; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:232 */ -.x-toolbar-default { - padding: 6px 0 6px 8px; - border-style: solid; - border-color: #cfcfcf; - border-width: 1px; - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:236 */ -.x-toolbar-default.x-rtl { - padding: 6px 8px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:248 */ -.x-toolbar-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:263 */ -.x-toolbar-default .x-toolbar-item { - margin: 0 8px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:267 */ -.x-toolbar-default .x-toolbar-item.x-rtl { - margin: 0 0 0 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:273 */ -.x-toolbar-default .x-toolbar-separator-horizontal { - margin: 0 8px 0 0; - height: 14px; - border-style: solid; - border-width: 0 0 0 1px; - border-left-color: #e1e1e1; - border-right-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:282 */ -.x-toolbar-default .x-box-menu-after { - margin: 0 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:287 */ -.x-toolbar-default-vertical { - padding: 6px 8px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:291 */ -.x-toolbar-default-vertical.x-rtl { - padding: 6px 8px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:296 */ -.x-toolbar-default-vertical .x-toolbar-item { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:299 */ -.x-toolbar-default-vertical .x-toolbar-item.x-rtl { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:305 */ -.x-toolbar-default-vertical .x-toolbar-separator-vertical { - margin: 0 5px 6px; - border-style: solid none; - border-width: 1px 0 0; - border-top-color: #e1e1e1; - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:313 */ -.x-toolbar-default-vertical .x-box-menu-after { - margin: 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:328 */ -.x-toolbar-text-default { - padding: 0 4px; - color: #334049; - font: 300 15px/16px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:334 */ -.x-toolbar-spacer-default { - width: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-toolbar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-toolbar-default { - cursor: pointer; - color: #cfcfcf; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-toolbar-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-toolbar-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-toolbar-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-toolbar-default.x-box-scroller-left, -.x-box-scroller-toolbar-default.x-box-scroller-right { - width: 32px; - height: 32px; - top: 50%; - margin-top: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-toolbar-default.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-toolbar-default.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-toolbar-default.x-box-scroller-top, -.x-box-scroller-toolbar-default.x-box-scroller-bottom { - height: 32px; - width: 32px; - left: 50%; - margin-left: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-toolbar-default.x-box-scroller-top { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/toolbar/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-toolbar-default.x-box-scroller-bottom { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/toolbar/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:376 */ -.x-ie8 .x-box-scroller-toolbar-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:382 */ -.x-toolbar-more-icon { - background-image: url(images/toolbar/default-more.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:390 */ -.x-toolbar-more-icon.x-rtl { - background-image: url(images/toolbar/default-more-left.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-toolbar-default:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:232 */ -.x-toolbar-footer { - padding: 6px 0 6px 6px; - border-style: solid; - border-color: #cfcfcf; - border-width: 0; - background-image: none; - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:236 */ -.x-toolbar-footer.x-rtl { - padding: 6px 6px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:248 */ -.x-toolbar-footer .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:263 */ -.x-toolbar-footer .x-toolbar-item { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:267 */ -.x-toolbar-footer .x-toolbar-item.x-rtl { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:273 */ -.x-toolbar-footer .x-toolbar-separator-horizontal { - margin: 0 8px 0 0; - height: 14px; - border-style: solid; - border-width: 0 0 0 1px; - border-left-color: #e1e1e1; - border-right-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:282 */ -.x-toolbar-footer .x-box-menu-after { - margin: 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:287 */ -.x-toolbar-footer-vertical { - padding: 6px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:291 */ -.x-toolbar-footer-vertical.x-rtl { - padding: 6px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:296 */ -.x-toolbar-footer-vertical .x-toolbar-item { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:299 */ -.x-toolbar-footer-vertical .x-toolbar-item.x-rtl { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:305 */ -.x-toolbar-footer-vertical .x-toolbar-separator-vertical { - margin: 0 5px 6px; - border-style: solid none; - border-width: 1px 0 0; - border-top-color: #e1e1e1; - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:313 */ -.x-toolbar-footer-vertical .x-box-menu-after { - margin: 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:328 */ -.x-toolbar-text-footer { - padding: 0 4px; - color: #334049; - font: 300 15px/16px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:334 */ -.x-toolbar-spacer-footer { - width: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-toolbar-footer-scroller .x-box-scroller-body-horizontal { - margin-left: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-toolbar-footer-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-toolbar-footer { - cursor: pointer; - color: #cfcfcf; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-toolbar-footer.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-toolbar-footer.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-toolbar-footer.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-toolbar-footer.x-box-scroller-left, -.x-box-scroller-toolbar-footer.x-box-scroller-right { - width: 32px; - height: 32px; - top: 50%; - margin-top: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-toolbar-footer.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/footer-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-toolbar-footer.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/footer-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:376 */ -.x-ie8 .x-box-scroller-toolbar-footer { - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:382 */ -.x-toolbar-more-icon { - background-image: url(images/toolbar/footer-more.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:390 */ -.x-toolbar-more-icon.x-rtl { - background-image: url(images/toolbar/footer-more-left.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-toolbar-footer:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:1 */ -.x-dd-drag-proxy { - color: #000; - font: 300 15px/19px helvetica, arial, verdana, sans-serif; - border: 1px solid #e1e1e1; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:8 */ -.x-dd-drag-ghost, -.x-dd-drop-icon { - padding: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:13 */ -.x-rtl .x-dd-drag-ghost, -.x-rtl .x-dd-drop-icon { - padding: 5px 5px 5px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:19 */ -.x-dd-drag-ghost { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:23 */ -.x-rtl .x-dd-drag-ghost { - padding-left: 5px; - padding-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:30 */ -.x-dd-drop-ok .x-dd-drop-icon { - background-image: url(images/dd/drop-yes.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:38 */ -.x-dd-drop-ok-add .x-dd-drop-icon { - background-image: url(images/dd/drop-add.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:47 */ -.x-dd-drop-nodrop div.x-dd-drop-icon { - background-image: url(images/dd/drop-no.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:899 */ -.x-panel-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-default { - border-color: #f5f5f5; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-default { - font-size: 17px; - border: 1px solid #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-default .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-default-horizontal { - padding: 5px 15px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-default-horizontal .x-panel-header-default-tab-bar { - margin-top: -5px; - margin-bottom: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-default-horizontal.x-header-noborder { - padding: 6px 16px 6px 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-default-horizontal.x-header-noborder .x-panel-header-default-tab-bar { - margin-top: -6px; - margin-bottom: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-default-vertical { - padding: 15px 5px 15px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-default-vertical .x-panel-header-default-tab-bar { - margin-right: -5px; - margin-left: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-default-vertical.x-header-noborder { - padding: 16px 6px 16px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar { - margin-right: -6px; - margin-left: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:355 */ -.x-rtl.x-panel-header-default-vertical { - padding: 15px 6px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:359 */ -.x-rtl.x-panel-header-default-vertical .x-panel-header-default-tab-bar { - margin-left: -5px; - margin-right: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:367 */ -.x-rtl.x-panel-header-default-vertical.x-header-noborder { - padding: 16px 6px 16px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:371 */ -.x-rtl.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar { - margin-left: -6px; - margin-right: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-default { - color: #157fcc; - font-size: 17px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-default > .x-title-text-default { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:450 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:467 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-default { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:667 */ -.x-panel-header-default { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:671 */ -.x-panel-header-default-vertical { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:676 */ -.x-rtl.x-panel-header-default-vertical { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:729 */ -.x-panel .x-panel-header-default-collapsed-border-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:733 */ -.x-panel .x-panel-header-default-collapsed-border-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:737 */ -.x-panel .x-panel-header-default-collapsed-border-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:741 */ -.x-panel .x-panel-header-default-collapsed-border-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-default-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:782 */ -.x-panel-header-default-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-default-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:792 */ -.x-panel-header-default-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-default-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:804 */ -.x-panel-header-default-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-default-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:814 */ -.x-panel-header-default-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-default .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-default .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-default .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:833 */ -.x-rtl.x-panel-header-default-collapsed-border-right { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:836 */ -.x-rtl.x-panel-header-default-collapsed-border-left { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-default-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-default-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-default-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-default-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-default-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-default-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-default-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-default-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-default-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-default-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-default-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-default-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-default-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-default-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-default-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-default-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-default-framed { - border-color: #f5f5f5; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-default-framed { - font-size: 17px; - border: 1px solid #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-default-framed .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-default-framed-horizontal { - padding: 5px 15px 5px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-default-framed-horizontal .x-panel-header-default-framed-tab-bar { - margin-top: -5px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-default-framed-horizontal.x-header-noborder { - padding: 6px 16px 5px 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-default-framed-horizontal.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-top: -6px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-default-framed-vertical { - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar { - margin-right: -5px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-default-framed-vertical.x-header-noborder { - padding: 16px 6px 16px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-right: -6px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:355 */ -.x-rtl.x-panel-header-default-framed-vertical { - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:359 */ -.x-rtl.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar { - margin-left: -5px; - margin-right: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:367 */ -.x-rtl.x-panel-header-default-framed-vertical.x-header-noborder { - padding: 16px 5px 16px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:371 */ -.x-rtl.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-left: -6px; - margin-right: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-default-framed { - color: #157fcc; - font-size: 17px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-default-framed > .x-title-text-default-framed { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:450 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:467 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-default-framed { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-default-framed { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-default-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-default-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-default-framed-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-default-framed-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-default-framed-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-default-framed-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-default-framed-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-default-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-default-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-default-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-default-framed-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-default-framed-tr, -.x-panel-default-framed-br, -.x-panel-default-framed-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-default-framed-tl, -.x-panel-default-framed-bl, -.x-panel-default-framed-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-default-framed-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-default-framed-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-default-framed-tl, -.x-panel-default-framed-bl, -.x-panel-default-framed-tr, -.x-panel-default-framed-br, -.x-panel-default-framed-tc, -.x-panel-default-framed-bc, -.x-panel-default-framed-ml, -.x-panel-default-framed-mr { - background-image: url(images/panel/panel-default-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-default-framed-ml, -.x-panel-default-framed-mr { - background-image: url(images/panel/panel-default-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-default-framed-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-default-framed:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-default-framed-corners.gif), sides:url(images/panel/panel-default-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 15px 5px 15px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-top-frameInfo { - font-family: dh-4-4-0-4-1-1-0-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-top-tr, -.x-panel-header-default-framed-top-br, -.x-panel-header-default-framed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-top-tl, -.x-panel-header-default-framed-top-bl, -.x-panel-header-default-framed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-top-tl, -.x-panel-header-default-framed-top-bl, -.x-panel-header-default-framed-top-tr, -.x-panel-header-default-framed-top-br, -.x-panel-header-default-framed-top-tc, -.x-panel-header-default-framed-top-bc, -.x-panel-header-default-framed-top-ml, -.x-panel-header-default-framed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-top-ml, -.x-panel-header-default-framed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-top-mc { - padding: 2px 12px 5px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-default-framed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 15px 5px 15px 5px; - border-width: 1px 1px 1px 0; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-default-framed-right { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-right-frameInfo { - font-family: dh-4-4-4-0-1-1-1-0-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-right-tr, -.x-panel-header-default-framed-right-br, -.x-panel-header-default-framed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-right-tl, -.x-panel-header-default-framed-right-bl, -.x-panel-header-default-framed-right-ml { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-right-tl, -.x-panel-header-default-framed-right-bl, -.x-panel-header-default-framed-right-tr, -.x-panel-header-default-framed-right-br, -.x-panel-header-default-framed-right-tc, -.x-panel-header-default-framed-right-bc, -.x-panel-header-default-framed-right-ml, -.x-panel-header-default-framed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-default-framed-right-tl, -.x-rtl.x-panel-header-default-framed-right-ml, -.x-rtl.x-panel-header-default-framed-right-bl, -.x-rtl.x-panel-header-default-framed-right-tr, -.x-rtl.x-panel-header-default-framed-right-mr, -.x-rtl.x-panel-header-default-framed-right-br { - background-image: url(images/panel-header/panel-header-default-framed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-right-ml, -.x-panel-header-default-framed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-right-mc { - padding: 12px 2px 12px 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-default-framed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-bottom-frameInfo { - font-family: dh-0-4-4-4-0-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-bottom-tr, -.x-panel-header-default-framed-bottom-br, -.x-panel-header-default-framed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-bottom-tl, -.x-panel-header-default-framed-bottom-bl, -.x-panel-header-default-framed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-bottom-tl, -.x-panel-header-default-framed-bottom-bl, -.x-panel-header-default-framed-bottom-tr, -.x-panel-header-default-framed-bottom-br, -.x-panel-header-default-framed-bottom-tc, -.x-panel-header-default-framed-bottom-bc, -.x-panel-header-default-framed-bottom-ml, -.x-panel-header-default-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-bottom-ml, -.x-panel-header-default-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-bottom-mc { - padding: 5px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-bottom:before { - display: none; - content: "x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px 0 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-default-framed-left { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-left-frameInfo { - font-family: dh-4-0-4-4-1-0-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-left-tr, -.x-panel-header-default-framed-left-br, -.x-panel-header-default-framed-left-mr { - padding-right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-left-tl, -.x-panel-header-default-framed-left-bl, -.x-panel-header-default-framed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-left-tl, -.x-panel-header-default-framed-left-bl, -.x-panel-header-default-framed-left-tr, -.x-panel-header-default-framed-left-br, -.x-panel-header-default-framed-left-tc, -.x-panel-header-default-framed-left-bc, -.x-panel-header-default-framed-left-ml, -.x-panel-header-default-framed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-default-framed-left-tl, -.x-rtl.x-panel-header-default-framed-left-ml, -.x-rtl.x-panel-header-default-framed-left-bl, -.x-rtl.x-panel-header-default-framed-left-tr, -.x-rtl.x-panel-header-default-framed-left-mr, -.x-rtl.x-panel-header-default-framed-left-br { - background-image: url(images/panel-header/panel-header-default-framed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-left-ml, -.x-panel-header-default-framed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-left-mc { - padding: 12px 5px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-left:before { - display: none; - content: "x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-default-framed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-top-tr, -.x-panel-header-default-framed-collapsed-top-br, -.x-panel-header-default-framed-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-top-tl, -.x-panel-header-default-framed-collapsed-top-bl, -.x-panel-header-default-framed-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-top-tl, -.x-panel-header-default-framed-collapsed-top-bl, -.x-panel-header-default-framed-collapsed-top-tr, -.x-panel-header-default-framed-collapsed-top-br, -.x-panel-header-default-framed-collapsed-top-tc, -.x-panel-header-default-framed-collapsed-top-bc, -.x-panel-header-default-framed-collapsed-top-ml, -.x-panel-header-default-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-top-ml, -.x-panel-header-default-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-top-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-right { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-default-framed-collapsed-right { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-right-tr, -.x-panel-header-default-framed-collapsed-right-br, -.x-panel-header-default-framed-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-right-tl, -.x-panel-header-default-framed-collapsed-right-bl, -.x-panel-header-default-framed-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-right-tl, -.x-panel-header-default-framed-collapsed-right-bl, -.x-panel-header-default-framed-collapsed-right-tr, -.x-panel-header-default-framed-collapsed-right-br, -.x-panel-header-default-framed-collapsed-right-tc, -.x-panel-header-default-framed-collapsed-right-bc, -.x-panel-header-default-framed-collapsed-right-ml, -.x-panel-header-default-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-default-framed-collapsed-right-tl, -.x-rtl.x-panel-header-default-framed-collapsed-right-ml, -.x-rtl.x-panel-header-default-framed-collapsed-right-bl, -.x-rtl.x-panel-header-default-framed-collapsed-right-tr, -.x-rtl.x-panel-header-default-framed-collapsed-right-mr, -.x-rtl.x-panel-header-default-framed-collapsed-right-br { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-right-ml, -.x-panel-header-default-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-right-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-bottom { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-bottom-tr, -.x-panel-header-default-framed-collapsed-bottom-br, -.x-panel-header-default-framed-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-bottom-tl, -.x-panel-header-default-framed-collapsed-bottom-bl, -.x-panel-header-default-framed-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-bottom-tl, -.x-panel-header-default-framed-collapsed-bottom-bl, -.x-panel-header-default-framed-collapsed-bottom-tr, -.x-panel-header-default-framed-collapsed-bottom-br, -.x-panel-header-default-framed-collapsed-bottom-tc, -.x-panel-header-default-framed-collapsed-bottom-bc, -.x-panel-header-default-framed-collapsed-bottom-ml, -.x-panel-header-default-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-bottom-ml, -.x-panel-header-default-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-bottom-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-default-framed-collapsed-left { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-left-tr, -.x-panel-header-default-framed-collapsed-left-br, -.x-panel-header-default-framed-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-left-tl, -.x-panel-header-default-framed-collapsed-left-bl, -.x-panel-header-default-framed-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-left-tl, -.x-panel-header-default-framed-collapsed-left-bl, -.x-panel-header-default-framed-collapsed-left-tr, -.x-panel-header-default-framed-collapsed-left-br, -.x-panel-header-default-framed-collapsed-left-tc, -.x-panel-header-default-framed-collapsed-left-bc, -.x-panel-header-default-framed-collapsed-left-ml, -.x-panel-header-default-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-default-framed-collapsed-left-tl, -.x-rtl.x-panel-header-default-framed-collapsed-left-ml, -.x-rtl.x-panel-header-default-framed-collapsed-left-bl, -.x-rtl.x-panel-header-default-framed-collapsed-left-tr, -.x-rtl.x-panel-header-default-framed-collapsed-left-mr, -.x-rtl.x-panel-header-default-framed-collapsed-left-br { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-left-ml, -.x-panel-header-default-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-left-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:629 */ -.x-panel .x-panel-header-default-framed-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:633 */ -.x-panel .x-panel-header-default-framed-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:637 */ -.x-panel .x-panel-header-default-framed-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:641 */ -.x-panel .x-panel-header-default-framed-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:647 */ -.x-nbr .x-panel-header-default-framed-collapsed-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:651 */ -.x-nbr .x-panel-header-default-framed-collapsed-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:655 */ -.x-nbr .x-panel-header-default-framed-collapsed-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:659 */ -.x-nbr .x-panel-header-default-framed-collapsed-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-default-framed-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:782 */ -.x-panel-header-default-framed-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-default-framed-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:792 */ -.x-panel-header-default-framed-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-default-framed-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:804 */ -.x-panel-header-default-framed-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-default-framed-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:814 */ -.x-panel-header-default-framed-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-default-framed .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-default-framed .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-default-framed .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:833 */ -.x-rtl.x-panel-header-default-framed-collapsed-border-right { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:836 */ -.x-rtl.x-panel-header-default-framed-collapsed-border-left { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-default-framed-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-default-framed-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-default-framed-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-default-framed-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-default-framed-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-default-framed-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-default-framed-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-default-framed-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-default-framed-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-default-framed-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-default-framed-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-default-framed-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-default-framed-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-default-framed-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-default-framed-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-default-framed-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:101 */ -.x-btn-group-default { - border-color: #fff; - -webkit-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - -moz-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:110 */ -.x-btn-group-header-default { - padding: 4px 5px; - line-height: 16px; - background: #fff; - -moz-border-radius-topleft: 0px; - -webkit-border-top-left-radius: 0px; - border-top-left-radius: 0px; - -moz-border-radius-topright: 0px; - -webkit-border-top-right-radius: 0px; - border-top-right-radius: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:121 */ -.x-btn-group-header-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:132 */ -.x-btn-group-header-title-default { - font: 300 15px helvetica, arial, verdana, sans-serif; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:138 */ -.x-btn-group-body-default { - padding: 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:140 */ -.x-btn-group-body-default .x-table-layout { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-group-default-framed { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 0px 1px 0px 1px; - border-width: 3px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-group-default-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-group-default-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-group-default-framed-frameInfo { - font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-group-default-framed-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-group-default-framed-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-group-default-framed-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-group-default-framed-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-group-default-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-group-default-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-group-default-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-group-default-framed-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-group-default-framed-tr, -.x-btn-group-default-framed-br, -.x-btn-group-default-framed-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-group-default-framed-tl, -.x-btn-group-default-framed-bl, -.x-btn-group-default-framed-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-group-default-framed-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-group-default-framed-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-group-default-framed-tl, -.x-btn-group-default-framed-bl, -.x-btn-group-default-framed-tr, -.x-btn-group-default-framed-br, -.x-btn-group-default-framed-tc, -.x-btn-group-default-framed-bc, -.x-btn-group-default-framed-ml, -.x-btn-group-default-framed-mr { - background-image: url(images/btn-group/btn-group-default-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-group-default-framed-ml, -.x-btn-group-default-framed-mr { - background-image: url(images/btn-group/btn-group-default-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-group-default-framed-mc { - padding: 0px 1px 0px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-group-default-framed:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-corners.gif), sides:url(images/btn-group/btn-group-default-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-group-default-framed-notitle { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 0px 1px 0px 1px; - border-width: 3px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-group-default-framed-notitle-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-group-default-framed-notitle { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-group-default-framed-notitle-frameInfo { - font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-group-default-framed-notitle-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-group-default-framed-notitle-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-group-default-framed-notitle-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-group-default-framed-notitle-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-group-default-framed-notitle-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-group-default-framed-notitle-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-group-default-framed-notitle-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-group-default-framed-notitle-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-group-default-framed-notitle-tr, -.x-btn-group-default-framed-notitle-br, -.x-btn-group-default-framed-notitle-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-group-default-framed-notitle-tl, -.x-btn-group-default-framed-notitle-bl, -.x-btn-group-default-framed-notitle-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-group-default-framed-notitle-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-group-default-framed-notitle-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-group-default-framed-notitle-tl, -.x-btn-group-default-framed-notitle-bl, -.x-btn-group-default-framed-notitle-tr, -.x-btn-group-default-framed-notitle-br, -.x-btn-group-default-framed-notitle-tc, -.x-btn-group-default-framed-notitle-bc, -.x-btn-group-default-framed-notitle-ml, -.x-btn-group-default-framed-notitle-mr { - background-image: url(images/btn-group/btn-group-default-framed-notitle-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-group-default-framed-notitle-ml, -.x-btn-group-default-framed-notitle-mr { - background-image: url(images/btn-group/btn-group-default-framed-notitle-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-group-default-framed-notitle-mc { - padding: 0px 1px 0px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-group-default-framed-notitle:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-notitle-corners.gif), sides:url(images/btn-group/btn-group-default-framed-notitle-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:101 */ -.x-btn-group-default-framed { - border-color: #fff; - -webkit-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - -moz-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:110 */ -.x-btn-group-header-default-framed { - padding: 4px 5px; - line-height: 16px; - background: #fff; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:121 */ -.x-btn-group-header-default-framed .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:132 */ -.x-btn-group-header-title-default-framed { - font: 300 15px helvetica, arial, verdana, sans-serif; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:138 */ -.x-btn-group-body-default-framed { - padding: 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:140 */ -.x-btn-group-body-default-framed .x-table-layout { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:1 */ -.x-dashboard-column { - padding: 0 0 7px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:5 */ -.x-dashboard-panel { - margin-top: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:9 */ -.x-dashboard-column-first { - padding-left: 7px; - clear: left; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:14 */ -.x-dashboard-column-last { - padding-right: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:18 */ -.x-dashboard .x-panel-dd-spacer { - border: 2px dashed #99bbe8; - background: #f6f6f6; - border-radius: 4px; - -moz-border-radius: 4px; - margin-top: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:28 */ -.x-dashboard-dd-over { - overflow: hidden !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:696 */ -.x-window-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:228 */ -.x-window-default { - border-color: #f5f5f5; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-default { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-default-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-default { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-default-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-default-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-default-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-default-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-default-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-default-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-default-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-default-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-default-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-default-tr, -.x-window-default-br, -.x-window-default-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-default-tl, -.x-window-default-bl, -.x-window-default-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-default-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-default-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-default-tl, -.x-window-default-bl, -.x-window-default-tr, -.x-window-default-br, -.x-window-default-tc, -.x-window-default-bc, -.x-window-default-ml, -.x-window-default-mr { - background-image: url(images/window/window-default-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-default-ml, -.x-window-default-mr { - background-image: url(images/window/window-default-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-default-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-default:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window/window-default-corners.gif), sides:url(images/window/window-default-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:250 */ -.x-window-body-default { - border-color: #f5f5f5; - border-width: 1px; - border-style: solid; - background: #fff; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:264 */ -.x-window-header-default { - font-size: 17px; - border-color: #f5f5f5; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:269 */ -.x-window-header-default .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:282 */ -.x-window-header-default-horizontal .x-window-header-default-tab-bar { - margin-top: -5px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:289 */ -.x-window-header-default-vertical .x-window-header-default-tab-bar { - margin-right: -5px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:297 */ -.x-rtl.x-window-header-default-vertical .x-window-header-default-tab-bar { - margin-left: -5px; - margin-right: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:305 */ -.x-window-header-title-default { - color: #157fcc; - font-size: 17px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:314 */ -.x-window-header-title-default > .x-title-text-default { - padding: 0; - text-transform: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:361 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:366 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:371 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:378 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:383 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:388 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:395 */ -.x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:414 */ -.x-ie8 .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 15px 5px 15px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-top-tr, -.x-window-header-default-top-br, -.x-window-header-default-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-top-tl, -.x-window-header-default-top-bl, -.x-window-header-default-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-top-tl, -.x-window-header-default-top-bl, -.x-window-header-default-top-tr, -.x-window-header-default-top-br, -.x-window-header-default-top-tc, -.x-window-header-default-top-bc, -.x-window-header-default-top-ml, -.x-window-header-default-top-mr { - background-image: url(images/window-header/window-header-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-top-ml, -.x-window-header-default-top-mr { - background-image: url(images/window-header/window-header-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-top-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-top-corners.gif), sides:url(images/window-header/window-header-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 15px 5px 15px 5px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-right-tr, -.x-window-header-default-right-br, -.x-window-header-default-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-right-tl, -.x-window-header-default-right-bl, -.x-window-header-default-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-right-tl, -.x-window-header-default-right-bl, -.x-window-header-default-right-tr, -.x-window-header-default-right-br, -.x-window-header-default-right-tc, -.x-window-header-default-right-bc, -.x-window-header-default-right-ml, -.x-window-header-default-right-mr { - background-image: url(images/window-header/window-header-default-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-window-header-default-right-tl, -.x-rtl.x-window-header-default-right-ml, -.x-rtl.x-window-header-default-right-bl, -.x-rtl.x-window-header-default-right-tr, -.x-rtl.x-window-header-default-right-mr, -.x-rtl.x-window-header-default-right-br { - background-image: url(images/window-header/window-header-default-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-right-ml, -.x-window-header-default-right-mr { - background-image: url(images/window-header/window-header-default-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-right-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-right-corners.gif), corners-rtl:url(images/window-header/window-header-default-right-corners-rtl.gif), sides:url(images/window-header/window-header-default-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-bottom-tr, -.x-window-header-default-bottom-br, -.x-window-header-default-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-bottom-tl, -.x-window-header-default-bottom-bl, -.x-window-header-default-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-bottom-tl, -.x-window-header-default-bottom-bl, -.x-window-header-default-bottom-tr, -.x-window-header-default-bottom-br, -.x-window-header-default-bottom-tc, -.x-window-header-default-bottom-bc, -.x-window-header-default-bottom-ml, -.x-window-header-default-bottom-mr { - background-image: url(images/window-header/window-header-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-bottom-ml, -.x-window-header-default-bottom-mr { - background-image: url(images/window-header/window-header-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-bottom-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-bottom-corners.gif), sides:url(images/window-header/window-header-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-left-tr, -.x-window-header-default-left-br, -.x-window-header-default-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-left-tl, -.x-window-header-default-left-bl, -.x-window-header-default-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-left-tl, -.x-window-header-default-left-bl, -.x-window-header-default-left-tr, -.x-window-header-default-left-br, -.x-window-header-default-left-tc, -.x-window-header-default-left-bc, -.x-window-header-default-left-ml, -.x-window-header-default-left-mr { - background-image: url(images/window-header/window-header-default-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-window-header-default-left-tl, -.x-rtl.x-window-header-default-left-ml, -.x-rtl.x-window-header-default-left-bl, -.x-rtl.x-window-header-default-left-tr, -.x-rtl.x-window-header-default-left-mr, -.x-rtl.x-window-header-default-left-br { - background-image: url(images/window-header/window-header-default-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-left-ml, -.x-window-header-default-left-mr { - background-image: url(images/window-header/window-header-default-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-left-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-left-corners.gif), corners-rtl:url(images/window-header/window-header-default-left-corners-rtl.gif), sides:url(images/window-header/window-header-default-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-top { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-top-tr, -.x-window-header-default-collapsed-top-br, -.x-window-header-default-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-top-tl, -.x-window-header-default-collapsed-top-bl, -.x-window-header-default-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-top-tl, -.x-window-header-default-collapsed-top-bl, -.x-window-header-default-collapsed-top-tr, -.x-window-header-default-collapsed-top-br, -.x-window-header-default-collapsed-top-tc, -.x-window-header-default-collapsed-top-bc, -.x-window-header-default-collapsed-top-ml, -.x-window-header-default-collapsed-top-mr { - background-image: url(images/window-header/window-header-default-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-top-ml, -.x-window-header-default-collapsed-top-mr { - background-image: url(images/window-header/window-header-default-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-top-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-top-corners.gif), sides:url(images/window-header/window-header-default-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-right { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-right-tr, -.x-window-header-default-collapsed-right-br, -.x-window-header-default-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-right-tl, -.x-window-header-default-collapsed-right-bl, -.x-window-header-default-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-right-tl, -.x-window-header-default-collapsed-right-bl, -.x-window-header-default-collapsed-right-tr, -.x-window-header-default-collapsed-right-br, -.x-window-header-default-collapsed-right-tc, -.x-window-header-default-collapsed-right-bc, -.x-window-header-default-collapsed-right-ml, -.x-window-header-default-collapsed-right-mr { - background-image: url(images/window-header/window-header-default-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-window-header-default-collapsed-right-tl, -.x-rtl.x-window-header-default-collapsed-right-ml, -.x-rtl.x-window-header-default-collapsed-right-bl, -.x-rtl.x-window-header-default-collapsed-right-tr, -.x-rtl.x-window-header-default-collapsed-right-mr, -.x-rtl.x-window-header-default-collapsed-right-br { - background-image: url(images/window-header/window-header-default-collapsed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-right-ml, -.x-window-header-default-collapsed-right-mr { - background-image: url(images/window-header/window-header-default-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-right-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-right-corners.gif), corners-rtl:url(images/window-header/window-header-default-collapsed-right-corners-rtl.gif), sides:url(images/window-header/window-header-default-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-bottom { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-bottom-tr, -.x-window-header-default-collapsed-bottom-br, -.x-window-header-default-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-bottom-tl, -.x-window-header-default-collapsed-bottom-bl, -.x-window-header-default-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-bottom-tl, -.x-window-header-default-collapsed-bottom-bl, -.x-window-header-default-collapsed-bottom-tr, -.x-window-header-default-collapsed-bottom-br, -.x-window-header-default-collapsed-bottom-tc, -.x-window-header-default-collapsed-bottom-bc, -.x-window-header-default-collapsed-bottom-ml, -.x-window-header-default-collapsed-bottom-mr { - background-image: url(images/window-header/window-header-default-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-bottom-ml, -.x-window-header-default-collapsed-bottom-mr { - background-image: url(images/window-header/window-header-default-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-bottom-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-bottom-corners.gif), sides:url(images/window-header/window-header-default-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-left { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-left-tr, -.x-window-header-default-collapsed-left-br, -.x-window-header-default-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-left-tl, -.x-window-header-default-collapsed-left-bl, -.x-window-header-default-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-left-tl, -.x-window-header-default-collapsed-left-bl, -.x-window-header-default-collapsed-left-tr, -.x-window-header-default-collapsed-left-br, -.x-window-header-default-collapsed-left-tc, -.x-window-header-default-collapsed-left-bc, -.x-window-header-default-collapsed-left-ml, -.x-window-header-default-collapsed-left-mr { - background-image: url(images/window-header/window-header-default-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-window-header-default-collapsed-left-tl, -.x-rtl.x-window-header-default-collapsed-left-ml, -.x-rtl.x-window-header-default-collapsed-left-bl, -.x-rtl.x-window-header-default-collapsed-left-tr, -.x-rtl.x-window-header-default-collapsed-left-mr, -.x-rtl.x-window-header-default-collapsed-left-br { - background-image: url(images/window-header/window-header-default-collapsed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-left-ml, -.x-window-header-default-collapsed-left-mr { - background-image: url(images/window-header/window-header-default-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-left-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-left-corners.gif), corners-rtl:url(images/window-header/window-header-default-collapsed-left-corners-rtl.gif), sides:url(images/window-header/window-header-default-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:538 */ -.x-window-header-default .x-window-header-icon { - width: 16px; - height: 16px; - color: #157fcc; - font-size: 16px; - line-height: 16px; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:547 */ -.x-window-header-default .x-window-header-glyph { - color: #157fcc; - font-size: 16px; - line-height: 16px; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:564 */ -.x-ie8 .x-window-header-default .x-window-header-glyph { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:573 */ -.x-window-header-default-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:578 */ -.x-window-header-default-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:583 */ -.x-window-header-default-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:588 */ -.x-window-header-default-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:595 */ -.x-window-header-default-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:600 */ -.x-window-header-default-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:605 */ -.x-window-header-default-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:610 */ -.x-window-header-default-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:617 */ -.x-window-header-default .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-window-header-default .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-window-header-default .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:630 */ -.x-window-header-default { - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:640 */ -.x-nbr .x-window-default-collapsed .x-window-header { - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-window-default-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-window-default-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-window-default-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-window-default-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-window-default-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-window-default-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-window-default-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-window-default-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-window-default-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-window-default-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-window-default-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-window-default-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-window-default-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-window-default-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-window-default-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:706 */ -.x-window-body-plain { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:97 */ -.x-form-item-label-default { - color: #666; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - min-height: 32px; - padding-top: 8px; - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:106 */ -.x-form-item-label-default.x-rtl { - padding-left: 5px; - padding-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:113 */ -.x-ie8 .x-form-item-label-default { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:119 */ -.x-form-item-label-default.x-form-item-label-top { - height: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:121 */ -.x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner { - padding-top: 8px; - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:127 */ -.x-form-item-label-default.x-form-item-label-top-side-error:after { - width: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:132 */ -.x-form-item-body-default { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:136 */ -.x-form-invalid-icon-default { - width: 30px; - height: 30px; - margin: 0 5px; - background: url(images/form/exclamation.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:143 */ -.x-form-invalid-under-default { - padding: 2px 2px 2px 34px; - color: #cf4c35; - font: 300 15px/30px helvetica, arial, verdana, sans-serif; - background: no-repeat 0 2px; - background-image: url(images/form/exclamation.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:151 */ -.x-form-error-wrap-default.x-form-error-wrap-side { - width: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:156 */ -.x-form-item-default.x-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:194 */ -.x-autocontainer-form-item, -.x-anchor-form-item, -.x-vbox-form-item, -.x-table-form-item { - margin-bottom: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:201 */ -.x-form-text-field-body-default { - min-width: 200px; - max-width: 200px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:221 */ -.x-form-trigger-wrap-default { - border-width: 1px; - border-style: solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:229 */ -.x-form-trigger-wrap-default.x-form-trigger-wrap-focus { - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:233 */ -.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid { - border-color: #cf4c35; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:258 */ -.x-form-text-default { - color: #000; - padding: 3px 6px 2px; - background-color: #fff; - font: 300 15px/25px helvetica, arial, verdana, sans-serif; - min-height: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:272 */ -.x-ie8 .x-form-text-default { - min-height: 25px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:278 */ -.x-form-text-default.x-form-textarea { - line-height: 17px; - min-height: 68px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:283 */ -.x-ie8 .x-form-text-default.x-form-textarea { - min-height: 63px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:290 */ -.x-form-text-default.x-form-text-file { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:295 */ -.x-form-empty-field-default { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:300 */ -.x-form-text-default:-ms-input-placeholder { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:304 */ -.x-form-invalid-field-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:315 */ -.x-form-trigger-default { - width: 30px; - background: 0 center #fff url(images/form/trigger.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:333 */ -.x-form-trigger-default.x-rtl { - background-image: url(images/form/trigger-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:338 */ -.x-form-trigger-default.x-form-trigger-over { - background-position: -30px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:344 */ -.x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus { - background-position: -120px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:349 */ -.x-form-trigger-default.x-form-trigger-focus { - background-position: -90px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:358 */ -.x-form-trigger.x-form-trigger-default.x-form-trigger-click { - background-position: -60px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:367 */ -.x-textfield-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:427 */ -.x-form-clear-trigger { - background-image: url(images/form/clear-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:433 */ -.x-form-clear-trigger.x-rtl { - background-image: url(images/form/clear-trigger-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:440 */ -.x-form-search-trigger { - background-image: url(images/form/search-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:446 */ -.x-form-search-trigger.x-rtl { - background-image: url(images/form/search-trigger-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:1 */ -.x-message-box .x-window-body { - background-color: #fff; - border-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:10 */ -.x-message-box-info, -.x-message-box-warning, -.x-message-box-question, -.x-message-box-error { - background-position: left top; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:20 */ -.x-rtl.x-message-box-info, -.x-rtl.x-message-box-warning, -.x-rtl.x-message-box-question, -.x-rtl.x-message-box-error { - background-position: right top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:29 */ -.x-message-box-icon { - height: 42px; - width: 42px; - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:35 */ -.x-message-box-info { - background-image: url(images/shared/icon-info.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:44 */ -.x-message-box-warning { - background-image: url(images/shared/icon-warning.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:53 */ -.x-message-box-question { - background-image: url(images/shared/icon-question.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:62 */ -.x-message-box-error { - background-image: url(images/shared/icon-error.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:89 */ -.x-form-cb-wrap-default { - height: 32px; - min-width: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:98 */ -.x-form-cb-default { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:103 */ -.x-form-checkbox-default, -.x-form-radio-default { - width: 22px; - height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:109 */ -.x-form-radio-default { - background: url(images/form/radio.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:120 */ -.x-form-cb-checked .x-form-radio-default { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:126 */ -.x-form-checkbox-default { - background: url(images/form/checkbox.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:137 */ -.x-form-cb-checked .x-form-checkbox-default { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:144 */ -.x-form-checkbox-focus.x-form-radio-default { - background-position: -22px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:150 */ -.x-form-cb-checked .x-form-checkbox-focus.x-form-radio-default { - background-position: -22px -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:156 */ -.x-form-checkbox-focus.x-form-checkbox-default { - background-position: -22px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:162 */ -.x-form-cb-checked .x-form-checkbox-focus.x-form-checkbox-default { - background-position: -22px -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:169 */ -.x-form-cb-label-default { - margin-top: 8px; - font: 300 helvetica, arial, verdana, sans-serif/17px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:173 */ -.x-form-cb-label-default.x-form-cb-label-before { - padding-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:177 */ -.x-form-cb-label-default.x-form-cb-label-before.x-rtl { - padding-right: 0; - padding-left: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:184 */ -.x-form-cb-label-default.x-form-cb-label-after { - padding-left: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:189 */ -.x-form-cb-label-default.x-rtl { - padding-left: 0; - padding-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:198 */ -.x-checkbox-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/CheckboxGroup.scss:44 */ -.x-form-item-body-default.x-form-checkboxgroup-body { - padding: 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/CheckboxGroup.scss:47 */ -.x-form-invalid .x-form-item-body-default.x-form-checkboxgroup-body { - border-width: 1px; - border-style: solid; - border-color: #cf4c35; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:122 */ -.x-fieldset-default { - border: 1px solid #cfcfcf; - padding: 0 10px; - margin: 0 0 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:135 */ -.x-ie8 .x-fieldset-default { - padding-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:138 */ -.x-ie8 .x-fieldset-body-default { - padding-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:144 */ -.x-fieldset-header-default { - padding: 0 3px 1px; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:148 */ -.x-fieldset-header-default > .x-fieldset-header-text { - font: 300 14px/22px helvetica, arial, verdana, sans-serif; - color: #000; - padding: 1px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:155 */ -.x-fieldset-header-checkbox-default { - margin: 2px 4px 0 0; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:158 */ -.x-fieldset-header-checkbox-default.x-rtl { - margin: 2px 0 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:165 */ -.x-fieldset-header-tool-default { - margin: 2px 4px 0 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:168 */ -.x-fieldset-header-tool-default.x-rtl { - margin: 2px 0 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:174 */ -.x-fieldset-header-tool-default > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; - height: 22px; - width: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:181 */ -.x-fieldset-header-tool-default.x-tool-over > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); - opacity: 0.9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:187 */ -.x-fieldset-header-tool-default.x-tool-pressed > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:198 */ -.x-fieldset-header-tool-default > .x-tool-toggle { - background-image: url(images/fieldset/collapse-tool.png); - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:205 */ -.x-fieldset-header-tool-default.x-tool-over > .x-tool-toggle { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:212 */ -.x-fieldset-header-tool-default.x-focus { - outline: 1px solid red; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:218 */ -.x-fieldset-default.x-fieldset-collapsed { - border-width: 1px 1px 0 1px; - border-left-color: transparent; - border-right-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:231 */ -.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle { - background-position: -22px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:235 */ -.x-fieldset-default.x-fieldset-collapsed .x-tool-over > .x-tool-toggle { - background-position: -22px -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:71 */ -.x-form-trigger-spinner-default { - width: 60px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:85 */ -.x-form-spinner-default { - display: inline-block; - background-color: #fff; - width: 30px; - height: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:108 */ -.x-form-spinner-up-default { - background-image: url(images/form/spinner-up.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:111 */ -.x-form-spinner-up-default.x-rtl { - background-image: url(images/form/spinner-up-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:119 */ -.x-form-spinner-down-default { - background-image: url(images/form/spinner-down.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:122 */ -.x-form-spinner-down-default.x-rtl { - background-image: url(images/form/spinner-down-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:183 */ -.x-form-spinner-default { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:186 */ -.x-form-spinner-default.x-form-spinner-over { - background-position: -30px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:188 */ -.x-form-spinner-default.x-form-spinner-over.x-form-spinner-focus { - background-position: -120px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:193 */ -.x-form-spinner-default.x-form-spinner-focus { - background-position: -90px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:198 */ -.x-form-spinner-default.x-form-spinner.x-form-spinner-click { - background-position: -60px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:1 */ -.x-tbar-page-number { - width: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:10 */ -.x-btn-icon-el.x-tbar-page-first { - background-image: url(images/grid/page-first.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:19 */ -.x-btn-icon-el.x-tbar-page-prev { - background-image: url(images/grid/page-prev.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:28 */ -.x-btn-icon-el.x-tbar-page-next { - background-image: url(images/grid/page-next.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:37 */ -.x-btn-icon-el.x-tbar-page-last { - background-image: url(images/grid/page-last.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:46 */ -.x-btn-icon-el.x-tbar-loading { - background-image: url(images/grid/refresh.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:92 */ -.x-rtl.x-tbar-page-first { - background-image: url(images/grid/page-last.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:100 */ -.x-rtl.x-tbar-page-prev { - background-image: url(images/grid/page-next.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:108 */ -.x-rtl.x-tbar-page-next { - background-image: url(images/grid/page-prev.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:116 */ -.x-rtl.x-tbar-page-last { - background-image: url(images/grid/page-first.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:1 */ -.x-boundlist { - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:8 */ -.x-boundlist-item { - padding: 0 6px; - font: normal 15px helvetica, arial, verdana, sans-serif; - line-height: 30px; - cursor: pointer; - cursor: hand; - position: relative; - /*allow hover in IE on empty items*/ - border-width: 1px; - border-style: dotted; - border-color: #fff; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:25 */ -.x-boundlist-selected { - background: #c2ddf2; - border-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:33 */ -.x-boundlist-item-over { - background: #d6e9f6; - border-color: #d6e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:42 */ -.x-boundlist-floating { - border-top-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:46 */ -.x-boundlist-above { - border-top-width: 1px; - border-bottom-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:9 */ -.x-datepicker { - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background-color: #fff; - width: 282px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:19 */ -.x-datepicker-header { - padding: 7px 6px; - text-align: center; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:29 */ -.x-datepicker-arrow { - width: 32px; - height: 32px; - top: 6px; - cursor: pointer; - -webkit-touch-callout: none; - background-color: #f5f5f5; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:51 */ -div.x-datepicker-arrow:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:56 */ -.x-datepicker-next { - right: 6px; - background: url(images/datepicker/arrow-right.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:65 */ -.x-datepicker-prev { - left: 6px; - background: url(images/datepicker/arrow-left.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:74 */ -.x-datepicker-month { - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:77 */ -.x-datepicker-month .x-btn, -.x-datepicker-month .x-btn .x-btn-tc, -.x-datepicker-month .x-btn .x-btn-tl, -.x-datepicker-month .x-btn .x-btn-tr, -.x-datepicker-month .x-btn .x-btn-mc, -.x-datepicker-month .x-btn .x-btn-ml, -.x-datepicker-month .x-btn .x-btn-mr, -.x-datepicker-month .x-btn .x-btn-bc, -.x-datepicker-month .x-btn .x-btn-bl, -.x-datepicker-month .x-btn .x-btn-br { - background: transparent; - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:93 */ -.x-datepicker-month .x-btn-inner { - color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:98 */ -.x-datepicker-month .x-btn-split-right:after, -.x-datepicker-month .x-btn-over .x-btn-split-right:after { - background-image: url(images/datepicker/month-arrow.png); - padding: 0; - text-align: right; - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:111 */ -.x-datepicker-month .x-btn { - padding: 3px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:115 */ -.x-datepicker-month .x-btn-over { - border-color: transparent; - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:120 */ -.x-datepicker-month .x-btn.x-btn-pressed { - border-color: transparent; - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:125 */ -.x-datepicker-month .x-btn-inner { - font-size: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:130 */ -.x-datepicker-column-header { - width: 40px; - color: #000; - font: 300 15px helvetica, arial, verdana, sans-serif; - text-align: right; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:149 */ -.x-datepicker-column-header-inner { - line-height: 32px; - padding: 0 9px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:154 */ -.x-datepicker-cell { - text-align: right; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:163 */ -.x-datepicker-date { - padding: 0 11px 0 0; - font: 300 15px helvetica, arial, verdana, sans-serif; - color: #000; - cursor: pointer; - line-height: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:176 */ -div.x-datepicker-date:hover { - color: #000; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:181 */ -.x-datepicker-selected { - border-style: solid; - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:184 */ -.x-datepicker-selected div.x-datepicker-date { - background-color: #d6e9f6; - color: #000; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:191 */ -.x-datepicker-today { - border-color: darkred; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:202 */ -.x-datepicker-prevday .x-datepicker-date, -.x-datepicker-nextday .x-datepicker-date { - color: #bfbfbf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:209 */ -.x-datepicker-disabled .x-datepicker-date { - background-color: #eee; - cursor: default; - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:217 */ -.x-datepicker-disabled div.x-datepicker-date:hover { - background-color: #eee; - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:222 */ -.x-datepicker-footer, -.x-monthpicker-buttons { - padding: 6px 0; - background-color: #f5f5f5; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:239 */ -.x-datepicker-footer .x-btn, -.x-monthpicker-buttons .x-btn { - margin: 0 3px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:245 */ -.x-monthpicker { - width: 282px; - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:255 */ -.x-monthpicker-months { - border-width: 0 1px 0 0; - border-color: #e1e1e1; - border-style: solid; - width: 140px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:264 */ -.x-monthpicker-months .x-monthpicker-item { - width: 69px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:269 */ -.x-monthpicker-years { - width: 140px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:272 */ -.x-monthpicker-years .x-monthpicker-item { - width: 70px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:277 */ -.x-monthpicker-item { - margin: 6px 0 7px; - font: 300 15px helvetica, arial, verdana, sans-serif; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:283 */ -.x-monthpicker-item-inner { - margin: 0 5px 0 5px; - color: #000; - border: 1px solid #fff; - line-height: 30px; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:301 */ -a.x-monthpicker-item-inner:hover { - color: #000; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:307 */ -.x-monthpicker-item a.x-monthpicker-selected { - background-color: #d6e9f6; - color: #000; - border-style: solid; - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:314 */ -.x-monthpicker-yearnav { - height: 45px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:318 */ -.x-monthpicker-yearnav-button-ct { - width: 70px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:322 */ -.x-monthpicker-yearnav-button { - height: 32px; - width: 32px; - cursor: pointer; - margin-top: 6px; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; - -webkit-touch-callout: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:343 */ -a.x-monthpicker-yearnav-button:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:348 */ -.x-monthpicker-yearnav-next { - background: url(images/datepicker/arrow-right.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:357 */ -.x-monthpicker-yearnav-next-over { - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:362 */ -.x-monthpicker-yearnav-prev { - background: url(images/datepicker/arrow-left.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:371 */ -.x-monthpicker-yearnav-prev-over { - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:377 */ -.x-monthpicker-small .x-monthpicker-item { - margin: 2px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:381 */ -.x-monthpicker-small .x-monthpicker-item-inner { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:385 */ -.x-monthpicker-small .x-monthpicker-yearnav { - height: 37px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:389 */ -.x-monthpicker-small .x-monthpicker-yearnav-button { - margin-top: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-datepicker-header:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-datepicker-footer:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Date.scss:1 */ -.x-form-date-trigger { - background-image: url(images/form/date-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Date.scss:8 */ -.x-form-date-trigger.x-rtl { - background-image: url(images/form/date-trigger-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Display.scss:40 */ -.x-form-display-field-default { - min-height: 32px; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - color: #000; - margin-top: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:180 */ -.x-tip-anchor { - position: absolute; - overflow: hidden; - height: 10px; - width: 10px; - border-style: solid; - border-width: 5px; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:193 */ -.x-tip-anchor-top { - border-top-color: transparent; - border-left-color: transparent; - border-right-color: transparent; - _border-top-color: pink; - _border-left-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:206 */ -.x-tip-anchor-bottom { - border-bottom-color: transparent; - border-left-color: transparent; - border-right-color: transparent; - _border-bottom-color: pink; - _border-left-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:219 */ -.x-tip-anchor-left { - border-top-color: transparent; - border-bottom-color: transparent; - border-left-color: transparent; - _border-top-color: pink; - _border-bottom-color: pink; - _border-left-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:232 */ -.x-tip-anchor-right { - border-top-color: transparent; - border-bottom-color: transparent; - border-right-color: transparent; - _border-top-color: pink; - _border-bottom-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tip-default { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 2px 2px 2px 2px; - border-width: 1px; - border-style: solid; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tip-default-mc { - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tip-default { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tip-default-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-2-2-2-2; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tip-default-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tip-default-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tip-default-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tip-default-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tip-default-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tip-default-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tip-default-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tip-default-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tip-default-tr, -.x-tip-default-br, -.x-tip-default-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tip-default-tl, -.x-tip-default-bl, -.x-tip-default-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tip-default-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tip-default-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tip-default-tl, -.x-tip-default-bl, -.x-tip-default-tr, -.x-tip-default-br, -.x-tip-default-tc, -.x-tip-default-bc, -.x-tip-default-ml, -.x-tip-default-mr { - background-image: url(images/tip/tip-default-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tip-default-ml, -.x-tip-default-mr { - background-image: url(images/tip/tip-default-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tip-default-mc { - padding: 0px 0px 0px 0px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tip-default:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-default-corners.gif), sides:url(images/tip/tip-default-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:112 */ -.x-tip-default { - background-color: #ebf4fb; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:122 */ -.x-tip-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:137 */ -.x-tip-header-default .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:142 */ -.x-tip-header-default .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:147 */ -.x-tip-header-default .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:152 */ -.x-tip-header-default .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:158 */ -.x-tip-header-default { - padding: 3px 3px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:162 */ -.x-tip-header-title-default { - color: #000; - font-size: 15px; - font-weight: bold; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:168 */ -.x-tip-body-default { - padding: 3px; - color: #000; - font-size: 15px; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:173 */ -.x-tip-body-default a { - color: #000; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tip-form-invalid { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 2px 2px 2px 2px; - border-width: 1px; - border-style: solid; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tip-form-invalid-mc { - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tip-form-invalid { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tip-form-invalid-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-2-2-2-2; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tip-form-invalid-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tip-form-invalid-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tip-form-invalid-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tip-form-invalid-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tip-form-invalid-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tip-form-invalid-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tip-form-invalid-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tip-form-invalid-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tip-form-invalid-tr, -.x-tip-form-invalid-br, -.x-tip-form-invalid-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tip-form-invalid-tl, -.x-tip-form-invalid-bl, -.x-tip-form-invalid-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tip-form-invalid-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tip-form-invalid-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tip-form-invalid-tl, -.x-tip-form-invalid-bl, -.x-tip-form-invalid-tr, -.x-tip-form-invalid-br, -.x-tip-form-invalid-tc, -.x-tip-form-invalid-bc, -.x-tip-form-invalid-ml, -.x-tip-form-invalid-mr { - background-image: url(images/tip/tip-form-invalid-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tip-form-invalid-ml, -.x-tip-form-invalid-mr { - background-image: url(images/tip/tip-form-invalid-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tip-form-invalid-mc { - padding: 0px 0px 0px 0px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tip-form-invalid:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-form-invalid-corners.gif), sides:url(images/tip/tip-form-invalid-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:112 */ -.x-tip-form-invalid { - background-color: #ebf4fb; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:122 */ -.x-tip-form-invalid .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:137 */ -.x-tip-header-form-invalid .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:142 */ -.x-tip-header-form-invalid .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:147 */ -.x-tip-header-form-invalid .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:152 */ -.x-tip-header-form-invalid .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:158 */ -.x-tip-header-form-invalid { - padding: 3px 3px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:162 */ -.x-tip-header-title-form-invalid { - color: #000; - font-size: 15px; - font-weight: bold; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:168 */ -.x-tip-body-form-invalid { - padding: 5px 3px 5px 34px; - color: #000; - font-size: 15px; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:173 */ -.x-tip-body-form-invalid a { - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:269 */ -.x-tip-body-form-invalid { - background: 1px 1px no-repeat; - background-image: url(images/form/exclamation.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:272 */ -.x-tip-body-form-invalid li { - margin-bottom: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:274 */ -.x-tip-body-form-invalid li.last { - margin-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:1 */ -.x-color-picker { - width: 192px; - height: 120px; - background-color: #fff; - border-color: #fff; - border-width: 0; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:10 */ -.x-color-picker-item { - width: 24px; - height: 24px; - border-width: 1px; - border-color: #fff; - border-style: solid; - background-color: #fff; - cursor: pointer; - padding: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:25 */ -a.x-color-picker-item:hover { - border-color: #8bb8f3; - background-color: #e6e6e6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:30 */ -.x-color-picker-selected { - border-color: #8bb8f3; - background-color: #e6e6e6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:35 */ -.x-color-picker-item-inner { - line-height: 16px; - border-color: #e1e1e1; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:7 */ -.x-html-editor-tb .x-edit-bold, -.x-menu-item div.x-edit-bold { - background-position: 0 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:18 */ -.x-html-editor-tb .x-edit-italic, -.x-menu-item div.x-edit-italic { - background-position: -24px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:29 */ -.x-html-editor-tb .x-edit-underline, -.x-menu-item div.x-edit-underline { - background-position: -48px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:40 */ -.x-html-editor-tb .x-edit-forecolor, -.x-menu-item div.x-edit-forecolor { - background-position: -240px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:51 */ -.x-html-editor-tb .x-edit-backcolor, -.x-menu-item div.x-edit-backcolor { - background-position: -264px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:62 */ -.x-html-editor-tb .x-edit-justifyleft, -.x-menu-item div.x-edit-justifyleft { - background-position: -168px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:73 */ -.x-html-editor-tb .x-edit-justifycenter, -.x-menu-item div.x-edit-justifycenter { - background-position: -192px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:84 */ -.x-html-editor-tb .x-edit-justifyright, -.x-menu-item div.x-edit-justifyright { - background-position: -216px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:95 */ -.x-html-editor-tb .x-edit-insertorderedlist, -.x-menu-item div.x-edit-insertorderedlist { - background-position: -120px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:106 */ -.x-html-editor-tb .x-edit-insertunorderedlist, -.x-menu-item div.x-edit-insertunorderedlist { - background-position: -144px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:117 */ -.x-html-editor-tb .x-edit-increasefontsize, -.x-menu-item div.x-edit-increasefontsize { - background-position: -72px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:128 */ -.x-html-editor-tb .x-edit-decreasefontsize, -.x-menu-item div.x-edit-decreasefontsize { - background-position: -96px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:139 */ -.x-html-editor-tb .x-edit-sourceedit, -.x-menu-item div.x-edit-sourceedit { - background-position: -288px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:150 */ -.x-html-editor-tb .x-edit-createlink, -.x-menu-item div.x-edit-createlink { - background-position: -312px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:161 */ -.x-html-editor-tip .x-tip-bd .x-tip-bd-inner { - padding: 5px; - padding-bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:166 */ -.x-html-editor-tb .x-font-select { - font-size: 15px; - font-family: inherit; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:171 */ -.x-html-editor-wrap textarea { - font: 300 15px helvetica, arial, verdana, sans-serif; - background-color: #fff; - resize: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:138 */ -.x-form-text-default.x-tagfield { - padding: 3px 0 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:142 */ -.x-form-text-default .x-tagfield-input { - margin: 0 4px 3px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:146 */ -.x-form-text-default .x-tagfield-input-field { - height: 24px; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:151 */ -.x-form-text-default .x-tagfield-item { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - background-color: #f5f5f5; - border: 1px solid #dcdcdc; - padding: 0 26px 0 5px; - margin: 0 4px 3px 0; - color: #000; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:162 */ -.x-form-text-default .x-tagfield-item:hover { - background-color: #e4e4e4; - border-color: #999; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:170 */ -.x-form-text-default .x-tagfield-item.x-tagfield-item-selected { - background-color: #c4e2f8; - border-color: #157fcc; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:179 */ -.x-form-text-default .x-tagfield-item.x-rtl { - padding: 0 5px 0 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:185 */ -.x-form-text-default .x-tagfield-item-close { - width: 18px; - height: 18px; - top: 2px; - right: 2px; - background-image: url(images/form/tag-field-item-close.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:202 */ -.x-form-text-default .x-tagfield-item-close:hover { - background-position: -18px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:213 */ -.x-form-text-default .x-tagfield-item-close:active { - background-position: -36px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:223 */ -.x-form-text-default .x-tagfield-item-close.x-rtl { - right: auto; - left: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:230 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close { - background-position: 0 -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:240 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:hover { - background-position: -18px -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:244 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:active { - background-position: -36px -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:5 */ -.x-grid-view { - z-index: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:9 */ -.x-grid-body { - background: #fff; - border-width: 1px; - border-style: solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:18 */ -.x-grid-item-container { - min-height: 1px; - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:24 */ -.x-grid-empty { - padding: 10px; - color: grey; - background-color: #fff; - font: 300 15px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:32 */ -.x-grid-item { - color: #000; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:38 */ -.x-grid-item-alt { - background-color: #fafafa; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:42 */ -.x-grid-item-over { - color: #000; - background-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:49 */ -.x-grid-item-focused { - outline: 0; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:53 */ -.x-grid-item-focused .x-grid-cell-inner { - z-index: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:61 */ -.x-grid-item-focused .x-grid-cell-inner:before { - content: ""; - position: absolute; - z-index: -1; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - pointer-events: none; - border: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:83 */ -.x-grid-item-selected { - color: #000; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:89 */ -.x-grid-with-row-lines .x-grid-item { - border-style: solid; - border-width: 1px 0 0; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:95 */ -.x-grid-with-row-lines .x-grid-item:first-child { - border-top-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:101 */ -.x-grid-with-row-lines .x-grid-item.x-grid-item-over { - border-style: solid; - border-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:106 */ -.x-grid-with-row-lines .x-grid-item-over + .x-grid-item { - border-top-style: solid; - border-top-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:111 */ -.x-grid-with-row-lines .x-grid-item.x-grid-item-selected { - border-style: solid; - border-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:116 */ -.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item { - border-top-style: solid; - border-top-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:121 */ -.x-grid-with-row-lines .x-grid-item:last-child { - border-bottom-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:131 */ -.x-ie8 .x-grid-with-row-lines .x-grid-item { - border-width: 1px 0; - margin-top: -1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:136 */ -.x-ie8 .x-grid-with-row-lines .x-grid-item:first-child { - margin-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:142 */ -.x-grid-cell-inner { - position: relative; - text-overflow: ellipsis; - padding: 8px 15px 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:158 */ -.x-grid-cell-special { - border-color: #cfcfcf; - border-style: solid; - border-right-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:201 */ -.x-rtl.x-grid-cell-special { - border-right-width: 0; - border-left-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:208 */ -.x-grid-dirty-cell { - background: url(images/grid/dirty.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:223 */ -.x-rtl.x-grid-dirty-cell { - background-image: url(images/grid/dirty-rtl.png); - background-position: right 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:238 */ -.x-grid-row .x-grid-cell-selected { - color: #000; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:245 */ -.x-grid-with-col-lines .x-grid-cell { - border-style: solid; - border-color: #cfcfcf; - border-width: 0 1px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:251 */ -.x-grid-with-col-lines .x-grid-item-over .x-grid-cell { - border-color: #e2eff9; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:256 */ -.x-grid-with-col-lines .x-grid-item-selected .x-grid-cell { - border-color: #c2ddf2; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:264 */ -.x-rtl.x-grid-with-col-lines .x-grid-cell { - border-width: 0 0 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:269 */ -.x-grid-resize-marker { - width: 1px; - background-color: #0f0f0f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:1 */ -.x-grid-drop-indicator { - position: absolute; - height: 1px; - line-height: 0px; - background-color: #77bc71; - overflow: visible; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:9 */ -.x-grid-drop-indicator .x-grid-drop-indicator-left { - position: absolute; - top: -8px; - left: -12px; - background-image: url(images/grid/dd-insert-arrow-right.png); - height: 16px; - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:18 */ -.x-grid-drop-indicator .x-grid-drop-indicator-right { - position: absolute; - top: -8px; - right: -11px; - background-image: url(images/grid/dd-insert-arrow-left.png); - height: 16px; - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:1 */ -.x-col-move-top, -.x-col-move-bottom { - width: 9px; - height: 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:7 */ -.x-col-move-top { - background-image: url(images/grid/col-move-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:11 */ -.x-col-move-bottom { - background-image: url(images/grid/col-move-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - border: 1px solid #cfcfcf; - border-bottom-color: #fff; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:14 */ -.x-accordion-item .x-grid-header-ct { - border-width: 0 0 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:21 */ -.x-grid-header-ct-hidden { - border-top: 0 !important; - border-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:31 */ -.x-grid-body { - border-top-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:35 */ -.x-hmenu-sort-asc { - background-image: url(images/grid/hmenu-asc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:46 */ -.x-hmenu-sort-desc { - background-image: url(images/grid/hmenu-desc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:57 */ -.x-cols-icon { - background-image: url(images/grid/columns.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:1 */ -.x-column-header { - border-right: 1px solid #cfcfcf; - color: #666; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - outline: 0; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:21 */ -.x-rtl.x-column-header { - border-right: 0 none; - border-left: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:27 */ -.x-group-sub-header { - background: transparent; - border-top: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:32 */ -.x-group-sub-header .x-column-header-inner { - padding: 6px 15px 7px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:37 */ -.x-column-header-inner { - padding: 7px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:41 */ -.x-column-header-inner-empty { - text-overflow: clip; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:49 */ -.x-column-header.x-column-header-focus { - color: #666; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:50 */ -.x-column-header.x-column-header-focus .x-column-header-inner:after { - content: ""; - position: absolute; - z-index: 5; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - border: 1px solid #4499d6; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:64 */ -.x-column-header.x-column-header-focus.x-group-sub-header .x-column-header-inner:before { - bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:77 */ -.x-column-header-over { - background-image: none; - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:81 */ -.x-column-header-sort-ASC, -.x-column-header-sort-DESC { - background-image: none; - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:109 */ -.x-column-header-open { - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:112 */ -.x-column-header-open .x-column-header-trigger { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:117 */ -.x-column-header-over .x-column-header-trigger, -.x-column-header-open .x-column-header-trigger { - width: 24px; - cursor: pointer; - background: transparent url(images/grid/hd-pop.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:139 */ -.x-rtl.x-column-header-trigger { - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:149 */ -.x-column-header-align-right .x-column-header-text { - margin-right: 13px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:154 */ -.x-column-header-align-right .x-rtl.x-column-header-text { - margin-right: 0; - margin-left: 13px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:163 */ -.x-column-header-sort-ASC .x-column-header-text-inner, -.x-column-header-sort-DESC .x-column-header-text-inner { - padding-right: 24px; - background-position: right center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:181 */ -.x-column-header-sort-ASC .x-rtl.x-column-header-text-inner, -.x-column-header-sort-DESC .x-rtl.x-column-header-text-inner { - padding-right: 0; - padding-left: 24px; - background-position: 0 center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:196 */ -.x-column-header-sort-ASC .x-column-header-text-inner { - background-image: url(images/grid/sort_asc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:208 */ -.x-column-header-sort-DESC .x-column-header-text-inner { - background-image: url(images/grid/sort_desc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:222 */ -.x-no-header-borders .x-column-header { - border: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:225 */ -.x-no-header-borders .x-column-header .x-column-header-inner { - padding-top: 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-column-header:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-column-header-over:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:1 */ -.x-grid-cell-inner-action-col { - padding: 8px 4px 8px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:12 */ -.x-action-col-cell .x-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:16 */ -.x-action-col-icon { - color: #cfcfcf; - font-size: 16px; - height: 16px; - width: 16px; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:1 */ -.x-grid-cell-inner-checkcolumn { - padding: 5px 15px 5px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:12 */ -.x-grid-checkcolumn { - width: 22px; - height: 22px; - background: url(images/form/checkbox.png) 0 0 no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:22 */ -.x-item-disabled .x-grid-checkcolumn { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:27 */ -.x-grid-checkcolumn-checked { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/RowNumberer.scss:1 */ -.x-grid-cell-inner-row-numberer { - padding: 8px 5px 7px 3px; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-grid-cell-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 4px 3px 4px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-grid-cell-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-grid-cell-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-4-3-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-grid-cell-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-grid-cell-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-grid-cell-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-grid-cell-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-grid-cell-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-grid-cell-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-grid-cell-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-grid-cell-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-grid-cell-small-tr, -.x-btn-grid-cell-small-br, -.x-btn-grid-cell-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-grid-cell-small-tl, -.x-btn-grid-cell-small-bl, -.x-btn-grid-cell-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-grid-cell-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-grid-cell-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-grid-cell-small-tl, -.x-btn-grid-cell-small-bl, -.x-btn-grid-cell-small-tr, -.x-btn-grid-cell-small-br, -.x-btn-grid-cell-small-tc, -.x-btn-grid-cell-small-bc, -.x-btn-grid-cell-small-ml, -.x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-grid-cell-small-ml, -.x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-grid-cell-small-mc { - padding: 1px 2px 1px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-corners.gif), sides:url(images/btn/btn-grid-cell-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-grid-cell-small { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-grid-cell-small { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-grid-cell-small { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-grid-cell-small { - font: 300 15px/20px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 6px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-grid-cell-small, -.x-btn-icon-left > .x-btn-inner-grid-cell-small { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-grid-cell-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-grid-cell-small { - font-size: 24px; - height: 24px; - color: #fff; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-grid-cell-small, -.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-grid-cell-small, -.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-grid-cell-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-grid-cell-small.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-grid-cell-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-grid-cell-small, -.x-btn-split-bottom > .x-btn-button-grid-cell-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-grid-cell-small.x-btn-arrow-right:after { - width: 8px; - background-image: url(images/button/grid-cell-small-arrow.png); - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-grid-cell-small.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/grid-cell-small-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-grid-cell-small.x-btn-arrow-bottom:after { - height: 8px; - background-image: url(images/button/grid-cell-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-grid-cell-small.x-btn-split-right:after { - width: 14px; - background-image: url(images/button/grid-cell-small-s-arrow.png); - padding-right: 14px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-grid-cell-small.x-rtl.x-btn-split-right:after { - background-image: url(images/button/grid-cell-small-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-grid-cell-small.x-btn-split-bottom:after { - height: 14px; - background-image: url(images/button/grid-cell-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-grid-cell-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-grid-cell-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 18px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-grid-cell-small .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-grid-cell-small { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-grid-cell-small, -.x-btn.x-btn-pressed.x-btn-grid-cell-small { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-grid-cell-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-grid-cell-small-tl, -.x-btn-focus .x-btn-grid-cell-small-bl, -.x-btn-focus .x-btn-grid-cell-small-tr, -.x-btn-focus .x-btn-grid-cell-small-br, -.x-btn-focus .x-btn-grid-cell-small-tc, -.x-btn-focus .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-grid-cell-small-ml, -.x-btn-focus .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-grid-cell-small-tl, -.x-btn-over .x-btn-grid-cell-small-bl, -.x-btn-over .x-btn-grid-cell-small-tr, -.x-btn-over .x-btn-grid-cell-small-br, -.x-btn-over .x-btn-grid-cell-small-tc, -.x-btn-over .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-grid-cell-small-ml, -.x-btn-over .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-grid-cell-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tl, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bl, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tr, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-br, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tc, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tl, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-bl, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tr, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-br, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-ml, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mr, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-ml, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tl, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-bl, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tr, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-br, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tc, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-ml, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-grid-cell-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-grid-cell-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-grid-cell-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-disabled-corners.gif), sides:url(images/btn/btn-grid-cell-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-grid-cell-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-grid-cell-small-cell > .x-grid-cell-inner >.x-btn-grid-cell-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:1 */ -.x-grid-group-hd { - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cfcfcf; - padding: 7px 6px 6px; - background: #fff; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:10 */ -.x-grid-group-hd-not-collapsible { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:14 */ -.x-grid-group-hd-collapsible .x-grid-group-title { - padding: 0 0 0 24px; - background: url(images/grid/group-collapse.png) no-repeat left center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:30 */ -.x-rtl.x-grid-view .x-grid-group-hd-collapsible .x-grid-group-title { - background-position: right center; - padding: 0 24px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:36 */ -.x-grid-group-title { - color: #666; - font: 300 15px/19px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:41 */ -.x-grid-group-hd-collapsed .x-grid-group-title { - background-image: url(images/grid/group-expand.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:54 */ -.x-group-by-icon { - background-image: url(images/grid/group-by.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/RowBody.scss:1 */ -.x-grid-rowbody { - font: 300 15px/17px helvetica, arial, verdana, sans-serif; - padding: 5px 15px 5px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:1 */ -.x-docked-summary { - border-width: 1px; - border-color: #cfcfcf; - border-style: solid; - background: #fff!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:6 */ -.x-docked-summary .x-grid-table { - border: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:14 */ -.x-grid-row-summary .x-grid-cell, -.x-grid-row-summary .x-grid-rowwrap, -.x-grid-row-summary .x-grid-cell-rowbody { - border-color: #cfcfcf; - background-color: #fff !important; - border-top: 1px solid #cfcfcf; - font: 300 15px/17px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:26 */ -.x-docked-summary .x-grid-item, -.x-docked-summary .x-grid-row-summary .x-grid-cell { - border-bottom: 0 none; - border-top: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:34 */ -.x-grid-row-summary .x-grid-cell-inner-row-expander { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:318 */ -.x-menu-default { - border-style: solid; - border-width: 1px; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:324 */ -.x-menu-body-default { - background: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:329 */ -.x-menu-icon-separator-default { - left: 34px; - border-left: solid 1px #e1e1e1; - background-color: #fff; - width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:336 */ -.x-menu-icon-separator-default.x-rtl { - left: auto; - right: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:343 */ -.x-menu-item-default { - border-width: 0; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:347 */ -.x-menu-item-default.x-menu-item-active { - background-image: none; - background-color: #d6e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:359 */ -.x-nlg .x-menu-item-default.x-menu-item-active { - background: #d6e9f6 repeat-x left top; - background-image: url(images/menu/menu-item-default-active-bg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:366 */ -.x-menu-item-default.x-menu-item-disabled { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:369 */ -.x-menu-item-default.x-menu-item-disabled a { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:374 */ -.x-menu-item-default.x-menu-item-separator { - height: 1px; - border-top: solid 1px #e1e1e1; - background-color: #fff; - margin: 2px 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:382 */ -.x-menu-item-default.x-menu-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:387 */ -.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-icon-ui { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:391 */ -.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-text-default { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:401 */ -.x-menu-item-default .x-form-item-label { - font-size: 15px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:408 */ -.x-menu-item-text-default, -.x-menu-item-cmp-default { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:413 */ -.x-menu-item-text-default { - font: 300 15px helvetica, arial, verdana, sans-serif; - line-height: 31px; - padding-top: 1px; - color: #000; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:430 */ -.x-menu-item-text-default.x-menu-item-indent { - margin-left: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:434 */ -.x-menu-item-text-default.x-menu-item-indent-no-separator { - margin-left: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:438 */ -.x-menu-item-text-default.x-menu-item-indent-right-icon { - margin-right: 39px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:442 */ -.x-menu-item-text-default.x-menu-item-indent-right-arrow { - margin-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:446 */ -.x-menu-item-disabled .x-menu-item-text-default { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:453 */ -.x-rtl.x-menu-item-text-default, -.x-rtl.x-menu-item-cmp-default { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:459 */ -.x-rtl.x-menu-item-text-default.x-menu-item-indent { - margin-right: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:463 */ -.x-rtl.x-menu-item-text-default.x-menu-item-indent-no-separator { - margin-right: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:467 */ -.x-rtl.x-menu-item-text-default.x-menu-item-indent-right-icon { - margin-left: 39px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:471 */ -.x-rtl.x-menu-item-text-default.x-menu-item-indent-right-arrow { - margin-left: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:478 */ -.x-menu-item-indent-default { - margin-left: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:481 */ -.x-menu-item-indent-default.x-rtl { - margin-left: 0; - margin-right: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:488 */ -.x-menu-item-icon-default { - width: 24px; - height: 24px; - top: 4px; - left: 5px; - line-height: 24px; - font-size: 24px; - color: grey; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:512 */ -.x-menu-item-icon-default.x-rtl { - left: auto; - right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:516 */ -.x-menu-item-active .x-menu-item-icon-default.x-rtl { - right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:522 */ -.x-menu-item-icon-default.x-menu-item-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:535 */ -.x-ie8 .x-menu-item-icon-default.x-menu-item-glyph { - color: silver; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:543 */ -.x-menu-item-icon-default.x-menu-item-icon-right { - width: 24px; - height: 24px; - top: 4px; - right: 5px; - left: auto; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:552 */ -.x-menu-item-icon-default.x-menu-item-icon-right.x-rtl { - right: auto; - left: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:556 */ -.x-menu-item-active .x-menu-item-icon-default.x-menu-item-icon-right.x-rtl { - left: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:579 */ -.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox { - background-image: url(images/menu/default-checked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:587 */ -.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox { - background-image: url(images/menu/default-unchecked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:608 */ -.x-menu-item-checked .x-menu-item-icon-default.x-menu-group-icon { - background-image: url(images/menu/default-group-checked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:615 */ -.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-group-icon { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:630 */ -.x-menu-item-arrow-default { - width: 18px; - height: 18px; - top: 7px; - right: 0; - background-image: url(images/menu/default-menu-parent.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:650 */ -.x-menu-item-active .x-menu-item-arrow-default { - top: 7px; - right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:656 */ -.x-menu-item-arrow-default.x-rtl { - left: 0; - right: auto; - background-image: url(images/menu/default-menu-parent-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:667 */ -.x-menu-item-active .x-menu-item-arrow-default.x-rtl { - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-menu-default-scroller .x-box-scroller-body-horizontal { - margin-left: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-menu-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-menu-default { - cursor: pointer; - color: #e1e1e1; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-menu-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-menu-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-menu-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-menu-default.x-box-scroller-top, -.x-box-scroller-menu-default.x-box-scroller-bottom { - height: 32px; - width: 32px; - left: 50%; - margin-left: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-menu-default.x-box-scroller-top { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/menu/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-menu-default.x-box-scroller-bottom { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/menu/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:704 */ -.x-ie8 .x-box-scroller-menu-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:1 */ -.x-grid-filters-filtered-column { - font-style: italic; - font-weight: 300; - text-decoration: inherit; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:7 */ -.x-grid-filters-icon { - background-repeat: no-repeat; - background-position: center center; - color: grey; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:14 */ -.x-grid-filters-find { - background-image: url(images/grid/filters/find.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:24 */ -.x-grid-filters-gt { - background-image: url(images/grid/filters/greater_than.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:34 */ -.x-grid-filters-lt { - background-image: url(images/grid/filters/less_than.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:44 */ -.x-grid-filters-eq { - background-image: url(images/grid/filters/equals.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:1 */ -.x-grid-locked .x-grid-inner-locked { - border-width: 0 1px 0 0; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:6 */ -.x-grid-locked .x-rtl.x-grid-inner-locked { - border-width: 0 0 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:12 */ -.x-grid-locked-split .x-grid-inner-normal { - border-width: 0 0 0 1px; - border-style: solid; - border-left-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:18 */ -.x-grid-locked-split .x-rtl.x-grid-inner-normal { - border-width: 0 1px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:23 */ -.x-grid-locking-body { - border-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:27 */ -.x-grid-inner-locked { - border-right-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:32 */ -.x-grid-inner-locked .x-column-header-last, -.x-grid-inner-locked .x-grid-cell-last { - border-right-width: 0!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:37 */ -.x-grid-inner-locked .x-rtl.x-column-header-last { - border-left-width: 0!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:46 */ -.x-rtl.x-grid-inner-locked { - border-right-color: #f5f5f5; - border-left-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:48 */ -.x-rtl.x-grid-inner-locked .x-grid-row .x-column-header-last { - border-left: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:51 */ -.x-rtl.x-grid-inner-locked .x-grid-row .x-grid-cell-last { - border-left: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:62 */ -.x-hmenu-lock { - background-image: url(images/grid/hmenu-lock.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:73 */ -.x-hmenu-unlock { - background-image: url(images/grid/hmenu-unlock.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:18 */ -.x-grid-editor .x-form-display-field { - text-overflow: ellipsis; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:24 */ -.x-grid-editor .x-form-action-col-field { - padding: 8px 4px 8px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:30 */ -.x-grid-editor .x-form-text { - padding-left: 14px; - padding-right: 14px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/CellEditing.scss:3 */ -.x-tree-cell-editor .x-form-text { - padding-left: 3px; - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:2 */ -.x-grid-row-editor .x-field { - margin: 0 3px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:7 */ -.x-grid-row-editor .x-form-display-field { - padding: 8px 13px 7px 13px; - line-height: 17px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:18 */ -.x-ie9m .x-grid-row-editor .x-form-display-field { - min-height: 17px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:26 */ -.x-grid-row-editor .x-form-action-col-field { - padding: 8px 1px 8px 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:37 */ -.x-grid-row-editor .x-form-text { - padding: 3px 11px 2px 12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:41 */ -.x-gecko .x-grid-row-editor .x-form-text { - padding-left: 11px; - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:50 */ -.x-grid-row-editor .x-panel-body { - border-top: 1px solid #e1e1e1 !important; - border-bottom: 1px solid #e1e1e1 !important; - padding: 5px 0 5px 0; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:60 */ -.x-grid-with-col-lines .x-grid-row-editor .x-form-cb { - margin-right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:65 */ -.x-grid-with-col-lines .x-grid-row-editor .x-rtl.x-form-cb { - margin-right: 0; - margin-left: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-grid-row-editor-buttons-default-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 5px; - -webkit-border-bottom-right-radius: 5px; - border-bottom-right-radius: 5px; - -moz-border-radius-bottomleft: 5px; - -webkit-border-bottom-left-radius: 5px; - border-bottom-left-radius: 5px; - padding: 5px 5px 5px 5px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-grid-row-editor-buttons-default-bottom-mc { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-grid-row-editor-buttons-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-grid-row-editor-buttons-default-bottom-frameInfo { - font-family: th-0-5-5-5-0-1-1-1-5-5-5-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-grid-row-editor-buttons-default-bottom-tl { - background-position: 0 -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-grid-row-editor-buttons-default-bottom-tr { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-grid-row-editor-buttons-default-bottom-bl { - background-position: 0 -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-grid-row-editor-buttons-default-bottom-br { - background-position: right -25px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-grid-row-editor-buttons-default-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-grid-row-editor-buttons-default-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-grid-row-editor-buttons-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-grid-row-editor-buttons-default-bottom-bc { - background-position: 0 -5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-grid-row-editor-buttons-default-bottom-tr, -.x-grid-row-editor-buttons-default-bottom-br, -.x-grid-row-editor-buttons-default-bottom-mr { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-grid-row-editor-buttons-default-bottom-tl, -.x-grid-row-editor-buttons-default-bottom-bl, -.x-grid-row-editor-buttons-default-bottom-ml { - padding-left: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-grid-row-editor-buttons-default-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-grid-row-editor-buttons-default-bottom-bc { - height: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-grid-row-editor-buttons-default-bottom-tl, -.x-grid-row-editor-buttons-default-bottom-bl, -.x-grid-row-editor-buttons-default-bottom-tr, -.x-grid-row-editor-buttons-default-bottom-br, -.x-grid-row-editor-buttons-default-bottom-tc, -.x-grid-row-editor-buttons-default-bottom-bc, -.x-grid-row-editor-buttons-default-bottom-ml, -.x-grid-row-editor-buttons-default-bottom-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-grid-row-editor-buttons-default-bottom-ml, -.x-grid-row-editor-buttons-default-bottom-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-grid-row-editor-buttons-default-bottom-mc { - padding: 5px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-grid-row-editor-buttons-default-bottom:before { - display: none; - content: "x-slicer:, frame:0 5px 5px 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-grid-row-editor-buttons-default-top { - -moz-border-radius-topleft: 5px; - -webkit-border-top-left-radius: 5px; - border-top-left-radius: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-top-right-radius: 5px; - border-top-right-radius: 5px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 5px 5px 5px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-grid-row-editor-buttons-default-top-mc { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-grid-row-editor-buttons-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-grid-row-editor-buttons-default-top-frameInfo { - font-family: th-5-5-0-5-1-1-0-1-5-5-5-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-grid-row-editor-buttons-default-top-tl { - background-position: 0 -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-grid-row-editor-buttons-default-top-tr { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-grid-row-editor-buttons-default-top-bl { - background-position: 0 -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-grid-row-editor-buttons-default-top-br { - background-position: right -25px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-grid-row-editor-buttons-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-grid-row-editor-buttons-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-grid-row-editor-buttons-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-grid-row-editor-buttons-default-top-bc { - background-position: 0 -5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-grid-row-editor-buttons-default-top-tr, -.x-grid-row-editor-buttons-default-top-br, -.x-grid-row-editor-buttons-default-top-mr { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-grid-row-editor-buttons-default-top-tl, -.x-grid-row-editor-buttons-default-top-bl, -.x-grid-row-editor-buttons-default-top-ml { - padding-left: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-grid-row-editor-buttons-default-top-tc { - height: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-grid-row-editor-buttons-default-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-grid-row-editor-buttons-default-top-tl, -.x-grid-row-editor-buttons-default-top-bl, -.x-grid-row-editor-buttons-default-top-tr, -.x-grid-row-editor-buttons-default-top-br, -.x-grid-row-editor-buttons-default-top-tc, -.x-grid-row-editor-buttons-default-top-bc, -.x-grid-row-editor-buttons-default-top-ml, -.x-grid-row-editor-buttons-default-top-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-grid-row-editor-buttons-default-top-ml, -.x-grid-row-editor-buttons-default-top-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-grid-row-editor-buttons-default-top-mc { - padding: 1px 1px 5px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-grid-row-editor-buttons-default-top:before { - display: none; - content: "x-slicer:, frame:5px 5px 0 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:108 */ -.x-grid-row-editor-buttons { - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:112 */ -.x-row-editor-update-button { - margin-right: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:115 */ -.x-row-editor-cancel-button { - margin-left: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:120 */ -.x-rtl.x-row-editor-update-button { - margin-left: 3px; - margin-right: auto; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:124 */ -.x-rtl.x-row-editor-cancel-button { - margin-right: 2px; - margin-left: auto; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:131 */ -.x-grid-row-editor-errors .x-tip-body { - padding: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:136 */ -.x-grid-row-editor-errors-item { - list-style: disc; - margin-left: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:143 */ -.x-rtl.x-grid-row-editor-errors .x-grid-row-editor-errors-item { - margin-left: 0; - margin-right: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:1 */ -.x-grid-cell-inner-row-expander { - padding: 7px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:14 */ -.x-grid-row-expander { - width: 19px; - height: 19px; - cursor: pointer; - background-image: url(images/grid/group-collapse.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:29 */ -.x-grid-row-collapsed .x-grid-row-expander { - background-image: url(images/grid/group-expand.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:1 */ -.x-ssm-row-numberer-hd { - cursor: se-resize!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:6 */ -.x-ssm-row-numberer-cell { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:11 */ -.x-ssm-column-select .x-column-header { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:16 */ -.x-ssm-extender-drag-handle { - height: 7px; - width: 7px; - background-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:22 */ -.x-ssm-extender-mask { - border: 1px dotted #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:1 */ -.x-accordion-layout-ct { - background-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:6 */ -.x-accordion-hd .x-panel-header-title { - color: #157fcc; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - text-transform: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:13 */ -.x-accordion-item { - margin: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:16 */ -.x-accordion-item .x-accordion-hd { - background: #fff; - border-width: 0 0 1px; - border-color: #fff #cfcfcf #cfcfcf; - padding: 6px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:29 */ -.x-accordion-item .x-accordion-hd-sibling-expanded { - border-top-color: #cfcfcf; - border-top-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:34 */ -.x-accordion-item .x-accordion-hd-last-collapsed { - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:38 */ -.x-accordion-item .x-accordion-body { - border-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:44 */ -.x-accordion-hd .x-tool-img { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:58 */ -.x-accordion-hd .x-tool-collapse-top, -.x-accordion-hd .x-tool-collapse-bottom { - background-position: 0 -544px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:74 */ -.x-accordion-hd .x-tool-expand-top, -.x-accordion-hd .x-tool-expand-bottom { - background-position: 0 -512px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Border.scss:9 */ -body.x-border-layout-ct, -div.x-border-layout-ct { - background-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Form.scss:1 */ -.x-form-layout-wrap { - border-spacing: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:1 */ -.x-resizable-handle { - position: absolute; - z-index: 100; - font-size: 1px; - line-height: 8px; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - background-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:19 */ -.x-collapsed .x-resizable-handle { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:23 */ -.x-resizable-handle-north { - cursor: n-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:26 */ -.x-resizable-handle-south { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:29 */ -.x-resizable-handle-east { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:32 */ -.x-resizable-handle-west { - cursor: w-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:35 */ -.x-resizable-handle-southeast { - cursor: se-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:45 */ -.x-resizable-handle-northwest { - cursor: nw-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:55 */ -.x-resizable-handle-northeast { - cursor: ne-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:65 */ -.x-resizable-handle-southwest { - cursor: sw-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:92 */ -.x-resizable-handle-east { - width: 8px; - height: 100%; - right: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:99 */ -.x-resizable-handle-south { - width: 100%; - height: 8px; - left: 0; - bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:106 */ -.x-resizable-handle-west { - width: 8px; - height: 100%; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:113 */ -.x-resizable-handle-north { - width: 100%; - height: 8px; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:120 */ -.x-resizable-handle-southeast { - width: 8px; - height: 8px; - right: 0; - bottom: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:128 */ -.x-resizable-handle-northwest { - width: 8px; - height: 8px; - left: 0; - top: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:136 */ -.x-resizable-handle-northeast { - width: 8px; - height: 8px; - right: 0; - top: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:144 */ -.x-resizable-handle-southwest { - width: 8px; - height: 8px; - left: 0; - bottom: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:153 */ -.x-window .x-window-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:157 */ -.x-window-collapsed .x-window-handle { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:162 */ -.x-resizable-proxy { - border: 1px dashed #3b5a82; - position: absolute; - overflow: hidden; - z-index: 50000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:170 */ -.x-resizable-handle-over, -.x-resizable-pinned .x-resizable-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:176 */ -.x-resizable-handle-east-over, -.x-resizable-handle-west-over, -.x-resizable-pinned > .x-resizable-handle-east, -.x-resizable-pinned > .x-resizable-handle-west { - background-image: url(images/sizer/e-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:188 */ -.x-resizable-handle-south-over, -.x-resizable-handle-north-over, -.x-resizable-pinned > .x-resizable-handle-south, -.x-resizable-pinned > .x-resizable-handle-north { - background-image: url(images/sizer/s-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:200 */ -.x-resizable-handle-southeast-over, -.x-resizable-pinned > .x-resizable-handle-southeast { - background-position: top left; - background-image: url(images/sizer/se-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:210 */ -.x-resizable-handle-northwest-over, -.x-resizable-pinned > .x-resizable-handle-northwest { - background-position: bottom right; - background-image: url(images/sizer/nw-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:220 */ -.x-resizable-handle-northeast-over, -.x-resizable-pinned > .x-resizable-handle-northeast { - background-position: bottom left; - background-image: url(images/sizer/ne-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:230 */ -.x-resizable-handle-southwest-over, -.x-resizable-pinned > .x-resizable-handle-southwest { - background-position: top right; - background-image: url(images/sizer/sw-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:1 */ -.x-column-header-checkbox { - border-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:5 */ -.x-grid-row-checker, -.x-column-header-checkbox .x-column-header-text { - height: 22px; - width: 22px; - background-image: url(images/form/checkbox.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:21 */ -.x-grid-row-checker:focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:25 */ -.x-column-header-checkbox .x-column-header-inner { - padding: 5px 4px 4px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:29 */ -.x-grid-cell-row-checker .x-grid-cell-inner { - padding: 5px 4px 5px 4px; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:43 */ -.x-grid-hd-checker-on .x-column-header-text, -.x-grid-item-selected .x-grid-row-checker, -.x-grid-item-selected .x-grid-row-checker { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:73 */ -.x-slider-horz { - padding-left: 14px; - background: no-repeat 0 -28px; - margin: 2px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:80 */ -.x-slider-horz .x-slider-end { - padding-right: 14px; - background: no-repeat right -56px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:85 */ -.x-slider-horz .x-slider-inner { - height: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:100 */ -.x-slider-horz .x-slider-thumb { - width: 28px; - height: 28px; - margin-left: -14px; - background-image: url(images/slider/slider-thumb.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:114 */ -.x-slider-horz.x-slider-focus .x-slider-thumb { - background-position: -84px -84px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:118 */ -.x-slider-horz .x-slider-thumb-over { - background-position: -28px -28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:122 */ -.x-slider-horz.x-slider-focus .x-slider-thumb-over { - background-position: -112px -112px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:126 */ -.x-slider-horz .x-slider-thumb-drag { - background-position: -56px -56px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:130 */ -.x-slider-horz.x-slider-focus .x-slider-thumb-drag { - background-position: -140px -140px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:136 */ -.x-rtl.x-slider-horz { - padding-left: 0; - padding-right: 14px; - background-position: right -56px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:143 */ -.x-rtl.x-slider-horz .x-slider-end { - padding-right: 0; - padding-left: 14px; - background-position: left -28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:151 */ -.x-rtl.x-slider-horz .x-slider-thumb { - margin-right: -14px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:158 */ -.x-slider-ct-vert { - /* Vertical styles */ - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:162 */ -.x-slider-vert { - padding-top: 14px; - background: no-repeat -56px 0; - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:169 */ -.x-slider-vert > .x-slider-end { - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:171 */ -.x-slider-vert > .x-slider-end > .x-slider-inner { - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:187 */ -.x-slider-vert .x-slider-end { - padding-bottom: 14px; - background: no-repeat -28px bottom; - width: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:193 */ -.x-slider-vert .x-slider-inner { - width: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:197 */ -.x-slider-vert .x-slider-thumb { - width: 28px; - height: 28px; - margin-bottom: -14px; - background-image: url(images/slider/slider-v-thumb.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:211 */ -.x-slider-vert.x-slider-focus .x-slider-thumb { - background-position: -84px -84px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:215 */ -.x-slider-vert .x-slider-thumb-over { - background-position: -28px -28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:219 */ -.x-slider-vert.x-slider-focus .x-slider-thumb-over { - background-position: -112px -112px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:223 */ -.x-slider-vert .x-slider-thumb-drag { - background-position: -56px -56px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:227 */ -.x-slider-vert.x-slider-focus .x-slider-thumb-drag { - background-position: -140px -140px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:231 */ -.x-slider-horz, -.x-slider-horz .x-slider-end, -.x-slider-horz .x-slider-inner { - background-image: url(images/slider/slider-bg.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:237 */ -.x-slider-vert, -.x-slider-vert .x-slider-end, -.x-slider-vert .x-slider-inner { - background-image: url(images/slider/slider-v-bg.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:244 */ -.x-slider-default-cell > .x-grid-cell-inner, -.x-sliderwidget-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/sparkline/Base.scss:1 */ -.x-sparkline-cell .x-grid-cell-inner { - padding-top: 1px; - padding-bottom: 1px; - line-height: 30px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-top { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - -o-border-radius: 2px; - border-radius: 2px; - padding: 3px 12px 3px 12px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-top-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-12-3-12; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-top-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-top-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-top-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-top-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-top-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-top-tr, -.x-tab-default-top-br, -.x-tab-default-top-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-top-tl, -.x-tab-default-top-bl, -.x-tab-default-top-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-top-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-top-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-top-tl, -.x-tab-default-top-bl, -.x-tab-default-top-tr, -.x-tab-default-top-br, -.x-tab-default-top-tc, -.x-tab-default-top-bc, -.x-tab-default-top-ml, -.x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-top-ml, -.x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-top-mc { - padding: 2px 11px 2px 11px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-top:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-top-corners.gif), sides:url(images/tab/tab-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-bottom { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 12px 3px 12px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-bottom-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-12-3-12; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-bottom-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-bottom-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-bottom-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-bottom-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-bottom-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-bottom-tr, -.x-tab-default-bottom-br, -.x-tab-default-bottom-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-bottom-tl, -.x-tab-default-bottom-bl, -.x-tab-default-bottom-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-bottom-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-bottom-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-bottom-tl, -.x-tab-default-bottom-bl, -.x-tab-default-bottom-tr, -.x-tab-default-bottom-br, -.x-tab-default-bottom-tc, -.x-tab-default-bottom-bc, -.x-tab-default-bottom-ml, -.x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-bottom-ml, -.x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-bottom-mc { - padding: 2px 11px 2px 11px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-bottom-corners.gif), sides:url(images/tab/tab-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-left { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 12px 3px 12px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-left-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-12-3-12; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-left-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-left-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-left-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-left-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-left-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-left-tr, -.x-tab-default-left-br, -.x-tab-default-left-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-left-tl, -.x-tab-default-left-bl, -.x-tab-default-left-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-left-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-left-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-left-tl, -.x-tab-default-left-bl, -.x-tab-default-left-tr, -.x-tab-default-left-br, -.x-tab-default-left-tc, -.x-tab-default-left-bc, -.x-tab-default-left-ml, -.x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-left-ml, -.x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-left-mc { - padding: 2px 11px 2px 11px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-left:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-left-corners.gif), sides:url(images/tab/tab-default-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-right { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 12px 3px 12px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-right-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-12-3-12; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-right-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-right-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-right-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-right-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-right-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-right-tr, -.x-tab-default-right-br, -.x-tab-default-right-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-right-tl, -.x-tab-default-right-bl, -.x-tab-default-right-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-right-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-right-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-right-tl, -.x-tab-default-right-bl, -.x-tab-default-right-tr, -.x-tab-default-right-br, -.x-tab-default-right-tc, -.x-tab-default-right-bc, -.x-tab-default-right-ml, -.x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-right-ml, -.x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-right-mc { - padding: 2px 11px 2px 11px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-right:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-right-corners.gif), sides:url(images/tab/tab-default-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1587 */ -.x-tab-default { - border-color: #f5f5f5; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1648 */ -.x-tab-default-top { - margin: 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1652 */ -.x-tab-default-top.x-rtl { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1657 */ -.x-tab-default-top.x-tab-rotate-left { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1661 */ -.x-tab-default-top.x-tab-rotate-left.x-rtl { - margin: 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1679 */ -.x-tab-default-top.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1708 */ -.x-tab-default-top.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1737 */ -.x-tab-default-top.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1763 */ -.x-tab-default-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1767 */ -.x-tab-default-right.x-rtl { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1772 */ -.x-tab-default-right.x-tab-rotate-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1776 */ -.x-tab-default-right.x-tab-rotate-right.x-rtl { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1794 */ -.x-tab-default-right.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1823 */ -.x-tab-default-right.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1852 */ -.x-tab-default-right.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1878 */ -.x-tab-default-bottom { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1882 */ -.x-tab-default-bottom.x-rtl { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1887 */ -.x-tab-default-bottom.x-tab-rotate-left { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1891 */ -.x-tab-default-bottom.x-tab-rotate-left.x-rtl { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1909 */ -.x-tab-default-bottom.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1938 */ -.x-tab-default-bottom.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1967 */ -.x-tab-default-bottom.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1993 */ -.x-tab-default-left { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1997 */ -.x-tab-default-left.x-rtl { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2002 */ -.x-tab-default-left.x-tab-rotate-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2006 */ -.x-tab-default-left.x-tab-rotate-right.x-rtl { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2024 */ -.x-tab-default-left.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2053 */ -.x-tab-default-left.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2082 */ -.x-tab-default-left.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2108 */ -.x-tab-button-default { - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2113 */ -.x-tab-inner-default { - font: 300 15px/24px helvetica, arial, verdana, sans-serif; - color: #000; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2129 */ -.x-tab-icon-right > .x-tab-inner-default, -.x-tab-icon-left > .x-tab-inner-default { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2137 */ -.x-tab-icon-el-default { - min-height: 24px; - background-position: center center; - font-size: 24px; - line-height: 24px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2138 */ -.x-tab-icon-left > .x-tab-icon-el-default, -.x-tab-icon-right > .x-tab-icon-el-default { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2143 */ -.x-tab-icon-top > .x-tab-icon-el-default, -.x-tab-icon-bottom > .x-tab-icon-el-default { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2159 */ -.x-tab-icon-el-default.x-tab-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2172 */ -.x-ie8 .x-tab-icon-el-default.x-tab-glyph { - color: #7b7b7b; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2179 */ -.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2183 */ -.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default.x-rtl { - margin-right: 0; - margin-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2190 */ -.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default { - margin-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2194 */ -.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default.x-rtl { - margin-left: 0; - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2201 */ -.x-tab-text.x-tab-icon-top > .x-tab-icon-el-default { - margin-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2205 */ -.x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default { - margin-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2210 */ -.x-tab-focus.x-tab-default { - border-color: #f5f5f5; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2348 */ -.x-tab-over.x-tab-default { - border-color: #c9deed; - background-color: #c9deed; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2462 */ -.x-tab-focus.x-tab-over.x-tab-default { - border-color: #c9deed; - background-color: #c9deed; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2579 */ -.x-tab.x-tab-active.x-tab-default { - border-color: #3892d4; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2637 */ -.x-tab.x-tab-active.x-tab-default .x-tab-inner-default { - color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2657 */ -.x-tab.x-tab-active.x-tab-default .x-tab-icon-el { - color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2665 */ -.x-ie8 .x-tab.x-tab-active.x-tab-default .x-tab-icon-el { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2692 */ -.x-tab-focus.x-tab-active.x-tab-default { - border-color: #3892d4; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2810 */ -.x-tab.x-tab-disabled.x-tab-default { - border-color: #f5f5f5; - background-color: #f5f5f5; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2872 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2896 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el-default { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2901 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el { - color: #000; - opacity: 0.3; - filter: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2916 */ -.x-ie8 .x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el { - color: #acacac; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2942 */ -.x-nbr .x-tab-default { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-top-tl, -.x-tab-over .x-tab-default-top-bl, -.x-tab-over .x-tab-default-top-tr, -.x-tab-over .x-tab-default-top-br, -.x-tab-over .x-tab-default-top-tc, -.x-tab-over .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-top-ml, -.x-tab-over .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-top-tl, -.x-tab-focus .x-tab-default-top-bl, -.x-tab-focus .x-tab-default-top-tr, -.x-tab-focus .x-tab-default-top-br, -.x-tab-focus .x-tab-default-top-tc, -.x-tab-focus .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-top-ml, -.x-tab-focus .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-top-tl, -.x-tab-focus.x-tab-over .x-tab-default-top-bl, -.x-tab-focus.x-tab-over .x-tab-default-top-tr, -.x-tab-focus.x-tab-over .x-tab-default-top-br, -.x-tab-focus.x-tab-over .x-tab-default-top-tc, -.x-tab-focus.x-tab-over .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-top-ml, -.x-tab-focus.x-tab-over .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-top-tl, -.x-tab.x-tab-active .x-tab-default-top-bl, -.x-tab.x-tab-active .x-tab-default-top-tr, -.x-tab.x-tab-active .x-tab-default-top-br, -.x-tab.x-tab-active .x-tab-default-top-tc, -.x-tab.x-tab-active .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-top-ml, -.x-tab.x-tab-active .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-top-tl, -.x-tab-focus.x-tab-active .x-tab-default-top-bl, -.x-tab-focus.x-tab-active .x-tab-default-top-tr, -.x-tab-focus.x-tab-active .x-tab-default-top-br, -.x-tab-focus.x-tab-active .x-tab-default-top-tc, -.x-tab-focus.x-tab-active .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-top-ml, -.x-tab-focus.x-tab-active .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-top-tl, -.x-tab.x-tab-disabled .x-tab-default-top-bl, -.x-tab.x-tab-disabled .x-tab-default-top-tr, -.x-tab.x-tab-disabled .x-tab-default-top-br, -.x-tab.x-tab-disabled .x-tab-default-top-tc, -.x-tab.x-tab-disabled .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-top-ml, -.x-tab.x-tab-disabled .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-right-tl, -.x-tab-over .x-tab-default-right-bl, -.x-tab-over .x-tab-default-right-tr, -.x-tab-over .x-tab-default-right-br, -.x-tab-over .x-tab-default-right-tc, -.x-tab-over .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-right-ml, -.x-tab-over .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-right-tl, -.x-tab-focus .x-tab-default-right-bl, -.x-tab-focus .x-tab-default-right-tr, -.x-tab-focus .x-tab-default-right-br, -.x-tab-focus .x-tab-default-right-tc, -.x-tab-focus .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-right-ml, -.x-tab-focus .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-right-tl, -.x-tab-focus.x-tab-over .x-tab-default-right-bl, -.x-tab-focus.x-tab-over .x-tab-default-right-tr, -.x-tab-focus.x-tab-over .x-tab-default-right-br, -.x-tab-focus.x-tab-over .x-tab-default-right-tc, -.x-tab-focus.x-tab-over .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-right-ml, -.x-tab-focus.x-tab-over .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-right-tl, -.x-tab.x-tab-active .x-tab-default-right-bl, -.x-tab.x-tab-active .x-tab-default-right-tr, -.x-tab.x-tab-active .x-tab-default-right-br, -.x-tab.x-tab-active .x-tab-default-right-tc, -.x-tab.x-tab-active .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-right-ml, -.x-tab.x-tab-active .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-right-tl, -.x-tab-focus.x-tab-active .x-tab-default-right-bl, -.x-tab-focus.x-tab-active .x-tab-default-right-tr, -.x-tab-focus.x-tab-active .x-tab-default-right-br, -.x-tab-focus.x-tab-active .x-tab-default-right-tc, -.x-tab-focus.x-tab-active .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-right-ml, -.x-tab-focus.x-tab-active .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-right-tl, -.x-tab.x-tab-disabled .x-tab-default-right-bl, -.x-tab.x-tab-disabled .x-tab-default-right-tr, -.x-tab.x-tab-disabled .x-tab-default-right-br, -.x-tab.x-tab-disabled .x-tab-default-right-tc, -.x-tab.x-tab-disabled .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-right-ml, -.x-tab.x-tab-disabled .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-bottom-tl, -.x-tab-over .x-tab-default-bottom-bl, -.x-tab-over .x-tab-default-bottom-tr, -.x-tab-over .x-tab-default-bottom-br, -.x-tab-over .x-tab-default-bottom-tc, -.x-tab-over .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-bottom-ml, -.x-tab-over .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-bottom-tl, -.x-tab-focus .x-tab-default-bottom-bl, -.x-tab-focus .x-tab-default-bottom-tr, -.x-tab-focus .x-tab-default-bottom-br, -.x-tab-focus .x-tab-default-bottom-tc, -.x-tab-focus .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-bottom-ml, -.x-tab-focus .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-tl, -.x-tab-focus.x-tab-over .x-tab-default-bottom-bl, -.x-tab-focus.x-tab-over .x-tab-default-bottom-tr, -.x-tab-focus.x-tab-over .x-tab-default-bottom-br, -.x-tab-focus.x-tab-over .x-tab-default-bottom-tc, -.x-tab-focus.x-tab-over .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-ml, -.x-tab-focus.x-tab-over .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-bottom-tl, -.x-tab.x-tab-active .x-tab-default-bottom-bl, -.x-tab.x-tab-active .x-tab-default-bottom-tr, -.x-tab.x-tab-active .x-tab-default-bottom-br, -.x-tab.x-tab-active .x-tab-default-bottom-tc, -.x-tab.x-tab-active .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-bottom-ml, -.x-tab.x-tab-active .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-tl, -.x-tab-focus.x-tab-active .x-tab-default-bottom-bl, -.x-tab-focus.x-tab-active .x-tab-default-bottom-tr, -.x-tab-focus.x-tab-active .x-tab-default-bottom-br, -.x-tab-focus.x-tab-active .x-tab-default-bottom-tc, -.x-tab-focus.x-tab-active .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-ml, -.x-tab-focus.x-tab-active .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-tl, -.x-tab.x-tab-disabled .x-tab-default-bottom-bl, -.x-tab.x-tab-disabled .x-tab-default-bottom-tr, -.x-tab.x-tab-disabled .x-tab-default-bottom-br, -.x-tab.x-tab-disabled .x-tab-default-bottom-tc, -.x-tab.x-tab-disabled .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-ml, -.x-tab.x-tab-disabled .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-left-tl, -.x-tab-over .x-tab-default-left-bl, -.x-tab-over .x-tab-default-left-tr, -.x-tab-over .x-tab-default-left-br, -.x-tab-over .x-tab-default-left-tc, -.x-tab-over .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-left-ml, -.x-tab-over .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-left-tl, -.x-tab-focus .x-tab-default-left-bl, -.x-tab-focus .x-tab-default-left-tr, -.x-tab-focus .x-tab-default-left-br, -.x-tab-focus .x-tab-default-left-tc, -.x-tab-focus .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-left-ml, -.x-tab-focus .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-left-tl, -.x-tab-focus.x-tab-over .x-tab-default-left-bl, -.x-tab-focus.x-tab-over .x-tab-default-left-tr, -.x-tab-focus.x-tab-over .x-tab-default-left-br, -.x-tab-focus.x-tab-over .x-tab-default-left-tc, -.x-tab-focus.x-tab-over .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-left-ml, -.x-tab-focus.x-tab-over .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-left-tl, -.x-tab.x-tab-active .x-tab-default-left-bl, -.x-tab.x-tab-active .x-tab-default-left-tr, -.x-tab.x-tab-active .x-tab-default-left-br, -.x-tab.x-tab-active .x-tab-default-left-tc, -.x-tab.x-tab-active .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-left-ml, -.x-tab.x-tab-active .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-left-tl, -.x-tab-focus.x-tab-active .x-tab-default-left-bl, -.x-tab-focus.x-tab-active .x-tab-default-left-tr, -.x-tab-focus.x-tab-active .x-tab-default-left-br, -.x-tab-focus.x-tab-active .x-tab-default-left-tc, -.x-tab-focus.x-tab-active .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-left-ml, -.x-tab-focus.x-tab-active .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-left-tl, -.x-tab.x-tab-disabled .x-tab-default-left-bl, -.x-tab.x-tab-disabled .x-tab-default-left-tr, -.x-tab.x-tab-disabled .x-tab-default-left-br, -.x-tab.x-tab-disabled .x-tab-default-left-tc, -.x-tab.x-tab-disabled .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-left-ml, -.x-tab.x-tab-disabled .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2985 */ -.x-tab-default-tl, -.x-tab-default-bl, -.x-tab-default-tr, -.x-tab-default-br { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2995 */ -.x-tab-default .x-tab-close-btn { - top: 2px; - right: 2px; - width: 18px; - height: 18px; - background: url(images/tab/tab-default-close.png) 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3017 */ -.x-tab-default .x-tab-close-btn-over { - background-position: -18px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3027 */ -.x-tab-default .x-tab-close-btn-pressed { - background-position: -36px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3086 */ -.x-tab-default.x-tab-active .x-tab-close-btn { - background-position: 0 -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3091 */ -.x-tab-default.x-tab-active .x-tab-close-btn-over { - background-position: -18px -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3097 */ -.x-tab-default.x-tab-active .x-tab-close-btn-pressed { - background-position: -36px -18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3119 */ -.x-tab-default.x-tab-disabled .x-tab-close-btn { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3140 */ -.x-rtl.x-tab-default .x-tab-close-btn { - right: auto; - left: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3146 */ -.x-tab-closable.x-tab-default .x-tab-button { - padding-right: 21px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3151 */ -.x-rtl.x-tab-closable.x-tab-default .x-tab-button { - padding-right: 0px; - padding-left: 21px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:158 */ -.x-tab-bar-default { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:197 */ -.x-tab-bar-default-top > .x-tab-bar-body-default { - padding: 6px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:201 */ -.x-tab-bar-default-bottom > .x-tab-bar-body-default { - padding: 6px 10px 6px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:205 */ -.x-tab-bar-default-left > .x-tab-bar-body-default { - padding: 10px 6px 10px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:210 */ -.x-rtl.x-tab-bar-default-left > .x-tab-bar-body-default { - padding: 10px 6px 10px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:215 */ -.x-tab-bar-default-right > .x-tab-bar-body-default { - padding: 10px 6px 10px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:220 */ -.x-rtl.x-tab-bar-default-right > .x-tab-bar-body-default { - padding: 10px 6px 10px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:259 */ -.x-tab-bar-plain.x-tab-bar-default-horizontal { - border-top-color: transparent; - border-bottom-color: transparent; - border-left-width: 0; - border-right-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:266 */ -.x-tab-bar-plain.x-tab-bar-default-vertical { - border-right-color: transparent; - border-left-color: transparent; - border-top-width: 0; - border-bottom-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:380 */ -.x-tab-bar-horizontal > .x-tab-bar-body-default { - min-height: 44px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:383 */ -.x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:390 */ -.x-tab-bar-vertical > .x-tab-bar-body-default { - min-width: 44px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:393 */ -.x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-tab-bar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-tab-bar-default { - cursor: pointer; - color: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-tab-bar-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-tab-bar-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-tab-bar-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-tab-bar-default.x-box-scroller-left, -.x-box-scroller-tab-bar-default.x-box-scroller-right { - width: 32px; - height: 24px; - top: 50%; - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-tab-bar-default.x-box-scroller-left { - margin-left: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-tab-bar-default.x-box-scroller-right { - margin-left: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-tab-bar-default.x-box-scroller-top, -.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - height: 32px; - width: 24px; - left: 50%; - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-tab-bar-default.x-box-scroller-top { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:474 */ -.x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:480 */ -.x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:485 */ -.x-tab-bar-plain .x-box-scroller-tab-bar-default { - color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:533 */ -.x-tab-bar-default-top .x-box-scroller-tab-bar-default { - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:537 */ -.x-tab-bar-default-right .x-box-scroller-tab-bar-default { - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:541 */ -.x-tab-bar-default-bottom .x-box-scroller-tab-bar-default { - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:545 */ -.x-tab-bar-default-left .x-box-scroller-tab-bar-default { - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:554 */ -.x-box-scroller-tab-bar-default { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:560 */ -.x-box-scroller-tab-bar-default .x-ie8 .x-box-scroller-plain { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:572 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-left { - background-image: url(images/tab-bar/default-plain-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:578 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-right { - background-image: url(images/tab-bar/default-plain-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:584 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-top { - background-image: url(images/tab-bar/default-plain-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:590 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - background-image: url(images/tab-bar/default-plain-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:158 */ -.x-breadcrumb-btn-default { - margin: 0 0 0 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:162 */ -.x-breadcrumb-icon-folder-default { - background-image: url(images/tree/folder.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:170 */ -.x-btn-menu-active .x-breadcrumb-icon-folder-default { - background-image: url(images/tree/folder-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:180 */ -.x-breadcrumb-icon-leaf-default { - background-image: url(images/tree/leaf.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:190 */ -.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - width: 30px; - background-image: url(images/breadcrumb/default-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:196 */ -.x-rtl.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - background-image: url(images/breadcrumb/default-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:202 */ -.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - background-image: url(images/breadcrumb/default-arrow-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:207 */ -.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - background-image: url(images/breadcrumb/default-arrow-open-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:215 */ -.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - width: 30px; - background-image: url(images/breadcrumb/default-split-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:229 */ -.x-rtl.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:235 */ -.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-over.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:240 */ -.x-rtl.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-over-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:247 */ -.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:259 */ -.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-open-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal { - margin-left: 40px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-breadcrumb-default { - cursor: pointer; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-left, -.x-box-scroller-breadcrumb-default.x-box-scroller-right { - width: 32px; - height: 32px; - top: 50%; - margin-top: -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/breadcrumb/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/breadcrumb/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:1 */ -.x-tree-expander { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:17 */ -.x-tree-arrows .x-tree-expander { - background-image: url(images/tree/arrows.png); -} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug_2.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug_2.css deleted file mode 100644 index 32ae21c..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl-debug_2.css +++ /dev/null @@ -1,3823 +0,0 @@ -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:21 */ -.x-tree-arrows .x-tree-expander-over .x-tree-expander { - background-position: -48px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:25 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander { - background-position: -24px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:29 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander { - background-position: -72px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:34 */ -.x-tree-arrows .x-rtl.x-tree-expander { - background: url(images/tree/arrows-rtl.png) no-repeat -72px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:38 */ -.x-tree-arrows .x-tree-expander-over .x-rtl.x-tree-expander { - background-position: -24px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:42 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-rtl.x-tree-expander { - background-position: -48px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:46 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-rtl.x-tree-expander { - background-position: 0 center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:71 */ -.x-tree-lines .x-tree-elbow { - background-image: url(images/tree/elbow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:75 */ -.x-tree-lines .x-tree-elbow-end { - background-image: url(images/tree/elbow-end.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:79 */ -.x-tree-lines .x-tree-elbow-plus { - background-image: url(images/tree/elbow-plus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:83 */ -.x-tree-lines .x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-plus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:87 */ -.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus { - background-image: url(images/tree/elbow-minus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:91 */ -.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-minus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:95 */ -.x-tree-lines .x-tree-elbow-line { - background-image: url(images/tree/elbow-line.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:100 */ -.x-tree-lines .x-rtl.x-tree-elbow { - background-image: url(images/tree/elbow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:104 */ -.x-tree-lines .x-rtl.x-tree-elbow-end { - background-image: url(images/tree/elbow-end-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:108 */ -.x-tree-lines .x-rtl.x-tree-elbow-plus { - background-image: url(images/tree/elbow-plus-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:112 */ -.x-tree-lines .x-rtl.x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-plus-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:116 */ -.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-plus { - background-image: url(images/tree/elbow-minus-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:120 */ -.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-minus-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:124 */ -.x-tree-lines .x-rtl.x-tree-elbow-line { - background-image: url(images/tree/elbow-line-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:131 */ -.x-tree-no-lines .x-tree-expander { - background-image: url(images/tree/elbow-plus-nl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:135 */ -.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander { - background-image: url(images/tree/elbow-minus-nl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:140 */ -.x-tree-no-lines .x-rtl.x-tree-expander { - background-image: url(images/tree/elbow-plus-nl-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:144 */ -.x-tree-no-lines .x-grid-tree-node-expanded .x-rtl.x-tree-expander { - background-image: url(images/tree/elbow-minus-nl-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:151 */ -.x-tree-icon { - width: 18px; - height: 32px; - line-height: 32px; - color: #cfcfcf; - font-size: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:159 */ -.x-tree-elbow-img { - width: 24px; - height: 32px; - line-height: 32px; - margin-right: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:167 */ -.x-rtl.x-tree-elbow-img { - margin-right: 0; - margin-left: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:173 */ -.x-tree-icon, -.x-tree-elbow-img, -.x-tree-checkbox { - margin-top: -8px; - margin-bottom: -7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:183 */ -.x-tree-icon-leaf { - background-image: url(images/tree/leaf.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:191 */ -.x-tree-icon-leaf.x-rtl { - background-image: url(images/tree/leaf-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:198 */ -.x-tree-icon-parent { - background-image: url(images/tree/folder.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:206 */ -.x-tree-icon-parent.x-rtl { - background-image: url(images/tree/folder-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:219 */ -.x-tree-icon-parent-expanded { - background-image: url(images/tree/folder-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:223 */ -.x-tree-icon-parent-expanded.x-rtl { - background-image: url(images/tree/folder-open-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:230 */ -.x-tree-icon-custom { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:240 */ -.x-tree-icon-custom.x-rtl { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:246 */ -.x-tree-checkbox { - margin-right: 4px; - top: 5px; - width: 22px; - height: 22px; - background-image: url(images/form/checkbox.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:260 */ -.x-rtl.x-tree-checkbox { - margin-right: 0; - margin-left: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:266 */ -.x-tree-checkbox-checked { - background-position: 0 -22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:274 */ -.x-grid-tree-loading .x-tree-icon { - background-image: url(images/tree/loading.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:279 */ -.x-grid-tree-loading .x-rtl.x-tree-icon { - background-image: url(images/tree/loading.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:284 */ -.x-tree-node-text { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:289 */ -.x-rtl.x-tree-node-text { - padding-left: 0; - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:296 */ -.x-grid-cell-inner-treecolumn { - padding: 8px 15px 7px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:9 */ -.x-tree-drop-ok-append .x-dd-drop-icon { - background-image: url(images/tree/drop-append.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:13 */ -.x-tree-drop-ok-above .x-dd-drop-icon { - background-image: url(images/tree/drop-above.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:17 */ -.x-tree-drop-ok-below .x-dd-drop-icon { - background-image: url(images/tree/drop-below.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:21 */ -.x-tree-drop-ok-between .x-dd-drop-icon { - background-image: url(images/tree/drop-between.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:26 */ -.x-tree-ddindicator { - height: 1px; - border-width: 1px 0px 0px; - border-style: dotted; - border-color: green; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:1 */ -.x-multiselector-remove { - font-size: 22px; - color: #e1e1e1; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:6 */ -.x-multiselector-remove .x-grid-cell-inner { - padding: 8px 3px 3px 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:11 */ -.x-grid-item-over .x-multiselector-remove { - color: red; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:1 */ -.x-toast-icon-information { - background-image: url(images/window/toast/icon16_info.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:5 */ -.x-toast-icon-error { - background-image: url(images/window/toast/icon16_error.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:11 */ -.x-toast-window .x-window-body { - /* Using standard theme */ - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:17 */ -.x-toast-light .x-window-header { - /* Custom styling */ - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:21 */ -.x-toast-light .x-tool-img { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:25 */ -.x-toast-light { - background-image: url(images/window/toast/fader.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:29 */ -.x-toast-light .x-window-body { - padding: 15px 5px 20px 5px; - background-color: transparent; - border: 0px solid white; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 4px 3px 4px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-4-3-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-small-tr, -.x-btn-plain-toolbar-small-br, -.x-btn-plain-toolbar-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-small-tl, -.x-btn-plain-toolbar-small-bl, -.x-btn-plain-toolbar-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-small-mc { - padding: 1px 2px 1px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-small { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-small { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-small { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-small { - font: 300 15px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 6px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-small, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-small { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-small { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after { - width: 22px; - background-image: url(images/button/plain-toolbar-small-arrow.png); - padding-right: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/plain-toolbar-small-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after { - height: 16px; - background-image: url(images/button/plain-toolbar-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after { - width: 30px; - background-image: url(images/button/plain-toolbar-small-s-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-split-right:after { - background-image: url(images/button/plain-toolbar-small-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/plain-toolbar-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small { - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-small { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 34px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-plain-toolbar-small .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-small { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-small { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-small { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-small-tl, -.x-btn-focus .x-btn-plain-toolbar-small-bl, -.x-btn-focus .x-btn-plain-toolbar-small-tr, -.x-btn-focus .x-btn-plain-toolbar-small-br, -.x-btn-focus .x-btn-plain-toolbar-small-tc, -.x-btn-focus .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-small-ml, -.x-btn-focus .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-small-tl, -.x-btn-over .x-btn-plain-toolbar-small-bl, -.x-btn-over .x-btn-plain-toolbar-small-tr, -.x-btn-over .x-btn-plain-toolbar-small-br, -.x-btn-over .x-btn-plain-toolbar-small-tc, -.x-btn-over .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-small-ml, -.x-btn-over .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-small-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 6px 4px 6px 4px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-6-4-6-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-medium-tr, -.x-btn-plain-toolbar-medium-br, -.x-btn-plain-toolbar-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-medium-tl, -.x-btn-plain-toolbar-medium-bl, -.x-btn-plain-toolbar-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-medium-mc { - padding: 4px 2px 4px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-medium { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-medium { - font: 300 16px/24px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-medium { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-medium { - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after { - width: 26px; - background-image: url(images/button/plain-toolbar-medium-arrow.png); - padding-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/plain-toolbar-medium-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/plain-toolbar-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after { - width: 36px; - background-image: url(images/button/plain-toolbar-medium-s-arrow.png); - padding-right: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-split-right:after { - background-image: url(images/button/plain-toolbar-medium-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after { - height: 30px; - background-image: url(images/button/plain-toolbar-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-medium { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 40px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-plain-toolbar-medium .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-medium { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-medium { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-medium-tl, -.x-btn-focus .x-btn-plain-toolbar-medium-bl, -.x-btn-focus .x-btn-plain-toolbar-medium-tr, -.x-btn-focus .x-btn-plain-toolbar-medium-br, -.x-btn-focus .x-btn-plain-toolbar-medium-tc, -.x-btn-focus .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-medium-ml, -.x-btn-focus .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-medium-tl, -.x-btn-over .x-btn-plain-toolbar-medium-bl, -.x-btn-over .x-btn-plain-toolbar-medium-tr, -.x-btn-over .x-btn-plain-toolbar-medium-br, -.x-btn-over .x-btn-plain-toolbar-medium-tc, -.x-btn-over .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-medium-ml, -.x-btn-over .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc { - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc { - padding-top: 6px !important; - padding-bottom: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc { - padding-top: 6px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 5px 4px 5px 4px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-5-4-5-4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-large-tr, -.x-btn-plain-toolbar-large-br, -.x-btn-plain-toolbar-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-large-tl, -.x-btn-plain-toolbar-large-bl, -.x-btn-plain-toolbar-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-large-mc { - padding: 3px 2px 3px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-large { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-large { - font: 300 17px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-large, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-large { - font-size: 32px; - height: 32px; - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-large { - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after { - width: 30px; - background-image: url(images/button/plain-toolbar-large-arrow.png); - padding-right: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/plain-toolbar-large-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after { - height: 24px; - background-image: url(images/button/plain-toolbar-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after { - width: 42px; - background-image: url(images/button/plain-toolbar-large-s-arrow.png); - padding-right: 42px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-split-right:after { - background-image: url(images/button/plain-toolbar-large-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after { - height: 36px; - background-image: url(images/button/plain-toolbar-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-large { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 46px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-plain-toolbar-large .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-large { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-large { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-large { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-large-tl, -.x-btn-focus .x-btn-plain-toolbar-large-bl, -.x-btn-focus .x-btn-plain-toolbar-large-tr, -.x-btn-focus .x-btn-plain-toolbar-large-br, -.x-btn-focus .x-btn-plain-toolbar-large-tc, -.x-btn-focus .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-large-ml, -.x-btn-focus .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-large-tl, -.x-btn-over .x-btn-plain-toolbar-large-bl, -.x-btn-over .x-btn-plain-toolbar-large-tr, -.x-btn-over .x-btn-plain-toolbar-large-br, -.x-btn-over .x-btn-plain-toolbar-large-tc, -.x-btn-over .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-large-ml, -.x-btn-over .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc { - padding-right: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc { - padding-right: 4px !important; - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc { - padding-left: 4px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc { - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc { - padding-top: 5px !important; - padding-bottom: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc { - padding-top: 5px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-large-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/button/Button.scss:220 */ -.x-btn-plain-toolbar-small-disabled .x-btn-icon-el, -.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, -.x-btn-plain-toolbar-large-disabled .x-btn-icon-el { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/button/Button.scss:223 */ -.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el, -.x-ie8 .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, -.x-ie8 .x-btn-plain-toolbar-large-disabled .x-btn-icon-el { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-light { - border-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-light { - font-size: 15px; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-light .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-light-horizontal { - padding: 5px 15px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-light-horizontal .x-panel-header-light-tab-bar { - margin-top: -5px; - margin-bottom: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-light-horizontal.x-header-noborder { - padding: 6px 16px 6px 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar { - margin-top: -6px; - margin-bottom: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-light-vertical { - padding: 15px 5px 15px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-light-vertical .x-panel-header-light-tab-bar { - margin-right: -5px; - margin-left: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-light-vertical.x-header-noborder { - padding: 16px 6px 16px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar { - margin-right: -6px; - margin-left: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:355 */ -.x-rtl.x-panel-header-light-vertical { - padding: 15px 6px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:359 */ -.x-rtl.x-panel-header-light-vertical .x-panel-header-light-tab-bar { - margin-left: -5px; - margin-right: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:367 */ -.x-rtl.x-panel-header-light-vertical.x-header-noborder { - padding: 16px 6px 16px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:371 */ -.x-rtl.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar { - margin-left: -6px; - margin-right: -6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-light { - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-light > .x-title-text-light { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:450 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:467 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light { - width: 16px; - height: 16px; - font-size: 16px; - color: #000; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light { - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-light { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:667 */ -.x-panel-header-light { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:671 */ -.x-panel-header-light-vertical { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:676 */ -.x-rtl.x-panel-header-light-vertical { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:729 */ -.x-panel .x-panel-header-light-collapsed-border-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:733 */ -.x-panel .x-panel-header-light-collapsed-border-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:737 */ -.x-panel .x-panel-header-light-collapsed-border-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:741 */ -.x-panel .x-panel-header-light-collapsed-border-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-light-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:782 */ -.x-panel-header-light-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-light-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:792 */ -.x-panel-header-light-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-light-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:804 */ -.x-panel-header-light-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-light-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:814 */ -.x-panel-header-light-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-light .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-light .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-light .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:833 */ -.x-rtl.x-panel-header-light-collapsed-border-right { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:836 */ -.x-rtl.x-panel-header-light-collapsed-border-left { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-light-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-light-outer-border-l { - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-light-outer-border-b { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-light-outer-border-bl { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-light-outer-border-r { - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-light-outer-border-rl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-light-outer-border-rb { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-light-outer-border-rbl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-light-outer-border-t { - border-top-color: #fff !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-light-outer-border-tl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-light-outer-border-tb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-light-outer-border-tbl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-light-outer-border-tr { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-light-outer-border-trl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-light-outer-border-trb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-light-outer-border-trbl { - border-color: #fff !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-light-framed { - border-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-light-framed { - font-size: 15px; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-light-framed .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-light-framed-horizontal { - padding: 5px 15px 5px 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar { - margin-top: -5px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-light-framed-horizontal.x-header-noborder { - padding: 6px 16px 5px 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-top: -6px; - margin-bottom: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-light-framed-vertical { - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar { - margin-right: -5px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-light-framed-vertical.x-header-noborder { - padding: 16px 6px 16px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-right: -6px; - margin-left: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:355 */ -.x-rtl.x-panel-header-light-framed-vertical { - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:359 */ -.x-rtl.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar { - margin-left: -5px; - margin-right: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:367 */ -.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder { - padding: 16px 5px 16px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:371 */ -.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-left: -6px; - margin-right: -5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-light-framed { - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-light-framed > .x-title-text-light-framed { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:450 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:467 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed { - width: 16px; - height: 16px; - font-size: 16px; - color: #000; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed { - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-light-framed { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-light-framed { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-light-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-light-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-light-framed-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-light-framed-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-light-framed-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-light-framed-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-light-framed-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-light-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-light-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-light-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-light-framed-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-light-framed-tr, -.x-panel-light-framed-br, -.x-panel-light-framed-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-light-framed-tl, -.x-panel-light-framed-bl, -.x-panel-light-framed-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-light-framed-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-light-framed-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-light-framed-tl, -.x-panel-light-framed-bl, -.x-panel-light-framed-tr, -.x-panel-light-framed-br, -.x-panel-light-framed-tc, -.x-panel-light-framed-bc, -.x-panel-light-framed-ml, -.x-panel-light-framed-mr { - background-image: url(images/panel/panel-light-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-light-framed-ml, -.x-panel-light-framed-mr { - background-image: url(images/panel/panel-light-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-light-framed-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-light-framed:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 15px 5px 15px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-top-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-top-frameInfo { - font-family: dh-4-4-0-4-1-1-0-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-top-tr, -.x-panel-header-light-framed-top-br, -.x-panel-header-light-framed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-top-tl, -.x-panel-header-light-framed-top-bl, -.x-panel-header-light-framed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-top-tl, -.x-panel-header-light-framed-top-bl, -.x-panel-header-light-framed-top-tr, -.x-panel-header-light-framed-top-br, -.x-panel-header-light-framed-top-tc, -.x-panel-header-light-framed-top-bc, -.x-panel-header-light-framed-top-ml, -.x-panel-header-light-framed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-top-ml, -.x-panel-header-light-framed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-top-mc { - padding: 2px 12px 5px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 15px 5px 15px 5px; - border-width: 1px 1px 1px 0; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-light-framed-right { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-right-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-right-frameInfo { - font-family: dh-4-4-4-0-1-1-1-0-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-right-tr, -.x-panel-header-light-framed-right-br, -.x-panel-header-light-framed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-right-tl, -.x-panel-header-light-framed-right-bl, -.x-panel-header-light-framed-right-ml { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-right-tl, -.x-panel-header-light-framed-right-bl, -.x-panel-header-light-framed-right-tr, -.x-panel-header-light-framed-right-br, -.x-panel-header-light-framed-right-tc, -.x-panel-header-light-framed-right-bc, -.x-panel-header-light-framed-right-ml, -.x-panel-header-light-framed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-light-framed-right-tl, -.x-rtl.x-panel-header-light-framed-right-ml, -.x-rtl.x-panel-header-light-framed-right-bl, -.x-rtl.x-panel-header-light-framed-right-tr, -.x-rtl.x-panel-header-light-framed-right-mr, -.x-rtl.x-panel-header-light-framed-right-br { - background-image: url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-right-ml, -.x-panel-header-light-framed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-right-mc { - padding: 12px 2px 12px 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-bottom-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-bottom-frameInfo { - font-family: dh-0-4-4-4-0-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-bottom-tr, -.x-panel-header-light-framed-bottom-br, -.x-panel-header-light-framed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-bottom-tl, -.x-panel-header-light-framed-bottom-bl, -.x-panel-header-light-framed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-bottom-tl, -.x-panel-header-light-framed-bottom-bl, -.x-panel-header-light-framed-bottom-tr, -.x-panel-header-light-framed-bottom-br, -.x-panel-header-light-framed-bottom-tc, -.x-panel-header-light-framed-bottom-bc, -.x-panel-header-light-framed-bottom-ml, -.x-panel-header-light-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-bottom-ml, -.x-panel-header-light-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-bottom-mc { - padding: 5px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-bottom:before { - display: none; - content: "x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px 0 1px 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-light-framed-left { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-left-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-left-frameInfo { - font-family: dh-4-0-4-4-1-0-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-left-tr, -.x-panel-header-light-framed-left-br, -.x-panel-header-light-framed-left-mr { - padding-right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-left-tl, -.x-panel-header-light-framed-left-bl, -.x-panel-header-light-framed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-left-tl, -.x-panel-header-light-framed-left-bl, -.x-panel-header-light-framed-left-tr, -.x-panel-header-light-framed-left-br, -.x-panel-header-light-framed-left-tc, -.x-panel-header-light-framed-left-bc, -.x-panel-header-light-framed-left-ml, -.x-panel-header-light-framed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-light-framed-left-tl, -.x-rtl.x-panel-header-light-framed-left-ml, -.x-rtl.x-panel-header-light-framed-left-bl, -.x-rtl.x-panel-header-light-framed-left-tr, -.x-rtl.x-panel-header-light-framed-left-mr, -.x-rtl.x-panel-header-light-framed-left-br { - background-image: url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-left-ml, -.x-panel-header-light-framed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-left-mc { - padding: 12px 5px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-left:before { - display: none; - content: "x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-top-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-top-tr, -.x-panel-header-light-framed-collapsed-top-br, -.x-panel-header-light-framed-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-top-tl, -.x-panel-header-light-framed-collapsed-top-bl, -.x-panel-header-light-framed-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-top-tl, -.x-panel-header-light-framed-collapsed-top-bl, -.x-panel-header-light-framed-collapsed-top-tr, -.x-panel-header-light-framed-collapsed-top-br, -.x-panel-header-light-framed-collapsed-top-tc, -.x-panel-header-light-framed-collapsed-top-bc, -.x-panel-header-light-framed-collapsed-top-ml, -.x-panel-header-light-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-top-ml, -.x-panel-header-light-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-top-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-right { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-light-framed-collapsed-right { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-right-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-right-tr, -.x-panel-header-light-framed-collapsed-right-br, -.x-panel-header-light-framed-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-right-tl, -.x-panel-header-light-framed-collapsed-right-bl, -.x-panel-header-light-framed-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-right-tl, -.x-panel-header-light-framed-collapsed-right-bl, -.x-panel-header-light-framed-collapsed-right-tr, -.x-panel-header-light-framed-collapsed-right-br, -.x-panel-header-light-framed-collapsed-right-tc, -.x-panel-header-light-framed-collapsed-right-bc, -.x-panel-header-light-framed-collapsed-right-ml, -.x-panel-header-light-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-light-framed-collapsed-right-tl, -.x-rtl.x-panel-header-light-framed-collapsed-right-ml, -.x-rtl.x-panel-header-light-framed-collapsed-right-bl, -.x-rtl.x-panel-header-light-framed-collapsed-right-tr, -.x-rtl.x-panel-header-light-framed-collapsed-right-mr, -.x-rtl.x-panel-header-light-framed-collapsed-right-br { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-right-ml, -.x-panel-header-light-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-right-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-bottom { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 5px 15px 5px 15px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-bottom-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-5-15-5-15; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-bottom-tr, -.x-panel-header-light-framed-collapsed-bottom-br, -.x-panel-header-light-framed-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-bottom-tl, -.x-panel-header-light-framed-collapsed-bottom-bl, -.x-panel-header-light-framed-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-bottom-tl, -.x-panel-header-light-framed-collapsed-bottom-bl, -.x-panel-header-light-framed-collapsed-bottom-tr, -.x-panel-header-light-framed-collapsed-bottom-br, -.x-panel-header-light-framed-collapsed-bottom-tc, -.x-panel-header-light-framed-collapsed-bottom-bc, -.x-panel-header-light-framed-collapsed-bottom-ml, -.x-panel-header-light-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-bottom-ml, -.x-panel-header-light-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-bottom-mc { - padding: 2px 12px 2px 12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 15px 5px 15px 5px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-light-framed-collapsed-left { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-left-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-15-5-15-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-left-tr, -.x-panel-header-light-framed-collapsed-left-br, -.x-panel-header-light-framed-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-left-tl, -.x-panel-header-light-framed-collapsed-left-bl, -.x-panel-header-light-framed-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-left-tl, -.x-panel-header-light-framed-collapsed-left-bl, -.x-panel-header-light-framed-collapsed-left-tr, -.x-panel-header-light-framed-collapsed-left-br, -.x-panel-header-light-framed-collapsed-left-tc, -.x-panel-header-light-framed-collapsed-left-bc, -.x-panel-header-light-framed-collapsed-left-ml, -.x-panel-header-light-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-light-framed-collapsed-left-tl, -.x-rtl.x-panel-header-light-framed-collapsed-left-ml, -.x-rtl.x-panel-header-light-framed-collapsed-left-bl, -.x-rtl.x-panel-header-light-framed-collapsed-left-tr, -.x-rtl.x-panel-header-light-framed-collapsed-left-mr, -.x-rtl.x-panel-header-light-framed-collapsed-left-br { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-left-ml, -.x-panel-header-light-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-left-mc { - padding: 12px 2px 12px 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:629 */ -.x-panel .x-panel-header-light-framed-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:633 */ -.x-panel .x-panel-header-light-framed-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:637 */ -.x-panel .x-panel-header-light-framed-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:641 */ -.x-panel .x-panel-header-light-framed-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:647 */ -.x-nbr .x-panel-header-light-framed-collapsed-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:651 */ -.x-nbr .x-panel-header-light-framed-collapsed-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:655 */ -.x-nbr .x-panel-header-light-framed-collapsed-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:659 */ -.x-nbr .x-panel-header-light-framed-collapsed-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-light-framed-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:782 */ -.x-panel-header-light-framed-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-light-framed-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:792 */ -.x-panel-header-light-framed-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-light-framed-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:804 */ -.x-panel-header-light-framed-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-light-framed-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:814 */ -.x-panel-header-light-framed-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-light-framed .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-light-framed .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-light-framed .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:833 */ -.x-rtl.x-panel-header-light-framed-collapsed-border-right { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:836 */ -.x-rtl.x-panel-header-light-framed-collapsed-border-left { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-light-framed-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-light-framed-outer-border-l { - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-light-framed-outer-border-b { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-light-framed-outer-border-bl { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-light-framed-outer-border-r { - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-light-framed-outer-border-rl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-light-framed-outer-border-rb { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-light-framed-outer-border-rbl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-light-framed-outer-border-t { - border-top-color: #fff !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-light-framed-outer-border-tl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-light-framed-outer-border-tb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-light-framed-outer-border-tbl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-light-framed-outer-border-tr { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-light-framed-outer-border-trl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-light-framed-outer-border-trb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-light-framed-outer-border-trbl { - border-color: #fff !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/File.scss:3 */ -.x-form-file-wrap .x-form-trigger-wrap { - border: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/File.scss:7 */ -.x-form-file-wrap .x-form-trigger-wrap .x-form-text { - border: 1px solid; - border-color: #cfcfcf; - height: 32px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/HtmlEditor.scss:1 */ -.x-html-editor-container { - border: 1px solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - border: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:6 */ -.x-column-header-trigger { - background-color: #eff6fb; - border-left: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:12 */ -.x-rtl.x-column-header-trigger { - border-right: 1px solid #cfcfcf; - border-left: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:18 */ -.x-column-header-last { - border-right-width: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:20 */ -.x-column-header-last .x-column-header-over .x-column-header-trigger { - border-right: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:26 */ -.x-rtl.x-column-header-last { - border-left-width: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:28 */ -.x-rtl.x-column-header-last .x-column-header-over .x-column-header-trigger { - border-left: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:1 */ -.x-resizable-handle { - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:6 */ -.x-resizable-handle-east-over, -.x-resizable-handle-west-over { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:11 */ -.x-resizable-handle-south-over, -.x-resizable-handle-north-over { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:16 */ -.x-resizable-handle-southeast-over { - background-position: -2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:20 */ -.x-resizable-handle-northwest-over { - background-position: 2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:24 */ -.x-resizable-handle-northeast-over { - background-position: -2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:28 */ -.x-resizable-handle-southwest-over { - background-position: 2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:33 */ -.x-resizable-pinned .x-resizable-handle-east, -.x-resizable-pinned .x-resizable-handle-west { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:38 */ -.x-resizable-pinned .x-resizable-handle-south, -.x-resizable-pinned .x-resizable-handle-north { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:43 */ -.x-resizable-pinned .x-resizable-handle-southeast { - background-position: -2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:47 */ -.x-resizable-pinned .x-resizable-handle-northwest { - background-position: 2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:51 */ -.x-resizable-pinned .x-resizable-handle-northeast { - background-position: -2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:55 */ -.x-resizable-pinned .x-resizable-handle-southwest { - background-position: 2px -2px; -} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl.css deleted file mode 100644 index f35d080..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl.css +++ /dev/null @@ -1,2 +0,0 @@ -@import 'theme-crisp-touch-all-rtl_1.css'; -@import 'theme-crisp-touch-all-rtl_2.css'; diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl_1.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl_1.css deleted file mode 100644 index ed9cd4f..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl_1.css +++ /dev/null @@ -1 +0,0 @@ -.x-size-monitored{position:relative}.x-size-monitors{position:absolute;left:0;top:0;width:100%;height:100%;visibility:hidden;overflow:hidden}.x-size-monitors > *{width:100%;height:100%;overflow:hidden}.x-size-monitors.scroll > *.shrink::after{content:'';display:block;width:200%;height:200%;min-width:1px;min-height:1px}.x-size-monitors.scroll > *.expand::after{content:'';display:block;width:100000px;height:100000px}.x-size-monitors.overflowchanged > *.shrink > *{width:100%;height:100%}.x-size-monitors.overflowchanged > *.expand > *{width:200%;height:200%}.x-size-change-detector{visibility:hidden;position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;overflow:hidden}.x-size-change-detector > *{visibility:hidden}.x-size-change-detector-shrink > *{width:200%;height:200%}.x-size-change-detector-expand > *{width:100000px;height:100000px}@-webkit-keyframes x-paint-monitor-helper{from{zoom:1}to{zoom:1}}@keyframes x-paint-monitor-helper{from{zoom:1}to{zoom:1}}.x-paint-monitored{position:relative}.x-paint-monitor{width:0 !important;height:0 !important;visibility:hidden}.x-paint-monitor.cssanimation{-webkit-animation-duration:0.0001ms;-webkit-animation-name:x-paint-monitor-helper;animation-duration:0.0001ms;animation-name:x-paint-monitor-helper}.x-paint-monitor.overflowchange{overflow:hidden}.x-paint-monitor.overflowchange::after{content:'';display:block;width:1px !important;height:1px !important}.x-progress{border-style:solid;overflow:hidden;position:relative}.x-progress-bar{height:100%;width:0}.x-progress-text,.x-progress-bar{overflow:hidden;position:absolute}.x-translatable{position:absolute !important;top:500000px !important;left:500000px !important;overflow:visible !important;z-index:1}.x-translatable-hboxfix{position:absolute;min-width:100%;top:0;left:0}.x-translatable-hboxfix > .x-translatable{position:relative !important}.x-translatable-container{overflow:hidden;width:auto;height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.x-translatable-container::before{content:'';display:block;width:1000000px;height:1000000px;visibility:hidden}.x-scroll-container{overflow:hidden;position:relative}.x-scroll-scroller{float:left;position:relative;min-width:100%;min-height:100%}.x-domscroller-spacer{position:absolute;height:1px;width:1px;font-size:0;line-height:0}.x-treelist{background-color:#fff;background-position:18px 0%;overflow:hidden;padding:0 0 0 0}.x-big .x-treelist{background-position: 0%}.x-treelist-container,.x-treelist-root-container{width:100%}.x-treelist-toolstrip{display:none}.x-treelist-micro > .x-treelist-toolstrip{display:inline-block}.x-treelist-micro > .x-treelist-root-container{display:none}.x-treelist-item,.x-treelist-container,.x-treelist-root-container{overflow:hidden;list-style:none;padding:0;margin:0}.x-treelist-item-tool,.x-treelist-row,.x-treelist-item-wrap{position:relative}.x-treelist-item-icon,.x-treelist-item-expander{display:none;position:absolute;top:0}.x-treelist-item-expander{right:0;cursor:pointer}.x-treelist-expander-only .x-treelist-item-expandable > * > .x-treelist-item-wrap > *{cursor:pointer}.x-treelist-item-text{cursor:default;white-space:nowrap;overflow:hidden}.x-treelist-item-collapsed > .x-treelist-container{display:none}.x-treelist-item-expandable > * > * > .x-treelist-item-expander,.x-treelist-item-icon{display:block}.x-treelist-item-floated > * > * > .x-treelist-item-expander,.x-treelist-item-floated > * > * > .x-treelist-item-icon{display:none}.x-treelist-expander-first .x-treelist-item-expander{left:0;right:auto}.x-treelist-toolstrip{background-color:#f8f8f8}.x-treelist-item-selected > .x-treelist-row{background-color:#c2ddf2}.x-treelist-item-selected > .x-treelist-row-over{background-color:#c2ddf2}.x-treelist-item-tool{padding-left:6px;padding-right:15px}.x-treelist-item-icon:before,.x-treelist-item-tool:before,.x-treelist-item-expander{line-height:32px}.x-treelist-item-icon,.x-treelist-item-tool,.x-treelist-item-expander{text-align:center}.x-treelist-item-icon,.x-treelist-item-tool{color:#cfcfcf;font-size:18px;width:18px}.x-treelist-item-tool{width:39px}.x-treelist-item-expander{color:#cfcfcf;font-size:16px;width:24px}.x-treelist-item-expander:after{content:"\f0da";font:18px/1 FontAwesome}.x-treelist-item-expanded > * > * > .x-treelist-item-expander:after{content:"\f0d7";font:18px/1 FontAwesome}.x-treelist-item-text{color:#000;margin-left:22px;margin-right:24px;font-size:15px;line-height:32px;text-overflow:ellipsis}.x-treelist-row{padding-left:6px;padding-right:15px}.x-treelist-item-floated .x-treelist-container{width:auto}.x-treelist-item-floated > .x-treelist-row{background-color:#f8f8f8}.x-treelist-item-floated > .x-treelist-container{margin-left:-18px}.x-big .x-treelist-item-floated > .x-treelist-container{margin-left:0}.x-treelist-item-floated > * > * > .x-treelist-item-text{margin-left:0}.x-treelist-item-floated > * .x-treelist-row{padding-left:0}.x-treelist-item-floated .x-treelist-row:before{width:0}.x-treelist-item-floated > .x-treelist-row-over{background-color:#f8f8f8}.x-treelist-item-floated > .x-treelist-row-over > * > .x-treelist-item-text{color:#000}.x-treelist-item-expanded > .x-treelist-item-expander:after{content:"\f0d7";font:18px/1 FontAwesome}.x-treelist-item-collapsed > * > .x-treelist-item-expander:after{content:"\f0da";font:18px/1 FontAwesome}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-icon{color:#cfcfcf;transition:color 0.5s}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-text{color:#000;transition:color 0.5s}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-expander{color:#cfcfcf;transition:color 0.5s}.x-treelist-row-over{background-color:#e2eff9}.x-treelist-row-over > * > .x-treelist-item-icon{color:#cfcfcf;transition:color 0.5s}.x-treelist-row-over > * > .x-treelist-item-text{color:#000;transition:color 0.5s}.x-treelist-row-over > * > .x-treelist-item-expander{color:#cfcfcf;transition:color 0.5s}.x-treelist-expander-first .x-treelist-item-icon{left:24px}.x-treelist-expander-first .x-treelist-item-text{margin-left:46px;margin-right:0}.x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text{margin-left:28px}.x-treelist-item-hide-icon > * > * > .x-treelist-item-text{margin-left:4px}.x-body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.x-no-touch-scroll{touch-action:none;-ms-touch-action:none}@-ms-viewport{width:device-width}img{border:0}.x-border-box,.x-border-box *{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box}.x-rtl{direction:rtl}.x-ltr{direction:ltr}.x-clear{overflow:hidden;clear:both;font-size:0;line-height:0;display:table}.x-layer{position:absolute !important;overflow:hidden}.x-fixed-layer{position:fixed !important;overflow:hidden}.x-shim{position:absolute;left:0;top:0;overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-hidden-display{display:none !important}.x-hidden-visibility{visibility:hidden !important}.x-hidden,.x-hidden-offsets{display:block !important;visibility:hidden !important;position:absolute !important;top:-10000px !important}.x-hidden-clip{position:absolute !important;clip:rect(0,0,0,0)}.x-masked-relative{position:relative}.x-ie-shadow{background-color:#777;position:absolute;overflow:hidden}.x-unselectable{user-select:none;-o-user-select:none;-ms-user-select:none;-moz-user-select:-moz-none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-drag:none;cursor:default}.x-selectable{cursor:auto;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;-o-user-select:text}.x-list-plain{list-style-type:none;margin:0;padding:0}.x-table-plain{border-collapse:collapse;border-spacing:0;font-size:1em}.x-frame-tl,.x-frame-tr,.x-frame-tc,.x-frame-bl,.x-frame-br,.x-frame-bc{overflow:hidden;background-repeat:no-repeat}.x-frame-tc,.x-frame-bc{background-repeat:repeat-x}td.x-frame-tl,td.x-frame-tr,td.x-frame-bl,td.x-frame-br{width:1px}.x-frame-mc{background-repeat:repeat-x;overflow:hidden}.x-proxy-el{position:absolute;background:#b4b4b4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-css-shadow{position:absolute;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.x-item-disabled,.x-item-disabled *{cursor:default;pointer-events:none}.x-component,.x-container{position:relative}:focus{outline:none}.x-body .x-sync-repaint:before,.x-body .x-sync-repaint:after{content:none !important}.x-position-relative{position:relative !important}.x-box-item{position:absolute !important;left:0;top:0}.x-rtl > .x-box-item{right:0;left:auto}.x-autocontainer-outerCt{display:table}.x-autocontainer-innerCt{display:table-cell;height:100%;vertical-align:top}.x-mask{z-index:100;position:absolute;top:0;left:0;width:100%;height:100%;outline:none !important}.x-ie8 .x-mask{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.x-mask-fixed{position:fixed}.x-mask-msg{position:absolute}.x-btn{display:inline-block;outline:0;cursor:pointer;white-space:nowrap;text-decoration:none;vertical-align:top;overflow:hidden;position:relative}.x-btn > .x-frame{height:100%;width:100%}.x-btn-wrap{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.x-btn-wrap.x-btn-arrow-bottom,.x-btn-wrap.x-btn-split-bottom{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.x-ie9m .x-btn-wrap{display:table;border-spacing:0}.x-btn-button{white-space:nowrap;line-height:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}.x-btn-button.x-btn-icon-top,.x-btn-button.x-btn-icon-bottom{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-ie9m .x-btn-button{display:table-cell;vertical-align:middle}.x-btn-inner{overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:1;display:block}.x-ie9m .x-btn-inner{display:inline-block;vertical-align:middle}.x-btn-icon.x-btn-no-text > .x-btn-inner{display:none}.x-btn-icon-el{display:none;vertical-align:middle;text-align:center;background-position:center center;background-repeat:no-repeat}.x-btn-icon > .x-btn-icon-el{display:block}.x-ie9m .x-btn-icon-left > .x-btn-icon-el,.x-ie9m .x-btn-icon-right > .x-btn-icon-el{display:inline-block}.x-btn-button-center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-btn-button-left{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.x-rtl.x-btn-button-left{text-align:right}.x-btn-button-right{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.x-rtl.x-btn-button-right{text-align:left}.x-btn-arrow:after,.x-btn-split:after{display:block;background-repeat:no-repeat;content:'';box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;text-align:center}.x-btn-arrow-right:after,.x-btn-split-right:after{background-position:right center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-ie9m .x-btn-arrow-right:after,.x-ie9m .x-btn-split-right:after{display:table-cell;vertical-align:middle}.x-rtl.x-btn-arrow-right:after,.x-rtl.x-btn-split-right:after{background-position:left center}.x-btn-arrow-bottom:after,.x-btn-split-bottom:after{background-position:center bottom;content:'\00a0';line-height:0}.x-ie9m .x-btn-arrow-bottom:after,.x-ie9m .x-btn-split-bottom:after{display:table-row}.x-btn-split-right > .x-btn-button:after{position:absolute;display:block;top:-100%;right:0;height:300%;content:''}.x-rtl.x-btn-split-right > .x-btn-button:after{left:0;right:auto}.x-btn-split-bottom > .x-btn-button:after{position:absolute;display:block;bottom:0;left:-100%;font-size:0;width:300%;content:''}.x-btn-mc{overflow:visible}.x-segmented-button{display:table;table-layout:fixed}.x-segmented-button-item{display:table-cell;vertical-align:top}.x-segmented-button-item > .x-frame{width:100%;height:100%}.x-segmented-button-item .x-btn-mc{width:100%}.x-segmented-button-item-horizontal{display:table-cell;height:100%}.x-segmented-button-item-horizontal.x-segmented-button-first{border-top-right-radius:0;border-bottom-right-radius:0}.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-tr,.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-mr,.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-br{display:none}.x-segmented-button-item-horizontal.x-segmented-button-middle{border-radius:0;border-left:0}.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tl,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tr,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-ml,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-mr,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-bl,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-br{display:none}.x-segmented-button-item-horizontal.x-segmented-button-last{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-tl,.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-ml,.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-bl{display:none}.x-segmented-button-row{display:table-row}.x-segmented-button-item-vertical.x-segmented-button-first{border-bottom-right-radius:0;border-bottom-left-radius:0}.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bl,.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bc,.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-br{display:none}.x-segmented-button-item-vertical.x-segmented-button-middle{border-radius:0;border-top:0}.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tl,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tc,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tr,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bl,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bc,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-br{display:none}.x-segmented-button-item-vertical.x-segmented-button-last{border-top:0;border-top-right-radius:0;border-top-left-radius:0}.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tl,.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tc,.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tr{display:none}.x-title-icon{background-repeat:no-repeat;background-position:0 0;vertical-align:middle;line-height:1;text-align:center}.x-title{display:table;table-layout:fixed}.x-rtl.x-title{-o-text-overflow:clip;text-overflow:clip}.x-title-text{display:table-cell;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:middle}.x-title-align-left{text-align:left}.x-title-align-left.x-rtl{text-align:right}.x-title-align-center{text-align:center}.x-title-align-right{text-align:right}.x-title-align-right.x-rtl{text-align:left}.x-title-rotate-right{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-title-rotate-right{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-title-rotate-right.x-rtl{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-title-rotate-right.x-rtl{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-title-rotate-left{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-title-rotate-left{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-title-rotate-left.x-rtl{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-title-rotate-left.x-rtl{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-horizontal.x-header .x-title-rotate-right.x-title-align-left > .x-title-item{vertical-align:bottom}.x-horizontal.x-header .x-title-rotate-right.x-title-align-center > .x-title-item{vertical-align:middle}.x-horizontal.x-header .x-title-rotate-right.x-title-align-right > .x-title-item{vertical-align:top}.x-horizontal.x-header .x-title-rotate-left.x-title-align-left > .x-title-item{vertical-align:top}.x-horizontal.x-header .x-title-rotate-left.x-title-align-center > .x-title-item{vertical-align:middle}.x-horizontal.x-header .x-title-rotate-left.x-title-align-right > .x-title-item{vertical-align:bottom}.x-vertical.x-header .x-title-rotate-none.x-title-align-left > .x-title-item{vertical-align:top}.x-vertical.x-header .x-title-rotate-none.x-title-align-center > .x-title-item{vertical-align:middle}.x-vertical.x-header .x-title-rotate-none.x-title-align-right > .x-title-item{vertical-align:bottom}.x-title-icon-wrap{display:table-cell;text-align:center;vertical-align:middle;line-height:0}.x-title-icon-wrap.x-title-icon-top,.x-title-icon-wrap.x-title-icon-bottom{display:table-row}.x-title-icon{display:inline-block;vertical-align:middle;background-position:center;background-repeat:no-repeat}.x-tool{font-size:0;line-height:0}.x-header > .x-box-inner,.x-panel-header-mc > .x-box-inner,.x-window-header-mc > .x-box-inner{overflow:visible}.x-splitter{font-size:1px}.x-splitter-horizontal{cursor:e-resize;cursor:row-resize}.x-splitter-vertical{cursor:e-resize;cursor:col-resize}.x-splitter-collapsed,.x-splitter-horizontal-noresize,.x-splitter-vertical-noresize{cursor:default}.x-splitter-active{z-index:4}.x-collapse-el{position:absolute;background-repeat:no-repeat}.x-splitter-focus{z-index:4}.x-box-layout-ct{overflow:hidden}.x-box-target{position:absolute;width:20000px;top:0;left:0;height:1px}.x-rtl.x-box-target{left:auto;right:0}.x-box-inner{overflow:hidden;position:relative;left:0;top:0}.x-box-scroller{position:absolute;background-repeat:no-repeat;background-position:center;line-height:0;font-size:0;text-align:center}.x-box-scroller-top{top:0}.x-box-scroller-right{right:0}.x-box-scroller-bottom{bottom:0}.x-box-scroller-left{left:0}.x-box-menu-body-horizontal{float:left}.x-box-menu-after{position:relative;float:left}.x-toolbar-text{white-space:nowrap}.x-toolbar-separator{display:block;font-size:1px;overflow:hidden;cursor:default;border:0;width:0;height:0;line-height:0px}.x-toolbar-scroller{padding-left:0}.x-toolbar-plain{border:0}.x-dd-drag-proxy,.x-dd-drag-current{z-index:1000000!important;pointer-events:none}.x-dd-drag-proxy{display:table}.x-dd-drag-repair .x-dd-drag-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-dd-drag-repair .x-dd-drop-icon{display:none}.x-dd-drag-ghost,.x-dd-drop-icon{display:table-cell;vertical-align:middle}.x-dd-drag-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);opacity:0.85;white-space:nowrap}.x-dd-drop-icon{height:26px;width:26px;background-color:transparent;background-position:center;background-repeat:no-repeat}.x-rtl .x-dd-drag-ghost{padding-left:5px;padding-right:20px}.x-rtl .x-dd-drop-icon{left:auto;right:3px}.x-docked{position:absolute !important;z-index:2}.x-docked-vertical{position:static}.x-docked-top{border-bottom-width:0 !important}.x-docked-bottom{border-top-width:0 !important}.x-docked-left{border-right-width:0 !important}.x-docked-right{border-left-width:0 !important}.x-docked-noborder-top{border-top-width:0 !important}.x-docked-noborder-right{border-right-width:0 !important}.x-docked-noborder-bottom{border-bottom-width:0 !important}.x-docked-noborder-left{border-left-width:0 !important}.x-noborder-l{border-left-width:0 !important}.x-noborder-b{border-bottom-width:0 !important}.x-noborder-bl{border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-r{border-right-width:0 !important}.x-noborder-rl{border-right-width:0 !important;border-left-width:0 !important}.x-noborder-rb{border-right-width:0 !important;border-bottom-width:0 !important}.x-noborder-rbl{border-right-width:0 !important;border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-t{border-top-width:0 !important}.x-noborder-tl{border-top-width:0 !important;border-left-width:0 !important}.x-noborder-tb{border-top-width:0 !important;border-bottom-width:0 !important}.x-noborder-tbl{border-top-width:0 !important;border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-tr{border-top-width:0 !important;border-right-width:0 !important}.x-noborder-trl{border-top-width:0 !important;border-right-width:0 !important;border-left-width:0 !important}.x-noborder-trb{border-top-width:0 !important;border-right-width:0 !important;border-bottom-width:0 !important}.x-noborder-trbl{border-width:0 !important}.x-panel,.x-plain{overflow:hidden;position:relative}.x-panel{outline:none}td.x-frame-mc{vertical-align:top}.x-panel-body{overflow:hidden;position:relative}.x-panel-header-plain,.x-panel-body-plain{border:0;padding:0}.x-panel-collapsed-mini{visibility:hidden}.x-table-layout{font-size:1em}.x-btn-group{position:relative;overflow:hidden}.x-btn-group-body{position:relative}.x-btn-group-body .x-table-layout-cell{vertical-align:top}.x-viewport,.x-viewport > .x-body{margin:0;padding:0;border:0 none;overflow:hidden;position:static;touch-action:none;-ms-touch-action:none}.x-viewport{height:100%}.x-viewport > .x-body{min-height:100%}.x-column{float:left}.x-rtl > .x-column{float:right}.x-resizable-overlay{position:absolute;left:0;top:0;width:100%;height:100%;display:none;z-index:200000;background-color:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-window{outline:none;overflow:hidden}.x-window .x-window-wrap{position:relative}.x-window-body{position:relative;overflow:hidden}.x-form-item{display:table;table-layout:fixed;border-spacing:0;border-collapse:separate}.x-form-item-label{overflow:hidden}.x-form-item.x-form-item-no-label > .x-form-item-label{display:none}.x-form-item-label,.x-form-item-body{display:table-cell}.x-ie8 .x-form-fieldcontainer .x-form-item-label-top + .x-form-item-body{display:table-row}.x-form-item-body{vertical-align:middle;height:100%}.x-form-item-label-inner{display:inline-block}.x-form-item-label-top{display:table-row;height:1px}.x-form-item-label-top > .x-form-item-label-inner{display:table-cell}.x-form-item-label-top-side-error:after{display:table-cell;content:''}.x-form-item-label-right{text-align:right}.x-form-item-label-right.x-rtl{text-align:left}.x-form-error-wrap-side{display:table-cell;vertical-align:middle}.x-form-error-wrap-under{display:table-row;height:1px}.x-form-error-wrap-under > .x-form-error-msg{display:table-cell}.x-form-error-wrap-under-side-label:before{display:table-cell;content:'';pointer-events:none}.x-form-invalid-icon{overflow:hidden}.x-form-invalid-icon ul{display:none}.x-form-trigger-wrap{display:table;width:100%;height:100%}.x-gecko .x-form-trigger-wrap{display:-moz-inline-box;display:inline-flex;vertical-align:top}.x-form-text-wrap{display:table-cell;overflow:hidden;height:100%}.x-gecko .x-form-text-wrap{display:block;-moz-box-flex:1;flex:1}.x-form-item-body.x-form-text-grow{min-width:inherit;max-width:inherit}.x-form-text{border:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;display:block;background:repeat-x 0 0;width:100%;height:100%}.x-webkit .x-form-text{height:calc(100% + 3px)}.x-form-trigger{display:table-cell;vertical-align:top;cursor:pointer;overflow:hidden;background-repeat:no-repeat;text-align:center;line-height:0;white-space:nowrap}.x-item-disabled .x-form-trigger{cursor:default}.x-form-trigger.x-form-trigger-cmp{background:none;border:0}.x-form-trigger.x-form-trigger-cmp.x-rtl{background:none;border:0}.x-gecko .x-form-trigger{display:block}.x-form-textarea{overflow:auto;resize:none}div.x-form-text-grow .x-form-textarea{min-height:inherit}.x-message-box .x-form-display-field{height:auto}.x-form-cb-wrap{vertical-align:top}.x-form-cb-wrap-inner{position:relative}.x-form-cb{position:absolute;left:0;right:auto;vertical-align:top;overflow:hidden;padding:0;border:0;cursor:default}.x-form-cb::-moz-focus-inner{padding:0;border:0}.x-rtl.x-form-cb{right:0;left:auto}.x-form-cb-after{left:auto;right:0}.x-rtl.x-form-cb-after{left:0;right:auto}.x-form-cb-label{display:inline-block}.x-form-cb-label.x-form-cb-no-box-label{display:none}.x-fieldset{display:block;position:relative;overflow:hidden}.x-fieldset-header{overflow:hidden}.x-fieldset-header .x-form-item,.x-fieldset-header .x-tool{float:left}.x-fieldset-header .x-fieldset-header-text{float:left}.x-fieldset-header .x-form-cb-wrap{font-size:0;line-height:0;min-height:0;height:auto}.x-fieldset-header .x-form-cb{margin:0;position:static;display:inherit}.x-fieldset-body{overflow:hidden}.x-fieldset-collapsed{padding-bottom:0 !important}.x-fieldset-collapsed > .x-fieldset-body{display:none}.x-fieldset-header-text-collapsible{cursor:pointer}.x-rtl.x-fieldset-header .x-form-item,.x-rtl.x-fieldset-header .x-tool{float:right}.x-rtl.x-fieldset-header .x-fieldset-header-text{float:right}.x-view-item-focused{outline:1px dashed #157fcc!important;outline-offset:-1px}.x-ie9 .x-boundlist-list-ct{min-height:0%}.x-datepicker{position:relative}.x-datepicker .x-monthpicker{left:0;top:0;display:block}.x-datepicker .x-monthpicker-months,.x-datepicker .x-monthpicker-years{height:100%}.x-datepicker-inner{table-layout:fixed;width:100%;border-collapse:separate}.x-datepicker-cell{padding:0}.x-datepicker-header{position:relative}.x-datepicker-arrow{position:absolute;outline:none;font-size:0}.x-datepicker-column-header{padding:0}.x-datepicker-date{display:block;text-decoration:none}.x-monthpicker{display:table}.x-monthpicker-body{height:100%;position:relative}.x-monthpicker-months,.x-monthpicker-years{float:left}.x-monthpicker-item{float:left}.x-monthpicker-item-inner{display:block;text-decoration:none}.x-monthpicker-yearnav-button-ct{float:left;text-align:center}.x-monthpicker-yearnav-button{display:inline-block;outline:none;font-size:0}.x-monthpicker-buttons{width:100%}.x-datepicker .x-monthpicker-buttons{position:absolute;bottom:0}.x-datepicker-month .x-btn-split > .x-btn-button:after{content:none}.x-form-display-field-body{vertical-align:top}.x-form-file-btn{overflow:hidden;position:relative}.x-form-file-input{border:0;position:absolute;cursor:pointer;top:0;right:0;width:100%;height:100%;overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;font-size:1000px}.x-rtl.x-form-file-input{right:auto;left:0}.x-form-item-hidden{margin:0}.x-tip{position:absolute;overflow:visible}.x-tip-body{overflow:hidden;position:relative}.x-tip-anchor{position:absolute;overflow:hidden;border-style:solid}.x-color-picker-item{float:left;text-decoration:none}.x-color-picker-item-inner{display:block;font-size:1px}.x-html-editor-tb .x-toolbar{position:static !important}.x-htmleditor-iframe,.x-htmleditor-textarea{display:block;overflow:auto;width:100%;height:100%;border:0}.x-tagfield-body{vertical-align:top}.x-tagfield{height:auto!important;cursor:text;overflow-y:auto}.x-tagfield .x-tagfield-list{padding:0;margin:0}.x-tagfield-list.x-tagfield-singleselect{white-space:nowrap;overflow:hidden}.x-tagfield-input,.x-tagfield-item{vertical-align:top;display:inline-block;position:relative}.x-tagfield-empty-input,.x-tagfield-input-field{font:inherit;border:0;margin:0;background:none;width:100%}.x-tagfield-emptyinput{display:none}.x-tagfield-stacked .x-tagfield-item{display:block}.x-tagfield-item{cursor:default}.x-tagfield-item-close{cursor:pointer;position:absolute}.x-fit-item{position:relative}.x-grid-view{overflow:hidden;position:relative}.x-grid-row-table{width:0;table-layout:fixed;border:0 none;border-collapse:separate;border-spacing:0}.x-grid-item{table-layout:fixed;outline:none}.x-grid-row{outline:none}.x-grid-td{overflow:hidden;border-width:0;vertical-align:top}.x-grid-cell-inner{overflow:hidden;white-space:nowrap}.x-wrap-cell .x-grid-cell-inner{white-space:normal}.x-grid-resize-marker{position:absolute;z-index:5;top:0}.x-col-move-top,.x-col-move-bottom{position:absolute;top:0;line-height:0;font-size:0;overflow:hidden;z-index:20000;background:no-repeat center top transparent}.x-grid-header-ct{cursor:default}.x-column-header{position:absolute;overflow:hidden;background-repeat:repeat-x}.x-column-header-inner{white-space:nowrap;position:relative;overflow:hidden}.x-leaf-column-header{height:100%}.x-leaf-column-header .x-column-header-text-container{height:100%}.x-column-header-text-container{width:100%;display:table;table-layout:fixed}.x-column-header-text-container.x-column-header-text-container-auto{table-layout:auto}.x-column-header-text-wrapper{display:table-cell;vertical-align:middle}.x-column-header-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-column-header-text-inner{background-repeat:no-repeat}.x-rtl.x-column-header-text{display:inline-block}.x-column-header-trigger{display:none;height:100%;background-repeat:no-repeat;position:absolute;right:0;top:0;text-align:center}.x-ie9m .x-column-header-trigger{z-index:6}.x-rtl.x-column-header-trigger{left:0;right:auto}.x-column-header-over .x-column-header-trigger,.x-column-header-open .x-column-header-trigger{display:block}.x-column-header-align-right{text-align:right}.x-rtl.x-column-header-align-right{text-align:left}.x-column-header-align-left{text-align:left}.x-rtl.x-column-header-align-left{text-align:right}.x-column-header-align-center{text-align:center}.x-grid-cell-inner-action-col{line-height:0;font-size:0}.x-grid-cell-inner-action-col :focus{outline:1px solid #3d92cf}.x-action-col-icon{display:inline-block;line-height:1}.x-grid-cell-inner-checkcolumn{line-height:0;font-size:0}.x-grid-cell-inner-checkcolumn :focus{outline:1px solid #3d92cf}.x-grid-checkcolumn{display:inline-block}.x-group-hd-container{overflow:hidden}.x-grid-group-hd{white-space:nowrap;outline:none}.x-grid-group-title{position:relative}.x-grid-row-body-hidden,.x-grid-group-collapsed{display:none}.x-grid-row-body-hidden{display:none}.x-menu{outline:none}.x-menu-body{position:relative}.x-menu-item{white-space:nowrap;overflow:hidden;border-color:transparent;border-style:solid}.x-menu-item-cmp{margin:2px}.x-menu-item-cmp .x-field-label-cell{vertical-align:middle}.x-menu-icon-separator{position:absolute;top:0px;z-index:0;height:100%;overflow:hidden}.x-menu-plain .x-menu-icon-separator{display:none}.x-menu-item-link{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;text-decoration:none;outline:0;display:block}.x-menu-item-link-href{-webkit-touch-callout:default}.x-menu-item-text{display:inline-block}.x-menu-item-icon,.x-menu-item-icon-right,.x-menu-item-arrow{font-size:0;position:absolute;text-align:center;background-repeat:no-repeat}.x-grid-editor .x-form-cb-wrap{text-align:center}.x-grid-editor .x-form-cb{position:static;display:inline-block}.x-grid-editor .x-form-display-field{margin:0;white-space:nowrap;overflow:hidden}.x-grid-editor div.x-form-action-col-field{line-height:0}.x-grid-row-editor-wrap{position:absolute;overflow:visible;z-index:2}.x-grid-row-editor{position:absolute}.x-grid-row-editor-buttons{position:absolute;white-space:nowrap}.x-grid-row-expander{font-size:0;line-height:0;text-align:center}.x-grid-row-expander:focus{outline:1px solid #3d92cf}.x-ssm-row-numberer-hd{cursor:se-resize!important}.x-ssm-row-numberer-cell{cursor:e-resize}.x-ssm-column-select .x-column-header{cursor:s-resize}.x-ssm-extender-drag-handle{position:absolute;z-index:1;cursor:crosshair}.x-ssm-extender-mask{position:absolute;z-index:1;pointer-events:none}.x-abs-layout-ct{position:relative}.x-abs-layout-item{position:absolute !important}.x-border-layout-ct{overflow:hidden}.x-border-layout-ct{position:relative}.x-border-region-slide-in{z-index:5}.x-region-collapsed-placeholder{z-index:4}.x-center-layout-item{position:absolute}.x-center-target{position:relative}.x-form-layout-wrap{display:table;width:100%;border-collapse:separate}.x-form-layout-colgroup{display:table-column-group}.x-form-layout-column{display:table-column}.x-form-layout-auto-label > * > .x-form-item-label{width:auto !important}.x-form-layout-auto-label > * > .x-form-item-label > .x-form-item-label-inner{width:auto !important;white-space:nowrap}.x-form-layout-auto-label > * > .x-form-layout-label-column{width:1px}.x-form-layout-sized-label > * > .x-form-item-label{width:auto !important}.x-form-form-item{display:table-row}.x-form-form-item > .x-form-item-label{padding-left:0 !important;padding-right:0 !important;padding-bottom:0 !important}.x-form-form-item > .x-form-item-body{max-width:none}.x-form-form-item.x-form-item-no-label:before{content:' ';display:table-cell;pointer-events:none}.x-resizable-wrapped{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box}.x-column-header-checkbox .x-column-header-text{display:block;background-repeat:no-repeat;font-size:0}.x-grid-cell-row-checker{vertical-align:middle;text-align:center;background-repeat:no-repeat;font-size:0}.x-slider{outline:none;position:relative}.x-slider-inner{position:relative;left:0;top:0;overflow:visible}.x-slider-vert .x-slider-inner{background:repeat-y 0 0}.x-slider-thumb{position:absolute;background:no-repeat 0 0;cursor:default}.x-slider-horz .x-slider-thumb{left:0}.x-slider-vert .x-slider-thumb{bottom:0}.x-tab{display:block;outline:0;cursor:pointer;white-space:nowrap;text-decoration:none;vertical-align:top;overflow:hidden;position:relative}.x-tab > .x-frame{height:100%;width:100%}.x-tab-wrap{height:100%;width:100%;display:table;border-spacing:0}.x-tab-button{white-space:nowrap;line-height:0;position:relative;display:table-cell;vertical-align:middle}.x-tab-inner{overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.x-tab-icon.x-tab-no-text > .x-tab-inner{display:none}.x-tab-icon-el{display:none;vertical-align:middle;text-align:center;background-position:center center;background-repeat:no-repeat}.x-tab-icon > .x-tab-icon-el{display:inline-block}.x-tab-icon-top > .x-tab-icon-el,.x-tab-icon-bottom > .x-tab-icon-el{display:block}.x-tab-button-center{text-align:center}.x-tab-button-left{text-align:left}.x-rtl.x-tab-button-left{text-align:right}.x-tab-button-right{text-align:right}.x-rtl.x-tab-button-right{text-align:left}.x-tab-mc{overflow:visible}.x-tab{z-index:1}.x-tab-active{z-index:3}.x-tab-button{position:relative}.x-tab-close-btn{display:block;position:absolute;overflow:hidden;font-size:0;line-height:0}.x-tab-rotate-left{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-tab-rotate-left{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-tab-rotate-left.x-rtl{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-tab-rotate-left.x-rtl{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-tab-rotate-right{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-tab-rotate-right{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-tab-rotate-right.x-rtl{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-tab-rotate-right.x-rtl{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-tab-tr,.x-tab-br,.x-tab-mr,.x-tab-tl,.x-tab-bl,.x-tab-ml{width:1px}.x-tab-bar{z-index:0;position:relative}.x-tab-bar-strip{position:absolute;line-height:0;font-size:0;z-index:2}.x-tab-bar-top > .x-tab-bar-strip{bottom:0}.x-tab-bar-bottom > .x-tab-bar-strip{top:0}.x-tab-bar-left > .x-tab-bar-strip{right:0}.x-tab-bar-left > .x-tab-bar-strip.x-rtl{right:auto;left:0}.x-tab-bar-right > .x-tab-bar-strip{left:0}.x-tab-bar-right > .x-tab-bar-strip.x-rtl{left:auto;right:0}.x-tab-bar-horizontal .x-tab-bar-strip{width:100%;left:0}.x-tab-bar-vertical{display:table-cell}.x-tab-bar-vertical .x-tab-bar-strip{height:100%;top:0}.x-tab-bar-plain{background:transparent !important}.x-box-scroller-plain{background-color:transparent !important}.x-breadcrumb-btn .x-box-target:first-child{margin:0}.x-breadcrumb-btn > .x-btn-split-right > .x-btn-button:after{content:none}.x-breadcrumb-btn.x-btn-over > .x-btn-split-right > .x-btn-button:after,.x-breadcrumb-btn.x-btn-menu-active > .x-btn-split-right > .x-btn-button:after{content:''}.x-autowidth-table .x-grid-item{table-layout:auto;width:auto !important}.x-tree-view{overflow:hidden}.x-tree-elbow-img,.x-tree-icon{display:inline-block;text-align:center;background-repeat:no-repeat;background-position:0 center;vertical-align:top}.x-tree-checkbox{display:inline-block;vertical-align:top;position:relative}.x-tree-animator-wrap{overflow:hidden}.x-scroll-indicator{position:absolute;background-color:#000;opacity:0.5;border-radius:3px;margin:2px}.x-scroll-indicator-x{bottom:0;left:0;height:6px}.x-scroll-indicator-y{right:0;top:0;width:6px}.x-rtl.x-scroll-indicator-x{left:auto;right:0}.x-rtl.x-scroll-indicator-y{right:auto;left:0}.x-body{color:#000;font-size:15px;line-height:19px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;background:#fff}.x-animating-size,.x-collapsed{overflow:hidden!important}.x-editor .x-form-item-body{padding-bottom:0}.x-mask{background-image:none;background-color:rgba(255, 255, 255, 0.7);cursor:default;border-style:solid;border-width:1px;border-color:transparent}.x-ie8 .x-mask{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff);zoom:1}.x-mask.x-focus{border-style:solid;border-width:1px;border-color:#157fcc}.x-mask-msg{padding:8px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background:#e5e5e5}.x-mask-msg-inner{padding:0;background-color:transparent;color:#666;font:300 15px helvetica, arial, verdana, sans-serif}.x-mask-msg-text{padding:21px 0 0;background-image:url(images/loadmask/loading.gif);background-repeat:no-repeat;background-position:center 0}.x-rtl.x-mask-msg-text{padding:21px 0 0 0}.x-progress-default{background-color:#f5f5f5;border-width:0;height:32px;border-color:#157fcc}.x-progress-default .x-progress-bar-default{background-image:none;background-color:#c2ddf2}.x-progress-default .x-progress-text{color:#666;font-weight:300;font-size:15px;font-family:helvetica, arial, verdana, sans-serif;text-align:center;line-height:32px}.x-progress-default .x-progress-text-back{color:#666;line-height:32px}.x-cmd-slicer.x-progress-bar-default:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-progressbar-default-cell > .x-grid-cell-inner,.x-progressbarwidget-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-progressbar-default-cell > .x-grid-cell-inner .x-progress-default,.x-progressbarwidget-default-cell > .x-grid-cell-inner .x-progress-default{height:30px}.x-btn-default-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 4px 3px 4px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-small-mc{background-color:#3892d4}.x-nbr .x-btn-default-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-4-3-4}.x-btn-default-small-tl{background-position:0 -6px}.x-btn-default-small-tr{background-position:right -9px}.x-btn-default-small-bl{background-position:0 -12px}.x-btn-default-small-br{background-position:right -15px}.x-btn-default-small-ml{background-position:0 top}.x-btn-default-small-mr{background-position:right top}.x-btn-default-small-tc{background-position:0 0}.x-btn-default-small-bc{background-position:0 -3px}.x-btn-default-small-tr,.x-btn-default-small-br,.x-btn-default-small-mr{padding-right:3px}.x-btn-default-small-tl,.x-btn-default-small-bl,.x-btn-default-small-ml{padding-left:3px}.x-btn-default-small-tc{height:3px}.x-btn-default-small-bc{height:3px}.x-btn-default-small-tl,.x-btn-default-small-bl,.x-btn-default-small-tr,.x-btn-default-small-br,.x-btn-default-small-tc,.x-btn-default-small-bc,.x-btn-default-small-ml,.x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-corners.gif)}.x-btn-default-small-ml,.x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-sides.gif);background-repeat:repeat-y}.x-btn-default-small-mc{padding:1px 2px 1px 2px}.x-cmd-slicer.x-btn-default-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-corners.gif), sides:url(images/btn/btn-default-small-sides.gif)" !important}.x-btn-default-small{border-color:#157fcc}.x-btn-button-default-small{min-height:24px}.x-ie9m .x-btn-button-default-small{min-height:auto;height:24px}.x-btn-inner-default-small{font:300 15px/20px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 6px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-small,.x-btn-icon-left > .x-btn-inner-default-small{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-small{max-width:none}.x-btn-icon-el-default-small{font-size:24px;height:24px;color:#fff;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-small,.x-btn-icon-right > .x-btn-icon-el-default-small{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-small,.x-btn-icon-bottom > .x-btn-icon-el-default-small{min-width:24px}.x-btn-icon-el-default-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-small.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small{padding-right:6px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-right:6px}.x-btn-arrow-bottom > .x-btn-button-default-small,.x-btn-split-bottom > .x-btn-button-default-small{padding-bottom:3px}.x-btn-wrap-default-small.x-btn-arrow-right:after{width:22px;background-image:url(images/button/default-small-arrow.png);padding-right:22px}.x-btn-wrap-default-small.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-small-arrow-rtl.png)}.x-btn-wrap-default-small.x-btn-arrow-bottom:after{height:16px;background-image:url(images/button/default-small-arrow.png)}.x-btn-wrap-default-small.x-btn-split-right:after{width:30px;background-image:url(images/button/default-small-s-arrow.png);padding-right:30px}.x-btn-wrap-default-small.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-small-s-arrow-rtl.png)}.x-btn-wrap-default-small.x-btn-split-bottom:after{height:24px;background-image:url(images/button/default-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small{padding-right:6px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-right:6px}.x-btn-focus.x-btn-default-small{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:34px;pointer-events:none}.x-btn-default-small .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-small{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-small{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-small,.x-btn.x-btn-pressed.x-btn-default-small{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-small,.x-btn-focus.x-btn-pressed.x-btn-default-small{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-small{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-small-tl,.x-btn-focus .x-btn-default-small-bl,.x-btn-focus .x-btn-default-small-tr,.x-btn-focus .x-btn-default-small-br,.x-btn-focus .x-btn-default-small-tc,.x-btn-focus .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-corners.gif)}.x-btn-focus .x-btn-default-small-ml,.x-btn-focus .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-sides.gif)}.x-btn-focus .x-btn-default-small-mc{background-color:#3892d4}.x-btn-over .x-btn-default-small-tl,.x-btn-over .x-btn-default-small-bl,.x-btn-over .x-btn-default-small-tr,.x-btn-over .x-btn-default-small-br,.x-btn-over .x-btn-default-small-tc,.x-btn-over .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-over-corners.gif)}.x-btn-over .x-btn-default-small-ml,.x-btn-over .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-over-sides.gif)}.x-btn-over .x-btn-default-small-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-small-tl,.x-btn-focus.x-btn-over .x-btn-default-small-bl,.x-btn-focus.x-btn-over .x-btn-default-small-tr,.x-btn-focus.x-btn-over .x-btn-default-small-br,.x-btn-focus.x-btn-over .x-btn-default-small-tc,.x-btn-focus.x-btn-over .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-small-ml,.x-btn-focus.x-btn-over .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-small-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-small-tl,.x-btn.x-btn-menu-active .x-btn-default-small-bl,.x-btn.x-btn-menu-active .x-btn-default-small-tr,.x-btn.x-btn-menu-active .x-btn-default-small-br,.x-btn.x-btn-menu-active .x-btn-default-small-tc,.x-btn.x-btn-menu-active .x-btn-default-small-bc,.x-btn.x-btn-pressed .x-btn-default-small-tl,.x-btn.x-btn-pressed .x-btn-default-small-bl,.x-btn.x-btn-pressed .x-btn-default-small-tr,.x-btn.x-btn-pressed .x-btn-default-small-br,.x-btn.x-btn-pressed .x-btn-default-small-tc,.x-btn.x-btn-pressed .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-small-ml,.x-btn.x-btn-menu-active .x-btn-default-small-mr,.x-btn.x-btn-pressed .x-btn-default-small-ml,.x-btn.x-btn-pressed .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-small-mc,.x-btn.x-btn-pressed .x-btn-default-small-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-small-br,.x-btn-focus.x-btn-menu-active .x-btn-default-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-small-bc,.x-btn-focus.x-btn-pressed .x-btn-default-small-tl,.x-btn-focus.x-btn-pressed .x-btn-default-small-bl,.x-btn-focus.x-btn-pressed .x-btn-default-small-tr,.x-btn-focus.x-btn-pressed .x-btn-default-small-br,.x-btn-focus.x-btn-pressed .x-btn-default-small-tc,.x-btn-focus.x-btn-pressed .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-small-mr,.x-btn-focus.x-btn-pressed .x-btn-default-small-ml,.x-btn-focus.x-btn-pressed .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-small-mc,.x-btn-focus.x-btn-pressed .x-btn-default-small-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-small-tl,.x-btn.x-btn-disabled .x-btn-default-small-bl,.x-btn.x-btn-disabled .x-btn-default-small-tr,.x-btn.x-btn-disabled .x-btn-default-small-br,.x-btn.x-btn-disabled .x-btn-default-small-tc,.x-btn.x-btn-disabled .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-small-ml,.x-btn.x-btn-disabled .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-small-mc{background-color:#3892d4}.x-nbr .x-btn-default-small{background-image:none}.x-btn-disabled.x-btn-default-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-small:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-small:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-small:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-corners.gif), sides:url(images/btn/btn-default-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-over-corners.gif), sides:url(images/btn/btn-default-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-over-corners.gif), sides:url(images/btn/btn-default-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-pressed-corners.gif), sides:url(images/btn/btn-default-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-disabled-corners.gif), sides:url(images/btn/btn-default-small-disabled-sides.gif)" !important}.x-button-default-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-default-small-cell > .x-grid-cell-inner >.x-btn-default-small{vertical-align:top}.x-btn-default-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:6px 4px 6px 4px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-medium-mc{background-color:#3892d4}.x-nbr .x-btn-default-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-6-4-6-4}.x-btn-default-medium-tl{background-position:0 -6px}.x-btn-default-medium-tr{background-position:right -9px}.x-btn-default-medium-bl{background-position:0 -12px}.x-btn-default-medium-br{background-position:right -15px}.x-btn-default-medium-ml{background-position:0 top}.x-btn-default-medium-mr{background-position:right top}.x-btn-default-medium-tc{background-position:0 0}.x-btn-default-medium-bc{background-position:0 -3px}.x-btn-default-medium-tr,.x-btn-default-medium-br,.x-btn-default-medium-mr{padding-right:3px}.x-btn-default-medium-tl,.x-btn-default-medium-bl,.x-btn-default-medium-ml{padding-left:3px}.x-btn-default-medium-tc{height:3px}.x-btn-default-medium-bc{height:3px}.x-btn-default-medium-tl,.x-btn-default-medium-bl,.x-btn-default-medium-tr,.x-btn-default-medium-br,.x-btn-default-medium-tc,.x-btn-default-medium-bc,.x-btn-default-medium-ml,.x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-corners.gif)}.x-btn-default-medium-ml,.x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-sides.gif);background-repeat:repeat-y}.x-btn-default-medium-mc{padding:4px 2px 4px 2px}.x-cmd-slicer.x-btn-default-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-corners.gif), sides:url(images/btn/btn-default-medium-sides.gif)" !important}.x-btn-default-medium{border-color:#157fcc}.x-btn-button-default-medium{min-height:24px}.x-ie9m .x-btn-button-default-medium{min-height:auto;height:24px}.x-btn-inner-default-medium{font:300 16px/24px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-medium,.x-btn-icon-left > .x-btn-inner-default-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-medium{max-width:none}.x-btn-icon-el-default-medium{font-size:24px;height:24px;color:#fff;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-medium,.x-btn-icon-right > .x-btn-icon-el-default-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-medium,.x-btn-icon-bottom > .x-btn-icon-el-default-medium{min-width:24px}.x-btn-icon-el-default-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-medium.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-default-medium,.x-btn-split-bottom > .x-btn-button-default-medium{padding-bottom:6px}.x-btn-wrap-default-medium.x-btn-arrow-right:after{width:26px;background-image:url(images/button/default-medium-arrow.png);padding-right:26px}.x-btn-wrap-default-medium.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-medium-arrow-rtl.png)}.x-btn-wrap-default-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/default-medium-arrow.png)}.x-btn-wrap-default-medium.x-btn-split-right:after{width:36px;background-image:url(images/button/default-medium-s-arrow.png);padding-right:36px}.x-btn-wrap-default-medium.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-medium-s-arrow-rtl.png)}.x-btn-wrap-default-medium.x-btn-split-bottom:after{height:30px;background-image:url(images/button/default-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-right:8px}.x-btn-focus.x-btn-default-medium{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:40px;pointer-events:none}.x-btn-default-medium .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-medium{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-medium{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-medium,.x-btn.x-btn-pressed.x-btn-default-medium{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-medium,.x-btn-focus.x-btn-pressed.x-btn-default-medium{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-medium{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-medium-tl,.x-btn-focus .x-btn-default-medium-bl,.x-btn-focus .x-btn-default-medium-tr,.x-btn-focus .x-btn-default-medium-br,.x-btn-focus .x-btn-default-medium-tc,.x-btn-focus .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-corners.gif)}.x-btn-focus .x-btn-default-medium-ml,.x-btn-focus .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-sides.gif)}.x-btn-focus .x-btn-default-medium-mc{background-color:#3892d4}.x-btn-over .x-btn-default-medium-tl,.x-btn-over .x-btn-default-medium-bl,.x-btn-over .x-btn-default-medium-tr,.x-btn-over .x-btn-default-medium-br,.x-btn-over .x-btn-default-medium-tc,.x-btn-over .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-over-corners.gif)}.x-btn-over .x-btn-default-medium-ml,.x-btn-over .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-over-sides.gif)}.x-btn-over .x-btn-default-medium-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-medium-tl,.x-btn-focus.x-btn-over .x-btn-default-medium-bl,.x-btn-focus.x-btn-over .x-btn-default-medium-tr,.x-btn-focus.x-btn-over .x-btn-default-medium-br,.x-btn-focus.x-btn-over .x-btn-default-medium-tc,.x-btn-focus.x-btn-over .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-medium-ml,.x-btn-focus.x-btn-over .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-medium-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-medium-tl,.x-btn.x-btn-menu-active .x-btn-default-medium-bl,.x-btn.x-btn-menu-active .x-btn-default-medium-tr,.x-btn.x-btn-menu-active .x-btn-default-medium-br,.x-btn.x-btn-menu-active .x-btn-default-medium-tc,.x-btn.x-btn-menu-active .x-btn-default-medium-bc,.x-btn.x-btn-pressed .x-btn-default-medium-tl,.x-btn.x-btn-pressed .x-btn-default-medium-bl,.x-btn.x-btn-pressed .x-btn-default-medium-tr,.x-btn.x-btn-pressed .x-btn-default-medium-br,.x-btn.x-btn-pressed .x-btn-default-medium-tc,.x-btn.x-btn-pressed .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-medium-ml,.x-btn.x-btn-menu-active .x-btn-default-medium-mr,.x-btn.x-btn-pressed .x-btn-default-medium-ml,.x-btn.x-btn-pressed .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-medium-mc,.x-btn.x-btn-pressed .x-btn-default-medium-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-default-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-default-medium-br,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-default-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-medium-tl,.x-btn.x-btn-disabled .x-btn-default-medium-bl,.x-btn.x-btn-disabled .x-btn-default-medium-tr,.x-btn.x-btn-disabled .x-btn-default-medium-br,.x-btn.x-btn-disabled .x-btn-default-medium-tc,.x-btn.x-btn-disabled .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-medium-ml,.x-btn.x-btn-disabled .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-medium-mc{background-color:#3892d4}.x-nbr .x-btn-default-medium{background-image:none}.x-btn-disabled.x-btn-default-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc{padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc{padding-top:6px !important;padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc{padding-top:6px !important}.x-nbr .x-segmented-button-item.x-btn-default-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-medium:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-medium:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-medium:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-corners.gif), sides:url(images/btn/btn-default-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-over-corners.gif), sides:url(images/btn/btn-default-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-pressed-corners.gif), sides:url(images/btn/btn-default-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-disabled-corners.gif), sides:url(images/btn/btn-default-medium-disabled-sides.gif)" !important}.x-button-default-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-medium-cell > .x-grid-cell-inner >.x-btn-default-medium{vertical-align:top}.x-btn-default-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:5px 4px 5px 4px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-large-mc{background-color:#3892d4}.x-nbr .x-btn-default-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-5-4-5-4}.x-btn-default-large-tl{background-position:0 -6px}.x-btn-default-large-tr{background-position:right -9px}.x-btn-default-large-bl{background-position:0 -12px}.x-btn-default-large-br{background-position:right -15px}.x-btn-default-large-ml{background-position:0 top}.x-btn-default-large-mr{background-position:right top}.x-btn-default-large-tc{background-position:0 0}.x-btn-default-large-bc{background-position:0 -3px}.x-btn-default-large-tr,.x-btn-default-large-br,.x-btn-default-large-mr{padding-right:3px}.x-btn-default-large-tl,.x-btn-default-large-bl,.x-btn-default-large-ml{padding-left:3px}.x-btn-default-large-tc{height:3px}.x-btn-default-large-bc{height:3px}.x-btn-default-large-tl,.x-btn-default-large-bl,.x-btn-default-large-tr,.x-btn-default-large-br,.x-btn-default-large-tc,.x-btn-default-large-bc,.x-btn-default-large-ml,.x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-corners.gif)}.x-btn-default-large-ml,.x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-sides.gif);background-repeat:repeat-y}.x-btn-default-large-mc{padding:3px 2px 3px 2px}.x-cmd-slicer.x-btn-default-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-corners.gif), sides:url(images/btn/btn-default-large-sides.gif)" !important}.x-btn-default-large{border-color:#157fcc}.x-btn-button-default-large{min-height:32px}.x-ie9m .x-btn-button-default-large{min-height:auto;height:32px}.x-btn-inner-default-large{font:300 17px/20px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-large,.x-btn-icon-left > .x-btn-inner-default-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-default-large{max-width:none}.x-btn-icon-el-default-large{font-size:32px;height:32px;color:#fff;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-default-large,.x-btn-icon-right > .x-btn-icon-el-default-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-default-large,.x-btn-icon-bottom > .x-btn-icon-el-default-large{min-width:32px}.x-btn-icon-el-default-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-large.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-default-large,.x-btn-split-bottom > .x-btn-button-default-large{padding-bottom:5px}.x-btn-wrap-default-large.x-btn-arrow-right:after{width:30px;background-image:url(images/button/default-large-arrow.png);padding-right:30px}.x-btn-wrap-default-large.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-large-arrow-rtl.png)}.x-btn-wrap-default-large.x-btn-arrow-bottom:after{height:24px;background-image:url(images/button/default-large-arrow.png)}.x-btn-wrap-default-large.x-btn-split-right:after{width:42px;background-image:url(images/button/default-large-s-arrow.png);padding-right:42px}.x-btn-wrap-default-large.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-large-s-arrow-rtl.png)}.x-btn-wrap-default-large.x-btn-split-bottom:after{height:36px;background-image:url(images/button/default-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-right:10px}.x-btn-focus.x-btn-default-large{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:46px;pointer-events:none}.x-btn-default-large .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-large{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-large{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-large,.x-btn.x-btn-pressed.x-btn-default-large{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-large,.x-btn-focus.x-btn-pressed.x-btn-default-large{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-large{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-large-tl,.x-btn-focus .x-btn-default-large-bl,.x-btn-focus .x-btn-default-large-tr,.x-btn-focus .x-btn-default-large-br,.x-btn-focus .x-btn-default-large-tc,.x-btn-focus .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-corners.gif)}.x-btn-focus .x-btn-default-large-ml,.x-btn-focus .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-sides.gif)}.x-btn-focus .x-btn-default-large-mc{background-color:#3892d4}.x-btn-over .x-btn-default-large-tl,.x-btn-over .x-btn-default-large-bl,.x-btn-over .x-btn-default-large-tr,.x-btn-over .x-btn-default-large-br,.x-btn-over .x-btn-default-large-tc,.x-btn-over .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-over-corners.gif)}.x-btn-over .x-btn-default-large-ml,.x-btn-over .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-over-sides.gif)}.x-btn-over .x-btn-default-large-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-large-tl,.x-btn-focus.x-btn-over .x-btn-default-large-bl,.x-btn-focus.x-btn-over .x-btn-default-large-tr,.x-btn-focus.x-btn-over .x-btn-default-large-br,.x-btn-focus.x-btn-over .x-btn-default-large-tc,.x-btn-focus.x-btn-over .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-large-ml,.x-btn-focus.x-btn-over .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-large-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-large-tl,.x-btn.x-btn-menu-active .x-btn-default-large-bl,.x-btn.x-btn-menu-active .x-btn-default-large-tr,.x-btn.x-btn-menu-active .x-btn-default-large-br,.x-btn.x-btn-menu-active .x-btn-default-large-tc,.x-btn.x-btn-menu-active .x-btn-default-large-bc,.x-btn.x-btn-pressed .x-btn-default-large-tl,.x-btn.x-btn-pressed .x-btn-default-large-bl,.x-btn.x-btn-pressed .x-btn-default-large-tr,.x-btn.x-btn-pressed .x-btn-default-large-br,.x-btn.x-btn-pressed .x-btn-default-large-tc,.x-btn.x-btn-pressed .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-large-ml,.x-btn.x-btn-menu-active .x-btn-default-large-mr,.x-btn.x-btn-pressed .x-btn-default-large-ml,.x-btn.x-btn-pressed .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-large-mc,.x-btn.x-btn-pressed .x-btn-default-large-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-large-br,.x-btn-focus.x-btn-menu-active .x-btn-default-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-large-bc,.x-btn-focus.x-btn-pressed .x-btn-default-large-tl,.x-btn-focus.x-btn-pressed .x-btn-default-large-bl,.x-btn-focus.x-btn-pressed .x-btn-default-large-tr,.x-btn-focus.x-btn-pressed .x-btn-default-large-br,.x-btn-focus.x-btn-pressed .x-btn-default-large-tc,.x-btn-focus.x-btn-pressed .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-large-mr,.x-btn-focus.x-btn-pressed .x-btn-default-large-ml,.x-btn-focus.x-btn-pressed .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-large-mc,.x-btn-focus.x-btn-pressed .x-btn-default-large-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-large-tl,.x-btn.x-btn-disabled .x-btn-default-large-bl,.x-btn.x-btn-disabled .x-btn-default-large-tr,.x-btn.x-btn-disabled .x-btn-default-large-br,.x-btn.x-btn-disabled .x-btn-default-large-tc,.x-btn.x-btn-disabled .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-large-ml,.x-btn.x-btn-disabled .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-large-mc{background-color:#3892d4}.x-nbr .x-btn-default-large{background-image:none}.x-btn-disabled.x-btn-default-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc{padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc{padding-top:5px !important;padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc{padding-top:5px !important}.x-nbr .x-segmented-button-item.x-btn-default-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-large:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-large:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-large:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-corners.gif), sides:url(images/btn/btn-default-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-over-corners.gif), sides:url(images/btn/btn-default-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-over-corners.gif), sides:url(images/btn/btn-default-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-pressed-corners.gif), sides:url(images/btn/btn-default-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-disabled-corners.gif), sides:url(images/btn/btn-default-large-disabled-sides.gif)" !important}.x-button-default-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-large-cell > .x-grid-cell-inner >.x-btn-default-large{vertical-align:top}.x-btn-default-toolbar-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 4px 3px 4px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-4-3-4}.x-btn-default-toolbar-small-tl{background-position:0 -6px}.x-btn-default-toolbar-small-tr{background-position:right -9px}.x-btn-default-toolbar-small-bl{background-position:0 -12px}.x-btn-default-toolbar-small-br{background-position:right -15px}.x-btn-default-toolbar-small-ml{background-position:0 top}.x-btn-default-toolbar-small-mr{background-position:right top}.x-btn-default-toolbar-small-tc{background-position:0 0}.x-btn-default-toolbar-small-bc{background-position:0 -3px}.x-btn-default-toolbar-small-tr,.x-btn-default-toolbar-small-br,.x-btn-default-toolbar-small-mr{padding-right:3px}.x-btn-default-toolbar-small-tl,.x-btn-default-toolbar-small-bl,.x-btn-default-toolbar-small-ml{padding-left:3px}.x-btn-default-toolbar-small-tc{height:3px}.x-btn-default-toolbar-small-bc{height:3px}.x-btn-default-toolbar-small-tl,.x-btn-default-toolbar-small-bl,.x-btn-default-toolbar-small-tr,.x-btn-default-toolbar-small-br,.x-btn-default-toolbar-small-tc,.x-btn-default-toolbar-small-bc,.x-btn-default-toolbar-small-ml,.x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-corners.gif)}.x-btn-default-toolbar-small-ml,.x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-small-mc{padding:1px 2px 1px 2px}.x-cmd-slicer.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-corners.gif), sides:url(images/btn/btn-default-toolbar-small-sides.gif)" !important}.x-btn-default-toolbar-small{border-color:#d8d8d8}.x-btn-button-default-toolbar-small{min-height:24px}.x-ie9m .x-btn-button-default-toolbar-small{min-height:auto;height:24px}.x-btn-inner-default-toolbar-small{font:300 15px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 6px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-small,.x-btn-icon-left > .x-btn-inner-default-toolbar-small{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-toolbar-small{max-width:none}.x-btn-icon-el-default-toolbar-small{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small{min-width:24px}.x-btn-icon-el-default-toolbar-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-small.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small{padding-right:6px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-right:6px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-small,.x-btn-split-bottom > .x-btn-button-default-toolbar-small{padding-bottom:3px}.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after{width:22px;background-image:url(images/button/default-toolbar-small-arrow.png);padding-right:22px}.x-btn-wrap-default-toolbar-small.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-toolbar-small-arrow-rtl.png)}.x-btn-wrap-default-toolbar-small.x-btn-arrow-bottom:after{height:16px;background-image:url(images/button/default-toolbar-small-arrow.png)}.x-btn-wrap-default-toolbar-small.x-btn-split-right:after{width:30px;background-image:url(images/button/default-toolbar-small-s-arrow.png);padding-right:30px}.x-btn-wrap-default-toolbar-small.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-toolbar-small-s-arrow-rtl.png)}.x-btn-wrap-default-toolbar-small.x-btn-split-bottom:after{height:24px;background-image:url(images/button/default-toolbar-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small{padding-right:6px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-right:6px}.x-btn-focus.x-btn-default-toolbar-small{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:34px;pointer-events:none}.x-btn-default-toolbar-small .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-toolbar-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-small{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-small,.x-btn.x-btn-pressed.x-btn-default-toolbar-small{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-small{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-small-tl,.x-btn-focus .x-btn-default-toolbar-small-bl,.x-btn-focus .x-btn-default-toolbar-small-tr,.x-btn-focus .x-btn-default-toolbar-small-br,.x-btn-focus .x-btn-default-toolbar-small-tc,.x-btn-focus .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-small-ml,.x-btn-focus .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-small-tl,.x-btn-over .x-btn-default-toolbar-small-bl,.x-btn-over .x-btn-default-toolbar-small-tr,.x-btn-over .x-btn-default-toolbar-small-br,.x-btn-over .x-btn-default-toolbar-small-tc,.x-btn-over .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-small-ml,.x-btn-over .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-small-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-small{background-image:none}.x-btn-disabled.x-btn-default-toolbar-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)" !important}.x-button-default-toolbar-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-default-toolbar-small-cell > .x-grid-cell-inner >.x-btn-default-toolbar-small{vertical-align:top}.x-btn-default-toolbar-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:6px 4px 6px 4px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-6-4-6-4}.x-btn-default-toolbar-medium-tl{background-position:0 -6px}.x-btn-default-toolbar-medium-tr{background-position:right -9px}.x-btn-default-toolbar-medium-bl{background-position:0 -12px}.x-btn-default-toolbar-medium-br{background-position:right -15px}.x-btn-default-toolbar-medium-ml{background-position:0 top}.x-btn-default-toolbar-medium-mr{background-position:right top}.x-btn-default-toolbar-medium-tc{background-position:0 0}.x-btn-default-toolbar-medium-bc{background-position:0 -3px}.x-btn-default-toolbar-medium-tr,.x-btn-default-toolbar-medium-br,.x-btn-default-toolbar-medium-mr{padding-right:3px}.x-btn-default-toolbar-medium-tl,.x-btn-default-toolbar-medium-bl,.x-btn-default-toolbar-medium-ml{padding-left:3px}.x-btn-default-toolbar-medium-tc{height:3px}.x-btn-default-toolbar-medium-bc{height:3px}.x-btn-default-toolbar-medium-tl,.x-btn-default-toolbar-medium-bl,.x-btn-default-toolbar-medium-tr,.x-btn-default-toolbar-medium-br,.x-btn-default-toolbar-medium-tc,.x-btn-default-toolbar-medium-bc,.x-btn-default-toolbar-medium-ml,.x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-corners.gif)}.x-btn-default-toolbar-medium-ml,.x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-medium-mc{padding:4px 2px 4px 2px}.x-cmd-slicer.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-sides.gif)" !important}.x-btn-default-toolbar-medium{border-color:#d8d8d8}.x-btn-button-default-toolbar-medium{min-height:24px}.x-ie9m .x-btn-button-default-toolbar-medium{min-height:auto;height:24px}.x-btn-inner-default-toolbar-medium{font:300 16px/24px helvetica, arial, verdana, sans-serif;color:#666;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-medium,.x-btn-icon-left > .x-btn-inner-default-toolbar-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-toolbar-medium{max-width:none}.x-btn-icon-el-default-toolbar-medium{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium{min-width:24px}.x-btn-icon-el-default-toolbar-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-medium.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-medium,.x-btn-split-bottom > .x-btn-button-default-toolbar-medium{padding-bottom:6px}.x-btn-wrap-default-toolbar-medium.x-btn-arrow-right:after{width:26px;background-image:url(images/button/default-toolbar-medium-arrow.png);padding-right:26px}.x-btn-wrap-default-toolbar-medium.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-toolbar-medium-arrow-rtl.png)}.x-btn-wrap-default-toolbar-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/default-toolbar-medium-arrow.png)}.x-btn-wrap-default-toolbar-medium.x-btn-split-right:after{width:36px;background-image:url(images/button/default-toolbar-medium-s-arrow.png);padding-right:36px}.x-btn-wrap-default-toolbar-medium.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-toolbar-medium-s-arrow-rtl.png)}.x-btn-wrap-default-toolbar-medium.x-btn-split-bottom:after{height:30px;background-image:url(images/button/default-toolbar-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-right:8px}.x-btn-focus.x-btn-default-toolbar-medium{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:40px;pointer-events:none}.x-btn-default-toolbar-medium .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-toolbar-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-medium{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-medium,.x-btn.x-btn-pressed.x-btn-default-toolbar-medium{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-medium{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-medium-tl,.x-btn-focus .x-btn-default-toolbar-medium-bl,.x-btn-focus .x-btn-default-toolbar-medium-tr,.x-btn-focus .x-btn-default-toolbar-medium-br,.x-btn-focus .x-btn-default-toolbar-medium-tc,.x-btn-focus .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-medium-ml,.x-btn-focus .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-medium-tl,.x-btn-over .x-btn-default-toolbar-medium-bl,.x-btn-over .x-btn-default-toolbar-medium-tr,.x-btn-over .x-btn-default-toolbar-medium-br,.x-btn-over .x-btn-default-toolbar-medium-tc,.x-btn-over .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-medium-ml,.x-btn-over .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-medium-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-medium{background-image:none}.x-btn-disabled.x-btn-default-toolbar-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc{padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc{padding-top:6px !important;padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc{padding-top:6px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)" !important}.x-button-default-toolbar-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-default-toolbar-medium{vertical-align:top}.x-btn-default-toolbar-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:5px 4px 5px 4px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-5-4-5-4}.x-btn-default-toolbar-large-tl{background-position:0 -6px}.x-btn-default-toolbar-large-tr{background-position:right -9px}.x-btn-default-toolbar-large-bl{background-position:0 -12px}.x-btn-default-toolbar-large-br{background-position:right -15px}.x-btn-default-toolbar-large-ml{background-position:0 top}.x-btn-default-toolbar-large-mr{background-position:right top}.x-btn-default-toolbar-large-tc{background-position:0 0}.x-btn-default-toolbar-large-bc{background-position:0 -3px}.x-btn-default-toolbar-large-tr,.x-btn-default-toolbar-large-br,.x-btn-default-toolbar-large-mr{padding-right:3px}.x-btn-default-toolbar-large-tl,.x-btn-default-toolbar-large-bl,.x-btn-default-toolbar-large-ml{padding-left:3px}.x-btn-default-toolbar-large-tc{height:3px}.x-btn-default-toolbar-large-bc{height:3px}.x-btn-default-toolbar-large-tl,.x-btn-default-toolbar-large-bl,.x-btn-default-toolbar-large-tr,.x-btn-default-toolbar-large-br,.x-btn-default-toolbar-large-tc,.x-btn-default-toolbar-large-bc,.x-btn-default-toolbar-large-ml,.x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-corners.gif)}.x-btn-default-toolbar-large-ml,.x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-large-mc{padding:3px 2px 3px 2px}.x-cmd-slicer.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-corners.gif), sides:url(images/btn/btn-default-toolbar-large-sides.gif)" !important}.x-btn-default-toolbar-large{border-color:#d8d8d8}.x-btn-button-default-toolbar-large{min-height:32px}.x-ie9m .x-btn-button-default-toolbar-large{min-height:auto;height:32px}.x-btn-inner-default-toolbar-large{font:300 17px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-large,.x-btn-icon-left > .x-btn-inner-default-toolbar-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-default-toolbar-large{max-width:none}.x-btn-icon-el-default-toolbar-large{font-size:32px;height:32px;color:#666;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large{min-width:32px}.x-btn-icon-el-default-toolbar-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-large.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-large,.x-btn-split-bottom > .x-btn-button-default-toolbar-large{padding-bottom:5px}.x-btn-wrap-default-toolbar-large.x-btn-arrow-right:after{width:30px;background-image:url(images/button/default-toolbar-large-arrow.png);padding-right:30px}.x-btn-wrap-default-toolbar-large.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-toolbar-large-arrow-rtl.png)}.x-btn-wrap-default-toolbar-large.x-btn-arrow-bottom:after{height:24px;background-image:url(images/button/default-toolbar-large-arrow.png)}.x-btn-wrap-default-toolbar-large.x-btn-split-right:after{width:42px;background-image:url(images/button/default-toolbar-large-s-arrow.png);padding-right:42px}.x-btn-wrap-default-toolbar-large.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-toolbar-large-s-arrow-rtl.png)}.x-btn-wrap-default-toolbar-large.x-btn-split-bottom:after{height:36px;background-image:url(images/button/default-toolbar-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-right:10px}.x-btn-focus.x-btn-default-toolbar-large{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:46px;pointer-events:none}.x-btn-default-toolbar-large .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-toolbar-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-large{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-large,.x-btn.x-btn-pressed.x-btn-default-toolbar-large{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-large{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-large-tl,.x-btn-focus .x-btn-default-toolbar-large-bl,.x-btn-focus .x-btn-default-toolbar-large-tr,.x-btn-focus .x-btn-default-toolbar-large-br,.x-btn-focus .x-btn-default-toolbar-large-tc,.x-btn-focus .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-large-ml,.x-btn-focus .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-large-tl,.x-btn-over .x-btn-default-toolbar-large-bl,.x-btn-over .x-btn-default-toolbar-large-tr,.x-btn-over .x-btn-default-toolbar-large-br,.x-btn-over .x-btn-default-toolbar-large-tc,.x-btn-over .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-large-ml,.x-btn-over .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-large-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-large{background-image:none}.x-btn-disabled.x-btn-default-toolbar-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc{padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc{padding-top:5px !important;padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc{padding-top:5px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)" !important}.x-button-default-toolbar-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-toolbar-large-cell > .x-grid-cell-inner >.x-btn-default-toolbar-large{vertical-align:top}.x-tool{cursor:pointer}.x-tool-img{overflow:hidden;width:32px;height:32px;background-image:url(images/tools/tool-sprites.png);margin:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-tool-over .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.x-tool-pressed .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-tool-placeholder{visibility:hidden}.x-tool-close{background-position:0 0}.x-tool-minimize{background-position:0 -32px}.x-tool-maximize{background-position:0 -64px}.x-tool-restore{background-position:0 -96px}.x-tool-toggle{background-position:0 -128px}.x-panel-collapsed .x-tool-toggle{background-position:0 -160px}.x-tool-gear{background-position:0 -192px}.x-tool-prev{background-position:0 -224px}.x-tool-next{background-position:0 -256px}.x-tool-pin{background-position:0 -288px}.x-tool-unpin{background-position:0 -320px}.x-tool-right{background-position:0 -352px}.x-tool-left{background-position:0 -384px}.x-tool-down{background-position:0 -416px}.x-tool-up{background-position:0 -448px}.x-tool-refresh{background-position:0 -480px}.x-tool-plus{background-position:0 -512px}.x-tool-minus{background-position:0 -544px}.x-tool-search{background-position:0 -576px}.x-tool-save{background-position:0 -608px}.x-tool-help{background-position:0 -640px}.x-tool-print{background-position:0 -672px}.x-tool-expand{background-position:0 -704px}.x-tool-collapse{background-position:0 -736px}.x-tool-resize{background-position:0 -768px}.x-tool-move{background-position:0 -800px}.x-tool-expand-bottom{background-position:0 -416px}.x-tool-collapse-bottom{background-position:0 -416px}.x-tool-expand-top{background-position:0 -448px}.x-tool-collapse-top{background-position:0 -448px}.x-tool-expand-left{background-position:0 -384px}.x-tool-collapse-left{background-position:0 -384px}.x-tool-expand-right{background-position:0 -352px}.x-tool-collapse-right{background-position:0 -352px}.x-rtl.x-tool-expand-left{background-position:0 -352px}.x-rtl.x-tool-collapse-left{background-position:0 -352px}.x-rtl.x-tool-expand-right{background-position:0 -384px}.x-rtl.x-tool-collapse-right{background-position:0 -384px}.x-header-draggable,.x-header-ghost{cursor:move}.x-header-text{white-space:nowrap}.x-collapse-el{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-layout-split-left{background-image:url(images/util/splitter/mini-left.png)}.x-layout-split-right{background-image:url(images/util/splitter/mini-right.png)}.x-rtl.x-layout-split-left{background-image:url(images/util/splitter/mini-right.png)}.x-rtl.x-layout-split-right{background-image:url(images/util/splitter/mini-left.png)}.x-layout-split-top{background-image:url(images/util/splitter/mini-top.png)}.x-layout-split-bottom{background-image:url(images/util/splitter/mini-bottom.png)}.x-splitter-collapsed .x-layout-split-left{background-image:url(images/util/splitter/mini-right.png)}.x-splitter-collapsed .x-layout-split-right{background-image:url(images/util/splitter/mini-left.png)}.x-splitter-collapsed .x-rtl.x-layout-split-left{background-image:url(images/util/splitter/mini-left.png)}.x-splitter-collapsed .x-rtl.x-layout-split-right{background-image:url(images/util/splitter/mini-right.png)}.x-splitter-collapsed .x-layout-split-top{background-image:url(images/util/splitter/mini-bottom.png)}.x-splitter-collapsed .x-layout-split-bottom{background-image:url(images/util/splitter/mini-top.png)}.x-splitter-active{background-color:#b4b4b4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-splitter-active .x-collapse-el{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-layout-split-left,.x-layout-split-right{top:50%;margin-top:-16px;width:16px;height:32px}.x-layout-split-top,.x-layout-split-bottom{left:50%;width:32px;height:16px;margin-left:-16px}.x-splitter-focus:after{position:absolute;content:' ';top:0px;right:0px;bottom:0px;left:0px;border:1px solid #157fcc;pointer-events:none}.x-toolbar-default{padding:6px 0 6px 8px;border-style:solid;border-color:#cfcfcf;border-width:1px;background-image:none;background-color:#fff}.x-toolbar-default.x-rtl{padding:6px 8px 6px 0}.x-toolbar-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-toolbar-default .x-toolbar-item{margin:0 8px 0 0}.x-toolbar-default .x-toolbar-item.x-rtl{margin:0 0 0 8px}.x-toolbar-default .x-toolbar-separator-horizontal{margin:0 8px 0 0;height:14px;border-style:solid;border-width:0 0 0 1px;border-left-color:#e1e1e1;border-right-color:#fff}.x-toolbar-default .x-box-menu-after{margin:0 8px}.x-toolbar-default-vertical{padding:6px 8px 0}.x-toolbar-default-vertical.x-rtl{padding:6px 8px 0}.x-toolbar-default-vertical .x-toolbar-item{margin:0 0 6px 0}.x-toolbar-default-vertical .x-toolbar-item.x-rtl{margin:0 0 6px 0}.x-toolbar-default-vertical .x-toolbar-separator-vertical{margin:0 5px 6px;border-style:solid none;border-width:1px 0 0;border-top-color:#e1e1e1;border-bottom-color:#fff}.x-toolbar-default-vertical .x-box-menu-after{margin:6px 0}.x-toolbar-text-default{padding:0 4px;color:#334049;font:300 15px/16px helvetica, arial, verdana, sans-serif}.x-toolbar-spacer-default{width:2px}.x-toolbar-default-scroller .x-box-scroller-body-horizontal{margin-left:32px}.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:34px}.x-box-scroller-toolbar-default{cursor:pointer;color:#cfcfcf;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-toolbar-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-toolbar-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-toolbar-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-toolbar-default.x-box-scroller-left,.x-box-scroller-toolbar-default.x-box-scroller-right{width:32px;height:32px;top:50%;margin-top:-16px}.x-box-scroller-toolbar-default.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/default-scroll-left.png)}.x-box-scroller-toolbar-default.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/default-scroll-right.png)}.x-box-scroller-toolbar-default.x-box-scroller-top,.x-box-scroller-toolbar-default.x-box-scroller-bottom{height:32px;width:32px;left:50%;margin-left:-16px}.x-box-scroller-toolbar-default.x-box-scroller-top{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/toolbar/default-scroll-top.png)}.x-box-scroller-toolbar-default.x-box-scroller-bottom{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/toolbar/default-scroll-bottom.png)}.x-ie8 .x-box-scroller-toolbar-default{background-color:#fff}.x-toolbar-more-icon{background-image:url(images/toolbar/default-more.png)}.x-toolbar-more-icon.x-rtl{background-image:url(images/toolbar/default-more-left.png)}.x-cmd-slicer.x-toolbar-default:before{display:none;content:"x-slicer:" !important}.x-toolbar-footer{padding:6px 0 6px 6px;border-style:solid;border-color:#cfcfcf;border-width:0;background-image:none;background-color:#e7e7e7}.x-toolbar-footer.x-rtl{padding:6px 6px 6px 0}.x-toolbar-footer .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#e7e7e7}.x-toolbar-footer .x-toolbar-item{margin:0 6px 0 0}.x-toolbar-footer .x-toolbar-item.x-rtl{margin:0 0 0 6px}.x-toolbar-footer .x-toolbar-separator-horizontal{margin:0 8px 0 0;height:14px;border-style:solid;border-width:0 0 0 1px;border-left-color:#e1e1e1;border-right-color:#fff}.x-toolbar-footer .x-box-menu-after{margin:0 6px}.x-toolbar-footer-vertical{padding:6px 6px 0}.x-toolbar-footer-vertical.x-rtl{padding:6px 6px 0}.x-toolbar-footer-vertical .x-toolbar-item{margin:0 0 6px 0}.x-toolbar-footer-vertical .x-toolbar-item.x-rtl{margin:0 0 6px 0}.x-toolbar-footer-vertical .x-toolbar-separator-vertical{margin:0 5px 6px;border-style:solid none;border-width:1px 0 0;border-top-color:#e1e1e1;border-bottom-color:#fff}.x-toolbar-footer-vertical .x-box-menu-after{margin:6px 0}.x-toolbar-text-footer{padding:0 4px;color:#334049;font:300 15px/16px helvetica, arial, verdana, sans-serif}.x-toolbar-spacer-footer{width:2px}.x-toolbar-footer-scroller .x-box-scroller-body-horizontal{margin-left:34px}.x-toolbar-footer-vertical-scroller .x-box-scroller-body-vertical{margin-top:34px}.x-box-scroller-toolbar-footer{cursor:pointer;color:#cfcfcf;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-toolbar-footer.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-toolbar-footer.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-toolbar-footer.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-toolbar-footer.x-box-scroller-left,.x-box-scroller-toolbar-footer.x-box-scroller-right{width:32px;height:32px;top:50%;margin-top:-16px}.x-box-scroller-toolbar-footer.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/footer-scroll-left.png)}.x-box-scroller-toolbar-footer.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/footer-scroll-right.png)}.x-ie8 .x-box-scroller-toolbar-footer{background-color:#e7e7e7}.x-toolbar-more-icon{background-image:url(images/toolbar/footer-more.png)}.x-toolbar-more-icon.x-rtl{background-image:url(images/toolbar/footer-more-left.png)}.x-cmd-slicer.x-toolbar-footer:before{display:none;content:"x-slicer:" !important}.x-dd-drag-proxy{color:#000;font:300 15px/19px helvetica, arial, verdana, sans-serif;border:1px solid #e1e1e1;background-color:#fff}.x-dd-drag-ghost,.x-dd-drop-icon{padding:5px}.x-rtl .x-dd-drag-ghost,.x-rtl .x-dd-drop-icon{padding:5px 5px 5px 5px}.x-dd-drag-ghost{padding-left:0}.x-rtl .x-dd-drag-ghost{padding-left:5px;padding-right:0}.x-dd-drop-ok .x-dd-drop-icon{background-image:url(images/dd/drop-yes.png)}.x-dd-drop-ok-add .x-dd-drop-icon{background-image:url(images/dd/drop-add.png)}.x-dd-drop-nodrop div.x-dd-drop-icon{background-image:url(images/dd/drop-no.png)}.x-panel-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-panel-default{border-color:#f5f5f5;padding:0}.x-panel-header-default{font-size:17px;border:1px solid #f5f5f5}.x-panel-header-default .x-tool-img{background-color:#f5f5f5}.x-panel-header-default-horizontal{padding:5px 15px 6px}.x-panel-header-default-horizontal .x-panel-header-default-tab-bar{margin-top:-5px;margin-bottom:-6px}.x-panel-header-default-horizontal.x-header-noborder{padding:6px 16px 6px 16px}.x-panel-header-default-horizontal.x-header-noborder .x-panel-header-default-tab-bar{margin-top:-6px;margin-bottom:-6px}.x-panel-header-default-vertical{padding:15px 5px 15px 6px}.x-panel-header-default-vertical .x-panel-header-default-tab-bar{margin-right:-5px;margin-left:-6px}.x-panel-header-default-vertical.x-header-noborder{padding:16px 6px 16px 6px}.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar{margin-right:-6px;margin-left:-6px}.x-rtl.x-panel-header-default-vertical{padding:15px 6px 15px 5px}.x-rtl.x-panel-header-default-vertical .x-panel-header-default-tab-bar{margin-left:-5px;margin-right:-6px}.x-rtl.x-panel-header-default-vertical.x-header-noborder{padding:16px 6px 16px 6px}.x-rtl.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar{margin-left:-6px;margin-right:-6px}.x-panel-header-title-default{color:#157fcc;font-size:17px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-panel-header-title-default > .x-title-text-default{text-transform:none;padding:0}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{color:#85bae1}.x-panel-body-default{background:#fff;border-color:#cfcfcf;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-header-default{background-image:none;background-color:#f5f5f5}.x-panel-header-default-vertical{background-image:none;background-color:#f5f5f5}.x-rtl.x-panel-header-default-vertical{background-image:none;background-color:#f5f5f5}.x-panel .x-panel-header-default-collapsed-border-top{border-bottom-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-right{border-left-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-bottom{border-top-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-left{border-right-width:1px !important}.x-cmd-slicer.x-panel-header-default-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-panel-header-default-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-panel-header-default-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-panel-header-default-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-panel-header-default-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-default-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-panel-header-default-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-default-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-panel-header-default-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-default .x-tool-focus{outline:none}.x-ie8 .x-panel-header-default .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-rtl.x-panel-header-default-collapsed-border-right{border-right-width:1px !important}.x-rtl.x-panel-header-default-collapsed-border-left{border-left-width:1px !important}.x-panel-default-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-default-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-panel-default-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-panel-default-framed{border-color:#f5f5f5;padding:0}.x-panel-header-default-framed{font-size:17px;border:1px solid #f5f5f5}.x-panel-header-default-framed .x-tool-img{background-color:#f5f5f5}.x-panel-header-default-framed-horizontal{padding:5px 15px 5px 15px}.x-panel-header-default-framed-horizontal .x-panel-header-default-framed-tab-bar{margin-top:-5px;margin-bottom:-5px}.x-panel-header-default-framed-horizontal.x-header-noborder{padding:6px 16px 5px 16px}.x-panel-header-default-framed-horizontal.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-top:-6px;margin-bottom:-5px}.x-panel-header-default-framed-vertical{padding:15px 5px 15px 5px}.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar{margin-right:-5px;margin-left:-5px}.x-panel-header-default-framed-vertical.x-header-noborder{padding:16px 6px 16px 5px}.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-right:-6px;margin-left:-5px}.x-rtl.x-panel-header-default-framed-vertical{padding:15px 5px 15px 5px}.x-rtl.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar{margin-left:-5px;margin-right:-5px}.x-rtl.x-panel-header-default-framed-vertical.x-header-noborder{padding:16px 5px 16px 6px}.x-rtl.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-left:-6px;margin-right:-5px}.x-panel-header-title-default-framed{color:#157fcc;font-size:17px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-panel-header-title-default-framed > .x-title-text-default-framed{text-transform:none;padding:0}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed{color:#85bae1}.x-panel-body-default-framed{background:#fff;border-color:#cfcfcf;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-default-framed{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-panel-default-framed-mc{background-color:#fff}.x-nbr .x-panel-default-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-default-framed-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-panel-default-framed-tl{background-position:0 -8px}.x-panel-default-framed-tr{background-position:right -12px}.x-panel-default-framed-bl{background-position:0 -16px}.x-panel-default-framed-br{background-position:right -20px}.x-panel-default-framed-ml{background-position:0 top}.x-panel-default-framed-mr{background-position:right top}.x-panel-default-framed-tc{background-position:0 0}.x-panel-default-framed-bc{background-position:0 -4px}.x-panel-default-framed-tr,.x-panel-default-framed-br,.x-panel-default-framed-mr{padding-right:4px}.x-panel-default-framed-tl,.x-panel-default-framed-bl,.x-panel-default-framed-ml{padding-left:4px}.x-panel-default-framed-tc{height:4px}.x-panel-default-framed-bc{height:4px}.x-panel-default-framed-tl,.x-panel-default-framed-bl,.x-panel-default-framed-tr,.x-panel-default-framed-br,.x-panel-default-framed-tc,.x-panel-default-framed-bc,.x-panel-default-framed-ml,.x-panel-default-framed-mr{background-image:url(images/panel/panel-default-framed-corners.gif)}.x-panel-default-framed-ml,.x-panel-default-framed-mr{background-image:url(images/panel/panel-default-framed-sides.gif);background-repeat:repeat-y}.x-panel-default-framed-mc{padding:0 0 0 0}.x-cmd-slicer.x-panel-default-framed:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-default-framed-corners.gif), sides:url(images/panel/panel-default-framed-sides.gif)" !important}.x-panel-header-default-framed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 15px 5px 15px;border-width:1px 1px 0 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-top-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-top-frameInfo{font-family:dh-4-4-0-4-1-1-0-1-5-15-5-15}.x-panel-header-default-framed-top-tl{background-position:0 -8px}.x-panel-header-default-framed-top-tr{background-position:right -12px}.x-panel-header-default-framed-top-bl{background-position:0 -16px}.x-panel-header-default-framed-top-br{background-position:right -20px}.x-panel-header-default-framed-top-ml{background-position:0 top}.x-panel-header-default-framed-top-mr{background-position:right top}.x-panel-header-default-framed-top-tc{background-position:0 0}.x-panel-header-default-framed-top-bc{background-position:0 -4px}.x-panel-header-default-framed-top-tr,.x-panel-header-default-framed-top-br,.x-panel-header-default-framed-top-mr{padding-right:4px}.x-panel-header-default-framed-top-tl,.x-panel-header-default-framed-top-bl,.x-panel-header-default-framed-top-ml{padding-left:4px}.x-panel-header-default-framed-top-tc{height:4px}.x-panel-header-default-framed-top-bc{height:0}.x-panel-header-default-framed-top-tl,.x-panel-header-default-framed-top-bl,.x-panel-header-default-framed-top-tr,.x-panel-header-default-framed-top-br,.x-panel-header-default-framed-top-tc,.x-panel-header-default-framed-top-bc,.x-panel-header-default-framed-top-ml,.x-panel-header-default-framed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-top-corners.gif)}.x-panel-header-default-framed-top-ml,.x-panel-header-default-framed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-top-mc{padding:2px 12px 5px 12px}.x-cmd-slicer.x-panel-header-default-framed-top:before{display:none;content:"x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-default-framed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-top-sides.gif)" !important}.x-panel-header-default-framed-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:15px 5px 15px 5px;border-width:1px 1px 1px 0;border-style:solid;background-color:#f5f5f5}.x-rtl.x-panel-header-default-framed-right{background-image:none;background-color:#f5f5f5}.x-panel-header-default-framed-right-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-right-frameInfo{font-family:dh-4-4-4-0-1-1-1-0-15-5-15-5}.x-panel-header-default-framed-right-tl{background-position:0 -8px}.x-panel-header-default-framed-right-tr{background-position:right -12px}.x-panel-header-default-framed-right-bl{background-position:0 -16px}.x-panel-header-default-framed-right-br{background-position:right -20px}.x-panel-header-default-framed-right-ml{background-position:right 0}.x-panel-header-default-framed-right-mr{background-position:right 0}.x-panel-header-default-framed-right-tc{background-position:0 0}.x-panel-header-default-framed-right-bc{background-position:0 -4px}.x-panel-header-default-framed-right-tr,.x-panel-header-default-framed-right-br,.x-panel-header-default-framed-right-mr{padding-right:4px}.x-panel-header-default-framed-right-tl,.x-panel-header-default-framed-right-bl,.x-panel-header-default-framed-right-ml{padding-left:0}.x-panel-header-default-framed-right-tc{height:4px}.x-panel-header-default-framed-right-bc{height:4px}.x-panel-header-default-framed-right-tl,.x-panel-header-default-framed-right-bl,.x-panel-header-default-framed-right-tr,.x-panel-header-default-framed-right-br,.x-panel-header-default-framed-right-tc,.x-panel-header-default-framed-right-bc,.x-panel-header-default-framed-right-ml,.x-panel-header-default-framed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-right-corners.gif)}.x-rtl.x-panel-header-default-framed-right-tl,.x-rtl.x-panel-header-default-framed-right-ml,.x-rtl.x-panel-header-default-framed-right-bl,.x-rtl.x-panel-header-default-framed-right-tr,.x-rtl.x-panel-header-default-framed-right-mr,.x-rtl.x-panel-header-default-framed-right-br{background-image:url(images/panel-header/panel-header-default-framed-right-corners-rtl.gif)}.x-panel-header-default-framed-right-ml,.x-panel-header-default-framed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-right-mc{padding:12px 2px 12px 5px}.x-cmd-slicer.x-panel-header-default-framed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-default-framed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-right-sides.gif)" !important}.x-panel-header-default-framed-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:0 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-bottom-frameInfo{font-family:dh-0-4-4-4-0-1-1-1-5-15-5-15}.x-panel-header-default-framed-bottom-tl{background-position:0 -8px}.x-panel-header-default-framed-bottom-tr{background-position:right -12px}.x-panel-header-default-framed-bottom-bl{background-position:0 -16px}.x-panel-header-default-framed-bottom-br{background-position:right -20px}.x-panel-header-default-framed-bottom-ml{background-position:0 bottom}.x-panel-header-default-framed-bottom-mr{background-position:right bottom}.x-panel-header-default-framed-bottom-tc{background-position:0 0}.x-panel-header-default-framed-bottom-bc{background-position:0 -4px}.x-panel-header-default-framed-bottom-tr,.x-panel-header-default-framed-bottom-br,.x-panel-header-default-framed-bottom-mr{padding-right:4px}.x-panel-header-default-framed-bottom-tl,.x-panel-header-default-framed-bottom-bl,.x-panel-header-default-framed-bottom-ml{padding-left:4px}.x-panel-header-default-framed-bottom-tc{height:0}.x-panel-header-default-framed-bottom-bc{height:4px}.x-panel-header-default-framed-bottom-tl,.x-panel-header-default-framed-bottom-bl,.x-panel-header-default-framed-bottom-tr,.x-panel-header-default-framed-bottom-br,.x-panel-header-default-framed-bottom-tc,.x-panel-header-default-framed-bottom-bc,.x-panel-header-default-framed-bottom-ml,.x-panel-header-default-framed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-bottom-corners.gif)}.x-panel-header-default-framed-bottom-ml,.x-panel-header-default-framed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-bottom-mc{padding:5px 12px 2px 12px}.x-cmd-slicer.x-panel-header-default-framed-bottom:before{display:none;content:"x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-bottom-sides.gif)" !important}.x-panel-header-default-framed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px 0 1px 1px;border-style:solid;background-color:#f5f5f5}.x-rtl.x-panel-header-default-framed-left{background-image:none;background-color:#f5f5f5}.x-panel-header-default-framed-left-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-left-frameInfo{font-family:dh-4-0-4-4-1-0-1-1-15-5-15-5}.x-panel-header-default-framed-left-tl{background-position:0 -8px}.x-panel-header-default-framed-left-tr{background-position:right -12px}.x-panel-header-default-framed-left-bl{background-position:0 -16px}.x-panel-header-default-framed-left-br{background-position:right -20px}.x-panel-header-default-framed-left-ml{background-position:left 0}.x-panel-header-default-framed-left-mr{background-position:left 0}.x-panel-header-default-framed-left-tc{background-position:0 0}.x-panel-header-default-framed-left-bc{background-position:0 -4px}.x-panel-header-default-framed-left-tr,.x-panel-header-default-framed-left-br,.x-panel-header-default-framed-left-mr{padding-right:0}.x-panel-header-default-framed-left-tl,.x-panel-header-default-framed-left-bl,.x-panel-header-default-framed-left-ml{padding-left:4px}.x-panel-header-default-framed-left-tc{height:4px}.x-panel-header-default-framed-left-bc{height:4px}.x-panel-header-default-framed-left-tl,.x-panel-header-default-framed-left-bl,.x-panel-header-default-framed-left-tr,.x-panel-header-default-framed-left-br,.x-panel-header-default-framed-left-tc,.x-panel-header-default-framed-left-bc,.x-panel-header-default-framed-left-ml,.x-panel-header-default-framed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-left-corners.gif)}.x-rtl.x-panel-header-default-framed-left-tl,.x-rtl.x-panel-header-default-framed-left-ml,.x-rtl.x-panel-header-default-framed-left-bl,.x-rtl.x-panel-header-default-framed-left-tr,.x-rtl.x-panel-header-default-framed-left-mr,.x-rtl.x-panel-header-default-framed-left-br{background-image:url(images/panel-header/panel-header-default-framed-left-corners-rtl.gif)}.x-panel-header-default-framed-left-ml,.x-panel-header-default-framed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-left-mc{padding:12px 5px 12px 2px}.x-cmd-slicer.x-panel-header-default-framed-left:before{display:none;content:"x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-default-framed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-left-sides.gif)" !important}.x-panel-header-default-framed-collapsed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-top-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-panel-header-default-framed-collapsed-top-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-top-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-top-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-top-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-top-ml{background-position:0 top}.x-panel-header-default-framed-collapsed-top-mr{background-position:right top}.x-panel-header-default-framed-collapsed-top-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-top-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-top-tr,.x-panel-header-default-framed-collapsed-top-br,.x-panel-header-default-framed-collapsed-top-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-top-tl,.x-panel-header-default-framed-collapsed-top-bl,.x-panel-header-default-framed-collapsed-top-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-top-tc{height:4px}.x-panel-header-default-framed-collapsed-top-bc{height:4px}.x-panel-header-default-framed-collapsed-top-tl,.x-panel-header-default-framed-collapsed-top-bl,.x-panel-header-default-framed-collapsed-top-tr,.x-panel-header-default-framed-collapsed-top-br,.x-panel-header-default-framed-collapsed-top-tc,.x-panel-header-default-framed-collapsed-top-bc,.x-panel-header-default-framed-collapsed-top-ml,.x-panel-header-default-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif)}.x-panel-header-default-framed-collapsed-top-ml,.x-panel-header-default-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-top-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif)" !important}.x-panel-header-default-framed-collapsed-right{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-rtl.x-panel-header-default-framed-collapsed-right{background-image:none;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-right-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-panel-header-default-framed-collapsed-right-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-right-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-right-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-right-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-right-ml{background-position:right 0}.x-panel-header-default-framed-collapsed-right-mr{background-position:right 0}.x-panel-header-default-framed-collapsed-right-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-right-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-right-tr,.x-panel-header-default-framed-collapsed-right-br,.x-panel-header-default-framed-collapsed-right-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-right-tl,.x-panel-header-default-framed-collapsed-right-bl,.x-panel-header-default-framed-collapsed-right-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-right-tc{height:4px}.x-panel-header-default-framed-collapsed-right-bc{height:4px}.x-panel-header-default-framed-collapsed-right-tl,.x-panel-header-default-framed-collapsed-right-bl,.x-panel-header-default-framed-collapsed-right-tr,.x-panel-header-default-framed-collapsed-right-br,.x-panel-header-default-framed-collapsed-right-tc,.x-panel-header-default-framed-collapsed-right-bc,.x-panel-header-default-framed-collapsed-right-ml,.x-panel-header-default-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif)}.x-rtl.x-panel-header-default-framed-collapsed-right-tl,.x-rtl.x-panel-header-default-framed-collapsed-right-ml,.x-rtl.x-panel-header-default-framed-collapsed-right-bl,.x-rtl.x-panel-header-default-framed-collapsed-right-tr,.x-rtl.x-panel-header-default-framed-collapsed-right-mr,.x-rtl.x-panel-header-default-framed-collapsed-right-br{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif)}.x-panel-header-default-framed-collapsed-right-ml,.x-panel-header-default-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-right-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif)" !important}.x-panel-header-default-framed-collapsed-bottom{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-panel-header-default-framed-collapsed-bottom-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-bottom-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-bottom-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-bottom-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-bottom-ml{background-position:0 bottom}.x-panel-header-default-framed-collapsed-bottom-mr{background-position:right bottom}.x-panel-header-default-framed-collapsed-bottom-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-bottom-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-bottom-tr,.x-panel-header-default-framed-collapsed-bottom-br,.x-panel-header-default-framed-collapsed-bottom-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-bottom-tl,.x-panel-header-default-framed-collapsed-bottom-bl,.x-panel-header-default-framed-collapsed-bottom-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-bottom-tc{height:4px}.x-panel-header-default-framed-collapsed-bottom-bc{height:4px}.x-panel-header-default-framed-collapsed-bottom-tl,.x-panel-header-default-framed-collapsed-bottom-bl,.x-panel-header-default-framed-collapsed-bottom-tr,.x-panel-header-default-framed-collapsed-bottom-br,.x-panel-header-default-framed-collapsed-bottom-tc,.x-panel-header-default-framed-collapsed-bottom-bc,.x-panel-header-default-framed-collapsed-bottom-ml,.x-panel-header-default-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif)}.x-panel-header-default-framed-collapsed-bottom-ml,.x-panel-header-default-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-bottom-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif)" !important}.x-panel-header-default-framed-collapsed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-rtl.x-panel-header-default-framed-collapsed-left{background-image:none;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-left-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-panel-header-default-framed-collapsed-left-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-left-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-left-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-left-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-left-ml{background-position:left 0}.x-panel-header-default-framed-collapsed-left-mr{background-position:left 0}.x-panel-header-default-framed-collapsed-left-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-left-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-left-tr,.x-panel-header-default-framed-collapsed-left-br,.x-panel-header-default-framed-collapsed-left-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-left-tl,.x-panel-header-default-framed-collapsed-left-bl,.x-panel-header-default-framed-collapsed-left-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-left-tc{height:4px}.x-panel-header-default-framed-collapsed-left-bc{height:4px}.x-panel-header-default-framed-collapsed-left-tl,.x-panel-header-default-framed-collapsed-left-bl,.x-panel-header-default-framed-collapsed-left-tr,.x-panel-header-default-framed-collapsed-left-br,.x-panel-header-default-framed-collapsed-left-tc,.x-panel-header-default-framed-collapsed-left-bc,.x-panel-header-default-framed-collapsed-left-ml,.x-panel-header-default-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif)}.x-rtl.x-panel-header-default-framed-collapsed-left-tl,.x-rtl.x-panel-header-default-framed-collapsed-left-ml,.x-rtl.x-panel-header-default-framed-collapsed-left-bl,.x-rtl.x-panel-header-default-framed-collapsed-left-tr,.x-rtl.x-panel-header-default-framed-collapsed-left-mr,.x-rtl.x-panel-header-default-framed-collapsed-left-br{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif)}.x-panel-header-default-framed-collapsed-left-ml,.x-panel-header-default-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-left-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif)" !important}.x-panel .x-panel-header-default-framed-top{border-bottom-width:1px !important}.x-panel .x-panel-header-default-framed-right{border-left-width:1px !important}.x-panel .x-panel-header-default-framed-bottom{border-top-width:1px !important}.x-panel .x-panel-header-default-framed-left{border-right-width:1px !important}.x-nbr .x-panel-header-default-framed-collapsed-top{border-bottom-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-right{border-left-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-bottom{border-top-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-left{border-right-width:0 !important}.x-panel-header-default-framed-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-default-framed-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-panel-header-default-framed-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-default-framed-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-panel-header-default-framed-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-framed-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-framed-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default-framed-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default-framed .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-default-framed .x-tool-focus{outline:none}.x-ie8 .x-panel-header-default-framed .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-rtl.x-panel-header-default-framed-collapsed-border-right{border-right-width:1px !important}.x-rtl.x-panel-header-default-framed-collapsed-border-left{border-left-width:1px !important}.x-panel-default-framed-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-default-framed-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-framed-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-panel-default-framed-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-framed-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-btn-group-default{border-color:#fff;-webkit-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;-moz-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset}.x-btn-group-header-default{padding:4px 5px;line-height:16px;background:#fff;-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px}.x-btn-group-header-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-btn-group-header-title-default{font:300 15px helvetica, arial, verdana, sans-serif;line-height:16px;color:#000}.x-btn-group-body-default{padding:0 1px}.x-btn-group-body-default .x-table-layout{border-spacing:5px}.x-btn-group-default-framed{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:0px 1px 0px 1px;border-width:3px;border-style:solid;background-color:#fff}.x-btn-group-default-framed-mc{background-color:#fff}.x-nbr .x-btn-group-default-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-group-default-framed-frameInfo{font-family:dh-3-3-3-3-3-3-3-3-0-1-0-1}.x-btn-group-default-framed-tl{background-position:0 -6px}.x-btn-group-default-framed-tr{background-position:right -9px}.x-btn-group-default-framed-bl{background-position:0 -12px}.x-btn-group-default-framed-br{background-position:right -15px}.x-btn-group-default-framed-ml{background-position:0 top}.x-btn-group-default-framed-mr{background-position:right top}.x-btn-group-default-framed-tc{background-position:0 0}.x-btn-group-default-framed-bc{background-position:0 -3px}.x-btn-group-default-framed-tr,.x-btn-group-default-framed-br,.x-btn-group-default-framed-mr{padding-right:3px}.x-btn-group-default-framed-tl,.x-btn-group-default-framed-bl,.x-btn-group-default-framed-ml{padding-left:3px}.x-btn-group-default-framed-tc{height:3px}.x-btn-group-default-framed-bc{height:3px}.x-btn-group-default-framed-tl,.x-btn-group-default-framed-bl,.x-btn-group-default-framed-tr,.x-btn-group-default-framed-br,.x-btn-group-default-framed-tc,.x-btn-group-default-framed-bc,.x-btn-group-default-framed-ml,.x-btn-group-default-framed-mr{background-image:url(images/btn-group/btn-group-default-framed-corners.gif)}.x-btn-group-default-framed-ml,.x-btn-group-default-framed-mr{background-image:url(images/btn-group/btn-group-default-framed-sides.gif);background-repeat:repeat-y}.x-btn-group-default-framed-mc{padding:0px 1px 0px 1px}.x-cmd-slicer.x-btn-group-default-framed:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-corners.gif), sides:url(images/btn-group/btn-group-default-framed-sides.gif)" !important}.x-btn-group-default-framed-notitle{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:0px 1px 0px 1px;border-width:3px;border-style:solid;background-color:#fff}.x-btn-group-default-framed-notitle-mc{background-color:#fff}.x-nbr .x-btn-group-default-framed-notitle{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-group-default-framed-notitle-frameInfo{font-family:dh-3-3-3-3-3-3-3-3-0-1-0-1}.x-btn-group-default-framed-notitle-tl{background-position:0 -6px}.x-btn-group-default-framed-notitle-tr{background-position:right -9px}.x-btn-group-default-framed-notitle-bl{background-position:0 -12px}.x-btn-group-default-framed-notitle-br{background-position:right -15px}.x-btn-group-default-framed-notitle-ml{background-position:0 top}.x-btn-group-default-framed-notitle-mr{background-position:right top}.x-btn-group-default-framed-notitle-tc{background-position:0 0}.x-btn-group-default-framed-notitle-bc{background-position:0 -3px}.x-btn-group-default-framed-notitle-tr,.x-btn-group-default-framed-notitle-br,.x-btn-group-default-framed-notitle-mr{padding-right:3px}.x-btn-group-default-framed-notitle-tl,.x-btn-group-default-framed-notitle-bl,.x-btn-group-default-framed-notitle-ml{padding-left:3px}.x-btn-group-default-framed-notitle-tc{height:3px}.x-btn-group-default-framed-notitle-bc{height:3px}.x-btn-group-default-framed-notitle-tl,.x-btn-group-default-framed-notitle-bl,.x-btn-group-default-framed-notitle-tr,.x-btn-group-default-framed-notitle-br,.x-btn-group-default-framed-notitle-tc,.x-btn-group-default-framed-notitle-bc,.x-btn-group-default-framed-notitle-ml,.x-btn-group-default-framed-notitle-mr{background-image:url(images/btn-group/btn-group-default-framed-notitle-corners.gif)}.x-btn-group-default-framed-notitle-ml,.x-btn-group-default-framed-notitle-mr{background-image:url(images/btn-group/btn-group-default-framed-notitle-sides.gif);background-repeat:repeat-y}.x-btn-group-default-framed-notitle-mc{padding:0px 1px 0px 1px}.x-cmd-slicer.x-btn-group-default-framed-notitle:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-notitle-corners.gif), sides:url(images/btn-group/btn-group-default-framed-notitle-sides.gif)" !important}.x-btn-group-default-framed{border-color:#fff;-webkit-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;-moz-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset}.x-btn-group-header-default-framed{padding:4px 5px;line-height:16px;background:#fff;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-btn-group-header-default-framed .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-btn-group-header-title-default-framed{font:300 15px helvetica, arial, verdana, sans-serif;line-height:16px;color:#000}.x-btn-group-body-default-framed{padding:0 1px}.x-btn-group-body-default-framed .x-table-layout{border-spacing:5px}.x-dashboard-column{padding:0 0 7px 0}.x-dashboard-panel{margin-top:7px}.x-dashboard-column-first{padding-left:7px;clear:left}.x-dashboard-column-last{padding-right:7px}.x-dashboard .x-panel-dd-spacer{border:2px dashed #99bbe8;background:#f6f6f6;border-radius:4px;-moz-border-radius:4px;margin-top:7px}.x-dashboard-dd-over{overflow:hidden !important}.x-window-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-window-default{border-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.x-window-default{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-window-default-mc{background-color:#fff}.x-nbr .x-window-default{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-default-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-window-default-tl{background-position:0 -8px}.x-window-default-tr{background-position:right -12px}.x-window-default-bl{background-position:0 -16px}.x-window-default-br{background-position:right -20px}.x-window-default-ml{background-position:0 top}.x-window-default-mr{background-position:right top}.x-window-default-tc{background-position:0 0}.x-window-default-bc{background-position:0 -4px}.x-window-default-tr,.x-window-default-br,.x-window-default-mr{padding-right:4px}.x-window-default-tl,.x-window-default-bl,.x-window-default-ml{padding-left:4px}.x-window-default-tc{height:4px}.x-window-default-bc{height:4px}.x-window-default-tl,.x-window-default-bl,.x-window-default-tr,.x-window-default-br,.x-window-default-tc,.x-window-default-bc,.x-window-default-ml,.x-window-default-mr{background-image:url(images/window/window-default-corners.gif)}.x-window-default-ml,.x-window-default-mr{background-image:url(images/window/window-default-sides.gif);background-repeat:repeat-y}.x-window-default-mc{padding:0 0 0 0}.x-cmd-slicer.x-window-default:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window/window-default-corners.gif), sides:url(images/window/window-default-sides.gif)" !important}.x-window-body-default{border-color:#f5f5f5;border-width:1px;border-style:solid;background:#fff;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif}.x-window-header-default{font-size:17px;border-color:#f5f5f5;background-color:#f5f5f5}.x-window-header-default .x-tool-img{background-color:#f5f5f5}.x-window-header-default-horizontal .x-window-header-default-tab-bar{margin-top:-5px;margin-bottom:-5px}.x-window-header-default-vertical .x-window-header-default-tab-bar{margin-right:-5px;margin-left:-5px}.x-rtl.x-window-header-default-vertical .x-window-header-default-tab-bar{margin-left:-5px;margin-right:-5px}.x-window-header-title-default{color:#157fcc;font-size:17px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-window-header-title-default > .x-title-text-default{padding:0;text-transform:none}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-top{height:22px;padding-bottom:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right{width:22px;padding-left:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom{height:22px;padding-top:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left{width:22px;padding-right:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{color:#85bae1}.x-window-header-default-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 15px 5px 15px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-top-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-window-header-default-top-tl{background-position:0 -8px}.x-window-header-default-top-tr{background-position:right -12px}.x-window-header-default-top-bl{background-position:0 -16px}.x-window-header-default-top-br{background-position:right -20px}.x-window-header-default-top-ml{background-position:0 top}.x-window-header-default-top-mr{background-position:right top}.x-window-header-default-top-tc{background-position:0 0}.x-window-header-default-top-bc{background-position:0 -4px}.x-window-header-default-top-tr,.x-window-header-default-top-br,.x-window-header-default-top-mr{padding-right:4px}.x-window-header-default-top-tl,.x-window-header-default-top-bl,.x-window-header-default-top-ml{padding-left:4px}.x-window-header-default-top-tc{height:4px}.x-window-header-default-top-bc{height:4px}.x-window-header-default-top-tl,.x-window-header-default-top-bl,.x-window-header-default-top-tr,.x-window-header-default-top-br,.x-window-header-default-top-tc,.x-window-header-default-top-bc,.x-window-header-default-top-ml,.x-window-header-default-top-mr{background-image:url(images/window-header/window-header-default-top-corners.gif)}.x-window-header-default-top-ml,.x-window-header-default-top-mr{background-image:url(images/window-header/window-header-default-top-sides.gif);background-repeat:repeat-y}.x-window-header-default-top-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-window-header-default-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-top-corners.gif), sides:url(images/window-header/window-header-default-top-sides.gif)" !important}.x-window-header-default-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:15px 5px 15px 5px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-right-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-window-header-default-right-tl{background-position:0 -8px}.x-window-header-default-right-tr{background-position:right -12px}.x-window-header-default-right-bl{background-position:0 -16px}.x-window-header-default-right-br{background-position:right -20px}.x-window-header-default-right-ml{background-position:0 top}.x-window-header-default-right-mr{background-position:right top}.x-window-header-default-right-tc{background-position:0 0}.x-window-header-default-right-bc{background-position:0 -4px}.x-window-header-default-right-tr,.x-window-header-default-right-br,.x-window-header-default-right-mr{padding-right:4px}.x-window-header-default-right-tl,.x-window-header-default-right-bl,.x-window-header-default-right-ml{padding-left:4px}.x-window-header-default-right-tc{height:4px}.x-window-header-default-right-bc{height:4px}.x-window-header-default-right-tl,.x-window-header-default-right-bl,.x-window-header-default-right-tr,.x-window-header-default-right-br,.x-window-header-default-right-tc,.x-window-header-default-right-bc,.x-window-header-default-right-ml,.x-window-header-default-right-mr{background-image:url(images/window-header/window-header-default-right-corners.gif)}.x-rtl.x-window-header-default-right-tl,.x-rtl.x-window-header-default-right-ml,.x-rtl.x-window-header-default-right-bl,.x-rtl.x-window-header-default-right-tr,.x-rtl.x-window-header-default-right-mr,.x-rtl.x-window-header-default-right-br{background-image:url(images/window-header/window-header-default-right-corners-rtl.gif)}.x-window-header-default-right-ml,.x-window-header-default-right-mr{background-image:url(images/window-header/window-header-default-right-sides.gif);background-repeat:repeat-y}.x-window-header-default-right-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-window-header-default-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-right-corners.gif), corners-rtl:url(images/window-header/window-header-default-right-corners-rtl.gif), sides:url(images/window-header/window-header-default-right-sides.gif)" !important}.x-window-header-default-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-bottom-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-window-header-default-bottom-tl{background-position:0 -8px}.x-window-header-default-bottom-tr{background-position:right -12px}.x-window-header-default-bottom-bl{background-position:0 -16px}.x-window-header-default-bottom-br{background-position:right -20px}.x-window-header-default-bottom-ml{background-position:0 top}.x-window-header-default-bottom-mr{background-position:right top}.x-window-header-default-bottom-tc{background-position:0 0}.x-window-header-default-bottom-bc{background-position:0 -4px}.x-window-header-default-bottom-tr,.x-window-header-default-bottom-br,.x-window-header-default-bottom-mr{padding-right:4px}.x-window-header-default-bottom-tl,.x-window-header-default-bottom-bl,.x-window-header-default-bottom-ml{padding-left:4px}.x-window-header-default-bottom-tc{height:4px}.x-window-header-default-bottom-bc{height:4px}.x-window-header-default-bottom-tl,.x-window-header-default-bottom-bl,.x-window-header-default-bottom-tr,.x-window-header-default-bottom-br,.x-window-header-default-bottom-tc,.x-window-header-default-bottom-bc,.x-window-header-default-bottom-ml,.x-window-header-default-bottom-mr{background-image:url(images/window-header/window-header-default-bottom-corners.gif)}.x-window-header-default-bottom-ml,.x-window-header-default-bottom-mr{background-image:url(images/window-header/window-header-default-bottom-sides.gif);background-repeat:repeat-y}.x-window-header-default-bottom-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-window-header-default-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-bottom-corners.gif), sides:url(images/window-header/window-header-default-bottom-sides.gif)" !important}.x-window-header-default-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-left-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-window-header-default-left-tl{background-position:0 -8px}.x-window-header-default-left-tr{background-position:right -12px}.x-window-header-default-left-bl{background-position:0 -16px}.x-window-header-default-left-br{background-position:right -20px}.x-window-header-default-left-ml{background-position:0 top}.x-window-header-default-left-mr{background-position:right top}.x-window-header-default-left-tc{background-position:0 0}.x-window-header-default-left-bc{background-position:0 -4px}.x-window-header-default-left-tr,.x-window-header-default-left-br,.x-window-header-default-left-mr{padding-right:4px}.x-window-header-default-left-tl,.x-window-header-default-left-bl,.x-window-header-default-left-ml{padding-left:4px}.x-window-header-default-left-tc{height:4px}.x-window-header-default-left-bc{height:4px}.x-window-header-default-left-tl,.x-window-header-default-left-bl,.x-window-header-default-left-tr,.x-window-header-default-left-br,.x-window-header-default-left-tc,.x-window-header-default-left-bc,.x-window-header-default-left-ml,.x-window-header-default-left-mr{background-image:url(images/window-header/window-header-default-left-corners.gif)}.x-rtl.x-window-header-default-left-tl,.x-rtl.x-window-header-default-left-ml,.x-rtl.x-window-header-default-left-bl,.x-rtl.x-window-header-default-left-tr,.x-rtl.x-window-header-default-left-mr,.x-rtl.x-window-header-default-left-br{background-image:url(images/window-header/window-header-default-left-corners-rtl.gif)}.x-window-header-default-left-ml,.x-window-header-default-left-mr{background-image:url(images/window-header/window-header-default-left-sides.gif);background-repeat:repeat-y}.x-window-header-default-left-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-window-header-default-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-left-corners.gif), corners-rtl:url(images/window-header/window-header-default-left-corners-rtl.gif), sides:url(images/window-header/window-header-default-left-sides.gif)" !important}.x-window-header-default-collapsed-top{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-top-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-window-header-default-collapsed-top-tl{background-position:0 -8px}.x-window-header-default-collapsed-top-tr{background-position:right -12px}.x-window-header-default-collapsed-top-bl{background-position:0 -16px}.x-window-header-default-collapsed-top-br{background-position:right -20px}.x-window-header-default-collapsed-top-ml{background-position:0 top}.x-window-header-default-collapsed-top-mr{background-position:right top}.x-window-header-default-collapsed-top-tc{background-position:0 0}.x-window-header-default-collapsed-top-bc{background-position:0 -4px}.x-window-header-default-collapsed-top-tr,.x-window-header-default-collapsed-top-br,.x-window-header-default-collapsed-top-mr{padding-right:4px}.x-window-header-default-collapsed-top-tl,.x-window-header-default-collapsed-top-bl,.x-window-header-default-collapsed-top-ml{padding-left:4px}.x-window-header-default-collapsed-top-tc{height:4px}.x-window-header-default-collapsed-top-bc{height:4px}.x-window-header-default-collapsed-top-tl,.x-window-header-default-collapsed-top-bl,.x-window-header-default-collapsed-top-tr,.x-window-header-default-collapsed-top-br,.x-window-header-default-collapsed-top-tc,.x-window-header-default-collapsed-top-bc,.x-window-header-default-collapsed-top-ml,.x-window-header-default-collapsed-top-mr{background-image:url(images/window-header/window-header-default-collapsed-top-corners.gif)}.x-window-header-default-collapsed-top-ml,.x-window-header-default-collapsed-top-mr{background-image:url(images/window-header/window-header-default-collapsed-top-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-top-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-window-header-default-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-top-corners.gif), sides:url(images/window-header/window-header-default-collapsed-top-sides.gif)" !important}.x-window-header-default-collapsed-right{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-right-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-window-header-default-collapsed-right-tl{background-position:0 -8px}.x-window-header-default-collapsed-right-tr{background-position:right -12px}.x-window-header-default-collapsed-right-bl{background-position:0 -16px}.x-window-header-default-collapsed-right-br{background-position:right -20px}.x-window-header-default-collapsed-right-ml{background-position:0 top}.x-window-header-default-collapsed-right-mr{background-position:right top}.x-window-header-default-collapsed-right-tc{background-position:0 0}.x-window-header-default-collapsed-right-bc{background-position:0 -4px}.x-window-header-default-collapsed-right-tr,.x-window-header-default-collapsed-right-br,.x-window-header-default-collapsed-right-mr{padding-right:4px}.x-window-header-default-collapsed-right-tl,.x-window-header-default-collapsed-right-bl,.x-window-header-default-collapsed-right-ml{padding-left:4px}.x-window-header-default-collapsed-right-tc{height:4px}.x-window-header-default-collapsed-right-bc{height:4px}.x-window-header-default-collapsed-right-tl,.x-window-header-default-collapsed-right-bl,.x-window-header-default-collapsed-right-tr,.x-window-header-default-collapsed-right-br,.x-window-header-default-collapsed-right-tc,.x-window-header-default-collapsed-right-bc,.x-window-header-default-collapsed-right-ml,.x-window-header-default-collapsed-right-mr{background-image:url(images/window-header/window-header-default-collapsed-right-corners.gif)}.x-rtl.x-window-header-default-collapsed-right-tl,.x-rtl.x-window-header-default-collapsed-right-ml,.x-rtl.x-window-header-default-collapsed-right-bl,.x-rtl.x-window-header-default-collapsed-right-tr,.x-rtl.x-window-header-default-collapsed-right-mr,.x-rtl.x-window-header-default-collapsed-right-br{background-image:url(images/window-header/window-header-default-collapsed-right-corners-rtl.gif)}.x-window-header-default-collapsed-right-ml,.x-window-header-default-collapsed-right-mr{background-image:url(images/window-header/window-header-default-collapsed-right-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-right-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-window-header-default-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-right-corners.gif), corners-rtl:url(images/window-header/window-header-default-collapsed-right-corners-rtl.gif), sides:url(images/window-header/window-header-default-collapsed-right-sides.gif)" !important}.x-window-header-default-collapsed-bottom{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-window-header-default-collapsed-bottom-tl{background-position:0 -8px}.x-window-header-default-collapsed-bottom-tr{background-position:right -12px}.x-window-header-default-collapsed-bottom-bl{background-position:0 -16px}.x-window-header-default-collapsed-bottom-br{background-position:right -20px}.x-window-header-default-collapsed-bottom-ml{background-position:0 top}.x-window-header-default-collapsed-bottom-mr{background-position:right top}.x-window-header-default-collapsed-bottom-tc{background-position:0 0}.x-window-header-default-collapsed-bottom-bc{background-position:0 -4px}.x-window-header-default-collapsed-bottom-tr,.x-window-header-default-collapsed-bottom-br,.x-window-header-default-collapsed-bottom-mr{padding-right:4px}.x-window-header-default-collapsed-bottom-tl,.x-window-header-default-collapsed-bottom-bl,.x-window-header-default-collapsed-bottom-ml{padding-left:4px}.x-window-header-default-collapsed-bottom-tc{height:4px}.x-window-header-default-collapsed-bottom-bc{height:4px}.x-window-header-default-collapsed-bottom-tl,.x-window-header-default-collapsed-bottom-bl,.x-window-header-default-collapsed-bottom-tr,.x-window-header-default-collapsed-bottom-br,.x-window-header-default-collapsed-bottom-tc,.x-window-header-default-collapsed-bottom-bc,.x-window-header-default-collapsed-bottom-ml,.x-window-header-default-collapsed-bottom-mr{background-image:url(images/window-header/window-header-default-collapsed-bottom-corners.gif)}.x-window-header-default-collapsed-bottom-ml,.x-window-header-default-collapsed-bottom-mr{background-image:url(images/window-header/window-header-default-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-bottom-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-window-header-default-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-bottom-corners.gif), sides:url(images/window-header/window-header-default-collapsed-bottom-sides.gif)" !important}.x-window-header-default-collapsed-left{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-left-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-window-header-default-collapsed-left-tl{background-position:0 -8px}.x-window-header-default-collapsed-left-tr{background-position:right -12px}.x-window-header-default-collapsed-left-bl{background-position:0 -16px}.x-window-header-default-collapsed-left-br{background-position:right -20px}.x-window-header-default-collapsed-left-ml{background-position:0 top}.x-window-header-default-collapsed-left-mr{background-position:right top}.x-window-header-default-collapsed-left-tc{background-position:0 0}.x-window-header-default-collapsed-left-bc{background-position:0 -4px}.x-window-header-default-collapsed-left-tr,.x-window-header-default-collapsed-left-br,.x-window-header-default-collapsed-left-mr{padding-right:4px}.x-window-header-default-collapsed-left-tl,.x-window-header-default-collapsed-left-bl,.x-window-header-default-collapsed-left-ml{padding-left:4px}.x-window-header-default-collapsed-left-tc{height:4px}.x-window-header-default-collapsed-left-bc{height:4px}.x-window-header-default-collapsed-left-tl,.x-window-header-default-collapsed-left-bl,.x-window-header-default-collapsed-left-tr,.x-window-header-default-collapsed-left-br,.x-window-header-default-collapsed-left-tc,.x-window-header-default-collapsed-left-bc,.x-window-header-default-collapsed-left-ml,.x-window-header-default-collapsed-left-mr{background-image:url(images/window-header/window-header-default-collapsed-left-corners.gif)}.x-rtl.x-window-header-default-collapsed-left-tl,.x-rtl.x-window-header-default-collapsed-left-ml,.x-rtl.x-window-header-default-collapsed-left-bl,.x-rtl.x-window-header-default-collapsed-left-tr,.x-rtl.x-window-header-default-collapsed-left-mr,.x-rtl.x-window-header-default-collapsed-left-br{background-image:url(images/window-header/window-header-default-collapsed-left-corners-rtl.gif)}.x-window-header-default-collapsed-left-ml,.x-window-header-default-collapsed-left-mr{background-image:url(images/window-header/window-header-default-collapsed-left-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-left-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-window-header-default-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-left-corners.gif), corners-rtl:url(images/window-header/window-header-default-collapsed-left-corners-rtl.gif), sides:url(images/window-header/window-header-default-collapsed-left-sides.gif)" !important}.x-window-header-default .x-window-header-icon{width:16px;height:16px;color:#157fcc;font-size:16px;line-height:16px;background-position:center center}.x-window-header-default .x-window-header-glyph{color:#157fcc;font-size:16px;line-height:16px;opacity:0.5}.x-ie8 .x-window-header-default .x-window-header-glyph{color:#85bae1}.x-window-header-default-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-window-header-default-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-window-header-default-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-window-header-default-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-window-header-default-vertical .x-tool-after-title{margin:6px 0 0 0}.x-window-header-default-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-window-header-default-vertical .x-tool-before-title{margin:0 0 6px 0}.x-window-header-default-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-window-header-default .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-window-header-default .x-tool-focus{outline:none}.x-ie8 .x-window-header-default .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-window-header-default{border-width:1px !important}.x-nbr .x-window-default-collapsed .x-window-header{border-width:0 !important}.x-window-default-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-window-default-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-window-default-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-window-default-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-window-body-plain{background-color:transparent}.x-form-item-label-default{color:#666;font:300 15px/17px helvetica, arial, verdana, sans-serif;min-height:32px;padding-top:8px;padding-right:5px}.x-form-item-label-default.x-rtl{padding-left:5px;padding-right:0}.x-ie8 .x-form-item-label-default{min-height:24px}.x-form-item-label-default.x-form-item-label-top{height:1px}.x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner{padding-top:8px;padding-bottom:5px}.x-form-item-label-default.x-form-item-label-top-side-error:after{width:40px}.x-form-item-body-default{min-height:32px}.x-form-invalid-icon-default{width:30px;height:30px;margin:0 5px;background:url(images/form/exclamation.png) no-repeat}.x-form-invalid-under-default{padding:2px 2px 2px 34px;color:#cf4c35;font:300 15px/30px helvetica, arial, verdana, sans-serif;background:no-repeat 0 2px;background-image:url(images/form/exclamation.png)}.x-form-error-wrap-default.x-form-error-wrap-side{width:40px}.x-form-item-default.x-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-autocontainer-form-item,.x-anchor-form-item,.x-vbox-form-item,.x-table-form-item{margin-bottom:8px}.x-form-text-field-body-default{min-width:200px;max-width:200px}.x-form-trigger-wrap-default{border-width:1px;border-style:solid;border-color:#cfcfcf}.x-form-trigger-wrap-default.x-form-trigger-wrap-focus{border-color:#3892d4}.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid{border-color:#cf4c35}.x-form-text-default{color:#000;padding:3px 6px 2px;background-color:#fff;font:300 15px/25px helvetica, arial, verdana, sans-serif;min-height:30px}.x-ie8 .x-form-text-default{min-height:25px}.x-form-text-default.x-form-textarea{line-height:17px;min-height:68px}.x-ie8 .x-form-text-default.x-form-textarea{min-height:63px}.x-form-text-default.x-form-text-file{color:gray}.x-form-empty-field-default{color:gray}.x-form-text-default:-ms-input-placeholder{color:gray}.x-form-invalid-field-default{background-color:#fff}.x-form-trigger-default{width:30px;background:0 center #fff url(images/form/trigger.png) no-repeat}.x-form-trigger-default.x-rtl{background-image:url(images/form/trigger-rtl.png)}.x-form-trigger-default.x-form-trigger-over{background-position:-30px center}.x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus{background-position:-120px center}.x-form-trigger-default.x-form-trigger-focus{background-position:-90px center}.x-form-trigger.x-form-trigger-default.x-form-trigger-click{background-position:-60px center}.x-textfield-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-form-clear-trigger{background-image:url(images/form/clear-trigger.png)}.x-form-clear-trigger.x-rtl{background-image:url(images/form/clear-trigger-rtl.png)}.x-form-search-trigger{background-image:url(images/form/search-trigger.png)}.x-form-search-trigger.x-rtl{background-image:url(images/form/search-trigger-rtl.png)}.x-message-box .x-window-body{background-color:#fff;border-width:0}.x-message-box-info,.x-message-box-warning,.x-message-box-question,.x-message-box-error{background-position:left top;background-repeat:no-repeat}.x-rtl.x-message-box-info,.x-rtl.x-message-box-warning,.x-rtl.x-message-box-question,.x-rtl.x-message-box-error{background-position:right top}.x-message-box-icon{height:42px;width:42px;margin-right:10px}.x-message-box-info{background-image:url(images/shared/icon-info.png)}.x-message-box-warning{background-image:url(images/shared/icon-warning.png)}.x-message-box-question{background-image:url(images/shared/icon-question.png)}.x-message-box-error{background-image:url(images/shared/icon-error.png)}.x-form-cb-wrap-default{height:32px;min-width:22px}.x-form-cb-default{margin-top:5px}.x-form-checkbox-default,.x-form-radio-default{width:22px;height:22px}.x-form-radio-default{background:url(images/form/radio.png) no-repeat}.x-form-cb-checked .x-form-radio-default{background-position:0 -22px}.x-form-checkbox-default{background:url(images/form/checkbox.png) no-repeat}.x-form-cb-checked .x-form-checkbox-default{background-position:0 -22px}.x-form-checkbox-focus.x-form-radio-default{background-position:-22px 0}.x-form-cb-checked .x-form-checkbox-focus.x-form-radio-default{background-position:-22px -22px}.x-form-checkbox-focus.x-form-checkbox-default{background-position:-22px 0}.x-form-cb-checked .x-form-checkbox-focus.x-form-checkbox-default{background-position:-22px -22px}.x-form-cb-label-default{margin-top:8px;font:300 helvetica, arial, verdana, sans-serif/17px helvetica, arial, verdana, sans-serif}.x-form-cb-label-default.x-form-cb-label-before{padding-right:26px}.x-form-cb-label-default.x-form-cb-label-before.x-rtl{padding-right:0;padding-left:26px}.x-form-cb-label-default.x-form-cb-label-after{padding-left:26px}.x-form-cb-label-default.x-rtl{padding-left:0;padding-right:26px}.x-checkbox-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-form-item-body-default.x-form-checkboxgroup-body{padding:0 4px}.x-form-invalid .x-form-item-body-default.x-form-checkboxgroup-body{border-width:1px;border-style:solid;border-color:#cf4c35}.x-fieldset-default{border:1px solid #cfcfcf;padding:0 10px;margin:0 0 10px}.x-ie8 .x-fieldset-default{padding-top:0}.x-ie8 .x-fieldset-body-default{padding-top:0}.x-fieldset-header-default{padding:0 3px 1px;line-height:22px}.x-fieldset-header-default > .x-fieldset-header-text{font:300 14px/22px helvetica, arial, verdana, sans-serif;color:#000;padding:1px 0}.x-fieldset-header-checkbox-default{margin:2px 4px 0 0;line-height:22px}.x-fieldset-header-checkbox-default.x-rtl{margin:2px 0 0 4px}.x-fieldset-header-tool-default{margin:2px 4px 0 0;padding:0}.x-fieldset-header-tool-default.x-rtl{margin:2px 0 0 4px}.x-fieldset-header-tool-default > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8;height:22px;width:22px}.x-fieldset-header-tool-default.x-tool-over > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.x-fieldset-header-tool-default.x-tool-pressed > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-fieldset-header-tool-default > .x-tool-toggle{background-image:url(images/fieldset/collapse-tool.png);background-position:0 0}.x-fieldset-header-tool-default.x-tool-over > .x-tool-toggle{background-position:0 -22px}.x-fieldset-header-tool-default.x-focus{outline:1px solid red}.x-fieldset-default.x-fieldset-collapsed{border-width:1px 1px 0 1px;border-left-color:transparent;border-right-color:transparent}.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle{background-position:-22px 0}.x-fieldset-default.x-fieldset-collapsed .x-tool-over > .x-tool-toggle{background-position:-22px -22px}.x-form-trigger-spinner-default{width:60px}.x-form-spinner-default{display:inline-block;background-color:#fff;width:30px;height:30px}.x-form-spinner-up-default{background-image:url(images/form/spinner-up.png)}.x-form-spinner-up-default.x-rtl{background-image:url(images/form/spinner-up-rtl.png)}.x-form-spinner-down-default{background-image:url(images/form/spinner-down.png)}.x-form-spinner-down-default.x-rtl{background-image:url(images/form/spinner-down-rtl.png)}.x-form-spinner-default{background-position:0 0}.x-form-spinner-default.x-form-spinner-over{background-position:-30px 0}.x-form-spinner-default.x-form-spinner-over.x-form-spinner-focus{background-position:-120px 0}.x-form-spinner-default.x-form-spinner-focus{background-position:-90px 0}.x-form-spinner-default.x-form-spinner.x-form-spinner-click{background-position:-60px 0}.x-tbar-page-number{width:30px}.x-btn-icon-el.x-tbar-page-first{background-image:url(images/grid/page-first.png)}.x-btn-icon-el.x-tbar-page-prev{background-image:url(images/grid/page-prev.png)}.x-btn-icon-el.x-tbar-page-next{background-image:url(images/grid/page-next.png)}.x-btn-icon-el.x-tbar-page-last{background-image:url(images/grid/page-last.png)}.x-btn-icon-el.x-tbar-loading{background-image:url(images/grid/refresh.png)}.x-rtl.x-tbar-page-first{background-image:url(images/grid/page-last.png)}.x-rtl.x-tbar-page-prev{background-image:url(images/grid/page-next.png)}.x-rtl.x-tbar-page-next{background-image:url(images/grid/page-prev.png)}.x-rtl.x-tbar-page-last{background-image:url(images/grid/page-first.png)}.x-boundlist{border-width:1px;border-style:solid;border-color:#e1e1e1;background:#fff}.x-boundlist-item{padding:0 6px;font:normal 15px helvetica, arial, verdana, sans-serif;line-height:30px;cursor:pointer;cursor:hand;position:relative;border-width:1px;border-style:dotted;border-color:#fff;color:#000}.x-boundlist-selected{background:#c2ddf2;border-color:#c2ddf2}.x-boundlist-item-over{background:#d6e9f6;border-color:#d6e9f6}.x-boundlist-floating{border-top-width:0}.x-boundlist-above{border-top-width:1px;border-bottom-width:1px}.x-datepicker{border-width:1px;border-style:solid;border-color:#e1e1e1;background-color:#fff;width:282px}.x-datepicker-header{padding:7px 6px;text-align:center;background-color:#f5f5f5}.x-datepicker-arrow{width:32px;height:32px;top:6px;cursor:pointer;-webkit-touch-callout:none;background-color:#f5f5f5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}div.x-datepicker-arrow:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-datepicker-next{right:6px;background:url(images/datepicker/arrow-right.png) no-repeat center center}.x-datepicker-prev{left:6px;background:url(images/datepicker/arrow-left.png) no-repeat center center}.x-datepicker-month{background:transparent}.x-datepicker-month .x-btn,.x-datepicker-month .x-btn .x-btn-tc,.x-datepicker-month .x-btn .x-btn-tl,.x-datepicker-month .x-btn .x-btn-tr,.x-datepicker-month .x-btn .x-btn-mc,.x-datepicker-month .x-btn .x-btn-ml,.x-datepicker-month .x-btn .x-btn-mr,.x-datepicker-month .x-btn .x-btn-bc,.x-datepicker-month .x-btn .x-btn-bl,.x-datepicker-month .x-btn .x-btn-br{background:transparent;border-width:0 !important}.x-datepicker-month .x-btn-inner{color:#3892d4}.x-datepicker-month .x-btn-split-right:after,.x-datepicker-month .x-btn-over .x-btn-split-right:after{background-image:url(images/datepicker/month-arrow.png);padding:0;text-align:right;width:24px}.x-datepicker-month .x-btn{padding:3px 4px}.x-datepicker-month .x-btn-over{border-color:transparent;background:transparent}.x-datepicker-month .x-btn.x-btn-pressed{border-color:transparent;background:transparent}.x-datepicker-month .x-btn-inner{font-size:15px}.x-datepicker-column-header{width:40px;color:#000;font:300 15px helvetica, arial, verdana, sans-serif;text-align:right;background-color:#fff}.x-datepicker-column-header-inner{line-height:32px;padding:0 9px 0 0}.x-datepicker-cell{text-align:right;border:1px solid #fff}.x-datepicker-date{padding:0 11px 0 0;font:300 15px helvetica, arial, verdana, sans-serif;color:#000;cursor:pointer;line-height:30px}div.x-datepicker-date:hover{color:#000;background-color:#ebf4fb}.x-datepicker-selected{border-style:solid;border-color:#3892d4}.x-datepicker-selected div.x-datepicker-date{background-color:#d6e9f6;color:#000;font-weight:300}.x-datepicker-today{border-color:darkred;border-style:solid}.x-datepicker-prevday .x-datepicker-date,.x-datepicker-nextday .x-datepicker-date{color:#bfbfbf}.x-datepicker-disabled .x-datepicker-date{background-color:#eee;cursor:default;color:grey}.x-datepicker-disabled div.x-datepicker-date:hover{background-color:#eee;color:grey}.x-datepicker-footer,.x-monthpicker-buttons{padding:6px 0;background-color:#f5f5f5;text-align:center}.x-datepicker-footer .x-btn,.x-monthpicker-buttons .x-btn{margin:0 3px 0 2px}.x-monthpicker{width:282px;border-width:1px;border-style:solid;border-color:#e1e1e1;background-color:#fff}.x-monthpicker-months{border-width:0 1px 0 0;border-color:#e1e1e1;border-style:solid;width:140px}.x-monthpicker-months .x-monthpicker-item{width:69px}.x-monthpicker-years{width:140px}.x-monthpicker-years .x-monthpicker-item{width:70px}.x-monthpicker-item{margin:6px 0 7px;font:300 15px helvetica, arial, verdana, sans-serif;text-align:center}.x-monthpicker-item-inner{margin:0 5px 0 5px;color:#000;border:1px solid #fff;line-height:30px;cursor:pointer}a.x-monthpicker-item-inner:hover{color:#000;background-color:#ebf4fb}.x-monthpicker-item a.x-monthpicker-selected{background-color:#d6e9f6;color:#000;border-style:solid;border-color:#3892d4}.x-monthpicker-yearnav{height:45px}.x-monthpicker-yearnav-button-ct{width:70px}.x-monthpicker-yearnav-button{height:32px;width:32px;cursor:pointer;margin-top:6px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7;-webkit-touch-callout:none;background-color:#fff}a.x-monthpicker-yearnav-button:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-monthpicker-yearnav-next{background:url(images/datepicker/arrow-right.png) no-repeat center center}.x-monthpicker-yearnav-next-over{background-position:center center}.x-monthpicker-yearnav-prev{background:url(images/datepicker/arrow-left.png) no-repeat center center}.x-monthpicker-yearnav-prev-over{background-position:center center}.x-monthpicker-small .x-monthpicker-item{margin:2px 0 3px}.x-monthpicker-small .x-monthpicker-item-inner{margin:0 5px 0 5px}.x-monthpicker-small .x-monthpicker-yearnav{height:37px}.x-monthpicker-small .x-monthpicker-yearnav-button{margin-top:2px}.x-cmd-slicer.x-datepicker-header:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-datepicker-footer:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-form-date-trigger{background-image:url(images/form/date-trigger.png)}.x-form-date-trigger.x-rtl{background-image:url(images/form/date-trigger-rtl.png)}.x-form-display-field-default{min-height:32px;font:300 15px/17px helvetica, arial, verdana, sans-serif;color:#000;margin-top:8px}.x-tip-anchor{position:absolute;overflow:hidden;height:10px;width:10px;border-style:solid;border-width:5px;border-color:#e1e1e1}.x-tip-anchor-top{border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;_border-top-color:pink;_border-left-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-bottom{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;_border-bottom-color:pink;_border-left-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-left{border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;_border-top-color:pink;_border-bottom-color:pink;_border-left-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-right{border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;_border-top-color:pink;_border-bottom-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-default{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:2px 2px 2px 2px;border-width:1px;border-style:solid;background-color:#ebf4fb}.x-tip-default-mc{background-color:#ebf4fb}.x-nbr .x-tip-default{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tip-default-frameInfo{font-family:th-3-3-3-3-1-1-1-1-2-2-2-2}.x-tip-default-tl{background-position:0 -6px}.x-tip-default-tr{background-position:right -9px}.x-tip-default-bl{background-position:0 -12px}.x-tip-default-br{background-position:right -15px}.x-tip-default-ml{background-position:0 top}.x-tip-default-mr{background-position:right top}.x-tip-default-tc{background-position:0 0}.x-tip-default-bc{background-position:0 -3px}.x-tip-default-tr,.x-tip-default-br,.x-tip-default-mr{padding-right:3px}.x-tip-default-tl,.x-tip-default-bl,.x-tip-default-ml{padding-left:3px}.x-tip-default-tc{height:3px}.x-tip-default-bc{height:3px}.x-tip-default-tl,.x-tip-default-bl,.x-tip-default-tr,.x-tip-default-br,.x-tip-default-tc,.x-tip-default-bc,.x-tip-default-ml,.x-tip-default-mr{background-image:url(images/tip/tip-default-corners.gif)}.x-tip-default-ml,.x-tip-default-mr{background-image:url(images/tip/tip-default-sides.gif);background-repeat:repeat-y}.x-tip-default-mc{padding:0px 0px 0px 0px}.x-cmd-slicer.x-tip-default:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-default-corners.gif), sides:url(images/tip/tip-default-sides.gif)" !important}.x-tip-default{background-color:#ebf4fb;border-color:#e1e1e1}.x-tip-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#ebf4fb}.x-tip-header-default .x-tool-after-title{margin:0 0 0 6px}.x-tip-header-default .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-tip-header-default .x-tool-before-title{margin:0 6px 0 0}.x-tip-header-default .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-tip-header-default{padding:3px 3px 0 3px}.x-tip-header-title-default{color:#000;font-size:15px;font-weight:bold}.x-tip-body-default{padding:3px;color:#000;font-size:15px;font-weight:300}.x-tip-body-default a{color:#000}.x-tip-form-invalid{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:2px 2px 2px 2px;border-width:1px;border-style:solid;background-color:#ebf4fb}.x-tip-form-invalid-mc{background-color:#ebf4fb}.x-nbr .x-tip-form-invalid{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tip-form-invalid-frameInfo{font-family:th-3-3-3-3-1-1-1-1-2-2-2-2}.x-tip-form-invalid-tl{background-position:0 -6px}.x-tip-form-invalid-tr{background-position:right -9px}.x-tip-form-invalid-bl{background-position:0 -12px}.x-tip-form-invalid-br{background-position:right -15px}.x-tip-form-invalid-ml{background-position:0 top}.x-tip-form-invalid-mr{background-position:right top}.x-tip-form-invalid-tc{background-position:0 0}.x-tip-form-invalid-bc{background-position:0 -3px}.x-tip-form-invalid-tr,.x-tip-form-invalid-br,.x-tip-form-invalid-mr{padding-right:3px}.x-tip-form-invalid-tl,.x-tip-form-invalid-bl,.x-tip-form-invalid-ml{padding-left:3px}.x-tip-form-invalid-tc{height:3px}.x-tip-form-invalid-bc{height:3px}.x-tip-form-invalid-tl,.x-tip-form-invalid-bl,.x-tip-form-invalid-tr,.x-tip-form-invalid-br,.x-tip-form-invalid-tc,.x-tip-form-invalid-bc,.x-tip-form-invalid-ml,.x-tip-form-invalid-mr{background-image:url(images/tip/tip-form-invalid-corners.gif)}.x-tip-form-invalid-ml,.x-tip-form-invalid-mr{background-image:url(images/tip/tip-form-invalid-sides.gif);background-repeat:repeat-y}.x-tip-form-invalid-mc{padding:0px 0px 0px 0px}.x-cmd-slicer.x-tip-form-invalid:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-form-invalid-corners.gif), sides:url(images/tip/tip-form-invalid-sides.gif)" !important}.x-tip-form-invalid{background-color:#ebf4fb;border-color:#e1e1e1}.x-tip-form-invalid .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#ebf4fb}.x-tip-header-form-invalid .x-tool-after-title{margin:0 0 0 6px}.x-tip-header-form-invalid .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-tip-header-form-invalid .x-tool-before-title{margin:0 6px 0 0}.x-tip-header-form-invalid .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-tip-header-form-invalid{padding:3px 3px 0 3px}.x-tip-header-title-form-invalid{color:#000;font-size:15px;font-weight:bold}.x-tip-body-form-invalid{padding:5px 3px 5px 34px;color:#000;font-size:15px;font-weight:300}.x-tip-body-form-invalid a{color:#000}.x-tip-body-form-invalid{background:1px 1px no-repeat;background-image:url(images/form/exclamation.png)}.x-tip-body-form-invalid li{margin-bottom:4px}.x-tip-body-form-invalid li.last{margin-bottom:0}.x-color-picker{width:192px;height:120px;background-color:#fff;border-color:#fff;border-width:0;border-style:solid}.x-color-picker-item{width:24px;height:24px;border-width:1px;border-color:#fff;border-style:solid;background-color:#fff;cursor:pointer;padding:2px}a.x-color-picker-item:hover{border-color:#8bb8f3;background-color:#e6e6e6}.x-color-picker-selected{border-color:#8bb8f3;background-color:#e6e6e6}.x-color-picker-item-inner{line-height:16px;border-color:#e1e1e1;border-width:1px;border-style:solid}.x-html-editor-tb .x-edit-bold,.x-menu-item div.x-edit-bold{background-position:0 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-italic,.x-menu-item div.x-edit-italic{background-position:-24px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-underline,.x-menu-item div.x-edit-underline{background-position:-48px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-forecolor,.x-menu-item div.x-edit-forecolor{background-position:-240px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-backcolor,.x-menu-item div.x-edit-backcolor{background-position:-264px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifyleft,.x-menu-item div.x-edit-justifyleft{background-position:-168px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifycenter,.x-menu-item div.x-edit-justifycenter{background-position:-192px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifyright,.x-menu-item div.x-edit-justifyright{background-position:-216px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-insertorderedlist,.x-menu-item div.x-edit-insertorderedlist{background-position:-120px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-insertunorderedlist,.x-menu-item div.x-edit-insertunorderedlist{background-position:-144px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-increasefontsize,.x-menu-item div.x-edit-increasefontsize{background-position:-72px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-decreasefontsize,.x-menu-item div.x-edit-decreasefontsize{background-position:-96px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-sourceedit,.x-menu-item div.x-edit-sourceedit{background-position:-288px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-createlink,.x-menu-item div.x-edit-createlink{background-position:-312px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tip .x-tip-bd .x-tip-bd-inner{padding:5px;padding-bottom:1px}.x-html-editor-tb .x-font-select{font-size:15px;font-family:inherit}.x-html-editor-wrap textarea{font:300 15px helvetica, arial, verdana, sans-serif;background-color:#fff;resize:none}.x-form-text-default.x-tagfield{padding:3px 0 0 4px}.x-form-text-default .x-tagfield-input{margin:0 4px 3px 0}.x-form-text-default .x-tagfield-input-field{height:24px;line-height:24px}.x-form-text-default .x-tagfield-item{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background-color:#f5f5f5;border:1px solid #dcdcdc;padding:0 26px 0 5px;margin:0 4px 3px 0;color:#000;line-height:22px}.x-form-text-default .x-tagfield-item:hover{background-color:#e4e4e4;border-color:#999;color:#000}.x-form-text-default .x-tagfield-item.x-tagfield-item-selected{background-color:#c4e2f8;border-color:#157fcc;color:#000}.x-form-text-default .x-tagfield-item.x-rtl{padding:0 5px 0 26px}.x-form-text-default .x-tagfield-item-close{width:18px;height:18px;top:2px;right:2px;background-image:url(images/form/tag-field-item-close.png)}.x-form-text-default .x-tagfield-item-close:hover{background-position:-18px 0}.x-form-text-default .x-tagfield-item-close:active{background-position:-36px 0}.x-form-text-default .x-tagfield-item-close.x-rtl{right:auto;left:2px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close{background-position:0 -18px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:hover{background-position:-18px -18px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:active{background-position:-36px -18px}.x-grid-view{z-index:1}.x-grid-body{background:#fff;border-width:1px;border-style:solid;border-color:#cfcfcf}.x-grid-item-container{min-height:1px;position:relative;overflow:hidden}.x-grid-empty{padding:10px;color:grey;background-color:#fff;font:300 15px helvetica, arial, verdana, sans-serif}.x-grid-item{color:#000;font:300 15px/17px helvetica, arial, verdana, sans-serif;background-color:#fff}.x-grid-item-alt{background-color:#fafafa}.x-grid-item-over{color:#000;background-color:#e2eff9}.x-grid-item-focused{outline:0;color:#000}.x-grid-item-focused .x-grid-cell-inner{z-index:1}.x-grid-item-focused .x-grid-cell-inner:before{content:"";position:absolute;z-index:-1;top:0px;right:0px;bottom:0px;left:0px;pointer-events:none;border:1px solid #3d92cf}.x-grid-item-selected{color:#000;background-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item{border-style:solid;border-width:1px 0 0;border-color:#cfcfcf}.x-grid-with-row-lines .x-grid-item:first-child{border-top-color:#fff}.x-grid-with-row-lines .x-grid-item.x-grid-item-over{border-style:solid;border-color:#e2eff9}.x-grid-with-row-lines .x-grid-item-over + .x-grid-item{border-top-style:solid;border-top-color:#e2eff9}.x-grid-with-row-lines .x-grid-item.x-grid-item-selected{border-style:solid;border-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item{border-top-style:solid;border-top-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item:last-child{border-bottom-width:1px}.x-ie8 .x-grid-with-row-lines .x-grid-item{border-width:1px 0;margin-top:-1px}.x-ie8 .x-grid-with-row-lines .x-grid-item:first-child{margin-top:0}.x-grid-cell-inner{position:relative;text-overflow:ellipsis;padding:8px 15px 7px}.x-grid-cell-special{border-color:#cfcfcf;border-style:solid;border-right-width:1px}.x-rtl.x-grid-cell-special{border-right-width:0;border-left-width:1px}.x-grid-dirty-cell{background:url(images/grid/dirty.png) no-repeat 0 0}.x-rtl.x-grid-dirty-cell{background-image:url(images/grid/dirty-rtl.png);background-position:right 0}.x-grid-row .x-grid-cell-selected{color:#000;background-color:#c2ddf2}.x-grid-with-col-lines .x-grid-cell{border-style:solid;border-color:#cfcfcf;border-width:0 1px 0 0}.x-grid-with-col-lines .x-grid-item-over .x-grid-cell{border-color:#e2eff9;border-style:solid}.x-grid-with-col-lines .x-grid-item-selected .x-grid-cell{border-color:#c2ddf2;border-style:solid}.x-rtl.x-grid-with-col-lines .x-grid-cell{border-width:0 0 0 1px}.x-grid-resize-marker{width:1px;background-color:#0f0f0f}.x-grid-drop-indicator{position:absolute;height:1px;line-height:0px;background-color:#77bc71;overflow:visible;pointer-events:none}.x-grid-drop-indicator .x-grid-drop-indicator-left{position:absolute;top:-8px;left:-12px;background-image:url(images/grid/dd-insert-arrow-right.png);height:16px;width:16px}.x-grid-drop-indicator .x-grid-drop-indicator-right{position:absolute;top:-8px;right:-11px;background-image:url(images/grid/dd-insert-arrow-left.png);height:16px;width:16px}.x-col-move-top,.x-col-move-bottom{width:9px;height:9px}.x-col-move-top{background-image:url(images/grid/col-move-top.png)}.x-col-move-bottom{background-image:url(images/grid/col-move-bottom.png)}.x-grid-header-ct{border:1px solid #cfcfcf;border-bottom-color:#fff;background-color:#fff}.x-accordion-item .x-grid-header-ct{border-width:0 0 1px !important}.x-grid-header-ct-hidden{border-top:0 !important;border-bottom:0 !important}.x-grid-body{border-top-color:#cfcfcf}.x-hmenu-sort-asc{background-image:url(images/grid/hmenu-asc.png)}.x-hmenu-sort-desc{background-image:url(images/grid/hmenu-desc.png)}.x-cols-icon{background-image:url(images/grid/columns.png)}.x-column-header{border-right:1px solid #cfcfcf;color:#666;font:300 15px/17px helvetica, arial, verdana, sans-serif;outline:0;background-color:#fff}.x-rtl.x-column-header{border-right:0 none;border-left:1px solid #cfcfcf}.x-group-sub-header{background:transparent;border-top:1px solid #cfcfcf}.x-group-sub-header .x-column-header-inner{padding:6px 15px 7px 15px}.x-column-header-inner{padding:7px 15px}.x-column-header-inner-empty{text-overflow:clip}.x-column-header.x-column-header-focus{color:#666}.x-column-header.x-column-header-focus .x-column-header-inner:after{content:"";position:absolute;z-index:5;top:0px;right:0px;bottom:0px;left:0px;border:1px solid #4499d6;pointer-events:none}.x-column-header.x-column-header-focus.x-group-sub-header .x-column-header-inner:before{bottom:0px}.x-column-header-over{background-image:none;background-color:#eff6fb}.x-column-header-sort-ASC,.x-column-header-sort-DESC{background-image:none;background-color:#eff6fb}.x-column-header-open{background-color:#eff6fb}.x-column-header-open .x-column-header-trigger{background-color:#e0ebf3}.x-column-header-over .x-column-header-trigger,.x-column-header-open .x-column-header-trigger{width:24px;cursor:pointer;background:transparent url(images/grid/hd-pop.png) no-repeat center center}.x-rtl.x-column-header-trigger{background-position:center center}.x-column-header-align-right .x-column-header-text{margin-right:13px}.x-column-header-align-right .x-rtl.x-column-header-text{margin-right:0;margin-left:13px}.x-column-header-sort-ASC .x-column-header-text-inner,.x-column-header-sort-DESC .x-column-header-text-inner{padding-right:24px;background-position:right center}.x-column-header-sort-ASC .x-rtl.x-column-header-text-inner,.x-column-header-sort-DESC .x-rtl.x-column-header-text-inner{padding-right:0;padding-left:24px;background-position:0 center}.x-column-header-sort-ASC .x-column-header-text-inner{background-image:url(images/grid/sort_asc.png)}.x-column-header-sort-DESC .x-column-header-text-inner{background-image:url(images/grid/sort_desc.png)}.x-no-header-borders .x-column-header{border:0 none}.x-no-header-borders .x-column-header .x-column-header-inner{padding-top:7px}.x-cmd-slicer.x-column-header:before{display:none;content:"x-slicer:" !important}.x-cmd-slicer.x-column-header-over:before{display:none;content:"x-slicer:" !important}.x-grid-cell-inner-action-col{padding:8px 4px 8px 4px}.x-action-col-cell .x-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-action-col-icon{color:#cfcfcf;font-size:16px;height:16px;width:16px;cursor:pointer}.x-grid-cell-inner-checkcolumn{padding:5px 15px 5px 15px}.x-grid-checkcolumn{width:22px;height:22px;background:url(images/form/checkbox.png) 0 0 no-repeat}.x-item-disabled .x-grid-checkcolumn{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-grid-checkcolumn-checked{background-position:0 -22px}.x-grid-cell-inner-row-numberer{padding:8px 5px 7px 3px;background-color:#fff}.x-btn-grid-cell-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 4px 3px 4px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-grid-cell-small-mc{background-color:#3892d4}.x-nbr .x-btn-grid-cell-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-grid-cell-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-4-3-4}.x-btn-grid-cell-small-tl{background-position:0 -6px}.x-btn-grid-cell-small-tr{background-position:right -9px}.x-btn-grid-cell-small-bl{background-position:0 -12px}.x-btn-grid-cell-small-br{background-position:right -15px}.x-btn-grid-cell-small-ml{background-position:0 top}.x-btn-grid-cell-small-mr{background-position:right top}.x-btn-grid-cell-small-tc{background-position:0 0}.x-btn-grid-cell-small-bc{background-position:0 -3px}.x-btn-grid-cell-small-tr,.x-btn-grid-cell-small-br,.x-btn-grid-cell-small-mr{padding-right:3px}.x-btn-grid-cell-small-tl,.x-btn-grid-cell-small-bl,.x-btn-grid-cell-small-ml{padding-left:3px}.x-btn-grid-cell-small-tc{height:3px}.x-btn-grid-cell-small-bc{height:3px}.x-btn-grid-cell-small-tl,.x-btn-grid-cell-small-bl,.x-btn-grid-cell-small-tr,.x-btn-grid-cell-small-br,.x-btn-grid-cell-small-tc,.x-btn-grid-cell-small-bc,.x-btn-grid-cell-small-ml,.x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-corners.gif)}.x-btn-grid-cell-small-ml,.x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-sides.gif);background-repeat:repeat-y}.x-btn-grid-cell-small-mc{padding:1px 2px 1px 2px}.x-cmd-slicer.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-corners.gif), sides:url(images/btn/btn-grid-cell-small-sides.gif)" !important}.x-btn-grid-cell-small{border-color:#157fcc}.x-btn-button-grid-cell-small{min-height:24px}.x-ie9m .x-btn-button-grid-cell-small{min-height:auto;height:24px}.x-btn-inner-grid-cell-small{font:300 15px/20px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 6px;max-width:100%}.x-btn-icon-right > .x-btn-inner-grid-cell-small,.x-btn-icon-left > .x-btn-inner-grid-cell-small{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-grid-cell-small{max-width:none}.x-btn-icon-el-grid-cell-small{font-size:24px;height:24px;color:#fff;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-grid-cell-small,.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{width:24px}.x-btn-icon-top > .x-btn-icon-el-grid-cell-small,.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small{min-width:24px}.x-btn-icon-el-grid-cell-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-grid-cell-small.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-grid-cell-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small{padding-right:6px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-right:6px}.x-btn-arrow-bottom > .x-btn-button-grid-cell-small,.x-btn-split-bottom > .x-btn-button-grid-cell-small{padding-bottom:3px}.x-btn-wrap-grid-cell-small.x-btn-arrow-right:after{width:8px;background-image:url(images/button/grid-cell-small-arrow.png);padding-right:8px}.x-btn-wrap-grid-cell-small.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/grid-cell-small-arrow-rtl.png)}.x-btn-wrap-grid-cell-small.x-btn-arrow-bottom:after{height:8px;background-image:url(images/button/grid-cell-small-arrow.png)}.x-btn-wrap-grid-cell-small.x-btn-split-right:after{width:14px;background-image:url(images/button/grid-cell-small-s-arrow.png);padding-right:14px}.x-btn-wrap-grid-cell-small.x-rtl.x-btn-split-right:after{background-image:url(images/button/grid-cell-small-s-arrow-rtl.png)}.x-btn-wrap-grid-cell-small.x-btn-split-bottom:after{height:14px;background-image:url(images/button/grid-cell-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small{padding-right:6px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-right:6px}.x-btn-focus.x-btn-grid-cell-small{background-image:none;background-color:#3892d4}.x-btn-grid-cell-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:18px;pointer-events:none}.x-btn-grid-cell-small .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-over.x-btn-grid-cell-small{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn.x-btn-menu-active.x-btn-grid-cell-small,.x-btn.x-btn-pressed.x-btn-grid-cell-small{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn.x-btn-disabled.x-btn-grid-cell-small{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-grid-cell-small-tl,.x-btn-focus .x-btn-grid-cell-small-bl,.x-btn-focus .x-btn-grid-cell-small-tr,.x-btn-focus .x-btn-grid-cell-small-br,.x-btn-focus .x-btn-grid-cell-small-tc,.x-btn-focus .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-corners.gif)}.x-btn-focus .x-btn-grid-cell-small-ml,.x-btn-focus .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-sides.gif)}.x-btn-focus .x-btn-grid-cell-small-mc{background-color:#3892d4}.x-btn-over .x-btn-grid-cell-small-tl,.x-btn-over .x-btn-grid-cell-small-bl,.x-btn-over .x-btn-grid-cell-small-tr,.x-btn-over .x-btn-grid-cell-small-br,.x-btn-over .x-btn-grid-cell-small-tc,.x-btn-over .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-over-corners.gif)}.x-btn-over .x-btn-grid-cell-small-ml,.x-btn-over .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-over-sides.gif)}.x-btn-over .x-btn-grid-cell-small-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tl,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bl,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tr,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-br,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tc,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tl,.x-btn.x-btn-pressed .x-btn-grid-cell-small-bl,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tr,.x-btn.x-btn-pressed .x-btn-grid-cell-small-br,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-ml,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mr,.x-btn.x-btn-pressed .x-btn-grid-cell-small-ml,.x-btn.x-btn-pressed .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mr,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-grid-cell-small-tl,.x-btn.x-btn-disabled .x-btn-grid-cell-small-bl,.x-btn.x-btn-disabled .x-btn-grid-cell-small-tr,.x-btn.x-btn-disabled .x-btn-grid-cell-small-br,.x-btn.x-btn-disabled .x-btn-grid-cell-small-tc,.x-btn.x-btn-disabled .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-grid-cell-small-ml,.x-btn.x-btn-disabled .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-grid-cell-small-mc{background-color:#3892d4}.x-nbr .x-btn-grid-cell-small{background-image:none}.x-btn-disabled.x-btn-grid-cell-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-grid-cell-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last:after{bottom:1px}.x-cmd-slicer.x-btn-focus.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-disabled-corners.gif), sides:url(images/btn/btn-grid-cell-small-disabled-sides.gif)" !important}.x-button-grid-cell-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-grid-cell-small-cell > .x-grid-cell-inner >.x-btn-grid-cell-small{vertical-align:top}.x-grid-group-hd{border-width:0 0 1px 0;border-style:solid;border-color:#cfcfcf;padding:7px 6px 6px;background:#fff;cursor:pointer}.x-grid-group-hd-not-collapsible{cursor:default}.x-grid-group-hd-collapsible .x-grid-group-title{padding:0 0 0 24px;background:url(images/grid/group-collapse.png) no-repeat left center}.x-rtl.x-grid-view .x-grid-group-hd-collapsible .x-grid-group-title{background-position:right center;padding:0 24px 0 0}.x-grid-group-title{color:#666;font:300 15px/19px helvetica, arial, verdana, sans-serif}.x-grid-group-hd-collapsed .x-grid-group-title{background-image:url(images/grid/group-expand.png)}.x-group-by-icon{background-image:url(images/grid/group-by.png)}.x-grid-rowbody{font:300 15px/17px helvetica, arial, verdana, sans-serif;padding:5px 15px 5px 15px}.x-docked-summary{border-width:1px;border-color:#cfcfcf;border-style:solid;background:#fff!important}.x-docked-summary .x-grid-table{border:0 none}.x-grid-row-summary .x-grid-cell,.x-grid-row-summary .x-grid-rowwrap,.x-grid-row-summary .x-grid-cell-rowbody{border-color:#cfcfcf;background-color:#fff !important;border-top:1px solid #cfcfcf;font:300 15px/17px helvetica, arial, verdana, sans-serif}.x-docked-summary .x-grid-item,.x-docked-summary .x-grid-row-summary .x-grid-cell{border-bottom:0 none;border-top:0 none}.x-grid-row-summary .x-grid-cell-inner-row-expander{display:none}.x-menu-default{border-style:solid;border-width:1px;border-color:#e1e1e1}.x-menu-body-default{background:#fff;padding:0}.x-menu-icon-separator-default{left:34px;border-left:solid 1px #e1e1e1;background-color:#fff;width:1px}.x-menu-icon-separator-default.x-rtl{left:auto;right:34px}.x-menu-item-default{border-width:0;cursor:pointer}.x-menu-item-default.x-menu-item-active{background-image:none;background-color:#d6e9f6}.x-nlg .x-menu-item-default.x-menu-item-active{background:#d6e9f6 repeat-x left top;background-image:url(images/menu/menu-item-default-active-bg.gif)}.x-menu-item-default.x-menu-item-disabled{cursor:default}.x-menu-item-default.x-menu-item-disabled a{cursor:default}.x-menu-item-default.x-menu-item-separator{height:1px;border-top:solid 1px #e1e1e1;background-color:#fff;margin:2px 0;padding:0}.x-menu-item-default.x-menu-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-icon-ui{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-text-default{background-color:transparent}.x-menu-item-default .x-form-item-label{font-size:15px;color:#000}.x-menu-item-text-default,.x-menu-item-cmp-default{margin:0 5px 0 5px}.x-menu-item-text-default{font:300 15px helvetica, arial, verdana, sans-serif;line-height:31px;padding-top:1px;color:#000;cursor:pointer}.x-menu-item-text-default.x-menu-item-indent{margin-left:40px}.x-menu-item-text-default.x-menu-item-indent-no-separator{margin-left:34px}.x-menu-item-text-default.x-menu-item-indent-right-icon{margin-right:39px}.x-menu-item-text-default.x-menu-item-indent-right-arrow{margin-right:28px}.x-menu-item-disabled .x-menu-item-text-default{cursor:default}.x-rtl.x-menu-item-text-default,.x-rtl.x-menu-item-cmp-default{margin:0 5px 0 5px}.x-rtl.x-menu-item-text-default.x-menu-item-indent{margin-right:40px}.x-rtl.x-menu-item-text-default.x-menu-item-indent-no-separator{margin-right:34px}.x-rtl.x-menu-item-text-default.x-menu-item-indent-right-icon{margin-left:39px}.x-rtl.x-menu-item-text-default.x-menu-item-indent-right-arrow{margin-left:28px}.x-menu-item-indent-default{margin-left:40px}.x-menu-item-indent-default.x-rtl{margin-left:0;margin-right:40px}.x-menu-item-icon-default{width:24px;height:24px;top:4px;left:5px;line-height:24px;font-size:24px;color:grey;background-position:center center}.x-menu-item-icon-default.x-rtl{left:auto;right:5px}.x-menu-item-active .x-menu-item-icon-default.x-rtl{right:5px}.x-menu-item-icon-default.x-menu-item-glyph{opacity:0.5}.x-ie8 .x-menu-item-icon-default.x-menu-item-glyph{color:silver}.x-menu-item-icon-default.x-menu-item-icon-right{width:24px;height:24px;top:4px;right:5px;left:auto;background-position:center center}.x-menu-item-icon-default.x-menu-item-icon-right.x-rtl{right:auto;left:5px}.x-menu-item-active .x-menu-item-icon-default.x-menu-item-icon-right.x-rtl{left:5px}.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox{background-image:url(images/menu/default-checked.png)}.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox{background-image:url(images/menu/default-unchecked.png)}.x-menu-item-checked .x-menu-item-icon-default.x-menu-group-icon{background-image:url(images/menu/default-group-checked.png)}.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-group-icon{background-image:none}.x-menu-item-arrow-default{width:18px;height:18px;top:7px;right:0;background-image:url(images/menu/default-menu-parent.png)}.x-menu-item-active .x-menu-item-arrow-default{top:7px;right:0}.x-menu-item-arrow-default.x-rtl{left:0;right:auto;background-image:url(images/menu/default-menu-parent-left.png)}.x-menu-item-active .x-menu-item-arrow-default.x-rtl{left:0}.x-menu-default-scroller .x-box-scroller-body-horizontal{margin-left:16px}.x-menu-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:40px}.x-box-scroller-menu-default{cursor:pointer;color:#e1e1e1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-box-scroller-menu-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-menu-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.x-box-scroller-menu-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-menu-default.x-box-scroller-top,.x-box-scroller-menu-default.x-box-scroller-bottom{height:32px;width:32px;left:50%;margin-left:-16px}.x-box-scroller-menu-default.x-box-scroller-top{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/menu/default-scroll-top.png)}.x-box-scroller-menu-default.x-box-scroller-bottom{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/menu/default-scroll-bottom.png)}.x-ie8 .x-box-scroller-menu-default{background-color:#fff}.x-grid-filters-filtered-column{font-style:italic;font-weight:300;text-decoration:inherit}.x-grid-filters-icon{background-repeat:no-repeat;background-position:center center;color:grey;text-align:center}.x-grid-filters-find{background-image:url(images/grid/filters/find.png)}.x-grid-filters-gt{background-image:url(images/grid/filters/greater_than.png)}.x-grid-filters-lt{background-image:url(images/grid/filters/less_than.png)}.x-grid-filters-eq{background-image:url(images/grid/filters/equals.png)}.x-grid-locked .x-grid-inner-locked{border-width:0 1px 0 0;border-style:solid}.x-grid-locked .x-rtl.x-grid-inner-locked{border-width:0 0 0 1px}.x-grid-locked-split .x-grid-inner-normal{border-width:0 0 0 1px;border-style:solid;border-left-color:#888}.x-grid-locked-split .x-rtl.x-grid-inner-normal{border-width:0 1px 0 0}.x-grid-locking-body{border-width:1px}.x-grid-inner-locked{border-right-color:#888}.x-grid-inner-locked .x-column-header-last,.x-grid-inner-locked .x-grid-cell-last{border-right-width:0!important}.x-grid-inner-locked .x-rtl.x-column-header-last{border-left-width:0!important}.x-rtl.x-grid-inner-locked{border-right-color:#f5f5f5;border-left-color:#888}.x-rtl.x-grid-inner-locked .x-grid-row .x-column-header-last{border-left:0 none}.x-rtl.x-grid-inner-locked .x-grid-row .x-grid-cell-last{border-left:0 none}.x-hmenu-lock{background-image:url(images/grid/hmenu-lock.png)}.x-hmenu-unlock{background-image:url(images/grid/hmenu-unlock.png)}.x-grid-editor .x-form-display-field{text-overflow:ellipsis}.x-grid-editor .x-form-action-col-field{padding:8px 4px 8px 4px}.x-grid-editor .x-form-text{padding-left:14px;padding-right:14px}.x-tree-cell-editor .x-form-text{padding-left:3px;padding-right:3px}.x-grid-row-editor .x-field{margin:0 3px 0 2px}.x-grid-row-editor .x-form-display-field{padding:8px 13px 7px 13px;line-height:17px}.x-ie9m .x-grid-row-editor .x-form-display-field{min-height:17px}.x-grid-row-editor .x-form-action-col-field{padding:8px 1px 8px 2px}.x-grid-row-editor .x-form-text{padding:3px 11px 2px 12px}.x-gecko .x-grid-row-editor .x-form-text{padding-left:11px;padding-right:10px}.x-grid-row-editor .x-panel-body{border-top:1px solid #e1e1e1 !important;border-bottom:1px solid #e1e1e1 !important;padding:5px 0 5px 0;background-color:#e0ebf3}.x-grid-with-col-lines .x-grid-row-editor .x-form-cb{margin-right:1px}.x-grid-with-col-lines .x-grid-row-editor .x-rtl.x-form-cb{margin-right:0;margin-left:1px}.x-grid-row-editor-buttons-default-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;padding:5px 5px 5px 5px;border-width:0 1px 1px 1px;border-style:solid;background-color:#e0ebf3}.x-grid-row-editor-buttons-default-bottom-mc{background-color:#e0ebf3}.x-nbr .x-grid-row-editor-buttons-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-grid-row-editor-buttons-default-bottom-frameInfo{font-family:th-0-5-5-5-0-1-1-1-5-5-5-5}.x-grid-row-editor-buttons-default-bottom-tl{background-position:0 -10px}.x-grid-row-editor-buttons-default-bottom-tr{background-position:right -15px}.x-grid-row-editor-buttons-default-bottom-bl{background-position:0 -20px}.x-grid-row-editor-buttons-default-bottom-br{background-position:right -25px}.x-grid-row-editor-buttons-default-bottom-ml{background-position:0 top}.x-grid-row-editor-buttons-default-bottom-mr{background-position:right top}.x-grid-row-editor-buttons-default-bottom-tc{background-position:0 0}.x-grid-row-editor-buttons-default-bottom-bc{background-position:0 -5px}.x-grid-row-editor-buttons-default-bottom-tr,.x-grid-row-editor-buttons-default-bottom-br,.x-grid-row-editor-buttons-default-bottom-mr{padding-right:5px}.x-grid-row-editor-buttons-default-bottom-tl,.x-grid-row-editor-buttons-default-bottom-bl,.x-grid-row-editor-buttons-default-bottom-ml{padding-left:5px}.x-grid-row-editor-buttons-default-bottom-tc{height:0}.x-grid-row-editor-buttons-default-bottom-bc{height:5px}.x-grid-row-editor-buttons-default-bottom-tl,.x-grid-row-editor-buttons-default-bottom-bl,.x-grid-row-editor-buttons-default-bottom-tr,.x-grid-row-editor-buttons-default-bottom-br,.x-grid-row-editor-buttons-default-bottom-tc,.x-grid-row-editor-buttons-default-bottom-bc,.x-grid-row-editor-buttons-default-bottom-ml,.x-grid-row-editor-buttons-default-bottom-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif)}.x-grid-row-editor-buttons-default-bottom-ml,.x-grid-row-editor-buttons-default-bottom-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif);background-repeat:repeat-y}.x-grid-row-editor-buttons-default-bottom-mc{padding:5px 1px 1px 1px}.x-cmd-slicer.x-grid-row-editor-buttons-default-bottom:before{display:none;content:"x-slicer:, frame:0 5px 5px 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif)" !important}.x-grid-row-editor-buttons-default-top{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 5px 5px 5px;border-width:1px 1px 0 1px;border-style:solid;background-color:#e0ebf3}.x-grid-row-editor-buttons-default-top-mc{background-color:#e0ebf3}.x-nbr .x-grid-row-editor-buttons-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-grid-row-editor-buttons-default-top-frameInfo{font-family:th-5-5-0-5-1-1-0-1-5-5-5-5}.x-grid-row-editor-buttons-default-top-tl{background-position:0 -10px}.x-grid-row-editor-buttons-default-top-tr{background-position:right -15px}.x-grid-row-editor-buttons-default-top-bl{background-position:0 -20px}.x-grid-row-editor-buttons-default-top-br{background-position:right -25px}.x-grid-row-editor-buttons-default-top-ml{background-position:0 top}.x-grid-row-editor-buttons-default-top-mr{background-position:right top}.x-grid-row-editor-buttons-default-top-tc{background-position:0 0}.x-grid-row-editor-buttons-default-top-bc{background-position:0 -5px}.x-grid-row-editor-buttons-default-top-tr,.x-grid-row-editor-buttons-default-top-br,.x-grid-row-editor-buttons-default-top-mr{padding-right:5px}.x-grid-row-editor-buttons-default-top-tl,.x-grid-row-editor-buttons-default-top-bl,.x-grid-row-editor-buttons-default-top-ml{padding-left:5px}.x-grid-row-editor-buttons-default-top-tc{height:5px}.x-grid-row-editor-buttons-default-top-bc{height:0}.x-grid-row-editor-buttons-default-top-tl,.x-grid-row-editor-buttons-default-top-bl,.x-grid-row-editor-buttons-default-top-tr,.x-grid-row-editor-buttons-default-top-br,.x-grid-row-editor-buttons-default-top-tc,.x-grid-row-editor-buttons-default-top-bc,.x-grid-row-editor-buttons-default-top-ml,.x-grid-row-editor-buttons-default-top-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif)}.x-grid-row-editor-buttons-default-top-ml,.x-grid-row-editor-buttons-default-top-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif);background-repeat:repeat-y}.x-grid-row-editor-buttons-default-top-mc{padding:1px 1px 5px 1px}.x-cmd-slicer.x-grid-row-editor-buttons-default-top:before{display:none;content:"x-slicer:, frame:5px 5px 0 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif)" !important}.x-grid-row-editor-buttons{border-color:#e1e1e1}.x-row-editor-update-button{margin-right:3px}.x-row-editor-cancel-button{margin-left:2px}.x-rtl.x-row-editor-update-button{margin-left:3px;margin-right:auto}.x-rtl.x-row-editor-cancel-button{margin-right:2px;margin-left:auto}.x-grid-row-editor-errors .x-tip-body{padding:5px}.x-grid-row-editor-errors-item{list-style:disc;margin-left:15px}.x-rtl.x-grid-row-editor-errors .x-grid-row-editor-errors-item{margin-left:0;margin-right:15px}.x-grid-cell-inner-row-expander{padding:7px 6px 6px 6px}.x-grid-row-expander{width:19px;height:19px;cursor:pointer;background-image:url(images/grid/group-collapse.png)}.x-grid-row-collapsed .x-grid-row-expander{background-image:url(images/grid/group-expand.png)}.x-ssm-row-numberer-hd{cursor:se-resize!important}.x-ssm-row-numberer-cell{cursor:e-resize}.x-ssm-column-select .x-column-header{cursor:s-resize}.x-ssm-extender-drag-handle{height:7px;width:7px;background-color:#157fcc}.x-ssm-extender-mask{border:1px dotted #157fcc}.x-accordion-layout-ct{background-color:#fff;padding:0}.x-accordion-hd .x-panel-header-title{color:#157fcc;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;text-transform:none}.x-accordion-item{margin:0}.x-accordion-item .x-accordion-hd{background:#fff;border-width:0 0 1px;border-color:#fff #cfcfcf #cfcfcf;padding:6px 15px}.x-accordion-item .x-accordion-hd-sibling-expanded{border-top-color:#cfcfcf;border-top-width:1px}.x-accordion-item .x-accordion-hd-last-collapsed{border-bottom-color:#fff}.x-accordion-item .x-accordion-body{border-width:0}.x-accordion-hd .x-tool-img{background-color:#fff}.x-accordion-hd .x-tool-collapse-top,.x-accordion-hd .x-tool-collapse-bottom{background-position:0 -544px}.x-accordion-hd .x-tool-expand-top,.x-accordion-hd .x-tool-expand-bottom{background-position:0 -512px}body.x-border-layout-ct,div.x-border-layout-ct{background-color:#cfcfcf}.x-form-layout-wrap{border-spacing:8px}.x-resizable-handle{position:absolute;z-index:100;font-size:1px;line-height:8px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;background-color:#cfcfcf}.x-collapsed .x-resizable-handle{display:none}.x-resizable-handle-north{cursor:n-resize}.x-resizable-handle-south{cursor:s-resize}.x-resizable-handle-east{cursor:e-resize}.x-resizable-handle-west{cursor:w-resize}.x-resizable-handle-southeast{cursor:se-resize}.x-resizable-handle-northwest{cursor:nw-resize}.x-resizable-handle-northeast{cursor:ne-resize}.x-resizable-handle-southwest{cursor:sw-resize}.x-resizable-handle-east{width:8px;height:100%;right:0;top:0}.x-resizable-handle-south{width:100%;height:8px;left:0;bottom:0}.x-resizable-handle-west{width:8px;height:100%;left:0;top:0}.x-resizable-handle-north{width:100%;height:8px;left:0;top:0}.x-resizable-handle-southeast{width:8px;height:8px;right:0;bottom:0;z-index:101}.x-resizable-handle-northwest{width:8px;height:8px;left:0;top:0;z-index:101}.x-resizable-handle-northeast{width:8px;height:8px;right:0;top:0;z-index:101}.x-resizable-handle-southwest{width:8px;height:8px;left:0;bottom:0;z-index:101}.x-window .x-window-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-window-collapsed .x-window-handle{display:none}.x-resizable-proxy{border:1px dashed #3b5a82;position:absolute;overflow:hidden;z-index:50000}.x-resizable-handle-over,.x-resizable-pinned .x-resizable-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-resizable-handle-east-over,.x-resizable-handle-west-over,.x-resizable-pinned > .x-resizable-handle-east,.x-resizable-pinned > .x-resizable-handle-west{background-image:url(images/sizer/e-handle.png)}.x-resizable-handle-south-over,.x-resizable-handle-north-over,.x-resizable-pinned > .x-resizable-handle-south,.x-resizable-pinned > .x-resizable-handle-north{background-image:url(images/sizer/s-handle.png)}.x-resizable-handle-southeast-over,.x-resizable-pinned > .x-resizable-handle-southeast{background-position:top left;background-image:url(images/sizer/se-handle.png)}.x-resizable-handle-northwest-over,.x-resizable-pinned > .x-resizable-handle-northwest{background-position:bottom right;background-image:url(images/sizer/nw-handle.png)}.x-resizable-handle-northeast-over,.x-resizable-pinned > .x-resizable-handle-northeast{background-position:bottom left;background-image:url(images/sizer/ne-handle.png)}.x-resizable-handle-southwest-over,.x-resizable-pinned > .x-resizable-handle-southwest{background-position:top right;background-image:url(images/sizer/sw-handle.png)}.x-column-header-checkbox{border-color:#fff}.x-grid-row-checker,.x-column-header-checkbox .x-column-header-text{height:22px;width:22px;background-image:url(images/form/checkbox.png)}.x-grid-row-checker:focus{outline:1px solid #3d92cf}.x-column-header-checkbox .x-column-header-inner{padding:5px 4px 4px 4px}.x-grid-cell-row-checker .x-grid-cell-inner{padding:5px 4px 5px 4px;line-height:22px}.x-grid-hd-checker-on .x-column-header-text,.x-grid-item-selected .x-grid-row-checker,.x-grid-item-selected .x-grid-row-checker{background-position:0 -22px}.x-slider-horz{padding-left:14px;background:no-repeat 0 -28px;margin:2px 0 2px}.x-slider-horz .x-slider-end{padding-right:14px;background:no-repeat right -56px}.x-slider-horz .x-slider-inner{height:28px}.x-slider-horz .x-slider-thumb{width:28px;height:28px;margin-left:-14px;background-image:url(images/slider/slider-thumb.png)}.x-slider-horz.x-slider-focus .x-slider-thumb{background-position:-84px -84px}.x-slider-horz .x-slider-thumb-over{background-position:-28px -28px}.x-slider-horz.x-slider-focus .x-slider-thumb-over{background-position:-112px -112px}.x-slider-horz .x-slider-thumb-drag{background-position:-56px -56px}.x-slider-horz.x-slider-focus .x-slider-thumb-drag{background-position:-140px -140px}.x-rtl.x-slider-horz{padding-left:0;padding-right:14px;background-position:right -56px}.x-rtl.x-slider-horz .x-slider-end{padding-right:0;padding-left:14px;background-position:left -28px}.x-rtl.x-slider-horz .x-slider-thumb{margin-right:-14px}.x-slider-ct-vert{height:100%}.x-slider-vert{padding-top:14px;background:no-repeat -56px 0;height:100%}.x-slider-vert > .x-slider-end{height:100%}.x-slider-vert > .x-slider-end > .x-slider-inner{height:100%}.x-slider-vert .x-slider-end{padding-bottom:14px;background:no-repeat -28px bottom;width:28px}.x-slider-vert .x-slider-inner{width:28px}.x-slider-vert .x-slider-thumb{width:28px;height:28px;margin-bottom:-14px;background-image:url(images/slider/slider-v-thumb.png)}.x-slider-vert.x-slider-focus .x-slider-thumb{background-position:-84px -84px}.x-slider-vert .x-slider-thumb-over{background-position:-28px -28px}.x-slider-vert.x-slider-focus .x-slider-thumb-over{background-position:-112px -112px}.x-slider-vert .x-slider-thumb-drag{background-position:-56px -56px}.x-slider-vert.x-slider-focus .x-slider-thumb-drag{background-position:-140px -140px}.x-slider-horz,.x-slider-horz .x-slider-end,.x-slider-horz .x-slider-inner{background-image:url(images/slider/slider-bg.png)}.x-slider-vert,.x-slider-vert .x-slider-end,.x-slider-vert .x-slider-inner{background-image:url(images/slider/slider-v-bg.png)}.x-slider-default-cell > .x-grid-cell-inner,.x-sliderwidget-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-sparkline-cell .x-grid-cell-inner{padding-top:1px;padding-bottom:1px;line-height:30px}.x-tab-default-top{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;padding:3px 12px 3px 12px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-top-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-top-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-12-3-12}.x-tab-default-top-tl{background-position:0 -4px}.x-tab-default-top-tr{background-position:right -6px}.x-tab-default-top-bl{background-position:0 -8px}.x-tab-default-top-br{background-position:right -10px}.x-tab-default-top-ml{background-position:0 top}.x-tab-default-top-mr{background-position:right top}.x-tab-default-top-tc{background-position:0 0}.x-tab-default-top-bc{background-position:0 -2px}.x-tab-default-top-tr,.x-tab-default-top-br,.x-tab-default-top-mr{padding-right:2px}.x-tab-default-top-tl,.x-tab-default-top-bl,.x-tab-default-top-ml{padding-left:2px}.x-tab-default-top-tc{height:2px}.x-tab-default-top-bc{height:2px}.x-tab-default-top-tl,.x-tab-default-top-bl,.x-tab-default-top-tr,.x-tab-default-top-br,.x-tab-default-top-tc,.x-tab-default-top-bc,.x-tab-default-top-ml,.x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-corners.gif)}.x-tab-default-top-ml,.x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-sides.gif);background-repeat:repeat-y}.x-tab-default-top-mc{padding:2px 11px 2px 11px}.x-cmd-slicer.x-tab-default-top:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-top-corners.gif), sides:url(images/tab/tab-default-top-sides.gif)" !important}.x-tab-default-bottom{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 12px 3px 12px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-bottom-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-bottom-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-12-3-12}.x-tab-default-bottom-tl{background-position:0 -4px}.x-tab-default-bottom-tr{background-position:right -6px}.x-tab-default-bottom-bl{background-position:0 -8px}.x-tab-default-bottom-br{background-position:right -10px}.x-tab-default-bottom-ml{background-position:0 bottom}.x-tab-default-bottom-mr{background-position:right bottom}.x-tab-default-bottom-tc{background-position:0 0}.x-tab-default-bottom-bc{background-position:0 -2px}.x-tab-default-bottom-tr,.x-tab-default-bottom-br,.x-tab-default-bottom-mr{padding-right:2px}.x-tab-default-bottom-tl,.x-tab-default-bottom-bl,.x-tab-default-bottom-ml{padding-left:2px}.x-tab-default-bottom-tc{height:2px}.x-tab-default-bottom-bc{height:2px}.x-tab-default-bottom-tl,.x-tab-default-bottom-bl,.x-tab-default-bottom-tr,.x-tab-default-bottom-br,.x-tab-default-bottom-tc,.x-tab-default-bottom-bc,.x-tab-default-bottom-ml,.x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-corners.gif)}.x-tab-default-bottom-ml,.x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-sides.gif);background-repeat:repeat-y}.x-tab-default-bottom-mc{padding:2px 11px 2px 11px}.x-cmd-slicer.x-tab-default-bottom:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-bottom-corners.gif), sides:url(images/tab/tab-default-bottom-sides.gif)" !important}.x-tab-default-left{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 12px 3px 12px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-left-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-left-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-12-3-12}.x-tab-default-left-tl{background-position:0 -4px}.x-tab-default-left-tr{background-position:right -6px}.x-tab-default-left-bl{background-position:0 -8px}.x-tab-default-left-br{background-position:right -10px}.x-tab-default-left-ml{background-position:0 top}.x-tab-default-left-mr{background-position:right top}.x-tab-default-left-tc{background-position:0 0}.x-tab-default-left-bc{background-position:0 -2px}.x-tab-default-left-tr,.x-tab-default-left-br,.x-tab-default-left-mr{padding-right:2px}.x-tab-default-left-tl,.x-tab-default-left-bl,.x-tab-default-left-ml{padding-left:2px}.x-tab-default-left-tc{height:2px}.x-tab-default-left-bc{height:2px}.x-tab-default-left-tl,.x-tab-default-left-bl,.x-tab-default-left-tr,.x-tab-default-left-br,.x-tab-default-left-tc,.x-tab-default-left-bc,.x-tab-default-left-ml,.x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-corners.gif)}.x-tab-default-left-ml,.x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-sides.gif);background-repeat:repeat-y}.x-tab-default-left-mc{padding:2px 11px 2px 11px}.x-cmd-slicer.x-tab-default-left:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-left-corners.gif), sides:url(images/tab/tab-default-left-sides.gif)" !important}.x-tab-default-right{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 12px 3px 12px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-right-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-right-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-12-3-12}.x-tab-default-right-tl{background-position:0 -4px}.x-tab-default-right-tr{background-position:right -6px}.x-tab-default-right-bl{background-position:0 -8px}.x-tab-default-right-br{background-position:right -10px}.x-tab-default-right-ml{background-position:0 top}.x-tab-default-right-mr{background-position:right top}.x-tab-default-right-tc{background-position:0 0}.x-tab-default-right-bc{background-position:0 -2px}.x-tab-default-right-tr,.x-tab-default-right-br,.x-tab-default-right-mr{padding-right:2px}.x-tab-default-right-tl,.x-tab-default-right-bl,.x-tab-default-right-ml{padding-left:2px}.x-tab-default-right-tc{height:2px}.x-tab-default-right-bc{height:2px}.x-tab-default-right-tl,.x-tab-default-right-bl,.x-tab-default-right-tr,.x-tab-default-right-br,.x-tab-default-right-tc,.x-tab-default-right-bc,.x-tab-default-right-ml,.x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-corners.gif)}.x-tab-default-right-ml,.x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-sides.gif);background-repeat:repeat-y}.x-tab-default-right-mc{padding:2px 11px 2px 11px}.x-cmd-slicer.x-tab-default-right:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-right-corners.gif), sides:url(images/tab/tab-default-right-sides.gif)" !important}.x-tab-default{border-color:#f5f5f5;cursor:pointer}.x-tab-default-top{margin:0 5px}.x-tab-default-top.x-rtl{margin:0 5px 0 5px}.x-tab-default-top.x-tab-rotate-left{margin:0 5px 0 5px}.x-tab-default-top.x-tab-rotate-left.x-rtl{margin:0 5px}.x-tab-default-top.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-top.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-top.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-right{margin:5px 0 5px 0}.x-tab-default-right.x-rtl{margin:5px 0 5px 0}.x-tab-default-right.x-tab-rotate-right{margin:5px 0 5px 0}.x-tab-default-right.x-tab-rotate-right.x-rtl{margin:5px 0 5px 0}.x-tab-default-right.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-right.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-right.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-bottom{margin:0 5px 0 5px}.x-tab-default-bottom.x-rtl{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-rotate-left{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-rotate-left.x-rtl{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-bottom.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-bottom.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-left{margin:5px 0 5px 0}.x-tab-default-left.x-rtl{margin:5px 0 5px 0}.x-tab-default-left.x-tab-rotate-right{margin:5px 0 5px 0}.x-tab-default-left.x-tab-rotate-right.x-rtl{margin:5px 0 5px 0}.x-tab-default-left.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-left.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-left.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-button-default{height:24px}.x-tab-inner-default{font:300 15px/24px helvetica, arial, verdana, sans-serif;color:#000;max-width:100%}.x-tab-icon-right > .x-tab-inner-default,.x-tab-icon-left > .x-tab-inner-default{max-width:calc(100% - 24px)}.x-tab-icon-el-default{min-height:24px;background-position:center center;font-size:24px;line-height:24px;color:#000}.x-tab-icon-left > .x-tab-icon-el-default,.x-tab-icon-right > .x-tab-icon-el-default{width:24px}.x-tab-icon-top > .x-tab-icon-el-default,.x-tab-icon-bottom > .x-tab-icon-el-default{min-width:24px}.x-tab-icon-el-default.x-tab-glyph{opacity:0.5}.x-ie8 .x-tab-icon-el-default.x-tab-glyph{color:#7b7b7b}.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default{margin-right:6px}.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default.x-rtl{margin-right:0;margin-left:6px}.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default{margin-left:6px}.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default.x-rtl{margin-left:0;margin-right:6px}.x-tab-text.x-tab-icon-top > .x-tab-icon-el-default{margin-bottom:6px}.x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default{margin-top:6px}.x-tab-focus.x-tab-default{border-color:#f5f5f5;background-color:#f5f5f5}.x-tab-over.x-tab-default{border-color:#c9deed;background-color:#c9deed}.x-tab-focus.x-tab-over.x-tab-default{border-color:#c9deed;background-color:#c9deed}.x-tab.x-tab-active.x-tab-default{border-color:#3892d4;background-color:#3892d4}.x-tab.x-tab-active.x-tab-default .x-tab-inner-default{color:#fff}.x-tab.x-tab-active.x-tab-default .x-tab-icon-el{color:#fff}.x-ie8 .x-tab.x-tab-active.x-tab-default .x-tab-icon-el{color:#9cc9e9}.x-tab-focus.x-tab-active.x-tab-default{border-color:#3892d4;background-color:#3892d4}.x-tab.x-tab-disabled.x-tab-default{border-color:#f5f5f5;background-color:#f5f5f5;cursor:default}.x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el-default{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el{color:#000;opacity:0.3;filter:none}.x-ie8 .x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el{color:#acacac}.x-nbr .x-tab-default{background-image:none}.x-tab-over .x-tab-default-top-tl,.x-tab-over .x-tab-default-top-bl,.x-tab-over .x-tab-default-top-tr,.x-tab-over .x-tab-default-top-br,.x-tab-over .x-tab-default-top-tc,.x-tab-over .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-over-corners.gif)}.x-tab-over .x-tab-default-top-ml,.x-tab-over .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-over-sides.gif)}.x-tab-over .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-over-fbg.gif)}.x-tab-focus .x-tab-default-top-tl,.x-tab-focus .x-tab-default-top-bl,.x-tab-focus .x-tab-default-top-tr,.x-tab-focus .x-tab-default-top-br,.x-tab-focus .x-tab-default-top-tc,.x-tab-focus .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-corners.gif)}.x-tab-focus .x-tab-default-top-ml,.x-tab-focus .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-sides.gif)}.x-tab-focus .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-tl,.x-tab-focus.x-tab-over .x-tab-default-top-bl,.x-tab-focus.x-tab-over .x-tab-default-top-tr,.x-tab-focus.x-tab-over .x-tab-default-top-br,.x-tab-focus.x-tab-over .x-tab-default-top-tc,.x-tab-focus.x-tab-over .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-ml,.x-tab-focus.x-tab-over .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-top-tl,.x-tab.x-tab-active .x-tab-default-top-bl,.x-tab.x-tab-active .x-tab-default-top-tr,.x-tab.x-tab-active .x-tab-default-top-br,.x-tab.x-tab-active .x-tab-default-top-tc,.x-tab.x-tab-active .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-top-ml,.x-tab.x-tab-active .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-tl,.x-tab-focus.x-tab-active .x-tab-default-top-bl,.x-tab-focus.x-tab-active .x-tab-default-top-tr,.x-tab-focus.x-tab-active .x-tab-default-top-br,.x-tab-focus.x-tab-active .x-tab-default-top-tc,.x-tab-focus.x-tab-active .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-ml,.x-tab-focus.x-tab-active .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-top-tl,.x-tab.x-tab-disabled .x-tab-default-top-bl,.x-tab.x-tab-disabled .x-tab-default-top-tr,.x-tab.x-tab-disabled .x-tab-default-top-br,.x-tab.x-tab-disabled .x-tab-default-top-tc,.x-tab.x-tab-disabled .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-top-ml,.x-tab.x-tab-disabled .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-disabled-fbg.gif)}.x-tab-over .x-tab-default-right-tl,.x-tab-over .x-tab-default-right-bl,.x-tab-over .x-tab-default-right-tr,.x-tab-over .x-tab-default-right-br,.x-tab-over .x-tab-default-right-tc,.x-tab-over .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-over-corners.gif)}.x-tab-over .x-tab-default-right-ml,.x-tab-over .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-over-sides.gif)}.x-tab-over .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-over-fbg.gif)}.x-tab-focus .x-tab-default-right-tl,.x-tab-focus .x-tab-default-right-bl,.x-tab-focus .x-tab-default-right-tr,.x-tab-focus .x-tab-default-right-br,.x-tab-focus .x-tab-default-right-tc,.x-tab-focus .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-corners.gif)}.x-tab-focus .x-tab-default-right-ml,.x-tab-focus .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-sides.gif)}.x-tab-focus .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-tl,.x-tab-focus.x-tab-over .x-tab-default-right-bl,.x-tab-focus.x-tab-over .x-tab-default-right-tr,.x-tab-focus.x-tab-over .x-tab-default-right-br,.x-tab-focus.x-tab-over .x-tab-default-right-tc,.x-tab-focus.x-tab-over .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-ml,.x-tab-focus.x-tab-over .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-right-tl,.x-tab.x-tab-active .x-tab-default-right-bl,.x-tab.x-tab-active .x-tab-default-right-tr,.x-tab.x-tab-active .x-tab-default-right-br,.x-tab.x-tab-active .x-tab-default-right-tc,.x-tab.x-tab-active .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-right-ml,.x-tab.x-tab-active .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-tl,.x-tab-focus.x-tab-active .x-tab-default-right-bl,.x-tab-focus.x-tab-active .x-tab-default-right-tr,.x-tab-focus.x-tab-active .x-tab-default-right-br,.x-tab-focus.x-tab-active .x-tab-default-right-tc,.x-tab-focus.x-tab-active .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-ml,.x-tab-focus.x-tab-active .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-right-tl,.x-tab.x-tab-disabled .x-tab-default-right-bl,.x-tab.x-tab-disabled .x-tab-default-right-tr,.x-tab.x-tab-disabled .x-tab-default-right-br,.x-tab.x-tab-disabled .x-tab-default-right-tc,.x-tab.x-tab-disabled .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-right-ml,.x-tab.x-tab-disabled .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-disabled-fbg.gif)}.x-tab-over .x-tab-default-bottom-tl,.x-tab-over .x-tab-default-bottom-bl,.x-tab-over .x-tab-default-bottom-tr,.x-tab-over .x-tab-default-bottom-br,.x-tab-over .x-tab-default-bottom-tc,.x-tab-over .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-over-corners.gif)}.x-tab-over .x-tab-default-bottom-ml,.x-tab-over .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-over-sides.gif)}.x-tab-over .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-over-fbg.gif)}.x-tab-focus .x-tab-default-bottom-tl,.x-tab-focus .x-tab-default-bottom-bl,.x-tab-focus .x-tab-default-bottom-tr,.x-tab-focus .x-tab-default-bottom-br,.x-tab-focus .x-tab-default-bottom-tc,.x-tab-focus .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-corners.gif)}.x-tab-focus .x-tab-default-bottom-ml,.x-tab-focus .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-sides.gif)}.x-tab-focus .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-tl,.x-tab-focus.x-tab-over .x-tab-default-bottom-bl,.x-tab-focus.x-tab-over .x-tab-default-bottom-tr,.x-tab-focus.x-tab-over .x-tab-default-bottom-br,.x-tab-focus.x-tab-over .x-tab-default-bottom-tc,.x-tab-focus.x-tab-over .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-ml,.x-tab-focus.x-tab-over .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-bottom-tl,.x-tab.x-tab-active .x-tab-default-bottom-bl,.x-tab.x-tab-active .x-tab-default-bottom-tr,.x-tab.x-tab-active .x-tab-default-bottom-br,.x-tab.x-tab-active .x-tab-default-bottom-tc,.x-tab.x-tab-active .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-bottom-ml,.x-tab.x-tab-active .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-tl,.x-tab-focus.x-tab-active .x-tab-default-bottom-bl,.x-tab-focus.x-tab-active .x-tab-default-bottom-tr,.x-tab-focus.x-tab-active .x-tab-default-bottom-br,.x-tab-focus.x-tab-active .x-tab-default-bottom-tc,.x-tab-focus.x-tab-active .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-ml,.x-tab-focus.x-tab-active .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-tl,.x-tab.x-tab-disabled .x-tab-default-bottom-bl,.x-tab.x-tab-disabled .x-tab-default-bottom-tr,.x-tab.x-tab-disabled .x-tab-default-bottom-br,.x-tab.x-tab-disabled .x-tab-default-bottom-tc,.x-tab.x-tab-disabled .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-ml,.x-tab.x-tab-disabled .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-disabled-fbg.gif)}.x-tab-over .x-tab-default-left-tl,.x-tab-over .x-tab-default-left-bl,.x-tab-over .x-tab-default-left-tr,.x-tab-over .x-tab-default-left-br,.x-tab-over .x-tab-default-left-tc,.x-tab-over .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-over-corners.gif)}.x-tab-over .x-tab-default-left-ml,.x-tab-over .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-over-sides.gif)}.x-tab-over .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-over-fbg.gif)}.x-tab-focus .x-tab-default-left-tl,.x-tab-focus .x-tab-default-left-bl,.x-tab-focus .x-tab-default-left-tr,.x-tab-focus .x-tab-default-left-br,.x-tab-focus .x-tab-default-left-tc,.x-tab-focus .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-corners.gif)}.x-tab-focus .x-tab-default-left-ml,.x-tab-focus .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-sides.gif)}.x-tab-focus .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-tl,.x-tab-focus.x-tab-over .x-tab-default-left-bl,.x-tab-focus.x-tab-over .x-tab-default-left-tr,.x-tab-focus.x-tab-over .x-tab-default-left-br,.x-tab-focus.x-tab-over .x-tab-default-left-tc,.x-tab-focus.x-tab-over .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-ml,.x-tab-focus.x-tab-over .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-left-tl,.x-tab.x-tab-active .x-tab-default-left-bl,.x-tab.x-tab-active .x-tab-default-left-tr,.x-tab.x-tab-active .x-tab-default-left-br,.x-tab.x-tab-active .x-tab-default-left-tc,.x-tab.x-tab-active .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-left-ml,.x-tab.x-tab-active .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-tl,.x-tab-focus.x-tab-active .x-tab-default-left-bl,.x-tab-focus.x-tab-active .x-tab-default-left-tr,.x-tab-focus.x-tab-active .x-tab-default-left-br,.x-tab-focus.x-tab-active .x-tab-default-left-tc,.x-tab-focus.x-tab-active .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-ml,.x-tab-focus.x-tab-active .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-left-tl,.x-tab.x-tab-disabled .x-tab-default-left-bl,.x-tab.x-tab-disabled .x-tab-default-left-tr,.x-tab.x-tab-disabled .x-tab-default-left-br,.x-tab.x-tab-disabled .x-tab-default-left-tc,.x-tab.x-tab-disabled .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-left-ml,.x-tab.x-tab-disabled .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-disabled-fbg.gif)}.x-tab-default-tl,.x-tab-default-bl,.x-tab-default-tr,.x-tab-default-br{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.x-tab-default .x-tab-close-btn{top:2px;right:2px;width:18px;height:18px;background:url(images/tab/tab-default-close.png) 0 0}.x-tab-default .x-tab-close-btn-over{background-position:-18px 0}.x-tab-default .x-tab-close-btn-pressed{background-position:-36px 0}.x-tab-default.x-tab-active .x-tab-close-btn{background-position:0 -18px}.x-tab-default.x-tab-active .x-tab-close-btn-over{background-position:-18px -18px}.x-tab-default.x-tab-active .x-tab-close-btn-pressed{background-position:-36px -18px}.x-tab-default.x-tab-disabled .x-tab-close-btn{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3;background-position:0 0}.x-rtl.x-tab-default .x-tab-close-btn{right:auto;left:2px}.x-tab-closable.x-tab-default .x-tab-button{padding-right:21px}.x-rtl.x-tab-closable.x-tab-default .x-tab-button{padding-right:0px;padding-left:21px}.x-cmd-slicer.x-tab-focus.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-over.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-over.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-over.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-active.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-active.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-active.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-tab-bar-default{background-color:#f5f5f5}.x-tab-bar-default-top > .x-tab-bar-body-default{padding:6px 10px}.x-tab-bar-default-bottom > .x-tab-bar-body-default{padding:6px 10px 6px 10px}.x-tab-bar-default-left > .x-tab-bar-body-default{padding:10px 6px 10px 6px}.x-rtl.x-tab-bar-default-left > .x-tab-bar-body-default{padding:10px 6px 10px 6px}.x-tab-bar-default-right > .x-tab-bar-body-default{padding:10px 6px 10px 6px}.x-rtl.x-tab-bar-default-right > .x-tab-bar-body-default{padding:10px 6px 10px 6px}.x-tab-bar-plain.x-tab-bar-default-horizontal{border-top-color:transparent;border-bottom-color:transparent;border-left-width:0;border-right-width:0}.x-tab-bar-plain.x-tab-bar-default-vertical{border-right-color:transparent;border-left-color:transparent;border-top-width:0;border-bottom-width:0}.x-tab-bar-horizontal > .x-tab-bar-body-default{min-height:44px}.x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default{min-height:32px}.x-tab-bar-vertical > .x-tab-bar-body-default{min-width:44px}.x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default{min-width:32px}.x-tab-bar-default-scroller .x-box-scroller-body-horizontal{margin-left:22px}.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:26px}.x-box-scroller-tab-bar-default{cursor:pointer;color:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-box-scroller-tab-bar-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-tab-bar-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.x-box-scroller-tab-bar-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-tab-bar-default.x-box-scroller-left,.x-box-scroller-tab-bar-default.x-box-scroller-right{width:32px;height:24px;top:50%;margin-top:-12px}.x-box-scroller-tab-bar-default.x-box-scroller-left{margin-left:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-left.png)}.x-box-scroller-tab-bar-default.x-box-scroller-right{margin-left:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-right.png)}.x-box-scroller-tab-bar-default.x-box-scroller-top,.x-box-scroller-tab-bar-default.x-box-scroller-bottom{height:32px;width:24px;left:50%;margin-left:-12px}.x-box-scroller-tab-bar-default.x-box-scroller-top{margin-top:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-top.png)}.x-box-scroller-tab-bar-default.x-box-scroller-bottom{margin-top:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-bottom.png)}.x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal{margin-left:22px}.x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:26px}.x-tab-bar-plain .x-box-scroller-tab-bar-default{color:#cfcfcf}.x-tab-bar-default-top .x-box-scroller-tab-bar-default{margin-top:-12px}.x-tab-bar-default-right .x-box-scroller-tab-bar-default{margin-left:-12px}.x-tab-bar-default-bottom .x-box-scroller-tab-bar-default{margin-top:-12px}.x-tab-bar-default-left .x-box-scroller-tab-bar-default{margin-left:-12px}.x-box-scroller-tab-bar-default{background-color:#f5f5f5}.x-box-scroller-tab-bar-default .x-ie8 .x-box-scroller-plain{background-color:#fff}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-left{background-image:url(images/tab-bar/default-plain-scroll-left.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-right{background-image:url(images/tab-bar/default-plain-scroll-right.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-top{background-image:url(images/tab-bar/default-plain-scroll-top.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-bottom{background-image:url(images/tab-bar/default-plain-scroll-bottom.png)}.x-cmd-slicer.x-tab-bar-default-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-tab-bar-default-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-tab-bar-default-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-tab-bar-default-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-breadcrumb-btn-default{margin:0 0 0 0px}.x-breadcrumb-icon-folder-default{background-image:url(images/tree/folder.png)}.x-btn-menu-active .x-breadcrumb-icon-folder-default{background-image:url(images/tree/folder-open.png)}.x-breadcrumb-icon-leaf-default{background-image:url(images/tree/leaf.png)}.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{width:30px;background-image:url(images/breadcrumb/default-arrow.png)}.x-rtl.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{background-image:url(images/breadcrumb/default-arrow-rtl.png)}.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{background-image:url(images/breadcrumb/default-arrow-open.png)}.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{background-image:url(images/breadcrumb/default-arrow-open-rtl.png)}.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{width:30px;background-image:url(images/breadcrumb/default-split-arrow.png)}.x-rtl.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-rtl.png)}.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-over.png)}.x-rtl.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-over-rtl.png)}.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-open.png)}.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-open-rtl.png)}.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal{margin-left:40px}.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:24px}.x-box-scroller-breadcrumb-default{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-breadcrumb-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-breadcrumb-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-breadcrumb-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-breadcrumb-default.x-box-scroller-left,.x-box-scroller-breadcrumb-default.x-box-scroller-right{width:32px;height:32px;top:50%;margin-top:-16px}.x-box-scroller-breadcrumb-default.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/breadcrumb/default-scroll-left.png)}.x-box-scroller-breadcrumb-default.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/breadcrumb/default-scroll-right.png)}.x-tree-expander{cursor:pointer}.x-tree-arrows .x-tree-expander{background-image:url(images/tree/arrows.png)} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl_2.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl_2.css deleted file mode 100644 index 2000e10..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all-rtl_2.css +++ /dev/null @@ -1 +0,0 @@ -.x-tree-arrows .x-tree-expander-over .x-tree-expander{background-position:-48px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander{background-position:-24px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander{background-position:-72px center}.x-tree-arrows .x-rtl.x-tree-expander{background:url(images/tree/arrows-rtl.png) no-repeat -72px center}.x-tree-arrows .x-tree-expander-over .x-rtl.x-tree-expander{background-position:-24px center}.x-tree-arrows .x-grid-tree-node-expanded .x-rtl.x-tree-expander{background-position:-48px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-rtl.x-tree-expander{background-position:0 center}.x-tree-lines .x-tree-elbow{background-image:url(images/tree/elbow.png)}.x-tree-lines .x-tree-elbow-end{background-image:url(images/tree/elbow-end.png)}.x-tree-lines .x-tree-elbow-plus{background-image:url(images/tree/elbow-plus.png)}.x-tree-lines .x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-plus.png)}.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus{background-image:url(images/tree/elbow-minus.png)}.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-minus.png)}.x-tree-lines .x-tree-elbow-line{background-image:url(images/tree/elbow-line.png)}.x-tree-lines .x-rtl.x-tree-elbow{background-image:url(images/tree/elbow-rtl.png)}.x-tree-lines .x-rtl.x-tree-elbow-end{background-image:url(images/tree/elbow-end-rtl.png)}.x-tree-lines .x-rtl.x-tree-elbow-plus{background-image:url(images/tree/elbow-plus-rtl.png)}.x-tree-lines .x-rtl.x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-plus-rtl.png)}.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-plus{background-image:url(images/tree/elbow-minus-rtl.png)}.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-minus-rtl.png)}.x-tree-lines .x-rtl.x-tree-elbow-line{background-image:url(images/tree/elbow-line-rtl.png)}.x-tree-no-lines .x-tree-expander{background-image:url(images/tree/elbow-plus-nl.png)}.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander{background-image:url(images/tree/elbow-minus-nl.png)}.x-tree-no-lines .x-rtl.x-tree-expander{background-image:url(images/tree/elbow-plus-nl-rtl.png)}.x-tree-no-lines .x-grid-tree-node-expanded .x-rtl.x-tree-expander{background-image:url(images/tree/elbow-minus-nl-rtl.png)}.x-tree-icon{width:18px;height:32px;line-height:32px;color:#cfcfcf;font-size:18px}.x-tree-elbow-img{width:24px;height:32px;line-height:32px;margin-right:2px}.x-rtl.x-tree-elbow-img{margin-right:0;margin-left:2px}.x-tree-icon,.x-tree-elbow-img,.x-tree-checkbox{margin-top:-8px;margin-bottom:-7px}.x-tree-icon-leaf{background-image:url(images/tree/leaf.png)}.x-tree-icon-leaf.x-rtl{background-image:url(images/tree/leaf-rtl.png)}.x-tree-icon-parent{background-image:url(images/tree/folder.png)}.x-tree-icon-parent.x-rtl{background-image:url(images/tree/folder-rtl.png)}.x-tree-icon-parent-expanded{background-image:url(images/tree/folder-open.png)}.x-tree-icon-parent-expanded.x-rtl{background-image:url(images/tree/folder-open-rtl.png)}.x-tree-icon-custom{background-image:none}.x-tree-icon-custom.x-rtl{background-image:none}.x-tree-checkbox{margin-right:4px;top:5px;width:22px;height:22px;background-image:url(images/form/checkbox.png)}.x-rtl.x-tree-checkbox{margin-right:0;margin-left:4px}.x-tree-checkbox-checked{background-position:0 -22px}.x-grid-tree-loading .x-tree-icon{background-image:url(images/tree/loading.gif)}.x-grid-tree-loading .x-rtl.x-tree-icon{background-image:url(images/tree/loading.gif)}.x-tree-node-text{padding-left:4px}.x-rtl.x-tree-node-text{padding-left:0;padding-right:4px}.x-grid-cell-inner-treecolumn{padding:8px 15px 7px 6px}.x-tree-drop-ok-append .x-dd-drop-icon{background-image:url(images/tree/drop-append.png)}.x-tree-drop-ok-above .x-dd-drop-icon{background-image:url(images/tree/drop-above.png)}.x-tree-drop-ok-below .x-dd-drop-icon{background-image:url(images/tree/drop-below.png)}.x-tree-drop-ok-between .x-dd-drop-icon{background-image:url(images/tree/drop-between.png)}.x-tree-ddindicator{height:1px;border-width:1px 0px 0px;border-style:dotted;border-color:green}.x-multiselector-remove{font-size:22px;color:#e1e1e1;cursor:pointer}.x-multiselector-remove .x-grid-cell-inner{padding:8px 3px 3px 2px}.x-grid-item-over .x-multiselector-remove{color:red}.x-toast-icon-information{background-image:url(images/window/toast/icon16_info.png)}.x-toast-icon-error{background-image:url(images/window/toast/icon16_error.png)}.x-toast-window .x-window-body{padding:15px 5px 15px 5px}.x-toast-light .x-window-header{background-color:#fff}.x-toast-light .x-tool-img{background-color:#fff}.x-toast-light{background-image:url(images/window/toast/fader.png)}.x-toast-light .x-window-body{padding:15px 5px 20px 5px;background-color:transparent;border:0px solid white}.x-btn-plain-toolbar-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 4px 3px 4px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-small-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-4-3-4}.x-btn-plain-toolbar-small-tl{background-position:0 -6px}.x-btn-plain-toolbar-small-tr{background-position:right -9px}.x-btn-plain-toolbar-small-bl{background-position:0 -12px}.x-btn-plain-toolbar-small-br{background-position:right -15px}.x-btn-plain-toolbar-small-ml{background-position:0 top}.x-btn-plain-toolbar-small-mr{background-position:right top}.x-btn-plain-toolbar-small-tc{background-position:0 0}.x-btn-plain-toolbar-small-bc{background-position:0 -3px}.x-btn-plain-toolbar-small-tr,.x-btn-plain-toolbar-small-br,.x-btn-plain-toolbar-small-mr{padding-right:3px}.x-btn-plain-toolbar-small-tl,.x-btn-plain-toolbar-small-bl,.x-btn-plain-toolbar-small-ml{padding-left:3px}.x-btn-plain-toolbar-small-tc{height:3px}.x-btn-plain-toolbar-small-bc{height:3px}.x-btn-plain-toolbar-small-mc{padding:1px 2px 1px 2px}.x-cmd-slicer.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-small{border-color:transparent}.x-btn-button-plain-toolbar-small{min-height:24px}.x-ie9m .x-btn-button-plain-toolbar-small{min-height:auto;height:24px}.x-btn-inner-plain-toolbar-small{font:300 15px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 6px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-small,.x-btn-icon-left > .x-btn-inner-plain-toolbar-small{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-plain-toolbar-small{max-width:none}.x-btn-icon-el-plain-toolbar-small{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{width:24px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small{min-width:24px}.x-btn-icon-el-plain-toolbar-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small{padding-right:6px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-right:6px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small,.x-btn-split-bottom > .x-btn-button-plain-toolbar-small{padding-bottom:3px}.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after{width:22px;background-image:url(images/button/plain-toolbar-small-arrow.png);padding-right:22px}.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/plain-toolbar-small-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after{height:16px;background-image:url(images/button/plain-toolbar-small-arrow.png)}.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after{width:30px;background-image:url(images/button/plain-toolbar-small-s-arrow.png);padding-right:30px}.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-split-right:after{background-image:url(images/button/plain-toolbar-small-s-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after{height:24px;background-image:url(images/button/plain-toolbar-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small{padding-right:6px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-right:6px}.x-btn-focus.x-btn-plain-toolbar-small{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:34px;pointer-events:none}.x-btn-plain-toolbar-small .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-plain-toolbar-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-small{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small,.x-btn.x-btn-pressed.x-btn-plain-toolbar-small{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-small{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-small-tl,.x-btn-focus .x-btn-plain-toolbar-small-bl,.x-btn-focus .x-btn-plain-toolbar-small-tr,.x-btn-focus .x-btn-plain-toolbar-small-br,.x-btn-focus .x-btn-plain-toolbar-small-tc,.x-btn-focus .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-small-ml,.x-btn-focus .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-small-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-small-tl,.x-btn-over .x-btn-plain-toolbar-small-bl,.x-btn-over .x-btn-plain-toolbar-small-tr,.x-btn-over .x-btn-plain-toolbar-small-br,.x-btn-over .x-btn-plain-toolbar-small-tc,.x-btn-over .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-small-ml,.x-btn-over .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-small-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-small{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)" !important}.x-button-plain-toolbar-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-plain-toolbar-small-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-small{vertical-align:top}.x-btn-plain-toolbar-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:6px 4px 6px 4px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-6-4-6-4}.x-btn-plain-toolbar-medium-tl{background-position:0 -6px}.x-btn-plain-toolbar-medium-tr{background-position:right -9px}.x-btn-plain-toolbar-medium-bl{background-position:0 -12px}.x-btn-plain-toolbar-medium-br{background-position:right -15px}.x-btn-plain-toolbar-medium-ml{background-position:0 top}.x-btn-plain-toolbar-medium-mr{background-position:right top}.x-btn-plain-toolbar-medium-tc{background-position:0 0}.x-btn-plain-toolbar-medium-bc{background-position:0 -3px}.x-btn-plain-toolbar-medium-tr,.x-btn-plain-toolbar-medium-br,.x-btn-plain-toolbar-medium-mr{padding-right:3px}.x-btn-plain-toolbar-medium-tl,.x-btn-plain-toolbar-medium-bl,.x-btn-plain-toolbar-medium-ml{padding-left:3px}.x-btn-plain-toolbar-medium-tc{height:3px}.x-btn-plain-toolbar-medium-bc{height:3px}.x-btn-plain-toolbar-medium-mc{padding:4px 2px 4px 2px}.x-cmd-slicer.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-medium{border-color:transparent}.x-btn-button-plain-toolbar-medium{min-height:24px}.x-ie9m .x-btn-button-plain-toolbar-medium{min-height:auto;height:24px}.x-btn-inner-plain-toolbar-medium{font:300 16px/24px helvetica, arial, verdana, sans-serif;color:#666;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium,.x-btn-icon-left > .x-btn-inner-plain-toolbar-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-plain-toolbar-medium{max-width:none}.x-btn-icon-el-plain-toolbar-medium{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium{min-width:24px}.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium,.x-btn-split-bottom > .x-btn-button-plain-toolbar-medium{padding-bottom:6px}.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after{width:26px;background-image:url(images/button/plain-toolbar-medium-arrow.png);padding-right:26px}.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/plain-toolbar-medium-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/plain-toolbar-medium-arrow.png)}.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after{width:36px;background-image:url(images/button/plain-toolbar-medium-s-arrow.png);padding-right:36px}.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-split-right:after{background-image:url(images/button/plain-toolbar-medium-s-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after{height:30px;background-image:url(images/button/plain-toolbar-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-right:8px}.x-btn-focus.x-btn-plain-toolbar-medium{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:40px;pointer-events:none}.x-btn-plain-toolbar-medium .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-plain-toolbar-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-medium{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium,.x-btn.x-btn-pressed.x-btn-plain-toolbar-medium{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-medium-tl,.x-btn-focus .x-btn-plain-toolbar-medium-bl,.x-btn-focus .x-btn-plain-toolbar-medium-tr,.x-btn-focus .x-btn-plain-toolbar-medium-br,.x-btn-focus .x-btn-plain-toolbar-medium-tc,.x-btn-focus .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-medium-ml,.x-btn-focus .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-medium-tl,.x-btn-over .x-btn-plain-toolbar-medium-bl,.x-btn-over .x-btn-plain-toolbar-medium-tr,.x-btn-over .x-btn-plain-toolbar-medium-br,.x-btn-over .x-btn-plain-toolbar-medium-tc,.x-btn-over .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-medium-ml,.x-btn-over .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-medium-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-medium{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc{padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc{padding-top:6px !important;padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc{padding-top:6px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)" !important}.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-medium{vertical-align:top}.x-btn-plain-toolbar-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:5px 4px 5px 4px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-large-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-5-4-5-4}.x-btn-plain-toolbar-large-tl{background-position:0 -6px}.x-btn-plain-toolbar-large-tr{background-position:right -9px}.x-btn-plain-toolbar-large-bl{background-position:0 -12px}.x-btn-plain-toolbar-large-br{background-position:right -15px}.x-btn-plain-toolbar-large-ml{background-position:0 top}.x-btn-plain-toolbar-large-mr{background-position:right top}.x-btn-plain-toolbar-large-tc{background-position:0 0}.x-btn-plain-toolbar-large-bc{background-position:0 -3px}.x-btn-plain-toolbar-large-tr,.x-btn-plain-toolbar-large-br,.x-btn-plain-toolbar-large-mr{padding-right:3px}.x-btn-plain-toolbar-large-tl,.x-btn-plain-toolbar-large-bl,.x-btn-plain-toolbar-large-ml{padding-left:3px}.x-btn-plain-toolbar-large-tc{height:3px}.x-btn-plain-toolbar-large-bc{height:3px}.x-btn-plain-toolbar-large-mc{padding:3px 2px 3px 2px}.x-cmd-slicer.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-large{border-color:transparent}.x-btn-button-plain-toolbar-large{min-height:32px}.x-ie9m .x-btn-button-plain-toolbar-large{min-height:auto;height:32px}.x-btn-inner-plain-toolbar-large{font:300 17px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-large,.x-btn-icon-left > .x-btn-inner-plain-toolbar-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-plain-toolbar-large{max-width:none}.x-btn-icon-el-plain-toolbar-large{font-size:32px;height:32px;color:#666;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large{min-width:32px}.x-btn-icon-el-plain-toolbar-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large,.x-btn-split-bottom > .x-btn-button-plain-toolbar-large{padding-bottom:5px}.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after{width:30px;background-image:url(images/button/plain-toolbar-large-arrow.png);padding-right:30px}.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/plain-toolbar-large-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after{height:24px;background-image:url(images/button/plain-toolbar-large-arrow.png)}.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after{width:42px;background-image:url(images/button/plain-toolbar-large-s-arrow.png);padding-right:42px}.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-split-right:after{background-image:url(images/button/plain-toolbar-large-s-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after{height:36px;background-image:url(images/button/plain-toolbar-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-right:10px}.x-btn-focus.x-btn-plain-toolbar-large{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:46px;pointer-events:none}.x-btn-plain-toolbar-large .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-plain-toolbar-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-large{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large,.x-btn.x-btn-pressed.x-btn-plain-toolbar-large{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-large{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-large-tl,.x-btn-focus .x-btn-plain-toolbar-large-bl,.x-btn-focus .x-btn-plain-toolbar-large-tr,.x-btn-focus .x-btn-plain-toolbar-large-br,.x-btn-focus .x-btn-plain-toolbar-large-tc,.x-btn-focus .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-large-ml,.x-btn-focus .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-large-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-large-tl,.x-btn-over .x-btn-plain-toolbar-large-bl,.x-btn-over .x-btn-plain-toolbar-large-tr,.x-btn-over .x-btn-plain-toolbar-large-br,.x-btn-over .x-btn-plain-toolbar-large-tc,.x-btn-over .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-large-ml,.x-btn-over .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-large-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-large{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc{padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc{padding-top:5px !important;padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc{padding-top:5px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)" !important}.x-button-plain-toolbar-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-plain-toolbar-large-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-large{vertical-align:top}.x-btn-plain-toolbar-small-disabled .x-btn-icon-el,.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el,.x-btn-plain-toolbar-large-disabled .x-btn-icon-el{background-color:#fff}.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el,.x-ie8 .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el,.x-ie8 .x-btn-plain-toolbar-large-disabled .x-btn-icon-el{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-panel-light{border-color:#fff;padding:0}.x-panel-header-light{font-size:15px;border:1px solid #fff}.x-panel-header-light .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-panel-header-light-horizontal{padding:5px 15px 6px}.x-panel-header-light-horizontal .x-panel-header-light-tab-bar{margin-top:-5px;margin-bottom:-6px}.x-panel-header-light-horizontal.x-header-noborder{padding:6px 16px 6px 16px}.x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar{margin-top:-6px;margin-bottom:-6px}.x-panel-header-light-vertical{padding:15px 5px 15px 6px}.x-panel-header-light-vertical .x-panel-header-light-tab-bar{margin-right:-5px;margin-left:-6px}.x-panel-header-light-vertical.x-header-noborder{padding:16px 6px 16px 6px}.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar{margin-right:-6px;margin-left:-6px}.x-rtl.x-panel-header-light-vertical{padding:15px 6px 15px 5px}.x-rtl.x-panel-header-light-vertical .x-panel-header-light-tab-bar{margin-left:-5px;margin-right:-6px}.x-rtl.x-panel-header-light-vertical.x-header-noborder{padding:16px 6px 16px 6px}.x-rtl.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar{margin-left:-6px;margin-right:-6px}.x-panel-header-title-light{color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-panel-header-title-light > .x-title-text-light{text-transform:none;padding:0}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light{width:16px;height:16px;font-size:16px;color:#000;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light{color:grey}.x-panel-body-light{background:#fff;border-color:#cfcfcf;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-header-light{background-image:none;background-color:#fff}.x-panel-header-light-vertical{background-image:none;background-color:#fff}.x-rtl.x-panel-header-light-vertical{background-image:none;background-color:#fff}.x-panel .x-panel-header-light-collapsed-border-top{border-bottom-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-right{border-left-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-bottom{border-top-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-left{border-right-width:1px !important}.x-cmd-slicer.x-panel-header-light-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-panel-header-light-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-panel-header-light-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-panel-header-light-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-panel-header-light-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-light-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-panel-header-light-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-light-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-panel-header-light-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-light .x-tool-focus{outline:none}.x-ie8 .x-panel-header-light .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-rtl.x-panel-header-light-collapsed-border-right{border-right-width:1px !important}.x-rtl.x-panel-header-light-collapsed-border-left{border-left-width:1px !important}.x-panel-light-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-light-outer-border-l{border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-b{border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-bl{border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-r{border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-outer-border-rl{border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-rb{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-rbl{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-t{border-top-color:#fff !important;border-top-width:1px !important}.x-panel-light-outer-border-tl{border-top-color:#fff !important;border-top-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-tb{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-tbl{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-tr{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-outer-border-trl{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-trb{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-trbl{border-color:#fff !important;border-width:1px !important}.x-panel-light-framed{border-color:#fff;padding:0}.x-panel-header-light-framed{font-size:15px;border:1px solid #fff}.x-panel-header-light-framed .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-panel-header-light-framed-horizontal{padding:5px 15px 5px 15px}.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar{margin-top:-5px;margin-bottom:-5px}.x-panel-header-light-framed-horizontal.x-header-noborder{padding:6px 16px 5px 16px}.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-top:-6px;margin-bottom:-5px}.x-panel-header-light-framed-vertical{padding:15px 5px 15px 5px}.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar{margin-right:-5px;margin-left:-5px}.x-panel-header-light-framed-vertical.x-header-noborder{padding:16px 6px 16px 5px}.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-right:-6px;margin-left:-5px}.x-rtl.x-panel-header-light-framed-vertical{padding:15px 5px 15px 5px}.x-rtl.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar{margin-left:-5px;margin-right:-5px}.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder{padding:16px 5px 16px 6px}.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-left:-6px;margin-right:-5px}.x-panel-header-title-light-framed{color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-panel-header-title-light-framed > .x-title-text-light-framed{text-transform:none;padding:0}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed{width:16px;height:16px;font-size:16px;color:#000;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed{color:grey}.x-panel-body-light-framed{background:#fff;border-color:#cfcfcf;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-light-framed{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-panel-light-framed-mc{background-color:#fff}.x-nbr .x-panel-light-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-light-framed-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-panel-light-framed-tl{background-position:0 -8px}.x-panel-light-framed-tr{background-position:right -12px}.x-panel-light-framed-bl{background-position:0 -16px}.x-panel-light-framed-br{background-position:right -20px}.x-panel-light-framed-ml{background-position:0 top}.x-panel-light-framed-mr{background-position:right top}.x-panel-light-framed-tc{background-position:0 0}.x-panel-light-framed-bc{background-position:0 -4px}.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-mr{padding-right:4px}.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-ml{padding-left:4px}.x-panel-light-framed-tc{height:4px}.x-panel-light-framed-bc{height:4px}.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-tc,.x-panel-light-framed-bc,.x-panel-light-framed-ml,.x-panel-light-framed-mr{background-image:url(images/panel/panel-light-framed-corners.gif)}.x-panel-light-framed-ml,.x-panel-light-framed-mr{background-image:url(images/panel/panel-light-framed-sides.gif);background-repeat:repeat-y}.x-panel-light-framed-mc{padding:0 0 0 0}.x-cmd-slicer.x-panel-light-framed:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important}.x-panel-header-light-framed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 15px 5px 15px;border-width:1px 1px 0 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-top-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-top-frameInfo{font-family:dh-4-4-0-4-1-1-0-1-5-15-5-15}.x-panel-header-light-framed-top-tl{background-position:0 -8px}.x-panel-header-light-framed-top-tr{background-position:right -12px}.x-panel-header-light-framed-top-bl{background-position:0 -16px}.x-panel-header-light-framed-top-br{background-position:right -20px}.x-panel-header-light-framed-top-ml{background-position:0 top}.x-panel-header-light-framed-top-mr{background-position:right top}.x-panel-header-light-framed-top-tc{background-position:0 0}.x-panel-header-light-framed-top-bc{background-position:0 -4px}.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-mr{padding-right:4px}.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-ml{padding-left:4px}.x-panel-header-light-framed-top-tc{height:4px}.x-panel-header-light-framed-top-bc{height:0}.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-tc,.x-panel-header-light-framed-top-bc,.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-top-corners.gif)}.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-top-mc{padding:2px 12px 5px 12px}.x-cmd-slicer.x-panel-header-light-framed-top:before{display:none;content:"x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important}.x-panel-header-light-framed-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:15px 5px 15px 5px;border-width:1px 1px 1px 0;border-style:solid;background-color:#fff}.x-rtl.x-panel-header-light-framed-right{background-image:none;background-color:#fff}.x-panel-header-light-framed-right-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-right-frameInfo{font-family:dh-4-4-4-0-1-1-1-0-15-5-15-5}.x-panel-header-light-framed-right-tl{background-position:0 -8px}.x-panel-header-light-framed-right-tr{background-position:right -12px}.x-panel-header-light-framed-right-bl{background-position:0 -16px}.x-panel-header-light-framed-right-br{background-position:right -20px}.x-panel-header-light-framed-right-ml{background-position:right 0}.x-panel-header-light-framed-right-mr{background-position:right 0}.x-panel-header-light-framed-right-tc{background-position:0 0}.x-panel-header-light-framed-right-bc{background-position:0 -4px}.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-mr{padding-right:4px}.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-ml{padding-left:0}.x-panel-header-light-framed-right-tc{height:4px}.x-panel-header-light-framed-right-bc{height:4px}.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-tc,.x-panel-header-light-framed-right-bc,.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-right-corners.gif)}.x-rtl.x-panel-header-light-framed-right-tl,.x-rtl.x-panel-header-light-framed-right-ml,.x-rtl.x-panel-header-light-framed-right-bl,.x-rtl.x-panel-header-light-framed-right-tr,.x-rtl.x-panel-header-light-framed-right-mr,.x-rtl.x-panel-header-light-framed-right-br{background-image:url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif)}.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-right-mc{padding:12px 2px 12px 5px}.x-cmd-slicer.x-panel-header-light-framed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important}.x-panel-header-light-framed-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:0 1px 1px 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-bottom-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-bottom-frameInfo{font-family:dh-0-4-4-4-0-1-1-1-5-15-5-15}.x-panel-header-light-framed-bottom-tl{background-position:0 -8px}.x-panel-header-light-framed-bottom-tr{background-position:right -12px}.x-panel-header-light-framed-bottom-bl{background-position:0 -16px}.x-panel-header-light-framed-bottom-br{background-position:right -20px}.x-panel-header-light-framed-bottom-ml{background-position:0 bottom}.x-panel-header-light-framed-bottom-mr{background-position:right bottom}.x-panel-header-light-framed-bottom-tc{background-position:0 0}.x-panel-header-light-framed-bottom-bc{background-position:0 -4px}.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-mr{padding-right:4px}.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-ml{padding-left:4px}.x-panel-header-light-framed-bottom-tc{height:0}.x-panel-header-light-framed-bottom-bc{height:4px}.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-tc,.x-panel-header-light-framed-bottom-bc,.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-bottom-corners.gif)}.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-bottom-mc{padding:5px 12px 2px 12px}.x-cmd-slicer.x-panel-header-light-framed-bottom:before{display:none;content:"x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important}.x-panel-header-light-framed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px 0 1px 1px;border-style:solid;background-color:#fff}.x-rtl.x-panel-header-light-framed-left{background-image:none;background-color:#fff}.x-panel-header-light-framed-left-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-left-frameInfo{font-family:dh-4-0-4-4-1-0-1-1-15-5-15-5}.x-panel-header-light-framed-left-tl{background-position:0 -8px}.x-panel-header-light-framed-left-tr{background-position:right -12px}.x-panel-header-light-framed-left-bl{background-position:0 -16px}.x-panel-header-light-framed-left-br{background-position:right -20px}.x-panel-header-light-framed-left-ml{background-position:left 0}.x-panel-header-light-framed-left-mr{background-position:left 0}.x-panel-header-light-framed-left-tc{background-position:0 0}.x-panel-header-light-framed-left-bc{background-position:0 -4px}.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-mr{padding-right:0}.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-ml{padding-left:4px}.x-panel-header-light-framed-left-tc{height:4px}.x-panel-header-light-framed-left-bc{height:4px}.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-tc,.x-panel-header-light-framed-left-bc,.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-left-corners.gif)}.x-rtl.x-panel-header-light-framed-left-tl,.x-rtl.x-panel-header-light-framed-left-ml,.x-rtl.x-panel-header-light-framed-left-bl,.x-rtl.x-panel-header-light-framed-left-tr,.x-rtl.x-panel-header-light-framed-left-mr,.x-rtl.x-panel-header-light-framed-left-br{background-image:url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif)}.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-left-mc{padding:12px 5px 12px 2px}.x-cmd-slicer.x-panel-header-light-framed-left:before{display:none;content:"x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important}.x-panel-header-light-framed-collapsed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-top-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-panel-header-light-framed-collapsed-top-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-top-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-top-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-top-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-top-ml{background-position:0 top}.x-panel-header-light-framed-collapsed-top-mr{background-position:right top}.x-panel-header-light-framed-collapsed-top-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-top-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-top-tc{height:4px}.x-panel-header-light-framed-collapsed-top-bc{height:4px}.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-tc,.x-panel-header-light-framed-collapsed-top-bc,.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif)}.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-top-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important}.x-panel-header-light-framed-collapsed-right{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#fff}.x-rtl.x-panel-header-light-framed-collapsed-right{background-image:none;background-color:#fff}.x-panel-header-light-framed-collapsed-right-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-panel-header-light-framed-collapsed-right-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-right-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-right-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-right-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-right-ml{background-position:right 0}.x-panel-header-light-framed-collapsed-right-mr{background-position:right 0}.x-panel-header-light-framed-collapsed-right-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-right-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-right-tc{height:4px}.x-panel-header-light-framed-collapsed-right-bc{height:4px}.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-tc,.x-panel-header-light-framed-collapsed-right-bc,.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif)}.x-rtl.x-panel-header-light-framed-collapsed-right-tl,.x-rtl.x-panel-header-light-framed-collapsed-right-ml,.x-rtl.x-panel-header-light-framed-collapsed-right-bl,.x-rtl.x-panel-header-light-framed-collapsed-right-tr,.x-rtl.x-panel-header-light-framed-collapsed-right-mr,.x-rtl.x-panel-header-light-framed-collapsed-right-br{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif)}.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-right-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important}.x-panel-header-light-framed-collapsed-bottom{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-bottom-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-panel-header-light-framed-collapsed-bottom-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-bottom-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-bottom-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-bottom-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-bottom-ml{background-position:0 bottom}.x-panel-header-light-framed-collapsed-bottom-mr{background-position:right bottom}.x-panel-header-light-framed-collapsed-bottom-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-bottom-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-bottom-tc{height:4px}.x-panel-header-light-framed-collapsed-bottom-bc{height:4px}.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-tc,.x-panel-header-light-framed-collapsed-bottom-bc,.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif)}.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-bottom-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important}.x-panel-header-light-framed-collapsed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#fff}.x-rtl.x-panel-header-light-framed-collapsed-left{background-image:none;background-color:#fff}.x-panel-header-light-framed-collapsed-left-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-panel-header-light-framed-collapsed-left-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-left-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-left-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-left-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-left-ml{background-position:left 0}.x-panel-header-light-framed-collapsed-left-mr{background-position:left 0}.x-panel-header-light-framed-collapsed-left-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-left-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-left-tc{height:4px}.x-panel-header-light-framed-collapsed-left-bc{height:4px}.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-tc,.x-panel-header-light-framed-collapsed-left-bc,.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif)}.x-rtl.x-panel-header-light-framed-collapsed-left-tl,.x-rtl.x-panel-header-light-framed-collapsed-left-ml,.x-rtl.x-panel-header-light-framed-collapsed-left-bl,.x-rtl.x-panel-header-light-framed-collapsed-left-tr,.x-rtl.x-panel-header-light-framed-collapsed-left-mr,.x-rtl.x-panel-header-light-framed-collapsed-left-br{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif)}.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-left-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important}.x-panel .x-panel-header-light-framed-top{border-bottom-width:1px !important}.x-panel .x-panel-header-light-framed-right{border-left-width:1px !important}.x-panel .x-panel-header-light-framed-bottom{border-top-width:1px !important}.x-panel .x-panel-header-light-framed-left{border-right-width:1px !important}.x-nbr .x-panel-header-light-framed-collapsed-top{border-bottom-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-right{border-left-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-bottom{border-top-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-left{border-right-width:0 !important}.x-panel-header-light-framed-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-light-framed-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-panel-header-light-framed-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-light-framed-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-panel-header-light-framed-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-framed-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-framed-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light-framed-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light-framed .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-light-framed .x-tool-focus{outline:none}.x-ie8 .x-panel-header-light-framed .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-rtl.x-panel-header-light-framed-collapsed-border-right{border-right-width:1px !important}.x-rtl.x-panel-header-light-framed-collapsed-border-left{border-left-width:1px !important}.x-panel-light-framed-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-light-framed-outer-border-l{border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-b{border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-bl{border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-r{border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-framed-outer-border-rl{border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-rb{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-rbl{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-t{border-top-color:#fff !important;border-top-width:1px !important}.x-panel-light-framed-outer-border-tl{border-top-color:#fff !important;border-top-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-tb{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-tbl{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-tr{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-framed-outer-border-trl{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-trb{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-trbl{border-color:#fff !important;border-width:1px !important}.x-form-file-wrap .x-form-trigger-wrap{border:0}.x-form-file-wrap .x-form-trigger-wrap .x-form-text{border:1px solid;border-color:#cfcfcf;height:32px}.x-html-editor-container{border:1px solid;border-color:#cfcfcf}.x-grid-header-ct{border:1px solid #cfcfcf}.x-column-header-trigger{background-color:#eff6fb;border-left:1px solid #cfcfcf}.x-rtl.x-column-header-trigger{border-right:1px solid #cfcfcf;border-left:0}.x-column-header-last{border-right-width:0}.x-column-header-last .x-column-header-over .x-column-header-trigger{border-right:1px solid #cfcfcf}.x-rtl.x-column-header-last{border-left-width:0}.x-rtl.x-column-header-last .x-column-header-over .x-column-header-trigger{border-left:1px solid #cfcfcf}.x-resizable-handle{background-repeat:no-repeat}.x-resizable-handle-east-over,.x-resizable-handle-west-over{background-position:center}.x-resizable-handle-south-over,.x-resizable-handle-north-over{background-position:center}.x-resizable-handle-southeast-over{background-position:-2px -2px}.x-resizable-handle-northwest-over{background-position:2px 2px}.x-resizable-handle-northeast-over{background-position:-2px 2px}.x-resizable-handle-southwest-over{background-position:2px -2px}.x-resizable-pinned .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-west{background-position:center}.x-resizable-pinned .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-north{background-position:center}.x-resizable-pinned .x-resizable-handle-southeast{background-position:-2px -2px}.x-resizable-pinned .x-resizable-handle-northwest{background-position:2px 2px}.x-resizable-pinned .x-resizable-handle-northeast{background-position:-2px 2px}.x-resizable-pinned .x-resizable-handle-southwest{background-position:2px -2px} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css deleted file mode 100644 index 411ab37..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css +++ /dev/null @@ -1,2 +0,0 @@ -@import 'theme-crisp-touch-all_1.css'; -@import 'theme-crisp-touch-all_2.css'; diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all_1.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all_1.css deleted file mode 100644 index e1ccd3b..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all_1.css +++ /dev/null @@ -1 +0,0 @@ -.x-size-monitored{position:relative}.x-size-monitors{position:absolute;left:0;top:0;width:100%;height:100%;visibility:hidden;overflow:hidden}.x-size-monitors > *{width:100%;height:100%;overflow:hidden}.x-size-monitors.scroll > *.shrink::after{content:'';display:block;width:200%;height:200%;min-width:1px;min-height:1px}.x-size-monitors.scroll > *.expand::after{content:'';display:block;width:100000px;height:100000px}.x-size-monitors.overflowchanged > *.shrink > *{width:100%;height:100%}.x-size-monitors.overflowchanged > *.expand > *{width:200%;height:200%}.x-size-change-detector{visibility:hidden;position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;overflow:hidden}.x-size-change-detector > *{visibility:hidden}.x-size-change-detector-shrink > *{width:200%;height:200%}.x-size-change-detector-expand > *{width:100000px;height:100000px}@-webkit-keyframes x-paint-monitor-helper{from{zoom:1}to{zoom:1}}@keyframes x-paint-monitor-helper{from{zoom:1}to{zoom:1}}.x-paint-monitored{position:relative}.x-paint-monitor{width:0 !important;height:0 !important;visibility:hidden}.x-paint-monitor.cssanimation{-webkit-animation-duration:0.0001ms;-webkit-animation-name:x-paint-monitor-helper;animation-duration:0.0001ms;animation-name:x-paint-monitor-helper}.x-paint-monitor.overflowchange{overflow:hidden}.x-paint-monitor.overflowchange::after{content:'';display:block;width:1px !important;height:1px !important}.x-progress{border-style:solid;overflow:hidden;position:relative}.x-progress-bar{height:100%;width:0}.x-progress-text,.x-progress-bar{overflow:hidden;position:absolute}.x-translatable{position:absolute !important;top:500000px !important;left:500000px !important;overflow:visible !important;z-index:1}.x-translatable-hboxfix{position:absolute;min-width:100%;top:0;left:0}.x-translatable-hboxfix > .x-translatable{position:relative !important}.x-translatable-container{overflow:hidden;width:auto;height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.x-translatable-container::before{content:'';display:block;width:1000000px;height:1000000px;visibility:hidden}.x-scroll-container{overflow:hidden;position:relative}.x-scroll-scroller{float:left;position:relative;min-width:100%;min-height:100%}.x-domscroller-spacer{position:absolute;height:1px;width:1px;font-size:0;line-height:0}.x-treelist{background-color:#fff;background-position:18px 0%;overflow:hidden;padding:0 0 0 0}.x-big .x-treelist{background-position: 0%}.x-treelist-container,.x-treelist-root-container{width:100%}.x-treelist-toolstrip{display:none}.x-treelist-micro > .x-treelist-toolstrip{display:inline-block}.x-treelist-micro > .x-treelist-root-container{display:none}.x-treelist-item,.x-treelist-container,.x-treelist-root-container{overflow:hidden;list-style:none;padding:0;margin:0}.x-treelist-item-tool,.x-treelist-row,.x-treelist-item-wrap{position:relative}.x-treelist-item-icon,.x-treelist-item-expander{display:none;position:absolute;top:0}.x-treelist-item-expander{right:0;cursor:pointer}.x-treelist-expander-only .x-treelist-item-expandable > * > .x-treelist-item-wrap > *{cursor:pointer}.x-treelist-item-text{cursor:default;white-space:nowrap;overflow:hidden}.x-treelist-item-collapsed > .x-treelist-container{display:none}.x-treelist-item-expandable > * > * > .x-treelist-item-expander,.x-treelist-item-icon{display:block}.x-treelist-item-floated > * > * > .x-treelist-item-expander,.x-treelist-item-floated > * > * > .x-treelist-item-icon{display:none}.x-treelist-expander-first .x-treelist-item-expander{left:0;right:auto}.x-treelist-toolstrip{background-color:#f8f8f8}.x-treelist-item-selected > .x-treelist-row{background-color:#c2ddf2}.x-treelist-item-selected > .x-treelist-row-over{background-color:#c2ddf2}.x-treelist-item-tool{padding-left:6px;padding-right:15px}.x-treelist-item-icon:before,.x-treelist-item-tool:before,.x-treelist-item-expander{line-height:32px}.x-treelist-item-icon,.x-treelist-item-tool,.x-treelist-item-expander{text-align:center}.x-treelist-item-icon,.x-treelist-item-tool{color:#cfcfcf;font-size:18px;width:18px}.x-treelist-item-tool{width:39px}.x-treelist-item-expander{color:#cfcfcf;font-size:16px;width:24px}.x-treelist-item-expander:after{content:"\f0da";font:18px/1 FontAwesome}.x-treelist-item-expanded > * > * > .x-treelist-item-expander:after{content:"\f0d7";font:18px/1 FontAwesome}.x-treelist-item-text{color:#000;margin-left:22px;margin-right:24px;font-size:15px;line-height:32px;text-overflow:ellipsis}.x-treelist-row{padding-left:6px;padding-right:15px}.x-treelist-item-floated .x-treelist-container{width:auto}.x-treelist-item-floated > .x-treelist-row{background-color:#f8f8f8}.x-treelist-item-floated > .x-treelist-container{margin-left:-18px}.x-big .x-treelist-item-floated > .x-treelist-container{margin-left:0}.x-treelist-item-floated > * > * > .x-treelist-item-text{margin-left:0}.x-treelist-item-floated > * .x-treelist-row{padding-left:0}.x-treelist-item-floated .x-treelist-row:before{width:0}.x-treelist-item-floated > .x-treelist-row-over{background-color:#f8f8f8}.x-treelist-item-floated > .x-treelist-row-over > * > .x-treelist-item-text{color:#000}.x-treelist-item-expanded > .x-treelist-item-expander:after{content:"\f0d7";font:18px/1 FontAwesome}.x-treelist-item-collapsed > * > .x-treelist-item-expander:after{content:"\f0da";font:18px/1 FontAwesome}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-icon{color:#cfcfcf;transition:color 0.5s}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-text{color:#000;transition:color 0.5s}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-expander{color:#cfcfcf;transition:color 0.5s}.x-treelist-row-over{background-color:#e2eff9}.x-treelist-row-over > * > .x-treelist-item-icon{color:#cfcfcf;transition:color 0.5s}.x-treelist-row-over > * > .x-treelist-item-text{color:#000;transition:color 0.5s}.x-treelist-row-over > * > .x-treelist-item-expander{color:#cfcfcf;transition:color 0.5s}.x-treelist-expander-first .x-treelist-item-icon{left:24px}.x-treelist-expander-first .x-treelist-item-text{margin-left:46px;margin-right:0}.x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text{margin-left:28px}.x-treelist-item-hide-icon > * > * > .x-treelist-item-text{margin-left:4px}.x-body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.x-no-touch-scroll{touch-action:none;-ms-touch-action:none}@-ms-viewport{width:device-width}img{border:0}.x-border-box,.x-border-box *{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box}.x-ltr{direction:ltr}.x-clear{overflow:hidden;clear:both;font-size:0;line-height:0;display:table}.x-layer{position:absolute !important;overflow:hidden}.x-fixed-layer{position:fixed !important;overflow:hidden}.x-shim{position:absolute;left:0;top:0;overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-hidden-display{display:none !important}.x-hidden-visibility{visibility:hidden !important}.x-hidden,.x-hidden-offsets{display:block !important;visibility:hidden !important;position:absolute !important;top:-10000px !important}.x-hidden-clip{position:absolute !important;clip:rect(0,0,0,0)}.x-masked-relative{position:relative}.x-ie-shadow{background-color:#777;position:absolute;overflow:hidden}.x-unselectable{user-select:none;-o-user-select:none;-ms-user-select:none;-moz-user-select:-moz-none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-drag:none;cursor:default}.x-selectable{cursor:auto;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;-o-user-select:text}.x-list-plain{list-style-type:none;margin:0;padding:0}.x-table-plain{border-collapse:collapse;border-spacing:0;font-size:1em}.x-frame-tl,.x-frame-tr,.x-frame-tc,.x-frame-bl,.x-frame-br,.x-frame-bc{overflow:hidden;background-repeat:no-repeat}.x-frame-tc,.x-frame-bc{background-repeat:repeat-x}td.x-frame-tl,td.x-frame-tr,td.x-frame-bl,td.x-frame-br{width:1px}.x-frame-mc{background-repeat:repeat-x;overflow:hidden}.x-proxy-el{position:absolute;background:#b4b4b4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-css-shadow{position:absolute;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.x-item-disabled,.x-item-disabled *{cursor:default;pointer-events:none}.x-component,.x-container{position:relative}:focus{outline:none}.x-body .x-sync-repaint:before,.x-body .x-sync-repaint:after{content:none !important}.x-position-relative{position:relative !important}.x-box-item{position:absolute !important;left:0;top:0}.x-autocontainer-outerCt{display:table}.x-autocontainer-innerCt{display:table-cell;height:100%;vertical-align:top}.x-mask{z-index:100;position:absolute;top:0;left:0;width:100%;height:100%;outline:none !important}.x-ie8 .x-mask{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.x-mask-fixed{position:fixed}.x-mask-msg{position:absolute}.x-btn{display:inline-block;outline:0;cursor:pointer;white-space:nowrap;text-decoration:none;vertical-align:top;overflow:hidden;position:relative}.x-btn > .x-frame{height:100%;width:100%}.x-btn-wrap{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.x-btn-wrap.x-btn-arrow-bottom,.x-btn-wrap.x-btn-split-bottom{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.x-ie9m .x-btn-wrap{display:table;border-spacing:0}.x-btn-button{white-space:nowrap;line-height:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}.x-btn-button.x-btn-icon-top,.x-btn-button.x-btn-icon-bottom{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-ie9m .x-btn-button{display:table-cell;vertical-align:middle}.x-btn-inner{overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:1;display:block}.x-ie9m .x-btn-inner{display:inline-block;vertical-align:middle}.x-btn-icon.x-btn-no-text > .x-btn-inner{display:none}.x-btn-icon-el{display:none;vertical-align:middle;text-align:center;background-position:center center;background-repeat:no-repeat}.x-btn-icon > .x-btn-icon-el{display:block}.x-ie9m .x-btn-icon-left > .x-btn-icon-el,.x-ie9m .x-btn-icon-right > .x-btn-icon-el{display:inline-block}.x-btn-button-center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-btn-button-left{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.x-btn-button-right{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.x-btn-arrow:after,.x-btn-split:after{display:block;background-repeat:no-repeat;content:'';box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;text-align:center}.x-btn-arrow-right:after,.x-btn-split-right:after{background-position:right center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-ie9m .x-btn-arrow-right:after,.x-ie9m .x-btn-split-right:after{display:table-cell;vertical-align:middle}.x-btn-arrow-bottom:after,.x-btn-split-bottom:after{background-position:center bottom;content:'\00a0';line-height:0}.x-ie9m .x-btn-arrow-bottom:after,.x-ie9m .x-btn-split-bottom:after{display:table-row}.x-btn-split-right > .x-btn-button:after{position:absolute;display:block;top:-100%;right:0;height:300%;content:''}.x-btn-split-bottom > .x-btn-button:after{position:absolute;display:block;bottom:0;left:-100%;font-size:0;width:300%;content:''}.x-btn-mc{overflow:visible}.x-segmented-button{display:table;table-layout:fixed}.x-segmented-button-item{display:table-cell;vertical-align:top}.x-segmented-button-item > .x-frame{width:100%;height:100%}.x-segmented-button-item .x-btn-mc{width:100%}.x-segmented-button-item-horizontal{display:table-cell;height:100%}.x-segmented-button-item-horizontal.x-segmented-button-first{border-top-right-radius:0;border-bottom-right-radius:0}.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-tr,.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-mr,.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-br{display:none}.x-segmented-button-item-horizontal.x-segmented-button-middle{border-radius:0;border-left:0}.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tl,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tr,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-ml,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-mr,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-bl,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-br{display:none}.x-segmented-button-item-horizontal.x-segmented-button-last{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-tl,.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-ml,.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-bl{display:none}.x-segmented-button-row{display:table-row}.x-segmented-button-item-vertical.x-segmented-button-first{border-bottom-right-radius:0;border-bottom-left-radius:0}.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bl,.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bc,.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-br{display:none}.x-segmented-button-item-vertical.x-segmented-button-middle{border-radius:0;border-top:0}.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tl,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tc,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tr,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bl,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bc,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-br{display:none}.x-segmented-button-item-vertical.x-segmented-button-last{border-top:0;border-top-right-radius:0;border-top-left-radius:0}.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tl,.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tc,.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tr{display:none}.x-title-icon{background-repeat:no-repeat;background-position:0 0;vertical-align:middle;line-height:1;text-align:center}.x-title{display:table;table-layout:fixed}.x-title-text{display:table-cell;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:middle}.x-title-align-left{text-align:left}.x-title-align-center{text-align:center}.x-title-align-right{text-align:right}.x-title-rotate-right{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-title-rotate-right{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-title-rotate-left{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-title-rotate-left{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-horizontal.x-header .x-title-rotate-right.x-title-align-left > .x-title-item{vertical-align:bottom}.x-horizontal.x-header .x-title-rotate-right.x-title-align-center > .x-title-item{vertical-align:middle}.x-horizontal.x-header .x-title-rotate-right.x-title-align-right > .x-title-item{vertical-align:top}.x-horizontal.x-header .x-title-rotate-left.x-title-align-left > .x-title-item{vertical-align:top}.x-horizontal.x-header .x-title-rotate-left.x-title-align-center > .x-title-item{vertical-align:middle}.x-horizontal.x-header .x-title-rotate-left.x-title-align-right > .x-title-item{vertical-align:bottom}.x-vertical.x-header .x-title-rotate-none.x-title-align-left > .x-title-item{vertical-align:top}.x-vertical.x-header .x-title-rotate-none.x-title-align-center > .x-title-item{vertical-align:middle}.x-vertical.x-header .x-title-rotate-none.x-title-align-right > .x-title-item{vertical-align:bottom}.x-title-icon-wrap{display:table-cell;text-align:center;vertical-align:middle;line-height:0}.x-title-icon-wrap.x-title-icon-top,.x-title-icon-wrap.x-title-icon-bottom{display:table-row}.x-title-icon{display:inline-block;vertical-align:middle;background-position:center;background-repeat:no-repeat}.x-tool{font-size:0;line-height:0}.x-header > .x-box-inner,.x-panel-header-mc > .x-box-inner,.x-window-header-mc > .x-box-inner{overflow:visible}.x-splitter{font-size:1px}.x-splitter-horizontal{cursor:e-resize;cursor:row-resize}.x-splitter-vertical{cursor:e-resize;cursor:col-resize}.x-splitter-collapsed,.x-splitter-horizontal-noresize,.x-splitter-vertical-noresize{cursor:default}.x-splitter-active{z-index:4}.x-collapse-el{position:absolute;background-repeat:no-repeat}.x-splitter-focus{z-index:4}.x-box-layout-ct{overflow:hidden}.x-box-target{position:absolute;width:20000px;top:0;left:0;height:1px}.x-box-inner{overflow:hidden;position:relative;left:0;top:0}.x-box-scroller{position:absolute;background-repeat:no-repeat;background-position:center;line-height:0;font-size:0;text-align:center}.x-box-scroller-top{top:0}.x-box-scroller-right{right:0}.x-box-scroller-bottom{bottom:0}.x-box-scroller-left{left:0}.x-box-menu-body-horizontal{float:left}.x-box-menu-after{position:relative;float:left}.x-toolbar-text{white-space:nowrap}.x-toolbar-separator{display:block;font-size:1px;overflow:hidden;cursor:default;border:0;width:0;height:0;line-height:0px}.x-toolbar-scroller{padding-left:0}.x-toolbar-plain{border:0}.x-dd-drag-proxy,.x-dd-drag-current{z-index:1000000!important;pointer-events:none}.x-dd-drag-proxy{display:table}.x-dd-drag-repair .x-dd-drag-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-dd-drag-repair .x-dd-drop-icon{display:none}.x-dd-drag-ghost,.x-dd-drop-icon{display:table-cell;vertical-align:middle}.x-dd-drag-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);opacity:0.85;white-space:nowrap}.x-dd-drop-icon{height:26px;width:26px;background-color:transparent;background-position:center;background-repeat:no-repeat}.x-docked{position:absolute !important;z-index:2}.x-docked-vertical{position:static}.x-docked-top{border-bottom-width:0 !important}.x-docked-bottom{border-top-width:0 !important}.x-docked-left{border-right-width:0 !important}.x-docked-right{border-left-width:0 !important}.x-docked-noborder-top{border-top-width:0 !important}.x-docked-noborder-right{border-right-width:0 !important}.x-docked-noborder-bottom{border-bottom-width:0 !important}.x-docked-noborder-left{border-left-width:0 !important}.x-noborder-l{border-left-width:0 !important}.x-noborder-b{border-bottom-width:0 !important}.x-noborder-bl{border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-r{border-right-width:0 !important}.x-noborder-rl{border-right-width:0 !important;border-left-width:0 !important}.x-noborder-rb{border-right-width:0 !important;border-bottom-width:0 !important}.x-noborder-rbl{border-right-width:0 !important;border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-t{border-top-width:0 !important}.x-noborder-tl{border-top-width:0 !important;border-left-width:0 !important}.x-noborder-tb{border-top-width:0 !important;border-bottom-width:0 !important}.x-noborder-tbl{border-top-width:0 !important;border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-tr{border-top-width:0 !important;border-right-width:0 !important}.x-noborder-trl{border-top-width:0 !important;border-right-width:0 !important;border-left-width:0 !important}.x-noborder-trb{border-top-width:0 !important;border-right-width:0 !important;border-bottom-width:0 !important}.x-noborder-trbl{border-width:0 !important}.x-panel,.x-plain{overflow:hidden;position:relative}.x-panel{outline:none}td.x-frame-mc{vertical-align:top}.x-panel-body{overflow:hidden;position:relative}.x-panel-header-plain,.x-panel-body-plain{border:0;padding:0}.x-panel-collapsed-mini{visibility:hidden}.x-table-layout{font-size:1em}.x-btn-group{position:relative;overflow:hidden}.x-btn-group-body{position:relative}.x-btn-group-body .x-table-layout-cell{vertical-align:top}.x-viewport,.x-viewport > .x-body{margin:0;padding:0;border:0 none;overflow:hidden;position:static;touch-action:none;-ms-touch-action:none}.x-viewport{height:100%}.x-viewport > .x-body{min-height:100%}.x-column{float:left}.x-resizable-overlay{position:absolute;left:0;top:0;width:100%;height:100%;display:none;z-index:200000;background-color:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-window{outline:none;overflow:hidden}.x-window .x-window-wrap{position:relative}.x-window-body{position:relative;overflow:hidden}.x-form-item{display:table;table-layout:fixed;border-spacing:0;border-collapse:separate}.x-form-item-label{overflow:hidden}.x-form-item.x-form-item-no-label > .x-form-item-label{display:none}.x-form-item-label,.x-form-item-body{display:table-cell}.x-ie8 .x-form-fieldcontainer .x-form-item-label-top + .x-form-item-body{display:table-row}.x-form-item-body{vertical-align:middle;height:100%}.x-form-item-label-inner{display:inline-block}.x-form-item-label-top{display:table-row;height:1px}.x-form-item-label-top > .x-form-item-label-inner{display:table-cell}.x-form-item-label-top-side-error:after{display:table-cell;content:''}.x-form-item-label-right{text-align:right}.x-form-error-wrap-side{display:table-cell;vertical-align:middle}.x-form-error-wrap-under{display:table-row;height:1px}.x-form-error-wrap-under > .x-form-error-msg{display:table-cell}.x-form-error-wrap-under-side-label:before{display:table-cell;content:'';pointer-events:none}.x-form-invalid-icon{overflow:hidden}.x-form-invalid-icon ul{display:none}.x-form-trigger-wrap{display:table;width:100%;height:100%}.x-gecko .x-form-trigger-wrap{display:-moz-inline-box;display:inline-flex;vertical-align:top}.x-form-text-wrap{display:table-cell;overflow:hidden;height:100%}.x-gecko .x-form-text-wrap{display:block;-moz-box-flex:1;flex:1}.x-form-item-body.x-form-text-grow{min-width:inherit;max-width:inherit}.x-form-text{border:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;display:block;background:repeat-x 0 0;width:100%;height:100%}.x-webkit .x-form-text{height:calc(100% + 3px)}.x-form-trigger{display:table-cell;vertical-align:top;cursor:pointer;overflow:hidden;background-repeat:no-repeat;text-align:center;line-height:0;white-space:nowrap}.x-item-disabled .x-form-trigger{cursor:default}.x-form-trigger.x-form-trigger-cmp{background:none;border:0}.x-gecko .x-form-trigger{display:block}.x-form-textarea{overflow:auto;resize:none}div.x-form-text-grow .x-form-textarea{min-height:inherit}.x-message-box .x-form-display-field{height:auto}.x-form-cb-wrap{vertical-align:top}.x-form-cb-wrap-inner{position:relative}.x-form-cb{position:absolute;left:0;right:auto;vertical-align:top;overflow:hidden;padding:0;border:0;cursor:default}.x-form-cb::-moz-focus-inner{padding:0;border:0}.x-form-cb-after{left:auto;right:0}.x-form-cb-label{display:inline-block}.x-form-cb-label.x-form-cb-no-box-label{display:none}.x-fieldset{display:block;position:relative;overflow:hidden}.x-fieldset-header{overflow:hidden}.x-fieldset-header .x-form-item,.x-fieldset-header .x-tool{float:left}.x-fieldset-header .x-fieldset-header-text{float:left}.x-fieldset-header .x-form-cb-wrap{font-size:0;line-height:0;min-height:0;height:auto}.x-fieldset-header .x-form-cb{margin:0;position:static;display:inherit}.x-fieldset-body{overflow:hidden}.x-fieldset-collapsed{padding-bottom:0 !important}.x-fieldset-collapsed > .x-fieldset-body{display:none}.x-fieldset-header-text-collapsible{cursor:pointer}.x-view-item-focused{outline:1px dashed #157fcc!important;outline-offset:-1px}.x-ie9 .x-boundlist-list-ct{min-height:0%}.x-datepicker{position:relative}.x-datepicker .x-monthpicker{left:0;top:0;display:block}.x-datepicker .x-monthpicker-months,.x-datepicker .x-monthpicker-years{height:100%}.x-datepicker-inner{table-layout:fixed;width:100%;border-collapse:separate}.x-datepicker-cell{padding:0}.x-datepicker-header{position:relative}.x-datepicker-arrow{position:absolute;outline:none;font-size:0}.x-datepicker-column-header{padding:0}.x-datepicker-date{display:block;text-decoration:none}.x-monthpicker{display:table}.x-monthpicker-body{height:100%;position:relative}.x-monthpicker-months,.x-monthpicker-years{float:left}.x-monthpicker-item{float:left}.x-monthpicker-item-inner{display:block;text-decoration:none}.x-monthpicker-yearnav-button-ct{float:left;text-align:center}.x-monthpicker-yearnav-button{display:inline-block;outline:none;font-size:0}.x-monthpicker-buttons{width:100%}.x-datepicker .x-monthpicker-buttons{position:absolute;bottom:0}.x-datepicker-month .x-btn-split > .x-btn-button:after{content:none}.x-form-display-field-body{vertical-align:top}.x-form-file-btn{overflow:hidden;position:relative}.x-form-file-input{border:0;position:absolute;cursor:pointer;top:0;right:0;width:100%;height:100%;overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;font-size:1000px}.x-form-item-hidden{margin:0}.x-tip{position:absolute;overflow:visible}.x-tip-body{overflow:hidden;position:relative}.x-tip-anchor{position:absolute;overflow:hidden;border-style:solid}.x-color-picker-item{float:left;text-decoration:none}.x-color-picker-item-inner{display:block;font-size:1px}.x-html-editor-tb .x-toolbar{position:static !important}.x-htmleditor-iframe,.x-htmleditor-textarea{display:block;overflow:auto;width:100%;height:100%;border:0}.x-tagfield-body{vertical-align:top}.x-tagfield{height:auto!important;cursor:text;overflow-y:auto}.x-tagfield .x-tagfield-list{padding:0;margin:0}.x-tagfield-list.x-tagfield-singleselect{white-space:nowrap;overflow:hidden}.x-tagfield-input,.x-tagfield-item{vertical-align:top;display:inline-block;position:relative}.x-tagfield-empty-input,.x-tagfield-input-field{font:inherit;border:0;margin:0;background:none;width:100%}.x-tagfield-emptyinput{display:none}.x-tagfield-stacked .x-tagfield-item{display:block}.x-tagfield-item{cursor:default}.x-tagfield-item-close{cursor:pointer;position:absolute}.x-fit-item{position:relative}.x-grid-view{overflow:hidden;position:relative}.x-grid-row-table{width:0;table-layout:fixed;border:0 none;border-collapse:separate;border-spacing:0}.x-grid-item{table-layout:fixed;outline:none}.x-grid-row{outline:none}.x-grid-td{overflow:hidden;border-width:0;vertical-align:top}.x-grid-cell-inner{overflow:hidden;white-space:nowrap}.x-wrap-cell .x-grid-cell-inner{white-space:normal}.x-grid-resize-marker{position:absolute;z-index:5;top:0}.x-col-move-top,.x-col-move-bottom{position:absolute;top:0;line-height:0;font-size:0;overflow:hidden;z-index:20000;background:no-repeat center top transparent}.x-grid-header-ct{cursor:default}.x-column-header{position:absolute;overflow:hidden;background-repeat:repeat-x}.x-column-header-inner{white-space:nowrap;position:relative;overflow:hidden}.x-leaf-column-header{height:100%}.x-leaf-column-header .x-column-header-text-container{height:100%}.x-column-header-text-container{width:100%;display:table;table-layout:fixed}.x-column-header-text-container.x-column-header-text-container-auto{table-layout:auto}.x-column-header-text-wrapper{display:table-cell;vertical-align:middle}.x-column-header-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-column-header-text-inner{background-repeat:no-repeat}.x-column-header-trigger{display:none;height:100%;background-repeat:no-repeat;position:absolute;right:0;top:0;text-align:center}.x-ie9m .x-column-header-trigger{z-index:6}.x-column-header-over .x-column-header-trigger,.x-column-header-open .x-column-header-trigger{display:block}.x-column-header-align-right{text-align:right}.x-column-header-align-left{text-align:left}.x-column-header-align-center{text-align:center}.x-grid-cell-inner-action-col{line-height:0;font-size:0}.x-grid-cell-inner-action-col :focus{outline:1px solid #3d92cf}.x-action-col-icon{display:inline-block;line-height:1}.x-grid-cell-inner-checkcolumn{line-height:0;font-size:0}.x-grid-cell-inner-checkcolumn :focus{outline:1px solid #3d92cf}.x-grid-checkcolumn{display:inline-block}.x-group-hd-container{overflow:hidden}.x-grid-group-hd{white-space:nowrap;outline:none}.x-grid-group-title{position:relative}.x-grid-row-body-hidden,.x-grid-group-collapsed{display:none}.x-grid-row-body-hidden{display:none}.x-menu{outline:none}.x-menu-body{position:relative}.x-menu-item{white-space:nowrap;overflow:hidden;border-color:transparent;border-style:solid}.x-menu-item-cmp{margin:2px}.x-menu-item-cmp .x-field-label-cell{vertical-align:middle}.x-menu-icon-separator{position:absolute;top:0px;z-index:0;height:100%;overflow:hidden}.x-menu-plain .x-menu-icon-separator{display:none}.x-menu-item-link{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;text-decoration:none;outline:0;display:block}.x-menu-item-link-href{-webkit-touch-callout:default}.x-menu-item-text{display:inline-block}.x-menu-item-icon,.x-menu-item-icon-right,.x-menu-item-arrow{font-size:0;position:absolute;text-align:center;background-repeat:no-repeat}.x-grid-editor .x-form-cb-wrap{text-align:center}.x-grid-editor .x-form-cb{position:static;display:inline-block}.x-grid-editor .x-form-display-field{margin:0;white-space:nowrap;overflow:hidden}.x-grid-editor div.x-form-action-col-field{line-height:0}.x-grid-row-editor-wrap{position:absolute;overflow:visible;z-index:2}.x-grid-row-editor{position:absolute}.x-grid-row-editor-buttons{position:absolute;white-space:nowrap}.x-grid-row-expander{font-size:0;line-height:0;text-align:center}.x-grid-row-expander:focus{outline:1px solid #3d92cf}.x-ssm-row-numberer-hd{cursor:se-resize!important}.x-ssm-row-numberer-cell{cursor:e-resize}.x-ssm-column-select .x-column-header{cursor:s-resize}.x-ssm-extender-drag-handle{position:absolute;z-index:1;cursor:crosshair}.x-ssm-extender-mask{position:absolute;z-index:1;pointer-events:none}.x-abs-layout-ct{position:relative}.x-abs-layout-item{position:absolute !important}.x-border-layout-ct{overflow:hidden}.x-border-layout-ct{position:relative}.x-border-region-slide-in{z-index:5}.x-region-collapsed-placeholder{z-index:4}.x-center-layout-item{position:absolute}.x-center-target{position:relative}.x-form-layout-wrap{display:table;width:100%;border-collapse:separate}.x-form-layout-colgroup{display:table-column-group}.x-form-layout-column{display:table-column}.x-form-layout-auto-label > * > .x-form-item-label{width:auto !important}.x-form-layout-auto-label > * > .x-form-item-label > .x-form-item-label-inner{width:auto !important;white-space:nowrap}.x-form-layout-auto-label > * > .x-form-layout-label-column{width:1px}.x-form-layout-sized-label > * > .x-form-item-label{width:auto !important}.x-form-form-item{display:table-row}.x-form-form-item > .x-form-item-label{padding-left:0 !important;padding-right:0 !important;padding-bottom:0 !important}.x-form-form-item > .x-form-item-body{max-width:none}.x-form-form-item.x-form-item-no-label:before{content:' ';display:table-cell;pointer-events:none}.x-resizable-wrapped{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box}.x-column-header-checkbox .x-column-header-text{display:block;background-repeat:no-repeat;font-size:0}.x-grid-cell-row-checker{vertical-align:middle;text-align:center;background-repeat:no-repeat;font-size:0}.x-slider{outline:none;position:relative}.x-slider-inner{position:relative;left:0;top:0;overflow:visible}.x-slider-vert .x-slider-inner{background:repeat-y 0 0}.x-slider-thumb{position:absolute;background:no-repeat 0 0;cursor:default}.x-slider-horz .x-slider-thumb{left:0}.x-slider-vert .x-slider-thumb{bottom:0}.x-tab{display:block;outline:0;cursor:pointer;white-space:nowrap;text-decoration:none;vertical-align:top;overflow:hidden;position:relative}.x-tab > .x-frame{height:100%;width:100%}.x-tab-wrap{height:100%;width:100%;display:table;border-spacing:0}.x-tab-button{white-space:nowrap;line-height:0;position:relative;display:table-cell;vertical-align:middle}.x-tab-inner{overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.x-tab-icon.x-tab-no-text > .x-tab-inner{display:none}.x-tab-icon-el{display:none;vertical-align:middle;text-align:center;background-position:center center;background-repeat:no-repeat}.x-tab-icon > .x-tab-icon-el{display:inline-block}.x-tab-icon-top > .x-tab-icon-el,.x-tab-icon-bottom > .x-tab-icon-el{display:block}.x-tab-button-center{text-align:center}.x-tab-button-left{text-align:left}.x-tab-button-right{text-align:right}.x-tab-mc{overflow:visible}.x-tab{z-index:1}.x-tab-active{z-index:3}.x-tab-button{position:relative}.x-tab-close-btn{display:block;position:absolute;overflow:hidden;font-size:0;line-height:0}.x-tab-rotate-left{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-tab-rotate-left{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-tab-rotate-right{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-tab-rotate-right{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-tab-tr,.x-tab-br,.x-tab-mr,.x-tab-tl,.x-tab-bl,.x-tab-ml{width:1px}.x-tab-bar{z-index:0;position:relative}.x-tab-bar-strip{position:absolute;line-height:0;font-size:0;z-index:2}.x-tab-bar-top > .x-tab-bar-strip{bottom:0}.x-tab-bar-bottom > .x-tab-bar-strip{top:0}.x-tab-bar-left > .x-tab-bar-strip{right:0}.x-tab-bar-right > .x-tab-bar-strip{left:0}.x-tab-bar-horizontal .x-tab-bar-strip{width:100%;left:0}.x-tab-bar-vertical{display:table-cell}.x-tab-bar-vertical .x-tab-bar-strip{height:100%;top:0}.x-tab-bar-plain{background:transparent !important}.x-box-scroller-plain{background-color:transparent !important}.x-breadcrumb-btn .x-box-target:first-child{margin:0}.x-breadcrumb-btn > .x-btn-split-right > .x-btn-button:after{content:none}.x-breadcrumb-btn.x-btn-over > .x-btn-split-right > .x-btn-button:after,.x-breadcrumb-btn.x-btn-menu-active > .x-btn-split-right > .x-btn-button:after{content:''}.x-autowidth-table .x-grid-item{table-layout:auto;width:auto !important}.x-tree-view{overflow:hidden}.x-tree-elbow-img,.x-tree-icon{display:inline-block;text-align:center;background-repeat:no-repeat;background-position:0 center;vertical-align:top}.x-tree-checkbox{display:inline-block;vertical-align:top;position:relative}.x-tree-animator-wrap{overflow:hidden}.x-scroll-indicator{position:absolute;background-color:#000;opacity:0.5;border-radius:3px;margin:2px}.x-scroll-indicator-x{bottom:0;left:0;height:6px}.x-scroll-indicator-y{right:0;top:0;width:6px}.x-body{color:#000;font-size:15px;line-height:19px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;background:#fff}.x-animating-size,.x-collapsed{overflow:hidden!important}.x-editor .x-form-item-body{padding-bottom:0}.x-mask{background-image:none;background-color:rgba(255, 255, 255, 0.7);cursor:default;border-style:solid;border-width:1px;border-color:transparent}.x-ie8 .x-mask{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff);zoom:1}.x-mask.x-focus{border-style:solid;border-width:1px;border-color:#157fcc}.x-mask-msg{padding:8px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background:#e5e5e5}.x-mask-msg-inner{padding:0;background-color:transparent;color:#666;font:300 15px helvetica, arial, verdana, sans-serif}.x-mask-msg-text{padding:21px 0 0;background-image:url(images/loadmask/loading.gif);background-repeat:no-repeat;background-position:center 0}.x-progress-default{background-color:#f5f5f5;border-width:0;height:32px;border-color:#157fcc}.x-progress-default .x-progress-bar-default{background-image:none;background-color:#c2ddf2}.x-progress-default .x-progress-text{color:#666;font-weight:300;font-size:15px;font-family:helvetica, arial, verdana, sans-serif;text-align:center;line-height:32px}.x-progress-default .x-progress-text-back{color:#666;line-height:32px}.x-cmd-slicer.x-progress-bar-default:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-progressbar-default-cell > .x-grid-cell-inner,.x-progressbarwidget-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-progressbar-default-cell > .x-grid-cell-inner .x-progress-default,.x-progressbarwidget-default-cell > .x-grid-cell-inner .x-progress-default{height:30px}.x-btn-default-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 4px 3px 4px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-small-mc{background-color:#3892d4}.x-nbr .x-btn-default-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-4-3-4}.x-btn-default-small-tl{background-position:0 -6px}.x-btn-default-small-tr{background-position:right -9px}.x-btn-default-small-bl{background-position:0 -12px}.x-btn-default-small-br{background-position:right -15px}.x-btn-default-small-ml{background-position:0 top}.x-btn-default-small-mr{background-position:right top}.x-btn-default-small-tc{background-position:0 0}.x-btn-default-small-bc{background-position:0 -3px}.x-btn-default-small-tr,.x-btn-default-small-br,.x-btn-default-small-mr{padding-right:3px}.x-btn-default-small-tl,.x-btn-default-small-bl,.x-btn-default-small-ml{padding-left:3px}.x-btn-default-small-tc{height:3px}.x-btn-default-small-bc{height:3px}.x-btn-default-small-tl,.x-btn-default-small-bl,.x-btn-default-small-tr,.x-btn-default-small-br,.x-btn-default-small-tc,.x-btn-default-small-bc,.x-btn-default-small-ml,.x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-corners.gif)}.x-btn-default-small-ml,.x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-sides.gif);background-repeat:repeat-y}.x-btn-default-small-mc{padding:1px 2px 1px 2px}.x-cmd-slicer.x-btn-default-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-corners.gif), sides:url(images/btn/btn-default-small-sides.gif)" !important}.x-btn-default-small{border-color:#157fcc}.x-btn-button-default-small{min-height:24px}.x-ie9m .x-btn-button-default-small{min-height:auto;height:24px}.x-btn-inner-default-small{font:300 15px/20px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 6px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-small,.x-btn-icon-left > .x-btn-inner-default-small{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-small{max-width:none}.x-btn-icon-el-default-small{font-size:24px;height:24px;color:#fff;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-small,.x-btn-icon-right > .x-btn-icon-el-default-small{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-small,.x-btn-icon-bottom > .x-btn-icon-el-default-small{min-width:24px}.x-btn-icon-el-default-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-small.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small{padding-right:6px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-right:6px}.x-btn-arrow-bottom > .x-btn-button-default-small,.x-btn-split-bottom > .x-btn-button-default-small{padding-bottom:3px}.x-btn-wrap-default-small.x-btn-arrow-right:after{width:22px;background-image:url(images/button/default-small-arrow.png);padding-right:22px}.x-btn-wrap-default-small.x-btn-arrow-bottom:after{height:16px;background-image:url(images/button/default-small-arrow.png)}.x-btn-wrap-default-small.x-btn-split-right:after{width:30px;background-image:url(images/button/default-small-s-arrow.png);padding-right:30px}.x-btn-wrap-default-small.x-btn-split-bottom:after{height:24px;background-image:url(images/button/default-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small{padding-right:6px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-right:6px}.x-btn-focus.x-btn-default-small{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:34px;pointer-events:none}.x-btn-default-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-small{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-small{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-small,.x-btn.x-btn-pressed.x-btn-default-small{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-small,.x-btn-focus.x-btn-pressed.x-btn-default-small{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-small{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-small-tl,.x-btn-focus .x-btn-default-small-bl,.x-btn-focus .x-btn-default-small-tr,.x-btn-focus .x-btn-default-small-br,.x-btn-focus .x-btn-default-small-tc,.x-btn-focus .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-corners.gif)}.x-btn-focus .x-btn-default-small-ml,.x-btn-focus .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-sides.gif)}.x-btn-focus .x-btn-default-small-mc{background-color:#3892d4}.x-btn-over .x-btn-default-small-tl,.x-btn-over .x-btn-default-small-bl,.x-btn-over .x-btn-default-small-tr,.x-btn-over .x-btn-default-small-br,.x-btn-over .x-btn-default-small-tc,.x-btn-over .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-over-corners.gif)}.x-btn-over .x-btn-default-small-ml,.x-btn-over .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-over-sides.gif)}.x-btn-over .x-btn-default-small-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-small-tl,.x-btn-focus.x-btn-over .x-btn-default-small-bl,.x-btn-focus.x-btn-over .x-btn-default-small-tr,.x-btn-focus.x-btn-over .x-btn-default-small-br,.x-btn-focus.x-btn-over .x-btn-default-small-tc,.x-btn-focus.x-btn-over .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-small-ml,.x-btn-focus.x-btn-over .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-small-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-small-tl,.x-btn.x-btn-menu-active .x-btn-default-small-bl,.x-btn.x-btn-menu-active .x-btn-default-small-tr,.x-btn.x-btn-menu-active .x-btn-default-small-br,.x-btn.x-btn-menu-active .x-btn-default-small-tc,.x-btn.x-btn-menu-active .x-btn-default-small-bc,.x-btn.x-btn-pressed .x-btn-default-small-tl,.x-btn.x-btn-pressed .x-btn-default-small-bl,.x-btn.x-btn-pressed .x-btn-default-small-tr,.x-btn.x-btn-pressed .x-btn-default-small-br,.x-btn.x-btn-pressed .x-btn-default-small-tc,.x-btn.x-btn-pressed .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-small-ml,.x-btn.x-btn-menu-active .x-btn-default-small-mr,.x-btn.x-btn-pressed .x-btn-default-small-ml,.x-btn.x-btn-pressed .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-small-mc,.x-btn.x-btn-pressed .x-btn-default-small-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-small-br,.x-btn-focus.x-btn-menu-active .x-btn-default-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-small-bc,.x-btn-focus.x-btn-pressed .x-btn-default-small-tl,.x-btn-focus.x-btn-pressed .x-btn-default-small-bl,.x-btn-focus.x-btn-pressed .x-btn-default-small-tr,.x-btn-focus.x-btn-pressed .x-btn-default-small-br,.x-btn-focus.x-btn-pressed .x-btn-default-small-tc,.x-btn-focus.x-btn-pressed .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-small-mr,.x-btn-focus.x-btn-pressed .x-btn-default-small-ml,.x-btn-focus.x-btn-pressed .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-small-mc,.x-btn-focus.x-btn-pressed .x-btn-default-small-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-small-tl,.x-btn.x-btn-disabled .x-btn-default-small-bl,.x-btn.x-btn-disabled .x-btn-default-small-tr,.x-btn.x-btn-disabled .x-btn-default-small-br,.x-btn.x-btn-disabled .x-btn-default-small-tc,.x-btn.x-btn-disabled .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-small-ml,.x-btn.x-btn-disabled .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-small-mc{background-color:#3892d4}.x-nbr .x-btn-default-small{background-image:none}.x-btn-disabled.x-btn-default-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-small:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-small:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-small:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-corners.gif), sides:url(images/btn/btn-default-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-over-corners.gif), sides:url(images/btn/btn-default-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-over-corners.gif), sides:url(images/btn/btn-default-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-pressed-corners.gif), sides:url(images/btn/btn-default-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-disabled-corners.gif), sides:url(images/btn/btn-default-small-disabled-sides.gif)" !important}.x-button-default-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-default-small-cell > .x-grid-cell-inner >.x-btn-default-small{vertical-align:top}.x-btn-default-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:6px 4px 6px 4px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-medium-mc{background-color:#3892d4}.x-nbr .x-btn-default-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-6-4-6-4}.x-btn-default-medium-tl{background-position:0 -6px}.x-btn-default-medium-tr{background-position:right -9px}.x-btn-default-medium-bl{background-position:0 -12px}.x-btn-default-medium-br{background-position:right -15px}.x-btn-default-medium-ml{background-position:0 top}.x-btn-default-medium-mr{background-position:right top}.x-btn-default-medium-tc{background-position:0 0}.x-btn-default-medium-bc{background-position:0 -3px}.x-btn-default-medium-tr,.x-btn-default-medium-br,.x-btn-default-medium-mr{padding-right:3px}.x-btn-default-medium-tl,.x-btn-default-medium-bl,.x-btn-default-medium-ml{padding-left:3px}.x-btn-default-medium-tc{height:3px}.x-btn-default-medium-bc{height:3px}.x-btn-default-medium-tl,.x-btn-default-medium-bl,.x-btn-default-medium-tr,.x-btn-default-medium-br,.x-btn-default-medium-tc,.x-btn-default-medium-bc,.x-btn-default-medium-ml,.x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-corners.gif)}.x-btn-default-medium-ml,.x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-sides.gif);background-repeat:repeat-y}.x-btn-default-medium-mc{padding:4px 2px 4px 2px}.x-cmd-slicer.x-btn-default-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-corners.gif), sides:url(images/btn/btn-default-medium-sides.gif)" !important}.x-btn-default-medium{border-color:#157fcc}.x-btn-button-default-medium{min-height:24px}.x-ie9m .x-btn-button-default-medium{min-height:auto;height:24px}.x-btn-inner-default-medium{font:300 16px/24px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-medium,.x-btn-icon-left > .x-btn-inner-default-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-medium{max-width:none}.x-btn-icon-el-default-medium{font-size:24px;height:24px;color:#fff;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-medium,.x-btn-icon-right > .x-btn-icon-el-default-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-medium,.x-btn-icon-bottom > .x-btn-icon-el-default-medium{min-width:24px}.x-btn-icon-el-default-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-medium.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-default-medium,.x-btn-split-bottom > .x-btn-button-default-medium{padding-bottom:6px}.x-btn-wrap-default-medium.x-btn-arrow-right:after{width:26px;background-image:url(images/button/default-medium-arrow.png);padding-right:26px}.x-btn-wrap-default-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/default-medium-arrow.png)}.x-btn-wrap-default-medium.x-btn-split-right:after{width:36px;background-image:url(images/button/default-medium-s-arrow.png);padding-right:36px}.x-btn-wrap-default-medium.x-btn-split-bottom:after{height:30px;background-image:url(images/button/default-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-right:8px}.x-btn-focus.x-btn-default-medium{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:40px;pointer-events:none}.x-btn-default-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-medium{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-medium{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-medium,.x-btn.x-btn-pressed.x-btn-default-medium{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-medium,.x-btn-focus.x-btn-pressed.x-btn-default-medium{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-medium{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-medium-tl,.x-btn-focus .x-btn-default-medium-bl,.x-btn-focus .x-btn-default-medium-tr,.x-btn-focus .x-btn-default-medium-br,.x-btn-focus .x-btn-default-medium-tc,.x-btn-focus .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-corners.gif)}.x-btn-focus .x-btn-default-medium-ml,.x-btn-focus .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-sides.gif)}.x-btn-focus .x-btn-default-medium-mc{background-color:#3892d4}.x-btn-over .x-btn-default-medium-tl,.x-btn-over .x-btn-default-medium-bl,.x-btn-over .x-btn-default-medium-tr,.x-btn-over .x-btn-default-medium-br,.x-btn-over .x-btn-default-medium-tc,.x-btn-over .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-over-corners.gif)}.x-btn-over .x-btn-default-medium-ml,.x-btn-over .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-over-sides.gif)}.x-btn-over .x-btn-default-medium-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-medium-tl,.x-btn-focus.x-btn-over .x-btn-default-medium-bl,.x-btn-focus.x-btn-over .x-btn-default-medium-tr,.x-btn-focus.x-btn-over .x-btn-default-medium-br,.x-btn-focus.x-btn-over .x-btn-default-medium-tc,.x-btn-focus.x-btn-over .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-medium-ml,.x-btn-focus.x-btn-over .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-medium-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-medium-tl,.x-btn.x-btn-menu-active .x-btn-default-medium-bl,.x-btn.x-btn-menu-active .x-btn-default-medium-tr,.x-btn.x-btn-menu-active .x-btn-default-medium-br,.x-btn.x-btn-menu-active .x-btn-default-medium-tc,.x-btn.x-btn-menu-active .x-btn-default-medium-bc,.x-btn.x-btn-pressed .x-btn-default-medium-tl,.x-btn.x-btn-pressed .x-btn-default-medium-bl,.x-btn.x-btn-pressed .x-btn-default-medium-tr,.x-btn.x-btn-pressed .x-btn-default-medium-br,.x-btn.x-btn-pressed .x-btn-default-medium-tc,.x-btn.x-btn-pressed .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-medium-ml,.x-btn.x-btn-menu-active .x-btn-default-medium-mr,.x-btn.x-btn-pressed .x-btn-default-medium-ml,.x-btn.x-btn-pressed .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-medium-mc,.x-btn.x-btn-pressed .x-btn-default-medium-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-default-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-default-medium-br,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-default-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-medium-tl,.x-btn.x-btn-disabled .x-btn-default-medium-bl,.x-btn.x-btn-disabled .x-btn-default-medium-tr,.x-btn.x-btn-disabled .x-btn-default-medium-br,.x-btn.x-btn-disabled .x-btn-default-medium-tc,.x-btn.x-btn-disabled .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-medium-ml,.x-btn.x-btn-disabled .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-medium-mc{background-color:#3892d4}.x-nbr .x-btn-default-medium{background-image:none}.x-btn-disabled.x-btn-default-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc{padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc{padding-top:6px !important;padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc{padding-top:6px !important}.x-nbr .x-segmented-button-item.x-btn-default-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-medium:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-medium:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-medium:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-corners.gif), sides:url(images/btn/btn-default-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-over-corners.gif), sides:url(images/btn/btn-default-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-pressed-corners.gif), sides:url(images/btn/btn-default-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-disabled-corners.gif), sides:url(images/btn/btn-default-medium-disabled-sides.gif)" !important}.x-button-default-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-medium-cell > .x-grid-cell-inner >.x-btn-default-medium{vertical-align:top}.x-btn-default-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:5px 4px 5px 4px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-large-mc{background-color:#3892d4}.x-nbr .x-btn-default-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-5-4-5-4}.x-btn-default-large-tl{background-position:0 -6px}.x-btn-default-large-tr{background-position:right -9px}.x-btn-default-large-bl{background-position:0 -12px}.x-btn-default-large-br{background-position:right -15px}.x-btn-default-large-ml{background-position:0 top}.x-btn-default-large-mr{background-position:right top}.x-btn-default-large-tc{background-position:0 0}.x-btn-default-large-bc{background-position:0 -3px}.x-btn-default-large-tr,.x-btn-default-large-br,.x-btn-default-large-mr{padding-right:3px}.x-btn-default-large-tl,.x-btn-default-large-bl,.x-btn-default-large-ml{padding-left:3px}.x-btn-default-large-tc{height:3px}.x-btn-default-large-bc{height:3px}.x-btn-default-large-tl,.x-btn-default-large-bl,.x-btn-default-large-tr,.x-btn-default-large-br,.x-btn-default-large-tc,.x-btn-default-large-bc,.x-btn-default-large-ml,.x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-corners.gif)}.x-btn-default-large-ml,.x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-sides.gif);background-repeat:repeat-y}.x-btn-default-large-mc{padding:3px 2px 3px 2px}.x-cmd-slicer.x-btn-default-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-corners.gif), sides:url(images/btn/btn-default-large-sides.gif)" !important}.x-btn-default-large{border-color:#157fcc}.x-btn-button-default-large{min-height:32px}.x-ie9m .x-btn-button-default-large{min-height:auto;height:32px}.x-btn-inner-default-large{font:300 17px/20px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-large,.x-btn-icon-left > .x-btn-inner-default-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-default-large{max-width:none}.x-btn-icon-el-default-large{font-size:32px;height:32px;color:#fff;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-default-large,.x-btn-icon-right > .x-btn-icon-el-default-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-default-large,.x-btn-icon-bottom > .x-btn-icon-el-default-large{min-width:32px}.x-btn-icon-el-default-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-large.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-default-large,.x-btn-split-bottom > .x-btn-button-default-large{padding-bottom:5px}.x-btn-wrap-default-large.x-btn-arrow-right:after{width:30px;background-image:url(images/button/default-large-arrow.png);padding-right:30px}.x-btn-wrap-default-large.x-btn-arrow-bottom:after{height:24px;background-image:url(images/button/default-large-arrow.png)}.x-btn-wrap-default-large.x-btn-split-right:after{width:42px;background-image:url(images/button/default-large-s-arrow.png);padding-right:42px}.x-btn-wrap-default-large.x-btn-split-bottom:after{height:36px;background-image:url(images/button/default-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-right:10px}.x-btn-focus.x-btn-default-large{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:46px;pointer-events:none}.x-btn-default-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-large{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-large{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-large,.x-btn.x-btn-pressed.x-btn-default-large{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-large,.x-btn-focus.x-btn-pressed.x-btn-default-large{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-large{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-large-tl,.x-btn-focus .x-btn-default-large-bl,.x-btn-focus .x-btn-default-large-tr,.x-btn-focus .x-btn-default-large-br,.x-btn-focus .x-btn-default-large-tc,.x-btn-focus .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-corners.gif)}.x-btn-focus .x-btn-default-large-ml,.x-btn-focus .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-sides.gif)}.x-btn-focus .x-btn-default-large-mc{background-color:#3892d4}.x-btn-over .x-btn-default-large-tl,.x-btn-over .x-btn-default-large-bl,.x-btn-over .x-btn-default-large-tr,.x-btn-over .x-btn-default-large-br,.x-btn-over .x-btn-default-large-tc,.x-btn-over .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-over-corners.gif)}.x-btn-over .x-btn-default-large-ml,.x-btn-over .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-over-sides.gif)}.x-btn-over .x-btn-default-large-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-large-tl,.x-btn-focus.x-btn-over .x-btn-default-large-bl,.x-btn-focus.x-btn-over .x-btn-default-large-tr,.x-btn-focus.x-btn-over .x-btn-default-large-br,.x-btn-focus.x-btn-over .x-btn-default-large-tc,.x-btn-focus.x-btn-over .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-large-ml,.x-btn-focus.x-btn-over .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-large-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-large-tl,.x-btn.x-btn-menu-active .x-btn-default-large-bl,.x-btn.x-btn-menu-active .x-btn-default-large-tr,.x-btn.x-btn-menu-active .x-btn-default-large-br,.x-btn.x-btn-menu-active .x-btn-default-large-tc,.x-btn.x-btn-menu-active .x-btn-default-large-bc,.x-btn.x-btn-pressed .x-btn-default-large-tl,.x-btn.x-btn-pressed .x-btn-default-large-bl,.x-btn.x-btn-pressed .x-btn-default-large-tr,.x-btn.x-btn-pressed .x-btn-default-large-br,.x-btn.x-btn-pressed .x-btn-default-large-tc,.x-btn.x-btn-pressed .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-large-ml,.x-btn.x-btn-menu-active .x-btn-default-large-mr,.x-btn.x-btn-pressed .x-btn-default-large-ml,.x-btn.x-btn-pressed .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-large-mc,.x-btn.x-btn-pressed .x-btn-default-large-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-large-br,.x-btn-focus.x-btn-menu-active .x-btn-default-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-large-bc,.x-btn-focus.x-btn-pressed .x-btn-default-large-tl,.x-btn-focus.x-btn-pressed .x-btn-default-large-bl,.x-btn-focus.x-btn-pressed .x-btn-default-large-tr,.x-btn-focus.x-btn-pressed .x-btn-default-large-br,.x-btn-focus.x-btn-pressed .x-btn-default-large-tc,.x-btn-focus.x-btn-pressed .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-large-mr,.x-btn-focus.x-btn-pressed .x-btn-default-large-ml,.x-btn-focus.x-btn-pressed .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-large-mc,.x-btn-focus.x-btn-pressed .x-btn-default-large-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-large-tl,.x-btn.x-btn-disabled .x-btn-default-large-bl,.x-btn.x-btn-disabled .x-btn-default-large-tr,.x-btn.x-btn-disabled .x-btn-default-large-br,.x-btn.x-btn-disabled .x-btn-default-large-tc,.x-btn.x-btn-disabled .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-large-ml,.x-btn.x-btn-disabled .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-large-mc{background-color:#3892d4}.x-nbr .x-btn-default-large{background-image:none}.x-btn-disabled.x-btn-default-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc{padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc{padding-top:5px !important;padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc{padding-top:5px !important}.x-nbr .x-segmented-button-item.x-btn-default-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-large:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-large:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-large:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-corners.gif), sides:url(images/btn/btn-default-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-over-corners.gif), sides:url(images/btn/btn-default-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-over-corners.gif), sides:url(images/btn/btn-default-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-pressed-corners.gif), sides:url(images/btn/btn-default-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-disabled-corners.gif), sides:url(images/btn/btn-default-large-disabled-sides.gif)" !important}.x-button-default-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-large-cell > .x-grid-cell-inner >.x-btn-default-large{vertical-align:top}.x-btn-default-toolbar-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 4px 3px 4px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-4-3-4}.x-btn-default-toolbar-small-tl{background-position:0 -6px}.x-btn-default-toolbar-small-tr{background-position:right -9px}.x-btn-default-toolbar-small-bl{background-position:0 -12px}.x-btn-default-toolbar-small-br{background-position:right -15px}.x-btn-default-toolbar-small-ml{background-position:0 top}.x-btn-default-toolbar-small-mr{background-position:right top}.x-btn-default-toolbar-small-tc{background-position:0 0}.x-btn-default-toolbar-small-bc{background-position:0 -3px}.x-btn-default-toolbar-small-tr,.x-btn-default-toolbar-small-br,.x-btn-default-toolbar-small-mr{padding-right:3px}.x-btn-default-toolbar-small-tl,.x-btn-default-toolbar-small-bl,.x-btn-default-toolbar-small-ml{padding-left:3px}.x-btn-default-toolbar-small-tc{height:3px}.x-btn-default-toolbar-small-bc{height:3px}.x-btn-default-toolbar-small-tl,.x-btn-default-toolbar-small-bl,.x-btn-default-toolbar-small-tr,.x-btn-default-toolbar-small-br,.x-btn-default-toolbar-small-tc,.x-btn-default-toolbar-small-bc,.x-btn-default-toolbar-small-ml,.x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-corners.gif)}.x-btn-default-toolbar-small-ml,.x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-small-mc{padding:1px 2px 1px 2px}.x-cmd-slicer.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-corners.gif), sides:url(images/btn/btn-default-toolbar-small-sides.gif)" !important}.x-btn-default-toolbar-small{border-color:#d8d8d8}.x-btn-button-default-toolbar-small{min-height:24px}.x-ie9m .x-btn-button-default-toolbar-small{min-height:auto;height:24px}.x-btn-inner-default-toolbar-small{font:300 15px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 6px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-small,.x-btn-icon-left > .x-btn-inner-default-toolbar-small{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-toolbar-small{max-width:none}.x-btn-icon-el-default-toolbar-small{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small{min-width:24px}.x-btn-icon-el-default-toolbar-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-small.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small{padding-right:6px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-right:6px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-small,.x-btn-split-bottom > .x-btn-button-default-toolbar-small{padding-bottom:3px}.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after{width:22px;background-image:url(images/button/default-toolbar-small-arrow.png);padding-right:22px}.x-btn-wrap-default-toolbar-small.x-btn-arrow-bottom:after{height:16px;background-image:url(images/button/default-toolbar-small-arrow.png)}.x-btn-wrap-default-toolbar-small.x-btn-split-right:after{width:30px;background-image:url(images/button/default-toolbar-small-s-arrow.png);padding-right:30px}.x-btn-wrap-default-toolbar-small.x-btn-split-bottom:after{height:24px;background-image:url(images/button/default-toolbar-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small{padding-right:6px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-right:6px}.x-btn-focus.x-btn-default-toolbar-small{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:34px;pointer-events:none}.x-btn-default-toolbar-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-small{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-small,.x-btn.x-btn-pressed.x-btn-default-toolbar-small{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-small{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-small-tl,.x-btn-focus .x-btn-default-toolbar-small-bl,.x-btn-focus .x-btn-default-toolbar-small-tr,.x-btn-focus .x-btn-default-toolbar-small-br,.x-btn-focus .x-btn-default-toolbar-small-tc,.x-btn-focus .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-small-ml,.x-btn-focus .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-small-tl,.x-btn-over .x-btn-default-toolbar-small-bl,.x-btn-over .x-btn-default-toolbar-small-tr,.x-btn-over .x-btn-default-toolbar-small-br,.x-btn-over .x-btn-default-toolbar-small-tc,.x-btn-over .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-small-ml,.x-btn-over .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-small-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-small{background-image:none}.x-btn-disabled.x-btn-default-toolbar-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)" !important}.x-button-default-toolbar-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-default-toolbar-small-cell > .x-grid-cell-inner >.x-btn-default-toolbar-small{vertical-align:top}.x-btn-default-toolbar-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:6px 4px 6px 4px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-6-4-6-4}.x-btn-default-toolbar-medium-tl{background-position:0 -6px}.x-btn-default-toolbar-medium-tr{background-position:right -9px}.x-btn-default-toolbar-medium-bl{background-position:0 -12px}.x-btn-default-toolbar-medium-br{background-position:right -15px}.x-btn-default-toolbar-medium-ml{background-position:0 top}.x-btn-default-toolbar-medium-mr{background-position:right top}.x-btn-default-toolbar-medium-tc{background-position:0 0}.x-btn-default-toolbar-medium-bc{background-position:0 -3px}.x-btn-default-toolbar-medium-tr,.x-btn-default-toolbar-medium-br,.x-btn-default-toolbar-medium-mr{padding-right:3px}.x-btn-default-toolbar-medium-tl,.x-btn-default-toolbar-medium-bl,.x-btn-default-toolbar-medium-ml{padding-left:3px}.x-btn-default-toolbar-medium-tc{height:3px}.x-btn-default-toolbar-medium-bc{height:3px}.x-btn-default-toolbar-medium-tl,.x-btn-default-toolbar-medium-bl,.x-btn-default-toolbar-medium-tr,.x-btn-default-toolbar-medium-br,.x-btn-default-toolbar-medium-tc,.x-btn-default-toolbar-medium-bc,.x-btn-default-toolbar-medium-ml,.x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-corners.gif)}.x-btn-default-toolbar-medium-ml,.x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-medium-mc{padding:4px 2px 4px 2px}.x-cmd-slicer.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-sides.gif)" !important}.x-btn-default-toolbar-medium{border-color:#d8d8d8}.x-btn-button-default-toolbar-medium{min-height:24px}.x-ie9m .x-btn-button-default-toolbar-medium{min-height:auto;height:24px}.x-btn-inner-default-toolbar-medium{font:300 16px/24px helvetica, arial, verdana, sans-serif;color:#666;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-medium,.x-btn-icon-left > .x-btn-inner-default-toolbar-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-toolbar-medium{max-width:none}.x-btn-icon-el-default-toolbar-medium{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium{min-width:24px}.x-btn-icon-el-default-toolbar-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-medium.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-medium,.x-btn-split-bottom > .x-btn-button-default-toolbar-medium{padding-bottom:6px}.x-btn-wrap-default-toolbar-medium.x-btn-arrow-right:after{width:26px;background-image:url(images/button/default-toolbar-medium-arrow.png);padding-right:26px}.x-btn-wrap-default-toolbar-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/default-toolbar-medium-arrow.png)}.x-btn-wrap-default-toolbar-medium.x-btn-split-right:after{width:36px;background-image:url(images/button/default-toolbar-medium-s-arrow.png);padding-right:36px}.x-btn-wrap-default-toolbar-medium.x-btn-split-bottom:after{height:30px;background-image:url(images/button/default-toolbar-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-right:8px}.x-btn-focus.x-btn-default-toolbar-medium{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:40px;pointer-events:none}.x-btn-default-toolbar-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-medium{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-medium,.x-btn.x-btn-pressed.x-btn-default-toolbar-medium{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-medium{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-medium-tl,.x-btn-focus .x-btn-default-toolbar-medium-bl,.x-btn-focus .x-btn-default-toolbar-medium-tr,.x-btn-focus .x-btn-default-toolbar-medium-br,.x-btn-focus .x-btn-default-toolbar-medium-tc,.x-btn-focus .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-medium-ml,.x-btn-focus .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-medium-tl,.x-btn-over .x-btn-default-toolbar-medium-bl,.x-btn-over .x-btn-default-toolbar-medium-tr,.x-btn-over .x-btn-default-toolbar-medium-br,.x-btn-over .x-btn-default-toolbar-medium-tc,.x-btn-over .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-medium-ml,.x-btn-over .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-medium-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-medium{background-image:none}.x-btn-disabled.x-btn-default-toolbar-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc{padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc{padding-top:6px !important;padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc{padding-top:6px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)" !important}.x-button-default-toolbar-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-default-toolbar-medium{vertical-align:top}.x-btn-default-toolbar-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:5px 4px 5px 4px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-5-4-5-4}.x-btn-default-toolbar-large-tl{background-position:0 -6px}.x-btn-default-toolbar-large-tr{background-position:right -9px}.x-btn-default-toolbar-large-bl{background-position:0 -12px}.x-btn-default-toolbar-large-br{background-position:right -15px}.x-btn-default-toolbar-large-ml{background-position:0 top}.x-btn-default-toolbar-large-mr{background-position:right top}.x-btn-default-toolbar-large-tc{background-position:0 0}.x-btn-default-toolbar-large-bc{background-position:0 -3px}.x-btn-default-toolbar-large-tr,.x-btn-default-toolbar-large-br,.x-btn-default-toolbar-large-mr{padding-right:3px}.x-btn-default-toolbar-large-tl,.x-btn-default-toolbar-large-bl,.x-btn-default-toolbar-large-ml{padding-left:3px}.x-btn-default-toolbar-large-tc{height:3px}.x-btn-default-toolbar-large-bc{height:3px}.x-btn-default-toolbar-large-tl,.x-btn-default-toolbar-large-bl,.x-btn-default-toolbar-large-tr,.x-btn-default-toolbar-large-br,.x-btn-default-toolbar-large-tc,.x-btn-default-toolbar-large-bc,.x-btn-default-toolbar-large-ml,.x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-corners.gif)}.x-btn-default-toolbar-large-ml,.x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-large-mc{padding:3px 2px 3px 2px}.x-cmd-slicer.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-corners.gif), sides:url(images/btn/btn-default-toolbar-large-sides.gif)" !important}.x-btn-default-toolbar-large{border-color:#d8d8d8}.x-btn-button-default-toolbar-large{min-height:32px}.x-ie9m .x-btn-button-default-toolbar-large{min-height:auto;height:32px}.x-btn-inner-default-toolbar-large{font:300 17px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-large,.x-btn-icon-left > .x-btn-inner-default-toolbar-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-default-toolbar-large{max-width:none}.x-btn-icon-el-default-toolbar-large{font-size:32px;height:32px;color:#666;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large{min-width:32px}.x-btn-icon-el-default-toolbar-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-large.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-large,.x-btn-split-bottom > .x-btn-button-default-toolbar-large{padding-bottom:5px}.x-btn-wrap-default-toolbar-large.x-btn-arrow-right:after{width:30px;background-image:url(images/button/default-toolbar-large-arrow.png);padding-right:30px}.x-btn-wrap-default-toolbar-large.x-btn-arrow-bottom:after{height:24px;background-image:url(images/button/default-toolbar-large-arrow.png)}.x-btn-wrap-default-toolbar-large.x-btn-split-right:after{width:42px;background-image:url(images/button/default-toolbar-large-s-arrow.png);padding-right:42px}.x-btn-wrap-default-toolbar-large.x-btn-split-bottom:after{height:36px;background-image:url(images/button/default-toolbar-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-right:10px}.x-btn-focus.x-btn-default-toolbar-large{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:46px;pointer-events:none}.x-btn-default-toolbar-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-large{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-large,.x-btn.x-btn-pressed.x-btn-default-toolbar-large{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-large{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-large-tl,.x-btn-focus .x-btn-default-toolbar-large-bl,.x-btn-focus .x-btn-default-toolbar-large-tr,.x-btn-focus .x-btn-default-toolbar-large-br,.x-btn-focus .x-btn-default-toolbar-large-tc,.x-btn-focus .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-large-ml,.x-btn-focus .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-large-tl,.x-btn-over .x-btn-default-toolbar-large-bl,.x-btn-over .x-btn-default-toolbar-large-tr,.x-btn-over .x-btn-default-toolbar-large-br,.x-btn-over .x-btn-default-toolbar-large-tc,.x-btn-over .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-large-ml,.x-btn-over .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-large-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-large{background-image:none}.x-btn-disabled.x-btn-default-toolbar-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc{padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc{padding-top:5px !important;padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc{padding-top:5px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)" !important}.x-button-default-toolbar-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-toolbar-large-cell > .x-grid-cell-inner >.x-btn-default-toolbar-large{vertical-align:top}.x-tool{cursor:pointer}.x-tool-img{overflow:hidden;width:32px;height:32px;background-image:url(images/tools/tool-sprites.png);margin:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-tool-over .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.x-tool-pressed .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-tool-placeholder{visibility:hidden}.x-tool-close{background-position:0 0}.x-tool-minimize{background-position:0 -32px}.x-tool-maximize{background-position:0 -64px}.x-tool-restore{background-position:0 -96px}.x-tool-toggle{background-position:0 -128px}.x-panel-collapsed .x-tool-toggle{background-position:0 -160px}.x-tool-gear{background-position:0 -192px}.x-tool-prev{background-position:0 -224px}.x-tool-next{background-position:0 -256px}.x-tool-pin{background-position:0 -288px}.x-tool-unpin{background-position:0 -320px}.x-tool-right{background-position:0 -352px}.x-tool-left{background-position:0 -384px}.x-tool-down{background-position:0 -416px}.x-tool-up{background-position:0 -448px}.x-tool-refresh{background-position:0 -480px}.x-tool-plus{background-position:0 -512px}.x-tool-minus{background-position:0 -544px}.x-tool-search{background-position:0 -576px}.x-tool-save{background-position:0 -608px}.x-tool-help{background-position:0 -640px}.x-tool-print{background-position:0 -672px}.x-tool-expand{background-position:0 -704px}.x-tool-collapse{background-position:0 -736px}.x-tool-resize{background-position:0 -768px}.x-tool-move{background-position:0 -800px}.x-tool-expand-bottom{background-position:0 -416px}.x-tool-collapse-bottom{background-position:0 -416px}.x-tool-expand-top{background-position:0 -448px}.x-tool-collapse-top{background-position:0 -448px}.x-tool-expand-left{background-position:0 -384px}.x-tool-collapse-left{background-position:0 -384px}.x-tool-expand-right{background-position:0 -352px}.x-tool-collapse-right{background-position:0 -352px}.x-header-draggable,.x-header-ghost{cursor:move}.x-header-text{white-space:nowrap}.x-collapse-el{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-layout-split-left{background-image:url(images/util/splitter/mini-left.png)}.x-layout-split-right{background-image:url(images/util/splitter/mini-right.png)}.x-layout-split-top{background-image:url(images/util/splitter/mini-top.png)}.x-layout-split-bottom{background-image:url(images/util/splitter/mini-bottom.png)}.x-splitter-collapsed .x-layout-split-left{background-image:url(images/util/splitter/mini-right.png)}.x-splitter-collapsed .x-layout-split-right{background-image:url(images/util/splitter/mini-left.png)}.x-splitter-collapsed .x-layout-split-top{background-image:url(images/util/splitter/mini-bottom.png)}.x-splitter-collapsed .x-layout-split-bottom{background-image:url(images/util/splitter/mini-top.png)}.x-splitter-active{background-color:#b4b4b4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-splitter-active .x-collapse-el{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-layout-split-left,.x-layout-split-right{top:50%;margin-top:-16px;width:16px;height:32px}.x-layout-split-top,.x-layout-split-bottom{left:50%;width:32px;height:16px;margin-left:-16px}.x-splitter-focus:after{position:absolute;content:' ';top:0px;right:0px;bottom:0px;left:0px;border:1px solid #157fcc;pointer-events:none}.x-toolbar-default{padding:6px 0 6px 8px;border-style:solid;border-color:#cfcfcf;border-width:1px;background-image:none;background-color:#fff}.x-toolbar-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-toolbar-default .x-toolbar-item{margin:0 8px 0 0}.x-toolbar-default .x-toolbar-separator-horizontal{margin:0 8px 0 0;height:14px;border-style:solid;border-width:0 0 0 1px;border-left-color:#e1e1e1;border-right-color:#fff}.x-toolbar-default .x-box-menu-after{margin:0 8px}.x-toolbar-default-vertical{padding:6px 8px 0}.x-toolbar-default-vertical .x-toolbar-item{margin:0 0 6px 0}.x-toolbar-default-vertical .x-toolbar-separator-vertical{margin:0 5px 6px;border-style:solid none;border-width:1px 0 0;border-top-color:#e1e1e1;border-bottom-color:#fff}.x-toolbar-default-vertical .x-box-menu-after{margin:6px 0}.x-toolbar-text-default{padding:0 4px;color:#334049;font:300 15px/16px helvetica, arial, verdana, sans-serif}.x-toolbar-spacer-default{width:2px}.x-toolbar-default-scroller .x-box-scroller-body-horizontal{margin-left:32px}.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:34px}.x-box-scroller-toolbar-default{cursor:pointer;color:#cfcfcf;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-toolbar-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-toolbar-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-toolbar-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-toolbar-default.x-box-scroller-left,.x-box-scroller-toolbar-default.x-box-scroller-right{width:32px;height:32px;top:50%;margin-top:-16px}.x-box-scroller-toolbar-default.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/default-scroll-left.png)}.x-box-scroller-toolbar-default.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/default-scroll-right.png)}.x-box-scroller-toolbar-default.x-box-scroller-top,.x-box-scroller-toolbar-default.x-box-scroller-bottom{height:32px;width:32px;left:50%;margin-left:-16px}.x-box-scroller-toolbar-default.x-box-scroller-top{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/toolbar/default-scroll-top.png)}.x-box-scroller-toolbar-default.x-box-scroller-bottom{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/toolbar/default-scroll-bottom.png)}.x-ie8 .x-box-scroller-toolbar-default{background-color:#fff}.x-toolbar-more-icon{background-image:url(images/toolbar/default-more.png)}.x-cmd-slicer.x-toolbar-default:before{display:none;content:"x-slicer:" !important}.x-toolbar-footer{padding:6px 0 6px 6px;border-style:solid;border-color:#cfcfcf;border-width:0;background-image:none;background-color:#e7e7e7}.x-toolbar-footer .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#e7e7e7}.x-toolbar-footer .x-toolbar-item{margin:0 6px 0 0}.x-toolbar-footer .x-toolbar-separator-horizontal{margin:0 8px 0 0;height:14px;border-style:solid;border-width:0 0 0 1px;border-left-color:#e1e1e1;border-right-color:#fff}.x-toolbar-footer .x-box-menu-after{margin:0 6px}.x-toolbar-footer-vertical{padding:6px 6px 0}.x-toolbar-footer-vertical .x-toolbar-item{margin:0 0 6px 0}.x-toolbar-footer-vertical .x-toolbar-separator-vertical{margin:0 5px 6px;border-style:solid none;border-width:1px 0 0;border-top-color:#e1e1e1;border-bottom-color:#fff}.x-toolbar-footer-vertical .x-box-menu-after{margin:6px 0}.x-toolbar-text-footer{padding:0 4px;color:#334049;font:300 15px/16px helvetica, arial, verdana, sans-serif}.x-toolbar-spacer-footer{width:2px}.x-toolbar-footer-scroller .x-box-scroller-body-horizontal{margin-left:34px}.x-toolbar-footer-vertical-scroller .x-box-scroller-body-vertical{margin-top:34px}.x-box-scroller-toolbar-footer{cursor:pointer;color:#cfcfcf;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-toolbar-footer.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-toolbar-footer.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-toolbar-footer.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-toolbar-footer.x-box-scroller-left,.x-box-scroller-toolbar-footer.x-box-scroller-right{width:32px;height:32px;top:50%;margin-top:-16px}.x-box-scroller-toolbar-footer.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/footer-scroll-left.png)}.x-box-scroller-toolbar-footer.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/footer-scroll-right.png)}.x-ie8 .x-box-scroller-toolbar-footer{background-color:#e7e7e7}.x-toolbar-more-icon{background-image:url(images/toolbar/footer-more.png)}.x-cmd-slicer.x-toolbar-footer:before{display:none;content:"x-slicer:" !important}.x-dd-drag-proxy{color:#000;font:300 15px/19px helvetica, arial, verdana, sans-serif;border:1px solid #e1e1e1;background-color:#fff}.x-dd-drag-ghost,.x-dd-drop-icon{padding:5px}.x-dd-drag-ghost{padding-left:0}.x-dd-drop-ok .x-dd-drop-icon{background-image:url(images/dd/drop-yes.png)}.x-dd-drop-ok-add .x-dd-drop-icon{background-image:url(images/dd/drop-add.png)}.x-dd-drop-nodrop div.x-dd-drop-icon{background-image:url(images/dd/drop-no.png)}.x-panel-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-panel-default{border-color:#f5f5f5;padding:0}.x-panel-header-default{font-size:17px;border:1px solid #f5f5f5}.x-panel-header-default .x-tool-img{background-color:#f5f5f5}.x-panel-header-default-horizontal{padding:5px 15px 6px}.x-panel-header-default-horizontal .x-panel-header-default-tab-bar{margin-top:-5px;margin-bottom:-6px}.x-panel-header-default-horizontal.x-header-noborder{padding:6px 16px 6px 16px}.x-panel-header-default-horizontal.x-header-noborder .x-panel-header-default-tab-bar{margin-top:-6px;margin-bottom:-6px}.x-panel-header-default-vertical{padding:15px 5px 15px 6px}.x-panel-header-default-vertical .x-panel-header-default-tab-bar{margin-right:-5px;margin-left:-6px}.x-panel-header-default-vertical.x-header-noborder{padding:16px 6px 16px 6px}.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar{margin-right:-6px;margin-left:-6px}.x-panel-header-title-default{color:#157fcc;font-size:17px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-panel-header-title-default > .x-title-text-default{text-transform:none;padding:0}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{color:#85bae1}.x-panel-body-default{background:#fff;border-color:#cfcfcf;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-header-default{background-image:none;background-color:#f5f5f5}.x-panel-header-default-vertical{background-image:none;background-color:#f5f5f5}.x-panel .x-panel-header-default-collapsed-border-top{border-bottom-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-right{border-left-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-bottom{border-top-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-left{border-right-width:1px !important}.x-cmd-slicer.x-panel-header-default-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-panel-header-default-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-panel-header-default-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-panel-header-default-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-panel-header-default-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-default-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-default-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-default .x-tool-focus{outline:none}.x-ie8 .x-panel-header-default .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-panel-default-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-default-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-panel-default-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-panel-default-framed{border-color:#f5f5f5;padding:0}.x-panel-header-default-framed{font-size:17px;border:1px solid #f5f5f5}.x-panel-header-default-framed .x-tool-img{background-color:#f5f5f5}.x-panel-header-default-framed-horizontal{padding:5px 15px 5px 15px}.x-panel-header-default-framed-horizontal .x-panel-header-default-framed-tab-bar{margin-top:-5px;margin-bottom:-5px}.x-panel-header-default-framed-horizontal.x-header-noborder{padding:6px 16px 5px 16px}.x-panel-header-default-framed-horizontal.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-top:-6px;margin-bottom:-5px}.x-panel-header-default-framed-vertical{padding:15px 5px 15px 5px}.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar{margin-right:-5px;margin-left:-5px}.x-panel-header-default-framed-vertical.x-header-noborder{padding:16px 6px 16px 5px}.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-right:-6px;margin-left:-5px}.x-panel-header-title-default-framed{color:#157fcc;font-size:17px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-panel-header-title-default-framed > .x-title-text-default-framed{text-transform:none;padding:0}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed{color:#85bae1}.x-panel-body-default-framed{background:#fff;border-color:#cfcfcf;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-default-framed{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-panel-default-framed-mc{background-color:#fff}.x-nbr .x-panel-default-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-default-framed-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-panel-default-framed-tl{background-position:0 -8px}.x-panel-default-framed-tr{background-position:right -12px}.x-panel-default-framed-bl{background-position:0 -16px}.x-panel-default-framed-br{background-position:right -20px}.x-panel-default-framed-ml{background-position:0 top}.x-panel-default-framed-mr{background-position:right top}.x-panel-default-framed-tc{background-position:0 0}.x-panel-default-framed-bc{background-position:0 -4px}.x-panel-default-framed-tr,.x-panel-default-framed-br,.x-panel-default-framed-mr{padding-right:4px}.x-panel-default-framed-tl,.x-panel-default-framed-bl,.x-panel-default-framed-ml{padding-left:4px}.x-panel-default-framed-tc{height:4px}.x-panel-default-framed-bc{height:4px}.x-panel-default-framed-tl,.x-panel-default-framed-bl,.x-panel-default-framed-tr,.x-panel-default-framed-br,.x-panel-default-framed-tc,.x-panel-default-framed-bc,.x-panel-default-framed-ml,.x-panel-default-framed-mr{background-image:url(images/panel/panel-default-framed-corners.gif)}.x-panel-default-framed-ml,.x-panel-default-framed-mr{background-image:url(images/panel/panel-default-framed-sides.gif);background-repeat:repeat-y}.x-panel-default-framed-mc{padding:0 0 0 0}.x-cmd-slicer.x-panel-default-framed:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-default-framed-corners.gif), sides:url(images/panel/panel-default-framed-sides.gif)" !important}.x-panel-header-default-framed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 15px 5px 15px;border-width:1px 1px 0 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-top-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-top-frameInfo{font-family:dh-4-4-0-4-1-1-0-1-5-15-5-15}.x-panel-header-default-framed-top-tl{background-position:0 -8px}.x-panel-header-default-framed-top-tr{background-position:right -12px}.x-panel-header-default-framed-top-bl{background-position:0 -16px}.x-panel-header-default-framed-top-br{background-position:right -20px}.x-panel-header-default-framed-top-ml{background-position:0 top}.x-panel-header-default-framed-top-mr{background-position:right top}.x-panel-header-default-framed-top-tc{background-position:0 0}.x-panel-header-default-framed-top-bc{background-position:0 -4px}.x-panel-header-default-framed-top-tr,.x-panel-header-default-framed-top-br,.x-panel-header-default-framed-top-mr{padding-right:4px}.x-panel-header-default-framed-top-tl,.x-panel-header-default-framed-top-bl,.x-panel-header-default-framed-top-ml{padding-left:4px}.x-panel-header-default-framed-top-tc{height:4px}.x-panel-header-default-framed-top-bc{height:0}.x-panel-header-default-framed-top-tl,.x-panel-header-default-framed-top-bl,.x-panel-header-default-framed-top-tr,.x-panel-header-default-framed-top-br,.x-panel-header-default-framed-top-tc,.x-panel-header-default-framed-top-bc,.x-panel-header-default-framed-top-ml,.x-panel-header-default-framed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-top-corners.gif)}.x-panel-header-default-framed-top-ml,.x-panel-header-default-framed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-top-mc{padding:2px 12px 5px 12px}.x-cmd-slicer.x-panel-header-default-framed-top:before{display:none;content:"x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-default-framed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-top-sides.gif)" !important}.x-panel-header-default-framed-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:15px 5px 15px 5px;border-width:1px 1px 1px 0;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-right-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-right-frameInfo{font-family:dh-4-4-4-0-1-1-1-0-15-5-15-5}.x-panel-header-default-framed-right-tl{background-position:0 -8px}.x-panel-header-default-framed-right-tr{background-position:right -12px}.x-panel-header-default-framed-right-bl{background-position:0 -16px}.x-panel-header-default-framed-right-br{background-position:right -20px}.x-panel-header-default-framed-right-ml{background-position:right 0}.x-panel-header-default-framed-right-mr{background-position:right 0}.x-panel-header-default-framed-right-tc{background-position:0 0}.x-panel-header-default-framed-right-bc{background-position:0 -4px}.x-panel-header-default-framed-right-tr,.x-panel-header-default-framed-right-br,.x-panel-header-default-framed-right-mr{padding-right:4px}.x-panel-header-default-framed-right-tl,.x-panel-header-default-framed-right-bl,.x-panel-header-default-framed-right-ml{padding-left:0}.x-panel-header-default-framed-right-tc{height:4px}.x-panel-header-default-framed-right-bc{height:4px}.x-panel-header-default-framed-right-tl,.x-panel-header-default-framed-right-bl,.x-panel-header-default-framed-right-tr,.x-panel-header-default-framed-right-br,.x-panel-header-default-framed-right-tc,.x-panel-header-default-framed-right-bc,.x-panel-header-default-framed-right-ml,.x-panel-header-default-framed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-right-corners.gif)}.x-panel-header-default-framed-right-ml,.x-panel-header-default-framed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-right-mc{padding:12px 2px 12px 5px}.x-cmd-slicer.x-panel-header-default-framed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-default-framed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-right-sides.gif)" !important}.x-panel-header-default-framed-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:0 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-bottom-frameInfo{font-family:dh-0-4-4-4-0-1-1-1-5-15-5-15}.x-panel-header-default-framed-bottom-tl{background-position:0 -8px}.x-panel-header-default-framed-bottom-tr{background-position:right -12px}.x-panel-header-default-framed-bottom-bl{background-position:0 -16px}.x-panel-header-default-framed-bottom-br{background-position:right -20px}.x-panel-header-default-framed-bottom-ml{background-position:0 bottom}.x-panel-header-default-framed-bottom-mr{background-position:right bottom}.x-panel-header-default-framed-bottom-tc{background-position:0 0}.x-panel-header-default-framed-bottom-bc{background-position:0 -4px}.x-panel-header-default-framed-bottom-tr,.x-panel-header-default-framed-bottom-br,.x-panel-header-default-framed-bottom-mr{padding-right:4px}.x-panel-header-default-framed-bottom-tl,.x-panel-header-default-framed-bottom-bl,.x-panel-header-default-framed-bottom-ml{padding-left:4px}.x-panel-header-default-framed-bottom-tc{height:0}.x-panel-header-default-framed-bottom-bc{height:4px}.x-panel-header-default-framed-bottom-tl,.x-panel-header-default-framed-bottom-bl,.x-panel-header-default-framed-bottom-tr,.x-panel-header-default-framed-bottom-br,.x-panel-header-default-framed-bottom-tc,.x-panel-header-default-framed-bottom-bc,.x-panel-header-default-framed-bottom-ml,.x-panel-header-default-framed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-bottom-corners.gif)}.x-panel-header-default-framed-bottom-ml,.x-panel-header-default-framed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-bottom-mc{padding:5px 12px 2px 12px}.x-cmd-slicer.x-panel-header-default-framed-bottom:before{display:none;content:"x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-bottom-sides.gif)" !important}.x-panel-header-default-framed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px 0 1px 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-left-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-left-frameInfo{font-family:dh-4-0-4-4-1-0-1-1-15-5-15-5}.x-panel-header-default-framed-left-tl{background-position:0 -8px}.x-panel-header-default-framed-left-tr{background-position:right -12px}.x-panel-header-default-framed-left-bl{background-position:0 -16px}.x-panel-header-default-framed-left-br{background-position:right -20px}.x-panel-header-default-framed-left-ml{background-position:left 0}.x-panel-header-default-framed-left-mr{background-position:left 0}.x-panel-header-default-framed-left-tc{background-position:0 0}.x-panel-header-default-framed-left-bc{background-position:0 -4px}.x-panel-header-default-framed-left-tr,.x-panel-header-default-framed-left-br,.x-panel-header-default-framed-left-mr{padding-right:0}.x-panel-header-default-framed-left-tl,.x-panel-header-default-framed-left-bl,.x-panel-header-default-framed-left-ml{padding-left:4px}.x-panel-header-default-framed-left-tc{height:4px}.x-panel-header-default-framed-left-bc{height:4px}.x-panel-header-default-framed-left-tl,.x-panel-header-default-framed-left-bl,.x-panel-header-default-framed-left-tr,.x-panel-header-default-framed-left-br,.x-panel-header-default-framed-left-tc,.x-panel-header-default-framed-left-bc,.x-panel-header-default-framed-left-ml,.x-panel-header-default-framed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-left-corners.gif)}.x-panel-header-default-framed-left-ml,.x-panel-header-default-framed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-left-mc{padding:12px 5px 12px 2px}.x-cmd-slicer.x-panel-header-default-framed-left:before{display:none;content:"x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-default-framed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-left-sides.gif)" !important}.x-panel-header-default-framed-collapsed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-top-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-panel-header-default-framed-collapsed-top-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-top-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-top-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-top-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-top-ml{background-position:0 top}.x-panel-header-default-framed-collapsed-top-mr{background-position:right top}.x-panel-header-default-framed-collapsed-top-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-top-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-top-tr,.x-panel-header-default-framed-collapsed-top-br,.x-panel-header-default-framed-collapsed-top-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-top-tl,.x-panel-header-default-framed-collapsed-top-bl,.x-panel-header-default-framed-collapsed-top-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-top-tc{height:4px}.x-panel-header-default-framed-collapsed-top-bc{height:4px}.x-panel-header-default-framed-collapsed-top-tl,.x-panel-header-default-framed-collapsed-top-bl,.x-panel-header-default-framed-collapsed-top-tr,.x-panel-header-default-framed-collapsed-top-br,.x-panel-header-default-framed-collapsed-top-tc,.x-panel-header-default-framed-collapsed-top-bc,.x-panel-header-default-framed-collapsed-top-ml,.x-panel-header-default-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif)}.x-panel-header-default-framed-collapsed-top-ml,.x-panel-header-default-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-top-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif)" !important}.x-panel-header-default-framed-collapsed-right{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-right-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-panel-header-default-framed-collapsed-right-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-right-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-right-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-right-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-right-ml{background-position:right 0}.x-panel-header-default-framed-collapsed-right-mr{background-position:right 0}.x-panel-header-default-framed-collapsed-right-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-right-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-right-tr,.x-panel-header-default-framed-collapsed-right-br,.x-panel-header-default-framed-collapsed-right-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-right-tl,.x-panel-header-default-framed-collapsed-right-bl,.x-panel-header-default-framed-collapsed-right-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-right-tc{height:4px}.x-panel-header-default-framed-collapsed-right-bc{height:4px}.x-panel-header-default-framed-collapsed-right-tl,.x-panel-header-default-framed-collapsed-right-bl,.x-panel-header-default-framed-collapsed-right-tr,.x-panel-header-default-framed-collapsed-right-br,.x-panel-header-default-framed-collapsed-right-tc,.x-panel-header-default-framed-collapsed-right-bc,.x-panel-header-default-framed-collapsed-right-ml,.x-panel-header-default-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif)}.x-panel-header-default-framed-collapsed-right-ml,.x-panel-header-default-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-right-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif)" !important}.x-panel-header-default-framed-collapsed-bottom{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-panel-header-default-framed-collapsed-bottom-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-bottom-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-bottom-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-bottom-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-bottom-ml{background-position:0 bottom}.x-panel-header-default-framed-collapsed-bottom-mr{background-position:right bottom}.x-panel-header-default-framed-collapsed-bottom-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-bottom-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-bottom-tr,.x-panel-header-default-framed-collapsed-bottom-br,.x-panel-header-default-framed-collapsed-bottom-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-bottom-tl,.x-panel-header-default-framed-collapsed-bottom-bl,.x-panel-header-default-framed-collapsed-bottom-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-bottom-tc{height:4px}.x-panel-header-default-framed-collapsed-bottom-bc{height:4px}.x-panel-header-default-framed-collapsed-bottom-tl,.x-panel-header-default-framed-collapsed-bottom-bl,.x-panel-header-default-framed-collapsed-bottom-tr,.x-panel-header-default-framed-collapsed-bottom-br,.x-panel-header-default-framed-collapsed-bottom-tc,.x-panel-header-default-framed-collapsed-bottom-bc,.x-panel-header-default-framed-collapsed-bottom-ml,.x-panel-header-default-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif)}.x-panel-header-default-framed-collapsed-bottom-ml,.x-panel-header-default-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-bottom-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif)" !important}.x-panel-header-default-framed-collapsed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-left-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-panel-header-default-framed-collapsed-left-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-left-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-left-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-left-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-left-ml{background-position:left 0}.x-panel-header-default-framed-collapsed-left-mr{background-position:left 0}.x-panel-header-default-framed-collapsed-left-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-left-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-left-tr,.x-panel-header-default-framed-collapsed-left-br,.x-panel-header-default-framed-collapsed-left-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-left-tl,.x-panel-header-default-framed-collapsed-left-bl,.x-panel-header-default-framed-collapsed-left-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-left-tc{height:4px}.x-panel-header-default-framed-collapsed-left-bc{height:4px}.x-panel-header-default-framed-collapsed-left-tl,.x-panel-header-default-framed-collapsed-left-bl,.x-panel-header-default-framed-collapsed-left-tr,.x-panel-header-default-framed-collapsed-left-br,.x-panel-header-default-framed-collapsed-left-tc,.x-panel-header-default-framed-collapsed-left-bc,.x-panel-header-default-framed-collapsed-left-ml,.x-panel-header-default-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif)}.x-panel-header-default-framed-collapsed-left-ml,.x-panel-header-default-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-left-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif)" !important}.x-panel .x-panel-header-default-framed-top{border-bottom-width:1px !important}.x-panel .x-panel-header-default-framed-right{border-left-width:1px !important}.x-panel .x-panel-header-default-framed-bottom{border-top-width:1px !important}.x-panel .x-panel-header-default-framed-left{border-right-width:1px !important}.x-nbr .x-panel-header-default-framed-collapsed-top{border-bottom-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-right{border-left-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-bottom{border-top-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-left{border-right-width:0 !important}.x-panel-header-default-framed-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-default-framed-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-default-framed-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-framed-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default-framed .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-default-framed .x-tool-focus{outline:none}.x-ie8 .x-panel-header-default-framed .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-panel-default-framed-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-default-framed-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-framed-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-panel-default-framed-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-framed-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-btn-group-default{border-color:#fff;-webkit-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;-moz-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset}.x-btn-group-header-default{padding:4px 5px;line-height:16px;background:#fff;-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px}.x-btn-group-header-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-btn-group-header-title-default{font:300 15px helvetica, arial, verdana, sans-serif;line-height:16px;color:#000}.x-btn-group-body-default{padding:0 1px}.x-btn-group-body-default .x-table-layout{border-spacing:5px}.x-btn-group-default-framed{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:0px 1px 0px 1px;border-width:3px;border-style:solid;background-color:#fff}.x-btn-group-default-framed-mc{background-color:#fff}.x-nbr .x-btn-group-default-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-group-default-framed-frameInfo{font-family:dh-3-3-3-3-3-3-3-3-0-1-0-1}.x-btn-group-default-framed-tl{background-position:0 -6px}.x-btn-group-default-framed-tr{background-position:right -9px}.x-btn-group-default-framed-bl{background-position:0 -12px}.x-btn-group-default-framed-br{background-position:right -15px}.x-btn-group-default-framed-ml{background-position:0 top}.x-btn-group-default-framed-mr{background-position:right top}.x-btn-group-default-framed-tc{background-position:0 0}.x-btn-group-default-framed-bc{background-position:0 -3px}.x-btn-group-default-framed-tr,.x-btn-group-default-framed-br,.x-btn-group-default-framed-mr{padding-right:3px}.x-btn-group-default-framed-tl,.x-btn-group-default-framed-bl,.x-btn-group-default-framed-ml{padding-left:3px}.x-btn-group-default-framed-tc{height:3px}.x-btn-group-default-framed-bc{height:3px}.x-btn-group-default-framed-tl,.x-btn-group-default-framed-bl,.x-btn-group-default-framed-tr,.x-btn-group-default-framed-br,.x-btn-group-default-framed-tc,.x-btn-group-default-framed-bc,.x-btn-group-default-framed-ml,.x-btn-group-default-framed-mr{background-image:url(images/btn-group/btn-group-default-framed-corners.gif)}.x-btn-group-default-framed-ml,.x-btn-group-default-framed-mr{background-image:url(images/btn-group/btn-group-default-framed-sides.gif);background-repeat:repeat-y}.x-btn-group-default-framed-mc{padding:0px 1px 0px 1px}.x-cmd-slicer.x-btn-group-default-framed:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-corners.gif), sides:url(images/btn-group/btn-group-default-framed-sides.gif)" !important}.x-btn-group-default-framed-notitle{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:0px 1px 0px 1px;border-width:3px;border-style:solid;background-color:#fff}.x-btn-group-default-framed-notitle-mc{background-color:#fff}.x-nbr .x-btn-group-default-framed-notitle{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-group-default-framed-notitle-frameInfo{font-family:dh-3-3-3-3-3-3-3-3-0-1-0-1}.x-btn-group-default-framed-notitle-tl{background-position:0 -6px}.x-btn-group-default-framed-notitle-tr{background-position:right -9px}.x-btn-group-default-framed-notitle-bl{background-position:0 -12px}.x-btn-group-default-framed-notitle-br{background-position:right -15px}.x-btn-group-default-framed-notitle-ml{background-position:0 top}.x-btn-group-default-framed-notitle-mr{background-position:right top}.x-btn-group-default-framed-notitle-tc{background-position:0 0}.x-btn-group-default-framed-notitle-bc{background-position:0 -3px}.x-btn-group-default-framed-notitle-tr,.x-btn-group-default-framed-notitle-br,.x-btn-group-default-framed-notitle-mr{padding-right:3px}.x-btn-group-default-framed-notitle-tl,.x-btn-group-default-framed-notitle-bl,.x-btn-group-default-framed-notitle-ml{padding-left:3px}.x-btn-group-default-framed-notitle-tc{height:3px}.x-btn-group-default-framed-notitle-bc{height:3px}.x-btn-group-default-framed-notitle-tl,.x-btn-group-default-framed-notitle-bl,.x-btn-group-default-framed-notitle-tr,.x-btn-group-default-framed-notitle-br,.x-btn-group-default-framed-notitle-tc,.x-btn-group-default-framed-notitle-bc,.x-btn-group-default-framed-notitle-ml,.x-btn-group-default-framed-notitle-mr{background-image:url(images/btn-group/btn-group-default-framed-notitle-corners.gif)}.x-btn-group-default-framed-notitle-ml,.x-btn-group-default-framed-notitle-mr{background-image:url(images/btn-group/btn-group-default-framed-notitle-sides.gif);background-repeat:repeat-y}.x-btn-group-default-framed-notitle-mc{padding:0px 1px 0px 1px}.x-cmd-slicer.x-btn-group-default-framed-notitle:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-notitle-corners.gif), sides:url(images/btn-group/btn-group-default-framed-notitle-sides.gif)" !important}.x-btn-group-default-framed{border-color:#fff;-webkit-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;-moz-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset}.x-btn-group-header-default-framed{padding:4px 5px;line-height:16px;background:#fff;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-btn-group-header-default-framed .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-btn-group-header-title-default-framed{font:300 15px helvetica, arial, verdana, sans-serif;line-height:16px;color:#000}.x-btn-group-body-default-framed{padding:0 1px}.x-btn-group-body-default-framed .x-table-layout{border-spacing:5px}.x-dashboard-column{padding:0 0 7px 0}.x-dashboard-panel{margin-top:7px}.x-dashboard-column-first{padding-left:7px;clear:left}.x-dashboard-column-last{padding-right:7px}.x-dashboard .x-panel-dd-spacer{border:2px dashed #99bbe8;background:#f6f6f6;border-radius:4px;-moz-border-radius:4px;margin-top:7px}.x-dashboard-dd-over{overflow:hidden !important}.x-window-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-window-default{border-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.x-window-default{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-window-default-mc{background-color:#fff}.x-nbr .x-window-default{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-default-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-window-default-tl{background-position:0 -8px}.x-window-default-tr{background-position:right -12px}.x-window-default-bl{background-position:0 -16px}.x-window-default-br{background-position:right -20px}.x-window-default-ml{background-position:0 top}.x-window-default-mr{background-position:right top}.x-window-default-tc{background-position:0 0}.x-window-default-bc{background-position:0 -4px}.x-window-default-tr,.x-window-default-br,.x-window-default-mr{padding-right:4px}.x-window-default-tl,.x-window-default-bl,.x-window-default-ml{padding-left:4px}.x-window-default-tc{height:4px}.x-window-default-bc{height:4px}.x-window-default-tl,.x-window-default-bl,.x-window-default-tr,.x-window-default-br,.x-window-default-tc,.x-window-default-bc,.x-window-default-ml,.x-window-default-mr{background-image:url(images/window/window-default-corners.gif)}.x-window-default-ml,.x-window-default-mr{background-image:url(images/window/window-default-sides.gif);background-repeat:repeat-y}.x-window-default-mc{padding:0 0 0 0}.x-cmd-slicer.x-window-default:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window/window-default-corners.gif), sides:url(images/window/window-default-sides.gif)" !important}.x-window-body-default{border-color:#f5f5f5;border-width:1px;border-style:solid;background:#fff;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif}.x-window-header-default{font-size:17px;border-color:#f5f5f5;background-color:#f5f5f5}.x-window-header-default .x-tool-img{background-color:#f5f5f5}.x-window-header-default-horizontal .x-window-header-default-tab-bar{margin-top:-5px;margin-bottom:-5px}.x-window-header-default-vertical .x-window-header-default-tab-bar{margin-right:-5px;margin-left:-5px}.x-window-header-title-default{color:#157fcc;font-size:17px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-window-header-title-default > .x-title-text-default{padding:0;text-transform:none}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-top{height:22px;padding-bottom:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right{width:22px;padding-left:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom{height:22px;padding-top:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left{width:22px;padding-right:6px}.x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{color:#85bae1}.x-window-header-default-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 15px 5px 15px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-top-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-window-header-default-top-tl{background-position:0 -8px}.x-window-header-default-top-tr{background-position:right -12px}.x-window-header-default-top-bl{background-position:0 -16px}.x-window-header-default-top-br{background-position:right -20px}.x-window-header-default-top-ml{background-position:0 top}.x-window-header-default-top-mr{background-position:right top}.x-window-header-default-top-tc{background-position:0 0}.x-window-header-default-top-bc{background-position:0 -4px}.x-window-header-default-top-tr,.x-window-header-default-top-br,.x-window-header-default-top-mr{padding-right:4px}.x-window-header-default-top-tl,.x-window-header-default-top-bl,.x-window-header-default-top-ml{padding-left:4px}.x-window-header-default-top-tc{height:4px}.x-window-header-default-top-bc{height:4px}.x-window-header-default-top-tl,.x-window-header-default-top-bl,.x-window-header-default-top-tr,.x-window-header-default-top-br,.x-window-header-default-top-tc,.x-window-header-default-top-bc,.x-window-header-default-top-ml,.x-window-header-default-top-mr{background-image:url(images/window-header/window-header-default-top-corners.gif)}.x-window-header-default-top-ml,.x-window-header-default-top-mr{background-image:url(images/window-header/window-header-default-top-sides.gif);background-repeat:repeat-y}.x-window-header-default-top-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-window-header-default-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-top-corners.gif), sides:url(images/window-header/window-header-default-top-sides.gif)" !important}.x-window-header-default-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:15px 5px 15px 5px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-right-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-window-header-default-right-tl{background-position:0 -8px}.x-window-header-default-right-tr{background-position:right -12px}.x-window-header-default-right-bl{background-position:0 -16px}.x-window-header-default-right-br{background-position:right -20px}.x-window-header-default-right-ml{background-position:0 top}.x-window-header-default-right-mr{background-position:right top}.x-window-header-default-right-tc{background-position:0 0}.x-window-header-default-right-bc{background-position:0 -4px}.x-window-header-default-right-tr,.x-window-header-default-right-br,.x-window-header-default-right-mr{padding-right:4px}.x-window-header-default-right-tl,.x-window-header-default-right-bl,.x-window-header-default-right-ml{padding-left:4px}.x-window-header-default-right-tc{height:4px}.x-window-header-default-right-bc{height:4px}.x-window-header-default-right-tl,.x-window-header-default-right-bl,.x-window-header-default-right-tr,.x-window-header-default-right-br,.x-window-header-default-right-tc,.x-window-header-default-right-bc,.x-window-header-default-right-ml,.x-window-header-default-right-mr{background-image:url(images/window-header/window-header-default-right-corners.gif)}.x-window-header-default-right-ml,.x-window-header-default-right-mr{background-image:url(images/window-header/window-header-default-right-sides.gif);background-repeat:repeat-y}.x-window-header-default-right-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-window-header-default-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-right-corners.gif), sides:url(images/window-header/window-header-default-right-sides.gif)" !important}.x-window-header-default-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-bottom-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-window-header-default-bottom-tl{background-position:0 -8px}.x-window-header-default-bottom-tr{background-position:right -12px}.x-window-header-default-bottom-bl{background-position:0 -16px}.x-window-header-default-bottom-br{background-position:right -20px}.x-window-header-default-bottom-ml{background-position:0 top}.x-window-header-default-bottom-mr{background-position:right top}.x-window-header-default-bottom-tc{background-position:0 0}.x-window-header-default-bottom-bc{background-position:0 -4px}.x-window-header-default-bottom-tr,.x-window-header-default-bottom-br,.x-window-header-default-bottom-mr{padding-right:4px}.x-window-header-default-bottom-tl,.x-window-header-default-bottom-bl,.x-window-header-default-bottom-ml{padding-left:4px}.x-window-header-default-bottom-tc{height:4px}.x-window-header-default-bottom-bc{height:4px}.x-window-header-default-bottom-tl,.x-window-header-default-bottom-bl,.x-window-header-default-bottom-tr,.x-window-header-default-bottom-br,.x-window-header-default-bottom-tc,.x-window-header-default-bottom-bc,.x-window-header-default-bottom-ml,.x-window-header-default-bottom-mr{background-image:url(images/window-header/window-header-default-bottom-corners.gif)}.x-window-header-default-bottom-ml,.x-window-header-default-bottom-mr{background-image:url(images/window-header/window-header-default-bottom-sides.gif);background-repeat:repeat-y}.x-window-header-default-bottom-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-window-header-default-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-bottom-corners.gif), sides:url(images/window-header/window-header-default-bottom-sides.gif)" !important}.x-window-header-default-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-left-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-window-header-default-left-tl{background-position:0 -8px}.x-window-header-default-left-tr{background-position:right -12px}.x-window-header-default-left-bl{background-position:0 -16px}.x-window-header-default-left-br{background-position:right -20px}.x-window-header-default-left-ml{background-position:0 top}.x-window-header-default-left-mr{background-position:right top}.x-window-header-default-left-tc{background-position:0 0}.x-window-header-default-left-bc{background-position:0 -4px}.x-window-header-default-left-tr,.x-window-header-default-left-br,.x-window-header-default-left-mr{padding-right:4px}.x-window-header-default-left-tl,.x-window-header-default-left-bl,.x-window-header-default-left-ml{padding-left:4px}.x-window-header-default-left-tc{height:4px}.x-window-header-default-left-bc{height:4px}.x-window-header-default-left-tl,.x-window-header-default-left-bl,.x-window-header-default-left-tr,.x-window-header-default-left-br,.x-window-header-default-left-tc,.x-window-header-default-left-bc,.x-window-header-default-left-ml,.x-window-header-default-left-mr{background-image:url(images/window-header/window-header-default-left-corners.gif)}.x-window-header-default-left-ml,.x-window-header-default-left-mr{background-image:url(images/window-header/window-header-default-left-sides.gif);background-repeat:repeat-y}.x-window-header-default-left-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-window-header-default-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-left-corners.gif), sides:url(images/window-header/window-header-default-left-sides.gif)" !important}.x-window-header-default-collapsed-top{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-top-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-window-header-default-collapsed-top-tl{background-position:0 -8px}.x-window-header-default-collapsed-top-tr{background-position:right -12px}.x-window-header-default-collapsed-top-bl{background-position:0 -16px}.x-window-header-default-collapsed-top-br{background-position:right -20px}.x-window-header-default-collapsed-top-ml{background-position:0 top}.x-window-header-default-collapsed-top-mr{background-position:right top}.x-window-header-default-collapsed-top-tc{background-position:0 0}.x-window-header-default-collapsed-top-bc{background-position:0 -4px}.x-window-header-default-collapsed-top-tr,.x-window-header-default-collapsed-top-br,.x-window-header-default-collapsed-top-mr{padding-right:4px}.x-window-header-default-collapsed-top-tl,.x-window-header-default-collapsed-top-bl,.x-window-header-default-collapsed-top-ml{padding-left:4px}.x-window-header-default-collapsed-top-tc{height:4px}.x-window-header-default-collapsed-top-bc{height:4px}.x-window-header-default-collapsed-top-tl,.x-window-header-default-collapsed-top-bl,.x-window-header-default-collapsed-top-tr,.x-window-header-default-collapsed-top-br,.x-window-header-default-collapsed-top-tc,.x-window-header-default-collapsed-top-bc,.x-window-header-default-collapsed-top-ml,.x-window-header-default-collapsed-top-mr{background-image:url(images/window-header/window-header-default-collapsed-top-corners.gif)}.x-window-header-default-collapsed-top-ml,.x-window-header-default-collapsed-top-mr{background-image:url(images/window-header/window-header-default-collapsed-top-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-top-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-window-header-default-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-top-corners.gif), sides:url(images/window-header/window-header-default-collapsed-top-sides.gif)" !important}.x-window-header-default-collapsed-right{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-right-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-window-header-default-collapsed-right-tl{background-position:0 -8px}.x-window-header-default-collapsed-right-tr{background-position:right -12px}.x-window-header-default-collapsed-right-bl{background-position:0 -16px}.x-window-header-default-collapsed-right-br{background-position:right -20px}.x-window-header-default-collapsed-right-ml{background-position:0 top}.x-window-header-default-collapsed-right-mr{background-position:right top}.x-window-header-default-collapsed-right-tc{background-position:0 0}.x-window-header-default-collapsed-right-bc{background-position:0 -4px}.x-window-header-default-collapsed-right-tr,.x-window-header-default-collapsed-right-br,.x-window-header-default-collapsed-right-mr{padding-right:4px}.x-window-header-default-collapsed-right-tl,.x-window-header-default-collapsed-right-bl,.x-window-header-default-collapsed-right-ml{padding-left:4px}.x-window-header-default-collapsed-right-tc{height:4px}.x-window-header-default-collapsed-right-bc{height:4px}.x-window-header-default-collapsed-right-tl,.x-window-header-default-collapsed-right-bl,.x-window-header-default-collapsed-right-tr,.x-window-header-default-collapsed-right-br,.x-window-header-default-collapsed-right-tc,.x-window-header-default-collapsed-right-bc,.x-window-header-default-collapsed-right-ml,.x-window-header-default-collapsed-right-mr{background-image:url(images/window-header/window-header-default-collapsed-right-corners.gif)}.x-window-header-default-collapsed-right-ml,.x-window-header-default-collapsed-right-mr{background-image:url(images/window-header/window-header-default-collapsed-right-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-right-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-window-header-default-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-right-corners.gif), sides:url(images/window-header/window-header-default-collapsed-right-sides.gif)" !important}.x-window-header-default-collapsed-bottom{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-window-header-default-collapsed-bottom-tl{background-position:0 -8px}.x-window-header-default-collapsed-bottom-tr{background-position:right -12px}.x-window-header-default-collapsed-bottom-bl{background-position:0 -16px}.x-window-header-default-collapsed-bottom-br{background-position:right -20px}.x-window-header-default-collapsed-bottom-ml{background-position:0 top}.x-window-header-default-collapsed-bottom-mr{background-position:right top}.x-window-header-default-collapsed-bottom-tc{background-position:0 0}.x-window-header-default-collapsed-bottom-bc{background-position:0 -4px}.x-window-header-default-collapsed-bottom-tr,.x-window-header-default-collapsed-bottom-br,.x-window-header-default-collapsed-bottom-mr{padding-right:4px}.x-window-header-default-collapsed-bottom-tl,.x-window-header-default-collapsed-bottom-bl,.x-window-header-default-collapsed-bottom-ml{padding-left:4px}.x-window-header-default-collapsed-bottom-tc{height:4px}.x-window-header-default-collapsed-bottom-bc{height:4px}.x-window-header-default-collapsed-bottom-tl,.x-window-header-default-collapsed-bottom-bl,.x-window-header-default-collapsed-bottom-tr,.x-window-header-default-collapsed-bottom-br,.x-window-header-default-collapsed-bottom-tc,.x-window-header-default-collapsed-bottom-bc,.x-window-header-default-collapsed-bottom-ml,.x-window-header-default-collapsed-bottom-mr{background-image:url(images/window-header/window-header-default-collapsed-bottom-corners.gif)}.x-window-header-default-collapsed-bottom-ml,.x-window-header-default-collapsed-bottom-mr{background-image:url(images/window-header/window-header-default-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-bottom-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-window-header-default-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-bottom-corners.gif), sides:url(images/window-header/window-header-default-collapsed-bottom-sides.gif)" !important}.x-window-header-default-collapsed-left{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-left-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-window-header-default-collapsed-left-tl{background-position:0 -8px}.x-window-header-default-collapsed-left-tr{background-position:right -12px}.x-window-header-default-collapsed-left-bl{background-position:0 -16px}.x-window-header-default-collapsed-left-br{background-position:right -20px}.x-window-header-default-collapsed-left-ml{background-position:0 top}.x-window-header-default-collapsed-left-mr{background-position:right top}.x-window-header-default-collapsed-left-tc{background-position:0 0}.x-window-header-default-collapsed-left-bc{background-position:0 -4px}.x-window-header-default-collapsed-left-tr,.x-window-header-default-collapsed-left-br,.x-window-header-default-collapsed-left-mr{padding-right:4px}.x-window-header-default-collapsed-left-tl,.x-window-header-default-collapsed-left-bl,.x-window-header-default-collapsed-left-ml{padding-left:4px}.x-window-header-default-collapsed-left-tc{height:4px}.x-window-header-default-collapsed-left-bc{height:4px}.x-window-header-default-collapsed-left-tl,.x-window-header-default-collapsed-left-bl,.x-window-header-default-collapsed-left-tr,.x-window-header-default-collapsed-left-br,.x-window-header-default-collapsed-left-tc,.x-window-header-default-collapsed-left-bc,.x-window-header-default-collapsed-left-ml,.x-window-header-default-collapsed-left-mr{background-image:url(images/window-header/window-header-default-collapsed-left-corners.gif)}.x-window-header-default-collapsed-left-ml,.x-window-header-default-collapsed-left-mr{background-image:url(images/window-header/window-header-default-collapsed-left-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-left-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-window-header-default-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-left-corners.gif), sides:url(images/window-header/window-header-default-collapsed-left-sides.gif)" !important}.x-window-header-default .x-window-header-icon{width:16px;height:16px;color:#157fcc;font-size:16px;line-height:16px;background-position:center center}.x-window-header-default .x-window-header-glyph{color:#157fcc;font-size:16px;line-height:16px;opacity:0.5}.x-ie8 .x-window-header-default .x-window-header-glyph{color:#85bae1}.x-window-header-default-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-window-header-default-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-window-header-default-vertical .x-tool-after-title{margin:6px 0 0 0}.x-window-header-default-vertical .x-tool-before-title{margin:0 0 6px 0}.x-window-header-default .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-window-header-default .x-tool-focus{outline:none}.x-ie8 .x-window-header-default .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-window-header-default{border-width:1px !important}.x-nbr .x-window-default-collapsed .x-window-header{border-width:0 !important}.x-window-default-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-window-default-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-window-default-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-window-default-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-window-body-plain{background-color:transparent}.x-form-item-label-default{color:#666;font:300 15px/17px helvetica, arial, verdana, sans-serif;min-height:32px;padding-top:8px;padding-right:5px}.x-ie8 .x-form-item-label-default{min-height:24px}.x-form-item-label-default.x-form-item-label-top{height:1px}.x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner{padding-top:8px;padding-bottom:5px}.x-form-item-label-default.x-form-item-label-top-side-error:after{width:40px}.x-form-item-body-default{min-height:32px}.x-form-invalid-icon-default{width:30px;height:30px;margin:0 5px;background:url(images/form/exclamation.png) no-repeat}.x-form-invalid-under-default{padding:2px 2px 2px 34px;color:#cf4c35;font:300 15px/30px helvetica, arial, verdana, sans-serif;background:no-repeat 0 2px;background-image:url(images/form/exclamation.png)}.x-form-error-wrap-default.x-form-error-wrap-side{width:40px}.x-form-item-default.x-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-autocontainer-form-item,.x-anchor-form-item,.x-vbox-form-item,.x-table-form-item{margin-bottom:8px}.x-form-text-field-body-default{min-width:200px;max-width:200px}.x-form-trigger-wrap-default{border-width:1px;border-style:solid;border-color:#cfcfcf}.x-form-trigger-wrap-default.x-form-trigger-wrap-focus{border-color:#3892d4}.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid{border-color:#cf4c35}.x-form-text-default{color:#000;padding:3px 6px 2px;background-color:#fff;font:300 15px/25px helvetica, arial, verdana, sans-serif;min-height:30px}.x-ie8 .x-form-text-default{min-height:25px}.x-form-text-default.x-form-textarea{line-height:17px;min-height:68px}.x-ie8 .x-form-text-default.x-form-textarea{min-height:63px}.x-form-text-default.x-form-text-file{color:gray}.x-form-empty-field-default{color:gray}.x-form-text-default:-ms-input-placeholder{color:gray}.x-form-invalid-field-default{background-color:#fff}.x-form-trigger-default{width:30px;background:0 center #fff url(images/form/trigger.png) no-repeat}.x-form-trigger-default.x-form-trigger-over{background-position:-30px center}.x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus{background-position:-120px center}.x-form-trigger-default.x-form-trigger-focus{background-position:-90px center}.x-form-trigger.x-form-trigger-default.x-form-trigger-click{background-position:-60px center}.x-textfield-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-form-clear-trigger{background-image:url(images/form/clear-trigger.png)}.x-form-search-trigger{background-image:url(images/form/search-trigger.png)}.x-message-box .x-window-body{background-color:#fff;border-width:0}.x-message-box-info,.x-message-box-warning,.x-message-box-question,.x-message-box-error{background-position:left top;background-repeat:no-repeat}.x-message-box-icon{height:42px;width:42px;margin-right:10px}.x-message-box-info{background-image:url(images/shared/icon-info.png)}.x-message-box-warning{background-image:url(images/shared/icon-warning.png)}.x-message-box-question{background-image:url(images/shared/icon-question.png)}.x-message-box-error{background-image:url(images/shared/icon-error.png)}.x-form-cb-wrap-default{height:32px;min-width:22px}.x-form-cb-default{margin-top:5px}.x-form-checkbox-default,.x-form-radio-default{width:22px;height:22px}.x-form-radio-default{background:url(images/form/radio.png) no-repeat}.x-form-cb-checked .x-form-radio-default{background-position:0 -22px}.x-form-checkbox-default{background:url(images/form/checkbox.png) no-repeat}.x-form-cb-checked .x-form-checkbox-default{background-position:0 -22px}.x-form-checkbox-focus.x-form-radio-default{background-position:-22px 0}.x-form-cb-checked .x-form-checkbox-focus.x-form-radio-default{background-position:-22px -22px}.x-form-checkbox-focus.x-form-checkbox-default{background-position:-22px 0}.x-form-cb-checked .x-form-checkbox-focus.x-form-checkbox-default{background-position:-22px -22px}.x-form-cb-label-default{margin-top:8px;font:300 helvetica, arial, verdana, sans-serif/17px helvetica, arial, verdana, sans-serif}.x-form-cb-label-default.x-form-cb-label-before{padding-right:26px}.x-form-cb-label-default.x-form-cb-label-after{padding-left:26px}.x-checkbox-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-form-item-body-default.x-form-checkboxgroup-body{padding:0 4px}.x-form-invalid .x-form-item-body-default.x-form-checkboxgroup-body{border-width:1px;border-style:solid;border-color:#cf4c35}.x-fieldset-default{border:1px solid #cfcfcf;padding:0 10px;margin:0 0 10px}.x-ie8 .x-fieldset-default{padding-top:0}.x-ie8 .x-fieldset-body-default{padding-top:0}.x-fieldset-header-default{padding:0 3px 1px;line-height:22px}.x-fieldset-header-default > .x-fieldset-header-text{font:300 14px/22px helvetica, arial, verdana, sans-serif;color:#000;padding:1px 0}.x-fieldset-header-checkbox-default{margin:2px 4px 0 0;line-height:22px}.x-fieldset-header-tool-default{margin:2px 4px 0 0;padding:0}.x-fieldset-header-tool-default > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8;height:22px;width:22px}.x-fieldset-header-tool-default.x-tool-over > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.x-fieldset-header-tool-default.x-tool-pressed > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-fieldset-header-tool-default > .x-tool-toggle{background-image:url(images/fieldset/collapse-tool.png);background-position:0 0}.x-fieldset-header-tool-default.x-tool-over > .x-tool-toggle{background-position:0 -22px}.x-fieldset-header-tool-default.x-focus{outline:1px solid red}.x-fieldset-default.x-fieldset-collapsed{border-width:1px 1px 0 1px;border-left-color:transparent;border-right-color:transparent}.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle{background-position:-22px 0}.x-fieldset-default.x-fieldset-collapsed .x-tool-over > .x-tool-toggle{background-position:-22px -22px}.x-form-trigger-spinner-default{width:60px}.x-form-spinner-default{display:inline-block;background-color:#fff;width:30px;height:30px}.x-form-spinner-up-default{background-image:url(images/form/spinner-up.png)}.x-form-spinner-down-default{background-image:url(images/form/spinner-down.png)}.x-form-spinner-default{background-position:0 0}.x-form-spinner-default.x-form-spinner-over{background-position:-30px 0}.x-form-spinner-default.x-form-spinner-over.x-form-spinner-focus{background-position:-120px 0}.x-form-spinner-default.x-form-spinner-focus{background-position:-90px 0}.x-form-spinner-default.x-form-spinner.x-form-spinner-click{background-position:-60px 0}.x-tbar-page-number{width:30px}.x-btn-icon-el.x-tbar-page-first{background-image:url(images/grid/page-first.png)}.x-btn-icon-el.x-tbar-page-prev{background-image:url(images/grid/page-prev.png)}.x-btn-icon-el.x-tbar-page-next{background-image:url(images/grid/page-next.png)}.x-btn-icon-el.x-tbar-page-last{background-image:url(images/grid/page-last.png)}.x-btn-icon-el.x-tbar-loading{background-image:url(images/grid/refresh.png)}.x-boundlist{border-width:1px;border-style:solid;border-color:#e1e1e1;background:#fff}.x-boundlist-item{padding:0 6px;font:normal 15px helvetica, arial, verdana, sans-serif;line-height:30px;cursor:pointer;cursor:hand;position:relative;border-width:1px;border-style:dotted;border-color:#fff;color:#000}.x-boundlist-selected{background:#c2ddf2;border-color:#c2ddf2}.x-boundlist-item-over{background:#d6e9f6;border-color:#d6e9f6}.x-boundlist-floating{border-top-width:0}.x-boundlist-above{border-top-width:1px;border-bottom-width:1px}.x-datepicker{border-width:1px;border-style:solid;border-color:#e1e1e1;background-color:#fff;width:282px}.x-datepicker-header{padding:7px 6px;text-align:center;background-color:#f5f5f5}.x-datepicker-arrow{width:32px;height:32px;top:6px;cursor:pointer;-webkit-touch-callout:none;background-color:#f5f5f5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}div.x-datepicker-arrow:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-datepicker-next{right:6px;background:url(images/datepicker/arrow-right.png) no-repeat center center}.x-datepicker-prev{left:6px;background:url(images/datepicker/arrow-left.png) no-repeat center center}.x-datepicker-month{background:transparent}.x-datepicker-month .x-btn,.x-datepicker-month .x-btn .x-btn-tc,.x-datepicker-month .x-btn .x-btn-tl,.x-datepicker-month .x-btn .x-btn-tr,.x-datepicker-month .x-btn .x-btn-mc,.x-datepicker-month .x-btn .x-btn-ml,.x-datepicker-month .x-btn .x-btn-mr,.x-datepicker-month .x-btn .x-btn-bc,.x-datepicker-month .x-btn .x-btn-bl,.x-datepicker-month .x-btn .x-btn-br{background:transparent;border-width:0 !important}.x-datepicker-month .x-btn-inner{color:#3892d4}.x-datepicker-month .x-btn-split-right:after,.x-datepicker-month .x-btn-over .x-btn-split-right:after{background-image:url(images/datepicker/month-arrow.png);padding:0;text-align:right;width:24px}.x-datepicker-month .x-btn{padding:3px 4px}.x-datepicker-month .x-btn-over{border-color:transparent;background:transparent}.x-datepicker-month .x-btn.x-btn-pressed{border-color:transparent;background:transparent}.x-datepicker-month .x-btn-inner{font-size:15px}.x-datepicker-column-header{width:40px;color:#000;font:300 15px helvetica, arial, verdana, sans-serif;text-align:right;background-color:#fff}.x-datepicker-column-header-inner{line-height:32px;padding:0 9px 0 0}.x-datepicker-cell{text-align:right;border:1px solid #fff}.x-datepicker-date{padding:0 11px 0 0;font:300 15px helvetica, arial, verdana, sans-serif;color:#000;cursor:pointer;line-height:30px}div.x-datepicker-date:hover{color:#000;background-color:#ebf4fb}.x-datepicker-selected{border-style:solid;border-color:#3892d4}.x-datepicker-selected div.x-datepicker-date{background-color:#d6e9f6;color:#000;font-weight:300}.x-datepicker-today{border-color:darkred;border-style:solid}.x-datepicker-prevday .x-datepicker-date,.x-datepicker-nextday .x-datepicker-date{color:#bfbfbf}.x-datepicker-disabled .x-datepicker-date{background-color:#eee;cursor:default;color:grey}.x-datepicker-disabled div.x-datepicker-date:hover{background-color:#eee;color:grey}.x-datepicker-footer,.x-monthpicker-buttons{padding:6px 0;background-color:#f5f5f5;text-align:center}.x-datepicker-footer .x-btn,.x-monthpicker-buttons .x-btn{margin:0 3px 0 2px}.x-monthpicker{width:282px;border-width:1px;border-style:solid;border-color:#e1e1e1;background-color:#fff}.x-monthpicker-months{border-width:0 1px 0 0;border-color:#e1e1e1;border-style:solid;width:140px}.x-monthpicker-months .x-monthpicker-item{width:69px}.x-monthpicker-years{width:140px}.x-monthpicker-years .x-monthpicker-item{width:70px}.x-monthpicker-item{margin:6px 0 7px;font:300 15px helvetica, arial, verdana, sans-serif;text-align:center}.x-monthpicker-item-inner{margin:0 5px 0 5px;color:#000;border:1px solid #fff;line-height:30px;cursor:pointer}a.x-monthpicker-item-inner:hover{color:#000;background-color:#ebf4fb}.x-monthpicker-item a.x-monthpicker-selected{background-color:#d6e9f6;color:#000;border-style:solid;border-color:#3892d4}.x-monthpicker-yearnav{height:45px}.x-monthpicker-yearnav-button-ct{width:70px}.x-monthpicker-yearnav-button{height:32px;width:32px;cursor:pointer;margin-top:6px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7;-webkit-touch-callout:none;background-color:#fff}a.x-monthpicker-yearnav-button:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-monthpicker-yearnav-next{background:url(images/datepicker/arrow-right.png) no-repeat center center}.x-monthpicker-yearnav-next-over{background-position:center center}.x-monthpicker-yearnav-prev{background:url(images/datepicker/arrow-left.png) no-repeat center center}.x-monthpicker-yearnav-prev-over{background-position:center center}.x-monthpicker-small .x-monthpicker-item{margin:2px 0 3px}.x-monthpicker-small .x-monthpicker-item-inner{margin:0 5px 0 5px}.x-monthpicker-small .x-monthpicker-yearnav{height:37px}.x-monthpicker-small .x-monthpicker-yearnav-button{margin-top:2px}.x-cmd-slicer.x-datepicker-header:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-datepicker-footer:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-form-date-trigger{background-image:url(images/form/date-trigger.png)}.x-form-display-field-default{min-height:32px;font:300 15px/17px helvetica, arial, verdana, sans-serif;color:#000;margin-top:8px}.x-tip-anchor{position:absolute;overflow:hidden;height:10px;width:10px;border-style:solid;border-width:5px;border-color:#e1e1e1}.x-tip-anchor-top{border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;_border-top-color:pink;_border-left-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-bottom{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;_border-bottom-color:pink;_border-left-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-left{border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;_border-top-color:pink;_border-bottom-color:pink;_border-left-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-right{border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;_border-top-color:pink;_border-bottom-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-default{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:2px 2px 2px 2px;border-width:1px;border-style:solid;background-color:#ebf4fb}.x-tip-default-mc{background-color:#ebf4fb}.x-nbr .x-tip-default{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tip-default-frameInfo{font-family:th-3-3-3-3-1-1-1-1-2-2-2-2}.x-tip-default-tl{background-position:0 -6px}.x-tip-default-tr{background-position:right -9px}.x-tip-default-bl{background-position:0 -12px}.x-tip-default-br{background-position:right -15px}.x-tip-default-ml{background-position:0 top}.x-tip-default-mr{background-position:right top}.x-tip-default-tc{background-position:0 0}.x-tip-default-bc{background-position:0 -3px}.x-tip-default-tr,.x-tip-default-br,.x-tip-default-mr{padding-right:3px}.x-tip-default-tl,.x-tip-default-bl,.x-tip-default-ml{padding-left:3px}.x-tip-default-tc{height:3px}.x-tip-default-bc{height:3px}.x-tip-default-tl,.x-tip-default-bl,.x-tip-default-tr,.x-tip-default-br,.x-tip-default-tc,.x-tip-default-bc,.x-tip-default-ml,.x-tip-default-mr{background-image:url(images/tip/tip-default-corners.gif)}.x-tip-default-ml,.x-tip-default-mr{background-image:url(images/tip/tip-default-sides.gif);background-repeat:repeat-y}.x-tip-default-mc{padding:0px 0px 0px 0px}.x-cmd-slicer.x-tip-default:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-default-corners.gif), sides:url(images/tip/tip-default-sides.gif)" !important}.x-tip-default{background-color:#ebf4fb;border-color:#e1e1e1}.x-tip-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#ebf4fb}.x-tip-header-default .x-tool-after-title{margin:0 0 0 6px}.x-tip-header-default .x-tool-before-title{margin:0 6px 0 0}.x-tip-header-default{padding:3px 3px 0 3px}.x-tip-header-title-default{color:#000;font-size:15px;font-weight:bold}.x-tip-body-default{padding:3px;color:#000;font-size:15px;font-weight:300}.x-tip-body-default a{color:#000}.x-tip-form-invalid{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:2px 2px 2px 2px;border-width:1px;border-style:solid;background-color:#ebf4fb}.x-tip-form-invalid-mc{background-color:#ebf4fb}.x-nbr .x-tip-form-invalid{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tip-form-invalid-frameInfo{font-family:th-3-3-3-3-1-1-1-1-2-2-2-2}.x-tip-form-invalid-tl{background-position:0 -6px}.x-tip-form-invalid-tr{background-position:right -9px}.x-tip-form-invalid-bl{background-position:0 -12px}.x-tip-form-invalid-br{background-position:right -15px}.x-tip-form-invalid-ml{background-position:0 top}.x-tip-form-invalid-mr{background-position:right top}.x-tip-form-invalid-tc{background-position:0 0}.x-tip-form-invalid-bc{background-position:0 -3px}.x-tip-form-invalid-tr,.x-tip-form-invalid-br,.x-tip-form-invalid-mr{padding-right:3px}.x-tip-form-invalid-tl,.x-tip-form-invalid-bl,.x-tip-form-invalid-ml{padding-left:3px}.x-tip-form-invalid-tc{height:3px}.x-tip-form-invalid-bc{height:3px}.x-tip-form-invalid-tl,.x-tip-form-invalid-bl,.x-tip-form-invalid-tr,.x-tip-form-invalid-br,.x-tip-form-invalid-tc,.x-tip-form-invalid-bc,.x-tip-form-invalid-ml,.x-tip-form-invalid-mr{background-image:url(images/tip/tip-form-invalid-corners.gif)}.x-tip-form-invalid-ml,.x-tip-form-invalid-mr{background-image:url(images/tip/tip-form-invalid-sides.gif);background-repeat:repeat-y}.x-tip-form-invalid-mc{padding:0px 0px 0px 0px}.x-cmd-slicer.x-tip-form-invalid:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-form-invalid-corners.gif), sides:url(images/tip/tip-form-invalid-sides.gif)" !important}.x-tip-form-invalid{background-color:#ebf4fb;border-color:#e1e1e1}.x-tip-form-invalid .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#ebf4fb}.x-tip-header-form-invalid .x-tool-after-title{margin:0 0 0 6px}.x-tip-header-form-invalid .x-tool-before-title{margin:0 6px 0 0}.x-tip-header-form-invalid{padding:3px 3px 0 3px}.x-tip-header-title-form-invalid{color:#000;font-size:15px;font-weight:bold}.x-tip-body-form-invalid{padding:5px 3px 5px 34px;color:#000;font-size:15px;font-weight:300}.x-tip-body-form-invalid a{color:#000}.x-tip-body-form-invalid{background:1px 1px no-repeat;background-image:url(images/form/exclamation.png)}.x-tip-body-form-invalid li{margin-bottom:4px}.x-tip-body-form-invalid li.last{margin-bottom:0}.x-color-picker{width:192px;height:120px;background-color:#fff;border-color:#fff;border-width:0;border-style:solid}.x-color-picker-item{width:24px;height:24px;border-width:1px;border-color:#fff;border-style:solid;background-color:#fff;cursor:pointer;padding:2px}a.x-color-picker-item:hover{border-color:#8bb8f3;background-color:#e6e6e6}.x-color-picker-selected{border-color:#8bb8f3;background-color:#e6e6e6}.x-color-picker-item-inner{line-height:16px;border-color:#e1e1e1;border-width:1px;border-style:solid}.x-html-editor-tb .x-edit-bold,.x-menu-item div.x-edit-bold{background-position:0 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-italic,.x-menu-item div.x-edit-italic{background-position:-24px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-underline,.x-menu-item div.x-edit-underline{background-position:-48px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-forecolor,.x-menu-item div.x-edit-forecolor{background-position:-240px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-backcolor,.x-menu-item div.x-edit-backcolor{background-position:-264px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifyleft,.x-menu-item div.x-edit-justifyleft{background-position:-168px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifycenter,.x-menu-item div.x-edit-justifycenter{background-position:-192px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifyright,.x-menu-item div.x-edit-justifyright{background-position:-216px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-insertorderedlist,.x-menu-item div.x-edit-insertorderedlist{background-position:-120px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-insertunorderedlist,.x-menu-item div.x-edit-insertunorderedlist{background-position:-144px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-increasefontsize,.x-menu-item div.x-edit-increasefontsize{background-position:-72px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-decreasefontsize,.x-menu-item div.x-edit-decreasefontsize{background-position:-96px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-sourceedit,.x-menu-item div.x-edit-sourceedit{background-position:-288px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-createlink,.x-menu-item div.x-edit-createlink{background-position:-312px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tip .x-tip-bd .x-tip-bd-inner{padding:5px;padding-bottom:1px}.x-html-editor-tb .x-font-select{font-size:15px;font-family:inherit}.x-html-editor-wrap textarea{font:300 15px helvetica, arial, verdana, sans-serif;background-color:#fff;resize:none}.x-form-text-default.x-tagfield{padding:3px 0 0 4px}.x-form-text-default .x-tagfield-input{margin:0 4px 3px 0}.x-form-text-default .x-tagfield-input-field{height:24px;line-height:24px}.x-form-text-default .x-tagfield-item{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background-color:#f5f5f5;border:1px solid #dcdcdc;padding:0 26px 0 5px;margin:0 4px 3px 0;color:#000;line-height:22px}.x-form-text-default .x-tagfield-item:hover{background-color:#e4e4e4;border-color:#999;color:#000}.x-form-text-default .x-tagfield-item.x-tagfield-item-selected{background-color:#c4e2f8;border-color:#157fcc;color:#000}.x-form-text-default .x-tagfield-item-close{width:18px;height:18px;top:2px;right:2px;background-image:url(images/form/tag-field-item-close.png)}.x-form-text-default .x-tagfield-item-close:hover{background-position:-18px 0}.x-form-text-default .x-tagfield-item-close:active{background-position:-36px 0}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close{background-position:0 -18px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:hover{background-position:-18px -18px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:active{background-position:-36px -18px}.x-grid-view{z-index:1}.x-grid-body{background:#fff;border-width:1px;border-style:solid;border-color:#cfcfcf}.x-grid-item-container{min-height:1px;position:relative;overflow:hidden}.x-grid-empty{padding:10px;color:grey;background-color:#fff;font:300 15px helvetica, arial, verdana, sans-serif}.x-grid-item{color:#000;font:300 15px/17px helvetica, arial, verdana, sans-serif;background-color:#fff}.x-grid-item-alt{background-color:#fafafa}.x-grid-item-over{color:#000;background-color:#e2eff9}.x-grid-item-focused{outline:0;color:#000}.x-grid-item-focused .x-grid-cell-inner{z-index:1}.x-grid-item-focused .x-grid-cell-inner:before{content:"";position:absolute;z-index:-1;top:0px;right:0px;bottom:0px;left:0px;pointer-events:none;border:1px solid #3d92cf}.x-grid-item-selected{color:#000;background-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item{border-style:solid;border-width:1px 0 0;border-color:#cfcfcf}.x-grid-with-row-lines .x-grid-item:first-child{border-top-color:#fff}.x-grid-with-row-lines .x-grid-item.x-grid-item-over{border-style:solid;border-color:#e2eff9}.x-grid-with-row-lines .x-grid-item-over + .x-grid-item{border-top-style:solid;border-top-color:#e2eff9}.x-grid-with-row-lines .x-grid-item.x-grid-item-selected{border-style:solid;border-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item{border-top-style:solid;border-top-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item:last-child{border-bottom-width:1px}.x-ie8 .x-grid-with-row-lines .x-grid-item{border-width:1px 0;margin-top:-1px}.x-ie8 .x-grid-with-row-lines .x-grid-item:first-child{margin-top:0}.x-grid-cell-inner{position:relative;text-overflow:ellipsis;padding:8px 15px 7px}.x-grid-cell-special{border-color:#cfcfcf;border-style:solid;border-right-width:1px}.x-grid-dirty-cell{background:url(images/grid/dirty.png) no-repeat 0 0}.x-grid-row .x-grid-cell-selected{color:#000;background-color:#c2ddf2}.x-grid-with-col-lines .x-grid-cell{border-style:solid;border-color:#cfcfcf;border-width:0 1px 0 0}.x-grid-with-col-lines .x-grid-item-over .x-grid-cell{border-color:#e2eff9;border-style:solid}.x-grid-with-col-lines .x-grid-item-selected .x-grid-cell{border-color:#c2ddf2;border-style:solid}.x-grid-resize-marker{width:1px;background-color:#0f0f0f}.x-grid-drop-indicator{position:absolute;height:1px;line-height:0px;background-color:#77bc71;overflow:visible;pointer-events:none}.x-grid-drop-indicator .x-grid-drop-indicator-left{position:absolute;top:-8px;left:-12px;background-image:url(images/grid/dd-insert-arrow-right.png);height:16px;width:16px}.x-grid-drop-indicator .x-grid-drop-indicator-right{position:absolute;top:-8px;right:-11px;background-image:url(images/grid/dd-insert-arrow-left.png);height:16px;width:16px}.x-col-move-top,.x-col-move-bottom{width:9px;height:9px}.x-col-move-top{background-image:url(images/grid/col-move-top.png)}.x-col-move-bottom{background-image:url(images/grid/col-move-bottom.png)}.x-grid-header-ct{border:1px solid #cfcfcf;border-bottom-color:#fff;background-color:#fff}.x-accordion-item .x-grid-header-ct{border-width:0 0 1px !important}.x-grid-header-ct-hidden{border-top:0 !important;border-bottom:0 !important}.x-grid-body{border-top-color:#cfcfcf}.x-hmenu-sort-asc{background-image:url(images/grid/hmenu-asc.png)}.x-hmenu-sort-desc{background-image:url(images/grid/hmenu-desc.png)}.x-cols-icon{background-image:url(images/grid/columns.png)}.x-column-header{border-right:1px solid #cfcfcf;color:#666;font:300 15px/17px helvetica, arial, verdana, sans-serif;outline:0;background-color:#fff}.x-group-sub-header{background:transparent;border-top:1px solid #cfcfcf}.x-group-sub-header .x-column-header-inner{padding:6px 15px 7px 15px}.x-column-header-inner{padding:7px 15px}.x-column-header-inner-empty{text-overflow:clip}.x-column-header.x-column-header-focus{color:#666}.x-column-header.x-column-header-focus .x-column-header-inner:after{content:"";position:absolute;z-index:5;top:0px;right:0px;bottom:0px;left:0px;border:1px solid #4499d6;pointer-events:none}.x-column-header.x-column-header-focus.x-group-sub-header .x-column-header-inner:before{bottom:0px}.x-column-header-over{background-image:none;background-color:#eff6fb}.x-column-header-sort-ASC,.x-column-header-sort-DESC{background-image:none;background-color:#eff6fb}.x-column-header-open{background-color:#eff6fb}.x-column-header-open .x-column-header-trigger{background-color:#e0ebf3}.x-column-header-over .x-column-header-trigger,.x-column-header-open .x-column-header-trigger{width:24px;cursor:pointer;background:transparent url(images/grid/hd-pop.png) no-repeat center center}.x-column-header-align-right .x-column-header-text{margin-right:13px}.x-column-header-sort-ASC .x-column-header-text-inner,.x-column-header-sort-DESC .x-column-header-text-inner{padding-right:24px;background-position:right center}.x-column-header-sort-ASC .x-column-header-text-inner{background-image:url(images/grid/sort_asc.png)}.x-column-header-sort-DESC .x-column-header-text-inner{background-image:url(images/grid/sort_desc.png)}.x-no-header-borders .x-column-header{border:0 none}.x-no-header-borders .x-column-header .x-column-header-inner{padding-top:7px}.x-cmd-slicer.x-column-header:before{display:none;content:"x-slicer:" !important}.x-cmd-slicer.x-column-header-over:before{display:none;content:"x-slicer:" !important}.x-grid-cell-inner-action-col{padding:8px 4px 8px 4px}.x-action-col-cell .x-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-action-col-icon{color:#cfcfcf;font-size:16px;height:16px;width:16px;cursor:pointer}.x-grid-cell-inner-checkcolumn{padding:5px 15px 5px 15px}.x-grid-checkcolumn{width:22px;height:22px;background:url(images/form/checkbox.png) 0 0 no-repeat}.x-item-disabled .x-grid-checkcolumn{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-grid-checkcolumn-checked{background-position:0 -22px}.x-grid-cell-inner-row-numberer{padding:8px 5px 7px 3px;background-color:#fff}.x-btn-grid-cell-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 4px 3px 4px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-grid-cell-small-mc{background-color:#3892d4}.x-nbr .x-btn-grid-cell-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-grid-cell-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-4-3-4}.x-btn-grid-cell-small-tl{background-position:0 -6px}.x-btn-grid-cell-small-tr{background-position:right -9px}.x-btn-grid-cell-small-bl{background-position:0 -12px}.x-btn-grid-cell-small-br{background-position:right -15px}.x-btn-grid-cell-small-ml{background-position:0 top}.x-btn-grid-cell-small-mr{background-position:right top}.x-btn-grid-cell-small-tc{background-position:0 0}.x-btn-grid-cell-small-bc{background-position:0 -3px}.x-btn-grid-cell-small-tr,.x-btn-grid-cell-small-br,.x-btn-grid-cell-small-mr{padding-right:3px}.x-btn-grid-cell-small-tl,.x-btn-grid-cell-small-bl,.x-btn-grid-cell-small-ml{padding-left:3px}.x-btn-grid-cell-small-tc{height:3px}.x-btn-grid-cell-small-bc{height:3px}.x-btn-grid-cell-small-tl,.x-btn-grid-cell-small-bl,.x-btn-grid-cell-small-tr,.x-btn-grid-cell-small-br,.x-btn-grid-cell-small-tc,.x-btn-grid-cell-small-bc,.x-btn-grid-cell-small-ml,.x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-corners.gif)}.x-btn-grid-cell-small-ml,.x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-sides.gif);background-repeat:repeat-y}.x-btn-grid-cell-small-mc{padding:1px 2px 1px 2px}.x-cmd-slicer.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-corners.gif), sides:url(images/btn/btn-grid-cell-small-sides.gif)" !important}.x-btn-grid-cell-small{border-color:#157fcc}.x-btn-button-grid-cell-small{min-height:24px}.x-ie9m .x-btn-button-grid-cell-small{min-height:auto;height:24px}.x-btn-inner-grid-cell-small{font:300 15px/20px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 6px;max-width:100%}.x-btn-icon-right > .x-btn-inner-grid-cell-small,.x-btn-icon-left > .x-btn-inner-grid-cell-small{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-grid-cell-small{max-width:none}.x-btn-icon-el-grid-cell-small{font-size:24px;height:24px;color:#fff;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-grid-cell-small,.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{width:24px}.x-btn-icon-top > .x-btn-icon-el-grid-cell-small,.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small{min-width:24px}.x-btn-icon-el-grid-cell-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-grid-cell-small.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-grid-cell-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small{padding-right:6px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-right:6px}.x-btn-arrow-bottom > .x-btn-button-grid-cell-small,.x-btn-split-bottom > .x-btn-button-grid-cell-small{padding-bottom:3px}.x-btn-wrap-grid-cell-small.x-btn-arrow-right:after{width:8px;background-image:url(images/button/grid-cell-small-arrow.png);padding-right:8px}.x-btn-wrap-grid-cell-small.x-btn-arrow-bottom:after{height:8px;background-image:url(images/button/grid-cell-small-arrow.png)}.x-btn-wrap-grid-cell-small.x-btn-split-right:after{width:14px;background-image:url(images/button/grid-cell-small-s-arrow.png);padding-right:14px}.x-btn-wrap-grid-cell-small.x-btn-split-bottom:after{height:14px;background-image:url(images/button/grid-cell-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small{padding-right:6px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-right:6px}.x-btn-focus.x-btn-grid-cell-small{background-image:none;background-color:#3892d4}.x-btn-grid-cell-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:18px;pointer-events:none}.x-btn-over.x-btn-grid-cell-small{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn.x-btn-menu-active.x-btn-grid-cell-small,.x-btn.x-btn-pressed.x-btn-grid-cell-small{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn.x-btn-disabled.x-btn-grid-cell-small{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-grid-cell-small-tl,.x-btn-focus .x-btn-grid-cell-small-bl,.x-btn-focus .x-btn-grid-cell-small-tr,.x-btn-focus .x-btn-grid-cell-small-br,.x-btn-focus .x-btn-grid-cell-small-tc,.x-btn-focus .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-corners.gif)}.x-btn-focus .x-btn-grid-cell-small-ml,.x-btn-focus .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-sides.gif)}.x-btn-focus .x-btn-grid-cell-small-mc{background-color:#3892d4}.x-btn-over .x-btn-grid-cell-small-tl,.x-btn-over .x-btn-grid-cell-small-bl,.x-btn-over .x-btn-grid-cell-small-tr,.x-btn-over .x-btn-grid-cell-small-br,.x-btn-over .x-btn-grid-cell-small-tc,.x-btn-over .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-over-corners.gif)}.x-btn-over .x-btn-grid-cell-small-ml,.x-btn-over .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-over-sides.gif)}.x-btn-over .x-btn-grid-cell-small-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tl,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bl,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tr,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-br,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tc,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tl,.x-btn.x-btn-pressed .x-btn-grid-cell-small-bl,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tr,.x-btn.x-btn-pressed .x-btn-grid-cell-small-br,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-ml,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mr,.x-btn.x-btn-pressed .x-btn-grid-cell-small-ml,.x-btn.x-btn-pressed .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mr,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-grid-cell-small-tl,.x-btn.x-btn-disabled .x-btn-grid-cell-small-bl,.x-btn.x-btn-disabled .x-btn-grid-cell-small-tr,.x-btn.x-btn-disabled .x-btn-grid-cell-small-br,.x-btn.x-btn-disabled .x-btn-grid-cell-small-tc,.x-btn.x-btn-disabled .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-grid-cell-small-ml,.x-btn.x-btn-disabled .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-grid-cell-small-mc{background-color:#3892d4}.x-nbr .x-btn-grid-cell-small{background-image:none}.x-btn-disabled.x-btn-grid-cell-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-grid-cell-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last:after{bottom:1px}.x-cmd-slicer.x-btn-focus.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-disabled-corners.gif), sides:url(images/btn/btn-grid-cell-small-disabled-sides.gif)" !important}.x-button-grid-cell-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-grid-cell-small-cell > .x-grid-cell-inner >.x-btn-grid-cell-small{vertical-align:top}.x-grid-group-hd{border-width:0 0 1px 0;border-style:solid;border-color:#cfcfcf;padding:7px 6px 6px;background:#fff;cursor:pointer}.x-grid-group-hd-not-collapsible{cursor:default}.x-grid-group-hd-collapsible .x-grid-group-title{padding:0 0 0 24px;background:url(images/grid/group-collapse.png) no-repeat left center}.x-grid-group-title{color:#666;font:300 15px/19px helvetica, arial, verdana, sans-serif}.x-grid-group-hd-collapsed .x-grid-group-title{background-image:url(images/grid/group-expand.png)}.x-group-by-icon{background-image:url(images/grid/group-by.png)}.x-grid-rowbody{font:300 15px/17px helvetica, arial, verdana, sans-serif;padding:5px 15px 5px 15px}.x-docked-summary{border-width:1px;border-color:#cfcfcf;border-style:solid;background:#fff!important}.x-docked-summary .x-grid-table{border:0 none}.x-grid-row-summary .x-grid-cell,.x-grid-row-summary .x-grid-rowwrap,.x-grid-row-summary .x-grid-cell-rowbody{border-color:#cfcfcf;background-color:#fff !important;border-top:1px solid #cfcfcf;font:300 15px/17px helvetica, arial, verdana, sans-serif}.x-docked-summary .x-grid-item,.x-docked-summary .x-grid-row-summary .x-grid-cell{border-bottom:0 none;border-top:0 none}.x-grid-row-summary .x-grid-cell-inner-row-expander{display:none}.x-menu-default{border-style:solid;border-width:1px;border-color:#e1e1e1}.x-menu-body-default{background:#fff;padding:0}.x-menu-icon-separator-default{left:34px;border-left:solid 1px #e1e1e1;background-color:#fff;width:1px}.x-menu-item-default{border-width:0;cursor:pointer}.x-menu-item-default.x-menu-item-active{background-image:none;background-color:#d6e9f6}.x-nlg .x-menu-item-default.x-menu-item-active{background:#d6e9f6 repeat-x left top;background-image:url(images/menu/menu-item-default-active-bg.gif)}.x-menu-item-default.x-menu-item-disabled{cursor:default}.x-menu-item-default.x-menu-item-disabled a{cursor:default}.x-menu-item-default.x-menu-item-separator{height:1px;border-top:solid 1px #e1e1e1;background-color:#fff;margin:2px 0;padding:0}.x-menu-item-default.x-menu-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-icon-ui{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-text-default{background-color:transparent}.x-menu-item-default .x-form-item-label{font-size:15px;color:#000}.x-menu-item-text-default,.x-menu-item-cmp-default{margin:0 5px 0 5px}.x-menu-item-text-default{font:300 15px helvetica, arial, verdana, sans-serif;line-height:31px;padding-top:1px;color:#000;cursor:pointer}.x-menu-item-text-default.x-menu-item-indent{margin-left:40px}.x-menu-item-text-default.x-menu-item-indent-no-separator{margin-left:34px}.x-menu-item-text-default.x-menu-item-indent-right-icon{margin-right:39px}.x-menu-item-text-default.x-menu-item-indent-right-arrow{margin-right:28px}.x-menu-item-disabled .x-menu-item-text-default{cursor:default}.x-menu-item-indent-default{margin-left:40px}.x-menu-item-icon-default{width:24px;height:24px;top:4px;left:5px;line-height:24px;font-size:24px;color:grey;background-position:center center}.x-menu-item-icon-default.x-menu-item-glyph{opacity:0.5}.x-ie8 .x-menu-item-icon-default.x-menu-item-glyph{color:silver}.x-menu-item-icon-default.x-menu-item-icon-right{width:24px;height:24px;top:4px;right:5px;left:auto;background-position:center center}.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox{background-image:url(images/menu/default-checked.png)}.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox{background-image:url(images/menu/default-unchecked.png)}.x-menu-item-checked .x-menu-item-icon-default.x-menu-group-icon{background-image:url(images/menu/default-group-checked.png)}.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-group-icon{background-image:none}.x-menu-item-arrow-default{width:18px;height:18px;top:7px;right:0;background-image:url(images/menu/default-menu-parent.png)}.x-menu-item-active .x-menu-item-arrow-default{top:7px;right:0}.x-menu-default-scroller .x-box-scroller-body-horizontal{margin-left:16px}.x-menu-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:40px}.x-box-scroller-menu-default{cursor:pointer;color:#e1e1e1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-box-scroller-menu-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-menu-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.x-box-scroller-menu-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-menu-default.x-box-scroller-top,.x-box-scroller-menu-default.x-box-scroller-bottom{height:32px;width:32px;left:50%;margin-left:-16px}.x-box-scroller-menu-default.x-box-scroller-top{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/menu/default-scroll-top.png)}.x-box-scroller-menu-default.x-box-scroller-bottom{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/menu/default-scroll-bottom.png)}.x-ie8 .x-box-scroller-menu-default{background-color:#fff}.x-grid-filters-filtered-column{font-style:italic;font-weight:300;text-decoration:inherit}.x-grid-filters-icon{background-repeat:no-repeat;background-position:center center;color:grey;text-align:center}.x-grid-filters-find{background-image:url(images/grid/filters/find.png)}.x-grid-filters-gt{background-image:url(images/grid/filters/greater_than.png)}.x-grid-filters-lt{background-image:url(images/grid/filters/less_than.png)}.x-grid-filters-eq{background-image:url(images/grid/filters/equals.png)}.x-grid-locked .x-grid-inner-locked{border-width:0 1px 0 0;border-style:solid}.x-grid-locked-split .x-grid-inner-normal{border-width:0 0 0 1px;border-style:solid;border-left-color:#888}.x-grid-locking-body{border-width:1px}.x-grid-inner-locked{border-right-color:#888}.x-grid-inner-locked .x-column-header-last,.x-grid-inner-locked .x-grid-cell-last{border-right-width:0!important}.x-hmenu-lock{background-image:url(images/grid/hmenu-lock.png)}.x-hmenu-unlock{background-image:url(images/grid/hmenu-unlock.png)}.x-grid-editor .x-form-display-field{text-overflow:ellipsis}.x-grid-editor .x-form-action-col-field{padding:8px 4px 8px 4px}.x-grid-editor .x-form-text{padding-left:14px;padding-right:14px}.x-tree-cell-editor .x-form-text{padding-left:3px;padding-right:3px}.x-grid-row-editor .x-field{margin:0 3px 0 2px}.x-grid-row-editor .x-form-display-field{padding:8px 13px 7px 13px;line-height:17px}.x-ie9m .x-grid-row-editor .x-form-display-field{min-height:17px}.x-grid-row-editor .x-form-action-col-field{padding:8px 1px 8px 2px}.x-grid-row-editor .x-form-text{padding:3px 11px 2px 12px}.x-gecko .x-grid-row-editor .x-form-text{padding-left:11px;padding-right:10px}.x-grid-row-editor .x-panel-body{border-top:1px solid #e1e1e1 !important;border-bottom:1px solid #e1e1e1 !important;padding:5px 0 5px 0;background-color:#e0ebf3}.x-grid-with-col-lines .x-grid-row-editor .x-form-cb{margin-right:1px}.x-grid-row-editor-buttons-default-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;padding:5px 5px 5px 5px;border-width:0 1px 1px 1px;border-style:solid;background-color:#e0ebf3}.x-grid-row-editor-buttons-default-bottom-mc{background-color:#e0ebf3}.x-nbr .x-grid-row-editor-buttons-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-grid-row-editor-buttons-default-bottom-frameInfo{font-family:th-0-5-5-5-0-1-1-1-5-5-5-5}.x-grid-row-editor-buttons-default-bottom-tl{background-position:0 -10px}.x-grid-row-editor-buttons-default-bottom-tr{background-position:right -15px}.x-grid-row-editor-buttons-default-bottom-bl{background-position:0 -20px}.x-grid-row-editor-buttons-default-bottom-br{background-position:right -25px}.x-grid-row-editor-buttons-default-bottom-ml{background-position:0 top}.x-grid-row-editor-buttons-default-bottom-mr{background-position:right top}.x-grid-row-editor-buttons-default-bottom-tc{background-position:0 0}.x-grid-row-editor-buttons-default-bottom-bc{background-position:0 -5px}.x-grid-row-editor-buttons-default-bottom-tr,.x-grid-row-editor-buttons-default-bottom-br,.x-grid-row-editor-buttons-default-bottom-mr{padding-right:5px}.x-grid-row-editor-buttons-default-bottom-tl,.x-grid-row-editor-buttons-default-bottom-bl,.x-grid-row-editor-buttons-default-bottom-ml{padding-left:5px}.x-grid-row-editor-buttons-default-bottom-tc{height:0}.x-grid-row-editor-buttons-default-bottom-bc{height:5px}.x-grid-row-editor-buttons-default-bottom-tl,.x-grid-row-editor-buttons-default-bottom-bl,.x-grid-row-editor-buttons-default-bottom-tr,.x-grid-row-editor-buttons-default-bottom-br,.x-grid-row-editor-buttons-default-bottom-tc,.x-grid-row-editor-buttons-default-bottom-bc,.x-grid-row-editor-buttons-default-bottom-ml,.x-grid-row-editor-buttons-default-bottom-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif)}.x-grid-row-editor-buttons-default-bottom-ml,.x-grid-row-editor-buttons-default-bottom-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif);background-repeat:repeat-y}.x-grid-row-editor-buttons-default-bottom-mc{padding:5px 1px 1px 1px}.x-cmd-slicer.x-grid-row-editor-buttons-default-bottom:before{display:none;content:"x-slicer:, frame:0 5px 5px 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif)" !important}.x-grid-row-editor-buttons-default-top{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 5px 5px 5px;border-width:1px 1px 0 1px;border-style:solid;background-color:#e0ebf3}.x-grid-row-editor-buttons-default-top-mc{background-color:#e0ebf3}.x-nbr .x-grid-row-editor-buttons-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-grid-row-editor-buttons-default-top-frameInfo{font-family:th-5-5-0-5-1-1-0-1-5-5-5-5}.x-grid-row-editor-buttons-default-top-tl{background-position:0 -10px}.x-grid-row-editor-buttons-default-top-tr{background-position:right -15px}.x-grid-row-editor-buttons-default-top-bl{background-position:0 -20px}.x-grid-row-editor-buttons-default-top-br{background-position:right -25px}.x-grid-row-editor-buttons-default-top-ml{background-position:0 top}.x-grid-row-editor-buttons-default-top-mr{background-position:right top}.x-grid-row-editor-buttons-default-top-tc{background-position:0 0}.x-grid-row-editor-buttons-default-top-bc{background-position:0 -5px}.x-grid-row-editor-buttons-default-top-tr,.x-grid-row-editor-buttons-default-top-br,.x-grid-row-editor-buttons-default-top-mr{padding-right:5px}.x-grid-row-editor-buttons-default-top-tl,.x-grid-row-editor-buttons-default-top-bl,.x-grid-row-editor-buttons-default-top-ml{padding-left:5px}.x-grid-row-editor-buttons-default-top-tc{height:5px}.x-grid-row-editor-buttons-default-top-bc{height:0}.x-grid-row-editor-buttons-default-top-tl,.x-grid-row-editor-buttons-default-top-bl,.x-grid-row-editor-buttons-default-top-tr,.x-grid-row-editor-buttons-default-top-br,.x-grid-row-editor-buttons-default-top-tc,.x-grid-row-editor-buttons-default-top-bc,.x-grid-row-editor-buttons-default-top-ml,.x-grid-row-editor-buttons-default-top-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif)}.x-grid-row-editor-buttons-default-top-ml,.x-grid-row-editor-buttons-default-top-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif);background-repeat:repeat-y}.x-grid-row-editor-buttons-default-top-mc{padding:1px 1px 5px 1px}.x-cmd-slicer.x-grid-row-editor-buttons-default-top:before{display:none;content:"x-slicer:, frame:5px 5px 0 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif)" !important}.x-grid-row-editor-buttons{border-color:#e1e1e1}.x-row-editor-update-button{margin-right:3px}.x-row-editor-cancel-button{margin-left:2px}.x-grid-row-editor-errors .x-tip-body{padding:5px}.x-grid-row-editor-errors-item{list-style:disc;margin-left:15px}.x-grid-cell-inner-row-expander{padding:7px 6px 6px 6px}.x-grid-row-expander{width:19px;height:19px;cursor:pointer;background-image:url(images/grid/group-collapse.png)}.x-grid-row-collapsed .x-grid-row-expander{background-image:url(images/grid/group-expand.png)}.x-ssm-row-numberer-hd{cursor:se-resize!important}.x-ssm-row-numberer-cell{cursor:e-resize}.x-ssm-column-select .x-column-header{cursor:s-resize}.x-ssm-extender-drag-handle{height:7px;width:7px;background-color:#157fcc}.x-ssm-extender-mask{border:1px dotted #157fcc}.x-accordion-layout-ct{background-color:#fff;padding:0}.x-accordion-hd .x-panel-header-title{color:#157fcc;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;text-transform:none}.x-accordion-item{margin:0}.x-accordion-item .x-accordion-hd{background:#fff;border-width:0 0 1px;border-color:#fff #cfcfcf #cfcfcf;padding:6px 15px}.x-accordion-item .x-accordion-hd-sibling-expanded{border-top-color:#cfcfcf;border-top-width:1px}.x-accordion-item .x-accordion-hd-last-collapsed{border-bottom-color:#fff}.x-accordion-item .x-accordion-body{border-width:0}.x-accordion-hd .x-tool-img{background-color:#fff}.x-accordion-hd .x-tool-collapse-top,.x-accordion-hd .x-tool-collapse-bottom{background-position:0 -544px}.x-accordion-hd .x-tool-expand-top,.x-accordion-hd .x-tool-expand-bottom{background-position:0 -512px}body.x-border-layout-ct,div.x-border-layout-ct{background-color:#cfcfcf}.x-form-layout-wrap{border-spacing:8px}.x-resizable-handle{position:absolute;z-index:100;font-size:1px;line-height:8px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;background-color:#cfcfcf}.x-collapsed .x-resizable-handle{display:none}.x-resizable-handle-north{cursor:n-resize}.x-resizable-handle-south{cursor:s-resize}.x-resizable-handle-east{cursor:e-resize}.x-resizable-handle-west{cursor:w-resize}.x-resizable-handle-southeast{cursor:se-resize}.x-resizable-handle-northwest{cursor:nw-resize}.x-resizable-handle-northeast{cursor:ne-resize}.x-resizable-handle-southwest{cursor:sw-resize}.x-resizable-handle-east{width:8px;height:100%;right:0;top:0}.x-resizable-handle-south{width:100%;height:8px;left:0;bottom:0}.x-resizable-handle-west{width:8px;height:100%;left:0;top:0}.x-resizable-handle-north{width:100%;height:8px;left:0;top:0}.x-resizable-handle-southeast{width:8px;height:8px;right:0;bottom:0;z-index:101}.x-resizable-handle-northwest{width:8px;height:8px;left:0;top:0;z-index:101}.x-resizable-handle-northeast{width:8px;height:8px;right:0;top:0;z-index:101}.x-resizable-handle-southwest{width:8px;height:8px;left:0;bottom:0;z-index:101}.x-window .x-window-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-window-collapsed .x-window-handle{display:none}.x-resizable-proxy{border:1px dashed #3b5a82;position:absolute;overflow:hidden;z-index:50000}.x-resizable-handle-over,.x-resizable-pinned .x-resizable-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-resizable-handle-east-over,.x-resizable-handle-west-over,.x-resizable-pinned > .x-resizable-handle-east,.x-resizable-pinned > .x-resizable-handle-west{background-image:url(images/sizer/e-handle.png)}.x-resizable-handle-south-over,.x-resizable-handle-north-over,.x-resizable-pinned > .x-resizable-handle-south,.x-resizable-pinned > .x-resizable-handle-north{background-image:url(images/sizer/s-handle.png)}.x-resizable-handle-southeast-over,.x-resizable-pinned > .x-resizable-handle-southeast{background-position:top left;background-image:url(images/sizer/se-handle.png)}.x-resizable-handle-northwest-over,.x-resizable-pinned > .x-resizable-handle-northwest{background-position:bottom right;background-image:url(images/sizer/nw-handle.png)}.x-resizable-handle-northeast-over,.x-resizable-pinned > .x-resizable-handle-northeast{background-position:bottom left;background-image:url(images/sizer/ne-handle.png)}.x-resizable-handle-southwest-over,.x-resizable-pinned > .x-resizable-handle-southwest{background-position:top right;background-image:url(images/sizer/sw-handle.png)}.x-column-header-checkbox{border-color:#fff}.x-grid-row-checker,.x-column-header-checkbox .x-column-header-text{height:22px;width:22px;background-image:url(images/form/checkbox.png)}.x-grid-row-checker:focus{outline:1px solid #3d92cf}.x-column-header-checkbox .x-column-header-inner{padding:5px 4px 4px 4px}.x-grid-cell-row-checker .x-grid-cell-inner{padding:5px 4px 5px 4px;line-height:22px}.x-grid-hd-checker-on .x-column-header-text,.x-grid-item-selected .x-grid-row-checker,.x-grid-item-selected .x-grid-row-checker{background-position:0 -22px}.x-slider-horz{padding-left:14px;background:no-repeat 0 -28px;margin:2px 0 2px}.x-slider-horz .x-slider-end{padding-right:14px;background:no-repeat right -56px}.x-slider-horz .x-slider-inner{height:28px}.x-slider-horz .x-slider-thumb{width:28px;height:28px;margin-left:-14px;background-image:url(images/slider/slider-thumb.png)}.x-slider-horz.x-slider-focus .x-slider-thumb{background-position:-84px -84px}.x-slider-horz .x-slider-thumb-over{background-position:-28px -28px}.x-slider-horz.x-slider-focus .x-slider-thumb-over{background-position:-112px -112px}.x-slider-horz .x-slider-thumb-drag{background-position:-56px -56px}.x-slider-horz.x-slider-focus .x-slider-thumb-drag{background-position:-140px -140px}.x-slider-ct-vert{height:100%}.x-slider-vert{padding-top:14px;background:no-repeat -56px 0;height:100%}.x-slider-vert > .x-slider-end{height:100%}.x-slider-vert > .x-slider-end > .x-slider-inner{height:100%}.x-slider-vert .x-slider-end{padding-bottom:14px;background:no-repeat -28px bottom;width:28px}.x-slider-vert .x-slider-inner{width:28px}.x-slider-vert .x-slider-thumb{width:28px;height:28px;margin-bottom:-14px;background-image:url(images/slider/slider-v-thumb.png)}.x-slider-vert.x-slider-focus .x-slider-thumb{background-position:-84px -84px}.x-slider-vert .x-slider-thumb-over{background-position:-28px -28px}.x-slider-vert.x-slider-focus .x-slider-thumb-over{background-position:-112px -112px}.x-slider-vert .x-slider-thumb-drag{background-position:-56px -56px}.x-slider-vert.x-slider-focus .x-slider-thumb-drag{background-position:-140px -140px}.x-slider-horz,.x-slider-horz .x-slider-end,.x-slider-horz .x-slider-inner{background-image:url(images/slider/slider-bg.png)}.x-slider-vert,.x-slider-vert .x-slider-end,.x-slider-vert .x-slider-inner{background-image:url(images/slider/slider-v-bg.png)}.x-slider-default-cell > .x-grid-cell-inner,.x-sliderwidget-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-sparkline-cell .x-grid-cell-inner{padding-top:1px;padding-bottom:1px;line-height:30px}.x-tab-default-top{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;padding:3px 12px 3px 12px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-top-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-top-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-12-3-12}.x-tab-default-top-tl{background-position:0 -4px}.x-tab-default-top-tr{background-position:right -6px}.x-tab-default-top-bl{background-position:0 -8px}.x-tab-default-top-br{background-position:right -10px}.x-tab-default-top-ml{background-position:0 top}.x-tab-default-top-mr{background-position:right top}.x-tab-default-top-tc{background-position:0 0}.x-tab-default-top-bc{background-position:0 -2px}.x-tab-default-top-tr,.x-tab-default-top-br,.x-tab-default-top-mr{padding-right:2px}.x-tab-default-top-tl,.x-tab-default-top-bl,.x-tab-default-top-ml{padding-left:2px}.x-tab-default-top-tc{height:2px}.x-tab-default-top-bc{height:2px}.x-tab-default-top-tl,.x-tab-default-top-bl,.x-tab-default-top-tr,.x-tab-default-top-br,.x-tab-default-top-tc,.x-tab-default-top-bc,.x-tab-default-top-ml,.x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-corners.gif)}.x-tab-default-top-ml,.x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-sides.gif);background-repeat:repeat-y}.x-tab-default-top-mc{padding:2px 11px 2px 11px}.x-cmd-slicer.x-tab-default-top:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-top-corners.gif), sides:url(images/tab/tab-default-top-sides.gif)" !important}.x-tab-default-bottom{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 12px 3px 12px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-bottom-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-bottom-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-12-3-12}.x-tab-default-bottom-tl{background-position:0 -4px}.x-tab-default-bottom-tr{background-position:right -6px}.x-tab-default-bottom-bl{background-position:0 -8px}.x-tab-default-bottom-br{background-position:right -10px}.x-tab-default-bottom-ml{background-position:0 bottom}.x-tab-default-bottom-mr{background-position:right bottom}.x-tab-default-bottom-tc{background-position:0 0}.x-tab-default-bottom-bc{background-position:0 -2px}.x-tab-default-bottom-tr,.x-tab-default-bottom-br,.x-tab-default-bottom-mr{padding-right:2px}.x-tab-default-bottom-tl,.x-tab-default-bottom-bl,.x-tab-default-bottom-ml{padding-left:2px}.x-tab-default-bottom-tc{height:2px}.x-tab-default-bottom-bc{height:2px}.x-tab-default-bottom-tl,.x-tab-default-bottom-bl,.x-tab-default-bottom-tr,.x-tab-default-bottom-br,.x-tab-default-bottom-tc,.x-tab-default-bottom-bc,.x-tab-default-bottom-ml,.x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-corners.gif)}.x-tab-default-bottom-ml,.x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-sides.gif);background-repeat:repeat-y}.x-tab-default-bottom-mc{padding:2px 11px 2px 11px}.x-cmd-slicer.x-tab-default-bottom:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-bottom-corners.gif), sides:url(images/tab/tab-default-bottom-sides.gif)" !important}.x-tab-default-left{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 12px 3px 12px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-left-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-left-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-12-3-12}.x-tab-default-left-tl{background-position:0 -4px}.x-tab-default-left-tr{background-position:right -6px}.x-tab-default-left-bl{background-position:0 -8px}.x-tab-default-left-br{background-position:right -10px}.x-tab-default-left-ml{background-position:0 top}.x-tab-default-left-mr{background-position:right top}.x-tab-default-left-tc{background-position:0 0}.x-tab-default-left-bc{background-position:0 -2px}.x-tab-default-left-tr,.x-tab-default-left-br,.x-tab-default-left-mr{padding-right:2px}.x-tab-default-left-tl,.x-tab-default-left-bl,.x-tab-default-left-ml{padding-left:2px}.x-tab-default-left-tc{height:2px}.x-tab-default-left-bc{height:2px}.x-tab-default-left-tl,.x-tab-default-left-bl,.x-tab-default-left-tr,.x-tab-default-left-br,.x-tab-default-left-tc,.x-tab-default-left-bc,.x-tab-default-left-ml,.x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-corners.gif)}.x-tab-default-left-ml,.x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-sides.gif);background-repeat:repeat-y}.x-tab-default-left-mc{padding:2px 11px 2px 11px}.x-cmd-slicer.x-tab-default-left:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-left-corners.gif), sides:url(images/tab/tab-default-left-sides.gif)" !important}.x-tab-default-right{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 12px 3px 12px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-right-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-right-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-12-3-12}.x-tab-default-right-tl{background-position:0 -4px}.x-tab-default-right-tr{background-position:right -6px}.x-tab-default-right-bl{background-position:0 -8px}.x-tab-default-right-br{background-position:right -10px}.x-tab-default-right-ml{background-position:0 top}.x-tab-default-right-mr{background-position:right top}.x-tab-default-right-tc{background-position:0 0}.x-tab-default-right-bc{background-position:0 -2px}.x-tab-default-right-tr,.x-tab-default-right-br,.x-tab-default-right-mr{padding-right:2px}.x-tab-default-right-tl,.x-tab-default-right-bl,.x-tab-default-right-ml{padding-left:2px}.x-tab-default-right-tc{height:2px}.x-tab-default-right-bc{height:2px}.x-tab-default-right-tl,.x-tab-default-right-bl,.x-tab-default-right-tr,.x-tab-default-right-br,.x-tab-default-right-tc,.x-tab-default-right-bc,.x-tab-default-right-ml,.x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-corners.gif)}.x-tab-default-right-ml,.x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-sides.gif);background-repeat:repeat-y}.x-tab-default-right-mc{padding:2px 11px 2px 11px}.x-cmd-slicer.x-tab-default-right:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-right-corners.gif), sides:url(images/tab/tab-default-right-sides.gif)" !important}.x-tab-default{border-color:#f5f5f5;cursor:pointer}.x-tab-default-top{margin:0 5px}.x-tab-default-top.x-tab-rotate-left{margin:0 5px 0 5px}.x-tab-default-top.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-top.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-top.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-right{margin:5px 0 5px 0}.x-tab-default-right.x-tab-rotate-right{margin:5px 0 5px 0}.x-tab-default-right.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-right.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-right.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-bottom{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-rotate-left{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-bottom.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-bottom.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-left{margin:5px 0 5px 0}.x-tab-default-left.x-tab-rotate-right{margin:5px 0 5px 0}.x-tab-default-left.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-left.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-left.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-button-default{height:24px}.x-tab-inner-default{font:300 15px/24px helvetica, arial, verdana, sans-serif;color:#000;max-width:100%}.x-tab-icon-right > .x-tab-inner-default,.x-tab-icon-left > .x-tab-inner-default{max-width:calc(100% - 24px)}.x-tab-icon-el-default{min-height:24px;background-position:center center;font-size:24px;line-height:24px;color:#000}.x-tab-icon-left > .x-tab-icon-el-default,.x-tab-icon-right > .x-tab-icon-el-default{width:24px}.x-tab-icon-top > .x-tab-icon-el-default,.x-tab-icon-bottom > .x-tab-icon-el-default{min-width:24px}.x-tab-icon-el-default.x-tab-glyph{opacity:0.5}.x-ie8 .x-tab-icon-el-default.x-tab-glyph{color:#7b7b7b}.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default{margin-right:6px}.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default{margin-left:6px}.x-tab-text.x-tab-icon-top > .x-tab-icon-el-default{margin-bottom:6px}.x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default{margin-top:6px}.x-tab-focus.x-tab-default{border-color:#f5f5f5;background-color:#f5f5f5}.x-tab-over.x-tab-default{border-color:#c9deed;background-color:#c9deed}.x-tab-focus.x-tab-over.x-tab-default{border-color:#c9deed;background-color:#c9deed}.x-tab.x-tab-active.x-tab-default{border-color:#3892d4;background-color:#3892d4}.x-tab.x-tab-active.x-tab-default .x-tab-inner-default{color:#fff}.x-tab.x-tab-active.x-tab-default .x-tab-icon-el{color:#fff}.x-ie8 .x-tab.x-tab-active.x-tab-default .x-tab-icon-el{color:#9cc9e9}.x-tab-focus.x-tab-active.x-tab-default{border-color:#3892d4;background-color:#3892d4}.x-tab.x-tab-disabled.x-tab-default{border-color:#f5f5f5;background-color:#f5f5f5;cursor:default}.x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el-default{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el{color:#000;opacity:0.3;filter:none}.x-ie8 .x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el{color:#acacac}.x-nbr .x-tab-default{background-image:none}.x-tab-over .x-tab-default-top-tl,.x-tab-over .x-tab-default-top-bl,.x-tab-over .x-tab-default-top-tr,.x-tab-over .x-tab-default-top-br,.x-tab-over .x-tab-default-top-tc,.x-tab-over .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-over-corners.gif)}.x-tab-over .x-tab-default-top-ml,.x-tab-over .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-over-sides.gif)}.x-tab-over .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-over-fbg.gif)}.x-tab-focus .x-tab-default-top-tl,.x-tab-focus .x-tab-default-top-bl,.x-tab-focus .x-tab-default-top-tr,.x-tab-focus .x-tab-default-top-br,.x-tab-focus .x-tab-default-top-tc,.x-tab-focus .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-corners.gif)}.x-tab-focus .x-tab-default-top-ml,.x-tab-focus .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-sides.gif)}.x-tab-focus .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-tl,.x-tab-focus.x-tab-over .x-tab-default-top-bl,.x-tab-focus.x-tab-over .x-tab-default-top-tr,.x-tab-focus.x-tab-over .x-tab-default-top-br,.x-tab-focus.x-tab-over .x-tab-default-top-tc,.x-tab-focus.x-tab-over .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-ml,.x-tab-focus.x-tab-over .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-top-tl,.x-tab.x-tab-active .x-tab-default-top-bl,.x-tab.x-tab-active .x-tab-default-top-tr,.x-tab.x-tab-active .x-tab-default-top-br,.x-tab.x-tab-active .x-tab-default-top-tc,.x-tab.x-tab-active .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-top-ml,.x-tab.x-tab-active .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-tl,.x-tab-focus.x-tab-active .x-tab-default-top-bl,.x-tab-focus.x-tab-active .x-tab-default-top-tr,.x-tab-focus.x-tab-active .x-tab-default-top-br,.x-tab-focus.x-tab-active .x-tab-default-top-tc,.x-tab-focus.x-tab-active .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-ml,.x-tab-focus.x-tab-active .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-top-tl,.x-tab.x-tab-disabled .x-tab-default-top-bl,.x-tab.x-tab-disabled .x-tab-default-top-tr,.x-tab.x-tab-disabled .x-tab-default-top-br,.x-tab.x-tab-disabled .x-tab-default-top-tc,.x-tab.x-tab-disabled .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-top-ml,.x-tab.x-tab-disabled .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-disabled-fbg.gif)}.x-tab-over .x-tab-default-right-tl,.x-tab-over .x-tab-default-right-bl,.x-tab-over .x-tab-default-right-tr,.x-tab-over .x-tab-default-right-br,.x-tab-over .x-tab-default-right-tc,.x-tab-over .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-over-corners.gif)}.x-tab-over .x-tab-default-right-ml,.x-tab-over .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-over-sides.gif)}.x-tab-over .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-over-fbg.gif)}.x-tab-focus .x-tab-default-right-tl,.x-tab-focus .x-tab-default-right-bl,.x-tab-focus .x-tab-default-right-tr,.x-tab-focus .x-tab-default-right-br,.x-tab-focus .x-tab-default-right-tc,.x-tab-focus .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-corners.gif)}.x-tab-focus .x-tab-default-right-ml,.x-tab-focus .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-sides.gif)}.x-tab-focus .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-tl,.x-tab-focus.x-tab-over .x-tab-default-right-bl,.x-tab-focus.x-tab-over .x-tab-default-right-tr,.x-tab-focus.x-tab-over .x-tab-default-right-br,.x-tab-focus.x-tab-over .x-tab-default-right-tc,.x-tab-focus.x-tab-over .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-ml,.x-tab-focus.x-tab-over .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-right-tl,.x-tab.x-tab-active .x-tab-default-right-bl,.x-tab.x-tab-active .x-tab-default-right-tr,.x-tab.x-tab-active .x-tab-default-right-br,.x-tab.x-tab-active .x-tab-default-right-tc,.x-tab.x-tab-active .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-right-ml,.x-tab.x-tab-active .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-tl,.x-tab-focus.x-tab-active .x-tab-default-right-bl,.x-tab-focus.x-tab-active .x-tab-default-right-tr,.x-tab-focus.x-tab-active .x-tab-default-right-br,.x-tab-focus.x-tab-active .x-tab-default-right-tc,.x-tab-focus.x-tab-active .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-ml,.x-tab-focus.x-tab-active .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-right-tl,.x-tab.x-tab-disabled .x-tab-default-right-bl,.x-tab.x-tab-disabled .x-tab-default-right-tr,.x-tab.x-tab-disabled .x-tab-default-right-br,.x-tab.x-tab-disabled .x-tab-default-right-tc,.x-tab.x-tab-disabled .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-right-ml,.x-tab.x-tab-disabled .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-disabled-fbg.gif)}.x-tab-over .x-tab-default-bottom-tl,.x-tab-over .x-tab-default-bottom-bl,.x-tab-over .x-tab-default-bottom-tr,.x-tab-over .x-tab-default-bottom-br,.x-tab-over .x-tab-default-bottom-tc,.x-tab-over .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-over-corners.gif)}.x-tab-over .x-tab-default-bottom-ml,.x-tab-over .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-over-sides.gif)}.x-tab-over .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-over-fbg.gif)}.x-tab-focus .x-tab-default-bottom-tl,.x-tab-focus .x-tab-default-bottom-bl,.x-tab-focus .x-tab-default-bottom-tr,.x-tab-focus .x-tab-default-bottom-br,.x-tab-focus .x-tab-default-bottom-tc,.x-tab-focus .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-corners.gif)}.x-tab-focus .x-tab-default-bottom-ml,.x-tab-focus .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-sides.gif)}.x-tab-focus .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-tl,.x-tab-focus.x-tab-over .x-tab-default-bottom-bl,.x-tab-focus.x-tab-over .x-tab-default-bottom-tr,.x-tab-focus.x-tab-over .x-tab-default-bottom-br,.x-tab-focus.x-tab-over .x-tab-default-bottom-tc,.x-tab-focus.x-tab-over .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-ml,.x-tab-focus.x-tab-over .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-bottom-tl,.x-tab.x-tab-active .x-tab-default-bottom-bl,.x-tab.x-tab-active .x-tab-default-bottom-tr,.x-tab.x-tab-active .x-tab-default-bottom-br,.x-tab.x-tab-active .x-tab-default-bottom-tc,.x-tab.x-tab-active .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-bottom-ml,.x-tab.x-tab-active .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-tl,.x-tab-focus.x-tab-active .x-tab-default-bottom-bl,.x-tab-focus.x-tab-active .x-tab-default-bottom-tr,.x-tab-focus.x-tab-active .x-tab-default-bottom-br,.x-tab-focus.x-tab-active .x-tab-default-bottom-tc,.x-tab-focus.x-tab-active .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-ml,.x-tab-focus.x-tab-active .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-tl,.x-tab.x-tab-disabled .x-tab-default-bottom-bl,.x-tab.x-tab-disabled .x-tab-default-bottom-tr,.x-tab.x-tab-disabled .x-tab-default-bottom-br,.x-tab.x-tab-disabled .x-tab-default-bottom-tc,.x-tab.x-tab-disabled .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-ml,.x-tab.x-tab-disabled .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-disabled-fbg.gif)}.x-tab-over .x-tab-default-left-tl,.x-tab-over .x-tab-default-left-bl,.x-tab-over .x-tab-default-left-tr,.x-tab-over .x-tab-default-left-br,.x-tab-over .x-tab-default-left-tc,.x-tab-over .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-over-corners.gif)}.x-tab-over .x-tab-default-left-ml,.x-tab-over .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-over-sides.gif)}.x-tab-over .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-over-fbg.gif)}.x-tab-focus .x-tab-default-left-tl,.x-tab-focus .x-tab-default-left-bl,.x-tab-focus .x-tab-default-left-tr,.x-tab-focus .x-tab-default-left-br,.x-tab-focus .x-tab-default-left-tc,.x-tab-focus .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-corners.gif)}.x-tab-focus .x-tab-default-left-ml,.x-tab-focus .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-sides.gif)}.x-tab-focus .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-tl,.x-tab-focus.x-tab-over .x-tab-default-left-bl,.x-tab-focus.x-tab-over .x-tab-default-left-tr,.x-tab-focus.x-tab-over .x-tab-default-left-br,.x-tab-focus.x-tab-over .x-tab-default-left-tc,.x-tab-focus.x-tab-over .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-ml,.x-tab-focus.x-tab-over .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-left-tl,.x-tab.x-tab-active .x-tab-default-left-bl,.x-tab.x-tab-active .x-tab-default-left-tr,.x-tab.x-tab-active .x-tab-default-left-br,.x-tab.x-tab-active .x-tab-default-left-tc,.x-tab.x-tab-active .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-left-ml,.x-tab.x-tab-active .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-tl,.x-tab-focus.x-tab-active .x-tab-default-left-bl,.x-tab-focus.x-tab-active .x-tab-default-left-tr,.x-tab-focus.x-tab-active .x-tab-default-left-br,.x-tab-focus.x-tab-active .x-tab-default-left-tc,.x-tab-focus.x-tab-active .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-ml,.x-tab-focus.x-tab-active .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-left-tl,.x-tab.x-tab-disabled .x-tab-default-left-bl,.x-tab.x-tab-disabled .x-tab-default-left-tr,.x-tab.x-tab-disabled .x-tab-default-left-br,.x-tab.x-tab-disabled .x-tab-default-left-tc,.x-tab.x-tab-disabled .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-left-ml,.x-tab.x-tab-disabled .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-disabled-fbg.gif)}.x-tab-default-tl,.x-tab-default-bl,.x-tab-default-tr,.x-tab-default-br{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.x-tab-default .x-tab-close-btn{top:2px;right:2px;width:18px;height:18px;background:url(images/tab/tab-default-close.png) 0 0}.x-tab-default .x-tab-close-btn-over{background-position:-18px 0}.x-tab-default .x-tab-close-btn-pressed{background-position:-36px 0}.x-tab-default.x-tab-active .x-tab-close-btn{background-position:0 -18px}.x-tab-default.x-tab-active .x-tab-close-btn-over{background-position:-18px -18px}.x-tab-default.x-tab-active .x-tab-close-btn-pressed{background-position:-36px -18px}.x-tab-default.x-tab-disabled .x-tab-close-btn{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3;background-position:0 0}.x-tab-closable.x-tab-default .x-tab-button{padding-right:21px}.x-cmd-slicer.x-tab-focus.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-over.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-over.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-over.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-active.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-active.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-active.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-tab-bar-default{background-color:#f5f5f5}.x-tab-bar-default-top > .x-tab-bar-body-default{padding:6px 10px}.x-tab-bar-default-bottom > .x-tab-bar-body-default{padding:6px 10px 6px 10px}.x-tab-bar-default-left > .x-tab-bar-body-default{padding:10px 6px 10px 6px}.x-tab-bar-default-right > .x-tab-bar-body-default{padding:10px 6px 10px 6px}.x-tab-bar-plain.x-tab-bar-default-horizontal{border-top-color:transparent;border-bottom-color:transparent;border-left-width:0;border-right-width:0}.x-tab-bar-plain.x-tab-bar-default-vertical{border-right-color:transparent;border-left-color:transparent;border-top-width:0;border-bottom-width:0}.x-tab-bar-horizontal > .x-tab-bar-body-default{min-height:44px}.x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default{min-height:32px}.x-tab-bar-vertical > .x-tab-bar-body-default{min-width:44px}.x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default{min-width:32px}.x-tab-bar-default-scroller .x-box-scroller-body-horizontal{margin-left:22px}.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:26px}.x-box-scroller-tab-bar-default{cursor:pointer;color:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-box-scroller-tab-bar-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-tab-bar-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.x-box-scroller-tab-bar-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-tab-bar-default.x-box-scroller-left,.x-box-scroller-tab-bar-default.x-box-scroller-right{width:32px;height:24px;top:50%;margin-top:-12px}.x-box-scroller-tab-bar-default.x-box-scroller-left{margin-left:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-left.png)}.x-box-scroller-tab-bar-default.x-box-scroller-right{margin-left:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-right.png)}.x-box-scroller-tab-bar-default.x-box-scroller-top,.x-box-scroller-tab-bar-default.x-box-scroller-bottom{height:32px;width:24px;left:50%;margin-left:-12px}.x-box-scroller-tab-bar-default.x-box-scroller-top{margin-top:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-top.png)}.x-box-scroller-tab-bar-default.x-box-scroller-bottom{margin-top:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-bottom.png)}.x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal{margin-left:22px}.x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:26px}.x-tab-bar-plain .x-box-scroller-tab-bar-default{color:#cfcfcf}.x-tab-bar-default-top .x-box-scroller-tab-bar-default{margin-top:-12px}.x-tab-bar-default-right .x-box-scroller-tab-bar-default{margin-left:-12px}.x-tab-bar-default-bottom .x-box-scroller-tab-bar-default{margin-top:-12px}.x-tab-bar-default-left .x-box-scroller-tab-bar-default{margin-left:-12px}.x-box-scroller-tab-bar-default{background-color:#f5f5f5}.x-box-scroller-tab-bar-default .x-ie8 .x-box-scroller-plain{background-color:#fff}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-left{background-image:url(images/tab-bar/default-plain-scroll-left.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-right{background-image:url(images/tab-bar/default-plain-scroll-right.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-top{background-image:url(images/tab-bar/default-plain-scroll-top.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-bottom{background-image:url(images/tab-bar/default-plain-scroll-bottom.png)}.x-cmd-slicer.x-tab-bar-default-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-tab-bar-default-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-tab-bar-default-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-tab-bar-default-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-breadcrumb-btn-default{margin:0 0 0 0px}.x-breadcrumb-icon-folder-default{background-image:url(images/tree/folder.png)}.x-btn-menu-active .x-breadcrumb-icon-folder-default{background-image:url(images/tree/folder-open.png)}.x-breadcrumb-icon-leaf-default{background-image:url(images/tree/leaf.png)}.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{width:30px;background-image:url(images/breadcrumb/default-arrow.png)}.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{background-image:url(images/breadcrumb/default-arrow-open.png)}.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{width:30px;background-image:url(images/breadcrumb/default-split-arrow.png)}.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-over.png)}.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-open.png)}.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal{margin-left:40px}.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:24px}.x-box-scroller-breadcrumb-default{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-breadcrumb-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-breadcrumb-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-breadcrumb-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-breadcrumb-default.x-box-scroller-left,.x-box-scroller-breadcrumb-default.x-box-scroller-right{width:32px;height:32px;top:50%;margin-top:-16px}.x-box-scroller-breadcrumb-default.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/breadcrumb/default-scroll-left.png)}.x-box-scroller-breadcrumb-default.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/breadcrumb/default-scroll-right.png)}.x-tree-expander{cursor:pointer}.x-tree-arrows .x-tree-expander{background-image:url(images/tree/arrows.png)}.x-tree-arrows .x-tree-expander-over .x-tree-expander{background-position:-48px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander{background-position:-24px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander{background-position:-72px center}.x-tree-lines .x-tree-elbow{background-image:url(images/tree/elbow.png)}.x-tree-lines .x-tree-elbow-end{background-image:url(images/tree/elbow-end.png)}.x-tree-lines .x-tree-elbow-plus{background-image:url(images/tree/elbow-plus.png)}.x-tree-lines .x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-plus.png)}.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus{background-image:url(images/tree/elbow-minus.png)}.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-minus.png)}.x-tree-lines .x-tree-elbow-line{background-image:url(images/tree/elbow-line.png)}.x-tree-no-lines .x-tree-expander{background-image:url(images/tree/elbow-plus-nl.png)}.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander{background-image:url(images/tree/elbow-minus-nl.png)}.x-tree-icon{width:18px;height:32px;line-height:32px;color:#cfcfcf;font-size:18px}.x-tree-elbow-img{width:24px;height:32px;line-height:32px;margin-right:2px}.x-tree-icon,.x-tree-elbow-img,.x-tree-checkbox{margin-top:-8px;margin-bottom:-7px}.x-tree-icon-leaf{background-image:url(images/tree/leaf.png)}.x-tree-icon-parent{background-image:url(images/tree/folder.png)}.x-tree-icon-parent-expanded{background-image:url(images/tree/folder-open.png)}.x-tree-icon-custom{background-image:none}.x-tree-checkbox{margin-right:4px;top:5px;width:22px;height:22px;background-image:url(images/form/checkbox.png)}.x-tree-checkbox-checked{background-position:0 -22px}.x-grid-tree-loading .x-tree-icon{background-image:url(images/tree/loading.gif)}.x-tree-node-text{padding-left:4px}.x-grid-cell-inner-treecolumn{padding:8px 15px 7px 6px}.x-tree-drop-ok-append .x-dd-drop-icon{background-image:url(images/tree/drop-append.png)}.x-tree-drop-ok-above .x-dd-drop-icon{background-image:url(images/tree/drop-above.png)}.x-tree-drop-ok-below .x-dd-drop-icon{background-image:url(images/tree/drop-below.png)}.x-tree-drop-ok-between .x-dd-drop-icon{background-image:url(images/tree/drop-between.png)}.x-tree-ddindicator{height:1px;border-width:1px 0px 0px;border-style:dotted;border-color:green}.x-multiselector-remove{font-size:22px;color:#e1e1e1;cursor:pointer}.x-multiselector-remove .x-grid-cell-inner{padding:8px 3px 3px 2px}.x-grid-item-over .x-multiselector-remove{color:red}.x-toast-icon-information{background-image:url(images/window/toast/icon16_info.png)}.x-toast-icon-error{background-image:url(images/window/toast/icon16_error.png)}.x-toast-window .x-window-body{padding:15px 5px 15px 5px}.x-toast-light .x-window-header{background-color:#fff}.x-toast-light .x-tool-img{background-color:#fff}.x-toast-light{background-image:url(images/window/toast/fader.png)}.x-toast-light .x-window-body{padding:15px 5px 20px 5px;background-color:transparent;border:0px solid white}.x-btn-plain-toolbar-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 4px 3px 4px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-small-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-4-3-4}.x-btn-plain-toolbar-small-tl{background-position:0 -6px}.x-btn-plain-toolbar-small-tr{background-position:right -9px}.x-btn-plain-toolbar-small-bl{background-position:0 -12px}.x-btn-plain-toolbar-small-br{background-position:right -15px}.x-btn-plain-toolbar-small-ml{background-position:0 top}.x-btn-plain-toolbar-small-mr{background-position:right top}.x-btn-plain-toolbar-small-tc{background-position:0 0}.x-btn-plain-toolbar-small-bc{background-position:0 -3px}.x-btn-plain-toolbar-small-tr,.x-btn-plain-toolbar-small-br,.x-btn-plain-toolbar-small-mr{padding-right:3px}.x-btn-plain-toolbar-small-tl,.x-btn-plain-toolbar-small-bl,.x-btn-plain-toolbar-small-ml{padding-left:3px}.x-btn-plain-toolbar-small-tc{height:3px}.x-btn-plain-toolbar-small-bc{height:3px}.x-btn-plain-toolbar-small-mc{padding:1px 2px 1px 2px}.x-cmd-slicer.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-small{border-color:transparent}.x-btn-button-plain-toolbar-small{min-height:24px}.x-ie9m .x-btn-button-plain-toolbar-small{min-height:auto;height:24px}.x-btn-inner-plain-toolbar-small{font:300 15px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 6px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-small,.x-btn-icon-left > .x-btn-inner-plain-toolbar-small{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-plain-toolbar-small{max-width:none}.x-btn-icon-el-plain-toolbar-small{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{width:24px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small{min-width:24px}.x-btn-icon-el-plain-toolbar-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small{padding-right:6px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-right:6px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small,.x-btn-split-bottom > .x-btn-button-plain-toolbar-small{padding-bottom:3px}.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after{width:22px;background-image:url(images/button/plain-toolbar-small-arrow.png);padding-right:22px}.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after{height:16px;background-image:url(images/button/plain-toolbar-small-arrow.png)}.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after{width:30px;background-image:url(images/button/plain-toolbar-small-s-arrow.png);padding-right:30px}.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after{height:24px;background-image:url(images/button/plain-toolbar-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small{padding-right:6px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-right:6px}.x-btn-focus.x-btn-plain-toolbar-small{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:34px;pointer-events:none}.x-btn-plain-toolbar-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-small{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small,.x-btn.x-btn-pressed.x-btn-plain-toolbar-small{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-small{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-small-tl,.x-btn-focus .x-btn-plain-toolbar-small-bl,.x-btn-focus .x-btn-plain-toolbar-small-tr,.x-btn-focus .x-btn-plain-toolbar-small-br,.x-btn-focus .x-btn-plain-toolbar-small-tc,.x-btn-focus .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-small-ml,.x-btn-focus .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-small-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-small-tl,.x-btn-over .x-btn-plain-toolbar-small-bl,.x-btn-over .x-btn-plain-toolbar-small-tr,.x-btn-over .x-btn-plain-toolbar-small-br,.x-btn-over .x-btn-plain-toolbar-small-tc,.x-btn-over .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-small-ml,.x-btn-over .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-small-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-small{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)" !important}.x-button-plain-toolbar-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-plain-toolbar-small-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-small{vertical-align:top}.x-btn-plain-toolbar-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:6px 4px 6px 4px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-6-4-6-4}.x-btn-plain-toolbar-medium-tl{background-position:0 -6px}.x-btn-plain-toolbar-medium-tr{background-position:right -9px}.x-btn-plain-toolbar-medium-bl{background-position:0 -12px}.x-btn-plain-toolbar-medium-br{background-position:right -15px}.x-btn-plain-toolbar-medium-ml{background-position:0 top}.x-btn-plain-toolbar-medium-mr{background-position:right top}.x-btn-plain-toolbar-medium-tc{background-position:0 0}.x-btn-plain-toolbar-medium-bc{background-position:0 -3px}.x-btn-plain-toolbar-medium-tr,.x-btn-plain-toolbar-medium-br,.x-btn-plain-toolbar-medium-mr{padding-right:3px}.x-btn-plain-toolbar-medium-tl,.x-btn-plain-toolbar-medium-bl,.x-btn-plain-toolbar-medium-ml{padding-left:3px}.x-btn-plain-toolbar-medium-tc{height:3px}.x-btn-plain-toolbar-medium-bc{height:3px}.x-btn-plain-toolbar-medium-mc{padding:4px 2px 4px 2px}.x-cmd-slicer.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-medium{border-color:transparent}.x-btn-button-plain-toolbar-medium{min-height:24px}.x-ie9m .x-btn-button-plain-toolbar-medium{min-height:auto;height:24px}.x-btn-inner-plain-toolbar-medium{font:300 16px/24px helvetica, arial, verdana, sans-serif;color:#666;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium,.x-btn-icon-left > .x-btn-inner-plain-toolbar-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-plain-toolbar-medium{max-width:none}.x-btn-icon-el-plain-toolbar-medium{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium{min-width:24px}.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium,.x-btn-split-bottom > .x-btn-button-plain-toolbar-medium{padding-bottom:6px}.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after{width:26px;background-image:url(images/button/plain-toolbar-medium-arrow.png);padding-right:26px}.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/plain-toolbar-medium-arrow.png)}.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after{width:36px;background-image:url(images/button/plain-toolbar-medium-s-arrow.png);padding-right:36px}.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after{height:30px;background-image:url(images/button/plain-toolbar-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-right:8px}.x-btn-focus.x-btn-plain-toolbar-medium{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:40px;pointer-events:none}.x-btn-plain-toolbar-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-medium{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium,.x-btn.x-btn-pressed.x-btn-plain-toolbar-medium{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all_2.css b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all_2.css deleted file mode 100644 index 14f907e..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp-touch-all_2.css +++ /dev/null @@ -1 +0,0 @@ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-medium-tl,.x-btn-focus .x-btn-plain-toolbar-medium-bl,.x-btn-focus .x-btn-plain-toolbar-medium-tr,.x-btn-focus .x-btn-plain-toolbar-medium-br,.x-btn-focus .x-btn-plain-toolbar-medium-tc,.x-btn-focus .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-medium-ml,.x-btn-focus .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-medium-tl,.x-btn-over .x-btn-plain-toolbar-medium-bl,.x-btn-over .x-btn-plain-toolbar-medium-tr,.x-btn-over .x-btn-plain-toolbar-medium-br,.x-btn-over .x-btn-plain-toolbar-medium-tc,.x-btn-over .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-medium-ml,.x-btn-over .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-medium-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-medium{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc{padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc{padding-top:6px !important;padding-bottom:6px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc{padding-top:6px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)" !important}.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-medium{vertical-align:top}.x-btn-plain-toolbar-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:5px 4px 5px 4px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-large-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-5-4-5-4}.x-btn-plain-toolbar-large-tl{background-position:0 -6px}.x-btn-plain-toolbar-large-tr{background-position:right -9px}.x-btn-plain-toolbar-large-bl{background-position:0 -12px}.x-btn-plain-toolbar-large-br{background-position:right -15px}.x-btn-plain-toolbar-large-ml{background-position:0 top}.x-btn-plain-toolbar-large-mr{background-position:right top}.x-btn-plain-toolbar-large-tc{background-position:0 0}.x-btn-plain-toolbar-large-bc{background-position:0 -3px}.x-btn-plain-toolbar-large-tr,.x-btn-plain-toolbar-large-br,.x-btn-plain-toolbar-large-mr{padding-right:3px}.x-btn-plain-toolbar-large-tl,.x-btn-plain-toolbar-large-bl,.x-btn-plain-toolbar-large-ml{padding-left:3px}.x-btn-plain-toolbar-large-tc{height:3px}.x-btn-plain-toolbar-large-bc{height:3px}.x-btn-plain-toolbar-large-mc{padding:3px 2px 3px 2px}.x-cmd-slicer.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-large{border-color:transparent}.x-btn-button-plain-toolbar-large{min-height:32px}.x-ie9m .x-btn-button-plain-toolbar-large{min-height:auto;height:32px}.x-btn-inner-plain-toolbar-large{font:300 17px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-large,.x-btn-icon-left > .x-btn-inner-plain-toolbar-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-plain-toolbar-large{max-width:none}.x-btn-icon-el-plain-toolbar-large{font-size:32px;height:32px;color:#666;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large{min-width:32px}.x-btn-icon-el-plain-toolbar-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large,.x-btn-split-bottom > .x-btn-button-plain-toolbar-large{padding-bottom:5px}.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after{width:30px;background-image:url(images/button/plain-toolbar-large-arrow.png);padding-right:30px}.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after{height:24px;background-image:url(images/button/plain-toolbar-large-arrow.png)}.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after{width:42px;background-image:url(images/button/plain-toolbar-large-s-arrow.png);padding-right:42px}.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after{height:36px;background-image:url(images/button/plain-toolbar-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-right:10px}.x-btn-focus.x-btn-plain-toolbar-large{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:46px;pointer-events:none}.x-btn-plain-toolbar-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-large{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large,.x-btn.x-btn-pressed.x-btn-plain-toolbar-large{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-large{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-large-tl,.x-btn-focus .x-btn-plain-toolbar-large-bl,.x-btn-focus .x-btn-plain-toolbar-large-tr,.x-btn-focus .x-btn-plain-toolbar-large-br,.x-btn-focus .x-btn-plain-toolbar-large-tc,.x-btn-focus .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-large-ml,.x-btn-focus .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-large-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-large-tl,.x-btn-over .x-btn-plain-toolbar-large-bl,.x-btn-over .x-btn-plain-toolbar-large-tr,.x-btn-over .x-btn-plain-toolbar-large-br,.x-btn-over .x-btn-plain-toolbar-large-tc,.x-btn-over .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-large-ml,.x-btn-over .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-large-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-large{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc{padding-right:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc{padding-right:4px !important;padding-left:4px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc{padding-left:4px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc{padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc{padding-top:5px !important;padding-bottom:5px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc{padding-top:5px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)" !important}.x-button-plain-toolbar-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-plain-toolbar-large-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-large{vertical-align:top}.x-btn-plain-toolbar-small-disabled .x-btn-icon-el,.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el,.x-btn-plain-toolbar-large-disabled .x-btn-icon-el{background-color:#fff}.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el,.x-ie8 .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el,.x-ie8 .x-btn-plain-toolbar-large-disabled .x-btn-icon-el{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-panel-light{border-color:#fff;padding:0}.x-panel-header-light{font-size:15px;border:1px solid #fff}.x-panel-header-light .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-panel-header-light-horizontal{padding:5px 15px 6px}.x-panel-header-light-horizontal .x-panel-header-light-tab-bar{margin-top:-5px;margin-bottom:-6px}.x-panel-header-light-horizontal.x-header-noborder{padding:6px 16px 6px 16px}.x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar{margin-top:-6px;margin-bottom:-6px}.x-panel-header-light-vertical{padding:15px 5px 15px 6px}.x-panel-header-light-vertical .x-panel-header-light-tab-bar{margin-right:-5px;margin-left:-6px}.x-panel-header-light-vertical.x-header-noborder{padding:16px 6px 16px 6px}.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar{margin-right:-6px;margin-left:-6px}.x-panel-header-title-light{color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-panel-header-title-light > .x-title-text-light{text-transform:none;padding:0}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light{width:16px;height:16px;font-size:16px;color:#000;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light{color:grey}.x-panel-body-light{background:#fff;border-color:#cfcfcf;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-header-light{background-image:none;background-color:#fff}.x-panel-header-light-vertical{background-image:none;background-color:#fff}.x-panel .x-panel-header-light-collapsed-border-top{border-bottom-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-right{border-left-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-bottom{border-top-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-left{border-right-width:1px !important}.x-cmd-slicer.x-panel-header-light-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-panel-header-light-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-panel-header-light-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-panel-header-light-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-panel-header-light-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-light-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-light-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-light .x-tool-focus{outline:none}.x-ie8 .x-panel-header-light .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-panel-light-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-light-outer-border-l{border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-b{border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-bl{border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-r{border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-outer-border-rl{border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-rb{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-rbl{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-t{border-top-color:#fff !important;border-top-width:1px !important}.x-panel-light-outer-border-tl{border-top-color:#fff !important;border-top-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-tb{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-tbl{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-tr{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-outer-border-trl{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-trb{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-trbl{border-color:#fff !important;border-width:1px !important}.x-panel-light-framed{border-color:#fff;padding:0}.x-panel-header-light-framed{font-size:15px;border:1px solid #fff}.x-panel-header-light-framed .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-panel-header-light-framed-horizontal{padding:5px 15px 5px 15px}.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar{margin-top:-5px;margin-bottom:-5px}.x-panel-header-light-framed-horizontal.x-header-noborder{padding:6px 16px 5px 16px}.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-top:-6px;margin-bottom:-5px}.x-panel-header-light-framed-vertical{padding:15px 5px 15px 5px}.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar{margin-right:-5px;margin-left:-5px}.x-panel-header-light-framed-vertical.x-header-noborder{padding:16px 6px 16px 5px}.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-right:-6px;margin-left:-5px}.x-panel-header-title-light-framed{color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:32px}.x-panel-header-title-light-framed > .x-title-text-light-framed{text-transform:none;padding:0}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed{width:16px;height:16px;font-size:16px;color:#000;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed{color:grey}.x-panel-body-light-framed{background:#fff;border-color:#cfcfcf;color:#000;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-light-framed{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-panel-light-framed-mc{background-color:#fff}.x-nbr .x-panel-light-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-light-framed-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-panel-light-framed-tl{background-position:0 -8px}.x-panel-light-framed-tr{background-position:right -12px}.x-panel-light-framed-bl{background-position:0 -16px}.x-panel-light-framed-br{background-position:right -20px}.x-panel-light-framed-ml{background-position:0 top}.x-panel-light-framed-mr{background-position:right top}.x-panel-light-framed-tc{background-position:0 0}.x-panel-light-framed-bc{background-position:0 -4px}.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-mr{padding-right:4px}.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-ml{padding-left:4px}.x-panel-light-framed-tc{height:4px}.x-panel-light-framed-bc{height:4px}.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-tc,.x-panel-light-framed-bc,.x-panel-light-framed-ml,.x-panel-light-framed-mr{background-image:url(images/panel/panel-light-framed-corners.gif)}.x-panel-light-framed-ml,.x-panel-light-framed-mr{background-image:url(images/panel/panel-light-framed-sides.gif);background-repeat:repeat-y}.x-panel-light-framed-mc{padding:0 0 0 0}.x-cmd-slicer.x-panel-light-framed:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important}.x-panel-header-light-framed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 15px 5px 15px;border-width:1px 1px 0 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-top-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-top-frameInfo{font-family:dh-4-4-0-4-1-1-0-1-5-15-5-15}.x-panel-header-light-framed-top-tl{background-position:0 -8px}.x-panel-header-light-framed-top-tr{background-position:right -12px}.x-panel-header-light-framed-top-bl{background-position:0 -16px}.x-panel-header-light-framed-top-br{background-position:right -20px}.x-panel-header-light-framed-top-ml{background-position:0 top}.x-panel-header-light-framed-top-mr{background-position:right top}.x-panel-header-light-framed-top-tc{background-position:0 0}.x-panel-header-light-framed-top-bc{background-position:0 -4px}.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-mr{padding-right:4px}.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-ml{padding-left:4px}.x-panel-header-light-framed-top-tc{height:4px}.x-panel-header-light-framed-top-bc{height:0}.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-tc,.x-panel-header-light-framed-top-bc,.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-top-corners.gif)}.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-top-mc{padding:2px 12px 5px 12px}.x-cmd-slicer.x-panel-header-light-framed-top:before{display:none;content:"x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important}.x-panel-header-light-framed-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:15px 5px 15px 5px;border-width:1px 1px 1px 0;border-style:solid;background-color:#fff}.x-panel-header-light-framed-right-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-right-frameInfo{font-family:dh-4-4-4-0-1-1-1-0-15-5-15-5}.x-panel-header-light-framed-right-tl{background-position:0 -8px}.x-panel-header-light-framed-right-tr{background-position:right -12px}.x-panel-header-light-framed-right-bl{background-position:0 -16px}.x-panel-header-light-framed-right-br{background-position:right -20px}.x-panel-header-light-framed-right-ml{background-position:right 0}.x-panel-header-light-framed-right-mr{background-position:right 0}.x-panel-header-light-framed-right-tc{background-position:0 0}.x-panel-header-light-framed-right-bc{background-position:0 -4px}.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-mr{padding-right:4px}.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-ml{padding-left:0}.x-panel-header-light-framed-right-tc{height:4px}.x-panel-header-light-framed-right-bc{height:4px}.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-tc,.x-panel-header-light-framed-right-bc,.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-right-corners.gif)}.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-right-mc{padding:12px 2px 12px 5px}.x-cmd-slicer.x-panel-header-light-framed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important}.x-panel-header-light-framed-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:0 1px 1px 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-bottom-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-bottom-frameInfo{font-family:dh-0-4-4-4-0-1-1-1-5-15-5-15}.x-panel-header-light-framed-bottom-tl{background-position:0 -8px}.x-panel-header-light-framed-bottom-tr{background-position:right -12px}.x-panel-header-light-framed-bottom-bl{background-position:0 -16px}.x-panel-header-light-framed-bottom-br{background-position:right -20px}.x-panel-header-light-framed-bottom-ml{background-position:0 bottom}.x-panel-header-light-framed-bottom-mr{background-position:right bottom}.x-panel-header-light-framed-bottom-tc{background-position:0 0}.x-panel-header-light-framed-bottom-bc{background-position:0 -4px}.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-mr{padding-right:4px}.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-ml{padding-left:4px}.x-panel-header-light-framed-bottom-tc{height:0}.x-panel-header-light-framed-bottom-bc{height:4px}.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-tc,.x-panel-header-light-framed-bottom-bc,.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-bottom-corners.gif)}.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-bottom-mc{padding:5px 12px 2px 12px}.x-cmd-slicer.x-panel-header-light-framed-bottom:before{display:none;content:"x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important}.x-panel-header-light-framed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px 0 1px 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-left-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-left-frameInfo{font-family:dh-4-0-4-4-1-0-1-1-15-5-15-5}.x-panel-header-light-framed-left-tl{background-position:0 -8px}.x-panel-header-light-framed-left-tr{background-position:right -12px}.x-panel-header-light-framed-left-bl{background-position:0 -16px}.x-panel-header-light-framed-left-br{background-position:right -20px}.x-panel-header-light-framed-left-ml{background-position:left 0}.x-panel-header-light-framed-left-mr{background-position:left 0}.x-panel-header-light-framed-left-tc{background-position:0 0}.x-panel-header-light-framed-left-bc{background-position:0 -4px}.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-mr{padding-right:0}.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-ml{padding-left:4px}.x-panel-header-light-framed-left-tc{height:4px}.x-panel-header-light-framed-left-bc{height:4px}.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-tc,.x-panel-header-light-framed-left-bc,.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-left-corners.gif)}.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-left-mc{padding:12px 5px 12px 2px}.x-cmd-slicer.x-panel-header-light-framed-left:before{display:none;content:"x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important}.x-panel-header-light-framed-collapsed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-top-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-panel-header-light-framed-collapsed-top-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-top-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-top-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-top-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-top-ml{background-position:0 top}.x-panel-header-light-framed-collapsed-top-mr{background-position:right top}.x-panel-header-light-framed-collapsed-top-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-top-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-top-tc{height:4px}.x-panel-header-light-framed-collapsed-top-bc{height:4px}.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-tc,.x-panel-header-light-framed-collapsed-top-bc,.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif)}.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-top-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important}.x-panel-header-light-framed-collapsed-right{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-right-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-panel-header-light-framed-collapsed-right-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-right-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-right-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-right-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-right-ml{background-position:right 0}.x-panel-header-light-framed-collapsed-right-mr{background-position:right 0}.x-panel-header-light-framed-collapsed-right-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-right-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-right-tc{height:4px}.x-panel-header-light-framed-collapsed-right-bc{height:4px}.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-tc,.x-panel-header-light-framed-collapsed-right-bc,.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif)}.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-right-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important}.x-panel-header-light-framed-collapsed-bottom{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-bottom-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-5-15-5-15}.x-panel-header-light-framed-collapsed-bottom-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-bottom-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-bottom-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-bottom-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-bottom-ml{background-position:0 bottom}.x-panel-header-light-framed-collapsed-bottom-mr{background-position:right bottom}.x-panel-header-light-framed-collapsed-bottom-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-bottom-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-bottom-tc{height:4px}.x-panel-header-light-framed-collapsed-bottom-bc{height:4px}.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-tc,.x-panel-header-light-framed-collapsed-bottom-bc,.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif)}.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-bottom-mc{padding:2px 12px 2px 12px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important}.x-panel-header-light-framed-collapsed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:15px 5px 15px 5px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-left-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-15-5-15-5}.x-panel-header-light-framed-collapsed-left-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-left-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-left-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-left-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-left-ml{background-position:left 0}.x-panel-header-light-framed-collapsed-left-mr{background-position:left 0}.x-panel-header-light-framed-collapsed-left-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-left-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-left-tc{height:4px}.x-panel-header-light-framed-collapsed-left-bc{height:4px}.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-tc,.x-panel-header-light-framed-collapsed-left-bc,.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif)}.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-left-mc{padding:12px 2px 12px 2px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important}.x-panel .x-panel-header-light-framed-top{border-bottom-width:1px !important}.x-panel .x-panel-header-light-framed-right{border-left-width:1px !important}.x-panel .x-panel-header-light-framed-bottom{border-top-width:1px !important}.x-panel .x-panel-header-light-framed-left{border-right-width:1px !important}.x-nbr .x-panel-header-light-framed-collapsed-top{border-bottom-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-right{border-left-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-bottom{border-top-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-left{border-right-width:0 !important}.x-panel-header-light-framed-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-light-framed-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-light-framed-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-framed-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light-framed .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-light-framed .x-tool-focus{outline:none}.x-ie8 .x-panel-header-light-framed .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-panel-light-framed-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-light-framed-outer-border-l{border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-b{border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-bl{border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-r{border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-framed-outer-border-rl{border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-rb{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-rbl{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-t{border-top-color:#fff !important;border-top-width:1px !important}.x-panel-light-framed-outer-border-tl{border-top-color:#fff !important;border-top-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-tb{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-tbl{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-tr{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-framed-outer-border-trl{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-trb{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-trbl{border-color:#fff !important;border-width:1px !important}.x-form-file-wrap .x-form-trigger-wrap{border:0}.x-form-file-wrap .x-form-trigger-wrap .x-form-text{border:1px solid;border-color:#cfcfcf;height:32px}.x-html-editor-container{border:1px solid;border-color:#cfcfcf}.x-grid-header-ct{border:1px solid #cfcfcf}.x-column-header-trigger{background-color:#eff6fb;border-left:1px solid #cfcfcf}.x-column-header-last{border-right-width:0}.x-column-header-last .x-column-header-over .x-column-header-trigger{border-right:1px solid #cfcfcf}.x-resizable-handle{background-repeat:no-repeat}.x-resizable-handle-east-over,.x-resizable-handle-west-over{background-position:center}.x-resizable-handle-south-over,.x-resizable-handle-north-over{background-position:center}.x-resizable-handle-southeast-over{background-position:-2px -2px}.x-resizable-handle-northwest-over{background-position:2px 2px}.x-resizable-handle-northeast-over{background-position:-2px 2px}.x-resizable-handle-southwest-over{background-position:2px -2px}.x-resizable-pinned .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-west{background-position:center}.x-resizable-pinned .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-north{background-position:center}.x-resizable-pinned .x-resizable-handle-southeast{background-position:-2px -2px}.x-resizable-pinned .x-resizable-handle-northwest{background-position:2px 2px}.x-resizable-pinned .x-resizable-handle-northeast{background-position:-2px 2px}.x-resizable-pinned .x-resizable-handle-southwest{background-position:2px -2px} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/Readme.md b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/Readme.md deleted file mode 100644 index 88598be..0000000 --- a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/Readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# theme-crisp/resources - -This folder contains static resources (typically an `"images"` folder as well). diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow-open-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow-open-rtl.png deleted file mode 100644 index e15277ea161bc44220eb4fcac70aa826b275e1fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18218 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 GcK;g=ll$cW diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow-rtl.png deleted file mode 100644 index d96a18ed6230146a11dd7d3bc5cc20cd6f58113d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18224 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-arrow.png deleted file mode 100644 index 2123035758db4a002905f0f503d754b84eab3d21..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17350 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 KZ&qyT5&6IOwf&3$ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-scroll-left.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-scroll-left.png deleted file mode 100644 index 9d96ae2e6ab5dcf8b90869cdfeefcaea77eca04e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17863 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 N_SVi;#gzqHX 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 KY;$eaZ~F&;8v*

    T0G#>~{963NnXl9V-$>XbDt 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 RZ?L<7gN=)Ifz`(C{{iL8{E`3w diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow-over.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow-over.png deleted file mode 100644 index d258b660e4c75da3e43ba7dcd56e892f738bac9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17383 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/breadcrumb/default-split-arrow-rtl.png deleted file mode 100644 index 0b911820610f545abb35e105e8748e8040a5e23c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18245 zcmeI3dpOkFzsJ8)?zf60X^%^h%$?CpV_e2Hw=gog8gnyYW|%3r5|vArouqP$RJ(|% zC?zT+T@+DLC>4_0^xIV070wsA^sVOXbI$KP=Q+kP;{`jb_YLI!9RN$De(Wt8;#N6hb-UTTL1v^vq%0UfV9JN0YJ``Lng0S z;l~s51b#d|%z;dX@q>9RP5=`CLYp%@*c6ZMIc5XT-dj1wM;&nFxvR;*+^u#;sU|Km z)Rt9Q9&<+NJQJI!b(D!x1uVk%TAc(eY$c*H zQWkjtSvQ6+|tzz1$LwYs%SRVt{h#qBLtS`UA7O=?)j*SCGBvo4Qs0RS(Ak@Z7H$f9{s%cP z&#%7Ji^i;twwwOxdF9>rPABHq?U&u*+xjZO?(0SQ;jdZ`bgCSDOQ?pb?QXMz_FAXy z>BpSV*=eV?@ml_E~&-o0UQAy|Y?|KFEg_TE^vWez8e>B}Ap?B_%Vy@@JY% zW`#jnwCr@tTQak0+RgD2zPqTpdu7y9V?JqD*iWCeTMu?SUe!&8`JRjw$E{JJduCw;DdR7>V5;9Gp~i0XFff+z$N*7>Sk-5NJ3C{y&?l&)0eRGuf*u-I_3 zTH+nKgUb&tI;d%gq@2nRh=9^5JAeckE0EBOz%taIzz%c^1Wbd91=BW-`hyx5J=CRK~h-Fvcm zlVNGfpjPQ_v)ofh@nr0BtXGkH{{fb{bbCtBr^7-Q*)D_ZRe0|cRL@mwi)`~V@)tfT%`eTKnO)+N

    9h<*L+U&XhJPhHeF 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-arrow-rtl.png deleted file mode 100644 index f2c12021094867cb31dbb374f52ad92fc9f31f8e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18297 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 Cb_pK< diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-arrow.png deleted file mode 100644 index 1eda80bd87303c20772709f42f21edce3e9f17a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17418 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 b;=xW}%!Ov*TD2Yxb_uYvaLea`d8*|K<% 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-large-s-arrow.png deleted file mode 100644 index 7d25019f1e9512915d5f34eef14b89d620b4566b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17460 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 xzwj>IdFfB;`K)knFS1{+>CXbIzV~{+R4q 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow-b-rtl.png deleted file mode 100644 index e05da4b946d76b3c71b2bb931ceffd771c3edbbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18382 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow-b.png deleted file mode 100644 index 8573de9cb6b49bd4617241d595530b9a7bd7072d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17502 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 Db)q~H diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-medium-s-arrow-rtl.png deleted file mode 100644 index 83434aae7857f3b88b756cc2dcbf722315a16bd1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18367 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 O0cU%6yF%M_TmJ=(`{c0z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-arrow.png deleted file mode 100644 index de8fcccb77c2579093c6dd0114db4663ec11e994..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17328 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow-b-rtl.png deleted file mode 100644 index f0e3b0ae41c0a1ef25a147302bd3f652c2281ffb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18251 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow-b.png deleted file mode 100644 index b33a0b0c780f5c3204a359304c624cac24936d1c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17373 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-small-s-arrow.png deleted file mode 100644 index f7dec83cf0f4af2e573d1a8a33e27ee0c8826f8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17364 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 VXcrsho8aI8duwN_0?Qry{udGA`*HvP diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-arrow-rtl.png deleted file mode 100644 index ec1d908a1b98f7ef1db708c7d62674a739af5ddb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18310 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 VDnD>MDxeMmj<&8g`PLhE{0D?|8+-r& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-arrow.png deleted file mode 100644 index 7dcd4de33044c58950f72d1bc1da622ca0d98ce2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17433 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-s-arrow-b.png deleted file mode 100644 index 54f3dd55a4922fef5a0ccf8d264b6229d9587cc2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17493 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-large-s-arrow-rtl.png deleted file mode 100644 index 9b52d5b333dda766837202f9677724a08c8081fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18351 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-arrow-rtl.png deleted file mode 100644 index e4e8342d7ff7ee61fbfb226593d3f7bc7a1cd3a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18245 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow-b-rtl.png deleted file mode 100644 index 3678da35b82c81781388d4aa55065fda3e1d4e33..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18317 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 SlM8nfaI#xsTWqs-^FIOj2p5U~ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow-b.png deleted file mode 100644 index 7536cf20b23aeb2966d6691b5c93da12ed5297fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17440 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow-rtl.png deleted file mode 100644 index 81cc241fed643bf0293507e26cf77fa8c01248c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18294 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-medium-s-arrow.png deleted file mode 100644 index 4a34fe4067eab3e011c66c4c46ff7f5c02ca892b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17417 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-arrow-rtl.png deleted file mode 100644 index b5bca15a2f18bb2d35d437cdb5cd7bea8e411644..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18219 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-arrow.png deleted file mode 100644 index 5b64e4506cbbaa91686624a4ecd82fe6f0322e13..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17341 zcmeI3c|4Ts`^O)LV_z#I>5L^Lvss&IjAg9Z!pKP5m>FZT%$S+7bP~zZa!4v$q&l*z zh!P43B}BU=6_Psm9h6Rm-(yKnoz9ux_xJk#InV1g=5pVk>$>jeecksx_w&bdaHErr zl=up9005-yY%N{E?#nL!|I+~~{X zGC96X7R-)7fU($2ABH~-075!5+~`ENAqA7kXA>6oaS_MunXdApFjtGi5z7)abyUS< zH^ix)c`ENxD`#aTq}-GhCm0_eaYWulSMref6On$^v++^q;tt*U^kUCBzeiP*uUe+d z9^(fK$1_UXL~2AOPul9c7)D6uS*((K9@SXi@S-1K7Ada50%S!?sj8eQbphZ*I1aZ~ ztw!WJAP{n2LKLWROs_$$jGd8rW0AT=AmV^P4L5O}y=cTTz$`4@;yhqxEfA5BqUi=? z2?0BrDc*g+MmVrTYu~H;Kt#re)I9=#*Kt*OfviLTwv-lU3HYuD3fndvvI0mbV4077 zJqCCJ2T*n%KDNNcD?m-FtV9VQDhZ%m;-c38LVJK6P3r0)z=2d?ne~_l?$5QwvV%Gx zsnil&g$Bkd(n}N`B;w(LSf$-+r?_^R5&0)_ni--lG*wA2(m>|<_+0?VN|Xohc6=(N zRl2yf)hNDPdOQ5h4dEFzZ|}b8fwlsc834TChPO}aB1>09tQU?5m_ECDM96oWMAoj! z!#*W4W@SLuP^ZT@YnF}GnWGg?pAPi*KiN=k;YGgVv3HtYx4p(=%Kxu$+~>)6&#%AK zh}7E}X(ROEdEMO!hwPPY$HWeJcfU%o`FurU=CjIuwR$`63X;yUK9?my@s?>v#`Ut* z4q6;rb8B_S4E1HN?k7QfuOV=8CthGrB0P61Mex17mMn=|^KudZ#wwY$541%EBYdM? zv<1(Mnoikdtp*}|?2ZKiz&1+_1o2L(X`?6rSY}1)Tr^jns9mmGBfPTq=k8jG&pV6` zSZLJOS;$(5QzKTgcdRMgZ=oI2a#2NR2l9cLib0KwZ%h(P8d2wdRoa9l^N}o?S*u+Y zDJEpzB)XKW+8HO{eTbwUFRGXt{Xw=x^5iR+sHz5SnKs%+55BTHON9!QoEDsqii9I!qsagWMHrzI$4rQc&;USV>?=*-}~ z0$-WV1U#V;Rr7kehyA&+6B+{xz z%t$EM0!ChCZcB0?IX$t>g{{;ukn0pP785++Qm3Vslxu%k^P1dW^~=5W(6J<2UG+yx z5|$!m_rwwEjWw1WBz$n&lm=u633-Zr!$2R&s(1xn@`VW z5>0;(_nbN??0M7SrZeGpm#jGmX5)`G<5M5P2se+hYk%sk}ms+0wx?86*WlE*; zut|R284N*xgT6

    -cdWQ<1)upbw|GPGW=FImzSUhn_7PUGs8{@_7S?3N&qtU;fGD zlcWOM0+#}tx79|)!#Nq}tF0eE|&t4d*n4HB~k39p5;P zq`5j)oL_T(y~BEk#+JJ+XImbn8m60|AL|XK52im(@4d2PbI4}h^4#*PG`o`i&F4Kw z%BupSH)A}rN$#7smRc8O6s>+#SyY)Lms8=C4 zsZF-+iGE-C(&jbwj10H*`!;k%dIcwHJnry8`~A&`WIQ5WxuK`2x_<-rUC`DSVIA)> z(o56phI6|vj2MkDMq;~9-!(YBCeu@&bMIyo;knB|yQ#$K6DYsl!fO4F5Q=bOyT?a{r2ed;sRnXs95 zASYtA0A284q`60+IHz^T|HoWbCs*Of>anH4tK-E(>s0FKYRGn@_P8g6 zEjp{5#%y&Q!;bxtSY;ThaZ5j2cc9{cR^HJn2Puc1bZn+V+HP2Yo(Z-Z9d#`6Xplv| zs$)_){SEz<&+g_zT6D?ut-!-qkgHCJ-1aLyTKKakT)f=k{A=Q7?Z-MIC3KpH&yALY zcQ7XlGS{{Y-z~k@K$FM(zCaW{4pj& z883hEQ1P-Z#bo(?Pqe#329#r&cW$J1AHSSeP+vi9^Xc#zdi4yR=_P$KKlxR%bfDDJ z&dXB0n=TK(dvDc+Om5Ncs*EZpRGhnkyIMudx!u~b-jw(|af0}fXf)E%Q$~LLA+UW! zc~8}QgFha2c~wnL;cs8>au;xSeCYF#_Q~#3>7;4#!Tg~QCqD&jEpiG78g3Nq5S$WG zmo9%?@!+9KhY8U&;nCW+Hqwp1T%XPu4Teh@NxA=as^O(N%QCcoXi}_qa+MUebN7)w zg)c~Zt)}D##&_5Ms9zD#&nDkVS zhcPE_O}^_@=m}?QO|>>xJ`L6yDXMa=+CE`6Z2pwc6Z_EAYr6Z%X!pLIHNjcq?cFw$ z!qHJ}(~0jAWC%Yeq$V`SNX5L(T!+VCUYfF}hCb&I+Nf=snTpeAr<;ov6_DW{9=?6t z+Md#WCV4D5=|;e>*;8+7-YQ+_YN%^ib^UgTK6=~4rccAQ!QH_sqvv{Mocn);?bDv| z{p->@w|hCCl9ZB?W`qP&#y?Z^;avc*&YM9baY>F2SPC-$L8dajX^4;j7I+W^0Gw$E zi%jvOabeyxIwR0TZM5=+8jL|TQS&f#L^-kuG+%~o7@Ou6=0v1~`B5-bHB-DeE(8k( z2%vGvu#f=%Kn^yg+wDz$R9aTDT_X=U2Olkp;0MFnm;Xo7Rcp* ze&`?ivA!Js7u~-}x!C=WiNTsUI{w)C%Xk9 z$_R@>L4wRHzl-6>q%wR$zlniH5zz)%eKgh(4UGX&ejfu|JXA85{C|o9)k5M>DOevS zJAll^GXltT8j=-A$05HqLX?YB3QJ)6Guhy58=r6q=nS9&A7`7*y;!s<)muMV|)OH=ugM4N!*0 zaBnh=0@v3k8yHY1WFrikGFJ>oN2vSXLR&H^yJnZ%LTKuL7#iaKx6saP2Dn|4{UMs! z(f_9@eh}twscab>aFT~YCO^0Y<~Bq(TF|$xUpo95a~m6r%;wN$m#vA~mvy_i6E1Fa zvp#dnA4{gpZi#rx?5d(sama64zYc5BbHR=A|1IEre2Du$=Lq(t1^(N@oDVgp`sW}V zrVlrm%%+*s!8yTm!)(rso81<%;6wliMV>1F zxOD#3_BHdoo-|uf|6Ox>V?7jjfxn;NwcrZv{@&H|-(8{I-@AVGbPr^3@p=o{zH5ef z&FE0d-X;}2+f~l$p9BFXLdTG*Dd&b-|<67Pl%%-)DhCL;5c6< z$YEfviu0}DQ3E{XAQz80-xhdr1^kzduXprc4h#*)PXeXE)8^yii3lp-T3Z9XoZh@b*KE+`G2HXj#HL{I@A z7nBB1n~#epBB+3m3rd5h&Bw(P5mdm(1*O5$=Hudt2rA&?g3{n=^KtP+1QqacL22-` z`M7u@f(rP!pfq^ed|W&cK?QtVP#QdKJ}#b!paMQFC=H%A9~VzVPyrtolm<_mkBcWF zsDO_PN`t4($Hfy7RKUjtrNPtY`cx{Z?2FGlmZW0=tqT_=^zXP!S8zUjd2$}(f zW5=&p?x3PLPZ0nB6(>hqPw2M>`l!pxLf>Adm{#aVf$!)m1OTO(qaP_C_3&H(P;}=| zC@WU@^F%zMKaY=aqEHZg0guHA1OXuQQMwnK>ea1bG4Q0{#w9LtzYEWEwmibqW>@5_ z#6^ZW3hK^rI!Bvldz4SNvy;)P$&8cUvnO)*Y!4&lor(|TI&_Zh*?v53=dF*=wj2+* zUo!BbZusH@a@Xm;^nwPtGI`~Lj>aCQk;>UN3#LEaUR_!BtOI2grKrz``dz@(5f14| z0fP}F(o)?rxvPLw=v^gwpv*0;3^PA=MD3N$p*2#GJEY1)iRLcyk+T4+@I5vs0V{i{ z$n=y&UO=V{u%VXW*AA>e0vi_p{NgSUnLc=EixjYWzs_u_%tQb&6O6M3{Fecz8&>YL z185jv7R#lQ06atj7$+Z=BXI5#P*$(5ln=-&0~n9E=p}&67GOh-o?a-h;}9^*{;dz` zkEMC)U4{^;L;0j4eS%%oYI$U^oR1G`fkC~~oTany^dIP{R;Y@wLz=iK6Sb#(w*eqC zaW*vCzM;^1)x7$8{GLM9^~hJ(WJh%U{Mv^*8*=$p0Psu{(Ku{`E|?d&Og1uT_}Ic; z8UJ-knVSZ7vGUcdE&`d|k9_+0qipPs?k#F=?(FDz=v-;Dntsb?>oB`weVNZt;GYqs zPXq6sUVW|~g^Ld-mM`?1KDR6EhS!zon^3+;}^m~`Z>NHW=^8o;OTg)r} z%|Ko{(trE2hLDjrmO~Di3xPq!d?WF1Lk)LxYdQhj_QD(+2eZF{rBRHs{Ta6p|RV=XFmj=T^--xAL@far`?* z!}$=I8Bum+3V4|i8w7oUwIj`yw)~;vDa3qzlj)BX%oL<|cvLLbO*-XrVbPW8e^$=* z!(n4-jz)U-XC%x-t8a;;RGR6}h^OEd7w!GQ>HM$MrWsB4O!8*Tzg9J;9=2ng)W1vyePfPFeYW8}Z zrI@ARW?#_Hsl&Nt2ZU%>bl4bS6>*tbgmgiT=a>>bMuFG7j>u%Q_tGj>5G|dA00N0h)mG&U5?b3!-p{tAv zPZeGUo$@wGBNl2;g1xRuWKo5Q|zBky`|QfboGD_egVvXE1WZC1_IUZou&ydaoGTuFSA zT7S6La_f!$gWYI0twFuvp>ccR%-SWDoOG|WyAJF*>>}azzPMfSF57BR$z)WTR@LL0 z(hg_QyWq9Y!kgZurxm1C^qgur+l%kz^v1RxxovV}Nrtbn@Xqxb%2SWdMoXn52QUF` zrz6}c?osTEU3zE+I??CMgL9Wogyam+-^?MuCku|WliNvVPjF9s*WWfPyHsL-bA7vf2`iGB$;XmnI+ha*=0pI60_gL@FEV7<$ov`i9 zw$Ac1I{r1k?>(b4(3Mi3SkF<7UJ>!~{vA2`3;M3>5z33BW21dyEcfu^X!9De$)+KV ztrTIK?FZX~wolU7Sa-r%q_e3ZIR~|o^vLXr$rZ~g6wCMaJz6@=DbQs;0cDtn=LTMF z`_$7H`#k-*Qu~%UDd?KD{IH|-75&j!8ri5BM#O_wu5ruF_y5CM-SCvg?uBn>hAiBp z7*?TO!PZ4L;v3^0Qq~wQSpL@0&@Fu5?};U*Vfr_WPZ)I;?O2?>x5QP&^>G?8LnC!F zA_!+eEX8i$m$*0BCP&9DsgV7O{erc*_B0rsKYW9`>k@jw0lAw21$$3V^F=Ba+MIkz zU1jjVP%fVh`mnCm#orFJGx zd{S^&i(>oiX-i{P%AO`&-dSiEbk9Av$0s>2qI6NXTR_yh@>|==FG>ZxR`OQtjNbaX z^+C^CcN*Ha?IQg{Ou80%cKpt~SuJytXaD@rpf$8pE0%Zb+M(9{7qW9Ji0 zC&-M|st0qDUnHw?Rhl1NP-$Cvq37LuyB2hEok2_S_CiY0@oS{ZC1BRg`nqM7)L*In z)DKjAZ`0$8^aq37#$K&0CGSmszt^(5WMGJV^JlsQU$N#{mbF1=X!kG zu#WBlg|>kOD#S;dcW*iUOz!TFo3+{6=#4h1Z&U5lyiz}|_FH|${WiJr{;Mb9pB!3# zR6A@!@(pwDqu%5^>fUxYiT$==clv?!tr4g{TQ{^EE8Nn>sBhb-#(Q%`UG%KUZe&;2 zvXW)>Yu;WKz0GgwoauAfC-p3Geb6h>E7EY%UH9tZ!^Nq2MQZ|zdc#XEZea~{Yh{?# zKkhFL`$J>o{=E!>#pBYxaNfX;fp={hk0S(&hw5vKn?n}&o+)uJS>JEfW8F-79DC1l z^>FLMH?2Q!EDOo(YixBGkd5BnFr4@KjuUk0!rOPP!KK(}|&1Wv?~Qwp3MAEx39!)EK+2f91!X z@{raL?Kj8U)Z9CMLi}tn;{WIQcV2h0J|<}u1pty|D4)&<07VEtkj>#*=)NhwriSc2 z;mfIv@BjvZscT7AB!v7_EyKt0D@p(6t_I5J7WW zfuQgNAi@-7iezALScDk?g*7!HV6jFB90qHQ#$wPo0uqZQnwSx>c*N&Rm#hf=BMF!+ zqNlC>=jI^GLf2m;;uF#6kdP2mh%t&MV56}F0s)P|p>a4QR0Amt9WbqYX`5pT`x%pJ<3H{LBubhz_Om(O47){kJH6{ZM27*B#S0seuu-}d2e>wb5gn!lKg!?ZWhUUc0?fb!B`WqDV-KK>iyUh@S z&q%*&_DiIY8pa3Fo}iGoNx%T@HbXgG;XlzWx8c)@jQWLHLZ5}3F zME_eVQ|nIAVKRs;o*;-WB6EW1Y!J=ovPtO4!YMT;mK2e~3*-r)Zh>TD68d|^-;IJE zQdf*WqmqT54mJoUI|?34z~hlP6n3i2lzLNi#+ED5i7OP*xeUvQm(#P)wQ2b1fU;ZNtXK_(gfWmsPd{y$CI-^+df-L3NYK931v6fsHkv*IH;vUd!(pHcI;}$2=g_Hc zc&M-V(5Y^C=wzffmm?xWyLGIiu;M9EqbH^DJGmEhs0Yc=(BMVz+ABDrU?9zw1KlQt zqsbo{+~**;=ev=r2mv}xfuLKtihf(r&jyeYvYo)63`!36^%-jv`H&j;p};DP}WZ%S~9=L7Rf zaKV6xHzl~l^MQFKxL`oUn-W~&`M|sqTreQwO|iHXC*RWrxzNkGA<$d6L2oMhp*MID z3`b8l00>_Q0Fm1P;Lj20w;KR9VF2LO1^^(Y0KgpHzV$ckp}ILvw${|pN53~?6)UV} z*)?h%p!QZ-xbcuHm&~v}=WHC{@+`3IRzzTg&asu-qFSZBZXf9_ZvcU4Z4Ere{3chy3m8%{tMXM%gR+9#guMli^)UeG*K$@)QQUEYA aA`K+I*H#qHb*_MV4LI2?x6QNJua9mv2QAI}`>BEvw#QN0E#YLQtIeho?i~Z+)9#xLLYM#9E zm^e@{nqJx}RxK`l%1YN!KTJB;boG+w5e;?qFZvM1;gXshu-~PgY5@}(Lcn+^fv`cn zTI>cO6!bt!9H_QSt46Jgo|1cGnzBPE?2u43FJYsNc$flU91>@G0Wh`@3QJF3>kMRy z0PamRk6vI49B^Ov%c}=KSo(O%ej#A{2{lEb%me_oj2>eKcy9su)P~9RgRRV}h11QIs$n}88e!#s^Ln8<{lmaMNjJOj1+)yMxpbe5r zDIt_=;>^Rhi^KiJTwM{XwOXu|Hz;7Ki>Rr_h}z(k6_{{6x#y$z03b6#5ghI4L{N)t zQA-Opu1t0}{LM|#DRmEz-pT&fe2y^yyx@hlP3j;^SB7m84fC5kw`N$xdzVz^-mxQI zC341BfXu;8*HO+i8}qZr$~!vx`}&@2t~1?Ez3X~ll2N<6+I7PBuTa95u@BF0ywnWG z>*^?`bwwMRKcTcOu+sehbV>d{e5mU^t| z@%6XYv`=}y?9urwOzhDIiuVwO_9wt|cG84D+N_hO@Ty;q0l-KFyXJQ-ap5rUh!?Ga zQ}2u>EHl>tVP4k9{Q+Q?nI?jKx74UX901HR!?lY|RNmJt*Qpj=RkOIeM(T?@_K>M& zU9G9SsibGvDz5wbf`g`7QO(7w+V05TjaBuk9lfIxIkJdamus?y9JxJt~ViX+JZ4&gY&`yWRFc&M;5ku}GT=Wi$ z>j|400nEWKQI(eH6X7L}hQCW+A(iJCtUP3KPU^lV51ksXl$my)dwHedQS8})`}y8- zo$*9c1FHJ7)S^oa;#mao|t2EdF}Njf7LDbz@VckRyrDwmc}nb z%I}XM)fs3mjU{2$l^uwHtzgV%jxc(%`5ul`}O)o>B$%qm-DGkPjk+am*~fDGc7z@ z=5*09I%k>Q-c($3gp##QR^hpm4_10Bdyg?MzUEzD^7Q0t`=tA>?M;K0uajO2zYmm_ ziBgPch+$~0NLwzpoUtNs`Nd@03o9NRSN z`BwRk`Ic|1uth`J=@+WZE8ISZ%bGN7UbkbNB_qCNar%IBhx5~H$!sM%L;Qy#M4nHU z%GnCDz?-b>;pB`PyTUST+1by6s|G%;I)I!YPxyVx{$MFh5iOP06z!63Sx&gE@6RTv zA{)B?bR_M(WlYMVo}?zdIFwM{MmYb_;#Ui~qs;mpy_&s#^?vo|*NU!HTWe$Y#%?&( z$*%mu`U{(EH`z8c-)lbC{3t~~%@F+(6s8xhc~ntYk-a3l+&KTB;nJ#2K~_WM(VNCu@< zzV(T2Z`rb@^>xg2=d=fw3}r@nK*VUwkyx99O^75SB2A_KX=7F2X5I(?oi9S#KcuIX zrqvGRbX^?A4l{?NyU*OyJF`B+O*i2Ftwz#w$Nn}WsWT^0K0O7Y4kU+g#+3mLBn_G1 zTKKs5YF1$081($O^|%L3QLNe0)d)-u$QZP>P$C!`(P ztL;auwCzHU|B+CsAFO#>H%q6#{Ls4GW0kftwolXW8A_@9V15`wd=)z4c)~G%(>yi1 z#4^Sk#w)LVO$GGGlF8ewBUh2DPm0~~DLq!O*bOdOW_sZ@d7IW_ZLtyt-PP-6bL?H* zsr-x$%|rJ}?{*zCIQ{O-)X>t}r7w<`WkuPz!c{4+stWetN(lbJU6Q?ui#J4V6)hlK zJ6xvi_s}7K$Tg`bv}$dLolp3#n!5*Ut_bxRJsaL zG4^ngLYH!q;xA9Mx`X;vqS<$ErgWdUoSR=)?%C?q?lt)889ZaV?5Vt@S4pxgnU2oO zGCf-_4}JJ(-i1tR*6ON=C?l1hze%`ONzcC1(!9xt{2Tc_`4bsC-2U_m_3=2XZCGW0 zG>mmKK_2<$tqoUZn!SPd{{dN}G`}q$w2)7GQh-t`{ zJud(Kp=!G!*(v_fhPRfo4L{wOOn(;$m%+-o{Cc|nr3S|=xNmSwqGxQi48C*U(ftK4 z#2);#PnDsH++&(Ll4_CWocejY$M)+E_lRwe-aHHWV%hbR+-W_6Tkz&l@*QU9;K2up zjFHx(=_k_e;$BLwWMtWK)r{5;AoB;oHY8 zZOLtClSYyfZ~Fb5HSwnU?TU+C^|ke@Z`=veMelmQ_480oV0WPEyYoGA4t+nve$krp z{_D~Q=lj{86IUcAPKgL7kA9))!n*)qBaKO>@F;e+cpBReLG@&N&=Em?9PmaI00>4w z94gI+&VzZ-8BCU;`n!so>M*9Kp}MQS9mhu z9{PuQoUb?k^XcC-IbZ#c4TE!HXZPdeul@D&`(e`oJo9}Zf;pt$H2XC(fE>)BBc130 z?7dtX-FzQ76pbH^p2zfBn4E8%rfdGO@AM$%Kcr39%%;sOh1nS*fMdmzxO6Iy%_Xzh zzQoy8w($G}K0ayLQE5!p^z+nu0`hzP!elR4(aoqlIuTrqdT^9J9EBsJQFzQoye$-I}bayC(|qV8xJ&!jMl^JV)5Y0hIl}f-+O?Y$CJvV{-0c+T8NJ)4e!O~ z`cZjArXQ6-M{-yU0&<}cqMTn+coN%}%>}zfC+ZTAKPvuV7Wk05W%e1B7~o`S3bQsR zVbM4&7LGxnp*9d5#Ajx?;;mT$JSvMuw>Be!1qde76Yt@vr;nx6^xzw5XivDFKDd`R zVnJ7&2L|PZ)up4bUIsIhVP^+T|C_ZLo3?j)%gtGP{)g6(^uJj9>>fb-Dh1G6~biA|6}_V5g`v698_V zzm+YtJgcWnPpI$S8NC4p1zzCqCwR@JLaV<|b^G^JX!ZB03z;q~CXa}jYwf#YNY?b( zJ$tq|gSQ!UA~>|~i@sNHVFuBCDP~M?;|5GGM{sa+N#ED}Fw<=z6ODx?LMrAGXXgoW zH!w4ev!&p@26&r;oWIZcc82G-z<)Vd7}0;(7-}bI1WJQ%EWpJV5mX?+1*O3^7U1HG z2r3ZZg3{m{3vls81QiHyL22-f1-SSkf(it5l zaPdV16$o%aY4D8&xcDN13Iw>IH2B5>TznBh1p-`98hm2`F20DM0s$^44Zg7e7hgnB zfdChj2H#kKi!UOmK!6KMgKsRr#TOA&AixEs!8aD*;)@6>5a5E+;2R5Y@kIm`2yj7Z z@Qwc!m*m2mgLD@7x?mvqUf?xKQWp45A&h3_WCs8tYXBfD0s#J+0>1|VU@r;)-nat* zJ{bU%*~fR^wg9zx)@CN;pw2%!(2}*r3g&GpC&|P0hIVZD*7ZwGiZ|=}*u3zqz8mTr zs&;Pc!SHTj=X+;{YkI}nPdM$f3dzsCvQ2)_#>Cd-lRI7H_~HbenD;&^8sisFk1pQ0 zXe=oken0EP#|wR;ZY2`S!#*+})%#*rOO^06IEzCvV;?m5>a8}qB*J(O@ceJywq?mj zE-Q}HUEV+#Kfi?=VWnhN0s}q0UJ3!g)RZuAe37ao4_j0W_8PD@w>K*?bwBvOo9PX- diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/default-toolbar-small-s-arrow-rtl.png deleted file mode 100644 index e0b0102fa0492552330bad062c1eb95bd74b9826..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18254 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 P%>s5-PL>508+QB$BYNd& diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-arrow.png deleted file mode 100644 index a444189c6254ff739067dee6d9c1da7064e10a90..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17326 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-s-arrow-b.png deleted file mode 100644 index 6b333844b242f34b2b26eacffc01b6effc5bc54c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17373 zcmeI3c|4Ts-^Xu<>|13?(iuaN%xY_pkkp~)kfT%Kxh-+m>703f&+GT++^^S|uj~4JzSniVuVwE0kNeO@M{60$ z<&ppZ$k^IgxPaeH;749u6#VOIfbIsrBsex6fdC-2bowI%q@7v@0Fq8D5^3W`Z#It| z=*{N9Y)K>-hs*Y2`7!_?xHH3*Np>AnG9G{a!Q3u3{J0(4MNu5)VtyoCAyG?5T|$0C ztooU!iq18QEiFYr+1)A9*hJ@SV>u_nz~4R5|{-W%9~n z;y~eOMroT^wYc<28$D-(aOphrm5X0QHr6-1>_eJHNNRGxewWhK11B_ufRAAW!diH> z*bP7^_`Z}lQ0Q3N}Jt?#1X`0LV&I1V=kM5!@Bi^!~G`Dt{N8c-Y%83d;Ex3 ziJa*bAZxJGeUvlJ#`4V3@~2Px`}&@2s5jq2z2m-rl3BZ>+I_-UTH>P zw?$Zse0))R_k(@*ine1C2R*xACs=>EDmC>*?LNHT*0Y?VqtNTTBp}`*Ep8N>4L@Xl zY|X7z9aHpIJ-VNTi9H6u#a%?9y@`n2Z8YIO?N-ZEc-61Q0brzpUGqR&TsYi2@?~4l z)O(W&>#S8kxR>p*007u-p@}5lDK%*n2LOw#2%U>&svl~W=~j!bs9DrqBlTsc;X!lF z`dV{&b4hym3hvG|g$K;FqgyVj>Fh*3Fjdp9cJ_`=;>aRv-LAaG~&gTQ=>kr*Vu?GIid->9jo9Bw@Wmz!MGeI!`y7tMvS>X;bOL0 zT~A!!1Yi$*iLSK99FHh*Hhv&|g;btvwEUpeS*d$;9wse8DJ%UR_wsV%IKwjo_X@n_ zIunSbMs)R?Wny~uzG!4ao%yA8x)MpW=1cHG>4Jvk7dI6OR~#CnwOtAlSrTDcEnz4U zWDcXQG_#@DQyibzM!n;Fp>~H=v=!Ro|J2MS?l`Zzv`EHVlgok8(ob@OA?l% zWws)93o*?mmmGf_R??UjwKyd9sVvFgSvU?`Zmiol5Tg>eM-b|$8}+Ao1*$M z`s(`h`c(VWN47|2c$xd+?lfFWq>`;&cG1}r_m_Jsdylg&yy0D6{OrU^$K-qN9nFK*Z<5~#e+ZJ6 ziB^nkjAd%8q%RX&##9Mfb|J<7yvqF}Dve~c5$0XWK&o6S+l``Arn65m@s8w)4JWit zsOq4|dHLt_pXW=tjk-0H6Y{pZ?k~1-({t_3lX!5lz%4&x<2zSXS7zS&+?af3E}Lxf zTbRehAyJPy`#LAmZ_ZhlcJx*@z@%s@rNO%DJ~9Q-yCV$hwJxvvU##X~t6=c_C$JU&Ornl)}%y>+!UGof`+#(?Wn*JnABIZ6)3__1PSzE8I5 znF@=boBlb&DVaC6hiBTebDoD(4SZU$A2mUq@cWcAW-Uz-EtS?3?UHU?M!01Vz$U1n z8oT~*CT*)TC1q1jP?KLCOe}9FoO@{XtCd_Ft6^)eX0Km^U&A>qQ7v^XJBPOp!)Y!K z<>%L&UvIzOzOm(Q%h{GksRrrBn8(ZVuk8Tb5gPjbU5TxB0xsa9O2) z)MlJVHpOl8wo9EZi~UbTyNb*F%Jx&4 zp32Otw~FhAld6*TU*G@hgt3@R%v0F{wasc_ftR@o_)YldX|1P*P4?gVaB>jEq_oMm zJ<;neTiU#)o|WO6e&3p@%q$O#9F0A4$nHQhGMR`>S8aIKRMoeEHx{t%WoXA(MtW&_ z?NDylg<->C)^JSs>AU);*JOI=1>UP`BE4|#Z#R)TeFE*%QyAt%a*AMH8PGt{P>JqE zk1t-$4$2>=zE>vxN#vgHCH4}Go@1YT?6_-GeYNRovr`>Ab4OGU=@*SD`c&vtJCGB; zN{A_ZD8eja%TJ#_hVE0p8E=B`V*FY1bjU0&tK3Y{Ea5=Wf&Q8zb?>I%j~1zq52Umv zwz6cSHio@ntG%zOnP-xOq6@HNjxW(vb-IWY!KAmO$zL>_+)X?;(0m~PpmWu(Y&RXt=nIIaCP3%N_!dmXX*G%rL;XTKddpn3KMxO@o0c~zPdwF z8S^dkwb!2JLPk`{hu@WZ3-Row{p*y&f z1(|DGhVGW$={jn3>iy}dp(V9TULGsUj<$10s8L>574E{75CTHFBzqMXt&QF!T1dEd zxJ<|Ip;N(-dvbADl~$;OPsH|`I|pj62>HB|a+B|$yQ?Cyj8uN^CgEBoBjk3agi53BC2 z{8Rt;hh1AL$0vxlZ*;i{xj8)addT=}`?+-7r1((&;K!4n{k9c3`UMO%3U>%kh-t`{ zJuZLnP_4t5?2_d3(Q%Jr>VN3QWkO1k=&x?gio zyMW)}_m=mTFqw4Usj=czMOtzBR-f|W(5fqYy~YPsGmToGeW(igLuu;K!%UpuBY%W$-LWO;N`0jCQ zdrJG6Qb|gh5)n=r{X)}2bOFFR8jDQfQ5@{?G`1g-N@sgAkimW&@J18>2qwWC zD$R$%gLyKTEPrG8`-+=z7>jNUcQuUq7#t3VLSs=_ECN&@0z>?H)L?{vpvG*HuX!vOfiy0Q!(*}iVbgi3p6uN` zV>o=eq4{fWTz;JShWrEP*nt#L!Bh?kgG8f#WTMmNJ)GTK-CeWAoSk`uY8^=|G<49uUDC(r=pm>I@`@a2O~TMj(4P zm&UN%0}e&wN2BMlycQ1fUnWZp0Lj-WFcoLUE<*~VBHrtmt zyUG@xpTNf_Z3ili+5myZkuhjIb{$?1i$ELV z(P&7LS><;*9N2W0SI9RxFlaJHAFmI(G0+?k<@Y(j%|oa1sQ;%dP%R`6ord>fbN#41 zBFm4;WS}_yOaf}55Tcx4Qg{;Em(2yc#USbtP(LdEp$mLS-8lPiGikp=pcD!mMh-YKafZDr!j0Th+qMd#iHZ&_100>8Bz5Ro}L&(guWNf6G3Ir zun5C-22`{cm2RL%W6Vs3g9Ft5x6~GF+V1HsHAfch1>Z|KACm%@48va~nb44F7-In6s&7RR5eLknP0_ zqH-B#OmI!`Juqfde(U)@Hvu*M`{B#_b{1w!znz?~%k}S*Ntiws@!&!LJ4KzD0C4O4 zt!$y?Sv_TXLVb77=#8*w@B)87!E4S6t^VHX@$Xh>_4n2Vr<*^EN5syx_FXZ=HGOu^ zo-MB6Z3cq~4(~pH2B5>TznBh1p-`98hm2`F20DM z0s$^44Zg7e7hgnBfdChj2H#kKi!UOmK!6KMgKsRr#TOA&AixEs!8aD*;)@6>5a5E+ z;2R5Y@kIm`2yj7Z@Qnqy_#%P|1h}9y_{IWUd=Wtf0$flUd}9GFzKEa#0WK&FzOeuo zUqn!W02h=7-&lZ)FCwTwfD1~4Z!EyY7ZFq-zy+njHx}UHiwG(Z;DXZN8w+spMFbTH za6xJCjRm;)B7zD8xS%xn#sXY?5kUn4Tu>T(V*xI{h@b)iE+`GYu>coeL{NbM7nBCy z_+N2JF1$I&@CRQP3bQfQ1Z*uGEsD)|9{67muL7n3 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/grid-cell-small-s-arrow-rtl.png deleted file mode 100644 index 23d258db209f0938b57e954a55f1e0e141240b55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17362 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 W*hV>9E8hYK2iRFTS>{`8-}k=`ivU~z diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-arrow-rtl.png deleted file mode 100644 index d9bfbb80738427299e3729da479d314dfb2cb5fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18310 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 Tu)Qkb0RqnU?sf&X>$m*}FIXH8 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-arrow.png deleted file mode 100644 index 7dcd4de33044c58950f72d1bc1da622ca0d98ce2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17433 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-s-arrow-b-rtl.png deleted file mode 100644 index 5fe042d7494b943bbee61d3b84f8374fc67919b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18369 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-large-s-arrow-rtl.png deleted file mode 100644 index c19f12672e920475397cc35fcbeb7c37004c5e9a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18351 zcmeI3dpwlezsDb&Ttj!2v~xzEr{V_e2HB#ex7F=n0_6J{nebqB(>?cQ)yQ?4+=fC=j`7(zwq=ywX?N!fqr$NkFBCS^u7J1LkaYwB((Jq0f5TPk&g_JbbKxVC_C|J zwAHJ91Y&{6M<7Jl(P#)^fPlmE0|6kYImMMrckP*DGVtWBg?(h$VS9ngY(<2NMReG# zxFrVKO4C+GYM*GD?OZzD%1Tc2R$8QNOib8;+0KSj_bWFlbZVcB*?lT<|D8|m+fMmD zEFO4XGj!<@wL7OjCBIIgL~-g-Tf8$dY-*;(!s$!NdIBvPUV%RLeEF{L_3}9w0 z6PA*=#1%-B1H7tP-W|YdB;d7l=ko?2Eak(oZ8Cu8VeQ#6X>kBzCKzc6_^beO>elSH z0vH%z7RSDV1T-Q6jGa5j7C3(yD5;&Mk_RYG1u)K$5&D4KHo)tau5J*p=NK@{`i(o~ zk7c>jx(y&w$MPtJi%3@Co{GrL3hwTxg?hDi8p~!GF@ItvnW4&pkIln{6V#vf-vxlQ zxY^L%_74Wts^!+!8pRZ-ZA8AjAwR6+?cFidRhKO^1AumMX#J2OI)8rH3i&Yqp_7aI z{d2n%(<_BW$cr94u^V>gw!lTv=h^$-LvfV~AU}vBZ7Q@6S-m z=Ye-muRmK9j$0pYBlqEH+17Sk-0*VvRJq3%W0PX%q$S@A zxH#YBfYFKWd)Yqf&9PKk6{h6HTm^iE9|l!fZgF9`p;A1n`hrf*)a=Un=hx)O7Dc^d z)m;dbn-OkRqGTi&Xn|lZG`D3qFjh6%W*`CqBde;*zV=|E!qn zjl=F^*c$3SoDn+{J#AYgt-^TGj3^pzY2m@2>@NIDzdz%?^?kmJZjWJRGQoDfZv5?L zwr`#S>98SU*{z7ql+N-_e5Yoo_8U*-6mPT5zkYCirsr~J)5>{W)4B*<@?av)-0f77 z%j1j_^y$RdwH9Yj6u6vo-j^|xuqBC9vwM!6{pqtOk2K8p(eN4IoqHj^I{opHg{uc<3b z41)rL?X%rB>@EETtYw`zK9<_6atxz=uY*N#l3-;QRxWu>fs z<*Mn*&0LYOFN>QYpqu_0>M|(e>g5)rPQsLp3on<|H-V^`p@(= z&k!66vEVx2tfL7>8QHek&e=Avt{LU_rl*{_W>w_zDO}CGYUR>(OKrHZwNp~MU7K7V zrz@w=aWo;n%SC1Rp4L23WEpsapWc_4dVND!s)Hc?N$|Dqj|+C72kC?UAJgC2Ol8RD zPhBM6GPQOtVfq?tknhQ1h zuROIxeu?%Hd&ifKeMv5kg=h57tZ-Q2P*roc=48#oW5i?=>?2%va(D8h7ULieHtT`jA_G{*Qv& z1(}!Uo$qRtZ^^9-D!Ldji@b*X zB&qgzpXrX9Z;$q%xs1ALb&dFrf|=F&6}%MJsseZ@w?6I+e7ZZOG(a8F6+%`IoD^@$LrhI`paFyFZ!t-c+tJ`TePRnUG=6azZ}8% zw&jF6(VW7$m%4S)EOeav*+=IupAO6#V7}I%zNZHK(n0N@7(c;1@z{9Rxa9J!%hgWh zg4B%>ZM2=b!|dUZ;d&rFY_SYiHY(ga-1DbTA40Zk--t0Kw}9{SntII-q!pUaHjmwP zc2`&FS#6(NzaKoSJL+Mk4ywdSUR1+OoG1>2oqsGYrW`%^V_EEkFEE^JxYda}F$iGc#~; zjB;?9RvA|ZU2jw$*+^SwuyEBITLZ_CL%+ur6N4As#Gf|oD%`U)^I)-qs>9=Ca_XF< ztq6ad3Hcg!_o29hn=P`m9pekQFS*Y-TdQ-xh`gbj{OHT*g+~-_`{p0anc{&|F0eTB zg1%Pok%2-U7j);`sEN8mI+~rjtfu#F{+*VC#>Zd(GTb|(Y)1Q`g428L-H}?1=ht#J zk@6^;gIkn4W=~nRca3}w<;wm71OEq3*}d)wxuMsVggE+!Zz#R9tMrnL?<*BI<*tYw zuUa4Vu6JUfJ=!iYKkiM@q|T1opF68XBVqQ=M!nXcF3o*{J2#HC9=@2FT~Wxc>dj^!+1{SK4o3|d=mea1#@bgwJt`>TeMbeuj>txrYPoCbMSDo%s>mR;+67t!m zNIiteXHT< z?iIx=YS+EFB7T$C(lyilihI&I@<#uc;+K@6_y(t{qT@wLxrOU|3;RN@UE0PO=+R6y zu6_LWTJRrph95piC7C?F)*m7mxH<5yZO-G+fTe@A)kRH#OZ(0iI~8wyYu0PtM0>pN zfvM+EYvb$IotsJm)B5XMZ3g5ccGnHXy^B?+O^H1gTfJ9x@2k}1R1)c#X~1C5=X6>f zyKYIU#?Z;3>RgRE=+F-jUOlR7%{$jpSys95`t2Y*cEj5> zpL$CJTLZOTpK4Qg>fDalsWQjzSvf!?O(u z09`{?(ODtBED~GCl&VY#B0~cHpqPmW^7rG5$U!DLqq=11|41=f2QgYj>}#T9KGGn9 z;kX(>69j+=B8rG)VQ^T4F$skw5=dCAAp(cN;?Yh%frW4x)$-VhYh%6bAjHAU10} zMz|%wZ?tP{78>*e{XxE11jS*07$^L?`5zDerpa;lUp5SliKF9>gTMCI-~WeAi^Nu2 zAp~ELe$(vNND)0)2%=p;kzh*z3$)q_-HPsy?q1B}ObpI9N+X`X>^m65`-`v<&sf;# zR2Ul}3UsezS^&rt3j*i@fgg2jmQ9?WpyQLCBa_ABkDRCUDQI~8iNT(b0xg+hkP1yk z0un<+Vn}o>hKyTI#^aC}BQgdvNo1@hOv6#Y=5d0*(ZCtgF(fhpLndM-YfP#M*MJre zn<-}gEtSc2C+VJLZzL0gXCVm~3=8QE8hayI91_kLPav^b7;tnj933Zze3BSP5eOS zyQXY;B50BaPn!JD5*SU0uHfcxOTRk&c%z9;$P5sHBg@uA=j*y1&xGTNZX{-O`IDKf zk(5YfjjSq=O+kNCI?=81$S+~M?+5VjQ6AHu6#mz31p0t{NegpKYP8m0i--gqaUe4Q zH0MHd;y+CoW0K#-z_lspk>`gW?|)zvM9i)Ky)hsd8Iv#^&=`rw6O54~3ku0(fh^>5 zZ;-?ydVAxDxbZRm*T>)oiS2)B3?}9;%ZJJ5f@~`K>(u>P@PBF8{$B3;uP&Ychr>3u z2ER>(Uo-gksgp9Y2_Zvi7fJ!l(R2qrsJ<(km@s4Y86)Y_Z_8+XV;ly$pxr8TeF>fH zhKG7c4xQ|VhfYMg@p)n@^jsS4D6Du=)W}Y0>`CqlZR$ZPbZhV;c(ZETLFM(sjG->NSnlr~rp^ZIsra+G$D!xmn%iVFrrvMI$SnGeh>#RUT**_7gv%m?O`;(`H@Y)WxS<^%IealwE{Hl?^E z^MQG#xL`men^Iho`M|tVTreP#O(`zPd|+NFE*KEWrbJxI6R+uleCXZWKgeTB z&maU5;0E8?CfUw;F@aHh}+XDbwFaYq<3joN80H7f_wDG1jRCmbE(wrXD{QCp! zN?G$+@=s&EGMBEtr>l73pUORc#7hlpD`gWcR$ovHk}<#VR^DjMAy36rvw6w-E^CbMMQn{H9urJd~7d8ovl1MZxa_?`*5UlLX7kl??z=^1P1_kaBhf07%-?350FiyqO#( z+ndRPSrZ5_RshqB?n?!Lz-MVrG@{eMa-*>qA5Cqd!%x{T9Tmi3j;6=Lm&I#nsYu9e ziB>uHRKcNoiMhFm(w&TG;n>*l;|dPi(nlqqi1n(Rk3DoD`slrhS0NXC+AGH1G)-OY z!1ou7q?NRYRf$U{TIo9IhfC+0u37T(P(xk)t6s$B2uXDoASYhpsluLA69UG=aJUVs zRbn>*p}>by;y{&MY87hrk!jg?re}5vg&!8G;>2&X5f5JmYz~e!%>p)C2!*F5Yd8TJ zB7l1%#iIw<1_#{N{qp7^5S})ECPWBuJEfu^lo1cWa1)37i@CTU)@U|cD{fe3K>mrGvKdhmbY`Vagr4lnk^2CU5w8GV?Z{+c z^WviBW`o$$#e3lIZi!B-dU*6q^|j=)HUq#bPFU-dHnL<@_$JYC#?<+>Ln7Y0r84%7 z9rG%d-Fy|u7C?X6-X~k?Ox?)$TtcU4HG8UDCVl@3!+jYWeR=b> zdW6od2uqRimo@i4+Geh9IVo}2qw7ta<(F$x(_fSys@7S1l##TS^*Ai`k2OmynAm$LbZ@Ridk_7j;!jeQ`H9 zY^q*YV=8AV=^4H{z*B2YHWIvO|)2lTr zA|ymi?ug5iRh~r)c^oCF#fmGQi5yp{wh~!-OdWPNdYOZ&O}xGp+VLn6=4_?>!6@J- z%#ocIH{v(l0dx+2iK?(fpNc4UFnT0?l~9&rxazRQd8r4U9CS+D@{H660asQT9XB}F z{~+I6_E{XB(15CXyFyI2&KHHKuQk2AQClK`(s)_5KsvvE)urtP!sRiel$Og}k);vl zRT2gwTvHf%jfoY>mbCSWRSs;my55p!5{44OhaGCxsV3yuT+z6(=~vrNvl-rfI|E| z$JZ51Dx{HT2q`gIzYo1PxnuT`Er zsa$@{C@=RMhM>De*QLa9-?rFP06jf4yEQOV73pP2K5} zmzb1D%D2jQ$hUl7X;3tnot9N;UhX;(vDlQLk)agy;ld(={zBw8Y^F4`&GyaIPy z-=B$7MmBW*=|I?3yP1$lK21(~bvVAP6?fsW#jh5!$LaMud(?Xv^^E!p8loC18a8(C z?1oYt?aH#&XKk|GWZTemzv+Ba`x*UIBXoyOe`?*M+OeRkz@0DRoCuZYqYOrrtgXDCj6o{?KvGh z-3nxfuN9&R$3&P!xcxLS9(+LMR;)3$llrOn>7dE+j4~4ilemM02m7iERlM)~aiUOV ztUtLqzL~x_a$DHj_6K6*H{@frVbbd&k3_me8OO4sNvm4XN&4K@E&{vT?6X;-*^5*f z+8%QezC~XPpNH6sduDh;?}l+b!prskV^SK)+Sg_^2BB4C;OBd@`^(_Sk=JRjrFudX zlaY6Jv4YMu*L;l3UY?6ss*O$DY#Y6G?C`qW6BV{Hw$D?s>C030!x%b7*h=)Flkq3~ zP4iUj5=v?BXm7msHx^JMi>Ge;9lM5Hb6V`KPsxdbMXqqkQq!!r#2uO)T4KdCs*BgH zrkHz}#QgLPO@sGK?sc9pJUjf`^x)E(rLRtwW=7e#z?DgFDhu{vigEryosvBYi#9}U z7cIbDKU%8Acx<0P=#o?vR;dwe=M%BJ`rg6nt3p2SrJN=EB17MIbqwyZCm~(CuaZAU zr77VRVvZIq>r_lq_~nUaS74vg5$3&HXSz;Z$<41T^K9{I^BQ>b0-o-+I598jP10gN znWxXL$aHVNGC2Clyc3z!q}f@1sFYB4;TG)HC(YAmy$-hnZR?y)s8*k}8X zhZMXLd-(HyWtuW_uW8DM6pK`+lnFNvw;T5N@vZIeUIc%!?EG2wtRBuaXv+xkF8$fS z!G{U74=u;jPN#*2A^z%e?>t``(obpb-Yd%-z9GkX)n-0@tbbF*rska=u5&&VclOD< zTz5&ih~2|@$9adFN_c4BP=2;NrKoJDPuWm#<<$_cu>qxY!{+B7D}(-AKHdH}9b@#o zawM2Jc6)5Jd-?OQfOV72jpa|d>xK#|>?`(s+&pOVl<@q>V`I0et|!A?zwE8zW{k9U zS&oTD9%`A2AB~eGEQ&i5*BB)e^*((g9)o#p956ZXC7aOV*`krIICXxiu}E<_GHm?u z`;O+;n_@?vLwP5qjicLR0NyFYH97_8=Yag~QJbj#ZJ9)SI# zIqm(|Kn4rE5d{F8 zaUhFK@u6~H9#k6L&q#H+{FW+=?rEgzqHl+?V-cv{bgSS1s#EY*A|=>|g7H)}#!KP? zv7iBi$|1u78NPmOY@m_qj4u|9dBsRo*o=hZW29=rYY;}V+Xf>r1E?^4gg%^t(m}%v zF$lE29tMrphUuWtx=1t%se^%|(O5l0EZP9}^-#r2f)Osj(+lfpX7RN-@RyOQH;2Q* zB9UA!7s1sKTiJEUk2lcO|v=X`#}U>k$%_gw@fxMh($#@ zQrXOX0TinFe(+M%esuL5y4U>ReCNcg`NzIf1L^;e#;ci4o0$r;BZLF56-x-9k~z!( zB9rNhpPgm%&rjgvlcpV+Ligi6Pp!ux7wYE+d)|s_M&?lQ;AGT;qx9h@3=xgO>TJa7 z>cCM3SQH9kGOJwRVaN2Odj);xfkqKg7%W;3iw6DXJs`@39^m5fBy-6BCl{y|;^Rrd zdNBhSWDcIrAk(NwmLCm=oG*kZ=cW{v!1QGXfZd|vb#cfa75^{`d`R6k`;3ZbJ6f8; ztj!4qXpDgYTnB-M+CX#=pPA{3wf19k$bJ;6wHY2PK+x%)Sc(B!4@J?}ha2c)$Z$Qh zo&g*~<^9~~MMfKX>FH9*Ix~Y|X9rFHo3$B}vX8gqzFK?!ht`nvzggP{(82AJ>ipV`=0>#hvfZ#_|m^0h1t^Y2j|;#{rh0zc-tZtoCsj2$TI@~ zE}g%X&9^+OC-DZ^-sK?YZgajL;JFp>Uk>K4=)Y_XwG%V~rNK8A;Npu2DiGj; z(%>5laPdV16$o%aY4D8&xcDN13Iw>IH2B5>TznBh1p-`98hm2`F20DM0s$^44Zg7e z7hgnBfdChj2H#kKi!UOmK!6KMgKsRr#TOA&AixEs!8aD*;)@6>5a5E+;2R5Y@kIm` z2yj7Z@Qnqy_#%P|1h}9y_{IWUd=Wtf0$flUd}9GFzKEa#0WK&FzOeuoUqn!W02h=7 z-&lZ)FCwTwfD1~4Z!EyY7ZFq-zy+njHx}UHiwG(Z;DXZN8w+spMFbTHa6xJCjRm;) zB7zD8xS%xn#{Y^-a{k3Zsvr2aAQyZsFn&xn5qzZ(MzM0V1AySQ01$o%0REZ=&jSFk z4+Q}4+yMZa3;>GElY4Gk0Dur+ZDv9YeD=p<^p?79a-uKoFF%rxekEXr-+<8W)$$IL8(n9K< z{3!(va<)jka#A^TQ!TrC}w9T(+ZuWPmqQ&PNsQD174oxH7oq)b7_1UNR2j diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-arrow-rtl.png deleted file mode 100644 index 84b91cba04582b39441d0de2c758b8ae2b46d881..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18257 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 WMZ6~%=9xo%1)S{MYzuAHZu=L&@37Z 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow-b-rtl.png deleted file mode 100644 index a8eec0405602f6d2ad0ee16fcae7b04689609808..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18317 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 S*)5tx0@zzSTa{Y+Z2u=@7#GL@ diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow-b.png deleted file mode 100644 index 7536cf20b23aeb2966d6691b5c93da12ed5297fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17440 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow-rtl.png deleted file mode 100644 index bd9c85b6818f092a75c37abe206588a674350c91..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18294 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-medium-s-arrow.png deleted file mode 100644 index 4a34fe4067eab3e011c66c4c46ff7f5c02ca892b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17417 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-arrow-rtl.png deleted file mode 100644 index 57ce6aac084adbd93435e415958cd1c28f190920..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18219 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-arrow.png deleted file mode 100644 index 5b64e4506cbbaa91686624a4ecd82fe6f0322e13..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17341 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 aQUns;8K_I9yH!EG23#E%ITYHj-uO?`VggA3 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow-b.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow-b.png deleted file mode 100644 index 48c52efe5c9ca3153c01fa8760cf2199e94f0d0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17390 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow-rtl.png deleted file mode 100644 index 322eb93250c0b9e370ba8ed9e398d4d729d7ca36..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18254 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 IwQ>7@0m`@kYXATM diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/button/plain-toolbar-small-s-arrow.png deleted file mode 100644 index 269821788fdca52aa304f3d863128ceb2fce96bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17377 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 Z0fL*9M$5Xz{lI|%c2-W7#TH(B{sSH9{o?=t diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/datepicker/month-arrow.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/datepicker/month-arrow.png deleted file mode 100644 index 5f878122e8b8bc5b9a15c396fc73e288c24c0417..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18237 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/fieldset/collapse-tool.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/fieldset/collapse-tool.png deleted file mode 100644 index 56d50b0b4c1c8e4b4daa17b0241fa820015739a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17474 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≠%LePh;4a6Tt=~i$%xNF$TK2UUV$N5QC*6^z@Ak z5mby34MF$9(exOehPqTNZKfFZ_E7h~g*Io?wofm)&!Or6WoU@|-$FZbS>Sd_^@V7r z@BY6{@slurOJ&XCfs;HKGWo$JFtZ`LFao}B{nFvfn%USmR4$J(y=;x)U)Jr{o$%{M zH|;aC{P9%U^p;4ZO|L2joq+nT_1kTI_5AF{`u`SiHa^7tpK}CyGyMN;Va|q{QT=le z9@~o_NaZq2nc$odxM9qO{NCrs*aXz{?}snz`zp+~eqWp~)AjGgBusCMcyJcc!~ zT3R*O-^?*Y^(d{I@FT|$ZnGhc}sYYL3LwBYJI0_u|ax+&M&K! zBD4QIPE{<_S@q(5KpcK&j5kniOpvmm^ZKb!_!&-d(Mo-3B|FrJUw@B(mL%hG>zY zdhpiR5%10Xr*A_x_B$A5zKnK&cO_)TaMJ34EmvO{G(BB8b|KEe prc>egRV@#@T*QsLyHTHXfnRF~n8?VJ=Rp*JjfI1Gf!WqQ{{bynKQ#aV diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/checkbox.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/checkbox.png deleted file mode 100644 index e0411ded8f06435e2a220bc82a66a16a607f8b82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17917 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/clear-trigger-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/clear-trigger-rtl.png deleted file mode 100644 index 5092eeada16803efb846a10a2879f153275c14db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18517 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/clear-trigger.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/clear-trigger.png deleted file mode 100644 index 5092eeada16803efb846a10a2879f153275c14db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18517 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 diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/date-trigger-rtl.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/date-trigger-rtl.png deleted file mode 100644 index b2064a6b9da668b9ae938cab60f3666d0a83f7cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17847 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 KrMFU#?fn diff --git a/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/radio.png b/src/webapp/js/classic/theme-crisp-touch/resources/theme-crisp/images/form/radio.png deleted file mode 100644 index fef5ab54735abc9daac65fd4e7480c205a14b99c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18907 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

    . - * One item always corresponds to one store record - * But an item may contain more than one . - * ONE child row, will be the grid-row and will contain record data - */ - width: 0; - table-layout: fixed; - border: 0 none; - border-collapse: separate; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:25 */ -.x-grid-item { - table-layout: fixed; - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:30 */ -.x-grid-row { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:34 */ -.x-grid-td { - overflow: hidden; - border-width: 0; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:40 */ -.x-grid-cell-inner { - overflow: hidden; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:46 */ -.x-wrap-cell .x-grid-cell-inner { - white-space: normal; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:51 */ -.x-grid-resize-marker { - position: absolute; - z-index: 5; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/header/DropZone.scss:1 */ -.x-col-move-top, -.x-col-move-bottom { - position: absolute; - top: 0; - line-height: 0; - font-size: 0; - overflow: hidden; - z-index: 20000; - background: no-repeat center top transparent; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:1 */ -.x-column-header { - position: absolute; - overflow: hidden; - background-repeat: repeat-x; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:11 */ -.x-column-header-inner { - /* - * TODO: - * When IE8 retires, revisit https://jsbin.com/honawo/quiet for better way to center header text - */ - white-space: nowrap; - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:17 */ -.x-leaf-column-header { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:19 */ -.x-leaf-column-header .x-column-header-text-container { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:26 */ -.x-column-header-text-container { - width: 100%; - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:31 */ -.x-column-header-text-container.x-column-header-text-container-auto { - table-layout: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:36 */ -.x-column-header-text-wrapper { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:41 */ -.x-column-header-text { - display: block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:48 */ -.x-column-header-text-inner { - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:61 */ -.x-column-header-trigger { - display: none; - height: 100%; - background-repeat: no-repeat; - position: absolute; - right: 0; - top: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:71 */ -.x-ie9m .x-column-header-trigger { - z-index: 6; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:86 */ -.x-column-header-over .x-column-header-trigger, -.x-column-header-open .x-column-header-trigger { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:91 */ -.x-column-header-align-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:101 */ -.x-column-header-align-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:111 */ -.x-column-header-align-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:1 */ -.x-grid-cell-inner-action-col { - line-height: 0; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:5 */ -.x-grid-cell-inner-action-col :focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:10 */ -.x-action-col-icon { - display: inline-block; - line-height: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:1 */ -.x-grid-cell-inner-checkcolumn { - line-height: 0; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:5 */ -.x-grid-cell-inner-checkcolumn :focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:10 */ -.x-grid-checkcolumn { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:1 */ -.x-group-hd-container { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:5 */ -.x-grid-group-hd { - white-space: nowrap; - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:10 */ -.x-grid-group-title { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:21 */ -.x-grid-row-body-hidden, -.x-grid-group-collapsed { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/RowBody.scss:1 */ -.x-grid-row-body-hidden { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:1 */ -.x-menu { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:5 */ -.x-menu-body { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:9 */ -.x-menu-item { - white-space: nowrap; - overflow: hidden; - border-color: transparent; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:17 */ -.x-menu-item-cmp { - margin: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:20 */ -.x-menu-item-cmp .x-field-label-cell { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:28 */ -.x-menu-icon-separator { - position: absolute; - top: 0px; - z-index: 0; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:34 */ -.x-menu-plain .x-menu-icon-separator { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:39 */ -.x-menu-item-link { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - text-decoration: none; - outline: 0; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:54 */ -.x-menu-item-link-href { - -webkit-touch-callout: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:58 */ -.x-menu-item-text { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:62 */ -.x-menu-item-icon, -.x-menu-item-icon-right, -.x-menu-item-arrow { - font-size: 0; - position: absolute; - text-align: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:7 */ -.x-grid-editor .x-form-cb-wrap { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:12 */ -.x-grid-editor .x-form-cb { - position: static; - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:20 */ -.x-grid-editor .x-form-display-field { - margin: 0; - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:28 */ -.x-grid-editor div.x-form-action-col-field { - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:1 */ -.x-grid-row-editor-wrap { - position: absolute; - overflow: visible; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:8 */ -.x-grid-row-editor { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:12 */ -.x-grid-row-editor-buttons { - position: absolute; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowExpander.scss:1 */ -.x-grid-row-expander { - font-size: 0; - line-height: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowExpander.scss:7 */ -.x-grid-row-expander:focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:1 */ -.x-ssm-row-numberer-hd { - cursor: se-resize!important; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:6 */ -.x-ssm-row-numberer-cell { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:11 */ -.x-ssm-column-select .x-column-header { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:16 */ -.x-ssm-extender-drag-handle { - position: absolute; - z-index: 1; - cursor: crosshair; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:22 */ -.x-ssm-extender-mask { - position: absolute; - z-index: 1; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Absolute.scss:1 */ -.x-abs-layout-ct { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Absolute.scss:5 */ -.x-abs-layout-item { - position: absolute !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:1 */ -.x-border-layout-ct { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:5 */ -.x-border-layout-ct { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:9 */ -.x-border-region-slide-in { - z-index: 5; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:13 */ -.x-region-collapsed-placeholder { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Center.scss:1 */ -.x-center-layout-item { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Center.scss:5 */ -.x-center-target { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:1 */ -.x-form-layout-wrap { - display: table; - width: 100%; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:7 */ -.x-form-layout-colgroup { - display: table-column-group; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:11 */ -.x-form-layout-column { - display: table-column; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:16 */ -.x-form-layout-auto-label > * > .x-form-item-label { - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:20 */ -.x-form-layout-auto-label > * > .x-form-item-label > .x-form-item-label-inner { - width: auto !important; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:26 */ -.x-form-layout-auto-label > * > .x-form-layout-label-column { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:33 */ -.x-form-layout-sized-label > * > .x-form-item-label { - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:40 */ -.x-form-form-item { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:43 */ -.x-form-form-item > .x-form-item-label { - padding-left: 0 !important; - padding-right: 0 !important; - padding-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:51 */ -.x-form-form-item > .x-form-item-body { - max-width: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:60 */ -.x-form-form-item.x-form-item-no-label:before { - content: ' '; - display: table-cell; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Resizer.scss:2 */ -.x-resizable-wrapped { - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; -} -/* http://localhost:1843/classic/theme-base/sass/src/selection/CheckboxModel.scss:1 */ -.x-column-header-checkbox .x-column-header-text { - display: block; - background-repeat: no-repeat; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/selection/CheckboxModel.scss:7 */ -.x-grid-cell-row-checker { - vertical-align: middle; - text-align: center; - background-repeat: no-repeat; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:1 */ -.x-slider { - outline: none; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:6 */ -.x-slider-inner { - position: relative; - left: 0; - top: 0; - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:11 */ -.x-slider-vert .x-slider-inner { - background: repeat-y 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:16 */ -.x-slider-thumb { - position: absolute; - background: no-repeat 0 0; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:19 */ -.x-slider-horz .x-slider-thumb { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:22 */ -.x-slider-vert .x-slider-thumb { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:17 */ -.x-tab { - display: block; - outline: 0; - cursor: pointer; - white-space: nowrap; - text-decoration: none; - vertical-align: top; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:29 */ -.x-tab > .x-frame { - height: 100%; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:35 */ -.x-tab-wrap { - height: 100%; - width: 100%; - display: table; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:60 */ -.x-tab-button { - white-space: nowrap; - line-height: 0; - position: relative; - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:91 */ -.x-tab-inner { - overflow: hidden; - text-overflow: ellipsis; - display: inline-block; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:110 */ -.x-tab-icon.x-tab-no-text > .x-tab-inner { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:115 */ -.x-tab-icon-el { - display: none; - vertical-align: middle; - text-align: center; - background-position: center center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:134 */ -.x-tab-icon > .x-tab-icon-el { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:138 */ -.x-tab-icon-top > .x-tab-icon-el, -.x-tab-icon-bottom > .x-tab-icon-el { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:145 */ -.x-tab-button-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:152 */ -.x-tab-button-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:165 */ -.x-tab-button-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:274 */ -.x-tab-mc { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:13 */ -.x-tab { - z-index: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:17 */ -.x-tab-active { - z-index: 3; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:21 */ -.x-tab-button { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:27 */ -.x-tab-close-btn { - display: block; - position: absolute; - overflow: hidden; - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:35 */ -.x-tab-rotate-left { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-left { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:45 */ -.x-tab-rotate-right { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-right { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:57 */ -.x-tab-tr, -.x-tab-br, -.x-tab-mr, -.x-tab-tl, -.x-tab-bl, -.x-tab-ml { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:1 */ -.x-tab-bar { - z-index: 0; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:6 */ -.x-tab-bar-strip { - position: absolute; - line-height: 0; - font-size: 0; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:12 */ -.x-tab-bar-top > .x-tab-bar-strip { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:16 */ -.x-tab-bar-bottom > .x-tab-bar-strip { - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:20 */ -.x-tab-bar-left > .x-tab-bar-strip { - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:31 */ -.x-tab-bar-right > .x-tab-bar-strip { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:43 */ -.x-tab-bar-horizontal .x-tab-bar-strip { - width: 100%; - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:48 */ -.x-tab-bar-vertical { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:54 */ -.x-tab-bar-vertical .x-tab-bar-strip { - height: 100%; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:60 */ -.x-tab-bar-plain { - background: transparent !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:64 */ -.x-box-scroller-plain { - background-color: transparent !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:1 */ -.x-breadcrumb-btn .x-box-target:first-child { - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:7 */ -.x-breadcrumb-btn > .x-btn-split-right > .x-btn-button:after { - content: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:12 */ -.x-breadcrumb-btn.x-btn-over > .x-btn-split-right > .x-btn-button:after, -.x-breadcrumb-btn.x-btn-menu-active > .x-btn-split-right > .x-btn-button:after { - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:3 */ -.x-autowidth-table .x-grid-item { - table-layout: auto; - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:8 */ -.x-tree-view { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:12 */ -.x-tree-elbow-img, -.x-tree-icon { - display: inline-block; - text-align: center; - background-repeat: no-repeat; - background-position: 0 center; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:21 */ -.x-tree-checkbox { - display: inline-block; - vertical-align: top; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:27 */ -.x-tree-animator-wrap { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:1 */ -.x-scroll-indicator { - position: absolute; - background-color: #000; - opacity: 0.5; - border-radius: 3px; - margin: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:10 */ -.x-scroll-indicator-x { - bottom: 0; - left: 0; - height: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:16 */ -.x-scroll-indicator-y { - right: 0; - top: 0; - width: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Component.scss:1 */ -.x-body { - color: #000; - font-size: 13px; - line-height: 17px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - background: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Component.scss:18 */ -.x-animating-size, -.x-collapsed { - overflow: hidden!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Editor.scss:2 */ -.x-editor .x-form-item-body { - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:1 */ -.x-mask { - background-image: none; - background-color: rgba(255, 255, 255, 0.7); - cursor: default; - border-style: solid; - border-width: 1px; - border-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/background-opacity.scss:19 */ -.x-ie8 .x-mask { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff); - zoom: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:22 */ -.x-mask.x-focus { - border-style: solid; - border-width: 1px; - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:29 */ -.x-mask-msg { - padding: 8px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - background: #e5e5e5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:47 */ -.x-mask-msg-inner { - padding: 0; - background-color: transparent; - color: #666; - font: 300 13px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:59 */ -.x-mask-msg-text { - padding: 21px 0 0; - background-image: url(images/loadmask/loading.gif); - background-repeat: no-repeat; - background-position: center 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:82 */ -.x-progress-default { - background-color: #f5f5f5; - border-width: 0; - height: 20px; - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:94 */ -.x-progress-default .x-progress-bar-default { - background-image: none; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:109 */ -.x-progress-default .x-progress-text { - color: #666; - font-weight: 300; - font-size: 13px; - font-family: helvetica, arial, verdana, sans-serif; - text-align: center; - line-height: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:118 */ -.x-progress-default .x-progress-text-back { - color: #666; - line-height: 20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-progress-bar-default:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:128 */ -.x-progressbar-default-cell > .x-grid-cell-inner, -.x-progressbarwidget-default-cell > .x-grid-cell-inner { - padding-top: 2px; - padding-bottom: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:132 */ -.x-progressbar-default-cell > .x-grid-cell-inner .x-progress-default, -.x-progressbarwidget-default-cell > .x-grid-cell-inner .x-progress-default { - height: 20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-small-tr, -.x-btn-default-small-br, -.x-btn-default-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-small-tl, -.x-btn-default-small-bl, -.x-btn-default-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-small-tl, -.x-btn-default-small-bl, -.x-btn-default-small-tr, -.x-btn-default-small-br, -.x-btn-default-small-tc, -.x-btn-default-small-bc, -.x-btn-default-small-ml, -.x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-small-ml, -.x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-small-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-corners.gif), sides:url(images/btn/btn-default-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-small { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-small { - min-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-small { - min-height: auto; - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-small { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 5px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-small, -.x-btn-icon-left > .x-btn-inner-default-small { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-small { - font-size: 16px; - height: 16px; - color: #fff; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-small, -.x-btn-icon-right > .x-btn-icon-el-default-small { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-small, -.x-btn-icon-bottom > .x-btn-icon-el-default-small { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-small.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small { - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-small, -.x-btn-split-bottom > .x-btn-button-default-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-small.x-btn-arrow-right:after { - width: 16px; - background-image: url(images/button/default-small-arrow.png); - padding-right: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-small.x-btn-arrow-bottom:after { - height: 13px; - background-image: url(images/button/default-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-small.x-btn-split-right:after { - width: 20px; - background-image: url(images/button/default-small-s-arrow.png); - padding-right: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-small.x-btn-split-bottom:after { - height: 15px; - background-image: url(images/button/default-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-small { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 23px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-small { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-small { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-small, -.x-btn.x-btn-pressed.x-btn-default-small { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-small, -.x-btn-focus.x-btn-pressed.x-btn-default-small { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-small-tl, -.x-btn-focus .x-btn-default-small-bl, -.x-btn-focus .x-btn-default-small-tr, -.x-btn-focus .x-btn-default-small-br, -.x-btn-focus .x-btn-default-small-tc, -.x-btn-focus .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-small-ml, -.x-btn-focus .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-small-tl, -.x-btn-over .x-btn-default-small-bl, -.x-btn-over .x-btn-default-small-tr, -.x-btn-over .x-btn-default-small-br, -.x-btn-over .x-btn-default-small-tc, -.x-btn-over .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-small-ml, -.x-btn-over .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-small-tl, -.x-btn-focus.x-btn-over .x-btn-default-small-bl, -.x-btn-focus.x-btn-over .x-btn-default-small-tr, -.x-btn-focus.x-btn-over .x-btn-default-small-br, -.x-btn-focus.x-btn-over .x-btn-default-small-tc, -.x-btn-focus.x-btn-over .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-small-ml, -.x-btn-focus.x-btn-over .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-small-tl, -.x-btn.x-btn-menu-active .x-btn-default-small-bl, -.x-btn.x-btn-menu-active .x-btn-default-small-tr, -.x-btn.x-btn-menu-active .x-btn-default-small-br, -.x-btn.x-btn-menu-active .x-btn-default-small-tc, -.x-btn.x-btn-menu-active .x-btn-default-small-bc, -.x-btn.x-btn-pressed .x-btn-default-small-tl, -.x-btn.x-btn-pressed .x-btn-default-small-bl, -.x-btn.x-btn-pressed .x-btn-default-small-tr, -.x-btn.x-btn-pressed .x-btn-default-small-br, -.x-btn.x-btn-pressed .x-btn-default-small-tc, -.x-btn.x-btn-pressed .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-small-ml, -.x-btn.x-btn-menu-active .x-btn-default-small-mr, -.x-btn.x-btn-pressed .x-btn-default-small-ml, -.x-btn.x-btn-pressed .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-small-mc, -.x-btn.x-btn-pressed .x-btn-default-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-small-br, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-small-tl, -.x-btn.x-btn-disabled .x-btn-default-small-bl, -.x-btn.x-btn-disabled .x-btn-default-small-tr, -.x-btn.x-btn-disabled .x-btn-default-small-br, -.x-btn.x-btn-disabled .x-btn-default-small-tc, -.x-btn.x-btn-disabled .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-small-ml, -.x-btn.x-btn-disabled .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-small:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-small:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-small:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-corners.gif), sides:url(images/btn/btn-default-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-over-corners.gif), sides:url(images/btn/btn-default-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-over-corners.gif), sides:url(images/btn/btn-default-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-pressed-corners.gif), sides:url(images/btn/btn-default-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-disabled-corners.gif), sides:url(images/btn/btn-default-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-small-cell > .x-grid-cell-inner >.x-btn-default-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-medium-tr, -.x-btn-default-medium-br, -.x-btn-default-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-medium-tl, -.x-btn-default-medium-bl, -.x-btn-default-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-medium-tl, -.x-btn-default-medium-bl, -.x-btn-default-medium-tr, -.x-btn-default-medium-br, -.x-btn-default-medium-tc, -.x-btn-default-medium-bc, -.x-btn-default-medium-ml, -.x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-medium-ml, -.x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-medium-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-corners.gif), sides:url(images/btn/btn-default-medium-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-medium { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-medium { - font: 300 14px/18px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-medium, -.x-btn-icon-left > .x-btn-inner-default-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-medium { - font-size: 24px; - height: 24px; - color: #fff; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-medium, -.x-btn-icon-right > .x-btn-icon-el-default-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-medium, -.x-btn-icon-bottom > .x-btn-icon-el-default-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-medium.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-medium, -.x-btn-split-bottom > .x-btn-button-default-medium { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-medium.x-btn-arrow-right:after { - width: 24px; - background-image: url(images/button/default-medium-arrow.png); - padding-right: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/default-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-medium.x-btn-split-right:after { - width: 28px; - background-image: url(images/button/default-medium-s-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-medium.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/default-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-medium { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 31px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-medium { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-medium { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-medium, -.x-btn.x-btn-pressed.x-btn-default-medium { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-medium, -.x-btn-focus.x-btn-pressed.x-btn-default-medium { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-medium { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-medium-tl, -.x-btn-focus .x-btn-default-medium-bl, -.x-btn-focus .x-btn-default-medium-tr, -.x-btn-focus .x-btn-default-medium-br, -.x-btn-focus .x-btn-default-medium-tc, -.x-btn-focus .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-medium-ml, -.x-btn-focus .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-medium-tl, -.x-btn-over .x-btn-default-medium-bl, -.x-btn-over .x-btn-default-medium-tr, -.x-btn-over .x-btn-default-medium-br, -.x-btn-over .x-btn-default-medium-tc, -.x-btn-over .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-medium-ml, -.x-btn-over .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-medium-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-tl, -.x-btn-focus.x-btn-over .x-btn-default-medium-bl, -.x-btn-focus.x-btn-over .x-btn-default-medium-tr, -.x-btn-focus.x-btn-over .x-btn-default-medium-br, -.x-btn-focus.x-btn-over .x-btn-default-medium-tc, -.x-btn-focus.x-btn-over .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-ml, -.x-btn-focus.x-btn-over .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-tl, -.x-btn.x-btn-menu-active .x-btn-default-medium-bl, -.x-btn.x-btn-menu-active .x-btn-default-medium-tr, -.x-btn.x-btn-menu-active .x-btn-default-medium-br, -.x-btn.x-btn-menu-active .x-btn-default-medium-tc, -.x-btn.x-btn-menu-active .x-btn-default-medium-bc, -.x-btn.x-btn-pressed .x-btn-default-medium-tl, -.x-btn.x-btn-pressed .x-btn-default-medium-bl, -.x-btn.x-btn-pressed .x-btn-default-medium-tr, -.x-btn.x-btn-pressed .x-btn-default-medium-br, -.x-btn.x-btn-pressed .x-btn-default-medium-tc, -.x-btn.x-btn-pressed .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-ml, -.x-btn.x-btn-menu-active .x-btn-default-medium-mr, -.x-btn.x-btn-pressed .x-btn-default-medium-ml, -.x-btn.x-btn-pressed .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-mc, -.x-btn.x-btn-pressed .x-btn-default-medium-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-medium-tl, -.x-btn.x-btn-disabled .x-btn-default-medium-bl, -.x-btn.x-btn-disabled .x-btn-default-medium-tr, -.x-btn.x-btn-disabled .x-btn-default-medium-br, -.x-btn.x-btn-disabled .x-btn-default-medium-tc, -.x-btn.x-btn-disabled .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-medium-ml, -.x-btn.x-btn-disabled .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-medium:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-medium:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-medium:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-corners.gif), sides:url(images/btn/btn-default-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-over-corners.gif), sides:url(images/btn/btn-default-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-pressed-corners.gif), sides:url(images/btn/btn-default-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-disabled-corners.gif), sides:url(images/btn/btn-default-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-medium-cell > .x-grid-cell-inner >.x-btn-default-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-large-tr, -.x-btn-default-large-br, -.x-btn-default-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-large-tl, -.x-btn-default-large-bl, -.x-btn-default-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-large-tl, -.x-btn-default-large-bl, -.x-btn-default-large-tr, -.x-btn-default-large-br, -.x-btn-default-large-tc, -.x-btn-default-large-bc, -.x-btn-default-large-ml, -.x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-large-ml, -.x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-large-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-corners.gif), sides:url(images/btn/btn-default-large-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-large { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-large { - font: 300 16px/20px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-large, -.x-btn-icon-left > .x-btn-inner-default-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-large { - font-size: 32px; - height: 32px; - color: #fff; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-large, -.x-btn-icon-right > .x-btn-icon-el-default-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-large, -.x-btn-icon-bottom > .x-btn-icon-el-default-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-large.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-large, -.x-btn-split-bottom > .x-btn-button-default-large { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-large.x-btn-arrow-right:after { - width: 28px; - background-image: url(images/button/default-large-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-large.x-btn-arrow-bottom:after { - height: 20px; - background-image: url(images/button/default-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-large.x-btn-split-right:after { - width: 35px; - background-image: url(images/button/default-large-s-arrow.png); - padding-right: 35px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-large.x-btn-split-bottom:after { - height: 29px; - background-image: url(images/button/default-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-large { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 38px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-large { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-large { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-large, -.x-btn.x-btn-pressed.x-btn-default-large { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-large, -.x-btn-focus.x-btn-pressed.x-btn-default-large { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-large { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-large-tl, -.x-btn-focus .x-btn-default-large-bl, -.x-btn-focus .x-btn-default-large-tr, -.x-btn-focus .x-btn-default-large-br, -.x-btn-focus .x-btn-default-large-tc, -.x-btn-focus .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-large-ml, -.x-btn-focus .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-large-tl, -.x-btn-over .x-btn-default-large-bl, -.x-btn-over .x-btn-default-large-tr, -.x-btn-over .x-btn-default-large-br, -.x-btn-over .x-btn-default-large-tc, -.x-btn-over .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-large-ml, -.x-btn-over .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-large-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-large-tl, -.x-btn-focus.x-btn-over .x-btn-default-large-bl, -.x-btn-focus.x-btn-over .x-btn-default-large-tr, -.x-btn-focus.x-btn-over .x-btn-default-large-br, -.x-btn-focus.x-btn-over .x-btn-default-large-tc, -.x-btn-focus.x-btn-over .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-large-ml, -.x-btn-focus.x-btn-over .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-large-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-large-tl, -.x-btn.x-btn-menu-active .x-btn-default-large-bl, -.x-btn.x-btn-menu-active .x-btn-default-large-tr, -.x-btn.x-btn-menu-active .x-btn-default-large-br, -.x-btn.x-btn-menu-active .x-btn-default-large-tc, -.x-btn.x-btn-menu-active .x-btn-default-large-bc, -.x-btn.x-btn-pressed .x-btn-default-large-tl, -.x-btn.x-btn-pressed .x-btn-default-large-bl, -.x-btn.x-btn-pressed .x-btn-default-large-tr, -.x-btn.x-btn-pressed .x-btn-default-large-br, -.x-btn.x-btn-pressed .x-btn-default-large-tc, -.x-btn.x-btn-pressed .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-large-ml, -.x-btn.x-btn-menu-active .x-btn-default-large-mr, -.x-btn.x-btn-pressed .x-btn-default-large-ml, -.x-btn.x-btn-pressed .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-large-mc, -.x-btn.x-btn-pressed .x-btn-default-large-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-large-br, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-large-tl, -.x-btn.x-btn-disabled .x-btn-default-large-bl, -.x-btn.x-btn-disabled .x-btn-default-large-tr, -.x-btn.x-btn-disabled .x-btn-default-large-br, -.x-btn.x-btn-disabled .x-btn-default-large-tc, -.x-btn.x-btn-disabled .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-large-ml, -.x-btn.x-btn-disabled .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-large:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-large:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-large:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-corners.gif), sides:url(images/btn/btn-default-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-over-corners.gif), sides:url(images/btn/btn-default-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-over-corners.gif), sides:url(images/btn/btn-default-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-pressed-corners.gif), sides:url(images/btn/btn-default-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-disabled-corners.gif), sides:url(images/btn/btn-default-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-large-cell > .x-grid-cell-inner >.x-btn-default-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-small-tr, -.x-btn-default-toolbar-small-br, -.x-btn-default-toolbar-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-small-tl, -.x-btn-default-toolbar-small-bl, -.x-btn-default-toolbar-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-small-tl, -.x-btn-default-toolbar-small-bl, -.x-btn-default-toolbar-small-tr, -.x-btn-default-toolbar-small-br, -.x-btn-default-toolbar-small-tc, -.x-btn-default-toolbar-small-bc, -.x-btn-default-toolbar-small-ml, -.x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-small-ml, -.x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-small-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-corners.gif), sides:url(images/btn/btn-default-toolbar-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-small { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-small { - min-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-small { - min-height: auto; - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-small { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 5px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-small, -.x-btn-icon-left > .x-btn-inner-default-toolbar-small { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-small { - font-size: 16px; - height: 16px; - color: #666; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-small.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small { - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-small, -.x-btn-split-bottom > .x-btn-button-default-toolbar-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after { - width: 16px; - background-image: url(images/button/default-toolbar-small-arrow.png); - padding-right: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-small.x-btn-arrow-bottom:after { - height: 13px; - background-image: url(images/button/default-toolbar-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-small.x-btn-split-right:after { - width: 20px; - background-image: url(images/button/default-toolbar-small-s-arrow.png); - padding-right: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-small.x-btn-split-bottom:after { - height: 15px; - background-image: url(images/button/default-toolbar-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-small { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 23px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-small { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-small, -.x-btn.x-btn-pressed.x-btn-default-toolbar-small { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-small { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-small-tl, -.x-btn-focus .x-btn-default-toolbar-small-bl, -.x-btn-focus .x-btn-default-toolbar-small-tr, -.x-btn-focus .x-btn-default-toolbar-small-br, -.x-btn-focus .x-btn-default-toolbar-small-tc, -.x-btn-focus .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-small-ml, -.x-btn-focus .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-small-tl, -.x-btn-over .x-btn-default-toolbar-small-bl, -.x-btn-over .x-btn-default-toolbar-small-tr, -.x-btn-over .x-btn-default-toolbar-small-br, -.x-btn-over .x-btn-default-toolbar-small-tc, -.x-btn-over .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-small-ml, -.x-btn-over .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-small-cell > .x-grid-cell-inner >.x-btn-default-toolbar-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-medium-tr, -.x-btn-default-toolbar-medium-br, -.x-btn-default-toolbar-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-medium-tl, -.x-btn-default-toolbar-medium-bl, -.x-btn-default-toolbar-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-medium-tl, -.x-btn-default-toolbar-medium-bl, -.x-btn-default-toolbar-medium-tr, -.x-btn-default-toolbar-medium-br, -.x-btn-default-toolbar-medium-tc, -.x-btn-default-toolbar-medium-bc, -.x-btn-default-toolbar-medium-ml, -.x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-medium-ml, -.x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-medium-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-medium { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-medium { - font: 300 14px/18px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-medium, -.x-btn-icon-left > .x-btn-inner-default-toolbar-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-medium { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-medium.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-medium, -.x-btn-split-bottom > .x-btn-button-default-toolbar-medium { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-medium.x-btn-arrow-right:after { - width: 24px; - background-image: url(images/button/default-toolbar-medium-arrow.png); - padding-right: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/default-toolbar-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-medium.x-btn-split-right:after { - width: 28px; - background-image: url(images/button/default-toolbar-medium-s-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-medium.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/default-toolbar-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-medium { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 31px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-medium { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-medium, -.x-btn.x-btn-pressed.x-btn-default-toolbar-medium { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-medium { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-medium-tl, -.x-btn-focus .x-btn-default-toolbar-medium-bl, -.x-btn-focus .x-btn-default-toolbar-medium-tr, -.x-btn-focus .x-btn-default-toolbar-medium-br, -.x-btn-focus .x-btn-default-toolbar-medium-tc, -.x-btn-focus .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-medium-ml, -.x-btn-focus .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-medium-tl, -.x-btn-over .x-btn-default-toolbar-medium-bl, -.x-btn-over .x-btn-default-toolbar-medium-tr, -.x-btn-over .x-btn-default-toolbar-medium-br, -.x-btn-over .x-btn-default-toolbar-medium-tc, -.x-btn-over .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-medium-ml, -.x-btn-over .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-default-toolbar-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-large-tr, -.x-btn-default-toolbar-large-br, -.x-btn-default-toolbar-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-large-tl, -.x-btn-default-toolbar-large-bl, -.x-btn-default-toolbar-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-large-tl, -.x-btn-default-toolbar-large-bl, -.x-btn-default-toolbar-large-tr, -.x-btn-default-toolbar-large-br, -.x-btn-default-toolbar-large-tc, -.x-btn-default-toolbar-large-bc, -.x-btn-default-toolbar-large-ml, -.x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-large-ml, -.x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-large-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-corners.gif), sides:url(images/btn/btn-default-toolbar-large-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-large { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-large { - font: 300 16px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-large, -.x-btn-icon-left > .x-btn-inner-default-toolbar-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-large { - font-size: 32px; - height: 32px; - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-large.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-large, -.x-btn-split-bottom > .x-btn-button-default-toolbar-large { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-large.x-btn-arrow-right:after { - width: 28px; - background-image: url(images/button/default-toolbar-large-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-large.x-btn-arrow-bottom:after { - height: 20px; - background-image: url(images/button/default-toolbar-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-large.x-btn-split-right:after { - width: 35px; - background-image: url(images/button/default-toolbar-large-s-arrow.png); - padding-right: 35px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-large.x-btn-split-bottom:after { - height: 29px; - background-image: url(images/button/default-toolbar-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-large { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 38px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-large { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-large, -.x-btn.x-btn-pressed.x-btn-default-toolbar-large { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-large { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-large-tl, -.x-btn-focus .x-btn-default-toolbar-large-bl, -.x-btn-focus .x-btn-default-toolbar-large-tr, -.x-btn-focus .x-btn-default-toolbar-large-br, -.x-btn-focus .x-btn-default-toolbar-large-tc, -.x-btn-focus .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-large-ml, -.x-btn-focus .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-large-tl, -.x-btn-over .x-btn-default-toolbar-large-bl, -.x-btn-over .x-btn-default-toolbar-large-tr, -.x-btn-over .x-btn-default-toolbar-large-br, -.x-btn-over .x-btn-default-toolbar-large-tc, -.x-btn-over .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-large-ml, -.x-btn-over .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-large-cell > .x-grid-cell-inner >.x-btn-default-toolbar-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:1 */ -.x-tool { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:5 */ -.x-tool-img { - overflow: hidden; - width: 16px; - height: 16px; - background-image: url(images/tools/tool-sprites.png); - margin: 0; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:19 */ -.x-tool-over .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); - opacity: 0.9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:24 */ -.x-tool-pressed .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:30 */ -.x-tool-placeholder { - visibility: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:34 */ -.x-tool-close { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:43 */ -.x-tool-minimize { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:52 */ -.x-tool-maximize { - background-position: 0 -32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:61 */ -.x-tool-restore { - background-position: 0 -48px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:70 */ -.x-tool-toggle { - background-position: 0 -64px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:78 */ -.x-panel-collapsed .x-tool-toggle { - background-position: 0 -80px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:88 */ -.x-tool-gear { - background-position: 0 -96px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:97 */ -.x-tool-prev { - background-position: 0 -112px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:106 */ -.x-tool-next { - background-position: 0 -128px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:115 */ -.x-tool-pin { - background-position: 0 -144px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:124 */ -.x-tool-unpin { - background-position: 0 -160px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:133 */ -.x-tool-right { - background-position: 0 -176px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:142 */ -.x-tool-left { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:151 */ -.x-tool-down { - background-position: 0 -208px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:160 */ -.x-tool-up { - background-position: 0 -224px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:169 */ -.x-tool-refresh { - background-position: 0 -240px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:178 */ -.x-tool-plus { - background-position: 0 -256px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:187 */ -.x-tool-minus { - background-position: 0 -272px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:196 */ -.x-tool-search { - background-position: 0 -288px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:205 */ -.x-tool-save { - background-position: 0 -304px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:214 */ -.x-tool-help { - background-position: 0 -320px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:223 */ -.x-tool-print { - background-position: 0 -336px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:232 */ -.x-tool-expand { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:241 */ -.x-tool-collapse { - background-position: 0 -368px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:250 */ -.x-tool-resize { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:259 */ -.x-tool-move { - background-position: 0 -400px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:268 */ -.x-tool-expand-bottom { - background-position: 0 -208px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:277 */ -.x-tool-collapse-bottom { - background-position: 0 -208px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:286 */ -.x-tool-expand-top { - background-position: 0 -224px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:295 */ -.x-tool-collapse-top { - background-position: 0 -224px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:304 */ -.x-tool-expand-left { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:313 */ -.x-tool-collapse-left { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:322 */ -.x-tool-expand-right { - background-position: 0 -176px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:331 */ -.x-tool-collapse-right { - background-position: 0 -176px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Header.scss:1 */ -.x-header-draggable, -.x-header-ghost { - cursor: move; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Header.scss:6 */ -.x-header-text { - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:22 */ -.x-collapse-el { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:46 */ -.x-layout-split-left { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:55 */ -.x-layout-split-right { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:86 */ -.x-layout-split-top { - background-image: url(images/util/splitter/mini-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:95 */ -.x-layout-split-bottom { - background-image: url(images/util/splitter/mini-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:105 */ -.x-splitter-collapsed .x-layout-split-left { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:114 */ -.x-splitter-collapsed .x-layout-split-right { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:145 */ -.x-splitter-collapsed .x-layout-split-top { - background-image: url(images/util/splitter/mini-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:154 */ -.x-splitter-collapsed .x-layout-split-bottom { - background-image: url(images/util/splitter/mini-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:164 */ -.x-splitter-active { - background-color: #b4b4b4; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:168 */ -.x-splitter-active .x-collapse-el { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:173 */ -.x-layout-split-left, -.x-layout-split-right { - top: 50%; - margin-top: -24px; - width: 8px; - height: 48px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:181 */ -.x-layout-split-top, -.x-layout-split-bottom { - left: 50%; - width: 48px; - height: 8px; - margin-left: -24px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-splitter-focus:after { - position: absolute; - content: ' '; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:232 */ -.x-toolbar-default { - padding: 6px 0 6px 8px; - border-style: solid; - border-color: #cfcfcf; - border-width: 1px; - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:248 */ -.x-toolbar-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:263 */ -.x-toolbar-default .x-toolbar-item { - margin: 0 8px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:273 */ -.x-toolbar-default .x-toolbar-separator-horizontal { - margin: 0 8px 0 0; - height: 14px; - border-style: solid; - border-width: 0 0 0 1px; - border-left-color: #e1e1e1; - border-right-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:282 */ -.x-toolbar-default .x-box-menu-after { - margin: 0 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:287 */ -.x-toolbar-default-vertical { - padding: 6px 8px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:296 */ -.x-toolbar-default-vertical .x-toolbar-item { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:305 */ -.x-toolbar-default-vertical .x-toolbar-separator-vertical { - margin: 0 5px 6px; - border-style: solid none; - border-width: 1px 0 0; - border-top-color: #e1e1e1; - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:313 */ -.x-toolbar-default-vertical .x-box-menu-after { - margin: 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:328 */ -.x-toolbar-text-default { - padding: 0 4px; - color: #334049; - font: 300 13px/16px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:334 */ -.x-toolbar-spacer-default { - width: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-toolbar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-toolbar-default { - cursor: pointer; - color: #cfcfcf; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-toolbar-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-toolbar-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-toolbar-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-toolbar-default.x-box-scroller-left, -.x-box-scroller-toolbar-default.x-box-scroller-right { - width: 16px; - height: 16px; - top: 50%; - margin-top: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-toolbar-default.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-toolbar-default.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-toolbar-default.x-box-scroller-top, -.x-box-scroller-toolbar-default.x-box-scroller-bottom { - height: 16px; - width: 16px; - left: 50%; - margin-left: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-toolbar-default.x-box-scroller-top { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/toolbar/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-toolbar-default.x-box-scroller-bottom { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/toolbar/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:376 */ -.x-ie8 .x-box-scroller-toolbar-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:382 */ -.x-toolbar-more-icon { - background-image: url(images/toolbar/default-more.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-toolbar-default:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:232 */ -.x-toolbar-footer { - padding: 6px 0 6px 6px; - border-style: solid; - border-color: #cfcfcf; - border-width: 0; - background-image: none; - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:248 */ -.x-toolbar-footer .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:263 */ -.x-toolbar-footer .x-toolbar-item { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:273 */ -.x-toolbar-footer .x-toolbar-separator-horizontal { - margin: 0 8px 0 0; - height: 14px; - border-style: solid; - border-width: 0 0 0 1px; - border-left-color: #e1e1e1; - border-right-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:282 */ -.x-toolbar-footer .x-box-menu-after { - margin: 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:287 */ -.x-toolbar-footer-vertical { - padding: 6px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:296 */ -.x-toolbar-footer-vertical .x-toolbar-item { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:305 */ -.x-toolbar-footer-vertical .x-toolbar-separator-vertical { - margin: 0 5px 6px; - border-style: solid none; - border-width: 1px 0 0; - border-top-color: #e1e1e1; - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:313 */ -.x-toolbar-footer-vertical .x-box-menu-after { - margin: 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:328 */ -.x-toolbar-text-footer { - padding: 0 4px; - color: #334049; - font: 300 13px/16px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:334 */ -.x-toolbar-spacer-footer { - width: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-toolbar-footer-scroller .x-box-scroller-body-horizontal { - margin-left: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-toolbar-footer-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-toolbar-footer { - cursor: pointer; - color: #cfcfcf; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-toolbar-footer.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-toolbar-footer.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-toolbar-footer.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-toolbar-footer.x-box-scroller-left, -.x-box-scroller-toolbar-footer.x-box-scroller-right { - width: 16px; - height: 16px; - top: 50%; - margin-top: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-toolbar-footer.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/footer-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-toolbar-footer.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/footer-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:376 */ -.x-ie8 .x-box-scroller-toolbar-footer { - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:382 */ -.x-toolbar-more-icon { - background-image: url(images/toolbar/footer-more.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-toolbar-footer:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:1 */ -.x-dd-drag-proxy { - color: #000; - font: 300 13px/17px helvetica, arial, verdana, sans-serif; - border: 1px solid #e1e1e1; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:8 */ -.x-dd-drag-ghost, -.x-dd-drop-icon { - padding: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:19 */ -.x-dd-drag-ghost { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:30 */ -.x-dd-drop-ok .x-dd-drop-icon { - background-image: url(images/dd/drop-yes.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:38 */ -.x-dd-drop-ok-add .x-dd-drop-icon { - background-image: url(images/dd/drop-add.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:47 */ -.x-dd-drop-nodrop div.x-dd-drop-icon { - background-image: url(images/dd/drop-no.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:899 */ -.x-panel-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-default { - border-color: #f5f5f5; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-default { - font-size: 15px; - border: 1px solid #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-default .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-default-horizontal { - padding: 9px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-default-horizontal .x-panel-header-default-tab-bar { - margin-top: -9px; - margin-bottom: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-default-horizontal.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-default-horizontal.x-header-noborder .x-panel-header-default-tab-bar { - margin-top: -10px; - margin-bottom: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-default-vertical { - padding: 9px 9px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-default-vertical .x-panel-header-default-tab-bar { - margin-right: -9px; - margin-left: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-default-vertical.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar { - margin-right: -10px; - margin-left: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-default { - color: #157fcc; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-default > .x-title-text-default { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-default { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:667 */ -.x-panel-header-default { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:671 */ -.x-panel-header-default-vertical { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:729 */ -.x-panel .x-panel-header-default-collapsed-border-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:733 */ -.x-panel .x-panel-header-default-collapsed-border-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:737 */ -.x-panel .x-panel-header-default-collapsed-border-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:741 */ -.x-panel .x-panel-header-default-collapsed-border-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-default-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-default-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-default-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-default-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-default .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-default .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-default .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-default-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-default-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-default-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-default-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-default-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-default-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-default-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-default-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-default-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-default-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-default-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-default-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-default-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-default-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-default-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-default-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-default-framed { - border-color: #f5f5f5; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-default-framed { - font-size: 15px; - border: 1px solid #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-default-framed .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-default-framed-horizontal { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-default-framed-horizontal .x-panel-header-default-framed-tab-bar { - margin-top: -9px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-default-framed-horizontal.x-header-noborder { - padding: 10px 10px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-default-framed-horizontal.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-top: -10px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-default-framed-vertical { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar { - margin-right: -9px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-default-framed-vertical.x-header-noborder { - padding: 10px 10px 10px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-right: -10px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-default-framed { - color: #157fcc; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-default-framed > .x-title-text-default-framed { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-default-framed { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-default-framed { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-default-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-default-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-default-framed-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-default-framed-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-default-framed-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-default-framed-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-default-framed-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-default-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-default-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-default-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-default-framed-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-default-framed-tr, -.x-panel-default-framed-br, -.x-panel-default-framed-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-default-framed-tl, -.x-panel-default-framed-bl, -.x-panel-default-framed-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-default-framed-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-default-framed-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-default-framed-tl, -.x-panel-default-framed-bl, -.x-panel-default-framed-tr, -.x-panel-default-framed-br, -.x-panel-default-framed-tc, -.x-panel-default-framed-bc, -.x-panel-default-framed-ml, -.x-panel-default-framed-mr { - background-image: url(images/panel/panel-default-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-default-framed-ml, -.x-panel-default-framed-mr { - background-image: url(images/panel/panel-default-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-default-framed-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-default-framed:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-default-framed-corners.gif), sides:url(images/panel/panel-default-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-top-frameInfo { - font-family: dh-4-4-0-4-1-1-0-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-top-tr, -.x-panel-header-default-framed-top-br, -.x-panel-header-default-framed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-top-tl, -.x-panel-header-default-framed-top-bl, -.x-panel-header-default-framed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-top-tl, -.x-panel-header-default-framed-top-bl, -.x-panel-header-default-framed-top-tr, -.x-panel-header-default-framed-top-br, -.x-panel-header-default-framed-top-tc, -.x-panel-header-default-framed-top-bc, -.x-panel-header-default-framed-top-ml, -.x-panel-header-default-framed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-top-ml, -.x-panel-header-default-framed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-top-mc { - padding: 6px 6px 9px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-default-framed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 0; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-right-frameInfo { - font-family: dh-4-4-4-0-1-1-1-0-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-right-tr, -.x-panel-header-default-framed-right-br, -.x-panel-header-default-framed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-right-tl, -.x-panel-header-default-framed-right-bl, -.x-panel-header-default-framed-right-ml { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-right-tl, -.x-panel-header-default-framed-right-bl, -.x-panel-header-default-framed-right-tr, -.x-panel-header-default-framed-right-br, -.x-panel-header-default-framed-right-tc, -.x-panel-header-default-framed-right-bc, -.x-panel-header-default-framed-right-ml, -.x-panel-header-default-framed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-right-ml, -.x-panel-header-default-framed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-right-mc { - padding: 6px 6px 6px 9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-default-framed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-bottom-frameInfo { - font-family: dh-0-4-4-4-0-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-bottom-tr, -.x-panel-header-default-framed-bottom-br, -.x-panel-header-default-framed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-bottom-tl, -.x-panel-header-default-framed-bottom-bl, -.x-panel-header-default-framed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-bottom-tl, -.x-panel-header-default-framed-bottom-bl, -.x-panel-header-default-framed-bottom-tr, -.x-panel-header-default-framed-bottom-br, -.x-panel-header-default-framed-bottom-tc, -.x-panel-header-default-framed-bottom-bc, -.x-panel-header-default-framed-bottom-ml, -.x-panel-header-default-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-bottom-ml, -.x-panel-header-default-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-bottom-mc { - padding: 9px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-bottom:before { - display: none; - content: "x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px 0 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-left-frameInfo { - font-family: dh-4-0-4-4-1-0-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-left-tr, -.x-panel-header-default-framed-left-br, -.x-panel-header-default-framed-left-mr { - padding-right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-left-tl, -.x-panel-header-default-framed-left-bl, -.x-panel-header-default-framed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-left-tl, -.x-panel-header-default-framed-left-bl, -.x-panel-header-default-framed-left-tr, -.x-panel-header-default-framed-left-br, -.x-panel-header-default-framed-left-tc, -.x-panel-header-default-framed-left-bc, -.x-panel-header-default-framed-left-ml, -.x-panel-header-default-framed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-left-ml, -.x-panel-header-default-framed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-left-mc { - padding: 6px 9px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-left:before { - display: none; - content: "x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-default-framed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-top-tr, -.x-panel-header-default-framed-collapsed-top-br, -.x-panel-header-default-framed-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-top-tl, -.x-panel-header-default-framed-collapsed-top-bl, -.x-panel-header-default-framed-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-top-tl, -.x-panel-header-default-framed-collapsed-top-bl, -.x-panel-header-default-framed-collapsed-top-tr, -.x-panel-header-default-framed-collapsed-top-br, -.x-panel-header-default-framed-collapsed-top-tc, -.x-panel-header-default-framed-collapsed-top-bc, -.x-panel-header-default-framed-collapsed-top-ml, -.x-panel-header-default-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-top-ml, -.x-panel-header-default-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-top-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-right { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-right-tr, -.x-panel-header-default-framed-collapsed-right-br, -.x-panel-header-default-framed-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-right-tl, -.x-panel-header-default-framed-collapsed-right-bl, -.x-panel-header-default-framed-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-right-tl, -.x-panel-header-default-framed-collapsed-right-bl, -.x-panel-header-default-framed-collapsed-right-tr, -.x-panel-header-default-framed-collapsed-right-br, -.x-panel-header-default-framed-collapsed-right-tc, -.x-panel-header-default-framed-collapsed-right-bc, -.x-panel-header-default-framed-collapsed-right-ml, -.x-panel-header-default-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-right-ml, -.x-panel-header-default-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-right-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-bottom { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-bottom-tr, -.x-panel-header-default-framed-collapsed-bottom-br, -.x-panel-header-default-framed-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-bottom-tl, -.x-panel-header-default-framed-collapsed-bottom-bl, -.x-panel-header-default-framed-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-bottom-tl, -.x-panel-header-default-framed-collapsed-bottom-bl, -.x-panel-header-default-framed-collapsed-bottom-tr, -.x-panel-header-default-framed-collapsed-bottom-br, -.x-panel-header-default-framed-collapsed-bottom-tc, -.x-panel-header-default-framed-collapsed-bottom-bc, -.x-panel-header-default-framed-collapsed-bottom-ml, -.x-panel-header-default-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-bottom-ml, -.x-panel-header-default-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-bottom-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-left-tr, -.x-panel-header-default-framed-collapsed-left-br, -.x-panel-header-default-framed-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-left-tl, -.x-panel-header-default-framed-collapsed-left-bl, -.x-panel-header-default-framed-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-left-tl, -.x-panel-header-default-framed-collapsed-left-bl, -.x-panel-header-default-framed-collapsed-left-tr, -.x-panel-header-default-framed-collapsed-left-br, -.x-panel-header-default-framed-collapsed-left-tc, -.x-panel-header-default-framed-collapsed-left-bc, -.x-panel-header-default-framed-collapsed-left-ml, -.x-panel-header-default-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-left-ml, -.x-panel-header-default-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-left-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:629 */ -.x-panel .x-panel-header-default-framed-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:633 */ -.x-panel .x-panel-header-default-framed-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:637 */ -.x-panel .x-panel-header-default-framed-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:641 */ -.x-panel .x-panel-header-default-framed-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:647 */ -.x-nbr .x-panel-header-default-framed-collapsed-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:651 */ -.x-nbr .x-panel-header-default-framed-collapsed-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:655 */ -.x-nbr .x-panel-header-default-framed-collapsed-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:659 */ -.x-nbr .x-panel-header-default-framed-collapsed-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-default-framed-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-default-framed-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-default-framed-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-default-framed-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-default-framed .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-default-framed .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-default-framed .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-default-framed-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-default-framed-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-default-framed-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-default-framed-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-default-framed-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-default-framed-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-default-framed-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-default-framed-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-default-framed-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-default-framed-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-default-framed-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-default-framed-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-default-framed-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-default-framed-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-default-framed-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-default-framed-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:101 */ -.x-btn-group-default { - border-color: #fff; - -webkit-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - -moz-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:110 */ -.x-btn-group-header-default { - padding: 4px 5px; - line-height: 16px; - background: #fff; - -moz-border-radius-topleft: 0px; - -webkit-border-top-left-radius: 0px; - border-top-left-radius: 0px; - -moz-border-radius-topright: 0px; - -webkit-border-top-right-radius: 0px; - border-top-right-radius: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:121 */ -.x-btn-group-header-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:132 */ -.x-btn-group-header-title-default { - font: 300 13px helvetica, arial, verdana, sans-serif; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:138 */ -.x-btn-group-body-default { - padding: 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:140 */ -.x-btn-group-body-default .x-table-layout { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-group-default-framed { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 0px 1px 0px 1px; - border-width: 3px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-group-default-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-group-default-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-group-default-framed-frameInfo { - font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-group-default-framed-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-group-default-framed-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-group-default-framed-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-group-default-framed-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-group-default-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-group-default-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-group-default-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-group-default-framed-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-group-default-framed-tr, -.x-btn-group-default-framed-br, -.x-btn-group-default-framed-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-group-default-framed-tl, -.x-btn-group-default-framed-bl, -.x-btn-group-default-framed-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-group-default-framed-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-group-default-framed-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-group-default-framed-tl, -.x-btn-group-default-framed-bl, -.x-btn-group-default-framed-tr, -.x-btn-group-default-framed-br, -.x-btn-group-default-framed-tc, -.x-btn-group-default-framed-bc, -.x-btn-group-default-framed-ml, -.x-btn-group-default-framed-mr { - background-image: url(images/btn-group/btn-group-default-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-group-default-framed-ml, -.x-btn-group-default-framed-mr { - background-image: url(images/btn-group/btn-group-default-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-group-default-framed-mc { - padding: 0px 1px 0px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-group-default-framed:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-corners.gif), sides:url(images/btn-group/btn-group-default-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-group-default-framed-notitle { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 0px 1px 0px 1px; - border-width: 3px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-group-default-framed-notitle-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-group-default-framed-notitle { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-group-default-framed-notitle-frameInfo { - font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-group-default-framed-notitle-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-group-default-framed-notitle-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-group-default-framed-notitle-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-group-default-framed-notitle-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-group-default-framed-notitle-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-group-default-framed-notitle-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-group-default-framed-notitle-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-group-default-framed-notitle-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-group-default-framed-notitle-tr, -.x-btn-group-default-framed-notitle-br, -.x-btn-group-default-framed-notitle-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-group-default-framed-notitle-tl, -.x-btn-group-default-framed-notitle-bl, -.x-btn-group-default-framed-notitle-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-group-default-framed-notitle-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-group-default-framed-notitle-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-group-default-framed-notitle-tl, -.x-btn-group-default-framed-notitle-bl, -.x-btn-group-default-framed-notitle-tr, -.x-btn-group-default-framed-notitle-br, -.x-btn-group-default-framed-notitle-tc, -.x-btn-group-default-framed-notitle-bc, -.x-btn-group-default-framed-notitle-ml, -.x-btn-group-default-framed-notitle-mr { - background-image: url(images/btn-group/btn-group-default-framed-notitle-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-group-default-framed-notitle-ml, -.x-btn-group-default-framed-notitle-mr { - background-image: url(images/btn-group/btn-group-default-framed-notitle-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-group-default-framed-notitle-mc { - padding: 0px 1px 0px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-group-default-framed-notitle:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-notitle-corners.gif), sides:url(images/btn-group/btn-group-default-framed-notitle-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:101 */ -.x-btn-group-default-framed { - border-color: #fff; - -webkit-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - -moz-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:110 */ -.x-btn-group-header-default-framed { - padding: 4px 5px; - line-height: 16px; - background: #fff; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:121 */ -.x-btn-group-header-default-framed .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:132 */ -.x-btn-group-header-title-default-framed { - font: 300 13px helvetica, arial, verdana, sans-serif; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:138 */ -.x-btn-group-body-default-framed { - padding: 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:140 */ -.x-btn-group-body-default-framed .x-table-layout { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:1 */ -.x-dashboard-column { - padding: 0 0 7px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:5 */ -.x-dashboard-panel { - margin-top: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:9 */ -.x-dashboard-column-first { - padding-left: 7px; - clear: left; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:14 */ -.x-dashboard-column-last { - padding-right: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:18 */ -.x-dashboard .x-panel-dd-spacer { - border: 2px dashed #99bbe8; - background: #f6f6f6; - border-radius: 4px; - -moz-border-radius: 4px; - margin-top: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:28 */ -.x-dashboard-dd-over { - overflow: hidden !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:696 */ -.x-window-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:228 */ -.x-window-default { - border-color: #f5f5f5; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-default { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-default-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-default { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-default-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-default-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-default-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-default-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-default-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-default-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-default-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-default-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-default-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-default-tr, -.x-window-default-br, -.x-window-default-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-default-tl, -.x-window-default-bl, -.x-window-default-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-default-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-default-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-default-tl, -.x-window-default-bl, -.x-window-default-tr, -.x-window-default-br, -.x-window-default-tc, -.x-window-default-bc, -.x-window-default-ml, -.x-window-default-mr { - background-image: url(images/window/window-default-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-default-ml, -.x-window-default-mr { - background-image: url(images/window/window-default-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-default-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-default:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window/window-default-corners.gif), sides:url(images/window/window-default-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:250 */ -.x-window-body-default { - border-color: #f5f5f5; - border-width: 1px; - border-style: solid; - background: #fff; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:264 */ -.x-window-header-default { - font-size: 15px; - border-color: #f5f5f5; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:269 */ -.x-window-header-default .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:282 */ -.x-window-header-default-horizontal .x-window-header-default-tab-bar { - margin-top: -9px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:289 */ -.x-window-header-default-vertical .x-window-header-default-tab-bar { - margin-right: -9px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:305 */ -.x-window-header-title-default { - color: #157fcc; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:314 */ -.x-window-header-title-default > .x-title-text-default { - padding: 0; - text-transform: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:361 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:366 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:378 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:383 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:395 */ -.x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:414 */ -.x-ie8 .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-top-tr, -.x-window-header-default-top-br, -.x-window-header-default-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-top-tl, -.x-window-header-default-top-bl, -.x-window-header-default-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-top-tl, -.x-window-header-default-top-bl, -.x-window-header-default-top-tr, -.x-window-header-default-top-br, -.x-window-header-default-top-tc, -.x-window-header-default-top-bc, -.x-window-header-default-top-ml, -.x-window-header-default-top-mr { - background-image: url(images/window-header/window-header-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-top-ml, -.x-window-header-default-top-mr { - background-image: url(images/window-header/window-header-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-top-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-top-corners.gif), sides:url(images/window-header/window-header-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-right-tr, -.x-window-header-default-right-br, -.x-window-header-default-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-right-tl, -.x-window-header-default-right-bl, -.x-window-header-default-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-right-tl, -.x-window-header-default-right-bl, -.x-window-header-default-right-tr, -.x-window-header-default-right-br, -.x-window-header-default-right-tc, -.x-window-header-default-right-bc, -.x-window-header-default-right-ml, -.x-window-header-default-right-mr { - background-image: url(images/window-header/window-header-default-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-right-ml, -.x-window-header-default-right-mr { - background-image: url(images/window-header/window-header-default-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-right-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-right-corners.gif), sides:url(images/window-header/window-header-default-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-bottom-tr, -.x-window-header-default-bottom-br, -.x-window-header-default-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-bottom-tl, -.x-window-header-default-bottom-bl, -.x-window-header-default-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-bottom-tl, -.x-window-header-default-bottom-bl, -.x-window-header-default-bottom-tr, -.x-window-header-default-bottom-br, -.x-window-header-default-bottom-tc, -.x-window-header-default-bottom-bc, -.x-window-header-default-bottom-ml, -.x-window-header-default-bottom-mr { - background-image: url(images/window-header/window-header-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-bottom-ml, -.x-window-header-default-bottom-mr { - background-image: url(images/window-header/window-header-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-bottom-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-bottom-corners.gif), sides:url(images/window-header/window-header-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-left-tr, -.x-window-header-default-left-br, -.x-window-header-default-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-left-tl, -.x-window-header-default-left-bl, -.x-window-header-default-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-left-tl, -.x-window-header-default-left-bl, -.x-window-header-default-left-tr, -.x-window-header-default-left-br, -.x-window-header-default-left-tc, -.x-window-header-default-left-bc, -.x-window-header-default-left-ml, -.x-window-header-default-left-mr { - background-image: url(images/window-header/window-header-default-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-left-ml, -.x-window-header-default-left-mr { - background-image: url(images/window-header/window-header-default-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-left-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-left-corners.gif), sides:url(images/window-header/window-header-default-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-top { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-top-tr, -.x-window-header-default-collapsed-top-br, -.x-window-header-default-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-top-tl, -.x-window-header-default-collapsed-top-bl, -.x-window-header-default-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-top-tl, -.x-window-header-default-collapsed-top-bl, -.x-window-header-default-collapsed-top-tr, -.x-window-header-default-collapsed-top-br, -.x-window-header-default-collapsed-top-tc, -.x-window-header-default-collapsed-top-bc, -.x-window-header-default-collapsed-top-ml, -.x-window-header-default-collapsed-top-mr { - background-image: url(images/window-header/window-header-default-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-top-ml, -.x-window-header-default-collapsed-top-mr { - background-image: url(images/window-header/window-header-default-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-top-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-top-corners.gif), sides:url(images/window-header/window-header-default-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-right { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-right-tr, -.x-window-header-default-collapsed-right-br, -.x-window-header-default-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-right-tl, -.x-window-header-default-collapsed-right-bl, -.x-window-header-default-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-right-tl, -.x-window-header-default-collapsed-right-bl, -.x-window-header-default-collapsed-right-tr, -.x-window-header-default-collapsed-right-br, -.x-window-header-default-collapsed-right-tc, -.x-window-header-default-collapsed-right-bc, -.x-window-header-default-collapsed-right-ml, -.x-window-header-default-collapsed-right-mr { - background-image: url(images/window-header/window-header-default-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-right-ml, -.x-window-header-default-collapsed-right-mr { - background-image: url(images/window-header/window-header-default-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-right-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-right-corners.gif), sides:url(images/window-header/window-header-default-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-bottom { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-bottom-tr, -.x-window-header-default-collapsed-bottom-br, -.x-window-header-default-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-bottom-tl, -.x-window-header-default-collapsed-bottom-bl, -.x-window-header-default-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-bottom-tl, -.x-window-header-default-collapsed-bottom-bl, -.x-window-header-default-collapsed-bottom-tr, -.x-window-header-default-collapsed-bottom-br, -.x-window-header-default-collapsed-bottom-tc, -.x-window-header-default-collapsed-bottom-bc, -.x-window-header-default-collapsed-bottom-ml, -.x-window-header-default-collapsed-bottom-mr { - background-image: url(images/window-header/window-header-default-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-bottom-ml, -.x-window-header-default-collapsed-bottom-mr { - background-image: url(images/window-header/window-header-default-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-bottom-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-bottom-corners.gif), sides:url(images/window-header/window-header-default-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-left { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-left-tr, -.x-window-header-default-collapsed-left-br, -.x-window-header-default-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-left-tl, -.x-window-header-default-collapsed-left-bl, -.x-window-header-default-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-left-tl, -.x-window-header-default-collapsed-left-bl, -.x-window-header-default-collapsed-left-tr, -.x-window-header-default-collapsed-left-br, -.x-window-header-default-collapsed-left-tc, -.x-window-header-default-collapsed-left-bc, -.x-window-header-default-collapsed-left-ml, -.x-window-header-default-collapsed-left-mr { - background-image: url(images/window-header/window-header-default-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-left-ml, -.x-window-header-default-collapsed-left-mr { - background-image: url(images/window-header/window-header-default-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-left-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-left-corners.gif), sides:url(images/window-header/window-header-default-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:538 */ -.x-window-header-default .x-window-header-icon { - width: 16px; - height: 16px; - color: #157fcc; - font-size: 16px; - line-height: 16px; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:547 */ -.x-window-header-default .x-window-header-glyph { - color: #157fcc; - font-size: 16px; - line-height: 16px; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:564 */ -.x-ie8 .x-window-header-default .x-window-header-glyph { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:573 */ -.x-window-header-default-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:583 */ -.x-window-header-default-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:595 */ -.x-window-header-default-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:605 */ -.x-window-header-default-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:617 */ -.x-window-header-default .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-window-header-default .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-window-header-default .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:630 */ -.x-window-header-default { - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:640 */ -.x-nbr .x-window-default-collapsed .x-window-header { - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-window-default-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-window-default-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-window-default-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-window-default-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-window-default-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-window-default-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-window-default-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-window-default-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-window-default-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-window-default-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-window-default-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-window-default-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-window-default-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-window-default-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-window-default-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:706 */ -.x-window-body-plain { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:97 */ -.x-form-item-label-default { - color: #666; - font: 300 13px/17px helvetica, arial, verdana, sans-serif; - min-height: 24px; - padding-top: 4px; - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:113 */ -.x-ie8 .x-form-item-label-default { - min-height: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:119 */ -.x-form-item-label-default.x-form-item-label-top { - height: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:121 */ -.x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner { - padding-top: 4px; - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:127 */ -.x-form-item-label-default.x-form-item-label-top-side-error:after { - width: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:132 */ -.x-form-item-body-default { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:136 */ -.x-form-invalid-icon-default { - width: 16px; - height: 16px; - margin: 0 5px; - background: url(images/form/exclamation.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:143 */ -.x-form-invalid-under-default { - padding: 2px 2px 2px 20px; - color: #cf4c35; - font: 300 13px/16px helvetica, arial, verdana, sans-serif; - background: no-repeat 0 2px; - background-image: url(images/form/exclamation.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:151 */ -.x-form-error-wrap-default.x-form-error-wrap-side { - width: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:156 */ -.x-form-item-default.x-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:194 */ -.x-autocontainer-form-item, -.x-anchor-form-item, -.x-vbox-form-item, -.x-table-form-item { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:201 */ -.x-form-text-field-body-default { - min-width: 170px; - max-width: 170px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:221 */ -.x-form-trigger-wrap-default { - border-width: 1px; - border-style: solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:229 */ -.x-form-trigger-wrap-default.x-form-trigger-wrap-focus { - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:233 */ -.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid { - border-color: #cf4c35; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:258 */ -.x-form-text-default { - color: #000; - padding: 3px 6px 2px; - background-color: #fff; - font: 300 13px/17px helvetica, arial, verdana, sans-serif; - min-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:272 */ -.x-ie8 .x-form-text-default { - min-height: 17px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:278 */ -.x-form-text-default.x-form-textarea { - line-height: 15px; - min-height: 60px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:283 */ -.x-ie8 .x-form-text-default.x-form-textarea { - min-height: 55px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:290 */ -.x-form-text-default.x-form-text-file { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:295 */ -.x-form-empty-field-default { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:300 */ -.x-form-text-default:-ms-input-placeholder { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:304 */ -.x-form-invalid-field-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:315 */ -.x-form-trigger-default { - width: 22px; - background: 0 center #fff url(images/form/trigger.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:338 */ -.x-form-trigger-default.x-form-trigger-over { - background-position: -22px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:344 */ -.x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus { - background-position: -88px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:349 */ -.x-form-trigger-default.x-form-trigger-focus { - background-position: -66px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:358 */ -.x-form-trigger.x-form-trigger-default.x-form-trigger-click { - background-position: -44px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:367 */ -.x-textfield-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:427 */ -.x-form-clear-trigger { - background-image: url(images/form/clear-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:440 */ -.x-form-search-trigger { - background-image: url(images/form/search-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:1 */ -.x-message-box .x-window-body { - background-color: #fff; - border-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:10 */ -.x-message-box-info, -.x-message-box-warning, -.x-message-box-question, -.x-message-box-error { - background-position: left top; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:29 */ -.x-message-box-icon { - height: 32px; - width: 32px; - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:35 */ -.x-message-box-info { - background-image: url(images/shared/icon-info.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:44 */ -.x-message-box-warning { - background-image: url(images/shared/icon-warning.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:53 */ -.x-message-box-question { - background-image: url(images/shared/icon-question.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:62 */ -.x-message-box-error { - background-image: url(images/shared/icon-error.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:89 */ -.x-form-cb-wrap-default { - height: 24px; - min-width: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:98 */ -.x-form-cb-default { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:103 */ -.x-form-checkbox-default, -.x-form-radio-default { - width: 15px; - height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:109 */ -.x-form-radio-default { - background: url(images/form/radio.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:120 */ -.x-form-cb-checked .x-form-radio-default { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:126 */ -.x-form-checkbox-default { - background: url(images/form/checkbox.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:137 */ -.x-form-cb-checked .x-form-checkbox-default { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:144 */ -.x-form-checkbox-focus.x-form-radio-default { - background-position: -15px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:150 */ -.x-form-cb-checked .x-form-checkbox-focus.x-form-radio-default { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:156 */ -.x-form-checkbox-focus.x-form-checkbox-default { - background-position: -15px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:162 */ -.x-form-cb-checked .x-form-checkbox-focus.x-form-checkbox-default { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:169 */ -.x-form-cb-label-default { - margin-top: 4px; - font: 300 helvetica, arial, verdana, sans-serif/17px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:173 */ -.x-form-cb-label-default.x-form-cb-label-before { - padding-right: 19px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:184 */ -.x-form-cb-label-default.x-form-cb-label-after { - padding-left: 19px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:198 */ -.x-checkbox-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/CheckboxGroup.scss:44 */ -.x-form-item-body-default.x-form-checkboxgroup-body { - padding: 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/CheckboxGroup.scss:47 */ -.x-form-invalid .x-form-item-body-default.x-form-checkboxgroup-body { - border-width: 1px; - border-style: solid; - border-color: #cf4c35; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:122 */ -.x-fieldset-default { - border: 1px solid #cfcfcf; - padding: 0 10px; - margin: 0 0 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:135 */ -.x-ie8 .x-fieldset-default { - padding-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:138 */ -.x-ie8 .x-fieldset-body-default { - padding-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:144 */ -.x-fieldset-header-default { - padding: 0 3px 1px; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:148 */ -.x-fieldset-header-default > .x-fieldset-header-text { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #000; - padding: 1px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:155 */ -.x-fieldset-header-checkbox-default { - margin: 2px 4px 0 0; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:165 */ -.x-fieldset-header-tool-default { - margin: 2px 4px 0 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:174 */ -.x-fieldset-header-tool-default > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; - height: 15px; - width: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:181 */ -.x-fieldset-header-tool-default.x-tool-over > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); - opacity: 0.9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:187 */ -.x-fieldset-header-tool-default.x-tool-pressed > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:198 */ -.x-fieldset-header-tool-default > .x-tool-toggle { - background-image: url(images/fieldset/collapse-tool.png); - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:205 */ -.x-fieldset-header-tool-default.x-tool-over > .x-tool-toggle { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:212 */ -.x-fieldset-header-tool-default.x-focus { - outline: 1px solid red; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:218 */ -.x-fieldset-default.x-fieldset-collapsed { - border-width: 1px 1px 0 1px; - border-left-color: transparent; - border-right-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:231 */ -.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle { - background-position: -15px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:235 */ -.x-fieldset-default.x-fieldset-collapsed .x-tool-over > .x-tool-toggle { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:71 */ -.x-form-trigger-spinner-default { - width: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:85 */ -.x-form-spinner-default { - background-image: url(images/form/spinner.png); - background-color: #fff; - width: 22px; - height: 11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:143 */ -.x-form-spinner-up-default { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:146 */ -.x-form-spinner-up-default.x-form-spinner-over { - background-position: -22px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:148 */ -.x-form-spinner-up-default.x-form-spinner-over.x-form-spinner-focus { - background-position: -88px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:153 */ -.x-form-spinner-up-default.x-form-spinner-focus { - background-position: -66px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:158 */ -.x-form-spinner-up-default.x-form-spinner.x-form-spinner-click { - background-position: -44px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:163 */ -.x-form-spinner-down-default { - background-position: 0 -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:166 */ -.x-form-spinner-down-default.x-form-spinner-over { - background-position: -22px -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:168 */ -.x-form-spinner-down-default.x-form-spinner-over.x-form-spinner-focus { - background-position: -88px -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:173 */ -.x-form-spinner-down-default.x-form-spinner-focus { - background-position: -66px -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:178 */ -.x-form-spinner-down-default.x-form-spinner.x-form-spinner-click { - background-position: -44px -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:1 */ -.x-tbar-page-number { - width: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:10 */ -.x-btn-icon-el.x-tbar-page-first { - background-image: url(images/grid/page-first.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:19 */ -.x-btn-icon-el.x-tbar-page-prev { - background-image: url(images/grid/page-prev.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:28 */ -.x-btn-icon-el.x-tbar-page-next { - background-image: url(images/grid/page-next.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:37 */ -.x-btn-icon-el.x-tbar-page-last { - background-image: url(images/grid/page-last.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:46 */ -.x-btn-icon-el.x-tbar-loading { - background-image: url(images/grid/refresh.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:1 */ -.x-boundlist { - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:8 */ -.x-boundlist-item { - padding: 0 6px; - font: normal 13px helvetica, arial, verdana, sans-serif; - line-height: 22px; - cursor: pointer; - cursor: hand; - position: relative; - /*allow hover in IE on empty items*/ - border-width: 1px; - border-style: dotted; - border-color: #fff; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:25 */ -.x-boundlist-selected { - background: #c2ddf2; - border-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:33 */ -.x-boundlist-item-over { - background: #d6e9f6; - border-color: #d6e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:42 */ -.x-boundlist-floating { - border-top-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:46 */ -.x-boundlist-above { - border-top-width: 1px; - border-bottom-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:9 */ -.x-datepicker { - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background-color: #fff; - width: 212px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:19 */ -.x-datepicker-header { - padding: 4px 6px; - text-align: center; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:29 */ -.x-datepicker-arrow { - width: 12px; - height: 12px; - top: 9px; - cursor: pointer; - -webkit-touch-callout: none; - background-color: #f5f5f5; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:51 */ -div.x-datepicker-arrow:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:56 */ -.x-datepicker-next { - right: 6px; - background: url(images/datepicker/arrow-right.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:65 */ -.x-datepicker-prev { - left: 6px; - background: url(images/datepicker/arrow-left.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:74 */ -.x-datepicker-month { - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:77 */ -.x-datepicker-month .x-btn, -.x-datepicker-month .x-btn .x-btn-tc, -.x-datepicker-month .x-btn .x-btn-tl, -.x-datepicker-month .x-btn .x-btn-tr, -.x-datepicker-month .x-btn .x-btn-mc, -.x-datepicker-month .x-btn .x-btn-ml, -.x-datepicker-month .x-btn .x-btn-mr, -.x-datepicker-month .x-btn .x-btn-bc, -.x-datepicker-month .x-btn .x-btn-bl, -.x-datepicker-month .x-btn .x-btn-br { - background: transparent; - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:93 */ -.x-datepicker-month .x-btn-inner { - color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:98 */ -.x-datepicker-month .x-btn-split-right:after, -.x-datepicker-month .x-btn-over .x-btn-split-right:after { - background-image: url(images/datepicker/month-arrow.png); - padding: 0; - text-align: right; - width: 12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:111 */ -.x-datepicker-month .x-btn { - padding: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:115 */ -.x-datepicker-month .x-btn-over { - border-color: transparent; - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:120 */ -.x-datepicker-month .x-btn.x-btn-pressed { - border-color: transparent; - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:125 */ -.x-datepicker-month .x-btn-inner { - font-size: 12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:130 */ -.x-datepicker-column-header { - width: 30px; - color: #000; - font: 300 13px helvetica, arial, verdana, sans-serif; - text-align: right; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:149 */ -.x-datepicker-column-header-inner { - line-height: 25px; - padding: 0 9px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:154 */ -.x-datepicker-cell { - text-align: right; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:163 */ -.x-datepicker-date { - padding: 0 7px 0 0; - font: 300 13px helvetica, arial, verdana, sans-serif; - color: #000; - cursor: pointer; - line-height: 23px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:176 */ -div.x-datepicker-date:hover { - color: #000; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:181 */ -.x-datepicker-selected { - border-style: solid; - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:184 */ -.x-datepicker-selected div.x-datepicker-date { - background-color: #d6e9f6; - color: #000; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:191 */ -.x-datepicker-today { - border-color: darkred; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:202 */ -.x-datepicker-prevday .x-datepicker-date, -.x-datepicker-nextday .x-datepicker-date { - color: #bfbfbf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:209 */ -.x-datepicker-disabled .x-datepicker-date { - background-color: #eee; - cursor: default; - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:217 */ -.x-datepicker-disabled div.x-datepicker-date:hover { - background-color: #eee; - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:222 */ -.x-datepicker-footer, -.x-monthpicker-buttons { - padding: 3px 0; - background-color: #f5f5f5; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:239 */ -.x-datepicker-footer .x-btn, -.x-monthpicker-buttons .x-btn { - margin: 0 3px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:245 */ -.x-monthpicker { - width: 212px; - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:255 */ -.x-monthpicker-months { - border-width: 0 1px 0 0; - border-color: #e1e1e1; - border-style: solid; - width: 105px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:264 */ -.x-monthpicker-months .x-monthpicker-item { - width: 52px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:269 */ -.x-monthpicker-years { - width: 105px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:272 */ -.x-monthpicker-years .x-monthpicker-item { - width: 52px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:277 */ -.x-monthpicker-item { - margin: 5px 0 5px; - font: 300 13px helvetica, arial, verdana, sans-serif; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:283 */ -.x-monthpicker-item-inner { - margin: 0 5px 0 5px; - color: #000; - border: 1px solid #fff; - line-height: 22px; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:301 */ -a.x-monthpicker-item-inner:hover { - color: #000; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:307 */ -.x-monthpicker-item a.x-monthpicker-selected { - background-color: #d6e9f6; - color: #000; - border-style: solid; - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:314 */ -.x-monthpicker-yearnav { - height: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:318 */ -.x-monthpicker-yearnav-button-ct { - width: 52px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:322 */ -.x-monthpicker-yearnav-button { - height: 12px; - width: 12px; - cursor: pointer; - margin-top: 11px; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; - -webkit-touch-callout: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:343 */ -a.x-monthpicker-yearnav-button:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:348 */ -.x-monthpicker-yearnav-next { - background: url(images/datepicker/arrow-right.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:357 */ -.x-monthpicker-yearnav-next-over { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:362 */ -.x-monthpicker-yearnav-prev { - background: url(images/datepicker/arrow-left.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:371 */ -.x-monthpicker-yearnav-prev-over { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:377 */ -.x-monthpicker-small .x-monthpicker-item { - margin: 2px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:381 */ -.x-monthpicker-small .x-monthpicker-item-inner { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:385 */ -.x-monthpicker-small .x-monthpicker-yearnav { - height: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:389 */ -.x-monthpicker-small .x-monthpicker-yearnav-button { - margin-top: 8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-datepicker-header:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-datepicker-footer:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Date.scss:1 */ -.x-form-date-trigger { - background-image: url(images/form/date-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Display.scss:40 */ -.x-form-display-field-default { - min-height: 24px; - font: 300 13px/17px helvetica, arial, verdana, sans-serif; - color: #000; - margin-top: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:180 */ -.x-tip-anchor { - position: absolute; - overflow: hidden; - height: 10px; - width: 10px; - border-style: solid; - border-width: 5px; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:193 */ -.x-tip-anchor-top { - border-top-color: transparent; - border-left-color: transparent; - border-right-color: transparent; - _border-top-color: pink; - _border-left-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:206 */ -.x-tip-anchor-bottom { - border-bottom-color: transparent; - border-left-color: transparent; - border-right-color: transparent; - _border-bottom-color: pink; - _border-left-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:219 */ -.x-tip-anchor-left { - border-top-color: transparent; - border-bottom-color: transparent; - border-left-color: transparent; - _border-top-color: pink; - _border-bottom-color: pink; - _border-left-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:232 */ -.x-tip-anchor-right { - border-top-color: transparent; - border-bottom-color: transparent; - border-right-color: transparent; - _border-top-color: pink; - _border-bottom-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tip-default { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 2px 2px 2px 2px; - border-width: 1px; - border-style: solid; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tip-default-mc { - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tip-default { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tip-default-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-2-2-2-2; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tip-default-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tip-default-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tip-default-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tip-default-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tip-default-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tip-default-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tip-default-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tip-default-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tip-default-tr, -.x-tip-default-br, -.x-tip-default-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tip-default-tl, -.x-tip-default-bl, -.x-tip-default-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tip-default-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tip-default-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tip-default-tl, -.x-tip-default-bl, -.x-tip-default-tr, -.x-tip-default-br, -.x-tip-default-tc, -.x-tip-default-bc, -.x-tip-default-ml, -.x-tip-default-mr { - background-image: url(images/tip/tip-default-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tip-default-ml, -.x-tip-default-mr { - background-image: url(images/tip/tip-default-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tip-default-mc { - padding: 0px 0px 0px 0px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tip-default:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-default-corners.gif), sides:url(images/tip/tip-default-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:112 */ -.x-tip-default { - background-color: #ebf4fb; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:122 */ -.x-tip-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:137 */ -.x-tip-header-default .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:147 */ -.x-tip-header-default .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:158 */ -.x-tip-header-default { - padding: 3px 3px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:162 */ -.x-tip-header-title-default { - color: #000; - font-size: 13px; - font-weight: bold; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:168 */ -.x-tip-body-default { - padding: 3px; - color: #000; - font-size: 13px; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:173 */ -.x-tip-body-default a { - color: #000; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tip-form-invalid { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 2px 2px 2px 2px; - border-width: 1px; - border-style: solid; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tip-form-invalid-mc { - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tip-form-invalid { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tip-form-invalid-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-2-2-2-2; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tip-form-invalid-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tip-form-invalid-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tip-form-invalid-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tip-form-invalid-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tip-form-invalid-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tip-form-invalid-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tip-form-invalid-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tip-form-invalid-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tip-form-invalid-tr, -.x-tip-form-invalid-br, -.x-tip-form-invalid-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tip-form-invalid-tl, -.x-tip-form-invalid-bl, -.x-tip-form-invalid-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tip-form-invalid-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tip-form-invalid-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tip-form-invalid-tl, -.x-tip-form-invalid-bl, -.x-tip-form-invalid-tr, -.x-tip-form-invalid-br, -.x-tip-form-invalid-tc, -.x-tip-form-invalid-bc, -.x-tip-form-invalid-ml, -.x-tip-form-invalid-mr { - background-image: url(images/tip/tip-form-invalid-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tip-form-invalid-ml, -.x-tip-form-invalid-mr { - background-image: url(images/tip/tip-form-invalid-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tip-form-invalid-mc { - padding: 0px 0px 0px 0px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tip-form-invalid:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-form-invalid-corners.gif), sides:url(images/tip/tip-form-invalid-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:112 */ -.x-tip-form-invalid { - background-color: #ebf4fb; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:122 */ -.x-tip-form-invalid .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:137 */ -.x-tip-header-form-invalid .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:147 */ -.x-tip-header-form-invalid .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:158 */ -.x-tip-header-form-invalid { - padding: 3px 3px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:162 */ -.x-tip-header-title-form-invalid { - color: #000; - font-size: 13px; - font-weight: bold; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:168 */ -.x-tip-body-form-invalid { - padding: 5px 3px 5px 34px; - color: #000; - font-size: 13px; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:173 */ -.x-tip-body-form-invalid a { - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:269 */ -.x-tip-body-form-invalid { - background: 1px 1px no-repeat; - background-image: url(images/form/exclamation.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:272 */ -.x-tip-body-form-invalid li { - margin-bottom: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:274 */ -.x-tip-body-form-invalid li.last { - margin-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:1 */ -.x-color-picker { - width: 192px; - height: 120px; - background-color: #fff; - border-color: #fff; - border-width: 0; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:10 */ -.x-color-picker-item { - width: 24px; - height: 24px; - border-width: 1px; - border-color: #fff; - border-style: solid; - background-color: #fff; - cursor: pointer; - padding: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:25 */ -a.x-color-picker-item:hover { - border-color: #8bb8f3; - background-color: #e6e6e6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:30 */ -.x-color-picker-selected { - border-color: #8bb8f3; - background-color: #e6e6e6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:35 */ -.x-color-picker-item-inner { - line-height: 16px; - border-color: #e1e1e1; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:7 */ -.x-html-editor-tb .x-edit-bold, -.x-menu-item div.x-edit-bold { - background-position: 0 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:18 */ -.x-html-editor-tb .x-edit-italic, -.x-menu-item div.x-edit-italic { - background-position: -16px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:29 */ -.x-html-editor-tb .x-edit-underline, -.x-menu-item div.x-edit-underline { - background-position: -32px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:40 */ -.x-html-editor-tb .x-edit-forecolor, -.x-menu-item div.x-edit-forecolor { - background-position: -160px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:51 */ -.x-html-editor-tb .x-edit-backcolor, -.x-menu-item div.x-edit-backcolor { - background-position: -176px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:62 */ -.x-html-editor-tb .x-edit-justifyleft, -.x-menu-item div.x-edit-justifyleft { - background-position: -112px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:73 */ -.x-html-editor-tb .x-edit-justifycenter, -.x-menu-item div.x-edit-justifycenter { - background-position: -128px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:84 */ -.x-html-editor-tb .x-edit-justifyright, -.x-menu-item div.x-edit-justifyright { - background-position: -144px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:95 */ -.x-html-editor-tb .x-edit-insertorderedlist, -.x-menu-item div.x-edit-insertorderedlist { - background-position: -80px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:106 */ -.x-html-editor-tb .x-edit-insertunorderedlist, -.x-menu-item div.x-edit-insertunorderedlist { - background-position: -96px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:117 */ -.x-html-editor-tb .x-edit-increasefontsize, -.x-menu-item div.x-edit-increasefontsize { - background-position: -48px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:128 */ -.x-html-editor-tb .x-edit-decreasefontsize, -.x-menu-item div.x-edit-decreasefontsize { - background-position: -64px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:139 */ -.x-html-editor-tb .x-edit-sourceedit, -.x-menu-item div.x-edit-sourceedit { - background-position: -192px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:150 */ -.x-html-editor-tb .x-edit-createlink, -.x-menu-item div.x-edit-createlink { - background-position: -208px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:161 */ -.x-html-editor-tip .x-tip-bd .x-tip-bd-inner { - padding: 5px; - padding-bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:166 */ -.x-html-editor-tb .x-font-select { - font-size: 13px; - font-family: inherit; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:171 */ -.x-html-editor-wrap textarea { - font: 300 13px helvetica, arial, verdana, sans-serif; - background-color: #fff; - resize: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:138 */ -.x-form-text-default.x-tagfield { - padding: 2px 0 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:142 */ -.x-form-text-default .x-tagfield-input { - margin: 0 4px 2px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:146 */ -.x-form-text-default .x-tagfield-input-field { - height: 18px; - line-height: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:151 */ -.x-form-text-default .x-tagfield-item { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - background-color: #f5f5f5; - border: 1px solid #dcdcdc; - padding: 0 19px 0 5px; - margin: 0 4px 2px 0; - color: #000; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:162 */ -.x-form-text-default .x-tagfield-item:hover { - background-color: #e4e4e4; - border-color: #999; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:170 */ -.x-form-text-default .x-tagfield-item.x-tagfield-item-selected { - background-color: #c4e2f8; - border-color: #157fcc; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:185 */ -.x-form-text-default .x-tagfield-item-close { - width: 12px; - height: 12px; - top: 1px; - right: 1px; - background-image: url(images/form/tag-field-item-close.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:202 */ -.x-form-text-default .x-tagfield-item-close:hover { - background-position: -12px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:213 */ -.x-form-text-default .x-tagfield-item-close:active { - background-position: -24px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:230 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:240 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:hover { - background-position: -12px -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:244 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:active { - background-position: -24px -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:5 */ -.x-grid-view { - z-index: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:9 */ -.x-grid-body { - background: #fff; - border-width: 1px; - border-style: solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:18 */ -.x-grid-item-container { - min-height: 1px; - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:24 */ -.x-grid-empty { - padding: 10px; - color: grey; - background-color: #fff; - font: 300 13px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:32 */ -.x-grid-item { - color: #000; - font: 300 13px/15px helvetica, arial, verdana, sans-serif; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:38 */ -.x-grid-item-alt { - background-color: #fafafa; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:42 */ -.x-grid-item-over { - color: #000; - background-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:49 */ -.x-grid-item-focused { - outline: 0; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:53 */ -.x-grid-item-focused .x-grid-cell-inner { - z-index: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:61 */ -.x-grid-item-focused .x-grid-cell-inner:before { - content: ""; - position: absolute; - z-index: -1; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - pointer-events: none; - border: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:83 */ -.x-grid-item-selected { - color: #000; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:89 */ -.x-grid-with-row-lines .x-grid-item { - border-style: solid; - border-width: 1px 0 0; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:95 */ -.x-grid-with-row-lines .x-grid-item:first-child { - border-top-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:101 */ -.x-grid-with-row-lines .x-grid-item.x-grid-item-over { - border-style: solid; - border-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:106 */ -.x-grid-with-row-lines .x-grid-item-over + .x-grid-item { - border-top-style: solid; - border-top-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:111 */ -.x-grid-with-row-lines .x-grid-item.x-grid-item-selected { - border-style: solid; - border-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:116 */ -.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item { - border-top-style: solid; - border-top-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:121 */ -.x-grid-with-row-lines .x-grid-item:last-child { - border-bottom-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:131 */ -.x-ie8 .x-grid-with-row-lines .x-grid-item { - border-width: 1px 0; - margin-top: -1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:136 */ -.x-ie8 .x-grid-with-row-lines .x-grid-item:first-child { - margin-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:142 */ -.x-grid-cell-inner { - position: relative; - text-overflow: ellipsis; - padding: 5px 10px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:158 */ -.x-grid-cell-special { - border-color: #cfcfcf; - border-style: solid; - border-right-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:208 */ -.x-grid-dirty-cell { - background: url(images/grid/dirty.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:238 */ -.x-grid-row .x-grid-cell-selected { - color: #000; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:245 */ -.x-grid-with-col-lines .x-grid-cell { - border-style: solid; - border-color: #cfcfcf; - border-width: 0 1px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:251 */ -.x-grid-with-col-lines .x-grid-item-over .x-grid-cell { - border-color: #e2eff9; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:256 */ -.x-grid-with-col-lines .x-grid-item-selected .x-grid-cell { - border-color: #c2ddf2; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:269 */ -.x-grid-resize-marker { - width: 1px; - background-color: #0f0f0f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:1 */ -.x-grid-drop-indicator { - position: absolute; - height: 1px; - line-height: 0px; - background-color: #77bc71; - overflow: visible; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:9 */ -.x-grid-drop-indicator .x-grid-drop-indicator-left { - position: absolute; - top: -8px; - left: -12px; - background-image: url(images/grid/dd-insert-arrow-right.png); - height: 16px; - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:18 */ -.x-grid-drop-indicator .x-grid-drop-indicator-right { - position: absolute; - top: -8px; - right: -11px; - background-image: url(images/grid/dd-insert-arrow-left.png); - height: 16px; - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:1 */ -.x-col-move-top, -.x-col-move-bottom { - width: 9px; - height: 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:7 */ -.x-col-move-top { - background-image: url(images/grid/col-move-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:11 */ -.x-col-move-bottom { - background-image: url(images/grid/col-move-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - border: 1px solid #cfcfcf; - border-bottom-color: #fff; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:14 */ -.x-accordion-item .x-grid-header-ct { - border-width: 0 0 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:21 */ -.x-grid-header-ct-hidden { - border-top: 0 !important; - border-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:31 */ -.x-grid-body { - border-top-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:35 */ -.x-hmenu-sort-asc { - background-image: url(images/grid/hmenu-asc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:46 */ -.x-hmenu-sort-desc { - background-image: url(images/grid/hmenu-desc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:57 */ -.x-cols-icon { - background-image: url(images/grid/columns.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:1 */ -.x-column-header { - border-right: 1px solid #cfcfcf; - color: #666; - font: 300 13px/15px helvetica, arial, verdana, sans-serif; - outline: 0; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:27 */ -.x-group-sub-header { - background: transparent; - border-top: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:32 */ -.x-group-sub-header .x-column-header-inner { - padding: 6px 10px 7px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:37 */ -.x-column-header-inner { - padding: 7px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:41 */ -.x-column-header-inner-empty { - text-overflow: clip; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:49 */ -.x-column-header.x-column-header-focus { - color: #666; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:50 */ -.x-column-header.x-column-header-focus .x-column-header-inner:after { - content: ""; - position: absolute; - z-index: 5; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - border: 1px solid #4499d6; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:64 */ -.x-column-header.x-column-header-focus.x-group-sub-header .x-column-header-inner:before { - bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:77 */ -.x-column-header-over { - background-image: none; - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:81 */ -.x-column-header-sort-ASC, -.x-column-header-sort-DESC { - background-image: none; - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:109 */ -.x-column-header-open { - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:112 */ -.x-column-header-open .x-column-header-trigger { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:117 */ -.x-column-header-over .x-column-header-trigger, -.x-column-header-open .x-column-header-trigger { - width: 18px; - cursor: pointer; - background: transparent url(images/grid/hd-pop.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:149 */ -.x-column-header-align-right .x-column-header-text { - margin-right: 12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:163 */ -.x-column-header-sort-ASC .x-column-header-text-inner, -.x-column-header-sort-DESC .x-column-header-text-inner { - padding-right: 17px; - background-position: right center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:196 */ -.x-column-header-sort-ASC .x-column-header-text-inner { - background-image: url(images/grid/sort_asc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:208 */ -.x-column-header-sort-DESC .x-column-header-text-inner { - background-image: url(images/grid/sort_desc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:222 */ -.x-no-header-borders .x-column-header { - border: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:225 */ -.x-no-header-borders .x-column-header .x-column-header-inner { - padding-top: 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-column-header:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-column-header-over:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:1 */ -.x-grid-cell-inner-action-col { - padding: 4px 4px 4px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:12 */ -.x-action-col-cell .x-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:16 */ -.x-action-col-icon { - color: #cfcfcf; - font-size: 16px; - height: 16px; - width: 16px; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:1 */ -.x-grid-cell-inner-checkcolumn { - padding: 5px 10px 4px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:12 */ -.x-grid-checkcolumn { - width: 15px; - height: 15px; - background: url(images/form/checkbox.png) 0 0 no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:22 */ -.x-item-disabled .x-grid-checkcolumn { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:27 */ -.x-grid-checkcolumn-checked { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/RowNumberer.scss:1 */ -.x-grid-cell-inner-row-numberer { - padding: 5px 5px 4px 3px; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-grid-cell-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-grid-cell-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-grid-cell-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-grid-cell-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-grid-cell-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-grid-cell-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-grid-cell-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-grid-cell-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-grid-cell-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-grid-cell-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-grid-cell-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-grid-cell-small-tr, -.x-btn-grid-cell-small-br, -.x-btn-grid-cell-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-grid-cell-small-tl, -.x-btn-grid-cell-small-bl, -.x-btn-grid-cell-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-grid-cell-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-grid-cell-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-grid-cell-small-tl, -.x-btn-grid-cell-small-bl, -.x-btn-grid-cell-small-tr, -.x-btn-grid-cell-small-br, -.x-btn-grid-cell-small-tc, -.x-btn-grid-cell-small-bc, -.x-btn-grid-cell-small-ml, -.x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-grid-cell-small-ml, -.x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-grid-cell-small-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-corners.gif), sides:url(images/btn/btn-grid-cell-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-grid-cell-small { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-grid-cell-small { - min-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-grid-cell-small { - min-height: auto; - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-grid-cell-small { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 5px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-grid-cell-small, -.x-btn-icon-left > .x-btn-inner-grid-cell-small { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-grid-cell-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-grid-cell-small { - font-size: 16px; - height: 16px; - color: #fff; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-grid-cell-small, -.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-grid-cell-small, -.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-grid-cell-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-grid-cell-small.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small { - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-grid-cell-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-grid-cell-small, -.x-btn-split-bottom > .x-btn-button-grid-cell-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-grid-cell-small.x-btn-arrow-right:after { - width: 8px; - background-image: url(images/button/grid-cell-small-arrow.png); - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-grid-cell-small.x-btn-arrow-bottom:after { - height: 8px; - background-image: url(images/button/grid-cell-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-grid-cell-small.x-btn-split-right:after { - width: 14px; - background-image: url(images/button/grid-cell-small-s-arrow.png); - padding-right: 14px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-grid-cell-small.x-btn-split-bottom:after { - height: 14px; - background-image: url(images/button/grid-cell-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-grid-cell-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-grid-cell-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 17px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-grid-cell-small { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-grid-cell-small, -.x-btn.x-btn-pressed.x-btn-grid-cell-small { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-grid-cell-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-grid-cell-small-tl, -.x-btn-focus .x-btn-grid-cell-small-bl, -.x-btn-focus .x-btn-grid-cell-small-tr, -.x-btn-focus .x-btn-grid-cell-small-br, -.x-btn-focus .x-btn-grid-cell-small-tc, -.x-btn-focus .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-grid-cell-small-ml, -.x-btn-focus .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-grid-cell-small-tl, -.x-btn-over .x-btn-grid-cell-small-bl, -.x-btn-over .x-btn-grid-cell-small-tr, -.x-btn-over .x-btn-grid-cell-small-br, -.x-btn-over .x-btn-grid-cell-small-tc, -.x-btn-over .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-grid-cell-small-ml, -.x-btn-over .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-grid-cell-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tl, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bl, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tr, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-br, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tc, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tl, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-bl, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tr, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-br, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-ml, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mr, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-ml, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tl, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-bl, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tr, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-br, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tc, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-ml, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-grid-cell-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-grid-cell-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-grid-cell-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-disabled-corners.gif), sides:url(images/btn/btn-grid-cell-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-grid-cell-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-grid-cell-small-cell > .x-grid-cell-inner >.x-btn-grid-cell-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:1 */ -.x-grid-group-hd { - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cfcfcf; - padding: 7px 4px; - background: #fff; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:10 */ -.x-grid-group-hd-not-collapsible { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:14 */ -.x-grid-group-hd-collapsible .x-grid-group-title { - padding: 0 0 0 17px; - background: url(images/grid/group-collapse.png) no-repeat left center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:36 */ -.x-grid-group-title { - color: #666; - font: 300 13px/15px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:41 */ -.x-grid-group-hd-collapsed .x-grid-group-title { - background-image: url(images/grid/group-expand.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:54 */ -.x-group-by-icon { - background-image: url(images/grid/group-by.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/RowBody.scss:1 */ -.x-grid-rowbody { - font: 300 13px/15px helvetica, arial, verdana, sans-serif; - padding: 5px 10px 5px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:1 */ -.x-docked-summary { - border-width: 1px; - border-color: #cfcfcf; - border-style: solid; - background: #fff!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:6 */ -.x-docked-summary .x-grid-table { - border: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:14 */ -.x-grid-row-summary .x-grid-cell, -.x-grid-row-summary .x-grid-rowwrap, -.x-grid-row-summary .x-grid-cell-rowbody { - border-color: #cfcfcf; - background-color: #fff !important; - border-top: 1px solid #cfcfcf; - font: 300 13px/15px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:26 */ -.x-docked-summary .x-grid-item, -.x-docked-summary .x-grid-row-summary .x-grid-cell { - border-bottom: 0 none; - border-top: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:34 */ -.x-grid-row-summary .x-grid-cell-inner-row-expander { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:318 */ -.x-menu-default { - border-style: solid; - border-width: 1px; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:324 */ -.x-menu-body-default { - background: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:329 */ -.x-menu-icon-separator-default { - left: 26px; - border-left: solid 1px #e1e1e1; - background-color: #fff; - width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:343 */ -.x-menu-item-default { - border-width: 0; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:347 */ -.x-menu-item-default.x-menu-item-active { - background-image: none; - background-color: #d6e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:359 */ -.x-nlg .x-menu-item-default.x-menu-item-active { - background: #d6e9f6 repeat-x left top; - background-image: url(images/menu/menu-item-default-active-bg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:366 */ -.x-menu-item-default.x-menu-item-disabled { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:369 */ -.x-menu-item-default.x-menu-item-disabled a { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:374 */ -.x-menu-item-default.x-menu-item-separator { - height: 1px; - border-top: solid 1px #e1e1e1; - background-color: #fff; - margin: 2px 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:382 */ -.x-menu-item-default.x-menu-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:387 */ -.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-icon-ui { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:391 */ -.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-text-default { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:401 */ -.x-menu-item-default .x-form-item-label { - font-size: 13px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:408 */ -.x-menu-item-text-default, -.x-menu-item-cmp-default { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:413 */ -.x-menu-item-text-default { - font: 300 13px helvetica, arial, verdana, sans-serif; - line-height: 23px; - padding-top: 1px; - color: #000; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:430 */ -.x-menu-item-text-default.x-menu-item-indent { - margin-left: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:434 */ -.x-menu-item-text-default.x-menu-item-indent-no-separator { - margin-left: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:438 */ -.x-menu-item-text-default.x-menu-item-indent-right-icon { - margin-right: 31px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:442 */ -.x-menu-item-text-default.x-menu-item-indent-right-arrow { - margin-right: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:446 */ -.x-menu-item-disabled .x-menu-item-text-default { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:478 */ -.x-menu-item-indent-default { - margin-left: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:488 */ -.x-menu-item-icon-default { - width: 16px; - height: 16px; - top: 4px; - left: 5px; - line-height: 16px; - font-size: 16px; - color: grey; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:522 */ -.x-menu-item-icon-default.x-menu-item-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:535 */ -.x-ie8 .x-menu-item-icon-default.x-menu-item-glyph { - color: silver; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:543 */ -.x-menu-item-icon-default.x-menu-item-icon-right { - width: 16px; - height: 16px; - top: 4px; - right: 5px; - left: auto; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:579 */ -.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox { - background-image: url(images/menu/default-checked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:587 */ -.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox { - background-image: url(images/menu/default-unchecked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:608 */ -.x-menu-item-checked .x-menu-item-icon-default.x-menu-group-icon { - background-image: url(images/menu/default-group-checked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:615 */ -.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-group-icon { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:630 */ -.x-menu-item-arrow-default { - width: 12px; - height: 9px; - top: 8px; - right: 0; - background-image: url(images/menu/default-menu-parent.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:650 */ -.x-menu-item-active .x-menu-item-arrow-default { - top: 8px; - right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-menu-default-scroller .x-box-scroller-body-horizontal { - margin-left: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-menu-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-menu-default { - cursor: pointer; - color: #e1e1e1; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-menu-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-menu-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-menu-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-menu-default.x-box-scroller-top, -.x-box-scroller-menu-default.x-box-scroller-bottom { - height: 16px; - width: 16px; - left: 50%; - margin-left: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-menu-default.x-box-scroller-top { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/menu/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-menu-default.x-box-scroller-bottom { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/menu/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:704 */ -.x-ie8 .x-box-scroller-menu-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:1 */ -.x-grid-filters-filtered-column { - font-style: italic; - font-weight: 300; - text-decoration: inherit; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:7 */ -.x-grid-filters-icon { - background-repeat: no-repeat; - background-position: center center; - color: grey; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:14 */ -.x-grid-filters-find { - background-image: url(images/grid/filters/find.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:24 */ -.x-grid-filters-gt { - background-image: url(images/grid/filters/greater_than.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:34 */ -.x-grid-filters-lt { - background-image: url(images/grid/filters/less_than.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:44 */ -.x-grid-filters-eq { - background-image: url(images/grid/filters/equals.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:1 */ -.x-grid-locked .x-grid-inner-locked { - border-width: 0 1px 0 0; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:12 */ -.x-grid-locked-split .x-grid-inner-normal { - border-width: 0 0 0 1px; - border-style: solid; - border-left-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:23 */ -.x-grid-locking-body { - border-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:27 */ -.x-grid-inner-locked { - border-right-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:32 */ -.x-grid-inner-locked .x-column-header-last, -.x-grid-inner-locked .x-grid-cell-last { - border-right-width: 0!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:62 */ -.x-hmenu-lock { - background-image: url(images/grid/hmenu-lock.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:73 */ -.x-hmenu-unlock { - background-image: url(images/grid/hmenu-unlock.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:18 */ -.x-grid-editor .x-form-display-field { - text-overflow: ellipsis; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:24 */ -.x-grid-editor .x-form-action-col-field { - padding: 4px 4px 4px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:30 */ -.x-grid-editor .x-form-text { - padding-left: 9px; - padding-right: 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/CellEditing.scss:3 */ -.x-tree-cell-editor .x-form-text { - padding-left: 3px; - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:2 */ -.x-grid-row-editor .x-field { - margin: 0 3px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:7 */ -.x-grid-row-editor .x-form-display-field { - padding: 5px 8px 4px 8px; - line-height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:18 */ -.x-ie9m .x-grid-row-editor .x-form-display-field { - min-height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:26 */ -.x-grid-row-editor .x-form-action-col-field { - padding: 4px 1px 4px 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:37 */ -.x-grid-row-editor .x-form-text { - padding: 3px 6px 2px 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:41 */ -.x-gecko .x-grid-row-editor .x-form-text { - padding-left: 6px; - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:50 */ -.x-grid-row-editor .x-panel-body { - border-top: 1px solid #e1e1e1 !important; - border-bottom: 1px solid #e1e1e1 !important; - padding: 5px 0 5px 0; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:60 */ -.x-grid-with-col-lines .x-grid-row-editor .x-form-cb { - margin-right: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-grid-row-editor-buttons-default-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 5px; - -webkit-border-bottom-right-radius: 5px; - border-bottom-right-radius: 5px; - -moz-border-radius-bottomleft: 5px; - -webkit-border-bottom-left-radius: 5px; - border-bottom-left-radius: 5px; - padding: 5px 5px 5px 5px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-grid-row-editor-buttons-default-bottom-mc { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-grid-row-editor-buttons-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-grid-row-editor-buttons-default-bottom-frameInfo { - font-family: th-0-5-5-5-0-1-1-1-5-5-5-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-grid-row-editor-buttons-default-bottom-tl { - background-position: 0 -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-grid-row-editor-buttons-default-bottom-tr { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-grid-row-editor-buttons-default-bottom-bl { - background-position: 0 -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-grid-row-editor-buttons-default-bottom-br { - background-position: right -25px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-grid-row-editor-buttons-default-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-grid-row-editor-buttons-default-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-grid-row-editor-buttons-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-grid-row-editor-buttons-default-bottom-bc { - background-position: 0 -5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-grid-row-editor-buttons-default-bottom-tr, -.x-grid-row-editor-buttons-default-bottom-br, -.x-grid-row-editor-buttons-default-bottom-mr { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-grid-row-editor-buttons-default-bottom-tl, -.x-grid-row-editor-buttons-default-bottom-bl, -.x-grid-row-editor-buttons-default-bottom-ml { - padding-left: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-grid-row-editor-buttons-default-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-grid-row-editor-buttons-default-bottom-bc { - height: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-grid-row-editor-buttons-default-bottom-tl, -.x-grid-row-editor-buttons-default-bottom-bl, -.x-grid-row-editor-buttons-default-bottom-tr, -.x-grid-row-editor-buttons-default-bottom-br, -.x-grid-row-editor-buttons-default-bottom-tc, -.x-grid-row-editor-buttons-default-bottom-bc, -.x-grid-row-editor-buttons-default-bottom-ml, -.x-grid-row-editor-buttons-default-bottom-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-grid-row-editor-buttons-default-bottom-ml, -.x-grid-row-editor-buttons-default-bottom-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-grid-row-editor-buttons-default-bottom-mc { - padding: 5px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-grid-row-editor-buttons-default-bottom:before { - display: none; - content: "x-slicer:, frame:0 5px 5px 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-grid-row-editor-buttons-default-top { - -moz-border-radius-topleft: 5px; - -webkit-border-top-left-radius: 5px; - border-top-left-radius: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-top-right-radius: 5px; - border-top-right-radius: 5px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 5px 5px 5px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-grid-row-editor-buttons-default-top-mc { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-grid-row-editor-buttons-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-grid-row-editor-buttons-default-top-frameInfo { - font-family: th-5-5-0-5-1-1-0-1-5-5-5-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-grid-row-editor-buttons-default-top-tl { - background-position: 0 -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-grid-row-editor-buttons-default-top-tr { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-grid-row-editor-buttons-default-top-bl { - background-position: 0 -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-grid-row-editor-buttons-default-top-br { - background-position: right -25px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-grid-row-editor-buttons-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-grid-row-editor-buttons-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-grid-row-editor-buttons-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-grid-row-editor-buttons-default-top-bc { - background-position: 0 -5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-grid-row-editor-buttons-default-top-tr, -.x-grid-row-editor-buttons-default-top-br, -.x-grid-row-editor-buttons-default-top-mr { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-grid-row-editor-buttons-default-top-tl, -.x-grid-row-editor-buttons-default-top-bl, -.x-grid-row-editor-buttons-default-top-ml { - padding-left: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-grid-row-editor-buttons-default-top-tc { - height: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-grid-row-editor-buttons-default-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-grid-row-editor-buttons-default-top-tl, -.x-grid-row-editor-buttons-default-top-bl, -.x-grid-row-editor-buttons-default-top-tr, -.x-grid-row-editor-buttons-default-top-br, -.x-grid-row-editor-buttons-default-top-tc, -.x-grid-row-editor-buttons-default-top-bc, -.x-grid-row-editor-buttons-default-top-ml, -.x-grid-row-editor-buttons-default-top-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-grid-row-editor-buttons-default-top-ml, -.x-grid-row-editor-buttons-default-top-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-grid-row-editor-buttons-default-top-mc { - padding: 1px 1px 5px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-grid-row-editor-buttons-default-top:before { - display: none; - content: "x-slicer:, frame:5px 5px 0 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:108 */ -.x-grid-row-editor-buttons { - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:112 */ -.x-row-editor-update-button { - margin-right: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:115 */ -.x-row-editor-cancel-button { - margin-left: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:131 */ -.x-grid-row-editor-errors .x-tip-body { - padding: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:136 */ -.x-grid-row-editor-errors-item { - list-style: disc; - margin-left: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:1 */ -.x-grid-cell-inner-row-expander { - padding: 7px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:14 */ -.x-grid-row-expander { - width: 11px; - height: 11px; - cursor: pointer; - background-image: url(images/grid/group-collapse.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:29 */ -.x-grid-row-collapsed .x-grid-row-expander { - background-image: url(images/grid/group-expand.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:1 */ -.x-ssm-row-numberer-hd { - cursor: se-resize!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:6 */ -.x-ssm-row-numberer-cell { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:11 */ -.x-ssm-column-select .x-column-header { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:16 */ -.x-ssm-extender-drag-handle { - height: 7px; - width: 7px; - background-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:22 */ -.x-ssm-extender-mask { - border: 1px dotted #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:1 */ -.x-accordion-layout-ct { - background-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:6 */ -.x-accordion-hd .x-panel-header-title { - color: #157fcc; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - text-transform: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:13 */ -.x-accordion-item { - margin: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:16 */ -.x-accordion-item .x-accordion-hd { - background: #fff; - border-width: 0 0 1px; - border-color: #fff #cfcfcf #cfcfcf; - padding: 8px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:29 */ -.x-accordion-item .x-accordion-hd-sibling-expanded { - border-top-color: #cfcfcf; - border-top-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:34 */ -.x-accordion-item .x-accordion-hd-last-collapsed { - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:38 */ -.x-accordion-item .x-accordion-body { - border-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:44 */ -.x-accordion-hd .x-tool-img { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:58 */ -.x-accordion-hd .x-tool-collapse-top, -.x-accordion-hd .x-tool-collapse-bottom { - background-position: 0 -272px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:74 */ -.x-accordion-hd .x-tool-expand-top, -.x-accordion-hd .x-tool-expand-bottom { - background-position: 0 -256px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Border.scss:9 */ -body.x-border-layout-ct, -div.x-border-layout-ct { - background-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Form.scss:1 */ -.x-form-layout-wrap { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:1 */ -.x-resizable-handle { - position: absolute; - z-index: 100; - font-size: 1px; - line-height: 5px; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - background-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:19 */ -.x-collapsed .x-resizable-handle { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:23 */ -.x-resizable-handle-north { - cursor: n-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:26 */ -.x-resizable-handle-south { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:29 */ -.x-resizable-handle-east { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:32 */ -.x-resizable-handle-west { - cursor: w-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:35 */ -.x-resizable-handle-southeast { - cursor: se-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:45 */ -.x-resizable-handle-northwest { - cursor: nw-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:55 */ -.x-resizable-handle-northeast { - cursor: ne-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:65 */ -.x-resizable-handle-southwest { - cursor: sw-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:92 */ -.x-resizable-handle-east { - width: 5px; - height: 100%; - right: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:99 */ -.x-resizable-handle-south { - width: 100%; - height: 5px; - left: 0; - bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:106 */ -.x-resizable-handle-west { - width: 5px; - height: 100%; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:113 */ -.x-resizable-handle-north { - width: 100%; - height: 5px; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:120 */ -.x-resizable-handle-southeast { - width: 5px; - height: 5px; - right: 0; - bottom: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:128 */ -.x-resizable-handle-northwest { - width: 5px; - height: 5px; - left: 0; - top: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:136 */ -.x-resizable-handle-northeast { - width: 5px; - height: 5px; - right: 0; - top: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:144 */ -.x-resizable-handle-southwest { - width: 5px; - height: 5px; - left: 0; - bottom: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:153 */ -.x-window .x-window-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:157 */ -.x-window-collapsed .x-window-handle { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:162 */ -.x-resizable-proxy { - border: 1px dashed #3b5a82; - position: absolute; - overflow: hidden; - z-index: 50000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:170 */ -.x-resizable-handle-over, -.x-resizable-pinned .x-resizable-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:176 */ -.x-resizable-handle-east-over, -.x-resizable-handle-west-over, -.x-resizable-pinned > .x-resizable-handle-east, -.x-resizable-pinned > .x-resizable-handle-west { - background-image: url(images/sizer/e-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:188 */ -.x-resizable-handle-south-over, -.x-resizable-handle-north-over, -.x-resizable-pinned > .x-resizable-handle-south, -.x-resizable-pinned > .x-resizable-handle-north { - background-image: url(images/sizer/s-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:200 */ -.x-resizable-handle-southeast-over, -.x-resizable-pinned > .x-resizable-handle-southeast { - background-position: top left; - background-image: url(images/sizer/se-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:210 */ -.x-resizable-handle-northwest-over, -.x-resizable-pinned > .x-resizable-handle-northwest { - background-position: bottom right; - background-image: url(images/sizer/nw-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:220 */ -.x-resizable-handle-northeast-over, -.x-resizable-pinned > .x-resizable-handle-northeast { - background-position: bottom left; - background-image: url(images/sizer/ne-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:230 */ -.x-resizable-handle-southwest-over, -.x-resizable-pinned > .x-resizable-handle-southwest { - background-position: top right; - background-image: url(images/sizer/sw-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:1 */ -.x-column-header-checkbox { - border-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:5 */ -.x-grid-row-checker, -.x-column-header-checkbox .x-column-header-text { - height: 15px; - width: 15px; - background-image: url(images/form/checkbox.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:21 */ -.x-grid-row-checker:focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:25 */ -.x-column-header-checkbox .x-column-header-inner { - padding: 7px 4px 7px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:29 */ -.x-grid-cell-row-checker .x-grid-cell-inner { - padding: 5px 4px 4px 4px; - line-height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:43 */ -.x-grid-hd-checker-on .x-column-header-text, -.x-grid-item-selected .x-grid-row-checker, -.x-grid-item-selected .x-grid-row-checker { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:73 */ -.x-slider-horz { - padding-left: 7px; - background: no-repeat 0 -15px; - margin: 5px 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:80 */ -.x-slider-horz .x-slider-end { - padding-right: 8px; - background: no-repeat right -30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:85 */ -.x-slider-horz .x-slider-inner { - height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:100 */ -.x-slider-horz .x-slider-thumb { - width: 15px; - height: 15px; - margin-left: -7px; - background-image: url(images/slider/slider-thumb.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:114 */ -.x-slider-horz.x-slider-focus .x-slider-thumb { - background-position: -45px -45px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:118 */ -.x-slider-horz .x-slider-thumb-over { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:122 */ -.x-slider-horz.x-slider-focus .x-slider-thumb-over { - background-position: -60px -60px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:126 */ -.x-slider-horz .x-slider-thumb-drag { - background-position: -30px -30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:130 */ -.x-slider-horz.x-slider-focus .x-slider-thumb-drag { - background-position: -75px -75px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:158 */ -.x-slider-ct-vert { - /* Vertical styles */ - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:162 */ -.x-slider-vert { - padding-top: 7px; - background: no-repeat -30px 0; - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:169 */ -.x-slider-vert > .x-slider-end { - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:171 */ -.x-slider-vert > .x-slider-end > .x-slider-inner { - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:187 */ -.x-slider-vert .x-slider-end { - padding-bottom: 8px; - background: no-repeat -15px bottom; - width: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:193 */ -.x-slider-vert .x-slider-inner { - width: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:197 */ -.x-slider-vert .x-slider-thumb { - width: 15px; - height: 15px; - margin-bottom: -8px; - background-image: url(images/slider/slider-v-thumb.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:211 */ -.x-slider-vert.x-slider-focus .x-slider-thumb { - background-position: -45px -45px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:215 */ -.x-slider-vert .x-slider-thumb-over { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:219 */ -.x-slider-vert.x-slider-focus .x-slider-thumb-over { - background-position: -60px -60px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:223 */ -.x-slider-vert .x-slider-thumb-drag { - background-position: -30px -30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:227 */ -.x-slider-vert.x-slider-focus .x-slider-thumb-drag { - background-position: -75px -75px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:231 */ -.x-slider-horz, -.x-slider-horz .x-slider-end, -.x-slider-horz .x-slider-inner { - background-image: url(images/slider/slider-bg.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:237 */ -.x-slider-vert, -.x-slider-vert .x-slider-end, -.x-slider-vert .x-slider-inner { - background-image: url(images/slider/slider-v-bg.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:244 */ -.x-slider-default-cell > .x-grid-cell-inner, -.x-sliderwidget-default-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/sparkline/Base.scss:1 */ -.x-sparkline-cell .x-grid-cell-inner { - padding-top: 1px; - padding-bottom: 1px; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-top { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - -o-border-radius: 2px; - border-radius: 2px; - padding: 3px 8px 3px 8px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-top-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-8-3-8; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-top-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-top-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-top-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-top-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-top-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-top-tr, -.x-tab-default-top-br, -.x-tab-default-top-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-top-tl, -.x-tab-default-top-bl, -.x-tab-default-top-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-top-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-top-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-top-tl, -.x-tab-default-top-bl, -.x-tab-default-top-tr, -.x-tab-default-top-br, -.x-tab-default-top-tc, -.x-tab-default-top-bc, -.x-tab-default-top-ml, -.x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-top-ml, -.x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-top-mc { - padding: 2px 7px 2px 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-top:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-top-corners.gif), sides:url(images/tab/tab-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-bottom { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 8px 3px 8px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-bottom-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-8-3-8; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-bottom-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-bottom-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-bottom-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-bottom-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-bottom-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-bottom-tr, -.x-tab-default-bottom-br, -.x-tab-default-bottom-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-bottom-tl, -.x-tab-default-bottom-bl, -.x-tab-default-bottom-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-bottom-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-bottom-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-bottom-tl, -.x-tab-default-bottom-bl, -.x-tab-default-bottom-tr, -.x-tab-default-bottom-br, -.x-tab-default-bottom-tc, -.x-tab-default-bottom-bc, -.x-tab-default-bottom-ml, -.x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-bottom-ml, -.x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-bottom-mc { - padding: 2px 7px 2px 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-bottom-corners.gif), sides:url(images/tab/tab-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-left { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 8px 3px 8px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-left-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-8-3-8; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-left-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-left-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-left-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-left-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-left-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-left-tr, -.x-tab-default-left-br, -.x-tab-default-left-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-left-tl, -.x-tab-default-left-bl, -.x-tab-default-left-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-left-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-left-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-left-tl, -.x-tab-default-left-bl, -.x-tab-default-left-tr, -.x-tab-default-left-br, -.x-tab-default-left-tc, -.x-tab-default-left-bc, -.x-tab-default-left-ml, -.x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-left-ml, -.x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-left-mc { - padding: 2px 7px 2px 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-left:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-left-corners.gif), sides:url(images/tab/tab-default-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-right { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 8px 3px 8px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-right-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-8-3-8; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-right-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-right-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-right-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-right-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-right-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-right-tr, -.x-tab-default-right-br, -.x-tab-default-right-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-right-tl, -.x-tab-default-right-bl, -.x-tab-default-right-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-right-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-right-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-right-tl, -.x-tab-default-right-bl, -.x-tab-default-right-tr, -.x-tab-default-right-br, -.x-tab-default-right-tc, -.x-tab-default-right-bc, -.x-tab-default-right-ml, -.x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-right-ml, -.x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-right-mc { - padding: 2px 7px 2px 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-right:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-right-corners.gif), sides:url(images/tab/tab-default-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1587 */ -.x-tab-default { - border-color: #f5f5f5; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1648 */ -.x-tab-default-top { - margin: 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1657 */ -.x-tab-default-top.x-tab-rotate-left { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1679 */ -.x-tab-default-top.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1708 */ -.x-tab-default-top.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1737 */ -.x-tab-default-top.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1763 */ -.x-tab-default-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1772 */ -.x-tab-default-right.x-tab-rotate-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1794 */ -.x-tab-default-right.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1823 */ -.x-tab-default-right.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1852 */ -.x-tab-default-right.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1878 */ -.x-tab-default-bottom { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1887 */ -.x-tab-default-bottom.x-tab-rotate-left { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1909 */ -.x-tab-default-bottom.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1938 */ -.x-tab-default-bottom.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1967 */ -.x-tab-default-bottom.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1993 */ -.x-tab-default-left { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2002 */ -.x-tab-default-left.x-tab-rotate-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2024 */ -.x-tab-default-left.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2053 */ -.x-tab-default-left.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2082 */ -.x-tab-default-left.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2108 */ -.x-tab-button-default { - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2113 */ -.x-tab-inner-default { - font: 300 13px/16px helvetica, arial, verdana, sans-serif; - color: #000; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2129 */ -.x-tab-icon-right > .x-tab-inner-default, -.x-tab-icon-left > .x-tab-inner-default { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2137 */ -.x-tab-icon-el-default { - min-height: 16px; - background-position: center center; - font-size: 16px; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2138 */ -.x-tab-icon-left > .x-tab-icon-el-default, -.x-tab-icon-right > .x-tab-icon-el-default { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2143 */ -.x-tab-icon-top > .x-tab-icon-el-default, -.x-tab-icon-bottom > .x-tab-icon-el-default { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2159 */ -.x-tab-icon-el-default.x-tab-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2172 */ -.x-ie8 .x-tab-icon-el-default.x-tab-glyph { - color: #7b7b7b; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2179 */ -.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2190 */ -.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default { - margin-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2201 */ -.x-tab-text.x-tab-icon-top > .x-tab-icon-el-default { - margin-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2205 */ -.x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default { - margin-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2210 */ -.x-tab-focus.x-tab-default { - border-color: #f5f5f5; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2348 */ -.x-tab-over.x-tab-default { - border-color: #c9deed; - background-color: #c9deed; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2462 */ -.x-tab-focus.x-tab-over.x-tab-default { - border-color: #c9deed; - background-color: #c9deed; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2579 */ -.x-tab.x-tab-active.x-tab-default { - border-color: #3892d4; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2637 */ -.x-tab.x-tab-active.x-tab-default .x-tab-inner-default { - color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2657 */ -.x-tab.x-tab-active.x-tab-default .x-tab-icon-el { - color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2665 */ -.x-ie8 .x-tab.x-tab-active.x-tab-default .x-tab-icon-el { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2692 */ -.x-tab-focus.x-tab-active.x-tab-default { - border-color: #3892d4; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2810 */ -.x-tab.x-tab-disabled.x-tab-default { - border-color: #f5f5f5; - background-color: #f5f5f5; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2872 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2896 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el-default { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2901 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el { - color: #000; - opacity: 0.3; - filter: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2916 */ -.x-ie8 .x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el { - color: #acacac; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2942 */ -.x-nbr .x-tab-default { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-top-tl, -.x-tab-over .x-tab-default-top-bl, -.x-tab-over .x-tab-default-top-tr, -.x-tab-over .x-tab-default-top-br, -.x-tab-over .x-tab-default-top-tc, -.x-tab-over .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-top-ml, -.x-tab-over .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-top-tl, -.x-tab-focus .x-tab-default-top-bl, -.x-tab-focus .x-tab-default-top-tr, -.x-tab-focus .x-tab-default-top-br, -.x-tab-focus .x-tab-default-top-tc, -.x-tab-focus .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-top-ml, -.x-tab-focus .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-top-tl, -.x-tab-focus.x-tab-over .x-tab-default-top-bl, -.x-tab-focus.x-tab-over .x-tab-default-top-tr, -.x-tab-focus.x-tab-over .x-tab-default-top-br, -.x-tab-focus.x-tab-over .x-tab-default-top-tc, -.x-tab-focus.x-tab-over .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-top-ml, -.x-tab-focus.x-tab-over .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-top-tl, -.x-tab.x-tab-active .x-tab-default-top-bl, -.x-tab.x-tab-active .x-tab-default-top-tr, -.x-tab.x-tab-active .x-tab-default-top-br, -.x-tab.x-tab-active .x-tab-default-top-tc, -.x-tab.x-tab-active .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-top-ml, -.x-tab.x-tab-active .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-top-tl, -.x-tab-focus.x-tab-active .x-tab-default-top-bl, -.x-tab-focus.x-tab-active .x-tab-default-top-tr, -.x-tab-focus.x-tab-active .x-tab-default-top-br, -.x-tab-focus.x-tab-active .x-tab-default-top-tc, -.x-tab-focus.x-tab-active .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-top-ml, -.x-tab-focus.x-tab-active .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-top-tl, -.x-tab.x-tab-disabled .x-tab-default-top-bl, -.x-tab.x-tab-disabled .x-tab-default-top-tr, -.x-tab.x-tab-disabled .x-tab-default-top-br, -.x-tab.x-tab-disabled .x-tab-default-top-tc, -.x-tab.x-tab-disabled .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-top-ml, -.x-tab.x-tab-disabled .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-right-tl, -.x-tab-over .x-tab-default-right-bl, -.x-tab-over .x-tab-default-right-tr, -.x-tab-over .x-tab-default-right-br, -.x-tab-over .x-tab-default-right-tc, -.x-tab-over .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-right-ml, -.x-tab-over .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-right-tl, -.x-tab-focus .x-tab-default-right-bl, -.x-tab-focus .x-tab-default-right-tr, -.x-tab-focus .x-tab-default-right-br, -.x-tab-focus .x-tab-default-right-tc, -.x-tab-focus .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-right-ml, -.x-tab-focus .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-right-tl, -.x-tab-focus.x-tab-over .x-tab-default-right-bl, -.x-tab-focus.x-tab-over .x-tab-default-right-tr, -.x-tab-focus.x-tab-over .x-tab-default-right-br, -.x-tab-focus.x-tab-over .x-tab-default-right-tc, -.x-tab-focus.x-tab-over .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-right-ml, -.x-tab-focus.x-tab-over .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-right-tl, -.x-tab.x-tab-active .x-tab-default-right-bl, -.x-tab.x-tab-active .x-tab-default-right-tr, -.x-tab.x-tab-active .x-tab-default-right-br, -.x-tab.x-tab-active .x-tab-default-right-tc, -.x-tab.x-tab-active .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-right-ml, -.x-tab.x-tab-active .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-right-tl, -.x-tab-focus.x-tab-active .x-tab-default-right-bl, -.x-tab-focus.x-tab-active .x-tab-default-right-tr, -.x-tab-focus.x-tab-active .x-tab-default-right-br, -.x-tab-focus.x-tab-active .x-tab-default-right-tc, -.x-tab-focus.x-tab-active .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-right-ml, -.x-tab-focus.x-tab-active .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-right-tl, -.x-tab.x-tab-disabled .x-tab-default-right-bl, -.x-tab.x-tab-disabled .x-tab-default-right-tr, -.x-tab.x-tab-disabled .x-tab-default-right-br, -.x-tab.x-tab-disabled .x-tab-default-right-tc, -.x-tab.x-tab-disabled .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-right-ml, -.x-tab.x-tab-disabled .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-bottom-tl, -.x-tab-over .x-tab-default-bottom-bl, -.x-tab-over .x-tab-default-bottom-tr, -.x-tab-over .x-tab-default-bottom-br, -.x-tab-over .x-tab-default-bottom-tc, -.x-tab-over .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-bottom-ml, -.x-tab-over .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-bottom-tl, -.x-tab-focus .x-tab-default-bottom-bl, -.x-tab-focus .x-tab-default-bottom-tr, -.x-tab-focus .x-tab-default-bottom-br, -.x-tab-focus .x-tab-default-bottom-tc, -.x-tab-focus .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-bottom-ml, -.x-tab-focus .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-tl, -.x-tab-focus.x-tab-over .x-tab-default-bottom-bl, -.x-tab-focus.x-tab-over .x-tab-default-bottom-tr, -.x-tab-focus.x-tab-over .x-tab-default-bottom-br, -.x-tab-focus.x-tab-over .x-tab-default-bottom-tc, -.x-tab-focus.x-tab-over .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-ml, -.x-tab-focus.x-tab-over .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-bottom-tl, -.x-tab.x-tab-active .x-tab-default-bottom-bl, -.x-tab.x-tab-active .x-tab-default-bottom-tr, -.x-tab.x-tab-active .x-tab-default-bottom-br, -.x-tab.x-tab-active .x-tab-default-bottom-tc, -.x-tab.x-tab-active .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-bottom-ml, -.x-tab.x-tab-active .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-tl, -.x-tab-focus.x-tab-active .x-tab-default-bottom-bl, -.x-tab-focus.x-tab-active .x-tab-default-bottom-tr, -.x-tab-focus.x-tab-active .x-tab-default-bottom-br, -.x-tab-focus.x-tab-active .x-tab-default-bottom-tc, -.x-tab-focus.x-tab-active .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-ml, -.x-tab-focus.x-tab-active .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-tl, -.x-tab.x-tab-disabled .x-tab-default-bottom-bl, -.x-tab.x-tab-disabled .x-tab-default-bottom-tr, -.x-tab.x-tab-disabled .x-tab-default-bottom-br, -.x-tab.x-tab-disabled .x-tab-default-bottom-tc, -.x-tab.x-tab-disabled .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-ml, -.x-tab.x-tab-disabled .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-left-tl, -.x-tab-over .x-tab-default-left-bl, -.x-tab-over .x-tab-default-left-tr, -.x-tab-over .x-tab-default-left-br, -.x-tab-over .x-tab-default-left-tc, -.x-tab-over .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-left-ml, -.x-tab-over .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-left-tl, -.x-tab-focus .x-tab-default-left-bl, -.x-tab-focus .x-tab-default-left-tr, -.x-tab-focus .x-tab-default-left-br, -.x-tab-focus .x-tab-default-left-tc, -.x-tab-focus .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-left-ml, -.x-tab-focus .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-left-tl, -.x-tab-focus.x-tab-over .x-tab-default-left-bl, -.x-tab-focus.x-tab-over .x-tab-default-left-tr, -.x-tab-focus.x-tab-over .x-tab-default-left-br, -.x-tab-focus.x-tab-over .x-tab-default-left-tc, -.x-tab-focus.x-tab-over .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-left-ml, -.x-tab-focus.x-tab-over .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-left-tl, -.x-tab.x-tab-active .x-tab-default-left-bl, -.x-tab.x-tab-active .x-tab-default-left-tr, -.x-tab.x-tab-active .x-tab-default-left-br, -.x-tab.x-tab-active .x-tab-default-left-tc, -.x-tab.x-tab-active .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-left-ml, -.x-tab.x-tab-active .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-left-tl, -.x-tab-focus.x-tab-active .x-tab-default-left-bl, -.x-tab-focus.x-tab-active .x-tab-default-left-tr, -.x-tab-focus.x-tab-active .x-tab-default-left-br, -.x-tab-focus.x-tab-active .x-tab-default-left-tc, -.x-tab-focus.x-tab-active .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-left-ml, -.x-tab-focus.x-tab-active .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-left-tl, -.x-tab.x-tab-disabled .x-tab-default-left-bl, -.x-tab.x-tab-disabled .x-tab-default-left-tr, -.x-tab.x-tab-disabled .x-tab-default-left-br, -.x-tab.x-tab-disabled .x-tab-default-left-tc, -.x-tab.x-tab-disabled .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-left-ml, -.x-tab.x-tab-disabled .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2985 */ -.x-tab-default-tl, -.x-tab-default-bl, -.x-tab-default-tr, -.x-tab-default-br { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2995 */ -.x-tab-default .x-tab-close-btn { - top: 2px; - right: 2px; - width: 12px; - height: 12px; - background: url(images/tab/tab-default-close.png) 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3017 */ -.x-tab-default .x-tab-close-btn-over { - background-position: -12px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3027 */ -.x-tab-default .x-tab-close-btn-pressed { - background-position: -24px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3086 */ -.x-tab-default.x-tab-active .x-tab-close-btn { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3091 */ -.x-tab-default.x-tab-active .x-tab-close-btn-over { - background-position: -12px -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3097 */ -.x-tab-default.x-tab-active .x-tab-close-btn-pressed { - background-position: -24px -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3119 */ -.x-tab-default.x-tab-disabled .x-tab-close-btn { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3146 */ -.x-tab-closable.x-tab-default .x-tab-button { - padding-right: 15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:158 */ -.x-tab-bar-default { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:197 */ -.x-tab-bar-default-top > .x-tab-bar-body-default { - padding: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:201 */ -.x-tab-bar-default-bottom > .x-tab-bar-body-default { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:205 */ -.x-tab-bar-default-left > .x-tab-bar-body-default { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:215 */ -.x-tab-bar-default-right > .x-tab-bar-body-default { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:259 */ -.x-tab-bar-plain.x-tab-bar-default-horizontal { - border-top-color: transparent; - border-bottom-color: transparent; - border-left-width: 0; - border-right-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:266 */ -.x-tab-bar-plain.x-tab-bar-default-vertical { - border-right-color: transparent; - border-left-color: transparent; - border-top-width: 0; - border-bottom-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:380 */ -.x-tab-bar-horizontal > .x-tab-bar-body-default { - min-height: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:383 */ -.x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:390 */ -.x-tab-bar-vertical > .x-tab-bar-body-default { - min-width: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:393 */ -.x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-tab-bar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-tab-bar-default { - cursor: pointer; - color: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-tab-bar-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-tab-bar-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-tab-bar-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-tab-bar-default.x-box-scroller-left, -.x-box-scroller-tab-bar-default.x-box-scroller-right { - width: 24px; - height: 24px; - top: 50%; - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-tab-bar-default.x-box-scroller-left { - margin-left: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-tab-bar-default.x-box-scroller-right { - margin-left: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-tab-bar-default.x-box-scroller-top, -.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - height: 24px; - width: 24px; - left: 50%; - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-tab-bar-default.x-box-scroller-top { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:474 */ -.x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:480 */ -.x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:485 */ -.x-tab-bar-plain .x-box-scroller-tab-bar-default { - color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:533 */ -.x-tab-bar-default-top .x-box-scroller-tab-bar-default { - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:537 */ -.x-tab-bar-default-right .x-box-scroller-tab-bar-default { - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:541 */ -.x-tab-bar-default-bottom .x-box-scroller-tab-bar-default { - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:545 */ -.x-tab-bar-default-left .x-box-scroller-tab-bar-default { - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:554 */ -.x-box-scroller-tab-bar-default { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:560 */ -.x-box-scroller-tab-bar-default .x-ie8 .x-box-scroller-plain { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:572 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-left { - background-image: url(images/tab-bar/default-plain-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:578 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-right { - background-image: url(images/tab-bar/default-plain-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:584 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-top { - background-image: url(images/tab-bar/default-plain-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:590 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - background-image: url(images/tab-bar/default-plain-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:158 */ -.x-breadcrumb-btn-default { - margin: 0 0 0 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:162 */ -.x-breadcrumb-icon-folder-default { - background-image: url(images/tree/folder.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:170 */ -.x-btn-menu-active .x-breadcrumb-icon-folder-default { - background-image: url(images/tree/folder-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:180 */ -.x-breadcrumb-icon-leaf-default { - background-image: url(images/tree/leaf.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:190 */ -.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - width: 20px; - background-image: url(images/breadcrumb/default-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:202 */ -.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - background-image: url(images/breadcrumb/default-arrow-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:215 */ -.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - width: 20px; - background-image: url(images/breadcrumb/default-split-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:235 */ -.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-over.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:247 */ -.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal { - margin-left: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-breadcrumb-default { - cursor: pointer; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-left, -.x-box-scroller-breadcrumb-default.x-box-scroller-right { - width: 16px; - height: 16px; - top: 50%; - margin-top: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/breadcrumb/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/breadcrumb/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:1 */ -.x-tree-expander { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:17 */ -.x-tree-arrows .x-tree-expander { - background-image: url(images/tree/arrows.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:21 */ -.x-tree-arrows .x-tree-expander-over .x-tree-expander { - background-position: -36px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:25 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander { - background-position: -18px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:29 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander { - background-position: -54px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:71 */ -.x-tree-lines .x-tree-elbow { - background-image: url(images/tree/elbow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:75 */ -.x-tree-lines .x-tree-elbow-end { - background-image: url(images/tree/elbow-end.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:79 */ -.x-tree-lines .x-tree-elbow-plus { - background-image: url(images/tree/elbow-plus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:83 */ -.x-tree-lines .x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-plus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:87 */ -.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus { - background-image: url(images/tree/elbow-minus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:91 */ -.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-minus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:95 */ -.x-tree-lines .x-tree-elbow-line { - background-image: url(images/tree/elbow-line.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:131 */ -.x-tree-no-lines .x-tree-expander { - background-image: url(images/tree/elbow-plus-nl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:135 */ -.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander { - background-image: url(images/tree/elbow-minus-nl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:151 */ -.x-tree-icon { - width: 16px; - height: 24px; - line-height: 24px; - color: #cfcfcf; - font-size: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:159 */ -.x-tree-elbow-img { - width: 18px; - height: 24px; - line-height: 24px; - margin-right: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:173 */ -.x-tree-icon, -.x-tree-elbow-img, -.x-tree-checkbox { - margin-top: -5px; - margin-bottom: -4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:183 */ -.x-tree-icon-leaf { - background-image: url(images/tree/leaf.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:198 */ -.x-tree-icon-parent { - background-image: url(images/tree/folder.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:219 */ -.x-tree-icon-parent-expanded { - background-image: url(images/tree/folder-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:230 */ -.x-tree-icon-custom { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:246 */ -.x-tree-checkbox { - margin-right: 4px; - top: 5px; - width: 15px; - height: 15px; - background-image: url(images/form/checkbox.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:266 */ -.x-tree-checkbox-checked { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:274 */ -.x-grid-tree-loading .x-tree-icon { - background-image: url(images/tree/loading.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:284 */ -.x-tree-node-text { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:296 */ -.x-grid-cell-inner-treecolumn { - padding: 5px 10px 4px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:9 */ -.x-tree-drop-ok-append .x-dd-drop-icon { - background-image: url(images/tree/drop-append.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:13 */ -.x-tree-drop-ok-above .x-dd-drop-icon { - background-image: url(images/tree/drop-above.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:17 */ -.x-tree-drop-ok-below .x-dd-drop-icon { - background-image: url(images/tree/drop-below.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:21 */ -.x-tree-drop-ok-between .x-dd-drop-icon { - background-image: url(images/tree/drop-between.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:26 */ -.x-tree-ddindicator { - height: 1px; - border-width: 1px 0px 0px; - border-style: dotted; - border-color: green; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:1 */ -.x-multiselector-remove { - font-size: 100%; - color: #e1e1e1; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:6 */ -.x-multiselector-remove .x-grid-cell-inner { - padding: 5px 10px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:11 */ -.x-grid-item-over .x-multiselector-remove { - color: red; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:1 */ -.x-toast-icon-information { - background-image: url(images/window/toast/icon16_info.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:5 */ -.x-toast-icon-error { - background-image: url(images/window/toast/icon16_error.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:11 */ -.x-toast-window .x-window-body { - /* Using standard theme */ - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:17 */ -.x-toast-light .x-window-header { - /* Custom styling */ - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:21 */ -.x-toast-light .x-tool-img { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:25 */ -.x-toast-light { - background-image: url(images/window/toast/fader.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:29 */ -.x-toast-light .x-window-body { - padding: 15px 5px 20px 5px; - background-color: transparent; - border: 0px solid white; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-small-tr, -.x-btn-plain-toolbar-small-br, -.x-btn-plain-toolbar-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-small-tl, -.x-btn-plain-toolbar-small-bl, -.x-btn-plain-toolbar-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-small-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-small { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-small { - min-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-small { - min-height: auto; - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-small { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 5px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-small, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-small { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-small { - font-size: 16px; - height: 16px; - color: #666; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small { - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after { - width: 16px; - background-image: url(images/button/plain-toolbar-small-arrow.png); - padding-right: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after { - height: 13px; - background-image: url(images/button/plain-toolbar-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after { - width: 20px; - background-image: url(images/button/plain-toolbar-small-s-arrow.png); - padding-right: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after { - height: 15px; - background-image: url(images/button/plain-toolbar-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-small { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 23px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-small { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-small { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-small { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-small-tl, -.x-btn-focus .x-btn-plain-toolbar-small-bl, -.x-btn-focus .x-btn-plain-toolbar-small-tr, -.x-btn-focus .x-btn-plain-toolbar-small-br, -.x-btn-focus .x-btn-plain-toolbar-small-tc, -.x-btn-focus .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-small-ml, -.x-btn-focus .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-small-tl, -.x-btn-over .x-btn-plain-toolbar-small-bl, -.x-btn-over .x-btn-plain-toolbar-small-tr, -.x-btn-over .x-btn-plain-toolbar-small-br, -.x-btn-over .x-btn-plain-toolbar-small-tc, -.x-btn-over .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-small-ml, -.x-btn-over .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-small-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-medium-tr, -.x-btn-plain-toolbar-medium-br, -.x-btn-plain-toolbar-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-medium-tl, -.x-btn-plain-toolbar-medium-bl, -.x-btn-plain-toolbar-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-medium-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-medium { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-medium { - font: 300 14px/18px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-medium { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-medium { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after { - width: 24px; - background-image: url(images/button/plain-toolbar-medium-arrow.png); - padding-right: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/plain-toolbar-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after { - width: 28px; - background-image: url(images/button/plain-toolbar-medium-s-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/plain-toolbar-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-medium { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 31px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-medium { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-debug_2.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-debug_2.css deleted file mode 100644 index 9c902b3..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-debug_2.css +++ /dev/null @@ -1,2550 +0,0 @@ -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-medium { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-medium-tl, -.x-btn-focus .x-btn-plain-toolbar-medium-bl, -.x-btn-focus .x-btn-plain-toolbar-medium-tr, -.x-btn-focus .x-btn-plain-toolbar-medium-br, -.x-btn-focus .x-btn-plain-toolbar-medium-tc, -.x-btn-focus .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-medium-ml, -.x-btn-focus .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-medium-tl, -.x-btn-over .x-btn-plain-toolbar-medium-bl, -.x-btn-over .x-btn-plain-toolbar-medium-tr, -.x-btn-over .x-btn-plain-toolbar-medium-br, -.x-btn-over .x-btn-plain-toolbar-medium-tc, -.x-btn-over .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-medium-ml, -.x-btn-over .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-large-tr, -.x-btn-plain-toolbar-large-br, -.x-btn-plain-toolbar-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-large-tl, -.x-btn-plain-toolbar-large-bl, -.x-btn-plain-toolbar-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-large-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-large { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-large { - font: 300 16px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-large, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-large { - font-size: 32px; - height: 32px; - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-large { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after { - width: 28px; - background-image: url(images/button/plain-toolbar-large-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after { - height: 20px; - background-image: url(images/button/plain-toolbar-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after { - width: 35px; - background-image: url(images/button/plain-toolbar-large-s-arrow.png); - padding-right: 35px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after { - height: 29px; - background-image: url(images/button/plain-toolbar-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-large { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 38px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-large { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-large { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-large { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-large-tl, -.x-btn-focus .x-btn-plain-toolbar-large-bl, -.x-btn-focus .x-btn-plain-toolbar-large-tr, -.x-btn-focus .x-btn-plain-toolbar-large-br, -.x-btn-focus .x-btn-plain-toolbar-large-tc, -.x-btn-focus .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-large-ml, -.x-btn-focus .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-large-tl, -.x-btn-over .x-btn-plain-toolbar-large-bl, -.x-btn-over .x-btn-plain-toolbar-large-tr, -.x-btn-over .x-btn-plain-toolbar-large-br, -.x-btn-over .x-btn-plain-toolbar-large-tc, -.x-btn-over .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-large-ml, -.x-btn-over .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-large-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/button/Button.scss:220 */ -.x-btn-plain-toolbar-small-disabled .x-btn-icon-el, -.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, -.x-btn-plain-toolbar-large-disabled .x-btn-icon-el { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/button/Button.scss:223 */ -.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el, -.x-ie8 .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, -.x-ie8 .x-btn-plain-toolbar-large-disabled .x-btn-icon-el { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-light { - border-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-light { - font-size: 13px; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-light .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-light-horizontal { - padding: 9px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-light-horizontal .x-panel-header-light-tab-bar { - margin-top: -9px; - margin-bottom: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-light-horizontal.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar { - margin-top: -10px; - margin-bottom: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-light-vertical { - padding: 9px 9px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-light-vertical .x-panel-header-light-tab-bar { - margin-right: -9px; - margin-left: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-light-vertical.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar { - margin-right: -10px; - margin-left: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-light { - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-light > .x-title-text-light { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light { - width: 16px; - height: 16px; - font-size: 16px; - color: #000; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light { - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-light { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:667 */ -.x-panel-header-light { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:671 */ -.x-panel-header-light-vertical { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:729 */ -.x-panel .x-panel-header-light-collapsed-border-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:733 */ -.x-panel .x-panel-header-light-collapsed-border-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:737 */ -.x-panel .x-panel-header-light-collapsed-border-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:741 */ -.x-panel .x-panel-header-light-collapsed-border-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-light-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-light-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-light-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-light-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-light .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-light .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-light .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-light-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-light-outer-border-l { - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-light-outer-border-b { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-light-outer-border-bl { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-light-outer-border-r { - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-light-outer-border-rl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-light-outer-border-rb { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-light-outer-border-rbl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-light-outer-border-t { - border-top-color: #fff !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-light-outer-border-tl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-light-outer-border-tb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-light-outer-border-tbl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-light-outer-border-tr { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-light-outer-border-trl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-light-outer-border-trb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-light-outer-border-trbl { - border-color: #fff !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-light-framed { - border-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-light-framed { - font-size: 13px; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-light-framed .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-light-framed-horizontal { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar { - margin-top: -9px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-light-framed-horizontal.x-header-noborder { - padding: 10px 10px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-top: -10px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-light-framed-vertical { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar { - margin-right: -9px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-light-framed-vertical.x-header-noborder { - padding: 10px 10px 10px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-right: -10px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-light-framed { - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-light-framed > .x-title-text-light-framed { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed { - width: 16px; - height: 16px; - font-size: 16px; - color: #000; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed { - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-light-framed { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-light-framed { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-light-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-light-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-light-framed-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-light-framed-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-light-framed-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-light-framed-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-light-framed-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-light-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-light-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-light-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-light-framed-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-light-framed-tr, -.x-panel-light-framed-br, -.x-panel-light-framed-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-light-framed-tl, -.x-panel-light-framed-bl, -.x-panel-light-framed-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-light-framed-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-light-framed-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-light-framed-tl, -.x-panel-light-framed-bl, -.x-panel-light-framed-tr, -.x-panel-light-framed-br, -.x-panel-light-framed-tc, -.x-panel-light-framed-bc, -.x-panel-light-framed-ml, -.x-panel-light-framed-mr { - background-image: url(images/panel/panel-light-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-light-framed-ml, -.x-panel-light-framed-mr { - background-image: url(images/panel/panel-light-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-light-framed-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-light-framed:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-top-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-top-frameInfo { - font-family: dh-4-4-0-4-1-1-0-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-top-tr, -.x-panel-header-light-framed-top-br, -.x-panel-header-light-framed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-top-tl, -.x-panel-header-light-framed-top-bl, -.x-panel-header-light-framed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-top-tl, -.x-panel-header-light-framed-top-bl, -.x-panel-header-light-framed-top-tr, -.x-panel-header-light-framed-top-br, -.x-panel-header-light-framed-top-tc, -.x-panel-header-light-framed-top-bc, -.x-panel-header-light-framed-top-ml, -.x-panel-header-light-framed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-top-ml, -.x-panel-header-light-framed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-top-mc { - padding: 6px 6px 9px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 0; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-right-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-right-frameInfo { - font-family: dh-4-4-4-0-1-1-1-0-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-right-tr, -.x-panel-header-light-framed-right-br, -.x-panel-header-light-framed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-right-tl, -.x-panel-header-light-framed-right-bl, -.x-panel-header-light-framed-right-ml { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-right-tl, -.x-panel-header-light-framed-right-bl, -.x-panel-header-light-framed-right-tr, -.x-panel-header-light-framed-right-br, -.x-panel-header-light-framed-right-tc, -.x-panel-header-light-framed-right-bc, -.x-panel-header-light-framed-right-ml, -.x-panel-header-light-framed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-right-ml, -.x-panel-header-light-framed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-right-mc { - padding: 6px 6px 6px 9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-bottom-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-bottom-frameInfo { - font-family: dh-0-4-4-4-0-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-bottom-tr, -.x-panel-header-light-framed-bottom-br, -.x-panel-header-light-framed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-bottom-tl, -.x-panel-header-light-framed-bottom-bl, -.x-panel-header-light-framed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-bottom-tl, -.x-panel-header-light-framed-bottom-bl, -.x-panel-header-light-framed-bottom-tr, -.x-panel-header-light-framed-bottom-br, -.x-panel-header-light-framed-bottom-tc, -.x-panel-header-light-framed-bottom-bc, -.x-panel-header-light-framed-bottom-ml, -.x-panel-header-light-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-bottom-ml, -.x-panel-header-light-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-bottom-mc { - padding: 9px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-bottom:before { - display: none; - content: "x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px 0 1px 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-left-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-left-frameInfo { - font-family: dh-4-0-4-4-1-0-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-left-tr, -.x-panel-header-light-framed-left-br, -.x-panel-header-light-framed-left-mr { - padding-right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-left-tl, -.x-panel-header-light-framed-left-bl, -.x-panel-header-light-framed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-left-tl, -.x-panel-header-light-framed-left-bl, -.x-panel-header-light-framed-left-tr, -.x-panel-header-light-framed-left-br, -.x-panel-header-light-framed-left-tc, -.x-panel-header-light-framed-left-bc, -.x-panel-header-light-framed-left-ml, -.x-panel-header-light-framed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-left-ml, -.x-panel-header-light-framed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-left-mc { - padding: 6px 9px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-left:before { - display: none; - content: "x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-top-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-top-tr, -.x-panel-header-light-framed-collapsed-top-br, -.x-panel-header-light-framed-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-top-tl, -.x-panel-header-light-framed-collapsed-top-bl, -.x-panel-header-light-framed-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-top-tl, -.x-panel-header-light-framed-collapsed-top-bl, -.x-panel-header-light-framed-collapsed-top-tr, -.x-panel-header-light-framed-collapsed-top-br, -.x-panel-header-light-framed-collapsed-top-tc, -.x-panel-header-light-framed-collapsed-top-bc, -.x-panel-header-light-framed-collapsed-top-ml, -.x-panel-header-light-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-top-ml, -.x-panel-header-light-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-top-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-right { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-right-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-right-tr, -.x-panel-header-light-framed-collapsed-right-br, -.x-panel-header-light-framed-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-right-tl, -.x-panel-header-light-framed-collapsed-right-bl, -.x-panel-header-light-framed-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-right-tl, -.x-panel-header-light-framed-collapsed-right-bl, -.x-panel-header-light-framed-collapsed-right-tr, -.x-panel-header-light-framed-collapsed-right-br, -.x-panel-header-light-framed-collapsed-right-tc, -.x-panel-header-light-framed-collapsed-right-bc, -.x-panel-header-light-framed-collapsed-right-ml, -.x-panel-header-light-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-right-ml, -.x-panel-header-light-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-right-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-bottom { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-bottom-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-bottom-tr, -.x-panel-header-light-framed-collapsed-bottom-br, -.x-panel-header-light-framed-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-bottom-tl, -.x-panel-header-light-framed-collapsed-bottom-bl, -.x-panel-header-light-framed-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-bottom-tl, -.x-panel-header-light-framed-collapsed-bottom-bl, -.x-panel-header-light-framed-collapsed-bottom-tr, -.x-panel-header-light-framed-collapsed-bottom-br, -.x-panel-header-light-framed-collapsed-bottom-tc, -.x-panel-header-light-framed-collapsed-bottom-bc, -.x-panel-header-light-framed-collapsed-bottom-ml, -.x-panel-header-light-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-bottom-ml, -.x-panel-header-light-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-bottom-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-left-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-left-tr, -.x-panel-header-light-framed-collapsed-left-br, -.x-panel-header-light-framed-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-left-tl, -.x-panel-header-light-framed-collapsed-left-bl, -.x-panel-header-light-framed-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-left-tl, -.x-panel-header-light-framed-collapsed-left-bl, -.x-panel-header-light-framed-collapsed-left-tr, -.x-panel-header-light-framed-collapsed-left-br, -.x-panel-header-light-framed-collapsed-left-tc, -.x-panel-header-light-framed-collapsed-left-bc, -.x-panel-header-light-framed-collapsed-left-ml, -.x-panel-header-light-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-left-ml, -.x-panel-header-light-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-left-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:629 */ -.x-panel .x-panel-header-light-framed-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:633 */ -.x-panel .x-panel-header-light-framed-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:637 */ -.x-panel .x-panel-header-light-framed-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:641 */ -.x-panel .x-panel-header-light-framed-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:647 */ -.x-nbr .x-panel-header-light-framed-collapsed-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:651 */ -.x-nbr .x-panel-header-light-framed-collapsed-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:655 */ -.x-nbr .x-panel-header-light-framed-collapsed-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:659 */ -.x-nbr .x-panel-header-light-framed-collapsed-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-light-framed-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-light-framed-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-light-framed-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-light-framed-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-light-framed .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-light-framed .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-light-framed .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-light-framed-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-light-framed-outer-border-l { - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-light-framed-outer-border-b { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-light-framed-outer-border-bl { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-light-framed-outer-border-r { - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-light-framed-outer-border-rl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-light-framed-outer-border-rb { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-light-framed-outer-border-rbl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-light-framed-outer-border-t { - border-top-color: #fff !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-light-framed-outer-border-tl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-light-framed-outer-border-tb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-light-framed-outer-border-tbl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-light-framed-outer-border-tr { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-light-framed-outer-border-trl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-light-framed-outer-border-trb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-light-framed-outer-border-trbl { - border-color: #fff !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/File.scss:3 */ -.x-form-file-wrap .x-form-trigger-wrap { - border: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/File.scss:7 */ -.x-form-file-wrap .x-form-trigger-wrap .x-form-text { - border: 1px solid; - border-color: #cfcfcf; - height: 24px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/HtmlEditor.scss:1 */ -.x-html-editor-container { - border: 1px solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - border: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:6 */ -.x-column-header-trigger { - background-color: #eff6fb; - border-left: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:18 */ -.x-column-header-last { - border-right-width: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:20 */ -.x-column-header-last .x-column-header-over .x-column-header-trigger { - border-right: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:1 */ -.x-resizable-handle { - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:6 */ -.x-resizable-handle-east-over, -.x-resizable-handle-west-over { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:11 */ -.x-resizable-handle-south-over, -.x-resizable-handle-north-over { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:16 */ -.x-resizable-handle-southeast-over { - background-position: -2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:20 */ -.x-resizable-handle-northwest-over { - background-position: 2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:24 */ -.x-resizable-handle-northeast-over { - background-position: -2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:28 */ -.x-resizable-handle-southwest-over { - background-position: 2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:33 */ -.x-resizable-pinned .x-resizable-handle-east, -.x-resizable-pinned .x-resizable-handle-west { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:38 */ -.x-resizable-pinned .x-resizable-handle-south, -.x-resizable-pinned .x-resizable-handle-north { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:43 */ -.x-resizable-pinned .x-resizable-handle-southeast { - background-position: -2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:47 */ -.x-resizable-pinned .x-resizable-handle-northwest { - background-position: 2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:51 */ -.x-resizable-pinned .x-resizable-handle-northeast { - background-position: -2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:55 */ -.x-resizable-pinned .x-resizable-handle-southwest { - background-position: 2px -2px; -} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug.css deleted file mode 100644 index ac465c8..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug.css +++ /dev/null @@ -1,2 +0,0 @@ -@import 'theme-crisp-all-rtl-debug_1.css'; -@import 'theme-crisp-all-rtl-debug_2.css'; diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug_1.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug_1.css deleted file mode 100644 index a60a1fd..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug_1.css +++ /dev/null @@ -1,15681 +0,0 @@ -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:5 */ -.x-size-monitored { - /** - * @class Ext.util.SizeMonitor - */ - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:9 */ -.x-size-monitors { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - visibility: hidden; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:18 */ -.x-size-monitors > * { - width: 100%; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:25 */ -.x-size-monitors.scroll > *.shrink::after { - content: ''; - display: block; - width: 200%; - height: 200%; - min-width: 1px; - min-height: 1px; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:34 */ -.x-size-monitors.scroll > *.expand::after { - content: ''; - display: block; - width: 100000px; - height: 100000px; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:44 */ -.x-size-monitors.overflowchanged > *.shrink > * { - width: 100%; - height: 100%; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:51 */ -.x-size-monitors.overflowchanged > *.expand > * { - width: 200%; - height: 200%; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:59 */ -.x-size-change-detector { - visibility: hidden; - position: absolute; - left: 0; - top: 0; - z-index: -1; - width: 100%; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:70 */ -.x-size-change-detector > * { - visibility: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:74 */ -.x-size-change-detector-shrink > * { - width: 200%; - height: 200%; -} -/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:79 */ -.x-size-change-detector-expand > * { - width: 100000px; - height: 100000px; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:9 */ -@-webkit-keyframes x-paint-monitor-helper { - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:10 */ - from { - zoom: 1; - } - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:13 */ - to { - zoom: 1; - } -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:20 */ -@keyframes x-paint-monitor-helper { - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:21 */ - from { - zoom: 1; - } - /* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:24 */ - to { - zoom: 1; - } -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:29 */ -.x-paint-monitored { - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:33 */ -.x-paint-monitor { - width: 0 !important; - height: 0 !important; - visibility: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:38 */ -.x-paint-monitor.cssanimation { - -webkit-animation-duration: 0.0001ms; - -webkit-animation-name: x-paint-monitor-helper; - animation-duration: 0.0001ms; - animation-name: x-paint-monitor-helper; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:45 */ -.x-paint-monitor.overflowchange { - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:48 */ -.x-paint-monitor.overflowchange::after { - content: ''; - display: block; - width: 1px !important; - height: 1px !important; -} -/* http://localhost:1843/packages/core/sass/src/ProgressBase.scss:1 */ -.x-progress { - border-style: solid; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/ProgressBase.scss:7 */ -.x-progress-bar { - height: 100%; - width: 0; -} -/* http://localhost:1843/packages/core/sass/src/ProgressBase.scss:12 */ -.x-progress-text, -.x-progress-bar { - overflow: hidden; - position: absolute; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:5 */ -.x-translatable { - /** - * @class Ext.util.Translatable - */ - position: absolute !important; - top: 500000px !important; - left: 500000px !important; - overflow: visible !important; - z-index: 1; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:13 */ -.x-translatable-hboxfix { - position: absolute; - min-width: 100%; - top: 0; - left: 0; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:19 */ -.x-translatable-hboxfix > .x-translatable { - position: relative !important; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:24 */ -.x-translatable-container { - overflow: hidden; - width: auto; - height: auto; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} -/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:34 */ -.x-translatable-container::before { - content: ''; - display: block; - width: 1000000px; - height: 1000000px; - visibility: hidden; -} -/* http://localhost:1843/packages/core/sass/src/scroll/TouchScroller.scss:1 */ -.x-scroll-container { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/scroll/TouchScroller.scss:8 */ -.x-scroll-scroller { - float: left; - position: relative; - min-width: 100%; - min-height: 100%; -} -/* http://localhost:1843/packages/core/sass/src/scroll/DomScroller.scss:1 */ -.x-domscroller-spacer { - position: absolute; - height: 1px; - width: 1px; - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:537 */ -.x-treelist { - background-color: #fff; - background-position: 16px 0%; - overflow: hidden; - padding: 0 0 0 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:542 */ -.x-big .x-treelist { - background-position: 0%; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:550 */ -.x-treelist-container, -.x-treelist-root-container { - width: 100%; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:555 */ -.x-treelist-toolstrip { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:560 */ -.x-treelist-micro > .x-treelist-toolstrip { - display: inline-block; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:563 */ -.x-treelist-micro > .x-treelist-root-container { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:568 */ -.x-treelist-item, -.x-treelist-container, -.x-treelist-root-container { - overflow: hidden; - list-style: none; - padding: 0; - margin: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:577 */ -.x-treelist-item-tool, -.x-treelist-row, -.x-treelist-item-wrap { - position: relative; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:583 */ -.x-treelist-item-icon, -.x-treelist-item-expander { - display: none; - position: absolute; - top: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:590 */ -.x-treelist-item-expander { - right: 0; - cursor: pointer; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:595 */ -.x-treelist-expander-only .x-treelist-item-expandable > * > .x-treelist-item-wrap > * { - cursor: pointer; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:599 */ -.x-treelist-item-text { - cursor: default; - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:605 */ -.x-treelist-item-collapsed > .x-treelist-container { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:609 */ -.x-treelist-item-expandable > * > * > .x-treelist-item-expander, -.x-treelist-item-icon { - display: block; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:614 */ -.x-treelist-item-floated > * > * > .x-treelist-item-expander, -.x-treelist-item-floated > * > * > .x-treelist-item-icon { - display: none; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:619 */ -.x-treelist-expander-first .x-treelist-item-expander { - left: 0; - right: auto; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:94 */ -.x-treelist-toolstrip { - background-color: #f8f8f8; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:125 */ -.x-treelist-item-selected > .x-treelist-row { - background-color: #c2ddf2; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:129 */ -.x-treelist-item-selected > .x-treelist-row-over { - background-color: #c2ddf2; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:134 */ -.x-treelist-item-tool { - padding-left: 6px; - padding-right: 10px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:157 */ -.x-treelist-item-icon:before, -.x-treelist-item-tool:before, -.x-treelist-item-expander { - line-height: 24px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:169 */ -.x-treelist-item-icon, -.x-treelist-item-tool, -.x-treelist-item-expander { - text-align: center; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:175 */ -.x-treelist-item-icon, -.x-treelist-item-tool { - color: #cfcfcf; - font-size: 16px; - width: 16px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:188 */ -.x-treelist-item-tool { - width: 32px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:198 */ -.x-treelist-item-expander { - color: #cfcfcf; - font-size: 16px; - width: 18px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:214 */ -.x-treelist-item-expander:after { - content: "\f0da"; - font: 16px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:218 */ -.x-treelist-item-expanded > * > * > .x-treelist-item-expander:after { - content: "\f0d7"; - font: 16px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:227 */ -.x-treelist-item-text { - color: #000; - margin-left: 20px; - margin-right: 18px; - font-size: 13px; - line-height: 24px; - text-overflow: ellipsis; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:243 */ -.x-treelist-row { - padding-left: 6px; - padding-right: 10px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:274 */ -.x-treelist-item-floated .x-treelist-container { - width: auto; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:277 */ -.x-treelist-item-floated > .x-treelist-row { - background-color: #f8f8f8; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:281 */ -.x-treelist-item-floated > .x-treelist-container { - margin-left: -16px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:284 */ -.x-big .x-treelist-item-floated > .x-treelist-container { - margin-left: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:290 */ -.x-treelist-item-floated > * > * > .x-treelist-item-text { - margin-left: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:294 */ -.x-treelist-item-floated > * .x-treelist-row { - padding-left: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:298 */ -.x-treelist-item-floated .x-treelist-row:before { - width: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:302 */ -.x-treelist-item-floated > .x-treelist-row-over { - background-color: #f8f8f8; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:305 */ -.x-treelist-item-floated > .x-treelist-row-over > * > .x-treelist-item-text { - color: #000; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:318 */ -.x-treelist-item-expanded > .x-treelist-item-expander:after { - content: "\f0d7"; - font: 16px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:323 */ -.x-treelist-item-collapsed > * > .x-treelist-item-expander:after { - content: "\f0da"; - font: 16px/1 FontAwesome; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:329 */ -&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-icon { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:333 */ -&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-text { - color: #000; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:337 */ -&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-expander { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:344 */ -.x-treelist-row-over { - background-color: #e2eff9; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:347 */ -.x-treelist-row-over > * > .x-treelist-item-icon { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:351 */ -.x-treelist-row-over > * > .x-treelist-item-text { - color: #000; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:355 */ -.x-treelist-row-over > * > .x-treelist-item-expander { - color: #cfcfcf; - transition: color 0.5s; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:362 */ -.x-treelist-expander-first .x-treelist-item-icon { - left: 18px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:371 */ -.x-treelist-expander-first .x-treelist-item-text { - margin-left: 38px; - margin-right: 0; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:381 */ -.x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text { - margin-left: 22px; -} -/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:391 */ -.x-treelist-item-hide-icon > * > * > .x-treelist-item-text { - margin-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:14 */ -.x-body { - margin: 0; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:22 */ -.x-no-touch-scroll { - touch-action: none; - -ms-touch-action: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:33 */ -@-ms-viewport { - width: device-width; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:40 */ -img { - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:44 */ -.x-border-box, -.x-border-box * { - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:53 */ -.x-rtl { - direction: rtl; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:58 */ -.x-ltr { - direction: ltr; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:62 */ -.x-clear { - overflow: hidden; - clear: both; - font-size: 0; - line-height: 0; - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:70 */ -.x-layer { - position: absolute !important; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:77 */ -.x-fixed-layer { - position: fixed !important; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:82 */ -.x-shim { - position: absolute; - left: 0; - top: 0; - overflow: hidden; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:90 */ -.x-hidden-display { - display: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:94 */ -.x-hidden-visibility { - visibility: hidden !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:98 */ -.x-hidden, -.x-hidden-offsets { - display: block !important; - visibility: hidden !important; - position: absolute !important; - top: -10000px !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:110 */ -.x-hidden-clip { - position: absolute !important; - clip: rect(0, 0, 0, 0); -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:115 */ -.x-masked-relative { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:121 */ -.x-ie-shadow { - background-color: #777; - position: absolute; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:128 */ -.x-unselectable { - user-select: none; - -o-user-select: none; - -ms-user-select: none; - -moz-user-select: -moz-none; - -webkit-user-select: none; - -webkit-tap-highlight-color: transparent; - -webkit-user-drag: none; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:132 */ -.x-selectable { - cursor: auto; - -moz-user-select: text; - -webkit-user-select: text; - -ms-user-select: text; - user-select: text; - -o-user-select: text; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:147 */ -.x-list-plain { - list-style-type: none; - margin: 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:154 */ -.x-table-plain { - border-collapse: collapse; - border-spacing: 0; - font-size: 1em; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:162 */ -.x-frame-tl, -.x-frame-tr, -.x-frame-tc, -.x-frame-bl, -.x-frame-br, -.x-frame-bc { - overflow: hidden; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:172 */ -.x-frame-tc, -.x-frame-bc { - background-repeat: repeat-x; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:187 */ -td.x-frame-tl, -td.x-frame-tr, -td.x-frame-bl, -td.x-frame-br { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:194 */ -.x-frame-mc { - background-repeat: repeat-x; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:199 */ -.x-proxy-el { - position: absolute; - background: #b4b4b4; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:206 */ -.x-css-shadow { - position: absolute; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - -ms-border-radius: 5px; - -o-border-radius: 5px; - border-radius: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:211 */ -.x-item-disabled, -.x-item-disabled * { - cursor: default; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:217 */ -.x-component, -.x-container { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:227 */ -:focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:236 */ -.x-body .x-sync-repaint:before, -.x-body .x-sync-repaint:after { - content: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/Component.scss:245 */ -.x-position-relative { - position: relative !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Container.scss:3 */ -.x-box-item { - position: absolute !important; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Container.scss:10 */ -.x-rtl > .x-box-item { - right: 0; - left: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Auto.scss:1 */ -.x-autocontainer-outerCt { - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Auto.scss:5 */ -.x-autocontainer-innerCt { - display: table-cell; - height: 100%; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:1 */ -.x-mask { - z-index: 100; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - /* - * IE and FF will add an outline to focused elements, - * which we don't want when using our own focus treatment - */ - outline: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:21 */ -.x-ie8 .x-mask { - /* - * IE8 will treat partially transparent divs as invalid click targets, - * allowing mouse events to reach elements beneath the mask. Placing - * a 1x1 transparent gif as the link el background will cure this. - */ - background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:27 */ -.x-mask-fixed { - position: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/LoadMask.scss:31 */ -.x-mask-msg { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:17 */ -.x-btn { - display: inline-block; - outline: 0; - cursor: pointer; - white-space: nowrap; - text-decoration: none; - vertical-align: top; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:29 */ -.x-btn > .x-frame { - height: 100%; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:35 */ -.x-btn-wrap { - height: 100%; - width: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:43 */ -.x-btn-wrap.x-btn-arrow-bottom, -.x-btn-wrap.x-btn-split-bottom { - -webkit-box-orient: vertical; - -ms-flex-direction: column; - flex-direction: column; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:49 */ -.x-ie9m .x-btn-wrap { - display: table; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:60 */ -.x-btn-button { - white-space: nowrap; - line-height: 0; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - min-width: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:72 */ -.x-btn-button.x-btn-icon-top, -.x-btn-button.x-btn-icon-bottom { - -webkit-box-orient: vertical; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:80 */ -.x-ie9m .x-btn-button { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:91 */ -.x-btn-inner { - overflow: hidden; - text-overflow: ellipsis; - -ms-flex-negative: 1; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:100 */ -.x-ie9m .x-btn-inner { - display: inline-block; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:110 */ -.x-btn-icon.x-btn-no-text > .x-btn-inner { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:115 */ -.x-btn-icon-el { - display: none; - vertical-align: middle; - text-align: center; - background-position: center center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:123 */ -.x-btn-icon > .x-btn-icon-el { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:128 */ -.x-ie9m .x-btn-icon-left > .x-btn-icon-el, -.x-ie9m .x-btn-icon-right > .x-btn-icon-el { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:145 */ -.x-btn-button-center { - text-align: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:152 */ -.x-btn-button-left { - text-align: left; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:160 */ -.x-rtl.x-btn-button-left { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:165 */ -.x-btn-button-right { - text-align: right; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:173 */ -.x-rtl.x-btn-button-right { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:179 */ -.x-btn-arrow:after, -.x-btn-split:after { - display: block; - background-repeat: no-repeat; - content: ''; - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:193 */ -.x-btn-arrow-right:after, -.x-btn-split-right:after { - background-position: right center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:203 */ -.x-ie9m .x-btn-arrow-right:after, -.x-ie9m .x-btn-split-right:after { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:216 */ -.x-rtl.x-btn-arrow-right:after, -.x-rtl.x-btn-split-right:after { - background-position: left center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:223 */ -.x-btn-arrow-bottom:after, -.x-btn-split-bottom:after { - background-position: center bottom; - content: '\00a0'; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:236 */ -.x-ie9m .x-btn-arrow-bottom:after, -.x-ie9m .x-btn-split-bottom:after { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:246 */ -.x-btn-split-right > .x-btn-button:after { - position: absolute; - display: block; - top: -100%; - right: 0; - height: 300%; - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:256 */ -.x-rtl.x-btn-split-right > .x-btn-button:after { - left: 0; - right: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:263 */ -.x-btn-split-bottom > .x-btn-button:after { - position: absolute; - display: block; - bottom: 0; - left: -100%; - font-size: 0; - width: 300%; - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:274 */ -.x-btn-mc { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:1 */ -.x-segmented-button { - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:6 */ -.x-segmented-button-item { - display: table-cell; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:10 */ -.x-segmented-button-item > .x-frame { - width: 100%; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:17 */ -.x-segmented-button-item .x-btn-mc { - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:23 */ -.x-segmented-button-item-horizontal { - display: table-cell; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:30 */ -.x-segmented-button-item-horizontal.x-segmented-button-first { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:35 */ -.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-tr, -.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-mr, -.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:43 */ -.x-segmented-button-item-horizontal.x-segmented-button-middle { - border-radius: 0; - border-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:48 */ -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tl, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tr, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-ml, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-mr, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-bl, -.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:59 */ -.x-segmented-button-item-horizontal.x-segmented-button-last { - border-left: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:65 */ -.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-tl, -.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-ml, -.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-bl { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:74 */ -.x-segmented-button-row { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:79 */ -.x-segmented-button-item-vertical.x-segmented-button-first { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:84 */ -.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bl, -.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bc, -.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:92 */ -.x-segmented-button-item-vertical.x-segmented-button-middle { - border-radius: 0; - border-top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:97 */ -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tl, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tc, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tr, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bl, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bc, -.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-br { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:108 */ -.x-segmented-button-item-vertical.x-segmented-button-last { - border-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Segmented.scss:114 */ -.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tl, -.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tc, -.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tr { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:1 */ -.x-title-icon { - background-repeat: no-repeat; - background-position: 0 0; - vertical-align: middle; - line-height: 1; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:9 */ -.x-title { - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:15 */ -.x-rtl.x-title { - -o-text-overflow: clip; - text-overflow: clip; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:21 */ -.x-title-text { - display: table-cell; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:30 */ -.x-title-align-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:33 */ -.x-title-align-left.x-rtl { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:39 */ -.x-title-align-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:43 */ -.x-title-align-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:46 */ -.x-title-align-right.x-rtl { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:52 */ -.x-title-rotate-right { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-right { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:56 */ -.x-title-rotate-right.x-rtl { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-right.x-rtl { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:62 */ -.x-title-rotate-left { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-left { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:66 */ -.x-title-rotate-left.x-rtl { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-title-rotate-left.x-rtl { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:75 */ -.x-horizontal.x-header .x-title-rotate-right.x-title-align-left > .x-title-item { - vertical-align: bottom; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:79 */ -.x-horizontal.x-header .x-title-rotate-right.x-title-align-center > .x-title-item { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:83 */ -.x-horizontal.x-header .x-title-rotate-right.x-title-align-right > .x-title-item { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:89 */ -.x-horizontal.x-header .x-title-rotate-left.x-title-align-left > .x-title-item { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:93 */ -.x-horizontal.x-header .x-title-rotate-left.x-title-align-center > .x-title-item { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:97 */ -.x-horizontal.x-header .x-title-rotate-left.x-title-align-right > .x-title-item { - vertical-align: bottom; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:105 */ -.x-vertical.x-header .x-title-rotate-none.x-title-align-left > .x-title-item { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:109 */ -.x-vertical.x-header .x-title-rotate-none.x-title-align-center > .x-title-item { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:113 */ -.x-vertical.x-header .x-title-rotate-none.x-title-align-right > .x-title-item { - vertical-align: bottom; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:120 */ -.x-title-icon-wrap { - display: table-cell; - text-align: center; - vertical-align: middle; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:125 */ -.x-title-icon-wrap.x-title-icon-top, -.x-title-icon-wrap.x-title-icon-bottom { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Title.scss:131 */ -.x-title-icon { - display: inline-block; - vertical-align: middle; - background-position: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Tool.scss:1 */ -.x-tool { - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Header.scss:4 */ -.x-header > .x-box-inner, -.x-panel-header-mc > .x-box-inner, -.x-window-header-mc > .x-box-inner { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:1 */ -.x-splitter { - font-size: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:5 */ -.x-splitter-horizontal { - cursor: e-resize; - cursor: row-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:10 */ -.x-splitter-vertical { - cursor: e-resize; - cursor: col-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:15 */ -.x-splitter-collapsed, -.x-splitter-horizontal-noresize, -.x-splitter-vertical-noresize { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:21 */ -.x-splitter-active { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:25 */ -.x-collapse-el { - position: absolute; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Splitter.scss:30 */ -.x-splitter-focus { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:1 */ -.x-box-layout-ct { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:5 */ -.x-box-target { - position: absolute; - width: 20000px; - top: 0; - left: 0; - height: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:24 */ -.x-rtl.x-box-target { - left: auto; - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:30 */ -.x-box-inner { - overflow: hidden; - position: relative; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:37 */ -.x-box-scroller { - position: absolute; - background-repeat: no-repeat; - background-position: center; - line-height: 0; - font-size: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:46 */ -.x-box-scroller-top { - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:50 */ -.x-box-scroller-right { - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:54 */ -.x-box-scroller-bottom { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:58 */ -.x-box-scroller-left { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:62 */ -.x-box-menu-body-horizontal { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Box.scss:66 */ -.x-box-menu-after { - position: relative; - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:1 */ -.x-toolbar-text { - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:5 */ -.x-toolbar-separator { - display: block; - font-size: 1px; - overflow: hidden; - cursor: default; - border: 0; - width: 0; - height: 0; - line-height: 0px; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:16 */ -.x-toolbar-scroller { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Toolbar.scss:23 */ -.x-toolbar-plain { - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/DD.scss:3 */ -.x-dd-drag-proxy, -.x-dd-drag-current { - z-index: 1000000!important; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:1 */ -.x-dd-drag-proxy { - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:6 */ -.x-dd-drag-repair .x-dd-drag-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:10 */ -.x-dd-drag-repair .x-dd-drop-icon { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:15 */ -.x-dd-drag-ghost, -.x-dd-drop-icon { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:21 */ -.x-dd-drag-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); - opacity: 0.85; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:26 */ -.x-dd-drop-icon { - height: 26px; - width: 26px; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:40 */ -.x-rtl .x-dd-drag-ghost { - padding-left: 5px; - padding-right: 20px; -} -/* http://localhost:1843/classic/theme-base/sass/src/dd/StatusProxy.scss:44 */ -.x-rtl .x-dd-drop-icon { - left: auto; - right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:1 */ -.x-docked { - position: absolute !important; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:7 */ -.x-docked-vertical { - position: static; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:11 */ -.x-docked-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:15 */ -.x-docked-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:19 */ -.x-docked-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:23 */ -.x-docked-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:27 */ -.x-docked-noborder-top { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:31 */ -.x-docked-noborder-right { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:35 */ -.x-docked-noborder-bottom { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:39 */ -.x-docked-noborder-left { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:45 */ -.x-noborder-l { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:48 */ -.x-noborder-b { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:51 */ -.x-noborder-bl { - border-bottom-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:55 */ -.x-noborder-r { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:58 */ -.x-noborder-rl { - border-right-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:62 */ -.x-noborder-rb { - border-right-width: 0 !important; - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:66 */ -.x-noborder-rbl { - border-right-width: 0 !important; - border-bottom-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:71 */ -.x-noborder-t { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:74 */ -.x-noborder-tl { - border-top-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:78 */ -.x-noborder-tb { - border-top-width: 0 !important; - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:82 */ -.x-noborder-tbl { - border-top-width: 0 !important; - border-bottom-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:87 */ -.x-noborder-tr { - border-top-width: 0 !important; - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:91 */ -.x-noborder-trl { - border-top-width: 0 !important; - border-right-width: 0 !important; - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:96 */ -.x-noborder-trb { - border-top-width: 0 !important; - border-right-width: 0 !important; - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/component/Dock.scss:101 */ -.x-noborder-trbl { - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:1 */ -.x-panel, -.x-plain { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:7 */ -.x-panel { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:13 */ -td.x-frame-mc { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:18 */ -.x-panel-body { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:23 */ -.x-panel-header-plain, -.x-panel-body-plain { - border: 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Panel.scss:33 */ -.x-panel-collapsed-mini { - visibility: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Table.scss:1 */ -.x-table-layout { - font-size: 1em; -} -/* http://localhost:1843/classic/theme-base/sass/src/container/ButtonGroup.scss:1 */ -.x-btn-group { - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/container/ButtonGroup.scss:6 */ -.x-btn-group-body { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/container/ButtonGroup.scss:8 */ -.x-btn-group-body .x-table-layout-cell { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/plugin/Viewport.scss:1 */ -.x-viewport, -.x-viewport > .x-body { - margin: 0; - padding: 0; - border: 0 none; - overflow: hidden; - position: static; - touch-action: none; - -ms-touch-action: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/plugin/Viewport.scss:21 */ -.x-viewport { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/plugin/Viewport.scss:27 */ -.x-viewport > .x-body { - min-height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Column.scss:1 */ -.x-column { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Column.scss:6 */ -.x-rtl > .x-column { - float: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/SplitterTracker.scss:1 */ -.x-resizable-overlay { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - display: none; - z-index: 200000; - background-color: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/Window.scss:1 */ -.x-window { - outline: none; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/Window.scss:5 */ -.x-window .x-window-wrap { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/Window.scss:10 */ -.x-window-body { - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:1 */ -.x-form-item { - display: table; - table-layout: fixed; - border-spacing: 0; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:10 */ -.x-form-item-label { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:14 */ -.x-form-item.x-form-item-no-label > .x-form-item-label { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:18 */ -.x-form-item-label, -.x-form-item-body { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:27 */ -.x-ie8 .x-form-fieldcontainer .x-form-item-label-top + .x-form-item-body { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:32 */ -.x-form-item-body { - vertical-align: middle; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:37 */ -.x-form-item-label-inner { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:41 */ -.x-form-item-label-top { - display: table-row; - height: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:44 */ -.x-form-item-label-top > .x-form-item-label-inner { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:48 */ -.x-form-item-label-top-side-error:after { - display: table-cell; - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:53 */ -.x-form-item-label-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:56 */ -.x-form-item-label-right.x-rtl { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:62 */ -.x-form-error-wrap-side { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:67 */ -.x-form-error-wrap-under { - display: table-row; - height: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:70 */ -.x-form-error-wrap-under > .x-form-error-msg { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:75 */ -.x-form-error-wrap-under-side-label:before { - display: table-cell; - content: ''; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:81 */ -.x-form-invalid-icon { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/Labelable.scss:83 */ -.x-form-invalid-icon ul { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:1 */ -.x-form-trigger-wrap { - display: table; - width: 100%; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:14 */ -.x-gecko .x-form-trigger-wrap { - display: -moz-inline-box; - display: inline-flex; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:22 */ -.x-form-text-wrap { - display: table-cell; - overflow: hidden; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:29 */ -.x-gecko .x-form-text-wrap { - display: block; - -moz-box-flex: 1; - flex: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:39 */ -.x-form-item-body.x-form-text-grow { - min-width: inherit; - max-width: inherit; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:44 */ -.x-form-text { - border: 0; - margin: 0; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - -o-border-radius: 0; - border-radius: 0; - display: block; - background: repeat-x 0 0; - width: 100%; - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:53 */ -.x-webkit .x-form-text { - height: calc(100% + 3px); -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:61 */ -.x-form-trigger { - display: table-cell; - vertical-align: top; - cursor: pointer; - overflow: hidden; - background-repeat: no-repeat; - text-align: center; - line-height: 0; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:73 */ -.x-item-disabled .x-form-trigger { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:76 */ -.x-form-trigger.x-form-trigger-cmp { - background: none; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:85 */ -.x-form-trigger.x-form-trigger-cmp.x-rtl { - background: none; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Text.scss:93 */ -.x-gecko .x-form-trigger { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/TextArea.scss:1 */ -.x-form-textarea { - overflow: auto; - resize: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/TextArea.scss:6 */ -div.x-form-text-grow .x-form-textarea { - min-height: inherit; -} -/* http://localhost:1843/classic/theme-base/sass/src/window/MessageBox.scss:2 */ -.x-message-box .x-form-display-field { - height: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:1 */ -.x-form-cb-wrap { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:5 */ -.x-form-cb-wrap-inner { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:9 */ -.x-form-cb { - position: absolute; - left: 0; - right: auto; - vertical-align: top; - overflow: hidden; - padding: 0; - border: 0; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:19 */ -.x-form-cb::-moz-focus-inner { - padding: 0; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:26 */ -.x-rtl.x-form-cb { - right: 0; - left: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:33 */ -.x-form-cb-after { - /* allow for the component to be positioned after the label */ - left: auto; - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:39 */ -.x-rtl.x-form-cb-after { - left: 0; - right: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:47 */ -.x-form-cb-label { - /* some browsers like IE 10 need a block element to be able to measure -the height of a multi-line element */ - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Checkbox.scss:50 */ -.x-form-cb-label.x-form-cb-no-box-label { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:1 */ -.x-fieldset { - display: block; - /* preserve margins in IE */ - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:7 */ -.x-fieldset-header { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:10 */ -.x-fieldset-header .x-form-item, -.x-fieldset-header .x-tool { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:15 */ -.x-fieldset-header .x-fieldset-header-text { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:19 */ -.x-fieldset-header .x-form-cb-wrap { - font-size: 0; - line-height: 0; - min-height: 0; - height: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:26 */ -.x-fieldset-header .x-form-cb { - margin: 0; - position: static; - display: inherit; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:35 */ -.x-fieldset-body { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:39 */ -.x-fieldset-collapsed { - padding-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:42 */ -.x-fieldset-collapsed > .x-fieldset-body { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:47 */ -.x-fieldset-header-text-collapsible { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:53 */ -.x-rtl.x-fieldset-header .x-form-item, -.x-rtl.x-fieldset-header .x-tool { - float: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/FieldSet.scss:58 */ -.x-rtl.x-fieldset-header .x-fieldset-header-text { - float: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/view/View.scss:1 */ -.x-view-item-focused { - outline: 1px dashed #157fcc!important; - outline-offset: -1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/view/BoundList.scss:8 */ -.x-ie9 .x-boundlist-list-ct { - min-height: 0%; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:1 */ -.x-datepicker { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:4 */ -.x-datepicker .x-monthpicker { - left: 0; - top: 0; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:10 */ -.x-datepicker .x-monthpicker-months, -.x-datepicker .x-monthpicker-years { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:16 */ -.x-datepicker-inner { - table-layout: fixed; - width: 100%; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:22 */ -.x-datepicker-cell { - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:26 */ -.x-datepicker-header { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:30 */ -.x-datepicker-arrow { - position: absolute; - outline: none; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:45 */ -.x-datepicker-column-header { - padding: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:49 */ -.x-datepicker-date { - display: block; - text-decoration: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:54 */ -.x-monthpicker { - display: table; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:57 */ -.x-monthpicker-body { - height: 100%; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:62 */ -.x-monthpicker-months, -.x-monthpicker-years { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:67 */ -.x-monthpicker-item { - float: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:71 */ -.x-monthpicker-item-inner { - display: block; - text-decoration: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:76 */ -.x-monthpicker-yearnav-button-ct { - float: left; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:81 */ -.x-monthpicker-yearnav-button { - display: inline-block; - outline: none; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:87 */ -.x-monthpicker-buttons { - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:91 */ -.x-datepicker .x-monthpicker-buttons { - position: absolute; - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Date.scss:96 */ -.x-datepicker-month .x-btn-split > .x-btn-button:after { - content: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Display.scss:1 */ -.x-form-display-field-body { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/File.scss:1 */ -.x-form-file-btn { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/File.scss:6 */ -.x-form-file-input { - border: 0; - position: absolute; - cursor: pointer; - top: 0; - right: 0; - width: 100%; - height: 100%; - overflow: hidden; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - /* Yes, there's actually a good reason for this... - * If the configured buttonText is set to something longer than the default, - * then it will quickly exceed the width of the hidden file input's "Browse..." - * button, so part of the custom button's clickable area will be covered by - * the hidden file input's text box instead. This results in a text-selection - * mouse cursor over that part of the button, at least in Firefox, which is - * confusing to a user. Giving the hidden file input a huge font-size makes - * the native button part very large so it will cover the whole clickable area. - */ - font-size: 1000px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/File.scss:32 */ -.x-rtl.x-form-file-input { - right: auto; - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Hidden.scss:1 */ -.x-form-item-hidden { - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tip/Tip.scss:1 */ -.x-tip { - position: absolute; - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/tip/Tip.scss:6 */ -.x-tip-body { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tip/Tip.scss:11 */ -.x-tip-anchor { - position: absolute; - overflow: hidden; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Color.scss:1 */ -.x-color-picker-item { - float: left; - text-decoration: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/picker/Color.scss:6 */ -.x-color-picker-item-inner { - display: block; - font-size: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/HtmlEditor.scss:1 */ -.x-html-editor-tb .x-toolbar { - position: static !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/HtmlEditor.scss:5 */ -.x-htmleditor-iframe, -.x-htmleditor-textarea { - display: block; - overflow: auto; - width: 100%; - height: 100%; - border: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:1 */ -.x-tagfield-body { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:5 */ -.x-tagfield { - height: auto!important; - /* The wrap has to accommodate the list, so override the .x-form-text height rule */ - cursor: text; - overflow-y: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:11 */ -.x-tagfield .x-tagfield-list { - padding: 0; - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:16 */ -.x-tagfield-list.x-tagfield-singleselect { - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:21 */ -.x-tagfield-input, -.x-tagfield-item { - vertical-align: top; - display: inline-block; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:27 */ -.x-tagfield-empty-input, -.x-tagfield-input-field { - font: inherit; - border: 0; - margin: 0; - background: none; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:36 */ -.x-tagfield-emptyinput { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:40 */ -.x-tagfield-stacked .x-tagfield-item { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:44 */ -.x-tagfield-item { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/form/field/Tag.scss:48 */ -.x-tagfield-item-close { - cursor: pointer; - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Fit.scss:1 */ -.x-fit-item { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:1 */ -.x-grid-view { - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:11 */ -.x-grid-row-table { - /* A grid *item* is a dataview item. It is encapsulated by a
    . - * One item always corresponds to one store record - * But an item may contain more than one . - * ONE child row, will be the grid-row and will contain record data - */ - width: 0; - table-layout: fixed; - border: 0 none; - border-collapse: separate; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:25 */ -.x-grid-item { - table-layout: fixed; - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:30 */ -.x-grid-row { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:34 */ -.x-grid-td { - overflow: hidden; - border-width: 0; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:40 */ -.x-grid-cell-inner { - overflow: hidden; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:46 */ -.x-wrap-cell .x-grid-cell-inner { - white-space: normal; -} -/* http://localhost:1843/classic/theme-base/sass/src/panel/Table.scss:51 */ -.x-grid-resize-marker { - position: absolute; - z-index: 5; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/header/DropZone.scss:1 */ -.x-col-move-top, -.x-col-move-bottom { - position: absolute; - top: 0; - line-height: 0; - font-size: 0; - overflow: hidden; - z-index: 20000; - background: no-repeat center top transparent; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:1 */ -.x-column-header { - position: absolute; - overflow: hidden; - background-repeat: repeat-x; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:11 */ -.x-column-header-inner { - /* - * TODO: - * When IE8 retires, revisit https://jsbin.com/honawo/quiet for better way to center header text - */ - white-space: nowrap; - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:17 */ -.x-leaf-column-header { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:19 */ -.x-leaf-column-header .x-column-header-text-container { - height: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:26 */ -.x-column-header-text-container { - width: 100%; - display: table; - table-layout: fixed; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:31 */ -.x-column-header-text-container.x-column-header-text-container-auto { - table-layout: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:36 */ -.x-column-header-text-wrapper { - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:41 */ -.x-column-header-text { - display: block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:48 */ -.x-column-header-text-inner { - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:53 */ -.x-rtl.x-column-header-text { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:61 */ -.x-column-header-trigger { - display: none; - height: 100%; - background-repeat: no-repeat; - position: absolute; - right: 0; - top: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:71 */ -.x-ie9m .x-column-header-trigger { - z-index: 6; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:79 */ -.x-rtl.x-column-header-trigger { - left: 0; - right: auto; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:86 */ -.x-column-header-over .x-column-header-trigger, -.x-column-header-open .x-column-header-trigger { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:91 */ -.x-column-header-align-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:96 */ -.x-rtl.x-column-header-align-right { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:101 */ -.x-column-header-align-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:106 */ -.x-rtl.x-column-header-align-left { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Column.scss:111 */ -.x-column-header-align-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:1 */ -.x-grid-cell-inner-action-col { - line-height: 0; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:5 */ -.x-grid-cell-inner-action-col :focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Action.scss:10 */ -.x-action-col-icon { - display: inline-block; - line-height: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:1 */ -.x-grid-cell-inner-checkcolumn { - line-height: 0; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:5 */ -.x-grid-cell-inner-checkcolumn :focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/column/Check.scss:10 */ -.x-grid-checkcolumn { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:1 */ -.x-group-hd-container { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:5 */ -.x-grid-group-hd { - white-space: nowrap; - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:10 */ -.x-grid-group-title { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/Grouping.scss:21 */ -.x-grid-row-body-hidden, -.x-grid-group-collapsed { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/feature/RowBody.scss:1 */ -.x-grid-row-body-hidden { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:1 */ -.x-menu { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:5 */ -.x-menu-body { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:9 */ -.x-menu-item { - white-space: nowrap; - overflow: hidden; - border-color: transparent; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:17 */ -.x-menu-item-cmp { - margin: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:20 */ -.x-menu-item-cmp .x-field-label-cell { - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:28 */ -.x-menu-icon-separator { - position: absolute; - top: 0px; - z-index: 0; - height: 100%; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:34 */ -.x-menu-plain .x-menu-icon-separator { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:39 */ -.x-menu-item-link { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - text-decoration: none; - outline: 0; - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:54 */ -.x-menu-item-link-href { - -webkit-touch-callout: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:58 */ -.x-menu-item-text { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/menu/Menu.scss:62 */ -.x-menu-item-icon, -.x-menu-item-icon-right, -.x-menu-item-arrow { - font-size: 0; - position: absolute; - text-align: center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:7 */ -.x-grid-editor .x-form-cb-wrap { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:12 */ -.x-grid-editor .x-form-cb { - position: static; - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:20 */ -.x-grid-editor .x-form-display-field { - margin: 0; - white-space: nowrap; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/Editing.scss:28 */ -.x-grid-editor div.x-form-action-col-field { - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:1 */ -.x-grid-row-editor-wrap { - position: absolute; - overflow: visible; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:8 */ -.x-grid-row-editor { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowEditing.scss:12 */ -.x-grid-row-editor-buttons { - position: absolute; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowExpander.scss:1 */ -.x-grid-row-expander { - font-size: 0; - line-height: 0; - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/plugin/RowExpander.scss:7 */ -.x-grid-row-expander:focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:1 */ -.x-ssm-row-numberer-hd { - cursor: se-resize!important; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:6 */ -.x-ssm-row-numberer-cell { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:11 */ -.x-ssm-column-select .x-column-header { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:16 */ -.x-ssm-extender-drag-handle { - position: absolute; - z-index: 1; - cursor: crosshair; -} -/* http://localhost:1843/classic/theme-base/sass/src/grid/selection/SpreadsheetModel.scss:22 */ -.x-ssm-extender-mask { - position: absolute; - z-index: 1; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Absolute.scss:1 */ -.x-abs-layout-ct { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Absolute.scss:5 */ -.x-abs-layout-item { - position: absolute !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:1 */ -.x-border-layout-ct { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:5 */ -.x-border-layout-ct { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:9 */ -.x-border-region-slide-in { - z-index: 5; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Border.scss:13 */ -.x-region-collapsed-placeholder { - z-index: 4; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Center.scss:1 */ -.x-center-layout-item { - position: absolute; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Center.scss:5 */ -.x-center-target { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:1 */ -.x-form-layout-wrap { - display: table; - width: 100%; - border-collapse: separate; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:7 */ -.x-form-layout-colgroup { - display: table-column-group; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:11 */ -.x-form-layout-column { - display: table-column; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:16 */ -.x-form-layout-auto-label > * > .x-form-item-label { - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:20 */ -.x-form-layout-auto-label > * > .x-form-item-label > .x-form-item-label-inner { - width: auto !important; - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:26 */ -.x-form-layout-auto-label > * > .x-form-layout-label-column { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:33 */ -.x-form-layout-sized-label > * > .x-form-item-label { - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:40 */ -.x-form-form-item { - display: table-row; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:43 */ -.x-form-form-item > .x-form-item-label { - padding-left: 0 !important; - padding-right: 0 !important; - padding-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:51 */ -.x-form-form-item > .x-form-item-body { - max-width: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/layout/container/Form.scss:60 */ -.x-form-form-item.x-form-item-no-label:before { - content: ' '; - display: table-cell; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/resizer/Resizer.scss:2 */ -.x-resizable-wrapped { - box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -webkit-box-sizing: border-box; -} -/* http://localhost:1843/classic/theme-base/sass/src/selection/CheckboxModel.scss:1 */ -.x-column-header-checkbox .x-column-header-text { - display: block; - background-repeat: no-repeat; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/selection/CheckboxModel.scss:7 */ -.x-grid-cell-row-checker { - vertical-align: middle; - text-align: center; - background-repeat: no-repeat; - font-size: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:1 */ -.x-slider { - outline: none; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:6 */ -.x-slider-inner { - position: relative; - left: 0; - top: 0; - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:11 */ -.x-slider-vert .x-slider-inner { - background: repeat-y 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:16 */ -.x-slider-thumb { - position: absolute; - background: no-repeat 0 0; - cursor: default; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:19 */ -.x-slider-horz .x-slider-thumb { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/slider/Multi.scss:22 */ -.x-slider-vert .x-slider-thumb { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:17 */ -.x-tab { - display: block; - outline: 0; - cursor: pointer; - white-space: nowrap; - text-decoration: none; - vertical-align: top; - overflow: hidden; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:29 */ -.x-tab > .x-frame { - height: 100%; - width: 100%; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:35 */ -.x-tab-wrap { - height: 100%; - width: 100%; - display: table; - border-spacing: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:60 */ -.x-tab-button { - white-space: nowrap; - line-height: 0; - position: relative; - display: table-cell; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:91 */ -.x-tab-inner { - overflow: hidden; - text-overflow: ellipsis; - display: inline-block; - vertical-align: middle; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:110 */ -.x-tab-icon.x-tab-no-text > .x-tab-inner { - display: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:115 */ -.x-tab-icon-el { - display: none; - vertical-align: middle; - text-align: center; - background-position: center center; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:134 */ -.x-tab-icon > .x-tab-icon-el { - display: inline-block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:138 */ -.x-tab-icon-top > .x-tab-icon-el, -.x-tab-icon-bottom > .x-tab-icon-el { - display: block; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:145 */ -.x-tab-button-center { - text-align: center; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:152 */ -.x-tab-button-left { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:160 */ -.x-rtl.x-tab-button-left { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:165 */ -.x-tab-button-right { - text-align: right; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:173 */ -.x-rtl.x-tab-button-right { - text-align: left; -} -/* http://localhost:1843/classic/theme-base/sass/src/button/Button.scss:274 */ -.x-tab-mc { - overflow: visible; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:13 */ -.x-tab { - z-index: 1; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:17 */ -.x-tab-active { - z-index: 3; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:21 */ -.x-tab-button { - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:27 */ -.x-tab-close-btn { - display: block; - position: absolute; - overflow: hidden; - font-size: 0; - line-height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:35 */ -.x-tab-rotate-left { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-left { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:39 */ -.x-tab-rotate-left.x-rtl { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-left.x-rtl { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:45 */ -.x-tab-rotate-right { - -webkit-transform: rotate(90deg); - -webkit-transform-origin: 0 0; - -moz-transform: rotate(90deg); - -moz-transform-origin: 0 0; - -ms-transform: rotate(90deg); - -ms-transform-origin: 0 0; - transform: rotate(90deg); - transform-origin: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-right { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:49 */ -.x-tab-rotate-right.x-rtl { - -webkit-transform: rotate(270deg); - -webkit-transform-origin: 100% 0; - -moz-transform: rotate(270deg); - -moz-transform-origin: 100% 0; - -ms-transform: rotate(270deg); - -ms-transform-origin: 100% 0; - transform: rotate(270deg); - transform-origin: 100% 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/rotate-element.scss:41 */ -.x-ie8 .x-tab-rotate-right.x-rtl { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Tab.scss:57 */ -.x-tab-tr, -.x-tab-br, -.x-tab-mr, -.x-tab-tl, -.x-tab-bl, -.x-tab-ml { - width: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:1 */ -.x-tab-bar { - z-index: 0; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:6 */ -.x-tab-bar-strip { - position: absolute; - line-height: 0; - font-size: 0; - z-index: 2; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:12 */ -.x-tab-bar-top > .x-tab-bar-strip { - bottom: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:16 */ -.x-tab-bar-bottom > .x-tab-bar-strip { - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:20 */ -.x-tab-bar-left > .x-tab-bar-strip { - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:24 */ -.x-tab-bar-left > .x-tab-bar-strip.x-rtl { - right: auto; - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:31 */ -.x-tab-bar-right > .x-tab-bar-strip { - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:35 */ -.x-tab-bar-right > .x-tab-bar-strip.x-rtl { - left: auto; - right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:43 */ -.x-tab-bar-horizontal .x-tab-bar-strip { - width: 100%; - left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:48 */ -.x-tab-bar-vertical { - display: table-cell; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:54 */ -.x-tab-bar-vertical .x-tab-bar-strip { - height: 100%; - top: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:60 */ -.x-tab-bar-plain { - background: transparent !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/tab/Bar.scss:64 */ -.x-box-scroller-plain { - background-color: transparent !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:1 */ -.x-breadcrumb-btn .x-box-target:first-child { - margin: 0; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:7 */ -.x-breadcrumb-btn > .x-btn-split-right > .x-btn-button:after { - content: none; -} -/* http://localhost:1843/classic/theme-base/sass/src/toolbar/Breadcrumb.scss:12 */ -.x-breadcrumb-btn.x-btn-over > .x-btn-split-right > .x-btn-button:after, -.x-breadcrumb-btn.x-btn-menu-active > .x-btn-split-right > .x-btn-button:after { - content: ''; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:3 */ -.x-autowidth-table .x-grid-item { - table-layout: auto; - width: auto !important; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:8 */ -.x-tree-view { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:12 */ -.x-tree-elbow-img, -.x-tree-icon { - display: inline-block; - text-align: center; - background-repeat: no-repeat; - background-position: 0 center; - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:21 */ -.x-tree-checkbox { - display: inline-block; - vertical-align: top; - position: relative; -} -/* http://localhost:1843/classic/theme-base/sass/src/tree/View.scss:27 */ -.x-tree-animator-wrap { - overflow: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:1 */ -.x-scroll-indicator { - position: absolute; - background-color: #000; - opacity: 0.5; - border-radius: 3px; - margin: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:10 */ -.x-scroll-indicator-x { - bottom: 0; - left: 0; - height: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:16 */ -.x-scroll-indicator-y { - right: 0; - top: 0; - width: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:23 */ -.x-rtl.x-scroll-indicator-x { - left: auto; - right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/scroll/Indicator.scss:28 */ -.x-rtl.x-scroll-indicator-y { - right: auto; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Component.scss:1 */ -.x-body { - color: #000; - font-size: 13px; - line-height: 17px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - background: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Component.scss:18 */ -.x-animating-size, -.x-collapsed { - overflow: hidden!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/Editor.scss:2 */ -.x-editor .x-form-item-body { - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:1 */ -.x-mask { - background-image: none; - background-color: rgba(255, 255, 255, 0.7); - cursor: default; - border-style: solid; - border-width: 1px; - border-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/background-opacity.scss:19 */ -.x-ie8 .x-mask { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff); - zoom: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:22 */ -.x-mask.x-focus { - border-style: solid; - border-width: 1px; - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:29 */ -.x-mask-msg { - padding: 8px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - background: #e5e5e5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:47 */ -.x-mask-msg-inner { - padding: 0; - background-color: transparent; - color: #666; - font: 300 13px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:59 */ -.x-mask-msg-text { - padding: 21px 0 0; - background-image: url(images/loadmask/loading.gif); - background-repeat: no-repeat; - background-position: center 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/LoadMask.scss:70 */ -.x-rtl.x-mask-msg-text { - padding: 21px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:82 */ -.x-progress-default { - background-color: #f5f5f5; - border-width: 0; - height: 20px; - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:94 */ -.x-progress-default .x-progress-bar-default { - background-image: none; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:109 */ -.x-progress-default .x-progress-text { - color: #666; - font-weight: 300; - font-size: 13px; - font-family: helvetica, arial, verdana, sans-serif; - text-align: center; - line-height: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:118 */ -.x-progress-default .x-progress-text-back { - color: #666; - line-height: 20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-progress-bar-default:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:128 */ -.x-progressbar-default-cell > .x-grid-cell-inner, -.x-progressbarwidget-default-cell > .x-grid-cell-inner { - padding-top: 2px; - padding-bottom: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/ProgressBar.scss:132 */ -.x-progressbar-default-cell > .x-grid-cell-inner .x-progress-default, -.x-progressbarwidget-default-cell > .x-grid-cell-inner .x-progress-default { - height: 20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-small-tr, -.x-btn-default-small-br, -.x-btn-default-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-small-tl, -.x-btn-default-small-bl, -.x-btn-default-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-small-tl, -.x-btn-default-small-bl, -.x-btn-default-small-tr, -.x-btn-default-small-br, -.x-btn-default-small-tc, -.x-btn-default-small-bc, -.x-btn-default-small-ml, -.x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-small-ml, -.x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-small-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-corners.gif), sides:url(images/btn/btn-default-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-small { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-small { - min-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-small { - min-height: auto; - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-small { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 5px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-small, -.x-btn-icon-left > .x-btn-inner-default-small { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-small { - font-size: 16px; - height: 16px; - color: #fff; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-small, -.x-btn-icon-right > .x-btn-icon-el-default-small { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-small, -.x-btn-icon-bottom > .x-btn-icon-el-default-small { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-small.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small { - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small.x-rtl { - margin-right: 0; - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small.x-rtl { - margin-left: 0; - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-small, -.x-btn-split-bottom > .x-btn-button-default-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-small.x-btn-arrow-right:after { - width: 16px; - background-image: url(images/button/default-small-arrow.png); - padding-right: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-small.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-small-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-small.x-btn-arrow-bottom:after { - height: 13px; - background-image: url(images/button/default-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-small.x-btn-split-right:after { - width: 20px; - background-image: url(images/button/default-small-s-arrow.png); - padding-right: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-small.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-small-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-small.x-btn-split-bottom:after { - height: 15px; - background-image: url(images/button/default-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-small { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 23px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-small .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-small { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-small { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-small, -.x-btn.x-btn-pressed.x-btn-default-small { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-small, -.x-btn-focus.x-btn-pressed.x-btn-default-small { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-small-tl, -.x-btn-focus .x-btn-default-small-bl, -.x-btn-focus .x-btn-default-small-tr, -.x-btn-focus .x-btn-default-small-br, -.x-btn-focus .x-btn-default-small-tc, -.x-btn-focus .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-small-ml, -.x-btn-focus .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-small-tl, -.x-btn-over .x-btn-default-small-bl, -.x-btn-over .x-btn-default-small-tr, -.x-btn-over .x-btn-default-small-br, -.x-btn-over .x-btn-default-small-tc, -.x-btn-over .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-small-ml, -.x-btn-over .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-small-tl, -.x-btn-focus.x-btn-over .x-btn-default-small-bl, -.x-btn-focus.x-btn-over .x-btn-default-small-tr, -.x-btn-focus.x-btn-over .x-btn-default-small-br, -.x-btn-focus.x-btn-over .x-btn-default-small-tc, -.x-btn-focus.x-btn-over .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-small-ml, -.x-btn-focus.x-btn-over .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-small-tl, -.x-btn.x-btn-menu-active .x-btn-default-small-bl, -.x-btn.x-btn-menu-active .x-btn-default-small-tr, -.x-btn.x-btn-menu-active .x-btn-default-small-br, -.x-btn.x-btn-menu-active .x-btn-default-small-tc, -.x-btn.x-btn-menu-active .x-btn-default-small-bc, -.x-btn.x-btn-pressed .x-btn-default-small-tl, -.x-btn.x-btn-pressed .x-btn-default-small-bl, -.x-btn.x-btn-pressed .x-btn-default-small-tr, -.x-btn.x-btn-pressed .x-btn-default-small-br, -.x-btn.x-btn-pressed .x-btn-default-small-tc, -.x-btn.x-btn-pressed .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-small-ml, -.x-btn.x-btn-menu-active .x-btn-default-small-mr, -.x-btn.x-btn-pressed .x-btn-default-small-ml, -.x-btn.x-btn-pressed .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-small-mc, -.x-btn.x-btn-pressed .x-btn-default-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-small-br, -.x-btn-focus.x-btn-pressed .x-btn-default-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-small-tl, -.x-btn.x-btn-disabled .x-btn-default-small-bl, -.x-btn.x-btn-disabled .x-btn-default-small-tr, -.x-btn.x-btn-disabled .x-btn-default-small-br, -.x-btn.x-btn-disabled .x-btn-default-small-tc, -.x-btn.x-btn-disabled .x-btn-default-small-bc { - background-image: url(images/btn/btn-default-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-small-ml, -.x-btn.x-btn-disabled .x-btn-default-small-mr { - background-image: url(images/btn/btn-default-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-small:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-small:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-small:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-corners.gif), sides:url(images/btn/btn-default-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-over-corners.gif), sides:url(images/btn/btn-default-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-over-corners.gif), sides:url(images/btn/btn-default-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-pressed-corners.gif), sides:url(images/btn/btn-default-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-disabled-corners.gif), sides:url(images/btn/btn-default-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-small-cell > .x-grid-cell-inner >.x-btn-default-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-medium-tr, -.x-btn-default-medium-br, -.x-btn-default-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-medium-tl, -.x-btn-default-medium-bl, -.x-btn-default-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-medium-tl, -.x-btn-default-medium-bl, -.x-btn-default-medium-tr, -.x-btn-default-medium-br, -.x-btn-default-medium-tc, -.x-btn-default-medium-bc, -.x-btn-default-medium-ml, -.x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-medium-ml, -.x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-medium-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-corners.gif), sides:url(images/btn/btn-default-medium-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-medium { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-medium { - font: 300 14px/18px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-medium, -.x-btn-icon-left > .x-btn-inner-default-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-medium { - font-size: 24px; - height: 24px; - color: #fff; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-medium, -.x-btn-icon-right > .x-btn-icon-el-default-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-medium, -.x-btn-icon-bottom > .x-btn-icon-el-default-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-medium.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-medium, -.x-btn-split-bottom > .x-btn-button-default-medium { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-medium.x-btn-arrow-right:after { - width: 24px; - background-image: url(images/button/default-medium-arrow.png); - padding-right: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-medium.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-medium-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/default-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-medium.x-btn-split-right:after { - width: 28px; - background-image: url(images/button/default-medium-s-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-medium.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-medium-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-medium.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/default-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-medium { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 31px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-medium .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-medium { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-medium { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-medium, -.x-btn.x-btn-pressed.x-btn-default-medium { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-medium, -.x-btn-focus.x-btn-pressed.x-btn-default-medium { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-medium { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-medium-tl, -.x-btn-focus .x-btn-default-medium-bl, -.x-btn-focus .x-btn-default-medium-tr, -.x-btn-focus .x-btn-default-medium-br, -.x-btn-focus .x-btn-default-medium-tc, -.x-btn-focus .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-medium-ml, -.x-btn-focus .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-medium-tl, -.x-btn-over .x-btn-default-medium-bl, -.x-btn-over .x-btn-default-medium-tr, -.x-btn-over .x-btn-default-medium-br, -.x-btn-over .x-btn-default-medium-tc, -.x-btn-over .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-medium-ml, -.x-btn-over .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-medium-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-tl, -.x-btn-focus.x-btn-over .x-btn-default-medium-bl, -.x-btn-focus.x-btn-over .x-btn-default-medium-tr, -.x-btn-focus.x-btn-over .x-btn-default-medium-br, -.x-btn-focus.x-btn-over .x-btn-default-medium-tc, -.x-btn-focus.x-btn-over .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-ml, -.x-btn-focus.x-btn-over .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-medium-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-tl, -.x-btn.x-btn-menu-active .x-btn-default-medium-bl, -.x-btn.x-btn-menu-active .x-btn-default-medium-tr, -.x-btn.x-btn-menu-active .x-btn-default-medium-br, -.x-btn.x-btn-menu-active .x-btn-default-medium-tc, -.x-btn.x-btn-menu-active .x-btn-default-medium-bc, -.x-btn.x-btn-pressed .x-btn-default-medium-tl, -.x-btn.x-btn-pressed .x-btn-default-medium-bl, -.x-btn.x-btn-pressed .x-btn-default-medium-tr, -.x-btn.x-btn-pressed .x-btn-default-medium-br, -.x-btn.x-btn-pressed .x-btn-default-medium-tc, -.x-btn.x-btn-pressed .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-ml, -.x-btn.x-btn-menu-active .x-btn-default-medium-mr, -.x-btn.x-btn-pressed .x-btn-default-medium-ml, -.x-btn.x-btn-pressed .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-medium-mc, -.x-btn.x-btn-pressed .x-btn-default-medium-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-medium-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-medium-tl, -.x-btn.x-btn-disabled .x-btn-default-medium-bl, -.x-btn.x-btn-disabled .x-btn-default-medium-tr, -.x-btn.x-btn-disabled .x-btn-default-medium-br, -.x-btn.x-btn-disabled .x-btn-default-medium-tc, -.x-btn.x-btn-disabled .x-btn-default-medium-bc { - background-image: url(images/btn/btn-default-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-medium-ml, -.x-btn.x-btn-disabled .x-btn-default-medium-mr { - background-image: url(images/btn/btn-default-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-medium-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-medium:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-medium:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-medium:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-corners.gif), sides:url(images/btn/btn-default-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-over-corners.gif), sides:url(images/btn/btn-default-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-pressed-corners.gif), sides:url(images/btn/btn-default-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-disabled-corners.gif), sides:url(images/btn/btn-default-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-medium-cell > .x-grid-cell-inner >.x-btn-default-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-large-tr, -.x-btn-default-large-br, -.x-btn-default-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-large-tl, -.x-btn-default-large-bl, -.x-btn-default-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-large-tl, -.x-btn-default-large-bl, -.x-btn-default-large-tr, -.x-btn-default-large-br, -.x-btn-default-large-tc, -.x-btn-default-large-bc, -.x-btn-default-large-ml, -.x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-large-ml, -.x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-large-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-corners.gif), sides:url(images/btn/btn-default-large-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-large { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-large { - font: 300 16px/20px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-large, -.x-btn-icon-left > .x-btn-inner-default-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-large { - font-size: 32px; - height: 32px; - color: #fff; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-large, -.x-btn-icon-right > .x-btn-icon-el-default-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-large, -.x-btn-icon-bottom > .x-btn-icon-el-default-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-large.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-large, -.x-btn-split-bottom > .x-btn-button-default-large { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-large.x-btn-arrow-right:after { - width: 28px; - background-image: url(images/button/default-large-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-large.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-large-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-large.x-btn-arrow-bottom:after { - height: 20px; - background-image: url(images/button/default-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-large.x-btn-split-right:after { - width: 35px; - background-image: url(images/button/default-large-s-arrow.png); - padding-right: 35px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-large.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-large-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-large.x-btn-split-bottom:after { - height: 29px; - background-image: url(images/button/default-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-large { - background-image: none; - background-color: #3892d4; - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 38px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-large .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-large { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-large { - -webkit-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - -moz-box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; - box-shadow: #d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-large, -.x-btn.x-btn-pressed.x-btn-default-large { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-large, -.x-btn-focus.x-btn-pressed.x-btn-default-large { - -webkit-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - -moz-box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; - box-shadow: #d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-large { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-large-tl, -.x-btn-focus .x-btn-default-large-bl, -.x-btn-focus .x-btn-default-large-tr, -.x-btn-focus .x-btn-default-large-br, -.x-btn-focus .x-btn-default-large-tc, -.x-btn-focus .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-large-ml, -.x-btn-focus .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-large-tl, -.x-btn-over .x-btn-default-large-bl, -.x-btn-over .x-btn-default-large-tr, -.x-btn-over .x-btn-default-large-br, -.x-btn-over .x-btn-default-large-tc, -.x-btn-over .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-large-ml, -.x-btn-over .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-large-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-large-tl, -.x-btn-focus.x-btn-over .x-btn-default-large-bl, -.x-btn-focus.x-btn-over .x-btn-default-large-tr, -.x-btn-focus.x-btn-over .x-btn-default-large-br, -.x-btn-focus.x-btn-over .x-btn-default-large-tc, -.x-btn-focus.x-btn-over .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-large-ml, -.x-btn-focus.x-btn-over .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-large-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-large-tl, -.x-btn.x-btn-menu-active .x-btn-default-large-bl, -.x-btn.x-btn-menu-active .x-btn-default-large-tr, -.x-btn.x-btn-menu-active .x-btn-default-large-br, -.x-btn.x-btn-menu-active .x-btn-default-large-tc, -.x-btn.x-btn-menu-active .x-btn-default-large-bc, -.x-btn.x-btn-pressed .x-btn-default-large-tl, -.x-btn.x-btn-pressed .x-btn-default-large-bl, -.x-btn.x-btn-pressed .x-btn-default-large-tr, -.x-btn.x-btn-pressed .x-btn-default-large-br, -.x-btn.x-btn-pressed .x-btn-default-large-tc, -.x-btn.x-btn-pressed .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-large-ml, -.x-btn.x-btn-menu-active .x-btn-default-large-mr, -.x-btn.x-btn-pressed .x-btn-default-large-ml, -.x-btn.x-btn-pressed .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-large-mc, -.x-btn.x-btn-pressed .x-btn-default-large-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-large-br, -.x-btn-focus.x-btn-pressed .x-btn-default-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-large-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-large-tl, -.x-btn.x-btn-disabled .x-btn-default-large-bl, -.x-btn.x-btn-disabled .x-btn-default-large-tr, -.x-btn.x-btn-disabled .x-btn-default-large-br, -.x-btn.x-btn-disabled .x-btn-default-large-tc, -.x-btn.x-btn-disabled .x-btn-default-large-bc { - background-image: url(images/btn/btn-default-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-large-ml, -.x-btn.x-btn-disabled .x-btn-default-large-mr { - background-image: url(images/btn/btn-default-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-large-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-large:after { - border-width: 1px; - border-color: #d7e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-large:after { - border-width: 1px; - border-color: #d6e7f3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-large:after { - border-width: 1px; - border-color: #d4e2ec; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-corners.gif), sides:url(images/btn/btn-default-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-over-corners.gif), sides:url(images/btn/btn-default-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-over-corners.gif), sides:url(images/btn/btn-default-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-pressed-corners.gif), sides:url(images/btn/btn-default-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-disabled-corners.gif), sides:url(images/btn/btn-default-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-large-cell > .x-grid-cell-inner >.x-btn-default-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-small-tr, -.x-btn-default-toolbar-small-br, -.x-btn-default-toolbar-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-small-tl, -.x-btn-default-toolbar-small-bl, -.x-btn-default-toolbar-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-small-tl, -.x-btn-default-toolbar-small-bl, -.x-btn-default-toolbar-small-tr, -.x-btn-default-toolbar-small-br, -.x-btn-default-toolbar-small-tc, -.x-btn-default-toolbar-small-bc, -.x-btn-default-toolbar-small-ml, -.x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-small-ml, -.x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-small-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-corners.gif), sides:url(images/btn/btn-default-toolbar-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-small { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-small { - min-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-small { - min-height: auto; - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-small { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 5px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-small, -.x-btn-icon-left > .x-btn-inner-default-toolbar-small { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-small { - font-size: 16px; - height: 16px; - color: #666; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-small.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small { - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small.x-rtl { - margin-right: 0; - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small.x-rtl { - margin-left: 0; - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-small, -.x-btn-split-bottom > .x-btn-button-default-toolbar-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after { - width: 16px; - background-image: url(images/button/default-toolbar-small-arrow.png); - padding-right: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-toolbar-small.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-toolbar-small-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-small.x-btn-arrow-bottom:after { - height: 13px; - background-image: url(images/button/default-toolbar-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-small.x-btn-split-right:after { - width: 20px; - background-image: url(images/button/default-toolbar-small-s-arrow.png); - padding-right: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-toolbar-small.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-toolbar-small-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-small.x-btn-split-bottom:after { - height: 15px; - background-image: url(images/button/default-toolbar-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-small { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 23px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-toolbar-small .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-small { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-small, -.x-btn.x-btn-pressed.x-btn-default-toolbar-small { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-small { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-small-tl, -.x-btn-focus .x-btn-default-toolbar-small-bl, -.x-btn-focus .x-btn-default-toolbar-small-tr, -.x-btn-focus .x-btn-default-toolbar-small-br, -.x-btn-focus .x-btn-default-toolbar-small-tc, -.x-btn-focus .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-small-ml, -.x-btn-focus .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-small-tl, -.x-btn-over .x-btn-default-toolbar-small-bl, -.x-btn-over .x-btn-default-toolbar-small-tr, -.x-btn-over .x-btn-default-toolbar-small-br, -.x-btn-over .x-btn-default-toolbar-small-tc, -.x-btn-over .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-small-ml, -.x-btn-over .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bc { - background-image: url(images/btn/btn-default-toolbar-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mr { - background-image: url(images/btn/btn-default-toolbar-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-small-cell > .x-grid-cell-inner >.x-btn-default-toolbar-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-medium-tr, -.x-btn-default-toolbar-medium-br, -.x-btn-default-toolbar-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-medium-tl, -.x-btn-default-toolbar-medium-bl, -.x-btn-default-toolbar-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-medium-tl, -.x-btn-default-toolbar-medium-bl, -.x-btn-default-toolbar-medium-tr, -.x-btn-default-toolbar-medium-br, -.x-btn-default-toolbar-medium-tc, -.x-btn-default-toolbar-medium-bc, -.x-btn-default-toolbar-medium-ml, -.x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-medium-ml, -.x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-medium-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-medium { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-medium { - font: 300 14px/18px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-medium, -.x-btn-icon-left > .x-btn-inner-default-toolbar-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-medium { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-medium.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-medium, -.x-btn-split-bottom > .x-btn-button-default-toolbar-medium { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-medium.x-btn-arrow-right:after { - width: 24px; - background-image: url(images/button/default-toolbar-medium-arrow.png); - padding-right: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-toolbar-medium.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-toolbar-medium-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/default-toolbar-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-medium.x-btn-split-right:after { - width: 28px; - background-image: url(images/button/default-toolbar-medium-s-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-toolbar-medium.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-toolbar-medium-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-medium.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/default-toolbar-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-medium { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 31px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-toolbar-medium .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-medium { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-medium, -.x-btn.x-btn-pressed.x-btn-default-toolbar-medium { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-medium { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-medium-tl, -.x-btn-focus .x-btn-default-toolbar-medium-bl, -.x-btn-focus .x-btn-default-toolbar-medium-tr, -.x-btn-focus .x-btn-default-toolbar-medium-br, -.x-btn-focus .x-btn-default-toolbar-medium-tc, -.x-btn-focus .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-medium-ml, -.x-btn-focus .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-medium-tl, -.x-btn-over .x-btn-default-toolbar-medium-bl, -.x-btn-over .x-btn-default-toolbar-medium-tr, -.x-btn-over .x-btn-default-toolbar-medium-br, -.x-btn-over .x-btn-default-toolbar-medium-tc, -.x-btn-over .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-medium-ml, -.x-btn-over .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bc { - background-image: url(images/btn/btn-default-toolbar-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mr { - background-image: url(images/btn/btn-default-toolbar-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-default-toolbar-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-default-toolbar-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-default-toolbar-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-default-toolbar-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-default-toolbar-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-default-toolbar-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-default-toolbar-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-default-toolbar-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-default-toolbar-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-default-toolbar-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-default-toolbar-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-default-toolbar-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-default-toolbar-large-tr, -.x-btn-default-toolbar-large-br, -.x-btn-default-toolbar-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-default-toolbar-large-tl, -.x-btn-default-toolbar-large-bl, -.x-btn-default-toolbar-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-default-toolbar-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-default-toolbar-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-default-toolbar-large-tl, -.x-btn-default-toolbar-large-bl, -.x-btn-default-toolbar-large-tr, -.x-btn-default-toolbar-large-br, -.x-btn-default-toolbar-large-tc, -.x-btn-default-toolbar-large-bc, -.x-btn-default-toolbar-large-ml, -.x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-default-toolbar-large-ml, -.x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-default-toolbar-large-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-corners.gif), sides:url(images/btn/btn-default-toolbar-large-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-default-toolbar-large { - border-color: #d8d8d8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-default-toolbar-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-default-toolbar-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-default-toolbar-large { - font: 300 16px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-default-toolbar-large, -.x-btn-icon-left > .x-btn-inner-default-toolbar-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-default-toolbar-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-default-toolbar-large { - font-size: 32px; - height: 32px; - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large, -.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large, -.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-default-toolbar-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-default-toolbar-large.x-btn-glyph { - color: #aeaeae; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-default-toolbar-large, -.x-btn-split-bottom > .x-btn-button-default-toolbar-large { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-default-toolbar-large.x-btn-arrow-right:after { - width: 28px; - background-image: url(images/button/default-toolbar-large-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-default-toolbar-large.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/default-toolbar-large-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-default-toolbar-large.x-btn-arrow-bottom:after { - height: 20px; - background-image: url(images/button/default-toolbar-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-default-toolbar-large.x-btn-split-right:after { - width: 35px; - background-image: url(images/button/default-toolbar-large-s-arrow.png); - padding-right: 35px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-default-toolbar-large.x-rtl.x-btn-split-right:after { - background-image: url(images/button/default-toolbar-large-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-default-toolbar-large.x-btn-split-bottom:after { - height: 29px; - background-image: url(images/button/default-toolbar-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-default-toolbar-large { - background-image: none; - background-color: #f5f5f5; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-default-toolbar-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 38px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-default-toolbar-large .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-default-toolbar-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-default-toolbar-large { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-default-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-default-toolbar-large, -.x-btn.x-btn-pressed.x-btn-default-toolbar-large { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large, -.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-default-toolbar-large { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-default-toolbar-large-tl, -.x-btn-focus .x-btn-default-toolbar-large-bl, -.x-btn-focus .x-btn-default-toolbar-large-tr, -.x-btn-focus .x-btn-default-toolbar-large-br, -.x-btn-focus .x-btn-default-toolbar-large-tc, -.x-btn-focus .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-default-toolbar-large-ml, -.x-btn-focus .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-default-toolbar-large-tl, -.x-btn-over .x-btn-default-toolbar-large-bl, -.x-btn-over .x-btn-default-toolbar-large-tr, -.x-btn-over .x-btn-default-toolbar-large-br, -.x-btn-over .x-btn-default-toolbar-large-tc, -.x-btn-over .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-default-toolbar-large-ml, -.x-btn-over .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-default-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-br, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-br, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mr, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mc, -.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-br, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bl, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tr, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-br, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tc, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bc { - background-image: url(images/btn/btn-default-toolbar-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-ml, -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mr { - background-image: url(images/btn/btn-default-toolbar-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-default-toolbar-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-default-toolbar-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-default-toolbar-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-default-toolbar-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-default-toolbar-large-cell > .x-grid-cell-inner >.x-btn-default-toolbar-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:1 */ -.x-tool { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:5 */ -.x-tool-img { - overflow: hidden; - width: 16px; - height: 16px; - background-image: url(images/tools/tool-sprites.png); - margin: 0; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:19 */ -.x-tool-over .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); - opacity: 0.9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:24 */ -.x-tool-pressed .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:30 */ -.x-tool-placeholder { - visibility: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:34 */ -.x-tool-close { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:43 */ -.x-tool-minimize { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:52 */ -.x-tool-maximize { - background-position: 0 -32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:61 */ -.x-tool-restore { - background-position: 0 -48px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:70 */ -.x-tool-toggle { - background-position: 0 -64px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:78 */ -.x-panel-collapsed .x-tool-toggle { - background-position: 0 -80px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:88 */ -.x-tool-gear { - background-position: 0 -96px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:97 */ -.x-tool-prev { - background-position: 0 -112px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:106 */ -.x-tool-next { - background-position: 0 -128px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:115 */ -.x-tool-pin { - background-position: 0 -144px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:124 */ -.x-tool-unpin { - background-position: 0 -160px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:133 */ -.x-tool-right { - background-position: 0 -176px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:142 */ -.x-tool-left { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:151 */ -.x-tool-down { - background-position: 0 -208px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:160 */ -.x-tool-up { - background-position: 0 -224px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:169 */ -.x-tool-refresh { - background-position: 0 -240px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:178 */ -.x-tool-plus { - background-position: 0 -256px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:187 */ -.x-tool-minus { - background-position: 0 -272px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:196 */ -.x-tool-search { - background-position: 0 -288px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:205 */ -.x-tool-save { - background-position: 0 -304px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:214 */ -.x-tool-help { - background-position: 0 -320px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:223 */ -.x-tool-print { - background-position: 0 -336px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:232 */ -.x-tool-expand { - background-position: 0 -352px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:241 */ -.x-tool-collapse { - background-position: 0 -368px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:250 */ -.x-tool-resize { - background-position: 0 -384px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:259 */ -.x-tool-move { - background-position: 0 -400px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:268 */ -.x-tool-expand-bottom { - background-position: 0 -208px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:277 */ -.x-tool-collapse-bottom { - background-position: 0 -208px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:286 */ -.x-tool-expand-top { - background-position: 0 -224px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:295 */ -.x-tool-collapse-top { - background-position: 0 -224px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:304 */ -.x-tool-expand-left { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:313 */ -.x-tool-collapse-left { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:322 */ -.x-tool-expand-right { - background-position: 0 -176px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:331 */ -.x-tool-collapse-right { - background-position: 0 -176px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:342 */ -.x-rtl.x-tool-expand-left { - background-position: 0 -176px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:351 */ -.x-rtl.x-tool-collapse-left { - background-position: 0 -176px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:360 */ -.x-rtl.x-tool-expand-right { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Tool.scss:369 */ -.x-rtl.x-tool-collapse-right { - background-position: 0 -192px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Header.scss:1 */ -.x-header-draggable, -.x-header-ghost { - cursor: move; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Header.scss:6 */ -.x-header-text { - white-space: nowrap; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:22 */ -.x-collapse-el { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:46 */ -.x-layout-split-left { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:55 */ -.x-layout-split-right { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:66 */ -.x-rtl.x-layout-split-left { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:75 */ -.x-rtl.x-layout-split-right { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:86 */ -.x-layout-split-top { - background-image: url(images/util/splitter/mini-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:95 */ -.x-layout-split-bottom { - background-image: url(images/util/splitter/mini-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:105 */ -.x-splitter-collapsed .x-layout-split-left { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:114 */ -.x-splitter-collapsed .x-layout-split-right { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:125 */ -.x-splitter-collapsed .x-rtl.x-layout-split-left { - background-image: url(images/util/splitter/mini-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:134 */ -.x-splitter-collapsed .x-rtl.x-layout-split-right { - background-image: url(images/util/splitter/mini-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:145 */ -.x-splitter-collapsed .x-layout-split-top { - background-image: url(images/util/splitter/mini-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:154 */ -.x-splitter-collapsed .x-layout-split-bottom { - background-image: url(images/util/splitter/mini-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:164 */ -.x-splitter-active { - background-color: #b4b4b4; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:168 */ -.x-splitter-active .x-collapse-el { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:173 */ -.x-layout-split-left, -.x-layout-split-right { - top: 50%; - margin-top: -24px; - width: 8px; - height: 48px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Splitter.scss:181 */ -.x-layout-split-top, -.x-layout-split-bottom { - left: 50%; - width: 48px; - height: 8px; - margin-left: -24px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-splitter-focus:after { - position: absolute; - content: ' '; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:232 */ -.x-toolbar-default { - padding: 6px 0 6px 8px; - border-style: solid; - border-color: #cfcfcf; - border-width: 1px; - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:236 */ -.x-toolbar-default.x-rtl { - padding: 6px 8px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:248 */ -.x-toolbar-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:263 */ -.x-toolbar-default .x-toolbar-item { - margin: 0 8px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:267 */ -.x-toolbar-default .x-toolbar-item.x-rtl { - margin: 0 0 0 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:273 */ -.x-toolbar-default .x-toolbar-separator-horizontal { - margin: 0 8px 0 0; - height: 14px; - border-style: solid; - border-width: 0 0 0 1px; - border-left-color: #e1e1e1; - border-right-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:282 */ -.x-toolbar-default .x-box-menu-after { - margin: 0 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:287 */ -.x-toolbar-default-vertical { - padding: 6px 8px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:291 */ -.x-toolbar-default-vertical.x-rtl { - padding: 6px 8px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:296 */ -.x-toolbar-default-vertical .x-toolbar-item { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:299 */ -.x-toolbar-default-vertical .x-toolbar-item.x-rtl { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:305 */ -.x-toolbar-default-vertical .x-toolbar-separator-vertical { - margin: 0 5px 6px; - border-style: solid none; - border-width: 1px 0 0; - border-top-color: #e1e1e1; - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:313 */ -.x-toolbar-default-vertical .x-box-menu-after { - margin: 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:328 */ -.x-toolbar-text-default { - padding: 0 4px; - color: #334049; - font: 300 13px/16px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:334 */ -.x-toolbar-spacer-default { - width: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-toolbar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-toolbar-default { - cursor: pointer; - color: #cfcfcf; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-toolbar-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-toolbar-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-toolbar-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-toolbar-default.x-box-scroller-left, -.x-box-scroller-toolbar-default.x-box-scroller-right { - width: 16px; - height: 16px; - top: 50%; - margin-top: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-toolbar-default.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-toolbar-default.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-toolbar-default.x-box-scroller-top, -.x-box-scroller-toolbar-default.x-box-scroller-bottom { - height: 16px; - width: 16px; - left: 50%; - margin-left: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-toolbar-default.x-box-scroller-top { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/toolbar/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-toolbar-default.x-box-scroller-bottom { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/toolbar/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:376 */ -.x-ie8 .x-box-scroller-toolbar-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:382 */ -.x-toolbar-more-icon { - background-image: url(images/toolbar/default-more.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:390 */ -.x-toolbar-more-icon.x-rtl { - background-image: url(images/toolbar/default-more-left.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-toolbar-default:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:232 */ -.x-toolbar-footer { - padding: 6px 0 6px 6px; - border-style: solid; - border-color: #cfcfcf; - border-width: 0; - background-image: none; - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:236 */ -.x-toolbar-footer.x-rtl { - padding: 6px 6px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:248 */ -.x-toolbar-footer .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:263 */ -.x-toolbar-footer .x-toolbar-item { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:267 */ -.x-toolbar-footer .x-toolbar-item.x-rtl { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:273 */ -.x-toolbar-footer .x-toolbar-separator-horizontal { - margin: 0 8px 0 0; - height: 14px; - border-style: solid; - border-width: 0 0 0 1px; - border-left-color: #e1e1e1; - border-right-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:282 */ -.x-toolbar-footer .x-box-menu-after { - margin: 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:287 */ -.x-toolbar-footer-vertical { - padding: 6px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:291 */ -.x-toolbar-footer-vertical.x-rtl { - padding: 6px 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:296 */ -.x-toolbar-footer-vertical .x-toolbar-item { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:299 */ -.x-toolbar-footer-vertical .x-toolbar-item.x-rtl { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:305 */ -.x-toolbar-footer-vertical .x-toolbar-separator-vertical { - margin: 0 5px 6px; - border-style: solid none; - border-width: 1px 0 0; - border-top-color: #e1e1e1; - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:313 */ -.x-toolbar-footer-vertical .x-box-menu-after { - margin: 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:328 */ -.x-toolbar-text-footer { - padding: 0 4px; - color: #334049; - font: 300 13px/16px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:334 */ -.x-toolbar-spacer-footer { - width: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-toolbar-footer-scroller .x-box-scroller-body-horizontal { - margin-left: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-toolbar-footer-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-toolbar-footer { - cursor: pointer; - color: #cfcfcf; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-toolbar-footer.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-toolbar-footer.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-toolbar-footer.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-toolbar-footer.x-box-scroller-left, -.x-box-scroller-toolbar-footer.x-box-scroller-right { - width: 16px; - height: 16px; - top: 50%; - margin-top: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-toolbar-footer.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/footer-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-toolbar-footer.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/toolbar/footer-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:376 */ -.x-ie8 .x-box-scroller-toolbar-footer { - background-color: #e7e7e7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:382 */ -.x-toolbar-more-icon { - background-image: url(images/toolbar/footer-more.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Toolbar.scss:390 */ -.x-toolbar-more-icon.x-rtl { - background-image: url(images/toolbar/footer-more-left.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-toolbar-footer:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:1 */ -.x-dd-drag-proxy { - color: #000; - font: 300 13px/17px helvetica, arial, verdana, sans-serif; - border: 1px solid #e1e1e1; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:8 */ -.x-dd-drag-ghost, -.x-dd-drop-icon { - padding: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:13 */ -.x-rtl .x-dd-drag-ghost, -.x-rtl .x-dd-drop-icon { - padding: 5px 5px 5px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:19 */ -.x-dd-drag-ghost { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:23 */ -.x-rtl .x-dd-drag-ghost { - padding-left: 5px; - padding-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:30 */ -.x-dd-drop-ok .x-dd-drop-icon { - background-image: url(images/dd/drop-yes.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:38 */ -.x-dd-drop-ok-add .x-dd-drop-icon { - background-image: url(images/dd/drop-add.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dd/StatusProxy.scss:47 */ -.x-dd-drop-nodrop div.x-dd-drop-icon { - background-image: url(images/dd/drop-no.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:899 */ -.x-panel-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-default { - border-color: #f5f5f5; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-default { - font-size: 15px; - border: 1px solid #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-default .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-default-horizontal { - padding: 9px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-default-horizontal .x-panel-header-default-tab-bar { - margin-top: -9px; - margin-bottom: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-default-horizontal.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-default-horizontal.x-header-noborder .x-panel-header-default-tab-bar { - margin-top: -10px; - margin-bottom: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-default-vertical { - padding: 9px 9px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-default-vertical .x-panel-header-default-tab-bar { - margin-right: -9px; - margin-left: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-default-vertical.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar { - margin-right: -10px; - margin-left: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:355 */ -.x-rtl.x-panel-header-default-vertical { - padding: 9px 10px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:359 */ -.x-rtl.x-panel-header-default-vertical .x-panel-header-default-tab-bar { - margin-left: -9px; - margin-right: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:367 */ -.x-rtl.x-panel-header-default-vertical.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:371 */ -.x-rtl.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar { - margin-left: -10px; - margin-right: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-default { - color: #157fcc; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-default > .x-title-text-default { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:450 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:467 */ -.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-default { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:667 */ -.x-panel-header-default { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:671 */ -.x-panel-header-default-vertical { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:676 */ -.x-rtl.x-panel-header-default-vertical { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:729 */ -.x-panel .x-panel-header-default-collapsed-border-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:733 */ -.x-panel .x-panel-header-default-collapsed-border-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:737 */ -.x-panel .x-panel-header-default-collapsed-border-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:741 */ -.x-panel .x-panel-header-default-collapsed-border-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-default-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:782 */ -.x-panel-header-default-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-default-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:792 */ -.x-panel-header-default-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-default-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:804 */ -.x-panel-header-default-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-default-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:814 */ -.x-panel-header-default-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-default .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-default .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-default .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:833 */ -.x-rtl.x-panel-header-default-collapsed-border-right { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:836 */ -.x-rtl.x-panel-header-default-collapsed-border-left { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-default-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-default-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-default-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-default-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-default-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-default-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-default-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-default-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-default-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-default-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-default-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-default-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-default-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-default-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-default-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-default-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-default-framed { - border-color: #f5f5f5; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-default-framed { - font-size: 15px; - border: 1px solid #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-default-framed .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-default-framed-horizontal { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-default-framed-horizontal .x-panel-header-default-framed-tab-bar { - margin-top: -9px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-default-framed-horizontal.x-header-noborder { - padding: 10px 10px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-default-framed-horizontal.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-top: -10px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-default-framed-vertical { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar { - margin-right: -9px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-default-framed-vertical.x-header-noborder { - padding: 10px 10px 10px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-right: -10px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:355 */ -.x-rtl.x-panel-header-default-framed-vertical { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:359 */ -.x-rtl.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar { - margin-left: -9px; - margin-right: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:367 */ -.x-rtl.x-panel-header-default-framed-vertical.x-header-noborder { - padding: 10px 9px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:371 */ -.x-rtl.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar { - margin-left: -10px; - margin-right: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-default-framed { - color: #157fcc; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-default-framed > .x-title-text-default-framed { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:450 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:467 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-default-framed { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-default-framed { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-default-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-default-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-default-framed-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-default-framed-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-default-framed-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-default-framed-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-default-framed-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-default-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-default-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-default-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-default-framed-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-default-framed-tr, -.x-panel-default-framed-br, -.x-panel-default-framed-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-default-framed-tl, -.x-panel-default-framed-bl, -.x-panel-default-framed-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-default-framed-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-default-framed-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-default-framed-tl, -.x-panel-default-framed-bl, -.x-panel-default-framed-tr, -.x-panel-default-framed-br, -.x-panel-default-framed-tc, -.x-panel-default-framed-bc, -.x-panel-default-framed-ml, -.x-panel-default-framed-mr { - background-image: url(images/panel/panel-default-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-default-framed-ml, -.x-panel-default-framed-mr { - background-image: url(images/panel/panel-default-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-default-framed-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-default-framed:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-default-framed-corners.gif), sides:url(images/panel/panel-default-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-top-frameInfo { - font-family: dh-4-4-0-4-1-1-0-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-top-tr, -.x-panel-header-default-framed-top-br, -.x-panel-header-default-framed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-top-tl, -.x-panel-header-default-framed-top-bl, -.x-panel-header-default-framed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-top-tl, -.x-panel-header-default-framed-top-bl, -.x-panel-header-default-framed-top-tr, -.x-panel-header-default-framed-top-br, -.x-panel-header-default-framed-top-tc, -.x-panel-header-default-framed-top-bc, -.x-panel-header-default-framed-top-ml, -.x-panel-header-default-framed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-top-ml, -.x-panel-header-default-framed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-top-mc { - padding: 6px 6px 9px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-default-framed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 0; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-default-framed-right { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-right-frameInfo { - font-family: dh-4-4-4-0-1-1-1-0-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-right-tr, -.x-panel-header-default-framed-right-br, -.x-panel-header-default-framed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-right-tl, -.x-panel-header-default-framed-right-bl, -.x-panel-header-default-framed-right-ml { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-right-tl, -.x-panel-header-default-framed-right-bl, -.x-panel-header-default-framed-right-tr, -.x-panel-header-default-framed-right-br, -.x-panel-header-default-framed-right-tc, -.x-panel-header-default-framed-right-bc, -.x-panel-header-default-framed-right-ml, -.x-panel-header-default-framed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-default-framed-right-tl, -.x-rtl.x-panel-header-default-framed-right-ml, -.x-rtl.x-panel-header-default-framed-right-bl, -.x-rtl.x-panel-header-default-framed-right-tr, -.x-rtl.x-panel-header-default-framed-right-mr, -.x-rtl.x-panel-header-default-framed-right-br { - background-image: url(images/panel-header/panel-header-default-framed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-right-ml, -.x-panel-header-default-framed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-right-mc { - padding: 6px 6px 6px 9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-default-framed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-bottom-frameInfo { - font-family: dh-0-4-4-4-0-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-bottom-tr, -.x-panel-header-default-framed-bottom-br, -.x-panel-header-default-framed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-bottom-tl, -.x-panel-header-default-framed-bottom-bl, -.x-panel-header-default-framed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-bottom-tl, -.x-panel-header-default-framed-bottom-bl, -.x-panel-header-default-framed-bottom-tr, -.x-panel-header-default-framed-bottom-br, -.x-panel-header-default-framed-bottom-tc, -.x-panel-header-default-framed-bottom-bc, -.x-panel-header-default-framed-bottom-ml, -.x-panel-header-default-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-bottom-ml, -.x-panel-header-default-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-bottom-mc { - padding: 9px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-bottom:before { - display: none; - content: "x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px 0 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-default-framed-left { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-left-frameInfo { - font-family: dh-4-0-4-4-1-0-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-left-tr, -.x-panel-header-default-framed-left-br, -.x-panel-header-default-framed-left-mr { - padding-right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-left-tl, -.x-panel-header-default-framed-left-bl, -.x-panel-header-default-framed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-left-tl, -.x-panel-header-default-framed-left-bl, -.x-panel-header-default-framed-left-tr, -.x-panel-header-default-framed-left-br, -.x-panel-header-default-framed-left-tc, -.x-panel-header-default-framed-left-bc, -.x-panel-header-default-framed-left-ml, -.x-panel-header-default-framed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-default-framed-left-tl, -.x-rtl.x-panel-header-default-framed-left-ml, -.x-rtl.x-panel-header-default-framed-left-bl, -.x-rtl.x-panel-header-default-framed-left-tr, -.x-rtl.x-panel-header-default-framed-left-mr, -.x-rtl.x-panel-header-default-framed-left-br { - background-image: url(images/panel-header/panel-header-default-framed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-left-ml, -.x-panel-header-default-framed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-left-mc { - padding: 6px 9px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-left:before { - display: none; - content: "x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-default-framed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-top-tr, -.x-panel-header-default-framed-collapsed-top-br, -.x-panel-header-default-framed-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-top-tl, -.x-panel-header-default-framed-collapsed-top-bl, -.x-panel-header-default-framed-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-top-tl, -.x-panel-header-default-framed-collapsed-top-bl, -.x-panel-header-default-framed-collapsed-top-tr, -.x-panel-header-default-framed-collapsed-top-br, -.x-panel-header-default-framed-collapsed-top-tc, -.x-panel-header-default-framed-collapsed-top-bc, -.x-panel-header-default-framed-collapsed-top-ml, -.x-panel-header-default-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-top-ml, -.x-panel-header-default-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-top-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-right { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-default-framed-collapsed-right { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-right-tr, -.x-panel-header-default-framed-collapsed-right-br, -.x-panel-header-default-framed-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-right-tl, -.x-panel-header-default-framed-collapsed-right-bl, -.x-panel-header-default-framed-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-right-tl, -.x-panel-header-default-framed-collapsed-right-bl, -.x-panel-header-default-framed-collapsed-right-tr, -.x-panel-header-default-framed-collapsed-right-br, -.x-panel-header-default-framed-collapsed-right-tc, -.x-panel-header-default-framed-collapsed-right-bc, -.x-panel-header-default-framed-collapsed-right-ml, -.x-panel-header-default-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-default-framed-collapsed-right-tl, -.x-rtl.x-panel-header-default-framed-collapsed-right-ml, -.x-rtl.x-panel-header-default-framed-collapsed-right-bl, -.x-rtl.x-panel-header-default-framed-collapsed-right-tr, -.x-rtl.x-panel-header-default-framed-collapsed-right-mr, -.x-rtl.x-panel-header-default-framed-collapsed-right-br { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-right-ml, -.x-panel-header-default-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-right-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-bottom { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-bottom-tr, -.x-panel-header-default-framed-collapsed-bottom-br, -.x-panel-header-default-framed-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-bottom-tl, -.x-panel-header-default-framed-collapsed-bottom-bl, -.x-panel-header-default-framed-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-bottom-tl, -.x-panel-header-default-framed-collapsed-bottom-bl, -.x-panel-header-default-framed-collapsed-bottom-tr, -.x-panel-header-default-framed-collapsed-bottom-br, -.x-panel-header-default-framed-collapsed-bottom-tc, -.x-panel-header-default-framed-collapsed-bottom-bc, -.x-panel-header-default-framed-collapsed-bottom-ml, -.x-panel-header-default-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-bottom-ml, -.x-panel-header-default-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-bottom-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-default-framed-collapsed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-default-framed-collapsed-left { - background-image: none; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-default-framed-collapsed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-default-framed-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-default-framed-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-default-framed-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-default-framed-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-default-framed-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-default-framed-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-default-framed-collapsed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-default-framed-collapsed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-default-framed-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-default-framed-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-default-framed-collapsed-left-tr, -.x-panel-header-default-framed-collapsed-left-br, -.x-panel-header-default-framed-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-default-framed-collapsed-left-tl, -.x-panel-header-default-framed-collapsed-left-bl, -.x-panel-header-default-framed-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-default-framed-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-default-framed-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-default-framed-collapsed-left-tl, -.x-panel-header-default-framed-collapsed-left-bl, -.x-panel-header-default-framed-collapsed-left-tr, -.x-panel-header-default-framed-collapsed-left-br, -.x-panel-header-default-framed-collapsed-left-tc, -.x-panel-header-default-framed-collapsed-left-bc, -.x-panel-header-default-framed-collapsed-left-ml, -.x-panel-header-default-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-default-framed-collapsed-left-tl, -.x-rtl.x-panel-header-default-framed-collapsed-left-ml, -.x-rtl.x-panel-header-default-framed-collapsed-left-bl, -.x-rtl.x-panel-header-default-framed-collapsed-left-tr, -.x-rtl.x-panel-header-default-framed-collapsed-left-mr, -.x-rtl.x-panel-header-default-framed-collapsed-left-br { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-default-framed-collapsed-left-ml, -.x-panel-header-default-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-default-framed-collapsed-left-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-default-framed-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:629 */ -.x-panel .x-panel-header-default-framed-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:633 */ -.x-panel .x-panel-header-default-framed-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:637 */ -.x-panel .x-panel-header-default-framed-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:641 */ -.x-panel .x-panel-header-default-framed-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:647 */ -.x-nbr .x-panel-header-default-framed-collapsed-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:651 */ -.x-nbr .x-panel-header-default-framed-collapsed-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:655 */ -.x-nbr .x-panel-header-default-framed-collapsed-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:659 */ -.x-nbr .x-panel-header-default-framed-collapsed-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-default-framed-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:782 */ -.x-panel-header-default-framed-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-default-framed-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:792 */ -.x-panel-header-default-framed-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-default-framed-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:804 */ -.x-panel-header-default-framed-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-default-framed-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:814 */ -.x-panel-header-default-framed-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-default-framed .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-default-framed .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-default-framed .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:833 */ -.x-rtl.x-panel-header-default-framed-collapsed-border-right { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:836 */ -.x-rtl.x-panel-header-default-framed-collapsed-border-left { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-default-framed-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-default-framed-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-default-framed-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-default-framed-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-default-framed-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-default-framed-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-default-framed-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-default-framed-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-default-framed-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-default-framed-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-default-framed-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-default-framed-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-default-framed-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-default-framed-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-default-framed-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-default-framed-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:101 */ -.x-btn-group-default { - border-color: #fff; - -webkit-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - -moz-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:110 */ -.x-btn-group-header-default { - padding: 4px 5px; - line-height: 16px; - background: #fff; - -moz-border-radius-topleft: 0px; - -webkit-border-top-left-radius: 0px; - border-top-left-radius: 0px; - -moz-border-radius-topright: 0px; - -webkit-border-top-right-radius: 0px; - border-top-right-radius: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:121 */ -.x-btn-group-header-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:132 */ -.x-btn-group-header-title-default { - font: 300 13px helvetica, arial, verdana, sans-serif; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:138 */ -.x-btn-group-body-default { - padding: 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:140 */ -.x-btn-group-body-default .x-table-layout { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-group-default-framed { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 0px 1px 0px 1px; - border-width: 3px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-group-default-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-group-default-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-group-default-framed-frameInfo { - font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-group-default-framed-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-group-default-framed-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-group-default-framed-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-group-default-framed-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-group-default-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-group-default-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-group-default-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-group-default-framed-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-group-default-framed-tr, -.x-btn-group-default-framed-br, -.x-btn-group-default-framed-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-group-default-framed-tl, -.x-btn-group-default-framed-bl, -.x-btn-group-default-framed-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-group-default-framed-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-group-default-framed-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-group-default-framed-tl, -.x-btn-group-default-framed-bl, -.x-btn-group-default-framed-tr, -.x-btn-group-default-framed-br, -.x-btn-group-default-framed-tc, -.x-btn-group-default-framed-bc, -.x-btn-group-default-framed-ml, -.x-btn-group-default-framed-mr { - background-image: url(images/btn-group/btn-group-default-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-group-default-framed-ml, -.x-btn-group-default-framed-mr { - background-image: url(images/btn-group/btn-group-default-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-group-default-framed-mc { - padding: 0px 1px 0px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-group-default-framed:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-corners.gif), sides:url(images/btn-group/btn-group-default-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-group-default-framed-notitle { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 0px 1px 0px 1px; - border-width: 3px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-group-default-framed-notitle-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-group-default-framed-notitle { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-group-default-framed-notitle-frameInfo { - font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-group-default-framed-notitle-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-group-default-framed-notitle-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-group-default-framed-notitle-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-group-default-framed-notitle-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-group-default-framed-notitle-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-group-default-framed-notitle-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-group-default-framed-notitle-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-group-default-framed-notitle-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-group-default-framed-notitle-tr, -.x-btn-group-default-framed-notitle-br, -.x-btn-group-default-framed-notitle-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-group-default-framed-notitle-tl, -.x-btn-group-default-framed-notitle-bl, -.x-btn-group-default-framed-notitle-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-group-default-framed-notitle-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-group-default-framed-notitle-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-group-default-framed-notitle-tl, -.x-btn-group-default-framed-notitle-bl, -.x-btn-group-default-framed-notitle-tr, -.x-btn-group-default-framed-notitle-br, -.x-btn-group-default-framed-notitle-tc, -.x-btn-group-default-framed-notitle-bc, -.x-btn-group-default-framed-notitle-ml, -.x-btn-group-default-framed-notitle-mr { - background-image: url(images/btn-group/btn-group-default-framed-notitle-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-group-default-framed-notitle-ml, -.x-btn-group-default-framed-notitle-mr { - background-image: url(images/btn-group/btn-group-default-framed-notitle-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-group-default-framed-notitle-mc { - padding: 0px 1px 0px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-group-default-framed-notitle:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-notitle-corners.gif), sides:url(images/btn-group/btn-group-default-framed-notitle-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:101 */ -.x-btn-group-default-framed { - border-color: #fff; - -webkit-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - -moz-box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; - box-shadow: #fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:110 */ -.x-btn-group-header-default-framed { - padding: 4px 5px; - line-height: 16px; - background: #fff; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:121 */ -.x-btn-group-header-default-framed .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:132 */ -.x-btn-group-header-title-default-framed { - font: 300 13px helvetica, arial, verdana, sans-serif; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:138 */ -.x-btn-group-body-default-framed { - padding: 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/container/ButtonGroup.scss:140 */ -.x-btn-group-body-default-framed .x-table-layout { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:1 */ -.x-dashboard-column { - padding: 0 0 7px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:5 */ -.x-dashboard-panel { - margin-top: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:9 */ -.x-dashboard-column-first { - padding-left: 7px; - clear: left; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:14 */ -.x-dashboard-column-last { - padding-right: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:18 */ -.x-dashboard .x-panel-dd-spacer { - border: 2px dashed #99bbe8; - background: #f6f6f6; - border-radius: 4px; - -moz-border-radius: 4px; - margin-top: 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/dashboard/Dashboard.scss:28 */ -.x-dashboard-dd-over { - overflow: hidden !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:696 */ -.x-window-ghost { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:228 */ -.x-window-default { - border-color: #f5f5f5; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-default { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-default-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-default { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-default-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-default-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-default-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-default-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-default-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-default-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-default-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-default-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-default-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-default-tr, -.x-window-default-br, -.x-window-default-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-default-tl, -.x-window-default-bl, -.x-window-default-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-default-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-default-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-default-tl, -.x-window-default-bl, -.x-window-default-tr, -.x-window-default-br, -.x-window-default-tc, -.x-window-default-bc, -.x-window-default-ml, -.x-window-default-mr { - background-image: url(images/window/window-default-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-default-ml, -.x-window-default-mr { - background-image: url(images/window/window-default-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-default-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-default:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window/window-default-corners.gif), sides:url(images/window/window-default-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:250 */ -.x-window-body-default { - border-color: #f5f5f5; - border-width: 1px; - border-style: solid; - background: #fff; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:264 */ -.x-window-header-default { - font-size: 15px; - border-color: #f5f5f5; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:269 */ -.x-window-header-default .x-tool-img { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:282 */ -.x-window-header-default-horizontal .x-window-header-default-tab-bar { - margin-top: -9px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:289 */ -.x-window-header-default-vertical .x-window-header-default-tab-bar { - margin-right: -9px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:297 */ -.x-rtl.x-window-header-default-vertical .x-window-header-default-tab-bar { - margin-left: -9px; - margin-right: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:305 */ -.x-window-header-title-default { - color: #157fcc; - font-size: 15px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:314 */ -.x-window-header-title-default > .x-title-text-default { - padding: 0; - text-transform: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:361 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:366 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:371 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:378 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:383 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:388 */ -.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:395 */ -.x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - width: 16px; - height: 16px; - font-size: 16px; - color: #157fcc; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:414 */ -.x-ie8 .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-top-tr, -.x-window-header-default-top-br, -.x-window-header-default-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-top-tl, -.x-window-header-default-top-bl, -.x-window-header-default-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-top-tl, -.x-window-header-default-top-bl, -.x-window-header-default-top-tr, -.x-window-header-default-top-br, -.x-window-header-default-top-tc, -.x-window-header-default-top-bc, -.x-window-header-default-top-ml, -.x-window-header-default-top-mr { - background-image: url(images/window-header/window-header-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-top-ml, -.x-window-header-default-top-mr { - background-image: url(images/window-header/window-header-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-top-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-top-corners.gif), sides:url(images/window-header/window-header-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-right-tr, -.x-window-header-default-right-br, -.x-window-header-default-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-right-tl, -.x-window-header-default-right-bl, -.x-window-header-default-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-right-tl, -.x-window-header-default-right-bl, -.x-window-header-default-right-tr, -.x-window-header-default-right-br, -.x-window-header-default-right-tc, -.x-window-header-default-right-bc, -.x-window-header-default-right-ml, -.x-window-header-default-right-mr { - background-image: url(images/window-header/window-header-default-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-window-header-default-right-tl, -.x-rtl.x-window-header-default-right-ml, -.x-rtl.x-window-header-default-right-bl, -.x-rtl.x-window-header-default-right-tr, -.x-rtl.x-window-header-default-right-mr, -.x-rtl.x-window-header-default-right-br { - background-image: url(images/window-header/window-header-default-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-right-ml, -.x-window-header-default-right-mr { - background-image: url(images/window-header/window-header-default-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-right-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-right-corners.gif), corners-rtl:url(images/window-header/window-header-default-right-corners-rtl.gif), sides:url(images/window-header/window-header-default-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-bottom-tr, -.x-window-header-default-bottom-br, -.x-window-header-default-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-bottom-tl, -.x-window-header-default-bottom-bl, -.x-window-header-default-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-bottom-tl, -.x-window-header-default-bottom-bl, -.x-window-header-default-bottom-tr, -.x-window-header-default-bottom-br, -.x-window-header-default-bottom-tc, -.x-window-header-default-bottom-bc, -.x-window-header-default-bottom-ml, -.x-window-header-default-bottom-mr { - background-image: url(images/window-header/window-header-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-bottom-ml, -.x-window-header-default-bottom-mr { - background-image: url(images/window-header/window-header-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-bottom-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-bottom-corners.gif), sides:url(images/window-header/window-header-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-left-tr, -.x-window-header-default-left-br, -.x-window-header-default-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-left-tl, -.x-window-header-default-left-bl, -.x-window-header-default-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-left-tl, -.x-window-header-default-left-bl, -.x-window-header-default-left-tr, -.x-window-header-default-left-br, -.x-window-header-default-left-tc, -.x-window-header-default-left-bc, -.x-window-header-default-left-ml, -.x-window-header-default-left-mr { - background-image: url(images/window-header/window-header-default-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-window-header-default-left-tl, -.x-rtl.x-window-header-default-left-ml, -.x-rtl.x-window-header-default-left-bl, -.x-rtl.x-window-header-default-left-tr, -.x-rtl.x-window-header-default-left-mr, -.x-rtl.x-window-header-default-left-br { - background-image: url(images/window-header/window-header-default-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-left-ml, -.x-window-header-default-left-mr { - background-image: url(images/window-header/window-header-default-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-left-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-left-corners.gif), corners-rtl:url(images/window-header/window-header-default-left-corners-rtl.gif), sides:url(images/window-header/window-header-default-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-top { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-top-tr, -.x-window-header-default-collapsed-top-br, -.x-window-header-default-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-top-tl, -.x-window-header-default-collapsed-top-bl, -.x-window-header-default-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-top-tl, -.x-window-header-default-collapsed-top-bl, -.x-window-header-default-collapsed-top-tr, -.x-window-header-default-collapsed-top-br, -.x-window-header-default-collapsed-top-tc, -.x-window-header-default-collapsed-top-bc, -.x-window-header-default-collapsed-top-ml, -.x-window-header-default-collapsed-top-mr { - background-image: url(images/window-header/window-header-default-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-top-ml, -.x-window-header-default-collapsed-top-mr { - background-image: url(images/window-header/window-header-default-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-top-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-top-corners.gif), sides:url(images/window-header/window-header-default-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-right { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-right-tr, -.x-window-header-default-collapsed-right-br, -.x-window-header-default-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-right-tl, -.x-window-header-default-collapsed-right-bl, -.x-window-header-default-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-right-tl, -.x-window-header-default-collapsed-right-bl, -.x-window-header-default-collapsed-right-tr, -.x-window-header-default-collapsed-right-br, -.x-window-header-default-collapsed-right-tc, -.x-window-header-default-collapsed-right-bc, -.x-window-header-default-collapsed-right-ml, -.x-window-header-default-collapsed-right-mr { - background-image: url(images/window-header/window-header-default-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-window-header-default-collapsed-right-tl, -.x-rtl.x-window-header-default-collapsed-right-ml, -.x-rtl.x-window-header-default-collapsed-right-bl, -.x-rtl.x-window-header-default-collapsed-right-tr, -.x-rtl.x-window-header-default-collapsed-right-mr, -.x-rtl.x-window-header-default-collapsed-right-br { - background-image: url(images/window-header/window-header-default-collapsed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-right-ml, -.x-window-header-default-collapsed-right-mr { - background-image: url(images/window-header/window-header-default-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-right-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-right-corners.gif), corners-rtl:url(images/window-header/window-header-default-collapsed-right-corners-rtl.gif), sides:url(images/window-header/window-header-default-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-bottom { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-bottom-tr, -.x-window-header-default-collapsed-bottom-br, -.x-window-header-default-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-bottom-tl, -.x-window-header-default-collapsed-bottom-bl, -.x-window-header-default-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-bottom-tl, -.x-window-header-default-collapsed-bottom-bl, -.x-window-header-default-collapsed-bottom-tr, -.x-window-header-default-collapsed-bottom-br, -.x-window-header-default-collapsed-bottom-tc, -.x-window-header-default-collapsed-bottom-bc, -.x-window-header-default-collapsed-bottom-ml, -.x-window-header-default-collapsed-bottom-mr { - background-image: url(images/window-header/window-header-default-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-bottom-ml, -.x-window-header-default-collapsed-bottom-mr { - background-image: url(images/window-header/window-header-default-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-bottom-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-bottom-corners.gif), sides:url(images/window-header/window-header-default-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-window-header-default-collapsed-left { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-window-header-default-collapsed-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-window-header-default-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-window-header-default-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-window-header-default-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-window-header-default-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-window-header-default-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-window-header-default-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-window-header-default-collapsed-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-window-header-default-collapsed-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-window-header-default-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-window-header-default-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-window-header-default-collapsed-left-tr, -.x-window-header-default-collapsed-left-br, -.x-window-header-default-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-window-header-default-collapsed-left-tl, -.x-window-header-default-collapsed-left-bl, -.x-window-header-default-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-window-header-default-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-window-header-default-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-window-header-default-collapsed-left-tl, -.x-window-header-default-collapsed-left-bl, -.x-window-header-default-collapsed-left-tr, -.x-window-header-default-collapsed-left-br, -.x-window-header-default-collapsed-left-tc, -.x-window-header-default-collapsed-left-bc, -.x-window-header-default-collapsed-left-ml, -.x-window-header-default-collapsed-left-mr { - background-image: url(images/window-header/window-header-default-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-window-header-default-collapsed-left-tl, -.x-rtl.x-window-header-default-collapsed-left-ml, -.x-rtl.x-window-header-default-collapsed-left-bl, -.x-rtl.x-window-header-default-collapsed-left-tr, -.x-rtl.x-window-header-default-collapsed-left-mr, -.x-rtl.x-window-header-default-collapsed-left-br { - background-image: url(images/window-header/window-header-default-collapsed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-window-header-default-collapsed-left-ml, -.x-window-header-default-collapsed-left-mr { - background-image: url(images/window-header/window-header-default-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-window-header-default-collapsed-left-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-window-header-default-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-left-corners.gif), corners-rtl:url(images/window-header/window-header-default-collapsed-left-corners-rtl.gif), sides:url(images/window-header/window-header-default-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:538 */ -.x-window-header-default .x-window-header-icon { - width: 16px; - height: 16px; - color: #157fcc; - font-size: 16px; - line-height: 16px; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:547 */ -.x-window-header-default .x-window-header-glyph { - color: #157fcc; - font-size: 16px; - line-height: 16px; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:564 */ -.x-ie8 .x-window-header-default .x-window-header-glyph { - color: #85bae1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:573 */ -.x-window-header-default-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:578 */ -.x-window-header-default-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:583 */ -.x-window-header-default-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:588 */ -.x-window-header-default-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:595 */ -.x-window-header-default-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:600 */ -.x-window-header-default-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:605 */ -.x-window-header-default-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:610 */ -.x-window-header-default-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:617 */ -.x-window-header-default .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-window-header-default .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-window-header-default .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:630 */ -.x-window-header-default { - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:640 */ -.x-nbr .x-window-default-collapsed .x-window-header { - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-window-default-outer-border-l { - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-window-default-outer-border-b { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-window-default-outer-border-bl { - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-window-default-outer-border-r { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-window-default-outer-border-rl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-window-default-outer-border-rb { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-window-default-outer-border-rbl { - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-window-default-outer-border-t { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-window-default-outer-border-tl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-window-default-outer-border-tb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-window-default-outer-border-tbl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-window-default-outer-border-tr { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-window-default-outer-border-trl { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-left-color: #f5f5f5 !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-window-default-outer-border-trb { - border-top-color: #f5f5f5 !important; - border-top-width: 1px !important; - border-right-color: #f5f5f5 !important; - border-right-width: 1px !important; - border-bottom-color: #f5f5f5 !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-window-default-outer-border-trbl { - border-color: #f5f5f5 !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Window.scss:706 */ -.x-window-body-plain { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:97 */ -.x-form-item-label-default { - color: #666; - font: 300 13px/17px helvetica, arial, verdana, sans-serif; - min-height: 24px; - padding-top: 4px; - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:106 */ -.x-form-item-label-default.x-rtl { - padding-left: 5px; - padding-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:113 */ -.x-ie8 .x-form-item-label-default { - min-height: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:119 */ -.x-form-item-label-default.x-form-item-label-top { - height: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:121 */ -.x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner { - padding-top: 4px; - padding-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:127 */ -.x-form-item-label-default.x-form-item-label-top-side-error:after { - width: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:132 */ -.x-form-item-body-default { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:136 */ -.x-form-invalid-icon-default { - width: 16px; - height: 16px; - margin: 0 5px; - background: url(images/form/exclamation.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:143 */ -.x-form-invalid-under-default { - padding: 2px 2px 2px 20px; - color: #cf4c35; - font: 300 13px/16px helvetica, arial, verdana, sans-serif; - background: no-repeat 0 2px; - background-image: url(images/form/exclamation.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:151 */ -.x-form-error-wrap-default.x-form-error-wrap-side { - width: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:156 */ -.x-form-item-default.x-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/Labelable.scss:194 */ -.x-autocontainer-form-item, -.x-anchor-form-item, -.x-vbox-form-item, -.x-table-form-item { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:201 */ -.x-form-text-field-body-default { - min-width: 170px; - max-width: 170px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:221 */ -.x-form-trigger-wrap-default { - border-width: 1px; - border-style: solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:229 */ -.x-form-trigger-wrap-default.x-form-trigger-wrap-focus { - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:233 */ -.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid { - border-color: #cf4c35; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:258 */ -.x-form-text-default { - color: #000; - padding: 3px 6px 2px; - background-color: #fff; - font: 300 13px/17px helvetica, arial, verdana, sans-serif; - min-height: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:272 */ -.x-ie8 .x-form-text-default { - min-height: 17px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:278 */ -.x-form-text-default.x-form-textarea { - line-height: 15px; - min-height: 60px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:283 */ -.x-ie8 .x-form-text-default.x-form-textarea { - min-height: 55px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:290 */ -.x-form-text-default.x-form-text-file { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:295 */ -.x-form-empty-field-default { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:300 */ -.x-form-text-default:-ms-input-placeholder { - color: gray; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:304 */ -.x-form-invalid-field-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:315 */ -.x-form-trigger-default { - width: 22px; - background: 0 center #fff url(images/form/trigger.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:333 */ -.x-form-trigger-default.x-rtl { - background-image: url(images/form/trigger-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:338 */ -.x-form-trigger-default.x-form-trigger-over { - background-position: -22px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:344 */ -.x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus { - background-position: -88px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:349 */ -.x-form-trigger-default.x-form-trigger-focus { - background-position: -66px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:358 */ -.x-form-trigger.x-form-trigger-default.x-form-trigger-click { - background-position: -44px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:367 */ -.x-textfield-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:427 */ -.x-form-clear-trigger { - background-image: url(images/form/clear-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:433 */ -.x-form-clear-trigger.x-rtl { - background-image: url(images/form/clear-trigger-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:440 */ -.x-form-search-trigger { - background-image: url(images/form/search-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Text.scss:446 */ -.x-form-search-trigger.x-rtl { - background-image: url(images/form/search-trigger-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:1 */ -.x-message-box .x-window-body { - background-color: #fff; - border-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:10 */ -.x-message-box-info, -.x-message-box-warning, -.x-message-box-question, -.x-message-box-error { - background-position: left top; - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:20 */ -.x-rtl.x-message-box-info, -.x-rtl.x-message-box-warning, -.x-rtl.x-message-box-question, -.x-rtl.x-message-box-error { - background-position: right top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:29 */ -.x-message-box-icon { - height: 32px; - width: 32px; - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:35 */ -.x-message-box-info { - background-image: url(images/shared/icon-info.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:44 */ -.x-message-box-warning { - background-image: url(images/shared/icon-warning.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:53 */ -.x-message-box-question { - background-image: url(images/shared/icon-question.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/MessageBox.scss:62 */ -.x-message-box-error { - background-image: url(images/shared/icon-error.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:89 */ -.x-form-cb-wrap-default { - height: 24px; - min-width: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:98 */ -.x-form-cb-default { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:103 */ -.x-form-checkbox-default, -.x-form-radio-default { - width: 15px; - height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:109 */ -.x-form-radio-default { - background: url(images/form/radio.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:120 */ -.x-form-cb-checked .x-form-radio-default { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:126 */ -.x-form-checkbox-default { - background: url(images/form/checkbox.png) no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:137 */ -.x-form-cb-checked .x-form-checkbox-default { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:144 */ -.x-form-checkbox-focus.x-form-radio-default { - background-position: -15px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:150 */ -.x-form-cb-checked .x-form-checkbox-focus.x-form-radio-default { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:156 */ -.x-form-checkbox-focus.x-form-checkbox-default { - background-position: -15px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:162 */ -.x-form-cb-checked .x-form-checkbox-focus.x-form-checkbox-default { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:169 */ -.x-form-cb-label-default { - margin-top: 4px; - font: 300 helvetica, arial, verdana, sans-serif/17px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:173 */ -.x-form-cb-label-default.x-form-cb-label-before { - padding-right: 19px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:177 */ -.x-form-cb-label-default.x-form-cb-label-before.x-rtl { - padding-right: 0; - padding-left: 19px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:184 */ -.x-form-cb-label-default.x-form-cb-label-after { - padding-left: 19px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:189 */ -.x-form-cb-label-default.x-rtl { - padding-left: 0; - padding-right: 19px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Checkbox.scss:198 */ -.x-checkbox-default-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/CheckboxGroup.scss:44 */ -.x-form-item-body-default.x-form-checkboxgroup-body { - padding: 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/CheckboxGroup.scss:47 */ -.x-form-invalid .x-form-item-body-default.x-form-checkboxgroup-body { - border-width: 1px; - border-style: solid; - border-color: #cf4c35; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:122 */ -.x-fieldset-default { - border: 1px solid #cfcfcf; - padding: 0 10px; - margin: 0 0 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:135 */ -.x-ie8 .x-fieldset-default { - padding-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:138 */ -.x-ie8 .x-fieldset-body-default { - padding-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:144 */ -.x-fieldset-header-default { - padding: 0 3px 1px; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:148 */ -.x-fieldset-header-default > .x-fieldset-header-text { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #000; - padding: 1px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:155 */ -.x-fieldset-header-checkbox-default { - margin: 2px 4px 0 0; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:158 */ -.x-fieldset-header-checkbox-default.x-rtl { - margin: 2px 0 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:165 */ -.x-fieldset-header-tool-default { - margin: 2px 4px 0 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:168 */ -.x-fieldset-header-tool-default.x-rtl { - margin: 2px 0 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:174 */ -.x-fieldset-header-tool-default > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; - height: 15px; - width: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:181 */ -.x-fieldset-header-tool-default.x-tool-over > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); - opacity: 0.9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:187 */ -.x-fieldset-header-tool-default.x-tool-pressed > .x-tool-img { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:198 */ -.x-fieldset-header-tool-default > .x-tool-toggle { - background-image: url(images/fieldset/collapse-tool.png); - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:205 */ -.x-fieldset-header-tool-default.x-tool-over > .x-tool-toggle { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:212 */ -.x-fieldset-header-tool-default.x-focus { - outline: 1px solid red; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:218 */ -.x-fieldset-default.x-fieldset-collapsed { - border-width: 1px 1px 0 1px; - border-left-color: transparent; - border-right-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:231 */ -.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle { - background-position: -15px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/FieldSet.scss:235 */ -.x-fieldset-default.x-fieldset-collapsed .x-tool-over > .x-tool-toggle { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:71 */ -.x-form-trigger-spinner-default { - width: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:85 */ -.x-form-spinner-default { - background-image: url(images/form/spinner.png); - background-color: #fff; - width: 22px; - height: 11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:90 */ -.x-form-spinner-default.x-rtl { - background-image: url(images/form/spinner-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:143 */ -.x-form-spinner-up-default { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:146 */ -.x-form-spinner-up-default.x-form-spinner-over { - background-position: -22px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:148 */ -.x-form-spinner-up-default.x-form-spinner-over.x-form-spinner-focus { - background-position: -88px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:153 */ -.x-form-spinner-up-default.x-form-spinner-focus { - background-position: -66px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:158 */ -.x-form-spinner-up-default.x-form-spinner.x-form-spinner-click { - background-position: -44px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:163 */ -.x-form-spinner-down-default { - background-position: 0 -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:166 */ -.x-form-spinner-down-default.x-form-spinner-over { - background-position: -22px -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:168 */ -.x-form-spinner-down-default.x-form-spinner-over.x-form-spinner-focus { - background-position: -88px -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:173 */ -.x-form-spinner-down-default.x-form-spinner-focus { - background-position: -66px -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/trigger/Spinner.scss:178 */ -.x-form-spinner-down-default.x-form-spinner.x-form-spinner-click { - background-position: -44px -11px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:1 */ -.x-tbar-page-number { - width: 30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:10 */ -.x-btn-icon-el.x-tbar-page-first { - background-image: url(images/grid/page-first.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:19 */ -.x-btn-icon-el.x-tbar-page-prev { - background-image: url(images/grid/page-prev.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:28 */ -.x-btn-icon-el.x-tbar-page-next { - background-image: url(images/grid/page-next.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:37 */ -.x-btn-icon-el.x-tbar-page-last { - background-image: url(images/grid/page-last.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:46 */ -.x-btn-icon-el.x-tbar-loading { - background-image: url(images/grid/refresh.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:92 */ -.x-rtl.x-tbar-page-first { - background-image: url(images/grid/page-last.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:100 */ -.x-rtl.x-tbar-page-prev { - background-image: url(images/grid/page-next.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:108 */ -.x-rtl.x-tbar-page-next { - background-image: url(images/grid/page-prev.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Paging.scss:116 */ -.x-rtl.x-tbar-page-last { - background-image: url(images/grid/page-first.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:1 */ -.x-boundlist { - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:8 */ -.x-boundlist-item { - padding: 0 6px; - font: normal 13px helvetica, arial, verdana, sans-serif; - line-height: 22px; - cursor: pointer; - cursor: hand; - position: relative; - /*allow hover in IE on empty items*/ - border-width: 1px; - border-style: dotted; - border-color: #fff; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:25 */ -.x-boundlist-selected { - background: #c2ddf2; - border-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:33 */ -.x-boundlist-item-over { - background: #d6e9f6; - border-color: #d6e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:42 */ -.x-boundlist-floating { - border-top-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/BoundList.scss:46 */ -.x-boundlist-above { - border-top-width: 1px; - border-bottom-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:9 */ -.x-datepicker { - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background-color: #fff; - width: 212px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:19 */ -.x-datepicker-header { - padding: 4px 6px; - text-align: center; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:29 */ -.x-datepicker-arrow { - width: 12px; - height: 12px; - top: 9px; - cursor: pointer; - -webkit-touch-callout: none; - background-color: #f5f5f5; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:51 */ -div.x-datepicker-arrow:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:56 */ -.x-datepicker-next { - right: 6px; - background: url(images/datepicker/arrow-right.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:65 */ -.x-datepicker-prev { - left: 6px; - background: url(images/datepicker/arrow-left.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:74 */ -.x-datepicker-month { - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:77 */ -.x-datepicker-month .x-btn, -.x-datepicker-month .x-btn .x-btn-tc, -.x-datepicker-month .x-btn .x-btn-tl, -.x-datepicker-month .x-btn .x-btn-tr, -.x-datepicker-month .x-btn .x-btn-mc, -.x-datepicker-month .x-btn .x-btn-ml, -.x-datepicker-month .x-btn .x-btn-mr, -.x-datepicker-month .x-btn .x-btn-bc, -.x-datepicker-month .x-btn .x-btn-bl, -.x-datepicker-month .x-btn .x-btn-br { - background: transparent; - border-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:93 */ -.x-datepicker-month .x-btn-inner { - color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:98 */ -.x-datepicker-month .x-btn-split-right:after, -.x-datepicker-month .x-btn-over .x-btn-split-right:after { - background-image: url(images/datepicker/month-arrow.png); - padding: 0; - text-align: right; - width: 12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:111 */ -.x-datepicker-month .x-btn { - padding: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:115 */ -.x-datepicker-month .x-btn-over { - border-color: transparent; - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:120 */ -.x-datepicker-month .x-btn.x-btn-pressed { - border-color: transparent; - background: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:125 */ -.x-datepicker-month .x-btn-inner { - font-size: 12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:130 */ -.x-datepicker-column-header { - width: 30px; - color: #000; - font: 300 13px helvetica, arial, verdana, sans-serif; - text-align: right; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:149 */ -.x-datepicker-column-header-inner { - line-height: 25px; - padding: 0 9px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:154 */ -.x-datepicker-cell { - text-align: right; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:163 */ -.x-datepicker-date { - padding: 0 7px 0 0; - font: 300 13px helvetica, arial, verdana, sans-serif; - color: #000; - cursor: pointer; - line-height: 23px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:176 */ -div.x-datepicker-date:hover { - color: #000; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:181 */ -.x-datepicker-selected { - border-style: solid; - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:184 */ -.x-datepicker-selected div.x-datepicker-date { - background-color: #d6e9f6; - color: #000; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:191 */ -.x-datepicker-today { - border-color: darkred; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:202 */ -.x-datepicker-prevday .x-datepicker-date, -.x-datepicker-nextday .x-datepicker-date { - color: #bfbfbf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:209 */ -.x-datepicker-disabled .x-datepicker-date { - background-color: #eee; - cursor: default; - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:217 */ -.x-datepicker-disabled div.x-datepicker-date:hover { - background-color: #eee; - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:222 */ -.x-datepicker-footer, -.x-monthpicker-buttons { - padding: 3px 0; - background-color: #f5f5f5; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:239 */ -.x-datepicker-footer .x-btn, -.x-monthpicker-buttons .x-btn { - margin: 0 3px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:245 */ -.x-monthpicker { - width: 212px; - border-width: 1px; - border-style: solid; - border-color: #e1e1e1; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:255 */ -.x-monthpicker-months { - border-width: 0 1px 0 0; - border-color: #e1e1e1; - border-style: solid; - width: 105px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:264 */ -.x-monthpicker-months .x-monthpicker-item { - width: 52px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:269 */ -.x-monthpicker-years { - width: 105px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:272 */ -.x-monthpicker-years .x-monthpicker-item { - width: 52px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:277 */ -.x-monthpicker-item { - margin: 5px 0 5px; - font: 300 13px helvetica, arial, verdana, sans-serif; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:283 */ -.x-monthpicker-item-inner { - margin: 0 5px 0 5px; - color: #000; - border: 1px solid #fff; - line-height: 22px; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:301 */ -a.x-monthpicker-item-inner:hover { - color: #000; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:307 */ -.x-monthpicker-item a.x-monthpicker-selected { - background-color: #d6e9f6; - color: #000; - border-style: solid; - border-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:314 */ -.x-monthpicker-yearnav { - height: 34px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:318 */ -.x-monthpicker-yearnav-button-ct { - width: 52px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:322 */ -.x-monthpicker-yearnav-button { - height: 12px; - width: 12px; - cursor: pointer; - margin-top: 11px; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; - -webkit-touch-callout: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:343 */ -a.x-monthpicker-yearnav-button:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:348 */ -.x-monthpicker-yearnav-next { - background: url(images/datepicker/arrow-right.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:357 */ -.x-monthpicker-yearnav-next-over { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:362 */ -.x-monthpicker-yearnav-prev { - background: url(images/datepicker/arrow-left.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:371 */ -.x-monthpicker-yearnav-prev-over { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:377 */ -.x-monthpicker-small .x-monthpicker-item { - margin: 2px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:381 */ -.x-monthpicker-small .x-monthpicker-item-inner { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:385 */ -.x-monthpicker-small .x-monthpicker-yearnav { - height: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Date.scss:389 */ -.x-monthpicker-small .x-monthpicker-yearnav-button { - margin-top: 8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-datepicker-header:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-datepicker-footer:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Date.scss:1 */ -.x-form-date-trigger { - background-image: url(images/form/date-trigger.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Date.scss:8 */ -.x-form-date-trigger.x-rtl { - background-image: url(images/form/date-trigger-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/var/form/field/Display.scss:40 */ -.x-form-display-field-default { - min-height: 24px; - font: 300 13px/17px helvetica, arial, verdana, sans-serif; - color: #000; - margin-top: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:180 */ -.x-tip-anchor { - position: absolute; - overflow: hidden; - height: 10px; - width: 10px; - border-style: solid; - border-width: 5px; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:193 */ -.x-tip-anchor-top { - border-top-color: transparent; - border-left-color: transparent; - border-right-color: transparent; - _border-top-color: pink; - _border-left-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:206 */ -.x-tip-anchor-bottom { - border-bottom-color: transparent; - border-left-color: transparent; - border-right-color: transparent; - _border-bottom-color: pink; - _border-left-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:219 */ -.x-tip-anchor-left { - border-top-color: transparent; - border-bottom-color: transparent; - border-left-color: transparent; - _border-top-color: pink; - _border-bottom-color: pink; - _border-left-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:232 */ -.x-tip-anchor-right { - border-top-color: transparent; - border-bottom-color: transparent; - border-right-color: transparent; - _border-top-color: pink; - _border-bottom-color: pink; - _border-right-color: pink; - _filter: chroma(color=pink); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tip-default { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 2px 2px 2px 2px; - border-width: 1px; - border-style: solid; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tip-default-mc { - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tip-default { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tip-default-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-2-2-2-2; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tip-default-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tip-default-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tip-default-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tip-default-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tip-default-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tip-default-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tip-default-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tip-default-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tip-default-tr, -.x-tip-default-br, -.x-tip-default-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tip-default-tl, -.x-tip-default-bl, -.x-tip-default-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tip-default-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tip-default-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tip-default-tl, -.x-tip-default-bl, -.x-tip-default-tr, -.x-tip-default-br, -.x-tip-default-tc, -.x-tip-default-bc, -.x-tip-default-ml, -.x-tip-default-mr { - background-image: url(images/tip/tip-default-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tip-default-ml, -.x-tip-default-mr { - background-image: url(images/tip/tip-default-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tip-default-mc { - padding: 0px 0px 0px 0px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tip-default:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-default-corners.gif), sides:url(images/tip/tip-default-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:112 */ -.x-tip-default { - background-color: #ebf4fb; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:122 */ -.x-tip-default .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:137 */ -.x-tip-header-default .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:142 */ -.x-tip-header-default .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:147 */ -.x-tip-header-default .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:152 */ -.x-tip-header-default .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:158 */ -.x-tip-header-default { - padding: 3px 3px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:162 */ -.x-tip-header-title-default { - color: #000; - font-size: 13px; - font-weight: bold; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:168 */ -.x-tip-body-default { - padding: 3px; - color: #000; - font-size: 13px; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:173 */ -.x-tip-body-default a { - color: #000; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tip-form-invalid { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 2px 2px 2px 2px; - border-width: 1px; - border-style: solid; - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tip-form-invalid-mc { - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tip-form-invalid { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tip-form-invalid-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-2-2-2-2; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tip-form-invalid-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tip-form-invalid-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tip-form-invalid-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tip-form-invalid-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tip-form-invalid-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tip-form-invalid-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tip-form-invalid-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tip-form-invalid-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tip-form-invalid-tr, -.x-tip-form-invalid-br, -.x-tip-form-invalid-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tip-form-invalid-tl, -.x-tip-form-invalid-bl, -.x-tip-form-invalid-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tip-form-invalid-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tip-form-invalid-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tip-form-invalid-tl, -.x-tip-form-invalid-bl, -.x-tip-form-invalid-tr, -.x-tip-form-invalid-br, -.x-tip-form-invalid-tc, -.x-tip-form-invalid-bc, -.x-tip-form-invalid-ml, -.x-tip-form-invalid-mr { - background-image: url(images/tip/tip-form-invalid-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tip-form-invalid-ml, -.x-tip-form-invalid-mr { - background-image: url(images/tip/tip-form-invalid-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tip-form-invalid-mc { - padding: 0px 0px 0px 0px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tip-form-invalid:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-form-invalid-corners.gif), sides:url(images/tip/tip-form-invalid-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:112 */ -.x-tip-form-invalid { - background-color: #ebf4fb; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:122 */ -.x-tip-form-invalid .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #ebf4fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:137 */ -.x-tip-header-form-invalid .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:142 */ -.x-tip-header-form-invalid .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:147 */ -.x-tip-header-form-invalid .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:152 */ -.x-tip-header-form-invalid .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:158 */ -.x-tip-header-form-invalid { - padding: 3px 3px 0 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:162 */ -.x-tip-header-title-form-invalid { - color: #000; - font-size: 13px; - font-weight: bold; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:168 */ -.x-tip-body-form-invalid { - padding: 5px 3px 5px 34px; - color: #000; - font-size: 13px; - font-weight: 300; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:173 */ -.x-tip-body-form-invalid a { - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:269 */ -.x-tip-body-form-invalid { - background: 1px 1px no-repeat; - background-image: url(images/form/exclamation.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:272 */ -.x-tip-body-form-invalid li { - margin-bottom: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tip/Tip.scss:274 */ -.x-tip-body-form-invalid li.last { - margin-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:1 */ -.x-color-picker { - width: 192px; - height: 120px; - background-color: #fff; - border-color: #fff; - border-width: 0; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:10 */ -.x-color-picker-item { - width: 24px; - height: 24px; - border-width: 1px; - border-color: #fff; - border-style: solid; - background-color: #fff; - cursor: pointer; - padding: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:25 */ -a.x-color-picker-item:hover { - border-color: #8bb8f3; - background-color: #e6e6e6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:30 */ -.x-color-picker-selected { - border-color: #8bb8f3; - background-color: #e6e6e6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/picker/Color.scss:35 */ -.x-color-picker-item-inner { - line-height: 16px; - border-color: #e1e1e1; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:7 */ -.x-html-editor-tb .x-edit-bold, -.x-menu-item div.x-edit-bold { - background-position: 0 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:18 */ -.x-html-editor-tb .x-edit-italic, -.x-menu-item div.x-edit-italic { - background-position: -16px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:29 */ -.x-html-editor-tb .x-edit-underline, -.x-menu-item div.x-edit-underline { - background-position: -32px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:40 */ -.x-html-editor-tb .x-edit-forecolor, -.x-menu-item div.x-edit-forecolor { - background-position: -160px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:51 */ -.x-html-editor-tb .x-edit-backcolor, -.x-menu-item div.x-edit-backcolor { - background-position: -176px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:62 */ -.x-html-editor-tb .x-edit-justifyleft, -.x-menu-item div.x-edit-justifyleft { - background-position: -112px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:73 */ -.x-html-editor-tb .x-edit-justifycenter, -.x-menu-item div.x-edit-justifycenter { - background-position: -128px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:84 */ -.x-html-editor-tb .x-edit-justifyright, -.x-menu-item div.x-edit-justifyright { - background-position: -144px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:95 */ -.x-html-editor-tb .x-edit-insertorderedlist, -.x-menu-item div.x-edit-insertorderedlist { - background-position: -80px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:106 */ -.x-html-editor-tb .x-edit-insertunorderedlist, -.x-menu-item div.x-edit-insertunorderedlist { - background-position: -96px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:117 */ -.x-html-editor-tb .x-edit-increasefontsize, -.x-menu-item div.x-edit-increasefontsize { - background-position: -48px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:128 */ -.x-html-editor-tb .x-edit-decreasefontsize, -.x-menu-item div.x-edit-decreasefontsize { - background-position: -64px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:139 */ -.x-html-editor-tb .x-edit-sourceedit, -.x-menu-item div.x-edit-sourceedit { - background-position: -192px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:150 */ -.x-html-editor-tb .x-edit-createlink, -.x-menu-item div.x-edit-createlink { - background-position: -208px 0; - background-image: url(images/editor/tb-sprite.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:161 */ -.x-html-editor-tip .x-tip-bd .x-tip-bd-inner { - padding: 5px; - padding-bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:166 */ -.x-html-editor-tb .x-font-select { - font-size: 13px; - font-family: inherit; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/HtmlEditor.scss:171 */ -.x-html-editor-wrap textarea { - font: 300 13px helvetica, arial, verdana, sans-serif; - background-color: #fff; - resize: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:138 */ -.x-form-text-default.x-tagfield { - padding: 2px 0 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:142 */ -.x-form-text-default .x-tagfield-input { - margin: 0 4px 2px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:146 */ -.x-form-text-default .x-tagfield-input-field { - height: 18px; - line-height: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:151 */ -.x-form-text-default .x-tagfield-item { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - background-color: #f5f5f5; - border: 1px solid #dcdcdc; - padding: 0 19px 0 5px; - margin: 0 4px 2px 0; - color: #000; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:162 */ -.x-form-text-default .x-tagfield-item:hover { - background-color: #e4e4e4; - border-color: #999; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:170 */ -.x-form-text-default .x-tagfield-item.x-tagfield-item-selected { - background-color: #c4e2f8; - border-color: #157fcc; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:179 */ -.x-form-text-default .x-tagfield-item.x-rtl { - padding: 0 5px 0 19px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:185 */ -.x-form-text-default .x-tagfield-item-close { - width: 12px; - height: 12px; - top: 1px; - right: 1px; - background-image: url(images/form/tag-field-item-close.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:202 */ -.x-form-text-default .x-tagfield-item-close:hover { - background-position: -12px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:213 */ -.x-form-text-default .x-tagfield-item-close:active { - background-position: -24px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:223 */ -.x-form-text-default .x-tagfield-item-close.x-rtl { - right: auto; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:230 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:240 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:hover { - background-position: -12px -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/form/field/Tag.scss:244 */ -.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:active { - background-position: -24px -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:5 */ -.x-grid-view { - z-index: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:9 */ -.x-grid-body { - background: #fff; - border-width: 1px; - border-style: solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:18 */ -.x-grid-item-container { - min-height: 1px; - position: relative; - overflow: hidden; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:24 */ -.x-grid-empty { - padding: 10px; - color: grey; - background-color: #fff; - font: 300 13px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:32 */ -.x-grid-item { - color: #000; - font: 300 13px/15px helvetica, arial, verdana, sans-serif; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:38 */ -.x-grid-item-alt { - background-color: #fafafa; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:42 */ -.x-grid-item-over { - color: #000; - background-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:49 */ -.x-grid-item-focused { - outline: 0; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:53 */ -.x-grid-item-focused .x-grid-cell-inner { - z-index: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:61 */ -.x-grid-item-focused .x-grid-cell-inner:before { - content: ""; - position: absolute; - z-index: -1; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - pointer-events: none; - border: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:83 */ -.x-grid-item-selected { - color: #000; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:89 */ -.x-grid-with-row-lines .x-grid-item { - border-style: solid; - border-width: 1px 0 0; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:95 */ -.x-grid-with-row-lines .x-grid-item:first-child { - border-top-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:101 */ -.x-grid-with-row-lines .x-grid-item.x-grid-item-over { - border-style: solid; - border-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:106 */ -.x-grid-with-row-lines .x-grid-item-over + .x-grid-item { - border-top-style: solid; - border-top-color: #e2eff9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:111 */ -.x-grid-with-row-lines .x-grid-item.x-grid-item-selected { - border-style: solid; - border-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:116 */ -.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item { - border-top-style: solid; - border-top-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:121 */ -.x-grid-with-row-lines .x-grid-item:last-child { - border-bottom-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:131 */ -.x-ie8 .x-grid-with-row-lines .x-grid-item { - border-width: 1px 0; - margin-top: -1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:136 */ -.x-ie8 .x-grid-with-row-lines .x-grid-item:first-child { - margin-top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:142 */ -.x-grid-cell-inner { - position: relative; - text-overflow: ellipsis; - padding: 5px 10px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:158 */ -.x-grid-cell-special { - border-color: #cfcfcf; - border-style: solid; - border-right-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:201 */ -.x-rtl.x-grid-cell-special { - border-right-width: 0; - border-left-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:208 */ -.x-grid-dirty-cell { - background: url(images/grid/dirty.png) no-repeat 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:223 */ -.x-rtl.x-grid-dirty-cell { - background-image: url(images/grid/dirty-rtl.png); - background-position: right 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:238 */ -.x-grid-row .x-grid-cell-selected { - color: #000; - background-color: #c2ddf2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:245 */ -.x-grid-with-col-lines .x-grid-cell { - border-style: solid; - border-color: #cfcfcf; - border-width: 0 1px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:251 */ -.x-grid-with-col-lines .x-grid-item-over .x-grid-cell { - border-color: #e2eff9; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:256 */ -.x-grid-with-col-lines .x-grid-item-selected .x-grid-cell { - border-color: #c2ddf2; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:264 */ -.x-rtl.x-grid-with-col-lines .x-grid-cell { - border-width: 0 0 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/Table.scss:269 */ -.x-grid-resize-marker { - width: 1px; - background-color: #0f0f0f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:1 */ -.x-grid-drop-indicator { - position: absolute; - height: 1px; - line-height: 0px; - background-color: #77bc71; - overflow: visible; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:9 */ -.x-grid-drop-indicator .x-grid-drop-indicator-left { - position: absolute; - top: -8px; - left: -12px; - background-image: url(images/grid/dd-insert-arrow-right.png); - height: 16px; - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/DropZone.scss:18 */ -.x-grid-drop-indicator .x-grid-drop-indicator-right { - position: absolute; - top: -8px; - right: -11px; - background-image: url(images/grid/dd-insert-arrow-left.png); - height: 16px; - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:1 */ -.x-col-move-top, -.x-col-move-bottom { - width: 9px; - height: 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:7 */ -.x-col-move-top { - background-image: url(images/grid/col-move-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/DropZone.scss:11 */ -.x-col-move-bottom { - background-image: url(images/grid/col-move-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - border: 1px solid #cfcfcf; - border-bottom-color: #fff; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:14 */ -.x-accordion-item .x-grid-header-ct { - border-width: 0 0 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:21 */ -.x-grid-header-ct-hidden { - border-top: 0 !important; - border-bottom: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:31 */ -.x-grid-body { - border-top-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:35 */ -.x-hmenu-sort-asc { - background-image: url(images/grid/hmenu-asc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:46 */ -.x-hmenu-sort-desc { - background-image: url(images/grid/hmenu-desc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/header/Container.scss:57 */ -.x-cols-icon { - background-image: url(images/grid/columns.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:1 */ -.x-column-header { - border-right: 1px solid #cfcfcf; - color: #666; - font: 300 13px/15px helvetica, arial, verdana, sans-serif; - outline: 0; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:21 */ -.x-rtl.x-column-header { - border-right: 0 none; - border-left: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:27 */ -.x-group-sub-header { - background: transparent; - border-top: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:32 */ -.x-group-sub-header .x-column-header-inner { - padding: 6px 10px 7px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:37 */ -.x-column-header-inner { - padding: 7px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:41 */ -.x-column-header-inner-empty { - text-overflow: clip; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:49 */ -.x-column-header.x-column-header-focus { - color: #666; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:50 */ -.x-column-header.x-column-header-focus .x-column-header-inner:after { - content: ""; - position: absolute; - z-index: 5; - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - border: 1px solid #4499d6; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:64 */ -.x-column-header.x-column-header-focus.x-group-sub-header .x-column-header-inner:before { - bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:77 */ -.x-column-header-over { - background-image: none; - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:81 */ -.x-column-header-sort-ASC, -.x-column-header-sort-DESC { - background-image: none; - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:109 */ -.x-column-header-open { - background-color: #eff6fb; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:112 */ -.x-column-header-open .x-column-header-trigger { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:117 */ -.x-column-header-over .x-column-header-trigger, -.x-column-header-open .x-column-header-trigger { - width: 18px; - cursor: pointer; - background: transparent url(images/grid/hd-pop.png) no-repeat center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:139 */ -.x-rtl.x-column-header-trigger { - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:149 */ -.x-column-header-align-right .x-column-header-text { - margin-right: 12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:154 */ -.x-column-header-align-right .x-rtl.x-column-header-text { - margin-right: 0; - margin-left: 12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:163 */ -.x-column-header-sort-ASC .x-column-header-text-inner, -.x-column-header-sort-DESC .x-column-header-text-inner { - padding-right: 17px; - background-position: right center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:181 */ -.x-column-header-sort-ASC .x-rtl.x-column-header-text-inner, -.x-column-header-sort-DESC .x-rtl.x-column-header-text-inner { - padding-right: 0; - padding-left: 17px; - background-position: 0 center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:196 */ -.x-column-header-sort-ASC .x-column-header-text-inner { - background-image: url(images/grid/sort_asc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:208 */ -.x-column-header-sort-DESC .x-column-header-text-inner { - background-image: url(images/grid/sort_desc.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:222 */ -.x-no-header-borders .x-column-header { - border: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Column.scss:225 */ -.x-no-header-borders .x-column-header .x-column-header-inner { - padding-top: 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-column-header:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-column-header-over:before { - display: none; - content: "x-slicer:" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:1 */ -.x-grid-cell-inner-action-col { - padding: 4px 4px 4px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:12 */ -.x-action-col-cell .x-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Action.scss:16 */ -.x-action-col-icon { - color: #cfcfcf; - font-size: 16px; - height: 16px; - width: 16px; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:1 */ -.x-grid-cell-inner-checkcolumn { - padding: 5px 10px 4px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:12 */ -.x-grid-checkcolumn { - width: 15px; - height: 15px; - background: url(images/form/checkbox.png) 0 0 no-repeat; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:22 */ -.x-item-disabled .x-grid-checkcolumn { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/Check.scss:27 */ -.x-grid-checkcolumn-checked { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/column/RowNumberer.scss:1 */ -.x-grid-cell-inner-row-numberer { - padding: 5px 5px 4px 3px; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-grid-cell-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-grid-cell-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-grid-cell-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-grid-cell-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-grid-cell-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-grid-cell-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-grid-cell-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-grid-cell-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-grid-cell-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-grid-cell-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-grid-cell-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-grid-cell-small-tr, -.x-btn-grid-cell-small-br, -.x-btn-grid-cell-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-grid-cell-small-tl, -.x-btn-grid-cell-small-bl, -.x-btn-grid-cell-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-grid-cell-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-grid-cell-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-btn-grid-cell-small-tl, -.x-btn-grid-cell-small-bl, -.x-btn-grid-cell-small-tr, -.x-btn-grid-cell-small-br, -.x-btn-grid-cell-small-tc, -.x-btn-grid-cell-small-bc, -.x-btn-grid-cell-small-ml, -.x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-btn-grid-cell-small-ml, -.x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-grid-cell-small-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-corners.gif), sides:url(images/btn/btn-grid-cell-small-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-grid-cell-small { - border-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-grid-cell-small { - min-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-grid-cell-small { - min-height: auto; - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-grid-cell-small { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #fff; - padding: 0 5px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-grid-cell-small, -.x-btn-icon-left > .x-btn-inner-grid-cell-small { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-grid-cell-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-grid-cell-small { - font-size: 16px; - height: 16px; - color: #fff; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-grid-cell-small, -.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-grid-cell-small, -.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-grid-cell-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-grid-cell-small.x-btn-glyph { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small { - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small.x-rtl { - margin-right: 0; - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small.x-rtl { - margin-left: 0; - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-grid-cell-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-grid-cell-small, -.x-btn-split-bottom > .x-btn-button-grid-cell-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-grid-cell-small.x-btn-arrow-right:after { - width: 8px; - background-image: url(images/button/grid-cell-small-arrow.png); - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-grid-cell-small.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/grid-cell-small-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-grid-cell-small.x-btn-arrow-bottom:after { - height: 8px; - background-image: url(images/button/grid-cell-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-grid-cell-small.x-btn-split-right:after { - width: 14px; - background-image: url(images/button/grid-cell-small-s-arrow.png); - padding-right: 14px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-grid-cell-small.x-rtl.x-btn-split-right:after { - background-image: url(images/button/grid-cell-small-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-grid-cell-small.x-btn-split-bottom:after { - height: 14px; - background-image: url(images/button/grid-cell-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-grid-cell-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-grid-cell-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 17px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-grid-cell-small .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-grid-cell-small { - border-color: #1375bc; - background-image: none; - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-grid-cell-small, -.x-btn.x-btn-pressed.x-btn-grid-cell-small { - border-color: #105f99; - background-image: none; - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-grid-cell-small { - background-image: none; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-grid-cell-small-tl, -.x-btn-focus .x-btn-grid-cell-small-bl, -.x-btn-focus .x-btn-grid-cell-small-tr, -.x-btn-focus .x-btn-grid-cell-small-br, -.x-btn-focus .x-btn-grid-cell-small-tc, -.x-btn-focus .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-grid-cell-small-ml, -.x-btn-focus .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-grid-cell-small-tl, -.x-btn-over .x-btn-grid-cell-small-bl, -.x-btn-over .x-btn-grid-cell-small-tr, -.x-btn-over .x-btn-grid-cell-small-br, -.x-btn-over .x-btn-grid-cell-small-tc, -.x-btn-over .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-grid-cell-small-ml, -.x-btn-over .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-grid-cell-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mc { - background-color: #3487c3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tl, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bl, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tr, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-br, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tc, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tl, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-bl, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tr, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-br, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-tc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-ml, -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mr, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-ml, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mc, -.x-btn.x-btn-pressed .x-btn-grid-cell-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-br, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mc { - background-color: #2a6e9f; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tl, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-bl, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tr, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-br, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-tc, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-bc { - background-image: url(images/btn/btn-grid-cell-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-ml, -.x-btn.x-btn-disabled .x-btn-grid-cell-small-mr { - background-image: url(images/btn/btn-grid-cell-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-grid-cell-small-mc { - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-grid-cell-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-grid-cell-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-grid-cell-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-grid-cell-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-disabled-corners.gif), sides:url(images/btn/btn-grid-cell-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-grid-cell-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-grid-cell-small-cell > .x-grid-cell-inner >.x-btn-grid-cell-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:1 */ -.x-grid-group-hd { - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cfcfcf; - padding: 7px 4px; - background: #fff; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:10 */ -.x-grid-group-hd-not-collapsible { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:14 */ -.x-grid-group-hd-collapsible .x-grid-group-title { - padding: 0 0 0 17px; - background: url(images/grid/group-collapse.png) no-repeat left center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:30 */ -.x-rtl.x-grid-view .x-grid-group-hd-collapsible .x-grid-group-title { - background-position: right center; - padding: 0 17px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:36 */ -.x-grid-group-title { - color: #666; - font: 300 13px/15px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:41 */ -.x-grid-group-hd-collapsed .x-grid-group-title { - background-image: url(images/grid/group-expand.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Grouping.scss:54 */ -.x-group-by-icon { - background-image: url(images/grid/group-by.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/RowBody.scss:1 */ -.x-grid-rowbody { - font: 300 13px/15px helvetica, arial, verdana, sans-serif; - padding: 5px 10px 5px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:1 */ -.x-docked-summary { - border-width: 1px; - border-color: #cfcfcf; - border-style: solid; - background: #fff!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:6 */ -.x-docked-summary .x-grid-table { - border: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:14 */ -.x-grid-row-summary .x-grid-cell, -.x-grid-row-summary .x-grid-rowwrap, -.x-grid-row-summary .x-grid-cell-rowbody { - border-color: #cfcfcf; - background-color: #fff !important; - border-top: 1px solid #cfcfcf; - font: 300 13px/15px helvetica, arial, verdana, sans-serif; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:26 */ -.x-docked-summary .x-grid-item, -.x-docked-summary .x-grid-row-summary .x-grid-cell { - border-bottom: 0 none; - border-top: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/feature/Summary.scss:34 */ -.x-grid-row-summary .x-grid-cell-inner-row-expander { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:318 */ -.x-menu-default { - border-style: solid; - border-width: 1px; - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:324 */ -.x-menu-body-default { - background: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:329 */ -.x-menu-icon-separator-default { - left: 26px; - border-left: solid 1px #e1e1e1; - background-color: #fff; - width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:336 */ -.x-menu-icon-separator-default.x-rtl { - left: auto; - right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:343 */ -.x-menu-item-default { - border-width: 0; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:347 */ -.x-menu-item-default.x-menu-item-active { - background-image: none; - background-color: #d6e9f6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:359 */ -.x-nlg .x-menu-item-default.x-menu-item-active { - background: #d6e9f6 repeat-x left top; - background-image: url(images/menu/menu-item-default-active-bg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:366 */ -.x-menu-item-default.x-menu-item-disabled { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:369 */ -.x-menu-item-default.x-menu-item-disabled a { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:374 */ -.x-menu-item-default.x-menu-item-separator { - height: 1px; - border-top: solid 1px #e1e1e1; - background-color: #fff; - margin: 2px 0; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:382 */ -.x-menu-item-default.x-menu-item-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:387 */ -.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-icon-ui { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:391 */ -.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-text-default { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:401 */ -.x-menu-item-default .x-form-item-label { - font-size: 13px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:408 */ -.x-menu-item-text-default, -.x-menu-item-cmp-default { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:413 */ -.x-menu-item-text-default { - font: 300 13px helvetica, arial, verdana, sans-serif; - line-height: 23px; - padding-top: 1px; - color: #000; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:430 */ -.x-menu-item-text-default.x-menu-item-indent { - margin-left: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:434 */ -.x-menu-item-text-default.x-menu-item-indent-no-separator { - margin-left: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:438 */ -.x-menu-item-text-default.x-menu-item-indent-right-icon { - margin-right: 31px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:442 */ -.x-menu-item-text-default.x-menu-item-indent-right-arrow { - margin-right: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:446 */ -.x-menu-item-disabled .x-menu-item-text-default { - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:453 */ -.x-rtl.x-menu-item-text-default, -.x-rtl.x-menu-item-cmp-default { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:459 */ -.x-rtl.x-menu-item-text-default.x-menu-item-indent { - margin-right: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:463 */ -.x-rtl.x-menu-item-text-default.x-menu-item-indent-no-separator { - margin-right: 26px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:467 */ -.x-rtl.x-menu-item-text-default.x-menu-item-indent-right-icon { - margin-left: 31px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:471 */ -.x-rtl.x-menu-item-text-default.x-menu-item-indent-right-arrow { - margin-left: 22px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:478 */ -.x-menu-item-indent-default { - margin-left: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:481 */ -.x-menu-item-indent-default.x-rtl { - margin-left: 0; - margin-right: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:488 */ -.x-menu-item-icon-default { - width: 16px; - height: 16px; - top: 4px; - left: 5px; - line-height: 16px; - font-size: 16px; - color: grey; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:512 */ -.x-menu-item-icon-default.x-rtl { - left: auto; - right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:516 */ -.x-menu-item-active .x-menu-item-icon-default.x-rtl { - right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:522 */ -.x-menu-item-icon-default.x-menu-item-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:535 */ -.x-ie8 .x-menu-item-icon-default.x-menu-item-glyph { - color: silver; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:543 */ -.x-menu-item-icon-default.x-menu-item-icon-right { - width: 16px; - height: 16px; - top: 4px; - right: 5px; - left: auto; - background-position: center center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:552 */ -.x-menu-item-icon-default.x-menu-item-icon-right.x-rtl { - right: auto; - left: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:556 */ -.x-menu-item-active .x-menu-item-icon-default.x-menu-item-icon-right.x-rtl { - left: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:579 */ -.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox { - background-image: url(images/menu/default-checked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:587 */ -.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox { - background-image: url(images/menu/default-unchecked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:608 */ -.x-menu-item-checked .x-menu-item-icon-default.x-menu-group-icon { - background-image: url(images/menu/default-group-checked.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:615 */ -.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-group-icon { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:630 */ -.x-menu-item-arrow-default { - width: 12px; - height: 9px; - top: 8px; - right: 0; - background-image: url(images/menu/default-menu-parent.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:650 */ -.x-menu-item-active .x-menu-item-arrow-default { - top: 8px; - right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:656 */ -.x-menu-item-arrow-default.x-rtl { - left: 0; - right: auto; - background-image: url(images/menu/default-menu-parent-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:667 */ -.x-menu-item-active .x-menu-item-arrow-default.x-rtl { - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-menu-default-scroller .x-box-scroller-body-horizontal { - margin-left: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-menu-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-menu-default { - cursor: pointer; - color: #e1e1e1; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-menu-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-menu-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-menu-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-menu-default.x-box-scroller-top, -.x-box-scroller-menu-default.x-box-scroller-bottom { - height: 16px; - width: 16px; - left: 50%; - margin-left: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-menu-default.x-box-scroller-top { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/menu/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-menu-default.x-box-scroller-bottom { - margin-top: 4px; - margin-right: 0; - margin-bottom: 4px; - background-image: url(images/menu/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/menu/Menu.scss:704 */ -.x-ie8 .x-box-scroller-menu-default { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:1 */ -.x-grid-filters-filtered-column { - font-style: italic; - font-weight: 300; - text-decoration: inherit; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:7 */ -.x-grid-filters-icon { - background-repeat: no-repeat; - background-position: center center; - color: grey; - text-align: center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:14 */ -.x-grid-filters-find { - background-image: url(images/grid/filters/find.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:24 */ -.x-grid-filters-gt { - background-image: url(images/grid/filters/greater_than.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:34 */ -.x-grid-filters-lt { - background-image: url(images/grid/filters/less_than.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/filters/Filters.scss:44 */ -.x-grid-filters-eq { - background-image: url(images/grid/filters/equals.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:1 */ -.x-grid-locked .x-grid-inner-locked { - border-width: 0 1px 0 0; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:6 */ -.x-grid-locked .x-rtl.x-grid-inner-locked { - border-width: 0 0 0 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:12 */ -.x-grid-locked-split .x-grid-inner-normal { - border-width: 0 0 0 1px; - border-style: solid; - border-left-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:18 */ -.x-grid-locked-split .x-rtl.x-grid-inner-normal { - border-width: 0 1px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:23 */ -.x-grid-locking-body { - border-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:27 */ -.x-grid-inner-locked { - border-right-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:32 */ -.x-grid-inner-locked .x-column-header-last, -.x-grid-inner-locked .x-grid-cell-last { - border-right-width: 0!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:37 */ -.x-grid-inner-locked .x-rtl.x-column-header-last { - border-left-width: 0!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:46 */ -.x-rtl.x-grid-inner-locked { - border-right-color: #f5f5f5; - border-left-color: #888; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:48 */ -.x-rtl.x-grid-inner-locked .x-grid-row .x-column-header-last { - border-left: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:51 */ -.x-rtl.x-grid-inner-locked .x-grid-row .x-grid-cell-last { - border-left: 0 none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:62 */ -.x-hmenu-lock { - background-image: url(images/grid/hmenu-lock.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/locking/Lockable.scss:73 */ -.x-hmenu-unlock { - background-image: url(images/grid/hmenu-unlock.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:18 */ -.x-grid-editor .x-form-display-field { - text-overflow: ellipsis; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:24 */ -.x-grid-editor .x-form-action-col-field { - padding: 4px 4px 4px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/Editing.scss:30 */ -.x-grid-editor .x-form-text { - padding-left: 9px; - padding-right: 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/CellEditing.scss:3 */ -.x-tree-cell-editor .x-form-text { - padding-left: 3px; - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:2 */ -.x-grid-row-editor .x-field { - margin: 0 3px 0 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:7 */ -.x-grid-row-editor .x-form-display-field { - padding: 5px 8px 4px 8px; - line-height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:18 */ -.x-ie9m .x-grid-row-editor .x-form-display-field { - min-height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:26 */ -.x-grid-row-editor .x-form-action-col-field { - padding: 4px 1px 4px 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:37 */ -.x-grid-row-editor .x-form-text { - padding: 3px 6px 2px 7px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:41 */ -.x-gecko .x-grid-row-editor .x-form-text { - padding-left: 6px; - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:50 */ -.x-grid-row-editor .x-panel-body { - border-top: 1px solid #e1e1e1 !important; - border-bottom: 1px solid #e1e1e1 !important; - padding: 5px 0 5px 0; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:60 */ -.x-grid-with-col-lines .x-grid-row-editor .x-form-cb { - margin-right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:65 */ -.x-grid-with-col-lines .x-grid-row-editor .x-rtl.x-form-cb { - margin-right: 0; - margin-left: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-grid-row-editor-buttons-default-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 5px; - -webkit-border-bottom-right-radius: 5px; - border-bottom-right-radius: 5px; - -moz-border-radius-bottomleft: 5px; - -webkit-border-bottom-left-radius: 5px; - border-bottom-left-radius: 5px; - padding: 5px 5px 5px 5px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-grid-row-editor-buttons-default-bottom-mc { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-grid-row-editor-buttons-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-grid-row-editor-buttons-default-bottom-frameInfo { - font-family: th-0-5-5-5-0-1-1-1-5-5-5-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-grid-row-editor-buttons-default-bottom-tl { - background-position: 0 -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-grid-row-editor-buttons-default-bottom-tr { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-grid-row-editor-buttons-default-bottom-bl { - background-position: 0 -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-grid-row-editor-buttons-default-bottom-br { - background-position: right -25px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-grid-row-editor-buttons-default-bottom-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-grid-row-editor-buttons-default-bottom-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-grid-row-editor-buttons-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-grid-row-editor-buttons-default-bottom-bc { - background-position: 0 -5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-grid-row-editor-buttons-default-bottom-tr, -.x-grid-row-editor-buttons-default-bottom-br, -.x-grid-row-editor-buttons-default-bottom-mr { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-grid-row-editor-buttons-default-bottom-tl, -.x-grid-row-editor-buttons-default-bottom-bl, -.x-grid-row-editor-buttons-default-bottom-ml { - padding-left: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-grid-row-editor-buttons-default-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-grid-row-editor-buttons-default-bottom-bc { - height: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-grid-row-editor-buttons-default-bottom-tl, -.x-grid-row-editor-buttons-default-bottom-bl, -.x-grid-row-editor-buttons-default-bottom-tr, -.x-grid-row-editor-buttons-default-bottom-br, -.x-grid-row-editor-buttons-default-bottom-tc, -.x-grid-row-editor-buttons-default-bottom-bc, -.x-grid-row-editor-buttons-default-bottom-ml, -.x-grid-row-editor-buttons-default-bottom-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-grid-row-editor-buttons-default-bottom-ml, -.x-grid-row-editor-buttons-default-bottom-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-grid-row-editor-buttons-default-bottom-mc { - padding: 5px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-grid-row-editor-buttons-default-bottom:before { - display: none; - content: "x-slicer:, frame:0 5px 5px 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-grid-row-editor-buttons-default-top { - -moz-border-radius-topleft: 5px; - -webkit-border-top-left-radius: 5px; - border-top-left-radius: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-top-right-radius: 5px; - border-top-right-radius: 5px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 5px 5px 5px 5px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-grid-row-editor-buttons-default-top-mc { - background-color: #e0ebf3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-grid-row-editor-buttons-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-grid-row-editor-buttons-default-top-frameInfo { - font-family: th-5-5-0-5-1-1-0-1-5-5-5-5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-grid-row-editor-buttons-default-top-tl { - background-position: 0 -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-grid-row-editor-buttons-default-top-tr { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-grid-row-editor-buttons-default-top-bl { - background-position: 0 -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-grid-row-editor-buttons-default-top-br { - background-position: right -25px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-grid-row-editor-buttons-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-grid-row-editor-buttons-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-grid-row-editor-buttons-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-grid-row-editor-buttons-default-top-bc { - background-position: 0 -5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-grid-row-editor-buttons-default-top-tr, -.x-grid-row-editor-buttons-default-top-br, -.x-grid-row-editor-buttons-default-top-mr { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-grid-row-editor-buttons-default-top-tl, -.x-grid-row-editor-buttons-default-top-bl, -.x-grid-row-editor-buttons-default-top-ml { - padding-left: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-grid-row-editor-buttons-default-top-tc { - height: 5px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-grid-row-editor-buttons-default-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-grid-row-editor-buttons-default-top-tl, -.x-grid-row-editor-buttons-default-top-bl, -.x-grid-row-editor-buttons-default-top-tr, -.x-grid-row-editor-buttons-default-top-br, -.x-grid-row-editor-buttons-default-top-tc, -.x-grid-row-editor-buttons-default-top-bc, -.x-grid-row-editor-buttons-default-top-ml, -.x-grid-row-editor-buttons-default-top-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-grid-row-editor-buttons-default-top-ml, -.x-grid-row-editor-buttons-default-top-mr { - background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-grid-row-editor-buttons-default-top-mc { - padding: 1px 1px 5px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-grid-row-editor-buttons-default-top:before { - display: none; - content: "x-slicer:, frame:5px 5px 0 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:108 */ -.x-grid-row-editor-buttons { - border-color: #e1e1e1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:112 */ -.x-row-editor-update-button { - margin-right: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:115 */ -.x-row-editor-cancel-button { - margin-left: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:120 */ -.x-rtl.x-row-editor-update-button { - margin-left: 3px; - margin-right: auto; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:124 */ -.x-rtl.x-row-editor-cancel-button { - margin-right: 2px; - margin-left: auto; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:131 */ -.x-grid-row-editor-errors .x-tip-body { - padding: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:136 */ -.x-grid-row-editor-errors-item { - list-style: disc; - margin-left: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowEditing.scss:143 */ -.x-rtl.x-grid-row-editor-errors .x-grid-row-editor-errors-item { - margin-left: 0; - margin-right: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:1 */ -.x-grid-cell-inner-row-expander { - padding: 7px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:14 */ -.x-grid-row-expander { - width: 11px; - height: 11px; - cursor: pointer; - background-image: url(images/grid/group-collapse.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/plugin/RowExpander.scss:29 */ -.x-grid-row-collapsed .x-grid-row-expander { - background-image: url(images/grid/group-expand.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:1 */ -.x-ssm-row-numberer-hd { - cursor: se-resize!important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:6 */ -.x-ssm-row-numberer-cell { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:11 */ -.x-ssm-column-select .x-column-header { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:16 */ -.x-ssm-extender-drag-handle { - height: 7px; - width: 7px; - background-color: #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/grid/selection/SpreadsheetModel.scss:22 */ -.x-ssm-extender-mask { - border: 1px dotted #157fcc; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:1 */ -.x-accordion-layout-ct { - background-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:6 */ -.x-accordion-hd .x-panel-header-title { - color: #157fcc; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - text-transform: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:13 */ -.x-accordion-item { - margin: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:16 */ -.x-accordion-item .x-accordion-hd { - background: #fff; - border-width: 0 0 1px; - border-color: #fff #cfcfcf #cfcfcf; - padding: 8px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:29 */ -.x-accordion-item .x-accordion-hd-sibling-expanded { - border-top-color: #cfcfcf; - border-top-width: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:34 */ -.x-accordion-item .x-accordion-hd-last-collapsed { - border-bottom-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:38 */ -.x-accordion-item .x-accordion-body { - border-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:44 */ -.x-accordion-hd .x-tool-img { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:58 */ -.x-accordion-hd .x-tool-collapse-top, -.x-accordion-hd .x-tool-collapse-bottom { - background-position: 0 -272px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Accordion.scss:74 */ -.x-accordion-hd .x-tool-expand-top, -.x-accordion-hd .x-tool-expand-bottom { - background-position: 0 -256px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Border.scss:9 */ -body.x-border-layout-ct, -div.x-border-layout-ct { - background-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Form.scss:1 */ -.x-form-layout-wrap { - border-spacing: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:1 */ -.x-resizable-handle { - position: absolute; - z-index: 100; - font-size: 1px; - line-height: 5px; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - background-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:19 */ -.x-collapsed .x-resizable-handle { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:23 */ -.x-resizable-handle-north { - cursor: n-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:26 */ -.x-resizable-handle-south { - cursor: s-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:29 */ -.x-resizable-handle-east { - cursor: e-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:32 */ -.x-resizable-handle-west { - cursor: w-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:35 */ -.x-resizable-handle-southeast { - cursor: se-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:45 */ -.x-resizable-handle-northwest { - cursor: nw-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:55 */ -.x-resizable-handle-northeast { - cursor: ne-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:65 */ -.x-resizable-handle-southwest { - cursor: sw-resize; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:92 */ -.x-resizable-handle-east { - width: 5px; - height: 100%; - right: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:99 */ -.x-resizable-handle-south { - width: 100%; - height: 5px; - left: 0; - bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:106 */ -.x-resizable-handle-west { - width: 5px; - height: 100%; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:113 */ -.x-resizable-handle-north { - width: 100%; - height: 5px; - left: 0; - top: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:120 */ -.x-resizable-handle-southeast { - width: 5px; - height: 5px; - right: 0; - bottom: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:128 */ -.x-resizable-handle-northwest { - width: 5px; - height: 5px; - left: 0; - top: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:136 */ -.x-resizable-handle-northeast { - width: 5px; - height: 5px; - right: 0; - top: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:144 */ -.x-resizable-handle-southwest { - width: 5px; - height: 5px; - left: 0; - bottom: 0; - z-index: 101; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:153 */ -.x-window .x-window-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:157 */ -.x-window-collapsed .x-window-handle { - display: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:162 */ -.x-resizable-proxy { - border: 1px dashed #3b5a82; - position: absolute; - overflow: hidden; - z-index: 50000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:170 */ -.x-resizable-handle-over, -.x-resizable-pinned .x-resizable-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:176 */ -.x-resizable-handle-east-over, -.x-resizable-handle-west-over, -.x-resizable-pinned > .x-resizable-handle-east, -.x-resizable-pinned > .x-resizable-handle-west { - background-image: url(images/sizer/e-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:188 */ -.x-resizable-handle-south-over, -.x-resizable-handle-north-over, -.x-resizable-pinned > .x-resizable-handle-south, -.x-resizable-pinned > .x-resizable-handle-north { - background-image: url(images/sizer/s-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:200 */ -.x-resizable-handle-southeast-over, -.x-resizable-pinned > .x-resizable-handle-southeast { - background-position: top left; - background-image: url(images/sizer/se-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:210 */ -.x-resizable-handle-northwest-over, -.x-resizable-pinned > .x-resizable-handle-northwest { - background-position: bottom right; - background-image: url(images/sizer/nw-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:220 */ -.x-resizable-handle-northeast-over, -.x-resizable-pinned > .x-resizable-handle-northeast { - background-position: bottom left; - background-image: url(images/sizer/ne-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/resizer/Resizer.scss:230 */ -.x-resizable-handle-southwest-over, -.x-resizable-pinned > .x-resizable-handle-southwest { - background-position: top right; - background-image: url(images/sizer/sw-handle.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:1 */ -.x-column-header-checkbox { - border-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:5 */ -.x-grid-row-checker, -.x-column-header-checkbox .x-column-header-text { - height: 15px; - width: 15px; - background-image: url(images/form/checkbox.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:21 */ -.x-grid-row-checker:focus { - outline: 1px solid #3d92cf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:25 */ -.x-column-header-checkbox .x-column-header-inner { - padding: 7px 4px 7px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:29 */ -.x-grid-cell-row-checker .x-grid-cell-inner { - padding: 5px 4px 4px 4px; - line-height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/selection/CheckboxModel.scss:43 */ -.x-grid-hd-checker-on .x-column-header-text, -.x-grid-item-selected .x-grid-row-checker, -.x-grid-item-selected .x-grid-row-checker { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:73 */ -.x-slider-horz { - padding-left: 7px; - background: no-repeat 0 -15px; - margin: 5px 0 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:80 */ -.x-slider-horz .x-slider-end { - padding-right: 8px; - background: no-repeat right -30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:85 */ -.x-slider-horz .x-slider-inner { - height: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:100 */ -.x-slider-horz .x-slider-thumb { - width: 15px; - height: 15px; - margin-left: -7px; - background-image: url(images/slider/slider-thumb.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:114 */ -.x-slider-horz.x-slider-focus .x-slider-thumb { - background-position: -45px -45px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:118 */ -.x-slider-horz .x-slider-thumb-over { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:122 */ -.x-slider-horz.x-slider-focus .x-slider-thumb-over { - background-position: -60px -60px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:126 */ -.x-slider-horz .x-slider-thumb-drag { - background-position: -30px -30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:130 */ -.x-slider-horz.x-slider-focus .x-slider-thumb-drag { - background-position: -75px -75px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:136 */ -.x-rtl.x-slider-horz { - padding-left: 0; - padding-right: 7px; - background-position: right -30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:143 */ -.x-rtl.x-slider-horz .x-slider-end { - padding-right: 0; - padding-left: 8px; - background-position: left -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:151 */ -.x-rtl.x-slider-horz .x-slider-thumb { - margin-right: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:158 */ -.x-slider-ct-vert { - /* Vertical styles */ - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:162 */ -.x-slider-vert { - padding-top: 7px; - background: no-repeat -30px 0; - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:169 */ -.x-slider-vert > .x-slider-end { - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:171 */ -.x-slider-vert > .x-slider-end > .x-slider-inner { - height: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:187 */ -.x-slider-vert .x-slider-end { - padding-bottom: 8px; - background: no-repeat -15px bottom; - width: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:193 */ -.x-slider-vert .x-slider-inner { - width: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:197 */ -.x-slider-vert .x-slider-thumb { - width: 15px; - height: 15px; - margin-bottom: -8px; - background-image: url(images/slider/slider-v-thumb.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:211 */ -.x-slider-vert.x-slider-focus .x-slider-thumb { - background-position: -45px -45px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:215 */ -.x-slider-vert .x-slider-thumb-over { - background-position: -15px -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:219 */ -.x-slider-vert.x-slider-focus .x-slider-thumb-over { - background-position: -60px -60px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:223 */ -.x-slider-vert .x-slider-thumb-drag { - background-position: -30px -30px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:227 */ -.x-slider-vert.x-slider-focus .x-slider-thumb-drag { - background-position: -75px -75px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:231 */ -.x-slider-horz, -.x-slider-horz .x-slider-end, -.x-slider-horz .x-slider-inner { - background-image: url(images/slider/slider-bg.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:237 */ -.x-slider-vert, -.x-slider-vert .x-slider-end, -.x-slider-vert .x-slider-inner { - background-image: url(images/slider/slider-v-bg.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/slider/Multi.scss:244 */ -.x-slider-default-cell > .x-grid-cell-inner, -.x-sliderwidget-default-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/sparkline/Base.scss:1 */ -.x-sparkline-cell .x-grid-cell-inner { - padding-top: 1px; - padding-bottom: 1px; - line-height: 22px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-top { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - -o-border-radius: 2px; - border-radius: 2px; - padding: 3px 8px 3px 8px; - border-width: 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-top-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-top-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-8-3-8; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-top-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-top-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-top-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-top-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-top-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-top-tr, -.x-tab-default-top-br, -.x-tab-default-top-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-top-tl, -.x-tab-default-top-bl, -.x-tab-default-top-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-top-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-top-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-top-tl, -.x-tab-default-top-bl, -.x-tab-default-top-tr, -.x-tab-default-top-br, -.x-tab-default-top-tc, -.x-tab-default-top-bc, -.x-tab-default-top-ml, -.x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-top-ml, -.x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-top-mc { - padding: 2px 7px 2px 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-top:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-top-corners.gif), sides:url(images/tab/tab-default-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-bottom { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 8px 3px 8px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-bottom-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-bottom-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-8-3-8; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-bottom-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-bottom-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-bottom-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-bottom-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-bottom-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-bottom-tr, -.x-tab-default-bottom-br, -.x-tab-default-bottom-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-bottom-tl, -.x-tab-default-bottom-bl, -.x-tab-default-bottom-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-bottom-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-bottom-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-bottom-tl, -.x-tab-default-bottom-bl, -.x-tab-default-bottom-tr, -.x-tab-default-bottom-br, -.x-tab-default-bottom-tc, -.x-tab-default-bottom-bc, -.x-tab-default-bottom-ml, -.x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-bottom-ml, -.x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-bottom-mc { - padding: 2px 7px 2px 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-bottom-corners.gif), sides:url(images/tab/tab-default-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-left { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 8px 3px 8px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-left-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-left-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-8-3-8; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-left-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-left-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-left-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-left-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-left-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-left-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-left-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-left-tr, -.x-tab-default-left-br, -.x-tab-default-left-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-left-tl, -.x-tab-default-left-bl, -.x-tab-default-left-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-left-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-left-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-left-tl, -.x-tab-default-left-bl, -.x-tab-default-left-tr, -.x-tab-default-left-br, -.x-tab-default-left-tc, -.x-tab-default-left-bc, -.x-tab-default-left-ml, -.x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-left-ml, -.x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-left-mc { - padding: 2px 7px 2px 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-left:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-left-corners.gif), sides:url(images/tab/tab-default-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-tab-default-right { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - padding: 3px 8px 3px 8px; - border-width: 1px 1px 1px 1px; - border-style: solid; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-tab-default-right-mc { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-tab-default-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-tab-default-right-frameInfo { - font-family: th-2-2-2-2-1-1-1-1-3-8-3-8; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-tab-default-right-tl { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-tab-default-right-tr { - background-position: right -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-tab-default-right-bl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-tab-default-right-br { - background-position: right -10px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-tab-default-right-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-tab-default-right-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-tab-default-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-tab-default-right-bc { - background-position: 0 -2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-tab-default-right-tr, -.x-tab-default-right-br, -.x-tab-default-right-mr { - padding-right: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-tab-default-right-tl, -.x-tab-default-right-bl, -.x-tab-default-right-ml { - padding-left: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-tab-default-right-tc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-tab-default-right-bc { - height: 2px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-tab-default-right-tl, -.x-tab-default-right-bl, -.x-tab-default-right-tr, -.x-tab-default-right-br, -.x-tab-default-right-tc, -.x-tab-default-right-bc, -.x-tab-default-right-ml, -.x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-tab-default-right-ml, -.x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-tab-default-right-mc { - padding: 2px 7px 2px 7px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-default-right:before { - display: none; - content: "x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-right-corners.gif), sides:url(images/tab/tab-default-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1587 */ -.x-tab-default { - border-color: #f5f5f5; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1648 */ -.x-tab-default-top { - margin: 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1652 */ -.x-tab-default-top.x-rtl { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1657 */ -.x-tab-default-top.x-tab-rotate-left { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1661 */ -.x-tab-default-top.x-tab-rotate-left.x-rtl { - margin: 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1679 */ -.x-tab-default-top.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1708 */ -.x-tab-default-top.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1737 */ -.x-tab-default-top.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1763 */ -.x-tab-default-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1767 */ -.x-tab-default-right.x-rtl { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1772 */ -.x-tab-default-right.x-tab-rotate-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1776 */ -.x-tab-default-right.x-tab-rotate-right.x-rtl { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1794 */ -.x-tab-default-right.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1823 */ -.x-tab-default-right.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1852 */ -.x-tab-default-right.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1878 */ -.x-tab-default-bottom { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1882 */ -.x-tab-default-bottom.x-rtl { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1887 */ -.x-tab-default-bottom.x-tab-rotate-left { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1891 */ -.x-tab-default-bottom.x-tab-rotate-left.x-rtl { - margin: 0 5px 0 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1909 */ -.x-tab-default-bottom.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1938 */ -.x-tab-default-bottom.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1967 */ -.x-tab-default-bottom.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1993 */ -.x-tab-default-left { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:1997 */ -.x-tab-default-left.x-rtl { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2002 */ -.x-tab-default-left.x-tab-rotate-right { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2006 */ -.x-tab-default-left.x-tab-rotate-right.x-rtl { - margin: 5px 0 5px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2024 */ -.x-tab-default-left.x-tab-focus { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2053 */ -.x-tab-default-left.x-tab-focus.x-tab-over { - -webkit-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - -moz-box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; - box-shadow: #3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2082 */ -.x-tab-default-left.x-tab-focus.x-tab-active { - -webkit-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - -moz-box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; - box-shadow: #d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2108 */ -.x-tab-button-default { - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2113 */ -.x-tab-inner-default { - font: 300 13px/16px helvetica, arial, verdana, sans-serif; - color: #000; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2129 */ -.x-tab-icon-right > .x-tab-inner-default, -.x-tab-icon-left > .x-tab-inner-default { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2137 */ -.x-tab-icon-el-default { - min-height: 16px; - background-position: center center; - font-size: 16px; - line-height: 16px; - color: #000; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2138 */ -.x-tab-icon-left > .x-tab-icon-el-default, -.x-tab-icon-right > .x-tab-icon-el-default { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2143 */ -.x-tab-icon-top > .x-tab-icon-el-default, -.x-tab-icon-bottom > .x-tab-icon-el-default { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2159 */ -.x-tab-icon-el-default.x-tab-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2172 */ -.x-ie8 .x-tab-icon-el-default.x-tab-glyph { - color: #7b7b7b; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2179 */ -.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default { - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2183 */ -.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default.x-rtl { - margin-right: 0; - margin-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2190 */ -.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default { - margin-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2194 */ -.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default.x-rtl { - margin-left: 0; - margin-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2201 */ -.x-tab-text.x-tab-icon-top > .x-tab-icon-el-default { - margin-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2205 */ -.x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default { - margin-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2210 */ -.x-tab-focus.x-tab-default { - border-color: #f5f5f5; - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2348 */ -.x-tab-over.x-tab-default { - border-color: #c9deed; - background-color: #c9deed; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2462 */ -.x-tab-focus.x-tab-over.x-tab-default { - border-color: #c9deed; - background-color: #c9deed; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2579 */ -.x-tab.x-tab-active.x-tab-default { - border-color: #3892d4; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2637 */ -.x-tab.x-tab-active.x-tab-default .x-tab-inner-default { - color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2657 */ -.x-tab.x-tab-active.x-tab-default .x-tab-icon-el { - color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2665 */ -.x-ie8 .x-tab.x-tab-active.x-tab-default .x-tab-icon-el { - color: #9cc9e9; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2692 */ -.x-tab-focus.x-tab-active.x-tab-default { - border-color: #3892d4; - background-color: #3892d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2810 */ -.x-tab.x-tab-disabled.x-tab-default { - border-color: #f5f5f5; - background-color: #f5f5f5; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2872 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2896 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el-default { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2901 */ -.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el { - color: #000; - opacity: 0.3; - filter: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2916 */ -.x-ie8 .x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el { - color: #acacac; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2942 */ -.x-nbr .x-tab-default { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-top-tl, -.x-tab-over .x-tab-default-top-bl, -.x-tab-over .x-tab-default-top-tr, -.x-tab-over .x-tab-default-top-br, -.x-tab-over .x-tab-default-top-tc, -.x-tab-over .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-top-ml, -.x-tab-over .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-top-tl, -.x-tab-focus .x-tab-default-top-bl, -.x-tab-focus .x-tab-default-top-tr, -.x-tab-focus .x-tab-default-top-br, -.x-tab-focus .x-tab-default-top-tc, -.x-tab-focus .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-top-ml, -.x-tab-focus .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-top-tl, -.x-tab-focus.x-tab-over .x-tab-default-top-bl, -.x-tab-focus.x-tab-over .x-tab-default-top-tr, -.x-tab-focus.x-tab-over .x-tab-default-top-br, -.x-tab-focus.x-tab-over .x-tab-default-top-tc, -.x-tab-focus.x-tab-over .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-top-ml, -.x-tab-focus.x-tab-over .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-top-tl, -.x-tab.x-tab-active .x-tab-default-top-bl, -.x-tab.x-tab-active .x-tab-default-top-tr, -.x-tab.x-tab-active .x-tab-default-top-br, -.x-tab.x-tab-active .x-tab-default-top-tc, -.x-tab.x-tab-active .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-top-ml, -.x-tab.x-tab-active .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-top-tl, -.x-tab-focus.x-tab-active .x-tab-default-top-bl, -.x-tab-focus.x-tab-active .x-tab-default-top-tr, -.x-tab-focus.x-tab-active .x-tab-default-top-br, -.x-tab-focus.x-tab-active .x-tab-default-top-tc, -.x-tab-focus.x-tab-active .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-top-ml, -.x-tab-focus.x-tab-active .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-top-tl, -.x-tab.x-tab-disabled .x-tab-default-top-bl, -.x-tab.x-tab-disabled .x-tab-default-top-tr, -.x-tab.x-tab-disabled .x-tab-default-top-br, -.x-tab.x-tab-disabled .x-tab-default-top-tc, -.x-tab.x-tab-disabled .x-tab-default-top-bc { - background-image: url(images/tab/tab-default-top-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-top-ml, -.x-tab.x-tab-disabled .x-tab-default-top-mr { - background-image: url(images/tab/tab-default-top-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-top-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-top-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-right-tl, -.x-tab-over .x-tab-default-right-bl, -.x-tab-over .x-tab-default-right-tr, -.x-tab-over .x-tab-default-right-br, -.x-tab-over .x-tab-default-right-tc, -.x-tab-over .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-right-ml, -.x-tab-over .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-right-tl, -.x-tab-focus .x-tab-default-right-bl, -.x-tab-focus .x-tab-default-right-tr, -.x-tab-focus .x-tab-default-right-br, -.x-tab-focus .x-tab-default-right-tc, -.x-tab-focus .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-right-ml, -.x-tab-focus .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-right-tl, -.x-tab-focus.x-tab-over .x-tab-default-right-bl, -.x-tab-focus.x-tab-over .x-tab-default-right-tr, -.x-tab-focus.x-tab-over .x-tab-default-right-br, -.x-tab-focus.x-tab-over .x-tab-default-right-tc, -.x-tab-focus.x-tab-over .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-right-ml, -.x-tab-focus.x-tab-over .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-right-tl, -.x-tab.x-tab-active .x-tab-default-right-bl, -.x-tab.x-tab-active .x-tab-default-right-tr, -.x-tab.x-tab-active .x-tab-default-right-br, -.x-tab.x-tab-active .x-tab-default-right-tc, -.x-tab.x-tab-active .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-right-ml, -.x-tab.x-tab-active .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-right-tl, -.x-tab-focus.x-tab-active .x-tab-default-right-bl, -.x-tab-focus.x-tab-active .x-tab-default-right-tr, -.x-tab-focus.x-tab-active .x-tab-default-right-br, -.x-tab-focus.x-tab-active .x-tab-default-right-tc, -.x-tab-focus.x-tab-active .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-right-ml, -.x-tab-focus.x-tab-active .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-right-tl, -.x-tab.x-tab-disabled .x-tab-default-right-bl, -.x-tab.x-tab-disabled .x-tab-default-right-tr, -.x-tab.x-tab-disabled .x-tab-default-right-br, -.x-tab.x-tab-disabled .x-tab-default-right-tc, -.x-tab.x-tab-disabled .x-tab-default-right-bc { - background-image: url(images/tab/tab-default-right-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-right-ml, -.x-tab.x-tab-disabled .x-tab-default-right-mr { - background-image: url(images/tab/tab-default-right-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-right-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-right-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-bottom-tl, -.x-tab-over .x-tab-default-bottom-bl, -.x-tab-over .x-tab-default-bottom-tr, -.x-tab-over .x-tab-default-bottom-br, -.x-tab-over .x-tab-default-bottom-tc, -.x-tab-over .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-bottom-ml, -.x-tab-over .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-bottom-tl, -.x-tab-focus .x-tab-default-bottom-bl, -.x-tab-focus .x-tab-default-bottom-tr, -.x-tab-focus .x-tab-default-bottom-br, -.x-tab-focus .x-tab-default-bottom-tc, -.x-tab-focus .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-bottom-ml, -.x-tab-focus .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-tl, -.x-tab-focus.x-tab-over .x-tab-default-bottom-bl, -.x-tab-focus.x-tab-over .x-tab-default-bottom-tr, -.x-tab-focus.x-tab-over .x-tab-default-bottom-br, -.x-tab-focus.x-tab-over .x-tab-default-bottom-tc, -.x-tab-focus.x-tab-over .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-ml, -.x-tab-focus.x-tab-over .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-bottom-tl, -.x-tab.x-tab-active .x-tab-default-bottom-bl, -.x-tab.x-tab-active .x-tab-default-bottom-tr, -.x-tab.x-tab-active .x-tab-default-bottom-br, -.x-tab.x-tab-active .x-tab-default-bottom-tc, -.x-tab.x-tab-active .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-bottom-ml, -.x-tab.x-tab-active .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-tl, -.x-tab-focus.x-tab-active .x-tab-default-bottom-bl, -.x-tab-focus.x-tab-active .x-tab-default-bottom-tr, -.x-tab-focus.x-tab-active .x-tab-default-bottom-br, -.x-tab-focus.x-tab-active .x-tab-default-bottom-tc, -.x-tab-focus.x-tab-active .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-ml, -.x-tab-focus.x-tab-active .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-tl, -.x-tab.x-tab-disabled .x-tab-default-bottom-bl, -.x-tab.x-tab-disabled .x-tab-default-bottom-tr, -.x-tab.x-tab-disabled .x-tab-default-bottom-br, -.x-tab.x-tab-disabled .x-tab-default-bottom-tc, -.x-tab.x-tab-disabled .x-tab-default-bottom-bc { - background-image: url(images/tab/tab-default-bottom-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-ml, -.x-tab.x-tab-disabled .x-tab-default-bottom-mr { - background-image: url(images/tab/tab-default-bottom-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-bottom-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-bottom-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-over .x-tab-default-left-tl, -.x-tab-over .x-tab-default-left-bl, -.x-tab-over .x-tab-default-left-tr, -.x-tab-over .x-tab-default-left-br, -.x-tab-over .x-tab-default-left-tc, -.x-tab-over .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-over .x-tab-default-left-ml, -.x-tab-over .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-over .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus .x-tab-default-left-tl, -.x-tab-focus .x-tab-default-left-bl, -.x-tab-focus .x-tab-default-left-tr, -.x-tab-focus .x-tab-default-left-br, -.x-tab-focus .x-tab-default-left-tc, -.x-tab-focus .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus .x-tab-default-left-ml, -.x-tab-focus .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-over .x-tab-default-left-tl, -.x-tab-focus.x-tab-over .x-tab-default-left-bl, -.x-tab-focus.x-tab-over .x-tab-default-left-tr, -.x-tab-focus.x-tab-over .x-tab-default-left-br, -.x-tab-focus.x-tab-over .x-tab-default-left-tc, -.x-tab-focus.x-tab-over .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-over .x-tab-default-left-ml, -.x-tab-focus.x-tab-over .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-over .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-over-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-active .x-tab-default-left-tl, -.x-tab.x-tab-active .x-tab-default-left-bl, -.x-tab.x-tab-active .x-tab-default-left-tr, -.x-tab.x-tab-active .x-tab-default-left-br, -.x-tab.x-tab-active .x-tab-default-left-tc, -.x-tab.x-tab-active .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-active .x-tab-default-left-ml, -.x-tab.x-tab-active .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-active .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab-focus.x-tab-active .x-tab-default-left-tl, -.x-tab-focus.x-tab-active .x-tab-default-left-bl, -.x-tab-focus.x-tab-active .x-tab-default-left-tr, -.x-tab-focus.x-tab-active .x-tab-default-left-br, -.x-tab-focus.x-tab-active .x-tab-default-left-tc, -.x-tab-focus.x-tab-active .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-focus-active-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab-focus.x-tab-active .x-tab-default-left-ml, -.x-tab-focus.x-tab-active .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-focus-active-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab-focus.x-tab-active .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-focus-active-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ -.x-tab.x-tab-disabled .x-tab-default-left-tl, -.x-tab.x-tab-disabled .x-tab-default-left-bl, -.x-tab.x-tab-disabled .x-tab-default-left-tr, -.x-tab.x-tab-disabled .x-tab-default-left-br, -.x-tab.x-tab-disabled .x-tab-default-left-tc, -.x-tab.x-tab-disabled .x-tab-default-left-bc { - background-image: url(images/tab/tab-default-left-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ -.x-tab.x-tab-disabled .x-tab-default-left-ml, -.x-tab.x-tab-disabled .x-tab-default-left-mr { - background-image: url(images/tab/tab-default-left-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ -.x-tab.x-tab-disabled .x-tab-default-left-mc { - background-repeat: repeat-x; - background-image: url(images/tab/tab-default-left-disabled-fbg.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2985 */ -.x-tab-default-tl, -.x-tab-default-bl, -.x-tab-default-tr, -.x-tab-default-br { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2995 */ -.x-tab-default .x-tab-close-btn { - top: 2px; - right: 2px; - width: 12px; - height: 12px; - background: url(images/tab/tab-default-close.png) 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3017 */ -.x-tab-default .x-tab-close-btn-over { - background-position: -12px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3027 */ -.x-tab-default .x-tab-close-btn-pressed { - background-position: -24px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3086 */ -.x-tab-default.x-tab-active .x-tab-close-btn { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3091 */ -.x-tab-default.x-tab-active .x-tab-close-btn-over { - background-position: -12px -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3097 */ -.x-tab-default.x-tab-active .x-tab-close-btn-pressed { - background-position: -24px -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3119 */ -.x-tab-default.x-tab-disabled .x-tab-close-btn { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); - opacity: 0.3; - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3140 */ -.x-rtl.x-tab-default .x-tab-close-btn { - right: auto; - left: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3146 */ -.x-tab-closable.x-tab-default .x-tab-button { - padding-right: 15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3151 */ -.x-rtl.x-tab-closable.x-tab-default .x-tab-button { - padding-right: 0px; - padding-left: 15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-over.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-active.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before { - display: none; - content: "x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:158 */ -.x-tab-bar-default { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:197 */ -.x-tab-bar-default-top > .x-tab-bar-body-default { - padding: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:201 */ -.x-tab-bar-default-bottom > .x-tab-bar-body-default { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:205 */ -.x-tab-bar-default-left > .x-tab-bar-body-default { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:210 */ -.x-rtl.x-tab-bar-default-left > .x-tab-bar-body-default { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:215 */ -.x-tab-bar-default-right > .x-tab-bar-body-default { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:220 */ -.x-rtl.x-tab-bar-default-right > .x-tab-bar-body-default { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:259 */ -.x-tab-bar-plain.x-tab-bar-default-horizontal { - border-top-color: transparent; - border-bottom-color: transparent; - border-left-width: 0; - border-right-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:266 */ -.x-tab-bar-plain.x-tab-bar-default-vertical { - border-right-color: transparent; - border-left-color: transparent; - border-top-width: 0; - border-bottom-width: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:380 */ -.x-tab-bar-horizontal > .x-tab-bar-body-default { - min-height: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:383 */ -.x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:390 */ -.x-tab-bar-vertical > .x-tab-bar-body-default { - min-width: 36px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:393 */ -.x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-tab-bar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-tab-bar-default { - cursor: pointer; - color: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-tab-bar-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-tab-bar-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-tab-bar-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-tab-bar-default.x-box-scroller-left, -.x-box-scroller-tab-bar-default.x-box-scroller-right { - width: 24px; - height: 24px; - top: 50%; - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-tab-bar-default.x-box-scroller-left { - margin-left: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-tab-bar-default.x-box-scroller-right { - margin-left: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ -.x-box-scroller-tab-bar-default.x-box-scroller-top, -.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - height: 24px; - width: 24px; - left: 50%; - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ -.x-box-scroller-tab-bar-default.x-box-scroller-top { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ -.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - background-image: url(images/tab-bar/default-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:474 */ -.x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal { - margin-left: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:480 */ -.x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 18px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:485 */ -.x-tab-bar-plain .x-box-scroller-tab-bar-default { - color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:533 */ -.x-tab-bar-default-top .x-box-scroller-tab-bar-default { - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:537 */ -.x-tab-bar-default-right .x-box-scroller-tab-bar-default { - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:541 */ -.x-tab-bar-default-bottom .x-box-scroller-tab-bar-default { - margin-top: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:545 */ -.x-tab-bar-default-left .x-box-scroller-tab-bar-default { - margin-left: -12px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:554 */ -.x-box-scroller-tab-bar-default { - background-color: #f5f5f5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:560 */ -.x-box-scroller-tab-bar-default .x-ie8 .x-box-scroller-plain { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:572 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-left { - background-image: url(images/tab-bar/default-plain-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:578 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-right { - background-image: url(images/tab-bar/default-plain-scroll-right.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:584 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-top { - background-image: url(images/tab-bar/default-plain-scroll-top.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:590 */ -.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-bottom { - background-image: url(images/tab-bar/default-plain-scroll-bottom.png); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-tab-bar-default-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:158 */ -.x-breadcrumb-btn-default { - margin: 0 0 0 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:162 */ -.x-breadcrumb-icon-folder-default { - background-image: url(images/tree/folder.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:170 */ -.x-btn-menu-active .x-breadcrumb-icon-folder-default { - background-image: url(images/tree/folder-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:180 */ -.x-breadcrumb-icon-leaf-default { - background-image: url(images/tree/leaf.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:190 */ -.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - width: 20px; - background-image: url(images/breadcrumb/default-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:196 */ -.x-rtl.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - background-image: url(images/breadcrumb/default-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:202 */ -.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - background-image: url(images/breadcrumb/default-arrow-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:207 */ -.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after { - background-image: url(images/breadcrumb/default-arrow-open-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:215 */ -.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - width: 20px; - background-image: url(images/breadcrumb/default-split-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:229 */ -.x-rtl.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:235 */ -.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-over.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:240 */ -.x-rtl.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-over-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:247 */ -.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:259 */ -.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after { - background-image: url(images/breadcrumb/default-split-arrow-open-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ -.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal { - margin-left: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ -.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical { - margin-top: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ -.x-box-scroller-breadcrumb-default { - cursor: pointer; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:191 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:197 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-pressed { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); - opacity: 0.25; - cursor: default; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-left, -.x-box-scroller-breadcrumb-default.x-box-scroller-right { - width: 16px; - height: 16px; - top: 50%; - margin-top: -8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-left { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/breadcrumb/default-scroll-left.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ -.x-box-scroller-breadcrumb-default.x-box-scroller-right { - margin-left: 4px; - margin-right: 4px; - margin-bottom: 0; - background-image: url(images/breadcrumb/default-scroll-right.png); -} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug_2.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug_2.css deleted file mode 100644 index f615b3b..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl-debug_2.css +++ /dev/null @@ -1,3831 +0,0 @@ -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:1 */ -.x-tree-expander { - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:17 */ -.x-tree-arrows .x-tree-expander { - background-image: url(images/tree/arrows.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:21 */ -.x-tree-arrows .x-tree-expander-over .x-tree-expander { - background-position: -36px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:25 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander { - background-position: -18px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:29 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander { - background-position: -54px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:34 */ -.x-tree-arrows .x-rtl.x-tree-expander { - background: url(images/tree/arrows-rtl.png) no-repeat -54px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:38 */ -.x-tree-arrows .x-tree-expander-over .x-rtl.x-tree-expander { - background-position: -18px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:42 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-rtl.x-tree-expander { - background-position: -36px center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:46 */ -.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-rtl.x-tree-expander { - background-position: 0 center; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:71 */ -.x-tree-lines .x-tree-elbow { - background-image: url(images/tree/elbow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:75 */ -.x-tree-lines .x-tree-elbow-end { - background-image: url(images/tree/elbow-end.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:79 */ -.x-tree-lines .x-tree-elbow-plus { - background-image: url(images/tree/elbow-plus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:83 */ -.x-tree-lines .x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-plus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:87 */ -.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus { - background-image: url(images/tree/elbow-minus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:91 */ -.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-minus.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:95 */ -.x-tree-lines .x-tree-elbow-line { - background-image: url(images/tree/elbow-line.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:100 */ -.x-tree-lines .x-rtl.x-tree-elbow { - background-image: url(images/tree/elbow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:104 */ -.x-tree-lines .x-rtl.x-tree-elbow-end { - background-image: url(images/tree/elbow-end-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:108 */ -.x-tree-lines .x-rtl.x-tree-elbow-plus { - background-image: url(images/tree/elbow-plus-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:112 */ -.x-tree-lines .x-rtl.x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-plus-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:116 */ -.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-plus { - background-image: url(images/tree/elbow-minus-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:120 */ -.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-end-plus { - background-image: url(images/tree/elbow-end-minus-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:124 */ -.x-tree-lines .x-rtl.x-tree-elbow-line { - background-image: url(images/tree/elbow-line-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:131 */ -.x-tree-no-lines .x-tree-expander { - background-image: url(images/tree/elbow-plus-nl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:135 */ -.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander { - background-image: url(images/tree/elbow-minus-nl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:140 */ -.x-tree-no-lines .x-rtl.x-tree-expander { - background-image: url(images/tree/elbow-plus-nl-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:144 */ -.x-tree-no-lines .x-grid-tree-node-expanded .x-rtl.x-tree-expander { - background-image: url(images/tree/elbow-minus-nl-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:151 */ -.x-tree-icon { - width: 16px; - height: 24px; - line-height: 24px; - color: #cfcfcf; - font-size: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:159 */ -.x-tree-elbow-img { - width: 18px; - height: 24px; - line-height: 24px; - margin-right: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:167 */ -.x-rtl.x-tree-elbow-img { - margin-right: 0; - margin-left: 2px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:173 */ -.x-tree-icon, -.x-tree-elbow-img, -.x-tree-checkbox { - margin-top: -5px; - margin-bottom: -4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:183 */ -.x-tree-icon-leaf { - background-image: url(images/tree/leaf.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:191 */ -.x-tree-icon-leaf.x-rtl { - background-image: url(images/tree/leaf-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:198 */ -.x-tree-icon-parent { - background-image: url(images/tree/folder.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:206 */ -.x-tree-icon-parent.x-rtl { - background-image: url(images/tree/folder-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:219 */ -.x-tree-icon-parent-expanded { - background-image: url(images/tree/folder-open.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:223 */ -.x-tree-icon-parent-expanded.x-rtl { - background-image: url(images/tree/folder-open-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:230 */ -.x-tree-icon-custom { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:240 */ -.x-tree-icon-custom.x-rtl { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:246 */ -.x-tree-checkbox { - margin-right: 4px; - top: 5px; - width: 15px; - height: 15px; - background-image: url(images/form/checkbox.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:260 */ -.x-rtl.x-tree-checkbox { - margin-right: 0; - margin-left: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:266 */ -.x-tree-checkbox-checked { - background-position: 0 -15px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:274 */ -.x-grid-tree-loading .x-tree-icon { - background-image: url(images/tree/loading.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:279 */ -.x-grid-tree-loading .x-rtl.x-tree-icon { - background-image: url(images/tree/loading.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:284 */ -.x-tree-node-text { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:289 */ -.x-rtl.x-tree-node-text { - padding-left: 0; - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:296 */ -.x-grid-cell-inner-treecolumn { - padding: 5px 10px 4px 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:9 */ -.x-tree-drop-ok-append .x-dd-drop-icon { - background-image: url(images/tree/drop-append.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:13 */ -.x-tree-drop-ok-above .x-dd-drop-icon { - background-image: url(images/tree/drop-above.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:17 */ -.x-tree-drop-ok-below .x-dd-drop-icon { - background-image: url(images/tree/drop-below.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:21 */ -.x-tree-drop-ok-between .x-dd-drop-icon { - background-image: url(images/tree/drop-between.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:26 */ -.x-tree-ddindicator { - height: 1px; - border-width: 1px 0px 0px; - border-style: dotted; - border-color: green; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:1 */ -.x-multiselector-remove { - font-size: 100%; - color: #e1e1e1; - cursor: pointer; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:6 */ -.x-multiselector-remove .x-grid-cell-inner { - padding: 5px 10px 4px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:11 */ -.x-grid-item-over .x-multiselector-remove { - color: red; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:1 */ -.x-toast-icon-information { - background-image: url(images/window/toast/icon16_info.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:5 */ -.x-toast-icon-error { - background-image: url(images/window/toast/icon16_error.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:11 */ -.x-toast-window .x-window-body { - /* Using standard theme */ - padding: 15px 5px 15px 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:17 */ -.x-toast-light .x-window-header { - /* Custom styling */ - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:21 */ -.x-toast-light .x-tool-img { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:25 */ -.x-toast-light { - background-image: url(images/window/toast/fader.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:29 */ -.x-toast-light .x-window-body { - padding: 15px 5px 20px 5px; - background-color: transparent; - border: 0px solid white; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-small { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-small { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-small-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-small-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-small-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-small-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-small-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-small-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-small-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-small-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-small-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-small-tr, -.x-btn-plain-toolbar-small-br, -.x-btn-plain-toolbar-small-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-small-tl, -.x-btn-plain-toolbar-small-bl, -.x-btn-plain-toolbar-small-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-small-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-small-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-small-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-small { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-small { - min-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-small { - min-height: auto; - height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-small { - font: 300 12px/16px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 5px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-small, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-small { - max-width: calc(100% - 16px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-small { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-small { - font-size: 16px; - height: 16px; - color: #666; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small { - min-width: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-small.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small { - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small.x-rtl { - margin-right: 0; - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-left: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small.x-rtl { - margin-left: 0; - margin-right: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-small { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after { - width: 16px; - background-image: url(images/button/plain-toolbar-small-arrow.png); - padding-right: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/plain-toolbar-small-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after { - height: 13px; - background-image: url(images/button/plain-toolbar-small-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after { - width: 20px; - background-image: url(images/button/plain-toolbar-small-s-arrow.png); - padding-right: 20px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-split-right:after { - background-image: url(images/button/plain-toolbar-small-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after { - height: 15px; - background-image: url(images/button/plain-toolbar-small-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small { - padding-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small { - margin-right: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-small { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-small .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 23px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-plain-toolbar-small .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-small.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-small { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-small { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-small { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-small-tl, -.x-btn-focus .x-btn-plain-toolbar-small-bl, -.x-btn-focus .x-btn-plain-toolbar-small-tr, -.x-btn-focus .x-btn-plain-toolbar-small-br, -.x-btn-focus .x-btn-plain-toolbar-small-tc, -.x-btn-focus .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-small-ml, -.x-btn-focus .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-small-tl, -.x-btn-over .x-btn-plain-toolbar-small-bl, -.x-btn-over .x-btn-plain-toolbar-small-tr, -.x-btn-over .x-btn-plain-toolbar-small-br, -.x-btn-over .x-btn-plain-toolbar-small-tc, -.x-btn-over .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-small-ml, -.x-btn-over .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc { - background-image: url(images/btn/btn-plain-toolbar-small-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr { - background-image: url(images/btn/btn-plain-toolbar-small-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-small { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-small { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-small-cell > .x-grid-cell-inner { - padding-top: 0px; - padding-bottom: 0px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-small-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-small { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-medium { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-medium { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-medium-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-medium-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-medium-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-medium-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-medium-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-medium-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-medium-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-medium-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-medium-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-medium-tr, -.x-btn-plain-toolbar-medium-br, -.x-btn-plain-toolbar-medium-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-medium-tl, -.x-btn-plain-toolbar-medium-bl, -.x-btn-plain-toolbar-medium-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-medium-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-medium-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-medium-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-medium { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-medium { - min-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-medium { - min-height: auto; - height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-medium { - font: 300 14px/18px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 8px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-medium { - max-width: calc(100% - 24px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-medium { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-medium { - font-size: 24px; - height: 24px; - color: #666; - line-height: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium { - min-width: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-medium { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after { - width: 24px; - background-image: url(images/button/plain-toolbar-medium-arrow.png); - padding-right: 24px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/plain-toolbar-medium-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after { - height: 18px; - background-image: url(images/button/plain-toolbar-medium-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after { - width: 28px; - background-image: url(images/button/plain-toolbar-medium-s-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-split-right:after { - background-image: url(images/button/plain-toolbar-medium-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after { - height: 24px; - background-image: url(images/button/plain-toolbar-medium-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium { - padding-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium { - margin-right: 8px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-medium { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-medium .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 31px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-plain-toolbar-medium .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-medium.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-medium { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-medium { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-medium-tl, -.x-btn-focus .x-btn-plain-toolbar-medium-bl, -.x-btn-focus .x-btn-plain-toolbar-medium-tr, -.x-btn-focus .x-btn-plain-toolbar-medium-br, -.x-btn-focus .x-btn-plain-toolbar-medium-tc, -.x-btn-focus .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-medium-ml, -.x-btn-focus .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-medium-tl, -.x-btn-over .x-btn-plain-toolbar-medium-bl, -.x-btn-over .x-btn-plain-toolbar-medium-tr, -.x-btn-over .x-btn-plain-toolbar-medium-br, -.x-btn-over .x-btn-plain-toolbar-medium-tc, -.x-btn-over .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-medium-ml, -.x-btn-over .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc { - background-image: url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr { - background-image: url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-medium { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-medium { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-medium { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-btn-plain-toolbar-large { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - padding: 3px 3px 3px 3px; - border-width: 1px; - border-style: solid; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-btn-plain-toolbar-large { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-btn-plain-toolbar-large-frameInfo { - font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-btn-plain-toolbar-large-tl { - background-position: 0 -6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-btn-plain-toolbar-large-tr { - background-position: right -9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-btn-plain-toolbar-large-bl { - background-position: 0 -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-btn-plain-toolbar-large-br { - background-position: right -15px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-btn-plain-toolbar-large-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-btn-plain-toolbar-large-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-btn-plain-toolbar-large-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-btn-plain-toolbar-large-bc { - background-position: 0 -3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-btn-plain-toolbar-large-tr, -.x-btn-plain-toolbar-large-br, -.x-btn-plain-toolbar-large-mr { - padding-right: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-btn-plain-toolbar-large-tl, -.x-btn-plain-toolbar-large-bl, -.x-btn-plain-toolbar-large-ml { - padding-left: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-btn-plain-toolbar-large-tc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-btn-plain-toolbar-large-bc { - height: 3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-btn-plain-toolbar-large-mc { - padding: 1px 1px 1px 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, frame:3px 3px 3px 3px" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:445 */ -.x-btn-plain-toolbar-large { - border-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:452 */ -.x-btn-button-plain-toolbar-large { - min-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:457 */ -.x-ie9m .x-btn-button-plain-toolbar-large { - min-height: auto; - height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:464 */ -.x-btn-inner-plain-toolbar-large { - font: 300 16px/20px helvetica, arial, verdana, sans-serif; - color: #666; - padding: 0 10px; - max-width: 100%; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:479 */ -.x-btn-icon-right > .x-btn-inner-plain-toolbar-large, -.x-btn-icon-left > .x-btn-inner-plain-toolbar-large { - max-width: calc(100% - 32px); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:487 */ -.x-ie10p .x-btn-inner-plain-toolbar-large { - max-width: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:492 */ -.x-btn-icon-el-plain-toolbar-large { - font-size: 32px; - height: 32px; - color: #666; - line-height: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:498 */ -.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large, -.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:503 */ -.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large, -.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large { - min-width: 32px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:508 */ -.x-btn-icon-el-plain-toolbar-large.x-btn-glyph { - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:525 */ -.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph { - color: #b3b3b3; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:532 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large { - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:536 */ -.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large.x-rtl { - margin-right: 0; - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:543 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:547 */ -.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large.x-rtl { - margin-left: 0; - margin-right: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:554 */ -.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large { - margin-bottom: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:558 */ -.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large { - margin-top: 5px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:564 */ -.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:567 */ -.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:574 */ -.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large, -.x-btn-split-bottom > .x-btn-button-plain-toolbar-large { - padding-bottom: 3px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:580 */ -.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after { - width: 28px; - background-image: url(images/button/plain-toolbar-large-arrow.png); - padding-right: 28px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:598 */ -.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-arrow-right:after { - background-image: url(images/button/plain-toolbar-large-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:607 */ -.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after { - height: 20px; - background-image: url(images/button/plain-toolbar-large-arrow.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:647 */ -.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after { - width: 35px; - background-image: url(images/button/plain-toolbar-large-s-arrow.png); - padding-right: 35px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:663 */ -.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-split-right:after { - background-image: url(images/button/plain-toolbar-large-s-arrow-rtl.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:686 */ -.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after { - height: 29px; - background-image: url(images/button/plain-toolbar-large-s-arrow-b.png); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:719 */ -.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large { - padding-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:722 */ -.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large { - margin-right: 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:727 */ -.x-btn-focus.x-btn-plain-toolbar-large { - background-image: none; - background-color: transparent; - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:762 */ -.x-btn-plain-toolbar-large .x-btn-arrow-el { - position: absolute; - top: 0; - right: 0; - height: 100%; - width: 38px; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:771 */ -.x-btn-plain-toolbar-large .x-btn-arrow-el.x-rtl { - right: inherit; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:778 */ -.x-btn-plain-toolbar-large.x-arrow-focus .x-btn-arrow-el { - border: 1px solid #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:785 */ -.x-btn-over.x-btn-plain-toolbar-large { - border-color: #cfcfcf; - background-image: none; - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:812 */ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:840 */ -.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large, -.x-btn.x-btn-pressed.x-btn-plain-toolbar-large { - border-color: #c7c7c7; - background-image: none; - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:868 */ -.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large, -.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large { - -webkit-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - -moz-box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; - box-shadow: #4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:897 */ -.x-btn.x-btn-disabled.x-btn-plain-toolbar-large { - background-image: none; - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:929 */ -.x-btn-focus .x-btn-plain-toolbar-large-tl, -.x-btn-focus .x-btn-plain-toolbar-large-bl, -.x-btn-focus .x-btn-plain-toolbar-large-tr, -.x-btn-focus .x-btn-plain-toolbar-large-br, -.x-btn-focus .x-btn-plain-toolbar-large-tc, -.x-btn-focus .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:937 */ -.x-btn-focus .x-btn-plain-toolbar-large-ml, -.x-btn-focus .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:941 */ -.x-btn-focus .x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:953 */ -.x-btn-over .x-btn-plain-toolbar-large-tl, -.x-btn-over .x-btn-plain-toolbar-large-bl, -.x-btn-over .x-btn-plain-toolbar-large-tr, -.x-btn-over .x-btn-plain-toolbar-large-br, -.x-btn-over .x-btn-plain-toolbar-large-tc, -.x-btn-over .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:961 */ -.x-btn-over .x-btn-plain-toolbar-large-ml, -.x-btn-over .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:965 */ -.x-btn-over .x-btn-plain-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:977 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:985 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:989 */ -.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc { - background-color: #ececec; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1003 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1011 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1015 */ -.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc, -.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1028 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1036 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1040 */ -.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc, -.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc { - background-color: #e2e2e2; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1053 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc { - background-image: url(images/btn/btn-plain-toolbar-large-disabled-corners.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1061 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml, -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr { - background-image: url(images/btn/btn-plain-toolbar-large-disabled-sides.gif); -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1065 */ -.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc { - background-color: transparent; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1075 */ -.x-nbr .x-btn-plain-toolbar-large { - background-image: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1081 */ -.x-btn-disabled.x-btn-plain-toolbar-large { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1100 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1102 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc { - padding-right: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1106 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1108 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc { - padding-right: 3px !important; - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1114 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc { - padding-left: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1121 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1123 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc { - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1127 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1129 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc { - padding-top: 3px !important; - padding-bottom: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1135 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc { - padding-top: 3px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1141 */ -.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after { - content: ' '; - border-style: solid; - border-width: 0; - position: absolute; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1159 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after { - top: 1px; - right: 0; - bottom: 1px; - left: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1165 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after { - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1168 */ -.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after { - right: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1174 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after { - top: 0; - right: 1px; - bottom: 0; - left: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1180 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after { - top: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1183 */ -.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after { - bottom: 1px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1190 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1204 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1219 */ -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after, -.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after { - border-width: 1px; - border-color: #4297d4; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before { - display: none; - content: "x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1246 */ -.x-button-plain-toolbar-large-cell > .x-grid-cell-inner { - padding-top: 0; - padding-bottom: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/button/Button.scss:1251 */ -.x-button-plain-toolbar-large-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-large { - vertical-align: top; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/button/Button.scss:220 */ -.x-btn-plain-toolbar-small-disabled .x-btn-icon-el, -.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, -.x-btn-plain-toolbar-large-disabled .x-btn-icon-el { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/button/Button.scss:223 */ -.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el, -.x-ie8 .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, -.x-ie8 .x-btn-plain-toolbar-large-disabled .x-btn-icon-el { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-light { - border-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-light { - font-size: 13px; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-light .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-light-horizontal { - padding: 9px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-light-horizontal .x-panel-header-light-tab-bar { - margin-top: -9px; - margin-bottom: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-light-horizontal.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar { - margin-top: -10px; - margin-bottom: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-light-vertical { - padding: 9px 9px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-light-vertical .x-panel-header-light-tab-bar { - margin-right: -9px; - margin-left: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-light-vertical.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar { - margin-right: -10px; - margin-left: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:355 */ -.x-rtl.x-panel-header-light-vertical { - padding: 9px 10px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:359 */ -.x-rtl.x-panel-header-light-vertical .x-panel-header-light-tab-bar { - margin-left: -9px; - margin-right: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:367 */ -.x-rtl.x-panel-header-light-vertical.x-header-noborder { - padding: 10px 10px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:371 */ -.x-rtl.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar { - margin-left: -10px; - margin-right: -10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-light { - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-light > .x-title-text-light { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:450 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:467 */ -.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light { - width: 16px; - height: 16px; - font-size: 16px; - color: #000; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light { - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-light { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:667 */ -.x-panel-header-light { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:671 */ -.x-panel-header-light-vertical { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:676 */ -.x-rtl.x-panel-header-light-vertical { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:729 */ -.x-panel .x-panel-header-light-collapsed-border-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:733 */ -.x-panel .x-panel-header-light-collapsed-border-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:737 */ -.x-panel .x-panel-header-light-collapsed-border-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:741 */ -.x-panel .x-panel-header-light-collapsed-border-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-top:before { - display: none; - content: "x-slicer:, stretch:bottom" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-bottom:before { - display: none; - content: "x-slicer:, stretch:top" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-left:before { - display: none; - content: "x-slicer:, stretch:right" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-right:before { - display: none; - content: "x-slicer:, stretch:left" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-light-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:782 */ -.x-panel-header-light-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-light-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:792 */ -.x-panel-header-light-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-light-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:804 */ -.x-panel-header-light-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-light-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:814 */ -.x-panel-header-light-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-light .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-light .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-light .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:833 */ -.x-rtl.x-panel-header-light-collapsed-border-right { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:836 */ -.x-rtl.x-panel-header-light-collapsed-border-left { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-light-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-light-outer-border-l { - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-light-outer-border-b { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-light-outer-border-bl { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-light-outer-border-r { - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-light-outer-border-rl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-light-outer-border-rb { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-light-outer-border-rbl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-light-outer-border-t { - border-top-color: #fff !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-light-outer-border-tl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-light-outer-border-tb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-light-outer-border-tbl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-light-outer-border-tr { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-light-outer-border-trl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-light-outer-border-trb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-light-outer-border-trbl { - border-color: #fff !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:276 */ -.x-panel-light-framed { - border-color: #fff; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:282 */ -.x-panel-header-light-framed { - font-size: 13px; - border: 1px solid #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:289 */ -.x-panel-header-light-framed .x-tool-img { - background-image: url(images/tools/tool-sprites-dark.png); - background-color: #fff; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:306 */ -.x-panel-header-light-framed-horizontal { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:310 */ -.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar { - margin-top: -9px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:318 */ -.x-panel-header-light-framed-horizontal.x-header-noborder { - padding: 10px 10px 9px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:322 */ -.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-top: -10px; - margin-bottom: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:330 */ -.x-panel-header-light-framed-vertical { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:334 */ -.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar { - margin-right: -9px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:342 */ -.x-panel-header-light-framed-vertical.x-header-noborder { - padding: 10px 10px 10px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:346 */ -.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-right: -10px; - margin-left: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:355 */ -.x-rtl.x-panel-header-light-framed-vertical { - padding: 9px 9px 9px 9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:359 */ -.x-rtl.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar { - margin-left: -9px; - margin-right: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:367 */ -.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder { - padding: 10px 9px 10px 10px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:371 */ -.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar { - margin-left: -10px; - margin-right: -9px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:380 */ -.x-panel-header-title-light-framed { - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - line-height: 16px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:393 */ -.x-panel-header-title-light-framed > .x-title-text-light-framed { - text-transform: none; - padding: 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:440 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top { - height: 22px; - padding-bottom: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:445 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right { - width: 22px; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:450 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right.x-rtl { - padding-left: 0; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:457 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom { - height: 22px; - padding-top: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:462 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left { - width: 22px; - padding-right: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:467 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left.x-rtl { - padding-right: 0; - padding-left: 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:474 */ -.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed { - width: 16px; - height: 16px; - font-size: 16px; - color: #000; - background-position: center center; - opacity: 0.5; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:493 */ -.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed { - color: grey; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:503 */ -.x-panel-body-light-framed { - background: #fff; - border-color: #cfcfcf; - color: #000; - font-size: 13px; - font-weight: 300; - font-family: helvetica, arial, verdana, sans-serif; - border-width: 1px; - border-style: solid; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-light-framed { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - padding: 0 0 0 0; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-light-framed-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-light-framed { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-light-framed-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-light-framed-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-light-framed-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-light-framed-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-light-framed-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-light-framed-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-light-framed-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-light-framed-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-light-framed-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-light-framed-tr, -.x-panel-light-framed-br, -.x-panel-light-framed-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-light-framed-tl, -.x-panel-light-framed-bl, -.x-panel-light-framed-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-light-framed-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-light-framed-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-light-framed-tl, -.x-panel-light-framed-bl, -.x-panel-light-framed-tr, -.x-panel-light-framed-br, -.x-panel-light-framed-tc, -.x-panel-light-framed-bc, -.x-panel-light-framed-ml, -.x-panel-light-framed-mr { - background-image: url(images/panel/panel-light-framed-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-light-framed-ml, -.x-panel-light-framed-mr { - background-image: url(images/panel/panel-light-framed-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-light-framed-mc { - padding: 0 0 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-light-framed:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 0 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-top-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-top-frameInfo { - font-family: dh-4-4-0-4-1-1-0-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-top-tr, -.x-panel-header-light-framed-top-br, -.x-panel-header-light-framed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-top-tl, -.x-panel-header-light-framed-top-bl, -.x-panel-header-light-framed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-top-bc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-top-tl, -.x-panel-header-light-framed-top-bl, -.x-panel-header-light-framed-top-tr, -.x-panel-header-light-framed-top-br, -.x-panel-header-light-framed-top-tc, -.x-panel-header-light-framed-top-bc, -.x-panel-header-light-framed-top-ml, -.x-panel-header-light-framed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-top-ml, -.x-panel-header-light-framed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-top-mc { - padding: 6px 6px 9px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - padding: 9px 9px 9px 9px; - border-width: 1px 1px 1px 0; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-light-framed-right { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-right-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-right-frameInfo { - font-family: dh-4-4-4-0-1-1-1-0-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-right-tr, -.x-panel-header-light-framed-right-br, -.x-panel-header-light-framed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-right-tl, -.x-panel-header-light-framed-right-bl, -.x-panel-header-light-framed-right-ml { - padding-left: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-right-tl, -.x-panel-header-light-framed-right-bl, -.x-panel-header-light-framed-right-tr, -.x-panel-header-light-framed-right-br, -.x-panel-header-light-framed-right-tc, -.x-panel-header-light-framed-right-bc, -.x-panel-header-light-framed-right-ml, -.x-panel-header-light-framed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-light-framed-right-tl, -.x-rtl.x-panel-header-light-framed-right-ml, -.x-rtl.x-panel-header-light-framed-right-bl, -.x-rtl.x-panel-header-light-framed-right-tr, -.x-rtl.x-panel-header-light-framed-right-mr, -.x-rtl.x-panel-header-light-framed-right-br { - background-image: url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-right-ml, -.x-panel-header-light-framed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-right-mc { - padding: 6px 6px 6px 9px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-bottom { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 0 1px 1px 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-bottom-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-bottom-frameInfo { - font-family: dh-0-4-4-4-0-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-bottom-tr, -.x-panel-header-light-framed-bottom-br, -.x-panel-header-light-framed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-bottom-tl, -.x-panel-header-light-framed-bottom-bl, -.x-panel-header-light-framed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-bottom-tc { - height: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-bottom-tl, -.x-panel-header-light-framed-bottom-bl, -.x-panel-header-light-framed-bottom-tr, -.x-panel-header-light-framed-bottom-br, -.x-panel-header-light-framed-bottom-tc, -.x-panel-header-light-framed-bottom-bc, -.x-panel-header-light-framed-bottom-ml, -.x-panel-header-light-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-bottom-ml, -.x-panel-header-light-framed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-bottom-mc { - padding: 9px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-bottom:before { - display: none; - content: "x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px 0 1px 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-light-framed-left { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-left-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-left-frameInfo { - font-family: dh-4-0-4-4-1-0-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-left-tr, -.x-panel-header-light-framed-left-br, -.x-panel-header-light-framed-left-mr { - padding-right: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-left-tl, -.x-panel-header-light-framed-left-bl, -.x-panel-header-light-framed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-left-tl, -.x-panel-header-light-framed-left-bl, -.x-panel-header-light-framed-left-tr, -.x-panel-header-light-framed-left-br, -.x-panel-header-light-framed-left-tc, -.x-panel-header-light-framed-left-bc, -.x-panel-header-light-framed-left-ml, -.x-panel-header-light-framed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-light-framed-left-tl, -.x-rtl.x-panel-header-light-framed-left-ml, -.x-rtl.x-panel-header-light-framed-left-bl, -.x-rtl.x-panel-header-light-framed-left-tr, -.x-rtl.x-panel-header-light-framed-left-mr, -.x-rtl.x-panel-header-light-framed-left-br { - background-image: url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-left-ml, -.x-panel-header-light-framed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-left-mc { - padding: 6px 9px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-left:before { - display: none; - content: "x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-top { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-top-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-top { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-top-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-top-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-top-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-top-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-top-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-top-ml { - background-position: 0 top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-top-mr { - background-position: right top; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-top-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-top-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-top-tr, -.x-panel-header-light-framed-collapsed-top-br, -.x-panel-header-light-framed-collapsed-top-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-top-tl, -.x-panel-header-light-framed-collapsed-top-bl, -.x-panel-header-light-framed-collapsed-top-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-top-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-top-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-top-tl, -.x-panel-header-light-framed-collapsed-top-bl, -.x-panel-header-light-framed-collapsed-top-tr, -.x-panel-header-light-framed-collapsed-top-br, -.x-panel-header-light-framed-collapsed-top-tc, -.x-panel-header-light-framed-collapsed-top-bc, -.x-panel-header-light-framed-collapsed-top-ml, -.x-panel-header-light-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-top-ml, -.x-panel-header-light-framed-collapsed-top-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-top-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-right { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-light-framed-collapsed-right { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-right-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-right { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-right-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-right-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-right-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-right-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-right-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-right-ml { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-right-mr { - background-position: right 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-right-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-right-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-right-tr, -.x-panel-header-light-framed-collapsed-right-br, -.x-panel-header-light-framed-collapsed-right-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-right-tl, -.x-panel-header-light-framed-collapsed-right-bl, -.x-panel-header-light-framed-collapsed-right-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-right-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-right-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-right-tl, -.x-panel-header-light-framed-collapsed-right-bl, -.x-panel-header-light-framed-collapsed-right-tr, -.x-panel-header-light-framed-collapsed-right-br, -.x-panel-header-light-framed-collapsed-right-tc, -.x-panel-header-light-framed-collapsed-right-bc, -.x-panel-header-light-framed-collapsed-right-ml, -.x-panel-header-light-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-light-framed-collapsed-right-tl, -.x-rtl.x-panel-header-light-framed-collapsed-right-ml, -.x-rtl.x-panel-header-light-framed-collapsed-right-bl, -.x-rtl.x-panel-header-light-framed-collapsed-right-tr, -.x-rtl.x-panel-header-light-framed-collapsed-right-mr, -.x-rtl.x-panel-header-light-framed-collapsed-right-br { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-right-ml, -.x-panel-header-light-framed-collapsed-right-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-right-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-bottom { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-bottom-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-bottom { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-bottom-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-bottom-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-bottom-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-bottom-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-bottom-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-bottom-ml { - background-position: 0 bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-bottom-mr { - background-position: right bottom; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-bottom-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-bottom-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-bottom-tr, -.x-panel-header-light-framed-collapsed-bottom-br, -.x-panel-header-light-framed-collapsed-bottom-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-bottom-tl, -.x-panel-header-light-framed-collapsed-bottom-bl, -.x-panel-header-light-framed-collapsed-bottom-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-bottom-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-bottom-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-bottom-tl, -.x-panel-header-light-framed-collapsed-bottom-bl, -.x-panel-header-light-framed-collapsed-bottom-tr, -.x-panel-header-light-framed-collapsed-bottom-br, -.x-panel-header-light-framed-collapsed-bottom-tc, -.x-panel-header-light-framed-collapsed-bottom-bc, -.x-panel-header-light-framed-collapsed-bottom-ml, -.x-panel-header-light-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-bottom-ml, -.x-panel-header-light-framed-collapsed-bottom-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-bottom-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:187 */ -.x-panel-header-light-framed-collapsed-left { - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - padding: 9px 9px 9px 9px; - border-width: 1px; - border-style: solid; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:226 */ -.x-rtl.x-panel-header-light-framed-collapsed-left { - background-image: none; - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:237 */ -.x-panel-header-light-framed-collapsed-left-mc { - background-color: #fff; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:264 */ -.x-nbr .x-panel-header-light-framed-collapsed-left { - padding: 0 !important; - border-width: 0 !important; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - background-color: transparent !important; - box-shadow: none !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:281 */ -.x-panel-header-light-framed-collapsed-left-frameInfo { - font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:347 */ -.x-panel-header-light-framed-collapsed-left-tl { - background-position: 0 -8px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:351 */ -.x-panel-header-light-framed-collapsed-left-tr { - background-position: right -12px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:355 */ -.x-panel-header-light-framed-collapsed-left-bl { - background-position: 0 -16px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:359 */ -.x-panel-header-light-framed-collapsed-left-br { - background-position: right -20px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:363 */ -.x-panel-header-light-framed-collapsed-left-ml { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:371 */ -.x-panel-header-light-framed-collapsed-left-mr { - background-position: left 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:379 */ -.x-panel-header-light-framed-collapsed-left-tc { - background-position: 0 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:383 */ -.x-panel-header-light-framed-collapsed-left-bc { - background-position: 0 -4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:388 */ -.x-panel-header-light-framed-collapsed-left-tr, -.x-panel-header-light-framed-collapsed-left-br, -.x-panel-header-light-framed-collapsed-left-mr { - padding-right: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:394 */ -.x-panel-header-light-framed-collapsed-left-tl, -.x-panel-header-light-framed-collapsed-left-bl, -.x-panel-header-light-framed-collapsed-left-ml { - padding-left: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:400 */ -.x-panel-header-light-framed-collapsed-left-tc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:403 */ -.x-panel-header-light-framed-collapsed-left-bc { - height: 4px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:407 */ -.x-panel-header-light-framed-collapsed-left-tl, -.x-panel-header-light-framed-collapsed-left-bl, -.x-panel-header-light-framed-collapsed-left-tr, -.x-panel-header-light-framed-collapsed-left-br, -.x-panel-header-light-framed-collapsed-left-tc, -.x-panel-header-light-framed-collapsed-left-bc, -.x-panel-header-light-framed-collapsed-left-ml, -.x-panel-header-light-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:423 */ -.x-rtl.x-panel-header-light-framed-collapsed-left-tl, -.x-rtl.x-panel-header-light-framed-collapsed-left-ml, -.x-rtl.x-panel-header-light-framed-collapsed-left-bl, -.x-rtl.x-panel-header-light-framed-collapsed-left-tr, -.x-rtl.x-panel-header-light-framed-collapsed-left-mr, -.x-rtl.x-panel-header-light-framed-collapsed-left-br { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif); -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:453 */ -.x-panel-header-light-framed-collapsed-left-ml, -.x-panel-header-light-framed-collapsed-left-mr { - background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif); - background-repeat: repeat-y; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/frame.scss:464 */ -.x-panel-header-light-framed-collapsed-left-mc { - padding: 6px 6px 6px 6px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ -.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before { - display: none; - content: "x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:629 */ -.x-panel .x-panel-header-light-framed-top { - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:633 */ -.x-panel .x-panel-header-light-framed-right { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:637 */ -.x-panel .x-panel-header-light-framed-bottom { - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:641 */ -.x-panel .x-panel-header-light-framed-left { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:647 */ -.x-nbr .x-panel-header-light-framed-collapsed-top { - border-bottom-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:651 */ -.x-nbr .x-panel-header-light-framed-collapsed-right { - border-left-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:655 */ -.x-nbr .x-panel-header-light-framed-collapsed-bottom { - border-top-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:659 */ -.x-nbr .x-panel-header-light-framed-collapsed-left { - border-right-width: 0 !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:777 */ -.x-panel-header-light-framed-horizontal .x-tool-after-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:782 */ -.x-panel-header-light-framed-horizontal .x-rtl.x-tool-after-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:787 */ -.x-panel-header-light-framed-horizontal .x-tool-before-title { - margin: 0 6px 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:792 */ -.x-panel-header-light-framed-horizontal .x-rtl.x-tool-before-title { - margin: 0 0 0 6px; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:799 */ -.x-panel-header-light-framed-vertical .x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:804 */ -.x-panel-header-light-framed-vertical .x-rtl.x-tool-after-title { - margin: 6px 0 0 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:809 */ -.x-panel-header-light-framed-vertical .x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:814 */ -.x-panel-header-light-framed-vertical .x-rtl.x-tool-before-title { - margin: 0 0 6px 0; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:821 */ -.x-panel-header-light-framed .x-tool-focus { - outline: 1px solid #157fcc; - outline-offset: 1px; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:59 */ -.x-ie8 .x-panel-header-light-framed .x-tool-focus { - outline: none; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/css-outline.scss:39 */ -.x-ie8 .x-panel-header-light-framed .x-tool-focus:after { - position: absolute; - content: ' '; - top: -2px; - right: -2px; - bottom: -2px; - left: -2px; - border: 1px solid #157fcc; - pointer-events: none; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:833 */ -.x-rtl.x-panel-header-light-framed-collapsed-border-right { - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:836 */ -.x-rtl.x-panel-header-light-framed-collapsed-border-left { - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neutral/sass/src/panel/Panel.scss:850 */ -.x-panel-light-framed-resizable .x-panel-handle { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:2 */ -.x-panel-light-framed-outer-border-l { - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:6 */ -.x-panel-light-framed-outer-border-b { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:10 */ -.x-panel-light-framed-outer-border-bl { - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:16 */ -.x-panel-light-framed-outer-border-r { - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:20 */ -.x-panel-light-framed-outer-border-rl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:26 */ -.x-panel-light-framed-outer-border-rb { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:32 */ -.x-panel-light-framed-outer-border-rbl { - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:40 */ -.x-panel-light-framed-outer-border-t { - border-top-color: #fff !important; - border-top-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:44 */ -.x-panel-light-framed-outer-border-tl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:50 */ -.x-panel-light-framed-outer-border-tb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:56 */ -.x-panel-light-framed-outer-border-tbl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:64 */ -.x-panel-light-framed-outer-border-tr { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:70 */ -.x-panel-light-framed-outer-border-trl { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-left-color: #fff !important; - border-left-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:78 */ -.x-panel-light-framed-outer-border-trb { - border-top-color: #fff !important; - border-top-width: 1px !important; - border-right-color: #fff !important; - border-right-width: 1px !important; - border-bottom-color: #fff !important; - border-bottom-width: 1px !important; -} -/* http://localhost:1843/classic/theme-base/sass/etc/mixins/border-management.scss:86 */ -.x-panel-light-framed-outer-border-trbl { - border-color: #fff !important; - border-width: 1px !important; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/File.scss:3 */ -.x-form-file-wrap .x-form-trigger-wrap { - border: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/File.scss:7 */ -.x-form-file-wrap .x-form-trigger-wrap .x-form-text { - border: 1px solid; - border-color: #cfcfcf; - height: 24px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/form/field/HtmlEditor.scss:1 */ -.x-html-editor-container { - border: 1px solid; - border-color: #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/header/Container.scss:1 */ -.x-grid-header-ct { - border: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:6 */ -.x-column-header-trigger { - background-color: #eff6fb; - border-left: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:12 */ -.x-rtl.x-column-header-trigger { - border-right: 1px solid #cfcfcf; - border-left: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:18 */ -.x-column-header-last { - border-right-width: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:20 */ -.x-column-header-last .x-column-header-over .x-column-header-trigger { - border-right: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:26 */ -.x-rtl.x-column-header-last { - border-left-width: 0; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/grid/column/Column.scss:28 */ -.x-rtl.x-column-header-last .x-column-header-over .x-column-header-trigger { - border-left: 1px solid #cfcfcf; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:1 */ -.x-resizable-handle { - background-repeat: no-repeat; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:6 */ -.x-resizable-handle-east-over, -.x-resizable-handle-west-over { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:11 */ -.x-resizable-handle-south-over, -.x-resizable-handle-north-over { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:16 */ -.x-resizable-handle-southeast-over { - background-position: -2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:20 */ -.x-resizable-handle-northwest-over { - background-position: 2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:24 */ -.x-resizable-handle-northeast-over { - background-position: -2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:28 */ -.x-resizable-handle-southwest-over { - background-position: 2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:33 */ -.x-resizable-pinned .x-resizable-handle-east, -.x-resizable-pinned .x-resizable-handle-west { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:38 */ -.x-resizable-pinned .x-resizable-handle-south, -.x-resizable-pinned .x-resizable-handle-north { - background-position: center; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:43 */ -.x-resizable-pinned .x-resizable-handle-southeast { - background-position: -2px -2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:47 */ -.x-resizable-pinned .x-resizable-handle-northwest { - background-position: 2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:51 */ -.x-resizable-pinned .x-resizable-handle-northeast { - background-position: -2px 2px; -} -/* http://localhost:1843/classic/theme-neptune/sass/src/resizer/Resizer.scss:55 */ -.x-resizable-pinned .x-resizable-handle-southwest { - background-position: 2px -2px; -} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl.css deleted file mode 100644 index 4ab6d20..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl.css +++ /dev/null @@ -1,2 +0,0 @@ -@import 'theme-crisp-all-rtl_1.css'; -@import 'theme-crisp-all-rtl_2.css'; diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl_1.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl_1.css deleted file mode 100644 index 02a844a..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl_1.css +++ /dev/null @@ -1 +0,0 @@ -.x-size-monitored{position:relative}.x-size-monitors{position:absolute;left:0;top:0;width:100%;height:100%;visibility:hidden;overflow:hidden}.x-size-monitors > *{width:100%;height:100%;overflow:hidden}.x-size-monitors.scroll > *.shrink::after{content:'';display:block;width:200%;height:200%;min-width:1px;min-height:1px}.x-size-monitors.scroll > *.expand::after{content:'';display:block;width:100000px;height:100000px}.x-size-monitors.overflowchanged > *.shrink > *{width:100%;height:100%}.x-size-monitors.overflowchanged > *.expand > *{width:200%;height:200%}.x-size-change-detector{visibility:hidden;position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;overflow:hidden}.x-size-change-detector > *{visibility:hidden}.x-size-change-detector-shrink > *{width:200%;height:200%}.x-size-change-detector-expand > *{width:100000px;height:100000px}@-webkit-keyframes x-paint-monitor-helper{from{zoom:1}to{zoom:1}}@keyframes x-paint-monitor-helper{from{zoom:1}to{zoom:1}}.x-paint-monitored{position:relative}.x-paint-monitor{width:0 !important;height:0 !important;visibility:hidden}.x-paint-monitor.cssanimation{-webkit-animation-duration:0.0001ms;-webkit-animation-name:x-paint-monitor-helper;animation-duration:0.0001ms;animation-name:x-paint-monitor-helper}.x-paint-monitor.overflowchange{overflow:hidden}.x-paint-monitor.overflowchange::after{content:'';display:block;width:1px !important;height:1px !important}.x-progress{border-style:solid;overflow:hidden;position:relative}.x-progress-bar{height:100%;width:0}.x-progress-text,.x-progress-bar{overflow:hidden;position:absolute}.x-translatable{position:absolute !important;top:500000px !important;left:500000px !important;overflow:visible !important;z-index:1}.x-translatable-hboxfix{position:absolute;min-width:100%;top:0;left:0}.x-translatable-hboxfix > .x-translatable{position:relative !important}.x-translatable-container{overflow:hidden;width:auto;height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.x-translatable-container::before{content:'';display:block;width:1000000px;height:1000000px;visibility:hidden}.x-scroll-container{overflow:hidden;position:relative}.x-scroll-scroller{float:left;position:relative;min-width:100%;min-height:100%}.x-domscroller-spacer{position:absolute;height:1px;width:1px;font-size:0;line-height:0}.x-treelist{background-color:#fff;background-position:16px 0%;overflow:hidden;padding:0 0 0 0}.x-big .x-treelist{background-position: 0%}.x-treelist-container,.x-treelist-root-container{width:100%}.x-treelist-toolstrip{display:none}.x-treelist-micro > .x-treelist-toolstrip{display:inline-block}.x-treelist-micro > .x-treelist-root-container{display:none}.x-treelist-item,.x-treelist-container,.x-treelist-root-container{overflow:hidden;list-style:none;padding:0;margin:0}.x-treelist-item-tool,.x-treelist-row,.x-treelist-item-wrap{position:relative}.x-treelist-item-icon,.x-treelist-item-expander{display:none;position:absolute;top:0}.x-treelist-item-expander{right:0;cursor:pointer}.x-treelist-expander-only .x-treelist-item-expandable > * > .x-treelist-item-wrap > *{cursor:pointer}.x-treelist-item-text{cursor:default;white-space:nowrap;overflow:hidden}.x-treelist-item-collapsed > .x-treelist-container{display:none}.x-treelist-item-expandable > * > * > .x-treelist-item-expander,.x-treelist-item-icon{display:block}.x-treelist-item-floated > * > * > .x-treelist-item-expander,.x-treelist-item-floated > * > * > .x-treelist-item-icon{display:none}.x-treelist-expander-first .x-treelist-item-expander{left:0;right:auto}.x-treelist-toolstrip{background-color:#f8f8f8}.x-treelist-item-selected > .x-treelist-row{background-color:#c2ddf2}.x-treelist-item-selected > .x-treelist-row-over{background-color:#c2ddf2}.x-treelist-item-tool{padding-left:6px;padding-right:10px}.x-treelist-item-icon:before,.x-treelist-item-tool:before,.x-treelist-item-expander{line-height:24px}.x-treelist-item-icon,.x-treelist-item-tool,.x-treelist-item-expander{text-align:center}.x-treelist-item-icon,.x-treelist-item-tool{color:#cfcfcf;font-size:16px;width:16px}.x-treelist-item-tool{width:32px}.x-treelist-item-expander{color:#cfcfcf;font-size:16px;width:18px}.x-treelist-item-expander:after{content:"\f0da";font:16px/1 FontAwesome}.x-treelist-item-expanded > * > * > .x-treelist-item-expander:after{content:"\f0d7";font:16px/1 FontAwesome}.x-treelist-item-text{color:#000;margin-left:20px;margin-right:18px;font-size:13px;line-height:24px;text-overflow:ellipsis}.x-treelist-row{padding-left:6px;padding-right:10px}.x-treelist-item-floated .x-treelist-container{width:auto}.x-treelist-item-floated > .x-treelist-row{background-color:#f8f8f8}.x-treelist-item-floated > .x-treelist-container{margin-left:-16px}.x-big .x-treelist-item-floated > .x-treelist-container{margin-left:0}.x-treelist-item-floated > * > * > .x-treelist-item-text{margin-left:0}.x-treelist-item-floated > * .x-treelist-row{padding-left:0}.x-treelist-item-floated .x-treelist-row:before{width:0}.x-treelist-item-floated > .x-treelist-row-over{background-color:#f8f8f8}.x-treelist-item-floated > .x-treelist-row-over > * > .x-treelist-item-text{color:#000}.x-treelist-item-expanded > .x-treelist-item-expander:after{content:"\f0d7";font:16px/1 FontAwesome}.x-treelist-item-collapsed > * > .x-treelist-item-expander:after{content:"\f0da";font:16px/1 FontAwesome}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-icon{color:#cfcfcf;transition:color 0.5s}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-text{color:#000;transition:color 0.5s}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-expander{color:#cfcfcf;transition:color 0.5s}.x-treelist-row-over{background-color:#e2eff9}.x-treelist-row-over > * > .x-treelist-item-icon{color:#cfcfcf;transition:color 0.5s}.x-treelist-row-over > * > .x-treelist-item-text{color:#000;transition:color 0.5s}.x-treelist-row-over > * > .x-treelist-item-expander{color:#cfcfcf;transition:color 0.5s}.x-treelist-expander-first .x-treelist-item-icon{left:18px}.x-treelist-expander-first .x-treelist-item-text{margin-left:38px;margin-right:0}.x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text{margin-left:22px}.x-treelist-item-hide-icon > * > * > .x-treelist-item-text{margin-left:4px}.x-body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.x-no-touch-scroll{touch-action:none;-ms-touch-action:none}@-ms-viewport{width:device-width}img{border:0}.x-border-box,.x-border-box *{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box}.x-rtl{direction:rtl}.x-ltr{direction:ltr}.x-clear{overflow:hidden;clear:both;font-size:0;line-height:0;display:table}.x-layer{position:absolute !important;overflow:hidden}.x-fixed-layer{position:fixed !important;overflow:hidden}.x-shim{position:absolute;left:0;top:0;overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-hidden-display{display:none !important}.x-hidden-visibility{visibility:hidden !important}.x-hidden,.x-hidden-offsets{display:block !important;visibility:hidden !important;position:absolute !important;top:-10000px !important}.x-hidden-clip{position:absolute !important;clip:rect(0,0,0,0)}.x-masked-relative{position:relative}.x-ie-shadow{background-color:#777;position:absolute;overflow:hidden}.x-unselectable{user-select:none;-o-user-select:none;-ms-user-select:none;-moz-user-select:-moz-none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-drag:none;cursor:default}.x-selectable{cursor:auto;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;-o-user-select:text}.x-list-plain{list-style-type:none;margin:0;padding:0}.x-table-plain{border-collapse:collapse;border-spacing:0;font-size:1em}.x-frame-tl,.x-frame-tr,.x-frame-tc,.x-frame-bl,.x-frame-br,.x-frame-bc{overflow:hidden;background-repeat:no-repeat}.x-frame-tc,.x-frame-bc{background-repeat:repeat-x}td.x-frame-tl,td.x-frame-tr,td.x-frame-bl,td.x-frame-br{width:1px}.x-frame-mc{background-repeat:repeat-x;overflow:hidden}.x-proxy-el{position:absolute;background:#b4b4b4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-css-shadow{position:absolute;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.x-item-disabled,.x-item-disabled *{cursor:default;pointer-events:none}.x-component,.x-container{position:relative}:focus{outline:none}.x-body .x-sync-repaint:before,.x-body .x-sync-repaint:after{content:none !important}.x-position-relative{position:relative !important}.x-box-item{position:absolute !important;left:0;top:0}.x-rtl > .x-box-item{right:0;left:auto}.x-autocontainer-outerCt{display:table}.x-autocontainer-innerCt{display:table-cell;height:100%;vertical-align:top}.x-mask{z-index:100;position:absolute;top:0;left:0;width:100%;height:100%;outline:none !important}.x-ie8 .x-mask{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.x-mask-fixed{position:fixed}.x-mask-msg{position:absolute}.x-btn{display:inline-block;outline:0;cursor:pointer;white-space:nowrap;text-decoration:none;vertical-align:top;overflow:hidden;position:relative}.x-btn > .x-frame{height:100%;width:100%}.x-btn-wrap{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.x-btn-wrap.x-btn-arrow-bottom,.x-btn-wrap.x-btn-split-bottom{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.x-ie9m .x-btn-wrap{display:table;border-spacing:0}.x-btn-button{white-space:nowrap;line-height:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}.x-btn-button.x-btn-icon-top,.x-btn-button.x-btn-icon-bottom{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-ie9m .x-btn-button{display:table-cell;vertical-align:middle}.x-btn-inner{overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:1;display:block}.x-ie9m .x-btn-inner{display:inline-block;vertical-align:middle}.x-btn-icon.x-btn-no-text > .x-btn-inner{display:none}.x-btn-icon-el{display:none;vertical-align:middle;text-align:center;background-position:center center;background-repeat:no-repeat}.x-btn-icon > .x-btn-icon-el{display:block}.x-ie9m .x-btn-icon-left > .x-btn-icon-el,.x-ie9m .x-btn-icon-right > .x-btn-icon-el{display:inline-block}.x-btn-button-center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-btn-button-left{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.x-rtl.x-btn-button-left{text-align:right}.x-btn-button-right{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.x-rtl.x-btn-button-right{text-align:left}.x-btn-arrow:after,.x-btn-split:after{display:block;background-repeat:no-repeat;content:'';box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;text-align:center}.x-btn-arrow-right:after,.x-btn-split-right:after{background-position:right center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-ie9m .x-btn-arrow-right:after,.x-ie9m .x-btn-split-right:after{display:table-cell;vertical-align:middle}.x-rtl.x-btn-arrow-right:after,.x-rtl.x-btn-split-right:after{background-position:left center}.x-btn-arrow-bottom:after,.x-btn-split-bottom:after{background-position:center bottom;content:'\00a0';line-height:0}.x-ie9m .x-btn-arrow-bottom:after,.x-ie9m .x-btn-split-bottom:after{display:table-row}.x-btn-split-right > .x-btn-button:after{position:absolute;display:block;top:-100%;right:0;height:300%;content:''}.x-rtl.x-btn-split-right > .x-btn-button:after{left:0;right:auto}.x-btn-split-bottom > .x-btn-button:after{position:absolute;display:block;bottom:0;left:-100%;font-size:0;width:300%;content:''}.x-btn-mc{overflow:visible}.x-segmented-button{display:table;table-layout:fixed}.x-segmented-button-item{display:table-cell;vertical-align:top}.x-segmented-button-item > .x-frame{width:100%;height:100%}.x-segmented-button-item .x-btn-mc{width:100%}.x-segmented-button-item-horizontal{display:table-cell;height:100%}.x-segmented-button-item-horizontal.x-segmented-button-first{border-top-right-radius:0;border-bottom-right-radius:0}.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-tr,.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-mr,.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-br{display:none}.x-segmented-button-item-horizontal.x-segmented-button-middle{border-radius:0;border-left:0}.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tl,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tr,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-ml,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-mr,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-bl,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-br{display:none}.x-segmented-button-item-horizontal.x-segmented-button-last{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-tl,.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-ml,.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-bl{display:none}.x-segmented-button-row{display:table-row}.x-segmented-button-item-vertical.x-segmented-button-first{border-bottom-right-radius:0;border-bottom-left-radius:0}.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bl,.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bc,.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-br{display:none}.x-segmented-button-item-vertical.x-segmented-button-middle{border-radius:0;border-top:0}.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tl,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tc,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tr,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bl,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bc,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-br{display:none}.x-segmented-button-item-vertical.x-segmented-button-last{border-top:0;border-top-right-radius:0;border-top-left-radius:0}.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tl,.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tc,.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tr{display:none}.x-title-icon{background-repeat:no-repeat;background-position:0 0;vertical-align:middle;line-height:1;text-align:center}.x-title{display:table;table-layout:fixed}.x-rtl.x-title{-o-text-overflow:clip;text-overflow:clip}.x-title-text{display:table-cell;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:middle}.x-title-align-left{text-align:left}.x-title-align-left.x-rtl{text-align:right}.x-title-align-center{text-align:center}.x-title-align-right{text-align:right}.x-title-align-right.x-rtl{text-align:left}.x-title-rotate-right{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-title-rotate-right{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-title-rotate-right.x-rtl{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-title-rotate-right.x-rtl{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-title-rotate-left{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-title-rotate-left{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-title-rotate-left.x-rtl{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-title-rotate-left.x-rtl{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-horizontal.x-header .x-title-rotate-right.x-title-align-left > .x-title-item{vertical-align:bottom}.x-horizontal.x-header .x-title-rotate-right.x-title-align-center > .x-title-item{vertical-align:middle}.x-horizontal.x-header .x-title-rotate-right.x-title-align-right > .x-title-item{vertical-align:top}.x-horizontal.x-header .x-title-rotate-left.x-title-align-left > .x-title-item{vertical-align:top}.x-horizontal.x-header .x-title-rotate-left.x-title-align-center > .x-title-item{vertical-align:middle}.x-horizontal.x-header .x-title-rotate-left.x-title-align-right > .x-title-item{vertical-align:bottom}.x-vertical.x-header .x-title-rotate-none.x-title-align-left > .x-title-item{vertical-align:top}.x-vertical.x-header .x-title-rotate-none.x-title-align-center > .x-title-item{vertical-align:middle}.x-vertical.x-header .x-title-rotate-none.x-title-align-right > .x-title-item{vertical-align:bottom}.x-title-icon-wrap{display:table-cell;text-align:center;vertical-align:middle;line-height:0}.x-title-icon-wrap.x-title-icon-top,.x-title-icon-wrap.x-title-icon-bottom{display:table-row}.x-title-icon{display:inline-block;vertical-align:middle;background-position:center;background-repeat:no-repeat}.x-tool{font-size:0;line-height:0}.x-header > .x-box-inner,.x-panel-header-mc > .x-box-inner,.x-window-header-mc > .x-box-inner{overflow:visible}.x-splitter{font-size:1px}.x-splitter-horizontal{cursor:e-resize;cursor:row-resize}.x-splitter-vertical{cursor:e-resize;cursor:col-resize}.x-splitter-collapsed,.x-splitter-horizontal-noresize,.x-splitter-vertical-noresize{cursor:default}.x-splitter-active{z-index:4}.x-collapse-el{position:absolute;background-repeat:no-repeat}.x-splitter-focus{z-index:4}.x-box-layout-ct{overflow:hidden}.x-box-target{position:absolute;width:20000px;top:0;left:0;height:1px}.x-rtl.x-box-target{left:auto;right:0}.x-box-inner{overflow:hidden;position:relative;left:0;top:0}.x-box-scroller{position:absolute;background-repeat:no-repeat;background-position:center;line-height:0;font-size:0;text-align:center}.x-box-scroller-top{top:0}.x-box-scroller-right{right:0}.x-box-scroller-bottom{bottom:0}.x-box-scroller-left{left:0}.x-box-menu-body-horizontal{float:left}.x-box-menu-after{position:relative;float:left}.x-toolbar-text{white-space:nowrap}.x-toolbar-separator{display:block;font-size:1px;overflow:hidden;cursor:default;border:0;width:0;height:0;line-height:0px}.x-toolbar-scroller{padding-left:0}.x-toolbar-plain{border:0}.x-dd-drag-proxy,.x-dd-drag-current{z-index:1000000!important;pointer-events:none}.x-dd-drag-proxy{display:table}.x-dd-drag-repair .x-dd-drag-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-dd-drag-repair .x-dd-drop-icon{display:none}.x-dd-drag-ghost,.x-dd-drop-icon{display:table-cell;vertical-align:middle}.x-dd-drag-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);opacity:0.85;white-space:nowrap}.x-dd-drop-icon{height:26px;width:26px;background-color:transparent;background-position:center;background-repeat:no-repeat}.x-rtl .x-dd-drag-ghost{padding-left:5px;padding-right:20px}.x-rtl .x-dd-drop-icon{left:auto;right:3px}.x-docked{position:absolute !important;z-index:2}.x-docked-vertical{position:static}.x-docked-top{border-bottom-width:0 !important}.x-docked-bottom{border-top-width:0 !important}.x-docked-left{border-right-width:0 !important}.x-docked-right{border-left-width:0 !important}.x-docked-noborder-top{border-top-width:0 !important}.x-docked-noborder-right{border-right-width:0 !important}.x-docked-noborder-bottom{border-bottom-width:0 !important}.x-docked-noborder-left{border-left-width:0 !important}.x-noborder-l{border-left-width:0 !important}.x-noborder-b{border-bottom-width:0 !important}.x-noborder-bl{border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-r{border-right-width:0 !important}.x-noborder-rl{border-right-width:0 !important;border-left-width:0 !important}.x-noborder-rb{border-right-width:0 !important;border-bottom-width:0 !important}.x-noborder-rbl{border-right-width:0 !important;border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-t{border-top-width:0 !important}.x-noborder-tl{border-top-width:0 !important;border-left-width:0 !important}.x-noborder-tb{border-top-width:0 !important;border-bottom-width:0 !important}.x-noborder-tbl{border-top-width:0 !important;border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-tr{border-top-width:0 !important;border-right-width:0 !important}.x-noborder-trl{border-top-width:0 !important;border-right-width:0 !important;border-left-width:0 !important}.x-noborder-trb{border-top-width:0 !important;border-right-width:0 !important;border-bottom-width:0 !important}.x-noborder-trbl{border-width:0 !important}.x-panel,.x-plain{overflow:hidden;position:relative}.x-panel{outline:none}td.x-frame-mc{vertical-align:top}.x-panel-body{overflow:hidden;position:relative}.x-panel-header-plain,.x-panel-body-plain{border:0;padding:0}.x-panel-collapsed-mini{visibility:hidden}.x-table-layout{font-size:1em}.x-btn-group{position:relative;overflow:hidden}.x-btn-group-body{position:relative}.x-btn-group-body .x-table-layout-cell{vertical-align:top}.x-viewport,.x-viewport > .x-body{margin:0;padding:0;border:0 none;overflow:hidden;position:static;touch-action:none;-ms-touch-action:none}.x-viewport{height:100%}.x-viewport > .x-body{min-height:100%}.x-column{float:left}.x-rtl > .x-column{float:right}.x-resizable-overlay{position:absolute;left:0;top:0;width:100%;height:100%;display:none;z-index:200000;background-color:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-window{outline:none;overflow:hidden}.x-window .x-window-wrap{position:relative}.x-window-body{position:relative;overflow:hidden}.x-form-item{display:table;table-layout:fixed;border-spacing:0;border-collapse:separate}.x-form-item-label{overflow:hidden}.x-form-item.x-form-item-no-label > .x-form-item-label{display:none}.x-form-item-label,.x-form-item-body{display:table-cell}.x-ie8 .x-form-fieldcontainer .x-form-item-label-top + .x-form-item-body{display:table-row}.x-form-item-body{vertical-align:middle;height:100%}.x-form-item-label-inner{display:inline-block}.x-form-item-label-top{display:table-row;height:1px}.x-form-item-label-top > .x-form-item-label-inner{display:table-cell}.x-form-item-label-top-side-error:after{display:table-cell;content:''}.x-form-item-label-right{text-align:right}.x-form-item-label-right.x-rtl{text-align:left}.x-form-error-wrap-side{display:table-cell;vertical-align:middle}.x-form-error-wrap-under{display:table-row;height:1px}.x-form-error-wrap-under > .x-form-error-msg{display:table-cell}.x-form-error-wrap-under-side-label:before{display:table-cell;content:'';pointer-events:none}.x-form-invalid-icon{overflow:hidden}.x-form-invalid-icon ul{display:none}.x-form-trigger-wrap{display:table;width:100%;height:100%}.x-gecko .x-form-trigger-wrap{display:-moz-inline-box;display:inline-flex;vertical-align:top}.x-form-text-wrap{display:table-cell;overflow:hidden;height:100%}.x-gecko .x-form-text-wrap{display:block;-moz-box-flex:1;flex:1}.x-form-item-body.x-form-text-grow{min-width:inherit;max-width:inherit}.x-form-text{border:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;display:block;background:repeat-x 0 0;width:100%;height:100%}.x-webkit .x-form-text{height:calc(100% + 3px)}.x-form-trigger{display:table-cell;vertical-align:top;cursor:pointer;overflow:hidden;background-repeat:no-repeat;text-align:center;line-height:0;white-space:nowrap}.x-item-disabled .x-form-trigger{cursor:default}.x-form-trigger.x-form-trigger-cmp{background:none;border:0}.x-form-trigger.x-form-trigger-cmp.x-rtl{background:none;border:0}.x-gecko .x-form-trigger{display:block}.x-form-textarea{overflow:auto;resize:none}div.x-form-text-grow .x-form-textarea{min-height:inherit}.x-message-box .x-form-display-field{height:auto}.x-form-cb-wrap{vertical-align:top}.x-form-cb-wrap-inner{position:relative}.x-form-cb{position:absolute;left:0;right:auto;vertical-align:top;overflow:hidden;padding:0;border:0;cursor:default}.x-form-cb::-moz-focus-inner{padding:0;border:0}.x-rtl.x-form-cb{right:0;left:auto}.x-form-cb-after{left:auto;right:0}.x-rtl.x-form-cb-after{left:0;right:auto}.x-form-cb-label{display:inline-block}.x-form-cb-label.x-form-cb-no-box-label{display:none}.x-fieldset{display:block;position:relative;overflow:hidden}.x-fieldset-header{overflow:hidden}.x-fieldset-header .x-form-item,.x-fieldset-header .x-tool{float:left}.x-fieldset-header .x-fieldset-header-text{float:left}.x-fieldset-header .x-form-cb-wrap{font-size:0;line-height:0;min-height:0;height:auto}.x-fieldset-header .x-form-cb{margin:0;position:static;display:inherit}.x-fieldset-body{overflow:hidden}.x-fieldset-collapsed{padding-bottom:0 !important}.x-fieldset-collapsed > .x-fieldset-body{display:none}.x-fieldset-header-text-collapsible{cursor:pointer}.x-rtl.x-fieldset-header .x-form-item,.x-rtl.x-fieldset-header .x-tool{float:right}.x-rtl.x-fieldset-header .x-fieldset-header-text{float:right}.x-view-item-focused{outline:1px dashed #157fcc!important;outline-offset:-1px}.x-ie9 .x-boundlist-list-ct{min-height:0%}.x-datepicker{position:relative}.x-datepicker .x-monthpicker{left:0;top:0;display:block}.x-datepicker .x-monthpicker-months,.x-datepicker .x-monthpicker-years{height:100%}.x-datepicker-inner{table-layout:fixed;width:100%;border-collapse:separate}.x-datepicker-cell{padding:0}.x-datepicker-header{position:relative}.x-datepicker-arrow{position:absolute;outline:none;font-size:0}.x-datepicker-column-header{padding:0}.x-datepicker-date{display:block;text-decoration:none}.x-monthpicker{display:table}.x-monthpicker-body{height:100%;position:relative}.x-monthpicker-months,.x-monthpicker-years{float:left}.x-monthpicker-item{float:left}.x-monthpicker-item-inner{display:block;text-decoration:none}.x-monthpicker-yearnav-button-ct{float:left;text-align:center}.x-monthpicker-yearnav-button{display:inline-block;outline:none;font-size:0}.x-monthpicker-buttons{width:100%}.x-datepicker .x-monthpicker-buttons{position:absolute;bottom:0}.x-datepicker-month .x-btn-split > .x-btn-button:after{content:none}.x-form-display-field-body{vertical-align:top}.x-form-file-btn{overflow:hidden;position:relative}.x-form-file-input{border:0;position:absolute;cursor:pointer;top:0;right:0;width:100%;height:100%;overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;font-size:1000px}.x-rtl.x-form-file-input{right:auto;left:0}.x-form-item-hidden{margin:0}.x-tip{position:absolute;overflow:visible}.x-tip-body{overflow:hidden;position:relative}.x-tip-anchor{position:absolute;overflow:hidden;border-style:solid}.x-color-picker-item{float:left;text-decoration:none}.x-color-picker-item-inner{display:block;font-size:1px}.x-html-editor-tb .x-toolbar{position:static !important}.x-htmleditor-iframe,.x-htmleditor-textarea{display:block;overflow:auto;width:100%;height:100%;border:0}.x-tagfield-body{vertical-align:top}.x-tagfield{height:auto!important;cursor:text;overflow-y:auto}.x-tagfield .x-tagfield-list{padding:0;margin:0}.x-tagfield-list.x-tagfield-singleselect{white-space:nowrap;overflow:hidden}.x-tagfield-input,.x-tagfield-item{vertical-align:top;display:inline-block;position:relative}.x-tagfield-empty-input,.x-tagfield-input-field{font:inherit;border:0;margin:0;background:none;width:100%}.x-tagfield-emptyinput{display:none}.x-tagfield-stacked .x-tagfield-item{display:block}.x-tagfield-item{cursor:default}.x-tagfield-item-close{cursor:pointer;position:absolute}.x-fit-item{position:relative}.x-grid-view{overflow:hidden;position:relative}.x-grid-row-table{width:0;table-layout:fixed;border:0 none;border-collapse:separate;border-spacing:0}.x-grid-item{table-layout:fixed;outline:none}.x-grid-row{outline:none}.x-grid-td{overflow:hidden;border-width:0;vertical-align:top}.x-grid-cell-inner{overflow:hidden;white-space:nowrap}.x-wrap-cell .x-grid-cell-inner{white-space:normal}.x-grid-resize-marker{position:absolute;z-index:5;top:0}.x-col-move-top,.x-col-move-bottom{position:absolute;top:0;line-height:0;font-size:0;overflow:hidden;z-index:20000;background:no-repeat center top transparent}.x-grid-header-ct{cursor:default}.x-column-header{position:absolute;overflow:hidden;background-repeat:repeat-x}.x-column-header-inner{white-space:nowrap;position:relative;overflow:hidden}.x-leaf-column-header{height:100%}.x-leaf-column-header .x-column-header-text-container{height:100%}.x-column-header-text-container{width:100%;display:table;table-layout:fixed}.x-column-header-text-container.x-column-header-text-container-auto{table-layout:auto}.x-column-header-text-wrapper{display:table-cell;vertical-align:middle}.x-column-header-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-column-header-text-inner{background-repeat:no-repeat}.x-rtl.x-column-header-text{display:inline-block}.x-column-header-trigger{display:none;height:100%;background-repeat:no-repeat;position:absolute;right:0;top:0;text-align:center}.x-ie9m .x-column-header-trigger{z-index:6}.x-rtl.x-column-header-trigger{left:0;right:auto}.x-column-header-over .x-column-header-trigger,.x-column-header-open .x-column-header-trigger{display:block}.x-column-header-align-right{text-align:right}.x-rtl.x-column-header-align-right{text-align:left}.x-column-header-align-left{text-align:left}.x-rtl.x-column-header-align-left{text-align:right}.x-column-header-align-center{text-align:center}.x-grid-cell-inner-action-col{line-height:0;font-size:0}.x-grid-cell-inner-action-col :focus{outline:1px solid #3d92cf}.x-action-col-icon{display:inline-block;line-height:1}.x-grid-cell-inner-checkcolumn{line-height:0;font-size:0}.x-grid-cell-inner-checkcolumn :focus{outline:1px solid #3d92cf}.x-grid-checkcolumn{display:inline-block}.x-group-hd-container{overflow:hidden}.x-grid-group-hd{white-space:nowrap;outline:none}.x-grid-group-title{position:relative}.x-grid-row-body-hidden,.x-grid-group-collapsed{display:none}.x-grid-row-body-hidden{display:none}.x-menu{outline:none}.x-menu-body{position:relative}.x-menu-item{white-space:nowrap;overflow:hidden;border-color:transparent;border-style:solid}.x-menu-item-cmp{margin:2px}.x-menu-item-cmp .x-field-label-cell{vertical-align:middle}.x-menu-icon-separator{position:absolute;top:0px;z-index:0;height:100%;overflow:hidden}.x-menu-plain .x-menu-icon-separator{display:none}.x-menu-item-link{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;text-decoration:none;outline:0;display:block}.x-menu-item-link-href{-webkit-touch-callout:default}.x-menu-item-text{display:inline-block}.x-menu-item-icon,.x-menu-item-icon-right,.x-menu-item-arrow{font-size:0;position:absolute;text-align:center;background-repeat:no-repeat}.x-grid-editor .x-form-cb-wrap{text-align:center}.x-grid-editor .x-form-cb{position:static;display:inline-block}.x-grid-editor .x-form-display-field{margin:0;white-space:nowrap;overflow:hidden}.x-grid-editor div.x-form-action-col-field{line-height:0}.x-grid-row-editor-wrap{position:absolute;overflow:visible;z-index:2}.x-grid-row-editor{position:absolute}.x-grid-row-editor-buttons{position:absolute;white-space:nowrap}.x-grid-row-expander{font-size:0;line-height:0;text-align:center}.x-grid-row-expander:focus{outline:1px solid #3d92cf}.x-ssm-row-numberer-hd{cursor:se-resize!important}.x-ssm-row-numberer-cell{cursor:e-resize}.x-ssm-column-select .x-column-header{cursor:s-resize}.x-ssm-extender-drag-handle{position:absolute;z-index:1;cursor:crosshair}.x-ssm-extender-mask{position:absolute;z-index:1;pointer-events:none}.x-abs-layout-ct{position:relative}.x-abs-layout-item{position:absolute !important}.x-border-layout-ct{overflow:hidden}.x-border-layout-ct{position:relative}.x-border-region-slide-in{z-index:5}.x-region-collapsed-placeholder{z-index:4}.x-center-layout-item{position:absolute}.x-center-target{position:relative}.x-form-layout-wrap{display:table;width:100%;border-collapse:separate}.x-form-layout-colgroup{display:table-column-group}.x-form-layout-column{display:table-column}.x-form-layout-auto-label > * > .x-form-item-label{width:auto !important}.x-form-layout-auto-label > * > .x-form-item-label > .x-form-item-label-inner{width:auto !important;white-space:nowrap}.x-form-layout-auto-label > * > .x-form-layout-label-column{width:1px}.x-form-layout-sized-label > * > .x-form-item-label{width:auto !important}.x-form-form-item{display:table-row}.x-form-form-item > .x-form-item-label{padding-left:0 !important;padding-right:0 !important;padding-bottom:0 !important}.x-form-form-item > .x-form-item-body{max-width:none}.x-form-form-item.x-form-item-no-label:before{content:' ';display:table-cell;pointer-events:none}.x-resizable-wrapped{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box}.x-column-header-checkbox .x-column-header-text{display:block;background-repeat:no-repeat;font-size:0}.x-grid-cell-row-checker{vertical-align:middle;text-align:center;background-repeat:no-repeat;font-size:0}.x-slider{outline:none;position:relative}.x-slider-inner{position:relative;left:0;top:0;overflow:visible}.x-slider-vert .x-slider-inner{background:repeat-y 0 0}.x-slider-thumb{position:absolute;background:no-repeat 0 0;cursor:default}.x-slider-horz .x-slider-thumb{left:0}.x-slider-vert .x-slider-thumb{bottom:0}.x-tab{display:block;outline:0;cursor:pointer;white-space:nowrap;text-decoration:none;vertical-align:top;overflow:hidden;position:relative}.x-tab > .x-frame{height:100%;width:100%}.x-tab-wrap{height:100%;width:100%;display:table;border-spacing:0}.x-tab-button{white-space:nowrap;line-height:0;position:relative;display:table-cell;vertical-align:middle}.x-tab-inner{overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.x-tab-icon.x-tab-no-text > .x-tab-inner{display:none}.x-tab-icon-el{display:none;vertical-align:middle;text-align:center;background-position:center center;background-repeat:no-repeat}.x-tab-icon > .x-tab-icon-el{display:inline-block}.x-tab-icon-top > .x-tab-icon-el,.x-tab-icon-bottom > .x-tab-icon-el{display:block}.x-tab-button-center{text-align:center}.x-tab-button-left{text-align:left}.x-rtl.x-tab-button-left{text-align:right}.x-tab-button-right{text-align:right}.x-rtl.x-tab-button-right{text-align:left}.x-tab-mc{overflow:visible}.x-tab{z-index:1}.x-tab-active{z-index:3}.x-tab-button{position:relative}.x-tab-close-btn{display:block;position:absolute;overflow:hidden;font-size:0;line-height:0}.x-tab-rotate-left{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-tab-rotate-left{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-tab-rotate-left.x-rtl{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-tab-rotate-left.x-rtl{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-tab-rotate-right{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-tab-rotate-right{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-tab-rotate-right.x-rtl{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-tab-rotate-right.x-rtl{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-tab-tr,.x-tab-br,.x-tab-mr,.x-tab-tl,.x-tab-bl,.x-tab-ml{width:1px}.x-tab-bar{z-index:0;position:relative}.x-tab-bar-strip{position:absolute;line-height:0;font-size:0;z-index:2}.x-tab-bar-top > .x-tab-bar-strip{bottom:0}.x-tab-bar-bottom > .x-tab-bar-strip{top:0}.x-tab-bar-left > .x-tab-bar-strip{right:0}.x-tab-bar-left > .x-tab-bar-strip.x-rtl{right:auto;left:0}.x-tab-bar-right > .x-tab-bar-strip{left:0}.x-tab-bar-right > .x-tab-bar-strip.x-rtl{left:auto;right:0}.x-tab-bar-horizontal .x-tab-bar-strip{width:100%;left:0}.x-tab-bar-vertical{display:table-cell}.x-tab-bar-vertical .x-tab-bar-strip{height:100%;top:0}.x-tab-bar-plain{background:transparent !important}.x-box-scroller-plain{background-color:transparent !important}.x-breadcrumb-btn .x-box-target:first-child{margin:0}.x-breadcrumb-btn > .x-btn-split-right > .x-btn-button:after{content:none}.x-breadcrumb-btn.x-btn-over > .x-btn-split-right > .x-btn-button:after,.x-breadcrumb-btn.x-btn-menu-active > .x-btn-split-right > .x-btn-button:after{content:''}.x-autowidth-table .x-grid-item{table-layout:auto;width:auto !important}.x-tree-view{overflow:hidden}.x-tree-elbow-img,.x-tree-icon{display:inline-block;text-align:center;background-repeat:no-repeat;background-position:0 center;vertical-align:top}.x-tree-checkbox{display:inline-block;vertical-align:top;position:relative}.x-tree-animator-wrap{overflow:hidden}.x-scroll-indicator{position:absolute;background-color:#000;opacity:0.5;border-radius:3px;margin:2px}.x-scroll-indicator-x{bottom:0;left:0;height:6px}.x-scroll-indicator-y{right:0;top:0;width:6px}.x-rtl.x-scroll-indicator-x{left:auto;right:0}.x-rtl.x-scroll-indicator-y{right:auto;left:0}.x-body{color:#000;font-size:13px;line-height:17px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;background:#fff}.x-animating-size,.x-collapsed{overflow:hidden!important}.x-editor .x-form-item-body{padding-bottom:0}.x-mask{background-image:none;background-color:rgba(255, 255, 255, 0.7);cursor:default;border-style:solid;border-width:1px;border-color:transparent}.x-ie8 .x-mask{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff);zoom:1}.x-mask.x-focus{border-style:solid;border-width:1px;border-color:#157fcc}.x-mask-msg{padding:8px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background:#e5e5e5}.x-mask-msg-inner{padding:0;background-color:transparent;color:#666;font:300 13px helvetica, arial, verdana, sans-serif}.x-mask-msg-text{padding:21px 0 0;background-image:url(images/loadmask/loading.gif);background-repeat:no-repeat;background-position:center 0}.x-rtl.x-mask-msg-text{padding:21px 0 0 0}.x-progress-default{background-color:#f5f5f5;border-width:0;height:20px;border-color:#157fcc}.x-progress-default .x-progress-bar-default{background-image:none;background-color:#c2ddf2}.x-progress-default .x-progress-text{color:#666;font-weight:300;font-size:13px;font-family:helvetica, arial, verdana, sans-serif;text-align:center;line-height:20px}.x-progress-default .x-progress-text-back{color:#666;line-height:20px}.x-cmd-slicer.x-progress-bar-default:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-progressbar-default-cell > .x-grid-cell-inner,.x-progressbarwidget-default-cell > .x-grid-cell-inner{padding-top:2px;padding-bottom:2px}.x-progressbar-default-cell > .x-grid-cell-inner .x-progress-default,.x-progressbarwidget-default-cell > .x-grid-cell-inner .x-progress-default{height:20px}.x-btn-default-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-small-mc{background-color:#3892d4}.x-nbr .x-btn-default-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-small-tl{background-position:0 -6px}.x-btn-default-small-tr{background-position:right -9px}.x-btn-default-small-bl{background-position:0 -12px}.x-btn-default-small-br{background-position:right -15px}.x-btn-default-small-ml{background-position:0 top}.x-btn-default-small-mr{background-position:right top}.x-btn-default-small-tc{background-position:0 0}.x-btn-default-small-bc{background-position:0 -3px}.x-btn-default-small-tr,.x-btn-default-small-br,.x-btn-default-small-mr{padding-right:3px}.x-btn-default-small-tl,.x-btn-default-small-bl,.x-btn-default-small-ml{padding-left:3px}.x-btn-default-small-tc{height:3px}.x-btn-default-small-bc{height:3px}.x-btn-default-small-tl,.x-btn-default-small-bl,.x-btn-default-small-tr,.x-btn-default-small-br,.x-btn-default-small-tc,.x-btn-default-small-bc,.x-btn-default-small-ml,.x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-corners.gif)}.x-btn-default-small-ml,.x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-sides.gif);background-repeat:repeat-y}.x-btn-default-small-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-corners.gif), sides:url(images/btn/btn-default-small-sides.gif)" !important}.x-btn-default-small{border-color:#157fcc}.x-btn-button-default-small{min-height:16px}.x-ie9m .x-btn-button-default-small{min-height:auto;height:16px}.x-btn-inner-default-small{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 5px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-small,.x-btn-icon-left > .x-btn-inner-default-small{max-width:calc(100% - 16px)}.x-ie10p .x-btn-inner-default-small{max-width:none}.x-btn-icon-el-default-small{font-size:16px;height:16px;color:#fff;line-height:16px}.x-btn-icon-left > .x-btn-icon-el-default-small,.x-btn-icon-right > .x-btn-icon-el-default-small{width:16px}.x-btn-icon-top > .x-btn-icon-el-default-small,.x-btn-icon-bottom > .x-btn-icon-el-default-small{min-width:16px}.x-btn-icon-el-default-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-small.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small{margin-right:0px}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small.x-rtl{margin-right:0;margin-left:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-left:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small.x-rtl{margin-left:0;margin-right:0px}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small{padding-right:5px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-right:5px}.x-btn-arrow-bottom > .x-btn-button-default-small,.x-btn-split-bottom > .x-btn-button-default-small{padding-bottom:3px}.x-btn-wrap-default-small.x-btn-arrow-right:after{width:16px;background-image:url(images/button/default-small-arrow.png);padding-right:16px}.x-btn-wrap-default-small.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-small-arrow-rtl.png)}.x-btn-wrap-default-small.x-btn-arrow-bottom:after{height:13px;background-image:url(images/button/default-small-arrow.png)}.x-btn-wrap-default-small.x-btn-split-right:after{width:20px;background-image:url(images/button/default-small-s-arrow.png);padding-right:20px}.x-btn-wrap-default-small.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-small-s-arrow-rtl.png)}.x-btn-wrap-default-small.x-btn-split-bottom:after{height:15px;background-image:url(images/button/default-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small{padding-right:5px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-right:5px}.x-btn-focus.x-btn-default-small{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:23px;pointer-events:none}.x-btn-default-small .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-small{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-small{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-small,.x-btn.x-btn-pressed.x-btn-default-small{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-small,.x-btn-focus.x-btn-pressed.x-btn-default-small{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-small{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-small-tl,.x-btn-focus .x-btn-default-small-bl,.x-btn-focus .x-btn-default-small-tr,.x-btn-focus .x-btn-default-small-br,.x-btn-focus .x-btn-default-small-tc,.x-btn-focus .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-corners.gif)}.x-btn-focus .x-btn-default-small-ml,.x-btn-focus .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-sides.gif)}.x-btn-focus .x-btn-default-small-mc{background-color:#3892d4}.x-btn-over .x-btn-default-small-tl,.x-btn-over .x-btn-default-small-bl,.x-btn-over .x-btn-default-small-tr,.x-btn-over .x-btn-default-small-br,.x-btn-over .x-btn-default-small-tc,.x-btn-over .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-over-corners.gif)}.x-btn-over .x-btn-default-small-ml,.x-btn-over .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-over-sides.gif)}.x-btn-over .x-btn-default-small-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-small-tl,.x-btn-focus.x-btn-over .x-btn-default-small-bl,.x-btn-focus.x-btn-over .x-btn-default-small-tr,.x-btn-focus.x-btn-over .x-btn-default-small-br,.x-btn-focus.x-btn-over .x-btn-default-small-tc,.x-btn-focus.x-btn-over .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-small-ml,.x-btn-focus.x-btn-over .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-small-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-small-tl,.x-btn.x-btn-menu-active .x-btn-default-small-bl,.x-btn.x-btn-menu-active .x-btn-default-small-tr,.x-btn.x-btn-menu-active .x-btn-default-small-br,.x-btn.x-btn-menu-active .x-btn-default-small-tc,.x-btn.x-btn-menu-active .x-btn-default-small-bc,.x-btn.x-btn-pressed .x-btn-default-small-tl,.x-btn.x-btn-pressed .x-btn-default-small-bl,.x-btn.x-btn-pressed .x-btn-default-small-tr,.x-btn.x-btn-pressed .x-btn-default-small-br,.x-btn.x-btn-pressed .x-btn-default-small-tc,.x-btn.x-btn-pressed .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-small-ml,.x-btn.x-btn-menu-active .x-btn-default-small-mr,.x-btn.x-btn-pressed .x-btn-default-small-ml,.x-btn.x-btn-pressed .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-small-mc,.x-btn.x-btn-pressed .x-btn-default-small-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-small-br,.x-btn-focus.x-btn-menu-active .x-btn-default-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-small-bc,.x-btn-focus.x-btn-pressed .x-btn-default-small-tl,.x-btn-focus.x-btn-pressed .x-btn-default-small-bl,.x-btn-focus.x-btn-pressed .x-btn-default-small-tr,.x-btn-focus.x-btn-pressed .x-btn-default-small-br,.x-btn-focus.x-btn-pressed .x-btn-default-small-tc,.x-btn-focus.x-btn-pressed .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-small-mr,.x-btn-focus.x-btn-pressed .x-btn-default-small-ml,.x-btn-focus.x-btn-pressed .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-small-mc,.x-btn-focus.x-btn-pressed .x-btn-default-small-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-small-tl,.x-btn.x-btn-disabled .x-btn-default-small-bl,.x-btn.x-btn-disabled .x-btn-default-small-tr,.x-btn.x-btn-disabled .x-btn-default-small-br,.x-btn.x-btn-disabled .x-btn-default-small-tc,.x-btn.x-btn-disabled .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-small-ml,.x-btn.x-btn-disabled .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-small-mc{background-color:#3892d4}.x-nbr .x-btn-default-small{background-image:none}.x-btn-disabled.x-btn-default-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-small:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-small:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-small:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-corners.gif), sides:url(images/btn/btn-default-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-over-corners.gif), sides:url(images/btn/btn-default-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-over-corners.gif), sides:url(images/btn/btn-default-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-pressed-corners.gif), sides:url(images/btn/btn-default-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-disabled-corners.gif), sides:url(images/btn/btn-default-small-disabled-sides.gif)" !important}.x-button-default-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-default-small-cell > .x-grid-cell-inner >.x-btn-default-small{vertical-align:top}.x-btn-default-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-medium-mc{background-color:#3892d4}.x-nbr .x-btn-default-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-medium-tl{background-position:0 -6px}.x-btn-default-medium-tr{background-position:right -9px}.x-btn-default-medium-bl{background-position:0 -12px}.x-btn-default-medium-br{background-position:right -15px}.x-btn-default-medium-ml{background-position:0 top}.x-btn-default-medium-mr{background-position:right top}.x-btn-default-medium-tc{background-position:0 0}.x-btn-default-medium-bc{background-position:0 -3px}.x-btn-default-medium-tr,.x-btn-default-medium-br,.x-btn-default-medium-mr{padding-right:3px}.x-btn-default-medium-tl,.x-btn-default-medium-bl,.x-btn-default-medium-ml{padding-left:3px}.x-btn-default-medium-tc{height:3px}.x-btn-default-medium-bc{height:3px}.x-btn-default-medium-tl,.x-btn-default-medium-bl,.x-btn-default-medium-tr,.x-btn-default-medium-br,.x-btn-default-medium-tc,.x-btn-default-medium-bc,.x-btn-default-medium-ml,.x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-corners.gif)}.x-btn-default-medium-ml,.x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-sides.gif);background-repeat:repeat-y}.x-btn-default-medium-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-corners.gif), sides:url(images/btn/btn-default-medium-sides.gif)" !important}.x-btn-default-medium{border-color:#157fcc}.x-btn-button-default-medium{min-height:24px}.x-ie9m .x-btn-button-default-medium{min-height:auto;height:24px}.x-btn-inner-default-medium{font:300 14px/18px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-medium,.x-btn-icon-left > .x-btn-inner-default-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-medium{max-width:none}.x-btn-icon-el-default-medium{font-size:24px;height:24px;color:#fff;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-medium,.x-btn-icon-right > .x-btn-icon-el-default-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-medium,.x-btn-icon-bottom > .x-btn-icon-el-default-medium{min-width:24px}.x-btn-icon-el-default-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-medium.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-default-medium,.x-btn-split-bottom > .x-btn-button-default-medium{padding-bottom:3px}.x-btn-wrap-default-medium.x-btn-arrow-right:after{width:24px;background-image:url(images/button/default-medium-arrow.png);padding-right:24px}.x-btn-wrap-default-medium.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-medium-arrow-rtl.png)}.x-btn-wrap-default-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/default-medium-arrow.png)}.x-btn-wrap-default-medium.x-btn-split-right:after{width:28px;background-image:url(images/button/default-medium-s-arrow.png);padding-right:28px}.x-btn-wrap-default-medium.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-medium-s-arrow-rtl.png)}.x-btn-wrap-default-medium.x-btn-split-bottom:after{height:24px;background-image:url(images/button/default-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-right:8px}.x-btn-focus.x-btn-default-medium{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:31px;pointer-events:none}.x-btn-default-medium .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-medium{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-medium{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-medium,.x-btn.x-btn-pressed.x-btn-default-medium{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-medium,.x-btn-focus.x-btn-pressed.x-btn-default-medium{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-medium{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-medium-tl,.x-btn-focus .x-btn-default-medium-bl,.x-btn-focus .x-btn-default-medium-tr,.x-btn-focus .x-btn-default-medium-br,.x-btn-focus .x-btn-default-medium-tc,.x-btn-focus .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-corners.gif)}.x-btn-focus .x-btn-default-medium-ml,.x-btn-focus .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-sides.gif)}.x-btn-focus .x-btn-default-medium-mc{background-color:#3892d4}.x-btn-over .x-btn-default-medium-tl,.x-btn-over .x-btn-default-medium-bl,.x-btn-over .x-btn-default-medium-tr,.x-btn-over .x-btn-default-medium-br,.x-btn-over .x-btn-default-medium-tc,.x-btn-over .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-over-corners.gif)}.x-btn-over .x-btn-default-medium-ml,.x-btn-over .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-over-sides.gif)}.x-btn-over .x-btn-default-medium-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-medium-tl,.x-btn-focus.x-btn-over .x-btn-default-medium-bl,.x-btn-focus.x-btn-over .x-btn-default-medium-tr,.x-btn-focus.x-btn-over .x-btn-default-medium-br,.x-btn-focus.x-btn-over .x-btn-default-medium-tc,.x-btn-focus.x-btn-over .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-medium-ml,.x-btn-focus.x-btn-over .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-medium-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-medium-tl,.x-btn.x-btn-menu-active .x-btn-default-medium-bl,.x-btn.x-btn-menu-active .x-btn-default-medium-tr,.x-btn.x-btn-menu-active .x-btn-default-medium-br,.x-btn.x-btn-menu-active .x-btn-default-medium-tc,.x-btn.x-btn-menu-active .x-btn-default-medium-bc,.x-btn.x-btn-pressed .x-btn-default-medium-tl,.x-btn.x-btn-pressed .x-btn-default-medium-bl,.x-btn.x-btn-pressed .x-btn-default-medium-tr,.x-btn.x-btn-pressed .x-btn-default-medium-br,.x-btn.x-btn-pressed .x-btn-default-medium-tc,.x-btn.x-btn-pressed .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-medium-ml,.x-btn.x-btn-menu-active .x-btn-default-medium-mr,.x-btn.x-btn-pressed .x-btn-default-medium-ml,.x-btn.x-btn-pressed .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-medium-mc,.x-btn.x-btn-pressed .x-btn-default-medium-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-default-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-default-medium-br,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-default-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-medium-tl,.x-btn.x-btn-disabled .x-btn-default-medium-bl,.x-btn.x-btn-disabled .x-btn-default-medium-tr,.x-btn.x-btn-disabled .x-btn-default-medium-br,.x-btn.x-btn-disabled .x-btn-default-medium-tc,.x-btn.x-btn-disabled .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-medium-ml,.x-btn.x-btn-disabled .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-medium-mc{background-color:#3892d4}.x-nbr .x-btn-default-medium{background-image:none}.x-btn-disabled.x-btn-default-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-medium:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-medium:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-medium:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-corners.gif), sides:url(images/btn/btn-default-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-over-corners.gif), sides:url(images/btn/btn-default-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-pressed-corners.gif), sides:url(images/btn/btn-default-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-disabled-corners.gif), sides:url(images/btn/btn-default-medium-disabled-sides.gif)" !important}.x-button-default-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-medium-cell > .x-grid-cell-inner >.x-btn-default-medium{vertical-align:top}.x-btn-default-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-large-mc{background-color:#3892d4}.x-nbr .x-btn-default-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-large-tl{background-position:0 -6px}.x-btn-default-large-tr{background-position:right -9px}.x-btn-default-large-bl{background-position:0 -12px}.x-btn-default-large-br{background-position:right -15px}.x-btn-default-large-ml{background-position:0 top}.x-btn-default-large-mr{background-position:right top}.x-btn-default-large-tc{background-position:0 0}.x-btn-default-large-bc{background-position:0 -3px}.x-btn-default-large-tr,.x-btn-default-large-br,.x-btn-default-large-mr{padding-right:3px}.x-btn-default-large-tl,.x-btn-default-large-bl,.x-btn-default-large-ml{padding-left:3px}.x-btn-default-large-tc{height:3px}.x-btn-default-large-bc{height:3px}.x-btn-default-large-tl,.x-btn-default-large-bl,.x-btn-default-large-tr,.x-btn-default-large-br,.x-btn-default-large-tc,.x-btn-default-large-bc,.x-btn-default-large-ml,.x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-corners.gif)}.x-btn-default-large-ml,.x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-sides.gif);background-repeat:repeat-y}.x-btn-default-large-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-corners.gif), sides:url(images/btn/btn-default-large-sides.gif)" !important}.x-btn-default-large{border-color:#157fcc}.x-btn-button-default-large{min-height:32px}.x-ie9m .x-btn-button-default-large{min-height:auto;height:32px}.x-btn-inner-default-large{font:300 16px/20px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-large,.x-btn-icon-left > .x-btn-inner-default-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-default-large{max-width:none}.x-btn-icon-el-default-large{font-size:32px;height:32px;color:#fff;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-default-large,.x-btn-icon-right > .x-btn-icon-el-default-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-default-large,.x-btn-icon-bottom > .x-btn-icon-el-default-large{min-width:32px}.x-btn-icon-el-default-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-large.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-default-large,.x-btn-split-bottom > .x-btn-button-default-large{padding-bottom:3px}.x-btn-wrap-default-large.x-btn-arrow-right:after{width:28px;background-image:url(images/button/default-large-arrow.png);padding-right:28px}.x-btn-wrap-default-large.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-large-arrow-rtl.png)}.x-btn-wrap-default-large.x-btn-arrow-bottom:after{height:20px;background-image:url(images/button/default-large-arrow.png)}.x-btn-wrap-default-large.x-btn-split-right:after{width:35px;background-image:url(images/button/default-large-s-arrow.png);padding-right:35px}.x-btn-wrap-default-large.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-large-s-arrow-rtl.png)}.x-btn-wrap-default-large.x-btn-split-bottom:after{height:29px;background-image:url(images/button/default-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-right:10px}.x-btn-focus.x-btn-default-large{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:38px;pointer-events:none}.x-btn-default-large .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-large{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-large{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-large,.x-btn.x-btn-pressed.x-btn-default-large{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-large,.x-btn-focus.x-btn-pressed.x-btn-default-large{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-large{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-large-tl,.x-btn-focus .x-btn-default-large-bl,.x-btn-focus .x-btn-default-large-tr,.x-btn-focus .x-btn-default-large-br,.x-btn-focus .x-btn-default-large-tc,.x-btn-focus .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-corners.gif)}.x-btn-focus .x-btn-default-large-ml,.x-btn-focus .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-sides.gif)}.x-btn-focus .x-btn-default-large-mc{background-color:#3892d4}.x-btn-over .x-btn-default-large-tl,.x-btn-over .x-btn-default-large-bl,.x-btn-over .x-btn-default-large-tr,.x-btn-over .x-btn-default-large-br,.x-btn-over .x-btn-default-large-tc,.x-btn-over .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-over-corners.gif)}.x-btn-over .x-btn-default-large-ml,.x-btn-over .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-over-sides.gif)}.x-btn-over .x-btn-default-large-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-large-tl,.x-btn-focus.x-btn-over .x-btn-default-large-bl,.x-btn-focus.x-btn-over .x-btn-default-large-tr,.x-btn-focus.x-btn-over .x-btn-default-large-br,.x-btn-focus.x-btn-over .x-btn-default-large-tc,.x-btn-focus.x-btn-over .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-large-ml,.x-btn-focus.x-btn-over .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-large-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-large-tl,.x-btn.x-btn-menu-active .x-btn-default-large-bl,.x-btn.x-btn-menu-active .x-btn-default-large-tr,.x-btn.x-btn-menu-active .x-btn-default-large-br,.x-btn.x-btn-menu-active .x-btn-default-large-tc,.x-btn.x-btn-menu-active .x-btn-default-large-bc,.x-btn.x-btn-pressed .x-btn-default-large-tl,.x-btn.x-btn-pressed .x-btn-default-large-bl,.x-btn.x-btn-pressed .x-btn-default-large-tr,.x-btn.x-btn-pressed .x-btn-default-large-br,.x-btn.x-btn-pressed .x-btn-default-large-tc,.x-btn.x-btn-pressed .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-large-ml,.x-btn.x-btn-menu-active .x-btn-default-large-mr,.x-btn.x-btn-pressed .x-btn-default-large-ml,.x-btn.x-btn-pressed .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-large-mc,.x-btn.x-btn-pressed .x-btn-default-large-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-large-br,.x-btn-focus.x-btn-menu-active .x-btn-default-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-large-bc,.x-btn-focus.x-btn-pressed .x-btn-default-large-tl,.x-btn-focus.x-btn-pressed .x-btn-default-large-bl,.x-btn-focus.x-btn-pressed .x-btn-default-large-tr,.x-btn-focus.x-btn-pressed .x-btn-default-large-br,.x-btn-focus.x-btn-pressed .x-btn-default-large-tc,.x-btn-focus.x-btn-pressed .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-large-mr,.x-btn-focus.x-btn-pressed .x-btn-default-large-ml,.x-btn-focus.x-btn-pressed .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-large-mc,.x-btn-focus.x-btn-pressed .x-btn-default-large-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-large-tl,.x-btn.x-btn-disabled .x-btn-default-large-bl,.x-btn.x-btn-disabled .x-btn-default-large-tr,.x-btn.x-btn-disabled .x-btn-default-large-br,.x-btn.x-btn-disabled .x-btn-default-large-tc,.x-btn.x-btn-disabled .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-large-ml,.x-btn.x-btn-disabled .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-large-mc{background-color:#3892d4}.x-nbr .x-btn-default-large{background-image:none}.x-btn-disabled.x-btn-default-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-large:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-large:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-large:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-corners.gif), sides:url(images/btn/btn-default-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-over-corners.gif), sides:url(images/btn/btn-default-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-over-corners.gif), sides:url(images/btn/btn-default-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-pressed-corners.gif), sides:url(images/btn/btn-default-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-disabled-corners.gif), sides:url(images/btn/btn-default-large-disabled-sides.gif)" !important}.x-button-default-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-large-cell > .x-grid-cell-inner >.x-btn-default-large{vertical-align:top}.x-btn-default-toolbar-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-toolbar-small-tl{background-position:0 -6px}.x-btn-default-toolbar-small-tr{background-position:right -9px}.x-btn-default-toolbar-small-bl{background-position:0 -12px}.x-btn-default-toolbar-small-br{background-position:right -15px}.x-btn-default-toolbar-small-ml{background-position:0 top}.x-btn-default-toolbar-small-mr{background-position:right top}.x-btn-default-toolbar-small-tc{background-position:0 0}.x-btn-default-toolbar-small-bc{background-position:0 -3px}.x-btn-default-toolbar-small-tr,.x-btn-default-toolbar-small-br,.x-btn-default-toolbar-small-mr{padding-right:3px}.x-btn-default-toolbar-small-tl,.x-btn-default-toolbar-small-bl,.x-btn-default-toolbar-small-ml{padding-left:3px}.x-btn-default-toolbar-small-tc{height:3px}.x-btn-default-toolbar-small-bc{height:3px}.x-btn-default-toolbar-small-tl,.x-btn-default-toolbar-small-bl,.x-btn-default-toolbar-small-tr,.x-btn-default-toolbar-small-br,.x-btn-default-toolbar-small-tc,.x-btn-default-toolbar-small-bc,.x-btn-default-toolbar-small-ml,.x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-corners.gif)}.x-btn-default-toolbar-small-ml,.x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-small-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-corners.gif), sides:url(images/btn/btn-default-toolbar-small-sides.gif)" !important}.x-btn-default-toolbar-small{border-color:#d8d8d8}.x-btn-button-default-toolbar-small{min-height:16px}.x-ie9m .x-btn-button-default-toolbar-small{min-height:auto;height:16px}.x-btn-inner-default-toolbar-small{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#666;padding:0 5px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-small,.x-btn-icon-left > .x-btn-inner-default-toolbar-small{max-width:calc(100% - 16px)}.x-ie10p .x-btn-inner-default-toolbar-small{max-width:none}.x-btn-icon-el-default-toolbar-small{font-size:16px;height:16px;color:#666;line-height:16px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{width:16px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small{min-width:16px}.x-btn-icon-el-default-toolbar-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-small.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small{margin-right:0px}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small.x-rtl{margin-right:0;margin-left:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-left:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small.x-rtl{margin-left:0;margin-right:0px}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small{padding-right:5px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-right:5px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-small,.x-btn-split-bottom > .x-btn-button-default-toolbar-small{padding-bottom:3px}.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after{width:16px;background-image:url(images/button/default-toolbar-small-arrow.png);padding-right:16px}.x-btn-wrap-default-toolbar-small.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-toolbar-small-arrow-rtl.png)}.x-btn-wrap-default-toolbar-small.x-btn-arrow-bottom:after{height:13px;background-image:url(images/button/default-toolbar-small-arrow.png)}.x-btn-wrap-default-toolbar-small.x-btn-split-right:after{width:20px;background-image:url(images/button/default-toolbar-small-s-arrow.png);padding-right:20px}.x-btn-wrap-default-toolbar-small.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-toolbar-small-s-arrow-rtl.png)}.x-btn-wrap-default-toolbar-small.x-btn-split-bottom:after{height:15px;background-image:url(images/button/default-toolbar-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small{padding-right:5px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-right:5px}.x-btn-focus.x-btn-default-toolbar-small{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:23px;pointer-events:none}.x-btn-default-toolbar-small .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-toolbar-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-small{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-small,.x-btn.x-btn-pressed.x-btn-default-toolbar-small{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-small{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-small-tl,.x-btn-focus .x-btn-default-toolbar-small-bl,.x-btn-focus .x-btn-default-toolbar-small-tr,.x-btn-focus .x-btn-default-toolbar-small-br,.x-btn-focus .x-btn-default-toolbar-small-tc,.x-btn-focus .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-small-ml,.x-btn-focus .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-small-tl,.x-btn-over .x-btn-default-toolbar-small-bl,.x-btn-over .x-btn-default-toolbar-small-tr,.x-btn-over .x-btn-default-toolbar-small-br,.x-btn-over .x-btn-default-toolbar-small-tc,.x-btn-over .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-small-ml,.x-btn-over .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-small-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-small{background-image:none}.x-btn-disabled.x-btn-default-toolbar-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)" !important}.x-button-default-toolbar-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-default-toolbar-small-cell > .x-grid-cell-inner >.x-btn-default-toolbar-small{vertical-align:top}.x-btn-default-toolbar-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-toolbar-medium-tl{background-position:0 -6px}.x-btn-default-toolbar-medium-tr{background-position:right -9px}.x-btn-default-toolbar-medium-bl{background-position:0 -12px}.x-btn-default-toolbar-medium-br{background-position:right -15px}.x-btn-default-toolbar-medium-ml{background-position:0 top}.x-btn-default-toolbar-medium-mr{background-position:right top}.x-btn-default-toolbar-medium-tc{background-position:0 0}.x-btn-default-toolbar-medium-bc{background-position:0 -3px}.x-btn-default-toolbar-medium-tr,.x-btn-default-toolbar-medium-br,.x-btn-default-toolbar-medium-mr{padding-right:3px}.x-btn-default-toolbar-medium-tl,.x-btn-default-toolbar-medium-bl,.x-btn-default-toolbar-medium-ml{padding-left:3px}.x-btn-default-toolbar-medium-tc{height:3px}.x-btn-default-toolbar-medium-bc{height:3px}.x-btn-default-toolbar-medium-tl,.x-btn-default-toolbar-medium-bl,.x-btn-default-toolbar-medium-tr,.x-btn-default-toolbar-medium-br,.x-btn-default-toolbar-medium-tc,.x-btn-default-toolbar-medium-bc,.x-btn-default-toolbar-medium-ml,.x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-corners.gif)}.x-btn-default-toolbar-medium-ml,.x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-medium-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-sides.gif)" !important}.x-btn-default-toolbar-medium{border-color:#d8d8d8}.x-btn-button-default-toolbar-medium{min-height:24px}.x-ie9m .x-btn-button-default-toolbar-medium{min-height:auto;height:24px}.x-btn-inner-default-toolbar-medium{font:300 14px/18px helvetica, arial, verdana, sans-serif;color:#666;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-medium,.x-btn-icon-left > .x-btn-inner-default-toolbar-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-toolbar-medium{max-width:none}.x-btn-icon-el-default-toolbar-medium{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium{min-width:24px}.x-btn-icon-el-default-toolbar-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-medium.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-medium,.x-btn-split-bottom > .x-btn-button-default-toolbar-medium{padding-bottom:3px}.x-btn-wrap-default-toolbar-medium.x-btn-arrow-right:after{width:24px;background-image:url(images/button/default-toolbar-medium-arrow.png);padding-right:24px}.x-btn-wrap-default-toolbar-medium.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-toolbar-medium-arrow-rtl.png)}.x-btn-wrap-default-toolbar-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/default-toolbar-medium-arrow.png)}.x-btn-wrap-default-toolbar-medium.x-btn-split-right:after{width:28px;background-image:url(images/button/default-toolbar-medium-s-arrow.png);padding-right:28px}.x-btn-wrap-default-toolbar-medium.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-toolbar-medium-s-arrow-rtl.png)}.x-btn-wrap-default-toolbar-medium.x-btn-split-bottom:after{height:24px;background-image:url(images/button/default-toolbar-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-right:8px}.x-btn-focus.x-btn-default-toolbar-medium{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:31px;pointer-events:none}.x-btn-default-toolbar-medium .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-toolbar-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-medium{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-medium,.x-btn.x-btn-pressed.x-btn-default-toolbar-medium{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-medium{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-medium-tl,.x-btn-focus .x-btn-default-toolbar-medium-bl,.x-btn-focus .x-btn-default-toolbar-medium-tr,.x-btn-focus .x-btn-default-toolbar-medium-br,.x-btn-focus .x-btn-default-toolbar-medium-tc,.x-btn-focus .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-medium-ml,.x-btn-focus .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-medium-tl,.x-btn-over .x-btn-default-toolbar-medium-bl,.x-btn-over .x-btn-default-toolbar-medium-tr,.x-btn-over .x-btn-default-toolbar-medium-br,.x-btn-over .x-btn-default-toolbar-medium-tc,.x-btn-over .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-medium-ml,.x-btn-over .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-medium-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-medium{background-image:none}.x-btn-disabled.x-btn-default-toolbar-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)" !important}.x-button-default-toolbar-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-default-toolbar-medium{vertical-align:top}.x-btn-default-toolbar-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-toolbar-large-tl{background-position:0 -6px}.x-btn-default-toolbar-large-tr{background-position:right -9px}.x-btn-default-toolbar-large-bl{background-position:0 -12px}.x-btn-default-toolbar-large-br{background-position:right -15px}.x-btn-default-toolbar-large-ml{background-position:0 top}.x-btn-default-toolbar-large-mr{background-position:right top}.x-btn-default-toolbar-large-tc{background-position:0 0}.x-btn-default-toolbar-large-bc{background-position:0 -3px}.x-btn-default-toolbar-large-tr,.x-btn-default-toolbar-large-br,.x-btn-default-toolbar-large-mr{padding-right:3px}.x-btn-default-toolbar-large-tl,.x-btn-default-toolbar-large-bl,.x-btn-default-toolbar-large-ml{padding-left:3px}.x-btn-default-toolbar-large-tc{height:3px}.x-btn-default-toolbar-large-bc{height:3px}.x-btn-default-toolbar-large-tl,.x-btn-default-toolbar-large-bl,.x-btn-default-toolbar-large-tr,.x-btn-default-toolbar-large-br,.x-btn-default-toolbar-large-tc,.x-btn-default-toolbar-large-bc,.x-btn-default-toolbar-large-ml,.x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-corners.gif)}.x-btn-default-toolbar-large-ml,.x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-large-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-corners.gif), sides:url(images/btn/btn-default-toolbar-large-sides.gif)" !important}.x-btn-default-toolbar-large{border-color:#d8d8d8}.x-btn-button-default-toolbar-large{min-height:32px}.x-ie9m .x-btn-button-default-toolbar-large{min-height:auto;height:32px}.x-btn-inner-default-toolbar-large{font:300 16px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-large,.x-btn-icon-left > .x-btn-inner-default-toolbar-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-default-toolbar-large{max-width:none}.x-btn-icon-el-default-toolbar-large{font-size:32px;height:32px;color:#666;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large{min-width:32px}.x-btn-icon-el-default-toolbar-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-large.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-large,.x-btn-split-bottom > .x-btn-button-default-toolbar-large{padding-bottom:3px}.x-btn-wrap-default-toolbar-large.x-btn-arrow-right:after{width:28px;background-image:url(images/button/default-toolbar-large-arrow.png);padding-right:28px}.x-btn-wrap-default-toolbar-large.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/default-toolbar-large-arrow-rtl.png)}.x-btn-wrap-default-toolbar-large.x-btn-arrow-bottom:after{height:20px;background-image:url(images/button/default-toolbar-large-arrow.png)}.x-btn-wrap-default-toolbar-large.x-btn-split-right:after{width:35px;background-image:url(images/button/default-toolbar-large-s-arrow.png);padding-right:35px}.x-btn-wrap-default-toolbar-large.x-rtl.x-btn-split-right:after{background-image:url(images/button/default-toolbar-large-s-arrow-rtl.png)}.x-btn-wrap-default-toolbar-large.x-btn-split-bottom:after{height:29px;background-image:url(images/button/default-toolbar-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-right:10px}.x-btn-focus.x-btn-default-toolbar-large{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:38px;pointer-events:none}.x-btn-default-toolbar-large .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-default-toolbar-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-large{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-large,.x-btn.x-btn-pressed.x-btn-default-toolbar-large{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-large{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-large-tl,.x-btn-focus .x-btn-default-toolbar-large-bl,.x-btn-focus .x-btn-default-toolbar-large-tr,.x-btn-focus .x-btn-default-toolbar-large-br,.x-btn-focus .x-btn-default-toolbar-large-tc,.x-btn-focus .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-large-ml,.x-btn-focus .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-large-tl,.x-btn-over .x-btn-default-toolbar-large-bl,.x-btn-over .x-btn-default-toolbar-large-tr,.x-btn-over .x-btn-default-toolbar-large-br,.x-btn-over .x-btn-default-toolbar-large-tc,.x-btn-over .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-large-ml,.x-btn-over .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-large-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-large{background-image:none}.x-btn-disabled.x-btn-default-toolbar-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)" !important}.x-button-default-toolbar-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-toolbar-large-cell > .x-grid-cell-inner >.x-btn-default-toolbar-large{vertical-align:top}.x-tool{cursor:pointer}.x-tool-img{overflow:hidden;width:16px;height:16px;background-image:url(images/tools/tool-sprites.png);margin:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-tool-over .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.x-tool-pressed .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-tool-placeholder{visibility:hidden}.x-tool-close{background-position:0 0}.x-tool-minimize{background-position:0 -16px}.x-tool-maximize{background-position:0 -32px}.x-tool-restore{background-position:0 -48px}.x-tool-toggle{background-position:0 -64px}.x-panel-collapsed .x-tool-toggle{background-position:0 -80px}.x-tool-gear{background-position:0 -96px}.x-tool-prev{background-position:0 -112px}.x-tool-next{background-position:0 -128px}.x-tool-pin{background-position:0 -144px}.x-tool-unpin{background-position:0 -160px}.x-tool-right{background-position:0 -176px}.x-tool-left{background-position:0 -192px}.x-tool-down{background-position:0 -208px}.x-tool-up{background-position:0 -224px}.x-tool-refresh{background-position:0 -240px}.x-tool-plus{background-position:0 -256px}.x-tool-minus{background-position:0 -272px}.x-tool-search{background-position:0 -288px}.x-tool-save{background-position:0 -304px}.x-tool-help{background-position:0 -320px}.x-tool-print{background-position:0 -336px}.x-tool-expand{background-position:0 -352px}.x-tool-collapse{background-position:0 -368px}.x-tool-resize{background-position:0 -384px}.x-tool-move{background-position:0 -400px}.x-tool-expand-bottom{background-position:0 -208px}.x-tool-collapse-bottom{background-position:0 -208px}.x-tool-expand-top{background-position:0 -224px}.x-tool-collapse-top{background-position:0 -224px}.x-tool-expand-left{background-position:0 -192px}.x-tool-collapse-left{background-position:0 -192px}.x-tool-expand-right{background-position:0 -176px}.x-tool-collapse-right{background-position:0 -176px}.x-rtl.x-tool-expand-left{background-position:0 -176px}.x-rtl.x-tool-collapse-left{background-position:0 -176px}.x-rtl.x-tool-expand-right{background-position:0 -192px}.x-rtl.x-tool-collapse-right{background-position:0 -192px}.x-header-draggable,.x-header-ghost{cursor:move}.x-header-text{white-space:nowrap}.x-collapse-el{cursor:pointer}.x-layout-split-left{background-image:url(images/util/splitter/mini-left.png)}.x-layout-split-right{background-image:url(images/util/splitter/mini-right.png)}.x-rtl.x-layout-split-left{background-image:url(images/util/splitter/mini-right.png)}.x-rtl.x-layout-split-right{background-image:url(images/util/splitter/mini-left.png)}.x-layout-split-top{background-image:url(images/util/splitter/mini-top.png)}.x-layout-split-bottom{background-image:url(images/util/splitter/mini-bottom.png)}.x-splitter-collapsed .x-layout-split-left{background-image:url(images/util/splitter/mini-right.png)}.x-splitter-collapsed .x-layout-split-right{background-image:url(images/util/splitter/mini-left.png)}.x-splitter-collapsed .x-rtl.x-layout-split-left{background-image:url(images/util/splitter/mini-left.png)}.x-splitter-collapsed .x-rtl.x-layout-split-right{background-image:url(images/util/splitter/mini-right.png)}.x-splitter-collapsed .x-layout-split-top{background-image:url(images/util/splitter/mini-bottom.png)}.x-splitter-collapsed .x-layout-split-bottom{background-image:url(images/util/splitter/mini-top.png)}.x-splitter-active{background-color:#b4b4b4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-splitter-active .x-collapse-el{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-layout-split-left,.x-layout-split-right{top:50%;margin-top:-24px;width:8px;height:48px}.x-layout-split-top,.x-layout-split-bottom{left:50%;width:48px;height:8px;margin-left:-24px}.x-splitter-focus:after{position:absolute;content:' ';top:0px;right:0px;bottom:0px;left:0px;border:1px solid #157fcc;pointer-events:none}.x-toolbar-default{padding:6px 0 6px 8px;border-style:solid;border-color:#cfcfcf;border-width:1px;background-image:none;background-color:#fff}.x-toolbar-default.x-rtl{padding:6px 8px 6px 0}.x-toolbar-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-toolbar-default .x-toolbar-item{margin:0 8px 0 0}.x-toolbar-default .x-toolbar-item.x-rtl{margin:0 0 0 8px}.x-toolbar-default .x-toolbar-separator-horizontal{margin:0 8px 0 0;height:14px;border-style:solid;border-width:0 0 0 1px;border-left-color:#e1e1e1;border-right-color:#fff}.x-toolbar-default .x-box-menu-after{margin:0 8px}.x-toolbar-default-vertical{padding:6px 8px 0}.x-toolbar-default-vertical.x-rtl{padding:6px 8px 0}.x-toolbar-default-vertical .x-toolbar-item{margin:0 0 6px 0}.x-toolbar-default-vertical .x-toolbar-item.x-rtl{margin:0 0 6px 0}.x-toolbar-default-vertical .x-toolbar-separator-vertical{margin:0 5px 6px;border-style:solid none;border-width:1px 0 0;border-top-color:#e1e1e1;border-bottom-color:#fff}.x-toolbar-default-vertical .x-box-menu-after{margin:6px 0}.x-toolbar-text-default{padding:0 4px;color:#334049;font:300 13px/16px helvetica, arial, verdana, sans-serif}.x-toolbar-spacer-default{width:2px}.x-toolbar-default-scroller .x-box-scroller-body-horizontal{margin-left:16px}.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:18px}.x-box-scroller-toolbar-default{cursor:pointer;color:#cfcfcf;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-toolbar-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-toolbar-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-toolbar-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-toolbar-default.x-box-scroller-left,.x-box-scroller-toolbar-default.x-box-scroller-right{width:16px;height:16px;top:50%;margin-top:-8px}.x-box-scroller-toolbar-default.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/default-scroll-left.png)}.x-box-scroller-toolbar-default.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/default-scroll-right.png)}.x-box-scroller-toolbar-default.x-box-scroller-top,.x-box-scroller-toolbar-default.x-box-scroller-bottom{height:16px;width:16px;left:50%;margin-left:-8px}.x-box-scroller-toolbar-default.x-box-scroller-top{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/toolbar/default-scroll-top.png)}.x-box-scroller-toolbar-default.x-box-scroller-bottom{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/toolbar/default-scroll-bottom.png)}.x-ie8 .x-box-scroller-toolbar-default{background-color:#fff}.x-toolbar-more-icon{background-image:url(images/toolbar/default-more.png)}.x-toolbar-more-icon.x-rtl{background-image:url(images/toolbar/default-more-left.png)}.x-cmd-slicer.x-toolbar-default:before{display:none;content:"x-slicer:" !important}.x-toolbar-footer{padding:6px 0 6px 6px;border-style:solid;border-color:#cfcfcf;border-width:0;background-image:none;background-color:#e7e7e7}.x-toolbar-footer.x-rtl{padding:6px 6px 6px 0}.x-toolbar-footer .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#e7e7e7}.x-toolbar-footer .x-toolbar-item{margin:0 6px 0 0}.x-toolbar-footer .x-toolbar-item.x-rtl{margin:0 0 0 6px}.x-toolbar-footer .x-toolbar-separator-horizontal{margin:0 8px 0 0;height:14px;border-style:solid;border-width:0 0 0 1px;border-left-color:#e1e1e1;border-right-color:#fff}.x-toolbar-footer .x-box-menu-after{margin:0 6px}.x-toolbar-footer-vertical{padding:6px 6px 0}.x-toolbar-footer-vertical.x-rtl{padding:6px 6px 0}.x-toolbar-footer-vertical .x-toolbar-item{margin:0 0 6px 0}.x-toolbar-footer-vertical .x-toolbar-item.x-rtl{margin:0 0 6px 0}.x-toolbar-footer-vertical .x-toolbar-separator-vertical{margin:0 5px 6px;border-style:solid none;border-width:1px 0 0;border-top-color:#e1e1e1;border-bottom-color:#fff}.x-toolbar-footer-vertical .x-box-menu-after{margin:6px 0}.x-toolbar-text-footer{padding:0 4px;color:#334049;font:300 13px/16px helvetica, arial, verdana, sans-serif}.x-toolbar-spacer-footer{width:2px}.x-toolbar-footer-scroller .x-box-scroller-body-horizontal{margin-left:18px}.x-toolbar-footer-vertical-scroller .x-box-scroller-body-vertical{margin-top:18px}.x-box-scroller-toolbar-footer{cursor:pointer;color:#cfcfcf;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-toolbar-footer.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-toolbar-footer.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-toolbar-footer.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-toolbar-footer.x-box-scroller-left,.x-box-scroller-toolbar-footer.x-box-scroller-right{width:16px;height:16px;top:50%;margin-top:-8px}.x-box-scroller-toolbar-footer.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/footer-scroll-left.png)}.x-box-scroller-toolbar-footer.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/footer-scroll-right.png)}.x-ie8 .x-box-scroller-toolbar-footer{background-color:#e7e7e7}.x-toolbar-more-icon{background-image:url(images/toolbar/footer-more.png)}.x-toolbar-more-icon.x-rtl{background-image:url(images/toolbar/footer-more-left.png)}.x-cmd-slicer.x-toolbar-footer:before{display:none;content:"x-slicer:" !important}.x-dd-drag-proxy{color:#000;font:300 13px/17px helvetica, arial, verdana, sans-serif;border:1px solid #e1e1e1;background-color:#fff}.x-dd-drag-ghost,.x-dd-drop-icon{padding:5px}.x-rtl .x-dd-drag-ghost,.x-rtl .x-dd-drop-icon{padding:5px 5px 5px 5px}.x-dd-drag-ghost{padding-left:0}.x-rtl .x-dd-drag-ghost{padding-left:5px;padding-right:0}.x-dd-drop-ok .x-dd-drop-icon{background-image:url(images/dd/drop-yes.png)}.x-dd-drop-ok-add .x-dd-drop-icon{background-image:url(images/dd/drop-add.png)}.x-dd-drop-nodrop div.x-dd-drop-icon{background-image:url(images/dd/drop-no.png)}.x-panel-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-panel-default{border-color:#f5f5f5;padding:0}.x-panel-header-default{font-size:15px;border:1px solid #f5f5f5}.x-panel-header-default .x-tool-img{background-color:#f5f5f5}.x-panel-header-default-horizontal{padding:9px 9px 10px}.x-panel-header-default-horizontal .x-panel-header-default-tab-bar{margin-top:-9px;margin-bottom:-10px}.x-panel-header-default-horizontal.x-header-noborder{padding:10px 10px 10px 10px}.x-panel-header-default-horizontal.x-header-noborder .x-panel-header-default-tab-bar{margin-top:-10px;margin-bottom:-10px}.x-panel-header-default-vertical{padding:9px 9px 9px 10px}.x-panel-header-default-vertical .x-panel-header-default-tab-bar{margin-right:-9px;margin-left:-10px}.x-panel-header-default-vertical.x-header-noborder{padding:10px 10px 10px 10px}.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar{margin-right:-10px;margin-left:-10px}.x-rtl.x-panel-header-default-vertical{padding:9px 10px 9px 9px}.x-rtl.x-panel-header-default-vertical .x-panel-header-default-tab-bar{margin-left:-9px;margin-right:-10px}.x-rtl.x-panel-header-default-vertical.x-header-noborder{padding:10px 10px 10px 10px}.x-rtl.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar{margin-left:-10px;margin-right:-10px}.x-panel-header-title-default{color:#157fcc;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-panel-header-title-default > .x-title-text-default{text-transform:none;padding:0}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{color:#85bae1}.x-panel-body-default{background:#fff;border-color:#cfcfcf;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-header-default{background-image:none;background-color:#f5f5f5}.x-panel-header-default-vertical{background-image:none;background-color:#f5f5f5}.x-rtl.x-panel-header-default-vertical{background-image:none;background-color:#f5f5f5}.x-panel .x-panel-header-default-collapsed-border-top{border-bottom-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-right{border-left-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-bottom{border-top-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-left{border-right-width:1px !important}.x-cmd-slicer.x-panel-header-default-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-panel-header-default-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-panel-header-default-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-panel-header-default-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-panel-header-default-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-default-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-panel-header-default-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-default-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-panel-header-default-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-default .x-tool-focus{outline:none}.x-ie8 .x-panel-header-default .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-rtl.x-panel-header-default-collapsed-border-right{border-right-width:1px !important}.x-rtl.x-panel-header-default-collapsed-border-left{border-left-width:1px !important}.x-panel-default-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-default-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-panel-default-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-panel-default-framed{border-color:#f5f5f5;padding:0}.x-panel-header-default-framed{font-size:15px;border:1px solid #f5f5f5}.x-panel-header-default-framed .x-tool-img{background-color:#f5f5f5}.x-panel-header-default-framed-horizontal{padding:9px 9px 9px 9px}.x-panel-header-default-framed-horizontal .x-panel-header-default-framed-tab-bar{margin-top:-9px;margin-bottom:-9px}.x-panel-header-default-framed-horizontal.x-header-noborder{padding:10px 10px 9px 10px}.x-panel-header-default-framed-horizontal.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-top:-10px;margin-bottom:-9px}.x-panel-header-default-framed-vertical{padding:9px 9px 9px 9px}.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar{margin-right:-9px;margin-left:-9px}.x-panel-header-default-framed-vertical.x-header-noborder{padding:10px 10px 10px 9px}.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-right:-10px;margin-left:-9px}.x-rtl.x-panel-header-default-framed-vertical{padding:9px 9px 9px 9px}.x-rtl.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar{margin-left:-9px;margin-right:-9px}.x-rtl.x-panel-header-default-framed-vertical.x-header-noborder{padding:10px 9px 10px 10px}.x-rtl.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-left:-10px;margin-right:-9px}.x-panel-header-title-default-framed{color:#157fcc;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-panel-header-title-default-framed > .x-title-text-default-framed{text-transform:none;padding:0}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed{color:#85bae1}.x-panel-body-default-framed{background:#fff;border-color:#cfcfcf;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-default-framed{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-panel-default-framed-mc{background-color:#fff}.x-nbr .x-panel-default-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-default-framed-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-panel-default-framed-tl{background-position:0 -8px}.x-panel-default-framed-tr{background-position:right -12px}.x-panel-default-framed-bl{background-position:0 -16px}.x-panel-default-framed-br{background-position:right -20px}.x-panel-default-framed-ml{background-position:0 top}.x-panel-default-framed-mr{background-position:right top}.x-panel-default-framed-tc{background-position:0 0}.x-panel-default-framed-bc{background-position:0 -4px}.x-panel-default-framed-tr,.x-panel-default-framed-br,.x-panel-default-framed-mr{padding-right:4px}.x-panel-default-framed-tl,.x-panel-default-framed-bl,.x-panel-default-framed-ml{padding-left:4px}.x-panel-default-framed-tc{height:4px}.x-panel-default-framed-bc{height:4px}.x-panel-default-framed-tl,.x-panel-default-framed-bl,.x-panel-default-framed-tr,.x-panel-default-framed-br,.x-panel-default-framed-tc,.x-panel-default-framed-bc,.x-panel-default-framed-ml,.x-panel-default-framed-mr{background-image:url(images/panel/panel-default-framed-corners.gif)}.x-panel-default-framed-ml,.x-panel-default-framed-mr{background-image:url(images/panel/panel-default-framed-sides.gif);background-repeat:repeat-y}.x-panel-default-framed-mc{padding:0 0 0 0}.x-cmd-slicer.x-panel-default-framed:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-default-framed-corners.gif), sides:url(images/panel/panel-default-framed-sides.gif)" !important}.x-panel-header-default-framed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 0 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-top-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-top-frameInfo{font-family:dh-4-4-0-4-1-1-0-1-9-9-9-9}.x-panel-header-default-framed-top-tl{background-position:0 -8px}.x-panel-header-default-framed-top-tr{background-position:right -12px}.x-panel-header-default-framed-top-bl{background-position:0 -16px}.x-panel-header-default-framed-top-br{background-position:right -20px}.x-panel-header-default-framed-top-ml{background-position:0 top}.x-panel-header-default-framed-top-mr{background-position:right top}.x-panel-header-default-framed-top-tc{background-position:0 0}.x-panel-header-default-framed-top-bc{background-position:0 -4px}.x-panel-header-default-framed-top-tr,.x-panel-header-default-framed-top-br,.x-panel-header-default-framed-top-mr{padding-right:4px}.x-panel-header-default-framed-top-tl,.x-panel-header-default-framed-top-bl,.x-panel-header-default-framed-top-ml{padding-left:4px}.x-panel-header-default-framed-top-tc{height:4px}.x-panel-header-default-framed-top-bc{height:0}.x-panel-header-default-framed-top-tl,.x-panel-header-default-framed-top-bl,.x-panel-header-default-framed-top-tr,.x-panel-header-default-framed-top-br,.x-panel-header-default-framed-top-tc,.x-panel-header-default-framed-top-bc,.x-panel-header-default-framed-top-ml,.x-panel-header-default-framed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-top-corners.gif)}.x-panel-header-default-framed-top-ml,.x-panel-header-default-framed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-top-mc{padding:6px 6px 9px 6px}.x-cmd-slicer.x-panel-header-default-framed-top:before{display:none;content:"x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-default-framed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-top-sides.gif)" !important}.x-panel-header-default-framed-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 1px 0;border-style:solid;background-color:#f5f5f5}.x-rtl.x-panel-header-default-framed-right{background-image:none;background-color:#f5f5f5}.x-panel-header-default-framed-right-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-right-frameInfo{font-family:dh-4-4-4-0-1-1-1-0-9-9-9-9}.x-panel-header-default-framed-right-tl{background-position:0 -8px}.x-panel-header-default-framed-right-tr{background-position:right -12px}.x-panel-header-default-framed-right-bl{background-position:0 -16px}.x-panel-header-default-framed-right-br{background-position:right -20px}.x-panel-header-default-framed-right-ml{background-position:right 0}.x-panel-header-default-framed-right-mr{background-position:right 0}.x-panel-header-default-framed-right-tc{background-position:0 0}.x-panel-header-default-framed-right-bc{background-position:0 -4px}.x-panel-header-default-framed-right-tr,.x-panel-header-default-framed-right-br,.x-panel-header-default-framed-right-mr{padding-right:4px}.x-panel-header-default-framed-right-tl,.x-panel-header-default-framed-right-bl,.x-panel-header-default-framed-right-ml{padding-left:0}.x-panel-header-default-framed-right-tc{height:4px}.x-panel-header-default-framed-right-bc{height:4px}.x-panel-header-default-framed-right-tl,.x-panel-header-default-framed-right-bl,.x-panel-header-default-framed-right-tr,.x-panel-header-default-framed-right-br,.x-panel-header-default-framed-right-tc,.x-panel-header-default-framed-right-bc,.x-panel-header-default-framed-right-ml,.x-panel-header-default-framed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-right-corners.gif)}.x-rtl.x-panel-header-default-framed-right-tl,.x-rtl.x-panel-header-default-framed-right-ml,.x-rtl.x-panel-header-default-framed-right-bl,.x-rtl.x-panel-header-default-framed-right-tr,.x-rtl.x-panel-header-default-framed-right-mr,.x-rtl.x-panel-header-default-framed-right-br{background-image:url(images/panel-header/panel-header-default-framed-right-corners-rtl.gif)}.x-panel-header-default-framed-right-ml,.x-panel-header-default-framed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-right-mc{padding:6px 6px 6px 9px}.x-cmd-slicer.x-panel-header-default-framed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-default-framed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-right-sides.gif)" !important}.x-panel-header-default-framed-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:0 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-bottom-frameInfo{font-family:dh-0-4-4-4-0-1-1-1-9-9-9-9}.x-panel-header-default-framed-bottom-tl{background-position:0 -8px}.x-panel-header-default-framed-bottom-tr{background-position:right -12px}.x-panel-header-default-framed-bottom-bl{background-position:0 -16px}.x-panel-header-default-framed-bottom-br{background-position:right -20px}.x-panel-header-default-framed-bottom-ml{background-position:0 bottom}.x-panel-header-default-framed-bottom-mr{background-position:right bottom}.x-panel-header-default-framed-bottom-tc{background-position:0 0}.x-panel-header-default-framed-bottom-bc{background-position:0 -4px}.x-panel-header-default-framed-bottom-tr,.x-panel-header-default-framed-bottom-br,.x-panel-header-default-framed-bottom-mr{padding-right:4px}.x-panel-header-default-framed-bottom-tl,.x-panel-header-default-framed-bottom-bl,.x-panel-header-default-framed-bottom-ml{padding-left:4px}.x-panel-header-default-framed-bottom-tc{height:0}.x-panel-header-default-framed-bottom-bc{height:4px}.x-panel-header-default-framed-bottom-tl,.x-panel-header-default-framed-bottom-bl,.x-panel-header-default-framed-bottom-tr,.x-panel-header-default-framed-bottom-br,.x-panel-header-default-framed-bottom-tc,.x-panel-header-default-framed-bottom-bc,.x-panel-header-default-framed-bottom-ml,.x-panel-header-default-framed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-bottom-corners.gif)}.x-panel-header-default-framed-bottom-ml,.x-panel-header-default-framed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-bottom-mc{padding:9px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-bottom:before{display:none;content:"x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-bottom-sides.gif)" !important}.x-panel-header-default-framed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px 0 1px 1px;border-style:solid;background-color:#f5f5f5}.x-rtl.x-panel-header-default-framed-left{background-image:none;background-color:#f5f5f5}.x-panel-header-default-framed-left-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-left-frameInfo{font-family:dh-4-0-4-4-1-0-1-1-9-9-9-9}.x-panel-header-default-framed-left-tl{background-position:0 -8px}.x-panel-header-default-framed-left-tr{background-position:right -12px}.x-panel-header-default-framed-left-bl{background-position:0 -16px}.x-panel-header-default-framed-left-br{background-position:right -20px}.x-panel-header-default-framed-left-ml{background-position:left 0}.x-panel-header-default-framed-left-mr{background-position:left 0}.x-panel-header-default-framed-left-tc{background-position:0 0}.x-panel-header-default-framed-left-bc{background-position:0 -4px}.x-panel-header-default-framed-left-tr,.x-panel-header-default-framed-left-br,.x-panel-header-default-framed-left-mr{padding-right:0}.x-panel-header-default-framed-left-tl,.x-panel-header-default-framed-left-bl,.x-panel-header-default-framed-left-ml{padding-left:4px}.x-panel-header-default-framed-left-tc{height:4px}.x-panel-header-default-framed-left-bc{height:4px}.x-panel-header-default-framed-left-tl,.x-panel-header-default-framed-left-bl,.x-panel-header-default-framed-left-tr,.x-panel-header-default-framed-left-br,.x-panel-header-default-framed-left-tc,.x-panel-header-default-framed-left-bc,.x-panel-header-default-framed-left-ml,.x-panel-header-default-framed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-left-corners.gif)}.x-rtl.x-panel-header-default-framed-left-tl,.x-rtl.x-panel-header-default-framed-left-ml,.x-rtl.x-panel-header-default-framed-left-bl,.x-rtl.x-panel-header-default-framed-left-tr,.x-rtl.x-panel-header-default-framed-left-mr,.x-rtl.x-panel-header-default-framed-left-br{background-image:url(images/panel-header/panel-header-default-framed-left-corners-rtl.gif)}.x-panel-header-default-framed-left-ml,.x-panel-header-default-framed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-left-mc{padding:6px 9px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-left:before{display:none;content:"x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-default-framed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-left-sides.gif)" !important}.x-panel-header-default-framed-collapsed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-top-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-default-framed-collapsed-top-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-top-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-top-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-top-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-top-ml{background-position:0 top}.x-panel-header-default-framed-collapsed-top-mr{background-position:right top}.x-panel-header-default-framed-collapsed-top-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-top-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-top-tr,.x-panel-header-default-framed-collapsed-top-br,.x-panel-header-default-framed-collapsed-top-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-top-tl,.x-panel-header-default-framed-collapsed-top-bl,.x-panel-header-default-framed-collapsed-top-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-top-tc{height:4px}.x-panel-header-default-framed-collapsed-top-bc{height:4px}.x-panel-header-default-framed-collapsed-top-tl,.x-panel-header-default-framed-collapsed-top-bl,.x-panel-header-default-framed-collapsed-top-tr,.x-panel-header-default-framed-collapsed-top-br,.x-panel-header-default-framed-collapsed-top-tc,.x-panel-header-default-framed-collapsed-top-bc,.x-panel-header-default-framed-collapsed-top-ml,.x-panel-header-default-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif)}.x-panel-header-default-framed-collapsed-top-ml,.x-panel-header-default-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-top-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif)" !important}.x-panel-header-default-framed-collapsed-right{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-rtl.x-panel-header-default-framed-collapsed-right{background-image:none;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-right-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-default-framed-collapsed-right-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-right-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-right-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-right-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-right-ml{background-position:right 0}.x-panel-header-default-framed-collapsed-right-mr{background-position:right 0}.x-panel-header-default-framed-collapsed-right-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-right-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-right-tr,.x-panel-header-default-framed-collapsed-right-br,.x-panel-header-default-framed-collapsed-right-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-right-tl,.x-panel-header-default-framed-collapsed-right-bl,.x-panel-header-default-framed-collapsed-right-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-right-tc{height:4px}.x-panel-header-default-framed-collapsed-right-bc{height:4px}.x-panel-header-default-framed-collapsed-right-tl,.x-panel-header-default-framed-collapsed-right-bl,.x-panel-header-default-framed-collapsed-right-tr,.x-panel-header-default-framed-collapsed-right-br,.x-panel-header-default-framed-collapsed-right-tc,.x-panel-header-default-framed-collapsed-right-bc,.x-panel-header-default-framed-collapsed-right-ml,.x-panel-header-default-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif)}.x-rtl.x-panel-header-default-framed-collapsed-right-tl,.x-rtl.x-panel-header-default-framed-collapsed-right-ml,.x-rtl.x-panel-header-default-framed-collapsed-right-bl,.x-rtl.x-panel-header-default-framed-collapsed-right-tr,.x-rtl.x-panel-header-default-framed-collapsed-right-mr,.x-rtl.x-panel-header-default-framed-collapsed-right-br{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif)}.x-panel-header-default-framed-collapsed-right-ml,.x-panel-header-default-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-right-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-collapsed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif)" !important}.x-panel-header-default-framed-collapsed-bottom{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-default-framed-collapsed-bottom-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-bottom-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-bottom-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-bottom-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-bottom-ml{background-position:0 bottom}.x-panel-header-default-framed-collapsed-bottom-mr{background-position:right bottom}.x-panel-header-default-framed-collapsed-bottom-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-bottom-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-bottom-tr,.x-panel-header-default-framed-collapsed-bottom-br,.x-panel-header-default-framed-collapsed-bottom-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-bottom-tl,.x-panel-header-default-framed-collapsed-bottom-bl,.x-panel-header-default-framed-collapsed-bottom-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-bottom-tc{height:4px}.x-panel-header-default-framed-collapsed-bottom-bc{height:4px}.x-panel-header-default-framed-collapsed-bottom-tl,.x-panel-header-default-framed-collapsed-bottom-bl,.x-panel-header-default-framed-collapsed-bottom-tr,.x-panel-header-default-framed-collapsed-bottom-br,.x-panel-header-default-framed-collapsed-bottom-tc,.x-panel-header-default-framed-collapsed-bottom-bc,.x-panel-header-default-framed-collapsed-bottom-ml,.x-panel-header-default-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif)}.x-panel-header-default-framed-collapsed-bottom-ml,.x-panel-header-default-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-bottom-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif)" !important}.x-panel-header-default-framed-collapsed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-rtl.x-panel-header-default-framed-collapsed-left{background-image:none;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-left-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-default-framed-collapsed-left-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-left-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-left-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-left-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-left-ml{background-position:left 0}.x-panel-header-default-framed-collapsed-left-mr{background-position:left 0}.x-panel-header-default-framed-collapsed-left-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-left-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-left-tr,.x-panel-header-default-framed-collapsed-left-br,.x-panel-header-default-framed-collapsed-left-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-left-tl,.x-panel-header-default-framed-collapsed-left-bl,.x-panel-header-default-framed-collapsed-left-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-left-tc{height:4px}.x-panel-header-default-framed-collapsed-left-bc{height:4px}.x-panel-header-default-framed-collapsed-left-tl,.x-panel-header-default-framed-collapsed-left-bl,.x-panel-header-default-framed-collapsed-left-tr,.x-panel-header-default-framed-collapsed-left-br,.x-panel-header-default-framed-collapsed-left-tc,.x-panel-header-default-framed-collapsed-left-bc,.x-panel-header-default-framed-collapsed-left-ml,.x-panel-header-default-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif)}.x-rtl.x-panel-header-default-framed-collapsed-left-tl,.x-rtl.x-panel-header-default-framed-collapsed-left-ml,.x-rtl.x-panel-header-default-framed-collapsed-left-bl,.x-rtl.x-panel-header-default-framed-collapsed-left-tr,.x-rtl.x-panel-header-default-framed-collapsed-left-mr,.x-rtl.x-panel-header-default-framed-collapsed-left-br{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif)}.x-panel-header-default-framed-collapsed-left-ml,.x-panel-header-default-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-left-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-default-framed-collapsed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif)" !important}.x-panel .x-panel-header-default-framed-top{border-bottom-width:1px !important}.x-panel .x-panel-header-default-framed-right{border-left-width:1px !important}.x-panel .x-panel-header-default-framed-bottom{border-top-width:1px !important}.x-panel .x-panel-header-default-framed-left{border-right-width:1px !important}.x-nbr .x-panel-header-default-framed-collapsed-top{border-bottom-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-right{border-left-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-bottom{border-top-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-left{border-right-width:0 !important}.x-panel-header-default-framed-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-default-framed-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-panel-header-default-framed-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-default-framed-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-panel-header-default-framed-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-framed-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-framed-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default-framed-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default-framed .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-default-framed .x-tool-focus{outline:none}.x-ie8 .x-panel-header-default-framed .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-rtl.x-panel-header-default-framed-collapsed-border-right{border-right-width:1px !important}.x-rtl.x-panel-header-default-framed-collapsed-border-left{border-left-width:1px !important}.x-panel-default-framed-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-default-framed-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-framed-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-panel-default-framed-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-framed-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-btn-group-default{border-color:#fff;-webkit-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;-moz-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset}.x-btn-group-header-default{padding:4px 5px;line-height:16px;background:#fff;-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px}.x-btn-group-header-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-btn-group-header-title-default{font:300 13px helvetica, arial, verdana, sans-serif;line-height:16px;color:#000}.x-btn-group-body-default{padding:0 1px}.x-btn-group-body-default .x-table-layout{border-spacing:5px}.x-btn-group-default-framed{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:0px 1px 0px 1px;border-width:3px;border-style:solid;background-color:#fff}.x-btn-group-default-framed-mc{background-color:#fff}.x-nbr .x-btn-group-default-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-group-default-framed-frameInfo{font-family:dh-3-3-3-3-3-3-3-3-0-1-0-1}.x-btn-group-default-framed-tl{background-position:0 -6px}.x-btn-group-default-framed-tr{background-position:right -9px}.x-btn-group-default-framed-bl{background-position:0 -12px}.x-btn-group-default-framed-br{background-position:right -15px}.x-btn-group-default-framed-ml{background-position:0 top}.x-btn-group-default-framed-mr{background-position:right top}.x-btn-group-default-framed-tc{background-position:0 0}.x-btn-group-default-framed-bc{background-position:0 -3px}.x-btn-group-default-framed-tr,.x-btn-group-default-framed-br,.x-btn-group-default-framed-mr{padding-right:3px}.x-btn-group-default-framed-tl,.x-btn-group-default-framed-bl,.x-btn-group-default-framed-ml{padding-left:3px}.x-btn-group-default-framed-tc{height:3px}.x-btn-group-default-framed-bc{height:3px}.x-btn-group-default-framed-tl,.x-btn-group-default-framed-bl,.x-btn-group-default-framed-tr,.x-btn-group-default-framed-br,.x-btn-group-default-framed-tc,.x-btn-group-default-framed-bc,.x-btn-group-default-framed-ml,.x-btn-group-default-framed-mr{background-image:url(images/btn-group/btn-group-default-framed-corners.gif)}.x-btn-group-default-framed-ml,.x-btn-group-default-framed-mr{background-image:url(images/btn-group/btn-group-default-framed-sides.gif);background-repeat:repeat-y}.x-btn-group-default-framed-mc{padding:0px 1px 0px 1px}.x-cmd-slicer.x-btn-group-default-framed:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-corners.gif), sides:url(images/btn-group/btn-group-default-framed-sides.gif)" !important}.x-btn-group-default-framed-notitle{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:0px 1px 0px 1px;border-width:3px;border-style:solid;background-color:#fff}.x-btn-group-default-framed-notitle-mc{background-color:#fff}.x-nbr .x-btn-group-default-framed-notitle{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-group-default-framed-notitle-frameInfo{font-family:dh-3-3-3-3-3-3-3-3-0-1-0-1}.x-btn-group-default-framed-notitle-tl{background-position:0 -6px}.x-btn-group-default-framed-notitle-tr{background-position:right -9px}.x-btn-group-default-framed-notitle-bl{background-position:0 -12px}.x-btn-group-default-framed-notitle-br{background-position:right -15px}.x-btn-group-default-framed-notitle-ml{background-position:0 top}.x-btn-group-default-framed-notitle-mr{background-position:right top}.x-btn-group-default-framed-notitle-tc{background-position:0 0}.x-btn-group-default-framed-notitle-bc{background-position:0 -3px}.x-btn-group-default-framed-notitle-tr,.x-btn-group-default-framed-notitle-br,.x-btn-group-default-framed-notitle-mr{padding-right:3px}.x-btn-group-default-framed-notitle-tl,.x-btn-group-default-framed-notitle-bl,.x-btn-group-default-framed-notitle-ml{padding-left:3px}.x-btn-group-default-framed-notitle-tc{height:3px}.x-btn-group-default-framed-notitle-bc{height:3px}.x-btn-group-default-framed-notitle-tl,.x-btn-group-default-framed-notitle-bl,.x-btn-group-default-framed-notitle-tr,.x-btn-group-default-framed-notitle-br,.x-btn-group-default-framed-notitle-tc,.x-btn-group-default-framed-notitle-bc,.x-btn-group-default-framed-notitle-ml,.x-btn-group-default-framed-notitle-mr{background-image:url(images/btn-group/btn-group-default-framed-notitle-corners.gif)}.x-btn-group-default-framed-notitle-ml,.x-btn-group-default-framed-notitle-mr{background-image:url(images/btn-group/btn-group-default-framed-notitle-sides.gif);background-repeat:repeat-y}.x-btn-group-default-framed-notitle-mc{padding:0px 1px 0px 1px}.x-cmd-slicer.x-btn-group-default-framed-notitle:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-notitle-corners.gif), sides:url(images/btn-group/btn-group-default-framed-notitle-sides.gif)" !important}.x-btn-group-default-framed{border-color:#fff;-webkit-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;-moz-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset}.x-btn-group-header-default-framed{padding:4px 5px;line-height:16px;background:#fff;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-btn-group-header-default-framed .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-btn-group-header-title-default-framed{font:300 13px helvetica, arial, verdana, sans-serif;line-height:16px;color:#000}.x-btn-group-body-default-framed{padding:0 1px}.x-btn-group-body-default-framed .x-table-layout{border-spacing:5px}.x-dashboard-column{padding:0 0 7px 0}.x-dashboard-panel{margin-top:7px}.x-dashboard-column-first{padding-left:7px;clear:left}.x-dashboard-column-last{padding-right:7px}.x-dashboard .x-panel-dd-spacer{border:2px dashed #99bbe8;background:#f6f6f6;border-radius:4px;-moz-border-radius:4px;margin-top:7px}.x-dashboard-dd-over{overflow:hidden !important}.x-window-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-window-default{border-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.x-window-default{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-window-default-mc{background-color:#fff}.x-nbr .x-window-default{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-default-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-window-default-tl{background-position:0 -8px}.x-window-default-tr{background-position:right -12px}.x-window-default-bl{background-position:0 -16px}.x-window-default-br{background-position:right -20px}.x-window-default-ml{background-position:0 top}.x-window-default-mr{background-position:right top}.x-window-default-tc{background-position:0 0}.x-window-default-bc{background-position:0 -4px}.x-window-default-tr,.x-window-default-br,.x-window-default-mr{padding-right:4px}.x-window-default-tl,.x-window-default-bl,.x-window-default-ml{padding-left:4px}.x-window-default-tc{height:4px}.x-window-default-bc{height:4px}.x-window-default-tl,.x-window-default-bl,.x-window-default-tr,.x-window-default-br,.x-window-default-tc,.x-window-default-bc,.x-window-default-ml,.x-window-default-mr{background-image:url(images/window/window-default-corners.gif)}.x-window-default-ml,.x-window-default-mr{background-image:url(images/window/window-default-sides.gif);background-repeat:repeat-y}.x-window-default-mc{padding:0 0 0 0}.x-cmd-slicer.x-window-default:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window/window-default-corners.gif), sides:url(images/window/window-default-sides.gif)" !important}.x-window-body-default{border-color:#f5f5f5;border-width:1px;border-style:solid;background:#fff;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif}.x-window-header-default{font-size:15px;border-color:#f5f5f5;background-color:#f5f5f5}.x-window-header-default .x-tool-img{background-color:#f5f5f5}.x-window-header-default-horizontal .x-window-header-default-tab-bar{margin-top:-9px;margin-bottom:-9px}.x-window-header-default-vertical .x-window-header-default-tab-bar{margin-right:-9px;margin-left:-9px}.x-rtl.x-window-header-default-vertical .x-window-header-default-tab-bar{margin-left:-9px;margin-right:-9px}.x-window-header-title-default{color:#157fcc;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-window-header-title-default > .x-title-text-default{padding:0;text-transform:none}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-top{height:22px;padding-bottom:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right{width:22px;padding-left:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom{height:22px;padding-top:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left{width:22px;padding-right:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{color:#85bae1}.x-window-header-default-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-top-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-top-tl{background-position:0 -8px}.x-window-header-default-top-tr{background-position:right -12px}.x-window-header-default-top-bl{background-position:0 -16px}.x-window-header-default-top-br{background-position:right -20px}.x-window-header-default-top-ml{background-position:0 top}.x-window-header-default-top-mr{background-position:right top}.x-window-header-default-top-tc{background-position:0 0}.x-window-header-default-top-bc{background-position:0 -4px}.x-window-header-default-top-tr,.x-window-header-default-top-br,.x-window-header-default-top-mr{padding-right:4px}.x-window-header-default-top-tl,.x-window-header-default-top-bl,.x-window-header-default-top-ml{padding-left:4px}.x-window-header-default-top-tc{height:4px}.x-window-header-default-top-bc{height:4px}.x-window-header-default-top-tl,.x-window-header-default-top-bl,.x-window-header-default-top-tr,.x-window-header-default-top-br,.x-window-header-default-top-tc,.x-window-header-default-top-bc,.x-window-header-default-top-ml,.x-window-header-default-top-mr{background-image:url(images/window-header/window-header-default-top-corners.gif)}.x-window-header-default-top-ml,.x-window-header-default-top-mr{background-image:url(images/window-header/window-header-default-top-sides.gif);background-repeat:repeat-y}.x-window-header-default-top-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-top-corners.gif), sides:url(images/window-header/window-header-default-top-sides.gif)" !important}.x-window-header-default-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-right-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-right-tl{background-position:0 -8px}.x-window-header-default-right-tr{background-position:right -12px}.x-window-header-default-right-bl{background-position:0 -16px}.x-window-header-default-right-br{background-position:right -20px}.x-window-header-default-right-ml{background-position:0 top}.x-window-header-default-right-mr{background-position:right top}.x-window-header-default-right-tc{background-position:0 0}.x-window-header-default-right-bc{background-position:0 -4px}.x-window-header-default-right-tr,.x-window-header-default-right-br,.x-window-header-default-right-mr{padding-right:4px}.x-window-header-default-right-tl,.x-window-header-default-right-bl,.x-window-header-default-right-ml{padding-left:4px}.x-window-header-default-right-tc{height:4px}.x-window-header-default-right-bc{height:4px}.x-window-header-default-right-tl,.x-window-header-default-right-bl,.x-window-header-default-right-tr,.x-window-header-default-right-br,.x-window-header-default-right-tc,.x-window-header-default-right-bc,.x-window-header-default-right-ml,.x-window-header-default-right-mr{background-image:url(images/window-header/window-header-default-right-corners.gif)}.x-rtl.x-window-header-default-right-tl,.x-rtl.x-window-header-default-right-ml,.x-rtl.x-window-header-default-right-bl,.x-rtl.x-window-header-default-right-tr,.x-rtl.x-window-header-default-right-mr,.x-rtl.x-window-header-default-right-br{background-image:url(images/window-header/window-header-default-right-corners-rtl.gif)}.x-window-header-default-right-ml,.x-window-header-default-right-mr{background-image:url(images/window-header/window-header-default-right-sides.gif);background-repeat:repeat-y}.x-window-header-default-right-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-right-corners.gif), corners-rtl:url(images/window-header/window-header-default-right-corners-rtl.gif), sides:url(images/window-header/window-header-default-right-sides.gif)" !important}.x-window-header-default-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-bottom-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-bottom-tl{background-position:0 -8px}.x-window-header-default-bottom-tr{background-position:right -12px}.x-window-header-default-bottom-bl{background-position:0 -16px}.x-window-header-default-bottom-br{background-position:right -20px}.x-window-header-default-bottom-ml{background-position:0 top}.x-window-header-default-bottom-mr{background-position:right top}.x-window-header-default-bottom-tc{background-position:0 0}.x-window-header-default-bottom-bc{background-position:0 -4px}.x-window-header-default-bottom-tr,.x-window-header-default-bottom-br,.x-window-header-default-bottom-mr{padding-right:4px}.x-window-header-default-bottom-tl,.x-window-header-default-bottom-bl,.x-window-header-default-bottom-ml{padding-left:4px}.x-window-header-default-bottom-tc{height:4px}.x-window-header-default-bottom-bc{height:4px}.x-window-header-default-bottom-tl,.x-window-header-default-bottom-bl,.x-window-header-default-bottom-tr,.x-window-header-default-bottom-br,.x-window-header-default-bottom-tc,.x-window-header-default-bottom-bc,.x-window-header-default-bottom-ml,.x-window-header-default-bottom-mr{background-image:url(images/window-header/window-header-default-bottom-corners.gif)}.x-window-header-default-bottom-ml,.x-window-header-default-bottom-mr{background-image:url(images/window-header/window-header-default-bottom-sides.gif);background-repeat:repeat-y}.x-window-header-default-bottom-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-bottom-corners.gif), sides:url(images/window-header/window-header-default-bottom-sides.gif)" !important}.x-window-header-default-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-left-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-left-tl{background-position:0 -8px}.x-window-header-default-left-tr{background-position:right -12px}.x-window-header-default-left-bl{background-position:0 -16px}.x-window-header-default-left-br{background-position:right -20px}.x-window-header-default-left-ml{background-position:0 top}.x-window-header-default-left-mr{background-position:right top}.x-window-header-default-left-tc{background-position:0 0}.x-window-header-default-left-bc{background-position:0 -4px}.x-window-header-default-left-tr,.x-window-header-default-left-br,.x-window-header-default-left-mr{padding-right:4px}.x-window-header-default-left-tl,.x-window-header-default-left-bl,.x-window-header-default-left-ml{padding-left:4px}.x-window-header-default-left-tc{height:4px}.x-window-header-default-left-bc{height:4px}.x-window-header-default-left-tl,.x-window-header-default-left-bl,.x-window-header-default-left-tr,.x-window-header-default-left-br,.x-window-header-default-left-tc,.x-window-header-default-left-bc,.x-window-header-default-left-ml,.x-window-header-default-left-mr{background-image:url(images/window-header/window-header-default-left-corners.gif)}.x-rtl.x-window-header-default-left-tl,.x-rtl.x-window-header-default-left-ml,.x-rtl.x-window-header-default-left-bl,.x-rtl.x-window-header-default-left-tr,.x-rtl.x-window-header-default-left-mr,.x-rtl.x-window-header-default-left-br{background-image:url(images/window-header/window-header-default-left-corners-rtl.gif)}.x-window-header-default-left-ml,.x-window-header-default-left-mr{background-image:url(images/window-header/window-header-default-left-sides.gif);background-repeat:repeat-y}.x-window-header-default-left-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-left-corners.gif), corners-rtl:url(images/window-header/window-header-default-left-corners-rtl.gif), sides:url(images/window-header/window-header-default-left-sides.gif)" !important}.x-window-header-default-collapsed-top{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-top-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-collapsed-top-tl{background-position:0 -8px}.x-window-header-default-collapsed-top-tr{background-position:right -12px}.x-window-header-default-collapsed-top-bl{background-position:0 -16px}.x-window-header-default-collapsed-top-br{background-position:right -20px}.x-window-header-default-collapsed-top-ml{background-position:0 top}.x-window-header-default-collapsed-top-mr{background-position:right top}.x-window-header-default-collapsed-top-tc{background-position:0 0}.x-window-header-default-collapsed-top-bc{background-position:0 -4px}.x-window-header-default-collapsed-top-tr,.x-window-header-default-collapsed-top-br,.x-window-header-default-collapsed-top-mr{padding-right:4px}.x-window-header-default-collapsed-top-tl,.x-window-header-default-collapsed-top-bl,.x-window-header-default-collapsed-top-ml{padding-left:4px}.x-window-header-default-collapsed-top-tc{height:4px}.x-window-header-default-collapsed-top-bc{height:4px}.x-window-header-default-collapsed-top-tl,.x-window-header-default-collapsed-top-bl,.x-window-header-default-collapsed-top-tr,.x-window-header-default-collapsed-top-br,.x-window-header-default-collapsed-top-tc,.x-window-header-default-collapsed-top-bc,.x-window-header-default-collapsed-top-ml,.x-window-header-default-collapsed-top-mr{background-image:url(images/window-header/window-header-default-collapsed-top-corners.gif)}.x-window-header-default-collapsed-top-ml,.x-window-header-default-collapsed-top-mr{background-image:url(images/window-header/window-header-default-collapsed-top-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-top-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-top-corners.gif), sides:url(images/window-header/window-header-default-collapsed-top-sides.gif)" !important}.x-window-header-default-collapsed-right{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-right-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-collapsed-right-tl{background-position:0 -8px}.x-window-header-default-collapsed-right-tr{background-position:right -12px}.x-window-header-default-collapsed-right-bl{background-position:0 -16px}.x-window-header-default-collapsed-right-br{background-position:right -20px}.x-window-header-default-collapsed-right-ml{background-position:0 top}.x-window-header-default-collapsed-right-mr{background-position:right top}.x-window-header-default-collapsed-right-tc{background-position:0 0}.x-window-header-default-collapsed-right-bc{background-position:0 -4px}.x-window-header-default-collapsed-right-tr,.x-window-header-default-collapsed-right-br,.x-window-header-default-collapsed-right-mr{padding-right:4px}.x-window-header-default-collapsed-right-tl,.x-window-header-default-collapsed-right-bl,.x-window-header-default-collapsed-right-ml{padding-left:4px}.x-window-header-default-collapsed-right-tc{height:4px}.x-window-header-default-collapsed-right-bc{height:4px}.x-window-header-default-collapsed-right-tl,.x-window-header-default-collapsed-right-bl,.x-window-header-default-collapsed-right-tr,.x-window-header-default-collapsed-right-br,.x-window-header-default-collapsed-right-tc,.x-window-header-default-collapsed-right-bc,.x-window-header-default-collapsed-right-ml,.x-window-header-default-collapsed-right-mr{background-image:url(images/window-header/window-header-default-collapsed-right-corners.gif)}.x-rtl.x-window-header-default-collapsed-right-tl,.x-rtl.x-window-header-default-collapsed-right-ml,.x-rtl.x-window-header-default-collapsed-right-bl,.x-rtl.x-window-header-default-collapsed-right-tr,.x-rtl.x-window-header-default-collapsed-right-mr,.x-rtl.x-window-header-default-collapsed-right-br{background-image:url(images/window-header/window-header-default-collapsed-right-corners-rtl.gif)}.x-window-header-default-collapsed-right-ml,.x-window-header-default-collapsed-right-mr{background-image:url(images/window-header/window-header-default-collapsed-right-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-right-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-right-corners.gif), corners-rtl:url(images/window-header/window-header-default-collapsed-right-corners-rtl.gif), sides:url(images/window-header/window-header-default-collapsed-right-sides.gif)" !important}.x-window-header-default-collapsed-bottom{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-collapsed-bottom-tl{background-position:0 -8px}.x-window-header-default-collapsed-bottom-tr{background-position:right -12px}.x-window-header-default-collapsed-bottom-bl{background-position:0 -16px}.x-window-header-default-collapsed-bottom-br{background-position:right -20px}.x-window-header-default-collapsed-bottom-ml{background-position:0 top}.x-window-header-default-collapsed-bottom-mr{background-position:right top}.x-window-header-default-collapsed-bottom-tc{background-position:0 0}.x-window-header-default-collapsed-bottom-bc{background-position:0 -4px}.x-window-header-default-collapsed-bottom-tr,.x-window-header-default-collapsed-bottom-br,.x-window-header-default-collapsed-bottom-mr{padding-right:4px}.x-window-header-default-collapsed-bottom-tl,.x-window-header-default-collapsed-bottom-bl,.x-window-header-default-collapsed-bottom-ml{padding-left:4px}.x-window-header-default-collapsed-bottom-tc{height:4px}.x-window-header-default-collapsed-bottom-bc{height:4px}.x-window-header-default-collapsed-bottom-tl,.x-window-header-default-collapsed-bottom-bl,.x-window-header-default-collapsed-bottom-tr,.x-window-header-default-collapsed-bottom-br,.x-window-header-default-collapsed-bottom-tc,.x-window-header-default-collapsed-bottom-bc,.x-window-header-default-collapsed-bottom-ml,.x-window-header-default-collapsed-bottom-mr{background-image:url(images/window-header/window-header-default-collapsed-bottom-corners.gif)}.x-window-header-default-collapsed-bottom-ml,.x-window-header-default-collapsed-bottom-mr{background-image:url(images/window-header/window-header-default-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-bottom-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-bottom-corners.gif), sides:url(images/window-header/window-header-default-collapsed-bottom-sides.gif)" !important}.x-window-header-default-collapsed-left{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-left-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-collapsed-left-tl{background-position:0 -8px}.x-window-header-default-collapsed-left-tr{background-position:right -12px}.x-window-header-default-collapsed-left-bl{background-position:0 -16px}.x-window-header-default-collapsed-left-br{background-position:right -20px}.x-window-header-default-collapsed-left-ml{background-position:0 top}.x-window-header-default-collapsed-left-mr{background-position:right top}.x-window-header-default-collapsed-left-tc{background-position:0 0}.x-window-header-default-collapsed-left-bc{background-position:0 -4px}.x-window-header-default-collapsed-left-tr,.x-window-header-default-collapsed-left-br,.x-window-header-default-collapsed-left-mr{padding-right:4px}.x-window-header-default-collapsed-left-tl,.x-window-header-default-collapsed-left-bl,.x-window-header-default-collapsed-left-ml{padding-left:4px}.x-window-header-default-collapsed-left-tc{height:4px}.x-window-header-default-collapsed-left-bc{height:4px}.x-window-header-default-collapsed-left-tl,.x-window-header-default-collapsed-left-bl,.x-window-header-default-collapsed-left-tr,.x-window-header-default-collapsed-left-br,.x-window-header-default-collapsed-left-tc,.x-window-header-default-collapsed-left-bc,.x-window-header-default-collapsed-left-ml,.x-window-header-default-collapsed-left-mr{background-image:url(images/window-header/window-header-default-collapsed-left-corners.gif)}.x-rtl.x-window-header-default-collapsed-left-tl,.x-rtl.x-window-header-default-collapsed-left-ml,.x-rtl.x-window-header-default-collapsed-left-bl,.x-rtl.x-window-header-default-collapsed-left-tr,.x-rtl.x-window-header-default-collapsed-left-mr,.x-rtl.x-window-header-default-collapsed-left-br{background-image:url(images/window-header/window-header-default-collapsed-left-corners-rtl.gif)}.x-window-header-default-collapsed-left-ml,.x-window-header-default-collapsed-left-mr{background-image:url(images/window-header/window-header-default-collapsed-left-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-left-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-left-corners.gif), corners-rtl:url(images/window-header/window-header-default-collapsed-left-corners-rtl.gif), sides:url(images/window-header/window-header-default-collapsed-left-sides.gif)" !important}.x-window-header-default .x-window-header-icon{width:16px;height:16px;color:#157fcc;font-size:16px;line-height:16px;background-position:center center}.x-window-header-default .x-window-header-glyph{color:#157fcc;font-size:16px;line-height:16px;opacity:0.5}.x-ie8 .x-window-header-default .x-window-header-glyph{color:#85bae1}.x-window-header-default-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-window-header-default-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-window-header-default-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-window-header-default-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-window-header-default-vertical .x-tool-after-title{margin:6px 0 0 0}.x-window-header-default-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-window-header-default-vertical .x-tool-before-title{margin:0 0 6px 0}.x-window-header-default-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-window-header-default .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-window-header-default .x-tool-focus{outline:none}.x-ie8 .x-window-header-default .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-window-header-default{border-width:1px !important}.x-nbr .x-window-default-collapsed .x-window-header{border-width:0 !important}.x-window-default-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-window-default-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-window-default-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-window-default-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-window-body-plain{background-color:transparent}.x-form-item-label-default{color:#666;font:300 13px/17px helvetica, arial, verdana, sans-serif;min-height:24px;padding-top:4px;padding-right:5px}.x-form-item-label-default.x-rtl{padding-left:5px;padding-right:0}.x-ie8 .x-form-item-label-default{min-height:20px}.x-form-item-label-default.x-form-item-label-top{height:1px}.x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner{padding-top:4px;padding-bottom:5px}.x-form-item-label-default.x-form-item-label-top-side-error:after{width:26px}.x-form-item-body-default{min-height:24px}.x-form-invalid-icon-default{width:16px;height:16px;margin:0 5px;background:url(images/form/exclamation.png) no-repeat}.x-form-invalid-under-default{padding:2px 2px 2px 20px;color:#cf4c35;font:300 13px/16px helvetica, arial, verdana, sans-serif;background:no-repeat 0 2px;background-image:url(images/form/exclamation.png)}.x-form-error-wrap-default.x-form-error-wrap-side{width:26px}.x-form-item-default.x-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-autocontainer-form-item,.x-anchor-form-item,.x-vbox-form-item,.x-table-form-item{margin-bottom:5px}.x-form-text-field-body-default{min-width:170px;max-width:170px}.x-form-trigger-wrap-default{border-width:1px;border-style:solid;border-color:#cfcfcf}.x-form-trigger-wrap-default.x-form-trigger-wrap-focus{border-color:#3892d4}.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid{border-color:#cf4c35}.x-form-text-default{color:#000;padding:3px 6px 2px;background-color:#fff;font:300 13px/17px helvetica, arial, verdana, sans-serif;min-height:22px}.x-ie8 .x-form-text-default{min-height:17px}.x-form-text-default.x-form-textarea{line-height:15px;min-height:60px}.x-ie8 .x-form-text-default.x-form-textarea{min-height:55px}.x-form-text-default.x-form-text-file{color:gray}.x-form-empty-field-default{color:gray}.x-form-text-default:-ms-input-placeholder{color:gray}.x-form-invalid-field-default{background-color:#fff}.x-form-trigger-default{width:22px;background:0 center #fff url(images/form/trigger.png) no-repeat}.x-form-trigger-default.x-rtl{background-image:url(images/form/trigger-rtl.png)}.x-form-trigger-default.x-form-trigger-over{background-position:-22px center}.x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus{background-position:-88px center}.x-form-trigger-default.x-form-trigger-focus{background-position:-66px center}.x-form-trigger.x-form-trigger-default.x-form-trigger-click{background-position:-44px center}.x-textfield-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-form-clear-trigger{background-image:url(images/form/clear-trigger.png)}.x-form-clear-trigger.x-rtl{background-image:url(images/form/clear-trigger-rtl.png)}.x-form-search-trigger{background-image:url(images/form/search-trigger.png)}.x-form-search-trigger.x-rtl{background-image:url(images/form/search-trigger-rtl.png)}.x-message-box .x-window-body{background-color:#fff;border-width:0}.x-message-box-info,.x-message-box-warning,.x-message-box-question,.x-message-box-error{background-position:left top;background-repeat:no-repeat}.x-rtl.x-message-box-info,.x-rtl.x-message-box-warning,.x-rtl.x-message-box-question,.x-rtl.x-message-box-error{background-position:right top}.x-message-box-icon{height:32px;width:32px;margin-right:10px}.x-message-box-info{background-image:url(images/shared/icon-info.png)}.x-message-box-warning{background-image:url(images/shared/icon-warning.png)}.x-message-box-question{background-image:url(images/shared/icon-question.png)}.x-message-box-error{background-image:url(images/shared/icon-error.png)}.x-form-cb-wrap-default{height:24px;min-width:15px}.x-form-cb-default{margin-top:5px}.x-form-checkbox-default,.x-form-radio-default{width:15px;height:15px}.x-form-radio-default{background:url(images/form/radio.png) no-repeat}.x-form-cb-checked .x-form-radio-default{background-position:0 -15px}.x-form-checkbox-default{background:url(images/form/checkbox.png) no-repeat}.x-form-cb-checked .x-form-checkbox-default{background-position:0 -15px}.x-form-checkbox-focus.x-form-radio-default{background-position:-15px 0}.x-form-cb-checked .x-form-checkbox-focus.x-form-radio-default{background-position:-15px -15px}.x-form-checkbox-focus.x-form-checkbox-default{background-position:-15px 0}.x-form-cb-checked .x-form-checkbox-focus.x-form-checkbox-default{background-position:-15px -15px}.x-form-cb-label-default{margin-top:4px;font:300 helvetica, arial, verdana, sans-serif/17px helvetica, arial, verdana, sans-serif}.x-form-cb-label-default.x-form-cb-label-before{padding-right:19px}.x-form-cb-label-default.x-form-cb-label-before.x-rtl{padding-right:0;padding-left:19px}.x-form-cb-label-default.x-form-cb-label-after{padding-left:19px}.x-form-cb-label-default.x-rtl{padding-left:0;padding-right:19px}.x-checkbox-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-form-item-body-default.x-form-checkboxgroup-body{padding:0 4px}.x-form-invalid .x-form-item-body-default.x-form-checkboxgroup-body{border-width:1px;border-style:solid;border-color:#cf4c35}.x-fieldset-default{border:1px solid #cfcfcf;padding:0 10px;margin:0 0 10px}.x-ie8 .x-fieldset-default{padding-top:0}.x-ie8 .x-fieldset-body-default{padding-top:0}.x-fieldset-header-default{padding:0 3px 1px;line-height:16px}.x-fieldset-header-default > .x-fieldset-header-text{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#000;padding:1px 0}.x-fieldset-header-checkbox-default{margin:2px 4px 0 0;line-height:16px}.x-fieldset-header-checkbox-default.x-rtl{margin:2px 0 0 4px}.x-fieldset-header-tool-default{margin:2px 4px 0 0;padding:0}.x-fieldset-header-tool-default.x-rtl{margin:2px 0 0 4px}.x-fieldset-header-tool-default > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8;height:15px;width:15px}.x-fieldset-header-tool-default.x-tool-over > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.x-fieldset-header-tool-default.x-tool-pressed > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-fieldset-header-tool-default > .x-tool-toggle{background-image:url(images/fieldset/collapse-tool.png);background-position:0 0}.x-fieldset-header-tool-default.x-tool-over > .x-tool-toggle{background-position:0 -15px}.x-fieldset-header-tool-default.x-focus{outline:1px solid red}.x-fieldset-default.x-fieldset-collapsed{border-width:1px 1px 0 1px;border-left-color:transparent;border-right-color:transparent}.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle{background-position:-15px 0}.x-fieldset-default.x-fieldset-collapsed .x-tool-over > .x-tool-toggle{background-position:-15px -15px}.x-form-trigger-spinner-default{width:22px}.x-form-spinner-default{background-image:url(images/form/spinner.png);background-color:#fff;width:22px;height:11px}.x-form-spinner-default.x-rtl{background-image:url(images/form/spinner-rtl.png)}.x-form-spinner-up-default{background-position:0 0}.x-form-spinner-up-default.x-form-spinner-over{background-position:-22px 0}.x-form-spinner-up-default.x-form-spinner-over.x-form-spinner-focus{background-position:-88px 0}.x-form-spinner-up-default.x-form-spinner-focus{background-position:-66px 0}.x-form-spinner-up-default.x-form-spinner.x-form-spinner-click{background-position:-44px 0}.x-form-spinner-down-default{background-position:0 -11px}.x-form-spinner-down-default.x-form-spinner-over{background-position:-22px -11px}.x-form-spinner-down-default.x-form-spinner-over.x-form-spinner-focus{background-position:-88px -11px}.x-form-spinner-down-default.x-form-spinner-focus{background-position:-66px -11px}.x-form-spinner-down-default.x-form-spinner.x-form-spinner-click{background-position:-44px -11px}.x-tbar-page-number{width:30px}.x-btn-icon-el.x-tbar-page-first{background-image:url(images/grid/page-first.png)}.x-btn-icon-el.x-tbar-page-prev{background-image:url(images/grid/page-prev.png)}.x-btn-icon-el.x-tbar-page-next{background-image:url(images/grid/page-next.png)}.x-btn-icon-el.x-tbar-page-last{background-image:url(images/grid/page-last.png)}.x-btn-icon-el.x-tbar-loading{background-image:url(images/grid/refresh.png)}.x-rtl.x-tbar-page-first{background-image:url(images/grid/page-last.png)}.x-rtl.x-tbar-page-prev{background-image:url(images/grid/page-next.png)}.x-rtl.x-tbar-page-next{background-image:url(images/grid/page-prev.png)}.x-rtl.x-tbar-page-last{background-image:url(images/grid/page-first.png)}.x-boundlist{border-width:1px;border-style:solid;border-color:#e1e1e1;background:#fff}.x-boundlist-item{padding:0 6px;font:normal 13px helvetica, arial, verdana, sans-serif;line-height:22px;cursor:pointer;cursor:hand;position:relative;border-width:1px;border-style:dotted;border-color:#fff;color:#000}.x-boundlist-selected{background:#c2ddf2;border-color:#c2ddf2}.x-boundlist-item-over{background:#d6e9f6;border-color:#d6e9f6}.x-boundlist-floating{border-top-width:0}.x-boundlist-above{border-top-width:1px;border-bottom-width:1px}.x-datepicker{border-width:1px;border-style:solid;border-color:#e1e1e1;background-color:#fff;width:212px}.x-datepicker-header{padding:4px 6px;text-align:center;background-color:#f5f5f5}.x-datepicker-arrow{width:12px;height:12px;top:9px;cursor:pointer;-webkit-touch-callout:none;background-color:#f5f5f5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}div.x-datepicker-arrow:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-datepicker-next{right:6px;background:url(images/datepicker/arrow-right.png) no-repeat 0 0}.x-datepicker-prev{left:6px;background:url(images/datepicker/arrow-left.png) no-repeat 0 0}.x-datepicker-month{background:transparent}.x-datepicker-month .x-btn,.x-datepicker-month .x-btn .x-btn-tc,.x-datepicker-month .x-btn .x-btn-tl,.x-datepicker-month .x-btn .x-btn-tr,.x-datepicker-month .x-btn .x-btn-mc,.x-datepicker-month .x-btn .x-btn-ml,.x-datepicker-month .x-btn .x-btn-mr,.x-datepicker-month .x-btn .x-btn-bc,.x-datepicker-month .x-btn .x-btn-bl,.x-datepicker-month .x-btn .x-btn-br{background:transparent;border-width:0 !important}.x-datepicker-month .x-btn-inner{color:#3892d4}.x-datepicker-month .x-btn-split-right:after,.x-datepicker-month .x-btn-over .x-btn-split-right:after{background-image:url(images/datepicker/month-arrow.png);padding:0;text-align:right;width:12px}.x-datepicker-month .x-btn{padding:3px}.x-datepicker-month .x-btn-over{border-color:transparent;background:transparent}.x-datepicker-month .x-btn.x-btn-pressed{border-color:transparent;background:transparent}.x-datepicker-month .x-btn-inner{font-size:12px}.x-datepicker-column-header{width:30px;color:#000;font:300 13px helvetica, arial, verdana, sans-serif;text-align:right;background-color:#fff}.x-datepicker-column-header-inner{line-height:25px;padding:0 9px 0 0}.x-datepicker-cell{text-align:right;border:1px solid #fff}.x-datepicker-date{padding:0 7px 0 0;font:300 13px helvetica, arial, verdana, sans-serif;color:#000;cursor:pointer;line-height:23px}div.x-datepicker-date:hover{color:#000;background-color:#ebf4fb}.x-datepicker-selected{border-style:solid;border-color:#3892d4}.x-datepicker-selected div.x-datepicker-date{background-color:#d6e9f6;color:#000;font-weight:300}.x-datepicker-today{border-color:darkred;border-style:solid}.x-datepicker-prevday .x-datepicker-date,.x-datepicker-nextday .x-datepicker-date{color:#bfbfbf}.x-datepicker-disabled .x-datepicker-date{background-color:#eee;cursor:default;color:grey}.x-datepicker-disabled div.x-datepicker-date:hover{background-color:#eee;color:grey}.x-datepicker-footer,.x-monthpicker-buttons{padding:3px 0;background-color:#f5f5f5;text-align:center}.x-datepicker-footer .x-btn,.x-monthpicker-buttons .x-btn{margin:0 3px 0 2px}.x-monthpicker{width:212px;border-width:1px;border-style:solid;border-color:#e1e1e1;background-color:#fff}.x-monthpicker-months{border-width:0 1px 0 0;border-color:#e1e1e1;border-style:solid;width:105px}.x-monthpicker-months .x-monthpicker-item{width:52px}.x-monthpicker-years{width:105px}.x-monthpicker-years .x-monthpicker-item{width:52px}.x-monthpicker-item{margin:5px 0 5px;font:300 13px helvetica, arial, verdana, sans-serif;text-align:center}.x-monthpicker-item-inner{margin:0 5px 0 5px;color:#000;border:1px solid #fff;line-height:22px;cursor:pointer}a.x-monthpicker-item-inner:hover{color:#000;background-color:#ebf4fb}.x-monthpicker-item a.x-monthpicker-selected{background-color:#d6e9f6;color:#000;border-style:solid;border-color:#3892d4}.x-monthpicker-yearnav{height:34px}.x-monthpicker-yearnav-button-ct{width:52px}.x-monthpicker-yearnav-button{height:12px;width:12px;cursor:pointer;margin-top:11px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7;-webkit-touch-callout:none;background-color:#fff}a.x-monthpicker-yearnav-button:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-monthpicker-yearnav-next{background:url(images/datepicker/arrow-right.png) no-repeat 0 0}.x-monthpicker-yearnav-next-over{background-position:0 0}.x-monthpicker-yearnav-prev{background:url(images/datepicker/arrow-left.png) no-repeat 0 0}.x-monthpicker-yearnav-prev-over{background-position:0 0}.x-monthpicker-small .x-monthpicker-item{margin:2px 0 2px}.x-monthpicker-small .x-monthpicker-item-inner{margin:0 5px 0 5px}.x-monthpicker-small .x-monthpicker-yearnav{height:28px}.x-monthpicker-small .x-monthpicker-yearnav-button{margin-top:8px}.x-cmd-slicer.x-datepicker-header:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-datepicker-footer:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-form-date-trigger{background-image:url(images/form/date-trigger.png)}.x-form-date-trigger.x-rtl{background-image:url(images/form/date-trigger-rtl.png)}.x-form-display-field-default{min-height:24px;font:300 13px/17px helvetica, arial, verdana, sans-serif;color:#000;margin-top:4px}.x-tip-anchor{position:absolute;overflow:hidden;height:10px;width:10px;border-style:solid;border-width:5px;border-color:#e1e1e1}.x-tip-anchor-top{border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;_border-top-color:pink;_border-left-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-bottom{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;_border-bottom-color:pink;_border-left-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-left{border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;_border-top-color:pink;_border-bottom-color:pink;_border-left-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-right{border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;_border-top-color:pink;_border-bottom-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-default{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:2px 2px 2px 2px;border-width:1px;border-style:solid;background-color:#ebf4fb}.x-tip-default-mc{background-color:#ebf4fb}.x-nbr .x-tip-default{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tip-default-frameInfo{font-family:th-3-3-3-3-1-1-1-1-2-2-2-2}.x-tip-default-tl{background-position:0 -6px}.x-tip-default-tr{background-position:right -9px}.x-tip-default-bl{background-position:0 -12px}.x-tip-default-br{background-position:right -15px}.x-tip-default-ml{background-position:0 top}.x-tip-default-mr{background-position:right top}.x-tip-default-tc{background-position:0 0}.x-tip-default-bc{background-position:0 -3px}.x-tip-default-tr,.x-tip-default-br,.x-tip-default-mr{padding-right:3px}.x-tip-default-tl,.x-tip-default-bl,.x-tip-default-ml{padding-left:3px}.x-tip-default-tc{height:3px}.x-tip-default-bc{height:3px}.x-tip-default-tl,.x-tip-default-bl,.x-tip-default-tr,.x-tip-default-br,.x-tip-default-tc,.x-tip-default-bc,.x-tip-default-ml,.x-tip-default-mr{background-image:url(images/tip/tip-default-corners.gif)}.x-tip-default-ml,.x-tip-default-mr{background-image:url(images/tip/tip-default-sides.gif);background-repeat:repeat-y}.x-tip-default-mc{padding:0px 0px 0px 0px}.x-cmd-slicer.x-tip-default:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-default-corners.gif), sides:url(images/tip/tip-default-sides.gif)" !important}.x-tip-default{background-color:#ebf4fb;border-color:#e1e1e1}.x-tip-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#ebf4fb}.x-tip-header-default .x-tool-after-title{margin:0 0 0 6px}.x-tip-header-default .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-tip-header-default .x-tool-before-title{margin:0 6px 0 0}.x-tip-header-default .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-tip-header-default{padding:3px 3px 0 3px}.x-tip-header-title-default{color:#000;font-size:13px;font-weight:bold}.x-tip-body-default{padding:3px;color:#000;font-size:13px;font-weight:300}.x-tip-body-default a{color:#000}.x-tip-form-invalid{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:2px 2px 2px 2px;border-width:1px;border-style:solid;background-color:#ebf4fb}.x-tip-form-invalid-mc{background-color:#ebf4fb}.x-nbr .x-tip-form-invalid{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tip-form-invalid-frameInfo{font-family:th-3-3-3-3-1-1-1-1-2-2-2-2}.x-tip-form-invalid-tl{background-position:0 -6px}.x-tip-form-invalid-tr{background-position:right -9px}.x-tip-form-invalid-bl{background-position:0 -12px}.x-tip-form-invalid-br{background-position:right -15px}.x-tip-form-invalid-ml{background-position:0 top}.x-tip-form-invalid-mr{background-position:right top}.x-tip-form-invalid-tc{background-position:0 0}.x-tip-form-invalid-bc{background-position:0 -3px}.x-tip-form-invalid-tr,.x-tip-form-invalid-br,.x-tip-form-invalid-mr{padding-right:3px}.x-tip-form-invalid-tl,.x-tip-form-invalid-bl,.x-tip-form-invalid-ml{padding-left:3px}.x-tip-form-invalid-tc{height:3px}.x-tip-form-invalid-bc{height:3px}.x-tip-form-invalid-tl,.x-tip-form-invalid-bl,.x-tip-form-invalid-tr,.x-tip-form-invalid-br,.x-tip-form-invalid-tc,.x-tip-form-invalid-bc,.x-tip-form-invalid-ml,.x-tip-form-invalid-mr{background-image:url(images/tip/tip-form-invalid-corners.gif)}.x-tip-form-invalid-ml,.x-tip-form-invalid-mr{background-image:url(images/tip/tip-form-invalid-sides.gif);background-repeat:repeat-y}.x-tip-form-invalid-mc{padding:0px 0px 0px 0px}.x-cmd-slicer.x-tip-form-invalid:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-form-invalid-corners.gif), sides:url(images/tip/tip-form-invalid-sides.gif)" !important}.x-tip-form-invalid{background-color:#ebf4fb;border-color:#e1e1e1}.x-tip-form-invalid .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#ebf4fb}.x-tip-header-form-invalid .x-tool-after-title{margin:0 0 0 6px}.x-tip-header-form-invalid .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-tip-header-form-invalid .x-tool-before-title{margin:0 6px 0 0}.x-tip-header-form-invalid .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-tip-header-form-invalid{padding:3px 3px 0 3px}.x-tip-header-title-form-invalid{color:#000;font-size:13px;font-weight:bold}.x-tip-body-form-invalid{padding:5px 3px 5px 34px;color:#000;font-size:13px;font-weight:300}.x-tip-body-form-invalid a{color:#000}.x-tip-body-form-invalid{background:1px 1px no-repeat;background-image:url(images/form/exclamation.png)}.x-tip-body-form-invalid li{margin-bottom:4px}.x-tip-body-form-invalid li.last{margin-bottom:0}.x-color-picker{width:192px;height:120px;background-color:#fff;border-color:#fff;border-width:0;border-style:solid}.x-color-picker-item{width:24px;height:24px;border-width:1px;border-color:#fff;border-style:solid;background-color:#fff;cursor:pointer;padding:2px}a.x-color-picker-item:hover{border-color:#8bb8f3;background-color:#e6e6e6}.x-color-picker-selected{border-color:#8bb8f3;background-color:#e6e6e6}.x-color-picker-item-inner{line-height:16px;border-color:#e1e1e1;border-width:1px;border-style:solid}.x-html-editor-tb .x-edit-bold,.x-menu-item div.x-edit-bold{background-position:0 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-italic,.x-menu-item div.x-edit-italic{background-position:-16px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-underline,.x-menu-item div.x-edit-underline{background-position:-32px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-forecolor,.x-menu-item div.x-edit-forecolor{background-position:-160px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-backcolor,.x-menu-item div.x-edit-backcolor{background-position:-176px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifyleft,.x-menu-item div.x-edit-justifyleft{background-position:-112px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifycenter,.x-menu-item div.x-edit-justifycenter{background-position:-128px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifyright,.x-menu-item div.x-edit-justifyright{background-position:-144px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-insertorderedlist,.x-menu-item div.x-edit-insertorderedlist{background-position:-80px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-insertunorderedlist,.x-menu-item div.x-edit-insertunorderedlist{background-position:-96px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-increasefontsize,.x-menu-item div.x-edit-increasefontsize{background-position:-48px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-decreasefontsize,.x-menu-item div.x-edit-decreasefontsize{background-position:-64px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-sourceedit,.x-menu-item div.x-edit-sourceedit{background-position:-192px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-createlink,.x-menu-item div.x-edit-createlink{background-position:-208px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tip .x-tip-bd .x-tip-bd-inner{padding:5px;padding-bottom:1px}.x-html-editor-tb .x-font-select{font-size:13px;font-family:inherit}.x-html-editor-wrap textarea{font:300 13px helvetica, arial, verdana, sans-serif;background-color:#fff;resize:none}.x-form-text-default.x-tagfield{padding:2px 0 0 4px}.x-form-text-default .x-tagfield-input{margin:0 4px 2px 0}.x-form-text-default .x-tagfield-input-field{height:18px;line-height:18px}.x-form-text-default .x-tagfield-item{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background-color:#f5f5f5;border:1px solid #dcdcdc;padding:0 19px 0 5px;margin:0 4px 2px 0;color:#000;line-height:16px}.x-form-text-default .x-tagfield-item:hover{background-color:#e4e4e4;border-color:#999;color:#000}.x-form-text-default .x-tagfield-item.x-tagfield-item-selected{background-color:#c4e2f8;border-color:#157fcc;color:#000}.x-form-text-default .x-tagfield-item.x-rtl{padding:0 5px 0 19px}.x-form-text-default .x-tagfield-item-close{width:12px;height:12px;top:1px;right:1px;background-image:url(images/form/tag-field-item-close.png)}.x-form-text-default .x-tagfield-item-close:hover{background-position:-12px 0}.x-form-text-default .x-tagfield-item-close:active{background-position:-24px 0}.x-form-text-default .x-tagfield-item-close.x-rtl{right:auto;left:1px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close{background-position:0 -12px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:hover{background-position:-12px -12px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:active{background-position:-24px -12px}.x-grid-view{z-index:1}.x-grid-body{background:#fff;border-width:1px;border-style:solid;border-color:#cfcfcf}.x-grid-item-container{min-height:1px;position:relative;overflow:hidden}.x-grid-empty{padding:10px;color:grey;background-color:#fff;font:300 13px helvetica, arial, verdana, sans-serif}.x-grid-item{color:#000;font:300 13px/15px helvetica, arial, verdana, sans-serif;background-color:#fff}.x-grid-item-alt{background-color:#fafafa}.x-grid-item-over{color:#000;background-color:#e2eff9}.x-grid-item-focused{outline:0;color:#000}.x-grid-item-focused .x-grid-cell-inner{z-index:1}.x-grid-item-focused .x-grid-cell-inner:before{content:"";position:absolute;z-index:-1;top:0px;right:0px;bottom:0px;left:0px;pointer-events:none;border:1px solid #3d92cf}.x-grid-item-selected{color:#000;background-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item{border-style:solid;border-width:1px 0 0;border-color:#cfcfcf}.x-grid-with-row-lines .x-grid-item:first-child{border-top-color:#fff}.x-grid-with-row-lines .x-grid-item.x-grid-item-over{border-style:solid;border-color:#e2eff9}.x-grid-with-row-lines .x-grid-item-over + .x-grid-item{border-top-style:solid;border-top-color:#e2eff9}.x-grid-with-row-lines .x-grid-item.x-grid-item-selected{border-style:solid;border-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item{border-top-style:solid;border-top-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item:last-child{border-bottom-width:1px}.x-ie8 .x-grid-with-row-lines .x-grid-item{border-width:1px 0;margin-top:-1px}.x-ie8 .x-grid-with-row-lines .x-grid-item:first-child{margin-top:0}.x-grid-cell-inner{position:relative;text-overflow:ellipsis;padding:5px 10px 4px}.x-grid-cell-special{border-color:#cfcfcf;border-style:solid;border-right-width:1px}.x-rtl.x-grid-cell-special{border-right-width:0;border-left-width:1px}.x-grid-dirty-cell{background:url(images/grid/dirty.png) no-repeat 0 0}.x-rtl.x-grid-dirty-cell{background-image:url(images/grid/dirty-rtl.png);background-position:right 0}.x-grid-row .x-grid-cell-selected{color:#000;background-color:#c2ddf2}.x-grid-with-col-lines .x-grid-cell{border-style:solid;border-color:#cfcfcf;border-width:0 1px 0 0}.x-grid-with-col-lines .x-grid-item-over .x-grid-cell{border-color:#e2eff9;border-style:solid}.x-grid-with-col-lines .x-grid-item-selected .x-grid-cell{border-color:#c2ddf2;border-style:solid}.x-rtl.x-grid-with-col-lines .x-grid-cell{border-width:0 0 0 1px}.x-grid-resize-marker{width:1px;background-color:#0f0f0f}.x-grid-drop-indicator{position:absolute;height:1px;line-height:0px;background-color:#77bc71;overflow:visible;pointer-events:none}.x-grid-drop-indicator .x-grid-drop-indicator-left{position:absolute;top:-8px;left:-12px;background-image:url(images/grid/dd-insert-arrow-right.png);height:16px;width:16px}.x-grid-drop-indicator .x-grid-drop-indicator-right{position:absolute;top:-8px;right:-11px;background-image:url(images/grid/dd-insert-arrow-left.png);height:16px;width:16px}.x-col-move-top,.x-col-move-bottom{width:9px;height:9px}.x-col-move-top{background-image:url(images/grid/col-move-top.png)}.x-col-move-bottom{background-image:url(images/grid/col-move-bottom.png)}.x-grid-header-ct{border:1px solid #cfcfcf;border-bottom-color:#fff;background-color:#fff}.x-accordion-item .x-grid-header-ct{border-width:0 0 1px !important}.x-grid-header-ct-hidden{border-top:0 !important;border-bottom:0 !important}.x-grid-body{border-top-color:#cfcfcf}.x-hmenu-sort-asc{background-image:url(images/grid/hmenu-asc.png)}.x-hmenu-sort-desc{background-image:url(images/grid/hmenu-desc.png)}.x-cols-icon{background-image:url(images/grid/columns.png)}.x-column-header{border-right:1px solid #cfcfcf;color:#666;font:300 13px/15px helvetica, arial, verdana, sans-serif;outline:0;background-color:#fff}.x-rtl.x-column-header{border-right:0 none;border-left:1px solid #cfcfcf}.x-group-sub-header{background:transparent;border-top:1px solid #cfcfcf}.x-group-sub-header .x-column-header-inner{padding:6px 10px 7px 10px}.x-column-header-inner{padding:7px 10px}.x-column-header-inner-empty{text-overflow:clip}.x-column-header.x-column-header-focus{color:#666}.x-column-header.x-column-header-focus .x-column-header-inner:after{content:"";position:absolute;z-index:5;top:0px;right:0px;bottom:0px;left:0px;border:1px solid #4499d6;pointer-events:none}.x-column-header.x-column-header-focus.x-group-sub-header .x-column-header-inner:before{bottom:0px}.x-column-header-over{background-image:none;background-color:#eff6fb}.x-column-header-sort-ASC,.x-column-header-sort-DESC{background-image:none;background-color:#eff6fb}.x-column-header-open{background-color:#eff6fb}.x-column-header-open .x-column-header-trigger{background-color:#e0ebf3}.x-column-header-over .x-column-header-trigger,.x-column-header-open .x-column-header-trigger{width:18px;cursor:pointer;background:transparent url(images/grid/hd-pop.png) no-repeat center center}.x-rtl.x-column-header-trigger{background-position:center center}.x-column-header-align-right .x-column-header-text{margin-right:12px}.x-column-header-align-right .x-rtl.x-column-header-text{margin-right:0;margin-left:12px}.x-column-header-sort-ASC .x-column-header-text-inner,.x-column-header-sort-DESC .x-column-header-text-inner{padding-right:17px;background-position:right center}.x-column-header-sort-ASC .x-rtl.x-column-header-text-inner,.x-column-header-sort-DESC .x-rtl.x-column-header-text-inner{padding-right:0;padding-left:17px;background-position:0 center}.x-column-header-sort-ASC .x-column-header-text-inner{background-image:url(images/grid/sort_asc.png)}.x-column-header-sort-DESC .x-column-header-text-inner{background-image:url(images/grid/sort_desc.png)}.x-no-header-borders .x-column-header{border:0 none}.x-no-header-borders .x-column-header .x-column-header-inner{padding-top:7px}.x-cmd-slicer.x-column-header:before{display:none;content:"x-slicer:" !important}.x-cmd-slicer.x-column-header-over:before{display:none;content:"x-slicer:" !important}.x-grid-cell-inner-action-col{padding:4px 4px 4px 4px}.x-action-col-cell .x-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-action-col-icon{color:#cfcfcf;font-size:16px;height:16px;width:16px;cursor:pointer}.x-grid-cell-inner-checkcolumn{padding:5px 10px 4px 10px}.x-grid-checkcolumn{width:15px;height:15px;background:url(images/form/checkbox.png) 0 0 no-repeat}.x-item-disabled .x-grid-checkcolumn{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-grid-checkcolumn-checked{background-position:0 -15px}.x-grid-cell-inner-row-numberer{padding:5px 5px 4px 3px;background-color:#fff}.x-btn-grid-cell-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-grid-cell-small-mc{background-color:#3892d4}.x-nbr .x-btn-grid-cell-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-grid-cell-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-grid-cell-small-tl{background-position:0 -6px}.x-btn-grid-cell-small-tr{background-position:right -9px}.x-btn-grid-cell-small-bl{background-position:0 -12px}.x-btn-grid-cell-small-br{background-position:right -15px}.x-btn-grid-cell-small-ml{background-position:0 top}.x-btn-grid-cell-small-mr{background-position:right top}.x-btn-grid-cell-small-tc{background-position:0 0}.x-btn-grid-cell-small-bc{background-position:0 -3px}.x-btn-grid-cell-small-tr,.x-btn-grid-cell-small-br,.x-btn-grid-cell-small-mr{padding-right:3px}.x-btn-grid-cell-small-tl,.x-btn-grid-cell-small-bl,.x-btn-grid-cell-small-ml{padding-left:3px}.x-btn-grid-cell-small-tc{height:3px}.x-btn-grid-cell-small-bc{height:3px}.x-btn-grid-cell-small-tl,.x-btn-grid-cell-small-bl,.x-btn-grid-cell-small-tr,.x-btn-grid-cell-small-br,.x-btn-grid-cell-small-tc,.x-btn-grid-cell-small-bc,.x-btn-grid-cell-small-ml,.x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-corners.gif)}.x-btn-grid-cell-small-ml,.x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-sides.gif);background-repeat:repeat-y}.x-btn-grid-cell-small-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-corners.gif), sides:url(images/btn/btn-grid-cell-small-sides.gif)" !important}.x-btn-grid-cell-small{border-color:#157fcc}.x-btn-button-grid-cell-small{min-height:16px}.x-ie9m .x-btn-button-grid-cell-small{min-height:auto;height:16px}.x-btn-inner-grid-cell-small{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 5px;max-width:100%}.x-btn-icon-right > .x-btn-inner-grid-cell-small,.x-btn-icon-left > .x-btn-inner-grid-cell-small{max-width:calc(100% - 16px)}.x-ie10p .x-btn-inner-grid-cell-small{max-width:none}.x-btn-icon-el-grid-cell-small{font-size:16px;height:16px;color:#fff;line-height:16px}.x-btn-icon-left > .x-btn-icon-el-grid-cell-small,.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{width:16px}.x-btn-icon-top > .x-btn-icon-el-grid-cell-small,.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small{min-width:16px}.x-btn-icon-el-grid-cell-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-grid-cell-small.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small{margin-right:0px}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small.x-rtl{margin-right:0;margin-left:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-left:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small.x-rtl{margin-left:0;margin-right:0px}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-grid-cell-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small{padding-right:5px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-right:5px}.x-btn-arrow-bottom > .x-btn-button-grid-cell-small,.x-btn-split-bottom > .x-btn-button-grid-cell-small{padding-bottom:3px}.x-btn-wrap-grid-cell-small.x-btn-arrow-right:after{width:8px;background-image:url(images/button/grid-cell-small-arrow.png);padding-right:8px}.x-btn-wrap-grid-cell-small.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/grid-cell-small-arrow-rtl.png)}.x-btn-wrap-grid-cell-small.x-btn-arrow-bottom:after{height:8px;background-image:url(images/button/grid-cell-small-arrow.png)}.x-btn-wrap-grid-cell-small.x-btn-split-right:after{width:14px;background-image:url(images/button/grid-cell-small-s-arrow.png);padding-right:14px}.x-btn-wrap-grid-cell-small.x-rtl.x-btn-split-right:after{background-image:url(images/button/grid-cell-small-s-arrow-rtl.png)}.x-btn-wrap-grid-cell-small.x-btn-split-bottom:after{height:14px;background-image:url(images/button/grid-cell-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small{padding-right:5px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-right:5px}.x-btn-focus.x-btn-grid-cell-small{background-image:none;background-color:#3892d4}.x-btn-grid-cell-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:17px;pointer-events:none}.x-btn-grid-cell-small .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-over.x-btn-grid-cell-small{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn.x-btn-menu-active.x-btn-grid-cell-small,.x-btn.x-btn-pressed.x-btn-grid-cell-small{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn.x-btn-disabled.x-btn-grid-cell-small{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-grid-cell-small-tl,.x-btn-focus .x-btn-grid-cell-small-bl,.x-btn-focus .x-btn-grid-cell-small-tr,.x-btn-focus .x-btn-grid-cell-small-br,.x-btn-focus .x-btn-grid-cell-small-tc,.x-btn-focus .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-corners.gif)}.x-btn-focus .x-btn-grid-cell-small-ml,.x-btn-focus .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-sides.gif)}.x-btn-focus .x-btn-grid-cell-small-mc{background-color:#3892d4}.x-btn-over .x-btn-grid-cell-small-tl,.x-btn-over .x-btn-grid-cell-small-bl,.x-btn-over .x-btn-grid-cell-small-tr,.x-btn-over .x-btn-grid-cell-small-br,.x-btn-over .x-btn-grid-cell-small-tc,.x-btn-over .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-over-corners.gif)}.x-btn-over .x-btn-grid-cell-small-ml,.x-btn-over .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-over-sides.gif)}.x-btn-over .x-btn-grid-cell-small-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tl,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bl,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tr,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-br,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tc,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tl,.x-btn.x-btn-pressed .x-btn-grid-cell-small-bl,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tr,.x-btn.x-btn-pressed .x-btn-grid-cell-small-br,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-ml,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mr,.x-btn.x-btn-pressed .x-btn-grid-cell-small-ml,.x-btn.x-btn-pressed .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mr,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-grid-cell-small-tl,.x-btn.x-btn-disabled .x-btn-grid-cell-small-bl,.x-btn.x-btn-disabled .x-btn-grid-cell-small-tr,.x-btn.x-btn-disabled .x-btn-grid-cell-small-br,.x-btn.x-btn-disabled .x-btn-grid-cell-small-tc,.x-btn.x-btn-disabled .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-grid-cell-small-ml,.x-btn.x-btn-disabled .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-grid-cell-small-mc{background-color:#3892d4}.x-nbr .x-btn-grid-cell-small{background-image:none}.x-btn-disabled.x-btn-grid-cell-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-grid-cell-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last:after{bottom:1px}.x-cmd-slicer.x-btn-focus.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-disabled-corners.gif), sides:url(images/btn/btn-grid-cell-small-disabled-sides.gif)" !important}.x-button-grid-cell-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-grid-cell-small-cell > .x-grid-cell-inner >.x-btn-grid-cell-small{vertical-align:top}.x-grid-group-hd{border-width:0 0 1px 0;border-style:solid;border-color:#cfcfcf;padding:7px 4px;background:#fff;cursor:pointer}.x-grid-group-hd-not-collapsible{cursor:default}.x-grid-group-hd-collapsible .x-grid-group-title{padding:0 0 0 17px;background:url(images/grid/group-collapse.png) no-repeat left center}.x-rtl.x-grid-view .x-grid-group-hd-collapsible .x-grid-group-title{background-position:right center;padding:0 17px 0 0}.x-grid-group-title{color:#666;font:300 13px/15px helvetica, arial, verdana, sans-serif}.x-grid-group-hd-collapsed .x-grid-group-title{background-image:url(images/grid/group-expand.png)}.x-group-by-icon{background-image:url(images/grid/group-by.png)}.x-grid-rowbody{font:300 13px/15px helvetica, arial, verdana, sans-serif;padding:5px 10px 5px 10px}.x-docked-summary{border-width:1px;border-color:#cfcfcf;border-style:solid;background:#fff!important}.x-docked-summary .x-grid-table{border:0 none}.x-grid-row-summary .x-grid-cell,.x-grid-row-summary .x-grid-rowwrap,.x-grid-row-summary .x-grid-cell-rowbody{border-color:#cfcfcf;background-color:#fff !important;border-top:1px solid #cfcfcf;font:300 13px/15px helvetica, arial, verdana, sans-serif}.x-docked-summary .x-grid-item,.x-docked-summary .x-grid-row-summary .x-grid-cell{border-bottom:0 none;border-top:0 none}.x-grid-row-summary .x-grid-cell-inner-row-expander{display:none}.x-menu-default{border-style:solid;border-width:1px;border-color:#e1e1e1}.x-menu-body-default{background:#fff;padding:0}.x-menu-icon-separator-default{left:26px;border-left:solid 1px #e1e1e1;background-color:#fff;width:1px}.x-menu-icon-separator-default.x-rtl{left:auto;right:26px}.x-menu-item-default{border-width:0;cursor:pointer}.x-menu-item-default.x-menu-item-active{background-image:none;background-color:#d6e9f6}.x-nlg .x-menu-item-default.x-menu-item-active{background:#d6e9f6 repeat-x left top;background-image:url(images/menu/menu-item-default-active-bg.gif)}.x-menu-item-default.x-menu-item-disabled{cursor:default}.x-menu-item-default.x-menu-item-disabled a{cursor:default}.x-menu-item-default.x-menu-item-separator{height:1px;border-top:solid 1px #e1e1e1;background-color:#fff;margin:2px 0;padding:0}.x-menu-item-default.x-menu-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-icon-ui{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-text-default{background-color:transparent}.x-menu-item-default .x-form-item-label{font-size:13px;color:#000}.x-menu-item-text-default,.x-menu-item-cmp-default{margin:0 5px 0 5px}.x-menu-item-text-default{font:300 13px helvetica, arial, verdana, sans-serif;line-height:23px;padding-top:1px;color:#000;cursor:pointer}.x-menu-item-text-default.x-menu-item-indent{margin-left:32px}.x-menu-item-text-default.x-menu-item-indent-no-separator{margin-left:26px}.x-menu-item-text-default.x-menu-item-indent-right-icon{margin-right:31px}.x-menu-item-text-default.x-menu-item-indent-right-arrow{margin-right:22px}.x-menu-item-disabled .x-menu-item-text-default{cursor:default}.x-rtl.x-menu-item-text-default,.x-rtl.x-menu-item-cmp-default{margin:0 5px 0 5px}.x-rtl.x-menu-item-text-default.x-menu-item-indent{margin-right:32px}.x-rtl.x-menu-item-text-default.x-menu-item-indent-no-separator{margin-right:26px}.x-rtl.x-menu-item-text-default.x-menu-item-indent-right-icon{margin-left:31px}.x-rtl.x-menu-item-text-default.x-menu-item-indent-right-arrow{margin-left:22px}.x-menu-item-indent-default{margin-left:32px}.x-menu-item-indent-default.x-rtl{margin-left:0;margin-right:32px}.x-menu-item-icon-default{width:16px;height:16px;top:4px;left:5px;line-height:16px;font-size:16px;color:grey;background-position:center center}.x-menu-item-icon-default.x-rtl{left:auto;right:5px}.x-menu-item-active .x-menu-item-icon-default.x-rtl{right:5px}.x-menu-item-icon-default.x-menu-item-glyph{opacity:0.5}.x-ie8 .x-menu-item-icon-default.x-menu-item-glyph{color:silver}.x-menu-item-icon-default.x-menu-item-icon-right{width:16px;height:16px;top:4px;right:5px;left:auto;background-position:center center}.x-menu-item-icon-default.x-menu-item-icon-right.x-rtl{right:auto;left:5px}.x-menu-item-active .x-menu-item-icon-default.x-menu-item-icon-right.x-rtl{left:5px}.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox{background-image:url(images/menu/default-checked.png)}.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox{background-image:url(images/menu/default-unchecked.png)}.x-menu-item-checked .x-menu-item-icon-default.x-menu-group-icon{background-image:url(images/menu/default-group-checked.png)}.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-group-icon{background-image:none}.x-menu-item-arrow-default{width:12px;height:9px;top:8px;right:0;background-image:url(images/menu/default-menu-parent.png)}.x-menu-item-active .x-menu-item-arrow-default{top:8px;right:0}.x-menu-item-arrow-default.x-rtl{left:0;right:auto;background-image:url(images/menu/default-menu-parent-left.png)}.x-menu-item-active .x-menu-item-arrow-default.x-rtl{left:0}.x-menu-default-scroller .x-box-scroller-body-horizontal{margin-left:16px}.x-menu-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:24px}.x-box-scroller-menu-default{cursor:pointer;color:#e1e1e1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-box-scroller-menu-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-menu-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.x-box-scroller-menu-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-menu-default.x-box-scroller-top,.x-box-scroller-menu-default.x-box-scroller-bottom{height:16px;width:16px;left:50%;margin-left:-8px}.x-box-scroller-menu-default.x-box-scroller-top{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/menu/default-scroll-top.png)}.x-box-scroller-menu-default.x-box-scroller-bottom{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/menu/default-scroll-bottom.png)}.x-ie8 .x-box-scroller-menu-default{background-color:#fff}.x-grid-filters-filtered-column{font-style:italic;font-weight:300;text-decoration:inherit}.x-grid-filters-icon{background-repeat:no-repeat;background-position:center center;color:grey;text-align:center}.x-grid-filters-find{background-image:url(images/grid/filters/find.png)}.x-grid-filters-gt{background-image:url(images/grid/filters/greater_than.png)}.x-grid-filters-lt{background-image:url(images/grid/filters/less_than.png)}.x-grid-filters-eq{background-image:url(images/grid/filters/equals.png)}.x-grid-locked .x-grid-inner-locked{border-width:0 1px 0 0;border-style:solid}.x-grid-locked .x-rtl.x-grid-inner-locked{border-width:0 0 0 1px}.x-grid-locked-split .x-grid-inner-normal{border-width:0 0 0 1px;border-style:solid;border-left-color:#888}.x-grid-locked-split .x-rtl.x-grid-inner-normal{border-width:0 1px 0 0}.x-grid-locking-body{border-width:1px}.x-grid-inner-locked{border-right-color:#888}.x-grid-inner-locked .x-column-header-last,.x-grid-inner-locked .x-grid-cell-last{border-right-width:0!important}.x-grid-inner-locked .x-rtl.x-column-header-last{border-left-width:0!important}.x-rtl.x-grid-inner-locked{border-right-color:#f5f5f5;border-left-color:#888}.x-rtl.x-grid-inner-locked .x-grid-row .x-column-header-last{border-left:0 none}.x-rtl.x-grid-inner-locked .x-grid-row .x-grid-cell-last{border-left:0 none}.x-hmenu-lock{background-image:url(images/grid/hmenu-lock.png)}.x-hmenu-unlock{background-image:url(images/grid/hmenu-unlock.png)}.x-grid-editor .x-form-display-field{text-overflow:ellipsis}.x-grid-editor .x-form-action-col-field{padding:4px 4px 4px 4px}.x-grid-editor .x-form-text{padding-left:9px;padding-right:9px}.x-tree-cell-editor .x-form-text{padding-left:3px;padding-right:3px}.x-grid-row-editor .x-field{margin:0 3px 0 2px}.x-grid-row-editor .x-form-display-field{padding:5px 8px 4px 8px;line-height:15px}.x-ie9m .x-grid-row-editor .x-form-display-field{min-height:15px}.x-grid-row-editor .x-form-action-col-field{padding:4px 1px 4px 2px}.x-grid-row-editor .x-form-text{padding:3px 6px 2px 7px}.x-gecko .x-grid-row-editor .x-form-text{padding-left:6px;padding-right:5px}.x-grid-row-editor .x-panel-body{border-top:1px solid #e1e1e1 !important;border-bottom:1px solid #e1e1e1 !important;padding:5px 0 5px 0;background-color:#e0ebf3}.x-grid-with-col-lines .x-grid-row-editor .x-form-cb{margin-right:1px}.x-grid-with-col-lines .x-grid-row-editor .x-rtl.x-form-cb{margin-right:0;margin-left:1px}.x-grid-row-editor-buttons-default-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;padding:5px 5px 5px 5px;border-width:0 1px 1px 1px;border-style:solid;background-color:#e0ebf3}.x-grid-row-editor-buttons-default-bottom-mc{background-color:#e0ebf3}.x-nbr .x-grid-row-editor-buttons-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-grid-row-editor-buttons-default-bottom-frameInfo{font-family:th-0-5-5-5-0-1-1-1-5-5-5-5}.x-grid-row-editor-buttons-default-bottom-tl{background-position:0 -10px}.x-grid-row-editor-buttons-default-bottom-tr{background-position:right -15px}.x-grid-row-editor-buttons-default-bottom-bl{background-position:0 -20px}.x-grid-row-editor-buttons-default-bottom-br{background-position:right -25px}.x-grid-row-editor-buttons-default-bottom-ml{background-position:0 top}.x-grid-row-editor-buttons-default-bottom-mr{background-position:right top}.x-grid-row-editor-buttons-default-bottom-tc{background-position:0 0}.x-grid-row-editor-buttons-default-bottom-bc{background-position:0 -5px}.x-grid-row-editor-buttons-default-bottom-tr,.x-grid-row-editor-buttons-default-bottom-br,.x-grid-row-editor-buttons-default-bottom-mr{padding-right:5px}.x-grid-row-editor-buttons-default-bottom-tl,.x-grid-row-editor-buttons-default-bottom-bl,.x-grid-row-editor-buttons-default-bottom-ml{padding-left:5px}.x-grid-row-editor-buttons-default-bottom-tc{height:0}.x-grid-row-editor-buttons-default-bottom-bc{height:5px}.x-grid-row-editor-buttons-default-bottom-tl,.x-grid-row-editor-buttons-default-bottom-bl,.x-grid-row-editor-buttons-default-bottom-tr,.x-grid-row-editor-buttons-default-bottom-br,.x-grid-row-editor-buttons-default-bottom-tc,.x-grid-row-editor-buttons-default-bottom-bc,.x-grid-row-editor-buttons-default-bottom-ml,.x-grid-row-editor-buttons-default-bottom-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif)}.x-grid-row-editor-buttons-default-bottom-ml,.x-grid-row-editor-buttons-default-bottom-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif);background-repeat:repeat-y}.x-grid-row-editor-buttons-default-bottom-mc{padding:5px 1px 1px 1px}.x-cmd-slicer.x-grid-row-editor-buttons-default-bottom:before{display:none;content:"x-slicer:, frame:0 5px 5px 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif)" !important}.x-grid-row-editor-buttons-default-top{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 5px 5px 5px;border-width:1px 1px 0 1px;border-style:solid;background-color:#e0ebf3}.x-grid-row-editor-buttons-default-top-mc{background-color:#e0ebf3}.x-nbr .x-grid-row-editor-buttons-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-grid-row-editor-buttons-default-top-frameInfo{font-family:th-5-5-0-5-1-1-0-1-5-5-5-5}.x-grid-row-editor-buttons-default-top-tl{background-position:0 -10px}.x-grid-row-editor-buttons-default-top-tr{background-position:right -15px}.x-grid-row-editor-buttons-default-top-bl{background-position:0 -20px}.x-grid-row-editor-buttons-default-top-br{background-position:right -25px}.x-grid-row-editor-buttons-default-top-ml{background-position:0 top}.x-grid-row-editor-buttons-default-top-mr{background-position:right top}.x-grid-row-editor-buttons-default-top-tc{background-position:0 0}.x-grid-row-editor-buttons-default-top-bc{background-position:0 -5px}.x-grid-row-editor-buttons-default-top-tr,.x-grid-row-editor-buttons-default-top-br,.x-grid-row-editor-buttons-default-top-mr{padding-right:5px}.x-grid-row-editor-buttons-default-top-tl,.x-grid-row-editor-buttons-default-top-bl,.x-grid-row-editor-buttons-default-top-ml{padding-left:5px}.x-grid-row-editor-buttons-default-top-tc{height:5px}.x-grid-row-editor-buttons-default-top-bc{height:0}.x-grid-row-editor-buttons-default-top-tl,.x-grid-row-editor-buttons-default-top-bl,.x-grid-row-editor-buttons-default-top-tr,.x-grid-row-editor-buttons-default-top-br,.x-grid-row-editor-buttons-default-top-tc,.x-grid-row-editor-buttons-default-top-bc,.x-grid-row-editor-buttons-default-top-ml,.x-grid-row-editor-buttons-default-top-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif)}.x-grid-row-editor-buttons-default-top-ml,.x-grid-row-editor-buttons-default-top-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif);background-repeat:repeat-y}.x-grid-row-editor-buttons-default-top-mc{padding:1px 1px 5px 1px}.x-cmd-slicer.x-grid-row-editor-buttons-default-top:before{display:none;content:"x-slicer:, frame:5px 5px 0 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif)" !important}.x-grid-row-editor-buttons{border-color:#e1e1e1}.x-row-editor-update-button{margin-right:3px}.x-row-editor-cancel-button{margin-left:2px}.x-rtl.x-row-editor-update-button{margin-left:3px;margin-right:auto}.x-rtl.x-row-editor-cancel-button{margin-right:2px;margin-left:auto}.x-grid-row-editor-errors .x-tip-body{padding:5px}.x-grid-row-editor-errors-item{list-style:disc;margin-left:15px}.x-rtl.x-grid-row-editor-errors .x-grid-row-editor-errors-item{margin-left:0;margin-right:15px}.x-grid-cell-inner-row-expander{padding:7px 6px 6px 6px}.x-grid-row-expander{width:11px;height:11px;cursor:pointer;background-image:url(images/grid/group-collapse.png)}.x-grid-row-collapsed .x-grid-row-expander{background-image:url(images/grid/group-expand.png)}.x-ssm-row-numberer-hd{cursor:se-resize!important}.x-ssm-row-numberer-cell{cursor:e-resize}.x-ssm-column-select .x-column-header{cursor:s-resize}.x-ssm-extender-drag-handle{height:7px;width:7px;background-color:#157fcc}.x-ssm-extender-mask{border:1px dotted #157fcc}.x-accordion-layout-ct{background-color:#fff;padding:0}.x-accordion-hd .x-panel-header-title{color:#157fcc;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;text-transform:none}.x-accordion-item{margin:0}.x-accordion-item .x-accordion-hd{background:#fff;border-width:0 0 1px;border-color:#fff #cfcfcf #cfcfcf;padding:8px 10px}.x-accordion-item .x-accordion-hd-sibling-expanded{border-top-color:#cfcfcf;border-top-width:1px}.x-accordion-item .x-accordion-hd-last-collapsed{border-bottom-color:#fff}.x-accordion-item .x-accordion-body{border-width:0}.x-accordion-hd .x-tool-img{background-color:#fff}.x-accordion-hd .x-tool-collapse-top,.x-accordion-hd .x-tool-collapse-bottom{background-position:0 -272px}.x-accordion-hd .x-tool-expand-top,.x-accordion-hd .x-tool-expand-bottom{background-position:0 -256px}body.x-border-layout-ct,div.x-border-layout-ct{background-color:#cfcfcf}.x-form-layout-wrap{border-spacing:5px}.x-resizable-handle{position:absolute;z-index:100;font-size:1px;line-height:5px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;background-color:#cfcfcf}.x-collapsed .x-resizable-handle{display:none}.x-resizable-handle-north{cursor:n-resize}.x-resizable-handle-south{cursor:s-resize}.x-resizable-handle-east{cursor:e-resize}.x-resizable-handle-west{cursor:w-resize}.x-resizable-handle-southeast{cursor:se-resize}.x-resizable-handle-northwest{cursor:nw-resize}.x-resizable-handle-northeast{cursor:ne-resize}.x-resizable-handle-southwest{cursor:sw-resize}.x-resizable-handle-east{width:5px;height:100%;right:0;top:0}.x-resizable-handle-south{width:100%;height:5px;left:0;bottom:0}.x-resizable-handle-west{width:5px;height:100%;left:0;top:0}.x-resizable-handle-north{width:100%;height:5px;left:0;top:0}.x-resizable-handle-southeast{width:5px;height:5px;right:0;bottom:0;z-index:101}.x-resizable-handle-northwest{width:5px;height:5px;left:0;top:0;z-index:101}.x-resizable-handle-northeast{width:5px;height:5px;right:0;top:0;z-index:101}.x-resizable-handle-southwest{width:5px;height:5px;left:0;bottom:0;z-index:101}.x-window .x-window-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-window-collapsed .x-window-handle{display:none}.x-resizable-proxy{border:1px dashed #3b5a82;position:absolute;overflow:hidden;z-index:50000}.x-resizable-handle-over,.x-resizable-pinned .x-resizable-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-resizable-handle-east-over,.x-resizable-handle-west-over,.x-resizable-pinned > .x-resizable-handle-east,.x-resizable-pinned > .x-resizable-handle-west{background-image:url(images/sizer/e-handle.png)}.x-resizable-handle-south-over,.x-resizable-handle-north-over,.x-resizable-pinned > .x-resizable-handle-south,.x-resizable-pinned > .x-resizable-handle-north{background-image:url(images/sizer/s-handle.png)}.x-resizable-handle-southeast-over,.x-resizable-pinned > .x-resizable-handle-southeast{background-position:top left;background-image:url(images/sizer/se-handle.png)}.x-resizable-handle-northwest-over,.x-resizable-pinned > .x-resizable-handle-northwest{background-position:bottom right;background-image:url(images/sizer/nw-handle.png)}.x-resizable-handle-northeast-over,.x-resizable-pinned > .x-resizable-handle-northeast{background-position:bottom left;background-image:url(images/sizer/ne-handle.png)}.x-resizable-handle-southwest-over,.x-resizable-pinned > .x-resizable-handle-southwest{background-position:top right;background-image:url(images/sizer/sw-handle.png)}.x-column-header-checkbox{border-color:#fff}.x-grid-row-checker,.x-column-header-checkbox .x-column-header-text{height:15px;width:15px;background-image:url(images/form/checkbox.png)}.x-grid-row-checker:focus{outline:1px solid #3d92cf}.x-column-header-checkbox .x-column-header-inner{padding:7px 4px 7px 4px}.x-grid-cell-row-checker .x-grid-cell-inner{padding:5px 4px 4px 4px;line-height:15px}.x-grid-hd-checker-on .x-column-header-text,.x-grid-item-selected .x-grid-row-checker,.x-grid-item-selected .x-grid-row-checker{background-position:0 -15px}.x-slider-horz{padding-left:7px;background:no-repeat 0 -15px;margin:5px 0 4px}.x-slider-horz .x-slider-end{padding-right:8px;background:no-repeat right -30px}.x-slider-horz .x-slider-inner{height:15px}.x-slider-horz .x-slider-thumb{width:15px;height:15px;margin-left:-7px;background-image:url(images/slider/slider-thumb.png)}.x-slider-horz.x-slider-focus .x-slider-thumb{background-position:-45px -45px}.x-slider-horz .x-slider-thumb-over{background-position:-15px -15px}.x-slider-horz.x-slider-focus .x-slider-thumb-over{background-position:-60px -60px}.x-slider-horz .x-slider-thumb-drag{background-position:-30px -30px}.x-slider-horz.x-slider-focus .x-slider-thumb-drag{background-position:-75px -75px}.x-rtl.x-slider-horz{padding-left:0;padding-right:7px;background-position:right -30px}.x-rtl.x-slider-horz .x-slider-end{padding-right:0;padding-left:8px;background-position:left -15px}.x-rtl.x-slider-horz .x-slider-thumb{margin-right:-8px}.x-slider-ct-vert{height:100%}.x-slider-vert{padding-top:7px;background:no-repeat -30px 0;height:100%}.x-slider-vert > .x-slider-end{height:100%}.x-slider-vert > .x-slider-end > .x-slider-inner{height:100%}.x-slider-vert .x-slider-end{padding-bottom:8px;background:no-repeat -15px bottom;width:15px}.x-slider-vert .x-slider-inner{width:15px}.x-slider-vert .x-slider-thumb{width:15px;height:15px;margin-bottom:-8px;background-image:url(images/slider/slider-v-thumb.png)}.x-slider-vert.x-slider-focus .x-slider-thumb{background-position:-45px -45px}.x-slider-vert .x-slider-thumb-over{background-position:-15px -15px}.x-slider-vert.x-slider-focus .x-slider-thumb-over{background-position:-60px -60px}.x-slider-vert .x-slider-thumb-drag{background-position:-30px -30px}.x-slider-vert.x-slider-focus .x-slider-thumb-drag{background-position:-75px -75px}.x-slider-horz,.x-slider-horz .x-slider-end,.x-slider-horz .x-slider-inner{background-image:url(images/slider/slider-bg.png)}.x-slider-vert,.x-slider-vert .x-slider-end,.x-slider-vert .x-slider-inner{background-image:url(images/slider/slider-v-bg.png)}.x-slider-default-cell > .x-grid-cell-inner,.x-sliderwidget-default-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:1px}.x-sparkline-cell .x-grid-cell-inner{padding-top:1px;padding-bottom:1px;line-height:22px}.x-tab-default-top{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;padding:3px 8px 3px 8px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-top-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-top-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-8-3-8}.x-tab-default-top-tl{background-position:0 -4px}.x-tab-default-top-tr{background-position:right -6px}.x-tab-default-top-bl{background-position:0 -8px}.x-tab-default-top-br{background-position:right -10px}.x-tab-default-top-ml{background-position:0 top}.x-tab-default-top-mr{background-position:right top}.x-tab-default-top-tc{background-position:0 0}.x-tab-default-top-bc{background-position:0 -2px}.x-tab-default-top-tr,.x-tab-default-top-br,.x-tab-default-top-mr{padding-right:2px}.x-tab-default-top-tl,.x-tab-default-top-bl,.x-tab-default-top-ml{padding-left:2px}.x-tab-default-top-tc{height:2px}.x-tab-default-top-bc{height:2px}.x-tab-default-top-tl,.x-tab-default-top-bl,.x-tab-default-top-tr,.x-tab-default-top-br,.x-tab-default-top-tc,.x-tab-default-top-bc,.x-tab-default-top-ml,.x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-corners.gif)}.x-tab-default-top-ml,.x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-sides.gif);background-repeat:repeat-y}.x-tab-default-top-mc{padding:2px 7px 2px 7px}.x-cmd-slicer.x-tab-default-top:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-top-corners.gif), sides:url(images/tab/tab-default-top-sides.gif)" !important}.x-tab-default-bottom{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 8px 3px 8px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-bottom-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-bottom-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-8-3-8}.x-tab-default-bottom-tl{background-position:0 -4px}.x-tab-default-bottom-tr{background-position:right -6px}.x-tab-default-bottom-bl{background-position:0 -8px}.x-tab-default-bottom-br{background-position:right -10px}.x-tab-default-bottom-ml{background-position:0 bottom}.x-tab-default-bottom-mr{background-position:right bottom}.x-tab-default-bottom-tc{background-position:0 0}.x-tab-default-bottom-bc{background-position:0 -2px}.x-tab-default-bottom-tr,.x-tab-default-bottom-br,.x-tab-default-bottom-mr{padding-right:2px}.x-tab-default-bottom-tl,.x-tab-default-bottom-bl,.x-tab-default-bottom-ml{padding-left:2px}.x-tab-default-bottom-tc{height:2px}.x-tab-default-bottom-bc{height:2px}.x-tab-default-bottom-tl,.x-tab-default-bottom-bl,.x-tab-default-bottom-tr,.x-tab-default-bottom-br,.x-tab-default-bottom-tc,.x-tab-default-bottom-bc,.x-tab-default-bottom-ml,.x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-corners.gif)}.x-tab-default-bottom-ml,.x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-sides.gif);background-repeat:repeat-y}.x-tab-default-bottom-mc{padding:2px 7px 2px 7px}.x-cmd-slicer.x-tab-default-bottom:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-bottom-corners.gif), sides:url(images/tab/tab-default-bottom-sides.gif)" !important}.x-tab-default-left{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 8px 3px 8px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-left-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-left-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-8-3-8}.x-tab-default-left-tl{background-position:0 -4px}.x-tab-default-left-tr{background-position:right -6px}.x-tab-default-left-bl{background-position:0 -8px}.x-tab-default-left-br{background-position:right -10px}.x-tab-default-left-ml{background-position:0 top}.x-tab-default-left-mr{background-position:right top}.x-tab-default-left-tc{background-position:0 0}.x-tab-default-left-bc{background-position:0 -2px}.x-tab-default-left-tr,.x-tab-default-left-br,.x-tab-default-left-mr{padding-right:2px}.x-tab-default-left-tl,.x-tab-default-left-bl,.x-tab-default-left-ml{padding-left:2px}.x-tab-default-left-tc{height:2px}.x-tab-default-left-bc{height:2px}.x-tab-default-left-tl,.x-tab-default-left-bl,.x-tab-default-left-tr,.x-tab-default-left-br,.x-tab-default-left-tc,.x-tab-default-left-bc,.x-tab-default-left-ml,.x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-corners.gif)}.x-tab-default-left-ml,.x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-sides.gif);background-repeat:repeat-y}.x-tab-default-left-mc{padding:2px 7px 2px 7px}.x-cmd-slicer.x-tab-default-left:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-left-corners.gif), sides:url(images/tab/tab-default-left-sides.gif)" !important}.x-tab-default-right{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 8px 3px 8px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-right-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-right-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-8-3-8}.x-tab-default-right-tl{background-position:0 -4px}.x-tab-default-right-tr{background-position:right -6px}.x-tab-default-right-bl{background-position:0 -8px}.x-tab-default-right-br{background-position:right -10px}.x-tab-default-right-ml{background-position:0 top}.x-tab-default-right-mr{background-position:right top}.x-tab-default-right-tc{background-position:0 0}.x-tab-default-right-bc{background-position:0 -2px}.x-tab-default-right-tr,.x-tab-default-right-br,.x-tab-default-right-mr{padding-right:2px}.x-tab-default-right-tl,.x-tab-default-right-bl,.x-tab-default-right-ml{padding-left:2px}.x-tab-default-right-tc{height:2px}.x-tab-default-right-bc{height:2px}.x-tab-default-right-tl,.x-tab-default-right-bl,.x-tab-default-right-tr,.x-tab-default-right-br,.x-tab-default-right-tc,.x-tab-default-right-bc,.x-tab-default-right-ml,.x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-corners.gif)}.x-tab-default-right-ml,.x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-sides.gif);background-repeat:repeat-y}.x-tab-default-right-mc{padding:2px 7px 2px 7px}.x-cmd-slicer.x-tab-default-right:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-right-corners.gif), sides:url(images/tab/tab-default-right-sides.gif)" !important}.x-tab-default{border-color:#f5f5f5;cursor:pointer}.x-tab-default-top{margin:0 5px}.x-tab-default-top.x-rtl{margin:0 5px 0 5px}.x-tab-default-top.x-tab-rotate-left{margin:0 5px 0 5px}.x-tab-default-top.x-tab-rotate-left.x-rtl{margin:0 5px}.x-tab-default-top.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-top.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-top.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-right{margin:5px 0 5px 0}.x-tab-default-right.x-rtl{margin:5px 0 5px 0}.x-tab-default-right.x-tab-rotate-right{margin:5px 0 5px 0}.x-tab-default-right.x-tab-rotate-right.x-rtl{margin:5px 0 5px 0}.x-tab-default-right.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-right.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-right.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-bottom{margin:0 5px 0 5px}.x-tab-default-bottom.x-rtl{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-rotate-left{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-rotate-left.x-rtl{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-bottom.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-bottom.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-left{margin:5px 0 5px 0}.x-tab-default-left.x-rtl{margin:5px 0 5px 0}.x-tab-default-left.x-tab-rotate-right{margin:5px 0 5px 0}.x-tab-default-left.x-tab-rotate-right.x-rtl{margin:5px 0 5px 0}.x-tab-default-left.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-left.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-left.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-button-default{height:16px}.x-tab-inner-default{font:300 13px/16px helvetica, arial, verdana, sans-serif;color:#000;max-width:100%}.x-tab-icon-right > .x-tab-inner-default,.x-tab-icon-left > .x-tab-inner-default{max-width:calc(100% - 16px)}.x-tab-icon-el-default{min-height:16px;background-position:center center;font-size:16px;line-height:16px;color:#000}.x-tab-icon-left > .x-tab-icon-el-default,.x-tab-icon-right > .x-tab-icon-el-default{width:16px}.x-tab-icon-top > .x-tab-icon-el-default,.x-tab-icon-bottom > .x-tab-icon-el-default{min-width:16px}.x-tab-icon-el-default.x-tab-glyph{opacity:0.5}.x-ie8 .x-tab-icon-el-default.x-tab-glyph{color:#7b7b7b}.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default{margin-right:6px}.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default.x-rtl{margin-right:0;margin-left:6px}.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default{margin-left:6px}.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default.x-rtl{margin-left:0;margin-right:6px}.x-tab-text.x-tab-icon-top > .x-tab-icon-el-default{margin-bottom:6px}.x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default{margin-top:6px}.x-tab-focus.x-tab-default{border-color:#f5f5f5;background-color:#f5f5f5}.x-tab-over.x-tab-default{border-color:#c9deed;background-color:#c9deed}.x-tab-focus.x-tab-over.x-tab-default{border-color:#c9deed;background-color:#c9deed}.x-tab.x-tab-active.x-tab-default{border-color:#3892d4;background-color:#3892d4}.x-tab.x-tab-active.x-tab-default .x-tab-inner-default{color:#fff}.x-tab.x-tab-active.x-tab-default .x-tab-icon-el{color:#fff}.x-ie8 .x-tab.x-tab-active.x-tab-default .x-tab-icon-el{color:#9cc9e9}.x-tab-focus.x-tab-active.x-tab-default{border-color:#3892d4;background-color:#3892d4}.x-tab.x-tab-disabled.x-tab-default{border-color:#f5f5f5;background-color:#f5f5f5;cursor:default}.x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el-default{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el{color:#000;opacity:0.3;filter:none}.x-ie8 .x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el{color:#acacac}.x-nbr .x-tab-default{background-image:none}.x-tab-over .x-tab-default-top-tl,.x-tab-over .x-tab-default-top-bl,.x-tab-over .x-tab-default-top-tr,.x-tab-over .x-tab-default-top-br,.x-tab-over .x-tab-default-top-tc,.x-tab-over .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-over-corners.gif)}.x-tab-over .x-tab-default-top-ml,.x-tab-over .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-over-sides.gif)}.x-tab-over .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-over-fbg.gif)}.x-tab-focus .x-tab-default-top-tl,.x-tab-focus .x-tab-default-top-bl,.x-tab-focus .x-tab-default-top-tr,.x-tab-focus .x-tab-default-top-br,.x-tab-focus .x-tab-default-top-tc,.x-tab-focus .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-corners.gif)}.x-tab-focus .x-tab-default-top-ml,.x-tab-focus .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-sides.gif)}.x-tab-focus .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-tl,.x-tab-focus.x-tab-over .x-tab-default-top-bl,.x-tab-focus.x-tab-over .x-tab-default-top-tr,.x-tab-focus.x-tab-over .x-tab-default-top-br,.x-tab-focus.x-tab-over .x-tab-default-top-tc,.x-tab-focus.x-tab-over .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-ml,.x-tab-focus.x-tab-over .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-top-tl,.x-tab.x-tab-active .x-tab-default-top-bl,.x-tab.x-tab-active .x-tab-default-top-tr,.x-tab.x-tab-active .x-tab-default-top-br,.x-tab.x-tab-active .x-tab-default-top-tc,.x-tab.x-tab-active .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-top-ml,.x-tab.x-tab-active .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-tl,.x-tab-focus.x-tab-active .x-tab-default-top-bl,.x-tab-focus.x-tab-active .x-tab-default-top-tr,.x-tab-focus.x-tab-active .x-tab-default-top-br,.x-tab-focus.x-tab-active .x-tab-default-top-tc,.x-tab-focus.x-tab-active .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-ml,.x-tab-focus.x-tab-active .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-top-tl,.x-tab.x-tab-disabled .x-tab-default-top-bl,.x-tab.x-tab-disabled .x-tab-default-top-tr,.x-tab.x-tab-disabled .x-tab-default-top-br,.x-tab.x-tab-disabled .x-tab-default-top-tc,.x-tab.x-tab-disabled .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-top-ml,.x-tab.x-tab-disabled .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-disabled-fbg.gif)}.x-tab-over .x-tab-default-right-tl,.x-tab-over .x-tab-default-right-bl,.x-tab-over .x-tab-default-right-tr,.x-tab-over .x-tab-default-right-br,.x-tab-over .x-tab-default-right-tc,.x-tab-over .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-over-corners.gif)}.x-tab-over .x-tab-default-right-ml,.x-tab-over .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-over-sides.gif)}.x-tab-over .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-over-fbg.gif)}.x-tab-focus .x-tab-default-right-tl,.x-tab-focus .x-tab-default-right-bl,.x-tab-focus .x-tab-default-right-tr,.x-tab-focus .x-tab-default-right-br,.x-tab-focus .x-tab-default-right-tc,.x-tab-focus .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-corners.gif)}.x-tab-focus .x-tab-default-right-ml,.x-tab-focus .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-sides.gif)}.x-tab-focus .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-tl,.x-tab-focus.x-tab-over .x-tab-default-right-bl,.x-tab-focus.x-tab-over .x-tab-default-right-tr,.x-tab-focus.x-tab-over .x-tab-default-right-br,.x-tab-focus.x-tab-over .x-tab-default-right-tc,.x-tab-focus.x-tab-over .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-ml,.x-tab-focus.x-tab-over .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-right-tl,.x-tab.x-tab-active .x-tab-default-right-bl,.x-tab.x-tab-active .x-tab-default-right-tr,.x-tab.x-tab-active .x-tab-default-right-br,.x-tab.x-tab-active .x-tab-default-right-tc,.x-tab.x-tab-active .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-right-ml,.x-tab.x-tab-active .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-tl,.x-tab-focus.x-tab-active .x-tab-default-right-bl,.x-tab-focus.x-tab-active .x-tab-default-right-tr,.x-tab-focus.x-tab-active .x-tab-default-right-br,.x-tab-focus.x-tab-active .x-tab-default-right-tc,.x-tab-focus.x-tab-active .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-ml,.x-tab-focus.x-tab-active .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-right-tl,.x-tab.x-tab-disabled .x-tab-default-right-bl,.x-tab.x-tab-disabled .x-tab-default-right-tr,.x-tab.x-tab-disabled .x-tab-default-right-br,.x-tab.x-tab-disabled .x-tab-default-right-tc,.x-tab.x-tab-disabled .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-right-ml,.x-tab.x-tab-disabled .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-disabled-fbg.gif)}.x-tab-over .x-tab-default-bottom-tl,.x-tab-over .x-tab-default-bottom-bl,.x-tab-over .x-tab-default-bottom-tr,.x-tab-over .x-tab-default-bottom-br,.x-tab-over .x-tab-default-bottom-tc,.x-tab-over .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-over-corners.gif)}.x-tab-over .x-tab-default-bottom-ml,.x-tab-over .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-over-sides.gif)}.x-tab-over .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-over-fbg.gif)}.x-tab-focus .x-tab-default-bottom-tl,.x-tab-focus .x-tab-default-bottom-bl,.x-tab-focus .x-tab-default-bottom-tr,.x-tab-focus .x-tab-default-bottom-br,.x-tab-focus .x-tab-default-bottom-tc,.x-tab-focus .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-corners.gif)}.x-tab-focus .x-tab-default-bottom-ml,.x-tab-focus .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-sides.gif)}.x-tab-focus .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-tl,.x-tab-focus.x-tab-over .x-tab-default-bottom-bl,.x-tab-focus.x-tab-over .x-tab-default-bottom-tr,.x-tab-focus.x-tab-over .x-tab-default-bottom-br,.x-tab-focus.x-tab-over .x-tab-default-bottom-tc,.x-tab-focus.x-tab-over .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-ml,.x-tab-focus.x-tab-over .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-bottom-tl,.x-tab.x-tab-active .x-tab-default-bottom-bl,.x-tab.x-tab-active .x-tab-default-bottom-tr,.x-tab.x-tab-active .x-tab-default-bottom-br,.x-tab.x-tab-active .x-tab-default-bottom-tc,.x-tab.x-tab-active .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-bottom-ml,.x-tab.x-tab-active .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-tl,.x-tab-focus.x-tab-active .x-tab-default-bottom-bl,.x-tab-focus.x-tab-active .x-tab-default-bottom-tr,.x-tab-focus.x-tab-active .x-tab-default-bottom-br,.x-tab-focus.x-tab-active .x-tab-default-bottom-tc,.x-tab-focus.x-tab-active .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-ml,.x-tab-focus.x-tab-active .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-tl,.x-tab.x-tab-disabled .x-tab-default-bottom-bl,.x-tab.x-tab-disabled .x-tab-default-bottom-tr,.x-tab.x-tab-disabled .x-tab-default-bottom-br,.x-tab.x-tab-disabled .x-tab-default-bottom-tc,.x-tab.x-tab-disabled .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-ml,.x-tab.x-tab-disabled .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-disabled-fbg.gif)}.x-tab-over .x-tab-default-left-tl,.x-tab-over .x-tab-default-left-bl,.x-tab-over .x-tab-default-left-tr,.x-tab-over .x-tab-default-left-br,.x-tab-over .x-tab-default-left-tc,.x-tab-over .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-over-corners.gif)}.x-tab-over .x-tab-default-left-ml,.x-tab-over .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-over-sides.gif)}.x-tab-over .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-over-fbg.gif)}.x-tab-focus .x-tab-default-left-tl,.x-tab-focus .x-tab-default-left-bl,.x-tab-focus .x-tab-default-left-tr,.x-tab-focus .x-tab-default-left-br,.x-tab-focus .x-tab-default-left-tc,.x-tab-focus .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-corners.gif)}.x-tab-focus .x-tab-default-left-ml,.x-tab-focus .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-sides.gif)}.x-tab-focus .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-tl,.x-tab-focus.x-tab-over .x-tab-default-left-bl,.x-tab-focus.x-tab-over .x-tab-default-left-tr,.x-tab-focus.x-tab-over .x-tab-default-left-br,.x-tab-focus.x-tab-over .x-tab-default-left-tc,.x-tab-focus.x-tab-over .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-ml,.x-tab-focus.x-tab-over .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-left-tl,.x-tab.x-tab-active .x-tab-default-left-bl,.x-tab.x-tab-active .x-tab-default-left-tr,.x-tab.x-tab-active .x-tab-default-left-br,.x-tab.x-tab-active .x-tab-default-left-tc,.x-tab.x-tab-active .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-left-ml,.x-tab.x-tab-active .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-tl,.x-tab-focus.x-tab-active .x-tab-default-left-bl,.x-tab-focus.x-tab-active .x-tab-default-left-tr,.x-tab-focus.x-tab-active .x-tab-default-left-br,.x-tab-focus.x-tab-active .x-tab-default-left-tc,.x-tab-focus.x-tab-active .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-ml,.x-tab-focus.x-tab-active .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-left-tl,.x-tab.x-tab-disabled .x-tab-default-left-bl,.x-tab.x-tab-disabled .x-tab-default-left-tr,.x-tab.x-tab-disabled .x-tab-default-left-br,.x-tab.x-tab-disabled .x-tab-default-left-tc,.x-tab.x-tab-disabled .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-left-ml,.x-tab.x-tab-disabled .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-disabled-fbg.gif)}.x-tab-default-tl,.x-tab-default-bl,.x-tab-default-tr,.x-tab-default-br{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.x-tab-default .x-tab-close-btn{top:2px;right:2px;width:12px;height:12px;background:url(images/tab/tab-default-close.png) 0 0}.x-tab-default .x-tab-close-btn-over{background-position:-12px 0}.x-tab-default .x-tab-close-btn-pressed{background-position:-24px 0}.x-tab-default.x-tab-active .x-tab-close-btn{background-position:0 -12px}.x-tab-default.x-tab-active .x-tab-close-btn-over{background-position:-12px -12px}.x-tab-default.x-tab-active .x-tab-close-btn-pressed{background-position:-24px -12px}.x-tab-default.x-tab-disabled .x-tab-close-btn{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3;background-position:0 0}.x-rtl.x-tab-default .x-tab-close-btn{right:auto;left:2px}.x-tab-closable.x-tab-default .x-tab-button{padding-right:15px}.x-rtl.x-tab-closable.x-tab-default .x-tab-button{padding-right:0px;padding-left:15px}.x-cmd-slicer.x-tab-focus.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-over.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-over.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-over.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-active.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-active.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-active.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-tab-bar-default{background-color:#f5f5f5}.x-tab-bar-default-top > .x-tab-bar-body-default{padding:6px}.x-tab-bar-default-bottom > .x-tab-bar-body-default{padding:6px 6px 6px 6px}.x-tab-bar-default-left > .x-tab-bar-body-default{padding:6px 6px 6px 6px}.x-rtl.x-tab-bar-default-left > .x-tab-bar-body-default{padding:6px 6px 6px 6px}.x-tab-bar-default-right > .x-tab-bar-body-default{padding:6px 6px 6px 6px}.x-rtl.x-tab-bar-default-right > .x-tab-bar-body-default{padding:6px 6px 6px 6px}.x-tab-bar-plain.x-tab-bar-default-horizontal{border-top-color:transparent;border-bottom-color:transparent;border-left-width:0;border-right-width:0}.x-tab-bar-plain.x-tab-bar-default-vertical{border-right-color:transparent;border-left-color:transparent;border-top-width:0;border-bottom-width:0}.x-tab-bar-horizontal > .x-tab-bar-body-default{min-height:36px}.x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default{min-height:24px}.x-tab-bar-vertical > .x-tab-bar-body-default{min-width:36px}.x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default{min-width:24px}.x-tab-bar-default-scroller .x-box-scroller-body-horizontal{margin-left:18px}.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:18px}.x-box-scroller-tab-bar-default{cursor:pointer;color:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-box-scroller-tab-bar-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-tab-bar-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.x-box-scroller-tab-bar-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-tab-bar-default.x-box-scroller-left,.x-box-scroller-tab-bar-default.x-box-scroller-right{width:24px;height:24px;top:50%;margin-top:-12px}.x-box-scroller-tab-bar-default.x-box-scroller-left{margin-left:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-left.png)}.x-box-scroller-tab-bar-default.x-box-scroller-right{margin-left:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-right.png)}.x-box-scroller-tab-bar-default.x-box-scroller-top,.x-box-scroller-tab-bar-default.x-box-scroller-bottom{height:24px;width:24px;left:50%;margin-left:-12px}.x-box-scroller-tab-bar-default.x-box-scroller-top{margin-top:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-top.png)}.x-box-scroller-tab-bar-default.x-box-scroller-bottom{margin-top:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-bottom.png)}.x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal{margin-left:18px}.x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:18px}.x-tab-bar-plain .x-box-scroller-tab-bar-default{color:#cfcfcf}.x-tab-bar-default-top .x-box-scroller-tab-bar-default{margin-top:-12px}.x-tab-bar-default-right .x-box-scroller-tab-bar-default{margin-left:-12px}.x-tab-bar-default-bottom .x-box-scroller-tab-bar-default{margin-top:-12px}.x-tab-bar-default-left .x-box-scroller-tab-bar-default{margin-left:-12px}.x-box-scroller-tab-bar-default{background-color:#f5f5f5}.x-box-scroller-tab-bar-default .x-ie8 .x-box-scroller-plain{background-color:#fff}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-left{background-image:url(images/tab-bar/default-plain-scroll-left.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-right{background-image:url(images/tab-bar/default-plain-scroll-right.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-top{background-image:url(images/tab-bar/default-plain-scroll-top.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-bottom{background-image:url(images/tab-bar/default-plain-scroll-bottom.png)}.x-cmd-slicer.x-tab-bar-default-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-tab-bar-default-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-tab-bar-default-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-tab-bar-default-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-breadcrumb-btn-default{margin:0 0 0 0px}.x-breadcrumb-icon-folder-default{background-image:url(images/tree/folder.png)}.x-btn-menu-active .x-breadcrumb-icon-folder-default{background-image:url(images/tree/folder-open.png)}.x-breadcrumb-icon-leaf-default{background-image:url(images/tree/leaf.png)}.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{width:20px;background-image:url(images/breadcrumb/default-arrow.png)}.x-rtl.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{background-image:url(images/breadcrumb/default-arrow-rtl.png)}.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{background-image:url(images/breadcrumb/default-arrow-open.png)}.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{background-image:url(images/breadcrumb/default-arrow-open-rtl.png)}.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{width:20px;background-image:url(images/breadcrumb/default-split-arrow.png)}.x-rtl.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-rtl.png)}.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-over.png)}.x-rtl.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-over-rtl.png)}.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-open.png)}.x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-open-rtl.png)}.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal{margin-left:24px}.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:24px}.x-box-scroller-breadcrumb-default{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-breadcrumb-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-breadcrumb-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-breadcrumb-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-breadcrumb-default.x-box-scroller-left,.x-box-scroller-breadcrumb-default.x-box-scroller-right{width:16px;height:16px;top:50%;margin-top:-8px}.x-box-scroller-breadcrumb-default.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/breadcrumb/default-scroll-left.png)}.x-box-scroller-breadcrumb-default.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/breadcrumb/default-scroll-right.png)} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl_2.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl_2.css deleted file mode 100644 index 71d90ad..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all-rtl_2.css +++ /dev/null @@ -1 +0,0 @@ -.x-tree-expander{cursor:pointer}.x-tree-arrows .x-tree-expander{background-image:url(images/tree/arrows.png)}.x-tree-arrows .x-tree-expander-over .x-tree-expander{background-position:-36px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander{background-position:-18px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander{background-position:-54px center}.x-tree-arrows .x-rtl.x-tree-expander{background:url(images/tree/arrows-rtl.png) no-repeat -54px center}.x-tree-arrows .x-tree-expander-over .x-rtl.x-tree-expander{background-position:-18px center}.x-tree-arrows .x-grid-tree-node-expanded .x-rtl.x-tree-expander{background-position:-36px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-rtl.x-tree-expander{background-position:0 center}.x-tree-lines .x-tree-elbow{background-image:url(images/tree/elbow.png)}.x-tree-lines .x-tree-elbow-end{background-image:url(images/tree/elbow-end.png)}.x-tree-lines .x-tree-elbow-plus{background-image:url(images/tree/elbow-plus.png)}.x-tree-lines .x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-plus.png)}.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus{background-image:url(images/tree/elbow-minus.png)}.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-minus.png)}.x-tree-lines .x-tree-elbow-line{background-image:url(images/tree/elbow-line.png)}.x-tree-lines .x-rtl.x-tree-elbow{background-image:url(images/tree/elbow-rtl.png)}.x-tree-lines .x-rtl.x-tree-elbow-end{background-image:url(images/tree/elbow-end-rtl.png)}.x-tree-lines .x-rtl.x-tree-elbow-plus{background-image:url(images/tree/elbow-plus-rtl.png)}.x-tree-lines .x-rtl.x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-plus-rtl.png)}.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-plus{background-image:url(images/tree/elbow-minus-rtl.png)}.x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-minus-rtl.png)}.x-tree-lines .x-rtl.x-tree-elbow-line{background-image:url(images/tree/elbow-line-rtl.png)}.x-tree-no-lines .x-tree-expander{background-image:url(images/tree/elbow-plus-nl.png)}.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander{background-image:url(images/tree/elbow-minus-nl.png)}.x-tree-no-lines .x-rtl.x-tree-expander{background-image:url(images/tree/elbow-plus-nl-rtl.png)}.x-tree-no-lines .x-grid-tree-node-expanded .x-rtl.x-tree-expander{background-image:url(images/tree/elbow-minus-nl-rtl.png)}.x-tree-icon{width:16px;height:24px;line-height:24px;color:#cfcfcf;font-size:16px}.x-tree-elbow-img{width:18px;height:24px;line-height:24px;margin-right:2px}.x-rtl.x-tree-elbow-img{margin-right:0;margin-left:2px}.x-tree-icon,.x-tree-elbow-img,.x-tree-checkbox{margin-top:-5px;margin-bottom:-4px}.x-tree-icon-leaf{background-image:url(images/tree/leaf.png)}.x-tree-icon-leaf.x-rtl{background-image:url(images/tree/leaf-rtl.png)}.x-tree-icon-parent{background-image:url(images/tree/folder.png)}.x-tree-icon-parent.x-rtl{background-image:url(images/tree/folder-rtl.png)}.x-tree-icon-parent-expanded{background-image:url(images/tree/folder-open.png)}.x-tree-icon-parent-expanded.x-rtl{background-image:url(images/tree/folder-open-rtl.png)}.x-tree-icon-custom{background-image:none}.x-tree-icon-custom.x-rtl{background-image:none}.x-tree-checkbox{margin-right:4px;top:5px;width:15px;height:15px;background-image:url(images/form/checkbox.png)}.x-rtl.x-tree-checkbox{margin-right:0;margin-left:4px}.x-tree-checkbox-checked{background-position:0 -15px}.x-grid-tree-loading .x-tree-icon{background-image:url(images/tree/loading.gif)}.x-grid-tree-loading .x-rtl.x-tree-icon{background-image:url(images/tree/loading.gif)}.x-tree-node-text{padding-left:4px}.x-rtl.x-tree-node-text{padding-left:0;padding-right:4px}.x-grid-cell-inner-treecolumn{padding:5px 10px 4px 6px}.x-tree-drop-ok-append .x-dd-drop-icon{background-image:url(images/tree/drop-append.png)}.x-tree-drop-ok-above .x-dd-drop-icon{background-image:url(images/tree/drop-above.png)}.x-tree-drop-ok-below .x-dd-drop-icon{background-image:url(images/tree/drop-below.png)}.x-tree-drop-ok-between .x-dd-drop-icon{background-image:url(images/tree/drop-between.png)}.x-tree-ddindicator{height:1px;border-width:1px 0px 0px;border-style:dotted;border-color:green}.x-multiselector-remove{font-size:100%;color:#e1e1e1;cursor:pointer}.x-multiselector-remove .x-grid-cell-inner{padding:5px 10px 4px}.x-grid-item-over .x-multiselector-remove{color:red}.x-toast-icon-information{background-image:url(images/window/toast/icon16_info.png)}.x-toast-icon-error{background-image:url(images/window/toast/icon16_error.png)}.x-toast-window .x-window-body{padding:15px 5px 15px 5px}.x-toast-light .x-window-header{background-color:#fff}.x-toast-light .x-tool-img{background-color:#fff}.x-toast-light{background-image:url(images/window/toast/fader.png)}.x-toast-light .x-window-body{padding:15px 5px 20px 5px;background-color:transparent;border:0px solid white}.x-btn-plain-toolbar-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-small-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-plain-toolbar-small-tl{background-position:0 -6px}.x-btn-plain-toolbar-small-tr{background-position:right -9px}.x-btn-plain-toolbar-small-bl{background-position:0 -12px}.x-btn-plain-toolbar-small-br{background-position:right -15px}.x-btn-plain-toolbar-small-ml{background-position:0 top}.x-btn-plain-toolbar-small-mr{background-position:right top}.x-btn-plain-toolbar-small-tc{background-position:0 0}.x-btn-plain-toolbar-small-bc{background-position:0 -3px}.x-btn-plain-toolbar-small-tr,.x-btn-plain-toolbar-small-br,.x-btn-plain-toolbar-small-mr{padding-right:3px}.x-btn-plain-toolbar-small-tl,.x-btn-plain-toolbar-small-bl,.x-btn-plain-toolbar-small-ml{padding-left:3px}.x-btn-plain-toolbar-small-tc{height:3px}.x-btn-plain-toolbar-small-bc{height:3px}.x-btn-plain-toolbar-small-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-small{border-color:transparent}.x-btn-button-plain-toolbar-small{min-height:16px}.x-ie9m .x-btn-button-plain-toolbar-small{min-height:auto;height:16px}.x-btn-inner-plain-toolbar-small{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#666;padding:0 5px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-small,.x-btn-icon-left > .x-btn-inner-plain-toolbar-small{max-width:calc(100% - 16px)}.x-ie10p .x-btn-inner-plain-toolbar-small{max-width:none}.x-btn-icon-el-plain-toolbar-small{font-size:16px;height:16px;color:#666;line-height:16px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{width:16px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small{min-width:16px}.x-btn-icon-el-plain-toolbar-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small{margin-right:0px}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small.x-rtl{margin-right:0;margin-left:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-left:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small.x-rtl{margin-left:0;margin-right:0px}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small{padding-right:5px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-right:5px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small,.x-btn-split-bottom > .x-btn-button-plain-toolbar-small{padding-bottom:3px}.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after{width:16px;background-image:url(images/button/plain-toolbar-small-arrow.png);padding-right:16px}.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/plain-toolbar-small-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after{height:13px;background-image:url(images/button/plain-toolbar-small-arrow.png)}.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after{width:20px;background-image:url(images/button/plain-toolbar-small-s-arrow.png);padding-right:20px}.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-split-right:after{background-image:url(images/button/plain-toolbar-small-s-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after{height:15px;background-image:url(images/button/plain-toolbar-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small{padding-right:5px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-right:5px}.x-btn-focus.x-btn-plain-toolbar-small{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:23px;pointer-events:none}.x-btn-plain-toolbar-small .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-plain-toolbar-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-small{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small,.x-btn.x-btn-pressed.x-btn-plain-toolbar-small{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-small{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-small-tl,.x-btn-focus .x-btn-plain-toolbar-small-bl,.x-btn-focus .x-btn-plain-toolbar-small-tr,.x-btn-focus .x-btn-plain-toolbar-small-br,.x-btn-focus .x-btn-plain-toolbar-small-tc,.x-btn-focus .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-small-ml,.x-btn-focus .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-small-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-small-tl,.x-btn-over .x-btn-plain-toolbar-small-bl,.x-btn-over .x-btn-plain-toolbar-small-tr,.x-btn-over .x-btn-plain-toolbar-small-br,.x-btn-over .x-btn-plain-toolbar-small-tc,.x-btn-over .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-small-ml,.x-btn-over .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-small-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-small{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)" !important}.x-button-plain-toolbar-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-plain-toolbar-small-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-small{vertical-align:top}.x-btn-plain-toolbar-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-plain-toolbar-medium-tl{background-position:0 -6px}.x-btn-plain-toolbar-medium-tr{background-position:right -9px}.x-btn-plain-toolbar-medium-bl{background-position:0 -12px}.x-btn-plain-toolbar-medium-br{background-position:right -15px}.x-btn-plain-toolbar-medium-ml{background-position:0 top}.x-btn-plain-toolbar-medium-mr{background-position:right top}.x-btn-plain-toolbar-medium-tc{background-position:0 0}.x-btn-plain-toolbar-medium-bc{background-position:0 -3px}.x-btn-plain-toolbar-medium-tr,.x-btn-plain-toolbar-medium-br,.x-btn-plain-toolbar-medium-mr{padding-right:3px}.x-btn-plain-toolbar-medium-tl,.x-btn-plain-toolbar-medium-bl,.x-btn-plain-toolbar-medium-ml{padding-left:3px}.x-btn-plain-toolbar-medium-tc{height:3px}.x-btn-plain-toolbar-medium-bc{height:3px}.x-btn-plain-toolbar-medium-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-medium{border-color:transparent}.x-btn-button-plain-toolbar-medium{min-height:24px}.x-ie9m .x-btn-button-plain-toolbar-medium{min-height:auto;height:24px}.x-btn-inner-plain-toolbar-medium{font:300 14px/18px helvetica, arial, verdana, sans-serif;color:#666;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium,.x-btn-icon-left > .x-btn-inner-plain-toolbar-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-plain-toolbar-medium{max-width:none}.x-btn-icon-el-plain-toolbar-medium{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium{min-width:24px}.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium,.x-btn-split-bottom > .x-btn-button-plain-toolbar-medium{padding-bottom:3px}.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after{width:24px;background-image:url(images/button/plain-toolbar-medium-arrow.png);padding-right:24px}.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/plain-toolbar-medium-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/plain-toolbar-medium-arrow.png)}.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after{width:28px;background-image:url(images/button/plain-toolbar-medium-s-arrow.png);padding-right:28px}.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-split-right:after{background-image:url(images/button/plain-toolbar-medium-s-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after{height:24px;background-image:url(images/button/plain-toolbar-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-right:8px}.x-btn-focus.x-btn-plain-toolbar-medium{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:31px;pointer-events:none}.x-btn-plain-toolbar-medium .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-plain-toolbar-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-medium{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium,.x-btn.x-btn-pressed.x-btn-plain-toolbar-medium{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-medium-tl,.x-btn-focus .x-btn-plain-toolbar-medium-bl,.x-btn-focus .x-btn-plain-toolbar-medium-tr,.x-btn-focus .x-btn-plain-toolbar-medium-br,.x-btn-focus .x-btn-plain-toolbar-medium-tc,.x-btn-focus .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-medium-ml,.x-btn-focus .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-medium-tl,.x-btn-over .x-btn-plain-toolbar-medium-bl,.x-btn-over .x-btn-plain-toolbar-medium-tr,.x-btn-over .x-btn-plain-toolbar-medium-br,.x-btn-over .x-btn-plain-toolbar-medium-tc,.x-btn-over .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-medium-ml,.x-btn-over .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-medium-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-medium{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)" !important}.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-medium{vertical-align:top}.x-btn-plain-toolbar-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-large-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-plain-toolbar-large-tl{background-position:0 -6px}.x-btn-plain-toolbar-large-tr{background-position:right -9px}.x-btn-plain-toolbar-large-bl{background-position:0 -12px}.x-btn-plain-toolbar-large-br{background-position:right -15px}.x-btn-plain-toolbar-large-ml{background-position:0 top}.x-btn-plain-toolbar-large-mr{background-position:right top}.x-btn-plain-toolbar-large-tc{background-position:0 0}.x-btn-plain-toolbar-large-bc{background-position:0 -3px}.x-btn-plain-toolbar-large-tr,.x-btn-plain-toolbar-large-br,.x-btn-plain-toolbar-large-mr{padding-right:3px}.x-btn-plain-toolbar-large-tl,.x-btn-plain-toolbar-large-bl,.x-btn-plain-toolbar-large-ml{padding-left:3px}.x-btn-plain-toolbar-large-tc{height:3px}.x-btn-plain-toolbar-large-bc{height:3px}.x-btn-plain-toolbar-large-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-large{border-color:transparent}.x-btn-button-plain-toolbar-large{min-height:32px}.x-ie9m .x-btn-button-plain-toolbar-large{min-height:auto;height:32px}.x-btn-inner-plain-toolbar-large{font:300 16px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-large,.x-btn-icon-left > .x-btn-inner-plain-toolbar-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-plain-toolbar-large{max-width:none}.x-btn-icon-el-plain-toolbar-large{font-size:32px;height:32px;color:#666;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large{min-width:32px}.x-btn-icon-el-plain-toolbar-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large{margin-right:0}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large.x-rtl{margin-right:0;margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-left:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large.x-rtl{margin-left:0;margin-right:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large,.x-btn-split-bottom > .x-btn-button-plain-toolbar-large{padding-bottom:3px}.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after{width:28px;background-image:url(images/button/plain-toolbar-large-arrow.png);padding-right:28px}.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-arrow-right:after{background-image:url(images/button/plain-toolbar-large-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after{height:20px;background-image:url(images/button/plain-toolbar-large-arrow.png)}.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after{width:35px;background-image:url(images/button/plain-toolbar-large-s-arrow.png);padding-right:35px}.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-split-right:after{background-image:url(images/button/plain-toolbar-large-s-arrow-rtl.png)}.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after{height:29px;background-image:url(images/button/plain-toolbar-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-right:10px}.x-btn-focus.x-btn-plain-toolbar-large{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:38px;pointer-events:none}.x-btn-plain-toolbar-large .x-btn-arrow-el.x-rtl{right:inherit;left:0}.x-btn-plain-toolbar-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-large{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large,.x-btn.x-btn-pressed.x-btn-plain-toolbar-large{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-large{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-large-tl,.x-btn-focus .x-btn-plain-toolbar-large-bl,.x-btn-focus .x-btn-plain-toolbar-large-tr,.x-btn-focus .x-btn-plain-toolbar-large-br,.x-btn-focus .x-btn-plain-toolbar-large-tc,.x-btn-focus .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-large-ml,.x-btn-focus .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-large-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-large-tl,.x-btn-over .x-btn-plain-toolbar-large-bl,.x-btn-over .x-btn-plain-toolbar-large-tr,.x-btn-over .x-btn-plain-toolbar-large-br,.x-btn-over .x-btn-plain-toolbar-large-tc,.x-btn-over .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-large-ml,.x-btn-over .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-large-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-large{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)" !important}.x-button-plain-toolbar-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-plain-toolbar-large-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-large{vertical-align:top}.x-btn-plain-toolbar-small-disabled .x-btn-icon-el,.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el,.x-btn-plain-toolbar-large-disabled .x-btn-icon-el{background-color:#fff}.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el,.x-ie8 .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el,.x-ie8 .x-btn-plain-toolbar-large-disabled .x-btn-icon-el{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-panel-light{border-color:#fff;padding:0}.x-panel-header-light{font-size:13px;border:1px solid #fff}.x-panel-header-light .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-panel-header-light-horizontal{padding:9px 9px 10px}.x-panel-header-light-horizontal .x-panel-header-light-tab-bar{margin-top:-9px;margin-bottom:-10px}.x-panel-header-light-horizontal.x-header-noborder{padding:10px 10px 10px 10px}.x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar{margin-top:-10px;margin-bottom:-10px}.x-panel-header-light-vertical{padding:9px 9px 9px 10px}.x-panel-header-light-vertical .x-panel-header-light-tab-bar{margin-right:-9px;margin-left:-10px}.x-panel-header-light-vertical.x-header-noborder{padding:10px 10px 10px 10px}.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar{margin-right:-10px;margin-left:-10px}.x-rtl.x-panel-header-light-vertical{padding:9px 10px 9px 9px}.x-rtl.x-panel-header-light-vertical .x-panel-header-light-tab-bar{margin-left:-9px;margin-right:-10px}.x-rtl.x-panel-header-light-vertical.x-header-noborder{padding:10px 10px 10px 10px}.x-rtl.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar{margin-left:-10px;margin-right:-10px}.x-panel-header-title-light{color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-panel-header-title-light > .x-title-text-light{text-transform:none;padding:0}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light{width:16px;height:16px;font-size:16px;color:#000;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light{color:grey}.x-panel-body-light{background:#fff;border-color:#cfcfcf;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-header-light{background-image:none;background-color:#fff}.x-panel-header-light-vertical{background-image:none;background-color:#fff}.x-rtl.x-panel-header-light-vertical{background-image:none;background-color:#fff}.x-panel .x-panel-header-light-collapsed-border-top{border-bottom-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-right{border-left-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-bottom{border-top-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-left{border-right-width:1px !important}.x-cmd-slicer.x-panel-header-light-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-panel-header-light-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-panel-header-light-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-panel-header-light-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-panel-header-light-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-light-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-panel-header-light-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-light-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-panel-header-light-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-light .x-tool-focus{outline:none}.x-ie8 .x-panel-header-light .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-rtl.x-panel-header-light-collapsed-border-right{border-right-width:1px !important}.x-rtl.x-panel-header-light-collapsed-border-left{border-left-width:1px !important}.x-panel-light-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-light-outer-border-l{border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-b{border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-bl{border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-r{border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-outer-border-rl{border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-rb{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-rbl{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-t{border-top-color:#fff !important;border-top-width:1px !important}.x-panel-light-outer-border-tl{border-top-color:#fff !important;border-top-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-tb{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-tbl{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-tr{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-outer-border-trl{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-trb{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-trbl{border-color:#fff !important;border-width:1px !important}.x-panel-light-framed{border-color:#fff;padding:0}.x-panel-header-light-framed{font-size:13px;border:1px solid #fff}.x-panel-header-light-framed .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-panel-header-light-framed-horizontal{padding:9px 9px 9px 9px}.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar{margin-top:-9px;margin-bottom:-9px}.x-panel-header-light-framed-horizontal.x-header-noborder{padding:10px 10px 9px 10px}.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-top:-10px;margin-bottom:-9px}.x-panel-header-light-framed-vertical{padding:9px 9px 9px 9px}.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar{margin-right:-9px;margin-left:-9px}.x-panel-header-light-framed-vertical.x-header-noborder{padding:10px 10px 10px 9px}.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-right:-10px;margin-left:-9px}.x-rtl.x-panel-header-light-framed-vertical{padding:9px 9px 9px 9px}.x-rtl.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar{margin-left:-9px;margin-right:-9px}.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder{padding:10px 9px 10px 10px}.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-left:-10px;margin-right:-9px}.x-panel-header-title-light-framed{color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-panel-header-title-light-framed > .x-title-text-light-framed{text-transform:none;padding:0}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right.x-rtl{padding-left:0;padding-right:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left.x-rtl{padding-right:0;padding-left:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed{width:16px;height:16px;font-size:16px;color:#000;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed{color:grey}.x-panel-body-light-framed{background:#fff;border-color:#cfcfcf;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-light-framed{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-panel-light-framed-mc{background-color:#fff}.x-nbr .x-panel-light-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-light-framed-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-panel-light-framed-tl{background-position:0 -8px}.x-panel-light-framed-tr{background-position:right -12px}.x-panel-light-framed-bl{background-position:0 -16px}.x-panel-light-framed-br{background-position:right -20px}.x-panel-light-framed-ml{background-position:0 top}.x-panel-light-framed-mr{background-position:right top}.x-panel-light-framed-tc{background-position:0 0}.x-panel-light-framed-bc{background-position:0 -4px}.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-mr{padding-right:4px}.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-ml{padding-left:4px}.x-panel-light-framed-tc{height:4px}.x-panel-light-framed-bc{height:4px}.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-tc,.x-panel-light-framed-bc,.x-panel-light-framed-ml,.x-panel-light-framed-mr{background-image:url(images/panel/panel-light-framed-corners.gif)}.x-panel-light-framed-ml,.x-panel-light-framed-mr{background-image:url(images/panel/panel-light-framed-sides.gif);background-repeat:repeat-y}.x-panel-light-framed-mc{padding:0 0 0 0}.x-cmd-slicer.x-panel-light-framed:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important}.x-panel-header-light-framed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 0 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-top-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-top-frameInfo{font-family:dh-4-4-0-4-1-1-0-1-9-9-9-9}.x-panel-header-light-framed-top-tl{background-position:0 -8px}.x-panel-header-light-framed-top-tr{background-position:right -12px}.x-panel-header-light-framed-top-bl{background-position:0 -16px}.x-panel-header-light-framed-top-br{background-position:right -20px}.x-panel-header-light-framed-top-ml{background-position:0 top}.x-panel-header-light-framed-top-mr{background-position:right top}.x-panel-header-light-framed-top-tc{background-position:0 0}.x-panel-header-light-framed-top-bc{background-position:0 -4px}.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-mr{padding-right:4px}.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-ml{padding-left:4px}.x-panel-header-light-framed-top-tc{height:4px}.x-panel-header-light-framed-top-bc{height:0}.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-tc,.x-panel-header-light-framed-top-bc,.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-top-corners.gif)}.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-top-mc{padding:6px 6px 9px 6px}.x-cmd-slicer.x-panel-header-light-framed-top:before{display:none;content:"x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important}.x-panel-header-light-framed-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 1px 0;border-style:solid;background-color:#fff}.x-rtl.x-panel-header-light-framed-right{background-image:none;background-color:#fff}.x-panel-header-light-framed-right-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-right-frameInfo{font-family:dh-4-4-4-0-1-1-1-0-9-9-9-9}.x-panel-header-light-framed-right-tl{background-position:0 -8px}.x-panel-header-light-framed-right-tr{background-position:right -12px}.x-panel-header-light-framed-right-bl{background-position:0 -16px}.x-panel-header-light-framed-right-br{background-position:right -20px}.x-panel-header-light-framed-right-ml{background-position:right 0}.x-panel-header-light-framed-right-mr{background-position:right 0}.x-panel-header-light-framed-right-tc{background-position:0 0}.x-panel-header-light-framed-right-bc{background-position:0 -4px}.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-mr{padding-right:4px}.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-ml{padding-left:0}.x-panel-header-light-framed-right-tc{height:4px}.x-panel-header-light-framed-right-bc{height:4px}.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-tc,.x-panel-header-light-framed-right-bc,.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-right-corners.gif)}.x-rtl.x-panel-header-light-framed-right-tl,.x-rtl.x-panel-header-light-framed-right-ml,.x-rtl.x-panel-header-light-framed-right-bl,.x-rtl.x-panel-header-light-framed-right-tr,.x-rtl.x-panel-header-light-framed-right-mr,.x-rtl.x-panel-header-light-framed-right-br{background-image:url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif)}.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-right-mc{padding:6px 6px 6px 9px}.x-cmd-slicer.x-panel-header-light-framed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important}.x-panel-header-light-framed-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:0 1px 1px 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-bottom-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-bottom-frameInfo{font-family:dh-0-4-4-4-0-1-1-1-9-9-9-9}.x-panel-header-light-framed-bottom-tl{background-position:0 -8px}.x-panel-header-light-framed-bottom-tr{background-position:right -12px}.x-panel-header-light-framed-bottom-bl{background-position:0 -16px}.x-panel-header-light-framed-bottom-br{background-position:right -20px}.x-panel-header-light-framed-bottom-ml{background-position:0 bottom}.x-panel-header-light-framed-bottom-mr{background-position:right bottom}.x-panel-header-light-framed-bottom-tc{background-position:0 0}.x-panel-header-light-framed-bottom-bc{background-position:0 -4px}.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-mr{padding-right:4px}.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-ml{padding-left:4px}.x-panel-header-light-framed-bottom-tc{height:0}.x-panel-header-light-framed-bottom-bc{height:4px}.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-tc,.x-panel-header-light-framed-bottom-bc,.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-bottom-corners.gif)}.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-bottom-mc{padding:9px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-bottom:before{display:none;content:"x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important}.x-panel-header-light-framed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px 0 1px 1px;border-style:solid;background-color:#fff}.x-rtl.x-panel-header-light-framed-left{background-image:none;background-color:#fff}.x-panel-header-light-framed-left-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-left-frameInfo{font-family:dh-4-0-4-4-1-0-1-1-9-9-9-9}.x-panel-header-light-framed-left-tl{background-position:0 -8px}.x-panel-header-light-framed-left-tr{background-position:right -12px}.x-panel-header-light-framed-left-bl{background-position:0 -16px}.x-panel-header-light-framed-left-br{background-position:right -20px}.x-panel-header-light-framed-left-ml{background-position:left 0}.x-panel-header-light-framed-left-mr{background-position:left 0}.x-panel-header-light-framed-left-tc{background-position:0 0}.x-panel-header-light-framed-left-bc{background-position:0 -4px}.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-mr{padding-right:0}.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-ml{padding-left:4px}.x-panel-header-light-framed-left-tc{height:4px}.x-panel-header-light-framed-left-bc{height:4px}.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-tc,.x-panel-header-light-framed-left-bc,.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-left-corners.gif)}.x-rtl.x-panel-header-light-framed-left-tl,.x-rtl.x-panel-header-light-framed-left-ml,.x-rtl.x-panel-header-light-framed-left-bl,.x-rtl.x-panel-header-light-framed-left-tr,.x-rtl.x-panel-header-light-framed-left-mr,.x-rtl.x-panel-header-light-framed-left-br{background-image:url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif)}.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-left-mc{padding:6px 9px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-left:before{display:none;content:"x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important}.x-panel-header-light-framed-collapsed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-top-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-light-framed-collapsed-top-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-top-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-top-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-top-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-top-ml{background-position:0 top}.x-panel-header-light-framed-collapsed-top-mr{background-position:right top}.x-panel-header-light-framed-collapsed-top-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-top-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-top-tc{height:4px}.x-panel-header-light-framed-collapsed-top-bc{height:4px}.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-tc,.x-panel-header-light-framed-collapsed-top-bc,.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif)}.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-top-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important}.x-panel-header-light-framed-collapsed-right{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#fff}.x-rtl.x-panel-header-light-framed-collapsed-right{background-image:none;background-color:#fff}.x-panel-header-light-framed-collapsed-right-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-light-framed-collapsed-right-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-right-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-right-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-right-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-right-ml{background-position:right 0}.x-panel-header-light-framed-collapsed-right-mr{background-position:right 0}.x-panel-header-light-framed-collapsed-right-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-right-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-right-tc{height:4px}.x-panel-header-light-framed-collapsed-right-bc{height:4px}.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-tc,.x-panel-header-light-framed-collapsed-right-bc,.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif)}.x-rtl.x-panel-header-light-framed-collapsed-right-tl,.x-rtl.x-panel-header-light-framed-collapsed-right-ml,.x-rtl.x-panel-header-light-framed-collapsed-right-bl,.x-rtl.x-panel-header-light-framed-collapsed-right-tr,.x-rtl.x-panel-header-light-framed-collapsed-right-mr,.x-rtl.x-panel-header-light-framed-collapsed-right-br{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif)}.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-right-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important}.x-panel-header-light-framed-collapsed-bottom{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-bottom-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-light-framed-collapsed-bottom-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-bottom-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-bottom-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-bottom-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-bottom-ml{background-position:0 bottom}.x-panel-header-light-framed-collapsed-bottom-mr{background-position:right bottom}.x-panel-header-light-framed-collapsed-bottom-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-bottom-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-bottom-tc{height:4px}.x-panel-header-light-framed-collapsed-bottom-bc{height:4px}.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-tc,.x-panel-header-light-framed-collapsed-bottom-bc,.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif)}.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-bottom-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important}.x-panel-header-light-framed-collapsed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#fff}.x-rtl.x-panel-header-light-framed-collapsed-left{background-image:none;background-color:#fff}.x-panel-header-light-framed-collapsed-left-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-light-framed-collapsed-left-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-left-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-left-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-left-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-left-ml{background-position:left 0}.x-panel-header-light-framed-collapsed-left-mr{background-position:left 0}.x-panel-header-light-framed-collapsed-left-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-left-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-left-tc{height:4px}.x-panel-header-light-framed-collapsed-left-bc{height:4px}.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-tc,.x-panel-header-light-framed-collapsed-left-bc,.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif)}.x-rtl.x-panel-header-light-framed-collapsed-left-tl,.x-rtl.x-panel-header-light-framed-collapsed-left-ml,.x-rtl.x-panel-header-light-framed-collapsed-left-bl,.x-rtl.x-panel-header-light-framed-collapsed-left-tr,.x-rtl.x-panel-header-light-framed-collapsed-left-mr,.x-rtl.x-panel-header-light-framed-collapsed-left-br{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif)}.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-left-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important}.x-panel .x-panel-header-light-framed-top{border-bottom-width:1px !important}.x-panel .x-panel-header-light-framed-right{border-left-width:1px !important}.x-panel .x-panel-header-light-framed-bottom{border-top-width:1px !important}.x-panel .x-panel-header-light-framed-left{border-right-width:1px !important}.x-nbr .x-panel-header-light-framed-collapsed-top{border-bottom-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-right{border-left-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-bottom{border-top-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-left{border-right-width:0 !important}.x-panel-header-light-framed-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-light-framed-horizontal .x-rtl.x-tool-after-title{margin:0 6px 0 0}.x-panel-header-light-framed-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-light-framed-horizontal .x-rtl.x-tool-before-title{margin:0 0 0 6px}.x-panel-header-light-framed-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-framed-vertical .x-rtl.x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-framed-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light-framed-vertical .x-rtl.x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light-framed .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-light-framed .x-tool-focus{outline:none}.x-ie8 .x-panel-header-light-framed .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-rtl.x-panel-header-light-framed-collapsed-border-right{border-right-width:1px !important}.x-rtl.x-panel-header-light-framed-collapsed-border-left{border-left-width:1px !important}.x-panel-light-framed-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-light-framed-outer-border-l{border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-b{border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-bl{border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-r{border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-framed-outer-border-rl{border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-rb{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-rbl{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-t{border-top-color:#fff !important;border-top-width:1px !important}.x-panel-light-framed-outer-border-tl{border-top-color:#fff !important;border-top-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-tb{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-tbl{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-tr{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-framed-outer-border-trl{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-trb{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-trbl{border-color:#fff !important;border-width:1px !important}.x-form-file-wrap .x-form-trigger-wrap{border:0}.x-form-file-wrap .x-form-trigger-wrap .x-form-text{border:1px solid;border-color:#cfcfcf;height:24px}.x-html-editor-container{border:1px solid;border-color:#cfcfcf}.x-grid-header-ct{border:1px solid #cfcfcf}.x-column-header-trigger{background-color:#eff6fb;border-left:1px solid #cfcfcf}.x-rtl.x-column-header-trigger{border-right:1px solid #cfcfcf;border-left:0}.x-column-header-last{border-right-width:0}.x-column-header-last .x-column-header-over .x-column-header-trigger{border-right:1px solid #cfcfcf}.x-rtl.x-column-header-last{border-left-width:0}.x-rtl.x-column-header-last .x-column-header-over .x-column-header-trigger{border-left:1px solid #cfcfcf}.x-resizable-handle{background-repeat:no-repeat}.x-resizable-handle-east-over,.x-resizable-handle-west-over{background-position:center}.x-resizable-handle-south-over,.x-resizable-handle-north-over{background-position:center}.x-resizable-handle-southeast-over{background-position:-2px -2px}.x-resizable-handle-northwest-over{background-position:2px 2px}.x-resizable-handle-northeast-over{background-position:-2px 2px}.x-resizable-handle-southwest-over{background-position:2px -2px}.x-resizable-pinned .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-west{background-position:center}.x-resizable-pinned .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-north{background-position:center}.x-resizable-pinned .x-resizable-handle-southeast{background-position:-2px -2px}.x-resizable-pinned .x-resizable-handle-northwest{background-position:2px 2px}.x-resizable-pinned .x-resizable-handle-northeast{background-position:-2px 2px}.x-resizable-pinned .x-resizable-handle-southwest{background-position:2px -2px} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all.css deleted file mode 100644 index 9835e24..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all.css +++ /dev/null @@ -1,2 +0,0 @@ -@import 'theme-crisp-all_1.css'; -@import 'theme-crisp-all_2.css'; diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all_1.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all_1.css deleted file mode 100644 index 29d61b1..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all_1.css +++ /dev/null @@ -1 +0,0 @@ -.x-size-monitored{position:relative}.x-size-monitors{position:absolute;left:0;top:0;width:100%;height:100%;visibility:hidden;overflow:hidden}.x-size-monitors > *{width:100%;height:100%;overflow:hidden}.x-size-monitors.scroll > *.shrink::after{content:'';display:block;width:200%;height:200%;min-width:1px;min-height:1px}.x-size-monitors.scroll > *.expand::after{content:'';display:block;width:100000px;height:100000px}.x-size-monitors.overflowchanged > *.shrink > *{width:100%;height:100%}.x-size-monitors.overflowchanged > *.expand > *{width:200%;height:200%}.x-size-change-detector{visibility:hidden;position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;overflow:hidden}.x-size-change-detector > *{visibility:hidden}.x-size-change-detector-shrink > *{width:200%;height:200%}.x-size-change-detector-expand > *{width:100000px;height:100000px}@-webkit-keyframes x-paint-monitor-helper{from{zoom:1}to{zoom:1}}@keyframes x-paint-monitor-helper{from{zoom:1}to{zoom:1}}.x-paint-monitored{position:relative}.x-paint-monitor{width:0 !important;height:0 !important;visibility:hidden}.x-paint-monitor.cssanimation{-webkit-animation-duration:0.0001ms;-webkit-animation-name:x-paint-monitor-helper;animation-duration:0.0001ms;animation-name:x-paint-monitor-helper}.x-paint-monitor.overflowchange{overflow:hidden}.x-paint-monitor.overflowchange::after{content:'';display:block;width:1px !important;height:1px !important}.x-progress{border-style:solid;overflow:hidden;position:relative}.x-progress-bar{height:100%;width:0}.x-progress-text,.x-progress-bar{overflow:hidden;position:absolute}.x-translatable{position:absolute !important;top:500000px !important;left:500000px !important;overflow:visible !important;z-index:1}.x-translatable-hboxfix{position:absolute;min-width:100%;top:0;left:0}.x-translatable-hboxfix > .x-translatable{position:relative !important}.x-translatable-container{overflow:hidden;width:auto;height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.x-translatable-container::before{content:'';display:block;width:1000000px;height:1000000px;visibility:hidden}.x-scroll-container{overflow:hidden;position:relative}.x-scroll-scroller{float:left;position:relative;min-width:100%;min-height:100%}.x-domscroller-spacer{position:absolute;height:1px;width:1px;font-size:0;line-height:0}.x-treelist{background-color:#fff;background-position:16px 0%;overflow:hidden;padding:0 0 0 0}.x-big .x-treelist{background-position: 0%}.x-treelist-container,.x-treelist-root-container{width:100%}.x-treelist-toolstrip{display:none}.x-treelist-micro > .x-treelist-toolstrip{display:inline-block}.x-treelist-micro > .x-treelist-root-container{display:none}.x-treelist-item,.x-treelist-container,.x-treelist-root-container{overflow:hidden;list-style:none;padding:0;margin:0}.x-treelist-item-tool,.x-treelist-row,.x-treelist-item-wrap{position:relative}.x-treelist-item-icon,.x-treelist-item-expander{display:none;position:absolute;top:0}.x-treelist-item-expander{right:0;cursor:pointer}.x-treelist-expander-only .x-treelist-item-expandable > * > .x-treelist-item-wrap > *{cursor:pointer}.x-treelist-item-text{cursor:default;white-space:nowrap;overflow:hidden}.x-treelist-item-collapsed > .x-treelist-container{display:none}.x-treelist-item-expandable > * > * > .x-treelist-item-expander,.x-treelist-item-icon{display:block}.x-treelist-item-floated > * > * > .x-treelist-item-expander,.x-treelist-item-floated > * > * > .x-treelist-item-icon{display:none}.x-treelist-expander-first .x-treelist-item-expander{left:0;right:auto}.x-treelist-toolstrip{background-color:#f8f8f8}.x-treelist-item-selected > .x-treelist-row{background-color:#c2ddf2}.x-treelist-item-selected > .x-treelist-row-over{background-color:#c2ddf2}.x-treelist-item-tool{padding-left:6px;padding-right:10px}.x-treelist-item-icon:before,.x-treelist-item-tool:before,.x-treelist-item-expander{line-height:24px}.x-treelist-item-icon,.x-treelist-item-tool,.x-treelist-item-expander{text-align:center}.x-treelist-item-icon,.x-treelist-item-tool{color:#cfcfcf;font-size:16px;width:16px}.x-treelist-item-tool{width:32px}.x-treelist-item-expander{color:#cfcfcf;font-size:16px;width:18px}.x-treelist-item-expander:after{content:"\f0da";font:16px/1 FontAwesome}.x-treelist-item-expanded > * > * > .x-treelist-item-expander:after{content:"\f0d7";font:16px/1 FontAwesome}.x-treelist-item-text{color:#000;margin-left:20px;margin-right:18px;font-size:13px;line-height:24px;text-overflow:ellipsis}.x-treelist-row{padding-left:6px;padding-right:10px}.x-treelist-item-floated .x-treelist-container{width:auto}.x-treelist-item-floated > .x-treelist-row{background-color:#f8f8f8}.x-treelist-item-floated > .x-treelist-container{margin-left:-16px}.x-big .x-treelist-item-floated > .x-treelist-container{margin-left:0}.x-treelist-item-floated > * > * > .x-treelist-item-text{margin-left:0}.x-treelist-item-floated > * .x-treelist-row{padding-left:0}.x-treelist-item-floated .x-treelist-row:before{width:0}.x-treelist-item-floated > .x-treelist-row-over{background-color:#f8f8f8}.x-treelist-item-floated > .x-treelist-row-over > * > .x-treelist-item-text{color:#000}.x-treelist-item-expanded > .x-treelist-item-expander:after{content:"\f0d7";font:16px/1 FontAwesome}.x-treelist-item-collapsed > * > .x-treelist-item-expander:after{content:"\f0da";font:16px/1 FontAwesome}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-icon{color:#cfcfcf;transition:color 0.5s}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-text{color:#000;transition:color 0.5s}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-expander{color:#cfcfcf;transition:color 0.5s}.x-treelist-row-over{background-color:#e2eff9}.x-treelist-row-over > * > .x-treelist-item-icon{color:#cfcfcf;transition:color 0.5s}.x-treelist-row-over > * > .x-treelist-item-text{color:#000;transition:color 0.5s}.x-treelist-row-over > * > .x-treelist-item-expander{color:#cfcfcf;transition:color 0.5s}.x-treelist-expander-first .x-treelist-item-icon{left:18px}.x-treelist-expander-first .x-treelist-item-text{margin-left:38px;margin-right:0}.x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text{margin-left:22px}.x-treelist-item-hide-icon > * > * > .x-treelist-item-text{margin-left:4px}.x-body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.x-no-touch-scroll{touch-action:none;-ms-touch-action:none}@-ms-viewport{width:device-width}img{border:0}.x-border-box,.x-border-box *{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box}.x-ltr{direction:ltr}.x-clear{overflow:hidden;clear:both;font-size:0;line-height:0;display:table}.x-layer{position:absolute !important;overflow:hidden}.x-fixed-layer{position:fixed !important;overflow:hidden}.x-shim{position:absolute;left:0;top:0;overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-hidden-display{display:none !important}.x-hidden-visibility{visibility:hidden !important}.x-hidden,.x-hidden-offsets{display:block !important;visibility:hidden !important;position:absolute !important;top:-10000px !important}.x-hidden-clip{position:absolute !important;clip:rect(0,0,0,0)}.x-masked-relative{position:relative}.x-ie-shadow{background-color:#777;position:absolute;overflow:hidden}.x-unselectable{user-select:none;-o-user-select:none;-ms-user-select:none;-moz-user-select:-moz-none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-drag:none;cursor:default}.x-selectable{cursor:auto;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;-o-user-select:text}.x-list-plain{list-style-type:none;margin:0;padding:0}.x-table-plain{border-collapse:collapse;border-spacing:0;font-size:1em}.x-frame-tl,.x-frame-tr,.x-frame-tc,.x-frame-bl,.x-frame-br,.x-frame-bc{overflow:hidden;background-repeat:no-repeat}.x-frame-tc,.x-frame-bc{background-repeat:repeat-x}td.x-frame-tl,td.x-frame-tr,td.x-frame-bl,td.x-frame-br{width:1px}.x-frame-mc{background-repeat:repeat-x;overflow:hidden}.x-proxy-el{position:absolute;background:#b4b4b4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-css-shadow{position:absolute;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.x-item-disabled,.x-item-disabled *{cursor:default;pointer-events:none}.x-component,.x-container{position:relative}:focus{outline:none}.x-body .x-sync-repaint:before,.x-body .x-sync-repaint:after{content:none !important}.x-position-relative{position:relative !important}.x-box-item{position:absolute !important;left:0;top:0}.x-autocontainer-outerCt{display:table}.x-autocontainer-innerCt{display:table-cell;height:100%;vertical-align:top}.x-mask{z-index:100;position:absolute;top:0;left:0;width:100%;height:100%;outline:none !important}.x-ie8 .x-mask{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.x-mask-fixed{position:fixed}.x-mask-msg{position:absolute}.x-btn{display:inline-block;outline:0;cursor:pointer;white-space:nowrap;text-decoration:none;vertical-align:top;overflow:hidden;position:relative}.x-btn > .x-frame{height:100%;width:100%}.x-btn-wrap{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.x-btn-wrap.x-btn-arrow-bottom,.x-btn-wrap.x-btn-split-bottom{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.x-ie9m .x-btn-wrap{display:table;border-spacing:0}.x-btn-button{white-space:nowrap;line-height:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}.x-btn-button.x-btn-icon-top,.x-btn-button.x-btn-icon-bottom{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-ie9m .x-btn-button{display:table-cell;vertical-align:middle}.x-btn-inner{overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:1;display:block}.x-ie9m .x-btn-inner{display:inline-block;vertical-align:middle}.x-btn-icon.x-btn-no-text > .x-btn-inner{display:none}.x-btn-icon-el{display:none;vertical-align:middle;text-align:center;background-position:center center;background-repeat:no-repeat}.x-btn-icon > .x-btn-icon-el{display:block}.x-ie9m .x-btn-icon-left > .x-btn-icon-el,.x-ie9m .x-btn-icon-right > .x-btn-icon-el{display:inline-block}.x-btn-button-center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-btn-button-left{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.x-btn-button-right{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.x-btn-arrow:after,.x-btn-split:after{display:block;background-repeat:no-repeat;content:'';box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;text-align:center}.x-btn-arrow-right:after,.x-btn-split-right:after{background-position:right center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.x-ie9m .x-btn-arrow-right:after,.x-ie9m .x-btn-split-right:after{display:table-cell;vertical-align:middle}.x-btn-arrow-bottom:after,.x-btn-split-bottom:after{background-position:center bottom;content:'\00a0';line-height:0}.x-ie9m .x-btn-arrow-bottom:after,.x-ie9m .x-btn-split-bottom:after{display:table-row}.x-btn-split-right > .x-btn-button:after{position:absolute;display:block;top:-100%;right:0;height:300%;content:''}.x-btn-split-bottom > .x-btn-button:after{position:absolute;display:block;bottom:0;left:-100%;font-size:0;width:300%;content:''}.x-btn-mc{overflow:visible}.x-segmented-button{display:table;table-layout:fixed}.x-segmented-button-item{display:table-cell;vertical-align:top}.x-segmented-button-item > .x-frame{width:100%;height:100%}.x-segmented-button-item .x-btn-mc{width:100%}.x-segmented-button-item-horizontal{display:table-cell;height:100%}.x-segmented-button-item-horizontal.x-segmented-button-first{border-top-right-radius:0;border-bottom-right-radius:0}.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-tr,.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-mr,.x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-br{display:none}.x-segmented-button-item-horizontal.x-segmented-button-middle{border-radius:0;border-left:0}.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tl,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tr,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-ml,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-mr,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-bl,.x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-br{display:none}.x-segmented-button-item-horizontal.x-segmented-button-last{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-tl,.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-ml,.x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-bl{display:none}.x-segmented-button-row{display:table-row}.x-segmented-button-item-vertical.x-segmented-button-first{border-bottom-right-radius:0;border-bottom-left-radius:0}.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bl,.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bc,.x-segmented-button-item-vertical.x-segmented-button-first .x-btn-br{display:none}.x-segmented-button-item-vertical.x-segmented-button-middle{border-radius:0;border-top:0}.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tl,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tc,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tr,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bl,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bc,.x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-br{display:none}.x-segmented-button-item-vertical.x-segmented-button-last{border-top:0;border-top-right-radius:0;border-top-left-radius:0}.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tl,.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tc,.x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tr{display:none}.x-title-icon{background-repeat:no-repeat;background-position:0 0;vertical-align:middle;line-height:1;text-align:center}.x-title{display:table;table-layout:fixed}.x-title-text{display:table-cell;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:middle}.x-title-align-left{text-align:left}.x-title-align-center{text-align:center}.x-title-align-right{text-align:right}.x-title-rotate-right{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-title-rotate-right{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-title-rotate-left{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-title-rotate-left{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-horizontal.x-header .x-title-rotate-right.x-title-align-left > .x-title-item{vertical-align:bottom}.x-horizontal.x-header .x-title-rotate-right.x-title-align-center > .x-title-item{vertical-align:middle}.x-horizontal.x-header .x-title-rotate-right.x-title-align-right > .x-title-item{vertical-align:top}.x-horizontal.x-header .x-title-rotate-left.x-title-align-left > .x-title-item{vertical-align:top}.x-horizontal.x-header .x-title-rotate-left.x-title-align-center > .x-title-item{vertical-align:middle}.x-horizontal.x-header .x-title-rotate-left.x-title-align-right > .x-title-item{vertical-align:bottom}.x-vertical.x-header .x-title-rotate-none.x-title-align-left > .x-title-item{vertical-align:top}.x-vertical.x-header .x-title-rotate-none.x-title-align-center > .x-title-item{vertical-align:middle}.x-vertical.x-header .x-title-rotate-none.x-title-align-right > .x-title-item{vertical-align:bottom}.x-title-icon-wrap{display:table-cell;text-align:center;vertical-align:middle;line-height:0}.x-title-icon-wrap.x-title-icon-top,.x-title-icon-wrap.x-title-icon-bottom{display:table-row}.x-title-icon{display:inline-block;vertical-align:middle;background-position:center;background-repeat:no-repeat}.x-tool{font-size:0;line-height:0}.x-header > .x-box-inner,.x-panel-header-mc > .x-box-inner,.x-window-header-mc > .x-box-inner{overflow:visible}.x-splitter{font-size:1px}.x-splitter-horizontal{cursor:e-resize;cursor:row-resize}.x-splitter-vertical{cursor:e-resize;cursor:col-resize}.x-splitter-collapsed,.x-splitter-horizontal-noresize,.x-splitter-vertical-noresize{cursor:default}.x-splitter-active{z-index:4}.x-collapse-el{position:absolute;background-repeat:no-repeat}.x-splitter-focus{z-index:4}.x-box-layout-ct{overflow:hidden}.x-box-target{position:absolute;width:20000px;top:0;left:0;height:1px}.x-box-inner{overflow:hidden;position:relative;left:0;top:0}.x-box-scroller{position:absolute;background-repeat:no-repeat;background-position:center;line-height:0;font-size:0;text-align:center}.x-box-scroller-top{top:0}.x-box-scroller-right{right:0}.x-box-scroller-bottom{bottom:0}.x-box-scroller-left{left:0}.x-box-menu-body-horizontal{float:left}.x-box-menu-after{position:relative;float:left}.x-toolbar-text{white-space:nowrap}.x-toolbar-separator{display:block;font-size:1px;overflow:hidden;cursor:default;border:0;width:0;height:0;line-height:0px}.x-toolbar-scroller{padding-left:0}.x-toolbar-plain{border:0}.x-dd-drag-proxy,.x-dd-drag-current{z-index:1000000!important;pointer-events:none}.x-dd-drag-proxy{display:table}.x-dd-drag-repair .x-dd-drag-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-dd-drag-repair .x-dd-drop-icon{display:none}.x-dd-drag-ghost,.x-dd-drop-icon{display:table-cell;vertical-align:middle}.x-dd-drag-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);opacity:0.85;white-space:nowrap}.x-dd-drop-icon{height:26px;width:26px;background-color:transparent;background-position:center;background-repeat:no-repeat}.x-docked{position:absolute !important;z-index:2}.x-docked-vertical{position:static}.x-docked-top{border-bottom-width:0 !important}.x-docked-bottom{border-top-width:0 !important}.x-docked-left{border-right-width:0 !important}.x-docked-right{border-left-width:0 !important}.x-docked-noborder-top{border-top-width:0 !important}.x-docked-noborder-right{border-right-width:0 !important}.x-docked-noborder-bottom{border-bottom-width:0 !important}.x-docked-noborder-left{border-left-width:0 !important}.x-noborder-l{border-left-width:0 !important}.x-noborder-b{border-bottom-width:0 !important}.x-noborder-bl{border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-r{border-right-width:0 !important}.x-noborder-rl{border-right-width:0 !important;border-left-width:0 !important}.x-noborder-rb{border-right-width:0 !important;border-bottom-width:0 !important}.x-noborder-rbl{border-right-width:0 !important;border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-t{border-top-width:0 !important}.x-noborder-tl{border-top-width:0 !important;border-left-width:0 !important}.x-noborder-tb{border-top-width:0 !important;border-bottom-width:0 !important}.x-noborder-tbl{border-top-width:0 !important;border-bottom-width:0 !important;border-left-width:0 !important}.x-noborder-tr{border-top-width:0 !important;border-right-width:0 !important}.x-noborder-trl{border-top-width:0 !important;border-right-width:0 !important;border-left-width:0 !important}.x-noborder-trb{border-top-width:0 !important;border-right-width:0 !important;border-bottom-width:0 !important}.x-noborder-trbl{border-width:0 !important}.x-panel,.x-plain{overflow:hidden;position:relative}.x-panel{outline:none}td.x-frame-mc{vertical-align:top}.x-panel-body{overflow:hidden;position:relative}.x-panel-header-plain,.x-panel-body-plain{border:0;padding:0}.x-panel-collapsed-mini{visibility:hidden}.x-table-layout{font-size:1em}.x-btn-group{position:relative;overflow:hidden}.x-btn-group-body{position:relative}.x-btn-group-body .x-table-layout-cell{vertical-align:top}.x-viewport,.x-viewport > .x-body{margin:0;padding:0;border:0 none;overflow:hidden;position:static;touch-action:none;-ms-touch-action:none}.x-viewport{height:100%}.x-viewport > .x-body{min-height:100%}.x-column{float:left}.x-resizable-overlay{position:absolute;left:0;top:0;width:100%;height:100%;display:none;z-index:200000;background-color:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-window{outline:none;overflow:hidden}.x-window .x-window-wrap{position:relative}.x-window-body{position:relative;overflow:hidden}.x-form-item{display:table;table-layout:fixed;border-spacing:0;border-collapse:separate}.x-form-item-label{overflow:hidden}.x-form-item.x-form-item-no-label > .x-form-item-label{display:none}.x-form-item-label,.x-form-item-body{display:table-cell}.x-ie8 .x-form-fieldcontainer .x-form-item-label-top + .x-form-item-body{display:table-row}.x-form-item-body{vertical-align:middle;height:100%}.x-form-item-label-inner{display:inline-block}.x-form-item-label-top{display:table-row;height:1px}.x-form-item-label-top > .x-form-item-label-inner{display:table-cell}.x-form-item-label-top-side-error:after{display:table-cell;content:''}.x-form-item-label-right{text-align:right}.x-form-error-wrap-side{display:table-cell;vertical-align:middle}.x-form-error-wrap-under{display:table-row;height:1px}.x-form-error-wrap-under > .x-form-error-msg{display:table-cell}.x-form-error-wrap-under-side-label:before{display:table-cell;content:'';pointer-events:none}.x-form-invalid-icon{overflow:hidden}.x-form-invalid-icon ul{display:none}.x-form-trigger-wrap{display:table;width:100%;height:100%}.x-gecko .x-form-trigger-wrap{display:-moz-inline-box;display:inline-flex;vertical-align:top}.x-form-text-wrap{display:table-cell;overflow:hidden;height:100%}.x-gecko .x-form-text-wrap{display:block;-moz-box-flex:1;flex:1}.x-form-item-body.x-form-text-grow{min-width:inherit;max-width:inherit}.x-form-text{border:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;display:block;background:repeat-x 0 0;width:100%;height:100%}.x-webkit .x-form-text{height:calc(100% + 3px)}.x-form-trigger{display:table-cell;vertical-align:top;cursor:pointer;overflow:hidden;background-repeat:no-repeat;text-align:center;line-height:0;white-space:nowrap}.x-item-disabled .x-form-trigger{cursor:default}.x-form-trigger.x-form-trigger-cmp{background:none;border:0}.x-gecko .x-form-trigger{display:block}.x-form-textarea{overflow:auto;resize:none}div.x-form-text-grow .x-form-textarea{min-height:inherit}.x-message-box .x-form-display-field{height:auto}.x-form-cb-wrap{vertical-align:top}.x-form-cb-wrap-inner{position:relative}.x-form-cb{position:absolute;left:0;right:auto;vertical-align:top;overflow:hidden;padding:0;border:0;cursor:default}.x-form-cb::-moz-focus-inner{padding:0;border:0}.x-form-cb-after{left:auto;right:0}.x-form-cb-label{display:inline-block}.x-form-cb-label.x-form-cb-no-box-label{display:none}.x-fieldset{display:block;position:relative;overflow:hidden}.x-fieldset-header{overflow:hidden}.x-fieldset-header .x-form-item,.x-fieldset-header .x-tool{float:left}.x-fieldset-header .x-fieldset-header-text{float:left}.x-fieldset-header .x-form-cb-wrap{font-size:0;line-height:0;min-height:0;height:auto}.x-fieldset-header .x-form-cb{margin:0;position:static;display:inherit}.x-fieldset-body{overflow:hidden}.x-fieldset-collapsed{padding-bottom:0 !important}.x-fieldset-collapsed > .x-fieldset-body{display:none}.x-fieldset-header-text-collapsible{cursor:pointer}.x-view-item-focused{outline:1px dashed #157fcc!important;outline-offset:-1px}.x-ie9 .x-boundlist-list-ct{min-height:0%}.x-datepicker{position:relative}.x-datepicker .x-monthpicker{left:0;top:0;display:block}.x-datepicker .x-monthpicker-months,.x-datepicker .x-monthpicker-years{height:100%}.x-datepicker-inner{table-layout:fixed;width:100%;border-collapse:separate}.x-datepicker-cell{padding:0}.x-datepicker-header{position:relative}.x-datepicker-arrow{position:absolute;outline:none;font-size:0}.x-datepicker-column-header{padding:0}.x-datepicker-date{display:block;text-decoration:none}.x-monthpicker{display:table}.x-monthpicker-body{height:100%;position:relative}.x-monthpicker-months,.x-monthpicker-years{float:left}.x-monthpicker-item{float:left}.x-monthpicker-item-inner{display:block;text-decoration:none}.x-monthpicker-yearnav-button-ct{float:left;text-align:center}.x-monthpicker-yearnav-button{display:inline-block;outline:none;font-size:0}.x-monthpicker-buttons{width:100%}.x-datepicker .x-monthpicker-buttons{position:absolute;bottom:0}.x-datepicker-month .x-btn-split > .x-btn-button:after{content:none}.x-form-display-field-body{vertical-align:top}.x-form-file-btn{overflow:hidden;position:relative}.x-form-file-input{border:0;position:absolute;cursor:pointer;top:0;right:0;width:100%;height:100%;overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;font-size:1000px}.x-form-item-hidden{margin:0}.x-tip{position:absolute;overflow:visible}.x-tip-body{overflow:hidden;position:relative}.x-tip-anchor{position:absolute;overflow:hidden;border-style:solid}.x-color-picker-item{float:left;text-decoration:none}.x-color-picker-item-inner{display:block;font-size:1px}.x-html-editor-tb .x-toolbar{position:static !important}.x-htmleditor-iframe,.x-htmleditor-textarea{display:block;overflow:auto;width:100%;height:100%;border:0}.x-tagfield-body{vertical-align:top}.x-tagfield{height:auto!important;cursor:text;overflow-y:auto}.x-tagfield .x-tagfield-list{padding:0;margin:0}.x-tagfield-list.x-tagfield-singleselect{white-space:nowrap;overflow:hidden}.x-tagfield-input,.x-tagfield-item{vertical-align:top;display:inline-block;position:relative}.x-tagfield-empty-input,.x-tagfield-input-field{font:inherit;border:0;margin:0;background:none;width:100%}.x-tagfield-emptyinput{display:none}.x-tagfield-stacked .x-tagfield-item{display:block}.x-tagfield-item{cursor:default}.x-tagfield-item-close{cursor:pointer;position:absolute}.x-fit-item{position:relative}.x-grid-view{overflow:hidden;position:relative}.x-grid-row-table{width:0;table-layout:fixed;border:0 none;border-collapse:separate;border-spacing:0}.x-grid-item{table-layout:fixed;outline:none}.x-grid-row{outline:none}.x-grid-td{overflow:hidden;border-width:0;vertical-align:top}.x-grid-cell-inner{overflow:hidden;white-space:nowrap}.x-wrap-cell .x-grid-cell-inner{white-space:normal}.x-grid-resize-marker{position:absolute;z-index:5;top:0}.x-col-move-top,.x-col-move-bottom{position:absolute;top:0;line-height:0;font-size:0;overflow:hidden;z-index:20000;background:no-repeat center top transparent}.x-grid-header-ct{cursor:default}.x-column-header{position:absolute;overflow:hidden;background-repeat:repeat-x}.x-column-header-inner{white-space:nowrap;position:relative;overflow:hidden}.x-leaf-column-header{height:100%}.x-leaf-column-header .x-column-header-text-container{height:100%}.x-column-header-text-container{width:100%;display:table;table-layout:fixed}.x-column-header-text-container.x-column-header-text-container-auto{table-layout:auto}.x-column-header-text-wrapper{display:table-cell;vertical-align:middle}.x-column-header-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-column-header-text-inner{background-repeat:no-repeat}.x-column-header-trigger{display:none;height:100%;background-repeat:no-repeat;position:absolute;right:0;top:0;text-align:center}.x-ie9m .x-column-header-trigger{z-index:6}.x-column-header-over .x-column-header-trigger,.x-column-header-open .x-column-header-trigger{display:block}.x-column-header-align-right{text-align:right}.x-column-header-align-left{text-align:left}.x-column-header-align-center{text-align:center}.x-grid-cell-inner-action-col{line-height:0;font-size:0}.x-grid-cell-inner-action-col :focus{outline:1px solid #3d92cf}.x-action-col-icon{display:inline-block;line-height:1}.x-grid-cell-inner-checkcolumn{line-height:0;font-size:0}.x-grid-cell-inner-checkcolumn :focus{outline:1px solid #3d92cf}.x-grid-checkcolumn{display:inline-block}.x-group-hd-container{overflow:hidden}.x-grid-group-hd{white-space:nowrap;outline:none}.x-grid-group-title{position:relative}.x-grid-row-body-hidden,.x-grid-group-collapsed{display:none}.x-grid-row-body-hidden{display:none}.x-menu{outline:none}.x-menu-body{position:relative}.x-menu-item{white-space:nowrap;overflow:hidden;border-color:transparent;border-style:solid}.x-menu-item-cmp{margin:2px}.x-menu-item-cmp .x-field-label-cell{vertical-align:middle}.x-menu-icon-separator{position:absolute;top:0px;z-index:0;height:100%;overflow:hidden}.x-menu-plain .x-menu-icon-separator{display:none}.x-menu-item-link{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;text-decoration:none;outline:0;display:block}.x-menu-item-link-href{-webkit-touch-callout:default}.x-menu-item-text{display:inline-block}.x-menu-item-icon,.x-menu-item-icon-right,.x-menu-item-arrow{font-size:0;position:absolute;text-align:center;background-repeat:no-repeat}.x-grid-editor .x-form-cb-wrap{text-align:center}.x-grid-editor .x-form-cb{position:static;display:inline-block}.x-grid-editor .x-form-display-field{margin:0;white-space:nowrap;overflow:hidden}.x-grid-editor div.x-form-action-col-field{line-height:0}.x-grid-row-editor-wrap{position:absolute;overflow:visible;z-index:2}.x-grid-row-editor{position:absolute}.x-grid-row-editor-buttons{position:absolute;white-space:nowrap}.x-grid-row-expander{font-size:0;line-height:0;text-align:center}.x-grid-row-expander:focus{outline:1px solid #3d92cf}.x-ssm-row-numberer-hd{cursor:se-resize!important}.x-ssm-row-numberer-cell{cursor:e-resize}.x-ssm-column-select .x-column-header{cursor:s-resize}.x-ssm-extender-drag-handle{position:absolute;z-index:1;cursor:crosshair}.x-ssm-extender-mask{position:absolute;z-index:1;pointer-events:none}.x-abs-layout-ct{position:relative}.x-abs-layout-item{position:absolute !important}.x-border-layout-ct{overflow:hidden}.x-border-layout-ct{position:relative}.x-border-region-slide-in{z-index:5}.x-region-collapsed-placeholder{z-index:4}.x-center-layout-item{position:absolute}.x-center-target{position:relative}.x-form-layout-wrap{display:table;width:100%;border-collapse:separate}.x-form-layout-colgroup{display:table-column-group}.x-form-layout-column{display:table-column}.x-form-layout-auto-label > * > .x-form-item-label{width:auto !important}.x-form-layout-auto-label > * > .x-form-item-label > .x-form-item-label-inner{width:auto !important;white-space:nowrap}.x-form-layout-auto-label > * > .x-form-layout-label-column{width:1px}.x-form-layout-sized-label > * > .x-form-item-label{width:auto !important}.x-form-form-item{display:table-row}.x-form-form-item > .x-form-item-label{padding-left:0 !important;padding-right:0 !important;padding-bottom:0 !important}.x-form-form-item > .x-form-item-body{max-width:none}.x-form-form-item.x-form-item-no-label:before{content:' ';display:table-cell;pointer-events:none}.x-resizable-wrapped{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box}.x-column-header-checkbox .x-column-header-text{display:block;background-repeat:no-repeat;font-size:0}.x-grid-cell-row-checker{vertical-align:middle;text-align:center;background-repeat:no-repeat;font-size:0}.x-slider{outline:none;position:relative}.x-slider-inner{position:relative;left:0;top:0;overflow:visible}.x-slider-vert .x-slider-inner{background:repeat-y 0 0}.x-slider-thumb{position:absolute;background:no-repeat 0 0;cursor:default}.x-slider-horz .x-slider-thumb{left:0}.x-slider-vert .x-slider-thumb{bottom:0}.x-tab{display:block;outline:0;cursor:pointer;white-space:nowrap;text-decoration:none;vertical-align:top;overflow:hidden;position:relative}.x-tab > .x-frame{height:100%;width:100%}.x-tab-wrap{height:100%;width:100%;display:table;border-spacing:0}.x-tab-button{white-space:nowrap;line-height:0;position:relative;display:table-cell;vertical-align:middle}.x-tab-inner{overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.x-tab-icon.x-tab-no-text > .x-tab-inner{display:none}.x-tab-icon-el{display:none;vertical-align:middle;text-align:center;background-position:center center;background-repeat:no-repeat}.x-tab-icon > .x-tab-icon-el{display:inline-block}.x-tab-icon-top > .x-tab-icon-el,.x-tab-icon-bottom > .x-tab-icon-el{display:block}.x-tab-button-center{text-align:center}.x-tab-button-left{text-align:left}.x-tab-button-right{text-align:right}.x-tab-mc{overflow:visible}.x-tab{z-index:1}.x-tab-active{z-index:3}.x-tab-button{position:relative}.x-tab-close-btn{display:block;position:absolute;overflow:hidden;font-size:0;line-height:0}.x-tab-rotate-left{-webkit-transform:rotate(270deg);-webkit-transform-origin:100% 0;-moz-transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform:rotate(270deg);-ms-transform-origin:100% 0;transform:rotate(270deg);transform-origin:100% 0}.x-ie8 .x-tab-rotate-left{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.x-tab-rotate-right{-webkit-transform:rotate(90deg);-webkit-transform-origin:0 0;-moz-transform:rotate(90deg);-moz-transform-origin:0 0;-ms-transform:rotate(90deg);-ms-transform-origin:0 0;transform:rotate(90deg);transform-origin:0 0}.x-ie8 .x-tab-rotate-right{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.x-tab-tr,.x-tab-br,.x-tab-mr,.x-tab-tl,.x-tab-bl,.x-tab-ml{width:1px}.x-tab-bar{z-index:0;position:relative}.x-tab-bar-strip{position:absolute;line-height:0;font-size:0;z-index:2}.x-tab-bar-top > .x-tab-bar-strip{bottom:0}.x-tab-bar-bottom > .x-tab-bar-strip{top:0}.x-tab-bar-left > .x-tab-bar-strip{right:0}.x-tab-bar-right > .x-tab-bar-strip{left:0}.x-tab-bar-horizontal .x-tab-bar-strip{width:100%;left:0}.x-tab-bar-vertical{display:table-cell}.x-tab-bar-vertical .x-tab-bar-strip{height:100%;top:0}.x-tab-bar-plain{background:transparent !important}.x-box-scroller-plain{background-color:transparent !important}.x-breadcrumb-btn .x-box-target:first-child{margin:0}.x-breadcrumb-btn > .x-btn-split-right > .x-btn-button:after{content:none}.x-breadcrumb-btn.x-btn-over > .x-btn-split-right > .x-btn-button:after,.x-breadcrumb-btn.x-btn-menu-active > .x-btn-split-right > .x-btn-button:after{content:''}.x-autowidth-table .x-grid-item{table-layout:auto;width:auto !important}.x-tree-view{overflow:hidden}.x-tree-elbow-img,.x-tree-icon{display:inline-block;text-align:center;background-repeat:no-repeat;background-position:0 center;vertical-align:top}.x-tree-checkbox{display:inline-block;vertical-align:top;position:relative}.x-tree-animator-wrap{overflow:hidden}.x-scroll-indicator{position:absolute;background-color:#000;opacity:0.5;border-radius:3px;margin:2px}.x-scroll-indicator-x{bottom:0;left:0;height:6px}.x-scroll-indicator-y{right:0;top:0;width:6px}.x-body{color:#000;font-size:13px;line-height:17px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;background:#fff}.x-animating-size,.x-collapsed{overflow:hidden!important}.x-editor .x-form-item-body{padding-bottom:0}.x-mask{background-image:none;background-color:rgba(255, 255, 255, 0.7);cursor:default;border-style:solid;border-width:1px;border-color:transparent}.x-ie8 .x-mask{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff);zoom:1}.x-mask.x-focus{border-style:solid;border-width:1px;border-color:#157fcc}.x-mask-msg{padding:8px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background:#e5e5e5}.x-mask-msg-inner{padding:0;background-color:transparent;color:#666;font:300 13px helvetica, arial, verdana, sans-serif}.x-mask-msg-text{padding:21px 0 0;background-image:url(images/loadmask/loading.gif);background-repeat:no-repeat;background-position:center 0}.x-progress-default{background-color:#f5f5f5;border-width:0;height:20px;border-color:#157fcc}.x-progress-default .x-progress-bar-default{background-image:none;background-color:#c2ddf2}.x-progress-default .x-progress-text{color:#666;font-weight:300;font-size:13px;font-family:helvetica, arial, verdana, sans-serif;text-align:center;line-height:20px}.x-progress-default .x-progress-text-back{color:#666;line-height:20px}.x-cmd-slicer.x-progress-bar-default:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-progressbar-default-cell > .x-grid-cell-inner,.x-progressbarwidget-default-cell > .x-grid-cell-inner{padding-top:2px;padding-bottom:2px}.x-progressbar-default-cell > .x-grid-cell-inner .x-progress-default,.x-progressbarwidget-default-cell > .x-grid-cell-inner .x-progress-default{height:20px}.x-btn-default-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-small-mc{background-color:#3892d4}.x-nbr .x-btn-default-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-small-tl{background-position:0 -6px}.x-btn-default-small-tr{background-position:right -9px}.x-btn-default-small-bl{background-position:0 -12px}.x-btn-default-small-br{background-position:right -15px}.x-btn-default-small-ml{background-position:0 top}.x-btn-default-small-mr{background-position:right top}.x-btn-default-small-tc{background-position:0 0}.x-btn-default-small-bc{background-position:0 -3px}.x-btn-default-small-tr,.x-btn-default-small-br,.x-btn-default-small-mr{padding-right:3px}.x-btn-default-small-tl,.x-btn-default-small-bl,.x-btn-default-small-ml{padding-left:3px}.x-btn-default-small-tc{height:3px}.x-btn-default-small-bc{height:3px}.x-btn-default-small-tl,.x-btn-default-small-bl,.x-btn-default-small-tr,.x-btn-default-small-br,.x-btn-default-small-tc,.x-btn-default-small-bc,.x-btn-default-small-ml,.x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-corners.gif)}.x-btn-default-small-ml,.x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-sides.gif);background-repeat:repeat-y}.x-btn-default-small-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-corners.gif), sides:url(images/btn/btn-default-small-sides.gif)" !important}.x-btn-default-small{border-color:#157fcc}.x-btn-button-default-small{min-height:16px}.x-ie9m .x-btn-button-default-small{min-height:auto;height:16px}.x-btn-inner-default-small{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 5px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-small,.x-btn-icon-left > .x-btn-inner-default-small{max-width:calc(100% - 16px)}.x-ie10p .x-btn-inner-default-small{max-width:none}.x-btn-icon-el-default-small{font-size:16px;height:16px;color:#fff;line-height:16px}.x-btn-icon-left > .x-btn-icon-el-default-small,.x-btn-icon-right > .x-btn-icon-el-default-small{width:16px}.x-btn-icon-top > .x-btn-icon-el-default-small,.x-btn-icon-bottom > .x-btn-icon-el-default-small{min-width:16px}.x-btn-icon-el-default-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-small.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small{margin-right:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-left:0px}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small{padding-right:5px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-right:5px}.x-btn-arrow-bottom > .x-btn-button-default-small,.x-btn-split-bottom > .x-btn-button-default-small{padding-bottom:3px}.x-btn-wrap-default-small.x-btn-arrow-right:after{width:16px;background-image:url(images/button/default-small-arrow.png);padding-right:16px}.x-btn-wrap-default-small.x-btn-arrow-bottom:after{height:13px;background-image:url(images/button/default-small-arrow.png)}.x-btn-wrap-default-small.x-btn-split-right:after{width:20px;background-image:url(images/button/default-small-s-arrow.png);padding-right:20px}.x-btn-wrap-default-small.x-btn-split-bottom:after{height:15px;background-image:url(images/button/default-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small{padding-right:5px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small{margin-right:5px}.x-btn-focus.x-btn-default-small{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:23px;pointer-events:none}.x-btn-default-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-small{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-small{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-small,.x-btn.x-btn-pressed.x-btn-default-small{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-small,.x-btn-focus.x-btn-pressed.x-btn-default-small{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-small{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-small-tl,.x-btn-focus .x-btn-default-small-bl,.x-btn-focus .x-btn-default-small-tr,.x-btn-focus .x-btn-default-small-br,.x-btn-focus .x-btn-default-small-tc,.x-btn-focus .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-corners.gif)}.x-btn-focus .x-btn-default-small-ml,.x-btn-focus .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-sides.gif)}.x-btn-focus .x-btn-default-small-mc{background-color:#3892d4}.x-btn-over .x-btn-default-small-tl,.x-btn-over .x-btn-default-small-bl,.x-btn-over .x-btn-default-small-tr,.x-btn-over .x-btn-default-small-br,.x-btn-over .x-btn-default-small-tc,.x-btn-over .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-over-corners.gif)}.x-btn-over .x-btn-default-small-ml,.x-btn-over .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-over-sides.gif)}.x-btn-over .x-btn-default-small-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-small-tl,.x-btn-focus.x-btn-over .x-btn-default-small-bl,.x-btn-focus.x-btn-over .x-btn-default-small-tr,.x-btn-focus.x-btn-over .x-btn-default-small-br,.x-btn-focus.x-btn-over .x-btn-default-small-tc,.x-btn-focus.x-btn-over .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-small-ml,.x-btn-focus.x-btn-over .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-small-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-small-tl,.x-btn.x-btn-menu-active .x-btn-default-small-bl,.x-btn.x-btn-menu-active .x-btn-default-small-tr,.x-btn.x-btn-menu-active .x-btn-default-small-br,.x-btn.x-btn-menu-active .x-btn-default-small-tc,.x-btn.x-btn-menu-active .x-btn-default-small-bc,.x-btn.x-btn-pressed .x-btn-default-small-tl,.x-btn.x-btn-pressed .x-btn-default-small-bl,.x-btn.x-btn-pressed .x-btn-default-small-tr,.x-btn.x-btn-pressed .x-btn-default-small-br,.x-btn.x-btn-pressed .x-btn-default-small-tc,.x-btn.x-btn-pressed .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-small-ml,.x-btn.x-btn-menu-active .x-btn-default-small-mr,.x-btn.x-btn-pressed .x-btn-default-small-ml,.x-btn.x-btn-pressed .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-small-mc,.x-btn.x-btn-pressed .x-btn-default-small-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-small-br,.x-btn-focus.x-btn-menu-active .x-btn-default-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-small-bc,.x-btn-focus.x-btn-pressed .x-btn-default-small-tl,.x-btn-focus.x-btn-pressed .x-btn-default-small-bl,.x-btn-focus.x-btn-pressed .x-btn-default-small-tr,.x-btn-focus.x-btn-pressed .x-btn-default-small-br,.x-btn-focus.x-btn-pressed .x-btn-default-small-tc,.x-btn-focus.x-btn-pressed .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-small-mr,.x-btn-focus.x-btn-pressed .x-btn-default-small-ml,.x-btn-focus.x-btn-pressed .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-small-mc,.x-btn-focus.x-btn-pressed .x-btn-default-small-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-small-tl,.x-btn.x-btn-disabled .x-btn-default-small-bl,.x-btn.x-btn-disabled .x-btn-default-small-tr,.x-btn.x-btn-disabled .x-btn-default-small-br,.x-btn.x-btn-disabled .x-btn-default-small-tc,.x-btn.x-btn-disabled .x-btn-default-small-bc{background-image:url(images/btn/btn-default-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-small-ml,.x-btn.x-btn-disabled .x-btn-default-small-mr{background-image:url(images/btn/btn-default-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-small-mc{background-color:#3892d4}.x-nbr .x-btn-default-small{background-image:none}.x-btn-disabled.x-btn-default-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-small:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-small:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-small:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-corners.gif), sides:url(images/btn/btn-default-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-over-corners.gif), sides:url(images/btn/btn-default-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-over-corners.gif), sides:url(images/btn/btn-default-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-pressed-corners.gif), sides:url(images/btn/btn-default-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-disabled-corners.gif), sides:url(images/btn/btn-default-small-disabled-sides.gif)" !important}.x-button-default-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-default-small-cell > .x-grid-cell-inner >.x-btn-default-small{vertical-align:top}.x-btn-default-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-medium-mc{background-color:#3892d4}.x-nbr .x-btn-default-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-medium-tl{background-position:0 -6px}.x-btn-default-medium-tr{background-position:right -9px}.x-btn-default-medium-bl{background-position:0 -12px}.x-btn-default-medium-br{background-position:right -15px}.x-btn-default-medium-ml{background-position:0 top}.x-btn-default-medium-mr{background-position:right top}.x-btn-default-medium-tc{background-position:0 0}.x-btn-default-medium-bc{background-position:0 -3px}.x-btn-default-medium-tr,.x-btn-default-medium-br,.x-btn-default-medium-mr{padding-right:3px}.x-btn-default-medium-tl,.x-btn-default-medium-bl,.x-btn-default-medium-ml{padding-left:3px}.x-btn-default-medium-tc{height:3px}.x-btn-default-medium-bc{height:3px}.x-btn-default-medium-tl,.x-btn-default-medium-bl,.x-btn-default-medium-tr,.x-btn-default-medium-br,.x-btn-default-medium-tc,.x-btn-default-medium-bc,.x-btn-default-medium-ml,.x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-corners.gif)}.x-btn-default-medium-ml,.x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-sides.gif);background-repeat:repeat-y}.x-btn-default-medium-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-corners.gif), sides:url(images/btn/btn-default-medium-sides.gif)" !important}.x-btn-default-medium{border-color:#157fcc}.x-btn-button-default-medium{min-height:24px}.x-ie9m .x-btn-button-default-medium{min-height:auto;height:24px}.x-btn-inner-default-medium{font:300 14px/18px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-medium,.x-btn-icon-left > .x-btn-inner-default-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-medium{max-width:none}.x-btn-icon-el-default-medium{font-size:24px;height:24px;color:#fff;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-medium,.x-btn-icon-right > .x-btn-icon-el-default-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-medium,.x-btn-icon-bottom > .x-btn-icon-el-default-medium{min-width:24px}.x-btn-icon-el-default-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-medium.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-default-medium,.x-btn-split-bottom > .x-btn-button-default-medium{padding-bottom:3px}.x-btn-wrap-default-medium.x-btn-arrow-right:after{width:24px;background-image:url(images/button/default-medium-arrow.png);padding-right:24px}.x-btn-wrap-default-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/default-medium-arrow.png)}.x-btn-wrap-default-medium.x-btn-split-right:after{width:28px;background-image:url(images/button/default-medium-s-arrow.png);padding-right:28px}.x-btn-wrap-default-medium.x-btn-split-bottom:after{height:24px;background-image:url(images/button/default-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium{margin-right:8px}.x-btn-focus.x-btn-default-medium{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:31px;pointer-events:none}.x-btn-default-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-medium{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-medium{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-medium,.x-btn.x-btn-pressed.x-btn-default-medium{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-medium,.x-btn-focus.x-btn-pressed.x-btn-default-medium{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-medium{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-medium-tl,.x-btn-focus .x-btn-default-medium-bl,.x-btn-focus .x-btn-default-medium-tr,.x-btn-focus .x-btn-default-medium-br,.x-btn-focus .x-btn-default-medium-tc,.x-btn-focus .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-corners.gif)}.x-btn-focus .x-btn-default-medium-ml,.x-btn-focus .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-sides.gif)}.x-btn-focus .x-btn-default-medium-mc{background-color:#3892d4}.x-btn-over .x-btn-default-medium-tl,.x-btn-over .x-btn-default-medium-bl,.x-btn-over .x-btn-default-medium-tr,.x-btn-over .x-btn-default-medium-br,.x-btn-over .x-btn-default-medium-tc,.x-btn-over .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-over-corners.gif)}.x-btn-over .x-btn-default-medium-ml,.x-btn-over .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-over-sides.gif)}.x-btn-over .x-btn-default-medium-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-medium-tl,.x-btn-focus.x-btn-over .x-btn-default-medium-bl,.x-btn-focus.x-btn-over .x-btn-default-medium-tr,.x-btn-focus.x-btn-over .x-btn-default-medium-br,.x-btn-focus.x-btn-over .x-btn-default-medium-tc,.x-btn-focus.x-btn-over .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-medium-ml,.x-btn-focus.x-btn-over .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-medium-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-medium-tl,.x-btn.x-btn-menu-active .x-btn-default-medium-bl,.x-btn.x-btn-menu-active .x-btn-default-medium-tr,.x-btn.x-btn-menu-active .x-btn-default-medium-br,.x-btn.x-btn-menu-active .x-btn-default-medium-tc,.x-btn.x-btn-menu-active .x-btn-default-medium-bc,.x-btn.x-btn-pressed .x-btn-default-medium-tl,.x-btn.x-btn-pressed .x-btn-default-medium-bl,.x-btn.x-btn-pressed .x-btn-default-medium-tr,.x-btn.x-btn-pressed .x-btn-default-medium-br,.x-btn.x-btn-pressed .x-btn-default-medium-tc,.x-btn.x-btn-pressed .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-medium-ml,.x-btn.x-btn-menu-active .x-btn-default-medium-mr,.x-btn.x-btn-pressed .x-btn-default-medium-ml,.x-btn.x-btn-pressed .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-medium-mc,.x-btn.x-btn-pressed .x-btn-default-medium-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-default-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-default-medium-br,.x-btn-focus.x-btn-pressed .x-btn-default-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-default-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-default-medium-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-medium-tl,.x-btn.x-btn-disabled .x-btn-default-medium-bl,.x-btn.x-btn-disabled .x-btn-default-medium-tr,.x-btn.x-btn-disabled .x-btn-default-medium-br,.x-btn.x-btn-disabled .x-btn-default-medium-tc,.x-btn.x-btn-disabled .x-btn-default-medium-bc{background-image:url(images/btn/btn-default-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-medium-ml,.x-btn.x-btn-disabled .x-btn-default-medium-mr{background-image:url(images/btn/btn-default-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-medium-mc{background-color:#3892d4}.x-nbr .x-btn-default-medium{background-image:none}.x-btn-disabled.x-btn-default-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-medium:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-medium:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-medium:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-corners.gif), sides:url(images/btn/btn-default-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-over-corners.gif), sides:url(images/btn/btn-default-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-pressed-corners.gif), sides:url(images/btn/btn-default-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-disabled-corners.gif), sides:url(images/btn/btn-default-medium-disabled-sides.gif)" !important}.x-button-default-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-medium-cell > .x-grid-cell-inner >.x-btn-default-medium{vertical-align:top}.x-btn-default-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-default-large-mc{background-color:#3892d4}.x-nbr .x-btn-default-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-large-tl{background-position:0 -6px}.x-btn-default-large-tr{background-position:right -9px}.x-btn-default-large-bl{background-position:0 -12px}.x-btn-default-large-br{background-position:right -15px}.x-btn-default-large-ml{background-position:0 top}.x-btn-default-large-mr{background-position:right top}.x-btn-default-large-tc{background-position:0 0}.x-btn-default-large-bc{background-position:0 -3px}.x-btn-default-large-tr,.x-btn-default-large-br,.x-btn-default-large-mr{padding-right:3px}.x-btn-default-large-tl,.x-btn-default-large-bl,.x-btn-default-large-ml{padding-left:3px}.x-btn-default-large-tc{height:3px}.x-btn-default-large-bc{height:3px}.x-btn-default-large-tl,.x-btn-default-large-bl,.x-btn-default-large-tr,.x-btn-default-large-br,.x-btn-default-large-tc,.x-btn-default-large-bc,.x-btn-default-large-ml,.x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-corners.gif)}.x-btn-default-large-ml,.x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-sides.gif);background-repeat:repeat-y}.x-btn-default-large-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-corners.gif), sides:url(images/btn/btn-default-large-sides.gif)" !important}.x-btn-default-large{border-color:#157fcc}.x-btn-button-default-large{min-height:32px}.x-ie9m .x-btn-button-default-large{min-height:auto;height:32px}.x-btn-inner-default-large{font:300 16px/20px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-large,.x-btn-icon-left > .x-btn-inner-default-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-default-large{max-width:none}.x-btn-icon-el-default-large{font-size:32px;height:32px;color:#fff;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-default-large,.x-btn-icon-right > .x-btn-icon-el-default-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-default-large,.x-btn-icon-bottom > .x-btn-icon-el-default-large{min-width:32px}.x-btn-icon-el-default-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-large.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-default-large,.x-btn-split-bottom > .x-btn-button-default-large{padding-bottom:3px}.x-btn-wrap-default-large.x-btn-arrow-right:after{width:28px;background-image:url(images/button/default-large-arrow.png);padding-right:28px}.x-btn-wrap-default-large.x-btn-arrow-bottom:after{height:20px;background-image:url(images/button/default-large-arrow.png)}.x-btn-wrap-default-large.x-btn-split-right:after{width:35px;background-image:url(images/button/default-large-s-arrow.png);padding-right:35px}.x-btn-wrap-default-large.x-btn-split-bottom:after{height:29px;background-image:url(images/button/default-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large{margin-right:10px}.x-btn-focus.x-btn-default-large{background-image:none;background-color:#3892d4;-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-btn-default-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:38px;pointer-events:none}.x-btn-default-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #d7e9f6}.x-btn-over.x-btn-default-large{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn-focus.x-btn-over.x-btn-default-large{-webkit-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;-moz-box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset;box-shadow:#d6e7f3 0 1px 0px 0 inset, #d6e7f3 0 -1px 0px 0 inset, #d6e7f3 -1px 0 0px 0 inset, #d6e7f3 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-large,.x-btn.x-btn-pressed.x-btn-default-large{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active.x-btn-default-large,.x-btn-focus.x-btn-pressed.x-btn-default-large{-webkit-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;-moz-box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset;box-shadow:#d4e2ec 0 1px 0px 0 inset, #d4e2ec 0 -1px 0px 0 inset, #d4e2ec -1px 0 0px 0 inset, #d4e2ec 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-large{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-default-large-tl,.x-btn-focus .x-btn-default-large-bl,.x-btn-focus .x-btn-default-large-tr,.x-btn-focus .x-btn-default-large-br,.x-btn-focus .x-btn-default-large-tc,.x-btn-focus .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-corners.gif)}.x-btn-focus .x-btn-default-large-ml,.x-btn-focus .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-sides.gif)}.x-btn-focus .x-btn-default-large-mc{background-color:#3892d4}.x-btn-over .x-btn-default-large-tl,.x-btn-over .x-btn-default-large-bl,.x-btn-over .x-btn-default-large-tr,.x-btn-over .x-btn-default-large-br,.x-btn-over .x-btn-default-large-tc,.x-btn-over .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-over-corners.gif)}.x-btn-over .x-btn-default-large-ml,.x-btn-over .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-over-sides.gif)}.x-btn-over .x-btn-default-large-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-default-large-tl,.x-btn-focus.x-btn-over .x-btn-default-large-bl,.x-btn-focus.x-btn-over .x-btn-default-large-tr,.x-btn-focus.x-btn-over .x-btn-default-large-br,.x-btn-focus.x-btn-over .x-btn-default-large-tc,.x-btn-focus.x-btn-over .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-large-ml,.x-btn-focus.x-btn-over .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-large-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-default-large-tl,.x-btn.x-btn-menu-active .x-btn-default-large-bl,.x-btn.x-btn-menu-active .x-btn-default-large-tr,.x-btn.x-btn-menu-active .x-btn-default-large-br,.x-btn.x-btn-menu-active .x-btn-default-large-tc,.x-btn.x-btn-menu-active .x-btn-default-large-bc,.x-btn.x-btn-pressed .x-btn-default-large-tl,.x-btn.x-btn-pressed .x-btn-default-large-bl,.x-btn.x-btn-pressed .x-btn-default-large-tr,.x-btn.x-btn-pressed .x-btn-default-large-br,.x-btn.x-btn-pressed .x-btn-default-large-tc,.x-btn.x-btn-pressed .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-large-ml,.x-btn.x-btn-menu-active .x-btn-default-large-mr,.x-btn.x-btn-pressed .x-btn-default-large-ml,.x-btn.x-btn-pressed .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-large-mc,.x-btn.x-btn-pressed .x-btn-default-large-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-default-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-large-br,.x-btn-focus.x-btn-menu-active .x-btn-default-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-large-bc,.x-btn-focus.x-btn-pressed .x-btn-default-large-tl,.x-btn-focus.x-btn-pressed .x-btn-default-large-bl,.x-btn-focus.x-btn-pressed .x-btn-default-large-tr,.x-btn-focus.x-btn-pressed .x-btn-default-large-br,.x-btn-focus.x-btn-pressed .x-btn-default-large-tc,.x-btn-focus.x-btn-pressed .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-large-mr,.x-btn-focus.x-btn-pressed .x-btn-default-large-ml,.x-btn-focus.x-btn-pressed .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-large-mc,.x-btn-focus.x-btn-pressed .x-btn-default-large-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-default-large-tl,.x-btn.x-btn-disabled .x-btn-default-large-bl,.x-btn.x-btn-disabled .x-btn-default-large-tr,.x-btn.x-btn-disabled .x-btn-default-large-br,.x-btn.x-btn-disabled .x-btn-default-large-tc,.x-btn.x-btn-disabled .x-btn-default-large-bc{background-image:url(images/btn/btn-default-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-large-ml,.x-btn.x-btn-disabled .x-btn-default-large-mr{background-image:url(images/btn/btn-default-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-large-mc{background-color:#3892d4}.x-nbr .x-btn-default-large{background-image:none}.x-btn-disabled.x-btn-default-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-large:after{border-width:1px;border-color:#d7e9f6}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-large:after{border-width:1px;border-color:#d6e7f3}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-large:after{border-width:1px;border-color:#d4e2ec}.x-cmd-slicer.x-btn-focus.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-corners.gif), sides:url(images/btn/btn-default-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-over-corners.gif), sides:url(images/btn/btn-default-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-over-corners.gif), sides:url(images/btn/btn-default-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-pressed-corners.gif), sides:url(images/btn/btn-default-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-disabled-corners.gif), sides:url(images/btn/btn-default-large-disabled-sides.gif)" !important}.x-button-default-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-large-cell > .x-grid-cell-inner >.x-btn-default-large{vertical-align:top}.x-btn-default-toolbar-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-toolbar-small-tl{background-position:0 -6px}.x-btn-default-toolbar-small-tr{background-position:right -9px}.x-btn-default-toolbar-small-bl{background-position:0 -12px}.x-btn-default-toolbar-small-br{background-position:right -15px}.x-btn-default-toolbar-small-ml{background-position:0 top}.x-btn-default-toolbar-small-mr{background-position:right top}.x-btn-default-toolbar-small-tc{background-position:0 0}.x-btn-default-toolbar-small-bc{background-position:0 -3px}.x-btn-default-toolbar-small-tr,.x-btn-default-toolbar-small-br,.x-btn-default-toolbar-small-mr{padding-right:3px}.x-btn-default-toolbar-small-tl,.x-btn-default-toolbar-small-bl,.x-btn-default-toolbar-small-ml{padding-left:3px}.x-btn-default-toolbar-small-tc{height:3px}.x-btn-default-toolbar-small-bc{height:3px}.x-btn-default-toolbar-small-tl,.x-btn-default-toolbar-small-bl,.x-btn-default-toolbar-small-tr,.x-btn-default-toolbar-small-br,.x-btn-default-toolbar-small-tc,.x-btn-default-toolbar-small-bc,.x-btn-default-toolbar-small-ml,.x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-corners.gif)}.x-btn-default-toolbar-small-ml,.x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-small-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-corners.gif), sides:url(images/btn/btn-default-toolbar-small-sides.gif)" !important}.x-btn-default-toolbar-small{border-color:#d8d8d8}.x-btn-button-default-toolbar-small{min-height:16px}.x-ie9m .x-btn-button-default-toolbar-small{min-height:auto;height:16px}.x-btn-inner-default-toolbar-small{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#666;padding:0 5px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-small,.x-btn-icon-left > .x-btn-inner-default-toolbar-small{max-width:calc(100% - 16px)}.x-ie10p .x-btn-inner-default-toolbar-small{max-width:none}.x-btn-icon-el-default-toolbar-small{font-size:16px;height:16px;color:#666;line-height:16px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{width:16px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small{min-width:16px}.x-btn-icon-el-default-toolbar-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-small.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small{margin-right:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-left:0px}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small{padding-right:5px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-right:5px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-small,.x-btn-split-bottom > .x-btn-button-default-toolbar-small{padding-bottom:3px}.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after{width:16px;background-image:url(images/button/default-toolbar-small-arrow.png);padding-right:16px}.x-btn-wrap-default-toolbar-small.x-btn-arrow-bottom:after{height:13px;background-image:url(images/button/default-toolbar-small-arrow.png)}.x-btn-wrap-default-toolbar-small.x-btn-split-right:after{width:20px;background-image:url(images/button/default-toolbar-small-s-arrow.png);padding-right:20px}.x-btn-wrap-default-toolbar-small.x-btn-split-bottom:after{height:15px;background-image:url(images/button/default-toolbar-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small{padding-right:5px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small{margin-right:5px}.x-btn-focus.x-btn-default-toolbar-small{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:23px;pointer-events:none}.x-btn-default-toolbar-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-small{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-small,.x-btn.x-btn-pressed.x-btn-default-toolbar-small{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-small{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-small-tl,.x-btn-focus .x-btn-default-toolbar-small-bl,.x-btn-focus .x-btn-default-toolbar-small-tr,.x-btn-focus .x-btn-default-toolbar-small-br,.x-btn-focus .x-btn-default-toolbar-small-tc,.x-btn-focus .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-small-ml,.x-btn-focus .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-small-tl,.x-btn-over .x-btn-default-toolbar-small-bl,.x-btn-over .x-btn-default-toolbar-small-tr,.x-btn-over .x-btn-default-toolbar-small-br,.x-btn-over .x-btn-default-toolbar-small-tc,.x-btn-over .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-small-ml,.x-btn-over .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-small-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-small-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-bc{background-image:url(images/btn/btn-default-toolbar-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mr{background-image:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-small{background-image:none}.x-btn-disabled.x-btn-default-toolbar-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)" !important}.x-button-default-toolbar-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-default-toolbar-small-cell > .x-grid-cell-inner >.x-btn-default-toolbar-small{vertical-align:top}.x-btn-default-toolbar-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-toolbar-medium-tl{background-position:0 -6px}.x-btn-default-toolbar-medium-tr{background-position:right -9px}.x-btn-default-toolbar-medium-bl{background-position:0 -12px}.x-btn-default-toolbar-medium-br{background-position:right -15px}.x-btn-default-toolbar-medium-ml{background-position:0 top}.x-btn-default-toolbar-medium-mr{background-position:right top}.x-btn-default-toolbar-medium-tc{background-position:0 0}.x-btn-default-toolbar-medium-bc{background-position:0 -3px}.x-btn-default-toolbar-medium-tr,.x-btn-default-toolbar-medium-br,.x-btn-default-toolbar-medium-mr{padding-right:3px}.x-btn-default-toolbar-medium-tl,.x-btn-default-toolbar-medium-bl,.x-btn-default-toolbar-medium-ml{padding-left:3px}.x-btn-default-toolbar-medium-tc{height:3px}.x-btn-default-toolbar-medium-bc{height:3px}.x-btn-default-toolbar-medium-tl,.x-btn-default-toolbar-medium-bl,.x-btn-default-toolbar-medium-tr,.x-btn-default-toolbar-medium-br,.x-btn-default-toolbar-medium-tc,.x-btn-default-toolbar-medium-bc,.x-btn-default-toolbar-medium-ml,.x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-corners.gif)}.x-btn-default-toolbar-medium-ml,.x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-medium-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-sides.gif)" !important}.x-btn-default-toolbar-medium{border-color:#d8d8d8}.x-btn-button-default-toolbar-medium{min-height:24px}.x-ie9m .x-btn-button-default-toolbar-medium{min-height:auto;height:24px}.x-btn-inner-default-toolbar-medium{font:300 14px/18px helvetica, arial, verdana, sans-serif;color:#666;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-medium,.x-btn-icon-left > .x-btn-inner-default-toolbar-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-default-toolbar-medium{max-width:none}.x-btn-icon-el-default-toolbar-medium{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium{min-width:24px}.x-btn-icon-el-default-toolbar-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-medium.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-medium,.x-btn-split-bottom > .x-btn-button-default-toolbar-medium{padding-bottom:3px}.x-btn-wrap-default-toolbar-medium.x-btn-arrow-right:after{width:24px;background-image:url(images/button/default-toolbar-medium-arrow.png);padding-right:24px}.x-btn-wrap-default-toolbar-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/default-toolbar-medium-arrow.png)}.x-btn-wrap-default-toolbar-medium.x-btn-split-right:after{width:28px;background-image:url(images/button/default-toolbar-medium-s-arrow.png);padding-right:28px}.x-btn-wrap-default-toolbar-medium.x-btn-split-bottom:after{height:24px;background-image:url(images/button/default-toolbar-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium{margin-right:8px}.x-btn-focus.x-btn-default-toolbar-medium{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:31px;pointer-events:none}.x-btn-default-toolbar-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-medium{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-medium,.x-btn.x-btn-pressed.x-btn-default-toolbar-medium{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-medium{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-medium-tl,.x-btn-focus .x-btn-default-toolbar-medium-bl,.x-btn-focus .x-btn-default-toolbar-medium-tr,.x-btn-focus .x-btn-default-toolbar-medium-br,.x-btn-focus .x-btn-default-toolbar-medium-tc,.x-btn-focus .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-medium-ml,.x-btn-focus .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-medium-tl,.x-btn-over .x-btn-default-toolbar-medium-bl,.x-btn-over .x-btn-default-toolbar-medium-tr,.x-btn-over .x-btn-default-toolbar-medium-br,.x-btn-over .x-btn-default-toolbar-medium-tc,.x-btn-over .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-medium-ml,.x-btn-over .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-medium-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bc{background-image:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mr{background-image:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-medium{background-image:none}.x-btn-disabled.x-btn-default-toolbar-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)" !important}.x-button-default-toolbar-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-default-toolbar-medium{vertical-align:top}.x-btn-default-toolbar-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-default-toolbar-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-default-toolbar-large-tl{background-position:0 -6px}.x-btn-default-toolbar-large-tr{background-position:right -9px}.x-btn-default-toolbar-large-bl{background-position:0 -12px}.x-btn-default-toolbar-large-br{background-position:right -15px}.x-btn-default-toolbar-large-ml{background-position:0 top}.x-btn-default-toolbar-large-mr{background-position:right top}.x-btn-default-toolbar-large-tc{background-position:0 0}.x-btn-default-toolbar-large-bc{background-position:0 -3px}.x-btn-default-toolbar-large-tr,.x-btn-default-toolbar-large-br,.x-btn-default-toolbar-large-mr{padding-right:3px}.x-btn-default-toolbar-large-tl,.x-btn-default-toolbar-large-bl,.x-btn-default-toolbar-large-ml{padding-left:3px}.x-btn-default-toolbar-large-tc{height:3px}.x-btn-default-toolbar-large-bc{height:3px}.x-btn-default-toolbar-large-tl,.x-btn-default-toolbar-large-bl,.x-btn-default-toolbar-large-tr,.x-btn-default-toolbar-large-br,.x-btn-default-toolbar-large-tc,.x-btn-default-toolbar-large-bc,.x-btn-default-toolbar-large-ml,.x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-corners.gif)}.x-btn-default-toolbar-large-ml,.x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-sides.gif);background-repeat:repeat-y}.x-btn-default-toolbar-large-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-corners.gif), sides:url(images/btn/btn-default-toolbar-large-sides.gif)" !important}.x-btn-default-toolbar-large{border-color:#d8d8d8}.x-btn-button-default-toolbar-large{min-height:32px}.x-ie9m .x-btn-button-default-toolbar-large{min-height:auto;height:32px}.x-btn-inner-default-toolbar-large{font:300 16px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-default-toolbar-large,.x-btn-icon-left > .x-btn-inner-default-toolbar-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-default-toolbar-large{max-width:none}.x-btn-icon-el-default-toolbar-large{font-size:32px;height:32px;color:#666;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large,.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large,.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large{min-width:32px}.x-btn-icon-el-default-toolbar-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-default-toolbar-large.x-btn-glyph{color:#aeaeae}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-default-toolbar-large,.x-btn-split-bottom > .x-btn-button-default-toolbar-large{padding-bottom:3px}.x-btn-wrap-default-toolbar-large.x-btn-arrow-right:after{width:28px;background-image:url(images/button/default-toolbar-large-arrow.png);padding-right:28px}.x-btn-wrap-default-toolbar-large.x-btn-arrow-bottom:after{height:20px;background-image:url(images/button/default-toolbar-large-arrow.png)}.x-btn-wrap-default-toolbar-large.x-btn-split-right:after{width:35px;background-image:url(images/button/default-toolbar-large-s-arrow.png);padding-right:35px}.x-btn-wrap-default-toolbar-large.x-btn-split-bottom:after{height:29px;background-image:url(images/button/default-toolbar-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large{margin-right:10px}.x-btn-focus.x-btn-default-toolbar-large{background-image:none;background-color:#f5f5f5;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-default-toolbar-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:38px;pointer-events:none}.x-btn-default-toolbar-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-default-toolbar-large{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-default-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-default-toolbar-large,.x-btn.x-btn-pressed.x-btn-default-toolbar-large{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large,.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-default-toolbar-large{background-image:none;background-color:#f5f5f5}.x-btn-focus .x-btn-default-toolbar-large-tl,.x-btn-focus .x-btn-default-toolbar-large-bl,.x-btn-focus .x-btn-default-toolbar-large-tr,.x-btn-focus .x-btn-default-toolbar-large-br,.x-btn-focus .x-btn-default-toolbar-large-tc,.x-btn-focus .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-corners.gif)}.x-btn-focus .x-btn-default-toolbar-large-ml,.x-btn-focus .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-sides.gif)}.x-btn-focus .x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-btn-over .x-btn-default-toolbar-large-tl,.x-btn-over .x-btn-default-toolbar-large-bl,.x-btn-over .x-btn-default-toolbar-large-tr,.x-btn-over .x-btn-default-toolbar-large-br,.x-btn-over .x-btn-default-toolbar-large-tc,.x-btn-over .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-over-corners.gif)}.x-btn-over .x-btn-default-toolbar-large-ml,.x-btn-over .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-over-sides.gif)}.x-btn-over .x-btn-default-toolbar-large-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bl,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tr,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-br,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tc,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tl,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bl,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tr,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-br,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-tc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-ml,.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mr,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-ml,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mc,.x-btn.x-btn-pressed .x-btn-default-toolbar-large-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bl,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-br,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mr,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-ml,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mc,.x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tl,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bl,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tr,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-br,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tc,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-bc{background-image:url(images/btn/btn-default-toolbar-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-ml,.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mr{background-image:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mc{background-color:#f5f5f5}.x-nbr .x-btn-default-toolbar-large{background-image:none}.x-btn-disabled.x-btn-default-toolbar-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-default-toolbar-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)" !important}.x-button-default-toolbar-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-default-toolbar-large-cell > .x-grid-cell-inner >.x-btn-default-toolbar-large{vertical-align:top}.x-tool{cursor:pointer}.x-tool-img{overflow:hidden;width:16px;height:16px;background-image:url(images/tools/tool-sprites.png);margin:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-tool-over .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.x-tool-pressed .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-tool-placeholder{visibility:hidden}.x-tool-close{background-position:0 0}.x-tool-minimize{background-position:0 -16px}.x-tool-maximize{background-position:0 -32px}.x-tool-restore{background-position:0 -48px}.x-tool-toggle{background-position:0 -64px}.x-panel-collapsed .x-tool-toggle{background-position:0 -80px}.x-tool-gear{background-position:0 -96px}.x-tool-prev{background-position:0 -112px}.x-tool-next{background-position:0 -128px}.x-tool-pin{background-position:0 -144px}.x-tool-unpin{background-position:0 -160px}.x-tool-right{background-position:0 -176px}.x-tool-left{background-position:0 -192px}.x-tool-down{background-position:0 -208px}.x-tool-up{background-position:0 -224px}.x-tool-refresh{background-position:0 -240px}.x-tool-plus{background-position:0 -256px}.x-tool-minus{background-position:0 -272px}.x-tool-search{background-position:0 -288px}.x-tool-save{background-position:0 -304px}.x-tool-help{background-position:0 -320px}.x-tool-print{background-position:0 -336px}.x-tool-expand{background-position:0 -352px}.x-tool-collapse{background-position:0 -368px}.x-tool-resize{background-position:0 -384px}.x-tool-move{background-position:0 -400px}.x-tool-expand-bottom{background-position:0 -208px}.x-tool-collapse-bottom{background-position:0 -208px}.x-tool-expand-top{background-position:0 -224px}.x-tool-collapse-top{background-position:0 -224px}.x-tool-expand-left{background-position:0 -192px}.x-tool-collapse-left{background-position:0 -192px}.x-tool-expand-right{background-position:0 -176px}.x-tool-collapse-right{background-position:0 -176px}.x-header-draggable,.x-header-ghost{cursor:move}.x-header-text{white-space:nowrap}.x-collapse-el{cursor:pointer}.x-layout-split-left{background-image:url(images/util/splitter/mini-left.png)}.x-layout-split-right{background-image:url(images/util/splitter/mini-right.png)}.x-layout-split-top{background-image:url(images/util/splitter/mini-top.png)}.x-layout-split-bottom{background-image:url(images/util/splitter/mini-bottom.png)}.x-splitter-collapsed .x-layout-split-left{background-image:url(images/util/splitter/mini-right.png)}.x-splitter-collapsed .x-layout-split-right{background-image:url(images/util/splitter/mini-left.png)}.x-splitter-collapsed .x-layout-split-top{background-image:url(images/util/splitter/mini-bottom.png)}.x-splitter-collapsed .x-layout-split-bottom{background-image:url(images/util/splitter/mini-top.png)}.x-splitter-active{background-color:#b4b4b4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-splitter-active .x-collapse-el{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-layout-split-left,.x-layout-split-right{top:50%;margin-top:-24px;width:8px;height:48px}.x-layout-split-top,.x-layout-split-bottom{left:50%;width:48px;height:8px;margin-left:-24px}.x-splitter-focus:after{position:absolute;content:' ';top:0px;right:0px;bottom:0px;left:0px;border:1px solid #157fcc;pointer-events:none}.x-toolbar-default{padding:6px 0 6px 8px;border-style:solid;border-color:#cfcfcf;border-width:1px;background-image:none;background-color:#fff}.x-toolbar-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-toolbar-default .x-toolbar-item{margin:0 8px 0 0}.x-toolbar-default .x-toolbar-separator-horizontal{margin:0 8px 0 0;height:14px;border-style:solid;border-width:0 0 0 1px;border-left-color:#e1e1e1;border-right-color:#fff}.x-toolbar-default .x-box-menu-after{margin:0 8px}.x-toolbar-default-vertical{padding:6px 8px 0}.x-toolbar-default-vertical .x-toolbar-item{margin:0 0 6px 0}.x-toolbar-default-vertical .x-toolbar-separator-vertical{margin:0 5px 6px;border-style:solid none;border-width:1px 0 0;border-top-color:#e1e1e1;border-bottom-color:#fff}.x-toolbar-default-vertical .x-box-menu-after{margin:6px 0}.x-toolbar-text-default{padding:0 4px;color:#334049;font:300 13px/16px helvetica, arial, verdana, sans-serif}.x-toolbar-spacer-default{width:2px}.x-toolbar-default-scroller .x-box-scroller-body-horizontal{margin-left:16px}.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:18px}.x-box-scroller-toolbar-default{cursor:pointer;color:#cfcfcf;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-toolbar-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-toolbar-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-toolbar-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-toolbar-default.x-box-scroller-left,.x-box-scroller-toolbar-default.x-box-scroller-right{width:16px;height:16px;top:50%;margin-top:-8px}.x-box-scroller-toolbar-default.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/default-scroll-left.png)}.x-box-scroller-toolbar-default.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/default-scroll-right.png)}.x-box-scroller-toolbar-default.x-box-scroller-top,.x-box-scroller-toolbar-default.x-box-scroller-bottom{height:16px;width:16px;left:50%;margin-left:-8px}.x-box-scroller-toolbar-default.x-box-scroller-top{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/toolbar/default-scroll-top.png)}.x-box-scroller-toolbar-default.x-box-scroller-bottom{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/toolbar/default-scroll-bottom.png)}.x-ie8 .x-box-scroller-toolbar-default{background-color:#fff}.x-toolbar-more-icon{background-image:url(images/toolbar/default-more.png)}.x-cmd-slicer.x-toolbar-default:before{display:none;content:"x-slicer:" !important}.x-toolbar-footer{padding:6px 0 6px 6px;border-style:solid;border-color:#cfcfcf;border-width:0;background-image:none;background-color:#e7e7e7}.x-toolbar-footer .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#e7e7e7}.x-toolbar-footer .x-toolbar-item{margin:0 6px 0 0}.x-toolbar-footer .x-toolbar-separator-horizontal{margin:0 8px 0 0;height:14px;border-style:solid;border-width:0 0 0 1px;border-left-color:#e1e1e1;border-right-color:#fff}.x-toolbar-footer .x-box-menu-after{margin:0 6px}.x-toolbar-footer-vertical{padding:6px 6px 0}.x-toolbar-footer-vertical .x-toolbar-item{margin:0 0 6px 0}.x-toolbar-footer-vertical .x-toolbar-separator-vertical{margin:0 5px 6px;border-style:solid none;border-width:1px 0 0;border-top-color:#e1e1e1;border-bottom-color:#fff}.x-toolbar-footer-vertical .x-box-menu-after{margin:6px 0}.x-toolbar-text-footer{padding:0 4px;color:#334049;font:300 13px/16px helvetica, arial, verdana, sans-serif}.x-toolbar-spacer-footer{width:2px}.x-toolbar-footer-scroller .x-box-scroller-body-horizontal{margin-left:18px}.x-toolbar-footer-vertical-scroller .x-box-scroller-body-vertical{margin-top:18px}.x-box-scroller-toolbar-footer{cursor:pointer;color:#cfcfcf;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-toolbar-footer.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-toolbar-footer.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-toolbar-footer.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-toolbar-footer.x-box-scroller-left,.x-box-scroller-toolbar-footer.x-box-scroller-right{width:16px;height:16px;top:50%;margin-top:-8px}.x-box-scroller-toolbar-footer.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/footer-scroll-left.png)}.x-box-scroller-toolbar-footer.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/toolbar/footer-scroll-right.png)}.x-ie8 .x-box-scroller-toolbar-footer{background-color:#e7e7e7}.x-toolbar-more-icon{background-image:url(images/toolbar/footer-more.png)}.x-cmd-slicer.x-toolbar-footer:before{display:none;content:"x-slicer:" !important}.x-dd-drag-proxy{color:#000;font:300 13px/17px helvetica, arial, verdana, sans-serif;border:1px solid #e1e1e1;background-color:#fff}.x-dd-drag-ghost,.x-dd-drop-icon{padding:5px}.x-dd-drag-ghost{padding-left:0}.x-dd-drop-ok .x-dd-drop-icon{background-image:url(images/dd/drop-yes.png)}.x-dd-drop-ok-add .x-dd-drop-icon{background-image:url(images/dd/drop-add.png)}.x-dd-drop-nodrop div.x-dd-drop-icon{background-image:url(images/dd/drop-no.png)}.x-panel-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-panel-default{border-color:#f5f5f5;padding:0}.x-panel-header-default{font-size:15px;border:1px solid #f5f5f5}.x-panel-header-default .x-tool-img{background-color:#f5f5f5}.x-panel-header-default-horizontal{padding:9px 9px 10px}.x-panel-header-default-horizontal .x-panel-header-default-tab-bar{margin-top:-9px;margin-bottom:-10px}.x-panel-header-default-horizontal.x-header-noborder{padding:10px 10px 10px 10px}.x-panel-header-default-horizontal.x-header-noborder .x-panel-header-default-tab-bar{margin-top:-10px;margin-bottom:-10px}.x-panel-header-default-vertical{padding:9px 9px 9px 10px}.x-panel-header-default-vertical .x-panel-header-default-tab-bar{margin-right:-9px;margin-left:-10px}.x-panel-header-default-vertical.x-header-noborder{padding:10px 10px 10px 10px}.x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar{margin-right:-10px;margin-left:-10px}.x-panel-header-title-default{color:#157fcc;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-panel-header-title-default > .x-title-text-default{text-transform:none;padding:0}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{color:#85bae1}.x-panel-body-default{background:#fff;border-color:#cfcfcf;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-header-default{background-image:none;background-color:#f5f5f5}.x-panel-header-default-vertical{background-image:none;background-color:#f5f5f5}.x-panel .x-panel-header-default-collapsed-border-top{border-bottom-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-right{border-left-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-bottom{border-top-width:1px !important}.x-panel .x-panel-header-default-collapsed-border-left{border-right-width:1px !important}.x-cmd-slicer.x-panel-header-default-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-panel-header-default-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-panel-header-default-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-panel-header-default-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-panel-header-default-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-default-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-default-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-default .x-tool-focus{outline:none}.x-ie8 .x-panel-header-default .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-panel-default-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-default-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-panel-default-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-panel-default-framed{border-color:#f5f5f5;padding:0}.x-panel-header-default-framed{font-size:15px;border:1px solid #f5f5f5}.x-panel-header-default-framed .x-tool-img{background-color:#f5f5f5}.x-panel-header-default-framed-horizontal{padding:9px 9px 9px 9px}.x-panel-header-default-framed-horizontal .x-panel-header-default-framed-tab-bar{margin-top:-9px;margin-bottom:-9px}.x-panel-header-default-framed-horizontal.x-header-noborder{padding:10px 10px 9px 10px}.x-panel-header-default-framed-horizontal.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-top:-10px;margin-bottom:-9px}.x-panel-header-default-framed-vertical{padding:9px 9px 9px 9px}.x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar{margin-right:-9px;margin-left:-9px}.x-panel-header-default-framed-vertical.x-header-noborder{padding:10px 10px 10px 9px}.x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar{margin-right:-10px;margin-left:-9px}.x-panel-header-title-default-framed{color:#157fcc;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-panel-header-title-default-framed > .x-title-text-default-framed{text-transform:none;padding:0}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed{color:#85bae1}.x-panel-body-default-framed{background:#fff;border-color:#cfcfcf;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-default-framed{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-panel-default-framed-mc{background-color:#fff}.x-nbr .x-panel-default-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-default-framed-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-panel-default-framed-tl{background-position:0 -8px}.x-panel-default-framed-tr{background-position:right -12px}.x-panel-default-framed-bl{background-position:0 -16px}.x-panel-default-framed-br{background-position:right -20px}.x-panel-default-framed-ml{background-position:0 top}.x-panel-default-framed-mr{background-position:right top}.x-panel-default-framed-tc{background-position:0 0}.x-panel-default-framed-bc{background-position:0 -4px}.x-panel-default-framed-tr,.x-panel-default-framed-br,.x-panel-default-framed-mr{padding-right:4px}.x-panel-default-framed-tl,.x-panel-default-framed-bl,.x-panel-default-framed-ml{padding-left:4px}.x-panel-default-framed-tc{height:4px}.x-panel-default-framed-bc{height:4px}.x-panel-default-framed-tl,.x-panel-default-framed-bl,.x-panel-default-framed-tr,.x-panel-default-framed-br,.x-panel-default-framed-tc,.x-panel-default-framed-bc,.x-panel-default-framed-ml,.x-panel-default-framed-mr{background-image:url(images/panel/panel-default-framed-corners.gif)}.x-panel-default-framed-ml,.x-panel-default-framed-mr{background-image:url(images/panel/panel-default-framed-sides.gif);background-repeat:repeat-y}.x-panel-default-framed-mc{padding:0 0 0 0}.x-cmd-slicer.x-panel-default-framed:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-default-framed-corners.gif), sides:url(images/panel/panel-default-framed-sides.gif)" !important}.x-panel-header-default-framed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 0 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-top-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-top-frameInfo{font-family:dh-4-4-0-4-1-1-0-1-9-9-9-9}.x-panel-header-default-framed-top-tl{background-position:0 -8px}.x-panel-header-default-framed-top-tr{background-position:right -12px}.x-panel-header-default-framed-top-bl{background-position:0 -16px}.x-panel-header-default-framed-top-br{background-position:right -20px}.x-panel-header-default-framed-top-ml{background-position:0 top}.x-panel-header-default-framed-top-mr{background-position:right top}.x-panel-header-default-framed-top-tc{background-position:0 0}.x-panel-header-default-framed-top-bc{background-position:0 -4px}.x-panel-header-default-framed-top-tr,.x-panel-header-default-framed-top-br,.x-panel-header-default-framed-top-mr{padding-right:4px}.x-panel-header-default-framed-top-tl,.x-panel-header-default-framed-top-bl,.x-panel-header-default-framed-top-ml{padding-left:4px}.x-panel-header-default-framed-top-tc{height:4px}.x-panel-header-default-framed-top-bc{height:0}.x-panel-header-default-framed-top-tl,.x-panel-header-default-framed-top-bl,.x-panel-header-default-framed-top-tr,.x-panel-header-default-framed-top-br,.x-panel-header-default-framed-top-tc,.x-panel-header-default-framed-top-bc,.x-panel-header-default-framed-top-ml,.x-panel-header-default-framed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-top-corners.gif)}.x-panel-header-default-framed-top-ml,.x-panel-header-default-framed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-top-mc{padding:6px 6px 9px 6px}.x-cmd-slicer.x-panel-header-default-framed-top:before{display:none;content:"x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-default-framed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-top-sides.gif)" !important}.x-panel-header-default-framed-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 1px 0;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-right-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-right-frameInfo{font-family:dh-4-4-4-0-1-1-1-0-9-9-9-9}.x-panel-header-default-framed-right-tl{background-position:0 -8px}.x-panel-header-default-framed-right-tr{background-position:right -12px}.x-panel-header-default-framed-right-bl{background-position:0 -16px}.x-panel-header-default-framed-right-br{background-position:right -20px}.x-panel-header-default-framed-right-ml{background-position:right 0}.x-panel-header-default-framed-right-mr{background-position:right 0}.x-panel-header-default-framed-right-tc{background-position:0 0}.x-panel-header-default-framed-right-bc{background-position:0 -4px}.x-panel-header-default-framed-right-tr,.x-panel-header-default-framed-right-br,.x-panel-header-default-framed-right-mr{padding-right:4px}.x-panel-header-default-framed-right-tl,.x-panel-header-default-framed-right-bl,.x-panel-header-default-framed-right-ml{padding-left:0}.x-panel-header-default-framed-right-tc{height:4px}.x-panel-header-default-framed-right-bc{height:4px}.x-panel-header-default-framed-right-tl,.x-panel-header-default-framed-right-bl,.x-panel-header-default-framed-right-tr,.x-panel-header-default-framed-right-br,.x-panel-header-default-framed-right-tc,.x-panel-header-default-framed-right-bc,.x-panel-header-default-framed-right-ml,.x-panel-header-default-framed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-right-corners.gif)}.x-panel-header-default-framed-right-ml,.x-panel-header-default-framed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-right-mc{padding:6px 6px 6px 9px}.x-cmd-slicer.x-panel-header-default-framed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-default-framed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-right-sides.gif)" !important}.x-panel-header-default-framed-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:0 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-bottom-frameInfo{font-family:dh-0-4-4-4-0-1-1-1-9-9-9-9}.x-panel-header-default-framed-bottom-tl{background-position:0 -8px}.x-panel-header-default-framed-bottom-tr{background-position:right -12px}.x-panel-header-default-framed-bottom-bl{background-position:0 -16px}.x-panel-header-default-framed-bottom-br{background-position:right -20px}.x-panel-header-default-framed-bottom-ml{background-position:0 bottom}.x-panel-header-default-framed-bottom-mr{background-position:right bottom}.x-panel-header-default-framed-bottom-tc{background-position:0 0}.x-panel-header-default-framed-bottom-bc{background-position:0 -4px}.x-panel-header-default-framed-bottom-tr,.x-panel-header-default-framed-bottom-br,.x-panel-header-default-framed-bottom-mr{padding-right:4px}.x-panel-header-default-framed-bottom-tl,.x-panel-header-default-framed-bottom-bl,.x-panel-header-default-framed-bottom-ml{padding-left:4px}.x-panel-header-default-framed-bottom-tc{height:0}.x-panel-header-default-framed-bottom-bc{height:4px}.x-panel-header-default-framed-bottom-tl,.x-panel-header-default-framed-bottom-bl,.x-panel-header-default-framed-bottom-tr,.x-panel-header-default-framed-bottom-br,.x-panel-header-default-framed-bottom-tc,.x-panel-header-default-framed-bottom-bc,.x-panel-header-default-framed-bottom-ml,.x-panel-header-default-framed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-bottom-corners.gif)}.x-panel-header-default-framed-bottom-ml,.x-panel-header-default-framed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-bottom-mc{padding:9px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-bottom:before{display:none;content:"x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-bottom-sides.gif)" !important}.x-panel-header-default-framed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px 0 1px 1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-left-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-left-frameInfo{font-family:dh-4-0-4-4-1-0-1-1-9-9-9-9}.x-panel-header-default-framed-left-tl{background-position:0 -8px}.x-panel-header-default-framed-left-tr{background-position:right -12px}.x-panel-header-default-framed-left-bl{background-position:0 -16px}.x-panel-header-default-framed-left-br{background-position:right -20px}.x-panel-header-default-framed-left-ml{background-position:left 0}.x-panel-header-default-framed-left-mr{background-position:left 0}.x-panel-header-default-framed-left-tc{background-position:0 0}.x-panel-header-default-framed-left-bc{background-position:0 -4px}.x-panel-header-default-framed-left-tr,.x-panel-header-default-framed-left-br,.x-panel-header-default-framed-left-mr{padding-right:0}.x-panel-header-default-framed-left-tl,.x-panel-header-default-framed-left-bl,.x-panel-header-default-framed-left-ml{padding-left:4px}.x-panel-header-default-framed-left-tc{height:4px}.x-panel-header-default-framed-left-bc{height:4px}.x-panel-header-default-framed-left-tl,.x-panel-header-default-framed-left-bl,.x-panel-header-default-framed-left-tr,.x-panel-header-default-framed-left-br,.x-panel-header-default-framed-left-tc,.x-panel-header-default-framed-left-bc,.x-panel-header-default-framed-left-ml,.x-panel-header-default-framed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-left-corners.gif)}.x-panel-header-default-framed-left-ml,.x-panel-header-default-framed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-left-mc{padding:6px 9px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-left:before{display:none;content:"x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-default-framed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-left-sides.gif)" !important}.x-panel-header-default-framed-collapsed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-top-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-default-framed-collapsed-top-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-top-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-top-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-top-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-top-ml{background-position:0 top}.x-panel-header-default-framed-collapsed-top-mr{background-position:right top}.x-panel-header-default-framed-collapsed-top-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-top-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-top-tr,.x-panel-header-default-framed-collapsed-top-br,.x-panel-header-default-framed-collapsed-top-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-top-tl,.x-panel-header-default-framed-collapsed-top-bl,.x-panel-header-default-framed-collapsed-top-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-top-tc{height:4px}.x-panel-header-default-framed-collapsed-top-bc{height:4px}.x-panel-header-default-framed-collapsed-top-tl,.x-panel-header-default-framed-collapsed-top-bl,.x-panel-header-default-framed-collapsed-top-tr,.x-panel-header-default-framed-collapsed-top-br,.x-panel-header-default-framed-collapsed-top-tc,.x-panel-header-default-framed-collapsed-top-bc,.x-panel-header-default-framed-collapsed-top-ml,.x-panel-header-default-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif)}.x-panel-header-default-framed-collapsed-top-ml,.x-panel-header-default-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-top-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif)" !important}.x-panel-header-default-framed-collapsed-right{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-right-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-default-framed-collapsed-right-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-right-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-right-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-right-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-right-ml{background-position:right 0}.x-panel-header-default-framed-collapsed-right-mr{background-position:right 0}.x-panel-header-default-framed-collapsed-right-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-right-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-right-tr,.x-panel-header-default-framed-collapsed-right-br,.x-panel-header-default-framed-collapsed-right-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-right-tl,.x-panel-header-default-framed-collapsed-right-bl,.x-panel-header-default-framed-collapsed-right-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-right-tc{height:4px}.x-panel-header-default-framed-collapsed-right-bc{height:4px}.x-panel-header-default-framed-collapsed-right-tl,.x-panel-header-default-framed-collapsed-right-bl,.x-panel-header-default-framed-collapsed-right-tr,.x-panel-header-default-framed-collapsed-right-br,.x-panel-header-default-framed-collapsed-right-tc,.x-panel-header-default-framed-collapsed-right-bc,.x-panel-header-default-framed-collapsed-right-ml,.x-panel-header-default-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif)}.x-panel-header-default-framed-collapsed-right-ml,.x-panel-header-default-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-right-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif)" !important}.x-panel-header-default-framed-collapsed-bottom{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-default-framed-collapsed-bottom-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-bottom-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-bottom-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-bottom-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-bottom-ml{background-position:0 bottom}.x-panel-header-default-framed-collapsed-bottom-mr{background-position:right bottom}.x-panel-header-default-framed-collapsed-bottom-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-bottom-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-bottom-tr,.x-panel-header-default-framed-collapsed-bottom-br,.x-panel-header-default-framed-collapsed-bottom-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-bottom-tl,.x-panel-header-default-framed-collapsed-bottom-bl,.x-panel-header-default-framed-collapsed-bottom-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-bottom-tc{height:4px}.x-panel-header-default-framed-collapsed-bottom-bc{height:4px}.x-panel-header-default-framed-collapsed-bottom-tl,.x-panel-header-default-framed-collapsed-bottom-bl,.x-panel-header-default-framed-collapsed-bottom-tr,.x-panel-header-default-framed-collapsed-bottom-br,.x-panel-header-default-framed-collapsed-bottom-tc,.x-panel-header-default-framed-collapsed-bottom-bc,.x-panel-header-default-framed-collapsed-bottom-ml,.x-panel-header-default-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif)}.x-panel-header-default-framed-collapsed-bottom-ml,.x-panel-header-default-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-bottom-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif)" !important}.x-panel-header-default-framed-collapsed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-panel-header-default-framed-collapsed-left-mc{background-color:#f5f5f5}.x-nbr .x-panel-header-default-framed-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-default-framed-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-default-framed-collapsed-left-tl{background-position:0 -8px}.x-panel-header-default-framed-collapsed-left-tr{background-position:right -12px}.x-panel-header-default-framed-collapsed-left-bl{background-position:0 -16px}.x-panel-header-default-framed-collapsed-left-br{background-position:right -20px}.x-panel-header-default-framed-collapsed-left-ml{background-position:left 0}.x-panel-header-default-framed-collapsed-left-mr{background-position:left 0}.x-panel-header-default-framed-collapsed-left-tc{background-position:0 0}.x-panel-header-default-framed-collapsed-left-bc{background-position:0 -4px}.x-panel-header-default-framed-collapsed-left-tr,.x-panel-header-default-framed-collapsed-left-br,.x-panel-header-default-framed-collapsed-left-mr{padding-right:4px}.x-panel-header-default-framed-collapsed-left-tl,.x-panel-header-default-framed-collapsed-left-bl,.x-panel-header-default-framed-collapsed-left-ml{padding-left:4px}.x-panel-header-default-framed-collapsed-left-tc{height:4px}.x-panel-header-default-framed-collapsed-left-bc{height:4px}.x-panel-header-default-framed-collapsed-left-tl,.x-panel-header-default-framed-collapsed-left-bl,.x-panel-header-default-framed-collapsed-left-tr,.x-panel-header-default-framed-collapsed-left-br,.x-panel-header-default-framed-collapsed-left-tc,.x-panel-header-default-framed-collapsed-left-bc,.x-panel-header-default-framed-collapsed-left-ml,.x-panel-header-default-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif)}.x-panel-header-default-framed-collapsed-left-ml,.x-panel-header-default-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-default-framed-collapsed-left-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-default-framed-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif)" !important}.x-panel .x-panel-header-default-framed-top{border-bottom-width:1px !important}.x-panel .x-panel-header-default-framed-right{border-left-width:1px !important}.x-panel .x-panel-header-default-framed-bottom{border-top-width:1px !important}.x-panel .x-panel-header-default-framed-left{border-right-width:1px !important}.x-nbr .x-panel-header-default-framed-collapsed-top{border-bottom-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-right{border-left-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-bottom{border-top-width:0 !important}.x-nbr .x-panel-header-default-framed-collapsed-left{border-right-width:0 !important}.x-panel-header-default-framed-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-default-framed-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-default-framed-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-default-framed-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-default-framed .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-default-framed .x-tool-focus{outline:none}.x-ie8 .x-panel-header-default-framed .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-panel-default-framed-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-default-framed-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-framed-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-panel-default-framed-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-panel-default-framed-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-panel-default-framed-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-panel-default-framed-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-btn-group-default{border-color:#fff;-webkit-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;-moz-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset}.x-btn-group-header-default{padding:4px 5px;line-height:16px;background:#fff;-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px}.x-btn-group-header-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-btn-group-header-title-default{font:300 13px helvetica, arial, verdana, sans-serif;line-height:16px;color:#000}.x-btn-group-body-default{padding:0 1px}.x-btn-group-body-default .x-table-layout{border-spacing:5px}.x-btn-group-default-framed{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:0px 1px 0px 1px;border-width:3px;border-style:solid;background-color:#fff}.x-btn-group-default-framed-mc{background-color:#fff}.x-nbr .x-btn-group-default-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-group-default-framed-frameInfo{font-family:dh-3-3-3-3-3-3-3-3-0-1-0-1}.x-btn-group-default-framed-tl{background-position:0 -6px}.x-btn-group-default-framed-tr{background-position:right -9px}.x-btn-group-default-framed-bl{background-position:0 -12px}.x-btn-group-default-framed-br{background-position:right -15px}.x-btn-group-default-framed-ml{background-position:0 top}.x-btn-group-default-framed-mr{background-position:right top}.x-btn-group-default-framed-tc{background-position:0 0}.x-btn-group-default-framed-bc{background-position:0 -3px}.x-btn-group-default-framed-tr,.x-btn-group-default-framed-br,.x-btn-group-default-framed-mr{padding-right:3px}.x-btn-group-default-framed-tl,.x-btn-group-default-framed-bl,.x-btn-group-default-framed-ml{padding-left:3px}.x-btn-group-default-framed-tc{height:3px}.x-btn-group-default-framed-bc{height:3px}.x-btn-group-default-framed-tl,.x-btn-group-default-framed-bl,.x-btn-group-default-framed-tr,.x-btn-group-default-framed-br,.x-btn-group-default-framed-tc,.x-btn-group-default-framed-bc,.x-btn-group-default-framed-ml,.x-btn-group-default-framed-mr{background-image:url(images/btn-group/btn-group-default-framed-corners.gif)}.x-btn-group-default-framed-ml,.x-btn-group-default-framed-mr{background-image:url(images/btn-group/btn-group-default-framed-sides.gif);background-repeat:repeat-y}.x-btn-group-default-framed-mc{padding:0px 1px 0px 1px}.x-cmd-slicer.x-btn-group-default-framed:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-corners.gif), sides:url(images/btn-group/btn-group-default-framed-sides.gif)" !important}.x-btn-group-default-framed-notitle{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:0px 1px 0px 1px;border-width:3px;border-style:solid;background-color:#fff}.x-btn-group-default-framed-notitle-mc{background-color:#fff}.x-nbr .x-btn-group-default-framed-notitle{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-group-default-framed-notitle-frameInfo{font-family:dh-3-3-3-3-3-3-3-3-0-1-0-1}.x-btn-group-default-framed-notitle-tl{background-position:0 -6px}.x-btn-group-default-framed-notitle-tr{background-position:right -9px}.x-btn-group-default-framed-notitle-bl{background-position:0 -12px}.x-btn-group-default-framed-notitle-br{background-position:right -15px}.x-btn-group-default-framed-notitle-ml{background-position:0 top}.x-btn-group-default-framed-notitle-mr{background-position:right top}.x-btn-group-default-framed-notitle-tc{background-position:0 0}.x-btn-group-default-framed-notitle-bc{background-position:0 -3px}.x-btn-group-default-framed-notitle-tr,.x-btn-group-default-framed-notitle-br,.x-btn-group-default-framed-notitle-mr{padding-right:3px}.x-btn-group-default-framed-notitle-tl,.x-btn-group-default-framed-notitle-bl,.x-btn-group-default-framed-notitle-ml{padding-left:3px}.x-btn-group-default-framed-notitle-tc{height:3px}.x-btn-group-default-framed-notitle-bc{height:3px}.x-btn-group-default-framed-notitle-tl,.x-btn-group-default-framed-notitle-bl,.x-btn-group-default-framed-notitle-tr,.x-btn-group-default-framed-notitle-br,.x-btn-group-default-framed-notitle-tc,.x-btn-group-default-framed-notitle-bc,.x-btn-group-default-framed-notitle-ml,.x-btn-group-default-framed-notitle-mr{background-image:url(images/btn-group/btn-group-default-framed-notitle-corners.gif)}.x-btn-group-default-framed-notitle-ml,.x-btn-group-default-framed-notitle-mr{background-image:url(images/btn-group/btn-group-default-framed-notitle-sides.gif);background-repeat:repeat-y}.x-btn-group-default-framed-notitle-mc{padding:0px 1px 0px 1px}.x-cmd-slicer.x-btn-group-default-framed-notitle:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-notitle-corners.gif), sides:url(images/btn-group/btn-group-default-framed-notitle-sides.gif)" !important}.x-btn-group-default-framed{border-color:#fff;-webkit-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;-moz-box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset;box-shadow:#fff 0 1px 0px 0 inset, #fff 0 -1px 0px 0 inset, #fff -1px 0 0px 0 inset, #fff 1px 0 0px 0 inset}.x-btn-group-header-default-framed{padding:4px 5px;line-height:16px;background:#fff;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-btn-group-header-default-framed .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-btn-group-header-title-default-framed{font:300 13px helvetica, arial, verdana, sans-serif;line-height:16px;color:#000}.x-btn-group-body-default-framed{padding:0 1px}.x-btn-group-body-default-framed .x-table-layout{border-spacing:5px}.x-dashboard-column{padding:0 0 7px 0}.x-dashboard-panel{margin-top:7px}.x-dashboard-column-first{padding-left:7px;clear:left}.x-dashboard-column-last{padding-right:7px}.x-dashboard .x-panel-dd-spacer{border:2px dashed #99bbe8;background:#f6f6f6;border-radius:4px;-moz-border-radius:4px;margin-top:7px}.x-dashboard-dd-over{overflow:hidden !important}.x-window-ghost{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-window-default{border-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.x-window-default{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-window-default-mc{background-color:#fff}.x-nbr .x-window-default{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-default-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-window-default-tl{background-position:0 -8px}.x-window-default-tr{background-position:right -12px}.x-window-default-bl{background-position:0 -16px}.x-window-default-br{background-position:right -20px}.x-window-default-ml{background-position:0 top}.x-window-default-mr{background-position:right top}.x-window-default-tc{background-position:0 0}.x-window-default-bc{background-position:0 -4px}.x-window-default-tr,.x-window-default-br,.x-window-default-mr{padding-right:4px}.x-window-default-tl,.x-window-default-bl,.x-window-default-ml{padding-left:4px}.x-window-default-tc{height:4px}.x-window-default-bc{height:4px}.x-window-default-tl,.x-window-default-bl,.x-window-default-tr,.x-window-default-br,.x-window-default-tc,.x-window-default-bc,.x-window-default-ml,.x-window-default-mr{background-image:url(images/window/window-default-corners.gif)}.x-window-default-ml,.x-window-default-mr{background-image:url(images/window/window-default-sides.gif);background-repeat:repeat-y}.x-window-default-mc{padding:0 0 0 0}.x-cmd-slicer.x-window-default:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window/window-default-corners.gif), sides:url(images/window/window-default-sides.gif)" !important}.x-window-body-default{border-color:#f5f5f5;border-width:1px;border-style:solid;background:#fff;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif}.x-window-header-default{font-size:15px;border-color:#f5f5f5;background-color:#f5f5f5}.x-window-header-default .x-tool-img{background-color:#f5f5f5}.x-window-header-default-horizontal .x-window-header-default-tab-bar{margin-top:-9px;margin-bottom:-9px}.x-window-header-default-vertical .x-window-header-default-tab-bar{margin-right:-9px;margin-left:-9px}.x-window-header-title-default{color:#157fcc;font-size:15px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-window-header-title-default > .x-title-text-default{padding:0;text-transform:none}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-top{height:22px;padding-bottom:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right{width:22px;padding-left:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom{height:22px;padding-top:6px}.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left{width:22px;padding-right:6px}.x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{width:16px;height:16px;font-size:16px;color:#157fcc;background-position:center center;opacity:0.5}.x-ie8 .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default{color:#85bae1}.x-window-header-default-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-top-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-top-tl{background-position:0 -8px}.x-window-header-default-top-tr{background-position:right -12px}.x-window-header-default-top-bl{background-position:0 -16px}.x-window-header-default-top-br{background-position:right -20px}.x-window-header-default-top-ml{background-position:0 top}.x-window-header-default-top-mr{background-position:right top}.x-window-header-default-top-tc{background-position:0 0}.x-window-header-default-top-bc{background-position:0 -4px}.x-window-header-default-top-tr,.x-window-header-default-top-br,.x-window-header-default-top-mr{padding-right:4px}.x-window-header-default-top-tl,.x-window-header-default-top-bl,.x-window-header-default-top-ml{padding-left:4px}.x-window-header-default-top-tc{height:4px}.x-window-header-default-top-bc{height:4px}.x-window-header-default-top-tl,.x-window-header-default-top-bl,.x-window-header-default-top-tr,.x-window-header-default-top-br,.x-window-header-default-top-tc,.x-window-header-default-top-bc,.x-window-header-default-top-ml,.x-window-header-default-top-mr{background-image:url(images/window-header/window-header-default-top-corners.gif)}.x-window-header-default-top-ml,.x-window-header-default-top-mr{background-image:url(images/window-header/window-header-default-top-sides.gif);background-repeat:repeat-y}.x-window-header-default-top-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-top-corners.gif), sides:url(images/window-header/window-header-default-top-sides.gif)" !important}.x-window-header-default-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-right-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-right-tl{background-position:0 -8px}.x-window-header-default-right-tr{background-position:right -12px}.x-window-header-default-right-bl{background-position:0 -16px}.x-window-header-default-right-br{background-position:right -20px}.x-window-header-default-right-ml{background-position:0 top}.x-window-header-default-right-mr{background-position:right top}.x-window-header-default-right-tc{background-position:0 0}.x-window-header-default-right-bc{background-position:0 -4px}.x-window-header-default-right-tr,.x-window-header-default-right-br,.x-window-header-default-right-mr{padding-right:4px}.x-window-header-default-right-tl,.x-window-header-default-right-bl,.x-window-header-default-right-ml{padding-left:4px}.x-window-header-default-right-tc{height:4px}.x-window-header-default-right-bc{height:4px}.x-window-header-default-right-tl,.x-window-header-default-right-bl,.x-window-header-default-right-tr,.x-window-header-default-right-br,.x-window-header-default-right-tc,.x-window-header-default-right-bc,.x-window-header-default-right-ml,.x-window-header-default-right-mr{background-image:url(images/window-header/window-header-default-right-corners.gif)}.x-window-header-default-right-ml,.x-window-header-default-right-mr{background-image:url(images/window-header/window-header-default-right-sides.gif);background-repeat:repeat-y}.x-window-header-default-right-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-right-corners.gif), sides:url(images/window-header/window-header-default-right-sides.gif)" !important}.x-window-header-default-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-bottom-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-bottom-tl{background-position:0 -8px}.x-window-header-default-bottom-tr{background-position:right -12px}.x-window-header-default-bottom-bl{background-position:0 -16px}.x-window-header-default-bottom-br{background-position:right -20px}.x-window-header-default-bottom-ml{background-position:0 top}.x-window-header-default-bottom-mr{background-position:right top}.x-window-header-default-bottom-tc{background-position:0 0}.x-window-header-default-bottom-bc{background-position:0 -4px}.x-window-header-default-bottom-tr,.x-window-header-default-bottom-br,.x-window-header-default-bottom-mr{padding-right:4px}.x-window-header-default-bottom-tl,.x-window-header-default-bottom-bl,.x-window-header-default-bottom-ml{padding-left:4px}.x-window-header-default-bottom-tc{height:4px}.x-window-header-default-bottom-bc{height:4px}.x-window-header-default-bottom-tl,.x-window-header-default-bottom-bl,.x-window-header-default-bottom-tr,.x-window-header-default-bottom-br,.x-window-header-default-bottom-tc,.x-window-header-default-bottom-bc,.x-window-header-default-bottom-ml,.x-window-header-default-bottom-mr{background-image:url(images/window-header/window-header-default-bottom-corners.gif)}.x-window-header-default-bottom-ml,.x-window-header-default-bottom-mr{background-image:url(images/window-header/window-header-default-bottom-sides.gif);background-repeat:repeat-y}.x-window-header-default-bottom-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-bottom-corners.gif), sides:url(images/window-header/window-header-default-bottom-sides.gif)" !important}.x-window-header-default-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-left-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-left-tl{background-position:0 -8px}.x-window-header-default-left-tr{background-position:right -12px}.x-window-header-default-left-bl{background-position:0 -16px}.x-window-header-default-left-br{background-position:right -20px}.x-window-header-default-left-ml{background-position:0 top}.x-window-header-default-left-mr{background-position:right top}.x-window-header-default-left-tc{background-position:0 0}.x-window-header-default-left-bc{background-position:0 -4px}.x-window-header-default-left-tr,.x-window-header-default-left-br,.x-window-header-default-left-mr{padding-right:4px}.x-window-header-default-left-tl,.x-window-header-default-left-bl,.x-window-header-default-left-ml{padding-left:4px}.x-window-header-default-left-tc{height:4px}.x-window-header-default-left-bc{height:4px}.x-window-header-default-left-tl,.x-window-header-default-left-bl,.x-window-header-default-left-tr,.x-window-header-default-left-br,.x-window-header-default-left-tc,.x-window-header-default-left-bc,.x-window-header-default-left-ml,.x-window-header-default-left-mr{background-image:url(images/window-header/window-header-default-left-corners.gif)}.x-window-header-default-left-ml,.x-window-header-default-left-mr{background-image:url(images/window-header/window-header-default-left-sides.gif);background-repeat:repeat-y}.x-window-header-default-left-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-left-corners.gif), sides:url(images/window-header/window-header-default-left-sides.gif)" !important}.x-window-header-default-collapsed-top{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-top-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-collapsed-top-tl{background-position:0 -8px}.x-window-header-default-collapsed-top-tr{background-position:right -12px}.x-window-header-default-collapsed-top-bl{background-position:0 -16px}.x-window-header-default-collapsed-top-br{background-position:right -20px}.x-window-header-default-collapsed-top-ml{background-position:0 top}.x-window-header-default-collapsed-top-mr{background-position:right top}.x-window-header-default-collapsed-top-tc{background-position:0 0}.x-window-header-default-collapsed-top-bc{background-position:0 -4px}.x-window-header-default-collapsed-top-tr,.x-window-header-default-collapsed-top-br,.x-window-header-default-collapsed-top-mr{padding-right:4px}.x-window-header-default-collapsed-top-tl,.x-window-header-default-collapsed-top-bl,.x-window-header-default-collapsed-top-ml{padding-left:4px}.x-window-header-default-collapsed-top-tc{height:4px}.x-window-header-default-collapsed-top-bc{height:4px}.x-window-header-default-collapsed-top-tl,.x-window-header-default-collapsed-top-bl,.x-window-header-default-collapsed-top-tr,.x-window-header-default-collapsed-top-br,.x-window-header-default-collapsed-top-tc,.x-window-header-default-collapsed-top-bc,.x-window-header-default-collapsed-top-ml,.x-window-header-default-collapsed-top-mr{background-image:url(images/window-header/window-header-default-collapsed-top-corners.gif)}.x-window-header-default-collapsed-top-ml,.x-window-header-default-collapsed-top-mr{background-image:url(images/window-header/window-header-default-collapsed-top-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-top-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-top-corners.gif), sides:url(images/window-header/window-header-default-collapsed-top-sides.gif)" !important}.x-window-header-default-collapsed-right{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-right-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-collapsed-right-tl{background-position:0 -8px}.x-window-header-default-collapsed-right-tr{background-position:right -12px}.x-window-header-default-collapsed-right-bl{background-position:0 -16px}.x-window-header-default-collapsed-right-br{background-position:right -20px}.x-window-header-default-collapsed-right-ml{background-position:0 top}.x-window-header-default-collapsed-right-mr{background-position:right top}.x-window-header-default-collapsed-right-tc{background-position:0 0}.x-window-header-default-collapsed-right-bc{background-position:0 -4px}.x-window-header-default-collapsed-right-tr,.x-window-header-default-collapsed-right-br,.x-window-header-default-collapsed-right-mr{padding-right:4px}.x-window-header-default-collapsed-right-tl,.x-window-header-default-collapsed-right-bl,.x-window-header-default-collapsed-right-ml{padding-left:4px}.x-window-header-default-collapsed-right-tc{height:4px}.x-window-header-default-collapsed-right-bc{height:4px}.x-window-header-default-collapsed-right-tl,.x-window-header-default-collapsed-right-bl,.x-window-header-default-collapsed-right-tr,.x-window-header-default-collapsed-right-br,.x-window-header-default-collapsed-right-tc,.x-window-header-default-collapsed-right-bc,.x-window-header-default-collapsed-right-ml,.x-window-header-default-collapsed-right-mr{background-image:url(images/window-header/window-header-default-collapsed-right-corners.gif)}.x-window-header-default-collapsed-right-ml,.x-window-header-default-collapsed-right-mr{background-image:url(images/window-header/window-header-default-collapsed-right-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-right-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-right-corners.gif), sides:url(images/window-header/window-header-default-collapsed-right-sides.gif)" !important}.x-window-header-default-collapsed-bottom{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-bottom-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-collapsed-bottom-tl{background-position:0 -8px}.x-window-header-default-collapsed-bottom-tr{background-position:right -12px}.x-window-header-default-collapsed-bottom-bl{background-position:0 -16px}.x-window-header-default-collapsed-bottom-br{background-position:right -20px}.x-window-header-default-collapsed-bottom-ml{background-position:0 top}.x-window-header-default-collapsed-bottom-mr{background-position:right top}.x-window-header-default-collapsed-bottom-tc{background-position:0 0}.x-window-header-default-collapsed-bottom-bc{background-position:0 -4px}.x-window-header-default-collapsed-bottom-tr,.x-window-header-default-collapsed-bottom-br,.x-window-header-default-collapsed-bottom-mr{padding-right:4px}.x-window-header-default-collapsed-bottom-tl,.x-window-header-default-collapsed-bottom-bl,.x-window-header-default-collapsed-bottom-ml{padding-left:4px}.x-window-header-default-collapsed-bottom-tc{height:4px}.x-window-header-default-collapsed-bottom-bc{height:4px}.x-window-header-default-collapsed-bottom-tl,.x-window-header-default-collapsed-bottom-bl,.x-window-header-default-collapsed-bottom-tr,.x-window-header-default-collapsed-bottom-br,.x-window-header-default-collapsed-bottom-tc,.x-window-header-default-collapsed-bottom-bc,.x-window-header-default-collapsed-bottom-ml,.x-window-header-default-collapsed-bottom-mr{background-image:url(images/window-header/window-header-default-collapsed-bottom-corners.gif)}.x-window-header-default-collapsed-bottom-ml,.x-window-header-default-collapsed-bottom-mr{background-image:url(images/window-header/window-header-default-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-bottom-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-bottom-corners.gif), sides:url(images/window-header/window-header-default-collapsed-bottom-sides.gif)" !important}.x-window-header-default-collapsed-left{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-window-header-default-collapsed-left-mc{background-color:#f5f5f5}.x-nbr .x-window-header-default-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-window-header-default-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-window-header-default-collapsed-left-tl{background-position:0 -8px}.x-window-header-default-collapsed-left-tr{background-position:right -12px}.x-window-header-default-collapsed-left-bl{background-position:0 -16px}.x-window-header-default-collapsed-left-br{background-position:right -20px}.x-window-header-default-collapsed-left-ml{background-position:0 top}.x-window-header-default-collapsed-left-mr{background-position:right top}.x-window-header-default-collapsed-left-tc{background-position:0 0}.x-window-header-default-collapsed-left-bc{background-position:0 -4px}.x-window-header-default-collapsed-left-tr,.x-window-header-default-collapsed-left-br,.x-window-header-default-collapsed-left-mr{padding-right:4px}.x-window-header-default-collapsed-left-tl,.x-window-header-default-collapsed-left-bl,.x-window-header-default-collapsed-left-ml{padding-left:4px}.x-window-header-default-collapsed-left-tc{height:4px}.x-window-header-default-collapsed-left-bc{height:4px}.x-window-header-default-collapsed-left-tl,.x-window-header-default-collapsed-left-bl,.x-window-header-default-collapsed-left-tr,.x-window-header-default-collapsed-left-br,.x-window-header-default-collapsed-left-tc,.x-window-header-default-collapsed-left-bc,.x-window-header-default-collapsed-left-ml,.x-window-header-default-collapsed-left-mr{background-image:url(images/window-header/window-header-default-collapsed-left-corners.gif)}.x-window-header-default-collapsed-left-ml,.x-window-header-default-collapsed-left-mr{background-image:url(images/window-header/window-header-default-collapsed-left-sides.gif);background-repeat:repeat-y}.x-window-header-default-collapsed-left-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-window-header-default-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-left-corners.gif), sides:url(images/window-header/window-header-default-collapsed-left-sides.gif)" !important}.x-window-header-default .x-window-header-icon{width:16px;height:16px;color:#157fcc;font-size:16px;line-height:16px;background-position:center center}.x-window-header-default .x-window-header-glyph{color:#157fcc;font-size:16px;line-height:16px;opacity:0.5}.x-ie8 .x-window-header-default .x-window-header-glyph{color:#85bae1}.x-window-header-default-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-window-header-default-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-window-header-default-vertical .x-tool-after-title{margin:6px 0 0 0}.x-window-header-default-vertical .x-tool-before-title{margin:0 0 6px 0}.x-window-header-default .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-window-header-default .x-tool-focus{outline:none}.x-ie8 .x-window-header-default .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-window-header-default{border-width:1px !important}.x-nbr .x-window-default-collapsed .x-window-header{border-width:0 !important}.x-window-default-outer-border-l{border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-b{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-bl{border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-r{border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-window-default-outer-border-rl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-rb{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-rbl{border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-t{border-top-color:#f5f5f5 !important;border-top-width:1px !important}.x-window-default-outer-border-tl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-tb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-tbl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-tr{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important}.x-window-default-outer-border-trl{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-left-color:#f5f5f5 !important;border-left-width:1px !important}.x-window-default-outer-border-trb{border-top-color:#f5f5f5 !important;border-top-width:1px !important;border-right-color:#f5f5f5 !important;border-right-width:1px !important;border-bottom-color:#f5f5f5 !important;border-bottom-width:1px !important}.x-window-default-outer-border-trbl{border-color:#f5f5f5 !important;border-width:1px !important}.x-window-body-plain{background-color:transparent}.x-form-item-label-default{color:#666;font:300 13px/17px helvetica, arial, verdana, sans-serif;min-height:24px;padding-top:4px;padding-right:5px}.x-ie8 .x-form-item-label-default{min-height:20px}.x-form-item-label-default.x-form-item-label-top{height:1px}.x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner{padding-top:4px;padding-bottom:5px}.x-form-item-label-default.x-form-item-label-top-side-error:after{width:26px}.x-form-item-body-default{min-height:24px}.x-form-invalid-icon-default{width:16px;height:16px;margin:0 5px;background:url(images/form/exclamation.png) no-repeat}.x-form-invalid-under-default{padding:2px 2px 2px 20px;color:#cf4c35;font:300 13px/16px helvetica, arial, verdana, sans-serif;background:no-repeat 0 2px;background-image:url(images/form/exclamation.png)}.x-form-error-wrap-default.x-form-error-wrap-side{width:26px}.x-form-item-default.x-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-autocontainer-form-item,.x-anchor-form-item,.x-vbox-form-item,.x-table-form-item{margin-bottom:5px}.x-form-text-field-body-default{min-width:170px;max-width:170px}.x-form-trigger-wrap-default{border-width:1px;border-style:solid;border-color:#cfcfcf}.x-form-trigger-wrap-default.x-form-trigger-wrap-focus{border-color:#3892d4}.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid{border-color:#cf4c35}.x-form-text-default{color:#000;padding:3px 6px 2px;background-color:#fff;font:300 13px/17px helvetica, arial, verdana, sans-serif;min-height:22px}.x-ie8 .x-form-text-default{min-height:17px}.x-form-text-default.x-form-textarea{line-height:15px;min-height:60px}.x-ie8 .x-form-text-default.x-form-textarea{min-height:55px}.x-form-text-default.x-form-text-file{color:gray}.x-form-empty-field-default{color:gray}.x-form-text-default:-ms-input-placeholder{color:gray}.x-form-invalid-field-default{background-color:#fff}.x-form-trigger-default{width:22px;background:0 center #fff url(images/form/trigger.png) no-repeat}.x-form-trigger-default.x-form-trigger-over{background-position:-22px center}.x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus{background-position:-88px center}.x-form-trigger-default.x-form-trigger-focus{background-position:-66px center}.x-form-trigger.x-form-trigger-default.x-form-trigger-click{background-position:-44px center}.x-textfield-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-form-clear-trigger{background-image:url(images/form/clear-trigger.png)}.x-form-search-trigger{background-image:url(images/form/search-trigger.png)}.x-message-box .x-window-body{background-color:#fff;border-width:0}.x-message-box-info,.x-message-box-warning,.x-message-box-question,.x-message-box-error{background-position:left top;background-repeat:no-repeat}.x-message-box-icon{height:32px;width:32px;margin-right:10px}.x-message-box-info{background-image:url(images/shared/icon-info.png)}.x-message-box-warning{background-image:url(images/shared/icon-warning.png)}.x-message-box-question{background-image:url(images/shared/icon-question.png)}.x-message-box-error{background-image:url(images/shared/icon-error.png)}.x-form-cb-wrap-default{height:24px;min-width:15px}.x-form-cb-default{margin-top:5px}.x-form-checkbox-default,.x-form-radio-default{width:15px;height:15px}.x-form-radio-default{background:url(images/form/radio.png) no-repeat}.x-form-cb-checked .x-form-radio-default{background-position:0 -15px}.x-form-checkbox-default{background:url(images/form/checkbox.png) no-repeat}.x-form-cb-checked .x-form-checkbox-default{background-position:0 -15px}.x-form-checkbox-focus.x-form-radio-default{background-position:-15px 0}.x-form-cb-checked .x-form-checkbox-focus.x-form-radio-default{background-position:-15px -15px}.x-form-checkbox-focus.x-form-checkbox-default{background-position:-15px 0}.x-form-cb-checked .x-form-checkbox-focus.x-form-checkbox-default{background-position:-15px -15px}.x-form-cb-label-default{margin-top:4px;font:300 helvetica, arial, verdana, sans-serif/17px helvetica, arial, verdana, sans-serif}.x-form-cb-label-default.x-form-cb-label-before{padding-right:19px}.x-form-cb-label-default.x-form-cb-label-after{padding-left:19px}.x-checkbox-default-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-form-item-body-default.x-form-checkboxgroup-body{padding:0 4px}.x-form-invalid .x-form-item-body-default.x-form-checkboxgroup-body{border-width:1px;border-style:solid;border-color:#cf4c35}.x-fieldset-default{border:1px solid #cfcfcf;padding:0 10px;margin:0 0 10px}.x-ie8 .x-fieldset-default{padding-top:0}.x-ie8 .x-fieldset-body-default{padding-top:0}.x-fieldset-header-default{padding:0 3px 1px;line-height:16px}.x-fieldset-header-default > .x-fieldset-header-text{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#000;padding:1px 0}.x-fieldset-header-checkbox-default{margin:2px 4px 0 0;line-height:16px}.x-fieldset-header-tool-default{margin:2px 4px 0 0;padding:0}.x-fieldset-header-tool-default > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8;height:15px;width:15px}.x-fieldset-header-tool-default.x-tool-over > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.x-fieldset-header-tool-default.x-tool-pressed > .x-tool-img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-fieldset-header-tool-default > .x-tool-toggle{background-image:url(images/fieldset/collapse-tool.png);background-position:0 0}.x-fieldset-header-tool-default.x-tool-over > .x-tool-toggle{background-position:0 -15px}.x-fieldset-header-tool-default.x-focus{outline:1px solid red}.x-fieldset-default.x-fieldset-collapsed{border-width:1px 1px 0 1px;border-left-color:transparent;border-right-color:transparent}.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle{background-position:-15px 0}.x-fieldset-default.x-fieldset-collapsed .x-tool-over > .x-tool-toggle{background-position:-15px -15px}.x-form-trigger-spinner-default{width:22px}.x-form-spinner-default{background-image:url(images/form/spinner.png);background-color:#fff;width:22px;height:11px}.x-form-spinner-up-default{background-position:0 0}.x-form-spinner-up-default.x-form-spinner-over{background-position:-22px 0}.x-form-spinner-up-default.x-form-spinner-over.x-form-spinner-focus{background-position:-88px 0}.x-form-spinner-up-default.x-form-spinner-focus{background-position:-66px 0}.x-form-spinner-up-default.x-form-spinner.x-form-spinner-click{background-position:-44px 0}.x-form-spinner-down-default{background-position:0 -11px}.x-form-spinner-down-default.x-form-spinner-over{background-position:-22px -11px}.x-form-spinner-down-default.x-form-spinner-over.x-form-spinner-focus{background-position:-88px -11px}.x-form-spinner-down-default.x-form-spinner-focus{background-position:-66px -11px}.x-form-spinner-down-default.x-form-spinner.x-form-spinner-click{background-position:-44px -11px}.x-tbar-page-number{width:30px}.x-btn-icon-el.x-tbar-page-first{background-image:url(images/grid/page-first.png)}.x-btn-icon-el.x-tbar-page-prev{background-image:url(images/grid/page-prev.png)}.x-btn-icon-el.x-tbar-page-next{background-image:url(images/grid/page-next.png)}.x-btn-icon-el.x-tbar-page-last{background-image:url(images/grid/page-last.png)}.x-btn-icon-el.x-tbar-loading{background-image:url(images/grid/refresh.png)}.x-boundlist{border-width:1px;border-style:solid;border-color:#e1e1e1;background:#fff}.x-boundlist-item{padding:0 6px;font:normal 13px helvetica, arial, verdana, sans-serif;line-height:22px;cursor:pointer;cursor:hand;position:relative;border-width:1px;border-style:dotted;border-color:#fff;color:#000}.x-boundlist-selected{background:#c2ddf2;border-color:#c2ddf2}.x-boundlist-item-over{background:#d6e9f6;border-color:#d6e9f6}.x-boundlist-floating{border-top-width:0}.x-boundlist-above{border-top-width:1px;border-bottom-width:1px}.x-datepicker{border-width:1px;border-style:solid;border-color:#e1e1e1;background-color:#fff;width:212px}.x-datepicker-header{padding:4px 6px;text-align:center;background-color:#f5f5f5}.x-datepicker-arrow{width:12px;height:12px;top:9px;cursor:pointer;-webkit-touch-callout:none;background-color:#f5f5f5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}div.x-datepicker-arrow:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-datepicker-next{right:6px;background:url(images/datepicker/arrow-right.png) no-repeat 0 0}.x-datepicker-prev{left:6px;background:url(images/datepicker/arrow-left.png) no-repeat 0 0}.x-datepicker-month{background:transparent}.x-datepicker-month .x-btn,.x-datepicker-month .x-btn .x-btn-tc,.x-datepicker-month .x-btn .x-btn-tl,.x-datepicker-month .x-btn .x-btn-tr,.x-datepicker-month .x-btn .x-btn-mc,.x-datepicker-month .x-btn .x-btn-ml,.x-datepicker-month .x-btn .x-btn-mr,.x-datepicker-month .x-btn .x-btn-bc,.x-datepicker-month .x-btn .x-btn-bl,.x-datepicker-month .x-btn .x-btn-br{background:transparent;border-width:0 !important}.x-datepicker-month .x-btn-inner{color:#3892d4}.x-datepicker-month .x-btn-split-right:after,.x-datepicker-month .x-btn-over .x-btn-split-right:after{background-image:url(images/datepicker/month-arrow.png);padding:0;text-align:right;width:12px}.x-datepicker-month .x-btn{padding:3px}.x-datepicker-month .x-btn-over{border-color:transparent;background:transparent}.x-datepicker-month .x-btn.x-btn-pressed{border-color:transparent;background:transparent}.x-datepicker-month .x-btn-inner{font-size:12px}.x-datepicker-column-header{width:30px;color:#000;font:300 13px helvetica, arial, verdana, sans-serif;text-align:right;background-color:#fff}.x-datepicker-column-header-inner{line-height:25px;padding:0 9px 0 0}.x-datepicker-cell{text-align:right;border:1px solid #fff}.x-datepicker-date{padding:0 7px 0 0;font:300 13px helvetica, arial, verdana, sans-serif;color:#000;cursor:pointer;line-height:23px}div.x-datepicker-date:hover{color:#000;background-color:#ebf4fb}.x-datepicker-selected{border-style:solid;border-color:#3892d4}.x-datepicker-selected div.x-datepicker-date{background-color:#d6e9f6;color:#000;font-weight:300}.x-datepicker-today{border-color:darkred;border-style:solid}.x-datepicker-prevday .x-datepicker-date,.x-datepicker-nextday .x-datepicker-date{color:#bfbfbf}.x-datepicker-disabled .x-datepicker-date{background-color:#eee;cursor:default;color:grey}.x-datepicker-disabled div.x-datepicker-date:hover{background-color:#eee;color:grey}.x-datepicker-footer,.x-monthpicker-buttons{padding:3px 0;background-color:#f5f5f5;text-align:center}.x-datepicker-footer .x-btn,.x-monthpicker-buttons .x-btn{margin:0 3px 0 2px}.x-monthpicker{width:212px;border-width:1px;border-style:solid;border-color:#e1e1e1;background-color:#fff}.x-monthpicker-months{border-width:0 1px 0 0;border-color:#e1e1e1;border-style:solid;width:105px}.x-monthpicker-months .x-monthpicker-item{width:52px}.x-monthpicker-years{width:105px}.x-monthpicker-years .x-monthpicker-item{width:52px}.x-monthpicker-item{margin:5px 0 5px;font:300 13px helvetica, arial, verdana, sans-serif;text-align:center}.x-monthpicker-item-inner{margin:0 5px 0 5px;color:#000;border:1px solid #fff;line-height:22px;cursor:pointer}a.x-monthpicker-item-inner:hover{color:#000;background-color:#ebf4fb}.x-monthpicker-item a.x-monthpicker-selected{background-color:#d6e9f6;color:#000;border-style:solid;border-color:#3892d4}.x-monthpicker-yearnav{height:34px}.x-monthpicker-yearnav-button-ct{width:52px}.x-monthpicker-yearnav-button{height:12px;width:12px;cursor:pointer;margin-top:11px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7;-webkit-touch-callout:none;background-color:#fff}a.x-monthpicker-yearnav-button:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-monthpicker-yearnav-next{background:url(images/datepicker/arrow-right.png) no-repeat 0 0}.x-monthpicker-yearnav-next-over{background-position:0 0}.x-monthpicker-yearnav-prev{background:url(images/datepicker/arrow-left.png) no-repeat 0 0}.x-monthpicker-yearnav-prev-over{background-position:0 0}.x-monthpicker-small .x-monthpicker-item{margin:2px 0 2px}.x-monthpicker-small .x-monthpicker-item-inner{margin:0 5px 0 5px}.x-monthpicker-small .x-monthpicker-yearnav{height:28px}.x-monthpicker-small .x-monthpicker-yearnav-button{margin-top:8px}.x-cmd-slicer.x-datepicker-header:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-datepicker-footer:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-form-date-trigger{background-image:url(images/form/date-trigger.png)}.x-form-display-field-default{min-height:24px;font:300 13px/17px helvetica, arial, verdana, sans-serif;color:#000;margin-top:4px}.x-tip-anchor{position:absolute;overflow:hidden;height:10px;width:10px;border-style:solid;border-width:5px;border-color:#e1e1e1}.x-tip-anchor-top{border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;_border-top-color:pink;_border-left-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-bottom{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;_border-bottom-color:pink;_border-left-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-left{border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;_border-top-color:pink;_border-bottom-color:pink;_border-left-color:pink;_filter:chroma(color=pink)}.x-tip-anchor-right{border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;_border-top-color:pink;_border-bottom-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.x-tip-default{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:2px 2px 2px 2px;border-width:1px;border-style:solid;background-color:#ebf4fb}.x-tip-default-mc{background-color:#ebf4fb}.x-nbr .x-tip-default{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tip-default-frameInfo{font-family:th-3-3-3-3-1-1-1-1-2-2-2-2}.x-tip-default-tl{background-position:0 -6px}.x-tip-default-tr{background-position:right -9px}.x-tip-default-bl{background-position:0 -12px}.x-tip-default-br{background-position:right -15px}.x-tip-default-ml{background-position:0 top}.x-tip-default-mr{background-position:right top}.x-tip-default-tc{background-position:0 0}.x-tip-default-bc{background-position:0 -3px}.x-tip-default-tr,.x-tip-default-br,.x-tip-default-mr{padding-right:3px}.x-tip-default-tl,.x-tip-default-bl,.x-tip-default-ml{padding-left:3px}.x-tip-default-tc{height:3px}.x-tip-default-bc{height:3px}.x-tip-default-tl,.x-tip-default-bl,.x-tip-default-tr,.x-tip-default-br,.x-tip-default-tc,.x-tip-default-bc,.x-tip-default-ml,.x-tip-default-mr{background-image:url(images/tip/tip-default-corners.gif)}.x-tip-default-ml,.x-tip-default-mr{background-image:url(images/tip/tip-default-sides.gif);background-repeat:repeat-y}.x-tip-default-mc{padding:0px 0px 0px 0px}.x-cmd-slicer.x-tip-default:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-default-corners.gif), sides:url(images/tip/tip-default-sides.gif)" !important}.x-tip-default{background-color:#ebf4fb;border-color:#e1e1e1}.x-tip-default .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#ebf4fb}.x-tip-header-default .x-tool-after-title{margin:0 0 0 6px}.x-tip-header-default .x-tool-before-title{margin:0 6px 0 0}.x-tip-header-default{padding:3px 3px 0 3px}.x-tip-header-title-default{color:#000;font-size:13px;font-weight:bold}.x-tip-body-default{padding:3px;color:#000;font-size:13px;font-weight:300}.x-tip-body-default a{color:#000}.x-tip-form-invalid{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:2px 2px 2px 2px;border-width:1px;border-style:solid;background-color:#ebf4fb}.x-tip-form-invalid-mc{background-color:#ebf4fb}.x-nbr .x-tip-form-invalid{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tip-form-invalid-frameInfo{font-family:th-3-3-3-3-1-1-1-1-2-2-2-2}.x-tip-form-invalid-tl{background-position:0 -6px}.x-tip-form-invalid-tr{background-position:right -9px}.x-tip-form-invalid-bl{background-position:0 -12px}.x-tip-form-invalid-br{background-position:right -15px}.x-tip-form-invalid-ml{background-position:0 top}.x-tip-form-invalid-mr{background-position:right top}.x-tip-form-invalid-tc{background-position:0 0}.x-tip-form-invalid-bc{background-position:0 -3px}.x-tip-form-invalid-tr,.x-tip-form-invalid-br,.x-tip-form-invalid-mr{padding-right:3px}.x-tip-form-invalid-tl,.x-tip-form-invalid-bl,.x-tip-form-invalid-ml{padding-left:3px}.x-tip-form-invalid-tc{height:3px}.x-tip-form-invalid-bc{height:3px}.x-tip-form-invalid-tl,.x-tip-form-invalid-bl,.x-tip-form-invalid-tr,.x-tip-form-invalid-br,.x-tip-form-invalid-tc,.x-tip-form-invalid-bc,.x-tip-form-invalid-ml,.x-tip-form-invalid-mr{background-image:url(images/tip/tip-form-invalid-corners.gif)}.x-tip-form-invalid-ml,.x-tip-form-invalid-mr{background-image:url(images/tip/tip-form-invalid-sides.gif);background-repeat:repeat-y}.x-tip-form-invalid-mc{padding:0px 0px 0px 0px}.x-cmd-slicer.x-tip-form-invalid:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/tip/tip-form-invalid-corners.gif), sides:url(images/tip/tip-form-invalid-sides.gif)" !important}.x-tip-form-invalid{background-color:#ebf4fb;border-color:#e1e1e1}.x-tip-form-invalid .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#ebf4fb}.x-tip-header-form-invalid .x-tool-after-title{margin:0 0 0 6px}.x-tip-header-form-invalid .x-tool-before-title{margin:0 6px 0 0}.x-tip-header-form-invalid{padding:3px 3px 0 3px}.x-tip-header-title-form-invalid{color:#000;font-size:13px;font-weight:bold}.x-tip-body-form-invalid{padding:5px 3px 5px 34px;color:#000;font-size:13px;font-weight:300}.x-tip-body-form-invalid a{color:#000}.x-tip-body-form-invalid{background:1px 1px no-repeat;background-image:url(images/form/exclamation.png)}.x-tip-body-form-invalid li{margin-bottom:4px}.x-tip-body-form-invalid li.last{margin-bottom:0}.x-color-picker{width:192px;height:120px;background-color:#fff;border-color:#fff;border-width:0;border-style:solid}.x-color-picker-item{width:24px;height:24px;border-width:1px;border-color:#fff;border-style:solid;background-color:#fff;cursor:pointer;padding:2px}a.x-color-picker-item:hover{border-color:#8bb8f3;background-color:#e6e6e6}.x-color-picker-selected{border-color:#8bb8f3;background-color:#e6e6e6}.x-color-picker-item-inner{line-height:16px;border-color:#e1e1e1;border-width:1px;border-style:solid}.x-html-editor-tb .x-edit-bold,.x-menu-item div.x-edit-bold{background-position:0 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-italic,.x-menu-item div.x-edit-italic{background-position:-16px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-underline,.x-menu-item div.x-edit-underline{background-position:-32px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-forecolor,.x-menu-item div.x-edit-forecolor{background-position:-160px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-backcolor,.x-menu-item div.x-edit-backcolor{background-position:-176px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifyleft,.x-menu-item div.x-edit-justifyleft{background-position:-112px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifycenter,.x-menu-item div.x-edit-justifycenter{background-position:-128px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-justifyright,.x-menu-item div.x-edit-justifyright{background-position:-144px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-insertorderedlist,.x-menu-item div.x-edit-insertorderedlist{background-position:-80px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-insertunorderedlist,.x-menu-item div.x-edit-insertunorderedlist{background-position:-96px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-increasefontsize,.x-menu-item div.x-edit-increasefontsize{background-position:-48px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-decreasefontsize,.x-menu-item div.x-edit-decreasefontsize{background-position:-64px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-sourceedit,.x-menu-item div.x-edit-sourceedit{background-position:-192px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tb .x-edit-createlink,.x-menu-item div.x-edit-createlink{background-position:-208px 0;background-image:url(images/editor/tb-sprite.png)}.x-html-editor-tip .x-tip-bd .x-tip-bd-inner{padding:5px;padding-bottom:1px}.x-html-editor-tb .x-font-select{font-size:13px;font-family:inherit}.x-html-editor-wrap textarea{font:300 13px helvetica, arial, verdana, sans-serif;background-color:#fff;resize:none}.x-form-text-default.x-tagfield{padding:2px 0 0 4px}.x-form-text-default .x-tagfield-input{margin:0 4px 2px 0}.x-form-text-default .x-tagfield-input-field{height:18px;line-height:18px}.x-form-text-default .x-tagfield-item{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background-color:#f5f5f5;border:1px solid #dcdcdc;padding:0 19px 0 5px;margin:0 4px 2px 0;color:#000;line-height:16px}.x-form-text-default .x-tagfield-item:hover{background-color:#e4e4e4;border-color:#999;color:#000}.x-form-text-default .x-tagfield-item.x-tagfield-item-selected{background-color:#c4e2f8;border-color:#157fcc;color:#000}.x-form-text-default .x-tagfield-item-close{width:12px;height:12px;top:1px;right:1px;background-image:url(images/form/tag-field-item-close.png)}.x-form-text-default .x-tagfield-item-close:hover{background-position:-12px 0}.x-form-text-default .x-tagfield-item-close:active{background-position:-24px 0}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close{background-position:0 -12px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:hover{background-position:-12px -12px}.x-form-text-default .x-tagfield-item-selected .x-tagfield-item-close:active{background-position:-24px -12px}.x-grid-view{z-index:1}.x-grid-body{background:#fff;border-width:1px;border-style:solid;border-color:#cfcfcf}.x-grid-item-container{min-height:1px;position:relative;overflow:hidden}.x-grid-empty{padding:10px;color:grey;background-color:#fff;font:300 13px helvetica, arial, verdana, sans-serif}.x-grid-item{color:#000;font:300 13px/15px helvetica, arial, verdana, sans-serif;background-color:#fff}.x-grid-item-alt{background-color:#fafafa}.x-grid-item-over{color:#000;background-color:#e2eff9}.x-grid-item-focused{outline:0;color:#000}.x-grid-item-focused .x-grid-cell-inner{z-index:1}.x-grid-item-focused .x-grid-cell-inner:before{content:"";position:absolute;z-index:-1;top:0px;right:0px;bottom:0px;left:0px;pointer-events:none;border:1px solid #3d92cf}.x-grid-item-selected{color:#000;background-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item{border-style:solid;border-width:1px 0 0;border-color:#cfcfcf}.x-grid-with-row-lines .x-grid-item:first-child{border-top-color:#fff}.x-grid-with-row-lines .x-grid-item.x-grid-item-over{border-style:solid;border-color:#e2eff9}.x-grid-with-row-lines .x-grid-item-over + .x-grid-item{border-top-style:solid;border-top-color:#e2eff9}.x-grid-with-row-lines .x-grid-item.x-grid-item-selected{border-style:solid;border-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item{border-top-style:solid;border-top-color:#c2ddf2}.x-grid-with-row-lines .x-grid-item:last-child{border-bottom-width:1px}.x-ie8 .x-grid-with-row-lines .x-grid-item{border-width:1px 0;margin-top:-1px}.x-ie8 .x-grid-with-row-lines .x-grid-item:first-child{margin-top:0}.x-grid-cell-inner{position:relative;text-overflow:ellipsis;padding:5px 10px 4px}.x-grid-cell-special{border-color:#cfcfcf;border-style:solid;border-right-width:1px}.x-grid-dirty-cell{background:url(images/grid/dirty.png) no-repeat 0 0}.x-grid-row .x-grid-cell-selected{color:#000;background-color:#c2ddf2}.x-grid-with-col-lines .x-grid-cell{border-style:solid;border-color:#cfcfcf;border-width:0 1px 0 0}.x-grid-with-col-lines .x-grid-item-over .x-grid-cell{border-color:#e2eff9;border-style:solid}.x-grid-with-col-lines .x-grid-item-selected .x-grid-cell{border-color:#c2ddf2;border-style:solid}.x-grid-resize-marker{width:1px;background-color:#0f0f0f}.x-grid-drop-indicator{position:absolute;height:1px;line-height:0px;background-color:#77bc71;overflow:visible;pointer-events:none}.x-grid-drop-indicator .x-grid-drop-indicator-left{position:absolute;top:-8px;left:-12px;background-image:url(images/grid/dd-insert-arrow-right.png);height:16px;width:16px}.x-grid-drop-indicator .x-grid-drop-indicator-right{position:absolute;top:-8px;right:-11px;background-image:url(images/grid/dd-insert-arrow-left.png);height:16px;width:16px}.x-col-move-top,.x-col-move-bottom{width:9px;height:9px}.x-col-move-top{background-image:url(images/grid/col-move-top.png)}.x-col-move-bottom{background-image:url(images/grid/col-move-bottom.png)}.x-grid-header-ct{border:1px solid #cfcfcf;border-bottom-color:#fff;background-color:#fff}.x-accordion-item .x-grid-header-ct{border-width:0 0 1px !important}.x-grid-header-ct-hidden{border-top:0 !important;border-bottom:0 !important}.x-grid-body{border-top-color:#cfcfcf}.x-hmenu-sort-asc{background-image:url(images/grid/hmenu-asc.png)}.x-hmenu-sort-desc{background-image:url(images/grid/hmenu-desc.png)}.x-cols-icon{background-image:url(images/grid/columns.png)}.x-column-header{border-right:1px solid #cfcfcf;color:#666;font:300 13px/15px helvetica, arial, verdana, sans-serif;outline:0;background-color:#fff}.x-group-sub-header{background:transparent;border-top:1px solid #cfcfcf}.x-group-sub-header .x-column-header-inner{padding:6px 10px 7px 10px}.x-column-header-inner{padding:7px 10px}.x-column-header-inner-empty{text-overflow:clip}.x-column-header.x-column-header-focus{color:#666}.x-column-header.x-column-header-focus .x-column-header-inner:after{content:"";position:absolute;z-index:5;top:0px;right:0px;bottom:0px;left:0px;border:1px solid #4499d6;pointer-events:none}.x-column-header.x-column-header-focus.x-group-sub-header .x-column-header-inner:before{bottom:0px}.x-column-header-over{background-image:none;background-color:#eff6fb}.x-column-header-sort-ASC,.x-column-header-sort-DESC{background-image:none;background-color:#eff6fb}.x-column-header-open{background-color:#eff6fb}.x-column-header-open .x-column-header-trigger{background-color:#e0ebf3}.x-column-header-over .x-column-header-trigger,.x-column-header-open .x-column-header-trigger{width:18px;cursor:pointer;background:transparent url(images/grid/hd-pop.png) no-repeat center center}.x-column-header-align-right .x-column-header-text{margin-right:12px}.x-column-header-sort-ASC .x-column-header-text-inner,.x-column-header-sort-DESC .x-column-header-text-inner{padding-right:17px;background-position:right center}.x-column-header-sort-ASC .x-column-header-text-inner{background-image:url(images/grid/sort_asc.png)}.x-column-header-sort-DESC .x-column-header-text-inner{background-image:url(images/grid/sort_desc.png)}.x-no-header-borders .x-column-header{border:0 none}.x-no-header-borders .x-column-header .x-column-header-inner{padding-top:7px}.x-cmd-slicer.x-column-header:before{display:none;content:"x-slicer:" !important}.x-cmd-slicer.x-column-header-over:before{display:none;content:"x-slicer:" !important}.x-grid-cell-inner-action-col{padding:4px 4px 4px 4px}.x-action-col-cell .x-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-action-col-icon{color:#cfcfcf;font-size:16px;height:16px;width:16px;cursor:pointer}.x-grid-cell-inner-checkcolumn{padding:5px 10px 4px 10px}.x-grid-checkcolumn{width:15px;height:15px;background:url(images/form/checkbox.png) 0 0 no-repeat}.x-item-disabled .x-grid-checkcolumn{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-grid-checkcolumn-checked{background-position:0 -15px}.x-grid-cell-inner-row-numberer{padding:5px 5px 4px 3px;background-color:#fff}.x-btn-grid-cell-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:#3892d4}.x-btn-grid-cell-small-mc{background-color:#3892d4}.x-nbr .x-btn-grid-cell-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-grid-cell-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-grid-cell-small-tl{background-position:0 -6px}.x-btn-grid-cell-small-tr{background-position:right -9px}.x-btn-grid-cell-small-bl{background-position:0 -12px}.x-btn-grid-cell-small-br{background-position:right -15px}.x-btn-grid-cell-small-ml{background-position:0 top}.x-btn-grid-cell-small-mr{background-position:right top}.x-btn-grid-cell-small-tc{background-position:0 0}.x-btn-grid-cell-small-bc{background-position:0 -3px}.x-btn-grid-cell-small-tr,.x-btn-grid-cell-small-br,.x-btn-grid-cell-small-mr{padding-right:3px}.x-btn-grid-cell-small-tl,.x-btn-grid-cell-small-bl,.x-btn-grid-cell-small-ml{padding-left:3px}.x-btn-grid-cell-small-tc{height:3px}.x-btn-grid-cell-small-bc{height:3px}.x-btn-grid-cell-small-tl,.x-btn-grid-cell-small-bl,.x-btn-grid-cell-small-tr,.x-btn-grid-cell-small-br,.x-btn-grid-cell-small-tc,.x-btn-grid-cell-small-bc,.x-btn-grid-cell-small-ml,.x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-corners.gif)}.x-btn-grid-cell-small-ml,.x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-sides.gif);background-repeat:repeat-y}.x-btn-grid-cell-small-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-corners.gif), sides:url(images/btn/btn-grid-cell-small-sides.gif)" !important}.x-btn-grid-cell-small{border-color:#157fcc}.x-btn-button-grid-cell-small{min-height:16px}.x-ie9m .x-btn-button-grid-cell-small{min-height:auto;height:16px}.x-btn-inner-grid-cell-small{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#fff;padding:0 5px;max-width:100%}.x-btn-icon-right > .x-btn-inner-grid-cell-small,.x-btn-icon-left > .x-btn-inner-grid-cell-small{max-width:calc(100% - 16px)}.x-ie10p .x-btn-inner-grid-cell-small{max-width:none}.x-btn-icon-el-grid-cell-small{font-size:16px;height:16px;color:#fff;line-height:16px}.x-btn-icon-left > .x-btn-icon-el-grid-cell-small,.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{width:16px}.x-btn-icon-top > .x-btn-icon-el-grid-cell-small,.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small{min-width:16px}.x-btn-icon-el-grid-cell-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-grid-cell-small.x-btn-glyph{color:#9cc9e9}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small{margin-right:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-left:0px}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-grid-cell-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small{padding-right:5px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-right:5px}.x-btn-arrow-bottom > .x-btn-button-grid-cell-small,.x-btn-split-bottom > .x-btn-button-grid-cell-small{padding-bottom:3px}.x-btn-wrap-grid-cell-small.x-btn-arrow-right:after{width:8px;background-image:url(images/button/grid-cell-small-arrow.png);padding-right:8px}.x-btn-wrap-grid-cell-small.x-btn-arrow-bottom:after{height:8px;background-image:url(images/button/grid-cell-small-arrow.png)}.x-btn-wrap-grid-cell-small.x-btn-split-right:after{width:14px;background-image:url(images/button/grid-cell-small-s-arrow.png);padding-right:14px}.x-btn-wrap-grid-cell-small.x-btn-split-bottom:after{height:14px;background-image:url(images/button/grid-cell-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small{padding-right:5px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small{margin-right:5px}.x-btn-focus.x-btn-grid-cell-small{background-image:none;background-color:#3892d4}.x-btn-grid-cell-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:17px;pointer-events:none}.x-btn-over.x-btn-grid-cell-small{border-color:#1375bc;background-image:none;background-color:#3487c3}.x-btn.x-btn-menu-active.x-btn-grid-cell-small,.x-btn.x-btn-pressed.x-btn-grid-cell-small{border-color:#105f99;background-image:none;background-color:#2a6e9f}.x-btn.x-btn-disabled.x-btn-grid-cell-small{background-image:none;background-color:#3892d4}.x-btn-focus .x-btn-grid-cell-small-tl,.x-btn-focus .x-btn-grid-cell-small-bl,.x-btn-focus .x-btn-grid-cell-small-tr,.x-btn-focus .x-btn-grid-cell-small-br,.x-btn-focus .x-btn-grid-cell-small-tc,.x-btn-focus .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-corners.gif)}.x-btn-focus .x-btn-grid-cell-small-ml,.x-btn-focus .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-sides.gif)}.x-btn-focus .x-btn-grid-cell-small-mc{background-color:#3892d4}.x-btn-over .x-btn-grid-cell-small-tl,.x-btn-over .x-btn-grid-cell-small-bl,.x-btn-over .x-btn-grid-cell-small-tr,.x-btn-over .x-btn-grid-cell-small-br,.x-btn-over .x-btn-grid-cell-small-tc,.x-btn-over .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-over-corners.gif)}.x-btn-over .x-btn-grid-cell-small-ml,.x-btn-over .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-over-sides.gif)}.x-btn-over .x-btn-grid-cell-small-mc{background-color:#3487c3}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mc{background-color:#3487c3}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tl,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bl,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tr,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-br,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tc,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-bc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tl,.x-btn.x-btn-pressed .x-btn-grid-cell-small-bl,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tr,.x-btn.x-btn-pressed .x-btn-grid-cell-small-br,.x-btn.x-btn-pressed .x-btn-grid-cell-small-tc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-ml,.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mr,.x-btn.x-btn-pressed .x-btn-grid-cell-small-ml,.x-btn.x-btn-pressed .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mc,.x-btn.x-btn-pressed .x-btn-grid-cell-small-mc{background-color:#2a6e9f}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tl,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bl,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tr,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-br,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mr,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-ml,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mc,.x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mc{background-color:#2a6e9f}.x-btn.x-btn-disabled .x-btn-grid-cell-small-tl,.x-btn.x-btn-disabled .x-btn-grid-cell-small-bl,.x-btn.x-btn-disabled .x-btn-grid-cell-small-tr,.x-btn.x-btn-disabled .x-btn-grid-cell-small-br,.x-btn.x-btn-disabled .x-btn-grid-cell-small-tc,.x-btn.x-btn-disabled .x-btn-grid-cell-small-bc{background-image:url(images/btn/btn-grid-cell-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-grid-cell-small-ml,.x-btn.x-btn-disabled .x-btn-grid-cell-small-mr{background-image:url(images/btn/btn-grid-cell-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-grid-cell-small-mc{background-color:#3892d4}.x-nbr .x-btn-grid-cell-small{background-image:none}.x-btn-disabled.x-btn-grid-cell-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-grid-cell-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last:after{bottom:1px}.x-cmd-slicer.x-btn-focus.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-grid-cell-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-disabled-corners.gif), sides:url(images/btn/btn-grid-cell-small-disabled-sides.gif)" !important}.x-button-grid-cell-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-grid-cell-small-cell > .x-grid-cell-inner >.x-btn-grid-cell-small{vertical-align:top}.x-grid-group-hd{border-width:0 0 1px 0;border-style:solid;border-color:#cfcfcf;padding:7px 4px;background:#fff;cursor:pointer}.x-grid-group-hd-not-collapsible{cursor:default}.x-grid-group-hd-collapsible .x-grid-group-title{padding:0 0 0 17px;background:url(images/grid/group-collapse.png) no-repeat left center}.x-grid-group-title{color:#666;font:300 13px/15px helvetica, arial, verdana, sans-serif}.x-grid-group-hd-collapsed .x-grid-group-title{background-image:url(images/grid/group-expand.png)}.x-group-by-icon{background-image:url(images/grid/group-by.png)}.x-grid-rowbody{font:300 13px/15px helvetica, arial, verdana, sans-serif;padding:5px 10px 5px 10px}.x-docked-summary{border-width:1px;border-color:#cfcfcf;border-style:solid;background:#fff!important}.x-docked-summary .x-grid-table{border:0 none}.x-grid-row-summary .x-grid-cell,.x-grid-row-summary .x-grid-rowwrap,.x-grid-row-summary .x-grid-cell-rowbody{border-color:#cfcfcf;background-color:#fff !important;border-top:1px solid #cfcfcf;font:300 13px/15px helvetica, arial, verdana, sans-serif}.x-docked-summary .x-grid-item,.x-docked-summary .x-grid-row-summary .x-grid-cell{border-bottom:0 none;border-top:0 none}.x-grid-row-summary .x-grid-cell-inner-row-expander{display:none}.x-menu-default{border-style:solid;border-width:1px;border-color:#e1e1e1}.x-menu-body-default{background:#fff;padding:0}.x-menu-icon-separator-default{left:26px;border-left:solid 1px #e1e1e1;background-color:#fff;width:1px}.x-menu-item-default{border-width:0;cursor:pointer}.x-menu-item-default.x-menu-item-active{background-image:none;background-color:#d6e9f6}.x-nlg .x-menu-item-default.x-menu-item-active{background:#d6e9f6 repeat-x left top;background-image:url(images/menu/menu-item-default-active-bg.gif)}.x-menu-item-default.x-menu-item-disabled{cursor:default}.x-menu-item-default.x-menu-item-disabled a{cursor:default}.x-menu-item-default.x-menu-item-separator{height:1px;border-top:solid 1px #e1e1e1;background-color:#fff;margin:2px 0;padding:0}.x-menu-item-default.x-menu-item-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-icon-ui{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-text-default{background-color:transparent}.x-menu-item-default .x-form-item-label{font-size:13px;color:#000}.x-menu-item-text-default,.x-menu-item-cmp-default{margin:0 5px 0 5px}.x-menu-item-text-default{font:300 13px helvetica, arial, verdana, sans-serif;line-height:23px;padding-top:1px;color:#000;cursor:pointer}.x-menu-item-text-default.x-menu-item-indent{margin-left:32px}.x-menu-item-text-default.x-menu-item-indent-no-separator{margin-left:26px}.x-menu-item-text-default.x-menu-item-indent-right-icon{margin-right:31px}.x-menu-item-text-default.x-menu-item-indent-right-arrow{margin-right:22px}.x-menu-item-disabled .x-menu-item-text-default{cursor:default}.x-menu-item-indent-default{margin-left:32px}.x-menu-item-icon-default{width:16px;height:16px;top:4px;left:5px;line-height:16px;font-size:16px;color:grey;background-position:center center}.x-menu-item-icon-default.x-menu-item-glyph{opacity:0.5}.x-ie8 .x-menu-item-icon-default.x-menu-item-glyph{color:silver}.x-menu-item-icon-default.x-menu-item-icon-right{width:16px;height:16px;top:4px;right:5px;left:auto;background-position:center center}.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox{background-image:url(images/menu/default-checked.png)}.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox{background-image:url(images/menu/default-unchecked.png)}.x-menu-item-checked .x-menu-item-icon-default.x-menu-group-icon{background-image:url(images/menu/default-group-checked.png)}.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-group-icon{background-image:none}.x-menu-item-arrow-default{width:12px;height:9px;top:8px;right:0;background-image:url(images/menu/default-menu-parent.png)}.x-menu-item-active .x-menu-item-arrow-default{top:8px;right:0}.x-menu-default-scroller .x-box-scroller-body-horizontal{margin-left:16px}.x-menu-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:24px}.x-box-scroller-menu-default{cursor:pointer;color:#e1e1e1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-box-scroller-menu-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-menu-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.x-box-scroller-menu-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-menu-default.x-box-scroller-top,.x-box-scroller-menu-default.x-box-scroller-bottom{height:16px;width:16px;left:50%;margin-left:-8px}.x-box-scroller-menu-default.x-box-scroller-top{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/menu/default-scroll-top.png)}.x-box-scroller-menu-default.x-box-scroller-bottom{margin-top:4px;margin-right:0;margin-bottom:4px;background-image:url(images/menu/default-scroll-bottom.png)}.x-ie8 .x-box-scroller-menu-default{background-color:#fff}.x-grid-filters-filtered-column{font-style:italic;font-weight:300;text-decoration:inherit}.x-grid-filters-icon{background-repeat:no-repeat;background-position:center center;color:grey;text-align:center}.x-grid-filters-find{background-image:url(images/grid/filters/find.png)}.x-grid-filters-gt{background-image:url(images/grid/filters/greater_than.png)}.x-grid-filters-lt{background-image:url(images/grid/filters/less_than.png)}.x-grid-filters-eq{background-image:url(images/grid/filters/equals.png)}.x-grid-locked .x-grid-inner-locked{border-width:0 1px 0 0;border-style:solid}.x-grid-locked-split .x-grid-inner-normal{border-width:0 0 0 1px;border-style:solid;border-left-color:#888}.x-grid-locking-body{border-width:1px}.x-grid-inner-locked{border-right-color:#888}.x-grid-inner-locked .x-column-header-last,.x-grid-inner-locked .x-grid-cell-last{border-right-width:0!important}.x-hmenu-lock{background-image:url(images/grid/hmenu-lock.png)}.x-hmenu-unlock{background-image:url(images/grid/hmenu-unlock.png)}.x-grid-editor .x-form-display-field{text-overflow:ellipsis}.x-grid-editor .x-form-action-col-field{padding:4px 4px 4px 4px}.x-grid-editor .x-form-text{padding-left:9px;padding-right:9px}.x-tree-cell-editor .x-form-text{padding-left:3px;padding-right:3px}.x-grid-row-editor .x-field{margin:0 3px 0 2px}.x-grid-row-editor .x-form-display-field{padding:5px 8px 4px 8px;line-height:15px}.x-ie9m .x-grid-row-editor .x-form-display-field{min-height:15px}.x-grid-row-editor .x-form-action-col-field{padding:4px 1px 4px 2px}.x-grid-row-editor .x-form-text{padding:3px 6px 2px 7px}.x-gecko .x-grid-row-editor .x-form-text{padding-left:6px;padding-right:5px}.x-grid-row-editor .x-panel-body{border-top:1px solid #e1e1e1 !important;border-bottom:1px solid #e1e1e1 !important;padding:5px 0 5px 0;background-color:#e0ebf3}.x-grid-with-col-lines .x-grid-row-editor .x-form-cb{margin-right:1px}.x-grid-row-editor-buttons-default-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;padding:5px 5px 5px 5px;border-width:0 1px 1px 1px;border-style:solid;background-color:#e0ebf3}.x-grid-row-editor-buttons-default-bottom-mc{background-color:#e0ebf3}.x-nbr .x-grid-row-editor-buttons-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-grid-row-editor-buttons-default-bottom-frameInfo{font-family:th-0-5-5-5-0-1-1-1-5-5-5-5}.x-grid-row-editor-buttons-default-bottom-tl{background-position:0 -10px}.x-grid-row-editor-buttons-default-bottom-tr{background-position:right -15px}.x-grid-row-editor-buttons-default-bottom-bl{background-position:0 -20px}.x-grid-row-editor-buttons-default-bottom-br{background-position:right -25px}.x-grid-row-editor-buttons-default-bottom-ml{background-position:0 top}.x-grid-row-editor-buttons-default-bottom-mr{background-position:right top}.x-grid-row-editor-buttons-default-bottom-tc{background-position:0 0}.x-grid-row-editor-buttons-default-bottom-bc{background-position:0 -5px}.x-grid-row-editor-buttons-default-bottom-tr,.x-grid-row-editor-buttons-default-bottom-br,.x-grid-row-editor-buttons-default-bottom-mr{padding-right:5px}.x-grid-row-editor-buttons-default-bottom-tl,.x-grid-row-editor-buttons-default-bottom-bl,.x-grid-row-editor-buttons-default-bottom-ml{padding-left:5px}.x-grid-row-editor-buttons-default-bottom-tc{height:0}.x-grid-row-editor-buttons-default-bottom-bc{height:5px}.x-grid-row-editor-buttons-default-bottom-tl,.x-grid-row-editor-buttons-default-bottom-bl,.x-grid-row-editor-buttons-default-bottom-tr,.x-grid-row-editor-buttons-default-bottom-br,.x-grid-row-editor-buttons-default-bottom-tc,.x-grid-row-editor-buttons-default-bottom-bc,.x-grid-row-editor-buttons-default-bottom-ml,.x-grid-row-editor-buttons-default-bottom-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif)}.x-grid-row-editor-buttons-default-bottom-ml,.x-grid-row-editor-buttons-default-bottom-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif);background-repeat:repeat-y}.x-grid-row-editor-buttons-default-bottom-mc{padding:5px 1px 1px 1px}.x-cmd-slicer.x-grid-row-editor-buttons-default-bottom:before{display:none;content:"x-slicer:, frame:0 5px 5px 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif)" !important}.x-grid-row-editor-buttons-default-top{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:5px 5px 5px 5px;border-width:1px 1px 0 1px;border-style:solid;background-color:#e0ebf3}.x-grid-row-editor-buttons-default-top-mc{background-color:#e0ebf3}.x-nbr .x-grid-row-editor-buttons-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-grid-row-editor-buttons-default-top-frameInfo{font-family:th-5-5-0-5-1-1-0-1-5-5-5-5}.x-grid-row-editor-buttons-default-top-tl{background-position:0 -10px}.x-grid-row-editor-buttons-default-top-tr{background-position:right -15px}.x-grid-row-editor-buttons-default-top-bl{background-position:0 -20px}.x-grid-row-editor-buttons-default-top-br{background-position:right -25px}.x-grid-row-editor-buttons-default-top-ml{background-position:0 top}.x-grid-row-editor-buttons-default-top-mr{background-position:right top}.x-grid-row-editor-buttons-default-top-tc{background-position:0 0}.x-grid-row-editor-buttons-default-top-bc{background-position:0 -5px}.x-grid-row-editor-buttons-default-top-tr,.x-grid-row-editor-buttons-default-top-br,.x-grid-row-editor-buttons-default-top-mr{padding-right:5px}.x-grid-row-editor-buttons-default-top-tl,.x-grid-row-editor-buttons-default-top-bl,.x-grid-row-editor-buttons-default-top-ml{padding-left:5px}.x-grid-row-editor-buttons-default-top-tc{height:5px}.x-grid-row-editor-buttons-default-top-bc{height:0}.x-grid-row-editor-buttons-default-top-tl,.x-grid-row-editor-buttons-default-top-bl,.x-grid-row-editor-buttons-default-top-tr,.x-grid-row-editor-buttons-default-top-br,.x-grid-row-editor-buttons-default-top-tc,.x-grid-row-editor-buttons-default-top-bc,.x-grid-row-editor-buttons-default-top-ml,.x-grid-row-editor-buttons-default-top-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif)}.x-grid-row-editor-buttons-default-top-ml,.x-grid-row-editor-buttons-default-top-mr{background-image:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif);background-repeat:repeat-y}.x-grid-row-editor-buttons-default-top-mc{padding:1px 1px 5px 1px}.x-cmd-slicer.x-grid-row-editor-buttons-default-top:before{display:none;content:"x-slicer:, frame:5px 5px 0 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif)" !important}.x-grid-row-editor-buttons{border-color:#e1e1e1}.x-row-editor-update-button{margin-right:3px}.x-row-editor-cancel-button{margin-left:2px}.x-grid-row-editor-errors .x-tip-body{padding:5px}.x-grid-row-editor-errors-item{list-style:disc;margin-left:15px}.x-grid-cell-inner-row-expander{padding:7px 6px 6px 6px}.x-grid-row-expander{width:11px;height:11px;cursor:pointer;background-image:url(images/grid/group-collapse.png)}.x-grid-row-collapsed .x-grid-row-expander{background-image:url(images/grid/group-expand.png)}.x-ssm-row-numberer-hd{cursor:se-resize!important}.x-ssm-row-numberer-cell{cursor:e-resize}.x-ssm-column-select .x-column-header{cursor:s-resize}.x-ssm-extender-drag-handle{height:7px;width:7px;background-color:#157fcc}.x-ssm-extender-mask{border:1px dotted #157fcc}.x-accordion-layout-ct{background-color:#fff;padding:0}.x-accordion-hd .x-panel-header-title{color:#157fcc;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;text-transform:none}.x-accordion-item{margin:0}.x-accordion-item .x-accordion-hd{background:#fff;border-width:0 0 1px;border-color:#fff #cfcfcf #cfcfcf;padding:8px 10px}.x-accordion-item .x-accordion-hd-sibling-expanded{border-top-color:#cfcfcf;border-top-width:1px}.x-accordion-item .x-accordion-hd-last-collapsed{border-bottom-color:#fff}.x-accordion-item .x-accordion-body{border-width:0}.x-accordion-hd .x-tool-img{background-color:#fff}.x-accordion-hd .x-tool-collapse-top,.x-accordion-hd .x-tool-collapse-bottom{background-position:0 -272px}.x-accordion-hd .x-tool-expand-top,.x-accordion-hd .x-tool-expand-bottom{background-position:0 -256px}body.x-border-layout-ct,div.x-border-layout-ct{background-color:#cfcfcf}.x-form-layout-wrap{border-spacing:5px}.x-resizable-handle{position:absolute;z-index:100;font-size:1px;line-height:5px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;background-color:#cfcfcf}.x-collapsed .x-resizable-handle{display:none}.x-resizable-handle-north{cursor:n-resize}.x-resizable-handle-south{cursor:s-resize}.x-resizable-handle-east{cursor:e-resize}.x-resizable-handle-west{cursor:w-resize}.x-resizable-handle-southeast{cursor:se-resize}.x-resizable-handle-northwest{cursor:nw-resize}.x-resizable-handle-northeast{cursor:ne-resize}.x-resizable-handle-southwest{cursor:sw-resize}.x-resizable-handle-east{width:5px;height:100%;right:0;top:0}.x-resizable-handle-south{width:100%;height:5px;left:0;bottom:0}.x-resizable-handle-west{width:5px;height:100%;left:0;top:0}.x-resizable-handle-north{width:100%;height:5px;left:0;top:0}.x-resizable-handle-southeast{width:5px;height:5px;right:0;bottom:0;z-index:101}.x-resizable-handle-northwest{width:5px;height:5px;left:0;top:0;z-index:101}.x-resizable-handle-northeast{width:5px;height:5px;right:0;top:0;z-index:101}.x-resizable-handle-southwest{width:5px;height:5px;left:0;bottom:0;z-index:101}.x-window .x-window-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-window-collapsed .x-window-handle{display:none}.x-resizable-proxy{border:1px dashed #3b5a82;position:absolute;overflow:hidden;z-index:50000}.x-resizable-handle-over,.x-resizable-pinned .x-resizable-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-resizable-handle-east-over,.x-resizable-handle-west-over,.x-resizable-pinned > .x-resizable-handle-east,.x-resizable-pinned > .x-resizable-handle-west{background-image:url(images/sizer/e-handle.png)}.x-resizable-handle-south-over,.x-resizable-handle-north-over,.x-resizable-pinned > .x-resizable-handle-south,.x-resizable-pinned > .x-resizable-handle-north{background-image:url(images/sizer/s-handle.png)}.x-resizable-handle-southeast-over,.x-resizable-pinned > .x-resizable-handle-southeast{background-position:top left;background-image:url(images/sizer/se-handle.png)}.x-resizable-handle-northwest-over,.x-resizable-pinned > .x-resizable-handle-northwest{background-position:bottom right;background-image:url(images/sizer/nw-handle.png)}.x-resizable-handle-northeast-over,.x-resizable-pinned > .x-resizable-handle-northeast{background-position:bottom left;background-image:url(images/sizer/ne-handle.png)}.x-resizable-handle-southwest-over,.x-resizable-pinned > .x-resizable-handle-southwest{background-position:top right;background-image:url(images/sizer/sw-handle.png)}.x-column-header-checkbox{border-color:#fff}.x-grid-row-checker,.x-column-header-checkbox .x-column-header-text{height:15px;width:15px;background-image:url(images/form/checkbox.png)}.x-grid-row-checker:focus{outline:1px solid #3d92cf}.x-column-header-checkbox .x-column-header-inner{padding:7px 4px 7px 4px}.x-grid-cell-row-checker .x-grid-cell-inner{padding:5px 4px 4px 4px;line-height:15px}.x-grid-hd-checker-on .x-column-header-text,.x-grid-item-selected .x-grid-row-checker,.x-grid-item-selected .x-grid-row-checker{background-position:0 -15px}.x-slider-horz{padding-left:7px;background:no-repeat 0 -15px;margin:5px 0 4px}.x-slider-horz .x-slider-end{padding-right:8px;background:no-repeat right -30px}.x-slider-horz .x-slider-inner{height:15px}.x-slider-horz .x-slider-thumb{width:15px;height:15px;margin-left:-7px;background-image:url(images/slider/slider-thumb.png)}.x-slider-horz.x-slider-focus .x-slider-thumb{background-position:-45px -45px}.x-slider-horz .x-slider-thumb-over{background-position:-15px -15px}.x-slider-horz.x-slider-focus .x-slider-thumb-over{background-position:-60px -60px}.x-slider-horz .x-slider-thumb-drag{background-position:-30px -30px}.x-slider-horz.x-slider-focus .x-slider-thumb-drag{background-position:-75px -75px}.x-slider-ct-vert{height:100%}.x-slider-vert{padding-top:7px;background:no-repeat -30px 0;height:100%}.x-slider-vert > .x-slider-end{height:100%}.x-slider-vert > .x-slider-end > .x-slider-inner{height:100%}.x-slider-vert .x-slider-end{padding-bottom:8px;background:no-repeat -15px bottom;width:15px}.x-slider-vert .x-slider-inner{width:15px}.x-slider-vert .x-slider-thumb{width:15px;height:15px;margin-bottom:-8px;background-image:url(images/slider/slider-v-thumb.png)}.x-slider-vert.x-slider-focus .x-slider-thumb{background-position:-45px -45px}.x-slider-vert .x-slider-thumb-over{background-position:-15px -15px}.x-slider-vert.x-slider-focus .x-slider-thumb-over{background-position:-60px -60px}.x-slider-vert .x-slider-thumb-drag{background-position:-30px -30px}.x-slider-vert.x-slider-focus .x-slider-thumb-drag{background-position:-75px -75px}.x-slider-horz,.x-slider-horz .x-slider-end,.x-slider-horz .x-slider-inner{background-image:url(images/slider/slider-bg.png)}.x-slider-vert,.x-slider-vert .x-slider-end,.x-slider-vert .x-slider-inner{background-image:url(images/slider/slider-v-bg.png)}.x-slider-default-cell > .x-grid-cell-inner,.x-sliderwidget-default-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:1px}.x-sparkline-cell .x-grid-cell-inner{padding-top:1px;padding-bottom:1px;line-height:22px}.x-tab-default-top{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;padding:3px 8px 3px 8px;border-width:1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-top-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-top-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-8-3-8}.x-tab-default-top-tl{background-position:0 -4px}.x-tab-default-top-tr{background-position:right -6px}.x-tab-default-top-bl{background-position:0 -8px}.x-tab-default-top-br{background-position:right -10px}.x-tab-default-top-ml{background-position:0 top}.x-tab-default-top-mr{background-position:right top}.x-tab-default-top-tc{background-position:0 0}.x-tab-default-top-bc{background-position:0 -2px}.x-tab-default-top-tr,.x-tab-default-top-br,.x-tab-default-top-mr{padding-right:2px}.x-tab-default-top-tl,.x-tab-default-top-bl,.x-tab-default-top-ml{padding-left:2px}.x-tab-default-top-tc{height:2px}.x-tab-default-top-bc{height:2px}.x-tab-default-top-tl,.x-tab-default-top-bl,.x-tab-default-top-tr,.x-tab-default-top-br,.x-tab-default-top-tc,.x-tab-default-top-bc,.x-tab-default-top-ml,.x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-corners.gif)}.x-tab-default-top-ml,.x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-sides.gif);background-repeat:repeat-y}.x-tab-default-top-mc{padding:2px 7px 2px 7px}.x-cmd-slicer.x-tab-default-top:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-top-corners.gif), sides:url(images/tab/tab-default-top-sides.gif)" !important}.x-tab-default-bottom{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 8px 3px 8px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-bottom-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-bottom-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-8-3-8}.x-tab-default-bottom-tl{background-position:0 -4px}.x-tab-default-bottom-tr{background-position:right -6px}.x-tab-default-bottom-bl{background-position:0 -8px}.x-tab-default-bottom-br{background-position:right -10px}.x-tab-default-bottom-ml{background-position:0 bottom}.x-tab-default-bottom-mr{background-position:right bottom}.x-tab-default-bottom-tc{background-position:0 0}.x-tab-default-bottom-bc{background-position:0 -2px}.x-tab-default-bottom-tr,.x-tab-default-bottom-br,.x-tab-default-bottom-mr{padding-right:2px}.x-tab-default-bottom-tl,.x-tab-default-bottom-bl,.x-tab-default-bottom-ml{padding-left:2px}.x-tab-default-bottom-tc{height:2px}.x-tab-default-bottom-bc{height:2px}.x-tab-default-bottom-tl,.x-tab-default-bottom-bl,.x-tab-default-bottom-tr,.x-tab-default-bottom-br,.x-tab-default-bottom-tc,.x-tab-default-bottom-bc,.x-tab-default-bottom-ml,.x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-corners.gif)}.x-tab-default-bottom-ml,.x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-sides.gif);background-repeat:repeat-y}.x-tab-default-bottom-mc{padding:2px 7px 2px 7px}.x-cmd-slicer.x-tab-default-bottom:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-bottom-corners.gif), sides:url(images/tab/tab-default-bottom-sides.gif)" !important}.x-tab-default-left{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 8px 3px 8px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-left-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-left-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-8-3-8}.x-tab-default-left-tl{background-position:0 -4px}.x-tab-default-left-tr{background-position:right -6px}.x-tab-default-left-bl{background-position:0 -8px}.x-tab-default-left-br{background-position:right -10px}.x-tab-default-left-ml{background-position:0 top}.x-tab-default-left-mr{background-position:right top}.x-tab-default-left-tc{background-position:0 0}.x-tab-default-left-bc{background-position:0 -2px}.x-tab-default-left-tr,.x-tab-default-left-br,.x-tab-default-left-mr{padding-right:2px}.x-tab-default-left-tl,.x-tab-default-left-bl,.x-tab-default-left-ml{padding-left:2px}.x-tab-default-left-tc{height:2px}.x-tab-default-left-bc{height:2px}.x-tab-default-left-tl,.x-tab-default-left-bl,.x-tab-default-left-tr,.x-tab-default-left-br,.x-tab-default-left-tc,.x-tab-default-left-bc,.x-tab-default-left-ml,.x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-corners.gif)}.x-tab-default-left-ml,.x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-sides.gif);background-repeat:repeat-y}.x-tab-default-left-mc{padding:2px 7px 2px 7px}.x-cmd-slicer.x-tab-default-left:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-left-corners.gif), sides:url(images/tab/tab-default-left-sides.gif)" !important}.x-tab-default-right{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;padding:3px 8px 3px 8px;border-width:1px 1px 1px 1px;border-style:solid;background-color:#f5f5f5}.x-tab-default-right-mc{background-color:#f5f5f5}.x-nbr .x-tab-default-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-tab-default-right-frameInfo{font-family:th-2-2-2-2-1-1-1-1-3-8-3-8}.x-tab-default-right-tl{background-position:0 -4px}.x-tab-default-right-tr{background-position:right -6px}.x-tab-default-right-bl{background-position:0 -8px}.x-tab-default-right-br{background-position:right -10px}.x-tab-default-right-ml{background-position:0 top}.x-tab-default-right-mr{background-position:right top}.x-tab-default-right-tc{background-position:0 0}.x-tab-default-right-bc{background-position:0 -2px}.x-tab-default-right-tr,.x-tab-default-right-br,.x-tab-default-right-mr{padding-right:2px}.x-tab-default-right-tl,.x-tab-default-right-bl,.x-tab-default-right-ml{padding-left:2px}.x-tab-default-right-tc{height:2px}.x-tab-default-right-bc{height:2px}.x-tab-default-right-tl,.x-tab-default-right-bl,.x-tab-default-right-tr,.x-tab-default-right-br,.x-tab-default-right-tc,.x-tab-default-right-bc,.x-tab-default-right-ml,.x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-corners.gif)}.x-tab-default-right-ml,.x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-sides.gif);background-repeat:repeat-y}.x-tab-default-right-mc{padding:2px 7px 2px 7px}.x-cmd-slicer.x-tab-default-right:before{display:none;content:"x-slicer:, frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-right-corners.gif), sides:url(images/tab/tab-default-right-sides.gif)" !important}.x-tab-default{border-color:#f5f5f5;cursor:pointer}.x-tab-default-top{margin:0 5px}.x-tab-default-top.x-tab-rotate-left{margin:0 5px 0 5px}.x-tab-default-top.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-top.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-top.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-right{margin:5px 0 5px 0}.x-tab-default-right.x-tab-rotate-right{margin:5px 0 5px 0}.x-tab-default-right.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-right.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-right.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-bottom{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-rotate-left{margin:0 5px 0 5px}.x-tab-default-bottom.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-bottom.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-bottom.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-default-left{margin:5px 0 5px 0}.x-tab-default-left.x-tab-rotate-right{margin:5px 0 5px 0}.x-tab-default-left.x-tab-focus{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-left.x-tab-focus.x-tab-over{-webkit-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;-moz-box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset;box-shadow:#3892d4 0 1px 0px 0 inset, #3892d4 0 -1px 0px 0 inset, #3892d4 -1px 0 0px 0 inset, #3892d4 1px 0 0px 0 inset}.x-tab-default-left.x-tab-focus.x-tab-active{-webkit-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;-moz-box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset;box-shadow:#d7e9f6 0 1px 0px 0 inset, #d7e9f6 0 -1px 0px 0 inset, #d7e9f6 -1px 0 0px 0 inset, #d7e9f6 1px 0 0px 0 inset}.x-tab-button-default{height:16px}.x-tab-inner-default{font:300 13px/16px helvetica, arial, verdana, sans-serif;color:#000;max-width:100%}.x-tab-icon-right > .x-tab-inner-default,.x-tab-icon-left > .x-tab-inner-default{max-width:calc(100% - 16px)}.x-tab-icon-el-default{min-height:16px;background-position:center center;font-size:16px;line-height:16px;color:#000}.x-tab-icon-left > .x-tab-icon-el-default,.x-tab-icon-right > .x-tab-icon-el-default{width:16px}.x-tab-icon-top > .x-tab-icon-el-default,.x-tab-icon-bottom > .x-tab-icon-el-default{min-width:16px}.x-tab-icon-el-default.x-tab-glyph{opacity:0.5}.x-ie8 .x-tab-icon-el-default.x-tab-glyph{color:#7b7b7b}.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default{margin-right:6px}.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default{margin-left:6px}.x-tab-text.x-tab-icon-top > .x-tab-icon-el-default{margin-bottom:6px}.x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default{margin-top:6px}.x-tab-focus.x-tab-default{border-color:#f5f5f5;background-color:#f5f5f5}.x-tab-over.x-tab-default{border-color:#c9deed;background-color:#c9deed}.x-tab-focus.x-tab-over.x-tab-default{border-color:#c9deed;background-color:#c9deed}.x-tab.x-tab-active.x-tab-default{border-color:#3892d4;background-color:#3892d4}.x-tab.x-tab-active.x-tab-default .x-tab-inner-default{color:#fff}.x-tab.x-tab-active.x-tab-default .x-tab-icon-el{color:#fff}.x-ie8 .x-tab.x-tab-active.x-tab-default .x-tab-icon-el{color:#9cc9e9}.x-tab-focus.x-tab-active.x-tab-default{border-color:#3892d4;background-color:#3892d4}.x-tab.x-tab-disabled.x-tab-default{border-color:#f5f5f5;background-color:#f5f5f5;cursor:default}.x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el-default{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el{color:#000;opacity:0.3;filter:none}.x-ie8 .x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el{color:#acacac}.x-nbr .x-tab-default{background-image:none}.x-tab-over .x-tab-default-top-tl,.x-tab-over .x-tab-default-top-bl,.x-tab-over .x-tab-default-top-tr,.x-tab-over .x-tab-default-top-br,.x-tab-over .x-tab-default-top-tc,.x-tab-over .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-over-corners.gif)}.x-tab-over .x-tab-default-top-ml,.x-tab-over .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-over-sides.gif)}.x-tab-over .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-over-fbg.gif)}.x-tab-focus .x-tab-default-top-tl,.x-tab-focus .x-tab-default-top-bl,.x-tab-focus .x-tab-default-top-tr,.x-tab-focus .x-tab-default-top-br,.x-tab-focus .x-tab-default-top-tc,.x-tab-focus .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-corners.gif)}.x-tab-focus .x-tab-default-top-ml,.x-tab-focus .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-sides.gif)}.x-tab-focus .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-tl,.x-tab-focus.x-tab-over .x-tab-default-top-bl,.x-tab-focus.x-tab-over .x-tab-default-top-tr,.x-tab-focus.x-tab-over .x-tab-default-top-br,.x-tab-focus.x-tab-over .x-tab-default-top-tc,.x-tab-focus.x-tab-over .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-ml,.x-tab-focus.x-tab-over .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-top-tl,.x-tab.x-tab-active .x-tab-default-top-bl,.x-tab.x-tab-active .x-tab-default-top-tr,.x-tab.x-tab-active .x-tab-default-top-br,.x-tab.x-tab-active .x-tab-default-top-tc,.x-tab.x-tab-active .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-top-ml,.x-tab.x-tab-active .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-tl,.x-tab-focus.x-tab-active .x-tab-default-top-bl,.x-tab-focus.x-tab-active .x-tab-default-top-tr,.x-tab-focus.x-tab-active .x-tab-default-top-br,.x-tab-focus.x-tab-active .x-tab-default-top-tc,.x-tab-focus.x-tab-active .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-ml,.x-tab-focus.x-tab-active .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-top-tl,.x-tab.x-tab-disabled .x-tab-default-top-bl,.x-tab.x-tab-disabled .x-tab-default-top-tr,.x-tab.x-tab-disabled .x-tab-default-top-br,.x-tab.x-tab-disabled .x-tab-default-top-tc,.x-tab.x-tab-disabled .x-tab-default-top-bc{background-image:url(images/tab/tab-default-top-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-top-ml,.x-tab.x-tab-disabled .x-tab-default-top-mr{background-image:url(images/tab/tab-default-top-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-top-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-top-disabled-fbg.gif)}.x-tab-over .x-tab-default-right-tl,.x-tab-over .x-tab-default-right-bl,.x-tab-over .x-tab-default-right-tr,.x-tab-over .x-tab-default-right-br,.x-tab-over .x-tab-default-right-tc,.x-tab-over .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-over-corners.gif)}.x-tab-over .x-tab-default-right-ml,.x-tab-over .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-over-sides.gif)}.x-tab-over .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-over-fbg.gif)}.x-tab-focus .x-tab-default-right-tl,.x-tab-focus .x-tab-default-right-bl,.x-tab-focus .x-tab-default-right-tr,.x-tab-focus .x-tab-default-right-br,.x-tab-focus .x-tab-default-right-tc,.x-tab-focus .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-corners.gif)}.x-tab-focus .x-tab-default-right-ml,.x-tab-focus .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-sides.gif)}.x-tab-focus .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-tl,.x-tab-focus.x-tab-over .x-tab-default-right-bl,.x-tab-focus.x-tab-over .x-tab-default-right-tr,.x-tab-focus.x-tab-over .x-tab-default-right-br,.x-tab-focus.x-tab-over .x-tab-default-right-tc,.x-tab-focus.x-tab-over .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-ml,.x-tab-focus.x-tab-over .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-right-tl,.x-tab.x-tab-active .x-tab-default-right-bl,.x-tab.x-tab-active .x-tab-default-right-tr,.x-tab.x-tab-active .x-tab-default-right-br,.x-tab.x-tab-active .x-tab-default-right-tc,.x-tab.x-tab-active .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-right-ml,.x-tab.x-tab-active .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-tl,.x-tab-focus.x-tab-active .x-tab-default-right-bl,.x-tab-focus.x-tab-active .x-tab-default-right-tr,.x-tab-focus.x-tab-active .x-tab-default-right-br,.x-tab-focus.x-tab-active .x-tab-default-right-tc,.x-tab-focus.x-tab-active .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-ml,.x-tab-focus.x-tab-active .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-right-tl,.x-tab.x-tab-disabled .x-tab-default-right-bl,.x-tab.x-tab-disabled .x-tab-default-right-tr,.x-tab.x-tab-disabled .x-tab-default-right-br,.x-tab.x-tab-disabled .x-tab-default-right-tc,.x-tab.x-tab-disabled .x-tab-default-right-bc{background-image:url(images/tab/tab-default-right-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-right-ml,.x-tab.x-tab-disabled .x-tab-default-right-mr{background-image:url(images/tab/tab-default-right-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-right-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-right-disabled-fbg.gif)}.x-tab-over .x-tab-default-bottom-tl,.x-tab-over .x-tab-default-bottom-bl,.x-tab-over .x-tab-default-bottom-tr,.x-tab-over .x-tab-default-bottom-br,.x-tab-over .x-tab-default-bottom-tc,.x-tab-over .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-over-corners.gif)}.x-tab-over .x-tab-default-bottom-ml,.x-tab-over .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-over-sides.gif)}.x-tab-over .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-over-fbg.gif)}.x-tab-focus .x-tab-default-bottom-tl,.x-tab-focus .x-tab-default-bottom-bl,.x-tab-focus .x-tab-default-bottom-tr,.x-tab-focus .x-tab-default-bottom-br,.x-tab-focus .x-tab-default-bottom-tc,.x-tab-focus .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-corners.gif)}.x-tab-focus .x-tab-default-bottom-ml,.x-tab-focus .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-sides.gif)}.x-tab-focus .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-tl,.x-tab-focus.x-tab-over .x-tab-default-bottom-bl,.x-tab-focus.x-tab-over .x-tab-default-bottom-tr,.x-tab-focus.x-tab-over .x-tab-default-bottom-br,.x-tab-focus.x-tab-over .x-tab-default-bottom-tc,.x-tab-focus.x-tab-over .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-ml,.x-tab-focus.x-tab-over .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-bottom-tl,.x-tab.x-tab-active .x-tab-default-bottom-bl,.x-tab.x-tab-active .x-tab-default-bottom-tr,.x-tab.x-tab-active .x-tab-default-bottom-br,.x-tab.x-tab-active .x-tab-default-bottom-tc,.x-tab.x-tab-active .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-bottom-ml,.x-tab.x-tab-active .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-tl,.x-tab-focus.x-tab-active .x-tab-default-bottom-bl,.x-tab-focus.x-tab-active .x-tab-default-bottom-tr,.x-tab-focus.x-tab-active .x-tab-default-bottom-br,.x-tab-focus.x-tab-active .x-tab-default-bottom-tc,.x-tab-focus.x-tab-active .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-ml,.x-tab-focus.x-tab-active .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-tl,.x-tab.x-tab-disabled .x-tab-default-bottom-bl,.x-tab.x-tab-disabled .x-tab-default-bottom-tr,.x-tab.x-tab-disabled .x-tab-default-bottom-br,.x-tab.x-tab-disabled .x-tab-default-bottom-tc,.x-tab.x-tab-disabled .x-tab-default-bottom-bc{background-image:url(images/tab/tab-default-bottom-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-ml,.x-tab.x-tab-disabled .x-tab-default-bottom-mr{background-image:url(images/tab/tab-default-bottom-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-bottom-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-bottom-disabled-fbg.gif)}.x-tab-over .x-tab-default-left-tl,.x-tab-over .x-tab-default-left-bl,.x-tab-over .x-tab-default-left-tr,.x-tab-over .x-tab-default-left-br,.x-tab-over .x-tab-default-left-tc,.x-tab-over .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-over-corners.gif)}.x-tab-over .x-tab-default-left-ml,.x-tab-over .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-over-sides.gif)}.x-tab-over .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-over-fbg.gif)}.x-tab-focus .x-tab-default-left-tl,.x-tab-focus .x-tab-default-left-bl,.x-tab-focus .x-tab-default-left-tr,.x-tab-focus .x-tab-default-left-br,.x-tab-focus .x-tab-default-left-tc,.x-tab-focus .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-corners.gif)}.x-tab-focus .x-tab-default-left-ml,.x-tab-focus .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-sides.gif)}.x-tab-focus .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-fbg.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-tl,.x-tab-focus.x-tab-over .x-tab-default-left-bl,.x-tab-focus.x-tab-over .x-tab-default-left-tr,.x-tab-focus.x-tab-over .x-tab-default-left-br,.x-tab-focus.x-tab-over .x-tab-default-left-tc,.x-tab-focus.x-tab-over .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-over-corners.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-ml,.x-tab-focus.x-tab-over .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-over-sides.gif)}.x-tab-focus.x-tab-over .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-over-fbg.gif)}.x-tab.x-tab-active .x-tab-default-left-tl,.x-tab.x-tab-active .x-tab-default-left-bl,.x-tab.x-tab-active .x-tab-default-left-tr,.x-tab.x-tab-active .x-tab-default-left-br,.x-tab.x-tab-active .x-tab-default-left-tc,.x-tab.x-tab-active .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-active-corners.gif)}.x-tab.x-tab-active .x-tab-default-left-ml,.x-tab.x-tab-active .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-active-sides.gif)}.x-tab.x-tab-active .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-active-fbg.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-tl,.x-tab-focus.x-tab-active .x-tab-default-left-bl,.x-tab-focus.x-tab-active .x-tab-default-left-tr,.x-tab-focus.x-tab-active .x-tab-default-left-br,.x-tab-focus.x-tab-active .x-tab-default-left-tc,.x-tab-focus.x-tab-active .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-focus-active-corners.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-ml,.x-tab-focus.x-tab-active .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-focus-active-sides.gif)}.x-tab-focus.x-tab-active .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-focus-active-fbg.gif)}.x-tab.x-tab-disabled .x-tab-default-left-tl,.x-tab.x-tab-disabled .x-tab-default-left-bl,.x-tab.x-tab-disabled .x-tab-default-left-tr,.x-tab.x-tab-disabled .x-tab-default-left-br,.x-tab.x-tab-disabled .x-tab-default-left-tc,.x-tab.x-tab-disabled .x-tab-default-left-bc{background-image:url(images/tab/tab-default-left-disabled-corners.gif)}.x-tab.x-tab-disabled .x-tab-default-left-ml,.x-tab.x-tab-disabled .x-tab-default-left-mr{background-image:url(images/tab/tab-default-left-disabled-sides.gif)}.x-tab.x-tab-disabled .x-tab-default-left-mc{background-repeat:repeat-x;background-image:url(images/tab/tab-default-left-disabled-fbg.gif)}.x-tab-default-tl,.x-tab-default-bl,.x-tab-default-tr,.x-tab-default-br{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.x-tab-default .x-tab-close-btn{top:2px;right:2px;width:12px;height:12px;background:url(images/tab/tab-default-close.png) 0 0}.x-tab-default .x-tab-close-btn-over{background-position:-12px 0}.x-tab-default .x-tab-close-btn-pressed{background-position:-24px 0}.x-tab-default.x-tab-active .x-tab-close-btn{background-position:0 -12px}.x-tab-default.x-tab-active .x-tab-close-btn-over{background-position:-12px -12px}.x-tab-default.x-tab-active .x-tab-close-btn-pressed{background-position:-24px -12px}.x-tab-default.x-tab-disabled .x-tab-close-btn{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3;background-position:0 0}.x-tab-closable.x-tab-default .x-tab-button{padding-right:15px}.x-cmd-slicer.x-tab-focus.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-over.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-over.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-over.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-active.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-active.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-active.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important}.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before{display:none;content:"x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important}.x-tab-bar-default{background-color:#f5f5f5}.x-tab-bar-default-top > .x-tab-bar-body-default{padding:6px}.x-tab-bar-default-bottom > .x-tab-bar-body-default{padding:6px 6px 6px 6px}.x-tab-bar-default-left > .x-tab-bar-body-default{padding:6px 6px 6px 6px}.x-tab-bar-default-right > .x-tab-bar-body-default{padding:6px 6px 6px 6px}.x-tab-bar-plain.x-tab-bar-default-horizontal{border-top-color:transparent;border-bottom-color:transparent;border-left-width:0;border-right-width:0}.x-tab-bar-plain.x-tab-bar-default-vertical{border-right-color:transparent;border-left-color:transparent;border-top-width:0;border-bottom-width:0}.x-tab-bar-horizontal > .x-tab-bar-body-default{min-height:36px}.x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default{min-height:24px}.x-tab-bar-vertical > .x-tab-bar-body-default{min-width:36px}.x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default{min-width:24px}.x-tab-bar-default-scroller .x-box-scroller-body-horizontal{margin-left:18px}.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:18px}.x-box-scroller-tab-bar-default{cursor:pointer;color:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-box-scroller-tab-bar-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-tab-bar-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.x-box-scroller-tab-bar-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-tab-bar-default.x-box-scroller-left,.x-box-scroller-tab-bar-default.x-box-scroller-right{width:24px;height:24px;top:50%;margin-top:-12px}.x-box-scroller-tab-bar-default.x-box-scroller-left{margin-left:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-left.png)}.x-box-scroller-tab-bar-default.x-box-scroller-right{margin-left:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-right.png)}.x-box-scroller-tab-bar-default.x-box-scroller-top,.x-box-scroller-tab-bar-default.x-box-scroller-bottom{height:24px;width:24px;left:50%;margin-left:-12px}.x-box-scroller-tab-bar-default.x-box-scroller-top{margin-top:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-top.png)}.x-box-scroller-tab-bar-default.x-box-scroller-bottom{margin-top:0;margin-right:0;margin-bottom:0;background-image:url(images/tab-bar/default-scroll-bottom.png)}.x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal{margin-left:18px}.x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:18px}.x-tab-bar-plain .x-box-scroller-tab-bar-default{color:#cfcfcf}.x-tab-bar-default-top .x-box-scroller-tab-bar-default{margin-top:-12px}.x-tab-bar-default-right .x-box-scroller-tab-bar-default{margin-left:-12px}.x-tab-bar-default-bottom .x-box-scroller-tab-bar-default{margin-top:-12px}.x-tab-bar-default-left .x-box-scroller-tab-bar-default{margin-left:-12px}.x-box-scroller-tab-bar-default{background-color:#f5f5f5}.x-box-scroller-tab-bar-default .x-ie8 .x-box-scroller-plain{background-color:#fff}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-left{background-image:url(images/tab-bar/default-plain-scroll-left.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-right{background-image:url(images/tab-bar/default-plain-scroll-right.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-top{background-image:url(images/tab-bar/default-plain-scroll-top.png)}.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-bottom{background-image:url(images/tab-bar/default-plain-scroll-bottom.png)}.x-cmd-slicer.x-tab-bar-default-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-tab-bar-default-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-tab-bar-default-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-tab-bar-default-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-breadcrumb-btn-default{margin:0 0 0 0px}.x-breadcrumb-icon-folder-default{background-image:url(images/tree/folder.png)}.x-btn-menu-active .x-breadcrumb-icon-folder-default{background-image:url(images/tree/folder-open.png)}.x-breadcrumb-icon-leaf-default{background-image:url(images/tree/leaf.png)}.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{width:20px;background-image:url(images/breadcrumb/default-arrow.png)}.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after{background-image:url(images/breadcrumb/default-arrow-open.png)}.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{width:20px;background-image:url(images/breadcrumb/default-split-arrow.png)}.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-over.png)}.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after{background-image:url(images/breadcrumb/default-split-arrow-open.png)}.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal{margin-left:24px}.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical{margin-top:24px}.x-box-scroller-breadcrumb-default{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.x-box-scroller-breadcrumb-default.x-box-scroller-hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.x-box-scroller-breadcrumb-default.x-box-scroller-pressed{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.x-box-scroller-breadcrumb-default.x-box-scroller-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);opacity:0.25;cursor:default}.x-box-scroller-breadcrumb-default.x-box-scroller-left,.x-box-scroller-breadcrumb-default.x-box-scroller-right{width:16px;height:16px;top:50%;margin-top:-8px}.x-box-scroller-breadcrumb-default.x-box-scroller-left{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/breadcrumb/default-scroll-left.png)}.x-box-scroller-breadcrumb-default.x-box-scroller-right{margin-left:4px;margin-right:4px;margin-bottom:0;background-image:url(images/breadcrumb/default-scroll-right.png)}.x-tree-expander{cursor:pointer}.x-tree-arrows .x-tree-expander{background-image:url(images/tree/arrows.png)}.x-tree-arrows .x-tree-expander-over .x-tree-expander{background-position:-36px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander{background-position:-18px center}.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander{background-position:-54px center}.x-tree-lines .x-tree-elbow{background-image:url(images/tree/elbow.png)}.x-tree-lines .x-tree-elbow-end{background-image:url(images/tree/elbow-end.png)}.x-tree-lines .x-tree-elbow-plus{background-image:url(images/tree/elbow-plus.png)}.x-tree-lines .x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-plus.png)}.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus{background-image:url(images/tree/elbow-minus.png)}.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus{background-image:url(images/tree/elbow-end-minus.png)}.x-tree-lines .x-tree-elbow-line{background-image:url(images/tree/elbow-line.png)}.x-tree-no-lines .x-tree-expander{background-image:url(images/tree/elbow-plus-nl.png)}.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander{background-image:url(images/tree/elbow-minus-nl.png)}.x-tree-icon{width:16px;height:24px;line-height:24px;color:#cfcfcf;font-size:16px}.x-tree-elbow-img{width:18px;height:24px;line-height:24px;margin-right:2px}.x-tree-icon,.x-tree-elbow-img,.x-tree-checkbox{margin-top:-5px;margin-bottom:-4px}.x-tree-icon-leaf{background-image:url(images/tree/leaf.png)}.x-tree-icon-parent{background-image:url(images/tree/folder.png)}.x-tree-icon-parent-expanded{background-image:url(images/tree/folder-open.png)}.x-tree-icon-custom{background-image:none}.x-tree-checkbox{margin-right:4px;top:5px;width:15px;height:15px;background-image:url(images/form/checkbox.png)}.x-tree-checkbox-checked{background-position:0 -15px}.x-grid-tree-loading .x-tree-icon{background-image:url(images/tree/loading.gif)}.x-tree-node-text{padding-left:4px}.x-grid-cell-inner-treecolumn{padding:5px 10px 4px 6px}.x-tree-drop-ok-append .x-dd-drop-icon{background-image:url(images/tree/drop-append.png)}.x-tree-drop-ok-above .x-dd-drop-icon{background-image:url(images/tree/drop-above.png)}.x-tree-drop-ok-below .x-dd-drop-icon{background-image:url(images/tree/drop-below.png)}.x-tree-drop-ok-between .x-dd-drop-icon{background-image:url(images/tree/drop-between.png)}.x-tree-ddindicator{height:1px;border-width:1px 0px 0px;border-style:dotted;border-color:green}.x-multiselector-remove{font-size:100%;color:#e1e1e1;cursor:pointer}.x-multiselector-remove .x-grid-cell-inner{padding:5px 10px 4px}.x-grid-item-over .x-multiselector-remove{color:red}.x-toast-icon-information{background-image:url(images/window/toast/icon16_info.png)}.x-toast-icon-error{background-image:url(images/window/toast/icon16_error.png)}.x-toast-window .x-window-body{padding:15px 5px 15px 5px}.x-toast-light .x-window-header{background-color:#fff}.x-toast-light .x-tool-img{background-color:#fff}.x-toast-light{background-image:url(images/window/toast/fader.png)}.x-toast-light .x-window-body{padding:15px 5px 20px 5px;background-color:transparent;border:0px solid white}.x-btn-plain-toolbar-small{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-small-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-small{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-small-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-plain-toolbar-small-tl{background-position:0 -6px}.x-btn-plain-toolbar-small-tr{background-position:right -9px}.x-btn-plain-toolbar-small-bl{background-position:0 -12px}.x-btn-plain-toolbar-small-br{background-position:right -15px}.x-btn-plain-toolbar-small-ml{background-position:0 top}.x-btn-plain-toolbar-small-mr{background-position:right top}.x-btn-plain-toolbar-small-tc{background-position:0 0}.x-btn-plain-toolbar-small-bc{background-position:0 -3px}.x-btn-plain-toolbar-small-tr,.x-btn-plain-toolbar-small-br,.x-btn-plain-toolbar-small-mr{padding-right:3px}.x-btn-plain-toolbar-small-tl,.x-btn-plain-toolbar-small-bl,.x-btn-plain-toolbar-small-ml{padding-left:3px}.x-btn-plain-toolbar-small-tc{height:3px}.x-btn-plain-toolbar-small-bc{height:3px}.x-btn-plain-toolbar-small-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-small{border-color:transparent}.x-btn-button-plain-toolbar-small{min-height:16px}.x-ie9m .x-btn-button-plain-toolbar-small{min-height:auto;height:16px}.x-btn-inner-plain-toolbar-small{font:300 12px/16px helvetica, arial, verdana, sans-serif;color:#666;padding:0 5px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-small,.x-btn-icon-left > .x-btn-inner-plain-toolbar-small{max-width:calc(100% - 16px)}.x-ie10p .x-btn-inner-plain-toolbar-small{max-width:none}.x-btn-icon-el-plain-toolbar-small{font-size:16px;height:16px;color:#666;line-height:16px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{width:16px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small{min-width:16px}.x-btn-icon-el-plain-toolbar-small.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small{margin-right:0px}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-left:0px}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small{padding-right:5px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-right:5px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small,.x-btn-split-bottom > .x-btn-button-plain-toolbar-small{padding-bottom:3px}.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after{width:16px;background-image:url(images/button/plain-toolbar-small-arrow.png);padding-right:16px}.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after{height:13px;background-image:url(images/button/plain-toolbar-small-arrow.png)}.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after{width:20px;background-image:url(images/button/plain-toolbar-small-s-arrow.png);padding-right:20px}.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after{height:15px;background-image:url(images/button/plain-toolbar-small-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small{padding-right:5px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small{margin-right:5px}.x-btn-focus.x-btn-plain-toolbar-small{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-small .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:23px;pointer-events:none}.x-btn-plain-toolbar-small.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-small{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small,.x-btn.x-btn-pressed.x-btn-plain-toolbar-small{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-small{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-small-tl,.x-btn-focus .x-btn-plain-toolbar-small-bl,.x-btn-focus .x-btn-plain-toolbar-small-tr,.x-btn-focus .x-btn-plain-toolbar-small-br,.x-btn-focus .x-btn-plain-toolbar-small-tc,.x-btn-focus .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-small-ml,.x-btn-focus .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-small-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-small-tl,.x-btn-over .x-btn-plain-toolbar-small-bl,.x-btn-over .x-btn-plain-toolbar-small-tr,.x-btn-over .x-btn-plain-toolbar-small-br,.x-btn-over .x-btn-plain-toolbar-small-tc,.x-btn-over .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-small-ml,.x-btn-over .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-small-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc{background-image:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr{background-image:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-small{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-small{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)" !important}.x-button-plain-toolbar-small-cell > .x-grid-cell-inner{padding-top:0px;padding-bottom:0px}.x-button-plain-toolbar-small-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-small{vertical-align:top}.x-btn-plain-toolbar-medium{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-medium{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-medium-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-plain-toolbar-medium-tl{background-position:0 -6px}.x-btn-plain-toolbar-medium-tr{background-position:right -9px}.x-btn-plain-toolbar-medium-bl{background-position:0 -12px}.x-btn-plain-toolbar-medium-br{background-position:right -15px}.x-btn-plain-toolbar-medium-ml{background-position:0 top}.x-btn-plain-toolbar-medium-mr{background-position:right top}.x-btn-plain-toolbar-medium-tc{background-position:0 0}.x-btn-plain-toolbar-medium-bc{background-position:0 -3px}.x-btn-plain-toolbar-medium-tr,.x-btn-plain-toolbar-medium-br,.x-btn-plain-toolbar-medium-mr{padding-right:3px}.x-btn-plain-toolbar-medium-tl,.x-btn-plain-toolbar-medium-bl,.x-btn-plain-toolbar-medium-ml{padding-left:3px}.x-btn-plain-toolbar-medium-tc{height:3px}.x-btn-plain-toolbar-medium-bc{height:3px}.x-btn-plain-toolbar-medium-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-medium{border-color:transparent}.x-btn-button-plain-toolbar-medium{min-height:24px}.x-ie9m .x-btn-button-plain-toolbar-medium{min-height:auto;height:24px}.x-btn-inner-plain-toolbar-medium{font:300 14px/18px helvetica, arial, verdana, sans-serif;color:#666;padding:0 8px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium,.x-btn-icon-left > .x-btn-inner-plain-toolbar-medium{max-width:calc(100% - 24px)}.x-ie10p .x-btn-inner-plain-toolbar-medium{max-width:none}.x-btn-icon-el-plain-toolbar-medium{font-size:24px;height:24px;color:#666;line-height:24px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{width:24px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium{min-width:24px}.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium{padding-right:8px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-right:8px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium,.x-btn-split-bottom > .x-btn-button-plain-toolbar-medium{padding-bottom:3px}.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after{width:24px;background-image:url(images/button/plain-toolbar-medium-arrow.png);padding-right:24px}.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after{height:18px;background-image:url(images/button/plain-toolbar-medium-arrow.png)}.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after{width:28px;background-image:url(images/button/plain-toolbar-medium-s-arrow.png);padding-right:28px}.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after{height:24px;background-image:url(images/button/plain-toolbar-medium-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium{padding-right:8px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium{margin-right:8px}.x-btn-focus.x-btn-plain-toolbar-medium{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-medium .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:31px;pointer-events:none}.x-btn-plain-toolbar-medium.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-medium{border-color:#cfcfcf;background-image:none;background-color:#ececec} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all_2.css b/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all_2.css deleted file mode 100644 index 26670d6..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-crisp-all_2.css +++ /dev/null @@ -1 +0,0 @@ -.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium,.x-btn.x-btn-pressed.x-btn-plain-toolbar-medium{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-medium-tl,.x-btn-focus .x-btn-plain-toolbar-medium-bl,.x-btn-focus .x-btn-plain-toolbar-medium-tr,.x-btn-focus .x-btn-plain-toolbar-medium-br,.x-btn-focus .x-btn-plain-toolbar-medium-tc,.x-btn-focus .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-medium-ml,.x-btn-focus .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-medium-tl,.x-btn-over .x-btn-plain-toolbar-medium-bl,.x-btn-over .x-btn-plain-toolbar-medium-tr,.x-btn-over .x-btn-plain-toolbar-medium-br,.x-btn-over .x-btn-plain-toolbar-medium-tc,.x-btn-over .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-medium-ml,.x-btn-over .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-medium-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc{background-image:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr{background-image:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-medium{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-medium{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)" !important}.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-medium{vertical-align:top}.x-btn-plain-toolbar-large{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:3px 3px 3px 3px;border-width:1px;border-style:solid;background-color:transparent}.x-btn-plain-toolbar-large-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-large{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-btn-plain-toolbar-large-frameInfo{font-family:th-3-3-3-3-1-1-1-1-3-3-3-3}.x-btn-plain-toolbar-large-tl{background-position:0 -6px}.x-btn-plain-toolbar-large-tr{background-position:right -9px}.x-btn-plain-toolbar-large-bl{background-position:0 -12px}.x-btn-plain-toolbar-large-br{background-position:right -15px}.x-btn-plain-toolbar-large-ml{background-position:0 top}.x-btn-plain-toolbar-large-mr{background-position:right top}.x-btn-plain-toolbar-large-tc{background-position:0 0}.x-btn-plain-toolbar-large-bc{background-position:0 -3px}.x-btn-plain-toolbar-large-tr,.x-btn-plain-toolbar-large-br,.x-btn-plain-toolbar-large-mr{padding-right:3px}.x-btn-plain-toolbar-large-tl,.x-btn-plain-toolbar-large-bl,.x-btn-plain-toolbar-large-ml{padding-left:3px}.x-btn-plain-toolbar-large-tc{height:3px}.x-btn-plain-toolbar-large-bc{height:3px}.x-btn-plain-toolbar-large-mc{padding:1px 1px 1px 1px}.x-cmd-slicer.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, frame:3px 3px 3px 3px" !important}.x-btn-plain-toolbar-large{border-color:transparent}.x-btn-button-plain-toolbar-large{min-height:32px}.x-ie9m .x-btn-button-plain-toolbar-large{min-height:auto;height:32px}.x-btn-inner-plain-toolbar-large{font:300 16px/20px helvetica, arial, verdana, sans-serif;color:#666;padding:0 10px;max-width:100%}.x-btn-icon-right > .x-btn-inner-plain-toolbar-large,.x-btn-icon-left > .x-btn-inner-plain-toolbar-large{max-width:calc(100% - 32px)}.x-ie10p .x-btn-inner-plain-toolbar-large{max-width:none}.x-btn-icon-el-plain-toolbar-large{font-size:32px;height:32px;color:#666;line-height:32px}.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large,.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{width:32px}.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large,.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large{min-width:32px}.x-btn-icon-el-plain-toolbar-large.x-btn-glyph{opacity:0.5}.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph{color:#b3b3b3}.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large{margin-right:0}.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-left:0}.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large{margin-bottom:5px}.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large{margin-top:5px}.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large{padding-right:10px}.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-right:10px}.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large,.x-btn-split-bottom > .x-btn-button-plain-toolbar-large{padding-bottom:3px}.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after{width:28px;background-image:url(images/button/plain-toolbar-large-arrow.png);padding-right:28px}.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after{height:20px;background-image:url(images/button/plain-toolbar-large-arrow.png)}.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after{width:35px;background-image:url(images/button/plain-toolbar-large-s-arrow.png);padding-right:35px}.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after{height:29px;background-image:url(images/button/plain-toolbar-large-s-arrow-b.png)}.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large{padding-right:10px}.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large{margin-right:10px}.x-btn-focus.x-btn-plain-toolbar-large{background-image:none;background-color:transparent;-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn-plain-toolbar-large .x-btn-arrow-el{position:absolute;top:0;right:0;height:100%;width:38px;pointer-events:none}.x-btn-plain-toolbar-large.x-arrow-focus .x-btn-arrow-el{border:1px solid #4297d4}.x-btn-over.x-btn-plain-toolbar-large{border-color:#cfcfcf;background-image:none;background-color:#ececec}.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large,.x-btn.x-btn-pressed.x-btn-plain-toolbar-large{border-color:#c7c7c7;background-image:none;background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large,.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large{-webkit-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;-moz-box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset;box-shadow:#4297d4 0 1px 0px 0 inset, #4297d4 0 -1px 0px 0 inset, #4297d4 -1px 0 0px 0 inset, #4297d4 1px 0 0px 0 inset}.x-btn.x-btn-disabled.x-btn-plain-toolbar-large{background-image:none;background-color:transparent}.x-btn-focus .x-btn-plain-toolbar-large-tl,.x-btn-focus .x-btn-plain-toolbar-large-bl,.x-btn-focus .x-btn-plain-toolbar-large-tr,.x-btn-focus .x-btn-plain-toolbar-large-br,.x-btn-focus .x-btn-plain-toolbar-large-tc,.x-btn-focus .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-corners.gif)}.x-btn-focus .x-btn-plain-toolbar-large-ml,.x-btn-focus .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)}.x-btn-focus .x-btn-plain-toolbar-large-mc{background-color:transparent}.x-btn-over .x-btn-plain-toolbar-large-tl,.x-btn-over .x-btn-plain-toolbar-large-bl,.x-btn-over .x-btn-plain-toolbar-large-tr,.x-btn-over .x-btn-plain-toolbar-large-br,.x-btn-over .x-btn-plain-toolbar-large-tc,.x-btn-over .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-over-corners.gif)}.x-btn-over .x-btn-plain-toolbar-large-ml,.x-btn-over .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-over-sides.gif)}.x-btn-over .x-btn-plain-toolbar-large-mc{background-color:#ececec}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)}.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc{background-color:#ececec}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)}.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc,.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc{background-color:#e2e2e2}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)}.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc,.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc{background-color:#e2e2e2}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc{background-image:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml,.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr{background-image:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)}.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc{background-color:transparent}.x-nbr .x-btn-plain-toolbar-large{background-image:none}.x-btn-disabled.x-btn-plain-toolbar-large{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc{padding-right:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle{border-right-width:1px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc{padding-right:3px !important;padding-left:3px !important}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc{padding-left:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc{padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle{border-bottom-width:1px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc{padding-top:3px !important;padding-bottom:3px !important}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc{padding-top:3px !important}.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after{content:' ';border-style:solid;border-width:0;position:absolute}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after{top:1px;right:0;bottom:1px;left:0}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after{left:1px}.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after{right:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after{top:0;right:1px;bottom:0;left:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after{top:1px}.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after{bottom:1px}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after,.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after{border-width:1px;border-color:#4297d4}.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)" !important}.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)" !important}.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)" !important}.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before{display:none;content:"x-slicer:, stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)" !important}.x-button-plain-toolbar-large-cell > .x-grid-cell-inner{padding-top:0;padding-bottom:0}.x-button-plain-toolbar-large-cell > .x-grid-cell-inner >.x-btn-plain-toolbar-large{vertical-align:top}.x-btn-plain-toolbar-small-disabled .x-btn-icon-el,.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el,.x-btn-plain-toolbar-large-disabled .x-btn-icon-el{background-color:#fff}.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el,.x-ie8 .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el,.x-ie8 .x-btn-plain-toolbar-large-disabled .x-btn-icon-el{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.x-panel-light{border-color:#fff;padding:0}.x-panel-header-light{font-size:13px;border:1px solid #fff}.x-panel-header-light .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-panel-header-light-horizontal{padding:9px 9px 10px}.x-panel-header-light-horizontal .x-panel-header-light-tab-bar{margin-top:-9px;margin-bottom:-10px}.x-panel-header-light-horizontal.x-header-noborder{padding:10px 10px 10px 10px}.x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar{margin-top:-10px;margin-bottom:-10px}.x-panel-header-light-vertical{padding:9px 9px 9px 10px}.x-panel-header-light-vertical .x-panel-header-light-tab-bar{margin-right:-9px;margin-left:-10px}.x-panel-header-light-vertical.x-header-noborder{padding:10px 10px 10px 10px}.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar{margin-right:-10px;margin-left:-10px}.x-panel-header-title-light{color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-panel-header-title-light > .x-title-text-light{text-transform:none;padding:0}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light{width:16px;height:16px;font-size:16px;color:#000;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light{color:grey}.x-panel-body-light{background:#fff;border-color:#cfcfcf;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-header-light{background-image:none;background-color:#fff}.x-panel-header-light-vertical{background-image:none;background-color:#fff}.x-panel .x-panel-header-light-collapsed-border-top{border-bottom-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-right{border-left-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-bottom{border-top-width:1px !important}.x-panel .x-panel-header-light-collapsed-border-left{border-right-width:1px !important}.x-cmd-slicer.x-panel-header-light-top:before{display:none;content:"x-slicer:, stretch:bottom" !important}.x-cmd-slicer.x-panel-header-light-bottom:before{display:none;content:"x-slicer:, stretch:top" !important}.x-cmd-slicer.x-panel-header-light-left:before{display:none;content:"x-slicer:, stretch:right" !important}.x-cmd-slicer.x-panel-header-light-right:before{display:none;content:"x-slicer:, stretch:left" !important}.x-panel-header-light-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-light-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-light-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-light .x-tool-focus{outline:none}.x-ie8 .x-panel-header-light .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-panel-light-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-light-outer-border-l{border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-b{border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-bl{border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-r{border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-outer-border-rl{border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-rb{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-rbl{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-t{border-top-color:#fff !important;border-top-width:1px !important}.x-panel-light-outer-border-tl{border-top-color:#fff !important;border-top-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-tb{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-tbl{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-tr{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-outer-border-trl{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-outer-border-trb{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-outer-border-trbl{border-color:#fff !important;border-width:1px !important}.x-panel-light-framed{border-color:#fff;padding:0}.x-panel-header-light-framed{font-size:13px;border:1px solid #fff}.x-panel-header-light-framed .x-tool-img{background-image:url(images/tools/tool-sprites-dark.png);background-color:#fff}.x-panel-header-light-framed-horizontal{padding:9px 9px 9px 9px}.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar{margin-top:-9px;margin-bottom:-9px}.x-panel-header-light-framed-horizontal.x-header-noborder{padding:10px 10px 9px 10px}.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-top:-10px;margin-bottom:-9px}.x-panel-header-light-framed-vertical{padding:9px 9px 9px 9px}.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar{margin-right:-9px;margin-left:-9px}.x-panel-header-light-framed-vertical.x-header-noborder{padding:10px 10px 10px 9px}.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar{margin-right:-10px;margin-left:-9px}.x-panel-header-title-light-framed{color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;line-height:16px}.x-panel-header-title-light-framed > .x-title-text-light-framed{text-transform:none;padding:0}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top{height:22px;padding-bottom:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right{width:22px;padding-left:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom{height:22px;padding-top:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left{width:22px;padding-right:6px}.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed{width:16px;height:16px;font-size:16px;color:#000;background-position:center center;opacity:0.5}.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed{color:grey}.x-panel-body-light-framed{background:#fff;border-color:#cfcfcf;color:#000;font-size:13px;font-weight:300;font-family:helvetica, arial, verdana, sans-serif;border-width:1px;border-style:solid}.x-panel-light-framed{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;padding:0 0 0 0;border-width:1px;border-style:solid;background-color:#fff}.x-panel-light-framed-mc{background-color:#fff}.x-nbr .x-panel-light-framed{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-light-framed-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px}.x-panel-light-framed-tl{background-position:0 -8px}.x-panel-light-framed-tr{background-position:right -12px}.x-panel-light-framed-bl{background-position:0 -16px}.x-panel-light-framed-br{background-position:right -20px}.x-panel-light-framed-ml{background-position:0 top}.x-panel-light-framed-mr{background-position:right top}.x-panel-light-framed-tc{background-position:0 0}.x-panel-light-framed-bc{background-position:0 -4px}.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-mr{padding-right:4px}.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-ml{padding-left:4px}.x-panel-light-framed-tc{height:4px}.x-panel-light-framed-bc{height:4px}.x-panel-light-framed-tl,.x-panel-light-framed-bl,.x-panel-light-framed-tr,.x-panel-light-framed-br,.x-panel-light-framed-tc,.x-panel-light-framed-bc,.x-panel-light-framed-ml,.x-panel-light-framed-mr{background-image:url(images/panel/panel-light-framed-corners.gif)}.x-panel-light-framed-ml,.x-panel-light-framed-mr{background-image:url(images/panel/panel-light-framed-sides.gif);background-repeat:repeat-y}.x-panel-light-framed-mc{padding:0 0 0 0}.x-cmd-slicer.x-panel-light-framed:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important}.x-panel-header-light-framed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 0 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-top-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-top-frameInfo{font-family:dh-4-4-0-4-1-1-0-1-9-9-9-9}.x-panel-header-light-framed-top-tl{background-position:0 -8px}.x-panel-header-light-framed-top-tr{background-position:right -12px}.x-panel-header-light-framed-top-bl{background-position:0 -16px}.x-panel-header-light-framed-top-br{background-position:right -20px}.x-panel-header-light-framed-top-ml{background-position:0 top}.x-panel-header-light-framed-top-mr{background-position:right top}.x-panel-header-light-framed-top-tc{background-position:0 0}.x-panel-header-light-framed-top-bc{background-position:0 -4px}.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-mr{padding-right:4px}.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-ml{padding-left:4px}.x-panel-header-light-framed-top-tc{height:4px}.x-panel-header-light-framed-top-bc{height:0}.x-panel-header-light-framed-top-tl,.x-panel-header-light-framed-top-bl,.x-panel-header-light-framed-top-tr,.x-panel-header-light-framed-top-br,.x-panel-header-light-framed-top-tc,.x-panel-header-light-framed-top-bc,.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-top-corners.gif)}.x-panel-header-light-framed-top-ml,.x-panel-header-light-framed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-top-mc{padding:6px 6px 9px 6px}.x-cmd-slicer.x-panel-header-light-framed-top:before{display:none;content:"x-slicer:, frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important}.x-panel-header-light-framed-right{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;padding:9px 9px 9px 9px;border-width:1px 1px 1px 0;border-style:solid;background-color:#fff}.x-panel-header-light-framed-right-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-right-frameInfo{font-family:dh-4-4-4-0-1-1-1-0-9-9-9-9}.x-panel-header-light-framed-right-tl{background-position:0 -8px}.x-panel-header-light-framed-right-tr{background-position:right -12px}.x-panel-header-light-framed-right-bl{background-position:0 -16px}.x-panel-header-light-framed-right-br{background-position:right -20px}.x-panel-header-light-framed-right-ml{background-position:right 0}.x-panel-header-light-framed-right-mr{background-position:right 0}.x-panel-header-light-framed-right-tc{background-position:0 0}.x-panel-header-light-framed-right-bc{background-position:0 -4px}.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-mr{padding-right:4px}.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-ml{padding-left:0}.x-panel-header-light-framed-right-tc{height:4px}.x-panel-header-light-framed-right-bc{height:4px}.x-panel-header-light-framed-right-tl,.x-panel-header-light-framed-right-bl,.x-panel-header-light-framed-right-tr,.x-panel-header-light-framed-right-br,.x-panel-header-light-framed-right-tc,.x-panel-header-light-framed-right-bc,.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-right-corners.gif)}.x-panel-header-light-framed-right-ml,.x-panel-header-light-framed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-right-mc{padding:6px 6px 6px 9px}.x-cmd-slicer.x-panel-header-light-framed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important}.x-panel-header-light-framed-bottom{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:0 1px 1px 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-bottom-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-bottom-frameInfo{font-family:dh-0-4-4-4-0-1-1-1-9-9-9-9}.x-panel-header-light-framed-bottom-tl{background-position:0 -8px}.x-panel-header-light-framed-bottom-tr{background-position:right -12px}.x-panel-header-light-framed-bottom-bl{background-position:0 -16px}.x-panel-header-light-framed-bottom-br{background-position:right -20px}.x-panel-header-light-framed-bottom-ml{background-position:0 bottom}.x-panel-header-light-framed-bottom-mr{background-position:right bottom}.x-panel-header-light-framed-bottom-tc{background-position:0 0}.x-panel-header-light-framed-bottom-bc{background-position:0 -4px}.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-mr{padding-right:4px}.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-ml{padding-left:4px}.x-panel-header-light-framed-bottom-tc{height:0}.x-panel-header-light-framed-bottom-bc{height:4px}.x-panel-header-light-framed-bottom-tl,.x-panel-header-light-framed-bottom-bl,.x-panel-header-light-framed-bottom-tr,.x-panel-header-light-framed-bottom-br,.x-panel-header-light-framed-bottom-tc,.x-panel-header-light-framed-bottom-bc,.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-bottom-corners.gif)}.x-panel-header-light-framed-bottom-ml,.x-panel-header-light-framed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-bottom-mc{padding:9px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-bottom:before{display:none;content:"x-slicer:, frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important}.x-panel-header-light-framed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px 0 1px 1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-left-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-left-frameInfo{font-family:dh-4-0-4-4-1-0-1-1-9-9-9-9}.x-panel-header-light-framed-left-tl{background-position:0 -8px}.x-panel-header-light-framed-left-tr{background-position:right -12px}.x-panel-header-light-framed-left-bl{background-position:0 -16px}.x-panel-header-light-framed-left-br{background-position:right -20px}.x-panel-header-light-framed-left-ml{background-position:left 0}.x-panel-header-light-framed-left-mr{background-position:left 0}.x-panel-header-light-framed-left-tc{background-position:0 0}.x-panel-header-light-framed-left-bc{background-position:0 -4px}.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-mr{padding-right:0}.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-ml{padding-left:4px}.x-panel-header-light-framed-left-tc{height:4px}.x-panel-header-light-framed-left-bc{height:4px}.x-panel-header-light-framed-left-tl,.x-panel-header-light-framed-left-bl,.x-panel-header-light-framed-left-tr,.x-panel-header-light-framed-left-br,.x-panel-header-light-framed-left-tc,.x-panel-header-light-framed-left-bc,.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-left-corners.gif)}.x-panel-header-light-framed-left-ml,.x-panel-header-light-framed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-left-mc{padding:6px 9px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-left:before{display:none;content:"x-slicer:, frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important}.x-panel-header-light-framed-collapsed-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-top-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-top{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-top-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-light-framed-collapsed-top-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-top-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-top-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-top-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-top-ml{background-position:0 top}.x-panel-header-light-framed-collapsed-top-mr{background-position:right top}.x-panel-header-light-framed-collapsed-top-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-top-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-top-tc{height:4px}.x-panel-header-light-framed-collapsed-top-bc{height:4px}.x-panel-header-light-framed-collapsed-top-tl,.x-panel-header-light-framed-collapsed-top-bl,.x-panel-header-light-framed-collapsed-top-tr,.x-panel-header-light-framed-collapsed-top-br,.x-panel-header-light-framed-collapsed-top-tc,.x-panel-header-light-framed-collapsed-top-bc,.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif)}.x-panel-header-light-framed-collapsed-top-ml,.x-panel-header-light-framed-collapsed-top-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-top-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important}.x-panel-header-light-framed-collapsed-right{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-right-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-right{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-right-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-light-framed-collapsed-right-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-right-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-right-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-right-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-right-ml{background-position:right 0}.x-panel-header-light-framed-collapsed-right-mr{background-position:right 0}.x-panel-header-light-framed-collapsed-right-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-right-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-right-tc{height:4px}.x-panel-header-light-framed-collapsed-right-bc{height:4px}.x-panel-header-light-framed-collapsed-right-tl,.x-panel-header-light-framed-collapsed-right-bl,.x-panel-header-light-framed-collapsed-right-tr,.x-panel-header-light-framed-collapsed-right-br,.x-panel-header-light-framed-collapsed-right-tc,.x-panel-header-light-framed-collapsed-right-bc,.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif)}.x-panel-header-light-framed-collapsed-right-ml,.x-panel-header-light-framed-collapsed-right-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-right-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important}.x-panel-header-light-framed-collapsed-bottom{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-bottom-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-bottom{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-bottom-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-light-framed-collapsed-bottom-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-bottom-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-bottom-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-bottom-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-bottom-ml{background-position:0 bottom}.x-panel-header-light-framed-collapsed-bottom-mr{background-position:right bottom}.x-panel-header-light-framed-collapsed-bottom-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-bottom-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-bottom-tc{height:4px}.x-panel-header-light-framed-collapsed-bottom-bc{height:4px}.x-panel-header-light-framed-collapsed-bottom-tl,.x-panel-header-light-framed-collapsed-bottom-bl,.x-panel-header-light-framed-collapsed-bottom-tr,.x-panel-header-light-framed-collapsed-bottom-br,.x-panel-header-light-framed-collapsed-bottom-tc,.x-panel-header-light-framed-collapsed-bottom-bc,.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif)}.x-panel-header-light-framed-collapsed-bottom-ml,.x-panel-header-light-framed-collapsed-bottom-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-bottom-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important}.x-panel-header-light-framed-collapsed-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;padding:9px 9px 9px 9px;border-width:1px;border-style:solid;background-color:#fff}.x-panel-header-light-framed-collapsed-left-mc{background-color:#fff}.x-nbr .x-panel-header-light-framed-collapsed-left{padding:0 !important;border-width:0 !important;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;background-color:transparent !important;box-shadow:none !important}.x-panel-header-light-framed-collapsed-left-frameInfo{font-family:dh-4-4-4-4-1-1-1-1-9-9-9-9}.x-panel-header-light-framed-collapsed-left-tl{background-position:0 -8px}.x-panel-header-light-framed-collapsed-left-tr{background-position:right -12px}.x-panel-header-light-framed-collapsed-left-bl{background-position:0 -16px}.x-panel-header-light-framed-collapsed-left-br{background-position:right -20px}.x-panel-header-light-framed-collapsed-left-ml{background-position:left 0}.x-panel-header-light-framed-collapsed-left-mr{background-position:left 0}.x-panel-header-light-framed-collapsed-left-tc{background-position:0 0}.x-panel-header-light-framed-collapsed-left-bc{background-position:0 -4px}.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-mr{padding-right:4px}.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-ml{padding-left:4px}.x-panel-header-light-framed-collapsed-left-tc{height:4px}.x-panel-header-light-framed-collapsed-left-bc{height:4px}.x-panel-header-light-framed-collapsed-left-tl,.x-panel-header-light-framed-collapsed-left-bl,.x-panel-header-light-framed-collapsed-left-tr,.x-panel-header-light-framed-collapsed-left-br,.x-panel-header-light-framed-collapsed-left-tc,.x-panel-header-light-framed-collapsed-left-bc,.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif)}.x-panel-header-light-framed-collapsed-left-ml,.x-panel-header-light-framed-collapsed-left-mr{background-image:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif);background-repeat:repeat-y}.x-panel-header-light-framed-collapsed-left-mc{padding:6px 6px 6px 6px}.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before{display:none;content:"x-slicer:, frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important}.x-panel .x-panel-header-light-framed-top{border-bottom-width:1px !important}.x-panel .x-panel-header-light-framed-right{border-left-width:1px !important}.x-panel .x-panel-header-light-framed-bottom{border-top-width:1px !important}.x-panel .x-panel-header-light-framed-left{border-right-width:1px !important}.x-nbr .x-panel-header-light-framed-collapsed-top{border-bottom-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-right{border-left-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-bottom{border-top-width:0 !important}.x-nbr .x-panel-header-light-framed-collapsed-left{border-right-width:0 !important}.x-panel-header-light-framed-horizontal .x-tool-after-title{margin:0 0 0 6px}.x-panel-header-light-framed-horizontal .x-tool-before-title{margin:0 6px 0 0}.x-panel-header-light-framed-vertical .x-tool-after-title{margin:6px 0 0 0}.x-panel-header-light-framed-vertical .x-tool-before-title{margin:0 0 6px 0}.x-panel-header-light-framed .x-tool-focus{outline:1px solid #157fcc;outline-offset:1px}.x-ie8 .x-panel-header-light-framed .x-tool-focus{outline:none}.x-ie8 .x-panel-header-light-framed .x-tool-focus:after{position:absolute;content:' ';top:-2px;right:-2px;bottom:-2px;left:-2px;border:1px solid #157fcc;pointer-events:none}.x-panel-light-framed-resizable .x-panel-handle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.x-panel-light-framed-outer-border-l{border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-b{border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-bl{border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-r{border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-framed-outer-border-rl{border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-rb{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-rbl{border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-t{border-top-color:#fff !important;border-top-width:1px !important}.x-panel-light-framed-outer-border-tl{border-top-color:#fff !important;border-top-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-tb{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-tbl{border-top-color:#fff !important;border-top-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-tr{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important}.x-panel-light-framed-outer-border-trl{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-left-color:#fff !important;border-left-width:1px !important}.x-panel-light-framed-outer-border-trb{border-top-color:#fff !important;border-top-width:1px !important;border-right-color:#fff !important;border-right-width:1px !important;border-bottom-color:#fff !important;border-bottom-width:1px !important}.x-panel-light-framed-outer-border-trbl{border-color:#fff !important;border-width:1px !important}.x-form-file-wrap .x-form-trigger-wrap{border:0}.x-form-file-wrap .x-form-trigger-wrap .x-form-text{border:1px solid;border-color:#cfcfcf;height:24px}.x-html-editor-container{border:1px solid;border-color:#cfcfcf}.x-grid-header-ct{border:1px solid #cfcfcf}.x-column-header-trigger{background-color:#eff6fb;border-left:1px solid #cfcfcf}.x-column-header-last{border-right-width:0}.x-column-header-last .x-column-header-over .x-column-header-trigger{border-right:1px solid #cfcfcf}.x-resizable-handle{background-repeat:no-repeat}.x-resizable-handle-east-over,.x-resizable-handle-west-over{background-position:center}.x-resizable-handle-south-over,.x-resizable-handle-north-over{background-position:center}.x-resizable-handle-southeast-over{background-position:-2px -2px}.x-resizable-handle-northwest-over{background-position:2px 2px}.x-resizable-handle-northeast-over{background-position:-2px 2px}.x-resizable-handle-southwest-over{background-position:2px -2px}.x-resizable-pinned .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-west{background-position:center}.x-resizable-pinned .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-north{background-position:center}.x-resizable-pinned .x-resizable-handle-southeast{background-position:-2px -2px}.x-resizable-pinned .x-resizable-handle-northwest{background-position:2px 2px}.x-resizable-pinned .x-resizable-handle-northeast{background-position:-2px 2px}.x-resizable-pinned .x-resizable-handle-southwest{background-position:2px -2px} \ No newline at end of file diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/Readme.md b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/Readme.md deleted file mode 100644 index e618474..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/Readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# theme-neptune/resources - -This folder contains static resources (typically an `"images"` folder as well). diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow-open-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow-open-rtl.png deleted file mode 100644 index d9968ae6f5d4513a9d9b8623e297c2b2890fdb26..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V!3HE>w#^4|I14-?iy0WWg+Z8+Vb&Z8pdfpR zr>`sfJr*%xLCtK*`O7Hs)BX<^i?RyC>3pT7MF%)7WL*<3 yF{7tdvHn0TTw00ZCc&d=}xn>UbC%!CE=jwC-N3(FN3G6pUXO@geCw4szbv7 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow-open.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow-open.png deleted file mode 100644 index 04b11322b3cfb5dcda4c752431c3e51792764aaa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V!3HE>w#^4|I14-?iy0WWg+Z8+Vb&Z8pdfpR zr>`sfJr*%O7Nz?Q7p4J)ay?xfLo80eowS>`K|#c|zwe=3-XiH0+b^_oFbD2ncaFH} z;Kbpvyw|+4a{iw4nsR@td}CK;^mHy{opx%?)GbGsr?|3PEm zB>&&5T_$<3sXyQ{d+sgQ$(53Ak?{ZeuL$$zW(kK&zkPjy7BhId`njxgN@xNA7hyzr diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow-rtl.png deleted file mode 100644 index 90f717b41845acf93187ae1f3ae0d92fca4846ae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V!3HE>w#^4|I14-?iy0WWg+Z8+Vb&Z8pdfpR zr>`sfJr*%xLAlFIs?>l&6`n4RAr_~fUfRfeh(W;lqB~dH2|1B~jXpbCGjujO-eBC7 zb4X?jhpHf>){nQ5({g3)PiMWGkg8tzKR63%_eVN<8&xGm#-N4}K L>gTe~DWM4fSBXnz diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-arrow.png deleted file mode 100644 index 51d286139cb3079fc3296d30d090b73627e60426..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V!3HE>w#^4|I14-?iy0WWg+Z8+Vb&Z8pdfpR zr>`sfJr*%O7P$}a*9ZcIsytmBLo7}|ov@LY$&rVJ-9_|1yQQlG=W@@C48gq)N6J6B zPH;HnDgWVxoD0+B88fd(~g{i&Y7KeNy@^2;Nw6_{yPGuCBU&^vjL6$Ukl|_!16u O1%s!npUXO@geCx0cTXn( diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-scroll-left.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-scroll-left.png deleted file mode 100644 index 5ff969ee1efc82903d23e2fad8cdcada75a2c489..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2990 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-open-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-open-rtl.png deleted file mode 100644 index a8801dfb51a3934f28af6b370d0f02ed788ff2cd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 242 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq&N#aB8wRqxP?KOkzv*x37{Z* ziKnkC`#lyhVIjuSMil{|&_quc$B>A_Z?7Bj9Wvl?xTt?b@F7>+1DA((Ut}VyI`q;M zoLSdqtkUziKS^A>vh%TKikf@MT2o_Ve;Ju37^vr+XV1NKim$Ztqwl<@qfbw*d6W5* zkB9p;+k->Z3zb4F}rp*mdKI;Vst0J_>$2LJ#7 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-open.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-open.png deleted file mode 100644 index 19a6673216f7d82019d3527cebdc16fcb5945350..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq&N#aB8wRqxP?KOkzv*x37{Z* ziKnkC`#lyhUQPL>Eft19p$VQYjv*0;-(KIydDuXp_2K*pf^$XJd8$qN-uXOWvEr3I zCVDL!W!!gg?rF~U`!M&&>K2u!b5uLEe;qrTdSQWMGaIjzNydlu2dm#JEG^;c=vXLy zuHl0IJ<@+*yYN_fKy%9w#v_DJ-)DHRqdnS%ctyTxuX9+ hmXlv zrJ!p`MYhar4xs?S=7>4mij5QcizjP&EINL|(tDCviC!}suarr~g$0hy`&p*1Hw*UC ze!$?;An`c5V8Rup?@y&Hn3WB-ut)EivPj_2|4)TiyTw diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-over.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-over.png deleted file mode 100644 index 5106cdf11aee6bd6ceee68e6b5b089402b8620e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq&N#aB8wRqxP?KOkzv*x37{Z* ziKnkC`#lyhUQMOHZ%h<`LJK@y977@wzrAkA#bhYZ`mp|JaKsZav8YOp^$A-3BH#3; zY1+63y;01W*LzAVQh+zkjNo=QlsVYVr4YfYeO6+B3Fs uGa7Tbf3wIm9xgs~w!+^KXcWXui_@}|Ayeb;nLh@(mBG{1&t;ucLK6VO6IKQQ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow-rtl.png deleted file mode 100644 index 658194be9984a7839e30997a64c1290b2b7862c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq&N#aB8wRqxP?KOkzv*x37{Z* ziKnkC`#lyhVL{_*)oQ^&q4}OJjv*0;-(KIy>0~I<`tX0JMT_gU4HaQ}$!eRr`X2DD z-%`-Eq#|2pHiuAvU~|MAZpFq4{l$~DJQf{4VX557I`{Mf$7VKODU*x~5A+W{U43@S zB`ymFL4{*K#AH;qo~Yf)cJ2TN&)b7y`b!0zDsFue+Y$EWwe=n5VBa6}*VnL=9k^rs tkoCruozbU@eXD+Xe6c@@Fwgle!%^>EMF%h8!$7Apc)I$ztaD0e0sv;$UBCbU diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/breadcrumb/default-split-arrow.png deleted file mode 100644 index d3d375c2fb450f8bff900e4049a469e61ac2930d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq&N#aB8wRqxP?KOkzv*x37{Z* ziKnkC`#lyhUQHRBUd?Wx&^%8U$B>A_Z?7A2F&PT9K8*h;B38}Kz1F5Byg~0jyJ4s`y!phT;mn_+MrA#s|EO2aQtLI#IPt!|t z@45q;N_oXwxjnB$Nwy{O&2)2M<2%41AQ)d?$sN-edtPo`BX_}{{)Hw+cE4s+?=fJW tE%uGGg6-RRPV>jMM?ofmjeMX|zPf2b@{(fLvp|&nX_^HI2C?Td+F zGa4$i<=Rs&89)5Q{4rOjZ-%+RP7n5u{YsXPOazK~LZL$v?^ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-arrow.png deleted file mode 100644 index 32674e438a74ce59b22342fc30e825a67d197cba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^N|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8px|^*7sn8f<8QC5=4EmeVZ9*9a&RH%!9^<)ROP(+OB$DQ?pnZn zXIjI-ga8Sawq{2K4xN*A0`Fg(e3JHT-}E33#g?k4tJn?wG)3+2)t|APzE#alzWQpc zLGF{E28UKUby$n_{!`_;vyUZmdyvi=yOtXZuScEUSS$RfA#wHNHpWxa1;Wo*&8+n) psGC-N^QF=unb{F16!%Pm&@wmYkz(E{j122WQ%mvv4FO#oOUTf_hW diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow-b-rtl.png deleted file mode 100644 index 79677a4edf716ab8bb35df5a821ba808710d2e8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^CxBR%gAGW&U#-jpq;`0^IEGZ*dV5`)%PCN#?P9lM zPMYBAlWJm%@2)5=5DQa(s57VWtm2Hk4KsAux{vd6amCd%I9g;MG;idszu_7=t=99Z zsOHjrOJ0Gj0fHY>r(9B)RTFvp>4{W@yDui#ZSQ-f=kBL0>HeJm*v9TCJ-0sPnfoP= zYf9}B*~zy=Y;7D*$}_Jgc9YV!td%%^sq}%>q_~nAiQ{TnJ9zH68|}4y`+LP>r4Kff iTuq8NAyzOvu#aVEk-c)=#xQs{NXXOG&t;ucLK6USDO&mf diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow-b.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow-b.png deleted file mode 100644 index 9f3928a2f7ad6f772b1ce265b706b7ebf6f0a202..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^CxBR%gAGW&U#-jpq}Y|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8px|Cl7srr_TW_x~)N3u2Y5(|Le}>xZm6MjuU9tMP+@01}YIj<# zFPu}=@C#6J4Y29zJuB&Mc>DLyFY!O~{D1U*t*W(RlepM%S(f?n z^yc4&$4*t9QJir1)wZ{`p~t5s`%RPy;g3G@F=}pfkEPqD6>)VOPc8+Wv7FSM|7gd` zvNcEUDDS){a6EQvzAQ^n_0?CwGUu;$ran-fwD{G>znbw;Ec@Jw!eS#qo&$j&^Y1Y{ W)A(~ZYF^n!5Z}|)&t;ucLK6VSwQ~Xh diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-large-s-arrow-rtl.png deleted file mode 100644 index 798505079098b1cac4798ebc893361859cfeda4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^%0TSF!3HF2UilmVQb#>q978H@y}hc-cgR4-;Uk-4 zL59-?jXO<_k0uthsNG>Yt-6EN{6Ha#30tdULfAY9g&z_scLmm;EdH&(KP6ZEko+2n z+(R-Fo1R8PmJlkDL78RHt`l!nu{dZUtK3PESg3OJzMVvFhe`9_Q8k z6SRG^ZXV#-n(>=$^O~%P11lO({RK4V))PJxaz&#re(|5tpNYj&owa)#yeGev7l_fFY#t2FlE^yE%^ zk%KJ4J_cw+Zc^&RCsD7ZHtc*L$^YtXe{w_m1C|@JjO%%FzI^g|#d3pr-m{$^4+8eS zUYmBsh}CzWr|gR9d&M_Y@y@H7R=5zKpcd_$b*?w(pEl-c#n)n9U(mOTh zR;)kpZp&${f+hFNW*Wyg$YrnnePCPF#he#s8F(8L|1C>s;#8Y~LOiQaxW`zTqWdLQ RBNh~P44$rjF6*2UngDvXjY$9i diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-arrow-rtl.png deleted file mode 100644 index d54d3a0dad171cb5e136dfb91e144a1cdb25cf04..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^(m*WE!3HFMiJ9mDsRU0K$B>F!$q5pyixWh6EPnj| z|6fKS&XvV%L0c-L!=Lx|bq2F%?OT03`C_0#+TvxYJq~-sx?TGlBbvktk24>cK0)Uf z+mW;_J~~yEj8Cgy*P;J3D&$v2nO_7uoW z$en#oT6oU=4!#r5xR1$f7r)5)I8VIwYH-QHEx$RF+g)vo1OLeL?`)hl&n)D9Jzopr0Cpu#rT_o{ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-medium-s-arrow-b-rtl.png deleted file mode 100644 index f2fb53be895768d22393d5917be60e7b49b92730..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRjgAGXTPusK+NX_zeaSW-r_4e{cPNqN+my7vH z3StS2VhTDp8h47`=wgjH6xEm@X_mm=y>aEj^Wq#_bz;0d-(+_1^7y>mwQgd_dKVYv zm2r$flNcE4!~`ej%$MDlk!aXfF{!kyzi#bPiBF!}Y@b`CCTkl$Y3|vS{8VOoPMYEz zm84m7@1H9?J#AX!blKEBvSTRZUOf z@8-+b4Ue6jQ=D&lP3&at@x7tp(~{OU&I##vXWF@0D7*j3mMS}e7M?^5Y170ZQfTBeaTTRqo@G?%jcUXh*kVbMMA8w>K8*nB`}RL^JN@&NpVhbXLxszHs{Px26}Siqsn|omAIQx9v`Pt@Tu^rTiBnT}&F6F7bVN n{t>6uC;w!)RUpQHwmpnXw#^4|>^)r^Ln>}1CrGd|bN~DQ-~P3I zp22L9<{J$^B*dH@l5&>p^5W{4uO!KoF&ZE<&w1sPN^e>y^$ina-Hhp$L SPS+)%Q4F50elF{r5}E+Gs3rvf diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-arrow.png deleted file mode 100644 index 17a9beb1deb7ea140407097f9bbae19eb8d66bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V!3HE>w#^4|*pj^6T^Rm@;DWu&Cj&(|3p^r= z85p>QL70(Y)*K0-ps%NkV~EA+RAmY~r?dhaXYRx-3jgjExNr3!Kf5 Xv{e3LI=C+yXg`CetDnm{r-UW|kT^d9 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow-b.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow-b.png deleted file mode 100644 index afd13fbb1917b83da3128fcee0f2457c2b716c65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1121 zcmbVLO=#0l91l82H<%1jQBn5HKoo6~mp17d7iZVBu43oxidK+emb|WE%ZJI^nvEf- zFzHD|L0wMTBzf=s-~adfe^&Q609&u}l+BYay6UHoHu0dG$n* zl(D|*u#n+c(+uLOYI`_`{vZEnB;DCLxCdkMmp*mq$ui` zVr%0jvT#O`X>!BphAu^V<1i+~L>T2cu?xbkB#b6w$yBt9hEBjYks^UWlay zAr*r##V14|n&cB*N;<{&Dv)nrGnR){OG6F22C-YmrdGvDNf)WucJsD9*64tNl8tSz zWIG@^D1zNtRWqzWuqP-`EnWq=#st#Su5E&9h9zSK4#wTI@<^7r23V6y{FIr20SZd2><{9 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow-rtl.png deleted file mode 100644 index f59b79223b3bcac5461b1220a49f9d5039823722..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq;fr7978H@y}h)T^MHbY!^71^ zF4s1AeLKmU`mIp7-J^8pBQEaC5(l4g@;g3cu0L`n#ckEB8b2lu7}&vd=9}$1!Gh0T z?Aja6OP<_a%^Q~d_PXr6d&07t<(_u^Xm5al*9XO)ZLObPb7a$Qpv4THu6{1-oD!M< DdoVym diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-small-s-arrow.png deleted file mode 100644 index eaffbdcb624c2476927ec9c3c8614d9a86321f9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1106 zcmbVLO=#0l9M2dVvp5;(MNc6^P_WHMmvjlOqfHuDSohIYEDXdfd27R#yqLV&bh~VV zjwwSA9>g64!Gj+1ks%tRC0JffZxHcPW=6``ep%d2T{6!#^DsIXf7a<2Al+B#?p!)2Q;I4_63L& zM0?517f>NPBi-X!*q-Dks2ZK6vcpp{V@~`C;4ZZ89jp(_Pa+CbY?bQJaKil%TMu^$;v4n{5%> zUL#RBWwft3G#g=P%L?MEX?rLK{ZgIPJ)J+FkM&Y(b6bc{aM#y5x|*xd-nsnPu-b|*f33fIa=T;b#@PPL zr{i;X$`=n`jegko;M%sh`Tf%Sx9Y^V`GqUpE!@N+(N3(ajBIW*_xA=U-^)re`Ca?Yk^lB4hY&e-sqCc zY~}3O{;1GH%~n{?Uf}+*M;(>S6T3?qerQip_G30Y?vVP@AmdRj>yb^&vHMDxHeSx~ kwB~XFVdQ&MBb@0PxL1cK`qY diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-arrow.png deleted file mode 100644 index 31fc36e66f023ee9ec18fcd30b0d988bbd10c297..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^N|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8px_}-7sn8f<8P-J@-YUAxb}C(-e}W!@utCLWx!pR!&1vOw_Lx` zazw~vidNtXjSwlpvl+_-1pk>Ui@Y!S|NO}_vG=wGGRF%~Efvz570H|7_UyfiuJe&B zmluK(jB6eKvzRy?o*WQ(N%RHdZw6cDUz5z1il00!^U3JCd6rhD*yOoK_@*vlHK<#7 zrtwSm;a@2g%MUzwSj~M!b#BtQ?^RHb-UZVd&904&3A`nZ^SfZHXThdjF8dS(D-5A+|=y@Jh)G`u{| zpZ0pNlm}=Q5Y(xj|6FJCZ_~EZ6Hhtpx@f1Ry{+q&p1YT_r0a67$2Z(`#g&gvJY(1M zSb{gED}+6$ds;r5QK@Q>yr=Ok8_DB`N*@?aiYwV6ecUQ*2hSZhqn&ndcdvM?^uc0M irAY}V#14iB_H!9yJ+@^%?mGSzB;@Jp=d#Wzp$PzzSX`+9 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-s-arrow-b.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-s-arrow-b.png deleted file mode 100644 index dcfe8eabf0ca3407af4c4098532c704fbcf5c19a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^CxBR%gAGW&U#-jpq}Y|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8px_5j7srr_TW@dZ`Z+sFv_AZ9_NFO!Lf4}kj4B>3S3M0jv{_9v zX!D)0frZCI#PQ24rBzuRDo5sE|>qZlB?M?B0LX?fnA(5|&Qs zy3Lhzq(e~Itw+KT!H8QY@p!_r_-kidUtXTrH7R$+%(vzrKXS%;Iefcva$mZ{rXLKJ zmsd>UJ+pvq?fryjQ|GC%ZOi=5vT4=R4C4xiMQy!n%rpP4`IpA3t?^X~(@efu i3ZPkXq~j-NF>A%<=XyT7F7E;Qhr!d;&t;ucLK6VEwPy4H diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-s-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-large-s-arrow.png deleted file mode 100644 index 731b207ea7ffbcca7a55a8b4e34345c25b1315f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^%0TSF!3HF2UilmVQfx`y?k)`fL2$v|<&%LToCO|{ z#S9GG!XV7ZFl&wkQ1FYVi(^Q}y|*_My;>Y4j(xO$q`Rlx@%BB3gGv%U^&8ft-+0FP z#8=Mg1BY0zn&A&o-etN<(lV#nnqRDY_kH7o&)X8^(&`L8`$bVYx=3V;qGa}mBtSkDxwtbH7I}Gx7~WN z-Fe5&@{5GOZu-u>CXRXeeV26&Cll^2na3<1?_ZJBFRlh3vQ0`XC z{Ox({wT9%c@2+#NdnCVOm0M`(x98#d^Dm(}0?0k{|8Nb%jL)vJugrplfc|IjboFyt I=akR{00FX#0{{R3 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-arrow-rtl.png deleted file mode 100644 index 1648e51c81153790ea911433ae3939b805625d57..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^(m*WE!3HFMiJ9mDsYFi~$B>F!$q5pyixWh6EM{01 zKa)|2b7e7G(3Z;R@Q1(S|Ko$3SH9d`Wg{lbnq-z0b&TUk_Qr@W5*?};g5@?2HJm3G zdvTkizVPdjgXy^Ay>VapjpS^E+(ub`{;fLwmnC7>32KpCvdCgiPwab##ll`{1 zg6bEBS98KbcQi_F@V+8G$!zTm&t1&P556qh!!~X0oi|VGm=n0a%(@~d;k9e(neh2D wJZ~{yRh($ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-b-rtl.png deleted file mode 100644 index 8d2232b1aa20f1c2ad049bcbf56f07d52e31e4fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRjgAGXTPusK+NX_tcaSW-r_4e{c-bP26V-GKD z9ARKHXgI}IB^+^-L2ZXY;}Hq54F_G9d8^-Z_t@&gwFspX{^v^kW6>?gPI)#V#Hb0vpEg=eF#E^kUiW{$mqB0-mmZF6*2U FngF*aQ=tF= diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-b.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-medium-s-arrow-b.png deleted file mode 100644 index 2489479f4fbd0e4003dff0019d324abe1a64fb19..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRjgAGXTPusK+NUlU$*f(T;Woa%K z=ua?;uszsxQz27=UR|@uRlM!38S?Lk0PhbB@xKR-f%g+Kdk+N8yWt=AJJ?%kg;Ws~u-H|l#Yty;Bh-+TM&08Q1j qO768^6;B(Te$32-1pYDaV`#m)g|*mg`);7G7(8A5T-G@yGywp)(O%Jy{m3oD*x>bdmYm1x*z|zRC@RP{kdYY|i`oMq6GK$1$la%Ae-rsj%BLyB8Qz44$rjF6*2UngAMRlpg>9 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-arrow-rtl.png deleted file mode 100644 index 89191385544b2e1f2550e34e24d1bc1261c117b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V!3HE>w#^4|96eneLn>}1CrGd|bEln~W69m| z|M7v%o`xN~9sP-hEGoy`R;^yr@I!NwqQW+jopD>39?cKP@yx7P+Vmmgl%xv-!=YPl V%D31#RDp&uc)I$ztaD0e0sszNCc^*# diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-arrow.png deleted file mode 100644 index b56c2a65f7e6b983ad725d0a5910aaf77f293fbd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V!3HE>w#^4|*pj^6T^Rm@;DWu&Cj&(|3p^r= z85p>QL70(Y)*K0-V7jM^V~EA+x05#VHW=`*@EyU7f=SRLVwQ2u8wH@6 qV#WAo)mVj!qe2`UEG$gSyBJheQe{{0>X`xE#Ng@b=d#Wzp$Py0(?CQ3 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-b.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-b.png deleted file mode 100644 index bb1b08e9218f1e12b342584c7dd2d025fe2d7a5e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRhgAGUqn;P5!Qfx`y?k)`fL2$v|<&%LToCO|{ z#S9GG!XV7ZFl&wkP;ic?i(^Q}y|=eEavnAialN?uf#77(D>sBSe;+Ac@lhbFZkCAO z1VvXTrd{k;YGQ0FJmlwOt!-SgPDD`5#ma#3q{NbalLbA*TsA3OGA|SO>!JB{?fas0 zZBKcP)@Tc`FPG?NmAuQdX6{ceony(4Zr2-(H@r=|oqVn5c+-oW0=zr+h`8y!Jbc@J vW!|ww$1CwSzPeA^pXB*YVG`>^ySIF?F-p5d58R&#bSHzStDnm{r-UW|OmSW; diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow-rtl.png deleted file mode 100644 index 9e9e16b042f423ffba0e0cb8202f1a2ed456364e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq{=;A978H@y}i7Vw?RR`;o@qU zL%t>Q?M~kl`MKIQSe<{u#pNrq;*0ox%SqDFwp)v9fMa5Lxay(^mzZ#p_TF5$NJ=dTQm5Kzx6cknk`(-!6Y RbwDRDc)I$ztaD0e0su7SKwkg= diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/default-toolbar-small-s-arrow.png deleted file mode 100644 index 9a728579ce9eea282392dde568e80cb58dfb9e3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq}Y|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8pkSA$i(^Q{;kVZ}avnAiaC_K(vg0II)}+oSwT~>XRB)J1S8L^% z_?E-GvAp0cr`^jR+Jb_CUY#8edgfW|WMPGZ|5AIt@D-hFZSFVdQ&MBb@05J_xr~m)} diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-arrow-rtl.png deleted file mode 100644 index 3d68e7e25490be36c9ce7280a7dd5a00610ffa94..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15044 zcmeI3O^n+_6vwAkMPbXT5*&(pvRtUBRL6EcHi?y_EXkH#l`P9{5Ze=-*ppqWiS63n zO?DAd3(^7y5EKakLVTP+J(RWwBm|-yKmv(M6%vPX;NGgD9N@qO7~A>qzGR05inxrW zB!2Ve{h$4tc`v^B#ktu>#>e)LA%wbW`})SafpM2JecVH6&%MEC z2YT!6`w+^1Z`Kz5#p$5d|{iL2Z#3QA#LPw(lE#hOL(`s6t)+vgiu13#;VObQyDgMc# zI2j}q7OQhY*>;JLNn|8lNvc9NpHMUDys91+l8Ty=RYgwbB~{hZSxub~x`$XAqh|%z zXlV15quq4WDvHa#?`X2zZnqQdRKj+bWHq19%SuvCCM7yU^42ULcO=U@5Q+43D#X)W z)A3E)5&~UZw^#h4CyGX-P>-$y80vYN@=I&P&RKrYJFyXeQ98+J@O! zi)mz}WVWWJv}96Ka&e8=OsGMN$G|?`mP&kXOvli*hV8bnUou;GiO7z%RFDUQv6=lX zrIqcb?b6F4rBp#4H5`iyx0yC$c|NvuGE*thfrM!qv}$p#G0{+@>_lCc()nCQs@EGt z%H~vT)b-RvD%S`hR;%&wA?b>(uLPyil{Tm}HgYM_$f;6}DoJUzQI~KoNTT3uj-+%w zo67g3W8p*6kGUpobGR9s6I}h@O))}dDAly-(apIQ+q87+hK+22oZ39vb2QDcAvxIf zNKkG?u~%>X4%Tl_K}=Y-8rFkWR?>rNAVxvnG&;Dfeq=Yy9A3cfQI7Ou;alfuFB6MZ zP?1zPYikkDZuo8NlF22yC;qa~BgxG%P`e-peZOh`2dm)W)ql4J+bg1fwgw{`(*Lvu zgZ-;7V{3^RCAqhCdjs2BwrDXo*Ho_+4A)>G_!rV>{nEXJ!@5xm^3d2Ib2NW3sKe$; zI6s?I=s_P>=+O<0yJ6^Yc4*uULkE#hSf*b}cC&%uSXA&=8MX2S`cy|s6PZjZQ;^{> zjF>Y!q`6ozY0ve7PNL?zG0-tG@OUh+mn;m7Il6(-QpKLX!UBv&>C+v3u$22xmP57K z?_am`WN=5fQx$0OBmfB8HaRXfAK>M<01&pxak2RT zFUJLduuYDO%?EfnE&zmWa$Iaaz{_y~AZ(N4V)FrBjtc-`n;aLL5Abqa00`UUxY&Gv zm*WCJ*e1ut<^#MO7XZRGIW9II;N`dg5Vpy2vH1Wm#|40}O^%Dr2Y5Ly0EBIFTx>qT z%W(l9Y?I?+^8sFt3jkr892c7p@N!%L2;1bi*nEJO;{rg~Cdb9*1H2p;0KzsoE;b+F z<+uP4w#mdbHh5Q)So8(WHhmNG6XWPCeT!4jr{}8(tv`U!>E{so?GO5U9ibHkp&KU< z(%wL5pMCbJua45W=1gU>*7@P)*^A?+mAiMf#x}k_cwz6cSD(2wv+w#^4|*pj^6T^Rm@;DWu&Cj&(|3p^r= z85p>QL70(Y)*K0-ps%NkV~EA+0wMTBzf=s-~adfe^&Q609&u}l+BYay6UHoHu0dG$n* zl(D|*u#n+c(+uLOYI`_`{vZEnB;DCLxCdkMmp*mq$ui` zVr%0jvT#O`X>!BphAu^V<1i+~L>T2cu?xbkB#b6w$yBt9hEBjYks^UWlay zAr*r##V14|n&cB*N;<{&Dv)nrGnR){OG6F22C-YmrdGvDNf)WucJsD9*64tNl8tSz zWIG@^D1zNtRWqzWuqP-`EnWq=#st#Su5E&9h9zSK4#wTI@<^7r23V6y{FIr20SZd2><{9 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-s-arrow-rtl.png deleted file mode 100644 index f59b79223b3bcac5461b1220a49f9d5039823722..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq;fr7978H@y}h)T^MHbY!^71^ zF4s1AeLKmU`mIp7-J^8pBQEaC5(l4g@;g3cu0L`n#ckEB8b2lu7}&vd=9}$1!Gh0T z?Aja6OP<_a%^Q~d_PXr6d&07t<(_u^Xm5al*9XO)ZLObPb7a$Qpv4THu6{1-oD!M< DdoVym diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-s-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/grid-cell-small-s-arrow.png deleted file mode 100644 index eaffbdcb624c2476927ec9c3c8614d9a86321f9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1106 zcmbVLO=#0l9M2dVvp5;(MNc6^P_WHMmvjlOqfHuDSohIYEDXdfd27R#yqLV&bh~VV zjwwSA9>g64!Gj+1ks%tRC0JffZxHcPW=6``ep%d2T{6!#^DsIXf7a<2Al+B#?p!)2Q;I4_63L& zM0?517f>NPBi-X!*q-Dks2ZK6vcpp{V@~`C;4ZZ89jp(_Pa+CbY?bQJaKil%TMu^$;v4n{5%> zUL#RBWwft3G#g=P%L?MEX?rLK{ZgIPJ)J+FkM&Y(b6bc{aM#y5x|*xd-nsnPu-b|*f33fIa=T;b#@PPL zr{i;X$`=n`jegko;M%sh`Tf%Sx9Y^V`GqUpE!@N+(N3(ajBIW*_xA=U-^)re`Ca?Yk^lB4hY&e-sqCc zY~}3O{;1GH%~n{?Uf}+*M;(>S6T3?qerQip_G30Y?vVP@AmdRj>yb^&vHMDxHeSx~ kwB~XFVdQ&MBb@0PxL1cK`qY diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-arrow.png deleted file mode 100644 index 31fc36e66f023ee9ec18fcd30b0d988bbd10c297..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^N|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8px_}-7sn8f<8P-J@-YUAxb}C(-e}W!@utCLWx!pR!&1vOw_Lx` zazw~vidNtXjSwlpvl+_-1pk>Ui@Y!S|NO}_vG=wGGRF%~Efvz570H|7_UyfiuJe&B zmluK(jB6eKvzRy?o*WQ(N%RHdZw6cDUz5z1il00!^U3JCd6rhD*yOoK_@*vlHK<#7 zrtwSm;a@2g%MUzwSj~M!b#BtQ?^RHb-UZVd&904&3A`nZ^SfZHXThdjF8dS(D-5A+|=y@Jh)G`u{| zpZ0pNlm}=Q5Y(xj|6FJCZ_~EZ6Hhtpx@f1Ry{+q&p1YT_r0a67$2Z(`#g&gvJY(1M zSb{gED}+6$ds;r5QK@Q>yr=Ok8_DB`N*@?aiYwV6ecUQ*2hSZhqn&ndcdvM?^uc0M irAY}V#14iB_H!9yJ+@^%?mGSzB;@Jp=d#Wzp$PzzSX`+9 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow-b.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow-b.png deleted file mode 100644 index dcfe8eabf0ca3407af4c4098532c704fbcf5c19a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^CxBR%gAGW&U#-jpq}Y|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8px_5j7srr_TW@dZ`Z+sFv_AZ9_NFO!Lf4}kj4B>3S3M0jv{_9v zX!D)0frZCI#PQ24rBzuRDo5sE|>qZlB?M?B0LX?fnA(5|&Qs zy3Lhzq(e~Itw+KT!H8QY@p!_r_-kidUtXTrH7R$+%(vzrKXS%;Iefcva$mZ{rXLKJ zmsd>UJ+pvq?fryjQ|GC%ZOi=5vT4=R4C4xiMQy!n%rpP4`IpA3t?^X~(@efu i3ZPkXq~j-NF>A%<=XyT7F7E;Qhr!d;&t;ucLK6VEwPy4H diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-large-s-arrow.png deleted file mode 100644 index 731b207ea7ffbcca7a55a8b4e34345c25b1315f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^%0TSF!3HF2UilmVQfx`y?k)`fL2$v|<&%LToCO|{ z#S9GG!XV7ZFl&wkQ1FYVi(^Q}y|*_My;>Y4j(xO$q`Rlx@%BB3gGv%U^&8ft-+0FP z#8=Mg1BY0zn&A&o-etN<(lV#nnqRDY_kH7o&)X8^(&`L8`$bVYx=3V;qGa}mBtSkDxwtbH7I}Gx7~WN z-Fe5&@{5GOZu-u>CXRXeeV26&Cll^2na3<1?_ZJBFRlh3vQ0`XC z{Ox({wT9%c@2+#NdnCVOm0M`(x98#d^Dm(}0?0k{|8Nb%jL)vJugrplfc|IjboFyt I=akR{00FX#0{{R3 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-arrow-rtl.png deleted file mode 100644 index 1648e51c81153790ea911433ae3939b805625d57..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^(m*WE!3HFMiJ9mDsYFi~$B>F!$q5pyixWh6EM{01 zKa)|2b7e7G(3Z;R@Q1(S|Ko$3SH9d`Wg{lbnq-z0b&TUk_Qr@W5*?};g5@?2HJm3G zdvTkizVPdjgXy^Ay>VapjpS^E+(ub`{;fLwmnC7>32KpCvdCgiPwab##ll`{1 zg6bEBS98KbcQi_F@V+8G$!zTm&t1&P556qh!!~X0oi|VGm=n0a%(@~d;k9e(neh2D wJZ~{yRh($ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-b-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-b-rtl.png deleted file mode 100644 index 8d2232b1aa20f1c2ad049bcbf56f07d52e31e4fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRjgAGXTPusK+NX_tcaSW-r_4e{c-bP26V-GKD z9ARKHXgI}IB^+^-L2ZXY;}Hq54F_G9d8^-Z_t@&gwFspX{^v^kW6>?gPI)#V#Hb0vpEg=eF#E^kUiW{$mqB0-mmZF6*2U FngF*aQ=tF= diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-b.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-medium-s-arrow-b.png deleted file mode 100644 index 2489479f4fbd0e4003dff0019d324abe1a64fb19..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRjgAGXTPusK+NUlU$*f(T;Woa%K z=ua?;uszsxQz27=UR|@uRlM!38S?Lk0PhbB@xKR-f%g+Kdk+N8yWt=AJJ?%kg;Ws~u-H|l#Yty;Bh-+TM&08Q1j qO768^6;B(Te$32-1pYDaV`#m)g|*mg`);7G7(8A5T-G@yGywp)(O%Jy{m3oD*x>bdmYm1x*z|zRC@RP{kdYY|i`oMq6GK$1$la%Ae-rsj%BLyB8Qz44$rjF6*2UngAMRlpg>9 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-arrow-rtl.png deleted file mode 100644 index 89191385544b2e1f2550e34e24d1bc1261c117b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V!3HE>w#^4|96eneLn>}1CrGd|bEln~W69m| z|M7v%o`xN~9sP-hEGoy`R;^yr@I!NwqQW+jopD>39?cKP@yx7P+Vmmgl%xv-!=YPl V%D31#RDp&uc)I$ztaD0e0sszNCc^*# diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-arrow.png deleted file mode 100644 index b56c2a65f7e6b983ad725d0a5910aaf77f293fbd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V!3HE>w#^4|*pj^6T^Rm@;DWu&Cj&(|3p^r= z85p>QL70(Y)*K0-V7jM^V~EA+x05#VHW=`*@EyU7f=SRLVwQ2u8wH@6 qV#WAo)mVj!qe2`UEG$gSyBJheQe{{0>X`xE#Ng@b=d#Wzp$Py0(?CQ3 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-b.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-b.png deleted file mode 100644 index bb1b08e9218f1e12b342584c7dd2d025fe2d7a5e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^CxBRhgAGUqn;P5!Qfx`y?k)`fL2$v|<&%LToCO|{ z#S9GG!XV7ZFl&wkP;ic?i(^Q}y|=eEavnAialN?uf#77(D>sBSe;+Ac@lhbFZkCAO z1VvXTrd{k;YGQ0FJmlwOt!-SgPDD`5#ma#3q{NbalLbA*TsA3OGA|SO>!JB{?fas0 zZBKcP)@Tc`FPG?NmAuQdX6{ceony(4Zr2-(H@r=|oqVn5c+-oW0=zr+h`8y!Jbc@J vW!|ww$1CwSzPeA^pXB*YVG`>^ySIF?F-p5d58R&#bSHzStDnm{r-UW|OmSW; diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow-rtl.png deleted file mode 100644 index 9e9e16b042f423ffba0e0cb8202f1a2ed456364e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq{=;A978H@y}i7Vw?RR`;o@qU zL%t>Q?M~kl`MKIQSe<{u#pNrq;*0ox%SqDFwp)v9fMa5Lxay(^mzZ#p_TF5$NJ=dTQm5Kzx6cknk`(-!6Y RbwDRDc)I$ztaD0e0su7SKwkg= diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/button/plain-toolbar-small-s-arrow.png deleted file mode 100644 index 9a728579ce9eea282392dde568e80cb58dfb9e3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^B0%iH!3HG19lhEJq}Y|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8pkSA$i(^Q{;kVZ}avnAiaC_K(vg0II)}+oSwT~>XRB)J1S8L^% z_?E-GvAp0cr`^jR+Jb_CUY#8edgfW|WMPGZ|5AIt@D-hFZSFVdQ&MBb@05J_xr~m)} diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/datepicker/arrow-left.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/datepicker/arrow-left.png deleted file mode 100644 index fc09f9a6cdb795a1ed7772333c10ff78b2535276..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1065 zcmaJ=O=#0l91l**oNlzB;0DSgRi|K^rfs@4tgUU+t<`0eu4siFmL{)j*z#fWYP+81 zkb>YrPa6nhM-|y+y9s_^J$M@^2qL%i_Idrby6$pxF?)7gUZW95OC9eCJ>-60I!GkQXc#UT(qBM0<3okG#?UsGo%8W;YORj@F_$V5z<+TDwoUd zvd^sgJEX6JQCWuU2*3=uc3;Iv%nY}|kX(u}O8 z&9$nSE^0_Ki<%DNlL2s!7eraL4CfmRo@Z04i3C-IDK11}4Yw>yEJH^FiD4$raHF{H z32%&J==e|~$oagUsK*m)aXC#aDNsc%uC&kPI&!UHP;~5>gNA$qN~4CRfJV}++&PwL zN4+Lj>Ksd~BbUO#P*!XIYIVzm=f~Q%2NxgOqYqU)?*<<1<;7EH@TIt);-cBg`~2_S z-N?(w*Va#LE_B;J9mV!Z diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/datepicker/arrow-right.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/datepicker/arrow-right.png deleted file mode 100644 index a22b876f9b6827a4bd6d3c9d0070d2cbebf76c9a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1065 zcmaJ=&rj1(9PgN!3xdHIjLfKyjzmn@x^A>%4U=r`kR=wDvEWS9P}&Ep&>yr9S9U>& zK{*&nG+expcrk`()I<*)Jdl|19~f_PP;UkkL`pFxAjoRc6wE_OnV;Q;{RH9d zQVT^?6t8fyp@k(E6LvHcvk9Vqz%eCx8X_V|1mZf_@G(tzI2!7cR-ODj77mb61hs542Ws=Jag9pCwDM^+PGC7JWm&@UD zENoa)6rD&UT#aZngb^WoUPqD>((PbPL4dYwsU}hl9k`0pgfWMbB#v}H1>h?jI zaKR`?GATM7aZ{=RMe+YoO{=4Al!u4${!`d4%$tzPL))0MWZbyPpzF%ycneC%unLAT zQ>$XGWFW&X87AOISPnRs!7gz^SHJWM^wj z?$LsWKGXKD?dj)pZ6o(y2NyryU-kK(ZG(rgrrD!(VAT_(1Gm;Yf1VFm4%40H{YTb# z{`kw~Qzidm`uSR}yCcOfdjk1ie)Zek%8!$8`v}h+!b@~fXWK_SOCQ|Jo6QUhFVf>n Fe*ji4NGbpT diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/datepicker/month-arrow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/datepicker/month-arrow.png deleted file mode 100644 index f0b572f63697ed43ead88f32c2ed052ef772a9e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 975 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 E1GUDXumAu6 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/dd/drop-yes.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/dd/drop-yes.png deleted file mode 100644 index a7b8f28d5076209ed596e654eef52c350b14bce6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1325 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/fieldset/collapse-tool.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/fieldset/collapse-tool.png deleted file mode 100644 index 97eb83f59db80c74600646fc864db809bbfae478..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 332 zcmeAS@N?(olHy`uVBq!ia0vp^azM<_!3HEh@2Z~zq}Y|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8px_%%7sn8b({HaRdbcq7BdgLS61R%kRfpUuwmW?D?eSOc^~@jPTSi2TXFe{i#HF1?u>Wh z@AkbKR?yNu?N6o4onDFQi%#!2>eRZS?R8>w)T)2S%;K^x*~Wx0yDs(ry!53P@5biK zob&!{HTl1)W&TEaLHn)8b{t9TeixaR=bP}a^wgjUccMN)Sl0Ng$Awqk)8@5E=mijYXDZArUsaBnt_&1wpMG zMXQ2Z6-DYT6TtyS2cZ=UgCL$L9!)_RsTYSQqE6{Xh4v5a&hCESd-Hz3_xs*^J6j@+ z3AeRzw4qQawviE{SaNkSJyw?FdkJW$A(#1tIEjeE(g+=_K`256mWlw8D4dSOBCsMi z>l_k5q0CsQiccbvB+-x@Ls_sXhNVYw5>2551nY5Fo`DcRDw3{J2hvBIf29K|MIb%V zR{~1#P(-PU$kQNkc`@j!+e=wvpH zA`OZag?-3HT7h&WLEsRZt<&jPIvxwtq_a5!fxyJUo&z8LbP&? z3MW*U8Za@!saQ40!6B|1gw@Lk)l94$-z>o6c9H=B;*MNVZLInki!v^rY|SdPb?7exS$XOL#D7I zOrDJ*YGMkjn8pghPhw5OfZ}9k5u#D$Ac`;zh63*n4XHk&g(DJ#aCm+~l8^gwE$^|4 zPihf}KdFUHieZ~t`=3@%xybo3ZKns9G^R%%QIqqoAqTrP@l6Q%y;MYsgz@@YzbCAU zh=ZxY;}=df&ilFJQi>DR!t0!EN%G5qvYp7>%Tdp;wuXsI@>llH2g<75uPMvT``6vy z*TJ9dy7~aio*|xRAq0-dQZ3chCx>5FVYi3#jK-0KJB52knwJC@^iQ;EFMj>Qp#P0B zk29|Oq@7{;0;^iC|J9j>Teogyt@H_godou!2m9J3J$d~2ac@V5C4&LZdA50j|7h|K zo9|_VTh1wxQ(T7JHYG&6tY}=p>=fjjKl}FlPHAmg==`AW?)HFx z*Ye9^Fdj?KkbmpD#iZOEHR<`e87-)TMJ)H)BH}6Bd_O_K~J(UmhH`l%LJ?C(@ zl-F0uuK4QSh0>A%!pE^^iD>L_gv-!Ht3L-H=%SWBdf+L!P%e*aT~!MI{iF1TgVoG0 zhfa%YqVQhB?LyiF)vLHWWqnIai&$`8YkW~-EMacZZ5?>rk3U#C{``4oQ&S3f@?>3I z3gB8WH-0y#qHBm{V9axKvhM2nqyDUddwHnKA!zR$X@$>xNU`emM&}u}%M!|-NMlCE zj)84Iy{rsM$SjK;%WI+DsLIaH_Rrr_j4rhaWhWl4D?$d8xz_hiq{_}))=~>=j7DRM zkE8Bp4ONOSv^TTJb*S3@LV6IM^x2LpO242EKYVEZl)Y(xWN~4UE_o8Dq3GDog=tsK z^4E;DX|-CA&ktir!+J-@5L@rZMAM!pTW-RfH!us+gV-V)dTl;E%Su(>gVo^ zQC_jIaqk-%a@PmA6t}0w*R`}byE7PYYHCqw4neHBnR&3k1kKtt`sge^fw#coXPftLazUHrKUOB+|_@99S&82!NGI7ySwe}HXMnN$((w7d&dT)nPuL0 zf?8v(`}P>tOlqmEwdyl{ji@KoOVAuQjSl*GHi-W|To2<#N3N|-ZfI<*{JaO)#Y}iq zF;;iLyy1Yi!=j#9Ys>FR3!>Xy1I=@rM`)AP$;UryHrhFsTW0c|9D1(byO~+PBGKHi zP2+z!4X$gQ?O3dAN~>%TQ%6Tf4^>8;Dz9MfsZIIq+r|Yiw{w@H+~drn@ke(zMXXzd y)<;k5MK2HMtaY*;4|2#X+iVuqHE*1rKMSPriVI}NhZ#|(zgDC;Mq~&{Df$Ozi_&cX diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/clear-trigger-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/clear-trigger-rtl.png deleted file mode 100644 index 73e1dbe9f8a3801ad0ae2983bae8e5ca573eedf4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1718 zcmeAS@N?(olHy`uVBq!ia0vp^c|a`2!3HE1wN{1$DajJoh?3y^w370~qErUQl>DSr z1<%~X^wgl##FWaylc_cg49qH-ArU1JzCKpT`MG+DAT@dwxdlMo3=B5*6$OdO*{LN8 zNvY|XdA3ULckfqH$V{%1*XSQL?vFu&J;D8jzb> zlBiITo0C^;Rbi_HHrEQs1_|pcDS(xfWZNo192Makpx~Tel&WB=XRMoSU}&gdW~OIo zVrph)sH0$HU}&Uo07PcGh9*{~W>!Y#3Q(W~w5=#5%__*n4QdyVXRDM^Qc_^0uU}qX zu2*iXmtT~wZ)j<02{OaTNEfI=x41H|B(Xv_uUHvof=g;~a#3bMNoIbY0?5R~r2Ntn zTP2`NAzsKWfE$}v3=Jk=fazBx7U&!58GyV5Q|Rl9UukYGTy=3tP%6T`SPd=?sVqp< z4@xc0FD*(2MqHXQ$f^P>=c3falKi5O{QMkPC z!8&|>tvvIJOA_;vQ$1a5m4IgGWoD*WIUAc=m>64Fn!32S85+78Ik}h`I-9#%x)>W7 zI2sr@!SuT1Czs}?=9R$orXch>;?xUD47mkBn_W_iGRsm^+=}vZ6~Lah%Eav!bDZWu z^`_u=-`as9%gQ6BGs$oLF^aEnT6E2VgPx`5O!1P`OOxPEWdanWI7Y$Dr$B>F! zZ)TqFl5!L{cKgLq(cWEFT}oXZlTOFgF#E?%i<$O>v53FL##!OIK#^~p!pBV$4$u3> zd*+~wjYmX;z|s90S}MC|tXf!|F;{YVRms6tJ&lOB^XA{bw%oK#GGhI8pW~0a)pxPn zvXBL$IKf+Wi*Dwe;t!tiUh%x*{EyFXO_)AmzGC~QXIWdlsxGcxt*!d*=1s}Y>e|}9 zlcQH(ZL90L^7?C8(dL^vGjC^YJ@Iwz_1Ej}9QZa}_~Z`m6YD4V$F7^}xUVs1g#`OD z&0@`CjhQNXGp+}i^d4dTEY)>v;*Nwk=cS=aUw-pxxb?i>xj?LOc3FX*dGC>@)uBGh zg+Jr6ChXjkrt;ZbG%oY=C?doT4^GO_Vm-w)Tg~S^mruH96b5w$SD;QF7U{*8Qo$M%ZU z-?@8tqu=u6PO+rjclBnUP5Wf}oaLbOo!PUcy|)P5e*gVujotUNd-v~8-@bkOw8}$U z4kjEB>pmJ+)xVZck^KYrPsV?THKbaT7DVVA3A0h>xc5MBx_7V%*HMR!i!Wy6zsuTc zbk_N>LBQ)2qnopWAm`7u~)y9jLs(=-s7Pix*B%4ZEY>@*+YLQj$F|bw}J};g<}4kAjw~Ut*kdWT}t; zk0&mjuT5+Ve-|}L$2*@ZcX(b@sCkf8X3pteg~Cv`xH}v|)2%)QtzG}>1ovZhl|EKG zr+;mK+GUwOi9ccAx6I`G<7c)U;yfRptU9N;vvOXH>*W()OO4NN41HB0v#`GZ^0Ai} gj=lWQ^Ph=_;X;-HyH=mDCa5OyboFyt=akR{04JNT;Q#;t diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/clear-trigger.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/clear-trigger.png deleted file mode 100644 index 73e1dbe9f8a3801ad0ae2983bae8e5ca573eedf4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1718 zcmeAS@N?(olHy`uVBq!ia0vp^c|a`2!3HE1wN{1$DajJoh?3y^w370~qErUQl>DSr z1<%~X^wgl##FWaylc_cg49qH-ArU1JzCKpT`MG+DAT@dwxdlMo3=B5*6$OdO*{LN8 zNvY|XdA3ULckfqH$V{%1*XSQL?vFu&J;D8jzb> zlBiITo0C^;Rbi_HHrEQs1_|pcDS(xfWZNo192Makpx~Tel&WB=XRMoSU}&gdW~OIo zVrph)sH0$HU}&Uo07PcGh9*{~W>!Y#3Q(W~w5=#5%__*n4QdyVXRDM^Qc_^0uU}qX zu2*iXmtT~wZ)j<02{OaTNEfI=x41H|B(Xv_uUHvof=g;~a#3bMNoIbY0?5R~r2Ntn zTP2`NAzsKWfE$}v3=Jk=fazBx7U&!58GyV5Q|Rl9UukYGTy=3tP%6T`SPd=?sVqp< z4@xc0FD*(2MqHXQ$f^P>=c3falKi5O{QMkPC z!8&|>tvvIJOA_;vQ$1a5m4IgGWoD*WIUAc=m>64Fn!32S85+78Ik}h`I-9#%x)>W7 zI2sr@!SuT1Czs}?=9R$orXch>;?xUD47mkBn_W_iGRsm^+=}vZ6~Lah%Eav!bDZWu z^`_u=-`as9%gQ6BGs$oLF^aEnT6E2VgPx`5O!1P`OOxPEWdanWI7Y$Dr$B>F! zZ)TqFl5!L{cKgLq(cWEFT}oXZlTOFgF#E?%i<$O>v53FL##!OIK#^~p!pBV$4$u3> zd*+~wjYmX;z|s90S}MC|tXf!|F;{YVRms6tJ&lOB^XA{bw%oK#GGhI8pW~0a)pxPn zvXBL$IKf+Wi*Dwe;t!tiUh%x*{EyFXO_)AmzGC~QXIWdlsxGcxt*!d*=1s}Y>e|}9 zlcQH(ZL90L^7?C8(dL^vGjC^YJ@Iwz_1Ej}9QZa}_~Z`m6YD4V$F7^}xUVs1g#`OD z&0@`CjhQNXGp+}i^d4dTEY)>v;*Nwk=cS=aUw-pxxb?i>xj?LOc3FX*dGC>@)uBGh zg+Jr6ChXjkrt;ZbG%oY=C?doT4^GO_Vm-w)Tg~S^mruH96b5w$SD;QF7U{*8Qo$M%ZU z-?@8tqu=u6PO+rjclBnUP5Wf}oaLbOo!PUcy|)P5e*gVujotUNd-v~8-@bkOw8}$U z4kjEB>pmJ+)xVZck^KYrPsV?THKbaT7DVVA3A0h>xc5MBx_7V%*HMR!i!Wy6zsuTc zbk_N>LBQ)2qnopWAm`7u~)y9jLs(=-s7Pix*B%4ZEY>@*+YLQj$F|bw}J};g<}4kAjw~Ut*kdWT}t; zk0&mjuT5+Ve-|}L$2*@ZcX(b@sCkf8X3pteg~Cv`xH}v|)2%)QtzG}>1ovZhl|EKG zr+;mK+GUwOi9ccAx6I`G<7c)U;yfRptU9N;vvOXH>*W()OO4NN41HB0v#`GZ^0Ai} gj=lWQ^Ph=_;X;-HyH=mDCa5OyboFyt=akR{04JNT;Q#;t diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/date-trigger-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/date-trigger-rtl.png deleted file mode 100644 index 9489493698a33df9e81f85c4384f6f285f59980c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1257 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 anF#aUIrvB4?Y2+DKSw?{qJ5GXKk+y6EPoLI diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/radio.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/radio.png deleted file mode 100644 index 86644bb8e066a09be34679545d89d915280b8f4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2434 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/search-trigger.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/search-trigger.png deleted file mode 100644 index 15e15f5f7357bbb405722b1df5990ac0e00e98e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1624 zcmaJ>Yfuwc6i%a6>uU-vP?gaoAhk#~FA~T?Z~~iP)Bpo1P>D)RRuV&Ym(5}xT4{qX zq*c&jiWMvst5%@`#e@N6R8(GL)sFIP87M(J)mlS+jOf@63ibzfXLs+pXU_MX@0@$) z<|oF-&6zoWCXGg$BU=t9Q7cM)zB8s#|A3Gasnjx$l%$c#*ap(1A`qHbgRMsZnL(9_ zBq1t|CA$@gqS2-V=@e;XntTii_t$MXk!&nv#M42Iqz<`h{z--7ujgVQy7~_Q~+v8?2 zfUyu#FJinDl_pOFVle^%_#ls|W^*`zKmc;W_yPeZ6yUNsTo#*p1x!vD#1}x^aNyO$ zpt2E~4Nwv+eU*#ai5Oav#32^TWHNy!9*7Z{ERIkp^l)&wOe%tDw4kKQ%tVcW;|wrj zR1-R!)L|&#VN|Wha!3(_Qu?w413p2E8eg@EY8cC`!dV=U?I~$IP%i)fP=jG2+DIlL zuk}t!Y*biqgq4ICu^d889o&XMPbwUWB@h*f5ef{;8t-DF79%mE7Q=zqWC5^5u2Snz zkK>~;gj^2EP$Q{A)rbrhF(?jDr_(^OJbpwNFM`j9VJU|r;l{vxPHebD2=lmXF`FGT zj)gIGjsZc*ajfPwR`5owXBZ4Pl^I3|-6ljMB`^apRy3rWLK7vy7PEdoL>%Sv~Mx(dMV6np7bGM|r z;63sCJI}TUD2u;3W6MASb^~4AOTPD-J2$A*yZYTz?zpK_XNgw@Y9mf7=)1RPEcV~E zy*T%?qj7W_e!3a6XLdDMYD-MD$^IRAiy9o=TN+AO`%6oD(?EMBQF^YYWw6Gn{6q=X zI$JeKFGiy4B~^vCErIu2f6KmxM`Sf7mPQ`_Ij=tN{I^AsrSYkw1(#x6n;O>e9BXU4 zSGgXIJ{RfpI`4OOo;z|~%QUqcpZQxBU$d?O8ZFL zZr=(%cq0Vtwf%HivicH|UYJo8jK-ZwXeoC;?RP^pO?u~mkDpHF+(kJ33x*kO14QV- zlXWb&&3VwNr}tsbC-$ED^5S|X5iYtiD*-$Cc+Y;tz#oR|%1TGw`J2}C1$|wQZZ;P; zo$VcxUL5_aWm7+1>th$M@CK*s4N^{9D05cdJDIvpxcY++=0MT&B0@c;u$ zpO+&w7C9=vfR5C!9_8+vJ-Bhi>Br@S#zptL0-k=nW2pNUlv-vuuWX){?dtaJkYwHI zDbFwHI*Q=#mBaX6WZTHGXC2&Qn~xt_6vBGP&k|fEF3Z;!W)5z2pSiV#SGMxd(JR-a z5C3WOu^;Y8ao!kde7qo}{g;tOWnO6ArzMUP%5@3poxj_BkBdgDi?=Op&$zlZtCjn8 z?V|LW*~52#oFDum{Wh86Yro`b8zd?#bLq2b>mrXM4_oAQp1WQqiHECVGHm|>bW@1C diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/spinner-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/spinner-rtl.png deleted file mode 100644 index 28d140f33dda12b4a5191b0203574a16196746fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1304 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 L6yvVg+$H}7lO>HV diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/trigger-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/trigger-rtl.png deleted file mode 100644 index b4e2d5c31c7ebde6052992d04c799539a132e0b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1137 zcmbVMOK8+k6pdEY7AzH{;E%q>jTL9|nI_GIjyjXf=%7=}bZ9FTY?{2zgf@9;^6E^x zvm31oK~Yge-6$&JXCW0Seu@?mH^m?R78ax~EEEw$(1kD4PIXaT7?RxgZtgkv^X|=X zbJO+}6>BOeidvD}p{9wn$y2?2DS6j!y3$6(Y8-FJEvOskH5XD*19d@=w6rWtL(LfI zdjcCNsw`(_+Hreom#iZzsQEU*g5?l2MKx|MIGWxAG3bI>(~i(HqxWfG8WFlpNUpbJ|Dn=<-fj~+JYty@52K_&zi#2P4Ay|yP8B6N{gCTm~K(4c67dm{8~Q0=K^ zpdc3lAs7niEXM&+4082?C~}(t&vHD&l3NUL^|Bz!d;^%fXyVN^y5+Q*nDa$;5juyl zBQs1spAY6kLF8r`E*uW~96TQ&76EU-##$j@dmBm&D)e;Mbg+qR;4^Ans2@jY66tIT zmXk`&6WiWgp-9P?g61$>kYy~(&#P$d;WYdm#)8&fX25|=8hWVT)ya8uZzzFD?f&h^ zHzd)>yIqqUiq@+lz2Aa1PO1@_dsn+t}?4a`Ar|M4X`KkJb3uj*b@P7iyc$0cP H);aVG#N>1c diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/trigger.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/form/trigger.png deleted file mode 100644 index b4e2d5c31c7ebde6052992d04c799539a132e0b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1137 zcmbVMOK8+k6pdEY7AzH{;E%q>jTL9|nI_GIjyjXf=%7=}bZ9FTY?{2zgf@9;^6E^x zvm31oK~Yge-6$&JXCW0Seu@?mH^m?R78ax~EEEw$(1kD4PIXaT7?RxgZtgkv^X|=X zbJO+}6>BOeidvD}p{9wn$y2?2DS6j!y3$6(Y8-FJEvOskH5XD*19d@=w6rWtL(LfI zdjcCNsw`(_+Hreom#iZzsQEU*g5?l2MKx|MIGWxAG3bI>(~i(HqxWfG8WFlpNUpbJ|Dn=<-fj~+JYty@52K_&zi#2P4Ay|yP8B6N{gCTm~K(4c67dm{8~Q0=K^ zpdc3lAs7niEXM&+4082?C~}(t&vHD&l3NUL^|Bz!d;^%fXyVN^y5+Q*nDa$;5juyl zBQs1spAY6kLF8r`E*uW~96TQ&76EU-##$j@dmBm&D)e;Mbg+qR;4^Ans2@jY66tIT zmXk`&6WiWgp-9P?g61$>kYy~(&#P$d;WYdm#)8&fX25|=8hWVT)ya8uZzzFD?f&h^ zHzd)>yIqqUiq@+lz2Aa1PO1@_dsn+t}?4a`Ar|M4X`KkJb3uj*b@P7iyc$0cP H);aVG#N>1c diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/col-move-bottom.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/col-move-bottom.png deleted file mode 100644 index 97822194eb2be05c0565ce3e9fb85d3f95dfe8e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1222 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m{l@EB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxSU1_g&``n5OwZ87 z)XdCKN5ROz&`93^h|F{iO{`4Ktc=VRpg;*|TTx1yRgjAt)Gi>;Rw<*Tq`*pFzr4I$ zuiRKKzbIYb(9+TpWQLKEE>MMTab;dfVufyAu`f(~1RD^r68eAMwS&*t9 zlvO-#!z^yTt&fc~HG6 zxZPriQ?EYIG5VmWMT%;e5HS6KnDB%PCm*N7hfp_)%=c#n33bEQu)nXw>ONr zbFp?>PMp|Uz2$1#W_NZvvZc29A+h6Z z&;OYc|Ni{`{p4V8xL)Z+@BBuev}d9ZK2-mEaJNytJnlXF%HRLxlg>Tfz5cuX{{Qb7 z_6sbx_mDjyW2PX+lw^25BKh--q~DP||0Nr%{u%1Lww|;t_v6dS4m-mg{`9eW{9%36 z@9-zsqsLuxi2#eF#7qg6qdV>~9F=GO$Unhq#-sNRe`a@2XI9}b`E1X8B1bQ-OyIw< zz<)=6s}0GH*NhJ_y|!1*Qc>7AvoS)ZV`}3J`Bx?ZOZK$f>RTjnT{an^LB{Ts5e*CF1 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/col-move-top.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/col-move-top.png deleted file mode 100644 index 6e28535af60f85b488872cc5b6b95f739343fac6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1222 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m{l@EB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxSU1_g&``n5OwZ87 z)XdCKN5ROz&`93^h|F{iO{`4Ktc=VRpg;*|TTx1yRgjAt)Gi>;Rw<*Tq`*pFzr4I$ zuiRKKzbIYb(9+TpWQLKEE>MMTab;dfVufyAu`f(~1RD^r68eAMwS&*t9 zlvO-#2=9ZF3nBND}m`vLFjeFsTY(OatnYqyQCInmZhe+73JqDfIV%MiQ6saIL(9V zO~LIJ3!HlOfsWA!MJ-ZP!-Rn82gHOYTp$OY^i%VI>AeV;uqS`~;>*CmXyNJN7*cU7 zDaC=|*gxHq#}-}svt04cf1dU8YK(M0&8-$Y!^otja@40kZ|^hbN5(e0c%L1%U6(z4t0|NH3KDvJ* z?>S47s)F##x3+X< z`AmW!N)zj(Bwow>ueb>R7mxi^@Uj3^x1dI=9c2^;5;4tcgCJoj9WV(MttUMSBLq>n zR8O^_7P(ebErU{g4CNU%W)noD(z6w{3nI`4J9INjez-DB0$q!e&0(35?Ktez*JT~p zn5|2x*)CPk$ja3q;)z(mfJgzJvBh*nFG`NP*;@v9aM|l0OFPdL71ut zstn5lo~PJQnCICQfMZyWX7I}g*^n6KMQ$aScu4Hc(b~nNR5RfVpQ2D&_!=A+#E78VV1n(mUEf&^XF(QTw#Ch!%NHme&&NgV0#6byS()^sPz zgbPM{icPZ=gT^+iBS#-pGSxvZCsyZ&*IgkYzDpx=1lqn2@3*)}VA<6RQ|5#tBRX&#jVJ zwwe>T3PE5wDJ+Eqo~v1v<4Ts=Z9o&{xY{3XC@hPXJvlmf zZN_eqzAHPk z|K0VMy~lOxTSz`v)YSBH$mst-oW6XhNb&lL0u7J9!1F8ao{Ej2?^kc60|Dm#*oi5l zpG&~8n`04W)8ppCf!QT54t@`T1w#d^w}iCTKvssn?O;1$U KNoT8Ccm4ux>~M?# diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dd-insert-arrow-left.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dd-insert-arrow-left.png deleted file mode 100644 index e8177d057623ab036aea1ca8503d956fb16d1d17..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1044 zcmaJ=O=#0l98WEqvoff#gY)7eQ<-A((Ke|Kt83SEuEWgI741RC(&TlGTRxV&*>uP( zV+@5MY+iQru#=Z5c<>;&gC6uGhzIeaco1(MMDQ@2FJ0Stu!bb>y+6O-@BjJk3Iyv9k4WTjz68(XyD z@n6tIrvZ;3mk1u7LNRnI=I4f@Txseo#dz2hyeu0Y^nb z3d6F1=P5SI@jQDTgc&wWGx+60Y*gTQAshqEhs54&wJhYt(WWnaN{|(VEPHkn&Z=)TQhX?WgQ`jlgEJ){}V=mYVZd`f5b7cu>8_LME3#K{O zs$#BUBGaju7D!L>U{I13&F~Co8w^PjvWA0XLxEW_L1GO`(^MgSVKmG|V?39Muq>Mi zkBA(bj%DIvB+R53W~9XxO=Urc25NED18%G%*Bb`i!k$HFYqy{}YMVM}BrRy2V~KXu zYjV}jv2Y!^G!BOLTKiY4TP8d|-nKos_|P7GXyAFb@nADsD}(q_tY*bj!Tng;-P;@X zpRTXx{l%+OKet{JXSxGE-cQy)tX=oNtGh>nPuG=XfAB3)DsLP*HvY^%-?i~;9Q;nL zEWu6RmHP3%hikbPeUGTkz^k3QE4)8CmAt*&=TA=a!8?b)bR~ED?|yo4lki8omy$PL kChz;elhy5-{JEFtVThh0`R(hu$3E|#W-}Aw_Q>?|AMnjaXaE2J diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dd-insert-arrow-right.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dd-insert-arrow-right.png deleted file mode 100644 index d610f9d5510a608622e2481a975d30be81f2f7dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1049 zcmaJ=O=#0l98c}mjnP4O@natL$Tm<|n~#2M4Xa(-w61k2r7NsQ)8usxTRu$Q)@)w3 z-i8Ps3Qif~P4M8sqaK{#MekljP^w-;5cDD<)R(U9JZy#}@4Y|2-|zqV_6qr{qa))Z z1VM~u7x^Myea<)R!T*V$Z4oaQP`Zqk^(v~1CL|KFUV$L1imR{)MS1JSYdB93?kS~I zMrC1%lXNv8I+%d18kkKG^Ksh{r8S5^1+FSujQsxm1ql>6My`YfS};oF;gVyK+sx@JPN8T6hKNhAqWS8eu-un z5QzksP&g7{W&lewEJfot;%7o!IKr{Bp!<;6n<-bhBA@B{!lxKnL&)GLs$Q=L>cN0+ zu2M`i8g(>S){hZ>YfD3-?bocyo&pao$y5xa=o)Yo#frXxVkD0ACvH82V(D_zr*bJA4CS=;pH}xwcz&F1e{k`kKl)I^^KRn7{&MZ(5WW<*vV5Xs zzpMOix8v^V{k`4f;nN?FC(@q6w=+dA?QRX{yw}~W>4k&L-nso<+vB_Y(mj^@Fr5qz zHLC-yJUBbh%I&*yQ_nufeeuNRu5axA%#MB0*B)#wfd{wO4{ws*U*5L|#OP9!2A)5S u%%|~YbFtxi^zi&3-C$qc$-XJO7Is|3y@T}E_wE(exvbfAo_~_O-uMe0x=J|! diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dirty-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dirty-rtl.png deleted file mode 100644 index 5f841228937b3d18d49e0a99f965b5c6d8cd47e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 972 zcmaJ=J#W)M7!#u$pR*GmF7`u;W|;Lt9NJC~63~JjFHqTE??1A@b5(XLX9-rQ!LGMCz_323G@L=t z$-8V}1FXjiCGa7!LG14YkrJ!ykXNC0a?P_~=t6obdzw_!ssasR2y$FD;|QV%WSJ9J zbFwU61(G02yg-+n5m%L*tVnBM^szJ=cH2r#FOOo;lgf4p2^F62_xoHw%OTw1#e6=W za7a>ydSs%#fY@;+h?d3-I*c6bg~USvNEq!F+9fJWGd(TA4=1!iG-?xV7$4gqFLFXs z(%8|m{_pDh6Yq%B;90)^B#s(;A>?Z?Lc7?ZgKIA(p+ZH&&?X2s5ZW1cvD!rhMO_pE ztuBKrmhE^!a7?3g6J;NGPv56S`kVe)a_8vmFjFAt9MJwL)TuM{F7I}d9%2Gbm{J^ zgPH5h%Fc56@{`u1)U6BegoU~E=a=(aU!MN#ZSObFd#@M3C+5ZBIeg~_cRzVwrcu!k IOZOiC0sLz%R{#J2 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dirty.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/dirty.png deleted file mode 100644 index fc06fdde5907d6aaf17cfe265ec12dc0490f7d39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 972 zcmaJ=J#W)M7|VK-IUqsEKTMXX_g(GR);WUaL*oRt-AX z=j_ynOZ3pDok`%f(JT#a3mEx`(P)bmz`5n3JATh6fWs4ly_ z1d0iy1U@1*Nc_zphKa_GcpQXZUqER7bq8?b3qPGZrM#`XvaA zY`hZ?JIMy|!kEE8u@iYA@o)fAM!SQziN;c;$0_*Xgf@sz%0vssCw9n-oRFq8cC@Vj zyZZjbJ0?wZs`p&txU~}^zKLSI9XYgd8w+Wu5b6=K365GAZ;q?j=wX869u9%Ns(_4T zJ6@1p+#Mk-3s!@e*nxwphQ?A3&huQD%c%uZ7gX7#brwyjY{;UXH&r7i2_-=&kFf@J zwtWg%r$!~OJq MRn5Bbw!FUk4-(BTa{vGU diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/drop-no.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/drop-no.png deleted file mode 100644 index 02e219a144a95a5e13e27b98479553c7949c0160..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1277 zcmbVMUuYY39KR%8mbR1yR^7~l`*DS}r6%_$xl3|3Yc9FO22BlV&^Y?g>*d$x*4$ls zcWsh7Fl|AyJ&2ooQ3SgOK??KFhJrZU7y+j+mF+>%`Cx=eQP`p&^FikC+NSzYCV1T4 z@Av!O_w)Jwzf+lsr}}z4Js5`drN)IUTHV&;a-#Q<-yeu*dCW}Y%}H(6tcW_q_<}YA zK}r$lU>1sn+QR2>6vG@vIhQx{>1Q}eQ+%SOR@VlQ} z!GT=PbW1zzzKts~yvMFmS zuo%S|ZPAS2$kXi*lyW+~ORO3@i9#tOs$!X-d?cYLR$N=!hM9%`xUr|Uk*k#UT4jH|M^Lc28f!kJ_6`^kjGArD%H}P*=Y=k0k?#x*Y8(aOX4e$3ZY*Z+-af6n68n zXQSqDe{Z7(`=7M6Q{c|pMt3q8?Qi_NGS$`e*F)~cfq@!-uyLb)zdP4Ae&O&%+sBz( z-#8YIzH#YNz1nl`2V3)(^%K3X_T5{%`C7Z^e1U$XF&O>x*mY+yy7^OAVD0Mg(1lk< zJZ;%&V~76g72c1AgZ2E8hWEVf<){6w!_mzbuRBYtp0D@6y&%ul_dV_|CH}b9U&N_; z@}Td=t(A~#W66He_TKvNuVd%#+M6F`9{h%V;0T=dub()(zD%CgU4b+ATCUq)Mc-_U z46j}FfamP3CGe@ed1dAPi2JSmtw-Ovef;F>rwW*R8au$mkGHfl){hQLB_@P-W7DgD E1GUDXumAu6 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/drop-yes.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/drop-yes.png deleted file mode 100644 index a7b8f28d5076209ed596e654eef52c350b14bce6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1325 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m@_g%B1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxSU1_g&``n5OwZ87 z)XdCKN5ROz&`93^h|F{iO{`4Ktc=VRpg;*|TTx1yRgjAt)Gi>;Rw<*Tq`*pFzr4I$ zuiRKKzbIYb(9+TpWQLKEE>MMTab;dfVufyAu`kBtHuNWFoz#!AFNG#Ad)HBe}%?0@jth%@)C>7xhtg4GcDhpEegHnt0 zON)|$@sXws(+mtd{1$-}0$pR}Uz7=ql*AmD{N&Qy)VvZ;7h5Huj9yA+ij}3Kk(r^X zk&%g+k%5_op`nGdp^1f)shg>ri-n_slQYZ=ta^=I%w3!eTufb!fidA~0)eT;Amjr1k>x8S6q^qmz)Z-HxpzpM6WYmy;jaesfi`|MIrh5Ij|HEkda@KU!0L& zpx_*Arl8@Qn4Fmh63_%i5X8SOsYRJ(sVQzn`MC<<5Vp$1<^m@|K8NT{At%)IfsWA! zB@d+J0uutJK@bz3_<5W1MT3mft zI&L@o5EA&`@QB;t4$D+$#-0p44z@=-9nSP0KIHE(hvi6iV2r@Jy`0M`P36ui9AFO> z=DEsT-l!pPzftP|r-@6GL|pyeLm$5V)}7!T()dGEho^`$^O{(1$^~)%gbkC|rzfO7 zV_K=}z~^G`G^_N8lH|Yt|Bn}Z`^nRGzkYvXOYH>S3k-rqf41?68M*TG^!P-W&ab$2 z`ooLIi8H2HbtE)?Y&e%>Fzrl2Lh`fJgp>p}?Q24u$Cpa7)G4wnY0UfDYI#-S&C}Tj z+G_v&>}Z@H%QroZEyL9)usa@X29=<{${7U)^tPUrQc{=Qyf9(HXdw7|oia1wj zx2gUCqhLXS-%g9UL~dXIg_x` z-BDR#z5)OM%Fa%9Uf{2q_#-C+e*ZKyMgxE3`A&X908pGQ{zw7ohvxx+f(M68Ub!-W zC*lbMczlF2nT+5Icq~p369B^6Gridq@BX=#!;fCuy2M8vaN&8W%OSjMcSp@hT5PBz zueKsy=g0$f&zhO`_A|7uX2(nK-5a$>-P1^Em%@G79-X6mcN~k~b^XKRt;YiIRt`UH z8a;cD)K@r^S=u67EvIzI$=K60N-58F;mkjFG}P5U?m<~cE9mpVahEc5gd=)Vz`IBy zahYzl>_tE-?3SV&Q0Jl zH;_F8*w{$-?*>*PfsIRkd3p+6eJXwdAev22bR?FU-AHL5l|O%oSwqWZ_s4FJeaQU_-{ zG!oXVQrz5Zwzo`W1M>MLnK4~||L)P=mIA&t06Z2&wvHO1OXo)|mx&447@1l#>fuPkaCV?60H`XEi}G6ha;B1vscLguccOTTqlqDB=}KN$vqR~5XP+Xiyd zQ2{$1w}g(pv>I{DUIaw3ocD(Szp0d$;T{F+9T4q7bkDWD& zA2*uqwAHVxwNntY+PEn-PRzs>6EtNM)YlKZIf!xfY@Zd3aZxUyox1X^*v24 ztHz)*T7HJjRk_(To%VPs|6NqQy>c39G4FJ0oMz10t&g}CKgUzoCCStY>$Qu5@Nv?9 zWhwXpAGg-wLelc90B-xo*h)w2f#?!X%iBt4$>q7`^LIKNRlLa%Vbc@mW@p?KoSARA z$LvVo&4K{c_Cyl70aN{Ko~&_Q5C&C$+4i)Bk$f_}@w9HCQbGOvQ>zN4D-zz&TTX}0 zm=$ebEpIj>)D}ToXyZh6rMlmD%0(>DH<{TkZ!Ryr)3bJoZgQ^6nZ*}o{#`fEABT;j zIvMHRos~Ent+q9uTxYI7D}jt#Qoip8=hMGa+Ge#mv~j)k`i=53Oq}NHC0}c21eVC+ z4;UeqU5)9C!dKf%zSuop?k_r-?qkn z$7d9h}|4*TDSOg(}SP4 z7*?c?XjkmE%+EW5CmXLY_AT`qI>54$?M@AOcUa^u-)E4MG8DP%(VUk{pDfinVd7ej zWv&g(Ka_HaTHsXRS>X7h%B*-GC-X#=eTCnLXce1=6-(AGabzbp|Crh5{lNQSjzZ2{ zH%r2sVpM+Majhd2cA=NJIfJQL7uQE+x$<%zg;({xU$6~5LKz8upYz61i7Hd7q%YH< z)I5)P#WaLR)J8XS{N+hrciEbJoOY0w@_1)bc`NbQ9fw~XRQGV|*LLf72iFJJA6qQ5 zSZA?|+jFa%)XsY6j_(W1K*MHM+SbIRS5-3zkrvM-HvdeAMZ4$Q^ZSSoq z(h0cw=e{DH;l9-7q-Ksv%*x1TcW=tlp3-(-j#OF_6BpwfYqggjPo3Y2O)(8^?Ia7k z?B3fQvU`-l#(LmSB3GCilJZfTi0$SVOfFc}qgZ}7?oczS&Ot5<@F>G#Gj7nuu8#vl zaZfUzD0XkvNJU>=#}7Z!T>CmEXKo&9mJ#8QwQIb)#esj>s2S$Y-LvS`?9fGf6~b$^ zYuUQ!RpDw&ADgK~Qcu`bJf}k=Mg5oi2AyHOT5-JVm(n^9oXIPwD`&K@+F1QhA0e~W zs2s{qd77faResQZM!9R%nSnQN?K{vZO$HqmJIcuA$1V}iS2A<1H8(A{qWn&IO?gi- z8*F=cmUizQw{=i!Yvo&$Kksy`sT>|5UAx%fBjw|EhjoYf!TCe!uvKwFe*e2eAA;8v zxd(>~G)T8ekI3q&l-(=8eMh^^lH!$kci9U^m4=@#j%L0LMJk&q`}}&i{)rynF1)9I zSiWm`p)#R;%bu-;k7aNDv_+e(joxIN{wm!e!#n-M8vivHJZ_L$?>>JN@zJs4C)L9y zM8EJALzHWr_Wtd+lG(3X_GBK++!l%YyK`g5(Xy?5^yaQjs=SvM)I^Wl?8kQZEw5bO zy!O?3(W{b<-r2tAebY}8HUvKxJtvMP-|}dvI9!olT)sB2d@!Qw>{ixrzgCuc^TXFw z;eX8?yL%@KZ~3rlD1tY9W%y0k+=r2ZB_qv^6%Rs}3>H;-RBm`}Jz(>I{4nm0)tb@H z`!73x*;E~xJ=EIiI4l#hqh&PdO`r(aT`5Ezx!C1iGr{8$r%=wV4nVdW}LppWnBi$I;0RRL|4uvYBy15eQykHcK z!SiRL!h-qWjVJ&Rt-|;;dLUDT@Mp3)Tua@T6_<1o9EPQ?uc;fxjZbC0xflI#2q52ZYvRF zo`8ukMVTV$7#tR1jz?ilP4HN(5dw$78l$loG!Bo%VhJYZ1gsh2)1gaJ0MCd528-Zj z=kTdJP_onw5Q+E%G&(di6cuWW;tAMjEFOP-as9LJ6+ zqzgEF5r@Y`h~v`yd7DL+y1L?yCXY|^3g%CC#1(#G2U0|b(fDXA3WNTRlbaj7TX66< zJ%u9sE#OE#&Fq^U3Mt`yCfbWBP-daK+D4ONnTx{nTPlg<{&#L`)Kxj3!8oDH3Nv!5R}V z<^&ulnh`LVX+b6|Au-&*#Anb%w0{!i3tMO$9)rUQ|3^`#EWeE5=0eY($1}h)ngyL{W?^B9H!=GhdYb!Jp*;i~unf_H zrrC%`|9|b`8)3fc%84TclP7#yQh}*8UTD0TAz!wBRs?az3kIJi5HiL4&{FsFMx3lL zlLbWVGrpe*G`hIdkm%xUWip89FIuODHR<`ujq~*a{xixG@u#_ezmL!WCKoQ@Cqj)| zeLskh#}b9o1WX$?m=pi&Mw|%wr4KYV5iPFEL7e}XL z)3kfI@ggzN3f>`tH>c>yyVI}g$7GHDcb-hm=-(L?5=+tv1PHt+!3EC;qLtu+0D%`J zxZwFfv=UqpAn>9D7d#(`R)Pxx1YVTjg69L#N^n7dz>5-G@O&Uz2`&f_cu|52o)1JT z!36;VFG_I1^MPn3xFA5_MF}o=J`k-07X%2rD8U8K2cnhWf&hURCAi@EK(rEE5FqfP z1Q$FXh*p9N0t8-^;DYA^(MoVZfWV6qT=0A#S_v))5O`673!V=|E5QW;0xwE%!SjJ= zCAc6!;6({8cs>xV1Q!GdyePp1&j+HF;DP{w7bUph`9QQ1To54eq68N_ABa|h3jzdQ zgvF&W^}Z*Q3%=wT3ck&Gc#D7wz6pw;J9)VQK*S;dh}r=Fe~*E`{Q$5T0|3uAf-jM# z0)Pf@|As3Lpslg9oed?d-T&j*n3eRRsDx-+%)ew#-AFfmF?RE9ZMAfLnlW4DFKfnv gCPgLC92gsu25#mk7TFm!-xkZx_U?AYwi~zq4>uxFg#Z8m diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/filters/find.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/filters/find.png deleted file mode 100644 index dbfbc16d957e0f8c1f47efe6b234fa27ba8cbc74..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17992 zcmeI3c{o(<|HqFOWQjJC^o*e_nbp=zV=QCM7Dl!fW9H15EHh?CmdZmCs)wYqMOsiu zMJb_dA%*B^L#dF|L*Ivr7JLU4ooas1@A`dze|)cN&UMY4`P`rT^SP;Se;XR7@K5vDmTp`CkX$tJ5dl(Di@fU%~7n+jF}x57ruXqgO=1@iHBm{$|vF?PsZ$R`1EZ1NuT>= z!!H`gEbyRnPdY-<|5(g z$*Y`z%sGJPEvi=+upR+;s{Q`rE)bqRlCoU{@HnKrL?kl-fGq-JOabq;Kz{Rvy=H(b z8dyxXuE7Bh5dhlCg>DI)zYJ6~$x0Ri;!*(GAtp)#n6n-5tXEM926m?ai_HgJ2!F3G zknPpvlS(Nhl&Ip&B0R(q0b(vL$Q9~MR`RPC>rrM=QjL&RAt?&j2pyTHL$?7SGhqpT zv_qr8P4f$yn)Kp|=Wjv0x-L2n_wwo*>uJto8v(#GURcYR7OH4j_*&6$zp)c52j+Nh zmdp$s-bXK#F}eg~_O-bTu_xG=9Y0X==uuC1_rrBHCLWXqmz`sbsx1{RqrM-)2%m@F zJ-zl^H3GXS!eY+I)2iEVZL*d(ADp+_tK&ty#plbC(gvvr!H`QD^X;70^;;0>g@N{YO=1pis!=sFj&f}{8L?g zcDQ%sv*w`jH-@7YnJa;Cy4Aq|0N8A*iX=A_8P+eEdd%0$*gf)>7<1AN;(w|-g^?+^O04~SLPeAWj<2G zGb+`~BIeC8t`}cKQErP7@!IRE5+^R75;dY+X*p-%K2_Mwn8glo>jYg(jN@K1%-K?D z(10@w7roK^YQoxj0K4n+o-zx}p@>2UgFmG%kxEYMFWYT?Lh=rche?f>%S^k&xwy<= zzuxiQJ9*wRZSh1>9lGM>QZelsUo^6|+T_9-t$B&mTNmK@QhBw@&Tq({T^jq2+I%5s z&cX<@ig|i-f=pnP6~>mXHm-ILElx-+dF8ENh)C-G= zcD2+}xxX-e5lVJ@45>z6bzv+Ct5$Mgmeqw*!TlD42{jc0QTv`1tg3 z@&es>cayWniyhB7M4w)y6PSu?jFhvo&N_SI@ZDwJ^4`PDb1!*U7d$?^!Y=8KOY5yZ ziuWW!ToZlkfHZq+u`_M}q|nHRQnmDR!|sR~8GTFO4sd3ypQbZb^!XneF| zn`UY9s8Z=ZgWNO6aU|_^+Ac+oLx<>wVqM7rBS(35^Lo{Dl7_E+vr@ND5%Z1f)~Rh&vtYzG%}wuhdgSytMS$Y%t&zRfX01(K$~){qO_|1)9vR5^ahv%(H+Nb>m1X_aMR}AsjeqIb?9j^lstAA?bDebW>2z@ zU|i}|K~Yf&E@vN{znm46J4|^aPkc}09P1)>5%iy6pSW$gtzU7u{_-vRYF5UUs7})F zD&w^A(D4=^Cw!#{V|HwWafHXLPa~l_l&{Ab;@iRZg^&7;_h*(EFENhab#_-z=@T&Etn+Tpq362x6|~a z=@HW>X$*`#?i^yBt|l=Txs}kSe^uwIVJ(vGcKe=dx~rA1^>Q3ivp~<^_gd%Y{-NmS z>CYv*w#z4@>Nl}NjyF}kjmnWbgIuVEKVoDPW4Gqezl>!yPs{CJIk+fjWt>Dvl~NT0 zj%v|siFrucsJX&!&{ESj^x$6!Wx64%H?*^~dP;VyojFiuBW?3I4WA*Gx(()sHNcl+ zA`d1U2r$W2woNQ%ykfkdZ@ZNbMiq|T@ZWbCwc@bYO`oCz`E%V662&IjFUjue4>ZLJ z8K4XOdSh$@?nqw7>c;-tMGfr-^pCzdHr~ImYT>hk#aVl-T@XsHFUs?`;tB}?A?*@f zOXjZLvq3bUaAj|?rr$mLyndIYg0S*cp|(B|n=2c3RbCSDc`fNI(G#`vb;pDLP4=!R zx6VtHk9*P;iA!Sl7A$U;Pg?T(L-mf}9>r)@!}XMoLl@8F)s)bh>8

    7f%ow9`ldn zCcQ|S?=StR?V@z&hKv30-kY_fk{Z?9OCyU(B`2>Fu9Sf}H=7#Q8j??u-;zI)^#)oW zU!pu1@oyPW++Oxx=dXM19%aL$#GBXJokg5&@6qpppR7I=4I383=Jt&o`Q*3htesy# zf8FfX*`s1A^NSyp{CQ8Q)qw06e}DCBi}`iGT^mb(6NHe~lXm{&Xzg``b1ph7xM4N$Oy#d74w|Cl4==tM<2vE%#qN3H@x*{+rBE9fDiP zx*_sSW?SE`yNQg!=Kbl1(|3j;KXiDupD5nmOKs}hD#LnnRhIXx)ogrU@7l7pO&bTV z@CFOpdltD|aY;Rg-{SX*_lhuySp~qOq!#5qj zZ>A~98xo_c~yq|*om=Q z1@dyJu#tPOA2hWjw;WFzOiH}&wI3p%ULb?%ZvcN&dL0g9(hT4(y0&OrHVO1*T845!r%*dGHPnZS zqrnY{5`V)*TYCG4hYjl z>LRFUEC!~JLt=Dwa2Sjh42#BSqcCU`7KgxK@H+Zy$G zU0{EG0{IsHT{phDe>r*{lRiB;-^EUNei;S^Gk*~_;h74XOogc#BJlGMPvU?S9*aX} zv3!YBSvLLr#D9EJx1~^-{u9qr8Uz%y{`6!|OM#{o9!TUTqYeVCi@>fSW3=&TJ-jv+ z!T(01XNXMIglO3E6Q4%mQT~a_cXgpUEE7k;iJ!>)(3B;U%TJz=8A-)Yt;vnX2@LqY^sB>{Ik{o5DI6|1u?`L3Ul-!H9p>8x zG7&Smp79jw#8yM3PGl=cBcQ%3o$l7R$S+~cA1CmiQJ&JD5&r8og1kY0K?y%4HCgM| zB3u@o7ewKJ#teQ={ErK9O7i;{s5SvLu`l~F{~u<7OWF2+n}dJ0i2nQMU^;)P-V}cZ zNF$=Yrta5*e>QDXlllFc`nnbTxCRL{DxS{b_)&O7rXPg?qS*cn0&2Q&x=q5jYZ0Er z@?~*sSu~KSO+fvu_@`0)zu4AK{liA&I$D^(tjtJy7@VFS0*l1Vl$lX)hR(#*4A0+Z z_&HCRT;KedAIhNhT_^Sn-@wWG`dBpo;NSM}k1wG!-Ox}s!J#wV(9r2fXMZM-i2c$U zqBG?q- z63hqU72<*b5o`)^3FZUw3UNVz2sVYd1oMG-g}5L<1e-!!g84waLR=6af=wYV!F(WI zAub3I!KOf564UQ{g8uxMJcIaebFO<59>#wY6h^glv;~0Bl>iVP2>>6)`R6_W2t)(G zD^LDQq{#pv&pNo}hB*L;*jbqxlY`q1wJKYtQx=Op?Y-V0Ya`k|x4LS>emM#!Qe2+b z|Nc^~$L=`m_33!J8c76j4SRSst;UE7$d|oV6ezc17HUg$oP^L;^?IaZu>F87{ zN{LDml@RSphzdz)E;7 z)j>sZt|9;cDo&2J9-_}_qkrF2Z8_)+LZ3eqI!0#TMV?mvvH1#+V9Num@N6!0;U zNL;L2CU*^x3Vom?50p{T%24xmjHtb~IkZ|TYMWGwA{T&xiw69KHht)~|XY&!(ZvhVXI{hi)S&`mu|D1|dX+ppM9$kAG2gJ(Nn`OWGx`*IsuiL1#XZYB{UK#(j zN|_r6;{6KLtS$nX-A&&8!J};Kj_xgf@}#q)qj6b<%_{m`?=8cu@^xk2LxF!s5vA!)oldjVgC*`|~rng64<528Jog0oaGvf7Ocj9Kb>pCam9MK-Ts4y=_ z?LG_M6#S0W_E!>@-UcvRKW{H}K<|$(aJTqF`69VE+kEae`(sM?nF4fbf_i4!ecpw+ z7Q4-kcHPhOS8GZjk*iQ;uja^MD*{o7%9}RlmzXFdF{;n&o>tDQoO^D?Y3Y)k?-_OH zg)%du?aCC)WP~;_`h06gnhVXf(J>n~Pv3NUlY+T|^fveMMY>7Z&KC@>O#i!LjxPqi zgXU~_n zlsX-ku+rwt(IStt?mMz)nr=+R*TkqhIiEap?7)M${u=%R?6a=~SEfHbFyA%#zIQ`) zx5KOCSJLl<$|~Du$5h3!3^mi{$jxDC3g?_naXF>=AYQYIiZVyPN$EPIc8KdmGcGdT zJUj8O;(=uc3=U`+BdIyLr*d0!mAv}Bs;LP%YdyE*+k0U>+jA8DIGE>^o4)*wr#Vm%FO0NKnYt9C z!PNn|2a^xd@*MNr^Bmq>HOueGNyY8@@H6P^YGwl*rmg`3qHcD3u%ye-Hf>JaBs)_VtKnrxx6zHGB{ z?HuAQTnLw_jjU?^%bmRDrWN@l{Qy1r`L@L3dgAei_P^V!?Pgc5Zr5+;RB|eh8^{{y z7&ud2Q+iW9D8;9YPAzp=>QYs6ujW|IqeHkf3-n`5S6WxvsN-ZG%3n1x(qrM zbgVq((_2&;6uT1dbCTw@a!sNAne;OYAC;Ub$(o*3?3(17m+^>o^W0xWcZzZ@X`btB zlx@y0;uLM6vwSsJmu}_X>`l6wwB^c{--j&ZRCYX3&C_0~9m&7In?+bbXicp>+-tez z*1Lndr-dc-Kh2g|>I^EUaJduP3+(vbtGfVR_-Ze+J; z*2OM8Bma*^idD*4gm#W=vax>P&wvm6+ z8)1%wkJJNMQ46J5(mSKAqgPEC{20Dj=lUK?LNoZG;7O15?#yEA+13eL&us0yaYo1g z_Mdyt=nQnF)F#%lRb!V&zIt?Dj{cG!e=|~fQS6Rb@9ma*g5zj&>(R+LVSNjk-)8&C z_MmNR8Vl`)KMP-mGbZICHV~W4ub5u3tVHEH1p z{e@C{ghmST_L|_ZqqXJlVzbn95Hm~&2d!M`(_Fk?okXY*Dh!2 zBJ0iS;~L4Ujpw`eIT};K_x+hziVM@fg*|D~S-fpg&fZcN6_=-Jgbel6O)w6|f^Zcb zvoCRPh)u2zC8>z@n)T9eQ}t;uwqW>HQ2Zt2`~z}#0t)w@p6UZvEV4QEin`M9v9VkM z3-tE8UbFKq{$O6l;+md&g?F3xnje09WTay3+20dJJN6gy+LylHvdv&M~v z^l7_D|Fk__i!^)ZuKZce8p*SNYcy;L?bO=Ay?gyo%l->Fc@@RXI==?L?w76bj8&=! zbCX{ts|Kk&X}X}&w&Ft1`ww=_$mANs=8~8qa`Ex&#LJ~%)}7j#rIyqa)OXZRRI}cO zrx)puKL*wJYDJWOF#Ypk^QzK;A<~^|&0bPol!tx~!9l0N!U4~WY18hA)6eA|EZC&Y(nfBuN$pFuPxDM2T;;p!irYO>{iD~d;h!Cv7pNUJCHjOd z>!;pfH+64)ki_b%+ns(OeM=_0=S=U*-l=B^>o~6kuZhD+58SFs4wt0n7q1Q|?hU_sF~V=4TPwr7_UXH;VSlNQ zJbIXcw|IKBKb$*oYv6sG`qN0>qM_RAk|)ANy=O|@O4q%!>al)8e!AnK<*MP9#alo7P*dDXON*Wd~CQn zUqc-k`SIbK$F=n-^+%KYl9R4;HlG}NUG_%vY;$FK<@{@RLb2$z?^X=<+z_@1wcj3Z zQ*-Os4ExP+#Q*Q}?>+Bl4JK(OC5^~Pr}TejVByUGK+t4UX#yI>g}~r)5OgNj7es_| zf<*^W03ce12Gbb%!Pf3tev<1w{!agZ^yCa31Ix?n-5Z2QctV zT}zT8F_a(*zySqxSSTkjh))Q$&>f3Q5PcslM(V=Gst5usbgf4lgwZI=VPq~3gy9f4 zI0J=2!_4srG|m){Mw`GeC^Qy{MjlA`Dvk;n8Sc-Y#1X-;HW z==uu;!2~2yC=?=uSOk~HLZb0_JQ9ULVlZ$~4LCn6NI(yT2l4gBgM5u+3-TE}cCdiW z4T6ovrTcO>3M_PWM;rQfeHj-g_*+9k{4eZ86p^9yU?duWLjFQTp@^4pI6qbL1$LW6 zJ^3=SpEk&+h6RI250KB@$YX$Zo4_D}-p@M0WPFPgypb0;#)rv3f`K4MB;kuXkN#;F zg1j$Xj_o0y#Mw4QJBSR5Q> zMnIt^1sSgii9r!1K9eq>|C1=+)rH34GTDA%|0v2t&F^DSCLaK3PysV^Rb#^D$kknuJ2B>4}a-FR%#Hbf7cRA;pJ z|Jx>h66S}d9NBzP@`O!FDp6{UZ8V->$oHjR9f9nz4I`M& zbNvKDIuEpFiE`q9T!`Z#zt=!x6Op6)av=NvVHWuGP5-w!_-Bjgzkd!U@|WRH4`P8# z67p;6el7TC(>6Yt-><2!TfvWOkjP{Z{J1<0T|i=U=qwN!9K<3bCkiLpB!0UW5y;#? zE|0=xf+Q>v`Lp7mszg7rEg%1djl}nGuz@+*k(LN)} zdHUG;7HNJcgVv{w?iYa@$LgD7P@+q8>=9jGq?6rHsgHQ+WH(egq4Wx33rLtRtwD+> zsYY+P<4`?Cr$dk=8XB|+T6;M=6bz)M5?tc>K)e!M5Fp}B2`=$`AYKVB z2oUk61ebU|5U&Im1c-Q3f=fIfh*yFO0z|wi!6lv##4EuC0V3X%;1bUV;+5cn01r2mv}x9 zuLKtahxpRp=`oZ>jQcrFTV>s?FoQJp7=FbG zPRuZn^ayKKU*x2$b?~BQ;MS1%_1HP)^7)+#HG@tvs{b$4K0-0BU z!@l`B%Sl-G&=M*2=!_oR+-&(q>9x^DnE??ICQ&D(&P`E{a>`^x2oJ07eJ5)ojg;bX z1~btxtJY|*XGWoz=BnSNr23=+0kxw7`rw6E@qLST9($#6`-6bi<7b$j#cmodj5(D% zwJ}4gmw)|;(}pgK5K5@}t0~S$1-jh@ui_V%^Q{)pfNN1?CvULzvOaNv!4cp{*|ihR zxvuRtOQgcB7H<>kKYdtZgutItN68fFzaQbd)Rl!Np~?n;RR>m}wmCh?8hy3a$c)LjX~Q#vqEpRtKdG*Y~>4IrDm*$Tdzj zit-EO0RT|6v$b>;o>fF2IT_*q-v>v@!qW_%ttTG<6lRM)Qb6MIc>o~q%pwrhtnuOs zxO^`z4`N3kKzM#!2Fr&I00B>v-IzqTp1Gz&ZEr2?BSMbab6w}iL0l~kgs4R?(bJlt zvN}TRfX6moEmi~h|0@{eUZwN4${b2?)Gz0c2goc3-i8hTkX za^(@eJ9{uWuTHjDZssvt0~e!^nHd&~RG;msEU$Rp311Z|ufr4eJCCNtAJ&!vJ_O@% z%b~@xHvy@DMg=*b*fFUXxiEZG`L#vD2C0y}QpJMk74~u=YQU}^60Sf8V->ny4(2QC;Q?QyTWhDjT+NvL8#!?myfiRjK04G;`PpDK0Hj9G5sr3n zIG|Q3x3<>!P`=V;*y~#|qfiQ^W2CDti?<2@o(qEONAwYS3qn@Pgs?|WE$)-{+N6-W zZRh~wlJcr6Kx)rZk3pV@jn&D+1y7!Ib#^{pU2d_Se9vR&2(xr^vB$8_$6(x-p?A-2 zzR(FpZw$4O{_w1{`mMv+g>^?}?4`84jI#N1RbljtW+SxRj#5COd;wsSr4F2UFVCz}4gf4uL-j70YrHL)r(Z0yuw;5miNcpH z#(OPv%1bR&EaYh+3;nh%%ie9FyRYVgrrs9BgH@V_#V%g^Vt7jMQuk|0raa|OWVw_Q z-J;ML(&l&MW|Os^Mo3Zile7=XsV9Ve&?>Q&o^?P6ayLTF1!^B{WQ%g$PlUMJY7UtC z{e}tOV0}G$mt0@H)W zC%f-wc_}}Q!V@Zy#jobc8kGAW;T2^T7gy-dh@nCZAlI!r^mMGkcB#is!wN_%$T;lIyA;%jZ$hsBn_4 zzIM~BsM!dW9T9|b6P;O+1oYB^!@t>GJVR`l)nMJganlA&6AzSobNyHe7wWC`HctWR}zsXs5kN53CamvcamPd-XC+K z@5#rmj$IO~p@$%5WS+}x%T#b5bgv>tWo&ZWnQQHC;MS2bDb6 z!!w!bT%y^TV9()58P76@GH1dWm(+`!JBlhG3e@>|0s30ridp-%g&LJFxmfe$kL`Me z@xz*h2TU_FPGSfKs|`HzTnCRb%w#*_eLox*IL+wRO^X{0-ruIyzwE^_jdO+$1t|Ik z@62Oy$4FVWSuR;NZ*Cap_NFDDyJ1!6`8ia{ymIx@4NGm9QMJ>PyWO6+wWi6Z&2==z zzRQJYdY{!eS!n5hi<8zDpK^0kNQwhDtu63I_oszB5yQk`_NTOWHZw^wc{6onnrGI| z!`(LW<>E9EmCgUS5H^;rBAg}1lH;E5jV`FioqlNjr?v7yR>g)6oep*dyW;c`nI&3F z>>Xb__9ePH7MxplZl%LYhsv7jno~7R2}Vh#s7L7Tr0%3gN$pp+tP5DDpP!z8jc#|T zbKN=5zWgFi*gA~oS(5v@jd|8N$vKOg3Udn6RMQHaVw|#4nwVu5{>i_apK*2mg|5dk z&AIvP{GDVbMV)!|c5Yc;%#E0x*LVIoY$~f5{zNHDbDd@||FWMNb}hCovG#bM+0NT< zkM$s!q&k(l#|9nwv#XYsvy$DC8f}>B%mV(N!H5Hq_PeX#ad>!=Mn&tL8=b2K?|e5t z4{CUqoRpVT+MC{dzR$Ri)fe7!qT2ApvJ_7P{{6B$gl8^Y^=1kuVv*kM*}={P=TPRA zZfyh=5$%!l=)%>r{+UDMes%nNyx)lqdYb}q&Sl(`&0+0?UD~6x z(V)?KAT4CE6mwc+sCnr6-#&i``a|p1Av0_<{r#mUz2*l~3(V)3NA1qp-BpsK<#p$; z!#P?*-SM^2wJfEuHNmf%?#q&2k`I&x&s-W79_F#n><}-4w4fdpXXIbsLg2SsezH7f z*_OmaIb+VlRvYQzGvQltPfe~HUN@_NGd!ywl9EYwKK2VSaJ^h(j?c~ZFTI1|FOpv< zbnH-%N8H)S3p`m{`Zg?WZU%goKK9ruhX|(?NB=fg(Mz9uaPh!w|HX&o14}hanNUQ% zaec&N!UnxXP6M`jjzLHMiY_t=)VXbNR==xY@6wFJMGlG%tx4FFxry5$Y_uu%25Qfd z=)=AinOcr9`OMeMmyGRI+4QhWBeyvRt|Au2%HH+PJDfe;6DFT;aqbmyo$ez&*-K2i z2jf;vtd!+7z14a5nh%>C?>{lxJF9fo^CS6Z_t|^EG)XUSWN*b>!ubX^%XiF~ zzI@+WnQYv({rP(Aht65O9&x$BHwy z#wl?WpFF*+*uM61@4NR_&4{=f-R8nQ`GkVgw{X{r=xKLrYgU>O&k)}dKM{@l8d|TA zAAR7|_i5}XdT;pG!{+rxL&NyHH=Et1+#Me>9@0PCea;&)%Z<$J`Ecwrdt;6h+qbuJ zTEnzqS#72KM+FZaYBrb>U89S^*zpf&9-e5I)pnGM}%GwPB*8~HX zn!9FuT=PggkKN3EEqIL^iD`7MEIeMAm|L*HyPz-V#+4n6p&pGCliJp|Hv<2eJKFRx z1!LNJV=#z2bbIJs``p%Gzoo;qRfSLdm-gipITvkyyQp?Wr4yeix-om>!i7RkcrX-7U){6aN=H3I;4K8r{akQ^PbR4yA%rg15BcmSIx zyb%QeoLK;mO!cM2#W98U7v6$GSTs|phmj-Fkw>6=v226<=x#wyL~4*X6+?rX z;pK4wSYZG*T|kBeuzfguY=9|rEG|~~T~v&KLdL2HyiK9zq6Q%($2AZF*N+Y{f*Zl8 zNHhv!f`Oxq3^6E_J_LI$J2=3p~_b*2;U@;~q=R2*)^Gg{$fb|QR$TKb*ONH?n!U^*aOYozU1zbNOm+ONc z&$7wqC*k9ht|OVs;)tH7mf;ZK`jeAA8H#R67SQp+WHf{!jbP{%M3ey*xkC5{LmFd| z$SFa_Yl31p3KO437Lfl-(5W$}f{6F4QQgsC;Q(YVolzc2mj@L`Q@7(B8cpDtR5rqHho@!JmbZ37W$ z#?~{IOciZ4c&aE{=`jzYfCZ zG6eo)Ke{Thm|1am@UoE2l|8p>zzf>OL$%2i*`Gd@q`BK_^HtISHdZd3E_A;O}U2~ z+a$(Ig?EU;n^VNMyVD=`k8gYIfAY)Zi2jpNL9rx_fPjcMCAh@%0eL03KtRNs5?tc> zfV>i1ARyvR2`=$`Kwb$h5D@XE1ebU|Ag=@$2#9!7f=fIfkXM2W1Vp?k!6lv#$Sc7G z0wUg&;1bUVAmU94 zF7bRoUI{J`5b>r2mv}xPuLKtehq*90@7^{qQR*HK@hu2G!)`wKnGG z8zWE7KD$~+%_8l--O*-SfxKoI#b{`;cb;=f&&%55F$K(8;&AY0O?P+J{_5jpsHVbJ z&iUYeFV%#Ch?UhZC>NSoQk%+POa9(p(uqwA(zCfzP1S=`qJD04r$bohBKv?v_;V+ufOSgbS$mfC8;ahjwX<@v%(d9E`@aC3 CNxr)P diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/group-by.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/group-by.png deleted file mode 100644 index 8508adeb8fa868b3b4133dfbd32371cbd304d91e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1069 zcmaJ=TSyd97@o9?Y%WFxWeE*qph3H{GrFTQIN7@6WusBsUC4~Wapvd_Iu~b-?XGk) zA`p5|@F9Y36k0@OQTWges+U3%k|;`giynNiu!1P4Gwbf!L)$Pj=bWGK`~K@0YHel7sOkG!wBgtfn?$N^%c?cqiyqb)J~N|Cqp4g(vpBL zus~#>IVunI$gD!t?!apj91_p~l<|F99@N{9|C!^lrAnTG^Bl@6Hmk-G&z!t z$K&33h1amUNs47zM}ww42;s4lI+PL~-7d{22*8#t)r6{{p;Q z)dEG;(=1)VvJ@@&g-Vv88>%y0!I1kkpu-GTS>jgbWm4^kF(7VE;?jKALwY_Ei~92%!;4rQd|fLfoS60 zmB^s`8D21Y>Ojd;Z8kL7S2%v@)vDlGrX_!9pt^C8o(57i+sxd1v7ic7dr>mdKI;Vst E0GP)=l>h($ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/group-expand.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/group-expand.png deleted file mode 100644 index d65a7df035b2d7e9c474d38fe4620c22994b741b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1SHkYJtzcHjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL8%hgh?3y^w370~qEv=}#LT=BJwMkFg)(D3 zQ$0figD*u3fvSQ%T^vI+f?N9;xfm2Un1Am*ufz38`ejgOSC_Jz^yQ#T*$v$X;%ox* zV}xBqq{Qll=kvuL6-t_u9(C`bX;wtzM~?^Fzuslsm@k#GGf`L8dd8(+3>WqoAI^|haM>hZf diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hd-pop.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hd-pop.png deleted file mode 100644 index 3ad96ef668e93d8ede30543b5d1399c58098711a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^96-#{XE)7O>#E|WBek@CG2K_Wn*Ku;IP5RU7)CpYpo2Z$WKz?{5+ zeYT2pL!6-4t|SGnZ$F#^F8*oqh$u?t_bk)7chmh(!JaeBw;4Ru=FIq&Gh_9t-hfbE l`Ix);`TtcSC$BkQ#yrPDoMn-GWIfPu22WQ%mvv4FO#tB}J&6DS diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hmenu-asc.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hmenu-asc.png deleted file mode 100644 index a206d35fef62ad71d982d587b2840e2d9508d81c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1007 zcmaJ=&ui2`6ppl%QYh@fi&p5E_F$o#pPRG^8{6%sYXhc~?Sczc>1;CXhBldOGIi6Q zTJfOhK`0dQkMJt!K@TDb-t5VP2SpEFq=+}MPPV&S4_iZ$nR&eLd*Ayp50)0M4G&!$ zVi;!FS}@CW&7|Mp0R4~tJce|+K<2At8LyEhj1W_BaSZ{>hwG?}pu638hw=>5H||xc zq-tN+9qe;3_2Cjfq-ci8&mSd1tZW z>})ui%g$T{`9!A#J|Yk#{$>#CiNUsbb-GW@JPTSbWW!)jL{;r2P{a`e3MXeBK@@?i za$-(VRdEtXf++Chra=2)X|%{))5~V59gCg}woXW>^L(?}$cB;5k#{|c9 z9D?Gq3a;4D@q*Ma(L&g^ZUr%cfrBj5U?~UZd9FSs$f7FCIaQi2iQ>GZNwTJilBt+E zO_fU19ju9+EguD>gLO}_%9+@782pe%Hc{l=L2fC+K4>Madp)$w2~t7Q1R8hR?5*Vl z>-Nyn#um=R@>C3;w)US^cT9AC(rtHe>7hIND4_Em(ZN34Upb&rN}&5vy_T#kYZ*9AxL@+r=mM4~S!`aIqIqHpArdaRBWVL_h^qU0-9rzuISk>uBr^$;_BR0oB~OjSwwv%v<)x zimfRAqlRbEgO zCD9PYG)1JNb)UdE?MEYR1sz3p=mx~aK1dW{1+Ni}rI8+{-~}C7KWdeU7L1Q!zzbX^ zNvRDq&HqC^uY-zos7v~U zB8$dUo2z4c%|kwEbDbkD#dYB(!{7zfvyMXdHgb#*d!U)L>UNJs?yA?~I^AQL?8@b7 zFnrS5zgpck(fLWXox!Dt&gdhb&U;7)`}F?!FM26pQJ=Bm&z0YeMn2X1eplMMV{Py3 zyg7J1J$z8z>>p@6sGJK=KKXR~Y0tJhohp4iZw%%ijeePayJ_Tx_A; zRu38UQuGi(P(4LRWE2z?f}vm_^wNtFm5)L65J8Y&XLQ$k(1w{g=lp!%_g~M|j`kBZ z)qAT6f~ZNI6w-LD^}ebK{6FwxNyf__l^yl zLBA4U7{GB9(-h)3rV+3KhNT1e<@`(&AL4kn85AE9d$ZL(J}rnvU-%Ru^9WfyO&1CU zst}}1J4Z9&aM;seSwBYjogo9suHSGDmJ|f&D7I!H%`||gC}+(<6d`e>D=FyKs;uD@ z%Y+L?yRt?VvRL8}FLJPG-o0bQ(J5psnD>^&RwFS$x8VGBWLq zX`U-pu_JFH)5)6_NOW?*C&`Ltc!q{$h9vPR!$Gp4z?2Xnu?D4SDlf)^LLw-#A+ecd zm?RrdHXjq1fDlZILZUeqFL4D^8PuVHN?i3XH@Gg>8wTCNo&{)Y=bJ_=_8nG0)iFLU&4uO}zN*+g$(VJ)6FLXT!#=#F=Nl>M)njde=IYY!@EIdoTR~0k2&# diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hmenu-unlock.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/hmenu-unlock.png deleted file mode 100644 index e9e9df59cb5a6164afda1c7640126c7379dc525f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1078 zcmaJ=O-$2J9Pb<<3POlp#AtYy1u&uQI@rb<2HDolEwKxZCGJSqK3D_&pnb4HNCcvZ z97N*53npGXkeC>~X*|dQW4L(q13VaF^k765FGdsfb+F;V*|dG{{qy_%{-1AYD1D)+ z;dBE*5KXBhpTTR3^Bt|n|F&BR<(bJ%*iR5{ zkCM%yoN$qobd?qz3~j3hW)npJplyiKI7A>1#}qA0etr6k1d1FcFZ%_rV8mcSNzR&Z zcs8AtX2+$FOb!l!ew)JrDnuf%)d|hw>@Zo@nhEE*$!ly7P*%<>e8EENKri2?e+U~eAxR?n=q?=h? zpQu!EsGuX=D(D7?4F^D%AWDkn7|xd&g21IT3yGQpQ+$}j8nmLw9P156Lh(e@p9uD_ zY}^-(2m5%|%lE_+d@LA=R=B(_O{q{r6|Q{9jn(8j!=M`2GY?H=8p;V%S3x;xPN^MB zsHWZlSFRmPq$Zca!7xs1|7vx`gy+ZERtFa!s-q7zJntqR?6vK^Hhd}8QhX$9Z{_cV ztPb}RKv6dqjwSEAN`COGdE@m$-^uH(Oa3}}odV5A@)5A?-m$@M=X0Xvv1?;+{(EoB zPh!&3GQN^0e71Yz^Zc7@S@$wgy3+NM*x5|Zp}AA5u2&v@zG;A2U!MlI7k9qgyXrdb zahI&FbjJ%q-n)Co{gHh1X+@gvJh8o+VcyqufB12BwQ>2@Na@l9{qWq2M#5E3gto|c SH{bepotvDBr}+obk;Oj|Tw4GD diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/loading.gif b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/loading.gif deleted file mode 100644 index 81b0f125790bc94311f43e08dee4bb851729adc2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1849 zcmb8wdr(tX9tZI2z31lM+(&YVNJFGf2tkvOnD7cwta}qco=br$X?c_c3~MNqKt))J zNFEr1JcZT8)uLUtMbQ@UG4=ssU`E@HyD;nQPIucG?a&=;-4WeRL?H4AL7qN+nw_2f=+UEziHVh!mDbkQ(b3Vsir4F{tgM`$ zpI=;DG@H%WuV2s2&8@Gm9~v4${-26|O6OjU0mG1Jxe{s^6uZ0^Qy!d#aV2oS4F5BmJT`r8_|M|YjS(Z9_hn|nWAY#OL z{a zBO~mY?p|1%6NG6eA}x*sa&d2(HI|d&J+~e>vd)v_893Q8vj=thn_lpRL-&T3m`kni7)I5~O^} z1SlY#%#e}&)7>8TTtcII;+eAz1qnOOwW{LP@t0wUK`$8-6q=a|Kh!}fYI9xlR} zh<7%9)36CjR>uB4WqX79YF~YBLWQ~HyU%-yeOKaZeq#nU?qE}vR@-d(Rj04IJ?6OY zgnoD^CM2Le2zXB&0JvnNdrh*SqK>9Aj-t!4sAn=p#~V9kIVYWyY@4qdQH(`k!#Nxm zwdKY$H?NAqCEEC#b}R{Y`7JZWmn1%bnZB4U212&!ut!!!5V$qpu4RaFf>A1aH3W&| z*=mpQ3A)aH7y$%ZXDf{hN&0P&lnnzUzl{9#_xc5ue_WQ5ap#1`$z>`Od0X!~8fv(b z&bNI}-Vc*9o^NBhO90}{7fX~<=yB9y3aa1hynCsSBpZHcQf-VNh@!1kJjf?3gixte zFa$=tcBCR_0CerHC=(Fd1etXyWRE& zYqs@3G%xey1zU@_b^2kBuFG~qKj-I)+xAW1U@htWYw2~_|yqFJTSvy8xLLucSEt0kI(H@i(48~9+C|{_@?Iq1s&8q+1r*(}wcUbl0+5&oP zTsKNvPo@6-*y7}dmkiEIOVWc^$F|V^aZ@GYs{EiOY8F>d-MkwXIXifE>XV4sI~$jm z6nqhJduH-kDWFMSEVUaWSQ4ihDnSJZA=-`dgmx9p*W&n2I1(qvutT9WO~F^QuBk1( zAiqyd=fH;2Kl&S(#1Ttj>0?3iM(5+5k%I2ut%B?qqjhtQ#&m<2Njo$#@KHGaSyn-{ zJ#2Q_juZ}qez&oJb8LobJT^8RVGDQ=2n&<+3?9I+_9{CH$^05!GwV@?9;yF!X*<&} zJ5H%HQTm-6h%_qRjmjA?Fr+taby*eG?LBI`q8^d-b$+!~yo>5|_FVaAr0BpDV{X^L z4+kwvYChvV@xz!{{ctyiLS8Dx8jA9FscEbe?uy?lgylSx`h67`Jh_c+ctuWeK}~A# IBU-Qj09?5iw*UYD diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-first.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-first.png deleted file mode 100644 index 7691f320e55e61c554a655364f5a8d84dc87ea34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1134 zcmaJ>TWHfz7>))vHx-8trdz>dR-J-vl3r397G2kLuFlNa6<0*XEIC`lmdlbe+YKL_ zc-ur#@lka6AmW2~c@cb=!#zw8^-U3xIeqX!)FFa`q9=2mK3GGNbI#BIegF4glHs=2 zZOh85%L#&5mTVSNc&%`s#U=Q?=JQV(FRM`^gWAn5l#^{p#8k5rf}}2Y!xWU&fxd^Z zo*+oCmd>Dzw1Zbn-7mX7{=9BsG(psF&0Dh40}<$i-I^g#AMcG(KvM;(BP=nJ6^B`^ zdC-RKgRN<0ut$li)YdJaKF?zU9U>Xz^$A#B7_S$y1v zGBWM7Y4#SX*p@Ys>10g{#M?QrL6Q~Ca19%05t76w4F}1F0+XUZVGh5hseCZVurW5m zghdwDJrRfoHwPLcoEU0kLu@<|DPToY>DQrw3Rv|ImMw~Phe5Y+WD(lhL8vy_rVeJ4 z=Cz_)xI|IDIjmY#3)fT>OJgy#+uFZcT`=MKakuk>ix2ao4-Gu;HXiJuypsqFgj&|%NZ z!^wt6$Gp2sC!UP<907>icykR-7EYyYI|I$F`BcMf=^Ywxy?gR$V)ObrC+4)R#{0 i@ouRK`KB(Aiy30qcHz>o=^wQF2S_Gb#T$(Wj{E|6I&jDU diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-last.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-last.png deleted file mode 100644 index 49b13d7eac168163d5736c2e46aba6957d7840cd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m{l@EB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxSU1_g&``n5OwZ87 z)XdCKN5ROz&`93^h|F{iO{`4Ktc=VRpg;*|TTx1yRgjAt)Gi>;Rw<*Tq`*pFzr4I$ zuiRKKzbIYb(9+TpWQLKEE>MMTab;dfVufyAu`f(~1RD^r68eAMwS&*t9 zlvO-#Mv>2~2MaLa!-Ky`aR9TL84#CABECEH%ZgC_h&L>}jh^+-@<#X&zK> z3U0R;bu-k|yl(4GKUY;QONlE{vPPW;4N1e*L1F|_cZ4$QDe*M$1|0#RV z!M?M+cb%3$XMb{KYpC1y3ok!5v{-Fh^+NgLX2xZgCx6cm+QoRXm~q)6&ff=T?&7b^ xb?})Rb@fey%6V3iD=V+E*}TxLTpP#4!?1O$?dy~O-qnN30Z&&ymvv4FO#noUe*6Fc diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-next.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-next.png deleted file mode 100644 index c3e72bab9dd3dcf19fd8f927f4b5919477bb4857..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1122 zcmaJ=PiWIn7!P!oIXV#kFmL%VftI$LMP=nCsemL_j)sL6}To9%{T z{ljpexWf)(;1Cb$N!d*h^il*t(Ssn09<1oZi>Q}@;(Y1W>A@P3yzhN{zu))0@B6*k zk>Mk)EqhxiifTMt3RT!0v4VNTV<^q2b&X`m`$ddx3+MI#3D zYGT@iqtnA_dAcA66}rC)sTNjsrid?`%VczI&mZiWW65L^h;>qTY65fDQr z1b&atEqhrO1Ogtm#~%o=-GKA59OET#z|HpX{s7PQf{lkJ*-T}EPYHt?xyUX|=P@>T zhA9?{o}$l#%pAi8gF%~vDMk$LXahN8Rt{*`& zHfeQhqfMk?Oi3~r*5kF0R1Xxz|A%VYX0(M<@K3$}B(~C124qsuLX)OU1~+lgPG#^h z6G|AFX@pMHyEu|Z7+HB_fY@jNbc&L!>b9e+h7d(QsasgmWtbGgG~w{5s>1twIZj}G zf?r@s-{V}+cbJRz285m{+r!4+aB@ zs2)$bsB```dx1>?oG_MMZSi2iQVms zeU~_D=b6umpC6v%fiyT2ec$fvdv`Q)&$ZBW1?|4QrMj}}qME(b+{=!AXKpP&wQqeg LJ}lgcj-USxRyJu> diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-prev.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/page-prev.png deleted file mode 100644 index cace90be7ff686d370402b28fd5a1e1cefbd271a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1118 zcmaJ=O-K|`9G_*;#N66E6c*8AT&Td^*_r)v2RHX))?8>r)&)I?H9PZkr*%G@dA6$* zWpq%3$V&$U%?=(4Itd9KtV4&OLlGo&38aD`ilIOcp}kR8JG2cm^WOXO`~Ci(Z>qcN zysQ3rJwXtzOedGctK0tSYVrTn&n*EjO(@-mdbB}Q5)4QrBrOj?MiGW!77EhX$Sc@J z5KfPr>qC9~1yw;K>2;||Atj5S6&sInvOEI!H#QS+Y1q*WL zxB+{{yK>@qQH)At`#I27X0d<*kpRlduxhg97`d&>;=OIANU#k-#TdC0R3G0BQknrl z$QSU6ewqg1u#XOg!eP1vFn*e${P+!f=^z^lvrGi+J|y;LNP}#a>)7>$PcgE9kj_$6 zsZ{cn0zS=L)MY3slZkg^4chhkvP(w6cl|= zRyB9agbPNM1)ZXOemkWKkmvsoRg^uniL!7%-hT?4xiKA5S!imbhKL(C*lfGf*^~hV zq!~F)8?IEbyPzS>END7N^@PD0UJzx~Hk{pN@I0GQO(duy%y2OhYxrbYVnY#z;pjj# z#L>9!X(k$IWs;FF7fjMYI+c!8xSS@ADo{lguC&ihROQ;kpy=2$2MzfOlsXJe0ozHl za`jjuRrPkcQuSC`t8ytE3}v_WuU1z~cz*2d-r(ZH-snRW&%1#K`|``V)A&-n$#98W z`9uEq)>gZ-;q`3jw!`(wVR4?#drM2fi&D*nhUE#5JJM{eBwP}Be`5fANv%C~Sl99{ zy>_kBv&n<+FBaYR9pB<@HGIp7$?J{9IPES1tCz3_`Zu{q{K(|vnT`1ewT!#?+ylNO z*H#@?Alm?%{6ePnQ1syAAVm*~2eEpv>Os8tfU1ZnB3?vA5y3}M@VQRfZuL+NNoMBf|GxkGAG0^p zzP4u8!dVnW)udbHELm&GH@~Wq{Ij=u=aQuXCp&Qm>cK_TfmBRK-H=Y3YA?(}RUg=V z2ewdDMWd1H#GOi;q#=`4eIM2{ZGxt#mZ)c|S^;9Z8}=Gjgn57MIztdN8oHkg{!a5UOO}BUwAuu6UY0vDlT*-?tV>B)y7(Hy-;%F3z9SmYF8@)+9^ z#}$i3wislQ)60QyIP7x>LV$P#+yM)#UchpfmKkK|YK~!J16j1ssCJ`%9ASvki4;tG ziq>)`%R~ysd8*9;miJRCJ1WZmT}^Y!+r?S{SOxW6YCFyX_Lq@bc`)fPdUh>$CH+f zX|%+`!4%IY;)D-OuVn(OPorfLoA@V|BVstewSTp`Y$EgHZ>I*A9HvGeT4dfGGT8A0 z#XPwbPttNM=RNKIQ7T0%u55qx{K)H*YX;f6^@oSvhwGLFS9?F+HAK0ijf+;Scpz>2 z`Rne7k7Ji#x6zBz52|KlJ|AwYp1*y^!_l3r{qpvl-7{+!cQxfQnXU`N!#B{Sg((GE!a~#ciEdhQ4}i+g+gU2l^XF)x8A;665Tpf^=WJ@c=p^m;n~&x{V_$U8C|&epB?*|)|%x7-Rz4otPUeq_OUw3Gz kw7l*N$YvK*Z@fuW@zi%9tsB9c9{M*wootuS$Gdj^2D4yyMF0Q* diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/refresh.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/refresh.png deleted file mode 100644 index 5320dddeecf634ee095072dc08cab56317964f4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1238 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m{l@EB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxSU1_g&``n5OwZ87 z)XdCKN5ROz&`93^h|F{iO{`4Ktc=VRpg;*|TTx1yRgjAt)Gi>;Rw<*Tq`*pFzr4I$ zuiRKKzbIYb(9+TpWQLKEE>MMTab;dfVufyAu`f(~1RD^r68eAMwS&*t9 zlvO-#Mv>2~2MaP_L=Ek&%m`u^CRipu~_{0JPa9wJ5VJHN~wcKUV?lX{$`! zZZX1X9#n4%7PmnCVT@C+KF~4xpr}QPYM2l({eYP8gbU=rlYVL*FufN66Snsb?nw*` zj2@mYjv*DdmR$DNb_tX?{;~MI$CT*@lG0S`KQm34V1IH}P*~8ZV^dfUP0`2{S$e1S z>=bhY?#Q#3PGwEH@xjPP`D5*?@@2P6^N$42-}QW6@x1DHmghMaX%uz7ILwt6;Lsp` zrJ(WnjT?WrMJyIhU86MJ)TPTS6SZ^xHd-|m-%$y7v281`BJoVH-W^IfO=R_)jl&vD0I>B_`Np1-CC*UpW87gr^^3x}4?X3)HJ3u=uFYth|3&oxgZo5V#Z=pFVdQ I&MBb@00g(XfB*mh diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/sort_asc.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/grid/sort_asc.png deleted file mode 100644 index a206d35fef62ad71d982d587b2840e2d9508d81c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1007 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 I5v|mJ0NcV5`v3p{ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-checked.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-checked.png deleted file mode 100644 index 4f5157d87c879d957c42b80aeee9dfc13c86b545..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1280 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m{l@EB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxSU1_g&``n5OwZ87 z)XdCKN5ROz&`93^h|F{iO{`4Ktc=VRpg;*|TTx1yRgjAt)Gi>;Rw<*Tq`*pFzr4I$ zuiRKKzbIYb(9+TpWQLKEE>MMTab;dfVufyAu`f(~1RD^r68eAMwS&*t9 zlvO-#Mv>2~2MaLa!@My`aR9TL84#CABECEH%ZgC_h&L>}jh^+-`BgX&zK> z3U0SJU%&x>b$;s5&J)AOSF@BexR%{>3Sp!4MaC+{xgzgXnN{>JI>VP^<13g+i%-7VcKEm z6Ic28ZCLmE!rQW)7s46k6g`C^)?XJmZrJ?zqeR(m*_`dsZR(RbORQw;+`h9i-qDJf z#(Mgx5MMhpiz7p#MA4@VlcuuWXALAv19mm1ZRT8->9jUX_(Oq(NWr`3%5!u!Ud(7n zln7XV-SM(X+v&K>#1^Ne_BEhiqGOtAF+Ro*mGRf1`&t;ucLK6TqWz4t$ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-group-checked.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-group-checked.png deleted file mode 100644 index a9f0b80fd7c896a344fc4659b9895a526749daef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1073 zcmaJ=PiWIn9F9)soSRfPktygiQ&g}`leK9Z*LCZ%&f+pkSFqleCa+uEk{6RVo6dt( zFPnlm-C=rCL_rbJid0db!NcE^F2SHMoM_?MtYVq`I*hx`! z`?X9KXQcr_LApUtGz<1}20_n*Rcrf5PY4Q(`GDWq}vcGs0D^jc8H$jTrz zUa4Yg6k%kKA`|ou@!*goE1KaN4wo5{BqR+R%Z37zVw5HtK21}FKsX)x4s%zX(O|Cl(x=B2X(9+I8HDMtgl#>>;+OY&` z>aB9s+OY&{av2f~eD+(3T#7qMu_xnv$o*bk zj@2C~!S@eOwzj*xHziGbIwD`08Ben3ol%1X)SUh(=yk#oJ&D@XdnmTc9dwn+8 zzT2~P;dp88M(g6^?k}5`wC*Dtf}sAv+^ziFmag?rcFta*mhPr5Hk?Xad3nA2>(+&% zw?DmIm($}n-_~u*zv|BgmCGBi?%VT5jHfyt%{uF+cAWp!a-jIR<;nfaGw;4Od4{Ru W9`@XtUCtC&*Sf)y{O$!ijqG(47P zxG1GQP}lztb({e@z$N%6-hT=Ql?@NFB^aQ#Z<5B<=Ob61ob{oBkzYY*y}nq0d#3*><3d`&?_l&2U4x(J(k3@vK7MegLhUj~viVTDFJBq7K#Tajl`TDB4gi zOM+pe*8bJ%zKP6Fv>gmCISfW0x@6vcGT1*3=k~~@F!HKW3BT2Tou015ESEth#Egh9*iGzSlKGv9626+-8>mPdNu(s se5GRG?!orSmAA92-{Vs+wv(}u8ET<3^=19>UM9MNd99$n$=rMN8-!0goB#j- diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-menu-parent.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-menu-parent.png deleted file mode 100644 index 2d2331ed3f573b315ae26fd3b7418a2b9a215435..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1012 zcmaJ=PiWIn9L^jTHymyk|FOd(^RU61G+C3aVR2+l<|<~6uCU_CGM^X0zcT z2pj`a zFic-zRxi@^F#UQCrRYEP>|=>8Cx}rd3%E+^Rsb2z!4(J!uC)Y<&~nx;y@!(w(|rn+ z%A{BhGy3TxUfD~ zve%dGoWo9?29uFO1zboh5VO_dpu^A(kWUcyK%!_>@G4PR8tGmNuHTmR!e*Ih!T8AX zd4bC$DYby6`G2VEw$ULe!u@#vDIAv8e8?AJh*txfHm*99xbl^J04;)p62>d7D$dt1 z!C?*iAip4kVbijaml#GG4AWE!UPvs@h6P<^sRoCTqiC9JXofZ|NyfM!7@{Ui*}SMt z=re{mtqWp{t7CiBg&t{foqcY;BR3fa*QcI!7@*70nF+898c8dtb1b=zdQGm=ITo!W zm#4w-No)UVb<0HOC)u_Kmmb=q4?Q~X0Uhj-55Hd1OHnQ8S}FQmxtj~WUP+~{uYlig z)*an;VRiz%)8qM@7K!lHX5D% zj(2u0#M?(QeV^iq!HviLU(l`12XBT`T`|+m3=Z@^-@5tqPI3c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxSU1_g&``n5OwZ87 z)XdCKN5ROz&`93^h|F{iO{`4Ktc=VRpg;*|TTx1yRgjAt)Gi>;Rw<*Tq`*pFzr4I$ zuiRKKzbIYb(9+TpWQLKEE>MMTab;dfVufyAu`f(~1RD^r68eAMwS&*t9 zlvO-#)w;uZsEQ#Us= z152FdLG`9!aSK$hBTl{gK*#8Vq82HtVM4(417gAxE|3FH`l)%q^j-u^*mr$IZvr#L zMNb#UkcwMLfByfsXI5?KY;-dCz_uYGDk_idQl&%9e3!jl4mO-mnB*1qF&(+;aK^92 zZNe{=3#CJ68VC~Rn+Gs3y_FRDJ+5lUL#07jusv9aS1-unIn{S+6Q1t4A)Qr@W zlzYsX*(T3lGZbnG)UzjXE5vahQOlTC%k;>|jhlOdO|y!?ccwy>iHsaYiG~99?UfHL z1>6}oatqu)u=t}|h_6TpznjDx)+FYPo*HK%_Kn#M5%R0pCh~2#@kzMj_JVVBSVRxc h^pj|>OJm|NU`Rc$`RD0O-!xE`_jL7hS?83{1OR|YYE1wD diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-scroll-top.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-scroll-top.png deleted file mode 100644 index bbbf4af7aed555fefff3a102e4f3f1c1c9d40364..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1109 zcmaJ=OH9;27_Kae5>O7x%h#kLN@Ta~!gkq)6>z(iO)QXQ6IVir-FAQieb5eUA;yRY zBc6;mjfs+|F&qpx4;o)VjVFu;LX3}OW8y)AuZss0oB|6TT${Et^XL1%|2dN#ZO4lX zD+>vND2}!AalDqe-_|YozyIg5gqI2wO`=Yt7o{Z&5-p06f*__zeJ~CsWo-BrY$OOz zm6}MRq{InH`SrnL5~xa;JQ)ya(Tu=;wRPNr zo#Sl@d3;a~DP+@8(CBbjK!ZpEjy9y*oD(KjbUD0t%@he%AZRd5t_GD9J3z#+APD&C zyfV!&fMtD5eSl?|THvP{KSkr0^)mHbfaUx_u=bGHo2B$}ab8&Sg->C!A0d;YsB}8* zOV{}ftB+zrp^&TL_j@tIYmezja=f~IAgjPbTeegasfG?*MJZ*BpfHIeT}?qV*JX8k ztxULJlp~oGF@L4Wz$RirmQI@N0a2s-R-C@v7?3ss_ItmrRGBmJ~G^gf{ zC6H5ZjjQC2h0V#Oa4?kH+P_+zHR1Vjx9fw859^~3bv*AD9_+J2A3ozt@iNA@B%HUY z-^e*+SgK|{k2Vb#mwfSj z?`f1~%BJsBP8SS4DFyQr7k;;sZ??CJyAyMzFQ#r>CGv_0>)w&Uit5R&?nRG9+xUCO HPM`k+DBWo! diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-unchecked.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/menu/default-unchecked.png deleted file mode 100644 index bce8817b0254d910ee3d3ac2e54f4b848cfe1113..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1090 zcmaJ=TSyd97@m-pv@FS@lEBkgVC3%1?7Aa6xQXtpxzL!b8;L|X&Kz~pnKR8C+tKL7 zZd6c#Bq3WMe<+n_hO*qj2<*`6 zdM()4Tc1#RJC%@1SM3Cqjz9!-h-KjDU4|_qGxf*`Imms`$kAY>!YuF_j1rgecrI}bm25=SSR@9BdG>LRR1>Ibf zHSC2lk%BRfY%-jWbyLa!CF%cAU0+1oI1ZQM{im><=rJJ^hc@cA6wgPBv>aP)lT%;lz5(9p=nq_M;ToEbVIy7*Gt1fZ*tXy{(bdz`%p`{&$YORHIFqgET zWsfD0Rd0c-W{;&jE0-a`Fm7xAYIVj$=EvPG4lX$?jy^QVyjx_j%f@aUCzs-OOsq~g zlUMtnR5Zw?mQdc?Ykb9d9W=+o8^!DMAQ@Mp; q_3Tm9a@p?d*#Pb^FD5?D7PL@b=_ixh>K?ptZ*?qMFQ#i+`u+gaUTrD> diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-error.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-error.png deleted file mode 100644 index 458c0989fb3e34d64201f5cd05221e6a882d3a87..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2272 zcmaJ@dpwls9-m@65l0NBT*nlOX2uK#GpsPfxQx5l%4N*F!!S29!(5O;yOfm5CzlRM z!kLv#vFnnA_*l2LBT~{uMI?%HDLU`8Y4?xgyr1`dpXd2~zTfZf`p1*$>+PnhtfLHp zKvdnyM1OFF%fHQ=z`sB$od=igLQ;q@fXfhysC)q8MCV2VaCbH}3h)Q0bV*znU=M*P z>|_Rp2tz1dcp8_DqRKHSF`EanArN~^u{1k6!tr~!y%-M)umK?zE@rbh0=(D(@kJL8?&W4Q0{#UejCDZ# z8B_?x7w*F418{4UC6Z==!N74i6voOLhr{fFV=XXPv<3L$kQghxH4cxpfq#7vpf^69 zf%hl6e)R>O91zh$ArFs6i$o%n$P&fnN1-uxc6M?NEEWkOkOB!uNEIVFf*orLL_k2} zGkHQLmjjn8QX{$XLI(sG>7OaEdEaC?g0E!)3x*a`d1wsELY~qZkV5(YP&WG;S|IcX z{)+d13JU@yJOJ$v2)OZl8rV3-4!J8H-h~fPgvHA8z~+ITi2$FO0MK3eTsHhm(s<_jvDmDu_mxXu zKNj0{xo9vLw7j){YxSB5oFDo2+u(wSZ=(-zz1=SEIN-d0s5y_Vyn69togwofQZ zuvXHJFrB;UXR3}8X%A9MNDUN^g{8!~WXm~5!*7L4jOL}$riGUatG%-wrqG?5DOn~7 zd#HRv%NuD!G%x!jnSMPVf-gWPYS1s{f>Z|BdKk zGxYU1b(yffd2{120zS1ed{)w`QS(+w{i-uoA;YOGaMN?>g_Z5oh;2BIZt{NqvLx*J9!nFIzdn)k0hG~dfH*Axw^jhBf;kB zeCERjdICMc+t^4U^A!xw&j*0XWT8)`QEmgZT95%uk4lk(Ztg7|V zt%;^9xVt^xLqE}QQDvoQz%U~w09H9(7Ce&Z^LfMMzc^G;sd1Buni!ZbRGxWdh#FF9 z@~91fnWqoG8!g2?GAUU+K2eS}C%mhgf<;Fq8#_OAB;K$z)`+wYqUOmc;YzLV%VTrh zF2`6u4=`&yeCbR9{pU7G20?A+Kl@@$f-YhL5!B?3W1QB9*C?mm7F?Q7wP%*8?J5d{ z>ixPb5htIQX-p3@Cx5OsA=?%oju_`{N+@6KFdOXIyO_4K?cJLZ$-&rL`dOyQtOtwU z*uf{U-q8)+L2mh59ye_~dQ}jf#hN_fJ+=J!nAt`>qe6PypsuFUYliHeS5HZHe%qB+ zt%QpqO2dOX#V)@e@`C!cF;I2G6t9@v-}R~n^mf1Q^$=HRcZ^4lT6D?$78jA~8D%Eb z(mxFJ0$BSldU^Py3-+;-YoOT6SJlS#rjT;0m&3_nq$`Xn@dsfIb=|-4gw&pf; zT+smK-|zP{NE#p5FJy+%9fKlaxbwlDHV6F`wOLHySkNUEw>TB+4b%Uuz1$6zWJrx! z_m>nhLxg!SD`iexU3?$*{F|m|y$PKdLTvZ-O#7>6%rRp*yHwTtQX_Lu9Uv2v6w=C@ zvmQjYDHMc773;<{|2AQ(<~Ic$W!k}~>zXo$boXZ$KY5{Z04b}excRyMT5M4mA*jNb zy2u+&?oPhAdJA?IR&VBgC2}_l*0@O@6SNw2`&yXETMSY){7kvQ-$N9gH=M?4+)3P4 zJ=|_|`p3SxzN3v*UT-rDFd=O&0BgDSsKa#YhvO68ha-%~ch`IjYZ+cL>X&LO+3%Y@ zw2_VJy5P^o6eURv`b+mRj?|cG`{gL+k7%;Y_b(l2SuULzpGzb@RfG2^rQbPi`bSEo zfo{x(a_6Lp1f;uhKikj1`Ha-8l{EF5iS`Rv{Gc=2v_QCD$lqBJ{ h+JaBcsrglC1msRkBWvcIs8@dHa3^^auQ*4f{udp$xxD}Y diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-info.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-info.png deleted file mode 100644 index cbccd11cf42286a0520609c67db2b655bb41d3b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3376 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-warning.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/shared/icon-warning.png deleted file mode 100644 index 042ca05cdbe1bb87346c357b6ddc2dd64c6d08c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1967 zcmaJ?c~leE9?lcXl7JCJC>*Q9fRuMM%VdK@14NP(s^LKrAeFQ=Bm*QdnPD=4U~ws0 zLJ$o_qhc+amAcg01%>Cc?USmMQa}$_7Lf{8Qvfv!OSqM)2=PMA< z>x5tiSH_f~32?4HaRUY`HY6*x8;n}M4vdQhR@wxFfC~fv zdb8W`&!-HTOps)@;2N_QP7(`2LW8c?>jY9r%1q!vTpm#&2$Ha3*eniTEaG!S(a|hU zG*pItPvj6|9nmLwJ_Z3E>QtBq;U{Azwv z@2RYfmy4anpn;)6hvoB^8ALy|)YJwYN)J5es;##kJXvN|JK{uYpR(WUfSzJw7J%wg`UH{)u7xo7;4h>EL&vA1PNL#gkoGovgc(i@bQu<8IT+ z$8om4FW+yn+QVC&lGsl}{a3O4@9vtvsrT3_j^oIZ!xP&9n%IyW$R7LTP?$@5~H0QW_ z2J=3%Ag&iw@kZAp=k9wpzbtcTqhCknIO;!sH8*+t)T`_TIV<-1Szk0TVwid9EZi$? zYjaK64l20$@k4aZ)O5=wUq@Phm3;24c-q#AE1};~XqoFcb3DDiJwGVhQN7iFyoMT^ ze(&wks8Hvb|1N*9dv$Pj|Fi@QBkwV27F?$EcvOb9ul;m@^7%XY7mQ~-MJsBWzsXcS zl6XhV3v#`oDjXnF69zA2FSlIzJG1)h z8>K$6&}x;)Yo98p(SA`_-{oO~Zp^W#FLYd;Ql8xMc+t|*s`GI-pX5*O;<;|GQGZZU zaA!;R&iq>z@cT1g_^2LM_1|BcyYq6GsqUrG5e;|j<3}C|-#wvHwkZ^nGM~eCEX0b8 zWqe2JIIFk$bP3Ya9lse$nEN3Dnn9NZ#yQt^C27*(;c01m1oT;9|JVb;Kq?aF0U)4bpWv%ie-+r}t(Z`M}ZkvYeJqG@EX3*iYTX(WY#AEuyH>SK62Pc3B&J_l^DXU(^pu z65mnK)elxIc8(u^5EB_!zxYBob%I;|C{g=8uwd&agZp>1_&hw<&inDK?+^1zhU%t$ dBZ8lhnWXTjfFiQ%M6>$}O_C&wKVG%2_z%#g3T6NR diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/e-handle.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/e-handle.png deleted file mode 100644 index 2fe5cb15d58df781895d9c1345bd3f448efc0756..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 946 zcmaJ=&x_MQ6pjkZvg`_i2lX^$_n=^YZ_*|-wrP{P0aHp_u*as!v<=;4VluU9FN%5* z{}T`X10Fnk@Z?4O3%q$0L0Bhk)Ai7GNan}mec$`$y*F>$t;a_P_YNqEIfUqnlr}}jD5vXJu zAqXLMK^C4zsg~*VidQ51+|1En<$|X=y%yDX+Mt0F2xL}bJYEohqOiiLtSG`mAo7C9 z@#Iq&;Z&0qO)P=Uph>jEA88%4xrs$iIz7QS);MlHpR;p`Mah^GR8`G6M3EsLOuC4$ zn=w&(Trik0^^zdQ0g6D*=nl~g>oifizCsvpX`^(LCXz5Nb7M|m`TRq=Q5!x9ZiDK{lvHY8C{>XubtP2|l&7~ulz zUt$|qV)JGQV-nefN$?!{%>;#Db!jcwp~WbxrKYJ`N|{%8YguFctF;(cYT<|&E-&pr zr7ldQfAa0NamiuZ`Yo{+|t8#nKeM{#1CMlbt591I5E{#;zV*yAZtdHv(dAz!P# ex%GY~)m~nsehatXdDUN8{)%j?Wqzm+Ui}5gDo7(?_TOmx9NJY4$1s@eBbxpy!Yl+qyA`X^Ufy6aa*;j z*`(_Y_TOalud|CPU3Q4oAuZe|6Br?`?BX5*H6IR86G3Rek^z zNmfLOeriU}X?ays4#0Bo)LZ2CwWe8F`l2VD9}*I3qBxmMgh^Jw(Lj`o#Uj&Clng~= z;%Pu&k_qCyRKY~C6L}%=Z~&Mh?BOxdc^c{E75s1|8^p^r(S(T!3`JRx*p*VCZT}zY z`zv%zn&>Lte+tL#X^6xoit#vdXyN*M%vGov5rPCqZH!OSEH;Li;CP5bV6;?l--eDC zFvI?WVcS|QhzSfFR5Nv+Y6za^YK9?OIWt#K3o;#+QqHP{N><93vx=-9Sysw5u`~8j zKvJ%I#VxMovS#o@>e)n*_Y}F62>W1hY0X<7i@H{C$#vJqaBC+EFxxBKIayB7YQ&*!&pzxlAU`+B=U-hRJM ezH%S8pK}|W^Zwq?-Iu4I*i))mb@TM7`{ECZq9`P*$_8I#^oQ!O& zjI7=H2N)O-15yV@gc#Uh>z@$r(l})xob3DY^uF(X@7=pMt>)8%{k!`d#~s)WvrX4M z_TOal&x^|jUG5O8M>=>&W^RJGnvVwv*r7W@ZRGm%mtRno<8~he-5%*V&!LAy!DT)| z7RD6Kan+M7cD)HAV1PzJr1O^_KJp;&b^b-kk(}5-`g-yksRw^ zV@q4HtQo?XMmA9ryh46G!68^B4TJ4kl&ySgtiN3gRlg+ZS398e1$%WBipQXv+sj`zyIxm+xe~Tep)Vz>% diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/s-handle.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/s-handle.png deleted file mode 100644 index 06f914e7c9adfa9c54a70b58f840e24aa7fc160e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 939 zcmaJ=O^ee&7>)|EEbPsLE(l{*L1CM(ZnMqMxTH<%223e!!5%kFrfq05lbuX$+M_qY zqgVgJo&^tj6$CFH#DCyHyy&@3x=q)EH6)ptm*;uj&w1HuKH1yd-xUO5&pEZ*eBI&S z^_`pik6yp|!IwL%-eVmyU^9;*!3szp0Vnc?sExc}e*O_v1mVX0u-juj_bK#ABzYM| zN~4&w1)*}1#-2Y$4D``3#HRT3-Fp#)fhj&Kxr!Ut&?r1zP}Es8yZ&PA8-aN87*tZo z1tP>ekVX@nz|<61x{&WPvn+xYgpEz{GN_*00yRPrC`rYFuc#`}bxA!c>AHFdG)2{9 zg}-`1J%S}2YR6#xh};_u2C!{6*1q`36i1B3P?l%2nKUa(gbroZFpNw?(+V6>NamP% zX#pn(xq^)npN26D2?m*>*C$hEiagTG6ry+|i<5Pkc){e;4}aMH_U& z+UP3Ye+nnvd5q*XO30M@ym5nr%vB6)6nTu$E+Lb=imef0BpHzy)H*tN=z4yLGsB}5 z!*!v96XszbIkqWs4Jix*XqAoQhHcdJvSO%eU9*aMxlvR~R#8*+YQ3IwZQ@TOgjvoF zuDJGAZZ-^2%stzPhR;#Zpd^jp7wcJ}p?aP9W5<#KuN5coxDAAAr#f4}u=^7}2$ Ou8&i1+85Qc7k>be2O@?5 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/se-handle.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/se-handle.png deleted file mode 100644 index 5a2c695c7896c3d1f431b6886c9075da8c2deb76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 953 zcmaJ=J#W)M7&fFrs8SIU3uQXF41C3(u|uqwlEw~+grmr@M8-PyC9zWbjC~)EKvyItBo-#bSRs{v5bn|>WgwjFyZ2tb&+~rXVXOIQYxBk?!!TQox?z*^ z68$gJ{l}NnIyttn*}-kp!(%srOvOiC2pXZ=hc#^pckaMXG zmxVDwGfa6mi(PLBG3dg65b5mc$4@K>e4TxwSb`N-;UK6_6WE?M9dA1HN$0F*P0 z5QGrBAPWzoRLgXB&Z`lbs(BX7P4G}>&w}b$El@=X1PUkTJwX(Ks&ZmMQC0CCkOWcU z1@ftRv7jlcCKbVAvBX>A_cYt6Eqsxi&JHk+HJ%@j$J|)vP}1kcQmI5aBq>iU^64bP zZkCVIoh5?-Q!fc(9H0nLMz@PbSZ7J3XDNj7iZ)6YWg-RRGdJc%PM|3*4K3^creV0U zPO%NoP%wD+b~6=#3POC?NC>-R!yLbQQ{zUu&iQhfG|o2C%LEvk}q9T?AQ&#VbWSLThNHtkdDzYT1d#1U>8ps=kFv3f$ ze~vAz#nNF2W8&F>N$?E%wFHG=p0pOMk40R|x4`=AW0BTkc@hjyTl-h5mnt$pR9p=% zxvWMXMr7U-GT6>Z|226OcN<2<$-Z~@k2j8Hv)P+F7q2m2kG6lGJhTtr=H7+!t1DM8 d*w34}jqA+&m%_K>pYRubObxSXeAwH6@dqEDCu9Hs diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/sw-handle.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/sizer/sw-handle.png deleted file mode 100644 index 7f68f406a7dcd5267ac9baccd0a37b2df6976929..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 950 zcmaJ=zi-n(6t+~UR7D+FkYGC8N+}ZY&&Fx2m@17OVhKl45{V25{mO-(vI6vx_=iZV{_X+IT=x7$dIY;XVR(0EeiBpf`Q`6_q(|W6$q&N!NL(yEqUa z!w6XrQ8vewkFp55V?;n74gJvIFFt?af$tgoqkqI&$p}ZF+Sb6n16@C4 zhP!iy#bQA&NoGwulgP?j%4V zS#rG<*OJz9Su+F?^=zWpe}=qTi~}&gwC=Bu#ayem;CgFgF|D;+kp?5O(*9NIrHS?r z+pZdy9#*Z7LfY>!ZS4A;Z;(EUecP;bvLF3kulN1z<@H~emoL<}wHvu7*G|t*KP2ko eo9{Q?ZEi_i{ZsBdee*oWUXpD!%#X*tSHA(V7bQ&q diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/slider/slider-bg.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/slider/slider-bg.png deleted file mode 100644 index 1ade2925b9538d3271e1d7e347888ad5b97ea151..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 465 zcmV;?0WSWDP)(Xv^q#-2&O*%;LzN>cyGb3b02wcIS)LL&tKv7jyP?56N>s?9AKeUI4!ob~b z7X%7sE`z|jt}p-ewfYDETI+iNuK*qa#H}?JMR6;HD6%XY4+ewo8{;@$rfE7JjYi%Y z7sKJuFNTPel+q7MDdC*+gGwnIVq=u&`N|lBs;c0e0}-`u!OV9}(-iyt{^oQ#q3eJC zdHn!j3E&Ap(g|vT=F=Hr00=(;u-IGzVyvPH z0cSG_h@%)PipnPfq3lCq0pKh4^kay_7&s=vX!eoiJD|+7|ABLOUQ)(2KQ0JK-@{ zyu)7j`v(C<6EH*YJ|wsIv7j9R5ekBQJQ5id6=fggXwMU{kZ2qZXW(#fu!9hG!Wb?{ zkGA6qcdRgw03k!b=7Ve=7j9srpWul=0s>O{?g$+I2U@Q1eVU+zA*1PhB-$QjIMND` zO8wtZ4(9_}2>Jkj>iw_8LcbV3fb;=`JduC_6)t3lArv1^6aaLPC-CF(!dJ5B70Ls7 z!cZO`PV~jXcT?#MHrHVIYT1KI#Z$OKkj`ZQ6cPaeaoDrjOemj@4sJLn6pFYP$~)P~ z)sg6o!xGVCS7#i`+0Ajqm&9X;H~<%1@n!z$i(b{&&9Nkv+MM7ebhSL5=saH%;{}`4Z8W-ApXnlYS^}7ISY=y-77!0;1 z!OO#stW+vfQc~*c>wjx{F*GsLH!^vproFPVQYw|kN}KK|UwdcO#g!?*LRo5Rszf58 zTzq))diw3sACr@ldcA&OVPR@&YG!6; ze0)4EE>0{K3x&d-o*q7*KQJ&bGBTpm>Bh#!hKGk+T3QAN2kYwUv|4RnU*FKsP;YN9 z=jL;jO4Z%not~af%WG696x2&q@$vE5+1bs_&3;#&YBZXk8+t+t8Z$F9v$C>s>pB}6 z8WIu`c!f_p-;4m)8)IW*V`5^iH@vJ;4OCZGb4rx2UcIVl*Hox9ZEbB}NwaoZcURf3 z9-BIF{(*mvtf;7{e|UUkYHn^`UtV55H8We))?cA~DK1lfSN6MRe41a>7*X^LEN$`0 zmh}ydy-;iAa{1lXHeFrE_u6aPU0ZE~)?HeTA0+a$8~-05jYk+}1}%Vpa_Hxr`IrATyZwi(HumV3_ptN8de&KKXXJEbkuQ3$rp+}c`8 zb4|3FqZxsW&=3epfXqc$Px4(5~M{(}YVv7!|0+XZUT|vWSwTVhM5VUPr z-;N29?Y+8D=5S3Zp$q5* zn$5J-?EIyU;sb`|5AGMuG!~6X1}Wbga5a{gbno}LfFJSZy|mkd7L8bgq7LQ0G%fot zvXJ^1i$=})cwAaXY|ixiA#7wLLNKG{YksSV_Kein6*Y!65PWoJkp;taKqLu^7Q=zyQ%FN1mmvQ jsft_2M!RneEZ9}U(&VfS-eP5q;XjB%_9T_K9#8x?Vz;9M diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/slider/slider-v-bg.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/slider/slider-v-bg.png deleted file mode 100644 index c24663e502bed2beb4e3409aa1fda40e03e476f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 464 zcmV;>0WbcEP)57DTG?+ zVA6&*t;6+R2gxE96#VGB960ZL&UrXBYb}+cC`y!4LA_q*ql_`6Y07XooUK+X|3mM~ zvr!cJN-5GbMJYvyE>SF6?T+U@pE ztJOjXf!3PEV$mFpMyEj#97`#WfJXp_?a*bf*W2-ZA0giVD1@Nf?b7LVm`T=F=Hr00=(;u-IGzVyvPH z0cSG_h@%)PipnPfq3lCq0pKh4^kay_7&s=vX!eoiJD|+7|ABLOUQ)(2KQ0JK-@{ zyu)7j`v(C<6EH*YJ|wsIv7j9R5ekBQJQ5id6=fggXwMU{kZ2qZXW(#fu!9hG!Wb?{ zkGA6qcdRgw03k!b=7Ve=7j9srpWul=0s>O{?g$+I2U@Q1eVU+zA*1PhB-$QjIMND` zO8wtZ4(9_}2>Jkj>iw_8LcbV3fb;=`JduC_6)t3lArv1^6aaLPC-CF(!dJ5B70Ls7 z!cZO`PV~jXcT?#MHrHVIYT1KI#Z$OKkj`ZQ6cPaeaoDrjOemj@4sJLn6pFYP$~)P~ z)sg6o!xGVCS7#i`+0Ajqm&9X;H~<%1@n!z$i(b{&&9Nkv+MM7ebhSL5=saH%;{}`4Z8W-ApXnlYS^}7ISY=y-77!0;1 z!OO#stW+vfQc~*c>wjx{F*GsLH!^vproFPVQYw|kN}KK|UwdcO#g!?*LRo5Rszf58 zTzq))diw3sACr@ldcA&OVPR@&YG!6; ze0)4EE>0{K3x&d-o*q7*KQJ&bGBTpm>Bh#!hKGk+T3QAN2kYwUv|4RnU*FKsP;YN9 z=jL;jO4Z%not~af%WG696x2&q@$vE5+1bs_&3;#&YBZXk8+t+t8Z$F9v$C>s>pB}6 z8WIu`c!f_p-;4m)8)IW*V`5^iH@vJ;4OCZGb4rx2UcIVl*Hox9ZEbB}NwaoZcURf3 z9-BIF{(*mvtf;7{e|UUkYHn^`UtV55H8We))?cA~DK1lfSN6MRe41a>7*X^LEN$`0 zmh}ydy-;iAa{1lXHeFrE_u6aPU0ZE~)?HeTA0+a$8~-05jYk+}1}%Vpa_Hxr`IrATyZwi(HumV3_ptN8de&KKXXJEbkuQ3$rp+}c`8 zb4|3FqZxsW&=3epfXqc$Px4(5~M{(}YVv7!|0+XZUT|vWSwTVhM5VUPr z-;N29?Y+8D=5S3Zp$q5* zn$5J-?EIyU;sb`|5AGMuG!~6X1}Wbga5a{gbno}LfFJSZy|mkd7L8bgq7LQ0G%fot zvXJ^1i$=})cwAaXY|ixiA#7wLLNKG{YksSV_Kein6*Y!65PWoJkp;taKqLu^7Q=zyQ%FN1mmvQ jsft_2M!RneEZ9}U(&VfS-eP5q;XjB%_9T_K9#8x?Vz;9M diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-plain-scroll-bottom.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-plain-scroll-bottom.png deleted file mode 100644 index 813a4d54bbef0040f3778012074d19cc8da60439..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 348 zcmeAS@N?(olHy`uVBq!ia0vp^@<1%X!3HFmR;x7vDYhhUcNd2LAh=-f^2tCE&H|6f zVg?3oVGw3ym^DWND9B#o>FdgVmzjx?Uqb5j&m};im!2+;As)xyUeWb)b`&}KQJ$C6 zlT|K8RA^d(v#L(RyT*nEUHXh6*CuRe(_0`mX?LrY44=&+PQK4aPIFhzZF1bRe|K^E zxsx;Xt*os6G0(I-f99b6HD06QduHjI9iB_H&$K*fqO>n;MqXl%_m|txzHv2wF+8Yb z+^&1fS?9xsQ#(v5=i1t&KjV4aQL)~q-0?EKHRNJ46mXq?n?vl| zw6I&1t&G|H4@L%ZGzXQ-9O))xzG7u zeZqtZ0h~W?Sei4HwOMt0ybt#mGuXqZ!}FD?EwwiC08{jWyjNR0?kwi8c)rWwet>zx zXR;NTST4etz_Z1-R%qht_dC;6>+iFqwN)`q7I;22cLRIYvU%Mnl$SXe zs?Wc$U@9li)%TXuX0=-|z4|}tVw1VlJ^cgw4<`0rYx!AsUaJEGfWgz%&t;ucLK6TC C(u&9c diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-plain-scroll-right.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-plain-scroll-right.png deleted file mode 100644 index 67fd5a4b6531949162494f842ac2114a62141aec..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^5w5tZTpi_9Ws@{bNvAu&vb|IG=Y)>MpuPzs{?h|HSAWAWvESUvNybO;G1E={3W4p zJR_ST-yEEk`R3$1HpB0aRdf#(Y~QXitG~hgfyqg6!(FQ77jjMNFdgVmzjxCPuappka}rZ@P&q@TjeK2?Wj*&b15@_W5QGu{S7U5OUzT+nS)wpZAsy6X9f0U2Ru2%56JA8{H0W+@V4*+L5uaC zk&M?T#nt)V`KDRGy+rqS4O@|?yszh9u|tv{q7?sdrX29KnC{say23U_W(T{Q=;U5i zT@_mfamBDSk*sXVk}tQV3%34WHtAlY_ig|C6^lMUu{J;7u;irALp{!&NBhMa-=_Y! lJokIU+tiq)6Hok422WQ%mvv4FO#pt3gYEzT diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-bottom.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-bottom.png deleted file mode 100644 index ffff826e354af34c93fc99fc1d202dfab9dfdb5e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^@<1%X!3HFmR;x7vDYhhUcNd2LAh=-f^2tCE&H|6f zVg?3oVGw3ym^DWND9B#o>FdgVmzjxCh~e97-giKu$(}BbAs)xyUfIptY#`E_XqDD* zZu18Imy>HxFz`%XZI=GLeSgBLPJ#3T%Pc3HO!?O=9a!h_PTqUl9ia0VJYD@<);T3K F0RR#`W-9;y diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-left.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-left.png deleted file mode 100644 index 2c352941f7c5b790c5a470630c044aa34a1ec372..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^5-^<$u`7(8A5T-G@yGywp2j9y~^ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-right.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-right.png deleted file mode 100644 index 82dfe01f6e71bfd3e54e97ca562cf7a7115c23f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^5(GSemr|4lZR7nLo0*3Wh( kEih58>{;Pki_!un{wmW4|L#^80iDC(>FVdQ&MBb@02lsIrvLx| diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-top.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tab-bar/default-scroll-top.png deleted file mode 100644 index b2fabfc32dfbeeba6dd594603065c1f47d6c9866..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^@<1%X!3HFmR;x7vDYhhUcNd2LAh=-f^2tCE&H|6f zVg?3oVGw3ym^DWND9B#o>FdgVmzjxCSg_SWCKf2v=IP=X;&J@#m5qW;4gzk8Mp+kn zqF%Tcy=-S%B9Ynr;L&-OV=RpmFBcxGeHiy4?fbX;i#VDdOm}RRGY`2xY1$5@%1O(j zetH)69?X8XqS*WVi#N*;Yqsw=xI;mr@McAR-zjtJ=-EDgKR0|^?rlBMdESM0H=k+p qzMa#y_|w0+GUv+`^pXVrnDaZkc)UHQ=(P#xA_h-aKbLh*2~7Z$%wMvW*Qj#UE5hcO-X(i=}MX3yqDfvmM z3ZA)%>8U}fi7AzZCsS=07?@QuLn2Bde0{8v^Kf6`()~Xj@TAnpKdC8`Lf!&sHg;q@=(~U%$M( zT(8_%FTW^V-_X+15@d#vkuFe$ZgFK^Nn(X=Ua>OF1ees}+T7#d8#0MoBXEYLU9GXQxBrqI_HztY@Xxa#7Ppj3o=u^L<)Qdy9y zACy|0Us{w5jJPyqkW~d%&PAz-CHX}m`T04pPz=b(FUc>?$S+WE4mMNJ@J&q4%mWE% zf_3=%T6yLbmn7yTr+T{BDgn*V%gju%GBPzbax!zXG<7imhP$hgrLl#Plew9TiIbs; zp|h(wOs`9Ra%paAUI|QZ3PP_VPQ9SSkXrz>*(J3ovn(~mttdZN0qkk3Ox$iU$7vo^ zZwhX=Sm4yF4|I$^C~A?S8YToxKOiPN;Q~4Eq@S7xOz%a&gdI1#S%86o@t&uPV@SoV zIaBw09}W;WF8n&EdzpoWhLihUtCz19)HnQKzhS@d!rJaUKSuWLK^n5LF<#r70%j=& zPfu9TEwJQ@g6ZEz-KCx7Ut=xj^LEyLQ2qX{_T=v;dX<6A3IUJ!LPN#HFYsw_-s0H! zYk~d+hcn+Dq%;H{&2P53@O#;(|BVJKInK9zU}35;KQv!poc8*ZQ*(BEM|US5LYgUaOk>@mTWv_lxfp z952+_@n2xyf!x!ZyaMYOsub&2UtRUj(BrD-=2K5x=kTtcuU^ zXv_&nec<>G#M{b~cq?eOmP{A3;+Y(?%@wl^;uyEK%=BAsmM?tFXv&>U=>dIbix=gt zzqD|>#N?AlJeCGk&PwK)J!RI}Wrz0^N6GiPEnAl93KW{U)=a9`+)Cl9sb7}vv4cBO yIw}n={fKzJL~aAK(W~o*B0)+2tnTD9vN2pfazf1cr-w4A{PT46b6Mw<&;$TOFaWFo diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-more-left.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-more-left.png deleted file mode 100644 index b6756e6a08ba5d3e37c8b0be82b5af18ea17f859..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 972 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-scroll-top.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/toolbar/default-scroll-top.png deleted file mode 100644 index 2a26ba95a4f844c00d7206690c6713637daa2793..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17867 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tools/tool-sprites-dark.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tools/tool-sprites-dark.png deleted file mode 100644 index 474088b6dde2810964099a0e238e39e30a101aa7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3249 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tools/tool-sprites.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tools/tool-sprites.png deleted file mode 100644 index 17fbc0f1f73117a75570d85aa37bdf0bf774c3aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3642 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/arrows-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/arrows-rtl.png deleted file mode 100644 index 4aae887d83388e9bb629df3791b80ed365e389ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 399 zcmV;A0dW3_P)VGd000McNliru-3J2~2Nqx*K+FID0USw0 zK~z}7?O3r5gD?<0P%1`AA7vBLLi0@);3t3u(zt;>lcYx(h1O|YBwz!^2$1q8(O`qm z_vf=A!UVL|_-Dirh(IEc2qXd>7AK$1RaJ$KmjHMG$omaNQEW0{rIeKq5$*1vGk_O> z>>%ct#b@B4vMlTGhb*pXYz~+}W-65|sCYdwi61^LCoJV-bI=_?>*)VB?LJGYHdnH+ z(yQ@NN_q1c2*k`CfE$3W*W|j7iRuO|DI(gHk2Qms*;bjcN{(5%2@MM(+KrDhq?x(- zdRen@qMgZy+_Ta)k%IXcH+u1jXRQCHXYRPHeKna8g3bAio`aaV(^{u1or78c7qfeW tc4Q$qw2fkdF=;sZ@(Up*jMFslFn002ovPDHLkV1iN4qB#Hn diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/arrows.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/arrows.png deleted file mode 100644 index de10dd6fa912c4854555c634fae2c656344baed2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 416 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 Aa{vGU diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-between.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-between.png deleted file mode 100644 index 578253182a546ee4b9000d262fb49506e463f935..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1203 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 PB5ZHH$|~P-)6V|{Sf2PC diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-over.gif b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-over.gif deleted file mode 100644 index 2e514e7e1795e34c7a53d6b1fde879dae6fa4e72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-under.gif b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-under.gif deleted file mode 100644 index 8535ef468adf1d940c3b6a383f40daf2c20ad0b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 141 zcmZ?wbhEHb6krfw*vtR||NsAYpMLrC=g+TSzkdGw`QgKdXV0G9-rf!r2g{=nia%Kx z85lSjbU>mYGZ5|5zqGpzh3)+XVdi9c^ONCTAcfW bGgxC?SsD`zc(nH%K4?(!HOt?Vg~1vCxZN~o diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-under.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-under.png deleted file mode 100644 index 3ba23b37af01abba905be887a7806b1578e4771f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18240 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-yes.gif b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/drop-yes.gif deleted file mode 100644 index 8aacb307e89d690f46853e01f5c4726bd5d94e31..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1016 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 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-minus-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-minus-rtl.png deleted file mode 100644 index 2ffe7b2d30e47d4891b42a6a55f6c17ac5a15a5d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1047 zcmaJ=O=#0l91m1vOodGpX1zSJp%ZMrx_*UrrEA(XxQx+N){9`8ysoj!hsoQT4G%JR zaM;7}swfPET@*YB!UPpRU?7NWCy|{zc$quuL98!b+j+2tB=5aHzu)iw`BtYU$4~V7 zdkKO#A?AcUUQgn0pyw$5|G4~^#mgC#DWYk!jB2tCiIi%VAP{wV7UrR>E?(b)af0v- zX@w#xN)xXhtZC|9>In;_yz*OHYgM4$v`H6uapZ@wgfrY6Xlki!*Vo(-*A8(;X`4bi-6WcVsExu=JP_fc|>St4z3H zv@2UQOEF$bZJ;FmAFAsew1e{SFy4O(JB39H(s}5Z^R|K;S040SS$x`tGBWLgY0kB) zI8`x`=~PS$q^HARSdtaZ@C+B43`yce!$Gp4Kv77LScB3ul}|@PoWMpnHWbOQY$h0u zMwt|sWg<~7%|>HPn=6>gybcZ2=BkI>U{|g;47!Cq3((dUpqjN!9W;~XweGPnUG-XA zwR9B)Bz>b_ zc6Wb2T=VypkM!>l6Dy|>LVa+1<4z8JdUO8c>cWE;^`SwLBDbsc9qwB)veR1+uKO(1be_M;`qDj9``-<)w`-R=Ec6Ip=IS*1y diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-minus.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-minus.png deleted file mode 100644 index b39a71df53fff464948ceb24df55d4301bef537b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1059 zcmaJ=O-K|`9G{THEXBS^mk#47eJt+I$GWrb;3VtJt}ZmTtQ+kqoSk{Plg@`T&vsWj z8H7bi9qL$NCn1A~A_~kvvgptyq9Qy<9_rEuK~j{xQFraoHq6X>@6Ye|`+vT(iJq>S zYELzWVKwn?F^Se4=&P@)ME~zcr)jh_z-Suwn*A^*+W?EGW(MGKT^;~QAghJpXP_O! zDw?%a8m6VgoMP&J*~R$tx`o&n*4~k~WMvRQJOc(agC{;cd_>@y$`i+e5+zvz$ZFlA zHs~GgNhza)N?0X24&m*24hiT0%6MKMG8`_?6RWx$+Ph|wz*iw~kSErHN=pe`Fl~Sb z{Q;js(KODoe!4ZtvUCg1P&7kQ=w*F$D;H!rCWNm)1oCF9{ajLvt@}bJp2$LIaU_|` z<@~vT-?RrvIvftW8Vut@2%l3hpq%#^PE%1q1dd{B7Sv1wcNOJ~IRbeCMY@)PZk1#W zXT40QU}RplNZL=iDHVZ|^na+Xm(UJOf{l3pDeR;Q79f+rF-L3#HLkzOb!Bma4P{D34Yn&BD_t}-NviyID<4F$wSo=O;L>He?l9;U@+<;dI|8NOYx3KX0+C@*SE>bfqo}ZkUs2#g^;lcQ}J^ZP!d%d$&bFaTO%`JiE26?ij zZF=^@(n{T(r(Zm^FA~qMue_wjFD=g=pHUlo6hc{S=sV%{dg~*%&+UKpS@i6}=RG^$ zEc`e!eDl}*$K*buX>+hZXU>GSZrNV3`^nYCsViDn&E$;;wy6^P*?)RQ;_ttAuWdZq KBi`!l8~X!+@LG-l diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-plus-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end-plus-rtl.png deleted file mode 100644 index bea9892ce6f806769618fd2996e028299d590957..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1090 zcmaJ=OK8+U7>>61q-e#8R>hbKD!9oe+s(S6vF;|j-NmMq?TULeo6NScCKHpXn^q4Z zwOU(2z0`wfeIOpJAb1cw_CX)=ArKJ+y`-GxPI(-~XK6=B9>< zCDls^f~ZKR z4ru9W%4%KhT2!a%caU|SfCWr|RMIo|Tdv@V)P$~p_r95-$O#B)7pcjha!NBPK?jgw zIuy`?EKBk{&DMr_p4~=rL6&2J_~ip^tq|q~E<#Q{6!zxm1tB9Rr+nd)NVOqk3k*{% z7U^P$hE6NPMx#+*gX01i5pX*#q`p111Ap*x_inafKS+l`TjPP!V*p z5biHkvAGQ*=(a(dlv;Rli=t|VEB8!cuL7 zWfNSS=Oif^WD|*SD6*Z4l(;g~I!s`p5?7z$%5!r4VK8m%Sq6@A5a>w%f-y@h zaX!gKu~&h_1=AN%GNgAh^?PLIz;qTra~u9eG~uO>RBcAr-byfE91>0^<`guN;zbk@^yI;lJBjQjc=MZdppz4}kScj%Py8Z#?DQe-g(`@0E zv87nZWy~1EM6OTR6qPSTzG?L#25s1NJeB_b`YjC{Tct0F250yh>^Ym`05-<8rZw(c zIh!tQfPAD70T*HuMDC6kDv?T0bQQ9X%`6Qj5ZqVkgP>Z*HqcN2fyiXi7RU2Ik{CWK zN)mq#2pli49C@WQpH)Oj5o9oZXyPrfJ4#)zOns4)O7}4K6_yAq{ESi%_!}KYl(smLo0B6>>v-sie?)Puu79i4^nXbnXDI1%R~ysMyAj53>T-A z01e~+P}iNILtKZ4@%~ddY>s@$)?tVSfkhhES&LoyiWWcOT>As=WB z37j!Z%kg5v*$Klil&TkE)3abzS81ZbIF7B9q>3Qx#hj>RWu7k!B}ve<3dfhrVn$vU z{hr#uUXB`I44QN*aoNxb diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-end.png deleted file mode 100644 index 2eb0ed0cdc6a3a99d1ea1717dfec90454c06f346..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1025 zcmbVLJ#5oJ6t+|eRh23sBvk0a;R>mhi0!-BXUD3kQah%Ra0zJ;8FB1uV_N%+eI;&3 zHik-UObCgA4K@}SU}a-Qs4Ef+Fu_DQCr!&xI$+tpyLaz>?|XlbTC3Nmr)H-FL6~l? zIBmY3%RQYjm9r{EP_okoE{@#{LFr6F=O!|A8zD!bCsnbXnKC zVFomo{8C3M;*?tp!s1eq`oSh)phq^M#1g-~eJ6q_w8T4_r+BGN`q9d6M%H#$JHhT| zPz%MSYhbZ3IY3O94~lpz$<4wNhqxx+mtt82Llw4Zi6c^7uLW$H5ui!cN}xapFqWXI zVGOSVq(CGq{KXZhni@8d4h|oYd&|Ogv+cNtzWB)!`;4WgEDr_)X;77Dwjsk>tyW?n zRN)$xd?#UkQAzT-F@i(#Ad6BK(FBx;evfW5OXN&PA;hWY9RVl#VWN1-B4pK5E`8Sxp-I+SjWJD}C4jOKls0(%XEdCw1`q!cWa z1scWckSuyYLN}u^7-ravPGF!angewgDcZjxAK8ZglQo%>k<0e@t6jz--h<`#sQLNf zXnaV*XC~vr@pM6d%?C?vI`vNRsrT#PU}@s==l%WP&mPaZXY1#cug`DI?7f-16{{S|W@FWPwS4#CAKA$~8vpp{ilt4(S{v!zX1H?k?Ut=NmOX)t@+O$Uz zK}7H@h~UYK{($wMS1(=^MA7{LUOei_b<%CS9;_kB%)C6$^M1~QTJ`GM>c%R=Fl*+v zQK#!E`kh@lLH|E*ycFqjj+9%ZfjVSpW5^U;)P}(H?JlfC+a2A02lEWGblz*WNXyz$ z9prO%g5hF6q-=)C7vj)%`jCJ&?0SL5{&@X{1)i(1H)Tt(LLK(J?J;#0Igy7es2Tu@haD?h`Z5f(eB5HTEc|mQ@2f!Vt(@I^_tW2o!}AGqR$H zmw_aR5--qKNr@R%R#YhqrVmTKVYj2!jmp#)J!x!@kWl6M;c&lHyPm*sT!ijS&YJ6_z==>bl#~Ohz;UE6uEh9vL3KfmAa|M^yDXHEg6v#S6zTy6TM(W2%DlNCVfZKYY>AnteAF+{_*rV4NN0N&kJf)b!1pIrirg{4M>(F2l2?pyaY+y*J^|VfO}x3rl2lM~ZC~V+qN^A?63f=>b*3I;kXvE7 z@$vCMgXbdz5%C%}*8GU=g*plf^mNyBu!(FCC~9T2f>Sh!bSDMN>B`z(yG*2DtgksN z$3%maIzUzZKh(0iXb%_QZoK~#_KFP$vIXd&6;~&XTM7lP97%SehLKxDXt`6x*($=w zt0D);b0Qd1HQlrW!;uz4Ri(V`Va?WIUP;kJgE37*O7l4-nc!lA98Yjumd}X1Ea#$J zHY>yuNj}lxDo9_kpp83RW0xE6$qk0Va)@UIy5?DE(AvLR-7%5*3AWwAC5P_lLz~RIO9p!(OCKPYqLEk9MgLRz_xAQ=pFn-RmzF=@ zxpMNhesf?*+t?gqL#y=ri*F9zy1dvoogCb={&MQsM`u`RKIXJCD#J Rlg#1ZYUZ;u%EQd!g+DaHNC^M{ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-minus-nl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-minus-nl.png deleted file mode 100644 index f2a805deb052aff3a0cb21935bcbf699620721f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1040 zcmaJ=O=#0l9M9|=V>%H%SchQ9rufx-^=l2QwQE{iSjOlo)`PM%d0XR_yfk@Rv*E=u zbX5^l1P`J|_23t%7ZGKGA9wMf7pDjDAc7YUPUcJ3Ru9&Yn8kpJ3H|I$D!LCUbdoS9*x3rRF*A3#8p@TWJZ@KKo-dAZ0R)^AP7&N zmdm5OG$bfcr)3vIJGzP41TheEOj(%(h%A5!&4^Op9zUf>O^s5AgAyy52~gD1a~2q# z8_p?nlS)LTV*AMfN5BF)Kr-p*Q-&=#QL3gZ;Js^RD6$4YlTm6lsJt{nCZGk#Ano@l zEXR?d5X}XGp%Ax^&g@o7LXCNau7~6 zsyI@F2--zxl8Mm}xl582&2SC7YYa&eGKP(0Ljf5vN?{FJ(^MhOr^Nm+n+hfZVUA1k zgCRbVNU>Zp8T5zy`EY|PLSaG z<_Qv;J(r)|jHAH9+M^$qE`7f8rLAvq;ntC3sf!oVTey#b`S!cq;MK)+$@}XDdvC?h zZv49b#K~^%Q|$To9qUTR&z!5id~@oWcK=1sh6ChVZ?%(371sQW(GQ*8O4a**p*pm4 ndC%7Bqtm4a^V=#NZS7uS=GFGSPdwMh+&h{{4vTjN$11-8b_-1t diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-minus-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-minus-rtl.png deleted file mode 100644 index cefb7045ea34e42fc68f83cf0a09c1506fa31a4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 131 zcmZ?wbhEHb6k?EISj52a;L)@DkDfhv{Jg!r{lVjB3^1VhlZBCift5iABmh#&!0ZvR z%j%E8spre~u6cA;`KLTX-8~NmrighC-ID}fY|D~4*TRr;^aJmK1^pW?J?z*ha(Zes dYnsv%k7-*+72fOnkH{+?2;FgH=FGu z6VVNJ5E1d9C_C$L;7wu74b+2(2s*~td3w;J19A1GYda6tkmSAheSDkc>eSkY0C> zOZG4f$#HI`*UNFt8ItudEbYNB=VE$!FUPY!viwlko2iWQDIrnzg-;#9HW^)AmC`QtP3Mt)})Rk+ofBb6$JrUvZ)$Kg*xddN?AC8LKKd4HwDe8%Ia3R zOt@gQEg3Z9_Bbh3fTH++sHRoX7D|D=c>gJEWhMAeQRs`($LUy(@6Tw~yre{q^mzg=uYD zE6&cmD6Sq7$S1|N!)x8Arf;!3$KL;5`5Y(e8i>BSr^5%n_@|van~V<#3(?Cr{s5#9 BSc(7u diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus-nl-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus-nl-rtl.png deleted file mode 100644 index e1e6ece6c0c0b60ef3f433edfbc16077f3ed8ae9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1060 zcmaJ=O-$2J9Iu%Uf-XVy0Gu906cg62-P*B+IoSuYgf2K{+{swl2Q<*W(mvcECM0Mg zL@plG=t(0nUi73VN#sC6P%kD%4KW@JXT=yl5;5}?*zn+N+P?Sx`Tc(X&o|efIpwQs zuA?Z*m+nnw$=X1^##%4=|2XrIBTExbXx zqUZ8BFZW3*G8o0hFh#>6Y>MiN6)i;_g%}LNVcm??;wOy`ImFo_JVG++sXzLfC)?*_BY$Yw})nnnS z>g{l~>ahf?a#<1#>$di1DFf6siXSzq+-AG`QrZhmg1`CZ-@_ku*r?WWU-C{putd#%>pTG7`<}b^Hl4~OAH~nl F`~j3~Riyv` diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus-nl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus-nl.png deleted file mode 100644 index 3a401eaacbc7632632df2df04900cafa9a168723..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmZ?wbhEHb6k?EISj52a;L)@DkDfhv{Jg!r{lVjB|NsAI00YIJEQ|~ctPDCJ9!M<% zvrWXVJO2z$d9L0&DT8-g-RujMEFK)U9A?daWy>&YouAd6AK}%jVysq7eElVRLP+D; U!^=JUB79WSyw*mo*?qDKa`vw*IVf%1{gAz;# zs0ny5(UUQnsEHc&X4FVb1c{ocfeTzbcp?Th9`r)yD{SDw*|dG{{qy_%{-1B6v*Sob zSxp&+VHNQ|)5AZXq^?g`0Dhtn>qjr$Mh~2*kH%F9}>z1>yuN`6Vj~`n0xT z8*~kKB$eTQC8QF~O?WuRBLN*i8PDkhhQsFsVojGvd)G`6_!AEG>vl{NjI<@M<2!+Kh02n^m0DBfoD0M3F3u^K;CRM!zaYnf-iIuh&~7{o}#kZ zESU|Errk@?p-{-xU>F}l_?#gF$~m9mc#8@ma1>j!pk^Alt0 z3S~kCqjIuE(WKu^sR)#$|3h_s1MR>B*o^m|!cKC?0#pJx=Af;h#$~*&D~pfXK!&EB zG|hox6+8P(XgYnSg-5$MyiSr8&2SC%YYa)^-0jBTqQl1M0|U*wjRt#;%Dh6C;znGIBy)@D z9voX-TFM8?5Bish<)`C2uK)b}BhW78KXyk(M(^*sShw@o@zvgGqo&^DJN2aU^vwC^ zWAv3h>HIxVIe#hjPTBJMC;+uy`|HSy3oAn1_~nV&jv2`|rtx zb0a4vx=C8V1-um{|%`e0VwiSz%H%&d7 RzjMgF!0}jz_^_pC^bdRmUh@C| diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-plus.png deleted file mode 100644 index 03e202af87e3ef26437c5aa09e09af4ab36223fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1071 zcmaJ=PfXKL9Ii465HJKK%94dzh)UwtwX7X0n`E?`ELuXwh&yPcYagtE{-J%i4KIow zKv5yl#6*ly51us9c#{N!UOW-w%^1$cmcTAPt|YDqJwe3b9a>XZS#n zqGEJ6OY?l(PsL(Pd$5BJmbro#8CZ#Hh9_Es#d6{oA894fwObG6BeAkMoM)|)@xukGVkV_&j`fa|=g Zeh|yvU1B;fznXKda3a<#JntTy`~xz=SVsT= diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow-rtl.png deleted file mode 100644 index 166e163d2471f278690c86ab241074cbf4e99eed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 74 zcmZ?wbhEHb6k?EIXkcJyZ*Twq|G(l-7DfgJMg|=QAOOiQFe&!rH=KUEdfpt3ORshA cxqp6J8?a!?k{_)rmaLoEz4e2IJS&4W0DP|;C;$Ke diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/elbow.png deleted file mode 100644 index 4bf9ae5cc1706c56efa7fce97e0437bde9ce68f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 966 zcmaJ=O^ee&7!DRi7AoRFbWdYeLBZy$O}Yt<`Tx52nkUOuY_xC#b@0#%Ayslv8-j{wbzvP^&gkJMSfHrXb+_5VEptn; zk;hnx4-%geHya0o(% zcx0lHkF7Z4M{9Ei9Y%KO2G~VDNEod)8eo+snVyv31q)g~nze~EjE${;&>*zQ;5utbs6f#|XkipK5!#-2vDQNvMLiS%ts#M% zre(W+Vz@O$n5I(kBW(FLtmrCDI2hM;l)NG7hFr>tS}xD?hOi+CnpWm`!w|Fibs;~; z>c}2=(8qJEbBYz0ViPfV0g0@`(0v4*a)>-IEn0Dx=OQfSn_->hxn!4OS&|H!jP|cl z&rL)>$#x-Ja#%lMA!jK8*zj*p9}Yu^qIe!qCWTE19Hf7B;0 x_x3LAzJ2zt_u0_C7)L+$xz)k`tEWHD>`*D{@{Jw&?BsjGK~;>Z{$}IB?jJl+Fl7J$ diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/folder-open-rtl.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/folder-open-rtl.png deleted file mode 100644 index bb896d8418a479629b64df8f9f82ed433c3fa375..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 995 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 LPUV}8qtE^WX;>p& diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/folder.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/folder.png deleted file mode 100644 index 4b0205404836c064f1f751fabb1f000b63c479e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 978 zcmaJ=O^?z*7;YpnWR+wS4=Y}F($z$bw3MX<8Y;3axI{|`kjTMPg*IQP0|+c&IU{HjPQ&$eC>6 zCddae6|fP3Ag~9HF9!-c*Olo$H1jN&Lr7m?Pl9UcHK1Y-0g>BH7)e0@lEevVQIdok zAe9tSe3HIWLP*P^B&RZ9@vzjJXLjVeR$lm`Cxz`1;>tWf8jZNoE{DA?FXVE$P$QK} zP(;EXI|K#^$KP2hXvjA_%Ow_eK&S}Yct{kMMtYKh?XF}Ue^Dk{Fg}1TFL22)r6o|; z{|~k871}3tbQO55ud-E=~_##DjPf>Py#l9;_kBd+*2Z`+onvw_jOZj!w=_ zG7J+fuV_`ePKVz_g#NGm>_EE2NU=`V@H%Nj4>36tHxVe?a068lGe1*hB<0(T3%y?2p%PSYVkddpn~ib+>?8*2=Dj)^=BG z#_pyeo9xm}uox(mz(xduz}|9vB~aNeuR`~snP)-Qg>0(qSyFYq0t(neAj8ckjHDm{ zQRIYlMihk`Ae9tSe3HImLP#qaQAtUl_pmgYXRa$%t<;M}Pb%9Y#8r5{-EMR3c@BFU zydcYR$dO7Vs7J!zaR>|&jz8CD(2#FC$V4KaS>ldKHl~WI=J<@FqEqlJOl~$Y8Y?zyI5&q zg8deDL19exHs}_uSi^G>hw}BX=I~sk zp;(?K!-u2&Yt(%c)law`2$voP(nk)}yGMon;rnMmFGZ`Y5tX>4NaIq{l=WmMp$O% z;_=fdZS-3D@KJVry0iS&9B0R5?oy`lb(WcKFwdhi&kpu-bsCc?7gx0x`NrNKBLF&h diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/leaf.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/tree/leaf.png deleted file mode 100644 index 6acb6358452ed4a97e1a16ee4b1fd04b165888b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1014 zcmaJ=&rj1(9IqiUfKE)j2p)JA4v@J17;CpRR2=InBbJb{$Pz=sTl>ZuXkTp~t`HB5 z!~{Hg@`wkoM&pHqgNAVN=7AXEpWsCkt|a)nvEgCZw0%GF{d~Tk@B4n2SpQHz z!!WVJj8>%M?da>hPXEKF=a3GABwr>AxJv5KM@-hj6$A%K`FR~?B`c}mVlkYK-r@ml*7=WCeY zpoTq=Tadw+0ZrSDHpZI>!%zxtK%i@)f~K;RgR^Z*Nv1MlI+aaIdP)?S7IYGI3CTcA>V$1EZxTrXcn#5U9@DgVp7mkx};0g z1KqT=uvQl>Eo@r263bIDeAL>1THW5F{)wg?(0Ja*tjr8{$NAFKYcci_(orA6Yp{4CtGd;f=ZwGgt z?VUX>#+b&?XfFNk<(r#KV|FZdIve{0{|xsnf_sNYkM7@WeRL?H4AL7qN+nw_2f=+UEziHVh!mDbkQ(b3Vsir4F{tgM`$ zpI=;DG@H%WuV2s2&8@Gm9~v4${-26|O6OjU0mG1Jxe{s^6uZ0^Qy!d#aV2oS4F5BmJT`r8_|M|YjS(Z9_hn|nWAY#OL z{a zBO~mY?p|1%6NG6eA}x*sa&d2(HI|d&J+~e>vd)v_893Q8vj=thn_lpRL-&T3m`kni7)I5~O^} z1SlY#%#e}&)7>8TTtcII;+eAz1qnOOwW{LP@t0wUK`$8-6q=a|Kh!}fYI9xlR} zh<7%9)36CjR>uB4WqX79YF~YBLWQ~HyU%-yeOKaZeq#nU?qE}vR@-d(Rj04IJ?6OY zgnoD^CM2Le2zXB&0JvnNdrh*SqK>9Aj-t!4sAn=p#~V9kIVYWyY@4qdQH(`k!#Nxm zwdKY$H?NAqCEEC#b}R{Y`7JZWmn1%bnZB4U212&!ut!!!5V$qpu4RaFf>A1aH3W&| z*=mpQ3A)aH7y$%ZXDf{hN&0P&lnnzUzl{9#_xc5ue_WQ5ap#1`$z>`Od0X!~8fv(b z&bNI}-Vc*9o^NBhO90}{7fX~<=yB9y3aa1hynCsSBpZHcQf-VNh@!1kJjf?3gixte zFa$=tcBCR_0CerHC=(Fd1etXyWRE& zYqs@3G%xey1zU@_b^2kBuFG~qKj-I)+xAW1U@htWYw2~_|yqFJTSvy8xLLucSEt0kI(H@i(48~9+C|{_@?Iq1s&8q+1r*(}wcUbl0+5&oP zTsKNvPo@6-*y7}dmkiEIOVWc^$F|V^aZ@GYs{EiOY8F>d-MkwXIXifE>XV4sI~$jm z6nqhJduH-kDWFMSEVUaWSQ4ihDnSJZA=-`dgmx9p*W&n2I1(qvutT9WO~F^QuBk1( zAiqyd=fH;2Kl&S(#1Ttj>0?3iM(5+5k%I2ut%B?qqjhtQ#&m<2Njo$#@KHGaSyn-{ zJ#2Q_juZ}qez&oJb8LobJT^8RVGDQ=2n&<+3?9I+_9{CH$^05!GwV@?9;yF!X*<&} zJ5H%HQTm-6h%_qRjmjA?Fr+taby*eG?LBI`q8^d-b$+!~yo>5|_FVaAr0BpDV{X^L z4+kwvYChvV@xz!{{ctyiLS8Dx8jA9FscEbe?uy?lgylSx`h67`Jh_c+ctuWeK}~A# IBU-Qj09?5iw*UYD diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/util/splitter/mini-bottom.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/util/splitter/mini-bottom.png deleted file mode 100644 index 241209e9604df13f808183fc6bb963849e1416af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 456 zcmV;(0XP1MP)HGeF94naEYnV1EEaAUhPLB4 zwr$%M0P%xP;yC`&TE~S#A@)2^1K6cl=K;8|OxiM^&rkaO{-)dQJ^@$(;3L=aoleJZ zwOVp7AT5}f`QB6l0P>P|CBAFzK6GagzrFKFH&CH*Nvmv67l(#?ByfnsS#TF=`jg&I)_xnz>+57@Tv?=v9p68h&OZ*s`KhE*f{zX8=b2knN0YCz9 ctFi&eJ*vTa;#YIu&;S4c07*qoM6N<$f{>898vpV0Sk!_e>bdeiZE{IFWB$|7R(SpmTJeFHqT z+wJSgWRk4c>k|T+6|yN$N;I;YKOz&@S;+w7|-(@urUB>n!WYLv02qK$sg$-_t-xA)ud2&@xCK!ZxhRSpfQTp{z{?iwuGl}?KMv$4 kkY9K76R^N3pkMv=Z}hTyxEQI5P5=M^07*qoM6N<$f`w$gN&o-= diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/util/splitter/mini-top.png b/src/webapp/js/classic/theme-crisp/resources/theme-neptune/images/util/splitter/mini-top.png deleted file mode 100644 index 4a378a397645e8ad784d052bd2d18c7e976928ae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 430 zcmV;f0a5;mP)3!cY)B$LOUEX&cg|oAx*K7u>khP4OrC5&ALyL`&&P7fq1VfL&JbQE2bw zHm~U>Lia}Sz%T;?Gn|<@LlJod@D0GAUJyW|@&cf&e4TKc0M-CL0DK)=O+>sZY>>Pt zio!F-&~@F?aU3lowju(OKS#Fn0o*le9Xa_8z>qAnEc22iDMq8w`)ai+@;vuQmH>3M z@mf$T0TF4DytdZ1qbSOHz23`oI*t4N{%aIPnYFe}@&-VwI<4~}K+@G(-_B;U&0sKi zN|Iy?AP>WEGaL?|=kxj27!#1ZJWB#`9INqo{Mqex!#IwA0jPs577N?yblxVD$$Gh5 zs@jGoA`f+mc)#CY?RGomd7e^AH32yP(nXr4xz;)jf*|#MUmpa0goy8X!Z&(K9L~@E Y0{}pf|Myc_(EtDd07*qoM6N<$f@tZpNdN!< diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neutral/Readme.md b/src/webapp/js/classic/theme-crisp/resources/theme-neutral/Readme.md deleted file mode 100644 index 4d76a0f..0000000 --- a/src/webapp/js/classic/theme-crisp/resources/theme-neutral/Readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# theme-neutral/resources - -This folder contains static resources (typically an `"images"` folder as well). diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/magnify.png b/src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/magnify.png deleted file mode 100644 index b807c42a421f33e0091dbec769143512858bdbbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3385 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 P00000NkvXXu0mjfuc?BI diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/fade-blue.png b/src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/fade-blue.png deleted file mode 100644 index 4dbf08b0df68793377567aaff8f05288c090671f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1347 zcmV-J1-$x+P)k$;9x@~{S(z)y$+^Uvj5{v3yhv=9>C zLfkqyS8`LHQwn!zZi;^G=%{D=+YwDb5*osQ%1L*Z`zYrCnheU6=-?uk%NH-40# zneJ>&RJQ>2P-Q!M?-aO-kvx5FEaQ=KmtEm zse5p=bXwTmt>5<L8rNn~Q7xCI1F9wHXjS8{UllIJDT8nBeQ$POq+ockEYb}OYz?hzqASJY$2 zzkE`Ht`%U%E}E5t8nG1(F9*-03&cV~c4kixP)mCeh)wHhps)FNWp?MwR;8rI+d|#Z zlPX8?fg}Qt`CSG#EVgjBI5G#r7Q>(GX{RE#sR$eL@YE3MofqHf|Iay{RMd;zwE>`ieH{TH+1WTg z35r5nPM5W5tz&Sg(_7uzP(a;0Ln$uPck)ai?UAm%Pxg0NuewkPG}8BA!BUl0xR zJm2IUJSLn~K}zeEr>`CCy9_?o=4Nrwkz;j#1!_W2Dw~rm_Qa4ua4pO(A7SDFmd1@* zlBx-;UZ|Wl+)ytI^>XI`;+7gL=xD$L|9R+xQTTb^lJUjI+IHEwOkSl-BA?@Ius_AF z0;DD;Du*6#=XTpNTv$(Z%oP7HAH3yH^SnLI$>h!m@)~r6w+pQsm6M`Jgo2kEd&SCz zGZ(}Gra#@N@vOe-xDyL3Qjs26h2*2#5VBNY8?sf(`vP$zj#!_}MIyJfeXyU>UgDQ) zSFG^0P)`I4_q9Oq6?(+MPHHdUtcNMAP-w-So<3ALY1<~ScqLm;;NApUmsPotV&l=Z zDyZB%LB-4_l^a?DXuppbhEec-QAF*=!kK+rqFy-TOTCky+^$u8IY@|UgDjNA(09p0 zGcqXs7!IQ*jea45VO&o{+OOS_neAFzOCelZekaPBd0j6=j2+5TQM_rXHJUe2PFR2q z6D7v_q9Xjp|4R7^eTBY4U!kwiSLiGB75WPOMxnm~3;-59MT^#ugrWcd002ovPDHLk FV1ntmZbAS6 diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/fader.png b/src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/fader.png deleted file mode 100644 index be8c27fa2a09db3af3258ace40ede2bdf437cd17..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2404 zcmYjTYgAKL7QT5WE z>Y_YEmb)(}Pms7rU67ZSr_MdR|5n~w1fjo8#ANBkLpgIeE+P3Ns5F^{Av#2u#FZl4 zR=PlENF$?CESN|av@9Z!QB@T}Gz7&X1k5b_|83b-CL!w6h|7ebG94msc;hGRnmWzx z-a(dA6V5G?B4P6tyC@7?5zY(YguRr28)2o-O6a*9QECHMy$1VDB9bECNwWwSNa8L# zJ%6qMD_Z(gt3z^#6O>Y%z8SA5w1rSjUnGEAC7JB~6WWFy>bvB|52pzNo$W``Bf^2e zLFKs!|5$*K;gF?_rP8kJrRNDm17*xDW6Bny*OXboijf~97RXX&YwS{^Ne74pS_g)Q zOS;J-VH00nwXkDct66J1%5A6dybwY+c{-v=Ult>hBLZCm`pWf{M?woSNdPA^_|6KN zLu(n%{zxBEe>qa3M&gnZFU&V|8~Z`Ebrm2W&=9nleofi z9S>@BO?v`7$h^M6sNAXNs!kEsQ-KT(pBQmm)Y^#KgUf&y8u(}%aSJ=?H7xD9&0LNe zQxWeL0>b)jd?AGtQt1TZd6-X7PTln1Z>O){1hrVTB%s=<$aS~60;H9MZF8d63{evM zh7I;a>h}2pePDC~)zU)DBq3xpXuv-yM%md_bsHaE#7w86QhN;l#AGVjc8NqrZ)?ql z_&zZ`dLCA(Gu7$(j+EvA$C#JukoslnSWwGK!YR7CjT5|CPJzymMAqv5GIN@nkG6!6 z<Ga4J@|WS<3cxD_=^2eg(^W*?IU zn3Ohk^HnX4gtQ=}3`C~<;YvRCYbpF%N$5zy_WVbhOaZ8JH$(`%X!IHBW*DM<$^1X< zx^$uJ9xw9#f;^XdGE7S_yU?2H(9|r2d5uxi=nkb$-4&jpn)3@t zg{gvX%~v$M_Iq+ETW_{3V97Fv3ePh&M_DZtuzNU+%5zp^X>4v|pt0q9XKY0ev=*M5 z&kXT=nKuEW$F6Cj~4`LDk zmw+98At?&3$l^e6I1-IYcZuari6H=}R+_)soY}U@~4iB(*Q!nZZQG zM6k5hG4AE-{`8BLNa4K$$B1n=Ra^ayrtv&|{#6{t+2>|Ekz*Jy+scNgN7lJgKO6XX zdc==J0;6tD(b=o2b}7E0Yy^P!>Aq7-i)4g2~kFGKR;qoKmZO-9^*JtLvvXE-rB@Z&+}@f(?A zxF@I(LpAPHM26P(xudW-sG}?TwWIlTc^K&JBeV_D{=pvl_e?u%56wLL>)~r_s2L|2 zN)Wo;N5R=`=6P6n0$uh?VlO`a-ly#`kW$0FV;DRvKOU=`g+>xNl1G1Bp7|4)JyUg@ zO^4?y4#jfMumB_L1D~`G!V7QPS4=>+`QktLXDVIl-*;UAO6ecSKh`MOQ_VXNkh=4V z_o;t*);@-#0Iwyv-YURri5%b`l>NtEJmZS*unve)h;ts>O5fEqmr(b`;{^apJswos zW5}AbowOnZy?yz3z_di!OHBm0?rRf@_aKL+wAeD9PZr2ny7ov(`o;*`fvA271aR-V z^lq<`0AL5*xu|80?_nBd!2LIVKhVgDbHiVJS3CqqSMIZpuV?wpEkI5W~l6+J!Cn@Jk=lCXhmwbQM>x>%|Rp;$k}3e!I(B|4}>0 zVTcPs8V2`?5wG1^VR#z~jTNTWugaVx#mB-{ea?2Y(+H5DPn2>+4#vp^;Xc&x-^rFb z&dl%DjDu;#3|YcgFR6(B30(oyKZ~;p-TO05+}1{R4kY~dV;}qiG^S;3(9-&}G$-!5 zJ6+%&@jpW?*^aADZZW7>2~-I5rALb;uXqxgtKq=N=Qp)j9I+n$WngSW2`To#2yqM%>f+_2-KPnPBsTWY@JmU8@zkArSk_sTe&}99S{F z&} hVrhsi&T2|0quIzW&-oLm+^IvrD=|I=`$nE!`d^vlcCG*b diff --git a/src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/icon16_error.png b/src/webapp/js/classic/theme-crisp/resources/theme-neutral/images/window/toast/icon16_error.png deleted file mode 100644 index 5f168d326753c533386f0e55b9d6b31f975de383..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1108 zcmV-a1grarP)_n3);gFflPP{`jH5^#8vt3j>47Uj_zd1_p*FpBWgAv$3&V1B(4* z1gc{Ls%HYy009K#L%@F^{`>p4CddE()8wV4Ed@}R_wPI=PR?C0eEr;_b*C-i)*%0QW6)Nw>QIokc)o)1ey#qnuUdd zg^P>f@5z%4Px|^8?!JEA&%nu9%F4p>7a)L`li1i882la+P4 zP(%b9qp>l=&#PA%7~i~M_VpRAm)hQzw^aZR04z&6B+(Lc)-BS%gex%m&d>=CdTl6#R`T$Km)lP92mHP@(iCp zGyJ)5fq_+9n}O-g8b~iV$YgmEK|NZP41LNDb4BXb%4E)^O)&K#-#Kyy;$So_&@c-dM1~z$lhA$H) zF#I@i0-`}zmx05@1q={=I$s^*=C# z8Grp^U;?`03(zM1i4z%EfMEfTYakY$JelFAfdK>4{re0|&!02=0~+-E)vKQX0mN{X zm37%0C8hs=OicbiH8lMH`R?8SF!1TprT=es?fU-@%K!Q4)BpSS_Wys%$o&7Vs`~#d z7uRKg0Al*g#5Cv4+qb_NU%X)81DgJM`Emwe@@4o8bj@dAg8CB@!ti?6F0eP=@7u?~ zbMqzxFaa^V272N9|Nkoh0*LV%2M5D928LC9TwI~bz-0Ru7~fALA{aQ1A7>B+Mk^Cg z>^(3+y^oA!kXXE!fg5PhV_+;j{_^EEA0wj)Kmai=21*(+GxM`DFdY8G%&e;jG@S<+ zfUK;n42+;~0HsJ^ApiOLmEi|4ny@mu&={l9 z7!x%y#)VNgCTtBF5k%!tpp;Tec@!-z?Q}ZK-0K}kYK$8b&f+f4J?B5)IplEoUjJZIsS}c{LW+sV$go4DD&|9ReEsIS8`fFRZChs{2B>fr z<^x&_ZnrPhJK?2~@B&qdN;TWO^E8E_g3iq^QbJeE8~91@z3sm`GVU**^!NlVce#b> zNTS7PPJ`K!j+nB7)?8l?-f;{Aei5PyL}b93W5-9_|F2gg&PV1m_o#U}RxN5Mrbz6Ty{}7m)AF5|RQ{**ahUpbH-V z0(2l?#h?%~92Ldr?ipjdW~dxNLXP3~<1QFYdK{>$^l7=Aw#&Kc89aI2J)F=R%D9XI zloSjpxhDDu-doIlaj$MGrK6_v<)8*5ftV9AKaWw{_Xy|%8< z+S>c+`<{k!M{K~i0O(YB`@Y~*Q}xG-9W70^3|p -/* - * @class Ext.Boot - * @singleton - */ -Ext.Boot = Ext.Boot || (function(emptyFn) { - var doc = document, - _emptyArray = [], - _config = { - /* - * @cfg {Boolean} [disableCaching=true] - * If `true` current timestamp is added to script URL's to prevent caching. - * In debug builds, adding a "cache" or "disableCacheBuster" query parameter - * to the page's URL will set this to `false`. - */ - disableCaching: (/[?&](?:cache|disableCacheBuster)\b/i.test(location.search) || !(/http[s]?\:/i.test(location.href)) || /(^|[ ;])ext-cache=1/.test(doc.cookie)) ? false : true, - /* - * @cfg {String} [disableCachingParam="_dc"] - * The query parameter name for the cache buster's timestamp. - */ - disableCachingParam: '_dc', - /* - * @cfg {Boolean} loadDelay - * Millisecond delay between asynchronous script injection (prevents stack - * overflow on some user agents) 'false' disables delay but potentially - * increases stack load. - */ - loadDelay: false, - /* - * @cfg {Boolean} preserveScripts - * `false` to remove asynchronously loaded scripts, `true` to retain script - * element for browser debugger compatibility and improved load performance. - */ - preserveScripts: true, - /* - * @cfg {String} [charset=UTF-8] - * Optional charset to specify encoding of dynamic content. - */ - charset: 'UTF-8' - }, - _assetConfig = {}, - cssRe = /\.css(?:\?|$)/i, - resolverEl = doc.createElement('a'), - isBrowser = typeof window !== 'undefined', - _environment = { - browser: isBrowser, - node: !isBrowser && (typeof require === 'function'), - phantom: (window && (window._phantom || window.callPhantom)) || /PhantomJS/.test(window.navigator.userAgent) - }, - _tags = (Ext.platformTags = {}), - _debug = function(message) {}, - //console.log(message); - _apply = function(object, config, defaults) { - if (defaults) { - _apply(object, defaults); - } - if (object && config && typeof config === 'object') { - for (var i in config) { - object[i] = config[i]; - } - } - return object; - }, - _merge = function() { - var lowerCase = false, - obj = Array.prototype.shift.call(arguments), - index, i, len, value; - if (typeof arguments[arguments.length - 1] === 'boolean') { - lowerCase = Array.prototype.pop.call(arguments); - } - len = arguments.length; - for (index = 0; index < len; index++) { - value = arguments[index]; - if (typeof value === 'object') { - for (i in value) { - obj[lowerCase ? i.toLowerCase() : i] = value[i]; - } - } - } - return obj; - }, - _getKeys = (typeof Object.keys == 'function') ? function(object) { - if (!object) { - return []; - } - return Object.keys(object); - } : function(object) { - var keys = [], - property; - for (property in object) { - if (object.hasOwnProperty(property)) { - keys.push(property); - } - } - return keys; - }, - /* - * The Boot loader class manages Request objects that contain one or - * more individual urls that need to be loaded. Requests can be performed - * synchronously or asynchronously, but will always evaluate urls in the - * order specified on the request object. - */ - Boot = { - loading: 0, - loaded: 0, - apply: _apply, - env: _environment, - config: _config, - /** - * @cfg {Object} assetConfig - * A map (url->assetConfig) that contains information about assets loaded by the Microlaoder. - */ - assetConfig: _assetConfig, - // Keyed by absolute URL this object holds "true" if that URL is already loaded - // or an array of callbacks to call once it loads. - scripts: {}, - /* - Entry objects - - 'http://foo.com/bar/baz/Thing.js': { - done: true, - el: scriptEl || linkEl, - preserve: true, - requests: [ request1, ... ] - } - */ - /* - * contains the current script name being loaded - * (loadSync or sequential load only) - */ - currentFile: null, - suspendedQueue: [], - currentRequest: null, - // when loadSync is called, need to cause subsequent load requests to also be loadSync, - // eg, when Ext.require(...) is called - syncMode: false, - /* - * simple helper method for debugging - */ - debug: _debug, - /* - * enables / disables loading scripts via script / link elements rather - * than using ajax / eval - */ - useElements: true, - listeners: [], - Request: Request, - Entry: Entry, - allowMultipleBrowsers: false, - browserNames: { - ie: 'IE', - firefox: 'Firefox', - safari: 'Safari', - chrome: 'Chrome', - opera: 'Opera', - dolfin: 'Dolfin', - edge: 'Edge', - webosbrowser: 'webOSBrowser', - chromeMobile: 'ChromeMobile', - chromeiOS: 'ChromeiOS', - silk: 'Silk', - other: 'Other' - }, - osNames: { - ios: 'iOS', - android: 'Android', - windowsPhone: 'WindowsPhone', - webos: 'webOS', - blackberry: 'BlackBerry', - rimTablet: 'RIMTablet', - mac: 'MacOS', - win: 'Windows', - tizen: 'Tizen', - linux: 'Linux', - bada: 'Bada', - chromeOS: 'ChromeOS', - other: 'Other' - }, - browserPrefixes: { - ie: 'MSIE ', - edge: 'Edge/', - firefox: 'Firefox/', - chrome: 'Chrome/', - safari: 'Version/', - opera: 'OPR/', - dolfin: 'Dolfin/', - webosbrowser: 'wOSBrowser/', - chromeMobile: 'CrMo/', - chromeiOS: 'CriOS/', - silk: 'Silk/' - }, - // When a UA reports multiple browsers this list is used to prioritize the 'real' browser - // lower index number will win - browserPriority: [ - 'edge', - 'opera', - 'dolfin', - 'webosbrowser', - 'silk', - 'chromeiOS', - 'chromeMobile', - 'ie', - 'firefox', - 'safari', - 'chrome' - ], - osPrefixes: { - tizen: '(Tizen )', - ios: 'i(?:Pad|Phone|Pod)(?:.*)CPU(?: iPhone)? OS ', - android: '(Android |HTC_|Silk/)', - // Some HTC devices ship with an OSX userAgent by default, - // so we need to add a direct check for HTC_ - windowsPhone: 'Windows Phone ', - blackberry: '(?:BlackBerry|BB)(?:.*)Version/', - rimTablet: 'RIM Tablet OS ', - webos: '(?:webOS|hpwOS)/', - bada: 'Bada/', - chromeOS: 'CrOS ' - }, - fallbackOSPrefixes: { - windows: 'win', - mac: 'mac', - linux: 'linux' - }, - devicePrefixes: { - iPhone: 'iPhone', - iPod: 'iPod', - iPad: 'iPad' - }, - maxIEVersion: 12, - /** - * The default function that detects various platforms and sets tags - * in the platform map accordingly. Examples are iOS, android, tablet, etc. - * @param tags the set of tags to populate - */ - detectPlatformTags: function() { - var me = this, - ua = navigator.userAgent, - isMobile = /Mobile(\/|\s)/.test(ua), - element = document.createElement('div'), - isEventSupported = function(name, tag) { - if (tag === undefined) { - tag = window; - } - var eventName = 'on' + name.toLowerCase(), - isSupported = (eventName in element); - if (!isSupported) { - if (element.setAttribute && element.removeAttribute) { - element.setAttribute(eventName, ''); - isSupported = typeof element[eventName] === 'function'; - if (typeof element[eventName] !== 'undefined') { - element[eventName] = undefined; - } - element.removeAttribute(eventName); - } - } - return isSupported; - }, - // Browser Detection - getBrowsers = function() { - var browsers = {}, - maxIEVersion, prefix, value, key, index, len, match, version, matched; - // MS Edge browser (and possibly others) can report multiple browsers in the UserAgent - // "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240" - // we use this to prioritize the actual browser in this situation - len = me.browserPriority.length; - for (index = 0; index < len; index++) { - key = me.browserPriority[index]; - if (!matched) { - value = me.browserPrefixes[key]; - match = ua.match(new RegExp('(' + value + ')([\\w\\._]+)')); - version = match && match.length > 1 ? parseInt(match[2]) : 0; - if (version) { - matched = true; - } - } else { - version = 0; - } - browsers[key] = version; - } - //Deal with IE document mode - if (browsers.ie) { - var mode = document.documentMode; - if (mode >= 8) { - browsers.ie = mode; - } - } - // Fancy IE greater than and less then quick tags - version = browsers.ie || false; - maxIEVersion = Math.max(version, me.maxIEVersion); - for (index = 8; index <= maxIEVersion; ++index) { - prefix = 'ie' + index; - browsers[prefix + 'm'] = version ? version <= index : 0; - browsers[prefix] = version ? version === index : 0; - browsers[prefix + 'p'] = version ? version >= index : 0; - } - return browsers; - }, - //OS Detection - getOperatingSystems = function() { - var systems = {}, - value, key, keys, index, len, match, matched, version, activeCount; - keys = _getKeys(me.osPrefixes); - len = keys.length; - for (index = 0 , activeCount = 0; index < len; index++) { - key = keys[index]; - value = me.osPrefixes[key]; - match = ua.match(new RegExp('(' + value + ')([^\\s;]+)')); - matched = match ? match[1] : null; - // This is here because some HTC android devices show an OSX Snow Leopard userAgent by default. - // And the Kindle Fire doesn't have any indicator of Android as the OS in its User Agent - if (matched && (matched === 'HTC_' || matched === 'Silk/')) { - version = 2.3; - } else { - version = match && match.length > 1 ? parseFloat(match[match.length - 1]) : 0; - } - if (version) { - activeCount++; - } - systems[key] = version; - } - keys = _getKeys(me.fallbackOSPrefixes); - // If no OS could be found we resort to the fallbacks, otherwise we just - // falsify the fallbacks - len = keys.length; - for (index = 0; index < len; index++) { - key = keys[index]; - // No OS was detected from osPrefixes - if (activeCount === 0) { - value = me.fallbackOSPrefixes[key]; - match = ua.toLowerCase().match(new RegExp(value)); - systems[key] = match ? true : 0; - } else { - systems[key] = 0; - } - } - return systems; - }, - // Device Detection - getDevices = function() { - var devices = {}, - value, key, keys, index, len, match; - keys = _getKeys(me.devicePrefixes); - len = keys.length; - for (index = 0; index < len; index++) { - key = keys[index]; - value = me.devicePrefixes[key]; - match = ua.match(new RegExp(value)); - devices[key] = match ? true : 0; - } - return devices; - }, - browsers = getBrowsers(), - systems = getOperatingSystems(), - devices = getDevices(), - platformParams = Boot.loadPlatformsParam(); - // We apply platformParams from the query here first to allow for forced user valued - // to be used in calculation of generated tags - _merge(_tags, browsers, systems, devices, platformParams, true); - _tags.phone = (_tags.iphone || _tags.ipod) || (!_tags.silk && (_tags.android && (_tags.android < 3 || isMobile))) || (_tags.blackberry && isMobile) || (_tags.windowsphone); - _tags.tablet = !_tags.phone && (_tags.ipad || _tags.android || _tags.silk || _tags.rimtablet || (_tags.ie10 && /; Touch/.test(ua))); - _tags.touch = // if the browser has touch events we can be reasonably sure the device has - // a touch screen - isEventSupported('touchend') || // browsers that use pointer event have maxTouchPoints > 0 if the - // device supports touch input - // http://www.w3.org/TR/pointerevents/#widl-Navigator-maxTouchPoints - navigator.maxTouchPoints || // IE10 uses a vendor-prefixed maxTouchPoints property - navigator.msMaxTouchPoints; - _tags.desktop = !_tags.phone && !_tags.tablet; - _tags.cordova = _tags.phonegap = !!(window.PhoneGap || window.Cordova || window.cordova); - _tags.webview = /(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)(?!.*FBAN)/i.test(ua); - _tags.androidstock = (_tags.android <= 4.3) && (_tags.safari || _tags.silk); - // Re-apply any query params here to allow for user override of generated tags (desktop, touch, tablet, etc) - _merge(_tags, platformParams, true); - }, - /** - * Extracts user supplied platform tags from the "platformTags" query parameter - * of the form: - * - * ?platformTags=name:state,name:state,... - * - * (each tag defaults to true when state is unspecified) - * - * Example: - * ?platformTags=isTablet,isPhone:false,isDesktop:0,iOS:1,Safari:true, ... - * - * @returns {Object} the platform tags supplied by the query string - */ - loadPlatformsParam: function() { - // Check if the ?platform parameter is set in the URL - var paramsString = window.location.search.substr(1), - paramsArray = paramsString.split("&"), - params = {}, - i, - platforms = {}, - tmpArray, tmplen, platform, name, enabled; - for (i = 0; i < paramsArray.length; i++) { - tmpArray = paramsArray[i].split("="); - params[tmpArray[0]] = tmpArray[1]; - } - if (params.platformTags) { - tmpArray = params.platformTags.split(","); - for (tmplen = tmpArray.length , i = 0; i < tmplen; i++) { - platform = tmpArray[i].split(":"); - name = platform[0]; - enabled = true; - if (platform.length > 1) { - enabled = platform[1]; - if (enabled === 'false' || enabled === '0') { - enabled = false; - } - } - platforms[name] = enabled; - } - } - return platforms; - }, - filterPlatform: function(platform, excludes) { - platform = _emptyArray.concat(platform || _emptyArray); - excludes = _emptyArray.concat(excludes || _emptyArray); - var plen = platform.length, - elen = excludes.length, - include = (!plen && elen), - // default true if only excludes specified - i, tag; - for (i = 0; i < plen && !include; i++) { - tag = platform[i]; - include = !!_tags[tag]; - } - for (i = 0; i < elen && include; i++) { - tag = excludes[i]; - include = !_tags[tag]; - } - return include; - }, - init: function() { - var scriptEls = doc.getElementsByTagName('script'), - len = scriptEls.length, - re = /\/ext(\-[a-z\-]+)?\.js$/, - entry, script, src, state, baseUrl, key, n, origin; - // Since we are loading after other scripts, and we needed to gather them - // anyway, we track them in _scripts so we don't have to ask for them all - // repeatedly. - for (n = 0; n < len; n++) { - src = (script = scriptEls[n]).src; - if (!src) { - - continue; - } - state = script.readyState || null; - // If we find a script file called "ext-*.js", then the base path is that file's base path. - if (!baseUrl) { - if (re.test(src)) { - Boot.hasReadyState = ("readyState" in script); - Boot.hasAsync = ("async" in script) || !Boot.hasReadyState; - baseUrl = src; - } - } - if (!Boot.scripts[key = Boot.canonicalUrl(src)]) { - _debug("creating entry " + key + " in Boot.init"); - entry = new Entry({ - key: key, - url: src, - done: state === null || // non-IE - state === 'loaded' || state === 'complete', - // IE only - el: script, - prop: 'src' - }); - } - } - if (!baseUrl) { - script = scriptEls[scriptEls.length - 1]; - baseUrl = script.src; - Boot.hasReadyState = ('readyState' in script); - Boot.hasAsync = ("async" in script) || !Boot.hasReadyState; - } - Boot.baseUrl = baseUrl.substring(0, baseUrl.lastIndexOf('/') + 1); - origin = window.location.origin || window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port : ''); - Boot.origin = origin; - Boot.detectPlatformTags(); - Ext.filterPlatform = Boot.filterPlatform; - }, - /* - * This method returns a canonical URL for the given URL. - * - * For example, the following all produce the same canonical URL (which is the - * last one): - * - * http://foo.com/bar/baz/zoo/derp/../../goo/Thing.js?_dc=12345 - * http://foo.com/bar/baz/zoo/derp/../../goo/Thing.js - * http://foo.com/bar/baz/zoo/derp/../jazz/../../goo/Thing.js - * http://foo.com/bar/baz/zoo/../goo/Thing.js - * http://foo.com/bar/baz/goo/Thing.js - * - * @private - */ - canonicalUrl: function(url) { - // @TODO - see if we need this fallback logic - // http://stackoverflow.com/questions/470832/getting-an-absolute-url-from-a-relative-one-ie6-issue - resolverEl.href = url; - var ret = resolverEl.href, - dc = _config.disableCachingParam, - pos = dc ? ret.indexOf(dc + '=') : -1, - c, end; - // If we have a _dc query parameter we need to remove it from the canonical - // URL. - if (pos > 0 && ((c = ret.charAt(pos - 1)) === '?' || c === '&')) { - end = ret.indexOf('&', pos); - end = (end < 0) ? '' : ret.substring(end); - if (end && c === '?') { - ++pos; - // keep the '?' - end = end.substring(1); - } - // remove the '&' - ret = ret.substring(0, pos - 1) + end; - } - return ret; - }, - /* - * Get the config value corresponding to the specified name. If no name is given, will return the config object - * @param {String} name The config property name - * @return {Object} - */ - getConfig: function(name) { - return name ? Boot.config[name] : Boot.config; - }, - /* - * Set the configuration. - * @param {Object} config The config object to override the default values. - * @return {Ext.Boot} this - */ - setConfig: function(name, value) { - if (typeof name === 'string') { - Boot.config[name] = value; - } else { - for (var s in name) { - Boot.setConfig(s, name[s]); - } - } - return Boot; - }, - getHead: function() { - return Boot.docHead || (Boot.docHead = doc.head || doc.getElementsByTagName('head')[0]); - }, - create: function(url, key, cfg) { - var config = cfg || {}; - config.url = url; - config.key = key; - return Boot.scripts[key] = new Entry(config); - }, - getEntry: function(url, cfg) { - var key = Boot.canonicalUrl(url), - entry = Boot.scripts[key]; - if (!entry) { - entry = Boot.create(url, key, cfg); - } - return entry; - }, - registerContent: function(url, type, content) { - var cfg = { - content: content, - loaded: true, - css: type === 'css' - }; - return Boot.getEntry(url, cfg); - }, - processRequest: function(request, sync) { - request.loadEntries(sync); - }, - load: function(request) { - _debug("Boot.load called"); - var request = new Request(request); - if (request.sync || Boot.syncMode) { - return Boot.loadSync(request); - } - // If there is a request in progress, we must - // queue this new request to be fired when the current request completes. - if (Boot.currentRequest) { - _debug("current active request, suspending this request"); - // trigger assignment of entries now to ensure that overlapping - // entries with currently running requests will synchronize state - // with this pending one as they complete - request.getEntries(); - Boot.suspendedQueue.push(request); - } else { - Boot.currentRequest = request; - Boot.processRequest(request, false); - } - return Boot; - }, - loadSync: function(request) { - _debug("Boot.loadSync called"); - var request = new Request(request); - Boot.syncMode++; - Boot.processRequest(request, true); - Boot.syncMode--; - return Boot; - }, - loadBasePrefix: function(request) { - request = new Request(request); - request.prependBaseUrl = true; - return Boot.load(request); - }, - loadSyncBasePrefix: function(request) { - request = new Request(request); - request.prependBaseUrl = true; - return Boot.loadSync(request); - }, - requestComplete: function(request) { - var next; - if (Boot.currentRequest === request) { - Boot.currentRequest = null; - while (Boot.suspendedQueue.length > 0) { - next = Boot.suspendedQueue.shift(); - if (!next.done) { - _debug("resuming suspended request"); - Boot.load(next); - break; - } - } - } - if (!Boot.currentRequest && Boot.suspendedQueue.length == 0) { - Boot.fireListeners(); - } - }, - isLoading: function() { - return !Boot.currentRequest && Boot.suspendedQueue.length == 0; - }, - fireListeners: function() { - var listener; - while (Boot.isLoading() && (listener = Boot.listeners.shift())) { - listener(); - } - }, - onBootReady: function(listener) { - if (!Boot.isLoading()) { - listener(); - } else { - Boot.listeners.push(listener); - } - }, - /* - * this is a helper function used by Ext.Loader to flush out - * 'uses' arrays for classes - */ - getPathsFromIndexes: function(indexMap, loadOrder) { - return Request.prototype.getPathsFromIndexes(indexMap, loadOrder); - }, - createLoadOrderMap: function(loadOrder) { - return Request.prototype.createLoadOrderMap(loadOrder); - }, - fetch: function(url, complete, scope, async) { - async = (async === undefined) ? !!complete : async; - var xhr = new XMLHttpRequest(), - result, status, content, - exception = false, - readyStateChange = function() { - if (xhr && xhr.readyState == 4) { - status = (xhr.status === 1223) ? 204 : (xhr.status === 0 && ((self.location || {}).protocol === 'file:' || (self.location || {}).protocol === 'ionp:')) ? 200 : xhr.status; - content = xhr.responseText; - result = { - content: content, - status: status, - exception: exception - }; - if (complete) { - complete.call(scope, result); - } - xhr = null; - } - }; - if (async) { - xhr.onreadystatechange = readyStateChange; - } - try { - _debug("fetching " + url + " " + (async ? "async" : "sync")); - xhr.open('GET', url, async); - xhr.send(null); - } catch (err) { - exception = err; - readyStateChange(); - return result; - } - if (!async) { - readyStateChange(); - } - return result; - }, - notifyAll: function(entry) { - entry.notifyRequests(); - } - }; - /* - * The request class encapsulates a series of Entry objects - * and provides notification around the completion of all Entries - * in this request. - */ - function Request(cfg) { - if (cfg.$isRequest) { - return cfg; - } - var cfg = cfg.url ? cfg : { - url: cfg - }, - url = cfg.url, - urls = url.charAt ? [ - url - ] : url, - charset = cfg.charset || Boot.config.charset; - _apply(cfg, { - urls: urls, - charset: charset - }); - _apply(this, cfg); - } - - Request.prototype = { - $isRequest: true, - /* - * @private - * @param manifest - * @returns {*} - */ - createLoadOrderMap: function(loadOrder) { - var len = loadOrder.length, - loadOrderMap = {}, - i, element; - for (i = 0; i < len; i++) { - element = loadOrder[i]; - loadOrderMap[element.path] = element; - } - return loadOrderMap; - }, - /* - * @private - * @param index - * @param indexMap - * @returns {{}} - */ - getLoadIndexes: function(index, indexMap, loadOrder, includeUses, skipLoaded) { - var item = loadOrder[index], - len, i, reqs, entry, stop, added, idx, ridx, url; - if (indexMap[index]) { - // prevent cycles - return indexMap; - } - indexMap[index] = true; - stop = false; - while (!stop) { - added = false; - // iterate the requirements for each index and - // accumulate in the index map - for (idx in indexMap) { - if (indexMap.hasOwnProperty(idx)) { - item = loadOrder[idx]; - if (!item) { - - continue; - } - url = this.prepareUrl(item.path); - entry = Boot.getEntry(url); - if (!skipLoaded || !entry || !entry.done) { - reqs = item.requires; - if (includeUses && item.uses) { - reqs = reqs.concat(item.uses); - } - for (len = reqs.length , i = 0; i < len; i++) { - ridx = reqs[i]; - // if we find a requirement that wasn't - // already in the index map, - // set the added flag to indicate we need to - // reprocess - if (!indexMap[ridx]) { - indexMap[ridx] = true; - added = true; - } - } - } - } - } - // if we made a pass through the index map and didn't add anything - // then we can stop - if (!added) { - stop = true; - } - } - return indexMap; - }, - getPathsFromIndexes: function(indexMap, loadOrder) { - var indexes = [], - paths = [], - index, len, i; - for (index in indexMap) { - if (indexMap.hasOwnProperty(index) && indexMap[index]) { - indexes.push(index); - } - } - indexes.sort(function(a, b) { - return a - b; - }); - // convert indexes back into load paths - for (len = indexes.length , i = 0; i < len; i++) { - paths.push(loadOrder[indexes[i]].path); - } - return paths; - }, - expandUrl: function(url, indexMap, includeUses, skipLoaded) { - if (typeof url == 'string') { - url = [ - url - ]; - } - var me = this, - loadOrder = me.loadOrder, - loadOrderMap = me.loadOrderMap; - if (loadOrder) { - loadOrderMap = loadOrderMap || me.createLoadOrderMap(loadOrder); - me.loadOrderMap = loadOrderMap; - indexMap = indexMap || {}; - var len = url.length, - unmapped = [], - i, item; - for (i = 0; i < len; i++) { - item = loadOrderMap[url[i]]; - if (item) { - me.getLoadIndexes(item.idx, indexMap, loadOrder, includeUses, skipLoaded); - } else { - unmapped.push(url[i]); - } - } - return me.getPathsFromIndexes(indexMap, loadOrder).concat(unmapped); - } - return url; - }, - expandUrls: function(urls, includeUses) { - if (typeof urls == "string") { - urls = [ - urls - ]; - } - var expanded = [], - expandMap = {}, - tmpExpanded, - len = urls.length, - i, t, tlen, tUrl; - for (i = 0; i < len; i++) { - tmpExpanded = this.expandUrl(urls[i], {}, includeUses, true); - for (t = 0 , tlen = tmpExpanded.length; t < tlen; t++) { - tUrl = tmpExpanded[t]; - if (!expandMap[tUrl]) { - expandMap[tUrl] = true; - expanded.push(tUrl); - } - } - } - if (expanded.length == 0) { - expanded = urls; - } - return expanded; - }, - expandLoadOrder: function() { - var me = this, - urls = me.urls, - expanded; - if (!me.expanded) { - expanded = this.expandUrls(urls, true); - me.expanded = true; - } else { - expanded = urls; - } - me.urls = expanded; - // if we added some urls to the request to honor the indicated - // load order, the request needs to be sequential - if (urls.length != expanded.length) { - me.sequential = true; - } - return me; - }, - getUrls: function() { - this.expandLoadOrder(); - return this.urls; - }, - prepareUrl: function(url) { - if (this.prependBaseUrl) { - return Boot.baseUrl + url; - } - return url; - }, - getEntries: function() { - var me = this, - entries = me.entries, - i, entry, urls, url; - if (!entries) { - entries = []; - urls = me.getUrls(); - for (i = 0; i < urls.length; i++) { - url = me.prepareUrl(urls[i]); - entry = Boot.getEntry(url, { - buster: me.buster, - charset: me.charset - }); - entry.requests.push(me); - entries.push(entry); - } - me.entries = entries; - } - return entries; - }, - loadEntries: function(sync) { - var me = this, - entries = me.getEntries(), - len = entries.length, - start = me.loadStart || 0, - continueLoad, entry, i; - if (sync !== undefined) { - me.sync = sync; - } - me.loaded = me.loaded || 0; - me.loading = me.loading || len; - for (i = start; i < len; i++) { - entry = entries[i]; - if (!entry.loaded) { - continueLoad = entries[i].load(me.sync); - } else { - continueLoad = true; - } - if (!continueLoad) { - me.loadStart = i; - entry.onDone(function() { - me.loadEntries(sync); - }); - break; - } - } - me.processLoadedEntries(); - }, - processLoadedEntries: function() { - var me = this, - entries = me.getEntries(), - len = entries.length, - start = me.startIndex || 0, - i, entry; - if (!me.done) { - for (i = start; i < len; i++) { - entry = entries[i]; - if (!entry.loaded) { - me.startIndex = i; - return; - } - if (!entry.evaluated) { - entry.evaluate(); - } - if (entry.error) { - me.error = true; - } - } - me.notify(); - } - }, - notify: function() { - var me = this; - if (!me.done) { - var error = me.error, - fn = me[error ? 'failure' : 'success'], - delay = ('delay' in me) ? me.delay : (error ? 1 : Boot.config.chainDelay), - scope = me.scope || me; - me.done = true; - if (fn) { - if (delay === 0 || delay > 0) { - // Free the stack (and defer the next script) - setTimeout(function() { - fn.call(scope, me); - }, delay); - } else { - fn.call(scope, me); - } - } - me.fireListeners(); - Boot.requestComplete(me); - } - }, - onDone: function(listener) { - var me = this, - listeners = me.listeners || (me.listeners = []); - if (me.done) { - listener(me); - } else { - listeners.push(listener); - } - }, - fireListeners: function() { - var listeners = this.listeners, - listener; - if (listeners) { - _debug("firing request listeners"); - while ((listener = listeners.shift())) { - listener(this); - } - } - } - }; - /* - * The Entry class is a token to manage the load and evaluation - * state of a particular url. It is used to notify all Requests - * interested in this url that the content is available. - */ - function Entry(cfg) { - if (cfg.$isEntry) { - return cfg; - } - _debug("creating entry for " + cfg.url); - var charset = cfg.charset || Boot.config.charset, - manifest = Ext.manifest, - loader = manifest && manifest.loader, - cache = (cfg.cache !== undefined) ? cfg.cache : (loader && loader.cache), - buster, busterParam; - if (Boot.config.disableCaching) { - if (cache === undefined) { - cache = !Boot.config.disableCaching; - } - if (cache === false) { - buster = +new Date(); - } else if (cache !== true) { - buster = cache; - } - if (buster) { - busterParam = (loader && loader.cacheParam) || Boot.config.disableCachingParam; - buster = busterParam + "=" + buster; - } - } - _apply(cfg, { - charset: charset, - buster: buster, - requests: [] - }); - _apply(this, cfg); - } - - Entry.prototype = { - $isEntry: true, - done: false, - evaluated: false, - loaded: false, - isCrossDomain: function() { - var me = this; - if (me.crossDomain === undefined) { - _debug("checking " + me.getLoadUrl() + " for prefix " + Boot.origin); - me.crossDomain = (me.getLoadUrl().indexOf(Boot.origin) !== 0); - } - return me.crossDomain; - }, - isCss: function() { - var me = this; - if (me.css === undefined) { - if (me.url) { - var assetConfig = Boot.assetConfig[me.url]; - me.css = assetConfig ? assetConfig.type === "css" : cssRe.test(me.url); - } else { - me.css = false; - } - } - return this.css; - }, - getElement: function(tag) { - var me = this, - el = me.el; - if (!el) { - _debug("creating element for " + me.url); - if (me.isCss()) { - tag = tag || "link"; - el = doc.createElement(tag); - if (tag == "link") { - el.rel = 'stylesheet'; - me.prop = 'href'; - } else { - me.prop = "textContent"; - } - el.type = "text/css"; - } else { - tag = tag || "script"; - el = doc.createElement(tag); - el.type = 'text/javascript'; - me.prop = 'src'; - if (me.charset) { - el.charset = me.charset; - } - if (Boot.hasAsync) { - el.async = false; - } - } - me.el = el; - } - return el; - }, - getLoadUrl: function() { - var me = this, - url = Boot.canonicalUrl(me.url); - if (!me.loadUrl) { - me.loadUrl = !!me.buster ? (url + (url.indexOf('?') === -1 ? '?' : '&') + me.buster) : url; - } - return me.loadUrl; - }, - fetch: function(req) { - var url = this.getLoadUrl(), - async = !!req.async, - complete = req.complete; - Boot.fetch(url, complete, this, async); - }, - onContentLoaded: function(response) { - var me = this, - status = response.status, - content = response.content, - exception = response.exception, - url = this.getLoadUrl(); - me.loaded = true; - if ((exception || status === 0) && !_environment.phantom) { - me.error = ("Failed loading synchronously via XHR: '" + url + "'. It's likely that the file is either being loaded from a " + "different domain or from the local file system where cross " + "origin requests are not allowed for security reasons. Try " + "asynchronous loading instead.") || true; - me.evaluated = true; - } else if ((status >= 200 && status < 300) || status === 304 || _environment.phantom || (status === 0 && content.length > 0)) { - me.content = content; - } else { - me.error = ("Failed loading synchronously via XHR: '" + url + "'. Please verify that the file exists. XHR status code: " + status) || true; - me.evaluated = true; - } - }, - createLoadElement: function(callback) { - var me = this, - el = me.getElement(), - readyStateChange = function() { - if (this.readyState === 'loaded' || this.readyState === 'complete') { - if (callback) { - callback(); - } - } - }, - errorFn = function() { - me.error = true; - if (callback) { - callback(); - } - }; - me.preserve = true; - el.onerror = errorFn; - if (Boot.hasReadyState) { - el.onreadystatechange = readyStateChange; - } else { - el.onload = callback; - } - // IE starts loading here - el[me.prop] = me.getLoadUrl(); - }, - onLoadElementReady: function() { - Boot.getHead().appendChild(this.getElement()); - this.evaluated = true; - }, - inject: function(content, asset) { - _debug("injecting content for " + this.url); - var me = this, - head = Boot.getHead(), - url = me.url, - key = me.key, - base, el, ieMode, basePath; - if (me.isCss()) { - me.preserve = true; - basePath = key.substring(0, key.lastIndexOf("/") + 1); - base = doc.createElement('base'); - base.href = basePath; - if (head.firstChild) { - head.insertBefore(base, head.firstChild); - } else { - head.appendChild(base); - } - // reset the href attribute to cuase IE to pick up the change - base.href = base.href; - if (url) { - content += "\n/*# sourceURL=" + key + " */"; - } - // create element after setting base - el = me.getElement("style"); - ieMode = ('styleSheet' in el); - head.appendChild(base); - if (ieMode) { - head.appendChild(el); - el.styleSheet.cssText = content; - } else { - el.textContent = content; - head.appendChild(el); - } - head.removeChild(base); - } else { - // Debugger friendly, file names are still shown even though they're - // eval'ed code. Breakpoints work on both Firebug and Chrome's Web - // Inspector. - if (url) { - content += "\n//# sourceURL=" + key; - } - Ext.globalEval(content); - } - return me; - }, - loadCrossDomain: function() { - var me = this, - complete = function() { - me.loaded = me.evaluated = me.done = true; - me.notifyRequests(); - }; - me.createLoadElement(function() { - complete(); - }); - me.evaluateLoadElement(); - // at this point, we need sequential evaluation, - // which means we can't advance the load until - // this entry has fully completed - return false; - }, - loadElement: function() { - var me = this, - complete = function() { - me.loaded = me.evaluated = me.done = true; - me.notifyRequests(); - }; - me.createLoadElement(function() { - complete(); - }); - me.evaluateLoadElement(); - return true; - }, - loadSync: function() { - var me = this; - me.fetch({ - async: false, - complete: function(response) { - me.onContentLoaded(response); - } - }); - me.evaluate(); - me.notifyRequests(); - }, - load: function(sync) { - var me = this; - if (!me.loaded) { - if (me.loading) { - // if we're calling back through load and we're loading but haven't - // yet loaded, then we should be in a sequential, cross domain - // load scenario which means we can't continue the load on the - // request until this entry has fully evaluated, which will mean - // loaded = evaluated = done = true in one step. For css files, this - // will happen immediately upon element creation / insertion, - // but - * - * - * - * Refer to config options of {@link Ext.Loader} for the list of possible properties - * - * @param {Object} config The config object to override the default values - * @return {Ext.Loader} this - */ - setConfig: Ext.Function.flexSetter(function(name, value) { - if (name === 'paths') { - Loader.setPath(value); - } else { - _config[name] = value; - var delegated = delegatedConfigs[name]; - if (delegated) { - Boot.setConfig((delegated === true) ? name : delegated, value); - } - } - return Loader; - }), - /** - * Get the config value corresponding to the specified name. If no name is given, will return the config object - * @param {String} name The config property name - * @return {Object} - */ - getConfig: function(name) { - return name ? _config[name] : _config; - }, - /** - * Sets the path of a namespace. - * For Example: - * - * Ext.Loader.setPath('Ext', '.'); - * - * @param {String/Object} name See {@link Ext.Function#flexSetter flexSetter} - * @param {String} [path] See {@link Ext.Function#flexSetter flexSetter} - * @return {Ext.Loader} this - * @method - */ - setPath: function() { - // Paths are an Ext.Inventory thing and ClassManager is an instance of that: - Manager.setPath.apply(Manager, arguments); - return Loader; - }, - /** - * Sets a batch of path entries - * - * @param {Object } paths a set of className: path mappings - * @return {Ext.Loader} this - */ - addClassPathMappings: function(paths) { - // Paths are an Ext.Inventory thing and ClassManager is an instance of that: - Manager.setPath(paths); - return Loader; - }, - /** - * fixes up loader path configs by prepending Ext.Boot#baseUrl to the beginning - * of the path, then delegates to Ext.Loader#addClassPathMappings - * @param pathConfig - */ - addBaseUrlClassPathMappings: function(pathConfig) { - for (var name in pathConfig) { - pathConfig[name] = Boot.baseUrl + pathConfig[name]; - } - Ext.Loader.addClassPathMappings(pathConfig); - }, - /** - * Translates a className to a file path by adding the - * the proper prefix and converting the .'s to /'s. For example: - * - * Ext.Loader.setPath('My', '/path/to/My'); - * - * alert(Ext.Loader.getPath('My.awesome.Class')); // alerts '/path/to/My/awesome/Class.js' - * - * Note that the deeper namespace levels, if explicitly set, are always resolved first. For example: - * - * Ext.Loader.setPath({ - * 'My': '/path/to/lib', - * 'My.awesome': '/other/path/for/awesome/stuff', - * 'My.awesome.more': '/more/awesome/path' - * }); - * - * alert(Ext.Loader.getPath('My.awesome.Class')); // alerts '/other/path/for/awesome/stuff/Class.js' - * - * alert(Ext.Loader.getPath('My.awesome.more.Class')); // alerts '/more/awesome/path/Class.js' - * - * alert(Ext.Loader.getPath('My.cool.Class')); // alerts '/path/to/lib/cool/Class.js' - * - * alert(Ext.Loader.getPath('Unknown.strange.Stuff')); // alerts 'Unknown/strange/Stuff.js' - * - * @param {String} className - * @return {String} path - */ - getPath: function(className) { - // Paths are an Ext.Inventory thing and ClassManager is an instance of that: - return Manager.getPath(className); - }, - require: function(expressions, fn, scope, excludes) { - if (excludes) { - return Loader.exclude(excludes).require(expressions, fn, scope); - } - var classNames = Manager.getNamesByExpression(expressions); - return Loader.load(classNames, fn, scope); - }, - syncRequire: function() { - var wasEnabled = Loader.syncModeEnabled; - Loader.syncModeEnabled = true; - var ret = Loader.require.apply(Loader, arguments); - Loader.syncModeEnabled = wasEnabled; - return ret; - }, - exclude: function(excludes) { - var selector = Manager.select({ - require: function(classNames, fn, scope) { - return Loader.load(classNames, fn, scope); - }, - syncRequire: function(classNames, fn, scope) { - var wasEnabled = Loader.syncModeEnabled; - Loader.syncModeEnabled = true; - var ret = Loader.load(classNames, fn, scope); - Loader.syncModeEnabled = wasEnabled; - return ret; - } - }); - selector.exclude(excludes); - return selector; - }, - load: function(classNames, callback, scope) { - if (callback) { - if (callback.length) { - // If callback expects arguments, shim it with a function that will map - // the requires class(es) from the names we are given. - callback = Loader.makeLoadCallback(classNames, callback); - } - callback = callback.bind(scope || Ext.global); - } - var missingClassNames = [], - numClasses = classNames.length, - className, i, numMissing, - urls = [], - state = Manager.classState; - for (i = 0; i < numClasses; ++i) { - className = Manager.resolveName(classNames[i]); - if (!Manager.isCreated(className)) { - missingClassNames.push(className); - _missingQueue[className] = Loader.getPath(className); - if (!state[className]) { - urls.push(_missingQueue[className]); - } - } - } - // If the dynamic dependency feature is not being used, throw an error - // if the dependencies are not defined - numMissing = missingClassNames.length; - if (numMissing) { - Loader.missingCount += numMissing; - Ext.Array.push(Loader.classesLoading, missingClassNames); - Manager.onCreated(function() { - Ext.Array.remove(Loader.classesLoading, missingClassNames); - Ext.each(missingClassNames, function(name) { - Ext.Array.remove(Loader.classesLoading, name); - }); - if (callback) { - Ext.callback(callback, scope, arguments); - } - Loader.checkReady(); - }, Loader, missingClassNames); - if (!_config.enabled) { - Ext.raise("Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. " + "Missing required class" + ((missingClassNames.length > 1) ? "es" : "") + ": " + missingClassNames.join(', ')); - } - if (urls.length) { - Loader.loadScripts({ - url: urls, - // scope: this options object so we can pass these along: - _classNames: missingClassNames - }); - } else { - // need to call checkReady here, as the _missingCoun - // may have transitioned from 0 to > 0, meaning we - // need to block ready - Loader.checkReady(); - } - } else { - if (callback) { - callback.call(scope); - } - // need to call checkReady here, as the _missingCoun - // may have transitioned from 0 to > 0, meaning we - // need to block ready - Loader.checkReady(); - } - if (Loader.syncModeEnabled) { - // Class may have been just loaded or was already loaded - if (numClasses === 1) { - return Manager.get(classNames[0]); - } - } - return Loader; - }, - makeLoadCallback: function(classNames, callback) { - return function() { - var classes = [], - i = classNames.length; - while (i-- > 0) { - classes[i] = Manager.get(classNames[i]); - } - return callback.apply(this, classes); - }; - }, - onLoadFailure: function() { - var options = this, - onError = options.onError; - Loader.hasFileLoadError = true; - --Loader.scriptsLoading; - if (onError) { - //TODO: need an adapter to convert to v4 onError signatures - onError.call(options.userScope, options); - } else { - Ext.log.error("[Ext.Loader] Some requested files failed to load."); - } - Loader.checkReady(); - }, - onLoadSuccess: function() { - var options = this, - onLoad = options.onLoad; - --Loader.scriptsLoading; - if (onLoad) { - //TODO: need an adapter to convert to v4 onLoad signatures - onLoad.call(options.userScope, options); - } - // onLoad can cause more loads to start, so it must run first - Loader.checkReady(); - }, - // TODO: this timing of this needs to be deferred until all classes have had a chance to be created - reportMissingClasses: function() { - if (!Loader.syncModeEnabled && !Loader.scriptsLoading && Loader.isLoading && !Loader.hasFileLoadError) { - var missingClasses = [], - missingPaths = []; - for (var missingClassName in _missingQueue) { - missingClasses.push(missingClassName); - missingPaths.push(_missingQueue[missingClassName]); - } - if (missingClasses.length) { - throw new Error("The following classes are not declared even if their files have been " + "loaded: '" + missingClasses.join("', '") + "'. Please check the source code of their " + "corresponding files for possible typos: '" + missingPaths.join("', '")); - } - } - }, - /** - * Add a new listener to be executed when all required scripts are fully loaded - * - * @param {Function} fn The function callback to be executed - * @param {Object} scope The execution scope (`this`) of the callback function. - * @param {Boolean} [withDomReady=true] Pass `false` to not also wait for document - * dom ready. - * @param {Object} [options] Additional callback options. - * @param {Number} [options.delay=0] A number of milliseconds to delay. - * @param {Number} [options.priority=0] Relative priority of this callback. Negative - * numbers are reserved. - */ - onReady: function(fn, scope, withDomReady, options) { - if (withDomReady) { - Ready.on(fn, scope, options); - } else { - var listener = Ready.makeListener(fn, scope, options); - if (Loader.isLoading) { - readyListeners.push(listener); - } else { - Ready.invoke(listener); - } - } - }, - /** - * @private - * Ensure that any classes referenced in the `uses` property are loaded. - */ - addUsedClasses: function(classes) { - var cls, i, ln; - if (classes) { - classes = (typeof classes === 'string') ? [ - classes - ] : classes; - for (i = 0 , ln = classes.length; i < ln; i++) { - cls = classes[i]; - if (typeof cls === 'string' && !Ext.Array.contains(usedClasses, cls)) { - usedClasses.push(cls); - } - } - } - return Loader; - }, - /** - * @private - */ - triggerReady: function() { - var listener, - refClasses = usedClasses; - if (Loader.isLoading && refClasses.length) { - // Empty the array to eliminate potential recursive loop issue - usedClasses = []; - // this may immediately call us back if all 'uses' classes - // have been loaded - Loader.require(refClasses); - } else { - // Must clear this before calling callbacks. This will cause any new loads - // to call Ready.block() again. See below for more on this. - Loader.isLoading = false; - // These listeners are just those attached directly to Loader to wait for - // class loading only. - readyListeners.sort(Ready.sortFn); - // this method can be called with Loader.isLoading either true or false - // (can be called with false when all 'uses' classes are already loaded) - // this may bypass the above if condition - while (readyListeners.length && !Loader.isLoading) { - // we may re-enter triggerReady so we cannot necessarily iterate the - // readyListeners array - listener = readyListeners.pop(); - Ready.invoke(listener); - } - // If the DOM is also ready, this will fire the normal onReady listeners. - // An astute observer would note that we may now be back to isLoading and - // so ask "Why you call unblock?". The reason is that we must match the - // calls to block and since we transitioned from isLoading to !isLoading - // here we must call unblock. If we have transitioned back to isLoading in - // the above loop it will have called block again so the counter will be - // increased and this call will not reduce the block count to 0. This is - // done by loadScripts. - Ready.unblock(); - } - }, - /** - * @private - * @param {String} className - */ - historyPush: function(className) { - if (className && !isInHistory[className] && !Manager.overrideMap[className]) { - isInHistory[className] = true; - history.push(className); - } - return Loader; - }, - /** - * This is an internal method that delegate content loading to the - * bootstrap layer. - * @private - * @param params - */ - loadScripts: function(params) { - var manifest = Ext.manifest, - loadOrder = manifest && manifest.loadOrder, - loadOrderMap = manifest && manifest.loadOrderMap, - options; - ++Loader.scriptsLoading; - // if the load order map hasn't been created, create it now - // and cache on the manifest - if (loadOrder && !loadOrderMap) { - manifest.loadOrderMap = loadOrderMap = Boot.createLoadOrderMap(loadOrder); - } - // verify the loading state, as this may have transitioned us from - // not loading to loading - Loader.checkReady(); - options = Ext.apply({ - loadOrder: loadOrder, - loadOrderMap: loadOrderMap, - charset: _config.scriptCharset, - success: Loader.onLoadSuccess, - failure: Loader.onLoadFailure, - sync: Loader.syncModeEnabled, - _classNames: [] - }, params); - options.userScope = options.scope; - options.scope = options; - Boot.load(options); - }, - /** - * This method is provide for use by the bootstrap layer. - * @private - * @param {String[]} urls - */ - loadScriptsSync: function(urls) { - var syncwas = Loader.syncModeEnabled; - Loader.syncModeEnabled = true; - Loader.loadScripts({ - url: urls - }); - Loader.syncModeEnabled = syncwas; - }, - /** - * This method is provide for use by the bootstrap layer. - * @private - * @param {String[]} urls - */ - loadScriptsSyncBasePrefix: function(urls) { - var syncwas = Loader.syncModeEnabled; - Loader.syncModeEnabled = true; - Loader.loadScripts({ - url: urls, - prependBaseUrl: true - }); - Loader.syncModeEnabled = syncwas; - }, - /** - * Loads the specified script URL and calls the supplied callbacks. If this method - * is called before {@link Ext#isReady}, the script's load will delay the transition - * to ready. This can be used to load arbitrary scripts that may contain further - * {@link Ext#require Ext.require} calls. - * - * @param {Object/String/String[]} options The options object or simply the URL(s) to load. - * @param {String} options.url The URL from which to load the script. - * @param {Function} [options.onLoad] The callback to call on successful load. - * @param {Function} [options.onError] The callback to call on failure to load. - * @param {Object} [options.scope] The scope (`this`) for the supplied callbacks. - */ - loadScript: function(options) { - var isString = typeof options === 'string', - isArray = options instanceof Array, - isObject = !isArray && !isString, - url = isObject ? options.url : options, - onError = isObject && options.onError, - onLoad = isObject && options.onLoad, - scope = isObject && options.scope, - request = { - url: url, - scope: scope, - onLoad: onLoad, - onError: onError, - _classNames: [] - }; - Loader.loadScripts(request); - }, - /** - * @private - */ - flushMissingQueue: function() { - var name, val, - missingwas = 0, - missing = 0; - for (name in _missingQueue) { - missingwas++; - val = _missingQueue[name]; - if (Manager.isCreated(name)) { - delete _missingQueue[name]; - } else if (Manager.existCache[name] === 2) { - delete _missingQueue[name]; - } else { - ++missing; - } - } - this.missingCount = missing; - }, - /** - * @private - */ - checkReady: function() { - var wasLoading = Loader.isLoading, - isLoading; - Loader.flushMissingQueue(); - isLoading = Loader.missingCount + Loader.scriptsLoading; - if (isLoading && !wasLoading) { - Ready.block(); - Loader.isLoading = !!isLoading; - } else if (!isLoading && wasLoading) { - Loader.triggerReady(); - } - if (!Loader.scriptsLoading && Loader.missingCount) { - // Things look bad, but since load requests may come later, defer this - // for a bit then check if things are still stuck. - Ext.defer(function() { - if (!Loader.scriptsLoading && Loader.missingCount) { - Ext.log.error('[Loader] The following classes failed to load:'); - for (var name in Loader.missingQueue) { - Ext.log.error('[Loader] ' + name + ' from ' + Loader.missingQueue[name]); - } - } - }, 1000); - } - } - }); - /** - * Loads all classes by the given names and all their direct dependencies; optionally - * executes the given callback function when finishes, within the optional scope. - * - * @param {String/String[]} expressions The class, classes or wildcards to load. - * @param {Function} [fn] The callback function. - * @param {Object} [scope] The execution scope (`this`) of the callback function. - * @member Ext - * @method require - */ - Ext.require = alias(Loader, 'require'); - /** - * Synchronously loads all classes by the given names and all their direct dependencies; optionally - * executes the given callback function when finishes, within the optional scope. - * - * @param {String/String[]} expressions The class, classes or wildcards to load. - * @param {Function} [fn] The callback function. - * @param {Object} [scope] The execution scope (`this`) of the callback function. - * @member Ext - * @method syncRequire - */ - Ext.syncRequire = alias(Loader, 'syncRequire'); - /** - * Explicitly exclude files from being loaded. Useful when used in conjunction with a - * broad include expression. Can be chained with more `require` and `exclude` methods, - * for example: - * - * Ext.exclude('Ext.data.*').require('*'); - * - * Ext.exclude('widget.button*').require('widget.*'); - * - * @param {String/String[]} excludes - * @return {Object} Contains `exclude`, `require` and `syncRequire` methods for chaining. - * @member Ext - * @method exclude - */ - Ext.exclude = alias(Loader, 'exclude'); - /** - * @cfg {String[]} requires - * @member Ext.Class - * List of classes that have to be loaded before instantiating this class. - * For example: - * - * Ext.define('Mother', { - * requires: ['Child'], - * giveBirth: function() { - * // we can be sure that child class is available. - * return new Child(); - * } - * }); - */ - Class.registerPreprocessor('loader', function(cls, data, hooks, continueFn) { - Ext.classSystemMonitor && Ext.classSystemMonitor(cls, 'Ext.Loader#loaderPreprocessor', arguments); - // jshint ignore:line - var me = this, - dependencies = [], - dependency, - className = Manager.getName(cls), - i, j, ln, subLn, value, propertyName, propertyValue, requiredMap; - /* - Loop through the dependencyProperties, look for string class names and push - them into a stack, regardless of whether the property's value is a string, array or object. For example: - { - extend: 'Ext.MyClass', - requires: ['Ext.some.OtherClass'], - mixins: { - thing: 'Foo.bar.Thing'; - } - } - which will later be transformed into: - { - extend: Ext.MyClass, - requires: [Ext.some.OtherClass], - mixins: { - thing: Foo.bar.Thing; - } - } - */ - for (i = 0 , ln = dependencyProperties.length; i < ln; i++) { - propertyName = dependencyProperties[i]; - if (data.hasOwnProperty(propertyName)) { - propertyValue = data[propertyName]; - if (typeof propertyValue === 'string') { - dependencies.push(propertyValue); - } else if (propertyValue instanceof Array) { - for (j = 0 , subLn = propertyValue.length; j < subLn; j++) { - value = propertyValue[j]; - if (typeof value === 'string') { - dependencies.push(value); - } - } - } else if (typeof propertyValue !== 'function') { - for (j in propertyValue) { - if (propertyValue.hasOwnProperty(j)) { - value = propertyValue[j]; - if (typeof value === 'string') { - dependencies.push(value); - } - } - } - } - } - } - if (dependencies.length === 0) { - return; - } - if (className) { - _requiresMap[className] = dependencies; - } - var deadlockPath = [], - detectDeadlock; - /* - Automatically detect deadlocks before-hand, - will throw an error with detailed path for ease of debugging. Examples of deadlock cases: - - - A extends B, then B extends A - - A requires B, B requires C, then C requires A - - The detectDeadlock function will recursively transverse till the leaf, hence it can detect deadlocks - no matter how deep the path is. - */ - if (className) { - requiredMap = Loader.requiredByMap || (Loader.requiredByMap = {}); - for (i = 0 , ln = dependencies.length; i < ln; i++) { - dependency = dependencies[i]; - (requiredMap[dependency] || (requiredMap[dependency] = [])).push(className); - } - detectDeadlock = function(cls) { - deadlockPath.push(cls); - if (_requiresMap[cls]) { - if (Ext.Array.contains(_requiresMap[cls], className)) { - Ext.raise("Circular requirement detected! '" + className + "' and '" + deadlockPath[1] + "' mutually require each other. Path: " + deadlockPath.join(' -> ') + " -> " + deadlockPath[0]); - } - for (i = 0 , ln = _requiresMap[cls].length; i < ln; i++) { - detectDeadlock(_requiresMap[cls][i]); - } - } - }; - detectDeadlock(className); - } - (className ? Loader.exclude(className) : Loader).require(dependencies, function() { - for (i = 0 , ln = dependencyProperties.length; i < ln; i++) { - propertyName = dependencyProperties[i]; - if (data.hasOwnProperty(propertyName)) { - propertyValue = data[propertyName]; - if (typeof propertyValue === 'string') { - data[propertyName] = Manager.get(propertyValue); - } else if (propertyValue instanceof Array) { - for (j = 0 , subLn = propertyValue.length; j < subLn; j++) { - value = propertyValue[j]; - if (typeof value === 'string') { - data[propertyName][j] = Manager.get(value); - } - } - } else if (typeof propertyValue !== 'function') { - for (var k in propertyValue) { - if (propertyValue.hasOwnProperty(k)) { - value = propertyValue[k]; - if (typeof value === 'string') { - data[propertyName][k] = Manager.get(value); - } - } - } - } - } - } - continueFn.call(me, cls, data, hooks); - }); - return false; - }, true, 'after', 'className'); - /** - * @cfg {String[]} uses - * @member Ext.Class - * List of optional classes to load together with this class. These aren't neccessarily loaded before - * this class is created, but are guaranteed to be available before Ext.onReady listeners are - * invoked. For example: - * - * Ext.define('Mother', { - * uses: ['Child'], - * giveBirth: function() { - * // This code might, or might not work: - * // return new Child(); - * - * // Instead use Ext.create() to load the class at the spot if not loaded already: - * return Ext.create('Child'); - * } - * }); - */ - Manager.registerPostprocessor('uses', function(name, cls, data) { - Ext.classSystemMonitor && Ext.classSystemMonitor(cls, 'Ext.Loader#usesPostprocessor', arguments); - // jshint ignore:line - var manifest = Ext.manifest, - loadOrder = manifest && manifest.loadOrder, - classes = manifest && manifest.classes, - uses, clazz, item, len, i, indexMap; - if (loadOrder) { - clazz = classes[name]; - if (clazz && !isNaN(i = clazz.idx)) { - item = loadOrder[i]; - uses = item.uses; - indexMap = {}; - for (len = uses.length , i = 0; i < len; i++) { - indexMap[uses[i]] = true; - } - uses = Ext.Boot.getPathsFromIndexes(indexMap, loadOrder, true); - if (uses.length > 0) { - Loader.loadScripts({ - url: uses, - sequential: true - }); - } - } - } - if (data.uses) { - uses = data.uses; - Loader.addUsedClasses(uses); - } - }); - Manager.onCreated(Loader.historyPush); - Loader.init(); -}()); -//----------------------------------------------------------------------------- -// Use performance.now when available to keep timestamps consistent. -Ext._endTime = Ext.ticks(); -// This hook is to allow tools like DynaTrace to deterministically detect the availability -// of Ext.onReady. Since Loader takes over Ext.onReady this must be done here and not in -// Ext.env.Ready. -if (Ext._beforereadyhandler) { - Ext._beforereadyhandler(); -} - -/** - * This class is a base class for mixins. These are classes that extend this class and are - * designed to be used as a `mixin` by user code. - * - * It provides mixins with the ability to "hook" class methods of the classes in to which - * they are mixed. For example, consider the `destroy` method pattern. If a mixin class - * had cleanup requirements, it would need to be called as part of `destroy`. - * - * Starting with a basic class we might have: - * - * Ext.define('Foo.bar.Base', { - * destroy: function () { - * console.log('B'); - * // cleanup - * } - * }); - * - * A derived class would look like this: - * - * Ext.define('Foo.bar.Derived', { - * extend: 'Foo.bar.Base', - * - * destroy: function () { - * console.log('D'); - * // more cleanup - * - * this.callParent(); // let Foo.bar.Base cleanup as well - * } - * }); - * - * To see how using this class help, start with a "normal" mixin class that also needs to - * cleanup its resources. These mixins must be called explicitly by the classes that use - * them. For example: - * - * Ext.define('Foo.bar.Util', { - * destroy: function () { - * console.log('U'); - * } - * }); - * - * Ext.define('Foo.bar.Derived', { - * extend: 'Foo.bar.Base', - * - * mixins: { - * util: 'Foo.bar.Util' - * }, - * - * destroy: function () { - * console.log('D'); - * // more cleanup - * - * this.mixins.util.destroy.call(this); - * - * this.callParent(); // let Foo.bar.Base cleanup as well - * } - * }); - * - * var obj = new Foo.bar.Derived(); - * - * obj.destroy(); - * // logs D then U then B - * - * This class is designed to solve the above in simpler and more reliable way. - * - * ## mixinConfig - * - * Using `mixinConfig` the mixin class can provide "before" or "after" hooks that do not - * involve the derived class implementation. This also means the derived class cannot - * adjust parameters to the hook methods. - * - * Ext.define('Foo.bar.Util', { - * extend: 'Ext.Mixin', - * - * mixinConfig: { - * after: { - * destroy: 'destroyUtil' - * } - * }, - * - * destroyUtil: function () { - * console.log('U'); - * } - * }); - * - * Ext.define('Foo.bar.Class', { - * mixins: { - * util: 'Foo.bar.Util' - * }, - * - * destroy: function () { - * console.log('D'); - * } - * }); - * - * var obj = new Foo.bar.Derived(); - * - * obj.destroy(); - * // logs D then U - * - * If the destruction should occur in the other order, you can use `before`: - * - * Ext.define('Foo.bar.Util', { - * extend: 'Ext.Mixin', - * - * mixinConfig: { - * before: { - * destroy: 'destroyUtil' - * } - * }, - * - * destroyUtil: function () { - * console.log('U'); - * } - * }); - * - * Ext.define('Foo.bar.Class', { - * mixins: { - * util: 'Foo.bar.Util' - * }, - * - * destroy: function () { - * console.log('D'); - * } - * }); - * - * var obj = new Foo.bar.Derived(); - * - * obj.destroy(); - * // logs U then D - * - * ### Chaining - * - * One way for a mixin to provide methods that act more like normal inherited methods is - * to use an `on` declaration. These methods will be injected into the `callParent` chain - * between the derived and superclass. For example: - * - * Ext.define('Foo.bar.Util', { - * extend: 'Ext.Mixin', - * - * mixinConfig: { - * on: { - * destroy: function () { - * console.log('M'); - * } - * } - * } - * }); - * - * Ext.define('Foo.bar.Base', { - * destroy: function () { - * console.log('B'); - * } - * }); - * - * Ext.define('Foo.bar.Derived', { - * extend: 'Foo.bar.Base', - * - * mixins: { - * util: 'Foo.bar.Util' - * }, - * - * destroy: function () { - * this.callParent(); - * console.log('D'); - * } - * }); - * - * var obj = new Foo.bar.Derived(); - * - * obj.destroy(); - * // logs M then B then D - * - * As with `before` and `after`, the value of `on` can be a method name. - * - * Ext.define('Foo.bar.Util', { - * extend: 'Ext.Mixin', - * - * mixinConfig: { - * on: { - * destroy: 'onDestroy' - * } - * } - * - * onDestroy: function () { - * console.log('M'); - * } - * }); - * - * Because this technique leverages `callParent`, the derived class controls the time and - * parameters for the call to all of its bases (be they `extend` or `mixin` flavor). - * - * ### Derivations - * - * Some mixins need to process class extensions of their target class. To do this you can - * define an `extended` method like so: - * - * Ext.define('Foo.bar.Util', { - * extend: 'Ext.Mixin', - * - * mixinConfig: { - * extended: function (baseClass, derivedClass, classBody) { - * // This function is called whenever a new "derivedClass" is created - * // that extends a "baseClass" in to which this mixin was mixed. - * } - * } - * }); - * - * @protected - */ -Ext.define('Ext.Mixin', function(Mixin) { - return { - statics: { - addHook: function(hookFn, targetClass, methodName, mixinClassPrototype) { - var isFunc = Ext.isFunction(hookFn), - hook = function() { - var a = arguments, - fn = isFunc ? hookFn : mixinClassPrototype[hookFn], - result = this.callParent(a); - fn.apply(this, a); - return result; - }, - existingFn = targetClass.hasOwnProperty(methodName) && targetClass[methodName]; - if (isFunc) { - hookFn.$previous = Ext.emptyFn; - } - // no callParent for these guys - hook.$name = methodName; - hook.$owner = targetClass.self; - if (existingFn) { - hook.$previous = existingFn.$previous; - existingFn.$previous = hook; - } else { - targetClass[methodName] = hook; - } - } - }, - onClassExtended: function(cls, data) { - var mixinConfig = data.mixinConfig, - hooks = data.xhooks, - superclass = cls.superclass, - onClassMixedIn = data.onClassMixedIn, - parentMixinConfig, befores, afters, extended; - if (hooks) { - // Legacy way - delete data.xhooks; - (mixinConfig || (data.mixinConfig = mixinConfig = {})).on = hooks; - } - if (mixinConfig) { - parentMixinConfig = superclass.mixinConfig; - if (parentMixinConfig) { - data.mixinConfig = mixinConfig = Ext.merge({}, parentMixinConfig, mixinConfig); - } - data.mixinId = mixinConfig.id; - if (mixinConfig.beforeHooks) { - Ext.raise('Use of "beforeHooks" is deprecated - use "before" instead'); - } - if (mixinConfig.hooks) { - Ext.raise('Use of "hooks" is deprecated - use "after" instead'); - } - if (mixinConfig.afterHooks) { - Ext.raise('Use of "afterHooks" is deprecated - use "after" instead'); - } - befores = mixinConfig.before; - afters = mixinConfig.after; - hooks = mixinConfig.on; - extended = mixinConfig.extended; - } - if (befores || afters || hooks || extended) { - // Note: tests are with Ext.Class - data.onClassMixedIn = function(targetClass) { - var mixin = this.prototype, - targetProto = targetClass.prototype, - key; - if (befores) { - Ext.Object.each(befores, function(key, value) { - targetClass.addMember(key, function() { - if (mixin[value].apply(this, arguments) !== false) { - return this.callParent(arguments); - } - }); - }); - } - if (afters) { - Ext.Object.each(afters, function(key, value) { - targetClass.addMember(key, function() { - var ret = this.callParent(arguments); - mixin[value].apply(this, arguments); - return ret; - }); - }); - } - if (hooks) { - for (key in hooks) { - Mixin.addHook(hooks[key], targetProto, key, mixin); - } - } - if (extended) { - targetClass.onExtended(function() { - var args = Ext.Array.slice(arguments, 0); - args.unshift(targetClass); - return extended.apply(this, args); - }, this); - } - if (onClassMixedIn) { - onClassMixedIn.apply(this, arguments); - } - }; - } - } - }; -}); - -// @tag core -/** - * @class Ext.util.DelayedTask - * - * The DelayedTask class provides a convenient way to "buffer" the execution of a method, - * performing setTimeout where a new timeout cancels the old timeout. When called, the - * task will wait the specified time period before executing. If durng that time period, - * the task is called again, the original call will be cancelled. This continues so that - * the function is only called a single time for each iteration. - * - * This method is especially useful for things like detecting whether a user has finished - * typing in a text field. An example would be performing validation on a keypress. You can - * use this class to buffer the keypress events for a certain number of milliseconds, and - * perform only if they stop for that amount of time. - * - * ## Usage - * - * var task = new Ext.util.DelayedTask(function(){ - * alert(Ext.getDom('myInputField').value.length); - * }); - * - * // Wait 500ms before calling our function. If the user presses another key - * // during that 500ms, it will be cancelled and we'll wait another 500ms. - * Ext.get('myInputField').on('keypress', function() { - * task.{@link #delay}(500); - * }); - * - * Note that we are using a DelayedTask here to illustrate a point. The configuration - * option `buffer` for {@link Ext.util.Observable#addListener addListener/on} will - * also setup a delayed task for you to buffer events. - * - * @constructor The parameters to this constructor serve as defaults and are not required. - * @param {Function} fn (optional) The default function to call. If not specified here, it must be specified during the {@link #delay} call. - * @param {Object} scope (optional) The default scope (The **`this`** reference) in which the - * function is called. If not specified, `this` will refer to the browser window. - * @param {Array} args (optional) The default Array of arguments. - * @param {Boolean} [cancelOnDelay=true] By default, each call to {@link #delay} cancels any pending invocation and reschedules a new - * invocation. Specifying this as `false` means that calls to {@link #delay} when an invocation is pending just update the call settings, - * `newDelay`, `newFn`, `newScope` or `newArgs`, whichever are passed. - */ -Ext.util = Ext.util || {}; -Ext.util.DelayedTask = function(fn, scope, args, cancelOnDelay, fireIdleEvent) { - // @define Ext.util.DelayedTask - // @uses Ext.GlobalEvents - var me = this, - delay, - call = function() { - var globalEvents = Ext.GlobalEvents; - clearInterval(me.id); - me.id = null; - fn.apply(scope, args || []); - if (fireIdleEvent !== false && globalEvents.hasListeners.idle) { - globalEvents.fireEvent('idle'); - } - }; - cancelOnDelay = typeof cancelOnDelay === 'boolean' ? cancelOnDelay : true; - /** - * @property {Number} id - * The id of the currently pending invocation. Will be set to `null` if there is no - * invocation pending. - */ - me.id = null; - /** - * By default, cancels any pending timeout and queues a new one. - * - * If the `cancelOnDelay` parameter was specified as `false` in the constructor, this does not cancel and - * reschedule, but just updates the call settings, `newDelay`, `newFn`, `newScope` or `newArgs`, whichever are passed. - * - * @param {Number} newDelay The milliseconds to delay - * @param {Function} newFn (optional) Overrides function passed to constructor - * @param {Object} newScope (optional) Overrides scope passed to constructor. Remember that if no scope - * is specified, this will refer to the browser window. - * @param {Array} newArgs (optional) Overrides args passed to constructor - */ - me.delay = function(newDelay, newFn, newScope, newArgs) { - if (cancelOnDelay) { - me.cancel(); - } - if (typeof newDelay === 'number') { - delay = newDelay; - } - fn = newFn || fn; - scope = newScope || scope; - args = newArgs || args; - if (!me.id) { - me.id = Ext.interval(call, delay); - } - }; - /** - * Cancel the last queued timeout - */ - me.cancel = function() { - if (me.id) { - clearInterval(me.id); - me.id = null; - } - }; -}; - -// @tag core -/** - * Represents single event type that an Observable object listens to. - * All actual listeners are tracked inside here. When the event fires, - * it calls all the registered listener functions. - * - * @private - */ -Ext.define('Ext.util.Event', function() { - var arraySlice = Array.prototype.slice, - arrayInsert = Ext.Array.insert, - toArray = Ext.Array.toArray, - fireArgs = {}; - return { - requires: 'Ext.util.DelayedTask', - /** - * @property {Boolean} isEvent - * `true` in this class to identify an object as an instantiated Event, or subclass thereof. - */ - isEvent: true, - // Private. Event suspend count - suspended: 0, - noOptions: {}, - constructor: function(observable, name) { - this.name = name; - this.observable = observable; - this.listeners = []; - }, - addListener: function(fn, scope, options, caller, manager) { - var me = this, - added = false, - observable = me.observable, - eventName = me.name, - listeners, listener, priority, isNegativePriority, highestNegativePriorityIndex, hasNegativePriorityIndex, length, index, i, listenerPriority; - if (scope && !Ext._namedScopes[scope] && (typeof fn === 'string') && (typeof scope[fn] !== 'function')) { - Ext.raise("No method named '" + fn + "' found on scope object"); - } - if (me.findListener(fn, scope) === -1) { - listener = me.createListener(fn, scope, options, caller, manager); - if (me.firing) { - // if we are currently firing this event, don't disturb the listener loop - me.listeners = me.listeners.slice(0); - } - listeners = me.listeners; - index = length = listeners.length; - priority = options && options.priority; - highestNegativePriorityIndex = me._highestNegativePriorityIndex; - hasNegativePriorityIndex = highestNegativePriorityIndex !== undefined; - if (priority) { - // Find the index at which to insert the listener into the listeners array, - // sorted by priority highest to lowest. - isNegativePriority = (priority < 0); - if (!isNegativePriority || hasNegativePriorityIndex) { - // If the priority is a positive number, or if it is a negative number - // and there are other existing negative priority listenrs, then we - // need to calcuate the listeners priority-order index. - // If the priority is a negative number, begin the search for priority - // order index at the index of the highest existing negative priority - // listener, otherwise begin at 0 - for (i = (isNegativePriority ? highestNegativePriorityIndex : 0); i < length; i++) { - // Listeners created without options will have no "o" property - listenerPriority = listeners[i].o ? listeners[i].o.priority || 0 : 0; - if (listenerPriority < priority) { - index = i; - break; - } - } - } else { - // if the priority is a negative number, and there are no other negative - // priority listeners, then no calculation is needed - the negative - // priority listener gets appended to the end of the listeners array. - me._highestNegativePriorityIndex = index; - } - } else if (hasNegativePriorityIndex) { - // listeners with a priority of 0 or undefined are appended to the end of - // the listeners array unless there are negative priority listeners in the - // listeners array, then they are inserted before the highest negative - // priority listener. - index = highestNegativePriorityIndex; - } - if (!isNegativePriority && index <= highestNegativePriorityIndex) { - me._highestNegativePriorityIndex++; - } - if (index === length) { - listeners[length] = listener; - } else { - arrayInsert(listeners, index, [ - listener - ]); - } - if (observable.isElement) { - // It is the role of Ext.util.Event (vs Ext.Element) to handle subscribe/ - // unsubscribe because it is the lowest level place to intercept the - // listener before it is added/removed. For addListener this could easily - // be done in Ext.Element's doAddListener override, but since there are - // multiple paths for listener removal (un, clearListeners), it is best - // to keep all subscribe/unsubscribe logic here. - observable._getPublisher(eventName).subscribe(observable, eventName, options.delegated !== false, options.capture); - } - added = true; - } - return added; - }, - createListener: function(fn, scope, o, caller, manager) { - var me = this, - namedScope = Ext._namedScopes[scope], - listener = { - fn: fn, - scope: scope, - ev: me, - caller: caller, - manager: manager, - namedScope: namedScope, - defaultScope: namedScope ? (scope || me.observable) : undefined, - lateBound: typeof fn === 'string' - }, - handler = fn, - wrapped = false, - type; - // The order is important. The 'single' wrapper must be wrapped by the 'buffer' and 'delayed' wrapper - // because the event removal that the single listener does destroys the listener's DelayedTask(s) - if (o) { - listener.o = o; - if (o.single) { - handler = me.createSingle(handler, listener, o, scope); - wrapped = true; - } - if (o.target) { - handler = me.createTargeted(handler, listener, o, scope, wrapped); - wrapped = true; - } - if (o.delay) { - handler = me.createDelayed(handler, listener, o, scope, wrapped); - wrapped = true; - } - if (o.buffer) { - handler = me.createBuffered(handler, listener, o, scope, wrapped); - wrapped = true; - } - if (me.observable.isElement) { - // If the event type was translated, e.g. mousedown -> touchstart, we need to save - // the original type in the listener object so that the Ext.event.Event object can - // reflect the correct type at firing time - type = o.type; - if (type) { - listener.type = type; - } - } - } - listener.fireFn = handler; - listener.wrapped = wrapped; - return listener; - }, - findListener: function(fn, scope) { - var listeners = this.listeners, - i = listeners.length, - listener; - while (i--) { - listener = listeners[i]; - if (listener) { - // use ==, not === for scope comparison, so that undefined and null are equal - if (listener.fn === fn && listener.scope == scope) { - return i; - } - } - } - return -1; - }, - removeListener: function(fn, scope, index) { - var me = this, - removed = false, - observable = me.observable, - eventName = me.name, - listener, highestNegativePriorityIndex, options, k, manager, managedListeners, managedListener, i; - index = index || me.findListener(fn, scope); - if (index != -1) { - listener = me.listeners[index]; - options = listener.o; - highestNegativePriorityIndex = me._highestNegativePriorityIndex; - if (me.firing) { - me.listeners = me.listeners.slice(0); - } - // cancel and remove a buffered handler that hasn't fired yet - if (listener.task) { - listener.task.cancel(); - delete listener.task; - } - // cancel and remove all delayed handlers that haven't fired yet - k = listener.tasks && listener.tasks.length; - if (k) { - while (k--) { - listener.tasks[k].cancel(); - } - delete listener.tasks; - } - // Remove this listener from the listeners array - // We can use splice directly. The IE8 bug which Ext.Array works around only affects *insertion* - // http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/6e946d03-e09f-4b22-a4dd-cd5e276bf05a/ - me.listeners.splice(index, 1); - manager = listener.manager; - if (manager) { - // If this is a managed listener we need to remove it from the manager's - // managedListeners array. This ensures that if we listen using mon - // and then remove without using mun, the managedListeners array is updated - // accordingly, for example - // - // manager.on(target, 'foo', fn); - // - // target.un('foo', fn); - managedListeners = manager.managedListeners; - if (managedListeners) { - for (i = managedListeners.length; i--; ) { - managedListener = managedListeners[i]; - if (managedListener.item === me.observable && managedListener.ename === eventName && managedListener.fn === fn && managedListener.scope === scope) { - managedListeners.splice(i, 1); - } - } - } - } - // if the listeners array contains negative priority listeners, adjust the - // internal index if needed. - if (highestNegativePriorityIndex) { - if (index < highestNegativePriorityIndex) { - me._highestNegativePriorityIndex--; - } else if (index === highestNegativePriorityIndex && index === me.listeners.length) { - delete me._highestNegativePriorityIndex; - } - } - if (observable.isElement) { - observable._getPublisher(eventName).unsubscribe(observable, eventName, options.delegated !== false, options.capture); - } - removed = true; - } - return removed; - }, - // Iterate to stop any buffered/delayed events - clearListeners: function() { - var listeners = this.listeners, - i = listeners.length, - listener; - while (i--) { - listener = listeners[i]; - this.removeListener(listener.fn, listener.scope); - } - }, - suspend: function() { - ++this.suspended; - }, - resume: function() { - if (this.suspended) { - --this.suspended; - } - }, - isSuspended: function() { - return this.suspended > 0; - }, - fireDelegated: function(firingObservable, args) { - this.firingObservable = firingObservable; - return this.fire.apply(this, args); - }, - fire: function() { - var me = this, - listeners = me.listeners, - count = listeners.length, - observable = me.observable, - isElement = observable.isElement, - isComponent = observable.isComponent, - firingObservable = me.firingObservable, - options, delegate, fireInfo, i, args, listener, len, delegateEl, currentTarget, type, chained, firingArgs, e, fireFn, fireScope; - if (!me.suspended && count > 0) { - me.firing = true; - args = arguments.length ? arraySlice.call(arguments, 0) : []; - len = args.length; - if (isElement) { - e = args[0]; - } - for (i = 0; i < count; i++) { - listener = listeners[i]; - options = listener.o; - if (isElement) { - if (currentTarget) { - // restore the previous currentTarget if we changed it last time - // around the loop while processing the delegate option. - e.setCurrentTarget(currentTarget); - } - // For events that have been translated to provide device compatibility, - // e.g. mousedown -> touchstart, we want the event object to reflect the - // type that was originally listened for, not the type of the actual event - // that fired. The listener's "type" property reflects the original type. - type = listener.type; - if (type) { - // chain a new object to the event object before changing the type. - // This is more efficient than creating a new event object, and we - // don't want to change the type of the original event because it may - // be used asynchronously by other handlers - chained = e; - e = args[0] = chained.chain({ - type: type - }); - } - // In Ext4 Ext.EventObject was a singleton event object that was reused as events - // were fired. Set Ext.EventObject to the last fired event for compatibility. - Ext.EventObject = e; - } - firingArgs = args; - if (options) { - delegate = options.delegate; - if (delegate) { - if (isElement) { - // prepending the currentTarget.id to the delegate selector - // allows us to match selectors such as "> div" - delegateEl = e.getTarget('#' + e.currentTarget.id + ' ' + delegate); - if (delegateEl) { - args[1] = delegateEl; - // save the current target before changing it to the delegateEl - // so that we can restore it next time around - currentTarget = e.currentTarget; - e.setCurrentTarget(delegateEl); - } else { - - continue; - } - } else if (isComponent && !firingObservable.is('#' + observable.id + ' ' + options.delegate)) { - - continue; - } - } - if (isElement) { - if (options.preventDefault) { - e.preventDefault(); - } - if (options.stopPropagation) { - e.stopPropagation(); - } - if (options.stopEvent) { - e.stopEvent(); - } - } - args[len] = options; - if (options.args) { - firingArgs = options.args.concat(args); - } - } - fireInfo = me.getFireInfo(listener); - fireFn = fireInfo.fn; - fireScope = fireInfo.scope; - // We don't want to keep closure and scope on the Event prototype! - fireInfo.fn = fireInfo.scope = null; - if (fireFn.apply(fireScope, firingArgs) === false) { - Ext.EventObject = null; - return (me.firing = false); - } - if (chained) { - // if we chained the event object for type translation we need to - // un-chain it before proceeding to process the next listener, which - // may not be a translated event. - e = args[0] = chained; - chained = null; - } - // We don't guarantee Ext.EventObject existence outside of the immediate - // event propagation scope - Ext.EventObject = null; - } - } - me.firing = false; - return true; - }, - getFireInfo: function(listener, fromWrapped) { - var observable = this.observable, - fireFn = listener.fireFn, - scope = listener.scope, - namedScope = listener.namedScope, - fn; - // If we are called with a wrapped listener, only attempt to do scope - // resolution if we are explicitly called by the last wrapped function - if (!fromWrapped && listener.wrapped) { - fireArgs.fn = fireFn; - return fireArgs; - } - fn = fromWrapped ? listener.fn : fireFn; - var name = fn; - if (listener.lateBound) { - // handler is a function name - need to resolve it to a function reference - if (!scope || namedScope) { - // Only invoke resolveListenerScope if the user did not specify a scope, - // or if the user specified a named scope. Named function handlers that - // use an arbitrary object as the scope just skip this part, and just - // use the given scope object to resolve the method. - scope = (listener.caller || observable).resolveListenerScope(listener.defaultScope); - } - if (!scope) { - Ext.raise('Unable to dynamically resolve scope for "' + listener.ev.name + '" listener on ' + this.observable.id); - } - if (!Ext.isFunction(scope[fn])) { - Ext.raise('No method named "' + fn + '" on ' + (scope.$className || 'scope object.')); - } - fn = scope[fn]; - } else if (namedScope && namedScope.isController) { - // If handler is a function reference and scope:'controller' was requested - // we'll do our best to look up a controller. - scope = (listener.caller || observable).resolveListenerScope(listener.defaultScope); - if (!scope) { - Ext.raise('Unable to dynamically resolve scope for "' + listener.ev.name + '" listener on ' + this.observable.id); - } - } else if (!scope || namedScope) { - // If handler is a function reference we use the observable instance as - // the default scope - scope = observable; - } - // We can only ever be firing one event at a time, so just keep - // overwriting tghe object we've got in our closure, otherwise we'll be - // creating a whole bunch of garbage objects - fireArgs.fn = fn; - fireArgs.scope = scope; - if (!fn) { - Ext.raise('Unable to dynamically resolve method "' + name + '" on ' + this.observable.$className); - } - return fireArgs; - }, - createTargeted: function(handler, listener, o, scope, wrapped) { - return function() { - if (o.target === arguments[0]) { - var fireInfo; - if (!wrapped) { - fireInfo = listener.ev.getFireInfo(listener, true); - handler = fireInfo.fn; - scope = fireInfo.scope; - // We don't want to keep closure and scope references on the Event prototype! - fireInfo.fn = fireInfo.scope = null; - } - return handler.apply(scope, arguments); - } - }; - }, - createBuffered: function(handler, listener, o, scope, wrapped) { - listener.task = new Ext.util.DelayedTask(); - return function() { - var fireInfo; - if (!wrapped) { - fireInfo = listener.ev.getFireInfo(listener, true); - handler = fireInfo.fn; - scope = fireInfo.scope; - // We don't want to keep closure and scope references on the Event prototype! - fireInfo.fn = fireInfo.scope = null; - } - listener.task.delay(o.buffer, handler, scope, toArray(arguments)); - }; - }, - createDelayed: function(handler, listener, o, scope, wrapped) { - return function() { - var task = new Ext.util.DelayedTask(), - fireInfo; - if (!wrapped) { - fireInfo = listener.ev.getFireInfo(listener, true); - handler = fireInfo.fn; - scope = fireInfo.scope; - // We don't want to keep closure and scope references on the Event prototype! - fireInfo.fn = fireInfo.scope = null; - } - if (!listener.tasks) { - listener.tasks = []; - } - listener.tasks.push(task); - task.delay(o.delay || 10, handler, scope, toArray(arguments)); - }; - }, - createSingle: function(handler, listener, o, scope, wrapped) { - return function() { - var event = listener.ev, - fireInfo; - if (event.removeListener(listener.fn, scope) && event.observable) { - // Removing from a regular Observable-owned, named event (not an anonymous - // event such as Ext's readyEvent): Decrement the listeners count - event.observable.hasListeners[event.name]--; - } - if (!wrapped) { - fireInfo = event.getFireInfo(listener, true); - handler = fireInfo.fn; - scope = fireInfo.scope; - // We don't want to keep closure and scope references on the Event prototype! - fireInfo.fn = fireInfo.scope = null; - } - return handler.apply(scope, arguments); - }; - } - }; -}); - -// @tag dom,core -/** - * An Identifiable mixin. - * @private - */ -Ext.define('Ext.mixin.Identifiable', { - statics: { - uniqueIds: {} - }, - isIdentifiable: true, - mixinId: 'identifiable', - idCleanRegex: /\.|[^\w\-]/g, - defaultIdPrefix: 'ext-', - defaultIdSeparator: '-', - getOptimizedId: function() { - return this.id; - }, - getUniqueId: function() { - var id = this.id, - prototype, separator, xtype, uniqueIds, prefix; - // Cannot test falsiness. Zero is a valid ID. - if (!(id || id === 0)) { - prototype = this.self.prototype; - separator = this.defaultIdSeparator; - uniqueIds = Ext.mixin.Identifiable.uniqueIds; - if (!prototype.hasOwnProperty('identifiablePrefix')) { - xtype = this.xtype; - if (xtype) { - prefix = this.defaultIdPrefix + xtype.replace(this.idCleanRegex, separator) + separator; - } else if (!(prefix = prototype.$className)) { - prefix = this.defaultIdPrefix + 'anonymous' + separator; - } else { - prefix = prefix.replace(this.idCleanRegex, separator).toLowerCase() + separator; - } - prototype.identifiablePrefix = prefix; - } - prefix = this.identifiablePrefix; - if (!uniqueIds.hasOwnProperty(prefix)) { - uniqueIds[prefix] = 0; - } - // The double assignment here and in setId is intentional to workaround a JIT - // issue that prevents me.id from being assigned in random scenarios. The issue - // occurs on 4th gen iPads and lower, possibly other older iOS devices. See EXTJS-16494. - id = this.id = this.id = prefix + (++uniqueIds[prefix]); - } - this.getUniqueId = this.getOptimizedId; - return id; - }, - setId: function(id) { - // See getUniqueId() - this.id = this.id = id; - }, - /** - * Retrieves the id of this component. Will autogenerate an id if one has not already been set. - * @return {String} id - */ - getId: function() { - var id = this.id; - if (!id) { - id = this.getUniqueId(); - } - this.getId = this.getOptimizedId; - return id; - } -}); - -// @tag core -/** - * Base class that provides a common interface for publishing events. Subclasses are - * expected to have a property "events" which is populated as event listeners register, - * and, optionally, a property "listeners" with configured listeners defined. - * - * *Note*: This mixin requires the constructor to be called, which is typically done - * during the construction of your object. The Observable constructor will call - * {@link #initConfig}, so it does not need to be called a second time. - * - * For example: - * - * Ext.define('Employee', { - * mixins: ['Ext.mixin.Observable'], - * - * config: { - * name: '' - * }, - * - * constructor: function (config) { - * // The `listeners` property is processed to add listeners and the config - * // is applied to the object. - * this.mixins.observable.constructor.call(this, config); - * // Config has been initialized - * console.log(this.getEmployeeName()); - * } - * }); - * - * This could then be used like this: - * - * var newEmployee = new Employee({ - * name: employeeName, - * listeners: { - * quit: function() { - * // By default, "this" will be the object that fired the event. - * alert(this.getName() + " has quit!"); - * } - * } - * }); - */ -Ext.define('Ext.mixin.Observable', function(Observable) { - var emptyFn = Ext.emptyFn, - emptyArray = [], - arrayProto = Array.prototype, - arraySlice = arrayProto.slice, - // Destroyable class which removes listeners - ListenerRemover = function(observable) { - // Passed a ListenerRemover: return it - if (observable instanceof ListenerRemover) { - return observable; - } - this.observable = observable; - // Called when addManagedListener is used with the event source as the second arg: - // (owner, eventSource, args...) - if (arguments[1].isObservable) { - this.managedListeners = true; - } - this.args = arraySlice.call(arguments, 1); - }; - ListenerRemover.prototype.destroy = function() { - this.destroy = Ext.emptyFn; - var observable = this.observable; - observable[this.managedListeners ? 'mun' : 'un'].apply(observable, this.args); - }; - return { - extend: 'Ext.Mixin', - mixinConfig: { - id: 'observable', - after: { - destroy: 'clearListeners' - } - }, - requires: [ - 'Ext.util.Event' - ], - mixins: [ - 'Ext.mixin.Identifiable' - ], - statics: { - /** - * Removes **all** added captures from the Observable. - * - * @param {Ext.util.Observable} o The Observable to release - * @static - */ - releaseCapture: function(o) { - o.fireEventArgs = this.prototype.fireEventArgs; - }, - /** - * Starts capture on the specified Observable. All events will be passed to the supplied function with the event - * name + standard signature of the event **before** the event is fired. If the supplied function returns false, - * the event will not fire. - * - * @param {Ext.util.Observable} o The Observable to capture events from. - * @param {Function} fn The function to call when an event is fired. - * @param {Object} scope (optional) The scope (`this` reference) in which the function is executed. Defaults to - * the Observable firing the event. - * @static - */ - capture: function(o, fn, scope) { - // We're capturing calls to fireEventArgs to avoid duplication of events; - // however fn expects fireEvent's signature so we have to convert it here. - // To avoid unnecessary conversions, observe() below is aware of the changes - // and will capture fireEventArgs instead. - var newFn = function(eventName, args) { - return fn.apply(scope, [ - eventName - ].concat(args)); - }; - this.captureArgs(o, newFn, scope); - }, - /** - * @private - */ - captureArgs: function(o, fn, scope) { - o.fireEventArgs = Ext.Function.createInterceptor(o.fireEventArgs, fn, scope); - }, - /** - * Sets observability on the passed class constructor. - * - * This makes any event fired on any instance of the passed class also fire a single event through - * the **class** allowing for central handling of events on many instances at once. - * - * Usage: - * - * Ext.util.Observable.observe(Ext.data.Connection); - * Ext.data.Connection.on('beforerequest', function(con, options) { - * console.log('Ajax request made to ' + options.url); - * }); - * - * @param {Function} c The class constructor to make observable. - * @param {Object} listeners An object containing a series of listeners to - * add. See {@link Ext.util.Observable#addListener addListener}. - * @static - */ - observe: function(cls, listeners) { - if (cls) { - if (!cls.isObservable) { - Ext.applyIf(cls, new this()); - this.captureArgs(cls.prototype, cls.fireEventArgs, cls); - } - if (Ext.isObject(listeners)) { - cls.on(listeners); - } - } - return cls; - }, - /** - * Prepares a given class for observable instances. This method is called when a - * class derives from this class or uses this class as a mixin. - * @param {Function} T The class constructor to prepare. - * @param {Ext.util.Observable} mixin The mixin if being used as a mixin. - * @param {Object} data The raw class creation data if this is an extend. - * @private - */ - prepareClass: function(T, mixin, data) { - // T.hasListeners is the object to track listeners on class T. This object's - // prototype (__proto__) is the "hasListeners" of T.superclass. - // Instances of T will create "hasListeners" that have T.hasListeners as their - // immediate prototype (__proto__). - var listeners = T.listeners = [], - // If this function was called as a result of an "onExtended", it will - // receive the class as "T", but the members will not yet have been - // applied to the prototype. If this is the case, just grab listeners - // off of the raw data object. - target = data || T.prototype, - targetListeners = target.listeners, - superListeners = mixin ? mixin.listeners : T.superclass.self.listeners, - name, scope, namedScope; - // Process listeners that have been declared on the class body. These - // listeners must not override each other, but each must be added - // separately. This is accomplished by maintaining a nested array - // of listeners for the class and it's superclasses/mixins - if (superListeners) { - listeners.push(superListeners); - } - if (targetListeners) { - // Allow listener scope resolution mechanism to know if the listeners - // were declared on the class. This is only necessary when scope - // is unspecified, or when scope is 'controller'. We use special private - // named scopes of "self" and "self.controller" to indicate either - // unspecified scope, or scope declared as controller on the class - // body. To avoid iterating the listeners object multiple times, we - // only put this special scope on the outermost object at this point - // and allow addListener to handle scope:'controller' declared on - // inner objects of the listeners config. - scope = targetListeners.scope; - if (!scope) { - targetListeners.scope = 'self'; - } else { - namedScope = Ext._namedScopes[scope]; - if (namedScope && namedScope.isController) { - targetListeners.scope = 'self.controller'; - } - } - listeners.push(targetListeners); - // After adding the target listeners to the declared listeners array - // we can delete it off of the prototype (or data object). This ensures - // that we don't attempt to add the listeners twice, once during - // addDeclaredListeners, and again when we add this.listeners in the - // constructor. - target.listeners = null; - } - if (!T.HasListeners) { - // We create a HasListeners "class" for this class. The "prototype" of the - // HasListeners class is an instance of the HasListeners class associated - // with this class's super class (or with Observable). - var HasListeners = function() {}, - SuperHL = T.superclass.HasListeners || (mixin && mixin.HasListeners) || Observable.HasListeners; - // Make the HasListener class available on the class and its prototype: - T.prototype.HasListeners = T.HasListeners = HasListeners; - // And connect its "prototype" to the new HasListeners of our super class - // (which is also the class-level "hasListeners" instance). - HasListeners.prototype = T.hasListeners = new SuperHL(); - } - } - }, - /* End Definitions */ - /** - * @cfg {Object} listeners - * - * A config object containing one or more event handlers to be added to this object during initialization. This - * should be a valid listeners config object as specified in the - * {@link Ext.util.Observable#addListener addListener} example for attaching - * multiple handlers at once. - * - * **DOM events from Ext JS {@link Ext.Component Components}** - * - * While _some_ Ext JS Component classes export selected DOM events (e.g. "click", "mouseover" etc), this is usually - * only done when extra value can be added. For example the {@link Ext.view.View DataView}'s **`{@link - * Ext.view.View#itemclick itemclick}`** event passing the node clicked on. To access DOM events directly from a - * child element of a Component, we need to specify the `element` option to identify the Component property to add a - * DOM listener to: - * - * new Ext.panel.Panel({ - * width: 400, - * height: 200, - * dockedItems: [{ - * xtype: 'toolbar' - * }], - * listeners: { - * click: { - * element: 'el', //bind to the underlying el property on the panel - * fn: function(){ console.log('click el'); } - * }, - * dblclick: { - * element: 'body', //bind to the underlying body property on the panel - * fn: function(){ console.log('dblclick body'); } - * } - * } - * }); - */ - /** - * @property {Boolean} isObservable - * `true` in this class to identify an object as an instantiated Observable, or subclass thereof. - */ - isObservable: true, - /** - * @private - * Initial suspended call count. Incremented when {@link #suspendEvents} is called, decremented when {@link #resumeEvents} is called. - */ - eventsSuspended: 0, - /** - * @property {Object} hasListeners - * @readonly - * This object holds a key for any event that has a listener. The listener may be set - * directly on the instance, or on its class or a super class (via {@link #observe}) or - * on the {@link Ext.app.EventBus MVC EventBus}. The values of this object are truthy - * (a non-zero number) and falsy (0 or undefined). They do not represent an exact count - * of listeners. The value for an event is truthy if the event must be fired and is - * falsy if there is no need to fire the event. - * - * The intended use of this property is to avoid the expense of fireEvent calls when - * there are no listeners. This can be particularly helpful when one would otherwise - * have to call fireEvent hundreds or thousands of times. It is used like this: - * - * if (this.hasListeners.foo) { - * this.fireEvent('foo', this, arg1); - * } - */ - constructor: function(config) { - var me = this, - self = me.self, - declaredListeners, listeners, bubbleEvents, len, i; - // Observable can be extended and/or mixed in at multiple levels in a Class - // hierarchy, and may have its constructor invoked multiple times for a given - // instance. The following ensures we only perform initialization the first - // time the constructor is called. - if (me.$observableInitialized) { - return; - } - me.$observableInitialized = true; - me.hasListeners = new me.HasListeners(); - me.eventedBeforeEventNames = {}; - me.events = me.events || {}; - declaredListeners = self.listeners; - if (declaredListeners && !me._addDeclaredListeners(declaredListeners)) { - // Nulling out declared listeners allows future instances to avoid - // recursing into the declared listeners arrays if the first instance - // discovers that there are no declarative listeners in its hierarchy - self.listeners = null; - } - listeners = (config && config.listeners) || me.listeners; - if (listeners) { - if (listeners instanceof Array) { - // Support for listeners declared as an array: - // - // listeners: [ - // { foo: fooHandler }, - // { bar: barHandler } - // ] - for (i = 0 , len = listeners.length; i < len; ++i) { - me.addListener(listeners[i]); - } - } else { - me.addListener(listeners); - } - } - bubbleEvents = (config && config.bubbleEvents) || me.bubbleEvents; - if (bubbleEvents) { - me.enableBubble(bubbleEvents); - } - if (me.$applyConfigs) { - // Ext.util.Observable applies config properties directly to the instance - if (config) { - Ext.apply(me, config); - } - } else { - // Ext.mixin.Observable uses the config system - me.initConfig(config); - } - if (listeners) { - // Set as an instance property to preempt the prototype in case any are set there. - // Prevents listeners from being added multiple times if this constructor - // is called more than once by multiple parties in the inheritance hierarchy - me.listeners = null; - } - }, - onClassExtended: function(T, data) { - if (!T.HasListeners) { - // Some classes derive from us and some others derive from those classes. All - // of these are passed to this method. - Observable.prepareClass(T, T.prototype.$observableMixedIn ? undefined : data); - } - }, - /** - * @private - * Matches options property names within a listeners specification object - property names which are never used as event names. - */ - $eventOptions: { - scope: 1, - delay: 1, - buffer: 1, - onFrame: 1, - single: 1, - args: 1, - destroyable: 1, - priority: 1, - order: 1 - }, - $orderToPriority: { - before: 100, - current: 0, - after: -100 - }, - /** - * Adds declarative listeners as nested arrays of listener objects. - * @private - * @param {Array} listeners - * @return {Boolean} `true` if any listeners were added - */ - _addDeclaredListeners: function(listeners) { - var me = this; - if (listeners instanceof Array) { - Ext.each(listeners, me._addDeclaredListeners, me); - } else { - me._addedDeclaredListeners = true; - me.addListener(listeners); - } - return me._addedDeclaredListeners; - }, - /** - * The addManagedListener method is used when some object (call it "A") is listening - * to an event on another observable object ("B") and you want to remove that listener - * from "B" when "A" is destroyed. This is not an issue when "B" is destroyed because - * all of its listeners will be removed at that time. - * - * Example: - * - * Ext.define('Foo', { - * extend: 'Ext.Component', - * - * initComponent: function () { - * this.addManagedListener(MyApp.SomeGlobalSharedMenu, 'show', this.doSomething); - * this.callParent(); - * } - * }); - * - * As you can see, when an instance of Foo is destroyed, it ensures that the 'show' - * listener on the menu (`MyApp.SomeGlobalSharedMenu`) is also removed. - * - * As of version 5.1 it is no longer necessary to use this method in most cases because - * listeners are automatically managed if the scope object provided to - * {@link Ext.util.Observable#addListener addListener} is an Observable instance. - * However, if the observable instance and scope are not the same object you - * still need to use `mon` or `addManagedListener` if you want the listener to be - * managed. - * - * @param {Ext.util.Observable/Ext.dom.Element} item The item to which to add a listener/listeners. - * @param {Object/String} ename The event name, or an object containing event name properties. - * @param {Function/String} fn (optional) If the `ename` parameter was an event - * name, this is the handler function or the name of a method on the specified - * `scope`. - * @param {Object} scope (optional) If the `ename` parameter was an event name, this is the scope (`this` reference) - * in which the handler function is executed. - * @param {Object} options (optional) If the `ename` parameter was an event name, this is the - * {@link Ext.util.Observable#addListener addListener} options. - * @return {Object} **Only when the `destroyable` option is specified. ** - * - * A `Destroyable` object. An object which implements the `destroy` method which removes all listeners added in this call. For example: - * - * this.btnListeners = myButton.mon({ - * destroyable: true - * mouseover: function() { console.log('mouseover'); }, - * mouseout: function() { console.log('mouseout'); }, - * click: function() { console.log('click'); } - * }); - * - * And when those listeners need to be removed: - * - * Ext.destroy(this.btnListeners); - * - * or - * - * this.btnListeners.destroy(); - */ - addManagedListener: function(item, ename, fn, scope, options, /* private */ - noDestroy) { - var me = this, - managedListeners = me.managedListeners = me.managedListeners || [], - config, passedOptions; - if (typeof ename !== 'string') { - // When creating listeners using the object form, allow caller to override the default of - // using the listeners object as options. - // This is used by relayEvents, when adding its relayer so that it does not contribute - // a spurious options param to the end of the arg list. - passedOptions = arguments.length > 4 ? options : ename; - options = ename; - for (ename in options) { - if (options.hasOwnProperty(ename)) { - config = options[ename]; - if (!item.$eventOptions[ename]) { - // recurse, but pass the noDestroy parameter as true so that lots of individual Destroyables are not created. - // We create a single one at the end if necessary. - me.addManagedListener(item, ename, config.fn || config, config.scope || options.scope || scope, config.fn ? config : passedOptions, true); - } - } - } - if (options && options.destroyable) { - return new ListenerRemover(me, item, options); - } - } else { - if (fn !== emptyFn) { - item.doAddListener(ename, fn, scope, options, null, me, me); - // The 'noDestroy' flag is sent if we're looping through a hash of listeners passing each one to addManagedListener separately - if (!noDestroy && options && options.destroyable) { - return new ListenerRemover(me, item, ename, fn, scope); - } - } - } - }, - /** - * Removes listeners that were added by the {@link #mon} method. - * - * @param {Ext.util.Observable/Ext.dom.Element} item The item from which to remove a listener/listeners. - * @param {Object/String} ename The event name, or an object containing event name properties. - * @param {Function} fn (optional) If the `ename` parameter was an event name, this is the handler function. - * @param {Object} scope (optional) If the `ename` parameter was an event name, this is the scope (`this` reference) - * in which the handler function is executed. - */ - removeManagedListener: function(item, ename, fn, scope) { - var me = this, - options, config, managedListeners, length, i; - if (typeof ename !== 'string') { - options = ename; - for (ename in options) { - if (options.hasOwnProperty(ename)) { - config = options[ename]; - if (!item.$eventOptions[ename]) { - me.removeManagedListener(item, ename, config.fn || config, config.scope || options.scope || scope); - } - } - } - } else { - managedListeners = me.managedListeners ? me.managedListeners.slice() : []; - ename = Ext.canonicalEventName(ename); - for (i = 0 , length = managedListeners.length; i < length; i++) { - me.removeManagedListenerItem(false, managedListeners[i], item, ename, fn, scope); - } - } - }, - /** - * Fires the specified event with the passed parameters (minus the event name, plus the `options` object passed - * to {@link Ext.util.Observable#addListener addListener}). - * - * An event may be set to bubble up an Observable parent hierarchy (See {@link Ext.Component#getBubbleTarget}) by - * calling {@link #enableBubble}. - * - * @param {String} eventName The name of the event to fire. - * @param {Object...} args Variable number of parameters are passed to handlers. - * @return {Boolean} returns false if any of the handlers return false otherwise it returns true. - */ - fireEvent: function(eventName) { - return this.fireEventArgs(eventName, arraySlice.call(arguments, 1)); - }, - /** - * Gets the default scope for firing late bound events (string names with - * no scope attached) at runtime. - * @param {Object} [defaultScope=this] The default scope to return if none is found. - * @return {Object} The default event scope - * @protected - */ - resolveListenerScope: function(defaultScope) { - var namedScope = Ext._namedScopes[defaultScope]; - if (namedScope) { - if (namedScope.isController) { - Ext.raise('scope: "controller" can only be specified on classes that derive from Ext.Component or Ext.Widget'); - } - if (namedScope.isSelf || namedScope.isThis) { - defaultScope = null; - } - } - return defaultScope || this; - }, - /** - * Fires the specified event with the passed parameter list. - * - * An event may be set to bubble up an Observable parent hierarchy (See {@link Ext.Component#getBubbleTarget}) by - * calling {@link #enableBubble}. - * - * @param {String} eventName The name of the event to fire. - * @param {Object[]} args An array of parameters which are passed to handlers. - * @return {Boolean} returns false if any of the handlers return false otherwise it returns true. - */ - fireEventArgs: function(eventName, args) { - eventName = Ext.canonicalEventName(eventName); - var me = this, - // no need to make events since we need an Event with listeners - events = me.events, - event = events && events[eventName], - ret = true; - // Only continue firing the event if there are listeners to be informed. - // Bubbled events will always have a listener count, so will be fired. - if (me.hasListeners[eventName]) { - ret = me.doFireEvent(eventName, args || emptyArray, event ? event.bubble : false); - } - return ret; - }, - /** - * Fires the specified event with the passed parameters and executes a function (action). - * By default, the action function will be executed after any "before" event handlers - * (as specified using the `order` option of - * `{@link Ext.util.Observable#addListener addListener}`), but before any other - * handlers are fired. This gives the "before" handlers an opportunity to - * cancel the event by returning `false`, and prevent the action function from - * being called. - * - * The action can also be configured to run after normal handlers, but before any "after" - * handlers (as specified using the `order` event option) by passing `'after'` - * as the `order` parameter. This configuration gives any event handlers except - * for "after" handlers the opportunity to cancel the event and prevent the action - * function from being called. - * - * @param {String} eventName The name of the event to fire. - * @param {Array} args Arguments to pass to handlers and to the action function. - * @param {Function} fn The action function. - * @param {Object} [scope] The scope (`this` reference) in which the handler function is - * executed. **If omitted, defaults to the object which fired the event.** - * @param {Object} [options] Event options for the action function. Accepts any - * of the options of `{@link Ext.util.Observable#addListener addListener}` - * @param {String} [order='before'] The order to call the action function relative - * too the event handlers (`'before'` or `'after'`). Note that this option is - * simply used to sort the action function relative to the event handlers by "priority". - * An order of `'before'` is equivalent to a priority of `99.5`, while an order of - * `'after'` is equivalent to a priority of `-99.5`. See the `priority` option - * of `{@link Ext.util.Observable#addListener addListener}` for more details. - * @deprecated 5.5 Use {@link #fireEventAction} instead. - */ - fireAction: function(eventName, args, fn, scope, options, order) { - // The historical behaviour has been to default the scope to `this`. - if (typeof fn === 'string' && !scope) { - fn = this[fn]; - } - // chain options to avoid mutating the user's options object - options = options ? Ext.Object.chain(options) : {}; - options.single = true; - options.priority = ((order === 'after') ? -99.5 : 99.5); - this.doAddListener(eventName, fn, scope, options); - this.fireEventArgs(eventName, args); - }, - $eventedController: { - _paused: 1, - pause: function() { - ++this._paused; - }, - resume: function() { - var me = this, - fn = me.fn, - scope = me.scope, - fnArgs = me.fnArgs, - owner = me.owner, - args, ret; - if (!--me._paused) { - if (fn) { - args = Ext.Array.slice(fnArgs || me.args); - if (fnArgs === false) { - // Passing false will remove the first item (typically the owner) - args.shift(); - } - me.fn = null; - // only call fn once - args.push(me); - if (Ext.isFunction(fn)) { - ret = fn.apply(scope, args); - } else if (scope && Ext.isString(fn) && Ext.isFunction(scope[fn])) { - ret = scope[fn].apply(scope, args); - } - if (ret === false) { - return false; - } - } - if (!me._paused) { - // fn could have paused us - return me.owner.fireEventArgs(me.eventName, me.args); - } - } - } - }, - /** - * Fires the specified event with the passed parameters and executes a function (action). - * Evented Actions will automatically dispatch a 'before' event passing. This event will - * be given a special controller that allows for pausing/resuming of the event flow. - * - * By pausing the controller the updater and events will not run until resumed. Pausing, - * however, will not stop the processing of any other before events. - * - * @param {String} eventName The name of the event to fire. - * @param {Array} args Arguments to pass to handlers and to the action function. - * @param {Function/String} fn The action function. - * @param {Object} [scope] The scope (`this` reference) in which the handler function is - * executed. **If omitted, defaults to the object which fired the event.** - * @param {Array/Boolean} [fnArgs] Optional arguments for the action `fn`. If not - * given, the normal `args` will be used to call `fn`. If `false` is passed, the - * `args` are used but if the first argument is this instance it will be removed - * from the args passed to the action function. - */ - fireEventedAction: function(eventName, args, fn, scope, fnArgs) { - var me = this, - eventedBeforeEventNames = me.eventedBeforeEventNames, - beforeEventName = eventedBeforeEventNames[eventName] || (eventedBeforeEventNames[eventName] = 'before' + eventName), - controller = Ext.apply({ - owner: me, - eventName: eventName, - fn: fn, - scope: scope, - fnArgs: fnArgs, - args: args - }, me.$eventedController), - value; - args.push(controller); - value = me.fireEventArgs(beforeEventName, args); - args.pop(); - if (value === false) { - return false; - } - return controller.resume(); - }, - /** - * Continue to fire event. - * @private - * - * @param {String} eventName - * @param {Array} args - * @param {Boolean} bubbles - */ - doFireEvent: function(eventName, args, bubbles) { - var target = this, - queue, event, - ret = true; - do { - if (target.eventsSuspended) { - if ((queue = target.eventQueue)) { - queue.push([ - eventName, - args - ]); - } - return ret; - } else { - event = target.events && target.events[eventName]; - if (event && event !== true) { - if ((ret = event.fire.apply(event, args)) === false) { - break; - } - } - } - } while (// Continue bubbling if event exists and it is `true` or the handler didn't returns false and it - // configure to bubble. - bubbles && (target = target.getBubbleParent())); - return ret; - }, - /** - * Gets the bubbling parent for an Observable - * @private - * @return {Ext.util.Observable} The bubble parent. null is returned if no bubble target exists - */ - getBubbleParent: function() { - var me = this, - parent = me.getBubbleTarget && me.getBubbleTarget(); - if (parent && parent.isObservable) { - return parent; - } - return null; - }, - /** - * The {@link #on} method is shorthand for - * {@link Ext.util.Observable#addListener addListener}. - * - * Appends an event handler to this object. For example: - * - * myGridPanel.on("itemclick", this.onItemClick, this); - * - * The method also allows for a single argument to be passed which is a config object - * containing properties which specify multiple events. For example: - * - * myGridPanel.on({ - * cellclick: this.onCellClick, - * select: this.onSelect, - * viewready: this.onViewReady, - * scope: this // Important. Ensure "this" is correct during handler execution - * }); - * - * One can also specify options for each event handler separately: - * - * myGridPanel.on({ - * cellclick: {fn: this.onCellClick, scope: this, single: true}, - * viewready: {fn: panel.onViewReady, scope: panel} - * }); - * - * *Names* of methods in a specified scope may also be used: - * - * myGridPanel.on({ - * cellclick: {fn: 'onCellClick', scope: this, single: true}, - * viewready: {fn: 'onViewReady', scope: panel} - * }); - * - * @param {String/Object} eventName The name of the event to listen for. - * May also be an object who's property names are event names. - * - * @param {Function/String} [fn] The method the event invokes or the *name* of - * the method within the specified `scope`. Will be called with arguments - * given to {@link Ext.util.Observable#fireEvent} plus the `options` parameter described - * below. - * - * @param {Object} [scope] The scope (`this` reference) in which the handler function is - * executed. **If omitted, defaults to the object which fired the event.** - * - * @param {Object} [options] An object containing handler configuration. - * - * **Note:** The options object will also be passed as the last argument to every - * event handler. - * - * This object may contain any of the following properties: - * - * @param {Object} options.scope - * The scope (`this` reference) in which the handler function is executed. **If omitted, - * defaults to the object which fired the event.** - * - * @param {Number} options.delay - * The number of milliseconds to delay the invocation of the handler after the event - * fires. - * - * @param {Boolean} options.single - * True to add a handler to handle just the next firing of the event, and then remove - * itself. - * - * @param {Number} options.buffer - * Causes the handler to be scheduled to run in an {@link Ext.util.DelayedTask} delayed - * by the specified number of milliseconds. If the event fires again within that time, - * the original handler is _not_ invoked, but the new handler is scheduled in its place. - * - * @param {Number} options.onFrame - * Causes the handler to be scheduled to run at the next - * {@link Ext.Function#requestAnimationFrame animation frame event}. If the - * event fires again before that time, the handler is not rescheduled - the handler - * will only be called once when the next animation frame is fired, with the last set - * of arguments passed. - * - * @param {Ext.util.Observable} options.target - * Only call the handler if the event was fired on the target Observable, _not_ if the - * event was bubbled up from a child Observable. - * - * @param {String} options.element - * **This option is only valid for listeners bound to {@link Ext.Component Components}.** - * The name of a Component property which references an {@link Ext.dom.Element element} - * to add a listener to. - * - * This option is useful during Component construction to add DOM event listeners to - * elements of {@link Ext.Component Components} which will exist only after the - * Component is rendered. - * - * For example, to add a click listener to a Panel's body: - * - * var panel = new Ext.panel.Panel({ - * title: 'The title', - * listeners: { - * click: this.handlePanelClick, - * element: 'body' - * } - * }); - * - * In order to remove listeners attached using the element, you'll need to reference - * the element itself as seen below. - * - * panel.body.un(...) - * - * @param {String} [options.delegate] - * A simple selector to filter the event target or look for a descendant of the target. - * - * The "delegate" option is only available on Ext.dom.Element instances (or - * when attaching a listener to a Ext.dom.Element via a Component using the - * element option). - * - * See the *delegate* example below. - * - * @param {Boolean} [options.stopPropagation] - * **This option is only valid for listeners bound to {@link Ext.dom.Element Elements}.** - * `true` to call {@link Ext.event.Event#stopPropagation stopPropagation} on the event object - * before firing the handler. - * - * @param {Boolean} [options.preventDefault] - * **This option is only valid for listeners bound to {@link Ext.dom.Element Elements}.** - * `true` to call {@link Ext.event.Event#preventDefault preventDefault} on the event object - * before firing the handler. - * - * @param {Boolean} [options.stopEvent] - * **This option is only valid for listeners bound to {@link Ext.dom.Element Elements}.** - * `true` to call {@link Ext.event.Event#stopEvent stopEvent} on the event object - * before firing the handler. - * - * @param {Array} [options.args] - * Optional arguments to pass to the handler function. Any additional arguments - * passed to {@link Ext.util.Observable#fireEvent fireEvent} will be appended - * to these arguments. - * - * @param {Boolean} [options.destroyable=false] - * When specified as `true`, the function returns a `destroyable` object. An object - * which implements the `destroy` method which removes all listeners added in this call. - * This syntax can be a helpful shortcut to using {@link #un}; particularly when - * removing multiple listeners. *NOTE* - not compatible when using the _element_ - * option. See {@link #un} for the proper syntax for removing listeners added using the - * _element_ config. - * - * @param {Number} [options.priority] - * An optional numeric priority that determines the order in which event handlers - * are run. Event handlers with no priority will be run as if they had a priority - * of 0. Handlers with a higher priority will be prioritized to run sooner than - * those with a lower priority. Negative numbers can be used to set a priority - * lower than the default. Internally, the framework uses a range of 1000 or - * greater, and -1000 or lesser for handlers that are intended to run before or - * after all others, so it is recommended to stay within the range of -999 to 999 - * when setting the priority of event handlers in application-level code. - * A priority must be an integer to be valid. Fractional values are reserved for - * internal framework use. - * - * @param {String} [options.order='current'] - * A legacy option that is provided for backward compatibility. - * It is recommended to use the `priority` option instead. Available options are: - * - * - `'before'`: equal to a priority of `100` - * - `'current'`: equal to a priority of `0` or default priority - * - `'after'`: equal to a priority of `-100` - * - * @param {String} [order='current'] - * A shortcut for the `order` event option. Provided for backward compatibility. - * Please use the `priority` event option instead. - * - * **Combining Options** - * - * Using the options argument, it is possible to combine different types of listeners: - * - * A delayed, one-time listener. - * - * myPanel.on('hide', this.handleClick, this, { - * single: true, - * delay: 100 - * }); - * - * **Attaching multiple handlers in 1 call** - * - * The method also allows for a single argument to be passed which is a config object - * containing properties which specify multiple handlers and handler configs. - * - * grid.on({ - * itemclick: 'onItemClick', - * itemcontextmenu: grid.onItemContextmenu, - * destroy: { - * fn: function () { - * // function called within the 'altCmp' scope instead of grid - * }, - * scope: altCmp // unique scope for the destroy handler - * }, - * scope: grid // default scope - provided for example clarity - * }); - * - * **Delegate** - * - * This is a configuration option that you can pass along when registering a handler for - * an event to assist with event delegation. By setting this configuration option - * to a simple selector, the target element will be filtered to look for a - * descendant of the target. For example: - * - * var panel = Ext.create({ - * xtype: 'panel', - * renderTo: document.body, - * title: 'Delegate Handler Example', - * frame: true, - * height: 220, - * width: 220, - * html: '

    BODY TITLE

    Body content' - * }); - * - * // The click handler will only be called when the click occurs on the - * // delegate: h1.myTitle ("h1" tag with class "myTitle") - * panel.on({ - * click: function (e) { - * console.log(e.getTarget().innerHTML); - * }, - * element: 'body', - * delegate: 'h1.myTitle' - * }); - * - * @return {Object} **Only when the `destroyable` option is specified. ** - * - * A `Destroyable` object. An object which implements the `destroy` method which removes - * all listeners added in this call. For example: - * - * this.btnListeners = = myButton.on({ - * destroyable: true - * mouseover: function() { console.log('mouseover'); }, - * mouseout: function() { console.log('mouseout'); }, - * click: function() { console.log('click'); } - * }); - * - * And when those listeners need to be removed: - * - * Ext.destroy(this.btnListeners); - * - * or - * - * this.btnListeners.destroy(); - */ - addListener: function(ename, fn, scope, options, order, /* private */ - caller) { - var me = this, - namedScopes = Ext._namedScopes, - config, namedScope, isClassListener, innerScope, eventOptions; - // Object listener hash passed - if (typeof ename !== 'string') { - options = ename; - scope = options.scope; - namedScope = scope && namedScopes[scope]; - isClassListener = namedScope && namedScope.isSelf; - // give subclasses the opportunity to switch the valid eventOptions - // (Ext.Component uses this when the "element" option is used) - eventOptions = ((me.isComponent || me.isWidget) && options.element) ? me.$elementEventOptions : me.$eventOptions; - for (ename in options) { - config = options[ename]; - if (!eventOptions[ename]) { - /* This would be an API change so check removed until https://sencha.jira.com/browse/EXTJSIV-7183 is fully implemented in 4.2 - // Test must go here as well as in the simple form because of the attempted property access here on the config object. - if (!config || (typeof config !== 'function' && !config.fn)) { - Ext.raise('No function passed for event ' + me.$className + '.' + ename); - } - */ - innerScope = config.scope; - // for proper scope resolution, scope:'controller' specified on an - // inner object, must be translated to 'self.controller' if the - // listeners object was declared on the class body. - // see also Ext.util.Observable#prepareClass and - // Ext.mixin.Inheritable#resolveListenerScope - if (innerScope && isClassListener) { - namedScope = namedScopes[innerScope]; - if (namedScope && namedScope.isController) { - innerScope = 'self.controller'; - } - } - me.doAddListener(ename, config.fn || config, innerScope || scope, config.fn ? config : options, order, caller); - } - } - if (options && options.destroyable) { - return new ListenerRemover(me, options); - } - } else { - me.doAddListener(ename, fn, scope, options, order, caller); - if (options && options.destroyable) { - return new ListenerRemover(me, ename, fn, scope, options); - } - } - return me; - }, - /** - * Removes an event handler. - * - * @param {String} eventName The type of event the handler was associated with. - * @param {Function} fn The handler to remove. **This must be a reference to the function - * passed into the - * {@link Ext.util.Observable#addListener addListener} call.** - * @param {Object} scope (optional) The scope originally specified for the handler. It - * must be the same as the scope argument specified in the original call to - * {@link Ext.util.Observable#addListener} or the listener will not be removed. - * - * **Convenience Syntax** - * - * You can use the {@link Ext.util.Observable#addListener addListener} - * `destroyable: true` config option in place of calling un(). For example: - * - * var listeners = cmp.on({ - * scope: cmp, - * afterrender: cmp.onAfterrender, - * beforehide: cmp.onBeforeHide, - * destroyable: true - * }); - * - * // Remove listeners - * listeners.destroy(); - * // or - * cmp.un( - * scope: cmp, - * afterrender: cmp.onAfterrender, - * beforehide: cmp.onBeforeHide - * ); - * - * **Exception - DOM event handlers using the element config option** - * - * You must go directly through the element to detach an event handler attached using - * the {@link Ext.util.Observable#addListener addListener} _element_ option. - * - * panel.on({ - * element: 'body', - * click: 'onBodyCLick' - * }); - * - * panel.body.un({ - * click: 'onBodyCLick' - * }); - */ - removeListener: function(ename, fn, scope, /* private */ - eventOptions) { - var me = this, - config, options; - if (typeof ename !== 'string') { - options = ename; - // give subclasses the opportunity to switch the valid eventOptions - // (Ext.Component uses this when the "element" option is used) - eventOptions = eventOptions || me.$eventOptions; - for (ename in options) { - if (options.hasOwnProperty(ename)) { - config = options[ename]; - if (!me.$eventOptions[ename]) { - me.doRemoveListener(ename, config.fn || config, config.scope || options.scope); - } - } - } - } else { - me.doRemoveListener(ename, fn, scope); - } - return me; - }, - /** - * Appends a before-event handler. Returning `false` from the handler will stop the event. - * - * Same as {@link Ext.util.Observable#addListener addListener} with `order` set - * to `'before'`. - * - * @param {String/String[]/Object} eventName The name of the event to listen for. - * @param {Function/String} fn The method the event invokes. - * @param {Object} [scope] The scope for `fn`. - * @param {Object} [options] An object containing handler configuration. - */ - onBefore: function(eventName, fn, scope, options) { - return this.addListener(eventName, fn, scope, options, 'before'); - }, - /** - * Appends an after-event handler. - * - * Same as {@link Ext.util.Observable#addListener addListener} with `order` set - * to `'after'`. - * - * @param {String/String[]/Object} eventName The name of the event to listen for. - * @param {Function/String} fn The method the event invokes. - * @param {Object} [scope] The scope for `fn`. - * @param {Object} [options] An object containing handler configuration. - */ - onAfter: function(eventName, fn, scope, options) { - return this.addListener(eventName, fn, scope, options, 'after'); - }, - /** - * Removes a before-event handler. - * - * Same as {@link #removeListener} with `order` set to `'before'`. - * - * @param {String/String[]/Object} eventName The name of the event the handler was associated with. - * @param {Function/String} fn The handler to remove. - * @param {Object} [scope] The scope originally specified for `fn`. - * @param {Object} [options] Extra options object. - */ - unBefore: function(eventName, fn, scope, options) { - return this.removeListener(eventName, fn, scope, options, 'before'); - }, - /** - * Removes a before-event handler. - * - * Same as {@link #removeListener} with `order` set to `'after'`. - * - * @param {String/String[]/Object} eventName The name of the event the handler was associated with. - * @param {Function/String} fn The handler to remove. - * @param {Object} [scope] The scope originally specified for `fn`. - * @param {Object} [options] Extra options object. - */ - unAfter: function(eventName, fn, scope, options) { - return this.removeListener(eventName, fn, scope, options, 'after'); - }, - /** - * Alias for {@link #onBefore}. - */ - addBeforeListener: function() { - return this.onBefore.apply(this, arguments); - }, - /** - * Alias for {@link #onAfter}. - */ - addAfterListener: function() { - return this.onAfter.apply(this, arguments); - }, - /** - * Alias for {@link #unBefore}. - */ - removeBeforeListener: function() { - return this.unBefore.apply(this, arguments); - }, - /** - * Alias for {@link #unAfter}. - */ - removeAfterListener: function() { - return this.unAfter.apply(this, arguments); - }, - /** - * Removes all listeners for this object including the managed listeners - */ - clearListeners: function() { - var me = this, - events = me.events, - hasListeners = me.hasListeners, - event, key; - if (events) { - for (key in events) { - if (events.hasOwnProperty(key)) { - event = events[key]; - if (event.isEvent) { - delete hasListeners[key]; - event.clearListeners(); - } - } - } - me.events = null; - } - me.clearManagedListeners(); - }, - purgeListeners: function() { - if (Ext.global.console) { - Ext.global.console.warn('Observable: purgeListeners has been deprecated. Please use clearListeners.'); - } - return this.clearListeners.apply(this, arguments); - }, - /** - * Removes all managed listeners for this object. - */ - clearManagedListeners: function() { - var me = this, - managedListeners = me.managedListeners ? me.managedListeners.slice() : [], - i = 0, - len = managedListeners.length; - for (; i < len; i++) { - me.removeManagedListenerItem(true, managedListeners[i]); - } - me.managedListeners = []; - }, - /** - * Remove a single managed listener item - * @private - * @param {Boolean} isClear True if this is being called during a clear - * @param {Object} managedListener The managed listener item - * See removeManagedListener for other args - */ - removeManagedListenerItem: function(isClear, managedListener, item, ename, fn, scope) { - if (isClear || (managedListener.item === item && managedListener.ename === ename && (!fn || managedListener.fn === fn) && (!scope || managedListener.scope === scope))) { - // Pass along the options for mixin.Observable, for example if using delegate - managedListener.item.doRemoveListener(managedListener.ename, managedListener.fn, managedListener.scope, managedListener.options); - if (!isClear) { - Ext.Array.remove(this.managedListeners, managedListener); - } - } - }, - purgeManagedListeners: function() { - if (Ext.global.console) { - Ext.global.console.warn('Observable: purgeManagedListeners has been deprecated. Please use clearManagedListeners.'); - } - return this.clearManagedListeners.apply(this, arguments); - }, - /** - * Checks to see if this object has any listeners for a specified event, or whether the event bubbles. The answer - * indicates whether the event needs firing or not. - * - * @param {String} eventName The name of the event to check for - * @return {Boolean} `true` if the event is being listened for or bubbles, else `false` - */ - hasListener: function(ename) { - ename = Ext.canonicalEventName(ename); - return !!this.hasListeners[ename]; - }, - /** - * Checks if all events, or a specific event, is suspended. - * @param {String} [event] The name of the specific event to check - * @return {Boolean} `true` if events are suspended - */ - isSuspended: function(event) { - var suspended = this.eventsSuspended > 0, - events = this.events; - if (!suspended && event && events) { - event = events[event]; - if (event && event.isEvent) { - return event.isSuspended(); - } - } - return suspended; - }, - /** - * Suspends the firing of all events. (see {@link #resumeEvents}) - * - * @param {Boolean} queueSuspended `true` to queue up suspended events to be fired - * after the {@link #resumeEvents} call instead of discarding all suspended events. - */ - suspendEvents: function(queueSuspended) { - ++this.eventsSuspended; - if (queueSuspended && !this.eventQueue) { - this.eventQueue = []; - } - }, - /** - * Suspends firing of the named event(s). - * - * After calling this method to suspend events, the events will no longer fire when requested to fire. - * - * **Note that if this is called multiple times for a certain event, the converse method - * {@link #resumeEvent} will have to be called the same number of times for it to resume firing.** - * - * @param {String...} eventName Multiple event names to suspend. - */ - suspendEvent: function() { - var me = this, - events = me.events, - len = arguments.length, - i, event, ename; - for (i = 0; i < len; i++) { - ename = arguments[i]; - ename = Ext.canonicalEventName(ename); - event = events[ename]; - // we need to spin up the Event instance so it can hold the suspend count - if (!event || !event.isEvent) { - event = me._initEvent(ename); - } - event.suspend(); - } - }, - /** - * Resumes firing of the named event(s). - * - * After calling this method to resume events, the events will fire when requested to fire. - * - * **Note that if the {@link #suspendEvent} method is called multiple times for a certain event, - * this converse method will have to be called the same number of times for it to resume firing.** - * - * @param {String...} eventName Multiple event names to resume. - */ - resumeEvent: function() { - var events = this.events || 0, - len = events && arguments.length, - i, event; - for (i = 0; i < len; i++) { - // If it exists, and is an Event object (not still a boolean placeholder), resume it - event = events[arguments[i]]; - if (event && event.resume) { - event.resume(); - } - } - }, - /** - * Resumes firing events (see {@link #suspendEvents}). - * - * If events were suspended using the `queueSuspended` parameter, then all events fired - * during event suspension will be sent to any listeners now. - * - * @param {Boolean} [discardQueue] `true` to prevent any previously queued events from firing - * while we were suspended. See {@link #suspendEvents}. - */ - resumeEvents: function(discardQueue) { - var me = this, - queued = me.eventQueue, - qLen, q; - if (me.eventsSuspended && !--me.eventsSuspended) { - delete me.eventQueue; - if (!discardQueue && queued) { - qLen = queued.length; - for (q = 0; q < qLen; q++) { - // Important to call fireEventArgs here so MVC can hook in - me.fireEventArgs.apply(me, queued[q]); - } - } - } - }, - /** - * Relays selected events from the specified Observable as if the events were fired by `this`. - * - * For example if you are extending Grid, you might decide to forward some events from store. - * So you can do this inside your initComponent: - * - * this.relayEvents(this.getStore(), ['load']); - * - * The grid instance will then have an observable 'load' event which will be passed - * the parameters of the store's load event and any function fired with the grid's - * load event would have access to the grid using the this keyword (unless the event - * is handled by a controller's control/listen event listener in which case 'this' - * will be the controller rather than the grid). - * - * @param {Object} origin The Observable whose events this object is to relay. - * @param {String[]/Object} events Array of event names to relay or an Object with key/value - * pairs translating to ActualEventName/NewEventName respectively. For example: - * this.relayEvents(this, {add:'push', remove:'pop'}); - * - * Would now redispatch the add event of this as a push event and the remove event as a pop event. - * - * @param {String} [prefix] A common prefix to prepend to the event names. For example: - * - * this.relayEvents(this.getStore(), ['load', 'clear'], 'store'); - * - * Now the grid will forward 'load' and 'clear' events of store as 'storeload' and 'storeclear'. - * - * @return {Object} A `Destroyable` object. An object which implements the `destroy` method which, when destroyed, removes all relayers. For example: - * - * this.storeRelayers = this.relayEvents(this.getStore(), ['load', 'clear'], 'store'); - * - * Can be undone by calling - * - * Ext.destroy(this.storeRelayers); - * - * or - * this.store.relayers.destroy(); - */ - relayEvents: function(origin, events, prefix) { - var me = this, - len = events.length, - i = 0, - oldName, newName, - relayers = {}; - if (Ext.isObject(events)) { - for (i in events) { - newName = events[i]; - relayers[i] = me.createRelayer(newName); - } - } else { - for (; i < len; i++) { - oldName = events[i]; - // Build up the listener hash. - relayers[oldName] = me.createRelayer(prefix ? prefix + oldName : oldName); - } - } - // Add the relaying listeners as ManagedListeners so that they are removed when this.clearListeners is called (usually when _this_ is destroyed) - // Explicitly pass options as undefined so that the listener does not get an extra options param - // which then has to be sliced off in the relayer. - me.mon(origin, relayers, null, null, undefined); - // relayed events are always destroyable. - return new ListenerRemover(me, origin, relayers); - }, - /** - * @private - * Creates an event handling function which re-fires the event from this object as the passed event name. - * @param {String} newName The name under which to re-fire the passed parameters. - * @param {Array} beginEnd (optional) The caller can specify on which indices to slice. - * @return {Function} - */ - createRelayer: function(newName, beginEnd) { - var me = this; - return function() { - return me.fireEventArgs.call(me, newName, beginEnd ? arraySlice.apply(arguments, beginEnd) : arguments); - }; - }, - /** - * Enables events fired by this Observable to bubble up an owner hierarchy by calling `this.getBubbleTarget()` if - * present. There is no implementation in the Observable base class. - * - * This is commonly used by Ext.Components to bubble events to owner Containers. - * See {@link Ext.Component#getBubbleTarget}. The default implementation in Ext.Component returns the - * Component's immediate owner. But if a known target is required, this can be overridden to access the - * required target more quickly. - * - * Example: - * - * Ext.define('Ext.overrides.form.field.Base', { - * override: 'Ext.form.field.Base', - * - * // Add functionality to Field's initComponent to enable the change event to bubble - * initComponent: function () { - * this.callParent(); - * this.enableBubble('change'); - * } - * }); - * - * var myForm = Ext.create('Ext.form.Panel', { - * title: 'User Details', - * items: [{ - * ... - * }], - * listeners: { - * change: function() { - * // Title goes red if form has been modified. - * myForm.header.setStyle('color', 'red'); - * } - * } - * }); - * - * @param {String/String[]} eventNames The event name to bubble, or an Array of event names. - */ - enableBubble: function(eventNames) { - if (eventNames) { - var me = this, - names = (typeof eventNames == 'string') ? arguments : eventNames, - // we must create events now if we have not yet - events = me.events, - length = events && names.length, - ename, event, i; - for (i = 0; i < length; ++i) { - ename = names[i]; - ename = Ext.canonicalEventName(ename); - event = events[ename]; - if (!event || !event.isEvent) { - event = me._initEvent(ename); - } - // Event must fire if it bubbles (We don't know if anyone up the - // bubble hierarchy has listeners added) - me.hasListeners._incr_(ename); - event.bubble = true; - } - } - }, - destroy: function() { - this.clearListeners(); - this.callParent(); - }, - privates: { - doAddListener: function(ename, fn, scope, options, order, caller, manager) { - var me = this, - event, managedListeners, priority; - order = order || (options && options.order); - if (order) { - priority = (options && options.priority); - if (!priority) { - // priority option takes precedence over order - // do not mutate the user's options - options = options ? Ext.Object.chain(options) : {}; - options.priority = me.$orderToPriority[order]; - } - } - ename = Ext.canonicalEventName(ename); - if (!fn) { - Ext.raise("Cannot add '" + ename + "' listener to " + me.$className + " instance. No function specified."); - } - if (!manager && (scope && scope.isObservable && (scope !== me))) { - manager = scope; - } - if (manager) { - // if scope is an observable, the listener will be automatically managed - // this eliminates the need to call mon() in a majority of cases - managedListeners = manager.managedListeners = manager.managedListeners || []; - managedListeners.push({ - item: me, - ename: ename, - fn: fn, - scope: scope, - options: options - }); - } - event = (me.events || (me.events = {}))[ename]; - if (!event || !event.isEvent) { - event = me._initEvent(ename); - } - if (fn !== emptyFn) { - if (event.addListener(fn, scope, options, caller, manager)) { - // If a new listener has been added (Event.addListener rejects duplicates of the same fn+scope) - // then increment the hasListeners counter - me.hasListeners._incr_(ename); - } - } - }, - doRemoveListener: function(ename, fn, scope) { - var me = this, - events = me.events, - event; - ename = Ext.canonicalEventName(ename); - event = events && events[ename]; - if (!fn) { - Ext.raise("Cannot remove '" + ename + "' listener to " + me.$className + " instance. No function specified."); - } - if (event && event.isEvent) { - if (event.removeListener(fn, scope)) { - me.hasListeners._decr_(ename); - } - } - }, - _initEvent: function(eventName) { - return (this.events[eventName] = new Ext.util.Event(this, eventName)); - } - }, - deprecated: { - '5.0': { - methods: { - addEvents: null - } - } - } - }; -}, function() { - var Observable = this, - proto = Observable.prototype, - HasListeners = function() {}, - prepareMixin = function(T) { - if (!T.HasListeners) { - var proto = T.prototype; - // Keep track of whether we were added via a mixin or not, this becomes - // important later when discovering merged listeners on the class. - proto.$observableMixedIn = 1; - // Classes that use us as a mixin (best practice) need to be prepared. - Observable.prepareClass(T, this); - // Now that we are mixed in to class T, we need to watch T for derivations - // and prepare them also. - T.onExtended(function(U, data) { - Ext.classSystemMonitor && Ext.classSystemMonitor('extend mixin', arguments); - Observable.prepareClass(U, null, data); - }); - // Also, if a class uses us as a mixin and that class is then used as - // a mixin, we need to be notified of that as well. - if (proto.onClassMixedIn) { - // play nice with other potential overrides... - Ext.override(T, { - onClassMixedIn: function(U) { - prepareMixin.call(this, U); - this.callParent(arguments); - } - }); - } else { - // just us chickens, so add the method... - proto.onClassMixedIn = function(U) { - prepareMixin.call(this, U); - }; - } - } - superOnClassMixedIn.call(this, T); - }, - // We are overriding the onClassMixedIn of Ext.Mixin. Save a reference to it - // so we can call it after our onClassMixedIn. - superOnClassMixedIn = proto.onClassMixedIn; - HasListeners.prototype = { - //$$: 42 // to make sure we have a proper prototype - _decr_: function(ev, count) { - // count is optionally passed when clearing listeners in bulk - // e.g. when clearListeners is called on a component that has listeners that - // were attached using the "delegate" option - if (count == null) { - count = 1; - } - if (!(this[ev] -= count)) { - // Delete this entry, since 0 does not mean no one is listening, just - // that no one is *directly* listening. This allows the eventBus or - // class observers to "poke" through and expose their presence. - delete this[ev]; - } - }, - _incr_: function(ev) { - if (this.hasOwnProperty(ev)) { - // if we already have listeners at this level, just increment the count... - ++this[ev]; - } else { - // otherwise, start the count at 1 (which hides whatever is in our prototype - // chain)... - this[ev] = 1; - } - } - }; - proto.HasListeners = Observable.HasListeners = HasListeners; - Observable.createAlias({ - /** - * @method - * @inheritdoc Ext.util.Observable#addListener - */ - on: 'addListener', - /** - * @method - * Shorthand for {@link #removeListener}. - * @inheritdoc Ext.util.Observable#removeListener - */ - un: 'removeListener', - /** - * @method - * Shorthand for {@link #addManagedListener}. - * @inheritdoc Ext.util.Observable#addManagedListener - */ - mon: 'addManagedListener', - /** - * @method - * Shorthand for {@link #removeManagedListener}. - * @inheritdoc Ext.util.Observable#removeManagedListener - */ - mun: 'removeManagedListener', - /** - * @method - * An alias for {@link Ext.util.Observable#addListener addListener}. In - * versions prior to 5.1, {@link #listeners} had a generated setter which could - * be called to add listeners. In 5.1 the listeners config is not processed - * using the config system and has no generated setter, so this method is - * provided for backward compatibility. The preferred way of adding listeners - * is to use the {@link #on} method. - * @param {Object} listeners The listeners - */ - setListeners: 'addListener' - }); - //deprecated, will be removed in 5.0 - Observable.observeClass = Observable.observe; - // this is considered experimental (along with beforeMethod, afterMethod, removeMethodListener?) - // allows for easier interceptor and sequences, including cancelling and overwriting the return value of the call - // private - function getMethodEvent(method) { - var e = (this.methodEvents = this.methodEvents || {})[method], - returnValue, v, cancel, - obj = this, - makeCall; - if (!e) { - this.methodEvents[method] = e = {}; - e.originalFn = this[method]; - e.methodName = method; - e.before = []; - e.after = []; - makeCall = function(fn, scope, args) { - if ((v = fn.apply(scope || obj, args)) !== undefined) { - if (typeof v == 'object') { - if (v.returnValue !== undefined) { - returnValue = v.returnValue; - } else { - returnValue = v; - } - cancel = !!v.cancel; - } else if (v === false) { - cancel = true; - } else { - returnValue = v; - } - } - }; - this[method] = function() { - var args = Array.prototype.slice.call(arguments, 0), - b, i, len; - returnValue = v = undefined; - cancel = false; - for (i = 0 , len = e.before.length; i < len; i++) { - b = e.before[i]; - makeCall(b.fn, b.scope, args); - if (cancel) { - return returnValue; - } - } - if ((v = e.originalFn.apply(obj, args)) !== undefined) { - returnValue = v; - } - for (i = 0 , len = e.after.length; i < len; i++) { - b = e.after[i]; - makeCall(b.fn, b.scope, args); - if (cancel) { - return returnValue; - } - } - return returnValue; - }; - } - return e; - } - Ext.apply(proto, { - onClassMixedIn: prepareMixin, - // these are considered experimental - // allows for easier interceptor and sequences, including cancelling and overwriting the return value of the call - // adds an 'interceptor' called before the original method - beforeMethod: function(method, fn, scope) { - getMethodEvent.call(this, method).before.push({ - fn: fn, - scope: scope - }); - }, - // adds a 'sequence' called after the original method - afterMethod: function(method, fn, scope) { - getMethodEvent.call(this, method).after.push({ - fn: fn, - scope: scope - }); - }, - removeMethodListener: function(method, fn, scope) { - var e = this.getMethodEvent(method), - i, len; - for (i = 0 , len = e.before.length; i < len; i++) { - if (e.before[i].fn == fn && e.before[i].scope == scope) { - Ext.Array.erase(e.before, i, 1); - return; - } - } - for (i = 0 , len = e.after.length; i < len; i++) { - if (e.after[i].fn == fn && e.after[i].scope == scope) { - Ext.Array.erase(e.after, i, 1); - return; - } - } - }, - toggleEventLogging: function(toggle) { - Ext.util.Observable[toggle ? 'capture' : 'releaseCapture'](this, function(en) { - if (Ext.isDefined(Ext.global.console)) { - Ext.global.console.log(en, arguments); - } - }); - } - }); -}); - -/** - * Represents a collection of a set of key and value pairs. Each key in the HashMap - * must be unique, the same key cannot exist twice. Access to items is provided via - * the key only. Sample usage: - * - * var map = new Ext.util.HashMap(); - * map.add('key1', 1); - * map.add('key2', 2); - * map.add('key3', 3); - * - * map.each(function(key, value, length){ - * console.log(key, value, length); - * }); - * - * The HashMap is an unordered class, - * there is no guarantee when iterating over the items that they will be in any particular - * order. If this is required, then use a {@link Ext.util.MixedCollection}. - */ -Ext.define('Ext.util.HashMap', { - mixins: [ - 'Ext.mixin.Observable' - ], - /** - * Mutation counter which is incremented upon add and remove. - * @readonly - */ - generation: 0, - config: { - /** - * @cfg {Function} keyFn A function that is used to retrieve a default key for a passed object. - * A default is provided that returns the `id` property on the object. This function is only used - * if the `add` method is called with a single argument. - */ - keyFn: null - }, - /** - * @event add - * Fires when a new item is added to the hash. - * @param {Ext.util.HashMap} this - * @param {String} key The key of the added item. - * @param {Object} value The value of the added item. - */ - /** - * @event clear - * Fires when the hash is cleared. - * @param {Ext.util.HashMap} this - */ - /** - * @event remove - * Fires when an item is removed from the hash. - * @param {Ext.util.HashMap} this - * @param {String} key The key of the removed item. - * @param {Object} value The value of the removed item. - */ - /** - * @event replace - * Fires when an item is replaced in the hash. - * @param {Ext.util.HashMap} this - * @param {String} key The key of the replaced item. - * @param {Object} value The new value for the item. - * @param {Object} old The old value for the item. - */ - /** - * Creates new HashMap. - * @param {Object} config (optional) Config object. - */ - constructor: function(config) { - var me = this, - fn; - // Will call initConfig - me.mixins.observable.constructor.call(me, config); - me.clear(true); - fn = me.getKeyFn(); - if (fn) { - me.getKey = fn; - } - }, - /** - * Gets the number of items in the hash. - * @return {Number} The number of items in the hash. - */ - getCount: function() { - return this.length; - }, - /** - * Implementation for being able to extract the key from an object if only - * a single argument is passed. - * @private - * @param {String} key The key - * @param {Object} value The value - * @return {Array} [key, value] - */ - getData: function(key, value) { - // if we have no value, it means we need to get the key from the object - if (value === undefined) { - value = key; - key = this.getKey(value); - } - return [ - key, - value - ]; - }, - /** - * Extracts the key from an object. This is a default implementation, it may be overridden - * @param {Object} o The object to get the key from - * @return {String} The key to use. - */ - getKey: function(o) { - return o.id; - }, - /** - * Adds an item to the collection. Fires the {@link #event-add} event when complete. - * - * @param {String/Object} key The key to associate with the item, or the new item. - * - * If a {@link #getKey} implementation was specified for this HashMap, - * or if the key of the stored items is in a property called `id`, - * the HashMap will be able to *derive* the key for the new item. - * In this case just pass the new item in this parameter. - * - * @param {Object} [o] The item to add. - * - * @return {Object} The item added. - */ - add: function(key, value) { - var me = this; - // Need to check arguments length here, since we could have called: - // map.add('foo', undefined); - if (arguments.length === 1) { - value = key; - key = me.getKey(value); - } - if (me.containsKey(key)) { - return me.replace(key, value); - } - me.map[key] = value; - ++me.length; - me.generation++; - if (me.hasListeners.add) { - me.fireEvent('add', me, key, value); - } - return value; - }, - /** - * Replaces an item in the hash. If the key doesn't exist, the - * {@link #method-add} method will be used. - * @param {String} key The key of the item. - * @param {Object} value The new value for the item. - * @return {Object} The new value of the item. - */ - replace: function(key, value) { - var me = this, - map = me.map, - old; - // Need to check arguments length here, since we could have called: - // map.replace('foo', undefined); - if (arguments.length === 1) { - value = key; - key = me.getKey(value); - } - if (!me.containsKey(key)) { - me.add(key, value); - } - old = map[key]; - map[key] = value; - me.generation++; - if (me.hasListeners.replace) { - me.fireEvent('replace', me, key, value, old); - } - return value; - }, - /** - * Remove an item from the hash. - * @param {Object} o The value of the item to remove. - * @return {Boolean} True if the item was successfully removed. - */ - remove: function(o) { - var key = this.findKey(o); - if (key !== undefined) { - return this.removeAtKey(key); - } - return false; - }, - /** - * Remove an item from the hash. - * @param {String} key The key to remove. - * @return {Boolean} True if the item was successfully removed. - */ - removeAtKey: function(key) { - var me = this, - value; - if (me.containsKey(key)) { - value = me.map[key]; - delete me.map[key]; - --me.length; - me.generation++; - if (me.hasListeners.remove) { - me.fireEvent('remove', me, key, value); - } - return true; - } - return false; - }, - /** - * Retrieves an item with a particular key. - * @param {String} key The key to lookup. - * @return {Object} The value at that key. If it doesn't exist, `undefined` is returned. - */ - get: function(key) { - var map = this.map; - return map.hasOwnProperty(key) ? map[key] : undefined; - }, - /** - * @method clear - * Removes all items from the hash. - * @return {Ext.util.HashMap} this - */ - // We use this syntax because we don't want the initial param to be part of the public API - /** - * @ignore - */ - clear: function(/* private */ - initial) { - var me = this; - // Only clear if it has ever had any content - if (initial || me.generation) { - me.map = {}; - me.length = 0; - me.generation = initial ? 0 : me.generation + 1; - } - if (initial !== true && me.hasListeners.clear) { - me.fireEvent('clear', me); - } - return me; - }, - /** - * Checks whether a key exists in the hash. - * @param {String} key The key to check for. - * @return {Boolean} True if they key exists in the hash. - */ - containsKey: function(key) { - var map = this.map; - return map.hasOwnProperty(key) && map[key] !== undefined; - }, - /** - * Checks whether a value exists in the hash. - * @param {Object} value The value to check for. - * @return {Boolean} True if the value exists in the dictionary. - */ - contains: function(value) { - return this.containsKey(this.findKey(value)); - }, - /** - * Return all of the keys in the hash. - * @return {Array} An array of keys. - */ - getKeys: function() { - return this.getArray(true); - }, - /** - * Return all of the values in the hash. - * @return {Array} An array of values. - */ - getValues: function() { - return this.getArray(false); - }, - /** - * Gets either the keys/values in an array from the hash. - * @private - * @param {Boolean} isKey True to extract the keys, otherwise, the value - * @return {Array} An array of either keys/values from the hash. - */ - getArray: function(isKey) { - var arr = [], - key, - map = this.map; - for (key in map) { - if (map.hasOwnProperty(key)) { - arr.push(isKey ? key : map[key]); - } - } - return arr; - }, - /** - * Executes the specified function once for each item in the hash. - * Returning false from the function will cease iteration. - * - * @param {Function} fn The function to execute. - * @param {String} fn.key The key of the item. - * @param {Number} fn.value The value of the item. - * @param {Number} fn.length The total number of items in the hash. - * @param {Object} [scope] The scope to execute in. Defaults to this. - * @return {Ext.util.HashMap} this - */ - each: function(fn, scope) { - // copy items so they may be removed during iteration. - var items = Ext.apply({}, this.map), - key, - length = this.length; - scope = scope || this; - for (key in items) { - if (items.hasOwnProperty(key)) { - if (fn.call(scope, key, items[key], length) === false) { - break; - } - } - } - return this; - }, - /** - * Performs a shallow copy on this hash. - * @return {Ext.util.HashMap} The new hash object. - */ - clone: function() { - var hash = new this.self(this.initialConfig), - map = this.map, - key; - hash.suspendEvents(); - for (key in map) { - if (map.hasOwnProperty(key)) { - hash.add(key, map[key]); - } - } - hash.resumeEvents(); - return hash; - }, - /** - * @private - * Find the key for a value. - * @param {Object} value The value to find. - * @return {Object} The value of the item. Returns undefined if not found. - */ - findKey: function(value) { - var key, - map = this.map; - for (key in map) { - if (map.hasOwnProperty(key) && map[key] === value) { - return key; - } - } - return undefined; - }, - destroy: function() { - this.callParent(); - this.map = null; - } -}, function(HashMap) { - var prototype = HashMap.prototype; - /** - * @method - * An alias for {@link #removeAtKey} - * @inheritdoc Ext.util.HashMap#removeAtKey - */ - prototype.removeByKey = prototype.removeAtKey; -}); - -/** - * Base Manager class - * @private - * @deprecated - */ -Ext.define('Ext.AbstractManager', { - /* Begin Definitions */ - requires: [ - 'Ext.util.HashMap' - ], - /* End Definitions */ - typeName: 'type', - constructor: function(config) { - Ext.apply(this, config || {}); - /** - * @property {Ext.util.HashMap} all - * Contains all of the items currently managed - */ - this.all = new Ext.util.HashMap(); - this.types = {}; - }, - /** - * Returns an item by id. - * For additional details see {@link Ext.util.HashMap#get}. - * @param {String} id The id of the item - * @return {Object} The item, undefined if not found. - */ - get: function(id) { - return this.all.get(id); - }, - /** - * Registers an item to be managed - * @param {Object} item The item to register - */ - register: function(item) { - var key = this.all.getKey(item); - if (key === undefined) { - Ext.raise('Key is undefined. Please ensure the item has a key before registering the item.'); - } - if (this.all.containsKey(key)) { - Ext.raise('Registering duplicate id "' + key + '" with ' + this.$className); - } - this.all.add(item); - }, - /** - * Unregisters an item by removing it from this manager - * @param {Object} item The item to unregister - */ - unregister: function(item) { - this.all.remove(item); - }, - /** - * Registers a new item constructor, keyed by a type key. - * @param {String} type The mnemonic string by which the class may be looked up. - * @param {Function} cls The new instance class. - */ - registerType: function(type, cls) { - this.types[type] = cls; - cls[this.typeName] = type; - }, - /** - * Checks if an item type is registered. - * @param {String} type The mnemonic string by which the class may be looked up - * @return {Boolean} Whether the type is registered. - */ - isRegistered: function(type) { - return this.types[type] !== undefined; - }, - /** - * Creates and returns an instance of whatever this manager manages, based on the supplied type and - * config object. - * @param {Object} config The config object - * @param {String} defaultType If no type is discovered in the config object, we fall back to this type - * @return {Object} The instance of whatever this manager is managing - */ - create: function(config, defaultType) { - var type = config[this.typeName] || config.type || defaultType, - Constructor = this.types[type]; - if (Constructor === undefined) { - Ext.raise("The '" + type + "' type has not been registered with this manager"); - } - return new Constructor(config); - }, - /** - * Registers a function that will be called when an item with the specified id is added to the manager. - * This will happen on instantiation. - * @param {String} id The item id - * @param {Function} fn The callback function. Called with a single parameter, the item. - * @param {Object} scope The scope (this reference) in which the callback is executed. - * Defaults to the item. - */ - onAvailable: function(id, fn, scope) { - var all = this.all, - item, callback; - if (all.containsKey(id)) { - item = all.get(id); - fn.call(scope || item, item); - } else { - callback = function(map, key, item) { - if (key == id) { - fn.call(scope || item, item); - all.un('add', callback); - } - }; - all.on('add', callback); - } - }, - /** - * Executes the specified function once for each item in the collection. - * @param {Function} fn The function to execute. - * @param {String} fn.key The key of the item - * @param {Number} fn.value The value of the item - * @param {Number} fn.length The total number of items in the collection - * @param {Boolean} fn.return False to cease iteration. - * @param {Object} scope The scope to execute in. Defaults to `this`. - */ - each: function(fn, scope) { - this.all.each(fn, scope || this); - }, - /** - * Gets the number of items in the collection. - * @return {Number} The number of items in the collection. - */ - getCount: function() { - return this.all.getCount(); - } -}); - -/* - Ext.promise.Consequence adapted from: - [DeftJS](https://github.com/deftjs/deftjs5) - Copyright (c) 2012-2013 [DeftJS Framework Contributors](http://deftjs.org) - Open source under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). - */ -/** - * Consequences are used internally by a Deferred to capture and notify callbacks, and - * propagate their transformed results as fulfillment or rejection. - * - * Developers never directly interact with a Consequence. - * - * A Consequence forms a chain between two Deferreds, where the result of the first - * Deferred is transformed by the corresponding callback before being applied to the - * second Deferred. - * - * Each time a Deferred's `then` method is called, it creates a new Consequence that will - * be triggered once its originating Deferred has been fulfilled or rejected. A Consequence - * captures a pair of optional onFulfilled and onRejected callbacks. - * - * Each Consequence has its own Deferred (which in turn has a Promise) that is resolved or - * rejected when the Consequence is triggered. When a Consequence is triggered by its - * originating Deferred, it calls the corresponding callback and propagates the transformed - * result to its own Deferred; resolved with the callback return value or rejected with any - * error thrown by the callback. - * - * @since 6.0.0 - * @private - */ -Ext.define('Ext.promise.Consequence', function(Consequence) { - return { - /** - * @property {Ext.promise.Promise} - * Promise of the future value of this Consequence. - */ - promise: null, - /** - * @property {Ext.promise.Deferred} deferred Internal Deferred for this Consequence. - * - * @private - */ - deferred: null, - /** - * @property {Function} onFulfilled Callback to execute when this Consequence is triggered - * with a fulfillment value. - * - * @private - */ - onFulfilled: null, - /** - * @property {Function} onRejected Callback to execute when this Consequence is triggered - * with a rejection reason. - * - * @private - */ - onRejected: null, - /** - * @property {Function} onProgress Callback to execute when this Consequence is updated - * with a progress value. - * - * @private - */ - onProgress: null, - /** - * @param {Function} onFulfilled Callback to execute to transform a fulfillment value. - * @param {Function} onRejected Callback to execute to transform a rejection reason. - */ - constructor: function(onFulfilled, onRejected, onProgress) { - var me = this; - me.onFulfilled = onFulfilled; - me.onRejected = onRejected; - me.onProgress = onProgress; - me.deferred = new Ext.promise.Deferred(); - me.promise = me.deferred.promise; - }, - /** - * Trigger this Consequence with the specified action and value. - * - * @param {String} action Completion action (i.e. fulfill or reject). - * @param {Mixed} value Fulfillment value or rejection reason. - */ - trigger: function(action, value) { - var me = this, - deferred = me.deferred; - switch (action) { - case 'fulfill': - me.propagate(value, me.onFulfilled, deferred, deferred.resolve); - break; - case 'reject': - me.propagate(value, me.onRejected, deferred, deferred.reject); - break; - } - }, - /** - * Update this Consequence with the specified progress value. - * - * @param {Mixed} value Progress value. - */ - update: function(progress) { - if (Ext.isFunction(this.onProgress)) { - progress = this.onProgress(progress); - } - this.deferred.update(progress); - }, - /** - * Transform and propagate the specified value using the - * optional callback and propagate the transformed result. - * - * @param {Mixed} value Value to transform and/or propagate. - * @param {Function} [callback] Callback to use to transform the value. - * @param {Function} deferred Deferred to use to propagate the value, if no callback - * was specified. - * @param {Function} deferredMethod Deferred method to call to propagate the value, - * if no callback was specified. - * - * @private - */ - propagate: function(value, callback, deferred, deferredMethod) { - if (Ext.isFunction(callback)) { - this.schedule(function() { - try { - deferred.resolve(callback(value)); - } catch (e) { - deferred.reject(e); - } - }); - } else { - deferredMethod.call(this.deferred, value); - } - }, - /** - * Schedules the specified callback function to be executed on the next turn of the - * event loop. - * - * @param {Function} callback Callback function. - * - * @private - */ - schedule: function(callback) { - var n = Consequence.queueSize++; - Consequence.queue[n] = callback; - if (!n) { - // if (queue was empty) - Ext.asap(Consequence.dispatch); - } - }, - statics: { - /** - * @property {Function[]} queue The queue of callbacks pending. This array is never - * shrunk to reduce GC thrash but instead its elements will be set to `null`. - * - * @private - */ - queue: new Array(10000), - /** - * @property {Number} queueSize The number of callbacks in the `queue`. - * - * @private - */ - queueSize: 0, - /** - * This method drains the callback queue and calls each callback in order. - * - * @private - */ - dispatch: function() { - var queue = Consequence.queue, - fn, i; - // The queue could grow on each call, so we cannot cache queueSize here. - for (i = 0; i < Consequence.queueSize; ++i) { - fn = queue[i]; - queue[i] = null; - // release our reference on the callback - fn(); - } - Consequence.queueSize = 0; - } - } - }; -}); - -/* - Ext.promise.Deferred adapted from: - [DeftJS](https://github.com/deftjs/deftjs5) - Copyright (c) 2012-2013 [DeftJS Framework Contributors](http://deftjs.org) - Open source under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). - */ -/** - * Deferreds are the mechanism used to create new Promises. A Deferred has a single - * associated Promise that can be safely returned to external consumers to ensure they do - * not interfere with the resolution or rejection of the deferred operation. - * - * A Deferred is typically used within the body of a function that performs an asynchronous - * operation. When that operation succeeds, the Deferred should be resolved; if that - * operation fails, the Deferred should be rejected. - * - * Each Deferred has an associated Promise. A Promise delegates `then` calls to its - * Deferred's `then` method. In this way, access to Deferred operations are divided between - * producer (Deferred) and consumer (Promise) roles. - * - * When a Deferred's `resolve` method is called, it fulfills with the optionally specified - * value. If `resolve` is called with a then-able (i.e.a Function or Object with a `then` - * function, such as another Promise) it assimilates the then-able's result; the Deferred - * provides its own `resolve` and `reject` methods as the onFulfilled or onRejected - * arguments in a call to that then-able's `then` function. If an error is thrown while - * calling the then-able's `then` function (prior to any call back to the specified - * `resolve` or `reject` methods), the Deferred rejects with that error. If a Deferred's - * `resolve` method is called with its own Promise, it rejects with a TypeError. - * - * When a Deferred's `reject` method is called, it rejects with the optionally specified - * reason. - * - * Each time a Deferred's `then` method is called, it captures a pair of optional - * onFulfilled and onRejected callbacks and returns a Promise of the Deferred's future - * value as transformed by those callbacks. - * - * @private - * @since 6.0.0 - */ -Ext.define('Ext.promise.Deferred', { - requires: [ - 'Ext.promise.Consequence' - ], - /** - * @property {Ext.promise.Promise} promise Promise of the future value of this Deferred. - */ - promise: null, - /** - * @property {Ext.promise.Consequence[]} consequences Pending Consequences chained to this Deferred. - * - * @private - */ - consequences: [], - /** - * @property {Boolean} completed Indicates whether this Deferred has been completed. - * - * @private - */ - completed: false, - /** - * @property {String} completeAction The completion action (i.e. 'fulfill' or 'reject'). - * - * @private - */ - completionAction: null, - /** - * @property {Mixed} completionValue The completion value (i.e. resolution value or rejection error). - * - * @private - */ - completionValue: null, - constructor: function() { - var me = this; - me.promise = new Ext.promise.Promise(me); - me.consequences = []; - me.completed = false; - me.completionAction = null; - me.completionValue = null; - }, - /** - * Used to specify onFulfilled and onRejected callbacks that will be - * notified when the future value becomes available. - * - * Those callbacks can subsequently transform the value that was - * fulfilled or the error that was rejected. Each call to `then` - * returns a new Promise of that transformed value; i.e., a Promise - * that is fulfilled with the callback return value or rejected with - * any error thrown by the callback. - * - * @param {Function} [onFulfilled] Callback to execute to transform a fulfillment value. - * @param {Function} [onRejected] Callback to execute to transform a rejection reason. - * @param {Function} [onProgress] Callback to execute to transform a progress value. - * - * @return Promise that is fulfilled with the callback return value or rejected with - * any error thrown by the callback. - */ - then: function(onFulfilled, onRejected, onProgress) { - var me = this, - consequence = new Ext.promise.Consequence(onFulfilled, onRejected, onProgress); - if (me.completed) { - consequence.trigger(me.completionAction, me.completionValue); - } else { - me.consequences.push(consequence); - } - return consequence.promise; - }, - /** - * Resolve this Deferred with the (optional) specified value. - * - * If called with a then-able (i.e.a Function or Object with a `then` - * function, such as another Promise) it assimilates the then-able's - * result; the Deferred provides its own `resolve` and `reject` methods - * as the onFulfilled or onRejected arguments in a call to that - * then-able's `then` function. If an error is thrown while calling - * the then-able's `then` function (prior to any call back to the - * specified `resolve` or `reject` methods), the Deferred rejects with - * that error. If a Deferred's `resolve` method is called with its own - * Promise, it rejects with a TypeError. - * - * Once a Deferred has been fulfilled or rejected, it is considered to be complete - * and subsequent calls to `resolve` or `reject` are ignored. - * - * @param {Mixed} value Value to resolve as either a fulfillment value or rejection - * reason. - */ - resolve: function(value) { - var me = this, - isHandled, thenFn; - if (me.completed) { - return; - } - try { - if (value === me.promise) { - throw new TypeError('A Promise cannot be resolved with itself.'); - } - if ((Ext.isObject(value) || Ext.isFunction(value)) && Ext.isFunction(thenFn = value.then)) { - isHandled = false; - try { - thenFn.call(value, function(value) { - if (!isHandled) { - isHandled = true; - me.resolve(value); - } - }, function(error) { - if (!isHandled) { - isHandled = true; - me.reject(error); - } - }); - } catch (e) { - if (!isHandled) { - me.reject(e); - } - } - } else { - me.complete('fulfill', value); - } - } catch (e) { - me.reject(e); - } - }, - /** - * Reject this Deferred with the specified reason. - * - * Once a Deferred has been rejected, it is considered to be complete - * and subsequent calls to `resolve` or `reject` are ignored. - * - * @param {Error} reason Rejection reason. - */ - reject: function(reason) { - if (this.completed) { - return; - } - this.complete('reject', reason); - }, - /** - * Updates progress for this Deferred, if it is still pending, triggering it to - * execute the `onProgress` callback and propagate the resulting transformed progress - * value to Deferreds that originate from this Deferred. - * - * @param {Mixed} progress The progress value. - */ - update: function(progress) { - var consequences = this.consequences, - consequence, i, len; - if (this.completed) { - return; - } - for (i = 0 , len = consequences.length; i < len; i++) { - consequence = consequences[i]; - consequence.update(progress); - } - }, - /** - * Complete this Deferred with the specified action and value. - * - * @param {String} action Completion action (i.e. 'fufill' or 'reject'). - * @param {Mixed} value Fulfillment value or rejection reason. - * - * @private - */ - complete: function(action, value) { - var me = this, - consequences = me.consequences, - consequence, i, len; - me.completionAction = action; - me.completionValue = value; - me.completed = true; - for (i = 0 , len = consequences.length; i < len; i++) { - consequence = consequences[i]; - consequence.trigger(me.completionAction, me.completionValue); - } - me.consequences = null; - } -}); - -/* - Ext.promise.Deferred adapted from: - [DeftJS](https://github.com/deftjs/deftjs5) - Copyright (c) 2012-2014 [DeftJS Framework Contributors](http://deftjs.org) - Open source under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). - */ -/** - * Promises represent a future value; i.e., a value that may not yet be available. - * - * Users should **not** create instances of this class directly. Instead user code should - * use `new {@link Ext.Promise}()` or `new {@link Ext.Deferred}()` to create and manage - * promises. If the browser supports the standard `Promise` constructor, this class will - * not be used by `Ext.Promise`. This class will always be used by `Ext.Deferred` in order - * to provide enhanced capabilities beyond standard promises. - * - * A Promise's `{@link #then then()}` method is used to specify onFulfilled and onRejected - * callbacks that will be notified when the future value becomes available. Those callbacks - * can subsequently transform the value that was resolved or the reason that was rejected. - * Each call to `then` returns a new Promise of that transformed value; i.e., a Promise - * that is resolved with the callback return value or rejected with any error thrown by - * the callback. - * - * ## Basic Usage - * - * this.companyService.loadCompanies().then( - * function (records) { - * // Do something with result. - * }, - * function (error) { - * // Do something on failure. - * }). - * always(function () { - * // Do something whether call succeeded or failed - * }); - * - * The above code uses the `Promise` returned from the `companyService.loadCompanies()` - * method and uses `then()` to attach success and failure handlers. Finally, an `always()` - * method call is chained onto the returned promise. This specifies a callback function - * that will run whether the underlying call succeeded or failed. - * - * See `{@link Ext.Deferred}` for an example of using the returned Promise. - * - * [1]: http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts#april_14_2015_rev_38_final_draft - * - * @since 6.0.0 - */ -Ext.define('Ext.promise.Promise', function(ExtPromise) { - var Deferred; - return { - requires: [ - 'Ext.promise.Deferred' - ], - statics: { - /** - * @property CancellationError - * @static - * The type of `Error` propagated by the `{@link #method-cancel}` method. If - * the browser provides a native `CancellationError` then that type is used. If - * not, a basic `Error` type is used. - */ - CancellationError: Ext.global.CancellationError || Error, - _ready: function() { - // Our requires are met, so we can cache Ext.promise.Deferred - Deferred = Ext.promise.Deferred; - }, - /** - * Returns a new Promise that will only resolve once all the specified - * `promisesOrValues` have resolved. - * - * The resolution value will be an Array containing the resolution value of each - * of the `promisesOrValues`. - * - * The public API's to use instead of this method are `{@link Ext.Promise#all}` - * and `{@link Ext.Deferred#all}`. - * - * @param {Mixed[]/Ext.promise.Promise[]/Ext.promise.Promise} promisesOrValues An - * Array of values or Promises, or a Promise of an Array of values or Promises. - * @return {Ext.promise.Promise} A Promise of an Array of the resolved values. - * - * @static - * @private - */ - all: function(promisesOrValues) { - if (!(Ext.isArray(promisesOrValues) || ExtPromise.is(promisesOrValues))) { - Ext.raise('Invalid parameter: expected an Array or Promise of an Array.'); - } - return ExtPromise.when(promisesOrValues).then(function(promisesOrValues) { - var deferred = new Deferred(), - remainingToResolve = promisesOrValues.length, - results = new Array(remainingToResolve), - index, promiseOrValue, resolve, i, len; - if (!remainingToResolve) { - deferred.resolve(results); - } else { - resolve = function(item, index) { - return ExtPromise.when(item).then(function(value) { - results[index] = value; - if (!--remainingToResolve) { - deferred.resolve(results); - } - return value; - }, function(reason) { - return deferred.reject(reason); - }); - }; - for (index = i = 0 , len = promisesOrValues.length; i < len; index = ++i) { - promiseOrValue = promisesOrValues[index]; - if (index in promisesOrValues) { - resolve(promiseOrValue, index); - } else { - remainingToResolve--; - } - } - } - return deferred.promise; - }); - }, - /** - * Determines whether the specified value is a Promise (including third-party - * untrusted Promises or then()-ables), based on the Promises/A specification - * feature test. - * - * @param {Mixed} value A potential Promise. - * @return {Boolean} `true` if the given value is a Promise, otherwise `false`. - * @static - * @private - */ - is: function(value) { - return (Ext.isObject(value) || Ext.isFunction(value)) && Ext.isFunction(value.then); - }, - /** - * Rethrows the specified Error on the next turn of the event loop. - * @static - * @private - */ - rethrowError: function(error) { - Ext.asap(function() { - throw error; - }); - }, - /** - * Returns a new Promise that either - * - * * Resolves immediately for the specified value, or - * * Resolves or rejects when the specified promise (or third-party Promise or - * then()-able) is resolved or rejected. - * - * The public API's to use instead of this method are `{@link Ext.Promise#resolve}` - * and `{@link Ext.Deferred#resolved}`. - * - * @param {Mixed} promiseOrValue A Promise (or third-party Promise or then()-able) - * or value. - * @return {Ext.Promise} A Promise of the specified Promise or value. - * - * @static - * @private - */ - when: function(value) { - var deferred = new Ext.promise.Deferred(); - deferred.resolve(value); - return deferred.promise; - } - }, - /** - * @property {Ext.promise.Deferred} Reference to this promise's - * `{@link Ext.promise.Deferred Deferred}` instance. - * - * @readonly - * @private - */ - owner: null, - /** - * NOTE: {@link Ext.promise.Deferred Deferreds} are the mechanism used to create new - * Promises. - * @param {Ext.promise.Deferred} owner The owning `Deferred` instance. - * - * @private - */ - constructor: function(owner) { - this.owner = owner; - }, - /** - * Attaches onFulfilled and onRejected callbacks that will be notified when the future - * value becomes available. - * - * Those callbacks can subsequently transform the value that was fulfilled or the error - * that was rejected. Each call to `then` returns a new Promise of that transformed - * value; i.e., a Promise that is fulfilled with the callback return value or rejected - * with any error thrown by the callback. - * - * @param {Function} onFulfilled Optional callback to execute to transform a - * fulfillment value. - * @param {Function} onRejected Optional callback to execute to transform a rejection - * reason. - * @param {Function} onProgress Optional callback function to be called with progress - * updates. - * @param {Object} scope Optional scope for the callback(s). - * @return {Ext.promise.Promise} Promise that is fulfilled with the callback return - * value or rejected with any error thrown by the callback. - */ - then: function(onFulfilled, onRejected, onProgress, scope) { - var ref; - if (arguments.length === 1 && Ext.isObject(arguments[0])) { - ref = arguments[0]; - onFulfilled = ref.success; - onRejected = ref.failure; - onProgress = ref.progress; - scope = ref.scope; - } - if (scope) { - if (onFulfilled) { - onFulfilled = Ext.Function.bind(onFulfilled, scope); - } - if (onRejected) { - onRejected = Ext.Function.bind(onRejected, scope); - } - if (onProgress) { - onProgress = Ext.Function.bind(onProgress, scope); - } - } - return this.owner.then(onFulfilled, onRejected, onProgress); - }, - /** - * Attaches an onRejected callback that will be notified if this Promise is rejected. - * - * The callback can subsequently transform the reason that was rejected. Each call to - * `otherwise` returns a new Promise of that transformed value; i.e., a Promise that - * is resolved with the original resolved value, or resolved with the callback return - * value or rejected with any error thrown by the callback. - * - * @param {Function} onRejected Callback to execute to transform a rejection reason. - * @param {Object} scope Optional scope for the callback. - * @return {Ext.promise.Promise} Promise of the transformed future value. - */ - otherwise: function(onRejected, scope) { - var ref; - if (arguments.length === 1 && Ext.isObject(arguments[0])) { - ref = arguments[0]; - onRejected = ref.fn; - scope = ref.scope; - } - if (scope != null) { - onRejected = Ext.Function.bind(onRejected, scope); - } - return this.owner.then(null, onRejected); - }, - /** - * Attaches an onCompleted callback that will be notified when this Promise is completed. - * - * Similar to `finally` in `try... catch... finally`. - * - * NOTE: The specified callback does not affect the resulting Promise's outcome; any - * return value is ignored and any Error is rethrown. - * - * @param {Function} onCompleted Callback to execute when the Promise is resolved or - * rejected. - * @param {Object} scope Optional scope for the callback. - * @return {Ext.promise.Promise} A new "pass-through" Promise that is resolved with - * the original value or rejected with the original reason. - */ - always: function(onCompleted, scope) { - var ref; - if (arguments.length === 1 && Ext.isObject(arguments[0])) { - ref = arguments[0]; - onCompleted = ref.fn; - scope = ref.scope; - } - if (scope != null) { - onCompleted = Ext.Function.bind(onCompleted, scope); - } - return this.owner.then(function(value) { - try { - onCompleted(); - } catch (e) { - ExtPromise.rethrowError(e); - } - return value; - }, function(reason) { - try { - onCompleted(); - } catch (e) { - ExtPromise.rethrowError(e); - } - throw reason; - }); - }, - /** - * Terminates a Promise chain, ensuring that unhandled rejections will be rethrown as - * Errors. - * - * One of the pitfalls of interacting with Promise-based APIs is the tendency for - * important errors to be silently swallowed unless an explicit rejection handler is - * specified. - * - * For example: - * - * promise.then(function () { - * // logic in your callback throws an error and it is interpreted as a - * // rejection. throw new Error("Boom!"); - * }); - * - * // The Error was not handled by the Promise chain and is silently swallowed. - * - * This problem can be addressed by terminating the Promise chain with the done() - * method: - * - * promise.then(function () { - * // logic in your callback throws an error and it is interpreted as a - * // rejection. throw new Error("Boom!"); - * }).done(); - * - * // The Error was not handled by the Promise chain and is rethrown by done() on - * // the next tick. - * - * The `done()` method ensures that any unhandled rejections are rethrown as Errors. - */ - done: function() { - this.owner.then(null, ExtPromise.rethrowError); - }, - /** - * Cancels this Promise if it is still pending, triggering a rejection with a - * `{@link #CancellationError}` that will propagate to any Promises originating from - * this Promise. - * - * NOTE: Cancellation only propagates to Promises that branch from the target Promise. - * It does not traverse back up to parent branches, as this would reject nodes from - * which other Promises may have branched, causing unintended side-effects. - * - * @param {Error} reason Cancellation reason. - */ - cancel: function(reason) { - if (reason == null) { - reason = null; - } - this.owner.reject(new this.self.CancellationError(reason)); - }, - /** - * Logs the resolution or rejection of this Promise with the specified category and - * optional identifier. Messages are logged via all registered custom logger functions. - * - * @param {String} identifier An optional identifier to incorporate into the - * resulting log entry. - * - * @return {Ext.promise.Promise} A new "pass-through" Promise that is resolved with - * the original value or rejected with the original reason. - */ - log: function(identifier) { - if (identifier == null) { - identifier = ''; - } - return this._owner.then(function(value) { - Ext.log("" + (identifier || 'Promise') + " resolved with value: " + value); - return value; - }, function(reason) { - Ext.log("" + (identifier || 'Promise') + " rejected with reason: " + reason); - throw reason; - }); - } - }; -}, function(ExtPromise) { - ExtPromise._ready(); -}); - -/** - * This class provides an API compatible implementation of the ECMAScript 6 Promises API - * (providing an implementation as necessary for browsers that do not natively support the - * `Promise` class). - * - * This class will use the native `Promise` implementation if one is available. The - * native implementation, while standard, does not provide all of the features of the - * Ext JS Promises implementation. - * - * To use the Ext JS enhanced Promises implementation, see `{@link Ext.Deferred}` for - * creating enhanced promises and additional static utility methods. - * - * Typical usage: - * - * function getAjax (url) { - * // The function passed to Ext.Promise() is called immediately to start - * // the asynchronous action. - * // - * return new Ext.Promise(function (resolve, reject) { - * Ext.Ajax.request({ - * url: url, - * - * success: function (response) { - * // Use the provided "resolve" method to deliver the result. - * // - * resolve(response.responseText); - * }, - * - * failure: function (response) { - * // Use the provided "reject" method to deliver error message. - * // - * reject(response.status); - * } - * }); - * }); - * } - * - * getAjax('http://stuff').then(function (content) { - * // content is responseText of ajax response - * }); - * - * To adapt the Ext JS `{@link Ext.data.Store store}` to use a Promise, you might do - * something like this: - * - * loadCompanies: function() { - * var companyStore = this.companyStore; - * - * return new Ext.Promise(function (resolve, reject) { - * companyStore.load({ - * callback: function(records, operation, success) { - * if (success) { - * // Use the provided "resolve" method to drive the promise: - * resolve(records); - * } - * else { - * // Use the provided "reject" method to drive the promise: - * reject("Error loading Companies."); - * } - * } - * }); - * }); - * } - * - * @since 6.0.0 - */ -Ext.define('Ext.Promise', function() { - var Polyfiller; - return { - requires: [ - 'Ext.promise.Promise' - ], - statics: { - _ready: function() { - // We can cache this now that our requires are met - Polyfiller = Ext.promise.Promise; - }, - /** - * Returns a new Promise that will only resolve once all the specified - * `promisesOrValues` have resolved. - * - * The resolution value will be an Array containing the resolution value of each - * of the `promisesOrValues`. - * - * @param {Mixed[]/Ext.Promise[]/Ext.Promise} promisesOrValues An Array of values - * or Promises, or a Promise of an Array of values or Promises. - * - * @return {Ext.Promise} A Promise of an Array of the resolved values. - * @static - */ - all: function() { - return Polyfiller.all.apply(Polyfiller, arguments); - }, - race: function() { - //TODO - Ext.raise("Not implemented"); - }, - /** - * Convenience method that returns a new Promise rejected with the specified - * reason. - * - * @param {Error} reason Rejection reason. - * @return {Ext.Promise} The rejected Promise. - * @static - */ - reject: function(reason) { - var deferred = new Ext.promise.Deferred(); - deferred.reject(reason); - return deferred.promise; - }, - /** - * Returns a new Promise that either - * - * * Resolves immediately for the specified value, or - * * Resolves or rejects when the specified promise (or third-party Promise or - * then()-able) is resolved or rejected. - * - * @param {Mixed} promiseOrValue A Promise (or third-party Promise or then()-able) - * or value. - * @return {Ext.Promise} A Promise of the specified Promise or value. - * @static - */ - resolve: function(value) { - var deferred = new Ext.promise.Deferred(); - deferred.resolve(value); - return deferred.promise; - } - }, - constructor: function(action) { - var deferred = new Ext.promise.Deferred(); - action(deferred.resolve.bind(deferred), deferred.reject.bind(deferred)); - return deferred.promise; - } - }; -}, function(ExtPromise) { - var P = Ext.global.Promise; - if (P && P.resolve) { - Ext.Promise = P; - } else { - ExtPromise._ready(); - } -}); - -/* - Ext.Deferred adapted from: - [DeftJS](https://github.com/deftjs/deftjs5) - Copyright (c) 2012-2013 [DeftJS Framework Contributors](http://deftjs.org) - Open source under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). - - when(), all(), any(), some(), map(), reduce(), delay() and timeout() - sequence(), parallel(), pipeline() - methods adapted from: [when.js](https://github.com/cujojs/when) - Copyright (c) B Cavalier & J Hann - Open source under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). - */ -/** - * Deferreds are the mechanism used to create new Promises. A Deferred has a single - * associated Promise that can be safely returned to external consumers to ensure they do - * not interfere with the resolution or rejection of the deferred operation. - * - * This implementation of Promises is an extension of the ECMAScript 6 Promises API as - * detailed [here][1]. For a compatible, though less full featured, API see `{@link Ext.Promise}`. - * - * A Deferred is typically used within the body of a function that performs an asynchronous - * operation. When that operation succeeds, the Deferred should be resolved; if that - * operation fails, the Deferred should be rejected. - * - * Each Deferred has an associated Promise. A Promise delegates `then` calls to its - * Deferred's `then` method. In this way, access to Deferred operations are divided between - * producer (Deferred) and consumer (Promise) roles. - * - * ## Basic Usage - * - * In it's most common form, a method will create and return a Promise like this: - * - * // A method in a service class which uses a Store and returns a Promise - * // - * loadCompanies: function () { - * var deferred = new Ext.Deferred(); // create the Ext.Deferred object - * - * this.companyStore.load({ - * callback: function (records, operation, success) { - * if (success) { - * // Use "deferred" to drive the promise: - * deferred.resolve(records); - * } - * else { - * // Use "deferred" to drive the promise: - * deferred.reject("Error loading Companies."); - * } - * } - * }); - * - * return deferred.promise; // return the Promise to the caller - * } - * - * You can see this method first creates a `{@link Ext.Deferred Deferred}` object. It then - * returns its `Promise` object for use by the caller. Finally, in the asynchronous - * callback, it resolves the `deferred` object if the call was successful, and rejects the - * `deferred` if the call failed. - * - * When a Deferred's `resolve` method is called, it fulfills with the optionally specified - * value. If `resolve` is called with a then-able (i.e.a Function or Object with a `then` - * function, such as another Promise) it assimilates the then-able's result; the Deferred - * provides its own `resolve` and `reject` methods as the onFulfilled or onRejected - * arguments in a call to that then-able's `then` function. If an error is thrown while - * calling the then-able's `then` function (prior to any call back to the specified - * `resolve` or `reject` methods), the Deferred rejects with that error. If a Deferred's - * `resolve` method is called with its own Promise, it rejects with a TypeError. - * - * When a Deferred's `reject` method is called, it rejects with the optionally specified - * reason. - * - * Each time a Deferred's `then` method is called, it captures a pair of optional - * onFulfilled and onRejected callbacks and returns a Promise of the Deferred's future - * value as transformed by those callbacks. - * - * See `{@link Ext.promise.Promise}` for an example of using the returned Promise. - * - * @since 6.0.0 - */ -Ext.define('Ext.Deferred', function(Deferred) { - var ExtPromise, when; - return { - extend: 'Ext.promise.Deferred', - requires: [ - 'Ext.Promise' - ], - statics: { - _ready: function() { - // Our requires are met, so we can cache Ext.promise.Deferred - ExtPromise = Ext.promise.Promise; - when = Ext.Promise.resolve; - }, - /** - * Returns a new Promise that will only resolve once all the specified - * `promisesOrValues` have resolved. - * - * The resolution value will be an Array containing the resolution value of each - * of the `promisesOrValues`. - * - * @param {Mixed[]/Ext.promise.Promise[]/Ext.promise.Promise} promisesOrValues An - * Array of values or Promises, or a Promise of an Array of values or Promises. - * @return {Ext.promise.Promise} A Promise of an Array of the resolved values. - * @static - */ - all: function() { - return ExtPromise.all.apply(ExtPromise, arguments); - }, - /** - * Initiates a competitive race, returning a new Promise that will resolve when - * any one of the specified `promisesOrValues` have resolved, or will reject when - * all `promisesOrValues` have rejected or cancelled. - * - * The resolution value will the first value of `promisesOrValues` to resolve. - * - * @param {Mixed[]/Ext.promise.Promise[]/Ext.promise.Promise} promisesOrValues An - * Array of values or Promises, or a Promise of an Array of values or Promises. - * @return {Ext.promise.Promise} A Promise of the first resolved value. - * @static - */ - any: function(promisesOrValues) { - if (!(Ext.isArray(promisesOrValues) || ExtPromise.is(promisesOrValues))) { - Ext.raise('Invalid parameter: expected an Array or Promise of an Array.'); - } - return Deferred.some(promisesOrValues, 1).then(function(array) { - return array[0]; - }, function(error) { - if (error instanceof Error && error.message === 'Too few Promises were resolved.') { - Ext.raise('No Promises were resolved.'); - } else { - throw error; - } - }); - }, - /** - * Returns a new Promise that will automatically resolve with the specified - * Promise or value after the specified delay (in milliseconds). - * - * @param {Mixed} promiseOrValue A Promise or value. - * @param {Number} milliseconds A delay duration (in milliseconds). - * @return {Ext.promise.Promise} A Promise of the specified Promise or value that - * will resolve after the specified delay. - * @static - */ - delay: function(promiseOrValue, milliseconds) { - var deferred; - if (arguments.length === 1) { - milliseconds = promiseOrValue; - promiseOrValue = undefined; - } - milliseconds = Math.max(milliseconds, 0); - deferred = new Deferred(); - setTimeout(function() { - deferred.resolve(promiseOrValue); - }, milliseconds); - return deferred.promise; - }, - /** - * Traditional map function, similar to `Array.prototype.map()`, that allows - * input to contain promises and/or values. - * - * The specified map function may return either a value or a promise. - * - * @param {Mixed[]/Ext.promise.Promise[]/Ext.promise.Promise} promisesOrValues An - * Array of values or Promises, or a Promise of an Array of values or Promises. - * @param {Function} mapFn A Function to call to transform each resolved value in - * the Array. - * @return {Ext.promise.Promise} A Promise of an Array of the mapped resolved - * values. - * @static - */ - map: function(promisesOrValues, mapFn) { - if (!(Ext.isArray(promisesOrValues) || ExtPromise.is(promisesOrValues))) { - Ext.raise('Invalid parameter: expected an Array or Promise of an Array.'); - } - if (!Ext.isFunction(mapFn)) { - Ext.raise('Invalid parameter: expected a function.'); - } - return Deferred.resolved(promisesOrValues).then(function(promisesOrValues) { - var deferred, index, promiseOrValue, remainingToResolve, resolve, results, i, len; - remainingToResolve = promisesOrValues.length; - results = new Array(promisesOrValues.length); - deferred = new Deferred(); - if (!remainingToResolve) { - deferred.resolve(results); - } else { - resolve = function(item, index) { - return Deferred.resolved(item).then(function(value) { - return mapFn(value, index, results); - }).then(function(value) { - results[index] = value; - if (!--remainingToResolve) { - deferred.resolve(results); - } - return value; - }, function(reason) { - return deferred.reject(reason); - }); - }; - for (index = i = 0 , len = promisesOrValues.length; i < len; index = ++i) { - promiseOrValue = promisesOrValues[index]; - if (index in promisesOrValues) { - resolve(promiseOrValue, index); - } else { - remainingToResolve--; - } - } - } - return deferred.promise; - }); - }, - /** - * Returns a new function that wraps the specified function and caches the - * results for previously processed inputs. - * - * Similar to {@link Ext.Function#memoize Ext.Function.memoize()}, except it - * allows for parameters that are Promises and/or values. - * - * @param {Function} fn A Function to wrap. - * @param {Object} scope An optional scope in which to execute the wrapped function. - * @param {Function} hashFn An optional function used to compute a hash key for - * storing the result, based on the arguments to the original function. - * @return {Function} The new wrapper function. - * @static - */ - memoize: function(fn, scope, hashFn) { - var memoizedFn = Ext.Function.memoize(fn, scope, hashFn); - return function() { - return Deferred.all(Ext.Array.slice(arguments)).then(function(values) { - return memoizedFn.apply(scope, values); - }); - }; - }, - /** - * Execute an Array (or {@link Ext.promise.Promise Promise} of an Array) of - * functions in parallel. - * - * The specified functions may optionally return their results as - * {@link Ext.promise.Promise Promises}. - * - * @param {Function[]/Ext.promise.Promise} fns The Array (or Promise of an Array) - * of functions to execute. - * @param {Object} scope Optional scope in which to execute the specified functions. - * @return {Ext.promise.Promise} Promise of an Array of results for each function - * call (in the same order). - * @static - */ - parallel: function(fns, scope) { - if (scope == null) { - scope = null; - } - var args = Ext.Array.slice(arguments, 2); - return Deferred.map(fns, function(fn) { - if (!Ext.isFunction(fn)) { - throw new Error('Invalid parameter: expected a function.'); - } - return fn.apply(scope, args); - }); - }, - /** - * Execute an Array (or {@link Ext.promise.Promise Promise} of an Array) of - * functions as a pipeline, where each function's result is passed to the - * subsequent function as input. - * - * The specified functions may optionally return their results as - * {@link Ext.promise.Promise Promises}. - * - * @param {Function[]/Ext.promise.Promise} fns The Array (or Promise of an Array) - * of functions to execute. - * @param {Object} initialValue Initial value to be passed to the first function - * in the pipeline. - * @param {Object} scope Optional scope in which to execute the specified functions. - * @return {Ext.promise.Promise} Promise of the result value for the final - * function in the pipeline. - * @static - */ - pipeline: function(fns, initialValue, scope) { - if (scope == null) { - scope = null; - } - return Deferred.reduce(fns, function(value, fn) { - if (!Ext.isFunction(fn)) { - throw new Error('Invalid parameter: expected a function.'); - } - return fn.call(scope, value); - }, initialValue); - }, - /** - * Traditional reduce function, similar to `Array.reduce()`, that allows input to - * contain promises and/or values. - * - * @param {Mixed[]/Ext.promise.Promise[]/Ext.promise.Promise} values An - * Array of values or Promises, or a Promise of an Array of values or Promises. - * @param {Function} reduceFn A Function to call to transform each successive - * item in the Array into the final reduced value. - * @param {Mixed} initialValue An initial Promise or value. - * @return {Ext.promise.Promise} A Promise of the reduced value. - * @static - */ - reduce: function(values, reduceFn, initialValue) { - if (!(Ext.isArray(values) || ExtPromise.is(values))) { - Ext.raise('Invalid parameter: expected an Array or Promise of an Array.'); - } - if (!Ext.isFunction(reduceFn)) { - Ext.raise('Invalid parameter: expected a function.'); - } - var initialValueSpecified = arguments.length === 3; - return Deferred.resolved(values).then(function(promisesOrValues) { - var reduceArguments = [ - promisesOrValues, - function(previousValueOrPromise, currentValueOrPromise, currentIndex) { - return Deferred.resolved(previousValueOrPromise).then(function(previousValue) { - return Deferred.resolved(currentValueOrPromise).then(function(currentValue) { - return reduceFn(previousValue, currentValue, currentIndex, promisesOrValues); - }); - }); - } - ]; - if (initialValueSpecified) { - reduceArguments.push(initialValue); - } - return Ext.Array.reduce.apply(Ext.Array, reduceArguments); - }); - }, - /** - * Convenience method that returns a new Promise rejected with the specified - * reason. - * - * @param {Error} reason Rejection reason. - * @return {Ext.promise.Promise} The rejected Promise. - * @static - */ - rejected: function(reason) { - var deferred = new Ext.Deferred(); - deferred.reject(reason); - return deferred.promise; - }, - /** - * Returns a new Promise that either - * - * * Resolves immediately for the specified value, or - * * Resolves or rejects when the specified promise (or third-party Promise or - * then()-able) is resolved or rejected. - * - * @param {Mixed} promiseOrValue A Promise (or third-party Promise or then()-able) - * or value. - * @return {Ext.promise.Promise} A Promise of the specified Promise or value. - * @static - */ - resolved: function(value) { - var deferred = new Ext.Deferred(); - deferred.resolve(value); - return deferred.promise; - }, - /** - * Execute an Array (or {@link Ext.promise.Promise Promise} of an Array) of - * functions sequentially. - * - * The specified functions may optionally return their results as {@link - * Ext.promise.Promise Promises}. - * - * @param {Function[]/Ext.promise.Promise} fns The Array (or Promise of an Array) - * of functions to execute. - * @param {Object} scope Optional scope in which to execute the specified functions. - * @return {Ext.promise.Promise} Promise of an Array of results for each function - * call (in the same order). - * @static - */ - sequence: function(fns, scope) { - if (scope == null) { - scope = null; - } - var args = Ext.Array.slice(arguments, 2); - return Deferred.reduce(fns, function(results, fn) { - if (!Ext.isFunction(fn)) { - throw new Error('Invalid parameter: expected a function.'); - } - return Deferred.resolved(fn.apply(scope, args)).then(function(result) { - results.push(result); - return results; - }); - }, []); - }, - /** - * Initiates a competitive race, returning a new Promise that will resolve when - * `howMany` of the specified `promisesOrValues` have resolved, or will reject - * when it becomes impossible for `howMany` to resolve. - * - * The resolution value will be an Array of the first `howMany` values of - * `promisesOrValues` to resolve. - * - * @param {Mixed[]/Ext.promise.Promise[]/Ext.promise.Promise} promisesOrValues An - * Array of values or Promises, or a Promise of an Array of values or Promises. - * @param {Number} howMany The expected number of resolved values. - * @return {Ext.promise.Promise} A Promise of the expected number of resolved - * values. - * @static - */ - some: function(promisesOrValues, howMany) { - if (!(Ext.isArray(promisesOrValues) || ExtPromise.is(promisesOrValues))) { - Ext.raise('Invalid parameter: expected an Array or Promise of an Array.'); - } - if (!Ext.isNumeric(howMany) || howMany <= 0) { - Ext.raise('Invalid parameter: expected a positive integer.'); - } - return Deferred.resolved(promisesOrValues).then(function(promisesOrValues) { - var deferred, index, onReject, onResolve, promiseOrValue, remainingToReject, remainingToResolve, values, i, len; - values = []; - remainingToResolve = howMany; - remainingToReject = (promisesOrValues.length - remainingToResolve) + 1; - deferred = new Deferred(); - if (promisesOrValues.length < howMany) { - deferred.reject(new Error('Too few Promises were resolved.')); - } else { - onResolve = function(value) { - if (remainingToResolve > 0) { - values.push(value); - } - remainingToResolve--; - if (remainingToResolve === 0) { - deferred.resolve(values); - } - return value; - }; - onReject = function(reason) { - remainingToReject--; - if (remainingToReject === 0) { - deferred.reject(new Error('Too few Promises were resolved.')); - } - return reason; - }; - for (index = i = 0 , len = promisesOrValues.length; i < len; index = ++i) { - promiseOrValue = promisesOrValues[index]; - if (index in promisesOrValues) { - Deferred.resolved(promiseOrValue).then(onResolve, onReject); - } - } - } - return deferred.promise; - }); - }, - /** - * Returns a new Promise that will automatically reject after the specified - * timeout (in milliseconds) if the specified promise has not resolved or - * rejected. - * - * @param {Mixed} promiseOrValue A Promise or value. - * @param {Number} milliseconds A timeout duration (in milliseconds). - * @return {Ext.promise.Promise} A Promise of the specified Promise or value that - * enforces the specified timeout. - * @static - */ - timeout: function(promiseOrValue, milliseconds) { - var deferred = new Deferred(), - timeoutId; - timeoutId = setTimeout(function() { - if (timeoutId) { - deferred.reject(new Error('Promise timed out.')); - } - }, milliseconds); - Deferred.resolved(promiseOrValue).then(function(value) { - clearTimeout(timeoutId); - timeoutId = null; - deferred.resolve(value); - }, function(reason) { - clearTimeout(timeoutId); - timeoutId = null; - deferred.reject(reason); - }); - return deferred.promise; - } - } - }; -}, function(Deferred) { - Deferred._ready(); -}); - -// @define Ext.Factory -/** - * @class Ext.Factory - * Manages factories for families of classes (classes with a common `alias` prefix). The - * factory for a class family is a function stored as a `static` on `Ext.Factory`. These - * are created either by directly calling `Ext.Factory.define` or by using the - * `Ext.mixin.Factoryable` interface. - * - * To illustrate, consider the layout system's use of aliases. The `hbox` layout maps to - * the `"layout.hbox"` alias that one typically provides via the `layout` config on a - * Container. - * - * Under the covers this maps to a call like this: - * - * Ext.Factory.layout('hbox'); - * - * Or possibly: - * - * Ext.Factory.layout({ - * type: 'hbox' - * }); - * - * The value of the `layout` config is passed to the `Ext.Factory.layout` function. The - * exact signature of a factory method matches `{@link Ext.Factory#create}`. - * - * To define this factory directly, one could call `Ext.Factory.define` like so: - * - * Ext.Factory.define('layout', 'auto'); // "layout.auto" is the default type - * - * @since 5.0.0 - */ -Ext.Factory = function(type) { - var me = this; - me.aliasPrefix = type + '.'; - me.cache = {}; - me.name = type.replace(me.fixNameRe, me.fixNameFn); - me.type = type; -}; -Ext.Factory.prototype = { - /** - * @cfg {String} [aliasPrefix] - * The prefix to apply to `type` values to form a complete alias. This defaults to the - * proper value in most all cases and should not need to be specified. - * - * @since 5.0.0 - */ - /** - * @cfg {String} [defaultProperty="type"] - * The config property to set when the factory is given a config that is a string. - * - * @since 5.0.0 - */ - defaultProperty: 'type', - /** - * @cfg {String} [defaultType=null] - * An optional type to use if none is given to the factory at invocation. This is a - * suffix added to the `aliasPrefix`. For example, if `aliasPrefix="layout."` and - * `defaultType="hbox"` the default alias is `"layout.hbox"`. This is an alternative - * to `xclass` so only one should be provided. - * - * @since 5.0.0 - */ - /** - * @cfg {String} [instanceProp="isInstance"] - * The property that identifies an object as instance vs a config. - * - * @since 5.0.0 - */ - instanceProp: 'isInstance', - /** - * @cfg {String} [xclass=null] - * The full classname of the type of instance to create when none is provided to the - * factory. This is an alternative to `defaultType` so only one should be specified. - * - * @since 5.0.0 - */ - /** - * @property {Ext.Class} [defaultClass=null] - * The Class reference of the type of instance to create when none is provided to the - * factory. This property is set from `xclass` when the factory instance is created. - * @private - * @readonly - * - * @since 5.0.0 - */ - /** - * Creates an instance of this class family given configuration options. - * - * @param {Object/String} [config] The configuration or instance (if an Object) or - * just the type (if a String) describing the instance to create. - * @param {String} [config.xclass] The full class name of the class to create. - * @param {String} [config.type] The type string to add to the alias prefix for this - * factory. - * @param {String} [defaultType] The type to create if no type is contained in the - * `config`. - * @return {Object} The newly created instance. - * - * @since 5.0.0 - */ - create: function(config, defaultType) { - var me = this, - Manager = Ext.ClassManager, - cache = me.cache, - alias, className, klass, suffix; - if (config) { - if (config[me.instanceProp]) { - return config; - } - if (typeof config === 'string') { - suffix = config; - config = {}; - config[me.defaultProperty] = suffix; - } - className = config.xclass; - suffix = config.type; - } - if (className) { - if (!(klass = Manager.get(className))) { - return Manager.instantiate(className, config); - } - } else { - if (!(suffix = suffix || defaultType || me.defaultType)) { - klass = me.defaultClass; - } - if (!suffix && !klass) { - Ext.raise('No type specified for ' + me.type + '.create'); - } - if (!klass && !(klass = cache[suffix])) { - alias = me.aliasPrefix + suffix; - className = Manager.getNameByAlias(alias); - // this is needed to support demand loading of the class - if (!(klass = className && Manager.get(className))) { - return Manager.instantiateByAlias(alias, config); - } - cache[suffix] = klass; - } - } - return klass.isInstance ? klass : new klass(config); - }, - fixNameRe: /\.[a-z]/ig, - fixNameFn: function(match) { - return match.substring(1).toUpperCase(); - }, - clearCache: function() { - this.cache = {}; - } -}; -/** - * For example, the layout alias family could be defined like this: - * - * Ext.Factory.define('layout', { - * defaultType: 'auto' - * }); - * - * To define multiple families at once: - * - * Ext.Factory.define({ - * layout: { - * defaultType: 'auto' - * } - * }); - * - * @param {String} type The alias prefix for type (e.g., "layout."). - * @param {Object/String} [config] An object specifying the config for the `Ext.Factory` - * to be created. If a string is passed it is treated as the `defaultType`. - * @return {Function} - * @static - * @since 5.0.0 - */ -Ext.Factory.define = function(type, config) { - var Factory = Ext.Factory, - defaultClass, factory, fn; - if (type.constructor === Object) { - Ext.Object.each(type, Factory.define, Factory); - } else { - factory = new Ext.Factory(type); - if (config) { - if (config.constructor === Object) { - Ext.apply(factory, config); - if (typeof (defaultClass = factory.xclass) === 'string') { - factory.defaultClass = Ext.ClassManager.get(defaultClass); - } - } else { - factory.defaultType = config; - } - } - Factory[factory.name] = fn = factory.create.bind(factory); - fn.instance = factory; - } - return fn; -}; -/** - * This mixin automates use of `Ext.Factory`. When mixed in to a class, the `alias` of the - * class is retrieved and combined with an optional `factoryConfig` property on that class - * to produce the configuration to pass to `Ext.Factory`. - * - * The factory method created by `Ext.Factory` is also added as a static method to the - * target class. - * - * Given a class declared like so: - * - * Ext.define('App.bar.Thing', { - * mixins: [ - * 'Ext.mixin.Factoryable' - * ], - * - * alias: 'bar.thing', // this is detected by Factoryable - * - * factoryConfig: { - * defaultType: 'thing', // this is the default deduced from the alias - * // other configs - * }, - * - * ... - * }); - * - * The produced factory function can be used to create instances using the following - * forms: - * - * var obj; - * - * obj = App.bar.Thing.create('thing'); // same as "new App.bar.Thing()" - * - * obj = App.bar.Thing.create({ - * type: 'thing' // same as above - * }); - * - * obj = App.bar.Thing.create({ - * xclass: 'App.bar.Thing' // same as above - * }); - * - * var obj2 = App.bar.Thing.create(obj); - * // obj === obj2 (passing an instance returns the instance) - * - * Alternatively the produced factory is available as a static method of `Ext.Factory`. - * - * @since 5.0.0 - */ -Ext.define('Ext.mixin.Factoryable', { - mixinId: 'factoryable', - onClassMixedIn: function(targetClass) { - var proto = targetClass.prototype, - factoryConfig = proto.factoryConfig, - alias = proto.alias, - config = {}, - dot, createFn; - alias = alias && alias.length && alias[0]; - if (alias && (dot = alias.lastIndexOf('.')) > 0) { - config.type = alias.substring(0, dot); - config.defaultType = alias.substring(dot + 1); - } - if (factoryConfig) { - delete proto.factoryConfig; - Ext.apply(config, factoryConfig); - } - createFn = Ext.Factory.define(config.type, config); - if (targetClass.create === Ext.Base.create) { - // allow targetClass to override the create method - targetClass.create = createFn; - } - } -}); -/** - * @property {Object} [factoryConfig] - * If this property is specified by the target class of this mixin its properties are - * used to configure the created `Ext.Factory`. - */ - -/** - * This class manages a pending Ajax request. Instances of this type are created by the - * `{@link Ext.data.Connection#request}` method. - * @since 6.0.0 - */ -Ext.define('Ext.data.request.Base', { - requires: [ - 'Ext.Deferred' - ], - mixins: [ - 'Ext.mixin.Factoryable' - ], - // Since this class is abstract, we don't have an alias of our own for Factoryable - // to use. - factoryConfig: { - type: 'request', - defaultType: 'ajax' - }, - // this is the default deduced from the alias - result: null, - success: null, - timer: null, - constructor: function(config) { - var me = this; - // ownerConfig contains default values for config options - // applicable to every Request spawned by that owner; - // however the values can be overridden in the options - // object passed to owner's request() method. - Ext.apply(me, config.options || {}, config.ownerConfig); - me.id = ++Ext.data.Connection.requestId; - me.owner = config.owner; - me.options = config.options; - me.requestOptions = config.requestOptions; - }, - /** - * Start the request. - */ - start: function() { - var me = this, - timeout = me.getTimeout(); - if (timeout && me.async) { - me.timer = Ext.defer(me.onTimeout, timeout, me); - } - }, - abort: function() { - var me = this; - me.clearTimer(); - if (!me.timedout) { - me.aborted = true; - } - me.abort = Ext.emptyFn; - }, - createDeferred: function() { - return (this.deferred = new Ext.Deferred()); - }, - // deliberate assignment - getDeferred: function() { - return this.deferred || this.createDeferred(); - }, - getPromise: function() { - return this.getDeferred().promise; - }, - then: function() { - var promise = this.getPromise(); - return promise.then.apply(promise, arguments); - }, - /** - * @method isLoading - * Determines whether this request is in progress. - * - * @return {Boolean} `true` if this request is in progress, `false` if complete. - */ - onComplete: function() { - var me = this, - deferred = me.deferred, - result = me.result; - me.clearTimer(); - if (deferred) { - if (me.success) { - deferred.resolve(result); - } else { - deferred.reject(result); - } - } - }, - onTimeout: function() { - var me = this; - me.timedout = true; - me.timer = null; - me.abort(true); - }, - getTimeout: function() { - return this.timeout; - }, - clearTimer: function() { - var timer = this.timer; - if (timer) { - clearTimeout(timer); - this.timer = null; - } - }, - destroy: function() { - var me = this; - me.abort(); - me.owner = me.options = me.requestOptions = me.result = null; - me.callParent(); - }, - privates: { - /** - * Creates the exception object - * @param {Object} request - * @private - */ - createException: function() { - var me = this, - result; - result = { - request: me, - requestId: me.id, - status: me.aborted ? -1 : 0, - statusText: me.aborted ? 'transaction aborted' : 'communication failure', - getResponseHeader: me._getHeader, - getAllResponseHeaders: me._getHeaders - }; - if (me.aborted) { - result.aborted = true; - } - if (me.timedout) { - result.timedout = true; - } - return result; - }, - _getHeader: function(name) { - var headers = this.headers; - return headers && headers[name.toLowerCase()]; - }, - _getHeaders: function() { - return this.headers; - } - } -}); - -/** - * - * Simulates an XMLHttpRequest object's methods and properties as returned - * form the flash polyfill plugin. Used in submitting binary data in browsers that do - * not support doing so from JavaScript. - * NOTE: By default this will look for the flash object in the ext directory. When packaging and deploying the app, copy the ext/plugins directory and its contents to your root directory. For custom deployments where just the FlashPlugin.swf file gets copied (e.g. to /resources/FlashPlugin.swf), make sure to notify the framework of the location of the plugin before making the first attempt to post binary data, e.g. in the launch method of your app do: - *
    
    -Ext.flashPluginPath="/resources/FlashPlugin.swf";
    - 
    - * - * @private - */ -Ext.define('Ext.data.flash.BinaryXhr', { - statics: { - /** - * Called by the flash plugin once it's installed and open for business. - * @private - */ - flashPluginActivated: function() { - Ext.data.flash.BinaryXhr.flashPluginActive = true; - Ext.data.flash.BinaryXhr.flashPlugin = document.getElementById("ext-flash-polyfill"); - Ext.GlobalEvents.fireEvent("flashready"); - }, - // let all pending connections know - /** - * Set to trut once the plugin registers and is active. - * @private - */ - flashPluginActive: false, - /** - * Flag to avoid installing the plugin twice. - * @private - */ - flashPluginInjected: false, - /** - * Counts IDs for new connections. - * @private - */ - connectionIndex: 1, - /** - * Plcaeholder for active connections. - * @private - */ - liveConnections: {}, - /** - * Reference to the actual plugin, once activated. - * @private - */ - flashPlugin: null, - /** - * Called by the flash plugin once the state of one of the active connections changes. - * @param {Number/number} javascriptId the ID of the connection. - * @param {number} state the state of the connection. Equivalent to readyState numbers in XHR. - * @param {Object} data optional object containing the returned data, error and status codes. - * @private - */ - onFlashStateChange: function(javascriptId, state, data) { - var connection; - // Identify the request this is for - connection = this.liveConnections[Number(javascriptId)]; - // Make sure its a native number - if (connection) { - connection.onFlashStateChange(state, data); - } else { - Ext.warn.log("onFlashStateChange for unknown connection ID: " + javascriptId); - } - }, - /** - * Adds the BinaryXhr object to the tracked connection list and assigns it an ID - * @param {Ext.data.flash.BinaryXhr} conn the connection to register - * @return {Number} id - * @private - */ - registerConnection: function(conn) { - var i = this.connectionIndex; - this.conectionIndex = this.connectionIndex + 1; - this.liveConnections[i] = conn; - return i; - }, - /** - * Injects the flash polyfill plugin to allow posting binary data. - * This is done in two steps: First we load the javascript loader for flash objects, then we call it to inject the flash object. - * @private - */ - injectFlashPlugin: function() { - var me = this, - flashLoaderPath, flashObjectPath; - // Generate the following HTML set of tags: - // + '
    ' - me.flashPolyfillEl = Ext.getBody().appendChild({ - id: 'ext-flash-polyfill', - cn: [ - { - tag: 'p', - html: 'To view this page ensure that Adobe Flash Player version 11.1.0 or greater is installed.' - }, - { - tag: 'a', - href: 'http://www.adobe.com/go/getflashplayer', - cn: [ - { - tag: 'img', - src: window.location.protocol + '//www.adobe.com/images/shared/download_buttons/get_flash_player.gif', - alt: 'Get Adobe Flash player' - } - ] - } - ] - }); - // Now load the flash-loading script - flashLoaderPath = [ - Ext.Loader.getPath('Ext.data.Connection'), - '../../../plugins/flash/swfobject.js' - ].join('/'); - flashObjectPath = "/plugins/flash/FlashPlugin.swf"; - flashObjectPath = [ - Ext.Loader.getPath('Ext.data.Connection'), - '../../plugins/flash/FlashPlugin.swf' - ].join('/'); - if (Ext.flashPluginPath) { - flashObjectPath = Ext.flashPluginPath; - } - //console.log('LOADING Flash plugin from: ' + flashObjectPath); - Ext.Loader.loadScript({ - url: flashLoaderPath, - onLoad: function() { - // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. - var swfVersionStr = "11.4.0"; - // To use express install, set to playerProductInstall.swf, otherwise the empty string. - var xiSwfUrlStr = "playerProductInstall.swf"; - var flashvars = {}; - var params = {}; - params.quality = "high"; - params.bgcolor = "#ffffff"; - params.allowscriptaccess = "sameDomain"; - params.allowfullscreen = "true"; - var attributes = {}; - attributes.id = "ext-flash-polyfill"; - attributes.name = "polyfill"; - attributes.align = "middle"; - swfobject.embedSWF(flashObjectPath, "ext-flash-polyfill", "0", "0", // no size so it's not visible. - swfVersionStr, xiSwfUrlStr, flashvars, params, attributes); - }, - onError: function() { - Ext.raise("Could not load flash-loader file swfobject.js from " + flashLoader); - }, - scope: me - }); - Ext.data.flash.BinaryXhr.flashPluginInjected = true; - } - }, - /** - * @property {number} readyState The connection's simulated readyState. Note that the only supported values are 0, 1 and 4. States 2 and 3 will never be reported. - */ - readyState: 0, - /** - * @property {number} status Connection status code returned by flash or the server. - */ - status: 0, - /** - * Status text (if any) returned by flash or the server. - */ - statusText: "", - /** - * @property {Array} responseBytes The binary bytes returned. - */ - responseBytes: null, - /** - * An ID representing this connection with flash. - * @private - */ - javascriptId: null, - /** - * Creates a new instance of BinaryXhr. - */ - constructor: function(config) { - // first, make sure flash is loading if needed - if (!Ext.data.flash.BinaryXhr.flashPluginInjected) { - Ext.data.flash.BinaryXhr.injectFlashPlugin(); - } - var me = this; - Ext.apply(me, config); - me.requestHeaders = {}; - }, - /** - * Abort this connection. Sets its readyState to 4. - */ - abort: function() { - var me = this; - // if complete, nothing to abort - if (me.readyState == 4) { - Ext.warn.log("Aborting a connection that's completed its transfer: " + this.url); - return; - } - // Mark as aborted - me.aborted = true; - // Remove ourselves from the listeners if flash isn't active yet - if (!Ext.data.flash.BinaryXhr.flashPluginActive) { - Ext.GlobalEvents.removeListener("flashready", me.onFlashReady, me); - return; - } - // Flash is already live, so we should have a javascriptID and should have called flash to get the request going. Cancel: - Ext.data.flash.BinaryXhr.flashPlugin.abortRequest(me.javascriptId); - // remove from list - delete Ext.data.flash.BinaryXhr.liveConnections[me.javascriptId]; - }, - /** - * As in XMLHttpRequest. - */ - getAllResponseHeaders: function() { - var headers = []; - Ext.Object.each(this.responseHeaders, function(name, value) { - headers.push(name + ': ' + value); - }); - return headers.join('\r\n'); - }, - /** - * As in XMLHttpRequest. - */ - getResponseHeader: function(header) { - var headers = this.responseHeaders; - return (headers && headers[header]) || null; - }, - /** - * As in XMLHttpRequest. - */ - open: function(method, url, async, user, password) { - var me = this; - me.method = method; - me.url = url; - me.async = async !== false; - me.user = user; - me.password = password; - if (!me.async) { - Ext.raise("Binary posts are only supported in async mode: " + url); - } - if (me.method != "POST") { - Ext.log.warn("Binary data can only be sent as a POST request: " + url); - } - }, - /** - * As in XMLHttpRequest. - */ - overrideMimeType: function(mimeType) { - this.mimeType = mimeType; - }, - /** - * Initiate the request. - * @param {Array} body an array of byte values to send. - */ - send: function(body) { - var me = this; - me.body = body; - if (!Ext.data.flash.BinaryXhr.flashPluginActive) { - Ext.GlobalEvents.addListener("flashready", me.onFlashReady, me); - } else { - this.onFlashReady(); - } - }, - /** - * Called by send, or once flash is loaded, to actually send the bytes. - * @private - */ - onFlashReady: function() { - var me = this, - req, status; - me.javascriptId = Ext.data.flash.BinaryXhr.registerConnection(me); - // Create the request object we're sending to flash - req = { - method: me.method, - // ignored since we always POST binary data - url: me.url, - user: me.user, - password: me.password, - mimeType: me.mimeType, - requestHeaders: me.requestHeaders, - body: me.body, - javascriptId: me.javascriptId - }; - status = Ext.data.flash.BinaryXhr.flashPlugin.postBinary(req); - }, - /** - * Updates readyState and notifies listeners. - * @private - */ - setReadyState: function(state) { - var me = this; - if (me.readyState != state) { - me.readyState = state; - me.onreadystatechange(); - } - }, - /** - * As in XMLHttpRequest. - */ - setRequestHeader: function(header, value) { - this.requestHeaders[header] = value; - }, - /** - * As in XMLHttpRequest. - */ - onreadystatechange: Ext.emptyFn, - /** - * Parses data returned from flash once a connection is done. - * @param {Object} data the data object send from Flash. - * @private - */ - parseData: function(data) { - var me = this; - // parse data and set up variables so that listeners can use this XHR - this.status = data.status || 0; - // we get back no response headers, so fake what we know: - me.responseHeaders = {}; - if (me.mimeType) { - me.responseHeaders["content-type"] = me.mimeType; - } - if (data.reason == "complete") { - // Transfer complete and data received - this.responseBytes = data.data; - me.responseHeaders["content-length"] = data.data.length; - } else if (data.reason == "error" || data.reason == "securityError") { - this.statusText = data.text; - me.responseHeaders["content-length"] = 0; - } else // we don't get the error response data - { - Ext.raise("Unkown reason code in data: " + data.reason); - } - }, - /** - * Called once flash calls back with updates about the connection - * @param {Number} state the readyState of the connection. - * @param {Object} data optional data object. - * @private - */ - onFlashStateChange: function(state, data) { - var me = this; - if (state == 4) { - // parse data and prepare for handing back to initiator - me.parseData(data); - // remove from list - delete Ext.data.flash.BinaryXhr.liveConnections[me.javascriptId]; - } - me.setReadyState(state); - } -}); -// notify all listeners - -/** - * This class manages a pending Ajax request. Instances of this type are created by the - * `{@link Ext.data.Connection#request}` method. - * @since 6.0.0 - */ -Ext.define('Ext.data.request.Ajax', { - extend: 'Ext.data.request.Base', - alias: 'request.ajax', - requires: [ - 'Ext.data.flash.BinaryXhr' - ], - statics: { - /** - * Checks if the response status was successful - * @param {Number} status The status code - * @return {Object} An object containing success/status state - * @private - */ - parseStatus: function(status) { - // see: https://prototype.lighthouseapp.com/projects/8886/tickets/129-ie-mangles-http-response-status-code-204-to-1223 - status = status == 1223 ? 204 : status; - var success = (status >= 200 && status < 300) || status == 304, - isException = false; - if (!success) { - switch (status) { - case 12002: - case 12029: - case 12030: - case 12031: - case 12152: - case 13030: - isException = true; - break; - } - } - return { - success: success, - isException: isException - }; - } - }, - start: function(data) { - var me = this, - options = me.options, - requestOptions = me.requestOptions, - isXdr = me.isXdr, - xhr, headers; - xhr = me.xhr = me.openRequest(options, requestOptions, me.async, me.username, me.password); - // XDR doesn't support setting any headers - if (!isXdr) { - headers = me.setupHeaders(xhr, options, requestOptions.data, requestOptions.params); - } - if (me.async) { - if (!isXdr) { - xhr.onreadystatechange = Ext.Function.bind(me.onStateChange, me); - } - } - if (isXdr) { - me.processXdrRequest(me, xhr); - } - // Parent will set the timeout if needed - me.callParent([ - data - ]); - // start the request! - xhr.send(data); - if (!me.async) { - return me.onComplete(); - } - return me; - }, - /** - * Aborts an active request. - */ - abort: function(force) { - var me = this, - xhr = me.xhr; - if (force || me.isLoading()) { - /* - * Clear out the onreadystatechange here, this allows us - * greater control, the browser may/may not fire the function - * depending on a series of conditions. - */ - try { - xhr.onreadystatechange = null; - } catch (e) { - // Setting onreadystatechange to null can cause problems in IE, see - // http://www.quirksmode.org/blog/archives/2005/09/xmlhttp_notes_a_1.html - xhr.onreadystatechange = Ext.emptyFn; - } - xhr.abort(); - me.callParent([ - force - ]); - me.onComplete(); - me.cleanup(); - } - }, - /** - * Cleans up any left over information from the request - */ - cleanup: function() { - this.xhr = null; - delete this.xhr; - }, - isLoading: function() { - var me = this, - xhr = me.xhr, - state = xhr && xhr.readyState, - C = Ext.data.flash && Ext.data.flash.BinaryXhr; - if (!xhr || me.aborted || me.timedout) { - return false; - } - // if there is a connection and readyState is not 0 or 4, or in case of - // BinaryXHR, not 4 - if (C && xhr instanceof C) { - return state !== 4; - } - return state !== 0 && state !== 4; - }, - /** - * Creates and opens an appropriate XHR transport for a given request on this browser. - * This logic is contained in an individual method to allow for overrides to process all - * of the parameters and options and return a suitable, open connection. - * @private - */ - openRequest: function(options, requestOptions, async, username, password) { - var me = this, - xhr = me.newRequest(options); - if (username) { - xhr.open(requestOptions.method, requestOptions.url, async, username, password); - } else { - if (me.isXdr) { - xhr.open(requestOptions.method, requestOptions.url); - } else { - xhr.open(requestOptions.method, requestOptions.url, async); - } - } - if (options.binary || me.binary) { - if (window.Uint8Array) { - xhr.responseType = 'arraybuffer'; - } else if (xhr.overrideMimeType) { - // In some older non-IE browsers, e.g. ff 3.6, that do not - // support Uint8Array, a mime type override is required so that - // the unprocessed binary data can be read from the responseText - // (see createResponse()) - xhr.overrideMimeType('text/plain; charset=x-user-defined'); - } else if (!Ext.isIE) { - Ext.log.warn("Your browser does not support loading binary data using Ajax."); - } - } - if (options.withCredentials || me.withCredentials) { - xhr.withCredentials = true; - } - return xhr; - }, - /** - * Creates the appropriate XHR transport for a given request on this browser. On IE - * this may be an `XDomainRequest` rather than an `XMLHttpRequest`. - * @private - */ - newRequest: function(options) { - var me = this, - xhr; - if (options.binaryData) { - // This is a binary data request. Handle submission differently for differnet browsers - if (window.Uint8Array) { - // On browsers that support this, use the native XHR object - xhr = me.getXhrInstance(); - } else { - // catch all for all other browser types - xhr = new Ext.data.flash.BinaryXhr(); - } - } else if (me.cors && Ext.isIE9m) { - xhr = me.getXdrInstance(); - me.isXdr = true; - } else { - xhr = me.getXhrInstance(); - me.isXdr = false; - } - return xhr; - }, - /** - * Setup all the headers for the request - * @private - * @param {Object} xhr The xhr object - * @param {Object} options The options for the request - * @param {Object} data The data for the request - * @param {Object} params The params for the request - */ - setupHeaders: function(xhr, options, data, params) { - var me = this, - headers = Ext.apply({}, options.headers || {}, me.defaultHeaders), - contentType = me.defaultPostHeader, - jsonData = options.jsonData, - xmlData = options.xmlData, - type = 'Content-Type', - useHeader = me.useDefaultXhrHeader, - key, header; - if (!headers.hasOwnProperty(type) && (data || params)) { - if (data) { - if (options.rawData) { - contentType = 'text/plain'; - } else { - if (xmlData && Ext.isDefined(xmlData)) { - contentType = 'text/xml'; - } else if (jsonData && Ext.isDefined(jsonData)) { - contentType = 'application/json'; - } - } - } - headers[type] = contentType; - } - if (useHeader && !headers['X-Requested-With']) { - headers['X-Requested-With'] = me.defaultXhrHeader; - } - // If undefined/null, remove it and don't set the header. - // Allow the browser to do so. - if (headers[type] === undefined || headers[type] === null) { - delete headers[type]; - } - // set up all the request headers on the xhr object - try { - for (key in headers) { - if (headers.hasOwnProperty(key)) { - header = headers[key]; - xhr.setRequestHeader(key, header); - } - } - } catch (e) { - // TODO Request shouldn't fire events from its owner - me.owner.fireEvent('exception', key, header); - } - return headers; - }, - /** - * Creates the appropriate XDR transport for this browser. - * - IE 7 and below don't support CORS - * - IE 8 and 9 support CORS with native XDomainRequest object - * - IE 10 (and above?) supports CORS with native XMLHttpRequest object - * @private - */ - getXdrInstance: function() { - var xdr; - if (Ext.ieVersion >= 8) { - xdr = new XDomainRequest(); - } else { - Ext.raise({ - msg: 'Your browser does not support CORS' - }); - } - return xdr; - }, - /** - * Creates the appropriate XHR transport for this browser. - * @private - */ - getXhrInstance: (function() { - var options = [ - function() { - return new XMLHttpRequest(); - }, - function() { - return new ActiveXObject('MSXML2.XMLHTTP.3.0'); - }, - // jshint ignore:line - function() { - return new ActiveXObject('MSXML2.XMLHTTP'); - }, - // jshint ignore:line - function() { - return new ActiveXObject('Microsoft.XMLHTTP'); - } - ], - // jshint ignore:line - i = 0, - len = options.length, - xhr; - for (; i < len; ++i) { - try { - xhr = options[i]; - xhr(); - break; - } catch (e) {} - } - return xhr; - }()), - processXdrRequest: function(request, xhr) { - var me = this; - // Mutate the request object as per XDR spec. - delete request.headers; - request.contentType = request.options.contentType || me.defaultXdrContentType; - xhr.onload = Ext.Function.bind(me.onStateChange, me, [ - true - ]); - xhr.onerror = xhr.ontimeout = Ext.Function.bind(me.onStateChange, me, [ - false - ]); - }, - processXdrResponse: function(response, xhr) { - // Mutate the response object as per XDR spec. - response.getAllResponseHeaders = function() { - return []; - }; - response.getResponseHeader = function() { - return ''; - }; - response.contentType = xhr.contentType || this.defaultXdrContentType; - }, - onStateChange: function(xdrResult) { - var me = this, - xhr = me.xhr, - globalEvents = Ext.GlobalEvents; - // Using CORS with IE doesn't support readyState so we fake it. - if ((xhr && xhr.readyState == 4) || me.isXdr) { - me.clearTimer(); - me.onComplete(xdrResult); - me.cleanup(); - if (globalEvents.hasListeners.idle) { - globalEvents.fireEvent('idle'); - } - } - }, - /** - * To be called when the request has come back from the server - * @param {Object} request - * @return {Object} The response - * @private - */ - onComplete: function(xdrResult) { - var me = this, - owner = me.owner, - options = me.options, - xhr = me.xhr, - failure = { - success: false, - isException: false - }, - result, success, response; - if (!xhr || me.destroyed) { - return me.result = failure; - } - try { - result = Ext.data.request.Ajax.parseStatus(xhr.status); - if (result.success) { - // This is quite difficult to reproduce, however if we abort a request - // just before it returns from the server, occasionally the status will be - // returned correctly but the request is still yet to be complete. - result.success = xhr.readyState === 4; - } - } catch (e) { - // In some browsers we can't access the status if the readyState is not 4, - // so the request has failed - result = failure; - } - success = me.success = me.isXdr ? xdrResult : result.success; - if (success) { - response = me.createResponse(xhr); - owner.fireEvent('requestcomplete', owner, response, options); - Ext.callback(options.success, options.scope, [ - response, - options - ]); - } else { - if (result.isException || me.aborted || me.timedout) { - response = me.createException(xhr); - } else { - response = me.createResponse(xhr); - } - owner.fireEvent('requestexception', owner, response, options); - Ext.callback(options.failure, options.scope, [ - response, - options - ]); - } - me.result = response; - Ext.callback(options.callback, options.scope, [ - options, - success, - response - ]); - owner.onRequestComplete(me); - me.callParent([ - xdrResult - ]); - return response; - }, - /** - * Creates the response object - * @param {Object} request - * @private - */ - createResponse: function(xhr) { - var me = this, - isXdr = me.isXdr, - headers = {}, - lines = isXdr ? [] : xhr.getAllResponseHeaders().replace(/\r\n/g, '\n').split('\n'), - count = lines.length, - line, index, key, response, byteArray; - while (count--) { - line = lines[count]; - index = line.indexOf(':'); - if (index >= 0) { - key = line.substr(0, index).toLowerCase(); - if (line.charAt(index + 1) == ' ') { - ++index; - } - headers[key] = line.substr(index + 1); - } - } - response = { - request: me, - requestId: me.id, - status: xhr.status, - statusText: xhr.statusText, - getResponseHeader: function(header) { - return headers[header.toLowerCase()]; - }, - getAllResponseHeaders: function() { - return headers; - } - }; - if (isXdr) { - me.processXdrResponse(response, xhr); - } - if (me.binary) { - response.responseBytes = me.getByteArray(xhr); - } else { - // an error is thrown when trying to access responseText or responseXML - // on an xhr object with responseType of 'arraybuffer', so only attempt - // to set these properties in the response if we're not dealing with - // binary data - response.responseText = xhr.responseText; - response.responseXML = xhr.responseXML; - } - return response; - }, - destroy: function() { - this.xhr = null; - this.callParent(); - }, - privates: { - /** - * Gets binary data from the xhr response object and returns it as a byte array - * @param {Object} xhr the xhr response object - * @return {Uint8Array/Array} - * @private - */ - getByteArray: function(xhr) { - var response = xhr.response, - responseBody = xhr.responseBody, - Cls = Ext.data.flash && Ext.data.flash.BinaryXhr, - byteArray, responseText, len, i; - if (xhr instanceof Cls) { - // If this was a BinaryXHR request via flash, we already have the bytes ready - byteArray = xhr.responseBytes; - } else if (window.Uint8Array) { - // Modern browsers (including IE10) have a native byte array - // which can be created by passing the ArrayBuffer (returned as - // the xhr.response property) to the Uint8Array constructor. - byteArray = response ? new Uint8Array(response) : []; - } else if (Ext.isIE9p) { - // In IE9 and below the responseBody property contains a byte array - // but it is not directly accessible using javascript. - // In IE9p we can get the bytes by constructing a VBArray - // using the responseBody and then converting it to an Array. - try { - byteArray = new VBArray(responseBody).toArray(); - } // jshint ignore:line - catch (e) { - // If the binary response is empty, the VBArray constructor will - // choke on the responseBody. We can't simply do a null check - // on responseBody because responseBody is always falsy when it - // contains binary data. - byteArray = []; - } - } else if (Ext.isIE) { - // IE8 and below also have a VBArray constructor, but throw a - // "VBArray Expected" error if you try to pass the responseBody to - // the VBArray constructor. - // http://msdn.microsoft.com/en-us/library/ye3x9by3%28v=vs.71%29.aspx - // so we have to use vbscript injection to access the bytes - if (!this.self.vbScriptInjected) { - this.injectVBScript(); - } - getIEByteArray(xhr.responseBody, byteArray = []); - } else // jshint ignore:line - { - // in other older browsers make a best-effort attempt to read the - // bytes from responseText - byteArray = []; - responseText = xhr.responseText; - len = responseText.length; - for (i = 0; i < len; i++) { - // Some characters have an extra byte 0xF7 in the high order - // position. Throw away the high order byte and then push the - // result onto the byteArray. - byteArray.push(responseText.charCodeAt(i) & 255); - } - } - return byteArray; - }, - /** - * Injects a vbscript tag containing a 'getIEByteArray' method for reading - * binary data from an xhr response in IE8 and below. - * @private - */ - injectVBScript: function() { - var scriptTag = document.createElement('script'); - scriptTag.type = 'text/vbscript'; - scriptTag.text = [ - 'Function getIEByteArray(byteArray, out)', - 'Dim len, i', - 'len = LenB(byteArray)', - 'For i = 1 to len', - 'out.push(AscB(MidB(byteArray, i, 1)))', - 'Next', - 'End Function' - ].join('\n'); - Ext.getHead().dom.appendChild(scriptTag); - this.self.vbScriptInjected = true; - } - } -}); - -/** - * This class manages a pending form submit. Instances of this type are created by the - * `{@link Ext.data.Connection#request}` method. - * @since 6.0.0 - */ -Ext.define('Ext.data.request.Form', { - extend: 'Ext.data.request.Base', - alias: 'request.form', - start: function(data) { - var me = this, - options = me.options, - requestOptions = me.requestOptions; - // Parent will set the timeout - me.callParent([ - data - ]); - me.form = me.upload(options.form, requestOptions.url, requestOptions.data, options); - return me; - }, - abort: function(force) { - var me = this, - frame; - if (me.isLoading()) { - try { - frame = me.frame.dom; - if (frame.stop) { - frame.stop(); - } else { - frame.document.execCommand('Stop'); - } - } catch (e) {} - } - // ignore - me.callParent([ - force - ]); - me.onComplete(); - me.cleanup(); - }, - /* - * Clean up any left over information from the form submission. - */ - cleanup: function() { - var me = this, - frame = me.frame; - if (frame) { - // onComplete hasn't fired yet if frame != null so need to clean up - frame.un('load', me.onComplete, me); - Ext.removeNode(frame); - } - me.frame = me.form = null; - }, - isLoading: function() { - return !!this.frame; - }, - /** - * Uploads a form using a hidden iframe. - * @param {String/HTMLElement/Ext.dom.Element} form The form to upload - * @param {String} url The url to post to - * @param {String} params Any extra parameters to pass - * @param {Object} options The initial options - * @private - */ - upload: function(form, url, params, options) { - form = Ext.getDom(form); - options = options || {}; - var frameDom = document.createElement('iframe'), - frame = Ext.get(frameDom), - id = frame.id, - hiddens = [], - encoding = 'multipart/form-data', - buf = { - target: form.target, - method: form.method, - encoding: form.encoding, - enctype: form.enctype, - action: form.action - }, - addField = function(name, value) { - hiddenItem = document.createElement('input'); - Ext.fly(hiddenItem).set({ - type: 'hidden', - value: value, - name: name - }); - form.appendChild(hiddenItem); - hiddens.push(hiddenItem); - }, - hiddenItem, obj, value, name, vLen, v, hLen, h, request; - /* - * Originally this behaviour was modified for Opera 10 to apply the secure URL after - * the frame had been added to the document. It seems this has since been corrected in - * Opera so the behaviour has been reverted, the URL will be set before being added. - */ - frame.set({ - name: id, - cls: Ext.baseCSSPrefix + 'hidden-display', - src: Ext.SSL_SECURE_URL, - tabIndex: -1 - }); - document.body.appendChild(frameDom); - // This is required so that IE doesn't pop the response up in a new window. - if (document.frames) { - document.frames[id].name = id; - } - Ext.fly(form).set({ - target: id, - method: 'POST', - enctype: encoding, - encoding: encoding, - action: url || buf.action - }); - // add dynamic params - if (params) { - obj = Ext.Object.fromQueryString(params) || {}; - for (name in obj) { - if (obj.hasOwnProperty(name)) { - value = obj[name]; - if (Ext.isArray(value)) { - vLen = value.length; - for (v = 0; v < vLen; v++) { - addField(name, value[v]); - } - } else { - addField(name, value); - } - } - } - } - this.frame = frame; - frame.on({ - load: this.onComplete, - scope: this, - // Opera introduces multiple 'load' events, so account for extras as well - single: !Ext.isOpera - }); - form.submit(); - // Restore form to previous settings - Ext.fly(form).set(buf); - for (hLen = hiddens.length , h = 0; h < hLen; h++) { - Ext.removeNode(hiddens[h]); - } - return form; - }, - getDoc: function() { - var frame = this.frame.dom; - return (frame && (frame.contentWindow.document || frame.contentDocument)) || (window.frames[frame.id] || {}).document; - }, - getTimeout: function() { - // For a form post, since it can include large file uploads, we do not use the - // default timeout from the owner. Only explicit timeouts passed in the options - // are meaningful here. - return this.options.timeout; - }, - /** - * Callback handler for the upload function. After we've submitted the form via the - * iframe this creates a bogus response object to simulate an XHR and populates its - * responseText from the now-loaded iframe's document body (or a textarea inside the - * body). We then clean up by removing the iframe. - * @private - */ - onComplete: function() { - var me = this, - frame = me.frame, - owner = me.owner, - options = me.options, - callback, doc, success, contentNode, response; - // Nulled out frame means onComplete was fired already - if (!frame) { - return; - } - if (me.aborted || me.timedout) { - me.result = response = me.createException(); - response.responseXML = null; - response.responseText = '{success:false,message:"' + Ext.String.trim(response.statusText) + '"}'; - callback = options.failure; - success = false; - } else { - try { - doc = me.getDoc(); - // bogus response object - me.result = response = { - responseText: '', - responseXML: null - }; - // Opera will fire an extraneous load event on about:blank - // We want to ignore this since the load event will be fired twice - if (doc) { - //TODO: See if this still applies vs Current opera-webkit releases - if (Ext.isOpera && doc.location == Ext.SSL_SECURE_URL) { - return; - } - if (doc.body) { - // Response sent as Content-Type: text/json or text/plain. - // Browser will embed it in a
     element.
    -                        // Note: The statement below tests the result of an assignment.
    -                        if ((contentNode = doc.body.firstChild) && /pre/i.test(contentNode.tagName)) {
    -                            response.responseText = contentNode.textContent || contentNode.innerText;
    -                        }
    -                        // Response sent as Content-Type: text/html. We must still support
    -                        // JSON response wrapped in textarea.
    -                        // Note: The statement below tests the result of an assignment.
    -                        else if ((contentNode = doc.getElementsByTagName('textarea')[0])) {
    -                            response.responseText = contentNode.value;
    -                        } else // Response sent as Content-Type: text/html with no wrapping. Scrape
    -                        // JSON response out of text
    -                        {
    -                            response.responseText = doc.body.textContent || doc.body.innerText;
    -                        }
    -                    }
    -                    //in IE the document may still have a body even if returns XML.
    -                    // TODO What is this about?
    -                    response.responseXML = doc.XMLDocument || doc;
    -                    callback = options.success;
    -                    success = true;
    -                    response.status = 200;
    -                } else {
    -                    Ext.raise("Could not acquire a suitable connection for the file upload service.");
    -                }
    -            } catch (e) {
    -                me.result = response = me.createException();
    -                // Report any error in the message property
    -                response.status = 400;
    -                response.statusText = (e.message || e.description) + '';
    -                response.responseText = '{success:false,message:"' + Ext.String.trim(response.statusText) + '"}';
    -                response.responseXML = null;
    -                callback = options.failure;
    -                success = false;
    -            }
    -        }
    -        me.frame = null;
    -        me.success = success;
    -        owner.fireEvent(success ? 'requestcomplete' : 'requestexception', owner, response, options);
    -        Ext.callback(callback, options.scope, [
    -            response,
    -            options
    -        ]);
    -        Ext.callback(options.callback, options.scope, [
    -            options,
    -            success,
    -            response
    -        ]);
    -        owner.onRequestComplete(me);
    -        // Must defer slightly to permit full exit from load event before destruction
    -        Ext.asap(frame.destroy, frame);
    -        me.callParent();
    -    },
    -    destroy: function() {
    -        this.cleanup();
    -        this.callParent();
    -    }
    -});
    -
    -/**
    - * The Connection class encapsulates a connection to the page's originating domain, allowing requests to be made either
    - * to a configured URL, or to a URL specified at request time.
    - *
    - * Requests made by this class are asynchronous, and will return immediately. No data from the server will be available
    - * to the statement immediately following the {@link #request} call. To process returned data, use a success callback
    - * in the request options object, or an {@link #requestcomplete event listener}.
    - *
    - * # File Uploads
    - *
    - * File uploads are not performed using normal "Ajax" techniques, that is they are not performed using XMLHttpRequests.
    - * Instead the form is submitted in the standard manner with the DOM <form> element temporarily modified to have its
    - * target set to refer to a dynamically generated, hidden <iframe> which is inserted into the document but removed
    - * after the return data has been gathered.
    - *
    - * The server response is parsed by the browser to create the document for the IFRAME. If the server is using JSON to
    - * send the return object, then the Content-Type header must be set to "text/html" in order to tell the browser to
    - * insert the text unchanged into the document body.
    - *
    - * Characters which are significant to an HTML parser must be sent as HTML entities, so encode `<` as `<`, `&` as
    - * `&` etc.
    - *
    - * The response text is retrieved from the document, and a fake XMLHttpRequest object is created containing a
    - * responseText property in order to conform to the requirements of event handlers and callbacks.
    - *
    - * Be aware that file upload packets are sent with the content type multipart/form and some server technologies
    - * (notably JEE) may require some custom processing in order to retrieve parameter names and parameter values from the
    - * packet content.
    - *
    - * Also note that it's not possible to check the response code of the hidden iframe, so the success handler will ALWAYS fire.
    - *
    - * # Binary Posts
    - *
    - * The class supports posting binary data to the server by using native browser capabilities, or a flash polyfill plugin in browsers that do not support native binary posting (e.g. Internet Explorer version 9 or less). A number of limitations exist when the polyfill is used:
    - *
    - * - Only asynchronous connections are supported.
    - * - Only the POST method can be used.
    - * - The return data can only be binary for now. Set the {@link Ext.data.Connection#binary binary} parameter to true.
    - * - Only the 0, 1 and 4 (complete) readyState values will be reported to listeners.
    - * - The flash object will be injected at the bottom of the document and should be invisible.
    - * - Important: See note about packaing the flash plugin with the app in the documenetation of {@link Ext.data.flash.BinaryXhr BinaryXhr}.
    - *
    - */
    -Ext.define('Ext.data.Connection', {
    -    mixins: {
    -        observable: 'Ext.mixin.Observable'
    -    },
    -    requires: [
    -        'Ext.data.request.Ajax',
    -        'Ext.data.request.Form',
    -        'Ext.data.flash.BinaryXhr',
    -        'Ext.Deferred'
    -    ],
    -    statics: {
    -        requestId: 0
    -    },
    -    enctypeRe: /multipart\/form-data/i,
    -    config: {
    -        /**
    -         * @cfg {String} url
    -         * The URL for this connection.
    -         */
    -        url: null,
    -        /**
    -         * @cfg {Boolean} async
    -         * `true` if this request should run asynchronously. Setting this to `false` should generally
    -         * be avoided, since it will cause the UI to be blocked, the user won't be able to interact
    -         * with the browser until the request completes.
    -         */
    -        async: true,
    -        /**
    -         * @cfg {String} username
    -         * The username to pass when using {@link #withCredentials}.
    -         */
    -        username: '',
    -        /**
    -         * @cfg {String} password
    -         * The password to pass when using {@link #withCredentials}.
    -         */
    -        password: '',
    -        /**
    -         * @cfg {Boolean} disableCaching
    -         * True to add a unique cache-buster param to GET requests.
    -         */
    -        disableCaching: true,
    -        /**
    -         * @cfg {Boolean} withCredentials
    -         * True to set `withCredentials = true` on the XHR object
    -         */
    -        withCredentials: false,
    -        /**
    -         * @cfg {Boolean} binary
    -         * True if the response should be treated as binary data.  If true, the binary
    -         * data will be accessible as a "responseBytes" property on the response object.
    -         */
    -        binary: false,
    -        /**
    -         * @cfg {Boolean} cors
    -         * True to enable CORS support on the XHR object. Currently the only effect of this option
    -         * is to use the XDomainRequest object instead of XMLHttpRequest if the browser is IE8 or above.
    -         */
    -        cors: false,
    -        isXdr: false,
    -        defaultXdrContentType: 'text/plain',
    -        /**
    -         * @cfg {String} disableCachingParam
    -         * Change the parameter which is sent went disabling caching through a cache buster.
    -         */
    -        disableCachingParam: '_dc',
    -        /**
    -         * @cfg {Number} [timeout=30000] The timeout in milliseconds to be used for 
    -         * requests.  
    -         * Defaults to 30000 milliseconds (30 seconds).
    -         * 
    -         * When a request fails due to timeout the XMLHttpRequest response object will 
    -         * contain:
    -         * 
    -         *     timedout: true
    -         */
    -        timeout: 30000,
    -        /**
    -         * @cfg {Object} [extraParams] Any parameters to be appended to the request.
    -         */
    -        extraParams: null,
    -        /**
    -         * @cfg {Boolean} [autoAbort=false]
    -         * Whether this request should abort any pending requests.
    -         */
    -        autoAbort: false,
    -        /**
    -         * @cfg {String} method
    -         * The default HTTP method to be used for requests.
    -         *
    -         * If not set, but {@link #request} params are present, POST will be used;
    -         * otherwise, GET will be used.
    -         */
    -        method: null,
    -        /**
    -         * @cfg {Object} defaultHeaders
    -         * An object containing request headers which are added to each request made by this object.
    -         */
    -        defaultHeaders: null,
    -        /**
    -         * @cfg {String} defaultPostHeader
    -         * The default header to be sent out with any post request.
    -         */
    -        defaultPostHeader: 'application/x-www-form-urlencoded; charset=UTF-8',
    -        /**
    -         * @cfg {Boolean} useDefaultXhrHeader
    -         * `true` to send the {@link #defaultXhrHeader} along with any request.
    -         */
    -        useDefaultXhrHeader: true,
    -        /**
    -         * @cfg {String}
    -         * The header to send with Ajax requests. Also see {@link #useDefaultXhrHeader}.
    -         */
    -        defaultXhrHeader: 'XMLHttpRequest'
    -    },
    -    /**
    -     * @event beforerequest
    -     * @preventable
    -     * Fires before a network request is made to retrieve a data object.
    -     * @param {Ext.data.Connection} conn This Connection object.
    -     * @param {Object} options The options config object passed to the {@link #request} method.
    -     */
    -    /**
    -     * @event requestcomplete
    -     * Fires if the request was successfully completed.
    -     * @param {Ext.data.Connection} conn This Connection object.
    -     * @param {Object} response The XHR object containing the response data.
    -     * See [The XMLHttpRequest Object](http://www.w3.org/TR/XMLHttpRequest/) for details.
    -     * @param {Object} options The options config object passed to the {@link #request} method.
    -     */
    -    /**
    -     * @event requestexception
    -     * Fires if an error HTTP status was returned from the server. This event may also
    -     * be listened to in the event that a request has timed out or has been aborted.
    -     * See [HTTP Status Code Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html)
    -     * for details of HTTP status codes.
    -     * @param {Ext.data.Connection} conn This Connection object.
    -     * @param {Object} response The XHR object containing the response data.
    -     * See [The XMLHttpRequest Object](http://www.w3.org/TR/XMLHttpRequest/) for details.
    -     * @param {Object} options The options config object passed to the {@link #request} method.
    -     */
    -    constructor: function(config) {
    -        // Will call initConfig
    -        this.mixins.observable.constructor.call(this, config);
    -        this.requests = {};
    -    },
    -    /**
    -     * Sends an HTTP (Ajax) request to a remote server.
    -     *
    -     * **Important:** Ajax server requests are asynchronous, and this call will
    -     * return before the response has been received.
    -     *
    -     * Instead, process any returned data using a promise:
    -     *
    -     *      Ext.Ajax.request({
    -     *          url: 'ajax_demo/sample.json'
    -     *      }).then(function(response, opts) {
    -     *          var obj = Ext.decode(response.responseText);
    -     *          console.dir(obj);
    -     *      },
    -     *      function(response, opts) {
    -     *          console.log('server-side failure with status code ' + response.status);
    -     *      });
    -     *
    -     * Or in callback functions:
    -     *
    -     *      Ext.Ajax.request({
    -     *          url: 'ajax_demo/sample.json',
    -     *
    -     *          success: function(response, opts) {
    -     *              var obj = Ext.decode(response.responseText);
    -     *              console.dir(obj);
    -     *          },
    -     *
    -     *          failure: function(response, opts) {
    -     *              console.log('server-side failure with status code ' + response.status);
    -     *          }
    -     *      });
    -     *
    -     * To execute a callback function in the correct scope, use the `scope` option.
    -     *
    -     * @param {Object} options An object which may contain the following properties:
    -     *
    -     * (The options object may also contain any other property which might be needed to perform
    -     * postprocessing in a callback because it is passed to callback functions.)
    -     *
    -     * @param {String/Function} options.url The URL to which to send the request, or a function
    -     * to call which returns a URL string. The scope of the function is specified by the `scope` option.
    -     * Defaults to the configured `url`.
    -     *
    -     * @param {Boolean} options.async `true` if this request should run asynchronously.
    -     * Setting this to `false` should generally be avoided, since it will cause the UI to be
    -     * blocked, the user won't be able to interact with the browser until the request completes.
    -     * Defaults to `true`.
    -     *
    -     * @param {Object/String/Function} options.params An object containing properties which are
    -     * used as parameters to the request, a url encoded string or a function to call to get either. The scope
    -     * of the function is specified by the `scope` option.
    -     *
    -     * @param {String} options.method The HTTP method to use
    -     * for the request. Defaults to the configured method, or if no method was configured,
    -     * "GET" if no parameters are being sent, and "POST" if parameters are being sent.  Note that
    -     * the method name is case-sensitive and should be all caps.
    -     *
    -     * @param {Function} options.callback The function to be called upon receipt of the HTTP response.
    -     * The callback is called regardless of success or failure and is passed the following parameters:
    -     * @param {Object} options.callback.options The parameter to the request call.
    -     * @param {Boolean} options.callback.success True if the request succeeded.
    -     * @param {Object} options.callback.response The XMLHttpRequest object containing the response data.
    -     * See [www.w3.org/TR/XMLHttpRequest/](http://www.w3.org/TR/XMLHttpRequest/) for details about
    -     * accessing elements of the response.
    -     *
    -     * @param {Function} options.success The function to be called upon success of the request.
    -     * The callback is passed the following parameters:
    -     * @param {Object} options.success.response The XMLHttpRequest object containing the response data.
    -     * @param {Object} options.success.options The parameter to the request call.
    -     *
    -     * @param {Function} options.failure The function to be called upon failure of the request.
    -     * The callback is passed the following parameters:
    -     * @param {Object} options.failure.response The XMLHttpRequest object containing the response data.
    -     * @param {Object} options.failure.options The parameter to the request call.
    -     *
    -     * @param {Object} options.scope The scope in which to execute the callbacks: The "this" object for
    -     * the callback function. If the `url`, or `params` options were specified as functions from which to
    -     * draw values, then this also serves as the scope for those function calls. Defaults to the browser
    -     * window.
    -     *
    -     * @param {Number} options.timeout The timeout in milliseconds to be used for this 
    -     * request.  
    -     * Defaults to 30000 milliseconds (30 seconds).
    -     * 
    -     * When a request fails due to timeout the XMLHttpRequest response object will 
    -     * contain:
    -     * 
    -     *     timedout: true
    -     *
    -     * @param {Ext.Element/HTMLElement/String} options.form The `
    ` Element or the id of the `` - * to pull parameters from. - * - * @param {Boolean} options.isUpload **Only meaningful when used with the `form` option.** - * - * True if the form object is a file upload (will be set automatically if the form was configured - * with **`enctype`** `"multipart/form-data"`). - * - * File uploads are not performed using normal "Ajax" techniques, that is they are **not** - * performed using XMLHttpRequests. Instead the form is submitted in the standard manner with the - * DOM `` element temporarily modified to have its [target][] set to refer to a dynamically - * generated, hidden `', - '{afterIFrameTpl}', - { - disableFormats: true - } - ], - stretchInputElFixed: true, - subTplInsertions: [ - /** - * @cfg {String/Array/Ext.XTemplate} beforeTextAreaTpl - * An optional string or `XTemplate` configuration to insert in the field markup - * before the textarea element. If an `XTemplate` is used, the component's - * {@link Ext.form.field.Base#getSubTplData subTpl data} serves as the context. - */ - 'beforeTextAreaTpl', - /** - * @cfg {String/Array/Ext.XTemplate} afterTextAreaTpl - * An optional string or `XTemplate` configuration to insert in the field markup - * after the textarea element. If an `XTemplate` is used, the component's - * {@link Ext.form.field.Base#getSubTplData subTpl data} serves as the context. - */ - 'afterTextAreaTpl', - /** - * @cfg {String/Array/Ext.XTemplate} beforeIFrameTpl - * An optional string or `XTemplate` configuration to insert in the field markup - * before the iframe element. If an `XTemplate` is used, the component's - * {@link Ext.form.field.Base#getSubTplData subTpl data} serves as the context. - */ - 'beforeIFrameTpl', - /** - * @cfg {String/Array/Ext.XTemplate} afterIFrameTpl - * An optional string or `XTemplate` configuration to insert in the field markup - * after the iframe element. If an `XTemplate` is used, the component's - * {@link Ext.form.field.Base#getSubTplData subTpl data} serves as the context. - */ - 'afterIFrameTpl', - /** - * @cfg {String/Array/Ext.XTemplate} iframeAttrTpl - * An optional string or `XTemplate` configuration to insert in the field markup - * inside the iframe element (as attributes). If an `XTemplate` is used, the component's - * {@link Ext.form.field.Base#getSubTplData subTpl data} serves as the context. - */ - 'iframeAttrTpl', - // inherited - 'inputAttrTpl' - ], - /** - * @cfg {Boolean} enableFormat - * Enable the bold, italic and underline buttons - */ - enableFormat: true, - /** - * @cfg {Boolean} enableFontSize - * Enable the increase/decrease font size buttons - */ - enableFontSize: true, - /** - * @cfg {Boolean} enableColors - * Enable the fore/highlight color buttons - */ - enableColors: true, - /** - * @cfg {Boolean} enableAlignments - * Enable the left, center, right alignment buttons - */ - enableAlignments: true, - /** - * @cfg {Boolean} enableLists - * Enable the bullet and numbered list buttons. Not available in Safari 2. - */ - enableLists: true, - /** - * @cfg {Boolean} enableSourceEdit - * Enable the switch to source edit button. Not available in Safari 2. - */ - enableSourceEdit: true, - /** - * @cfg {Boolean} enableLinks - * Enable the create link button. Not available in Safari 2. - */ - enableLinks: true, - /** - * @cfg {Boolean} enableFont - * Enable font selection. Not available in Safari 2. - */ - enableFont: true, - // - /** - * @cfg {String} createLinkText - * The default text for the create link prompt - */ - createLinkText: 'Please enter the URL for the link:', - // - /** - * @cfg {String} [defaultLinkValue='http://'] - * The default value for the create link prompt - */ - defaultLinkValue: 'http:/' + '/', - /** - * @cfg {String[]} fontFamilies - * An array of available font families - */ - fontFamilies: [ - 'Arial', - 'Courier New', - 'Tahoma', - 'Times New Roman', - 'Verdana' - ], - /** - * @cfg {String} defaultValue - * A default value to be put into the editor to resolve focus issues. - * - * Defaults to (Non-breaking space) in Opera, - * (Zero-width space) in all other browsers. - */ - defaultValue: Ext.isOpera ? ' ' : '​', - /** - * @private - */ - extraFieldBodyCls: Ext.baseCSSPrefix + 'html-editor-wrap', - /** - * @cfg {String} defaultButtonUI - * A default {@link Ext.Component#ui ui} to use for the HtmlEditor's toolbar - * {@link Ext.button.Button Buttons} - */ - defaultButtonUI: 'default-toolbar', - /** - * @private - */ - initialized: false, - /** - * @private - */ - activated: false, - /** - * @private - */ - sourceEditMode: false, - /** - * @private - */ - iframePad: 3, - /** - * @private - */ - hideMode: 'offsets', - maskOnDisable: true, - containerElCls: Ext.baseCSSPrefix + 'html-editor-container', - // This will strip any number of single or double quotes (in any order) from a string at the anchors. - reStripQuotes: /^['"]*|['"]*$/g, - textAlignRE: /text-align:(.*?);/i, - safariNonsenseRE: /\sclass="(?:Apple-style-span|Apple-tab-span|khtml-block-placeholder)"/gi, - nonDigitsRE: /\D/g, - /** - * @event initialize - * Fires when the editor is fully initialized (including the iframe) - * @param {Ext.form.field.HtmlEditor} this - */ - /** - * @event activate - * Fires when the editor is first receives the focus. Any insertion must wait until after this event. - * @param {Ext.form.field.HtmlEditor} this - */ - /** - * @event beforesync - * Fires before the textarea is updated with content from the editor iframe. Return false to cancel the - * sync. - * @param {Ext.form.field.HtmlEditor} this - * @param {String} html - */ - /** - * @event beforepush - * Fires before the iframe editor is updated with content from the textarea. Return false to cancel the - * push. - * @param {Ext.form.field.HtmlEditor} this - * @param {String} html - */ - /** - * @event sync - * Fires when the textarea is updated with content from the editor iframe. - * @param {Ext.form.field.HtmlEditor} this - * @param {String} html - */ - /** - * @event push - * Fires when the iframe editor is updated with content from the textarea. - * @param {Ext.form.field.HtmlEditor} this - * @param {String} html - */ - /** - * @event editmodechange - * Fires when the editor switches edit modes - * @param {Ext.form.field.HtmlEditor} this - * @param {Boolean} sourceEdit True if source edit, false if standard editing. - */ - /** - * @private - */ - initComponent: function() { - var me = this; - me.items = [ - me.createToolbar(), - me.createInputCmp() - ]; - me.layout = { - type: 'vbox', - align: 'stretch' - }; - // No value set, we must report empty string - if (me.value == null) { - me.value = ''; - } - me.callParent(arguments); - me.initField(); - }, - createInputCmp: function() { - this.inputCmp = Ext.widget(this.getInputCmpCfg()); - return this.inputCmp; - }, - getInputCmpCfg: function() { - var me = this, - id = me.id + '-inputCmp', - data = { - id: id, - name: me.name, - textareaCls: me.textareaCls + ' ' + Ext.baseCSSPrefix + 'hidden', - value: me.value, - iframeName: Ext.id(), - iframeSrc: Ext.SSL_SECURE_URL, - iframeCls: Ext.baseCSSPrefix + 'htmleditor-iframe' - }; - me.getInsertionRenderData(data, me.subTplInsertions); - return { - flex: 1, - xtype: 'component', - tpl: me.getTpl('componentTpl'), - childEls: [ - 'iframeEl', - 'textareaEl' - ], - id: id, - cls: Ext.baseCSSPrefix + 'html-editor-input', - data: data - }; - }, - /** - * Called when the editor creates its toolbar. Override this method if you need to - * add custom toolbar buttons. - * @param {Ext.form.field.HtmlEditor} editor - * @protected - */ - createToolbar: function() { - this.toolbar = Ext.widget(this.getToolbarCfg()); - return this.toolbar; - }, - getToolbarCfg: function() { - var me = this, - items = [], - i, - tipsEnabled = Ext.quickTipsActive && Ext.tip.QuickTipManager.isEnabled(), - baseCSSPrefix = Ext.baseCSSPrefix, - fontSelectItem, undef; - function btn(id, toggle, handler) { - return { - itemId: id, - cls: baseCSSPrefix + 'btn-icon', - iconCls: baseCSSPrefix + 'edit-' + id, - enableToggle: toggle !== false, - scope: me, - handler: handler || me.relayBtnCmd, - clickEvent: 'mousedown', - tooltip: tipsEnabled ? me.buttonTips[id] || undef : undef, - overflowText: me.buttonTips[id].title || undef, - tabIndex: -1 - }; - } - if (me.enableFont && !Ext.isSafari2) { - fontSelectItem = Ext.widget('component', { - itemId: 'fontSelect', - renderTpl: [ - '' - ], - childEls: [ - 'selectEl' - ], - afterRender: function() { - me.fontSelect = this.selectEl; - Ext.Component.prototype.afterRender.apply(this, arguments); - }, - onDisable: function() { - var selectEl = this.selectEl; - if (selectEl) { - selectEl.dom.disabled = true; - } - Ext.Component.prototype.onDisable.apply(this, arguments); - }, - onEnable: function() { - var selectEl = this.selectEl; - if (selectEl) { - selectEl.dom.disabled = false; - } - Ext.Component.prototype.onEnable.apply(this, arguments); - }, - listeners: { - change: function() { - me.win.focus(); - me.relayCmd('fontName', me.fontSelect.dom.value); - me.deferFocus(); - }, - element: 'selectEl' - } - }); - items.push(fontSelectItem, '-'); - } - if (me.enableFormat) { - items.push(btn('bold'), btn('italic'), btn('underline')); - } - if (me.enableFontSize) { - items.push('-', btn('increasefontsize', false, me.adjustFont), btn('decreasefontsize', false, me.adjustFont)); - } - if (me.enableColors) { - items.push('-', { - itemId: 'forecolor', - cls: baseCSSPrefix + 'btn-icon', - iconCls: baseCSSPrefix + 'edit-forecolor', - overflowText: me.buttonTips.forecolor.title, - tooltip: tipsEnabled ? me.buttonTips.forecolor || undef : undef, - tabIndex: -1, - menu: Ext.widget('menu', { - plain: true, - items: [ - { - xtype: 'colorpicker', - allowReselect: true, - focus: Ext.emptyFn, - value: '000000', - plain: true, - clickEvent: 'mousedown', - handler: function(cp, color) { - me.relayCmd('forecolor', Ext.isWebKit || Ext.isIE ? '#' + color : color); - this.up('menu').hide(); - } - } - ] - }) - }, { - itemId: 'backcolor', - cls: baseCSSPrefix + 'btn-icon', - iconCls: baseCSSPrefix + 'edit-backcolor', - overflowText: me.buttonTips.backcolor.title, - tooltip: tipsEnabled ? me.buttonTips.backcolor || undef : undef, - tabIndex: -1, - menu: Ext.widget('menu', { - plain: true, - items: [ - { - xtype: 'colorpicker', - focus: Ext.emptyFn, - value: 'FFFFFF', - plain: true, - allowReselect: true, - clickEvent: 'mousedown', - handler: function(cp, color) { - if (Ext.isGecko) { - me.execCmd('useCSS', false); - me.execCmd('hilitecolor', '#' + color); - me.execCmd('useCSS', true); - me.deferFocus(); - } else { - me.relayCmd(Ext.isOpera ? 'hilitecolor' : 'backcolor', Ext.isWebKit || Ext.isIE || Ext.isOpera ? '#' + color : color); - } - this.up('menu').hide(); - } - } - ] - }) - }); - } - if (me.enableAlignments) { - items.push('-', btn('justifyleft'), btn('justifycenter'), btn('justifyright')); - } - if (!Ext.isSafari2) { - if (me.enableLinks) { - items.push('-', btn('createlink', false, me.createLink)); - } - if (me.enableLists) { - items.push('-', btn('insertorderedlist'), btn('insertunorderedlist')); - } - if (me.enableSourceEdit) { - items.push('-', btn('sourceedit', true, function() { - me.toggleSourceEdit(!me.sourceEditMode); - })); - } - } - // Everything starts disabled. - for (i = 0; i < items.length; i++) { - if (items[i].itemId !== 'sourceedit') { - items[i].disabled = true; - } - } - // build the toolbar - // Automatically rendered in Component.afterRender's renderChildren call - return { - xtype: 'toolbar', - defaultButtonUI: me.defaultButtonUI, - cls: Ext.baseCSSPrefix + 'html-editor-tb', - enableOverflow: true, - items: items, - // stop form submits - listeners: { - click: function(e) { - e.preventDefault(); - }, - element: 'el' - } - }; - }, - getMaskTarget: function() { - // Can't be the body td directly because of issues with absolute positioning - // inside td's in FF - return Ext.isGecko ? this.inputCmp.el : this.bodyEl; - }, - /** - * Sets the read only state of this field. - * @param {Boolean} readOnly Whether the field should be read only. - */ - setReadOnly: function(readOnly) { - var me = this, - textareaEl = me.textareaEl, - iframeEl = me.iframeEl, - body; - me.readOnly = readOnly; - if (textareaEl) { - textareaEl.dom.readOnly = readOnly; - } - if (me.initialized) { - body = me.getEditorBody(); - if (Ext.isIE) { - // Hide the iframe while setting contentEditable so it doesn't grab focus - iframeEl.setDisplayed(false); - body.contentEditable = !readOnly; - iframeEl.setDisplayed(true); - } else { - me.setDesignMode(!readOnly); - } - if (body) { - body.style.cursor = readOnly ? 'default' : 'text'; - } - me.disableItems(readOnly); - } - }, - /** - * Called when the editor initializes the iframe with HTML contents. Override this method if you - * want to change the initialization markup of the iframe (e.g. to add stylesheets). - * - * **Note:** IE8-Standards has unwanted scroller behavior, so the default meta tag forces IE7 compatibility. - * Also note that forcing IE7 mode works when the page is loaded normally, but if you are using IE's Web - * Developer Tools to manually set the document mode, that will take precedence and override what this - * code sets by default. This can be confusing when developing, but is not a user-facing issue. - * @protected - */ - getDocMarkup: function() { - var me = this, - h = me.iframeEl.getHeight() - me.iframePad * 2; - // - IE9+ require a strict doctype otherwise text outside visible area can't be selected. - // - Opera inserts

    tags on Return key, so P margins must be removed to avoid double line-height. - // - On browsers other than IE, the font is not inherited by the IFRAME so it must be specified. - return Ext.String.format('' + '', me.iframePad, h, me.defaultFont); - }, - /** - * @private - */ - getEditorBody: function() { - var doc = this.getDoc(); - return doc.body || doc.documentElement; - }, - /** - * @private - */ - getDoc: function() { - return this.iframeEl.dom.contentDocument || this.getWin().document; - }, - /** - * @private - */ - getWin: function() { - // using window.frames[id] to access the the iframe's window object in FF creates - // a global variable with name == id in the global scope that references the iframe - // window. This is undesirable for unit testing because that global variable - // is readonly and cannot be deleted. To avoid this, we use contentWindow if it - // is available (and it is in all supported browsers at the time of this writing) - // and fall back to window.frames if contentWindow is not available. - return this.iframeEl.dom.contentWindow || window.frames[this.iframeEl.dom.name]; - }, - initDefaultFont: function() { - // It's not ideal to do this here since it's a write phase, but we need to know - // what the font used in the textarea is so that we can setup the appropriate font - // options in the select box. The select box will reflow once we populate it, so we want - // to do so before we layout the first time. - var me = this, - selIdx = 0, - fonts, font, select, option, i, len, lower; - if (!me.defaultFont) { - font = me.textareaEl.getStyle('font-family'); - font = Ext.String.capitalize(font.split(',')[0]); - fonts = Ext.Array.clone(me.fontFamilies); - Ext.Array.include(fonts, font); - fonts.sort(); - me.defaultFont = font; - select = me.down('#fontSelect').selectEl.dom; - for (i = 0 , len = fonts.length; i < len; ++i) { - font = fonts[i]; - lower = font.toLowerCase(); - option = new Option(font, lower); - if (font === me.defaultFont) { - selIdx = i; - } - option.style.fontFamily = lower; - if (Ext.isIE) { - select.add(option); - } else { - select.options.add(option); - } - } - // Old IE versions have a problem if we set the selected property - // in the loop, so set it after. - select.options[selIdx].selected = true; - } - }, - isEqual: function(value1, value2) { - return this.isEqualAsString(value1, value2); - }, - /** - * @private - */ - afterRender: function() { - var me = this, - inputCmp = me.inputCmp; - me.callParent(arguments); - me.iframeEl = inputCmp.iframeEl; - me.textareaEl = inputCmp.textareaEl; - // The input element is interrogated by the layout to extract height when labelAlign is 'top' - // It must be set, and then switched between the iframe and the textarea - me.inputEl = me.iframeEl; - if (me.enableFont) { - me.initDefaultFont(); - } - // Start polling for when the iframe document is ready to be manipulated - me.monitorTask = Ext.TaskManager.start({ - run: me.checkDesignMode, - scope: me, - interval: 100 - }); - }, - initFrameDoc: function() { - var me = this, - doc, task; - Ext.TaskManager.stop(me.monitorTask); - doc = me.getDoc(); - me.win = me.getWin(); - doc.open(); - doc.write(me.getDocMarkup()); - doc.close(); - task = { - // must defer to wait for browser to be ready - run: function() { - var doc = me.getDoc(); - if (doc.body || doc.readyState === 'complete') { - Ext.TaskManager.stop(task); - me.setDesignMode(true); - Ext.defer(me.initEditor, 10, me); - } - }, - interval: 10, - duration: 10000, - scope: me - }; - Ext.TaskManager.start(task); - }, - checkDesignMode: function() { - var me = this, - doc = me.getDoc(); - if (doc && (!doc.editorInitialized || me.getDesignMode() !== 'on')) { - me.initFrameDoc(); - } - }, - /** - * @private - * Sets current design mode. To enable, mode can be true or 'on', off otherwise - */ - setDesignMode: function(mode) { - var me = this, - doc = me.getDoc(); - if (doc) { - if (me.readOnly) { - mode = false; - } - doc.designMode = (/on|true/i).test(String(mode).toLowerCase()) ? 'on' : 'off'; - } - }, - /** - * @private - */ - getDesignMode: function() { - var doc = this.getDoc(); - return !doc ? '' : String(doc.designMode).toLowerCase(); - }, - disableItems: function(disabled) { - var items = this.getToolbar().items.items, - i, - iLen = items.length, - item; - for (i = 0; i < iLen; i++) { - item = items[i]; - if (item.getItemId() !== 'sourceedit') { - item.setDisabled(disabled); - } - } - }, - /** - * Toggles the editor between standard and source edit mode. - * @param {Boolean} [sourceEditMode] True for source edit, false for standard - */ - toggleSourceEdit: function(sourceEditMode) { - var me = this, - iframe = me.iframeEl, - textarea = me.textareaEl, - hiddenCls = Ext.baseCSSPrefix + 'hidden', - btn = me.getToolbar().getComponent('sourceedit'); - if (!Ext.isBoolean(sourceEditMode)) { - sourceEditMode = !me.sourceEditMode; - } - me.sourceEditMode = sourceEditMode; - if (btn.pressed !== sourceEditMode) { - btn.toggle(sourceEditMode); - } - if (sourceEditMode) { - me.disableItems(true); - me.syncValue(); - iframe.addCls(hiddenCls); - textarea.removeCls(hiddenCls); - textarea.dom.removeAttribute('tabIndex'); - textarea.focus(); - me.inputEl = textarea; - } else { - if (me.initialized) { - me.disableItems(me.readOnly); - } - me.pushValue(); - iframe.removeCls(hiddenCls); - textarea.addCls(hiddenCls); - textarea.dom.setAttribute('tabIndex', -1); - me.deferFocus(); - me.inputEl = iframe; - } - me.fireEvent('editmodechange', me, sourceEditMode); - me.updateLayout(); - }, - /** - * @private - */ - createLink: function() { - var url = prompt(this.createLinkText, this.defaultLinkValue); - if (url && url !== 'http:/' + '/') { - this.relayCmd('createlink', url); - } - }, - clearInvalid: Ext.emptyFn, - setValue: function(value) { - var me = this, - textarea = me.textareaEl; - if (value === null || value === undefined) { - value = ''; - } - // Only update the field if the value has changed - if (me.value !== value) { - if (textarea) { - textarea.dom.value = value; - } - me.pushValue(); - if (!me.rendered && me.inputCmp) { - me.inputCmp.data.value = value; - } - me.mixins.field.setValue.call(me, value); - } - return me; - }, - /** - * If you need/want custom HTML cleanup, this is the method you should override. - * @param {String} html The HTML to be cleaned - * @return {String} The cleaned HTML - * @protected - */ - cleanHtml: function(html) { - html = String(html); - if (Ext.isWebKit) { - // strip safari nonsense - html = html.replace(this.safariNonsenseRE, ''); - } - /* - * Neat little hack. Strips out all the non-digit characters from the default - * value and compares it to the character code of the first character in the string - * because it can cause encoding issues when posted to the server. We need the - * parseInt here because charCodeAt will return a number. - */ - if (html.charCodeAt(0) === parseInt(this.defaultValue.replace(this.nonDigitsRE, ''), 10)) { - html = html.substring(1); - } - return html; - }, - /** - * Syncs the contents of the editor iframe with the textarea. - * @protected - */ - syncValue: function() { - var me = this, - body, changed, html, bodyStyle, match, textElDom; - if (me.initialized) { - body = me.getEditorBody(); - html = body.innerHTML; - textElDom = me.textareaEl.dom; - if (Ext.isWebKit) { - bodyStyle = body.getAttribute('style'); - // Safari puts text-align styles on the body element! - match = bodyStyle.match(me.textAlignRE); - if (match && match[1]) { - html = '

    ' + html + '
    '; - } - } - html = me.cleanHtml(html); - if (me.fireEvent('beforesync', me, html) !== false) { - // Gecko inserts single
    tag when input is empty - // and user toggles source mode. See https://sencha.jira.com/browse/EXTJSIV-8542 - if (Ext.isGecko && textElDom.value === '' && html === '
    ') { - html = ''; - } - if (textElDom.value !== html) { - textElDom.value = html; - changed = true; - } - me.fireEvent('sync', me, html); - if (changed) { - // we have to guard this to avoid infinite recursion because getValue - // calls this method... - me.checkChange(); - } - } - } - }, - getValue: function() { - var me = this, - value; - if (!me.sourceEditMode) { - me.syncValue(); - } - value = me.rendered ? me.textareaEl.dom.value : me.value; - me.value = value; - return value; - }, - /** - * Pushes the value of the textarea into the iframe editor. - * @protected - */ - pushValue: function() { - var me = this, - v; - if (me.initialized) { - v = me.textareaEl.dom.value || ''; - if (!me.activated && v.length < 1) { - v = me.defaultValue; - } - if (me.fireEvent('beforepush', me, v) !== false) { - me.getEditorBody().innerHTML = v; - if (Ext.isGecko) { - // Gecko hack, see: https://bugzilla.mozilla.org/show_bug.cgi?id=232791#c8 - me.setDesignMode(false); - //toggle off first - me.setDesignMode(true); - } - me.fireEvent('push', me, v); - } - } - }, - focus: function(selectText, delay) { - var me = this, - value, focusEl; - if (delay) { - if (!me.focusTask) { - me.focusTask = new Ext.util.DelayedTask(me.focus); - } - me.focusTask.delay(Ext.isNumber(delay) ? delay : 10, null, me, [ - selectText, - false - ]); - } else { - if (selectText) { - if (me.textareaEl && me.textareaEl.dom) { - value = me.textareaEl.dom.value; - } - if (value && value.length) { - // Make sure there is content before calling SelectAll, otherwise the caret disappears. - me.execCmd('selectall', true); - } - } - focusEl = me.getFocusEl(); - if (focusEl && focusEl.focus) { - focusEl.focus(); - } - } - return me; - }, - /** - * @private - */ - initEditor: function() { - var me = this, - dbody, ss, doc, docEl, fn; - //Destroying the component during/before initEditor can cause issues. - if (me.destroying || me.destroyed) { - return; - } - dbody = me.getEditorBody(); - // IE has a null reference when it first comes online. - if (!dbody) { - setTimeout(function() { - me.initEditor(); - }, 10); - return; - } - ss = me.textareaEl.getStyle([ - 'font-size', - 'font-family', - 'background-image', - 'background-repeat', - 'background-color', - 'color' - ]); - ss['background-attachment'] = 'fixed'; - // w3c - dbody.bgProperties = 'fixed'; - // ie - Ext.DomHelper.applyStyles(dbody, ss); - doc = me.getDoc(); - docEl = Ext.get(doc); - if (docEl) { - try { - docEl.clearListeners(); - } catch (e) {} - /* - * We need to use createDelegate here, because when using buffer, the delayed task is added - * as a property to the function. When the listener is removed, the task is deleted from the function. - * Since onEditorEvent is shared on the prototype, if we have multiple html editors, the first time one of the editors - * is destroyed, it causes the fn to be deleted from the prototype, which causes errors. Essentially, we're just anonymizing the function. - */ - fn = me.onEditorEvent.bind(me); - docEl.on({ - mousedown: fn, - dblclick: fn, - click: fn, - keyup: fn, - delegated: false, - buffer: 100 - }); - // These events need to be relayed from the inner document (where they stop - // bubbling) up to the outer document. This has to be done at the DOM level so - // the event reaches listeners on elements like the document body. The effected - // mechanisms that depend on this bubbling behavior are listed to the right - // of the event. - fn = me.onRelayedEvent; - docEl.on({ - mousedown: fn, - // menu dismisal (MenuManager) and Window onMouseDown (toFront) - mousemove: fn, - // window resize drag detection - mouseup: fn, - // window resize termination - click: fn, - // not sure, but just to be safe - dblclick: fn, - // not sure again - delegated: false, - scope: me - }); - if (Ext.isGecko) { - docEl.on('keypress', me.applyCommand, me); - } - if (me.fixKeys) { - docEl.on('keydown', me.fixKeys, me, { - delegated: false - }); - } - if (me.fixKeysAfter) { - docEl.on('keyup', me.fixKeysAfter, me, { - delegated: false - }); - } - if (Ext.isIE9) { - Ext.get(doc.documentElement).on('focus', me.focus, me); - } - // In old IEs, clicking on a toolbar button shifts focus from iframe - // and it loses selection. To avoid this, we save current selection - // and restore it. - if (Ext.isIE8) { - docEl.on('focusout', function() { - me.savedSelection = doc.selection.type !== 'None' ? doc.selection.createRange() : null; - }, me); - docEl.on('focusin', function() { - if (me.savedSelection) { - me.savedSelection.select(); - } - }, me); - } - // We need to be sure we remove all our events from the iframe on unload or we're going to LEAK! - Ext.getWin().on('beforeunload', me.beforeDestroy, me); - doc.editorInitialized = true; - me.initialized = true; - me.pushValue(); - me.setReadOnly(me.readOnly); - me.fireEvent('initialize', me); - } - }, - /** - * @private - */ - beforeDestroy: function() { - var me = this, - monitorTask = me.monitorTask, - doc, prop; - if (monitorTask) { - Ext.TaskManager.stop(monitorTask); - } - if (me.rendered) { - Ext.getWin().un(me.beforeDestroy, me); - doc = me.getDoc(); - if (doc) { - // removeAll() doesn't currently know how to handle iframe document, - // so for now we have to wrap it in an Ext.Element, - // or else IE6/7 will leak big time when the page is refreshed. - // TODO: this may not be needed once we find a more permanent fix. - // see EXTJSIV-5891. - Ext.get(doc).destroy(); - if (doc.hasOwnProperty) { - for (prop in doc) { - try { - if (doc.hasOwnProperty(prop)) { - delete doc[prop]; - } - } catch (e) {} - } - } - } - // clearing certain props on document MAY throw in IE - delete me.iframeEl; - delete me.textareaEl; - delete me.toolbar; - delete me.inputCmp; - } - me.callParent(); - }, - /** - * @private - */ - onRelayedEvent: function(event) { - // relay event from the iframe's document to the document that owns the iframe... - var iframeEl = this.iframeEl, - iframeXY = Ext.fly(iframeEl).getTrueXY(), - originalEventXY = event.getXY(), - eventXY = event.getXY(); - // the event from the inner document has XY relative to that document's origin, - // so adjust it to use the origin of the iframe in the outer document: - event.xy = [ - iframeXY[0] + eventXY[0], - iframeXY[1] + eventXY[1] - ]; - event.injectEvent(iframeEl); - // blame the iframe for the event... - event.xy = originalEventXY; - }, - // restore the original XY (just for safety) - /** - * @private - */ - onFirstFocus: function() { - var me = this, - selection, range; - me.activated = true; - me.disableItems(me.readOnly); - if (Ext.isGecko) { - // prevent silly gecko errors - me.win.focus(); - selection = me.win.getSelection(); - // If the editor contains a
    tag, clicking on the editor after the text where - // the
    broke the line will produce nodeType === 1 (the body tag). - // It's better to check the length of the selection.focusNode's content. - // - // If htmleditor.value = ' ' (note the space) - // 1. nodeType === 1 - // 2. nodeName === 'BODY' - // 3. selection.focusNode.textContent.length === 1 - // - // If htmleditor.value = '' (no chars) nodeType === 3 && nodeName === '#text' - // 1. nodeType === 3 - // 2. nodeName === '#text' - // 3. selection.focusNode.textContent.length === 1 (yes, that's right, 1) - // - // The editor inserts Unicode code point 8203, a zero-width space when - // htmleditor.value === '' (call selection.focusNode.textContent.charCodeAt(0)) - // http://www.fileformat.info/info/unicode/char/200b/index.htm - // So, test with framework method to normalize. - if (selection.focusNode && !me.getValue().length) { - range = selection.getRangeAt(0); - range.selectNodeContents(me.getEditorBody()); - range.collapse(true); - me.deferFocus(); - } - try { - me.execCmd('useCSS', true); - me.execCmd('styleWithCSS', false); - } catch (e) {} - } - // ignore (why?) - me.fireEvent('activate', me); - }, - /** - * @private - */ - adjustFont: function(btn) { - var adjust = btn.getItemId() === 'increasefontsize' ? 1 : -1, - size = this.getDoc().queryCommandValue('FontSize') || '2', - isPxSize = Ext.isString(size) && size.indexOf('px') !== -1, - isSafari; - size = parseInt(size, 10); - if (isPxSize) { - // Safari 3 values - // 1 = 10px, 2 = 13px, 3 = 16px, 4 = 18px, 5 = 24px, 6 = 32px - if (size <= 10) { - size = 1 + adjust; - } else if (size <= 13) { - size = 2 + adjust; - } else if (size <= 16) { - size = 3 + adjust; - } else if (size <= 18) { - size = 4 + adjust; - } else if (size <= 24) { - size = 5 + adjust; - } else { - size = 6 + adjust; - } - size = Ext.Number.constrain(size, 1, 6); - } else { - isSafari = Ext.isSafari; - if (isSafari) { - // safari - adjust *= 2; - } - size = Math.max(1, size + adjust) + (isSafari ? 'px' : 0); - } - this.relayCmd('FontSize', size); - }, - /** - * @private - */ - onEditorEvent: function() { - this.updateToolbar(); - }, - /** - * Triggers a toolbar update by reading the markup state of the current selection in the editor. - * @protected - */ - updateToolbar: function() { - var me = this, - i, l, btns, doc, name, queriedName, fontSelect, toolbarSubmenus; - if (me.readOnly) { - return; - } - if (!me.activated) { - me.onFirstFocus(); - return; - } - btns = me.getToolbar().items.map; - doc = me.getDoc(); - if (me.enableFont && !Ext.isSafari2) { - // When querying the fontName, Chrome may return an Array of font names - // with those containing spaces being placed between single-quotes. - queriedName = doc.queryCommandValue('fontName'); - name = (queriedName ? queriedName.split(",")[0].replace(me.reStripQuotes, '') : me.defaultFont).toLowerCase(); - fontSelect = me.fontSelect.dom; - if (name !== fontSelect.value || name !== queriedName) { - fontSelect.value = name; - } - } - function updateButtons() { - var state; - for (i = 0 , l = arguments.length , name; i < l; i++) { - name = arguments[i]; - // Firefox 18+ sometimes throws NS_ERROR_INVALID_POINTER exception - // See https://sencha.jira.com/browse/EXTJSIV-9766 - try { - state = doc.queryCommandState(name); - } catch (e) { - state = false; - } - btns[name].toggle(state); - } - } - if (me.enableFormat) { - updateButtons('bold', 'italic', 'underline'); - } - if (me.enableAlignments) { - updateButtons('justifyleft', 'justifycenter', 'justifyright'); - } - if (!Ext.isSafari2 && me.enableLists) { - updateButtons('insertorderedlist', 'insertunorderedlist'); - } - // Ensure any of our toolbar's owned menus are hidden. - // The overflow menu must control itself. - toolbarSubmenus = me.toolbar.query('menu'); - for (i = 0; i < toolbarSubmenus.length; i++) { - toolbarSubmenus[i].hide(); - } - me.syncValue(); - }, - /** - * @private - */ - relayBtnCmd: function(btn) { - this.relayCmd(btn.getItemId()); - }, - /** - * Executes a Midas editor command on the editor document and performs necessary focus and toolbar updates. - * **This should only be called after the editor is initialized.** - * @param {String} cmd The Midas command - * @param {String/Boolean} [value=null] The value to pass to the command - */ - relayCmd: function(cmd, value) { - Ext.defer(function() { - var me = this; - if (!this.destroyed) { - me.win.focus(); - me.execCmd(cmd, value); - me.updateToolbar(); - } - }, 10, this); - }, - /** - * Executes a Midas editor command directly on the editor document. For visual commands, you should use - * {@link #relayCmd} instead. **This should only be called after the editor is initialized.** - * @param {String} cmd The Midas command - * @param {String/Boolean} [value=null] The value to pass to the command - */ - execCmd: function(cmd, value) { - var me = this, - doc = me.getDoc(); - doc.execCommand(cmd, false, (value === undefined ? null : value)); - me.syncValue(); - }, - /** - * @private - */ - applyCommand: function(e) { - if (e.ctrlKey) { - var me = this, - c = e.getCharCode(), - cmd; - if (c > 0) { - c = String.fromCharCode(c); - switch (c) { - case 'b': - cmd = 'bold'; - break; - case 'i': - cmd = 'italic'; - break; - case 'u': - cmd = 'underline'; - break; - } - if (cmd) { - me.win.focus(); - me.execCmd(cmd); - me.deferFocus(); - e.preventDefault(); - } - } - } - }, - /** - * Inserts the passed text at the current cursor position. - * __Note:__ the editor must be initialized and activated to insert text. - * @param {String} text - */ - insertAtCursor: function(text) { - // adapted from http://stackoverflow.com/questions/6690752/insert-html-at-caret-in-a-contenteditable-div/6691294#6691294 - var me = this, - win = me.getWin(), - doc = me.getDoc(), - sel, range, el, frag, node, lastNode, firstNode; - if (me.activated) { - win.focus(); - if (win.getSelection) { - sel = win.getSelection(); - if (sel.getRangeAt && sel.rangeCount) { - range = sel.getRangeAt(0); - range.deleteContents(); - // Range.createContextualFragment() would be useful here but is - // only relatively recently standardized and is not supported in - // some browsers (IE9, for one) - el = doc.createElement("div"); - el.innerHTML = text; - frag = doc.createDocumentFragment(); - while ((node = el.firstChild)) { - lastNode = frag.appendChild(node); - } - firstNode = frag.firstChild; - range.insertNode(frag); - // Preserve the selection - if (lastNode) { - range = range.cloneRange(); - range.setStartAfter(lastNode); - range.collapse(true); - sel.removeAllRanges(); - sel.addRange(range); - } - } - } else if (doc.selection && sel.type !== 'Control') { - sel = doc.selection; - range = sel.createRange(); - range.collapse(true); - sel.createRange().pasteHTML(text); - } - me.deferFocus(); - } - }, - /** - * @private - * Load time branching for fastest keydown performance. - */ - fixKeys: (function() { - var tag; - if (Ext.isIE10m) { - return function(e) { - var me = this, - k = e.getKey(), - doc = me.getDoc(), - readOnly = me.readOnly, - range, target; - if (k === e.TAB) { - e.stopEvent(); - // TODO: add tab support for IE 11. - if (!readOnly) { - range = doc.selection.createRange(); - if (range) { - if (range.collapse) { - range.collapse(true); - range.pasteHTML('    '); - } - me.deferFocus(); - } - } - } - }; - } - if (Ext.isOpera) { - return function(e) { - var me = this, - k = e.getKey(), - readOnly = me.readOnly; - if (k === e.TAB) { - e.stopEvent(); - if (!readOnly) { - me.win.focus(); - me.execCmd('InsertHTML', '    '); - me.deferFocus(); - } - } - }; - } - // Not needed, so null. - return null; - }()), - /** - * @private - */ - fixKeysAfter: (function() { - if (Ext.isIE) { - return function(e) { - var me = this, - k = e.getKey(), - doc = me.getDoc(), - readOnly = me.readOnly, - innerHTML; - if (!readOnly && (k === e.BACKSPACE || k === e.DELETE)) { - innerHTML = doc.body.innerHTML; - // If HtmlEditor had some input and user cleared it, IE inserts

     

    - // which makes an impression that there is still some text, and creeps - // into source mode when toggled. We don't want this. - // - // See https://sencha.jira.com/browse/EXTJSIV-8542 - // - // N.B. There is **small** chance that user could go to source mode, - // type '

     

    ', switch back to visual mode, type something else - // and then clear it -- the code below would clear the

    tag as well, - // which could be considered a bug. However I see no way to distinguish - // between offending markup being entered manually and generated by IE, - // so this can be considered a nasty corner case. - // - if (innerHTML === '

     

    ' || innerHTML === '

     

    ') { - doc.body.innerHTML = ''; - } - } - }; - } - return null; - }()), - /** - * Returns the editor's toolbar. **This is only available after the editor has been rendered.** - * @return {Ext.toolbar.Toolbar} - */ - getToolbar: function() { - return this.toolbar; - }, - // - /** - * @property {Object} buttonTips - * Object collection of toolbar tooltips for the buttons in the editor. The key is the command id associated with - * that button and the value is a valid QuickTips object. For example: - * - * { - * bold: { - * title: 'Bold (Ctrl+B)', - * text: 'Make the selected text bold.', - * cls: 'x-html-editor-tip' - * }, - * italic: { - * title: 'Italic (Ctrl+I)', - * text: 'Make the selected text italic.', - * cls: 'x-html-editor-tip' - * } - * // ... - * } - */ - buttonTips: { - bold: { - title: 'Bold (Ctrl+B)', - text: 'Make the selected text bold.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - italic: { - title: 'Italic (Ctrl+I)', - text: 'Make the selected text italic.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - underline: { - title: 'Underline (Ctrl+U)', - text: 'Underline the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - increasefontsize: { - title: 'Grow Text', - text: 'Increase the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - decreasefontsize: { - title: 'Shrink Text', - text: 'Decrease the font size.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - backcolor: { - title: 'Text Highlight Color', - text: 'Change the background color of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - forecolor: { - title: 'Font Color', - text: 'Change the color of the selected text.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyleft: { - title: 'Align Text Left', - text: 'Align text to the left.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifycenter: { - title: 'Center Text', - text: 'Center text in the editor.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - justifyright: { - title: 'Align Text Right', - text: 'Align text to the right.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertunorderedlist: { - title: 'Bullet List', - text: 'Start a bulleted list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - insertorderedlist: { - title: 'Numbered List', - text: 'Start a numbered list.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - createlink: { - title: 'Hyperlink', - text: 'Make the selected text a hyperlink.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - }, - sourceedit: { - title: 'Source Edit', - text: 'Switch to source editing mode.', - cls: Ext.baseCSSPrefix + 'html-editor-tip' - } - }, - // - // hide stuff that is not compatible - /** - * @event blur - * @private - */ - /** - * @event focus - * @private - */ - /** - * @event specialkey - * @private - */ - /** - * @cfg {String} fieldCls - * @private - */ - /** - * @cfg {String} focusCls - * @private - */ - /** - * @cfg {String} autoCreate - * @private - */ - /** - * @cfg {String} inputType - * @private - */ - /** - * @cfg {String} invalidCls - * @private - */ - /** - * @cfg {String} invalidText - * @private - */ - /** - * @cfg {Boolean} allowDomMove - * @private - */ - /** - * @cfg {String} readOnly - * @private - */ - /** - * @cfg {String} tabIndex - * @private - */ - /** - * @method validate - * @private - */ - privates: { - deferFocus: function() { - this.focus(false, true); - }, - getFocusEl: function() { - return this.sourceEditMode ? this.textareaEl : this.iframeEl; - } - } -}); - -/** - * `tagfield` provides a combobox that removes the hassle of dealing with long and unruly select - * options. The selected list is visually maintained in the value display area instead of - * within the picker itself. Users may easily add or remove `tags` from the - * display value area. - * - * @example - * var shows = Ext.create('Ext.data.Store', { - * fields: ['id','show'], - * data: [ - * {id: 0, show: 'Battlestar Galactica'}, - * {id: 1, show: 'Doctor Who'}, - * {id: 2, show: 'Farscape'}, - * {id: 3, show: 'Firefly'}, - * {id: 4, show: 'Star Trek'}, - * {id: 5, show: 'Star Wars: Christmas Special'} - * ] - * }); - * - * Ext.create('Ext.form.Panel', { - * renderTo: Ext.getBody(), - * title: 'Sci-Fi Television', - * height: 200, - * width: 500, - * items: [{ - * xtype: 'tagfield', - * fieldLabel: 'Select a Show', - * store: shows, - * displayField: 'show', - * valueField: 'id', - * queryMode: 'local', - * filterPickList: true - * }] - * }); - * - * ### History - * - * Inspired by the [SuperBoxSelect component for ExtJS 3](http://technomedia.co.uk/SuperBoxSelect/examples3.html), - * which in turn was inspired by the [BoxSelect component for ExtJS 2](http://efattal.fr/en/extjs/extuxboxselect/). - * - * Various contributions and suggestions made by many members of the ExtJS community which can be seen - * in the [user extension forum post](http://www.sencha.com/forum/showthread.php?134751-Ext.ux.form.field.BoxSelect). - * - * By: kvee_iv http://www.sencha.com/forum/member.php?29437-kveeiv - */ -Ext.define('Ext.form.field.Tag', { - extend: 'Ext.form.field.ComboBox', - requires: [ - 'Ext.selection.Model', - 'Ext.data.Store', - 'Ext.data.ChainedStore' - ], - xtype: 'tagfield', - noWrap: false, - /** - * @cfg allowOnlyWhitespace - * @hide - * Currently unsupported since the value of a tagfield is an array of values and shouldn't ever be a string. - */ - /** - * @cfg {String} valueParam - * The name of the parameter used to load unknown records into the store. If left unspecified, {@link #valueField} - * will be used. - */ - /** - * @cfg {Boolean} multiSelect - * If set to `true`, allows the combo field to hold more than one value at a time, and allows selecting multiple - * items from the dropdown list. The combo's text field will show all selected values using the template - * defined by {@link #labelTpl}. - * - */ - multiSelect: true, - /** - * @cfg {String} delimiter - * The character(s) used to separate new values to be added when {@link #createNewOnEnter} - * or {@link #createNewOnBlur} are set. - * `{@link #multiSelect} = true`. - */ - delimiter: ',', - /** - * @cfg {String/Ext.XTemplate} labelTpl - * The {@link Ext.XTemplate XTemplate} to use for the inner - * markup of the labeled items. Defaults to the configured {@link #displayField} - */ - /** - * @cfg {String/Ext.XTemplate} tipTpl - * The {@link Ext.XTemplate XTemplate} to use for the tip of the labeled items. - * - * @since 5.1.1 - */ - tipTpl: undefined, - /** - * @cfg - * @inheritdoc - * - * When {@link #forceSelection} is `false`, new records can be created by the user as they - * are typed. These records are **not** added to the combo's store. Multiple new values - * may be added by separating them with the {@link #delimiter}, and can be further configured using the - * {@link #createNewOnEnter} and {@link #createNewOnBlur} configuration options. - * - * This functionality is primarily useful for things such as an email address. - */ - forceSelection: true, - /** - * @cfg {Boolean} createNewOnEnter - * Has no effect if {@link #forceSelection} is `true`. - * - * With this set to `true`, the creation described in - * {@link #forceSelection} will also be triggered by the 'enter' key. - */ - createNewOnEnter: false, - /** - * @cfg {Boolean} createNewOnBlur - * Has no effect if {@link #forceSelection} is `true`. - * - * With this set to `true`, the creation described in - * {@link #forceSelection} will also be triggered when the field loses focus. - * - * Please note that this behavior is also affected by the configuration options - * {@link #autoSelect} and {@link #selectOnTab}. If those are true and an existing - * item would have been selected as a result, the partial text the user has entered will - * be discarded and the existing item will be added to the selection. - */ - createNewOnBlur: false, - /** - * @cfg {Boolean} encodeSubmitValue - * Has no effect if {@link #multiSelect} is `false`. - * - * Controls the formatting of the form submit value of the field as returned by {@link #getSubmitValue} - * - * - `true` for the field value to submit as a json encoded array in a single GET/POST variable - * - `false` for the field to submit as an array of GET/POST variables - */ - encodeSubmitValue: false, - /** - * @cfg {Boolean} triggerOnClick - * `true` to activate the trigger when clicking in empty space in the field. Note that the - * subsequent behavior of this is controlled by the field's {@link #triggerAction}. - * This behavior is similar to that of a basic ComboBox with {@link #editable} `false`. - */ - triggerOnClick: true, - /** - * @cfg {Boolean} stacked - * - `true` to have each selected value fill to the width of the form field - * - `false to have each selected value size to its displayed contents - */ - stacked: false, - /** - * @cfg {Boolean} filterPickList - * True to hide the currently selected values from the drop down list. - * - * - `true` to hide currently selected values from the drop down pick list - * - `false` to keep the item in the pick list as a selected item - */ - filterPickList: false, - /** - * @cfg {Boolean} - * - * `true` if this field should automatically grow and shrink vertically to its content. - * Note that this overrides the natural trigger grow functionality, which is used to size - * the field horizontally. - */ - grow: true, - /** - * @cfg {Number/Boolean} - * Has no effect if {@link #grow} is `false` - * - * The minimum height to allow when {@link #grow} is `true`, or `false` to allow for - * natural vertical growth based on the current selected values. See also {@link #growMax}. - */ - growMin: false, - /** - * @cfg {Number/Boolean} - * Has no effect if {@link #grow} is `false` - * - * The maximum height to allow when {@link #grow} is `true`, or `false` to allow for - * natural vertical growth based on the current selected values. See also {@link #growMin}. - */ - growMax: false, - /** - * @cfg - * @inheritdoc - */ - selectOnFocus: true, - /** - * @cfg growAppend - * @hide - * Currently unsupported since this is used for horizontal growth and this component - * only supports vertical growth. - */ - /** - * @cfg growToLongestValue - * @hide - * Currently unsupported since this is used for horizontal growth and this component - * only supports vertical growth. - */ - /** - * @event autosize - * Fires when the **{@link #autoSize}** function is triggered and the field is resized according to the - * {@link #grow}/{@link #growMin}/{@link #growMax} configs as a result. This event provides a hook for the - * developer to apply additional logic at runtime to resize the field if needed. - * @param {Ext.form.field.Tag} this This field - * @param {Number} height The new field height - */ - /** - * @private - * @cfg - */ - fieldSubTpl: [ - '
    ', - '
      ', - '
    • ', - '
      {emptyText}
      ', - 'name="{name}" ', - ' value="{[Ext.util.Format.htmlEncode(values.value)]}"', - 'size="{size}" ', - 'tabindex="{tabIdx}" ', - ' disabled="disabled"', - 'class="' + Ext.baseCSSPrefix + 'tagfield-input-field {inputElCls}" autocomplete="off">', - '
    • ', - '
    ', - '
    ', - { - disableFormats: true - } - ], - extraFieldBodyCls: Ext.baseCSSPrefix + 'tagfield-body', - /** - * @private - */ - childEls: [ - 'listWrapper', - 'itemList', - 'inputEl', - 'inputElCt', - 'emptyEl' - ], - /** - * @private - */ - emptyInputCls: Ext.baseCSSPrefix + 'tagfield-emptyinput', - /** - * @private - */ - clearValueOnEmpty: false, - tagItemCls: Ext.baseCSSPrefix + 'tagfield-item', - tagItemTextCls: Ext.baseCSSPrefix + 'tagfield-item-text', - tagItemCloseCls: Ext.baseCSSPrefix + 'tagfield-item-close', - tagItemSelector: '.' + Ext.baseCSSPrefix + 'tagfield-item', - tagItemCloseSelector: '.' + Ext.baseCSSPrefix + 'tagfield-item-close', - tagSelectedCls: Ext.baseCSSPrefix + 'tagfield-item-selected', - initComponent: function() { - var me = this, - typeAhead = me.typeAhead, - delimiter = me.delimiter; - if (typeAhead && !me.editable) { - Ext.raise('If typeAhead is enabled the combo must be editable: true -- please change one of those settings.'); - } - // Allow unmatched textual values to be converted into new value records. - if (me.createNewOnEnter || me.createNewOnBlur) { - me.forceSelection = false; - } - me.typeAhead = false; - if (me.value == null) { - me.value = []; - } - // This is the selection model for selecting tags in the tag list. NOT the dropdown BoundList. - // Create the selModel before calling parent, we need it to be available - // when we bind the store. - me.selectionModel = new Ext.selection.Model({ - mode: 'MULTI', - onSelectChange: function(record, isSelected, suppressEvent, commitFn) { - commitFn(); - }, - // Relay these selection events passing the field instead of exposing the underlying selection model - listeners: { - scope: me, - selectionchange: me.onSelectionChange, - focuschange: me.onFocusChange - } - }); - me.callParent(); - me.typeAhead = typeAhead; - if (delimiter && me.multiSelect) { - me.delimiterRegexp = new RegExp(Ext.String.escapeRegex(delimiter)); - } - }, - initEvents: function() { - var me = this, - inputEl = me.inputEl; - me.callParent(arguments); - if (!me.enableKeyEvents) { - inputEl.on('keydown', me.onKeyDown, me); - inputEl.on('keyup', me.onKeyUp, me); - } - me.listWrapper.on({ - scope: me, - click: me.onItemListClick, - mousedown: me.onItemMouseDown - }); - }, - isValid: function() { - var me = this, - disabled = me.disabled, - validate = me.forceValidation || !disabled; - return validate ? me.validateValue(me.getValue()) : disabled; - }, - onBindStore: function(store) { - var me = this; - me.callParent([ - store - ]); - if (store) { - // We collect picked records in a value store so that a selection model can track selection - me.valueStore = new Ext.data.Store({ - model: store.getModel(), - // We may have the empty store here, so just ignore empty models - useModelWarning: false - }); - me.selectionModel.bindStore(me.valueStore); - // Picked records disappear from the BoundList - if (me.filterPickList) { - me.listFilter = new Ext.util.Filter({ - scope: me, - filterFn: me.filterPicked - }); - me.changingFilters = true; - store.filter(me.listFilter); - me.changingFilters = false; - } - } - }, - filterPicked: function(rec) { - return !this.valueCollection.contains(rec); - }, - onUnbindStore: function(store) { - var me = this, - valueStore = me.valueStore, - picker = me.picker; - if (picker) { - picker.bindStore(null); - } - if (valueStore) { - valueStore.destroy(); - me.valueStore = null; - } - if (me.filterPickList && !store.destroyed) { - me.changingFilters = true; - store.removeFilter(me.listFilter); - me.changingFilters = false; - } - me.callParent(arguments); - }, - onValueCollectionEndUpdate: function() { - var me = this, - pickedRecords = me.valueCollection.items, - valueStore = me.valueStore; - if (me.isSelectionUpdating()) { - return; - } - // Ensure the source store is filtered down - if (me.filterPickList) { - me.changingFilters = true; - me.store.filter(me.listFilter); - me.changingFilters = false; - } - me.callParent(); - Ext.suspendLayouts(); - if (valueStore) { - valueStore.suspendEvents(); - valueStore.loadRecords(pickedRecords); - valueStore.resumeEvents(); - } - Ext.resumeLayouts(true); - me.alignPicker(); - }, - checkValueOnDataChange: Ext.emptyFn, - onSelectionChange: function(selModel, selectedRecs) { - this.applyMultiselectItemMarkup(); - this.fireEvent('valueselectionchange', this, selectedRecs); - }, - onFocusChange: function(selectionModel, oldFocused, newFocused) { - this.fireEvent('valuefocuschange', this, oldFocused, newFocused); - }, - onDestroy: function() { - this.selectionModel = Ext.destroy(this.selectionModel); - // This will unbind the store, which will destroy the valueStore - this.callParent(arguments); - }, - getSubTplData: function(fieldData) { - var me = this, - data = me.callParent(arguments), - emptyText = me.emptyText, - emptyInputCls = me.emptyInputCls, - isEmpty = emptyText && data.value.length < 1, - growMin = me.growMin, - growMax = me.growMax, - wrapperStyle = ''; - data.value = ''; - data.emptyText = isEmpty ? emptyText : ''; - data.emptyCls = isEmpty ? me.emptyCls : emptyInputCls; - data.inputElCls = isEmpty ? emptyInputCls : ''; - data.itemListCls = ''; - if (me.grow) { - if (Ext.isNumber(growMin) && growMin > 0) { - wrapperStyle += 'min-height:' + growMin + 'px;'; - } - if (Ext.isNumber(growMax) && growMax > 0) { - wrapperStyle += 'max-height:' + growMax + 'px;'; - } - } - data.wrapperStyle = wrapperStyle; - if (me.stacked === true) { - data.itemListCls += ' ' + Ext.baseCSSPrefix + 'tagfield-stacked'; - } - if (!me.multiSelect) { - data.itemListCls += ' ' + Ext.baseCSSPrefix + 'tagfield-singleselect'; - } - return data; - }, - afterRender: function() { - var me = this, - inputEl = me.inputEl, - emptyText = me.emptyText; - if (emptyText) { - // We remove HTML5 placeholder here because we use the emptyEl instead. - if (Ext.supports.Placeholder && inputEl) { - inputEl.dom.removeAttribute('placeholder'); - } else { - me.applyEmptyText(); - } - } - me.applyMultiselectItemMarkup(); - me.callParent(arguments); - }, - findRecord: function(field, value) { - var matches = this.getStore().queryRecords(field, value); - return matches.length ? matches[0] : false; - }, - /** - * Get the current cursor position in the input field, for key-based navigation - * @private - */ - getCursorPosition: function() { - var cursorPos; - if (document.selection) { - cursorPos = document.selection.createRange(); - cursorPos.collapse(true); - cursorPos.moveStart('character', -this.inputEl.dom.value.length); - cursorPos = cursorPos.text.length; - } else { - cursorPos = this.inputEl.dom.selectionStart; - } - return cursorPos; - }, - /** - * Check to see if the input field has selected text, for key-based navigation - * @private - */ - hasSelectedText: function() { - var inputEl = this.inputEl.dom, - sel, range; - if (document.selection) { - sel = document.selection; - range = sel.createRange(); - return (range.parentElement() === inputEl); - } else { - return inputEl.selectionStart !== inputEl.selectionEnd; - } - }, - /** - * Handles keyDown processing of key-based selection of labeled items. - * Supported keyboard controls: - * - * - If pick list is expanded - * - * - `CTRL-A` will select all the items in the pick list - * - * - If the cursor is at the beginning of the input field and there are values present - * - * - `CTRL-A` will highlight all the currently selected values - * - `BACKSPACE` and `DELETE` will remove any currently highlighted selected values - * - `RIGHT` and `LEFT` will move the current highlight in the appropriate direction - * - `SHIFT-RIGHT` and `SHIFT-LEFT` will add to the current highlight in the appropriate direction - * - * @protected - */ - onKeyDown: function(e) { - var me = this, - key = e.getKey(), - inputEl = me.inputEl, - rawValue = inputEl.dom.value, - valueCollection = me.valueCollection, - selModel = me.selectionModel, - stopEvent = false, - lastSelectionIndex; - if (me.readOnly || me.disabled || !me.editable) { - return; - } - if (valueCollection.getCount() > 0 && (rawValue === '' || (me.getCursorPosition() === 0 && !me.hasSelectedText()))) { - // Keyboard navigation of current values - lastSelectionIndex = (selModel.getCount() > 0) ? valueCollection.indexOf(selModel.getLastSelected()) : -1; - if (key === e.BACKSPACE || key === e.DELETE) { - // Delete token - if (lastSelectionIndex > -1) { - if (selModel.getCount() > 1) { - lastSelectionIndex = -1; - } - valueCollection.remove(selModel.getSelection()); - } else { - valueCollection.remove(valueCollection.last()); - } - selModel.clearSelections(); - if (lastSelectionIndex > 0) { - selModel.select(lastSelectionIndex - 1); - } else if (valueCollection.getCount()) { - selModel.select(valueCollection.last()); - } - stopEvent = true; - } else if (key === e.RIGHT || key === e.LEFT) { - // Navigate and select tokens - if (lastSelectionIndex === -1 && key === e.LEFT) { - selModel.select(valueCollection.last()); - stopEvent = true; - } else if (lastSelectionIndex > -1) { - if (key === e.RIGHT) { - if (lastSelectionIndex < (valueCollection.getCount() - 1)) { - selModel.select(lastSelectionIndex + 1, e.shiftKey); - stopEvent = true; - } else if (!e.shiftKey) { - selModel.deselectAll(); - stopEvent = true; - } - } else if (key === e.LEFT && (lastSelectionIndex > 0)) { - selModel.select(lastSelectionIndex - 1, e.shiftKey); - stopEvent = true; - } - } - } else if (key === e.A && e.ctrlKey) { - // Select all tokens - selModel.selectAll(); - stopEvent = e.A; - } - } - if (stopEvent) { - me.preventKeyUpEvent = stopEvent; - e.stopEvent(); - return; - } - // Prevent key up processing for enter if it is being handled by the picker - if (me.isExpanded && key === e.ENTER && me.picker.highlightedItem) { - me.preventKeyUpEvent = true; - } - if (me.enableKeyEvents) { - me.callParent(arguments); - } - if (!e.isSpecialKey() && !e.hasModifier()) { - selModel.deselectAll(); - } - }, - /** - * Handles auto-selection and creation of labeled items based on this field's - * delimiter, as well as the keyUp processing of key-based selection of labeled items. - * @protected - */ - onKeyUp: function(e, t) { - var me = this, - inputEl = me.inputEl, - rawValue = inputEl.dom.value, - preventKeyUpEvent = me.preventKeyUpEvent; - if (me.preventKeyUpEvent) { - e.stopEvent(); - if (preventKeyUpEvent === true || e.getKey() === preventKeyUpEvent) { - delete me.preventKeyUpEvent; - } - return; - } - if (me.multiSelect && me.delimiterRegexp && me.delimiterRegexp.test(rawValue) || (me.createNewOnEnter && e.getKey() === e.ENTER)) { - rawValue = Ext.Array.clean(rawValue.split(me.delimiterRegexp)); - inputEl.dom.value = ''; - me.setValue(me.valueStore.getRange().concat(rawValue)); - inputEl.focus(); - } - me.callParent([ - e, - t - ]); - }, - /** - * Overridden to get and set the DOM value directly for type-ahead suggestion (bypassing get/setRawValue) - * @protected - */ - onTypeAhead: function() { - var me = this, - displayField = me.displayField, - inputElDom = me.inputEl.dom, - boundList = me.getPicker(), - record = me.getStore().findRecord(displayField, inputElDom.value), - newValue, len, selStart; - if (record) { - newValue = record.get(displayField); - len = newValue.length; - selStart = inputElDom.value.length; - boundList.highlightItem(boundList.getNode(record)); - if (selStart !== 0 && selStart !== len) { - inputElDom.value = newValue; - me.selectText(selStart, newValue.length); - } - } - }, - /** - * Delegation control for selecting and removing labeled items or triggering list collapse/expansion - * @protected - */ - onItemListClick: function(e) { - var me = this, - selectionModel = me.selectionModel, - itemEl = e.getTarget(me.tagItemSelector), - closeEl = itemEl ? e.getTarget(me.tagItemCloseSelector) : false; - if (me.readOnly || me.disabled) { - return; - } - e.stopPropagation(); - if (itemEl) { - if (closeEl) { - me.removeByListItemNode(itemEl); - if (me.valueStore.getCount() > 0) { - me.fireEvent('select', me, me.valueStore.getRange()); - } - } else { - me.toggleSelectionByListItemNode(itemEl, e.shiftKey); - } - // If not using touch interactions, focus the input - if (!Ext.supports.TouchEvents) { - me.inputEl.focus(); - } - } else { - if (selectionModel.getCount() > 0) { - selectionModel.deselectAll(); - } - me.inputEl.focus(); - if (me.triggerOnClick) { - me.onTriggerClick(); - } - } - }, - // Prevent item from receiving focus. - // See EXTJS-17686. - onItemMouseDown: function(e) { - e.preventDefault(); - }, - /** - * Build the markup for the labeled items. Template must be built on demand due to ComboBox initComponent - * life cycle for the creation of on-demand stores (to account for automatic valueField/displayField setting) - * @private - */ - getMultiSelectItemMarkup: function() { - var me = this, - childElCls = (me._getChildElCls && me._getChildElCls()) || ''; - // hook for rtl cls - if (!me.multiSelectItemTpl) { - if (!me.labelTpl) { - me.labelTpl = '{' + me.displayField + '}'; - } - me.labelTpl = me.getTpl('labelTpl'); - if (me.tipTpl) { - me.tipTpl = me.getTpl('tipTpl'); - } - me.multiSelectItemTpl = new Ext.XTemplate([ - '', - '
  1. ', - ' ' + me.tagSelectedCls, - '', - '{%', - 'values = values.data;', - '%}', - me.tipTpl ? '" data-qtip="{[this.getTip(values)]}">' : '">', - '
    {[this.getItemLabel(values)]}
    ', - '
    ', - '
  2. ', - '
    ', - { - isSelected: function(rec) { - return me.selectionModel.isSelected(rec); - }, - getItemLabel: function(values) { - return Ext.String.htmlEncode(me.labelTpl.apply(values)); - }, - getTip: function(values) { - return Ext.String.htmlEncode(me.tipTpl.apply(values)); - }, - strict: true - } - ]); - } - if (!me.multiSelectItemTpl.isTemplate) { - me.multiSelectItemTpl = this.getTpl('multiSelectItemTpl'); - } - return me.multiSelectItemTpl.apply(me.valueCollection.getRange()); - }, - /** - * Update the labeled items rendering - * @private - */ - applyMultiselectItemMarkup: function() { - var me = this, - itemList = me.itemList; - if (itemList) { - itemList.select('.' + Ext.baseCSSPrefix + 'tagfield-item').destroy(); - me.inputElCt.insertHtml('beforeBegin', me.getMultiSelectItemMarkup()); - me.autoSize(); - } - }, - /** - * Returns the record from valueStore for the labeled item node - */ - getRecordByListItemNode: function(itemEl) { - return this.valueCollection.items[Number(itemEl.getAttribute('data-selectionIndex'))]; - }, - /** - * Toggle of labeled item selection by node reference - */ - toggleSelectionByListItemNode: function(itemEl, keepExisting) { - var me = this, - rec = me.getRecordByListItemNode(itemEl), - selModel = me.selectionModel; - if (rec) { - if (selModel.isSelected(rec)) { - selModel.deselect(rec); - } else { - selModel.select(rec, keepExisting); - } - } - }, - /** - * Removal of labelled item by node reference - */ - removeByListItemNode: function(itemEl) { - var me = this, - rec = me.getRecordByListItemNode(itemEl); - if (rec) { - me.pickerSelectionModel.deselect(rec); - } - }, - // Private implementation. - // The display value is always the raw value. - // Picked values are displayed by the tag template. - getDisplayValue: function() { - return this.getRawValue(); - }, - /** - * @inheritdoc - * Intercept calls to getRawValue to pretend there is no inputEl for rawValue handling, - * so that we can use inputEl for user input of just the current value. - */ - getRawValue: function() { - var me = this, - records = me.getValueRecords(), - values = [], - i, len; - for (i = 0 , len = records.length; i < len; i++) { - values.push(records[i].data[me.displayField]); - } - return values.join(','); - }, - setRawValue: function(value) { - // setRawValue is not supported for tagfield. - return; - }, - /** - * Removes a value or values from the current value of the field - * @param {Mixed} value The value or values to remove from the current value, see {@link #setValue} - */ - removeValue: function(value) { - var me = this, - valueCollection = me.valueCollection, - len, i, item, - toRemove = []; - if (value) { - value = Ext.Array.from(value); - // Ensure that the remove values are records - for (i = 0 , len = value.length; i < len; ++i) { - item = value[i]; - // If a key is supplied, find the matching value record from our value collection - if (!item.isModel) { - item = valueCollection.byValue.get(item); - } - if (item) { - toRemove.push(item); - } - } - me.valueCollection.beginUpdate(); - me.pickerSelectionModel.deselect(toRemove); - me.valueCollection.endUpdate(); - } - }, - /** - * Sets the specified value(s) into the field. The following value formats are recognized: - * - * - Single Values - * - * - A string associated to this field's configured {@link #valueField} - * - A record containing at least this field's configured {@link #valueField} and {@link #displayField} - * - * - Multiple Values - * - * - If {@link #multiSelect} is `true`, a string containing multiple strings as - * specified in the Single Values section above, concatenated in to one string - * with each entry separated by this field's configured {@link #delimiter} - * - An array of strings as specified in the Single Values section above - * - An array of records as specified in the Single Values section above - * - * In any of the string formats above, the following occurs if an associated record cannot be found: - * - * 1. If {@link #forceSelection} is `false`, a new record of the {@link #store}'s configured model type - * will be created using the given value as the {@link #displayField} and {@link #valueField}. - * This record will be added to the current value, but it will **not** be added to the store. - * 2. If {@link #forceSelection} is `true` and {@link #queryMode} is `remote`, the list of unknown - * values will be submitted as a call to the {@link #store}'s load as a parameter named by - * the {@link #valueParam} with values separated by the configured {@link #delimiter}. - * ** This process will cause setValue to asynchronously process. ** This will only be attempted - * once. Any unknown values that the server does not return records for will be removed. - * 3. Otherwise, unknown values will be removed. - * - * @param {Mixed} value The value(s) to be set, see method documentation for details - * @return {Ext.form.field.Field/Boolean} this, or `false` if asynchronously querying for unknown values - */ - setValue: function(value, /* private */ - add, skipLoad) { - var me = this, - valueStore = me.valueStore, - valueField = me.valueField, - unknownValues = [], - store = me.store, - autoLoadOnValue = me.autoLoadOnValue, - isLoaded = store.getCount() > 0 || store.isLoaded(), - pendingLoad = store.hasPendingLoad(), - unloaded = autoLoadOnValue && !isLoaded && !pendingLoad, - record, len, i, valueRecord, cls, params; - if (Ext.isEmpty(value)) { - value = null; - } else if (Ext.isString(value) && me.multiSelect) { - value = value.split(me.delimiter); - } else { - value = Ext.Array.from(value, true); - } - if (value && me.queryMode === 'remote' && !store.isEmptyStore && skipLoad !== true && unloaded) { - for (i = 0 , len = value.length; i < len; i++) { - record = value[i]; - if (!record || !record.isModel) { - valueRecord = valueStore.findExact(valueField, record); - if (valueRecord > -1) { - value[i] = valueStore.getAt(valueRecord); - } else { - valueRecord = me.findRecord(valueField, record); - if (!valueRecord) { - if (me.forceSelection) { - unknownValues.push(record); - } else { - valueRecord = {}; - valueRecord[me.valueField] = record; - valueRecord[me.displayField] = record; - cls = me.valueStore.getModel(); - valueRecord = new cls(valueRecord); - } - } - if (valueRecord) { - value[i] = valueRecord; - } - } - } - } - if (unknownValues.length) { - params = {}; - params[me.valueParam || me.valueField] = unknownValues.join(me.delimiter); - store.load({ - params: params, - callback: function() { - me.setValue(value, add, true); - me.autoSize(); - me.lastQuery = false; - } - }); - return false; - } - } - // For single-select boxes, use the last good (formal record) value if possible - if (!me.multiSelect && value.length > 0) { - for (i = value.length - 1; i >= 0; i--) { - if (value[i].isModel) { - value = value[i]; - break; - } - } - if (Ext.isArray(value)) { - value = value[value.length - 1]; - } - } - return me.callParent([ - value, - add - ]); - }, - // Private internal setting of value when records are added to the valueCollection - // setValue itself adds to the valueCollection. - updateValue: function() { - var me = this, - valueArray = me.valueCollection.getRange(), - len = valueArray.length, - i; - for (i = 0; i < len; i++) { - valueArray[i] = valueArray[i].get(me.valueField); - } - // Set the value of this field. If we are multi-selecting, then that is an array. - me.setHiddenValue(valueArray); - me.value = me.multiSelect ? valueArray : valueArray[0]; - if (!Ext.isDefined(me.value)) { - me.value = undefined; - } - me.applyMultiselectItemMarkup(); - me.checkChange(); - me.applyEmptyText(); - }, - /** - * Returns the records for the field's current value - * @return {Array} The records for the field's current value - */ - getValueRecords: function() { - return this.valueCollection.getRange(); - }, - /** - * @inheritdoc - * Overridden to optionally allow for submitting the field as a json encoded array. - */ - getSubmitData: function() { - var me = this, - val = me.callParent(arguments); - if (me.multiSelect && me.encodeSubmitValue && val && val[me.name]) { - val[me.name] = Ext.encode(val[me.name]); - } - return val; - }, - /** - * Overridden to handle partial-input selections more directly - */ - assertValue: function() { - var me = this, - rawValue = me.inputEl.dom.value, - rec = !Ext.isEmpty(rawValue) ? me.findRecordByDisplay(rawValue) : false, - value = false; - if (!rec && !me.forceSelection && me.createNewOnBlur && !Ext.isEmpty(rawValue)) { - value = rawValue; - } else if (rec) { - value = rec; - } - if (value) { - me.addValue(value); - } - me.inputEl.dom.value = ''; - me.collapse(); - }, - /** - * Overridden to be more accepting of varied value types - */ - isEqual: function(v1, v2) { - var fromArray = Ext.Array.from, - valueField = this.valueField, - i, len, t1, t2; - v1 = fromArray(v1); - v2 = fromArray(v2); - len = v1.length; - if (len !== v2.length) { - return false; - } - for (i = 0; i < len; i++) { - t1 = v1[i].isModel ? v1[i].get(valueField) : v1[i]; - t2 = v2[i].isModel ? v2[i].get(valueField) : v2[i]; - if (t1 !== t2) { - return false; - } - } - return true; - }, - /** - * Overridden to use value (selection) instead of raw value and to avoid the use of placeholder - */ - applyEmptyText: function() { - var me = this, - emptyText = me.emptyText, - emptyEl = me.emptyEl, - inputEl = me.inputEl, - listWrapper = me.listWrapper, - emptyCls = me.emptyCls, - emptyInputCls = me.emptyInputCls, - isEmpty; - if (me.rendered && emptyText) { - isEmpty = Ext.isEmpty(me.value) && !me.hasFocus; - if (isEmpty) { - inputEl.dom.value = ''; - emptyEl.setHtml(emptyText); - emptyEl.addCls(emptyCls); - emptyEl.removeCls(emptyInputCls); - listWrapper.addCls(emptyCls); - inputEl.addCls(emptyInputCls); - } else { - emptyEl.addCls(emptyInputCls); - emptyEl.removeCls(emptyCls); - listWrapper.removeCls(emptyCls); - inputEl.removeCls(emptyInputCls); - } - me.autoSize(); - } - }, - /** - * Overridden to use inputEl instead of raw value and to avoid the use of placeholder - */ - preFocus: function() { - var me = this, - inputEl = me.inputEl, - isEmpty = inputEl.dom.value === ''; - me.emptyEl.addCls(me.emptyInputCls); - me.emptyEl.removeCls(me.emptyCls); - me.listWrapper.removeCls(me.emptyCls); - me.inputEl.removeCls(me.emptyInputCls); - if (me.selectOnFocus || isEmpty) { - inputEl.dom.select(); - } - }, - /** - * Intercept calls to onFocus to add focusCls, because the base field - * classes assume this should be applied to inputEl - */ - onFocus: function() { - var me = this, - focusCls = me.focusCls, - itemList = me.itemList; - if (focusCls && itemList) { - itemList.addCls(focusCls); - } - me.callParent(arguments); - }, - /** - * Intercept calls to onBlur to remove focusCls, because the base field - * classes assume this should be applied to inputEl - */ - onBlur: function() { - var me = this, - focusCls = me.focusCls, - itemList = me.itemList; - if (focusCls && itemList) { - itemList.removeCls(focusCls); - } - me.callParent(arguments); - }, - /** - * Intercept calls to renderActiveError to add invalidCls, because the base - * field classes assume this should be applied to inputEl - */ - renderActiveError: function() { - var me = this, - invalidCls = me.invalidCls, - itemList = me.itemList, - hasError = me.hasActiveError(); - if (invalidCls && itemList) { - itemList[hasError ? 'addCls' : 'removeCls'](me.invalidCls + '-field'); - } - me.callParent(arguments); - }, - /** - * Initiate auto-sizing for height based on {@link #grow}, if applicable. - */ - autoSize: function() { - var me = this; - if (me.grow && me.rendered) { - me.autoSizing = true; - me.updateLayout(); - } - return me; - }, - /** - * Track height change to fire {@link #event-autosize} event, when applicable. - */ - afterComponentLayout: function() { - var me = this, - height; - if (me.autoSizing) { - height = me.getHeight(); - if (height !== me.lastInputHeight) { - if (me.isExpanded) { - me.alignPicker(); - } - me.fireEvent('autosize', me, height); - me.lastInputHeight = height; - me.autoSizing = false; - } - } - } -}); - -/** - * A time picker which provides a list of times from which to choose. This is used by the Ext.form.field.Time - * class to allow browsing and selection of valid times, but could also be used with other components. - * - * By default, all times starting at midnight and incrementing every 15 minutes will be presented. This list of - * available times can be controlled using the {@link #minValue}, {@link #maxValue}, and {@link #increment} - * configuration properties. The format of the times presented in the list can be customized with the {@link #format} - * config. - * - * To handle when the user selects a time from the list, you can subscribe to the {@link #selectionchange} event. - * - * @example - * Ext.create('Ext.picker.Time', { - * width: 60, - * minValue: Ext.Date.parse('04:30:00 AM', 'h:i:s A'), - * maxValue: Ext.Date.parse('08:00:00 AM', 'h:i:s A'), - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.picker.Time', { - extend: 'Ext.view.BoundList', - alias: 'widget.timepicker', - requires: [ - 'Ext.data.Store', - 'Ext.Date' - ], - config: { - /** - * @hide - * This class creates its own store based upon time range and increment configuration. - */ - store: true - }, - statics: { - /** - * @private - * Creates the internal {@link Ext.data.Store} that contains the available times. The store - * is loaded with all possible times, and it is later filtered to hide those times outside - * the minValue/maxValue. - */ - createStore: function(format, increment) { - var dateUtil = Ext.Date, - clearTime = dateUtil.clearTime, - initDate = this.prototype.initDate, - times = [], - min = clearTime(new Date(initDate[0], initDate[1], initDate[2])), - max = dateUtil.add(clearTime(new Date(initDate[0], initDate[1], initDate[2])), 'mi', (24 * 60) - 1); - while (min <= max) { - times.push({ - disp: dateUtil.dateFormat(min, format), - date: min - }); - min = dateUtil.add(min, 'mi', increment); - } - return new Ext.data.Store({ - model: Ext.picker.Time.prototype.modelType, - data: times - }); - } - }, - /** - * @cfg {Date} minValue - * The minimum time to be shown in the list of times. This must be a Date object (only the time fields will be - * used); no parsing of String values will be done. - */ - /** - * @cfg {Date} maxValue - * The maximum time to be shown in the list of times. This must be a Date object (only the time fields will be - * used); no parsing of String values will be done. - */ - /** - * @cfg {Number} increment - * The number of minutes between each time value in the list. - */ - increment: 15, - // - /** - * @cfg {String} [format=undefined] - * The default time format string which can be overriden for localization support. The format must be valid - * according to {@link Ext.Date#parse}. - * - * Defaults to `'g:i A'`, e.g., `'3:15 PM'`. For 24-hour time format try `'H:i'` instead. - */ - format: "g:i A", - // - /** - * @private - * The field in the implicitly-generated Model objects that gets displayed in the list. This is - * an internal field name only and is not useful to change via config. - */ - displayField: 'disp', - /** - * @private - * Year, month, and day that all times will be normalized into internally. - */ - initDate: [ - 2008, - 0, - 1 - ], - componentCls: Ext.baseCSSPrefix + 'timepicker', - /** - * @cfg - * @private - */ - loadMask: false, - initComponent: function() { - var me = this, - dateUtil = Ext.Date, - clearTime = dateUtil.clearTime, - initDate = me.initDate; - // Set up absolute min and max for the entire day - me.absMin = clearTime(new Date(initDate[0], initDate[1], initDate[2])); - me.absMax = dateUtil.add(clearTime(new Date(initDate[0], initDate[1], initDate[2])), 'mi', (24 * 60) - 1); - // Updates the range filter's filterFn according to our configured min and max - me.updateList(); - me.callParent(); - }, - setStore: function(store) { - // TimePicker may be used standalone without being configured as a BoundList by a Time field. - // In this case, we have to create our own store. - this.store = (store === true) ? Ext.picker.Time.createStore(this.format, this.increment) : store; - }, - /** - * Set the {@link #minValue} and update the list of available times. This must be a Date object (only the time - * fields will be used); no parsing of String values will be done. - * @param {Date} value - */ - setMinValue: function(value) { - this.minValue = value; - this.updateList(); - }, - /** - * Set the {@link #maxValue} and update the list of available times. This must be a Date object (only the time - * fields will be used); no parsing of String values will be done. - * @param {Date} value - */ - setMaxValue: function(value) { - this.maxValue = value; - this.updateList(); - }, - /** - * @private - * Sets the year/month/day of the given Date object to the {@link #initDate}, so that only - * the time fields are significant. This makes values suitable for time comparison. - * @param {Date} date - */ - normalizeDate: function(date) { - var initDate = this.initDate; - date.setFullYear(initDate[0], initDate[1], initDate[2]); - return date; - }, - /** - * Update the list of available times in the list to be constrained within the {@link #minValue} - * and {@link #maxValue}. - */ - updateList: function() { - var me = this, - min = me.normalizeDate(me.minValue || me.absMin), - max = me.normalizeDate(me.maxValue || me.absMax), - filters = me.getStore().getFilters(), - filter = me.rangeFilter; - filters.beginUpdate(); - if (filter) { - filters.remove(filter); - } - filter = me.rangeFilter = new Ext.util.Filter({ - filterFn: function(record) { - var date = record.get('date'); - return date >= min && date <= max; - } - }); - filters.add(filter); - filters.endUpdate(); - } -}, function() { - this.prototype.modelType = Ext.define(null, { - extend: 'Ext.data.Model', - fields: [ - 'disp', - 'date' - ] - }); -}); - -/** - * Provides a time input field with a time dropdown and automatic time validation. - * - * This field recognizes and uses JavaScript Date objects as its main {@link #value} type (only the time portion of the - * date is used; the month/day/year are ignored). In addition, it recognizes string values which are parsed according to - * the {@link #format} and/or {@link #altFormats} configs. These may be reconfigured to use time formats appropriate for - * the user's locale. - * - * The field may be limited to a certain range of times by using the {@link #minValue} and {@link #maxValue} configs, - * and the interval between time options in the dropdown can be changed with the {@link #increment} config. - * - * Example usage: - * - * @example - * Ext.create('Ext.form.Panel', { - * title: 'Time Card', - * width: 300, - * bodyPadding: 10, - * renderTo: Ext.getBody(), - * items: [{ - * xtype: 'timefield', - * name: 'in', - * fieldLabel: 'Time In', - * minValue: '6:00 AM', - * maxValue: '8:00 PM', - * increment: 30, - * anchor: '100%' - * }, { - * xtype: 'timefield', - * name: 'out', - * fieldLabel: 'Time Out', - * minValue: '6:00 AM', - * maxValue: '8:00 PM', - * increment: 30, - * anchor: '100%' - * }] - * }); - */ -Ext.define('Ext.form.field.Time', { - extend: 'Ext.form.field.ComboBox', - alias: 'widget.timefield', - requires: [ - 'Ext.form.field.Date', - 'Ext.picker.Time', - 'Ext.view.BoundListKeyNav', - 'Ext.Date' - ], - alternateClassName: [ - 'Ext.form.TimeField', - 'Ext.form.Time' - ], - /** - * @cfg {String} [triggerCls='x-form-time-trigger'] - * An additional CSS class used to style the trigger button. The trigger will always get the {@link Ext.form.trigger.Trigger#baseCls} - * by default and triggerCls will be **appended** if specified. - */ - triggerCls: Ext.baseCSSPrefix + 'form-time-trigger', - /** - * @cfg {Date/String} minValue - * The minimum allowed time. Can be either a Javascript date object with a valid time value or a string time in a - * valid format -- see {@link #format} and {@link #altFormats}. - */ - /** - * @cfg {Date/String} maxValue - * The maximum allowed time. Can be either a Javascript date object with a valid time value or a string time in a - * valid format -- see {@link #format} and {@link #altFormats}. - */ - // - /** - * @cfg {String} minText - * The error text to display when the entered time is before {@link #minValue}. - */ - minText: "The time in this field must be equal to or after {0}", - // - // - /** - * @cfg {String} maxText - * The error text to display when the entered time is after {@link #maxValue}. - */ - maxText: "The time in this field must be equal to or before {0}", - // - // - /** - * @cfg {String} invalidText - * The error text to display when the time in the field is invalid. - */ - invalidText: "{0} is not a valid time", - // - // - /** - * @cfg {String} [format=undefined] - * The default time format string which can be overridden for localization support. - * The format must be valid according to {@link Ext.Date#parse}. - * - * Defaults to `'g:i A'`, e.g., `'3:15 PM'`. For 24-hour time format try `'H:i'` instead. - */ - format: "g:i A", - // - // - /** - * @cfg {String} [submitFormat=undefined] - * The date format string which will be submitted to the server. The format must be valid according to - * {@link Ext.Date#parse}. - * - * Defaults to {@link #format}. - */ - // - // - /** - * @cfg {String} altFormats - * Multiple date formats separated by "|" to try when parsing a user input value and it doesn't match the defined - * format. - */ - altFormats: "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H|gi a|hi a|giA|hiA|gi A|hi A", - // - // - // The default format for the time field is 'g:i A', which is hardly informative - /** - * @cfg {String} formatText - * The format text to be announced by screen readers when the field is focused. - */ - /** @ignore */ - formatText: 'Expected time format: HH:MM space am/pm', - // - /** - * @cfg {Number} [increment=15] - * The number of minutes between each time value in the list. - * - * Note that this only affects the *list of suggested times.* - * - * To enforce that only times on the list are valid, use {@link #snapToIncrement}. That will coerce - * any typed values to the nearest increment point upon blur. - */ - increment: 15, - /** - * @cfg {Number} pickerMaxHeight - * The maximum height of the {@link Ext.picker.Time} dropdown. - */ - pickerMaxHeight: 300, - /** - * @cfg {Boolean} selectOnTab - * Whether the Tab key should select the currently highlighted item. - */ - selectOnTab: true, - /** - * @cfg {Boolean} [snapToIncrement=false] - * Specify as `true` to enforce that only values on the {@link #increment} boundary are accepted. - * - * Typed values will be coerced to the nearest {@link #increment} point on blur. - */ - snapToIncrement: false, - /** - * @cfg - * @inheritdoc - */ - valuePublishEvent: [ - 'select', - 'blur' - ], - /** - * @private - * This is the date to use when generating time values in the absence of either minValue - * or maxValue. Using the current date causes DST issues on DST boundary dates, so this is an - * arbitrary "safe" date that can be any date aside from DST boundary dates. - */ - initDate: '1/1/2008', - initDateParts: [ - 2008, - 0, - 1 - ], - initDateFormat: 'j/n/Y', - queryMode: 'local', - displayField: 'disp', - valueField: 'date', - initComponent: function() { - var me = this, - min = me.minValue, - max = me.maxValue; - if (min) { - me.setMinValue(min); - } - if (max) { - me.setMaxValue(max); - } - me.displayTpl = new Ext.XTemplate('' + '{[typeof values === "string" ? values : this.formatDate(values["' + me.displayField + '"])]}' + '' + me.delimiter + '' + '', { - formatDate: me.formatDate.bind(me) - }); - // Create a store of times. - me.store = Ext.picker.Time.createStore(me.format, me.increment); - me.callParent(); - // Ensure time constraints are applied to the store. - // TimePicker does this on create. - me.getPicker(); - }, - /** - * @private - */ - isEqual: function(v1, v2) { - var fromArray = Ext.Array.from, - isEqual = Ext.Date.isEqual, - i, len; - v1 = fromArray(v1); - v2 = fromArray(v2); - len = v1.length; - if (len !== v2.length) { - return false; - } - for (i = 0; i < len; i++) { - if (!(v2[i] instanceof Date) || !(v1[i] instanceof Date) || !isEqual(v2[i], v1[i])) { - return false; - } - } - return true; - }, - /** - * Replaces any existing {@link #minValue} with the new time and refreshes the picker's range. - * @param {Date/String} value The minimum time that can be selected - */ - setMinValue: function(value) { - var me = this, - picker = me.picker; - me.setLimit(value, true); - if (picker) { - picker.setMinValue(me.minValue); - } - }, - /** - * Replaces any existing {@link #maxValue} with the new time and refreshes the picker's range. - * @param {Date/String} value The maximum time that can be selected - */ - setMaxValue: function(value) { - var me = this, - picker = me.picker; - me.setLimit(value, false); - if (picker) { - picker.setMaxValue(me.maxValue); - } - }, - /** - * @private - * Updates either the min or max value. Converts the user's value into a Date object whose - * year/month/day is set to the {@link #initDate} so that only the time fields are significant. - */ - setLimit: function(value, isMin) { - var me = this, - d, val; - if (Ext.isString(value)) { - d = me.parseDate(value); - } else if (Ext.isDate(value)) { - d = value; - } - if (d) { - val = me.getInitDate(); - val.setHours(d.getHours(), d.getMinutes(), d.getSeconds(), d.getMilliseconds()); - } else // Invalid min/maxValue config should result in a null so that defaulting takes over - { - val = null; - } - me[isMin ? 'minValue' : 'maxValue'] = val; - }, - getInitDate: function(hours, minutes, seconds) { - var parts = this.initDateParts; - return new Date(parts[0], parts[1], parts[2], hours || 0, minutes || 0, seconds || 0, 0); - }, - valueToRaw: function(value) { - return this.formatDate(this.parseDate(value)); - }, - /** - * Runs all of Time's validations and returns an array of any errors. Note that this first runs Text's validations, - * so the returned array is an amalgamation of all field errors. The additional validation checks are testing that - * the time format is valid, that the chosen time is within the {@link #minValue} and {@link #maxValue} constraints - * set. - * @param {Object} [value] The value to get errors for (defaults to the current field value) - * @return {String[]} All validation errors for this field - */ - getErrors: function(value) { - value = arguments.length > 0 ? value : this.getRawValue(); - var me = this, - format = Ext.String.format, - errors = me.callParent([ - value - ]), - minValue = me.minValue, - maxValue = me.maxValue, - data = me.displayTplData, - raw = me.getRawValue(), - i, len, date, item; - if (data && data.length > 0) { - for (i = 0 , len = data.length; i < len; i++) { - item = data[i]; - item = item.date || item.disp; - date = me.parseDate(item); - if (!date) { - errors.push(format(me.invalidText, item, Ext.Date.unescapeFormat(me.format))); - - continue; - } - if (minValue && date < minValue) { - errors.push(format(me.minText, me.formatDate(minValue))); - } - if (maxValue && date > maxValue) { - errors.push(format(me.maxText, me.formatDate(maxValue))); - } - } - } else if (raw.length && !me.parseDate(raw)) { - // If we don't have any data & a rawValue, it means an invalid time was entered. - errors.push(format(me.invalidText, raw, Ext.Date.unescapeFormat(me.format))); - } - return errors; - }, - formatDate: function(items) { - var formatted = [], - i, len; - items = Ext.Array.from(items); - for (i = 0 , len = items.length; i < len; i++) { - formatted.push(Ext.form.field.Date.prototype.formatDate.call(this, items[i])); - } - return formatted.join(this.delimiter); - }, - /** - * @private - * Parses an input value into a valid Date object. - * @param {String/Date} value - */ - parseDate: function(value) { - var me = this, - val = value, - altFormats = me.altFormats, - altFormatsArray = me.altFormatsArray, - i = 0, - len; - if (value && !Ext.isDate(value)) { - val = me.safeParse(value, me.format); - if (!val && altFormats) { - altFormatsArray = altFormatsArray || altFormats.split('|'); - len = altFormatsArray.length; - for (; i < len && !val; ++i) { - val = me.safeParse(value, altFormatsArray[i]); - } - } - } - // If configured to snap, snap resulting parsed Date to the closest increment. - if (val && me.snapToIncrement) { - val = new Date(Ext.Number.snap(val.getTime(), me.increment * 60 * 1000)); - } - return val; - }, - safeParse: function(value, format) { - var me = this, - utilDate = Ext.Date, - parsedDate, - result = null; - if (utilDate.formatContainsDateInfo(format)) { - // assume we've been given a full date - result = utilDate.parse(value, format); - } else { - // Use our initial safe date - parsedDate = utilDate.parse(me.initDate + ' ' + value, me.initDateFormat + ' ' + format); - if (parsedDate) { - result = parsedDate; - } - } - return result; - }, - /** - * @private - */ - getSubmitValue: function() { - var me = this, - format = me.submitFormat || me.format, - value = me.getValue(); - return value ? Ext.Date.format(value, format) : null; - }, - /** - * @private - * Creates the {@link Ext.picker.Time} - */ - createPicker: function() { - var me = this; - me.listConfig = Ext.apply({ - xtype: 'timepicker', - pickerField: me, - cls: undefined, - minValue: me.minValue, - maxValue: me.maxValue, - increment: me.increment, - format: me.format, - maxHeight: me.pickerMaxHeight - }, me.listConfig); - return me.callParent(); - }, - completeEdit: function() { - var me = this, - val = me.getValue(); - me.callParent(arguments); - // Only set the raw value if the current value is valid and is not falsy - if (me.validateValue(val)) { - me.setValue(val); - } - }, - /** - * Finds the record by searching values in the {@link #valueField}. - * @param {Object/String} value The value to match the field against. - * @return {Ext.data.Model} The matched record or false. - */ - findRecordByValue: function(value) { - if (typeof value === 'string') { - value = this.parseDate(value); - } - return this.callParent([ - value - ]); - }, - rawToValue: function(item) { - var me = this, - items, values, i, len; - if (me.multiSelect) { - values = []; - items = Ext.Array.from(item); - for (i = 0 , len = items.length; i < len; i++) { - values.push(me.parseDate(items[i])); - } - return values; - } - return me.parseDate(item); - }, - setValue: function(v) { - var me = this; - // The timefield can get in a loop when creating its picker. For instance, when creating the picker, the - // timepicker will add a filter (see TimePicker#updateList) which will then trigger the checkValueOnChange - // listener which in turn calls into here, rinse and repeat. - if (me.creatingPicker) { - return; - } - // Store MUST be created for parent setValue to function. - me.getPicker(); - if (Ext.isDate(v)) { - v = me.getInitDate(v.getHours(), v.getMinutes(), v.getSeconds()); - } - return me.callParent([ - v - ]); - }, - getValue: function() { - return this.rawToValue(this.callParent(arguments)); - } -}); - -/** - * @deprecated 5.0 - * Provides a convenient wrapper for TextFields that adds a clickable trigger button. - * (looks like a combobox by default). - * - * As of Ext JS 5.0 this class has been deprecated. It is recommended to use a - * {@link Ext.form.field.Text Text Field} with the {@link Ext.form.field.Text#triggers - * triggers} config instead. This class is provided for compatibility reasons but is - * not used internally by the framework. - */ -Ext.define('Ext.form.field.Trigger', { - extend: 'Ext.form.field.Text', - alias: [ - 'widget.triggerfield', - 'widget.trigger' - ], - requires: [ - 'Ext.dom.Helper', - 'Ext.util.ClickRepeater' - ], - alternateClassName: [ - 'Ext.form.TriggerField', - 'Ext.form.TwinTriggerField', - 'Ext.form.Trigger' - ], - /** - * @cfg {String} triggerCls - * An additional CSS class used to style the trigger button. The trigger will always get the {@link Ext.form.trigger.Trigger#baseCls} - * by default and triggerCls will be **appended** if specified. - */ - triggerCls: Ext.baseCSSPrefix + 'form-arrow-trigger', - inheritableStatics: { - /** - * @private - * @static - * @inheritable - */ - warnDeprecated: function() { - // TODO: can we make this warning depend on compat level? - Ext.log.warn('Ext.form.field.Trigger is deprecated. Use Ext.form.field.Text instead.'); - } - }, - onClassExtended: function() { - this.warnDeprecated(); - }, - constructor: function(config) { - this.self.warnDeprecated(); - this.callParent([ - config - ]); - } -}); - -/** - * Instances of this class encapsulate a position in a grid's row/column coordinate system. - * - * Cells are addressed using the owning {@link #record} and {@link #column} for robustness. - * the column may be moved, the store may be sorted, and the CellContext will still reference - * the same *logical* cell. Be aware that due to buffered rendering the *physical* cell may not exist. - * - * The {@link #setPosition} method however allows a numeric row and column to be passed in. These - * are immediately converted. - * - * Be careful not to make `CellContext` objects *too* persistent. If the owning record is removed, or the owning column - * is removed, the reference will be stale. - * - * Freshly created context objects, such as those exposed by events from the {Ext.grid.selection.SpreadsheetModel spreadsheet selection model} - * are safe to use until your application mutates the store, or changes the column set. - */ -Ext.define('Ext.grid.CellContext', { - /** - * @property {Boolean} isCellContext - * @readonly - * `true` in this class to identify an object as an instantiated CellContext, or subclass thereof. - */ - isCellContext: true, - /** - * @readonly - * @property {Ext.grid.column.Column} column - * The grid column which owns the referenced cell. - */ - /** - * @readonly - * @property {Ext.data.Model} record - * The store record which maps to the referenced cell. - */ - /** - * @readonly - * @property {Number} rowIdx - * The row number in the store which owns the referenced cell. - * - * *Be aware that after the initial call to {@link #setPosition}, this value may become stale due to subsequent store mutation.* - */ - /** - * @readonly - * @property {Number} colIdx - * The column index in the owning View's leaf column set of the referenced cell. - * - * *Be aware that after the initial call to {@link #setPosition}, this value may become stale due to subsequent column mutation.* - */ - /** - * Creates a new CellContext which references a {@link Ext.view.Table GridView} - * @param {Ext.view.Table} view The {@link Ext.view.Table GridView} for which the cell context is needed. - * - * To complete creation of a valid context, use the {@link #setPosition} method. - */ - constructor: function(view) { - this.view = view; - }, - /** - * Binds this cell context to a logical cell defined by the {@link #record} and {@link #column}. - * - * @param {Number/Ext.data.Model} row The row index or record which owns the required cell. - * @param {Number/Ext.grid.column.Column} col The column index (In the owning View's leaf column set), or the owning {@link Ext.grid.column.Column column}. - * - * A one argument form may be used in the form of an array: - * - * [column, row] - * - * Or another CellContext may be passed. - * - * @return {Ext.grid.CellContext} this CellContext object. - */ - setPosition: function(row, col) { - var me = this; - // We were passed {row: 1, column: 2, view: myView} or [2, 1] - if (arguments.length === 1) { - // A [column, row] array passed - if (row.length) { - col = row[0]; - row = row[1]; - } else if (row.isCellContext) { - return me.setAll(row.view, row.rowIdx, row.colIdx, row.record, row.columnHeader); - } else // An object containing {row: r, column: c} - { - if (row.view) { - me.view = row.view; - } - col = row.column; - row = row.row; - } - } - me.setRow(row); - me.setColumn(col); - return me; - }, - setAll: function(view, recordIndex, columnIndex, record, columnHeader) { - var me = this; - me.view = view; - me.rowIdx = recordIndex; - me.colIdx = columnIndex; - me.record = record; - me.column = columnHeader; - return me; - }, - setRow: function(row) { - var me = this, - dataSource = me.view.dataSource; - if (row !== undefined) { - // Row index passed - if (typeof row === 'number') { - me.rowIdx = Math.max(Math.min(row, dataSource.getCount() - 1), 0); - me.record = dataSource.getAt(row); - } - // row is a Record - else if (row.isModel) { - me.record = row; - me.rowIdx = dataSource.indexOf(row); - } - // row is a grid row, or Element wrapping row - else if (row.tagName || row.isElement) { - me.record = me.view.getRecord(row); - me.rowIdx = dataSource.indexOf(me.record); - } - } - return me; - }, - setColumn: function(col) { - var me = this, - colMgr = me.view.getVisibleColumnManager(); - // Maintainer: - // We MUST NOT update the context view with the column's view because this context - // may be for an Ext.locking.View which spans two grid views, and a column references - // its local grid view. - if (col !== undefined) { - if (typeof col === 'number') { - me.colIdx = col; - me.column = colMgr.getHeaderAtIndex(col); - } else if (col.isHeader) { - me.column = col; - // Must use the Manager's indexOf because view may be a locking view - // And Column#getVisibleIndex returns the index of the column within its own header. - me.colIdx = colMgr.indexOf(col); - } - } - return me; - }, - /** - * Returns the cell object referenced *at the time of calling*. Note that grid DOM is transient, and - * the cell referenced may be removed from the DOM due to paging or buffered rendering or column or record removal. - * - * @param {Boolean} returnDom Pass `true` to return a DOM object instead of an {@link Ext.dom.Element Element). - * @return {HTMLElement/Ext.dom.Element} The cell referenced by this context. - */ - getCell: function(returnDom) { - return this.view.getCellByPosition(this, returnDom); - }, - /** - * Returns the row object referenced *at the time of calling*. Note that grid DOM is transient, and - * the row referenced may be removed from the DOM due to paging or buffered rendering or column or record removal. - * - * @param {Boolean} returnDom Pass `true` to return a DOM object instead of an {@link Ext.dom.Element Element). - * @return {HTMLElement/Ext.dom.Element} The grid row referenced by this context. - */ - getRow: function(returnDom) { - var result = this.view.getRow(this.record); - return returnDom ? result : Ext.get(result); - }, - /** - * Returns the view node object (the encapsulating element of a data row) referenced *at the time of - * calling*. Note that grid DOM is transient, and the node referenced may be removed from the DOM due - * to paging or buffered rendering or column or record removal. - * - * @param {Boolean} returnDom Pass `true` to return a DOM object instead of an {@link Ext.dom.Element Element). - * @return {HTMLElement/Ext.dom.Element} The grid item referenced by this context. - */ - getNode: function(returnDom) { - var result = this.view.getNode(this.record); - return returnDom ? result : Ext.get(result); - }, - /** - * Compares this CellContext object to another CellContext to see if they refer to the same cell. - * @param {Ext.grid.CellContext} other The CellContext to compare. - * @return {Boolean} `true` if the other cell context references the same cell as this. - */ - isEqual: function(other) { - return (other && other.isCellContext && other.record === this.record && other.column === this.column); - }, - /** - * Creates a clone of this CellContext. - * - * The clone may be retargeted without affecting the reference of this context. - * @return {Ext.grid.CellContext} A copy of this context, referencing the same cell. - */ - clone: function() { - var me = this, - result = new me.self(me.view); - result.rowIdx = me.rowIdx; - result.colIdx = me.colIdx; - result.record = me.record; - result.column = me.column; - return result; - }, - privates: { - isFirstColumn: function() { - var cell = this.getCell(true); - if (cell) { - return !cell.previousSibling; - } - }, - isLastColumn: function() { - var cell = this.getCell(true); - if (cell) { - return !cell.nextSibling; - } - }, - getLastColumnIndex: function() { - var row = this.getRow(true); - if (row) { - return row.lastChild.cellIndex; - } - return -1; - }, - /** - * @private - * Navigates left or right within the current row. - * @param {Number} direction `-1` to go towards the row start or `1` to go towards row end - */ - navigate: function(direction) { - var me = this, - columns = me.view.getVisibleColumnManager().getColumns(); - switch (direction) { - case -1: - do { - if (!me.colIdx) { - me.colIdx = columns.length - 1; - } else { - me.colIdx--; - } - me.setColumn(me.colIdx); - } while (// If we iterate off the start, wrap back to the end. - !me.getCell(true)); - break; - case 1: - do { - if (me.colIdx >= columns.length) { - me.colIdx = 0; - } else { - me.colIdx++; - } - me.setColumn(me.colIdx); - } while (// If we iterate off the end, wrap back to the start. - !me.getCell(true)); - break; - } - } - }, - statics: { - compare: function(c1, c2) { - return c1.rowIdx - c2.rowIdx || c1.colIdx - c2.colIdx; - } - } -}); - -/** - * Internal utility class that provides default configuration for cell editing. - * @private - */ -Ext.define('Ext.grid.CellEditor', { - extend: 'Ext.Editor', - /** - * @property {Boolean} isCellEditor - * @readonly - * `true` in this class to identify an object as an instantiated CellEditor, or subclass thereof. - */ - isCellEditor: true, - alignment: 'l-l!', - hideEl: false, - cls: Ext.baseCSSPrefix + 'small-editor ' + Ext.baseCSSPrefix + 'grid-editor ' + Ext.baseCSSPrefix + 'grid-cell-editor', - treeNodeSelector: '.' + Ext.baseCSSPrefix + 'tree-node-text', - shim: false, - shadow: false, - // Set the grid that owns this editor. - // Called by CellEditing#getEditor - setGrid: function(grid) { - var me = this, - oldGrid = me.grid, - viewListeners; - if (grid !== oldGrid) { - viewListeners = { - beforeitemupdate: me.beforeItemUpdate, - itemupdate: me.onItemUpdate, - scope: me - }; - // Remove previous refresh listener - if (oldGrid) { - oldGrid.getView().un(viewListeners); - } - me.grid = grid; - // On view refresh, we need to copy our DOM into the detached body to prevent it from being garbage collected. - grid.getView().on(viewListeners); - } - }, - beforeViewRefresh: function(view) { - var me = this, - dom = me.el && me.el.dom; - if (dom) { - me.wasAllowBlur = me.allowBlur; - if (me.editing) { - // Clear the Panel's cellFocused flag prior to removing it from the DOM - // This will prevent the Panels onFocusLeave from processing the resulting blurring. - view.cellFocused = false; - // Set the Editor.allowBlur setting so that it does not process the upcoming field blur event and terminate the edit - me.allowBlur = false; - } - // Remove the editor from the view to protect it from annihilation: https://sencha.jira.com/browse/EXTJSIV-11713 - if (dom.parentNode) { - // Set refreshing flag so that onFocusLeave caused by removing a focused element - // does not exit actionableMode - view.refreshing = true; - dom.parentNode.removeChild(dom); - } - } - }, - onViewRefresh: function(view) { - var me = this, - dom = me.el && me.el.dom, - cell, - context = me.context; - if (dom) { - // Update the context with the possibly new contextual data - // (refresh might have been caused by a sort or column move etc) - cell = view.getCellByPosition(context, true); - // If the refresh was caused by eg column removal, the cell will not exist. - // In this case, terminate the edit. - if (!cell) { - me.allowBlur = me.wasAllowBlur; - me.completeEdit(); - Ext.getDetachedBody().dom.appendChild(dom); - return; - } - context.node = view.getNode(context.record); - context.row = view.getRow(context.record); - context.cell = cell; - context.rowIdx = view.indexOf(context.row); - cell.insertBefore(dom, cell.firstChild); - me.boundEl = me.container = Ext.get(cell); - me.realign(true); - // If the view was refreshed while we were editing, replace it. - // On IE, the blur event will fire asynchronously, so we must leave - // allowBlur as false for a very short while longer. - // After which we reset it, and refocus the field. - if (me.editing) { - if (Ext.isIE) { - Ext.defer(function() { - // May have been destroyed immediately after refreshing!? - if (!me.destroyed) { - me.allowBlur = me.wasAllowBlur; - me.field.focus(); - } - }, 10); - } else { - me.allowBlur = me.wasAllowBlur; - me.field.focus(); - } - } - } - }, - beforeItemUpdate: function(record, recordIndex, oldItemDom, columnsToUpdate) { - var me = this, - context = me.context, - l = columnsToUpdate.length, - i; - // If this CellEditor's row is to be updated, we *may* have to restore this editor - // due to cell content possibly being changed. - if (record === context.record) { - for (i = 0; i < l; i++) { - // If the cell is scheduled for update, we definitely will need restoration. - if (columnsToUpdate[i] === context.column) { - me.needsFixOnItemUpdate = true; - me.beforeViewRefresh(context.view); - return; - } - } - } - }, - onItemUpdate: function(record, recordIndex, oldItemDom) { - var view = this.context.view; - if (this.needsFixOnItemUpdate) { - // The refreshing flag was set to indicate to the onFocusLeave listener that it - // should ignore focusleave caused by this Editor blurring. - this.needsFixOnItemUpdate = view.refreshing = false; - this.onViewRefresh(view); - } - }, - startEdit: function(boundEl, value, doFocus) { - this.context = this.editingPlugin.context; - this.callParent([ - boundEl, - value, - doFocus - ]); - }, - /** - * @private - * Shows the editor, end ensures that it is rendered into the correct view - * Hides the grid cell inner element when a cell editor is shown. - */ - onShow: function() { - var me = this, - innerCell = me.boundEl.down(me.context.view.innerSelector); - if (innerCell) { - if (me.isForTree) { - innerCell = innerCell.child(me.treeNodeSelector); - } - innerCell.hide(); - } - me.callParent(arguments); - }, - onFocusEnter: function() { - var context = this.context, - view = context.view; - // Focus restoration after a refresh may require realignment and correction - // of the context because it could have been due to a or filter operation and - // the context may have changed position. - context.node = view.getNode(context.record); - context.row = view.getRow(context.record); - context.cell = context.getCell(true); - context.rowIdx = view.indexOf(context.row); - this.realign(true); - this.callParent(arguments); - // Ensure that hide processing does not throw focus back to the previously focused element. - this.focusEnterEvent = null; - }, - onEditComplete: function(remainVisible) { - // When being asked to process edit completion, if we are not hiding, restore the cell now - if (remainVisible) { - this.restoreCell(); - } - this.callParent(arguments); - }, - /** - * @private - * Shows the grid cell inner element when a cell editor is hidden - */ - onHide: function() { - this.restoreCell(); - this.callParent(arguments); - }, - onSpecialKey: function(field, event) { - var me = this, - key = event.getKey(), - complete = me.completeOnEnter && key === event.ENTER, - cancel = me.cancelOnEsc && key === event.ESC, - view = me.editingPlugin.view; - if (complete || cancel) { - // Do not let the key event bubble into the NavigationModel after we're don processing it. - // We control the navigation action here; we focus the cell. - event.stopEvent(); - // Maintain visibility so that focus doesn't leak. - // We need to direct focusback to the owning cell. - if (complete) { - me.completeEdit(true); - } else if (cancel) { - me.cancelEdit(true); - } - view.getNavigationModel().setPosition(me.context, null, event); - view.ownerGrid.setActionableMode(false); - } - }, - getRefOwner: function() { - return this.column && this.column.getView(); - }, - restoreCell: function() { - var me = this, - innerCell = me.boundEl.down(me.context.view.innerSelector); - if (innerCell) { - if (me.isForTree) { - innerCell = innerCell.child(me.treeNodeSelector); - } - innerCell.show(); - } - }, - /** - * @private - * Fix checkbox blur when it is clicked. - */ - afterRender: function() { - var me = this, - field = me.field; - me.callParent(arguments); - if (field.isCheckbox) { - field.mon(field.inputEl, { - mousedown: me.onCheckBoxMouseDown, - click: me.onCheckBoxClick, - scope: me - }); - } - }, - /** - * @private - * Because when checkbox is clicked it loses focus completeEdit is bypassed. - */ - onCheckBoxMouseDown: function() { - this.completeEdit = Ext.emptyFn; - }, - /** - * @private - * Restore checkbox focus and completeEdit method. - */ - onCheckBoxClick: function() { - delete this.completeEdit; - this.field.focus(false, 10); - }, - /** - * @private - * Realigns the Editor to the grid cell, or to the text node in the grid inner cell - * if the inner cell contains multiple child nodes. - */ - realign: function(autoSize) { - var me = this, - boundEl = me.boundEl, - innerCell = boundEl.down(me.context.view.innerSelector), - innerCellTextNode = innerCell.dom.firstChild, - width = boundEl.getWidth(), - offsets = Ext.Array.clone(me.offsets), - grid = me.grid, - xOffset, - v = '', - // innerCell is empty if there are no children, or there is one text node, and it contains whitespace - isEmpty = !innerCellTextNode || (innerCellTextNode.nodeType === 3 && !(Ext.String.trim(v = innerCellTextNode.data).length)); - if (me.isForTree) { - // When editing a tree, adjust the width and offsets of the editor to line - // up with the tree cell's text element - xOffset = me.getTreeNodeOffset(innerCell); - width -= Math.abs(xOffset); - offsets[0] += xOffset; - } - if (grid.columnLines) { - // Subtract the column border width so that the editor displays inside the - // borders. The column border could be either on the left or the right depending - // on whether the grid is RTL - using the sum of both borders works in both modes. - width -= boundEl.getBorderWidth('rl'); - } - if (autoSize === true) { - me.field.setWidth(width); - } - // https://sencha.jira.com/browse/EXTJSIV-10871 Ensure the data bearing element has a height from text. - if (isEmpty) { - innerCell.dom.innerHTML = 'X'; - } - me.alignTo(boundEl, me.alignment, offsets); - if (isEmpty) { - innerCell.dom.firstChild.data = v; - } - }, - getTreeNodeOffset: function(innerCell) { - return innerCell.child(this.treeNodeSelector).getOffsetsTo(innerCell)[0]; - } -}); - -/** - * Component layout for grid column headers which have a title element at the top followed by content. - * @private - */ -Ext.define('Ext.grid.ColumnComponentLayout', { - extend: 'Ext.layout.component.Auto', - alias: 'layout.columncomponent', - type: 'columncomponent', - setWidthInDom: true, - _paddingReset: { - paddingTop: '', - // reset back to default padding of the style - paddingBottom: '' - }, - columnAutoCls: Ext.baseCSSPrefix + 'column-header-text-container-auto', - beginLayout: function(ownerContext) { - this.callParent(arguments); - ownerContext.titleContext = ownerContext.getEl('titleEl'); - }, - beginLayoutCycle: function(ownerContext) { - var me = this, - owner = me.owner, - shrinkWrap = ownerContext.widthModel.shrinkWrap; - me.callParent(arguments); - // If shrinkwrapping, allow content width to stretch the element - if (shrinkWrap) { - owner.el.setWidth(''); - } - owner.textContainerEl[shrinkWrap && !owner.isGroupHeader ? 'addCls' : 'removeCls'](me.columnAutoCls); - owner.titleEl.setStyle(me._paddingReset); - }, - // If not shrink wrapping, push height info down into child items - publishInnerHeight: function(ownerContext, outerHeight) { - var me = this, - owner = me.owner, - innerHeight; - // TreePanels (and grids with hideHeaders: true) set their column container height to zero to hide them. - // This is because they need to lay out in order to calculate widths for the columns (eg flexes). - // If there is no height to lay out, bail out early. - if (owner.getRootHeaderCt().hiddenHeaders) { - ownerContext.setProp('innerHeight', 0); - return; - } - // If this ia a group header; that is, it contains subheaders... - // hasRawContent = !(target.isContainer && target.items.items.length > 0) - if (!ownerContext.hasRawContent) { - // We do not have enough information to get the height of the titleEl - if (owner.headerWrap && !ownerContext.hasDomProp('width')) { - me.done = false; - return; - } - innerHeight = outerHeight - ownerContext.getBorderInfo().height; - ownerContext.setProp('innerHeight', innerHeight - owner.titleEl.getHeight(), false); - } - }, - // We do not need the Direct2D sub pixel measurement here. Just the offsetHeight will do. - // TODO: When https://sencha.jira.com/browse/EXTJSIV-7734 is fixed to not do subpixel adjustment on height, - // remove this override. - measureContentHeight: function(ownerContext) { - return ownerContext.el.dom.offsetHeight; - }, - // If not shrink wrapping, push width info down into child items - publishInnerWidth: function(ownerContext, outerWidth) { - // If we are acting as a container, publish the innerWidth for the ColumnLayout to use - if (!ownerContext.hasRawContent) { - ownerContext.setProp('innerWidth', outerWidth - ownerContext.getBorderInfo().width, false); - } - }, - // Push content height outwards when we are shrinkwrapping - calculateOwnerHeightFromContentHeight: function(ownerContext, contentHeight) { - var result = this.callParent(arguments), - owner = this.owner; - // If we are NOT a group header, we just use the auto component's measurement - if (!ownerContext.hasRawContent) { - if (!owner.headerWrap || ownerContext.hasDomProp('width')) { - return contentHeight + owner.titleEl.getHeight() + ownerContext.getBorderInfo().height; - } - // We do not have the information to return the height yet because we cannot know - // the final height of the text el - return null; - } - return result; - }, - // Push content width outwards when we are shrinkwrapping - calculateOwnerWidthFromContentWidth: function(ownerContext, contentWidth) { - var owner = this.owner, - padWidth = ownerContext.getPaddingInfo().width, - triggerOffset = this.getTriggerOffset(owner, ownerContext), - inner; - // Only measure the content if we're not grouped, otherwise - // the size should be governed by the children - if (owner.isGroupHeader) { - inner = contentWidth; - } else { - inner = Math.max(contentWidth, owner.textEl.getWidth() + ownerContext.titleContext.getPaddingInfo().width); - } - return inner + padWidth + triggerOffset; - }, - getTriggerOffset: function(owner, ownerContext) { - var width = 0; - if (ownerContext.widthModel.shrinkWrap && !owner.menuDisabled) { - // If we have any children underneath, then we already have space reserved - if (owner.query('>:not([hidden])').length === 0) { - width = owner.getTriggerElWidth(); - } - } - return width; - } -}); - -/** - * This is a base class for layouts that contain a single item that automatically expands to fill the layout's - * container. This class is intended to be extended or created via the layout:'fit' - * {@link Ext.container.Container#layout} config, and should generally not need to be created directly via the new keyword. - * - * Fit layout does not have any direct config options (other than inherited ones). To fit a panel to a container using - * Fit layout, simply set `layout: 'fit'` on the container and add a single panel to it. - * - * @example - * Ext.create('Ext.panel.Panel', { - * title: 'Fit Layout', - * width: 300, - * height: 150, - * layout:'fit', - * items: { - * title: 'Inner Panel', - * html: 'This is the inner panel content', - * bodyPadding: 20, - * border: false - * }, - * renderTo: Ext.getBody() - * }); - * - * If the container has multiple items, all of the items will all be equally sized. This is usually not - * desired, so to avoid this, place only a **single** item in the container. This sizing of all items - * can be used to provide a background {@link Ext.Img image} that is "behind" another item - * such as a {@link Ext.view.View dataview} if you also absolutely position the items. - */ -Ext.define('Ext.layout.container.Fit', { - /* Begin Definitions */ - extend: 'Ext.layout.container.Container', - alternateClassName: 'Ext.layout.FitLayout', - alias: 'layout.fit', - /* End Definitions */ - /** - * @inheritdoc Ext.layout.container.Container#cfg-itemCls - */ - itemCls: Ext.baseCSSPrefix + 'fit-item', - type: 'fit', - manageMargins: true, - sizePolicies: { - 0: { - readsWidth: 1, - readsHeight: 1, - setsWidth: 0, - setsHeight: 0 - }, - 1: { - readsWidth: 0, - readsHeight: 1, - setsWidth: 1, - setsHeight: 0 - }, - 2: { - readsWidth: 1, - readsHeight: 0, - setsWidth: 0, - setsHeight: 1 - }, - 3: { - readsWidth: 0, - readsHeight: 0, - setsWidth: 1, - setsHeight: 1 - } - }, - getItemSizePolicy: function(item, ownerSizeModel) { - // this layout's sizePolicy is derived from its owner's sizeModel: - var sizeModel = ownerSizeModel || this.owner.getSizeModel(), - mode = (sizeModel.width.shrinkWrap ? 0 : 1) | // jshint ignore:line - (sizeModel.height.shrinkWrap ? 0 : 2); - return this.sizePolicies[mode]; - }, - beginLayoutCycle: function(ownerContext, firstCycle) { - var me = this, - // determine these before the lastSizeModels get updated: - resetHeight = me.lastHeightModel && me.lastHeightModel.calculated, - resetWidth = me.lastWidthModel && me.lastWidthModel.calculated, - resetSizes = resetWidth || resetHeight, - maxChildMinHeight = 0, - maxChildMinWidth = 0, - c, childItems, i, item, length, margins, minHeight, minWidth, style, undef; - me.callParent(arguments); - // Clear any dimensions which we set before calculation, in case the current - // settings affect the available size. This particularly effects self-sizing - // containers such as fields, in which the target element is naturally sized, - // and should not be stretched by a sized child item. - if (resetSizes && ownerContext.targetContext.el.dom.tagName.toUpperCase() !== 'TD') { - resetSizes = resetWidth = resetHeight = false; - } - childItems = ownerContext.childItems; - length = childItems.length; - for (i = 0; i < length; ++i) { - item = childItems[i]; - // On the firstCycle, we determine the max of the minWidth/Height of the items - // since these can cause the container to grow scrollbars despite our attempts - // to fit the child to the container. - if (firstCycle) { - c = item.target; - minHeight = c.minHeight; - minWidth = c.minWidth; - if (minWidth || minHeight) { - margins = item.marginInfo || item.getMarginInfo(); - // if the child item has undefined minWidth/Height, these will become - // NaN by adding the margins... - minHeight += margins.height; - minWidth += margins.height; - // if the child item has undefined minWidth/Height, these comparisons - // will evaluate to false... that is, "0 < NaN" == false... - if (maxChildMinHeight < minHeight) { - maxChildMinHeight = minHeight; - } - if (maxChildMinWidth < minWidth) { - maxChildMinWidth = minWidth; - } - } - } - if (resetSizes) { - style = item.el.dom.style; - if (resetHeight) { - style.height = ''; - } - if (resetWidth) { - style.width = ''; - } - } - } - if (firstCycle) { - ownerContext.maxChildMinHeight = maxChildMinHeight; - ownerContext.maxChildMinWidth = maxChildMinWidth; - } - // Cache the overflowX/Y flags, but make them false in shrinkWrap mode (since we - // won't be triggering overflow in that case) and false if we have no minSize (so - // no child to trigger an overflow). - c = ownerContext.target; - ownerContext.overflowX = (!ownerContext.widthModel.shrinkWrap && ownerContext.maxChildMinWidth && c.scrollFlags.x) || undef; - ownerContext.overflowY = (!ownerContext.heightModel.shrinkWrap && ownerContext.maxChildMinHeight && c.scrollFlags.y) || undef; - }, - calculate: function(ownerContext) { - var me = this, - childItems = ownerContext.childItems, - length = childItems.length, - containerSize = me.getContainerSize(ownerContext), - info = { - length: length, - ownerContext: ownerContext, - targetSize: containerSize - }, - shrinkWrapWidth = ownerContext.widthModel.shrinkWrap, - shrinkWrapHeight = ownerContext.heightModel.shrinkWrap, - overflowX = ownerContext.overflowX, - overflowY = ownerContext.overflowY, - scrollbars, scrollbarSize, padding, i, contentWidth, contentHeight; - ownerContext.state.info = info; - if (overflowX || overflowY) { - // If we have children that have minHeight/Width, we may be forced to overflow - // and gain scrollbars. If so, we want to remove their space from the other - // axis so that we fit things inside the scrollbars rather than under them. - scrollbars = me.getScrollbarsNeeded(overflowX && containerSize.width, overflowY && containerSize.height, ownerContext.maxChildMinWidth, ownerContext.maxChildMinHeight); - if (scrollbars) { - scrollbarSize = Ext.getScrollbarSize(); - if (scrollbars & 1) { - // jshint ignore:line - // if we need the hscrollbar, remove its height - containerSize.height -= scrollbarSize.height; - } - if (scrollbars & 2) { - // jshint ignore:line - // if we need the vscrollbar, remove its width - containerSize.width -= scrollbarSize.width; - } - } - } - // If length === 0, it means we either have no child items, or the children are hidden - if (length > 0) { - // Size the child items to the container (if non-shrinkWrap): - for (i = 0; i < length; ++i) { - info.index = i; - me.fitItem(childItems[i], info); - } - } else { - info.contentWidth = info.contentHeight = 0; - } - if (shrinkWrapHeight || shrinkWrapWidth) { - padding = ownerContext.targetContext.getPaddingInfo(); - if (shrinkWrapWidth) { - if (overflowY && !containerSize.gotHeight) { - // if we might overflow vertically and don't have the container height, - // we don't know if we will need a vscrollbar or not, so we must wait - // for that height so that we can determine the contentWidth... - me.done = false; - } else { - contentWidth = info.contentWidth + padding.width; - // the scrollbar flag (if set) will indicate that an overflow exists on - // the horz(1) or vert(2) axis... if not set, then there could never be - // an overflow... - if (scrollbars & 2) { - // jshint ignore:line - // if we need the vscrollbar, add its width - contentWidth += scrollbarSize.width; - } - if (!ownerContext.setContentWidth(contentWidth)) { - me.done = false; - } - } - } - if (shrinkWrapHeight) { - if (overflowX && !containerSize.gotWidth) { - // if we might overflow horizontally and don't have the container width, - // we don't know if we will need a hscrollbar or not, so we must wait - // for that width so that we can determine the contentHeight... - me.done = false; - } else { - contentHeight = info.contentHeight + padding.height; - // the scrollbar flag (if set) will indicate that an overflow exists on - // the horz(1) or vert(2) axis... if not set, then there could never be - // an overflow... - if (scrollbars & 1) { - // jshint ignore:line - // if we need the hscrollbar, add its height - contentHeight += scrollbarSize.height; - } - if (!ownerContext.setContentHeight(contentHeight)) { - me.done = false; - } - } - } - } - }, - fitItem: function(itemContext, info) { - var me = this; - if (itemContext.invalid) { - me.done = false; - return; - } - info.margins = itemContext.getMarginInfo(); - info.needed = info.got = 0; - me.fitItemWidth(itemContext, info); - me.fitItemHeight(itemContext, info); - // If not all required dimensions have been satisfied, we're not done. - if (info.got !== info.needed) { - me.done = false; - } - }, - fitItemWidth: function(itemContext, info) { - var contentWidth, width; - // Attempt to set only dimensions that are being controlled, not shrinkWrap dimensions - if (info.ownerContext.widthModel.shrinkWrap) { - // contentWidth must include the margins to be consistent with setItemWidth - width = itemContext.getProp('width') + info.margins.width; - // because we add margins, width will be NaN or a number (not undefined) - contentWidth = info.contentWidth; - if (contentWidth === undefined) { - info.contentWidth = width; - } else { - info.contentWidth = Math.max(contentWidth, width); - } - } else if (itemContext.widthModel.calculated) { - ++info.needed; - if (info.targetSize.gotWidth) { - ++info.got; - this.setItemWidth(itemContext, info); - } else { - // Too early to position - return; - } - } - this.positionItemX(itemContext, info); - }, - fitItemHeight: function(itemContext, info) { - var contentHeight, height; - if (info.ownerContext.heightModel.shrinkWrap) { - // contentHeight must include the margins to be consistent with setItemHeight - height = itemContext.getProp('height') + info.margins.height; - // because we add margins, height will be NaN or a number (not undefined) - contentHeight = info.contentHeight; - if (contentHeight === undefined) { - info.contentHeight = height; - } else { - info.contentHeight = Math.max(contentHeight, height); - } - } else if (itemContext.heightModel.calculated) { - ++info.needed; - if (info.targetSize.gotHeight) { - ++info.got; - this.setItemHeight(itemContext, info); - } else { - // Too early to position - return; - } - } - this.positionItemY(itemContext, info); - }, - positionItemX: function(itemContext, info) { - var margins = info.margins; - // Adjust position to account for configured margins or if we have multiple items - // (all items should overlap): - if (info.index || margins.left) { - itemContext.setProp('x', margins.left); - } - if (margins.width && info.ownerContext.widthModel.shrinkWrap) { - // Need the margins for shrink-wrapping but old IE sometimes collapses the left margin into the padding - itemContext.setProp('margin-right', margins.width); - } - }, - positionItemY: function(itemContext, info) { - var margins = info.margins; - if (info.index || margins.top) { - itemContext.setProp('y', margins.top); - } - if (margins.height && info.ownerContext.heightModel.shrinkWrap) { - // Need the margins for shrink-wrapping but old IE sometimes collapses the top margin into the padding - itemContext.setProp('margin-bottom', margins.height); - } - }, - setItemHeight: function(itemContext, info) { - itemContext.setHeight(info.targetSize.height - info.margins.height); - }, - setItemWidth: function(itemContext, info) { - itemContext.setWidth(info.targetSize.width - info.margins.width); - } -}); - -/** - * This class is the base class for both {@link Ext.tree.Panel TreePanel} and - * {@link Ext.grid.Panel GridPanel}. - * - * TablePanel aggregates: - * - * - a Selection Model - * - a View - * - a Store - * - Ext.grid.header.Container - * - * @mixins Ext.grid.locking.Lockable - */ -Ext.define('Ext.panel.Table', { - extend: 'Ext.panel.Panel', - alias: 'widget.tablepanel', - requires: [ - 'Ext.layout.container.Fit' - ], - uses: [ - 'Ext.selection.RowModel', - 'Ext.selection.CellModel', - 'Ext.selection.CheckboxModel', - 'Ext.grid.plugin.BufferedRenderer', - 'Ext.grid.header.Container', - 'Ext.grid.locking.Lockable', - 'Ext.grid.NavigationModel' - ], - extraBaseCls: Ext.baseCSSPrefix + 'grid', - extraBodyCls: Ext.baseCSSPrefix + 'grid-body', - actionableModeCls: Ext.baseCSSPrefix + 'grid-actionable', - noHeaderBordersCls: Ext.baseCSSPrefix + 'no-header-borders', - defaultBindProperty: 'store', - layout: 'fit', - ariaRole: 'grid', - config: { - /** - * @cfg {Ext.data.Model} selection - * The selected model. Typically used with {@link #bind binding}. - */ - selection: null, - /** - * @cfg {Boolean} [headerBorders=`true`] - * To show no borders around grid headers, configure this as `false`. - */ - headerBorders: true - }, - publishes: [ - 'selection' - ], - twoWayBindable: [ - 'selection' - ], - /** - * @cfg {Boolean} [autoLoad=false] - * Use `true` to load the store as soon as this component is fully constructed. It is - * best to initiate the store load this way to allow this component and potentially - * its plugins (such as `{@link Ext.grid.filters.Filters}`) to be ready to load. - */ - autoLoad: false, - /** - * @cfg {Boolean} [variableRowHeight=false] - * @deprecated 5.0.0 Use {@link Ext.grid.column.Column#variableRowHeight} instead. - * Configure as `true` if the row heights are not all the same height as the first row. - */ - variableRowHeight: false, - /** - * @cfg {Number} [numFromEdge] - * This configures the zone which causes new rows to be appended to the view. As soon as the edge - * of the rendered grid is this number of rows from the edge of the viewport, the view is moved. - */ - numFromEdge: 2, - /** - * @cfg {Number} [trailingBufferZone] - * TableViews are buffer rendered in 5.x and above which means that only the visible subset of data rows - * are rendered into the DOM. These are removed and added as scrolling demands. - * - * This configures the number of extra rows to render on the trailing side of scrolling - * **outside the {@link #numFromEdge}** buffer as scrolling proceeds. - */ - trailingBufferZone: 10, - /** - * @cfg {Number} [leadingBufferZone] - * TableViews are buffer rendered in 5.x and above which means that only the visible subset of data rows - * are rendered into the DOM. These are removed and added as scrolling demands. - * - * This configures the number of extra rows to render on the leading side of scrolling - * **outside the {@link #numFromEdge}** buffer as scrolling proceeds. - */ - leadingBufferZone: 20, - /** - * @property {Boolean} hasView - * True to indicate that a view has been injected into the panel. - */ - hasView: false, - /** - * @property items - * @hide - */ - /** - * @cfg {String} viewType - * An xtype of view to use. This is automatically set to 'tableview' by {@link Ext.grid.Panel Grid} - * and to 'treeview' by {@link Ext.tree.Panel Tree}. - * @protected - */ - viewType: null, - /** - * @cfg {Object} viewConfig - * A config object that will be applied to the grid's UI view. Any of the config options available for - * {@link Ext.view.Table} can be specified here. This option is ignored if {@link #view} is specified. - */ - /** - * @cfg {Ext.view.Table} view - * The {@link Ext.view.Table} used by the grid. Use {@link #viewConfig} to just supply some config options to - * view (instead of creating an entire View instance). - */ - /** - * @cfg {String} [selType] - * An xtype of selection model to use. This is used to create selection model if just - * a config object or nothing at all given in {@link #selModel} config. - * - * @deprecated 5.1.0 Use the {@link #selModel}'s `type` property. Or, if no other - * configs are required, use the string form of selModel. - */ - /** - * @cfg {Ext.selection.Model/Object/String} [selModel=rowmodel] - * A {@link Ext.selection.Model selection model} instance or config object, or the selection model class's alias string. - * - * In latter case its `type` property determines to which type of selection model this config is applied. - */ - /** - * @cfg {Boolean} [multiSelect=false] - * True to enable 'MULTI' selection mode on selection model. - * @deprecated 4.1.1 Use {@link Ext.selection.Model#mode} 'MULTI' instead. - */ - /** - * @cfg {Boolean} [simpleSelect=false] - * True to enable 'SIMPLE' selection mode on selection model. - * @deprecated 4.1.1 Use {@link Ext.selection.Model#mode} 'SIMPLE' instead. - */ - /** - * @cfg {Ext.data.Store/String/Object} store (required) - * The data source to which the grid / tree is bound. Acceptable values for this - * property are: - * - * - **any {@link Ext.data.Store Store} class / subclass** - * - **an {@link Ext.data.Store#storeId ID of a store}** - * - **a {@link Ext.data.Store Store} config object**. When passing a config you can - * specify the store type by alias. Passing a config object with a store type will - * dynamically create a new store of that type when the grid / tree is instantiated. - * - * For example: - * - * Ext.define('MyApp.store.Customers', { - * extend: 'Ext.data.Store', - * alias: 'store.customerstore', - * fields: ['name'] - * }); - * - * Ext.create({ - * xtype: 'gridpanel', - * renderTo: document.body, - * store: { - * type: 'customerstore', - * data: [{ - * name: 'Foo' - * }] - * }, - * columns: [{ - * text: 'Name', - * dataIndex: 'name' - * }] - * }); - */ - /** - * @cfg {String/Boolean} scroll - * Scrollers configuration. Valid values are 'both', 'horizontal' or 'vertical'. - * True implies 'both'. False implies 'none'. - * @deprecated 5.1.0 Use {@link #scrollable} instead - */ - /** - * @cfg {Boolean} [reserveScrollbar=false] - * Set this to true to **always** leave a scrollbar sized space at the end of the grid content when - * fitting content into the width of the grid. - * - * If the grid's record count fluctuates enough to hide and show the scrollbar regularly, this setting - * avoids the multiple layouts associated with switching from scrollbar present to scrollbar not present. - */ - /** - * @cfg {Ext.grid.column.Column[]/Object} columns - * An array of {@link Ext.grid.column.Column column} definition objects which define all columns that appear in this - * grid. Each column definition provides the header text for the column, and a definition of where the data for that - * column comes from. - * - * This can also be a configuration object for a {@link Ext.grid.header.Container HeaderContainer} which may override - * certain default configurations if necessary. For example, the special layout may be overridden to use a simpler - * layout, or one can set default values shared by all columns: - * - * columns: { - * items: [ - * { - * text: "Column A", - * dataIndex: "field_A" - * },{ - * text: "Column B", - * dataIndex: "field_B" - * }, - * ... - * ], - * defaults: { - * flex: 1 - * } - * } - */ - /** - * @cfg {Boolean} forceFit - * True to force the columns to fit into the available width. Headers are first sized according to configuration, - * whether that be a specific width, or flex. Then they are all proportionally changed in width so that the entire - * content width is used. For more accurate control, it is more optimal to specify a flex setting on the columns - * that are to be stretched & explicit widths on columns that are not. - */ - /** - * @cfg {Ext.grid.feature.Feature[]/Object[]/Ext.enums.Feature[]} features - * An array of grid Features to be added to this grid. Can also be just a single feature instead of array. - * - * Features config behaves much like {@link #plugins}. - * A feature can be added by either directly referencing the instance: - * - * features: [Ext.create('Ext.grid.feature.GroupingSummary', {groupHeaderTpl: 'Subject: {name}'})], - * - * By using config object with ftype: - * - * features: [{ftype: 'groupingsummary', groupHeaderTpl: 'Subject: {name}'}], - * - * Or with just a ftype: - * - * features: ['grouping', 'groupingsummary'], - * - * See {@link Ext.enums.Feature} for list of all ftypes. - */ - /** - * @cfg {Boolean} [hideHeaders=false] - * True to hide column headers. - */ - /** - * @cfg {Boolean} [deferRowRender=false] - * Configure as `true` to enable deferred row rendering. - * - * This allows the View to execute a refresh quickly, with the update of the row structure deferred so - * that layouts with GridPanels appear, and lay out more quickly. - */ - deferRowRender: false, - /** - * @cfg {Boolean} [sortableColumns=true] - * False to disable column sorting via clicking the header and via the Sorting menu items. - */ - sortableColumns: true, - /** - * @cfg {Boolean} [multiColumnSort=false] - * Configure as `true` to have columns remember their sorted state after other columns have been clicked upon to sort. - * - * As subsequent columns are clicked upon, they become the new primary sort key. - * - * The maximum number of sorters allowed in a Store is configurable via its underlying data collection. See {@link Ext.util.Collection#multiSortLimit} - */ - multiColumnSort: false, - /** - * @cfg {Boolean} [enableLocking=false] - * Configure as `true` to enable locking support for this grid. Alternatively, locking will also be automatically - * enabled if any of the columns in the {@link #columns columns} configuration contain a {@link Ext.grid.column.Column#locked locked} config option. - * - * A locking grid is processed in a special way. The configuration options are cloned and *two* grids are created to be the locked (left) side - * and the normal (right) side. This Panel becomes merely a {@link Ext.container.Container container} which arranges both in an {@link Ext.layout.container.HBox HBox} layout. - * - * {@link #plugins Plugins} may be targeted at either locked, or unlocked grid, or, both, in which case the plugin is cloned and used on both sides. - * - * Plugins may also be targeted at the containing locking Panel. - * - * This is configured by specifying a `lockableScope` property in your plugin which may have the following values: - * - * * `"both"` (the default) - The plugin is added to both grids - * * `"top"` - The plugin is added to the containing Panel - * * `"locked"` - The plugin is added to the locked (left) grid - * * `"normal"` - The plugin is added to the normal (right) grid - * - * If `both` is specified, then each copy of the plugin gains a property `lockingPartner` which references its sibling on the other side so that they - * can synchronize operations is necessary. - * - * {@link #features Features} may also be configured with `lockableScope` and may target the locked grid, the normal grid or both grids. Features - * also get a `lockingPartner` reference injected. - */ - enableLocking: false, - /** - * @private - * Used to determine where to go down to find views - * this is here to support locking. - */ - scrollerOwner: true, - /** - * @cfg {Boolean} [enableColumnMove=true] - * False to disable column dragging within this grid. - */ - enableColumnMove: true, - /** - * @cfg {Boolean} [sealedColumns=false] - * True to constrain column dragging so that a column cannot be dragged in or out of it's - * current group. Only relevant while {@link #enableColumnMove} is enabled. - */ - sealedColumns: false, - /** - * @cfg {Boolean} [enableColumnResize=true] - * False to disable column resizing within this grid. - */ - enableColumnResize: true, - /** - * @cfg {Boolean} [enableColumnHide=true] - * False to disable column hiding within this grid. - */ - /** - * @cfg {Boolean} columnLines Adds column line styling - */ - /** - * @cfg {Boolean} [rowLines=true] Adds row line styling - */ - rowLines: true, - /** - * @cfg {Boolean} [disableSelection=false] - * True to disable selection model. - */ - /** - * @cfg {String} emptyText Default text (HTML tags are accepted) to display in the - * Panel body when the Store is empty. When specified, and the Store is empty, the - * text will be rendered inside a DIV with the CSS class "x-grid-empty". The emptyText - * will not display until the first load of the associated store by default. If you - * want the text to be displayed prior to the first store load use the - * {@link Ext.view.Table#deferEmptyText deferEmptyText} config in the {@link #viewConfig} config. - */ - /** - * @cfg {Boolean} [allowDeselect=false] - * True to allow deselecting a record. This config is forwarded to {@link Ext.selection.Model#allowDeselect}. - */ - /** - * @cfg {Boolean} [bufferedRenderer=true] - * Buffered rendering is enabled by default. - * - * Configure as `false` to disable buffered rendering. See {@link Ext.grid.plugin.BufferedRenderer}. - * - * @since 5.0.0 - */ - bufferedRenderer: true, - /** - * @cfg stateEvents - * @inheritdoc Ext.state.Stateful#cfg-stateEvents - * @localdoc By default the following stateEvents are added: - * - * - {@link #event-resize} - _(added by Ext.Component)_ - * - {@link #event-collapse} - _(added by Ext.panel.Panel)_ - * - {@link #event-expand} - _(added by Ext.panel.Panel)_ - * - {@link #event-columnresize} - * - {@link #event-columnmove} - * - {@link #event-columnhide} - * - {@link #event-columnshow} - * - {@link #event-sortchange} - * - {@link #event-filterchange} - * - {@link #event-groupchange} - */ - /** - * @property {Boolean} optimizedColumnMove - * If you are writing a grid plugin or a {Ext.grid.feature.Feature Feature} which creates a column-based structure which - * needs a view refresh when columns are moved, then set this property in the grid. - * - * An example is the built in {@link Ext.grid.feature.AbstractSummary Summary} Feature. This creates summary rows, and the - * summary columns must be in the same order as the data columns. This plugin sets the `optimizedColumnMove` to `false. - */ - /** - * @property {Ext.panel.Table} ownerGrid - * A reference to the top-level owning grid component. - * - * This is a reference to this GridPanel if this GridPanel is not part of a locked grid arrangement. - * @readonly - * @private - * @since 5.0.0 - */ - ownerGrid: null, - colLinesCls: Ext.baseCSSPrefix + 'grid-with-col-lines', - rowLinesCls: Ext.baseCSSPrefix + 'grid-with-row-lines', - noRowLinesCls: Ext.baseCSSPrefix + 'grid-no-row-lines', - hiddenHeaderCtCls: Ext.baseCSSPrefix + 'grid-header-ct-hidden', - hiddenHeaderCls: Ext.baseCSSPrefix + 'grid-header-hidden', - resizeMarkerCls: Ext.baseCSSPrefix + 'grid-resize-marker', - emptyCls: Ext.baseCSSPrefix + 'grid-empty', - // The TablePanel claims to be focusable, but it does not place a tabIndex - // on any of its elements. - // Its focus implementation delegates to its view. TableViews are focusable. - focusable: true, - /** - * @event viewready - * Fires when the grid view is available (use this for selecting a default row). - * @param {Ext.panel.Table} this - */ - constructor: function(config) { - var me = this, - topGrid = config && config.ownerGrid, - store; - me.ownerGrid = topGrid || me; - /** - * @property {Array} actionables An array of objects which register themselves with a grid panel using - * {@link #registerActionable} which are consulted upon entry into actionable mode. - * - * These must implement the following methods: - * - * - activateCell Called when actionable mode is requested upon a cell. A {@link Ext.grid.CellContext CellContext} - * object is passed. If that cell is actionable by the terms of the callee, the callee should return `true` if it - * ascertains that the cell is actionable, and that it now contains focusable elements which may be tabbed to. - * - activateRow Called when the user enters actionable mode in a row. The row DOM is passed. Actionables - * should take any action they need to prime the row for cell activation which happens as users TAB from cell to cell. - * @readonly - */ - me.actionables = topGrid ? topGrid.actionables : []; - // One shared array when there's a lockable at the top - me.callParent([ - config - ]); - store = me.store; - // Any further changes become stateful. - store.trackStateChanges = true; - if (me.autoLoad) { - // Note: if there is a store bound by a VM, we (might) do the load in #setStore. - if (!store.isEmptyStore) { - store.load(); - } - } - }, - /** - * - * @param {Object} actionable An object which has an interest in the implementation of actionable mode in - * this grid. - * - * An actionable object may be a Plugin which upon activation injects tabbable elements or Components into - * a grid row. - */ - registerActionable: function(actionable) { - // If a lockableScope: 'both' plugin/feature registers on each side, only include it in the actionables once. - Ext.Array.include(this.actionables, actionable); - }, - initComponent: function() { - if (this.verticalScroller) { - Ext.raise("The verticalScroller config is not supported."); - } - if (!this.viewType) { - Ext.raise("You must specify a viewType config."); - } - if (this.headers) { - Ext.raise("The headers config is not supported. Please specify columns instead."); - } - var me = this, - headerCtCfg = me.columns || me.colModel || [], - store, view, i, len, bufferedRenderer, columns, viewScroller, headerCt; - // Look up the configured Store. If none configured, use the fieldless, empty Store - // defined in Ext.data.Store. - store = me.store = Ext.data.StoreManager.lookup(me.store || 'ext-empty-store'); - me.enableLocking = me.enableLocking || me.hasLockedColumns(headerCtCfg); - // Construct the plugins now rather than in the constructor of AbstractComponent because the component may have a subclass - // that has overridden initComponent and defined plugins in it. For plugins like RowExpander that rely upon a grid feature, - // this is a problem because the view needs to know about all its features before it's constructed. Constructing the plugins - // now ensures that plugins defined in the instance config or in initComponent are all constructed before the view. - // See EXTJSIV-11927. - // - // Note that any components that do not inherit from this class will still have their plugins constructed in - // AbstractComponent:initComponent. - if (me.plugins) { - me.plugins = me.constructPlugins(); - } - // Add the row/column line classes to the body element so that the settings are not inherited by docked grids (https://sencha.jira.com/browse/EXTJSIV-9263). - if (me.columnLines) { - me.addBodyCls(me.colLinesCls); - } - me.addBodyCls(me.rowLines ? me.rowLinesCls : me.noRowLinesCls); - me.addBodyCls(me.extraBodyCls); - // If any of the Column objects contain a locked property, and are not processed, this is a lockable TablePanel, a - // special view will be injected by the Ext.grid.locking.Lockable mixin, so no processing of . - if (me.enableLocking) { - me.self.mixin('lockable', Ext.grid.locking.Lockable); - me.injectLockable(); - headerCt = me.headerCt; - } else // Not lockable - create the HeaderContainer - { - // It's a fully instantiated HeaderContainer - if (headerCtCfg.isRootHeader) { - if (me.hideHeaders) { - headerCtCfg.setHeight(0); - // don't set the hidden property, we still need these to layout - headerCtCfg.hiddenHeaders = true; - } else { - // the header container is not user scrollable, but it has a scroller instance - // so that we can sync its scroll position with that of the grid view - headerCtCfg.setScrollable({ - x: false, - y: false - }); - } - me.headerCt = headerCt = headerCtCfg; - headerCt.grid = me; - headerCt.forceFit = !!me.forceFit; - headerCt.$initParent = me; - // If it's an instance then the column managers were already created and bound to the headerCt. - me.columnManager = headerCtCfg.columnManager; - me.visibleColumnManager = headerCtCfg.visibleColumnManager; - } else // It's an array of Column definitions, or a config object of a HeaderContainer - { - if (Ext.isArray(headerCtCfg)) { - headerCtCfg = { - items: headerCtCfg - }; - } - Ext.apply(headerCtCfg, { - grid: me, - $initParent: me, - forceFit: me.forceFit, - sortable: me.sortableColumns, - enableColumnMove: me.enableColumnMove, - enableColumnResize: me.enableColumnResize, - columnLines: me.columnLines, - sealed: me.sealedColumns, - // the header container is not user scrollable, but if it is visible, - // it has a scroller instance so that we can sync its scroll position with that of the grid view - scrollable: me.hideHeaders ? undefined : { - x: false, - y: false - } - }); - if (me.hideHeaders) { - headerCtCfg.height = 0; - // don't set the hidden property, we still need these to layout - headerCtCfg.hiddenHeaders = true; - } - if (Ext.isDefined(me.enableColumnHide)) { - headerCtCfg.enableColumnHide = me.enableColumnHide; - } - me.headerCt = headerCt = new Ext.grid.header.Container(headerCtCfg); - } - } - // Maintain backward compatibiliy by providing the initial leaf column set as a property. - me.columns = columns = headerCt.getGridColumns(); - me.scrollTask = new Ext.util.DelayedTask(me.syncHorizontalScroll, me); - me.cls = (me.cls || '') + (' ' + me.extraBaseCls); - // autoScroll is not a valid configuration - delete me.autoScroll; - bufferedRenderer = me.plugins && Ext.Array.findBy(me.plugins, function(p) { - return p.isBufferedRenderer; - }); - // If we find one in the plugins, just use that. - if (bufferedRenderer) { - me.bufferedRenderer = bufferedRenderer; - } - // If this TablePanel is lockable (Either configured lockable, or any of the defined columns has a 'locked' property) - // then a special lockable view containing 2 side-by-side grids will have been injected so we do not need to set up any UI. - if (!me.hasView) { - // If the Store is paging blocks of the dataset in, then it can only be sorted remotely. - if (store.isBufferedStore && !store.getRemoteSort()) { - for (i = 0 , len = columns.length; i < len; i++) { - columns[i].sortable = false; - } - } - if (me.hideHeaders) { - me.headerCt.addCls(me.hiddenHeaderCtCls); - me.addCls(me.hiddenHeaderCls); - } - me.relayHeaderCtEvents(headerCt); - me.features = me.features || []; - if (!Ext.isArray(me.features)) { - me.features = [ - me.features - ]; - } - me.dockedItems = [].concat(me.dockedItems || []); - me.dockedItems.unshift(headerCt); - me.viewConfig = me.viewConfig || {}; - // AbstractDataView will look up a Store configured as an object - // getView converts viewConfig into a View instance - view = me.getView(); - me.items = [ - view - ]; - me.hasView = true; - // Add a listener to synchronize the horizontal scroll position of the headers - // with the table view's element... Unless we are not showing headers! - if (!me.hideHeaders) { - // sync the horizontal scroll position of the headerCt as the view is scrolled. - viewScroller = view.getScrollable(); - if (viewScroller) { - headerCt.getScrollable().addPartner(viewScroller, 'x'); - } - } - // Attach this Panel to the Store - me.bindStore(store, true); - me.mon(view, { - viewready: me.onViewReady, - refresh: me.onRestoreHorzScroll, - scope: me - }); - } - // Whatever kind of View we have, be it a TableView, or a LockingView, we are interested in the selection model - me.selModel = me.view.getSelectionModel(); - if (me.selModel.isRowModel) { - me.selModel.on({ - scope: me, - lastselectedchanged: me.updateBindSelection, - selectionchange: me.updateBindSelection - }); - } - // Relay events from the View whether it be a LockingView, or a regular GridView - me.relayEvents(me.view, [ - /** - * @event beforeitemmousedown - * @inheritdoc Ext.view.View#beforeitemmousedown - */ - 'beforeitemmousedown', - /** - * @event beforeitemmouseup - * @inheritdoc Ext.view.View#beforeitemmouseup - */ - 'beforeitemmouseup', - /** - * @event beforeitemmouseenter - * @inheritdoc Ext.view.View#beforeitemmouseenter - */ - 'beforeitemmouseenter', - /** - * @event beforeitemmouseleave - * @inheritdoc Ext.view.View#beforeitemmouseleave - */ - 'beforeitemmouseleave', - /** - * @event beforeitemclick - * @inheritdoc Ext.view.View#beforeitemclick - */ - 'beforeitemclick', - /** - * @event beforeitemdblclick - * @inheritdoc Ext.view.View#beforeitemdblclick - */ - 'beforeitemdblclick', - /** - * @event beforeitemcontextmenu - * @inheritdoc Ext.view.View#beforeitemcontextmenu - */ - 'beforeitemcontextmenu', - /** - * @event itemmousedown - * @inheritdoc Ext.view.View#itemmousedown - */ - 'itemmousedown', - /** - * @event itemmouseup - * @inheritdoc Ext.view.View#itemmouseup - */ - 'itemmouseup', - /** - * @event itemmouseenter - * @inheritdoc Ext.view.View#itemmouseenter - */ - 'itemmouseenter', - /** - * @event itemmouseleave - * @inheritdoc Ext.view.View#itemmouseleave - */ - 'itemmouseleave', - /** - * @event itemclick - * @inheritdoc Ext.view.View#itemclick - */ - 'itemclick', - /** - * @event itemdblclick - * @inheritdoc Ext.view.View#itemdblclick - */ - 'itemdblclick', - /** - * @event itemcontextmenu - * @inheritdoc Ext.view.View#itemcontextmenu - */ - 'itemcontextmenu', - /** - * @event beforecellclick - * @inheritdoc Ext.view.Table#beforecellclick - */ - 'beforecellclick', - /** - * @event cellclick - * @inheritdoc Ext.view.Table#cellclick - */ - 'cellclick', - /** - * @event beforecelldblclick - * @inheritdoc Ext.view.Table#beforecelldblclick - */ - 'beforecelldblclick', - /** - * @event celldblclick - * @inheritdoc Ext.view.Table#celldblclick - */ - 'celldblclick', - /** - * @event beforecellcontextmenu - * @inheritdoc Ext.view.Table#beforecellcontextmenu - */ - 'beforecellcontextmenu', - /** - * @event cellcontextmenu - * @inheritdoc Ext.view.Table#cellcontextmenu - */ - 'cellcontextmenu', - /** - * @event beforecellmousedown - * @inheritdoc Ext.view.Table#beforecellmousedown - */ - 'beforecellmousedown', - /** - * @event cellmousedown - * @inheritdoc Ext.view.Table#cellmousedown - */ - 'cellmousedown', - /** - * @event beforecellmouseup - * @inheritdoc Ext.view.Table#beforecellmouseup - */ - 'beforecellmouseup', - /** - * @event cellmouseup - * @inheritdoc Ext.view.Table#cellmouseup - */ - 'cellmouseup', - /** - * @event beforecellkeydown - * @inheritdoc Ext.view.Table#beforecellkeydown - */ - 'beforecellkeydown', - /** - * @event cellkeydown - * @inheritdoc Ext.view.Table#cellkeydown - */ - 'cellkeydown', - /** - * @event rowclick - * @inheritdoc Ext.view.Table#rowclick - */ - 'rowclick', - /** - * @event rowdblclick - * @inheritdoc Ext.view.Table#rowdblclick - */ - 'rowdblclick', - /** - * @event rowcontextmenu - * @inheritdoc Ext.view.Table#rowcontextmenu - */ - 'rowcontextmenu', - /** - * @event rowmousedown - * @inheritdoc Ext.view.Table#rowmousedown - */ - 'rowmousedown', - /** - * @event rowmouseup - * @inheritdoc Ext.view.Table#rowmouseup - */ - 'rowmouseup', - /** - * @event rowkeydown - * @inheritdoc Ext.view.Table#rowkeydown - */ - 'rowkeydown', - /** - * @event beforeitemkeydown - * @inheritdoc Ext.view.Table#beforeitemkeydown - */ - 'beforeitemkeydown', - /** - * @event itemkeydown - * @inheritdoc Ext.view.Table#itemkeydown - */ - 'itemkeydown', - /** - * @event beforeitemkeyup - * @inheritdoc Ext.view.Table#beforeitemkeyup - */ - 'beforeitemkeyup', - /** - * @event itemkeyup - * @inheritdoc Ext.view.Table#itemkeyup - */ - 'itemkeyup', - /** - * @event beforeitemkeypress - * @inheritdoc Ext.view.Table#beforeitemkeypress - */ - 'beforeitemkeypress', - /** - * @event itemkeypress - * @inheritdoc Ext.view.Table#itemkeypress - */ - 'itemkeypress', - /** - * @event beforecontainermousedown - * @inheritdoc Ext.view.View#beforecontainermousedown - */ - 'beforecontainermousedown', - /** - * @event beforecontainermouseup - * @inheritdoc Ext.view.View#beforecontainermouseup - */ - 'beforecontainermouseup', - /** - * @event beforecontainermouseover - * @inheritdoc Ext.view.View#beforecontainermouseover - */ - 'beforecontainermouseover', - /** - * @event beforecontainermouseout - * @inheritdoc Ext.view.View#beforecontainermouseout - */ - 'beforecontainermouseout', - /** - * @event beforecontainerclick - * @inheritdoc Ext.view.View#beforecontainerclick - */ - 'beforecontainerclick', - /** - * @event beforecontainerdblclick - * @inheritdoc Ext.view.View#beforecontainerdblclick - */ - 'beforecontainerdblclick', - /** - * @event beforecontainercontextmenu - * @inheritdoc Ext.view.View#beforecontainercontextmenu - */ - 'beforecontainercontextmenu', - /** - * @event beforecontainerkeydown - * @inheritdoc Ext.view.View#beforecontainerkeydown - */ - 'beforecontainerkeydown', - /** - * @event beforecontainerkeyup - * @inheritdoc Ext.view.View#beforecontainerkeyup - */ - 'beforecontainerkeyup', - /** - * @event beforecontainerkeypress - * @inheritdoc Ext.view.View#beforecontainerkeypress - */ - 'beforecontainerkeypress', - /** - * @event containermouseup - * @inheritdoc Ext.view.View#containermouseup - */ - 'containermouseup', - /** - * @event containermousedown - * @inheritdoc Ext.view.View#containermousedown - */ - 'containermousedown', - /** - * @event containermouseover - * @inheritdoc Ext.view.View#containermouseover - */ - 'containermouseover', - /** - * @event containermouseout - * @inheritdoc Ext.view.View#containermouseout - */ - 'containermouseout', - /** - * @event containerclick - * @inheritdoc Ext.view.View#containerclick - */ - 'containerclick', - /** - * @event containerdblclick - * @inheritdoc Ext.view.View#containerdblclick - */ - 'containerdblclick', - /** - * @event containercontextmenu - * @inheritdoc Ext.view.View#containercontextmenu - */ - 'containercontextmenu', - /** - * @event containerkeydown - * @inheritdoc Ext.view.View#containerkeydown - */ - 'containerkeydown', - /** - * @event containerkeyup - * @inheritdoc Ext.view.View#containerkeyup - */ - 'containerkeyup', - /** - * @event containerkeypress - * @inheritdoc Ext.view.View#containerkeypress - */ - 'containerkeypress', - /** - * @event selectionchange - * @inheritdoc Ext.selection.Model#selectionchange - */ - 'selectionchange', - /** - * @event beforeselect - * @inheritdoc Ext.selection.RowModel#beforeselect - */ - 'beforeselect', - /** - * @event select - * @inheritdoc Ext.selection.RowModel#select - */ - 'select', - /** - * @event beforedeselect - * @inheritdoc Ext.selection.RowModel#beforedeselect - */ - 'beforedeselect', - /** - * @event deselect - * @inheritdoc Ext.selection.RowModel#deselect - */ - 'deselect' - ]); - me.callParent(); - if (me.enableLocking) { - me.afterInjectLockable(); - } else { - delete headerCt.$initParent; - } - me.addStateEvents([ - 'columnresize', - 'columnmove', - 'columnhide', - 'columnshow', - 'sortchange', - 'filterchange', - 'groupchange' - ]); - }, - // rowBody feature events - /** - * @event beforerowbodymousedown - * @preventable - * @inheritdoc Ext.view.Table#event-beforerowbodymousedown - */ - /** - * @event beforerowbodymouseup - * @preventable - * @inheritdoc Ext.view.Table#event-beforerowbodymouseup - */ - /** - * @event beforerowbodyclick - * @preventable - * @inheritdoc Ext.view.Table#event-beforerowbodyclick - */ - /** - * @event beforerowbodydblclick - * @preventable - * @inheritdoc Ext.view.Table#event-beforerowbodydblclick - */ - /** - * @event beforerowbodycontextmenu - * @preventable - * @inheritdoc Ext.view.Table#event-beforerowbodycontextmenu - */ - /** - * @event beforerowbodylongpress - * @preventable - * @inheritdoc Ext.view.Table#event-beforerowbodylongpress - */ - /** - * @event beforerowbodykeydown - * @preventable - * @inheritdoc Ext.view.Table#event-beforerowbodykeydown - */ - /** - * @event beforerowbodykeyup - * @preventable - * @inheritdoc Ext.view.Table#event-beforerowbodykeyup - */ - /** - * @event beforerowbodykeypress - * @preventable - * @inheritdoc Ext.view.Table#event-beforerowbodykeypress - */ - /** - * @event rowbodymousedown - * @inheritdoc Ext.view.Table#event-rowbodymousedown - */ - /** - * @event rowbodymouseup - * @inheritdoc Ext.view.Table#event-rowbodymouseup - */ - /** - * @event rowbodyclick - * @inheritdoc Ext.view.Table#event-rowbodyclick - */ - /** - * @event rowbodydblclick - * @inheritdoc Ext.view.Table#event-rowbodydblclick - */ - /** - * @event rowbodycontextmenu - * @inheritdoc Ext.view.Table#event-rowbodycontextmenu - */ - /** - * @event rowbodylongpress - * @inheritdoc Ext.view.Table#event-rowbodylongpress - */ - /** - * @event rowbodykeydown - * @inheritdoc Ext.view.Table#event-rowbodykeydown - */ - /** - * @event rowbodykeyup - * @inheritdoc Ext.view.Table#event-rowbodykeyup - */ - /** - * @event rowbodykeypress - * @inheritdoc Ext.view.Table#event-rowbodykeypress - */ - beforeRender: function() { - var me = this, - bufferedRenderer = me.bufferedRenderer, - ariaAttr; - // If this is the topmost container of a lockable assembly, add the special class body - if (me.lockable) { - me.getProtoBody().addCls(me.lockingBodyCls); - } else // Don't create a buffered renderer for a locked grid. - { - // If we're auto heighting, we can't buffered render, so don't create it - if (bufferedRenderer && me.getSizeModel().height.auto) { - if (bufferedRenderer.isBufferedRenderer) { - Ext.raise('Cannot use buffered rendering with auto height'); - } - me.bufferedRenderer = bufferedRenderer = false; - } - if (bufferedRenderer && !bufferedRenderer.isBufferedRenderer) { - // Create a BufferedRenderer as a plugin if we have not already configured with one. - bufferedRenderer = { - xclass: 'Ext.grid.plugin.BufferedRenderer' - }; - Ext.copy(bufferedRenderer, me, 'variableRowHeight,numFromEdge,trailingBufferZone,leadingBufferZone,scrollToLoadBuffer'); - me.bufferedRenderer = me.addPlugin(bufferedRenderer); - } - ariaAttr = me.ariaRenderAttributes || (me.ariaRenderAttributes = {}); - ariaAttr['aria-readonly'] = !me.isEditable; - ariaAttr['aria-multiselectable'] = me.selModel.selectionMode !== 'SINGLE'; - } - me.callParent(arguments); - }, - onRender: function() { - var me = this, - gridPanelBorderWidth, totalColumnWidth; - // If this is the locked side, include border width in calculated locked grid width. - // TODO: Use shrinkWrapDock on the locked grid's headerCt when it works. - if (me.isLocked && me.getSizeModel().width.shrinkWrap) { - me.shrinkWrapColumns = true; - totalColumnWidth = me.headerCt.getTableWidth(); - if (isNaN(totalColumnWidth)) { - Ext.raise("Locked columns in an unsized locked side do NOT support a flex width."); - } - gridPanelBorderWidth = me.gridPanelBorderWidth || (me.gridPanelBorderWidth = me.el.getBorderWidth('lr')); - me.width = totalColumnWidth + gridPanelBorderWidth; - } - me.callParent(); - }, - /** - * Gets the {@link Ext.grid.header.Container headercontainer} for this grid / tree. - * @return {Ext.grid.header.Container} headercontainer - * - * **Note:** While a locked grid / tree will return an instance of - * {@link Ext.grid.locking.HeaderContainer} you will code to the - * {@link Ext.grid.header.Container} API. - */ - getHeaderContainer: function() { - return this.getView().getHeaderCt(); - }, - /** - * @inheritdoc Ext.grid.header.Container#getGridColumns - */ - getColumns: function() { - return this.getColumnManager().getColumns(); - }, - /** - * @inheritdoc Ext.grid.header.Container#getVisibleGridColumns - */ - getVisibleColumns: function() { - return this.getVisibleColumnManager().getColumns(); - }, - focus: function() { - // TablePanel is not focusable, but allow a call to delegate into the view - this.getView().focus(); - }, - /** - * Disables interaction with, and masks this grid's column headers. - */ - disableColumnHeaders: function() { - this.headerCt.disable(); - }, - /** - * Enables interaction with, and unmasks this grid's column headers after a call to {#disableColumnHeaders}. - */ - enableColumnHeaders: function() { - this.headerCt.enable(); - }, - /** - * @private - * Determine if there are any columns with a locked configuration option. - */ - hasLockedColumns: function(columns) { - var i, len, column; - // Fully instantiated HeaderContainer - if (columns.isRootHeader) { - columns = columns.items.items; - } - // Config object with items - else if (Ext.isObject(columns)) { - columns = columns.items; - } - for (i = 0 , len = columns.length; i < len; i++) { - column = columns[i]; - if (!column.processed && column.locked) { - return true; - } - } - }, - relayHeaderCtEvents: function(headerCt) { - this.relayEvents(headerCt, [ - /** - * @event columnresize - * @inheritdoc Ext.grid.header.Container#columnresize - */ - 'columnresize', - /** - * @event columnmove - * @inheritdoc Ext.grid.header.Container#columnmove - */ - 'columnmove', - /** - * @event columnhide - * @inheritdoc Ext.grid.header.Container#columnhide - */ - 'columnhide', - /** - * @event columnshow - * @inheritdoc Ext.grid.header.Container#columnshow - */ - 'columnshow', - /** - * @event columnschanged - * @inheritdoc Ext.grid.header.Container#columnschanged - */ - 'columnschanged', - /** - * @event sortchange - * @inheritdoc Ext.grid.header.Container#sortchange - */ - 'sortchange', - /** - * @event headerclick - * @inheritdoc Ext.grid.header.Container#headerclick - */ - 'headerclick', - /** - * @event headercontextmenu - * @inheritdoc Ext.grid.header.Container#headercontextmenu - */ - 'headercontextmenu', - /** - * @event headertriggerclick - * @inheritdoc Ext.grid.header.Container#headertriggerclick - */ - 'headertriggerclick' - ]); - }, - getState: function() { - var me = this, - state = me.callParent(), - storeState = me.store.getState(); - state = me.addPropertyToState(state, 'columns', me.headerCt.getColumnsState()); - if (storeState) { - state.storeState = storeState; - } - return state; - }, - applyState: function(state) { - var me = this, - sorter = state.sort, - storeState = state.storeState, - store = me.store, - columns = state.columns; - delete state.columns; - // Ensure superclass has applied *its* state. - // Component saves dimensions (and anchor/flex) plus collapsed state. - me.callParent(arguments); - if (columns) { - // Column state restoration needs to examine store state - me.headerCt.applyColumnsState(columns, storeState); - } - // Old stored sort state. Deprecated and will die out. - if (sorter) { - if (store.getRemoteSort()) { - // Pass false to prevent a sort from occurring. - store.sort({ - property: sorter.property, - direction: sorter.direction, - root: sorter.root - }, null, false); - } else { - store.sort(sorter.property, sorter.direction); - } - } - // New storeState which encapsulates groupers, sorters and filters. - else if (storeState) { - store.applyState(storeState); - } - }, - /** - * Returns the store associated with this Panel. - * @return {Ext.data.Store} The store - */ - getStore: function() { - return this.store; - }, - /** - * Gets the view for this panel. - * @return {Ext.view.Table} - */ - getView: function() { - var me = this, - scroll, scrollable, viewConfig; - if (!me.view) { - viewConfig = me.viewConfig; - scroll = viewConfig.scroll || me.scroll; - scrollable = me.scrollable; - if (scrollable == null && viewConfig.scrollable == null && scroll !== null) { - // transform deprecated scroll config into scrollable config - if (scroll === true || scroll === 'both') { - scrollable = true; - } else if (scroll === false || scroll === 'none') { - scrollable = false; - } else if (scroll === 'vertical') { - scrollable = { - x: false, - y: true - }; - } else if (scroll === 'horizontal') { - scrollable = { - x: true, - y: false - }; - } - } - viewConfig = Ext.apply({ - // TableView injects the view reference into this grid so that we have a reference as early as possible - // and Features need a reference to the grid. - // For these reasons, we configure a reference to this grid into the View - grid: me, - ownerGrid: me.ownerGrid, - deferInitialRefresh: me.deferRowRender, - variableRowHeight: me.variableRowHeight, - preserveScrollOnRefresh: true, - trackOver: me.trackMouseOver !== false, - throttledUpdate: me.throttledUpdate === true, - xtype: me.viewType, - store: me.store, - headerCt: me.headerCt, - columnLines: me.columnLines, - rowLines: me.rowLines, - navigationModel: 'grid', - features: me.features, - panel: me, - emptyText: me.emptyText || '' - }, me.viewConfig); - if (scrollable != null) { - viewConfig.scrollable = scrollable; - me.scrollable = null; - } - Ext.create(viewConfig); - // Normalize the application of the markup wrapping the emptyText config. - // `emptyText` can now be defined on the grid as well as on its viewConfig, and this led to the emptyText not - // having the wrapping markup when it was defined in the viewConfig. It should be backwards compatible. - // Note that in the unlikely event that emptyText is defined on both the grid config and the viewConfig that the viewConfig wins. - if (me.view.emptyText) { - me.view.emptyText = '
    ' + me.view.emptyText + '
    '; - } - // TableView's custom component layout, Ext.view.TableLayout requires a reference to the headerCt because it depends on the headerCt doing its work. - me.view.getComponentLayout().headerCt = me.headerCt; - me.mon(me.view, { - uievent: me.processEvent, - scope: me - }); - me.headerCt.view = me.view; - // Plugins and features may need to access the view as soon as it is created. - if (me.hasListeners.viewcreated) { - me.fireEvent('viewcreated', me, me.view); - } - } - return me.view; - }, - getColumnManager: function() { - return this.columnManager; - }, - getVisibleColumnManager: function() { - return this.visibleColumnManager; - }, - getTopLevelColumnManager: function() { - return this.ownerGrid.getColumnManager(); - }, - getTopLevelVisibleColumnManager: function() { - return this.ownerGrid.getVisibleColumnManager(); - }, - /** - * @private - * autoScroll is never valid for all classes which extend TablePanel. - */ - setAutoScroll: Ext.emptyFn, - applyScrollable: function(scrollable) { - if (this.view) { - this.view.setScrollable(scrollable); - } - return scrollable; - }, - getScrollable: function() { - return null; - }, - /** - * @private - * Processes UI events from the view. Propagates them to whatever internal Components need to process them. - * @param {String} type Event type, eg 'click' - * @param {Ext.view.Table} view TableView Component - * @param {HTMLElement} cell Cell HTMLElement the event took place within - * @param {Number} recordIndex Index of the associated Store Model (-1 if none) - * @param {Number} cellIndex Cell index within the row - * @param {Ext.event.Event} e Original event - */ - processEvent: function(type, view, cell, recordIndex, cellIndex, e, record, row) { - var header = e.position.column; - if (header) { - return header.processEvent.apply(header, arguments); - } - }, - /** - * Scrolls the specified record into view. - * @param {Number/String/Ext.data.Model} record The record, record id, or the zero-based position in the dataset to scroll to. - * @param {Object} [options] An object containing options to modify the operation. - * @param {Boolean} [options.animate] Pass `true` to animate the row into view. - * @param {Boolean} [options.highlight] Pass `true` to highlight the row with a glow animation when it is in view. - * @param {Boolean} [options.select] Pass as `true` to select the specified row. - * @param {Boolean} [options.focus] Pass as `true` to focus the specified row. - * @param {Function} [options.callback] A function to execute when the record is in view. This may be necessary if the - * first parameter is a record index and the view is backed by a {@link Ext.data.BufferedStore buffered store} - * which does not contain that record. - * @param {Boolean} options.callback.success `true` if acquiring the record's view node was successful. - * @param {Ext.data.Model} options.callback.record If successful, the target record. - * @param {HTMLElement} options.callback.node If successful, the record's view node. - * @param {Object} [options.scope] The scope (`this` reference) in which the callback function is executed. - */ - ensureVisible: function(record, options) { - this.doEnsureVisible(record, options); - }, - scrollByDeltaY: function(yDelta, animate) { - this.getView().scrollBy(0, yDelta, animate); - }, - scrollByDeltaX: function(xDelta, animate) { - this.getView().scrollBy(xDelta, 0, animate); - }, - afterCollapse: function() { - this.saveScrollPos(); - this.callParent(arguments); - }, - afterExpand: function() { - this.callParent(arguments); - this.restoreScrollPos(); - }, - saveScrollPos: Ext.emptyFn, - restoreScrollPos: Ext.emptyFn, - onHeaderResize: function() { - var scroller = this.view.getScrollable(), - size; - if (scroller && scroller.isTouchScroller) { - size = scroller.getSize(); - if (size) { - scroller.setSize({ - x: this.headerCt.getTableWidth(), - y: size.y - }); - } - } - }, - // Update the view when a header moves - onHeaderMove: function(headerCt, header, colsToMove, fromIdx, toIdx) { - var me = this; - // If there are Features or Plugins which create DOM which must match column order, they set the optimizedColumnMove flag to false. - // In this case we must refresh the view on column move. - if (me.optimizedColumnMove === false) { - me.view.refreshView(); - } else // Simplest case for default DOM structure is just to swap the columns round in the view. - { - me.view.moveColumn(fromIdx, toIdx, colsToMove); - } - me.delayScroll(); - }, - // Section onHeaderHide is invoked after view. - onHeaderHide: function(headerCt, header) { - var view = this.view; - // The headerCt may be hiding multiple children if a leaf level column - // causes a parent (and possibly other parents) to be hidden. Only run the refresh - // once we're done - if (!headerCt.childHideCount && view.refreshCounter) { - view.refreshView(); - } - }, - onHeaderShow: function(headerCt, header) { - var view = this.view; - if (view.refreshCounter) { - view.refreshView(); - } - }, - // To be triggered on add/remove/move for a leaf header - onHeadersChanged: function(headerCt, header) { - var me = this; - if (me.rendered && !me.reconfiguring) { - me.view.refreshView(); - me.delayScroll(); - } - }, - delayScroll: function() { - var target = this.view; - if (target) { - // Do not cause a layout by reading scrollX now. - // It must be read from the target when the task finally executes. - this.scrollTask.delay(10, null, null, [ - target - ]); - } - }, - /** - * @private - * Fires the TablePanel's viewready event when the view declares that its internal DOM is ready - */ - onViewReady: function() { - this.fireEvent('viewready', this); - }, - /** - * @private - * Tracks when things happen to the view and preserves the horizontal scroll position. - */ - onRestoreHorzScroll: function() { - var me = this, - x = me.scrollXPos; - if (x) { - // We need to restore the body scroll position here - me.syncHorizontalScroll(me, true); - } - }, - getScrollerOwner: function() { - var rootCmp = this; - if (!this.scrollerOwner) { - rootCmp = this.up('[scrollerOwner]'); - } - return rootCmp; - }, - /** - * Gets left hand side marker for header resizing. - * @private - */ - getLhsMarker: function() { - var me = this; - return me.lhsMarker || (me.lhsMarker = Ext.DomHelper.append(me.el, { - role: 'presentation', - cls: me.resizeMarkerCls - }, true)); - }, - /** - * Gets right hand side marker for header resizing. - * @private - */ - getRhsMarker: function() { - var me = this; - return me.rhsMarker || (me.rhsMarker = Ext.DomHelper.append(me.el, { - role: 'presentation', - cls: me.resizeMarkerCls - }, true)); - }, - /** - * Returns the grid's selection. See `{@link Ext.selection.Model#getSelection}`. - * @inheritdoc Ext.selection.Model#getSelection - */ - getSelection: function() { - return this.getSelectionModel().getSelection(); - }, - updateSelection: function(selection) { - var me = this, - sm; - if (!me.ignoreNextSelection) { - me.ignoreNextSelection = true; - sm = me.getSelectionModel(); - if (selection) { - sm.select(selection); - } else { - sm.deselectAll(); - } - me.ignoreNextSelection = false; - } - }, - updateBindSelection: function(selModel, selection) { - var me = this, - selected = null; - if (!me.ignoreNextSelection) { - me.ignoreNextSelection = true; - if (selection.length) { - selected = selModel.getLastSelected(); - me.hasHadSelection = true; - } - if (me.hasHadSelection) { - me.setSelection(selected); - } - me.ignoreNextSelection = false; - } - }, - updateHeaderBorders: function(headerBorders) { - this[headerBorders ? 'removeCls' : 'addCls'](this.noHeaderBordersCls); - }, - getNavigationModel: function() { - return this.getView().getNavigationModel(); - }, - /** - * Returns the selection model being used by this grid's {@link Ext.view.Table view}. - * @return {Ext.selection.Model} The selection model being used by this grid's {@link Ext.view.Table view}. - */ - getSelectionModel: function() { - return this.getView().getSelectionModel(); - }, - getScrollTarget: function() { - var items = this.getScrollerOwner().query('tableview'); - // Last view has the scroller - return items[items.length - 1]; - }, - syncHorizontalScroll: function(target, setBody) { - var me = this, - x = me.view.getScrollX(), - scrollTarget; - setBody = setBody === true; - // Only set the horizontal scroll if we've changed position, - // so that we don't set this on vertical scrolls - if (me.rendered && (setBody || x !== me.scrollXPos)) { - // Only set the body position if we're reacting to a refresh, otherwise - // we just need to set the header. - if (setBody) { - scrollTarget = me.getScrollTarget(); - scrollTarget.setScrollX(x); - } - me.headerCt.setScrollX(x); - me.scrollXPos = x; - } - }, - // template method meant to be overriden - onStoreLoad: Ext.emptyFn, - getEditorParent: function() { - return this.body; - }, - bindStore: function(store, initial) { - var me = this, - view = me.getView(); - // Normally, this method will always be called with a valid store (because there is a symmetric - // .unbindStore method), but there are cases where this method will be called and passed a null - // value, i.e., a panel is used as a pickerfield. See EXTJS-13089. - if (store) { - // Bind to store immediately because subsequent processing looks for grid's store property - me.store = store; - if (view.store !== store) { - // If coming from a reconfigure, we need to set the actual store property on the view. Setting the - // store will then also set the dataSource. - // - // Note that if it's a grid feature then this is sorted out in view.bindStore(), and it's own - // implementation of .bindStore() will be called. - view.bindStore(store, false); - } - me.mon(store, { - load: me.onStoreLoad, - scope: me - }); - me.storeRelayers = me.relayEvents(store, [ - /** - * @event filterchange - * @inheritdoc Ext.data.Store#filterchange - */ - 'filterchange', - /** - * @event groupchange - * @inheritdoc Ext.data.Store#groupchange - */ - 'groupchange' - ]); - } else { - me.unbindStore(); - } - }, - unbindStore: function() { - var me = this, - store = me.store, - view; - if (store) { - store.trackStateChanges = false; - me.store = null; - me.mun(store, { - load: me.onStoreLoad, - scope: me - }); - Ext.destroy(me.storeRelayers); - view = me.view; - if (view.store) { - view.bindStore(null); - } - } - }, - setColumns: function(columns) { - // If being reconfigured from zero columns to zero columns, skip operation. - // This can happen if columns are being set from a binding and the initial value - // of the bound data in the ViewModel is [] - if (columns.length || this.getColumnManager().getColumns().length) { - this.reconfigure(undefined, columns); - } - }, - /** - * A convenience method that fires {@link #reconfigure} with the store param. To set the store AND change columns, - * use the {@link #reconfigure reconfigure method}. - * - * @param {Ext.data.Store} [store] The new store. - */ - setStore: function(store) { - this.reconfigure(store); - if (this.autoLoad && !store.isEmptyStore && !(store.loading || store.isLoaded())) { - store.load(); - } - }, - /** - * Reconfigures the grid or tree with a new store and/or columns. Stores and columns - * may also be passed as params. - * - * grid.reconfigure(store, columns); - * - * Additionally, you can pass just a store or columns. - * - * tree.reconfigure(store); - * // or - * grid.reconfigure(columns); - * // or - * tree.reconfigure(null, columns); - * - * If you're using locked columns, the {@link #enableLocking} config should be set - * to `true` before the reconfigure method is executed. - * - * @param {Ext.data.Store/Object} [store] The new store instance or store config. You can - * pass `null` if no new store. - * @param {Object[]} [columns] An array of column configs - */ - reconfigure: function(store, columns) { - var me = this, - oldStore = me.store, - headerCt = me.headerCt, - lockable = me.lockable, - oldColumns = headerCt ? headerCt.items.getRange() : me.columns, - view = me.getView(), - block, refreshCounter; - // Allow optional store argument to be fully omitted, and the columns argument to be solo - if (arguments.length === 1 && Ext.isArray(store)) { - columns = store; - store = null; - } - // Make copy in case the beforereconfigure listener mutates it. - if (columns) { - columns = Ext.Array.slice(columns); - } - me.reconfiguring = true; - if (store) { - store = Ext.StoreManager.lookup(store); - } - me.fireEvent('beforereconfigure', me, store, columns, oldStore, oldColumns); - Ext.suspendLayouts(); - if (lockable) { - me.reconfigureLockable(store, columns); - } else { - // Prevent the view from refreshing until we have resumed layouts and any columns are rendered - block = view.blockRefresh; - view.blockRefresh = true; - // The following test compares the result of an assignment of the store var with the oldStore var. - // This saves a large amount of code. - // - // Note that we need to process the store first in case one or more passed columns (if there are any) - // have active gridfilters with values which would filter the currently-bound store. - if (store && store !== oldStore) { - me.unbindStore(); - me.bindStore(store); - } - if (columns) { - // new columns, delete scroll pos - delete me.scrollXPos; - headerCt.removeAll(); - headerCt.add(columns); - } - view.blockRefresh = block; - refreshCounter = view.refreshCounter; - } - Ext.resumeLayouts(true); - if (lockable) { - me.afterReconfigureLockable(); - } else if (view.refreshCounter === refreshCounter) { - // If the layout resumption didn't trigger the view to refresh, do it here - view.refreshView(); - } - me.fireEvent('reconfigure', me, store, columns, oldStore, oldColumns); - delete me.reconfiguring; - }, - beforeDestroy: function() { - var me = this, - task = me.scrollTask; - if (task) { - task.cancel(); - me.scrollTask = null; - } - Ext.destroy(me.focusEnterLeaveListeners); - me.callParent(); - }, - onDestroy: function() { - var me = this; - if (me.lockable) { - me.destroyLockable(); - } - me.unbindStore(); - me.callParent(); - me.columns = me.storeRelayers = me.columnManager = me.visibleColumnManager = null; - }, - destroy: function() { - // Clear out references here because other things (plugins/features) may need to know about them during destruction - var me = this; - me.callParent(); - if (me.destroyed) { - me.view = me.selModel = me.headerCt = null; - } - }, - privates: { - // The focusable flag is set, but there is no focusable element. - // Focus is delegated to the view by the focus implementation. - initFocusableElement: function() {}, - doEnsureVisible: function(record, options) { - // Handle the case where this is a lockable assembly - if (this.lockable) { - return this.ensureLockedVisible(record, options); - } - // Allow them to pass the record id. - if (typeof record !== 'number' && !record.isEntity) { - record = this.store.getById(record); - } - var me = this, - view = me.getView(), - domNode = view.getNode(record), - callback, scope, animate, highlight, select, doFocus, scrollable, column, cell; - if (options) { - callback = options.callback; - scope = options.scope; - animate = options.animate; - highlight = options.highlight; - select = options.select; - doFocus = options.focus; - column = options.column; - } - // Always supercede any prior deferred request - if (me.deferredEnsureVisible) { - me.deferredEnsureVisible.destroy(); - } - // We have not yet run the layout. - // Add this to the end of the first sizing process. - // By using the resize event, we will come in AFTER any Component's onResize and onBoxReady handling. - if (!view.componentLayoutCounter) { - me.deferredEnsureVisible = view.on({ - resize: me.doEnsureVisible, - args: Ext.Array.slice(arguments), - scope: me, - single: true, - destroyable: true - }); - return; - } - if (typeof column === 'number') { - column = me.ownerGrid.getVisibleColumnManager().getColumns()[column]; - } - // We found the DOM node associated with the record - if (domNode) { - scrollable = view.getScrollable(); - if (column) { - cell = Ext.fly(domNode).selectNode(column.getCellSelector()); - } - if (scrollable) { - scrollable.scrollIntoView(cell || domNode, !!column, animate, highlight); - } - if (!record.isEntity) { - record = view.getRecord(domNode); - } - if (select) { - view.getSelectionModel().select(record); - } - if (doFocus) { - view.getNavigationModel().setPosition(record, 0); - } - Ext.callback(callback, scope || me, [ - true, - record, - domNode - ]); - } - // If we didn't find it, it's probably because of buffered rendering - else if (view.bufferedRenderer) { - view.bufferedRenderer.scrollTo(record, { - animate: animate, - highlight: highlight, - select: select, - focus: doFocus, - column: column, - callback: function(recordIdx, record, domNode) { - Ext.callback(callback, scope || me, [ - true, - record, - domNode - ]); - } - }); - } else { - Ext.callback(callback, scope || me, [ - false, - null - ]); - } - }, - getFocusEl: function() { - return this.getView().getFocusEl(); - }, - /** - * Toggles ARIA actionable mode on/off - * @param {Boolean} enabled - * @return {Boolean} `true` if actionable mode was entered - * @private - */ - setActionableMode: function(enabled, position) { - // Always set the topmost grid in a lockable assembly - var me = this.ownerGrid; - // Can be called to exit actionable mode upon a focusLeave caused by destruction - if (!me.destroying && me.view.setActionableMode(enabled, position) !== false) { - me.fireEvent('actionablemodechange', enabled); - me[enabled ? 'addCls' : 'removeCls'](me.actionableModeCls); - return true; - } - } - } -}); - -/** - * @private - * - * This class is used only by the grid's HeaderContainer docked child. - * - * It adds the ability to shrink the vertical size of the inner container element back if a grouped - * column header has all its child columns dragged out, and the whole HeaderContainer needs to shrink back down. - * - * Also, after every layout, after all headers have attained their 'stretchmax' height, it goes through and calls - * `setPadding` on the columns so that they lay out correctly. - */ -Ext.define('Ext.grid.ColumnLayout', { - extend: 'Ext.layout.container.HBox', - alias: 'layout.gridcolumn', - type: 'gridcolumn', - requires: [ - 'Ext.panel.Table' - ], - firstHeaderCls: Ext.baseCSSPrefix + 'column-header-first', - lastHeaderCls: Ext.baseCSSPrefix + 'column-header-last', - initLayout: function() { - this.callParent(); - if (this.scrollbarWidth === undefined) { - this.self.prototype.scrollbarWidth = Ext.getScrollbarSize().width; - } - }, - beginLayout: function(ownerContext) { - var me = this, - owner = me.owner, - firstCls = me.firstHeaderCls, - lastCls = me.lastHeaderCls, - bothCls = [ - firstCls, - lastCls - ], - items = me.getVisibleItems(), - len = items.length, - i, item; - me.callParent([ - ownerContext - ]); - // Sync the first/lastCls states for all the headers. - for (i = 0; i < len; i++) { - item = items[i]; - if (len === 1) { - // item is the only item so it is both first and last - item.addCls(bothCls); - } else if (i === 0) { - // item is the first of 2+ items - item.addCls(firstCls); - item.removeCls(lastCls); - } else if (i === len - 1) { - // item is the last of 2+ items - item.removeCls(firstCls); - item.addCls(lastCls); - } else { - item.removeCls(bothCls); - } - } - // Start this at 0 and for the root headerCt call determineScrollbarWidth to get - // it set properly. Typically that amounts to a "delete" to expose the system's - // scrollbar width stored on our prototype. - me.scrollbarWidth = 0; - if (owner.isRootHeader) { - me.determineScrollbarWidth(ownerContext); - } - if (!me.scrollbarWidth) { - // By default Mac OS X has overlay scrollbars that do not take space, but also - // the RTL override may have set this to 0... so make sure we don't try to - // compensate for a scrollbar when there isn't one. - ownerContext.manageScrollbar = false; - } - }, - moveItemBefore: function(item, before) { - var prevOwner = item.ownerCt; - // Due to the nature of grid headers, index calculation for - // moving items is complicated, especially since removals can trigger - // groups to be removed (and thus alter indexes). As such, the logic - // is simplified by removing the item first, then calculating the index - // and inserting it - if (item !== before && prevOwner) { - prevOwner.remove(item, false); - } - return this.callParent([ - item, - before - ]); - }, - determineScrollbarWidth: function(ownerContext) { - var me = this, - owner = me.owner, - grid = owner.grid, - // locking headerCt can refuse to reserveScrollbar, even if the locking grid - // view does reserveScrollbar (special technique for hiding the vertical - // scrollbar on the locked side) - vetoReserveScrollbar = owner.reserveScrollbar === false, - // We read this value off of the immediate grid since the locked side of a - // locking grid will not have this set. The ownerGrid in that case would have - // it set but will pass along true only to the normal side. - reserveScrollbar = grid.reserveScrollbar && !vetoReserveScrollbar, - manageScrollbar = !reserveScrollbar && !vetoReserveScrollbar && grid.view.scrollFlags.y; - // If we have reserveScrollbar then we will always have a vertical scrollbar so - // manageScrollbar should be false. Otherwise it is based on overflow-y: - ownerContext.manageScrollbar = manageScrollbar; - // Determine if there is any need to deal with the width of the vertical scrollbar - // and set "scrollbarWidth" to 0 if not or the system determined value (stored on - // our prototype). - // - if (!grid.ownerGrid.collapsed && (reserveScrollbar || manageScrollbar)) { - // Ensure the real scrollbarWidth value is exposed from the prototype. This - // may be needed if the scrollFlags have changed since we may have a 0 set on - // this instance from a previous layout run. - delete me.scrollbarWidth; - } - }, - // On return, the RTL override (Ext.rtl.grid.ColumnLayout) will deal with various - // browser bugs and may set me.scrollbarWidth to 0 or a negative value. - calculate: function(ownerContext) { - var me = this, - grid = me.owner.grid, - // Our TableLayout buddy sets this in its beginLayout so we can work this - // out together: - viewContext = ownerContext.viewContext, - state = ownerContext.state, - context = ownerContext.context, - lockingPartnerContext, ownerGrid, columnsChanged, columns, len, i, column, scrollbarAdjustment, viewOverflowY; - me.callParent([ - ownerContext - ]); - if (grid && state.parallelDone) { - lockingPartnerContext = viewContext.lockingPartnerContext; - ownerGrid = grid.ownerGrid; - // A force-fit needs to be "reflexed" so check that now. If we have to reflex - // the items, we need to re-cacheFlexes and invalidate ourselves. - if (ownerGrid.forceFit && !state.reflexed) { - if (me.convertWidthsToFlexes(ownerContext)) { - me.cacheFlexes(ownerContext); - me.done = false; - ownerContext.invalidate({ - state: { - reflexed: true, - scrollbarAdjustment: me.getScrollbarAdjustment(ownerContext) - } - }); - return; - } - } - // Once the parallelDone flag goes up, we need to pack up the changed column - // widths for our TableLayout partner. - if ((columnsChanged = state.columnsChanged) === undefined) { - columns = ownerContext.target.getVisibleGridColumns(); - columnsChanged = false; - for (i = 0 , len = columns.length; i < len; i++) { - column = context.getCmp(columns[i]); - // Since we are parallelDone, all of the children should have width, - // so we can - if (!column.lastBox || column.props.width !== column.lastBox.width) { - (columnsChanged || (columnsChanged = []))[i] = column; - } - } - state.columnsChanged = columnsChanged; - // This will trigger our TableLayout partner and allow it to proceed. - ownerContext.setProp('columnsChanged', columnsChanged); - } - if (ownerContext.manageScrollbar) { - // If we changed the column widths, we need to wait for the TableLayout to - // return whether or not we have overflowY... well, that is, if we are - // needing to tweak the scrollbarAdjustment... - scrollbarAdjustment = me.getScrollbarAdjustment(ownerContext); - if (scrollbarAdjustment) { - // Since we start with the assumption that we will need the scrollbar, - // we now need to wait to see if our guess was correct. - viewOverflowY = viewContext.getProp('viewOverflowY'); - if (viewOverflowY === undefined) { - // The TableLayout has not determined this yet, so park it. - me.done = false; - return; - } - if (!viewOverflowY) { - // We have our answer, and it turns out the view did not overflow - // (even with the reduced width we gave it), so we need to remove - // the scrollbarAdjustment and go again. - if (lockingPartnerContext) { - // In a locking grid, only the normal side plays this game, - // so now that we know the resolution, we need to invalidate - // the locking view and its headerCt. - lockingPartnerContext.invalidate(); - lockingPartnerContext.headerContext.invalidate(); - } - viewContext.invalidate(); - ownerContext.invalidate({ - state: { - // Pass a 0 adjustment on into our next life. If this is - // the invalidate that resets ownerContext then this is - // put onto the new state. If not, it will reset back to - // undefined and we'll have to begin again (which is the - // correct thing to do in that case). - scrollbarAdjustment: 0 - } - }); - } - } - } - } - }, - // else { - // We originally assumed we would need the scrollbar and since we do - // not now, we must be on the second pass, so we can move on... - // } - finishedLayout: function(ownerContext) { - this.callParent([ - ownerContext - ]); - if (this.owner.ariaRole === 'rowgroup') { - this.innerCt.dom.setAttribute('role', 'row'); - } - // Wipe this array because it holds component references and gets cached on the object - // Can cause a circular reference - ownerContext.props.columnsChanged = null; - }, - convertWidthsToFlexes: function(ownerContext) { - var me = this, - totalWidth = 0, - calculated = me.sizeModels.calculated, - childItems, len, i, childContext, item; - childItems = ownerContext.childItems; - len = childItems.length; - for (i = 0; i < len; i++) { - childContext = childItems[i]; - item = childContext.target; - totalWidth += childContext.props.width; - // Only allow to be flexed if it's a resizable column - if (!(item.fixed || item.resizable === false)) { - // For forceFit, just use allocated width as the flex value, and the proportions - // will end up the same whatever HeaderContainer width they are being forced into. - item.flex = ownerContext.childItems[i].flex = childContext.props.width; - item.width = null; - childContext.widthModel = calculated; - } - } - // Only need to loop back if the total column width is not already an exact fit - return totalWidth !== ownerContext.props.width; - }, - getScrollbarAdjustment: function(ownerContext) { - var me = this, - state = ownerContext.state, - grid = me.owner.grid, - scrollbarAdjustment = state.scrollbarAdjustment; - // If there is potential for a vertical scrollbar, then we start by assuming - // we will need to reserve space for it. Unless, of course, there are no - // records! - if (scrollbarAdjustment === undefined) { - scrollbarAdjustment = 0; - if (grid.reserveScrollbar || (ownerContext.manageScrollbar && !grid.ownerGrid.layout.ownerContext.heightModel.shrinkWrap)) { - scrollbarAdjustment = me.scrollbarWidth; - } - state.scrollbarAdjustment = scrollbarAdjustment; - } - return scrollbarAdjustment; - }, - /** - * @private - * Local getContainerSize implementation accounts for vertical scrollbar in the view. - */ - getContainerSize: function(ownerContext) { - var me = this, - got, needed, padding, gotWidth, gotHeight, width, height, result; - if (me.owner.isRootHeader) { - result = me.callParent([ - ownerContext - ]); - if (result.gotWidth) { - result.width -= me.getScrollbarAdjustment(ownerContext); - } - } else { - padding = ownerContext.paddingContext.getPaddingInfo(); - got = needed = 0; - // The container size here has to be provided by the ColumnComponentLayout to - // account for borders in its odd way. - if (!ownerContext.widthModel.shrinkWrap) { - ++needed; - width = ownerContext.getProp('innerWidth'); - gotWidth = (typeof width === 'number'); - if (gotWidth) { - ++got; - width -= padding.width; - if (width < 0) { - width = 0; - } - } - } - if (!ownerContext.heightModel.shrinkWrap) { - ++needed; - height = ownerContext.getProp('innerHeight'); - gotHeight = (typeof height === 'number'); - if (gotHeight) { - ++got; - height -= padding.height; - if (height < 0) { - height = 0; - } - } - } - return { - width: width, - height: height, - needed: needed, - got: got, - gotAll: got === needed, - gotWidth: gotWidth, - gotHeight: gotHeight - }; - } - return result; - }, - publishInnerCtSize: function(ownerContext) { - var me = this, - owner = me.owner, - cw = ownerContext.peek('contentWidth'), - adjustment = 0; - // Pass negative "reservedSpace", so that the innerCt gets *extra* size to accommodate the view's vertical scrollbar - if (cw != null && owner.isRootHeader) { - adjustment = -ownerContext.state.scrollbarAdjustment; - } - return me.callParent([ - ownerContext, - adjustment - ]); - } -}); - -/** - * @private - * - * Manages and provides information about a TablePanel's *visible leaf* columns. - */ -Ext.define('Ext.grid.ColumnManager', { - alternateClassName: [ - 'Ext.grid.ColumnModel' - ], - columns: null, - constructor: function(visibleOnly, headerCt, secondHeaderCt) { - if (!headerCt.isRootHeader && !headerCt.isGroupHeader) { - Ext.raise('ColumnManager must be passed an instantiated HeaderContainer or group header'); - } - this.headerCt = headerCt; - // We are managing columns for a lockable grid... - if (secondHeaderCt) { - if (!headerCt.isRootHeader && !headerCt.isGroupHeader) { - Ext.raise('ColumnManager must be passed an instantiated HeaderContainer or group header'); - } - this.secondHeaderCt = secondHeaderCt; - } - this.visibleOnly = !!visibleOnly; - }, - getColumns: function() { - if (!this.columns) { - this.cacheColumns(); - } - return this.columns; - }, - hasVariableRowHeight: function() { - var me = this, - columns = me.getColumns(), - len = columns.length, - i; - if (me.variableRowHeight == null) { - me.variableRowHeight = false; - for (i = 0; !me.variableRowHeight && i < len; i++) { - me.variableRowHeight = !!columns[i].variableRowHeight; - } - } - return me.variableRowHeight; - }, - /** - * If called from a root header, returns the index of a leaf level header regardless of what the nesting - * structure is. - * - * If called from a group header, returns the index of a leaf level header relative to the group header. - * - * If a group header is passed, the index of the first leaf level header within it is returned. - * - * @param {Ext.grid.column.Column} header The header to find the index of - * @return {Number} The index of the specified column header - */ - getHeaderIndex: function(header) { - if (header.isGroupHeader) { - // Get the first header for the particular group header. The .getHeaderColumns API - // will sort out if it's to be just visible columns or all columns. - header = this.getHeaderColumns(header)[0]; - } - return Ext.Array.indexOf(this.getColumns(), header); - }, - /** - * If called from a root header, gets a leaf level header by index regardless of what the nesting - * structure is. - * - * If called from a group header, returns the index of a leaf level header relative to the group header. - * - * @param {Number} index The column index for which to retrieve the column. - * @return {Ext.grid.column.Column} The header. `null` if it doesn't exist. - */ - getHeaderAtIndex: function(index) { - var columns = this.getColumns(), - col = columns[index]; - return col || null; - }, - getPreviousSibling: function(header) { - var index = this.getHeaderIndex(header), - col = null; - if (index > 0) { - col = this.getColumns()[index - 1]; - } - return col; - }, - getNextSibling: function(header) { - var index = this.getHeaderIndex(header), - col; - if (index !== -1) { - col = this.getColumns()[index + 1]; - } - return col || null; - }, - /** - * Get the first column. - * @return {Ext.grid.column.Column} The header. `null` if it doesn't exist - */ - getFirst: function() { - var columns = this.getColumns(); - return columns.length > 0 ? columns[0] : null; - }, - /** - * Get the last column. - * @return {Ext.grid.column.Column} The header. `null` if it doesn't exist - */ - getLast: function() { - var columns = this.getColumns(), - len = columns.length; - return len > 0 ? columns[len - 1] : null; - }, - /** - * Get a leaf level header by data index regardless of what the nesting - * structure is. - * @param {String} dataIndex The data index - * @return {Ext.grid.column.Column} The header. `null` if it doesn't exist. - */ - getHeaderByDataIndex: function(dataIndex) { - var columns = this.getColumns(), - len = columns.length, - i, header; - for (i = 0; i < len; ++i) { - header = columns[i]; - if (header.dataIndex === dataIndex) { - return header; - } - } - return null; - }, - /** - * Get a leaf level header by index regardless of what the nesting - * structure is. - * @param {String} id The id - * @return {Ext.grid.column.Column} The header. `null` if it doesn't exist. - */ - getHeaderById: function(id) { - var columns = this.getColumns(), - len = columns.length, - i, header; - for (i = 0; i < len; ++i) { - header = columns[i]; - if (header.getItemId() === id) { - return header; - } - } - return null; - }, - /** - * When passed a column index, returns the closet *visible* column to that. If the column at the passed index is visible, - * that is returned. If it is hidden, either the next visible, or the previous visible column is returned. - * - * If called from a group header, returns the visible index of a leaf level header relative to the group header with the - * same stipulations as outlined above. - * - * @param {Number} index Position at which to find the closest visible column. - */ - getVisibleHeaderClosestToIndex: function(index) { - var result = this.getHeaderAtIndex(index); - if (result && result.hidden) { - result = result.next(':not([hidden])') || result.prev(':not([hidden])'); - } - return result; - }, - cacheColumns: function() { - var columns = this.getHeaderColumns(this.headerCt), - second = this.secondHeaderCt; - if (second) { - columns = columns.concat(this.getHeaderColumns(second)); - } - this.columns = columns; - }, - getHeaderColumns: function(header) { - var result = this.visibleOnly ? header.getVisibleGridColumns() : header.getGridColumns(); - return Ext.Array.clone(result); - }, - invalidate: function() { - var root = this.rootColumns; - this.columns = this.variableRowHeight = null; - // If we are part of a lockable assembly, invalidate the root column manager - if (root) { - root.invalidate(); - } - }, - destroy: function() { - this.columns = this.rootColumns = null; - this.callParent(); - } -}, function() { - this.createAlias('indexOf', 'getHeaderIndex'); -}); - -// TODO: Implement http://www.w3.org/TR/2013/WD-wai-aria-practices-20130307/#grid standards -/** - * @class Ext.grid.NavigationModel - * @private - * This class listens for key events fired from a {@link Ext.grid.Panel GridPanel}, and moves the currently focused item - * by adding the class {@link #focusCls}. - */ -Ext.define('Ext.grid.NavigationModel', { - extend: 'Ext.view.NavigationModel', - alias: 'view.navigation.grid', - /** - * @event navigate Fired when a key has been used to navigate around the view. - * @param {Object} event - * @param {Ext.event.Event} event.keyEvent The key event which caused the navigation. - * @param {Number} event.previousRecordIndex The previously focused record index. - * @param {Ext.data.Model} event.previousRecord The previously focused record. - * @param {HTMLElement} event.previousItem The previously focused grid cell. - * @param {Ext.grid.Column} event.previousColumn The previously focused grid column. - * @param {Number} event.recordIndex The newly focused record index. - * @param {Ext.data.Model} event.record the newly focused record. - * @param {HTMLElement} event.item the newly focused grid cell. - * @param {Ext.grid.Column} event.column The newly focused grid column. - */ - focusCls: Ext.baseCSSPrefix + 'grid-item-focused', - getViewListeners: function() { - var me = this; - return { - focusmove: { - element: 'el', - fn: me.onFocusMove - }, - containermousedown: me.onContainerMouseDown, - cellmousedown: me.onCellMouseDown, - // We focus on click if the mousedown handler did not focus because it was a translated "touchstart" event. - cellclick: me.onCellClick, - itemmousedown: me.onItemMouseDown, - // We focus on click if the mousedown handler did not focus because it was a translated "touchstart" event. - itemclick: me.onItemClick, - itemcontextmenu: me.onItemClick, - scope: me - }; - }, - initKeyNav: function(view) { - var me = this; - // We will have two keyNavs if we are the navigation model for a lockable assembly - if (!me.keyNav) { - me.keyNav = []; - me.position = new Ext.grid.CellContext(view); - } - // Drive the KeyNav off the View's itemkeydown event so that beforeitemkeydown listeners may veto. - // By default KeyNav uses defaultEventAction: 'stopEvent', and this is required for movement keys - // which by default affect scrolling. - me.keyNav.push(new Ext.util.KeyNav({ - target: view, - ignoreInputFields: true, - eventName: 'itemkeydown', - defaultEventAction: 'stopEvent', - processEvent: me.processViewEvent, - up: me.onKeyUp, - down: me.onKeyDown, - right: me.onKeyRight, - left: me.onKeyLeft, - pageDown: me.onKeyPageDown, - pageUp: me.onKeyPageUp, - home: me.onKeyHome, - end: me.onKeyEnd, - space: me.onKeySpace, - enter: me.onKeyEnter, - esc: me.onKeyEsc, - 113: me.onKeyF2, - tab: me.onKeyTab, - A: { - ctrl: true, - // Need a separate function because we don't want the key - // events passed on to selectAll (causes event suppression). - handler: me.onSelectAllKeyPress - }, - scope: me - })); - }, - addKeyBindings: function(binding) { - var len = this.keyNav.length, - i; - // We will have two keyNavs if we are the navigation model for a lockable assembly - for (i = 0; i < len; i++) { - this.keyNav[i].addBindings(binding); - } - }, - enable: function() { - var len = this.keyNav.length, - i; - // We will have two keyNavs if we are the navigation model for a lockable assembly - for (i = 0; i < len; i++) { - this.keyNav[i].enable(); - } - this.disabled = false; - }, - disable: function() { - var len = this.keyNav.length, - i; - // We will have two keyNavs if we are the navigation model for a lockable assembly - for (i = 0; i < len; i++) { - this.keyNav[i].disable(); - } - this.disabled = true; - }, - /** - * @private - * Every key event is tagged with the source view, so the NavigationModel is independent. - * Called in the scope of the KeyNav. This function is injected into the NavigationModel's - * {@link Ext.util.KeyNav KeyNav) as its {@link Ext.util.KeyNav#processEvent processEvent} config. - */ - processViewEvent: function(view, record, row, recordIndex, event) { - var key = event.getKey(); - // In actionable mode, we only listen for TAB, F2 and ESC to exit actionable mode - if (view.actionableMode) { - this.map.ignoreInputFields = false; - if (key === event.TAB || key === event.ESC || key === event.F2) { - return event; - } - } else // In navigation mode, we process all keys - { - this.map.ignoreInputFields = true; - // Ignore TAB key in navigable mode - return key === event.TAB ? null : event; - } - }, - onCellMouseDown: function(view, cell, cellIndex, record, row, recordIndex, mousedownEvent) { - var targetComponent = Ext.Component.fromElement(mousedownEvent.target, cell), - ac; - // If actionable mode, and - // (mousedown on a tabbable, or anywhere in the ownership tree of the active component), - // we should not get involved. - // The tabbable element will be part of actionability. - if (view.actionableMode && (mousedownEvent.getTarget(null, null, true).isTabbable() || ((ac = Ext.ComponentManager.getActiveComponent()) && ac.owns(mousedownEvent)))) { - return; - } - // If the event is a touchstart, leave it until the click to focus. - if (mousedownEvent.pointerType !== 'touch') { - this.setPosition(mousedownEvent.position, null, mousedownEvent); - } - // If mousedowning on a focusable Component. - // After having set the position according to the mousedown, we then - // enter actionable mode and focus the component just as if the user - // Had navigated here and pressed F2. - if (targetComponent && targetComponent.isFocusable && targetComponent.isFocusable()) { - view.setActionableMode(true, mousedownEvent.position); - // Focus the targeted Component - targetComponent.focus(); - } - }, - onCellClick: function(view, cell, cellIndex, record, row, recordIndex, clickEvent) { - var me = this, - targetComponent = Ext.Component.fromElement(clickEvent.target, cell), - clickOnFocusable = targetComponent && targetComponent.isFocusable && targetComponent.isFocusable(); - // In actionable mode, we fire a navigate event in case the column's stopSelection is false - if (view.actionableMode) { - // Only continue if action position is in a different place - // Test using the guaranteed present clickEvent.position. - // actionPosition might be null if action is right now in the other - // side of a lockable. - if (!clickEvent.position.isEqual(view.actionPosition)) { - // Must still set position so that the other actionable - // at the different action position blurs and finishes. - if (!clickOnFocusable) { - me.setPosition(clickEvent.position, null, clickEvent); - } - } - me.fireEvent('navigate', { - view: view, - navigationModel: me, - keyEvent: clickEvent, - previousPosition: me.previousPosition, - previousRecordIndex: me.previousRecordIndex, - previousRecord: me.previousRecord, - previousItem: me.previousItem, - previousCell: me.previousCell, - previousColumnIndex: me.previousColumnIndex, - previousColumn: me.previousColumn, - position: clickEvent.position, - recordIndex: clickEvent.position.rowIdx, - record: clickEvent.position.record, - item: clickEvent.item, - cell: clickEvent.position.cellElement, - columnIndex: clickEvent.position.colIdx, - column: clickEvent.position.column - }); - } else { - // If the mousedown that initiated the click has navigated us to the correct spot, just fire the event - if (me.position.isEqual(clickEvent.position) || clickOnFocusable) { - me.fireNavigateEvent(clickEvent); - } else { - me.setPosition(clickEvent.position, null, clickEvent); - } - } - }, - /** - * @private - * @param {Ext.event.Event} e The focusmove event - * This is where we are informed of intra-view cell navigation which may be caused by screen readers. - * We have to react to that and keep our internal state consistent. - */ - onFocusMove: function(e) { - var cell = e.target, - view = Ext.Component.fromElement(e.delegatedTarget, null, 'tableview'), - cell = e.target, - record, column, newPosition; - // If what was focused was a cell, we can set our position to that cell. - if (view && Ext.fly(cell).is(view.cellSelector)) { - // Ignore if the cause of focus move is actionable mode tabbing - if (view.actionableModeTabbing) { - return; - } - // If we focus a cell, we must exit actionable mode - view.ownerGrid.setActionableMode(false); - record = view.getRecord(cell); - column = view.getHeaderByCell(cell); - if (record && column) { - newPosition = new Ext.grid.CellContext(view).setPosition(record, column); - // The focus might have been the *result* of setting the position - if (!newPosition.isEqual(this.position)) { - this.setPosition(newPosition); - } - } - } - }, - onItemMouseDown: function(view, record, item, index, mousedownEvent) { - var me = this; - // If the event is a touchstart, leave it until the click to focus - // A mousedown outside a cell. Must be in a Feature, or on a row border - if (!mousedownEvent.position.cellElement && (mousedownEvent.pointerType !== 'touch')) { - me.getClosestCell(mousedownEvent); - me.setPosition(mousedownEvent.position, null, mousedownEvent); - } - }, - onItemClick: function(view, record, item, index, clickEvent) { - // A mousedown outside a cell. Must be in a Feature, or on a row border - if (!clickEvent.position.cellElement) { - this.getClosestCell(clickEvent); - // touchstart does not focus the closest cell, leave it until touchend (translated as a click) - if (clickEvent.pointerType === 'touch') { - this.setPosition(clickEvent.position, null, clickEvent); - } - this.fireNavigateEvent(clickEvent); - } - }, - getClosestCell: function(event) { - var position = event.position, - targetCell = position.cellElement, - x, columns, len, i, column, b; - if (!targetCell) { - x = event.getX(); - columns = position.view.getVisibleColumnManager().getColumns(); - len = columns.length; - for (i = 0; i < len; i++) { - column = columns[i]; - b = columns[i].getBox(); - if (x >= b.left && x < b.right) { - position.setColumn(columns[i]); - position.rowElement = position.getRow(true); - position.cellElement = position.getCell(true); - return; - } - } - } - }, - deferSetPosition: function(delay, recordIndex, columnIndex, keyEvent, suppressEvent, preventNavigation) { - var setPositionTask = this.view.getFocusTask(); - // This is essentially a focus operation. Use the singleton focus task used by Focusable Components - // to schedule a setPosition call. This way it can be superseded programmatically by regular Component focus calls. - setPositionTask.delay(delay, this.setPosition, this, [ - recordIndex, - columnIndex, - keyEvent, - suppressEvent, - preventNavigation - ]); - return setPositionTask; - }, - setPosition: function(recordIndex, columnIndex, keyEvent, suppressEvent, preventNavigation) { - var me = this, - view, scroller, selModel, dataSource, columnManager, newRecordIndex, newColumnIndex, newRecord, newColumn, - clearing = recordIndex == null && columnIndex == null, - isClear = me.record == null && me.recordIndex == null && me.item == null; - // Work out the view we are operating on. - // If they passed a CellContext, use the view from that. - // Otherwise, use the view injected into the event by Ext.view.View#processEvent. - // Otherwise, use the last focused view. - // Failing that, use the view we were bound to. - if (recordIndex && recordIndex.isCellContext) { - view = recordIndex.view; - } else if (keyEvent && keyEvent.view) { - view = keyEvent.view; - } else if (me.lastFocused) { - view = me.lastFocused.view; - } else { - view = me.view; - } - // In case any async focus was requested before this call. - view.getFocusTask().cancel(); - // Return if the view was destroyed between the deferSetPosition call and now, or if the call is a no-op - // or if there are no items which could be focused. - if (view.destroyed || !view.refreshCounter || !view.ownerCt || clearing && isClear || !view.all.getCount()) { - return; - } - selModel = view.getSelectionModel(); - dataSource = view.dataSource; - columnManager = view.getVisibleColumnManager(); - // If a CellContext is passed, use it. - // Passing null happens on blur to remove focus class. - if (recordIndex && recordIndex.isCellContext) { - newRecord = recordIndex.record; - newRecordIndex = recordIndex.rowIdx; - newColumnIndex = recordIndex.colIdx; - newColumn = recordIndex.column; - // If the record being focused is not available (eg, after a removal), then go to the same position - if (dataSource.indexOf(newRecord) === -1) { - scroller = view.getScrollable(); - // Change recordIndex so that the "No movement" test is bypassed if the record is not found - me.recordIndex = -1; - // If the view will not jump upwards to bring the next row under the mouse as expected - // because it's at the end, focus the previous row - if (scroller.getPosition().y >= scroller.getMaxPosition().y - view.all.last(true).offsetHeight) { - recordIndex.rowIdx--; - } - newRecordIndex = Math.min(recordIndex.rowIdx, dataSource.getCount() - 1); - newColumnIndex = Math.min(newColumnIndex, columnManager.getColumns().length); - newRecord = dataSource.getAt(newRecordIndex); - newColumn = columnManager.getColumns()[newColumnIndex]; - } - } else { - // Both axes are null, we defocus - if (clearing) { - newRecord = newRecordIndex = null; - } else { - // AbstractView's default behaviour on focus is to call setPosition(0); - // A call like this should default to the last column focused, or column 0; - if (columnIndex == null) { - columnIndex = me.lastFocused ? me.lastFocused.column : 0; - } - if (typeof recordIndex === 'number') { - newRecordIndex = Math.max(Math.min(recordIndex, dataSource.getCount() - 1), 0); - newRecord = dataSource.getAt(recordIndex); - } - // row is a Record - else if (recordIndex.isEntity) { - newRecord = recordIndex; - newRecordIndex = dataSource.indexOf(newRecord); - } - // row is a grid row - else if (recordIndex.tagName) { - newRecord = view.getRecord(recordIndex); - newRecordIndex = dataSource.indexOf(newRecord); - if (newRecordIndex === -1) { - newRecord = null; - } - } else { - if (isClear) { - return; - } - clearing = true; - newRecord = newRecordIndex = null; - } - } - // Record position was successful - if (newRecord) { - // If the record being focused is not available (eg, after a sort), then go to 0,0 - if (newRecordIndex === -1) { - // Change recordIndex so that the "No movement" test is bypassed if the record is not found - me.recordIndex = -1; - newRecord = dataSource.getAt(0); - newRecordIndex = 0; - columnIndex = null; - } - // No columnIndex passed, and no previous column position - default to column 0 - if (columnIndex == null) { - if (!(newColumn = me.column)) { - newColumnIndex = 0; - newColumn = columnManager.getColumns()[0]; - } - } else if (typeof columnIndex === 'number') { - newColumn = columnManager.getColumns()[columnIndex]; - newColumnIndex = columnIndex; - } else { - newColumn = columnIndex; - newColumnIndex = columnManager.indexOf(columnIndex); - } - } else { - clearing = true; - newColumn = newColumnIndex = null; - } - } - // No movement; just ensure the correct item is focused and return early. - // Do not push current position into previous position, do not fire events. - if (newRecordIndex === me.recordIndex && newColumnIndex === me.columnIndex && view === me.position.view) { - return me.focusPosition(me.position); - } - if (me.cell) { - me.cell.removeCls(me.focusCls); - } - // Track the last position. - // Used by SelectionModels as the navigation "from" position. - me.previousRecordIndex = me.recordIndex; - me.previousRecord = me.record; - me.previousItem = me.item; - me.previousCell = me.cell; - me.previousColumn = me.column; - me.previousColumnIndex = me.columnIndex; - me.previousPosition = me.position.clone(); - // Track the last selectionStart position to correctly track ranges (i.e., SHIFT + selection). - me.selectionStart = selModel.selectionStart; - // Set our CellContext to the new position - me.position.setAll(view, me.recordIndex = newRecordIndex, me.columnIndex = newColumnIndex, me.record = newRecord, me.column = newColumn); - if (clearing) { - me.item = me.cell = null; - } else { - me.focusPosition(me.position, preventNavigation); - } - // Legacy API is that the SelectionModel fires focuschange events and the TableView fires rowfocus and cellfocus events. - if (!suppressEvent) { - selModel.fireEvent('focuschange', selModel, me.previousRecord, me.record); - view.fireEvent('rowfocus', me.record, me.item, me.recordIndex); - view.fireEvent('cellfocus', me.record, me.cell, me.position); - } - // If we have moved, fire an event - if (keyEvent && !preventNavigation && me.cell !== me.previousCell) { - me.fireNavigateEvent(keyEvent); - } - }, - /** - * @private - * Focuses the currently active position. - * This is used on view refresh and on replace. - * @return {undefined} - */ - focusPosition: function(position) { - var me = this, - view, row; - me.item = me.cell = null; - if (position && position.record && position.column) { - view = position.view; - // If the position is passed from a grid event, the rowElement will be stamped into it. - // Otherwise, select it from the indicated item. - if (position.rowElement) { - row = me.item = position.rowElement; - } else { - // Get the dataview item for the position's record - row = view.getRowByRecord(position.record); - } - // If there is no item at that index, it's probably because there's buffered rendering. - // This is handled below. - if (row) { - // If the position is passed from a grid event, the cellElement will be stamped into it. - // Otherwise, select it from the row. - me.cell = position.cellElement || Ext.fly(row).down(position.column.getCellSelector(), true); - // Maintain the cell as a Flyweight to avoid transient elements ending up in the cache as full Ext.Elements. - if (me.cell) { - me.cell = new Ext.dom.Fly(me.cell); - // Maintain lastFocused in the view so that on non-specific focus of the View, we can focus the view's correct descendant. - view.lastFocused = me.lastFocused = me.position.clone(); - me.focusItem(me.cell); - view.focusEl = me.cell; - } else // Cell no longer in view. Clear current position. - { - me.position.setAll(); - me.record = me.column = me.recordIndex = me.columnIndex = null; - } - } else // View node no longer in view. Clear current position. - // Attempt to scroll to the record if it is in the store, but out of rendered range. - { - row = view.dataSource.indexOf(position.record); - me.position.setAll(); - me.record = me.column = me.recordIndex = me.columnIndex = null; - // The reason why the row could not be selected from the DOM could be because it's - // out of rendered range, so scroll to the row, and then try focusing it. - if (row !== -1 && view.bufferedRenderer) { - me.lastKeyEvent = null; - view.bufferedRenderer.scrollTo(row, false, me.afterBufferedScrollTo, me); - } - } - } - }, - /** - * @template - * @protected - * Called to focus an item in the client {@link Ext.view.View DataView}. - * The default implementation adds the {@link #focusCls} to the passed item focuses it. - * Subclasses may choose to keep focus in another target. - * - * For example {@link Ext.view.BoundListKeyNav} maintains focus in the input field. - * @param {Ext.dom.Element} item - * @return {undefined} - */ - focusItem: function(item) { - item.addCls(this.focusCls); - item.focus(); - }, - getCell: function() { - return this.cell; - }, - getPosition: function(skipChecks) { - var me = this, - position = me.position, - curIndex, view, dataSource; - if (position.record && position.column) { - // If caller doesn't care whether the record and column is still there, just needs to know about focus - if (skipChecks) { - return position; - } - view = position.view; - dataSource = view.dataSource; - curIndex = dataSource.indexOf(position.record); - // If not with the same ID, at the same index if that is in range - if (curIndex === -1) { - curIndex = position.rowIdx; - // If no record now at that index (even if it's less than the totalCount, it may be a BufferedStore) - // then there is no focus position, and we must return null - if (!(position.record = dataSource.getAt(curIndex))) { - curIndex = -1; - } - } - // If the positioned record or column has gone away, we have no position - if (curIndex === -1 || view.getVisibleColumnManager().indexOf(position.column) === -1) { - position.setAll(); - me.record = me.column = me.recordIndex = me.columnIndex = null; - } else { - return position; - } - } - return null; - }, - getLastFocused: function() { - var me = this, - view, - lastFocused = me.lastFocused; - if (lastFocused && lastFocused.record && lastFocused.column) { - view = lastFocused.view; - // If the last focused record or column has gone away, we have no lastFocused - if (view.dataSource.indexOf(lastFocused.record) !== -1 && view.getVisibleColumnManager().indexOf(lastFocused.column) !== -1) { - return lastFocused; - } - } - }, - onKeyTab: function(keyEvent) { - var forward = !keyEvent.shiftKey, - position = keyEvent.position.clone(), - view = position.view, - cell = keyEvent.position.cellElement, - tabbableChildren = Ext.fly(cell).findTabbableElements(), - focusTarget, - actionables = view.ownerGrid.actionables, - len = actionables.length, - i; - // We control navigation when in actionable mode. - // no TAB events must navigate. - keyEvent.preventDefault(); - // Find the next or previous tabbable in this cell. - focusTarget = tabbableChildren[Ext.Array.indexOf(tabbableChildren, keyEvent.target) + (forward ? 1 : -1)]; - // If we are exiting the cell: - // Find next cell if possible, otherwise, we are exiting the row - while (!focusTarget && (cell = cell[forward ? 'nextSibling' : 'previousSibling'])) { - // Move position pointer to point to the new cell - position.setColumn(view.getHeaderByCell(cell)); - // Inform all Actionables that we intend to activate this cell. - // If they are actionable, they will show/insert tabbable elements in this cell. - for (i = 0; i < len; i++) { - actionables[i].activateCell(position); - } - // If there are now tabbable elements in this cell (entering a row restores tabbability) - // and Actionables also show/insert tabbables), then focus in the current direction. - if ((tabbableChildren = Ext.fly(cell).findTabbableElements()).length) { - focusTarget = tabbableChildren[forward ? 0 : tabbableChildren.length - 1]; - } - } - // We found a focus target either in the cell or in a sibling cell in the direction of navigation. - if (focusTarget) { - // Keep actionPosition synched - this.actionPosition = position.view.actionPosition = position; - Ext.fly(focusTarget).focus(); - return; - } - // IE, which does not blur on removal from DOM of focused element must be kicked to blur the focused element - // which Actionables react to. - if (Ext.isIE) { - view.el.focus(); - } - // We need to exit the row - view.onRowExit(keyEvent.item, keyEvent.item[forward ? 'nextSibling' : 'previousSibling'], forward); - }, - onKeyUp: function(keyEvent) { - var newRecord = keyEvent.view.walkRecs(keyEvent.record, -1), - pos = this.getPosition(); - if (newRecord) { - pos.setRow(newRecord); - // If no cell at the current column, move towards row start - if (!pos.getCell(true)) { - pos.navigate(-1); - } - this.setPosition(pos, null, keyEvent); - } - }, - onKeyDown: function(keyEvent) { - // If we are in the middle of an animated node expand, jump to next sibling. - // The first child record is in a temp animation DIV and will be removed, so will blur. - var newRecord = keyEvent.record.isExpandingOrCollapsing ? null : keyEvent.view.walkRecs(keyEvent.record, 1), - pos = this.getPosition(); - if (newRecord) { - pos.setRow(newRecord); - // If no cell at the current column, move towards row start - if (!pos.getCell(true)) { - pos.navigate(-1); - } - this.setPosition(pos, null, keyEvent); - } - }, - onKeyRight: function(keyEvent) { - var newPosition = this.move('right', keyEvent); - if (newPosition) { - this.setPosition(newPosition, null, keyEvent); - } - }, - onKeyLeft: function(keyEvent) { - var newPosition = this.move('left', keyEvent); - if (newPosition) { - this.setPosition(newPosition, null, keyEvent); - } - }, - // ENTER emulates a dblclick event at the TableView level - onKeyEnter: function(keyEvent) { - var eventArgs = [ - 'cellclick', - keyEvent.view, - keyEvent.position.cellElement, - keyEvent.position.colIdx, - keyEvent.record, - keyEvent.position.rowElement, - keyEvent.recordIndex, - keyEvent - ], - actionCell = keyEvent.position.getCell(); - // May have been deleted by now by an ActionColumn handler - if (actionCell) { - // Stop the keydown event so that an ENTER keyup does not get delivered to - // any element which focus is transferred to in a click handler. - if (!actionCell.query('[tabIndex="-1"]').length) { - keyEvent.stopEvent(); - keyEvent.view.fireEvent.apply(keyEvent.view, eventArgs); - eventArgs[0] = 'celldblclick'; - keyEvent.view.fireEvent.apply(keyEvent.view, eventArgs); - } - // Enters actionable mode. Unless the emulated evenbts have done it - if (!this.view.actionableMode) { - this.view.ownerGrid.setActionableMode(true, this.getPosition()); - } - } - }, - onKeyF2: function(keyEvent) { - // Toggles actionable mode - var grid = this.view.ownerGrid, - actionableMode = grid.actionableMode; - grid.setActionableMode(!actionableMode, actionableMode ? null : this.getPosition()); - }, - onKeyEsc: function(keyEvent) { - // Exits actionable mode - this.view.ownerGrid.setActionableMode(false); - }, - move: function(dir, keyEvent) { - var me = this, - position = me.getPosition(); - if (position && position.record) { - // Do not allow SHIFT+(left|right) to wrap. - return position.view.walkCells(position, dir, keyEvent.shiftKey && (dir === 'right' || dir === 'left') ? me.vetoRowChange : null, me); - } - // Enforce code correctness in unbuilt source. - return null; - }, - vetoRowChange: function(newPosition) { - return this.getPosition().record === newPosition.record; - }, - // Go one page down from the lastFocused record in the grid. - onKeyPageDown: function(keyEvent) { - var me = this, - view = keyEvent.view, - rowsVisible = me.getRowsVisible(), - newIdx, newRecord; - if (rowsVisible) { - // If rendering is buffered, we cannot just increment the row - the row may not be there - // We have to ask the BufferedRenderer to navigate to the target. - // And that may involve asynchronous I/O, so must post-process in a callback. - if (view.bufferedRenderer) { - newIdx = Math.min(keyEvent.recordIndex + rowsVisible, view.dataSource.getCount() - 1); - me.lastKeyEvent = keyEvent; - view.bufferedRenderer.scrollTo(newIdx, false, me.afterBufferedScrollTo, me); - } else { - newRecord = view.walkRecs(keyEvent.record, rowsVisible); - me.setPosition(newRecord, null, keyEvent); - } - } - }, - // Go one page up from the lastFocused record in the grid. - onKeyPageUp: function(keyEvent) { - var me = this, - view = keyEvent.view, - rowsVisible = me.getRowsVisible(), - newIdx, newRecord; - if (rowsVisible) { - // If rendering is buffered, we cannot just increment the row - the row may not be there - // We have to ask the BufferedRenderer to navigate to the target. - // And that may involve asynchronous I/O, so must post-process in a callback. - if (view.bufferedRenderer) { - newIdx = Math.max(keyEvent.recordIndex - rowsVisible, 0); - me.lastKeyEvent = keyEvent; - view.bufferedRenderer.scrollTo(newIdx, false, me.afterBufferedScrollTo, me); - } else { - newRecord = view.walkRecs(keyEvent.record, -rowsVisible); - me.setPosition(newRecord, null, keyEvent); - } - } - }, - // Home moves the focus to the first cell of the current row. - onKeyHome: function(keyEvent) { - var me = this, - view = keyEvent.view; - // ALT+Home - go to first visible record in grid. - if (keyEvent.altKey) { - if (view.bufferedRenderer) { - // If rendering is buffered, we cannot just increment the row - the row may not be there - // We have to ask the BufferedRenderer to navigate to the target. - // And that may involve asynchronous I/O, so must post-process in a callback. - me.lastKeyEvent = keyEvent; - view.bufferedRenderer.scrollTo(0, false, me.afterBufferedScrollTo, me); - } else { - // Walk forwards to the first record - me.setPosition(view.walkRecs(keyEvent.record, -view.dataSource.indexOf(keyEvent.record)), null, keyEvent); - } - } else // Home moves the focus to the First cell in the current row. - { - me.setPosition(keyEvent.record, 0, keyEvent); - } - }, - afterBufferedScrollTo: function(newIdx, newRecord) { - this.setPosition(newRecord, null, this.lastKeyEvent, null, !this.lastKeyEvent); - }, - // End moves the focus to the last cell in the current row. - onKeyEnd: function(keyEvent) { - var me = this, - view = keyEvent.view; - // ALT/End - go to last visible record in grid. - if (keyEvent.altKey) { - if (view.bufferedRenderer) { - // If rendering is buffered, we cannot just increment the row - the row may not be there - // We have to ask the BufferedRenderer to navigate to the target. - // And that may involve asynchronous I/O, so must postprocess in a callback. - me.lastKeyEvent = keyEvent; - view.bufferedRenderer.scrollTo(view.store.getCount() - 1, false, me.afterBufferedScrollTo, me); - } else { - // Walk forwards to the end record - me.setPosition(view.walkRecs(keyEvent.record, view.dataSource.getCount() - 1 - view.dataSource.indexOf(keyEvent.record)), null, keyEvent); - } - } else // End moves the focus to the last cell in the current row. - { - me.setPosition(keyEvent.record, keyEvent.view.getVisibleColumnManager().getColumns().length - 1, keyEvent); - } - }, - // Returns the number of rows currently visible on the screen or - // false if there were no rows. This assumes that all rows are - // of the same height and the first view is accurate. - getRowsVisible: function() { - var rowsVisible = false, - view = this.view, - firstRow = view.all.first(), - rowHeight, gridViewHeight; - if (firstRow) { - rowHeight = firstRow.getHeight(); - gridViewHeight = view.el.getHeight(); - rowsVisible = Math.floor(gridViewHeight / rowHeight); - } - return rowsVisible; - }, - fireNavigateEvent: function(keyEvent) { - var me = this; - me.fireEvent('navigate', { - view: me.position.view, - navigationModel: me, - keyEvent: keyEvent || new Ext.event.Event({}), - previousPosition: me.previousPosition, - previousRecordIndex: me.previousRecordIndex, - previousRecord: me.previousRecord, - previousItem: me.previousItem, - previousCell: me.previousCell, - previousColumnIndex: me.previousColumnIndex, - previousColumn: me.previousColumn, - position: me.position, - recordIndex: me.recordIndex, - record: me.record, - selectionStart: me.selectionStart, - item: me.item, - cell: me.cell, - columnIndex: me.columnIndex, - column: me.column - }); - } -}); - -/** - * Component layout for {@link Ext.view.Table} - * @private - * - */ -Ext.define('Ext.view.TableLayout', { - extend: 'Ext.layout.component.Auto', - alias: 'layout.tableview', - type: 'tableview', - beginLayout: function(ownerContext) { - var me = this, - owner = me.owner, - ownerGrid = owner.ownerGrid, - partner = owner.lockingPartner, - context = ownerContext.context; - // Flag whether we need to do row height synchronization - ownerContext.doSyncRowHeights = partner && partner.grid.isVisible() && ownerGrid.syncRowHeight; - if (!me.columnFlusherId) { - me.columnFlusherId = me.id + '-columns'; - me.rowHeightFlusherId = me.id + '-rows'; - } - if (me.owner.bufferedRenderer) { - me.owner.bufferedRenderer.beforeTableLayout(ownerContext); - } - me.callParent([ - ownerContext - ]); - // If we are in a twinned grid (locked view) then set up bidirectional links with - // the other side's layout context. If the locked or normal side is hidden then - // we should treat it as thoguh we were laying out a single grid, so don't setup the partners. - // This is typically if a grid is configured with locking but starts with no locked columns. - if (ownerContext.doSyncRowHeights) { - if (!ownerContext.lockingPartnerContext) { - (ownerContext.lockingPartnerContext = context.getCmp(partner)).lockingPartnerContext = ownerContext; - } - ownerContext.rowHeightSynchronizer = me.owner.syncRowHeightBegin(); - } - // Grab a ContextItem for the header container (and make sure the TableLayout can - // reach us as well): - (ownerContext.headerContext = context.getCmp(me.headerCt)).viewContext = ownerContext; - }, - beginLayoutCycle: function(ownerContext, firstCycle) { - this.callParent([ - ownerContext, - firstCycle - ]); - if (ownerContext.syncRowHeights) { - ownerContext.target.syncRowHeightClear(ownerContext.rowHeightSynchronizer); - ownerContext.syncRowHeights = false; - } - }, - calculate: function(ownerContext) { - var me = this, - context = ownerContext.context, - lockingPartnerContext = ownerContext.lockingPartnerContext, - headerContext = ownerContext.headerContext, - ownerCtContext = ownerContext.ownerCtContext, - owner = me.owner, - columnsChanged = headerContext.getProp('columnsChanged'), - state = ownerContext.state, - columnFlusher, otherSynchronizer, synchronizer, rowHeightFlusher, - bodyDom = owner.body.dom, - bodyHeight, ctSize, overflowY; - // Shortcut when empty grid - let the base handle it. - // EXTJS-14844: Even when no data rows (all.getCount() === 0) there may be summary rows to size. - if (!owner.all.getCount() && (!bodyDom || !owner.body.child('table'))) { - ownerContext.setProp('viewOverflowY', false); - me.callParent([ - ownerContext - ]); - return; - } - if (columnsChanged === undefined) { - // We cannot proceed when we have rows but no columnWidths determined... - me.done = false; - return; - } - if (columnsChanged) { - if (!(columnFlusher = state.columnFlusher)) { - // Since the columns have changed, we need to write the widths to the DOM. - context.queueFlush(state.columnFlusher = columnFlusher = { - ownerContext: ownerContext, - columnsChanged: columnsChanged, - layout: me, - id: me.columnFlusherId, - flush: me.flushColumnWidths - }); - } - if (!columnFlusher.flushed) { - // We have queued the columns to be written, but they are still pending, so - // we cannot proceed. - me.done = false; - return; - } - } - // They have to turn row height synchronization on, or there may be variable row heights - // Either no columns changed, or we have flushed those changes.. which means the - // column widths in the DOM are correct. Now we can proceed to syncRowHeights (if - // we are locking) or wrap it up by determining our vertical overflow. - if (ownerContext.doSyncRowHeights) { - if (!(rowHeightFlusher = state.rowHeightFlusher)) { - // When we are locking, both sides need to read their row heights in a read - // phase (i.e., right now). - if (!(synchronizer = state.rowHeights)) { - state.rowHeights = synchronizer = ownerContext.rowHeightSynchronizer; - me.owner.syncRowHeightMeasure(synchronizer); - ownerContext.setProp('rowHeights', synchronizer); - } - if (!(otherSynchronizer = lockingPartnerContext.getProp('rowHeights'))) { - me.done = false; - return; - } - context.queueFlush(state.rowHeightFlusher = rowHeightFlusher = { - ownerContext: ownerContext, - synchronizer: synchronizer, - otherSynchronizer: otherSynchronizer, - layout: me, - id: me.rowHeightFlusherId, - flush: me.flushRowHeights - }); - } - if (!rowHeightFlusher.flushed) { - me.done = false; - return; - } - } - me.callParent([ - ownerContext - ]); - if (!ownerContext.heightModel.shrinkWrap) { - // If the grid is shrink wrapping, we can't be overflowing - overflowY = false; - if (!ownerCtContext.heightModel.shrinkWrap) { - // We are placed in a fit layout of the gridpanel (our ownerCt), so we need to - // consult its containerSize when we are not shrink-wrapping to see if our - // content will overflow vertically. - ctSize = ownerCtContext.target.layout.getContainerSize(ownerCtContext); - if (!ctSize.gotHeight) { - me.done = false; - return; - } - bodyHeight = bodyDom.offsetHeight; - overflowY = bodyHeight > ctSize.height; - } - ownerContext.setProp('viewOverflowY', overflowY); - } - }, - measureContentHeight: function(ownerContext) { - var owner = this.owner, - bodyDom = owner.body.dom, - emptyEl = owner.emptyEl, - bodyHeight = 0; - if (emptyEl) { - bodyHeight += emptyEl.offsetHeight; - } - if (bodyDom) { - bodyHeight += bodyDom.offsetHeight; - } - // This will have been figured out by now because the columnWidths have been - // published... - if (ownerContext.headerContext.state.boxPlan.tooNarrow) { - bodyHeight += Ext.getScrollbarSize().height; - } - return bodyHeight; - }, - flushColumnWidths: function() { - // NOTE: The "this" pointer here is the flusher object that was queued. - var flusher = this, - me = flusher.layout, - ownerContext = flusher.ownerContext, - columnsChanged = flusher.columnsChanged, - owner = ownerContext.target, - len = columnsChanged.length, - column, i, colWidth, lastBox; - if (ownerContext.state.columnFlusher !== flusher) { - return; - } - // Set column width corresponding to each header - for (i = 0; i < len; i++) { - if (!(column = columnsChanged[i])) { - - continue; - } - colWidth = column.props.width; - owner.body.select(owner.getColumnSizerSelector(column.target)).setWidth(colWidth); - // Enable the next go-round of headerCt's ColumnLayout change check to - // read true, flushed lastBox widths that are in the Table - lastBox = column.lastBox; - if (lastBox) { - lastBox.width = colWidth; - } - } - flusher.flushed = true; - if (!me.pending) { - ownerContext.context.queueLayout(me); - } - }, - flushRowHeights: function() { - // NOTE: The "this" pointer here is the flusher object that was queued. - var flusher = this, - me = flusher.layout, - ownerContext = flusher.ownerContext; - if (ownerContext.state.rowHeightFlusher !== flusher) { - return; - } - ownerContext.target.syncRowHeightFinish(flusher.synchronizer, flusher.otherSynchronizer); - flusher.flushed = true; - ownerContext.syncRowHeights = true; - if (!me.pending) { - ownerContext.context.queueLayout(me); - } - }, - finishedLayout: function(ownerContext) { - var me = this, - nodeContainer = Ext.fly(me.owner.getNodeContainer()); - me.callParent([ - ownerContext - ]); - if (nodeContainer) { - nodeContainer.setWidth(ownerContext.headerContext.props.contentWidth); - } - // Inform any buffered renderer about completion of the layout of its view - if (me.owner.bufferedRenderer) { - me.owner.bufferedRenderer.afterTableLayout(ownerContext); - } - } -}); - -/** - * @private - */ -Ext.define('Ext.grid.locking.RowSynchronizer', { - constructor: function(view, rowEl) { - var me = this, - rowTpl; - me.view = view; - me.rowEl = rowEl; - me.els = {}; - me.add('data', view.rowSelector); - for (rowTpl = view.rowTpl; rowTpl; rowTpl = rowTpl.nextTpl) { - if (rowTpl.beginRowSync) { - rowTpl.beginRowSync(me); - } - } - }, - add: function(name, selector) { - var el = Ext.fly(this.rowEl).down(selector, true); - if (el) { - this.els[name] = { - el: el - }; - } - }, - finish: function(other) { - var me = this, - els = me.els, - otherEls = other.els, - otherEl, - growth = 0, - otherGrowth = 0, - delta, name, otherHeight; - for (name in els) { - otherEl = otherEls[name]; - // Partnet RowSynchronizer may not have the element. - // For example, group summary may not be wanted in locking side. - otherHeight = otherEl ? otherEl.height : 0; - delta = otherHeight - els[name].height; - if (delta > 0) { - growth += delta; - Ext.fly(els[name].el).setHeight(otherHeight); - } else { - otherGrowth -= delta; - } - } - // Compare the growth to both rows and see if this row is lacking. - otherHeight = other.rowHeight + otherGrowth; - // IE9 uses content box sizing on table, so height must not include border - if (Ext.isIE9 && me.view.ownerGrid.rowLines) { - otherHeight--; - } - if (me.rowHeight + growth < otherHeight) { - Ext.fly(me.rowEl).setHeight(otherHeight); - } - }, - measure: function() { - var me = this, - els = me.els, - name; - me.rowHeight = me.rowEl.offsetHeight; - for (name in els) { - els[name].height = els[name].el.offsetHeight; - } - }, - reset: function() { - var els = this.els, - name; - this.rowEl.style.height = ''; - for (name in els) { - els[name].el.style.height = ''; - } - } -}); - -/** - * @private - * A cache of View elements keyed using the index of the associated record in the store. - * - * This implements the methods of {Ext.dom.CompositeElement} which are used by {@link Ext.view.AbstractView} - * to provide a map of record nodes and methods to manipulate the nodes. - * @class Ext.view.NodeCache - */ -Ext.define('Ext.view.NodeCache', { - requires: [ - 'Ext.dom.CompositeElementLite' - ], - statics: { - range: document.createRange && document.createRange() - }, - constructor: function(view) { - this.view = view; - this.clear(); - this.el = new Ext.dom.Fly(); - }, - destroy: function() { - var me = this; - if (!me.destroyed) { - me.el.destroy(); - me.el = me.view = null; - me.destroyed = true; - } - me.callParent(); - }, - /** - * Removes all elements from this NodeCache. - * @param {Boolean} [removeDom] True to also remove the elements from the document. - */ - clear: function(removeDom) { - var me = this, - elements = me.elements, - range = me.statics().range, - key; - if (me.count && removeDom) { - if (range) { - range.setStartBefore(elements[me.startIndex]); - range.setEndAfter(elements[me.endIndex]); - range.deleteContents(); - } else { - for (key in elements) { - Ext.removeNode(elements[key]); - } - } - } - me.elements = {}; - me.count = me.startIndex = 0; - me.endIndex = -1; - }, - /** - * Clears this NodeCache and adds the elements passed. - * @param {HTMLElement[]} els An array of DOM elements from which to fill this NodeCache. - * @return {Ext.view.NodeCache} this - */ - fill: function(newElements, startIndex, fixedNodes) { - fixedNodes = fixedNodes || 0; - var me = this, - elements = me.elements = {}, - i, - len = newElements.length - fixedNodes; - if (!startIndex) { - startIndex = 0; - } - for (i = 0; i < len; i++) { - elements[startIndex + i] = newElements[i + fixedNodes]; - } - me.startIndex = startIndex; - me.endIndex = startIndex + len - 1; - me.count = len; - return this; - }, - insert: function(insertPoint, nodes) { - var me = this, - elements = me.elements, - i, - nodeCount = nodes.length; - // If not inserting into empty cache, validate, and possibly shuffle. - if (me.count) { - if (insertPoint > me.endIndex + 1 || insertPoint + nodes.length - 1 < me.startIndex) { - Ext.raise('Discontiguous range would result from inserting ' + nodes.length + ' nodes at ' + insertPoint); - } - // Move following nodes forwards by positions - if (insertPoint < me.count) { - for (i = me.endIndex + nodeCount; i >= insertPoint + nodeCount; i--) { - elements[i] = elements[i - nodeCount]; - elements[i].setAttribute('data-recordIndex', i); - } - } - me.endIndex = me.endIndex + nodeCount; - } else // Empty cache. set up counters - { - me.startIndex = insertPoint; - me.endIndex = insertPoint + nodeCount - 1; - } - // Insert new nodes into place - for (i = 0; i < nodeCount; i++ , insertPoint++) { - elements[insertPoint] = nodes[i]; - elements[insertPoint].setAttribute('data-recordIndex', insertPoint); - } - me.count += nodeCount; - }, - invoke: function(fn, args) { - var me = this, - element, i; - fn = Ext.dom.Element.prototype[fn]; - for (i = me.startIndex; i <= me.endIndex; i++) { - element = me.item(i); - if (element) { - fn.apply(element, args); - } - } - return me; - }, - item: function(index, asDom) { - var el = this.elements[index], - result = null; - if (el) { - result = asDom ? this.elements[index] : this.el.attach(this.elements[index]); - } - return result; - }, - first: function(asDom) { - return this.item(this.startIndex, asDom); - }, - last: function(asDom) { - return this.item(this.endIndex, asDom); - }, - /** - * @private - * Used by buffered renderer when adding or removing record ranges which are above the - * rendered block. The element block must be shuffled up or down the index range, - * and the data-recordIndex connector attribute must be updated. - * - */ - moveBlock: function(increment) { - var me = this, - elements = me.elements, - node, end, step, i; - // No movement; return - if (!increment) { - return; - } - if (increment < 0) { - i = me.startIndex - 1; - end = me.endIndex; - step = 1; - } else { - i = me.endIndex + 1; - end = me.startIndex; - step = -1; - } - me.startIndex += increment; - me.endIndex += increment; - do { - i += step; - node = elements[i + increment] = elements[i]; - node.setAttribute('data-recordIndex', i + increment); - if (i < me.startIndex || i > me.endIndex) { - delete elements[i]; - } - } while (// "from" element is outside of the new range, then delete it. - i !== end); - delete elements[i]; - }, - getCount: function() { - return this.count; - }, - slice: function(start, end) { - var elements = this.elements, - result = [], - i; - if (!end) { - end = this.endIndex; - } else { - end = Math.min(this.endIndex, end - 1); - } - for (i = start || this.startIndex; i <= end; i++) { - result.push(elements[i]); - } - return result; - }, - /** - * Replaces the specified element with the passed element. - * @param {String/HTMLElement/Ext.dom.Element/Number} el The id of an element, the Element itself, the index of the - * element in this composite to replace. - * @param {String/Ext.dom.Element} replacement The id of an element or the Element itself. - * @param {Boolean} [domReplace] True to remove and replace the element in the document too. - */ - replaceElement: function(el, replacement, domReplace) { - var elements = this.elements, - index = (typeof el === 'number') ? el : this.indexOf(el); - if (index > -1) { - replacement = Ext.getDom(replacement); - if (domReplace) { - el = elements[index]; - el.parentNode.insertBefore(replacement, el); - Ext.removeNode(el); - replacement.setAttribute('data-recordIndex', index); - } - this.elements[index] = replacement; - } - return this; - }, - /** - * Find the index of the passed element within the composite collection. - * @param {String/HTMLElement/Ext.dom.Element/Number} el The id of an element, or an Ext.dom.Element, or an HTMLElement - * to find within the composite collection. - * @return {Number} The index of the passed Ext.dom.Element in the composite collection, or -1 if not found. - */ - indexOf: function(el) { - var elements = this.elements, - index; - el = Ext.getDom(el); - for (index = this.startIndex; index <= this.endIndex; index++) { - if (elements[index] === el) { - return index; - } - } - return -1; - }, - removeRange: function(start, end, removeDom) { - var me = this, - elements = me.elements, - removed = [], - el, i, removeCount, fromPos; - if (end == null) { - end = me.endIndex + 1; - } else { - end = Math.min(me.endIndex + 1, end + 1); - } - if (start == null) { - start = me.startIndex; - } - removeCount = end - start; - for (i = start , fromPos = end; i <= me.endIndex; i++ , fromPos++) { - el = elements[i]; - // Within removal range and we are removing from DOM - if (i < end) { - removed.push(el); - if (removeDom) { - Ext.removeNode(el); - } - } - // If the from position is occupied, shuffle that entry back into reference "i" - if (fromPos <= me.endIndex) { - el = elements[i] = elements[fromPos]; - el.setAttribute('data-recordIndex', i); - } else // The from position has walked off the end, so delete reference "i" - { - delete elements[i]; - } - } - me.count -= removeCount; - me.endIndex -= removeCount; - return removed; - }, - /** - * Removes the specified element(s). - * @param {String/HTMLElement/Ext.dom.Element/Number} el The id of an element, the Element itself, the index of the - * element in this composite or an array of any of those. - * @param {Boolean} [removeDom] True to also remove the element from the document - */ - removeElement: function(keys, removeDom) { - var me = this, - inKeys, key, - elements = me.elements, - el, deleteCount, - keyIndex = 0, - index, fromIndex; - // Sort the keys into ascending order so that we can iterate through the elements - // collection, and delete items encountered in the keys array as we encounter them. - if (Ext.isArray(keys)) { - inKeys = keys; - keys = []; - deleteCount = inKeys.length; - for (keyIndex = 0; keyIndex < deleteCount; keyIndex++) { - key = inKeys[keyIndex]; - if (typeof key !== 'number') { - key = me.indexOf(key); - } - // Could be asked to remove data above the start, or below the end of rendered zone in a buffer rendered view - // So only collect keys which are within our range - if (key >= me.startIndex && key <= me.endIndex) { - keys[keys.length] = key; - } - } - Ext.Array.sort(keys); - deleteCount = keys.length; - } else { - // Could be asked to remove data above the start, or below the end of rendered zone in a buffer rendered view - if (keys < me.startIndex || keys > me.endIndex) { - return; - } - deleteCount = 1; - keys = [ - keys - ]; - } - // Iterate through elements starting at the element referenced by the first deletion key. - // We also start off and index zero in the keys to delete array. - for (index = fromIndex = keys[0] , keyIndex = 0; index <= me.endIndex; index++ , fromIndex++) { - // If the current index matches the next key in the delete keys array, this - // entry is being deleted, so increment the fromIndex to skip it. - // Advance to next entry in keys array. - if (keyIndex < deleteCount && index === keys[keyIndex]) { - fromIndex++; - keyIndex++; - if (removeDom) { - Ext.removeNode(elements[index]); - } - } - // Shuffle entries forward of the delete range back into contiguity. - if (fromIndex <= me.endIndex && fromIndex >= me.startIndex) { - el = elements[index] = elements[fromIndex]; - el.setAttribute('data-recordIndex', index); - } else { - delete elements[index]; - } - } - me.endIndex -= deleteCount; - me.count -= deleteCount; - }, - /** - * Appends/prepends records depending on direction flag - * @param {Ext.data.Model[]} newRecords Items to append/prepend - * @param {Number} direction `-1' = scroll up, `0` = scroll down. - * @param {Number} removeCount The number of records to remove from the end. if scrolling - * down, rows are removed from the top and the new rows are added at the bottom. - * @return {HTMLElement[]} The view item nodes added either at the top or the bottom of the view. - */ - scroll: function(newRecords, direction, removeCount) { - var me = this, - view = me.view, - store = view.store, - elements = me.elements, - recCount = newRecords.length, - nodeContainer = view.getNodeContainer(), - fireItemRemove = view.hasListeners.itemremove, - fireItemAdd = view.hasListeners.itemadd, - range = me.statics().range, - i, el, removeEnd, children, result, removeStart, removedRecords, removedItems; - if (!newRecords.length) { - return; - } - // Scrolling up (content moved down - new content needed at top, remove from bottom) - if (direction === -1) { - if (removeCount) { - if (fireItemRemove) { - removedRecords = []; - removedItems = []; - } - removeStart = (me.endIndex - removeCount) + 1; - if (range) { - range.setStartBefore(elements[removeStart]); - range.setEndAfter(elements[me.endIndex]); - range.deleteContents(); - for (i = removeStart; i <= me.endIndex; i++) { - el = elements[i]; - delete elements[i]; - if (fireItemRemove) { - removedRecords.push(store.getByInternalId(el.getAttribute('data-recordId'))); - removedItems.push(el); - } - } - } else { - for (i = removeStart; i <= me.endIndex; i++) { - el = elements[i]; - delete elements[i]; - Ext.removeNode(el); - if (fireItemRemove) { - removedRecords.push(store.getByInternalId(el.getAttribute('data-recordId'))); - removedItems.push(el); - } - } - } - view.fireEvent('itemremove', removedRecords, removeStart, removedItems, view); - me.endIndex -= removeCount; - } - // Only do rendering if there are rows to render. - // This could have been a remove only operation due to a view resize event. - if (newRecords.length) { - // grab all nodes rendered, not just the data rows - result = view.bufferRender(newRecords, me.startIndex -= recCount); - children = result.children; - for (i = 0; i < recCount; i++) { - elements[me.startIndex + i] = children[i]; - } - nodeContainer.insertBefore(result.fragment, nodeContainer.firstChild); - // pass the new DOM to any interested parties - if (fireItemAdd) { - view.fireEvent('itemadd', newRecords, me.startIndex, children); - } - } - } else // Scrolling down (content moved up - new content needed at bottom, remove from top) - { - if (removeCount) { - if (fireItemRemove) { - removedRecords = []; - removedItems = []; - } - removeEnd = me.startIndex + removeCount; - if (range) { - range.setStartBefore(elements[me.startIndex]); - range.setEndAfter(elements[removeEnd - 1]); - range.deleteContents(); - for (i = me.startIndex; i < removeEnd; i++) { - el = elements[i]; - delete elements[i]; - if (fireItemRemove) { - removedRecords.push(store.getByInternalId(el.getAttribute('data-recordId'))); - removedItems.push(el); - } - } - } else { - for (i = me.startIndex; i < removeEnd; i++) { - el = elements[i]; - delete elements[i]; - Ext.removeNode(el); - if (fireItemRemove) { - removedRecords.push(store.getByInternalId(el.getAttribute('data-recordId'))); - removedItems.push(el); - } - } - } - view.fireEvent('itemremove', removedRecords, me.startIndex, removedItems, view); - me.startIndex = removeEnd; - } - // grab all nodes rendered, not just the data rows - result = view.bufferRender(newRecords, me.endIndex + 1); - children = result.children; - for (i = 0; i < recCount; i++) { - elements[me.endIndex += 1] = children[i]; - } - nodeContainer.appendChild(result.fragment); - // pass the new DOM to any interested parties - if (fireItemAdd) { - view.fireEvent('itemadd', newRecords, me.endIndex + 1, children); - } - } - // Keep count consistent. - me.count = me.endIndex - me.startIndex + 1; - return children; - }, - sumHeights: function() { - var result = 0, - elements = this.elements, - i; - for (i = this.startIndex; i <= this.endIndex; i++) { - result += elements[i].offsetHeight; - } - return result; - } -}, function() { - Ext.dom.CompositeElementLite.importElementMethods.call(this); -}); - -/** - * This class encapsulates the user interface for a tabular data set. - * It acts as a centralized manager for controlling the various interface - * elements of the view. This includes handling events, such as row and cell - * level based DOM events. It also reacts to events from the underlying {@link Ext.selection.Model} - * to provide visual feedback to the user. - * - * This class does not provide ways to manipulate the underlying data of the configured - * {@link Ext.data.Store}. - * - * This is the base class for both {@link Ext.grid.View} and {@link Ext.tree.View} and is not - * to be used directly. - */ -Ext.define('Ext.view.Table', { - extend: 'Ext.view.View', - xtype: [ - 'tableview', - 'gridview' - ], - alternateClassName: 'Ext.grid.View', - requires: [ - 'Ext.grid.CellContext', - 'Ext.view.TableLayout', - 'Ext.grid.locking.RowSynchronizer', - 'Ext.view.NodeCache', - 'Ext.util.DelayedTask', - 'Ext.util.MixedCollection' - ], - /** - * @property {Boolean} - * `true` in this class to identify an object as an instantiated Ext.view.TableView, or subclass thereof. - */ - isTableView: true, - config: { - selectionModel: { - type: 'rowmodel' - } - }, - inheritableStatics: { - // Events a TableView may fire. Used by Ext.grid.locking.View to relay events to its ownerGrid - // in order to quack like a genuine Ext.table.View. - // - // The events below are to be relayed only from the normal side view because the events - // are relayed from the selection model, so both sides will fire them. - /** - * @private - * @static - * @inheritable - */ - normalSideEvents: [ - "deselect", - "select", - "beforedeselect", - "beforeselect", - "selectionchange" - ], - // These events are relayed from both views because they are fired independently. - /** - * @private - * @static - * @inheritable - */ - events: [ - "blur", - "focus", - "move", - "resize", - "destroy", - "beforedestroy", - "boxready", - "afterrender", - "render", - "beforerender", - "removed", - "hide", - "beforehide", - "show", - "beforeshow", - "enable", - "disable", - "added", - "deactivate", - "beforedeactivate", - "activate", - "beforeactivate", - "cellkeydown", - "beforecellkeydown", - "cellmouseup", - "beforecellmouseup", - "cellmousedown", - "beforecellmousedown", - "cellcontextmenu", - "beforecellcontextmenu", - "celldblclick", - "beforecelldblclick", - "cellclick", - "beforecellclick", - "refresh", - "itemremove", - "itemadd", - "beforeitemupdate", - "itemupdate", - "viewready", - "beforerefresh", - "unhighlightitem", - "highlightitem", - "focuschange", - "containerkeydown", - "containercontextmenu", - "containerdblclick", - "containerclick", - "containermouseout", - "containermouseover", - "containermouseup", - "containermousedown", - "beforecontainerkeydown", - "beforecontainercontextmenu", - "beforecontainerdblclick", - "beforecontainerclick", - "beforecontainermouseout", - "beforecontainermouseover", - "beforecontainermouseup", - "beforecontainermousedown", - "itemkeydown", - "itemcontextmenu", - "itemdblclick", - "itemclick", - "itemmouseleave", - "itemmouseenter", - "itemmouseup", - "itemmousedown", - "rowclick", - "rowcontextmenu", - "rowdblclick", - "rowkeydown", - "rowmouseup", - "rowmousedown", - "rowkeydown", - "beforeitemkeydown", - "beforeitemcontextmenu", - "beforeitemdblclick", - "beforeitemclick", - "beforeitemmouseleave", - "beforeitemmouseenter", - "beforeitemmouseup", - "beforeitemmousedown", - "statesave", - "beforestatesave", - "staterestore", - "beforestaterestore", - "uievent", - "groupcollapse", - "groupexpand", - "scroll" - ] - }, - scrollable: true, - componentLayout: 'tableview', - baseCls: Ext.baseCSSPrefix + 'grid-view', - unselectableCls: Ext.baseCSSPrefix + 'unselectable', - /** - * @cfg {String} [firstCls='x-grid-cell-first'] - * A CSS class to add to the *first* cell in every row to enable special styling for the first column. - * If no styling is needed on the first column, this may be configured as `null`. - */ - firstCls: Ext.baseCSSPrefix + 'grid-cell-first', - /** - * @cfg {String} [lastCls='x-grid-cell-last'] - * A CSS class to add to the *last* cell in every row to enable special styling for the last column. - * If no styling is needed on the last column, this may be configured as `null`. - */ - lastCls: Ext.baseCSSPrefix + 'grid-cell-last', - itemCls: Ext.baseCSSPrefix + 'grid-item', - selectedItemCls: Ext.baseCSSPrefix + 'grid-item-selected', - selectedCellCls: Ext.baseCSSPrefix + 'grid-cell-selected', - focusedItemCls: Ext.baseCSSPrefix + 'grid-item-focused', - overItemCls: Ext.baseCSSPrefix + 'grid-item-over', - altRowCls: Ext.baseCSSPrefix + 'grid-item-alt', - dirtyCls: Ext.baseCSSPrefix + 'grid-dirty-cell', - rowClsRe: new RegExp('(?:^|\\s*)' + Ext.baseCSSPrefix + 'grid-item-alt(?:\\s+|$)', 'g'), - cellRe: new RegExp(Ext.baseCSSPrefix + 'grid-cell-([^\\s]+)(?:\\s|$)', ''), - positionBody: true, - positionCells: false, - stripeOnUpdate: null, - /** - * @property {Boolean} actionableMode - * This value is `true` when the grid has been set to actionable mode by the user. - * - * See http://www.w3.org/TR/2013/WD-wai-aria-practices-20130307/#grid - * @readonly - */ - actionableMode: false, - // cfg docs inherited - trackOver: true, - /** - * Override this function to apply custom CSS classes to rows during rendering. This function should return the - * CSS class name (or empty string '' for none) that will be added to the row's wrapping element. To apply multiple - * class names, simply return them space-delimited within the string (e.g. 'my-class another-class'). - * Example usage: - * - * viewConfig: { - * getRowClass: function(record, rowIndex, rowParams, store){ - * return record.get("valid") ? "row-valid" : "row-error"; - * } - * } - * - * @param {Ext.data.Model} record The record corresponding to the current row. - * @param {Number} index The row index. - * @param {Object} rowParams **DEPRECATED.** For row body use the - * {@link Ext.grid.feature.RowBody#getAdditionalData getAdditionalData} method of the rowbody feature. - * @param {Ext.data.Store} store The store this grid is bound to - * @return {String} a CSS class name to add to the row. - * @method - */ - getRowClass: null, - /** - * @cfg {Boolean} stripeRows - * True to stripe the rows. - * - * This causes the CSS class **`x-grid-row-alt`** to be added to alternate rows of - * the grid. A default CSS rule is provided which sets a background color, but you can override this - * with a rule which either overrides the **background-color** style using the `!important` - * modifier, or which uses a CSS selector of higher specificity. - */ - stripeRows: true, - /** - * @cfg {Boolean} markDirty - * True to show the dirty cell indicator when a cell has been modified. - */ - markDirty: true, - /** - * @cfg {Boolean} enableTextSelection - * True to enable text selections. - */ - ariaRole: 'rowgroup', - rowAriaRole: 'row', - cellAriaRole: 'gridcell', - /** - * @property {Ext.view.Table} ownerGrid - * A reference to the top-level owning grid component. This is actually the TablePanel - * so it could be a tree. - * @readonly - * @private - * @since 5.0.0 - */ - /** - * @method disable - * Disable this view. - * - * Disables interaction with, and masks this view. - * - * Note that the encapsulating {@link Ext.panel.Table} panel is *not* disabled, and other *docked* - * components such as the panel header, the column header container, and docked toolbars will still be enabled. - * The panel itself can be disabled if that is required, or individual docked components could be disabled. - * - * See {@link Ext.panel.Table #disableColumnHeaders disableColumnHeaders} and {@link Ext.panel.Table #enableColumnHeaders enableColumnHeaders}. - * - * @param {Boolean} [silent=false] Passing `true` will suppress the `disable` event from being fired. - * @since 1.1.0 - */ - /** - * @private - * Outer tpl for TableView just to satisfy the validation within AbstractView.initComponent. - */ - tpl: [ - '{%', - 'view = values.view;', - 'if (!(columns = values.columns)) {', - 'columns = values.columns = view.ownerCt.getVisibleColumnManager().getColumns();', - '}', - 'values.fullWidth = 0;', - // Stamp cellWidth into the columns - 'for (i = 0, len = columns.length; i < len; i++) {', - 'column = columns[i];', - 'values.fullWidth += (column.cellWidth = column.lastBox ? column.lastBox.width : column.width || column.minWidth);', - '}', - // Add the row/column line classes to the container element. - 'tableCls=values.tableCls=[];', - '%}', - '', - // This template is shared on the Ext.view.Table prototype, so we have to - // clean up the closed over variables. Otherwise we'll retain the last values - // of the template execution! - '{% ', - 'view = columns = column = null;', - '%}', - { - definitions: 'var view, tableCls, columns, i, len, column;', - priority: 0 - } - ], - outerRowTpl: [ - '
    ', - // Do NOT emit a tag in case the nextTpl has to emit a column sizer element. - // Browser will create a tbody tag when it encounters the first - '{%', - 'this.nextTpl.applyOut(values, out, parent)', - '%}', - '', - { - priority: 9999 - } - ], - rowTpl: [ - '{%', - 'var dataRowCls = values.recordIndex === -1 ? "" : " ' + Ext.baseCSSPrefix + 'grid-row";', - '%}', - '', - '' + '{%', - 'parent.view.renderCell(values, parent.record, parent.recordIndex, parent.rowIndex, xindex - 1, out, parent)', - '%}', - '', - '', - { - priority: 0 - } - ], - cellTpl: [ - '{tdStyle}"', - ' tabindex="-1" data-columnid="{[values.column.getItemId()]}">', - '
    {style}" ', - '{cellInnerAttr:attributes}>{value}
    ', - '', - { - priority: 0 - } - ], - /** - * @private - * Flag to disable refreshing SelectionModel on view refresh. Table views render rows with selected CSS class already added if necessary. - */ - refreshSelmodelOnRefresh: false, - tableValues: {}, - // Private properties used during the row and cell render process. - // They are allocated here on the prototype, and cleared/re-used to avoid GC churn during repeated rendering. - rowValues: { - itemClasses: [], - rowClasses: [] - }, - cellValues: { - classes: [ - Ext.baseCSSPrefix + 'grid-cell ' + Ext.baseCSSPrefix + 'grid-td' - ] - }, - // for styles shared between cell and rowwrap - /** - * @event beforecellclick - * Fired before the cell click is processed. Return false to cancel the default action. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event cellclick - * Fired when table cell is clicked. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event beforecelldblclick - * Fired before the cell double click is processed. Return false to cancel the default action. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event celldblclick - * Fired when table cell is double clicked. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event beforecellcontextmenu - * Fired before the cell right click is processed. Return false to cancel the default action. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event cellcontextmenu - * Fired when table cell is right clicked. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event beforecellmousedown - * Fired before the cell mouse down is processed. Return false to cancel the default action. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event cellmousedown - * Fired when the mousedown event is captured on the cell. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event beforecellmouseup - * Fired before the cell mouse up is processed. Return false to cancel the default action. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event cellmouseup - * Fired when the mouseup event is captured on the cell. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event beforecellkeydown - * Fired before the cell key down is processed. Return false to cancel the default action. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event cellkeydown - * Fired when the keydown event is captured on the cell. - * @param {Ext.view.Table} this - * @param {HTMLElement} td The TD element for the cell. - * @param {Number} cellIndex - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event rowclick - * Fired when table cell is clicked. - * @param {Ext.view.Table} this - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event rowdblclick - * Fired when table cell is double clicked. - * @param {Ext.view.Table} this - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event rowcontextmenu - * Fired when table cell is right clicked. - * @param {Ext.view.Table} this - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event rowmousedown - * Fired when the mousedown event is captured on the cell. - * @param {Ext.view.Table} this - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event rowmouseup - * Fired when the mouseup event is captured on the cell. - * @param {Ext.view.Table} this - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - /** - * @event rowkeydown - * Fired when the keydown event is captured on the cell. - * @param {Ext.view.Table} this - * @param {Ext.data.Model} record - * @param {HTMLElement} tr The TR element for the cell. - * @param {Number} rowIndex - * @param {Ext.event.Event} e - * @param {Ext.grid.CellContext} e.position A CellContext object which defines the target cell. - */ - constructor: function(config) { - // Adjust our base class if we are inside a TreePanel - if (config.grid.isTree) { - config.baseCls = Ext.baseCSSPrefix + 'tree-view'; - } - this.callParent([ - config - ]); - }, - /** - * @private - * Returns `true` if this view has been configured with variableRowHeight (or this has been set by a plugin/feature) - * which might insert arbitrary markup into a grid item. Or if at least one visible column has been configured - * with variableRowHeight. Or if the store is grouped. - */ - hasVariableRowHeight: function(fromLockingPartner) { - var me = this; - return me.variableRowHeight || me.store.isGrouped() || me.getVisibleColumnManager().hasVariableRowHeight() || // If not already called from a locking partner, and there is a locking partner, - // and the partner has variableRowHeight, then WE have variableRowHeight too. - (!fromLockingPartner && me.lockingPartner && me.lockingPartner.hasVariableRowHeight(true)); - }, - initComponent: function() { - var me = this; - if (me.columnLines) { - me.addCls(me.grid.colLinesCls); - } - if (me.rowLines) { - me.addCls(me.grid.rowLinesCls); - } - /** - * @private - * @property {Ext.dom.Fly} body - * A flyweight Ext.Element which encapsulates a reference to the view's main row containing element. - * *Note that the `dom` reference will not be present until the first data refresh* - */ - me.body = new Ext.dom.Fly(); - me.body.id = me.id + 'gridBody'; - // If trackOver has been turned off, null out the overCls because documented behaviour - // in AbstractView is to turn trackOver on if overItemCls is set. - if (!me.trackOver) { - me.overItemCls = null; - } - me.headerCt.view = me; - // Features need a reference to the grid. - // Grid needs an immediate reference to its view so that the view can reliably be got from the grid during initialization - me.grid.view = me; - me.initFeatures(me.grid); - me.itemSelector = me.getItemSelector(); - me.all = new Ext.view.NodeCache(me); - me.callParent(); - }, - /** - * @private - * Create a config object for this view's selection model based upon the passed grid's configurations. - */ - applySelectionModel: function(selModel, oldSelModel) { - var me = this, - grid = me.ownerGrid, - defaultType = selModel.type, - disableSelection = me.disableSelection || grid.disableSelection; - // If this is the initial configuration, pull overriding configs in from the owning TablePanel. - if (!oldSelModel) { - // Favour a passed instance - if (!(selModel && selModel.isSelectionModel)) { - selModel = grid.selModel || selModel; - } - } - if (selModel) { - if (selModel.isSelectionModel) { - selModel.allowDeselect = grid.allowDeselect || selModel.selectionMode !== 'SINGLE'; - selModel.locked = disableSelection; - } else { - if (typeof selModel === 'string') { - selModel = { - type: selModel - }; - } else // Copy obsolete selType property to type property now that selection models are Factoryable - // TODO: Remove selType config after deprecation period - { - selModel.type = grid.selType || selModel.selType || selModel.type || defaultType; - } - if (!selModel.mode) { - if (grid.simpleSelect) { - selModel.mode = 'SIMPLE'; - } else if (grid.multiSelect) { - selModel.mode = 'MULTI'; - } - } - selModel = Ext.Factory.selection(Ext.apply({ - allowDeselect: grid.allowDeselect, - locked: disableSelection - }, selModel)); - } - } - return selModel; - }, - updateSelectionModel: function(selModel, oldSelModel) { - var me = this; - if (oldSelModel) { - oldSelModel.un({ - scope: me, - lastselectedchanged: me.updateBindSelection, - selectionchange: me.updateBindSelection - }); - Ext.destroy(me.selModelRelayer); - } - me.selModelRelayer = me.relayEvents(selModel, [ - 'selectionchange', - 'beforeselect', - 'beforedeselect', - 'select', - 'deselect', - 'focuschange' - ]); - selModel.on({ - scope: me, - lastselectedchanged: me.updateBindSelection, - selectionchange: me.updateBindSelection - }); - me.selModel = selModel; - }, - getVisibleColumnManager: function() { - return this.ownerCt.getVisibleColumnManager(); - }, - getColumnManager: function() { - return this.ownerCt.getColumnManager(); - }, - getTopLevelVisibleColumnManager: function() { - // ownerGrid refers to the topmost responsible Ext.panel.Grid. - // This could be this view's ownerCt, or if part of a locking arrangement, the locking grid - return this.ownerGrid.getVisibleColumnManager(); - }, - /** - * @private - * Move a grid column from one position to another - * @param {Number} fromIdx The index from which to move columns - * @param {Number} toIdx The index at which to insert columns. - * @param {Number} [colsToMove=1] The number of columns to move beginning at the `fromIdx` - */ - moveColumn: function(fromIdx, toIdx, colsToMove) { - var me = this, - multiMove = colsToMove > 1, - range = multiMove && document.createRange ? document.createRange() : null, - fragment = multiMove && !range ? document.createDocumentFragment() : null, - destinationCellIdx = toIdx, - colCount = me.getGridColumns().length, - lastIndex = colCount - 1, - doFirstLastClasses = (me.firstCls || me.lastCls) && (toIdx === 0 || toIdx === colCount || fromIdx === 0 || fromIdx === lastIndex), - i, j, rows, len, tr, cells, colGroups; - // Dragging between locked and unlocked side first refreshes the view, and calls onHeaderMoved with - // fromIndex and toIndex the same. - if (me.rendered && toIdx !== fromIdx) { - // Grab all rows which have column cells in. - // That is data rows. - rows = me.el.query(me.rowSelector); - for (i = 0 , len = rows.length; i < len; i++) { - tr = rows[i]; - cells = tr.childNodes; - // Keep first cell class and last cell class correct *only if needed* - if (doFirstLastClasses) { - if (cells.length === 1) { - Ext.fly(cells[0]).addCls(me.firstCls); - Ext.fly(cells[0]).addCls(me.lastCls); - - continue; - } - if (fromIdx === 0) { - Ext.fly(cells[0]).removeCls(me.firstCls); - Ext.fly(cells[1]).addCls(me.firstCls); - } else if (fromIdx === lastIndex) { - Ext.fly(cells[lastIndex]).removeCls(me.lastCls); - Ext.fly(cells[lastIndex - 1]).addCls(me.lastCls); - } - if (toIdx === 0) { - Ext.fly(cells[0]).removeCls(me.firstCls); - Ext.fly(cells[fromIdx]).addCls(me.firstCls); - } else if (toIdx === colCount) { - Ext.fly(cells[lastIndex]).removeCls(me.lastCls); - Ext.fly(cells[fromIdx]).addCls(me.lastCls); - } - } - // Move multi using the best technique. - // Extract a range straight into a fragment if possible. - if (multiMove) { - if (range) { - range.setStartBefore(cells[fromIdx]); - range.setEndAfter(cells[fromIdx + colsToMove - 1]); - fragment = range.extractContents(); - } else { - for (j = 0; j < colsToMove; j++) { - fragment.appendChild(cells[fromIdx]); - } - } - tr.insertBefore(fragment, cells[destinationCellIdx] || null); - } else { - tr.insertBefore(cells[fromIdx], cells[destinationCellIdx] || null); - } - } - // Shuffle the elements in all s - colGroups = me.el.query('colgroup'); - for (i = 0 , len = colGroups.length; i < len; i++) { - // Extract the colgroup - tr = colGroups[i]; - // Move multi using the best technique. - // Extract a range straight into a fragment if possible. - if (multiMove) { - if (range) { - range.setStartBefore(tr.childNodes[fromIdx]); - range.setEndAfter(tr.childNodes[fromIdx + colsToMove - 1]); - fragment = range.extractContents(); - } else { - for (j = 0; j < colsToMove; j++) { - fragment.appendChild(tr.childNodes[fromIdx]); - } - } - tr.insertBefore(fragment, tr.childNodes[destinationCellIdx] || null); - } else { - tr.insertBefore(tr.childNodes[fromIdx], tr.childNodes[destinationCellIdx] || null); - } - } - } - }, - // scroll the view to the top - scrollToTop: Ext.emptyFn, - /** - * Add a listener to the main view element. It will be destroyed with the view. - * @private - */ - addElListener: function(eventName, fn, scope) { - this.mon(this, eventName, fn, scope, { - element: 'el' - }); - }, - /** - * Get the leaf columns used for rendering the grid rows. - * @private - */ - getGridColumns: function() { - return this.ownerCt.getVisibleColumnManager().getColumns(); - }, - /** - * Get a leaf level header by index regardless of what the nesting - * structure is. - * @private - * @param {Number} index The index - */ - getHeaderAtIndex: function(index) { - return this.ownerCt.getVisibleColumnManager().getHeaderAtIndex(index); - }, - /** - * Get the cell (td) for a particular record and column. - * @param {Ext.data.Model} record - * @param {Ext.grid.column.Column/Number} column - * @private - */ - getCell: function(record, column) { - var row = this.getRow(record); - if (typeof column === 'number') { - column = this.getHeaderAtIndex(column); - } - return Ext.fly(row).down(column.getCellSelector()); - }, - /** - * Get a reference to a feature - * @param {String} id The id of the feature - * @return {Ext.grid.feature.Feature} The feature. Undefined if not found - */ - getFeature: function(id) { - var features = this.featuresMC; - if (features) { - return features.get(id); - } - }, - /** - * @private - * Finds a features by ftype in the features array - */ - findFeature: function(ftype) { - if (this.features) { - return Ext.Array.findBy(this.features, function(feature) { - if (feature.ftype === ftype) { - return true; - } - }); - } - }, - /** - * Initializes each feature and bind it to this view. - * @private - */ - initFeatures: function(grid) { - var me = this, - i, features, feature, len; - // Row container element emitted by tpl - me.tpl = Ext.XTemplate.getTpl(this, 'tpl'); - // The rowTpl emits a
    - me.rowTpl = Ext.XTemplate.getTpl(this, 'rowTpl'); - me.addRowTpl(Ext.XTemplate.getTpl(this, 'outerRowTpl')); - // Each cell is emitted by the cellTpl - me.cellTpl = Ext.XTemplate.getTpl(this, 'cellTpl'); - me.featuresMC = new Ext.util.MixedCollection(); - features = me.features = me.constructFeatures(); - len = features ? features.length : 0; - for (i = 0; i < len; i++) { - feature = features[i]; - // inject a reference to view and grid - Features need both - feature.view = me; - feature.grid = grid; - me.featuresMC.add(feature); - feature.init(grid); - } - }, - renderTHead: function(values, out, parent) { - var headers = values.view.headerFns, - len, i; - if (headers) { - for (i = 0 , len = headers.length; i < len; ++i) { - headers[i].call(this, values, out, parent); - } - } - }, - // Currently, we don't have ordering support for header/footer functions, - // they will be pushed on at construction time. If the need does arise, - // we can add this functionality in the future, but for now it's not - // really necessary since currently only the summary feature uses this. - addHeaderFn: function(fn) { - var headers = this.headerFns; - if (!headers) { - headers = this.headerFns = []; - } - headers.push(fn); - }, - renderTFoot: function(values, out, parent) { - var footers = values.view.footerFns, - len, i; - if (footers) { - for (i = 0 , len = footers.length; i < len; ++i) { - footers[i].call(this, values, out, parent); - } - } - }, - addFooterFn: function(fn) { - var footers = this.footerFns; - if (!footers) { - footers = this.footerFns = []; - } - footers.push(fn); - }, - addTpl: function(newTpl) { - return this.insertTpl('tpl', newTpl); - }, - addRowTpl: function(newTpl) { - return this.insertTpl('rowTpl', newTpl); - }, - addCellTpl: function(newTpl) { - return this.insertTpl('cellTpl', newTpl); - }, - insertTpl: function(which, newTpl) { - var me = this, - tpl, prevTpl; - // Clone an instantiated XTemplate - if (newTpl.isTemplate) { - newTpl = Ext.Object.chain(newTpl); - } else // If we have been passed an object of the form - // { - // before: fn - // after: fn - // } - // Create a template from it using the object as the member configuration - { - newTpl = new Ext.XTemplate('{%this.nextTpl.applyOut(values, out, parent);%}', newTpl); - } - // Stop at the first TPL who's priority is less than the passed rowTpl - for (tpl = me[which]; newTpl.priority < tpl.priority; tpl = tpl.nextTpl) { - prevTpl = tpl; - } - // If we had skipped over some, link the previous one to the passed rowTpl - if (prevTpl) { - prevTpl.nextTpl = newTpl; - } else // First one - { - me[which] = newTpl; - } - newTpl.nextTpl = tpl; - return newTpl; - }, - tplApplyOut: function(values, out, parent) { - if (this.before) { - if (this.before(values, out, parent) === false) { - return; - } - } - this.nextTpl.applyOut(values, out, parent); - if (this.after) { - this.after(values, out, parent); - } - }, - /** - * @private - * Converts the features array as configured, into an array of instantiated Feature objects. - * - * Must have no side effects other than Feature instantiation. - * - * MUST NOT update the this.features property, and MUST NOT update the instantiated Features. - */ - constructFeatures: function() { - var me = this, - features = me.features, - feature, result, - i = 0, - len; - if (features) { - result = []; - len = features.length; - for (; i < len; i++) { - feature = features[i]; - if (!feature.isFeature) { - feature = Ext.create('feature.' + feature.ftype, feature); - } - result[i] = feature; - } - } - return result; - }, - beforeRender: function() { - this.callParent(); - if (!this.enableTextSelection) { - this.protoEl.unselectable(); - } - }, - getElConfig: function() { - var config = this.callParent(); - // Table views are special in this regard; they should not have - // aria-hidden and aria-disabled attributes. - delete config['aria-hidden']; - delete config['aria-disabled']; - return config; - }, - onBindStore: function(store) { - var me = this, - bufferedRenderer = me.bufferedRenderer; - if (bufferedRenderer && bufferedRenderer.store !== store) { - bufferedRenderer.bindStore(store); - } - // Reset virtual scrolling. - if (me.all && me.all.getCount()) { - if (bufferedRenderer) { - bufferedRenderer.setBodyTop(0); - } - me.clearViewEl(); - } - me.callParent(arguments); - }, - getStoreListeners: function() { - var result = this.callParent(); - // The BufferedRenderer handles clearing down the view on its onStoreClear method - if (this.bufferedRenderer) { - delete result.clear; - } - result.beforepageremove = this.beforePageRemove; - return result; - }, - beforePageRemove: function(pageMap, pageNumber) { - var rows = this.all, - pageSize = pageMap.getPageSize(); - // If the rendered block needs the page, access it which moves it to the end of the LRU cache, and veto removal. - if (rows.startIndex >= (pageNumber - 1) * pageSize && rows.endIndex <= (pageNumber * pageSize - 1)) { - pageMap.get(pageNumber); - return false; - } - }, - /** - * @private - * Template method implemented starting at the AbstractView class. - */ - onViewScroll: function(scroller, x, y) { - // We ignore scrolling caused by focusing - if (!this.ignoreScroll) { - this.callParent([ - scroller, - x, - y - ]); - } - }, - /** - * @private - * Create the DOM element which enapsulates the passed record. - * Used when updating existing rows, so drills down into resulting structure. - */ - createRowElement: function(record, index, updateColumns) { - var me = this, - div = me.renderBuffer, - tplData = me.collectData([ - record - ], index); - tplData.columns = updateColumns; - me.tpl.overwrite(div, tplData); - // We don't want references to be retained on the prototype - me.cleanupData(); - // Return first element within node containing element - return Ext.fly(div).down(me.getNodeContainerSelector(), true).firstChild; - }, - /** - * @private - * Override so that we can use a quicker way to access the row nodes. - * They are simply all child nodes of the nodeContainer element. - */ - bufferRender: function(records, index) { - var me = this, - div = me.renderBuffer, - result, - range = document.createRange ? document.createRange() : null; - me.tpl.overwrite(div, me.collectData(records, index)); - // We don't want references to be retained on the prototype - me.cleanupData(); - // Newly added rows must be untabbable by default - Ext.fly(div).saveTabbableState({ - skipSelf: true, - includeHidden: true - }); - div = Ext.fly(div).down(me.getNodeContainerSelector(), true); - if (range) { - range.selectNodeContents(div); - result = range.extractContents(); - } else { - result = document.createDocumentFragment(); - while (div.firstChild) { - result.appendChild(div.firstChild); - } - } - return { - fragment: result, - children: Ext.Array.toArray(result.childNodes) - }; - }, - collectData: function(records, startIndex) { - var me = this; - me.rowValues.view = me; - me.tableValues.view = me; - me.tableValues.rows = records; - me.tableValues.columns = null; - me.tableValues.viewStartIndex = startIndex; - me.tableValues.touchScroll = me.touchScroll; - me.tableValues.tableStyle = 'width:' + me.headerCt.getTableWidth() + 'px'; - return me.tableValues; - }, - cleanupData: function() { - var tableValues = this.tableValues; - // Clean up references on the prototype - tableValues.view = tableValues.columns = tableValues.rows = this.rowValues.view = null; - }, - /** - * @private. Called when the table changes height. - * For example, see examples/grid/group-summary-grid.html - * If we have flexed column headers, we need to update the header layout - * because it may have to accommodate (or cease to accommodate) a vertical scrollbar. - * Only do this on platforms which have a space-consuming scrollbar. - * Only do it when vertical scrolling is enabled. - */ - refreshSize: function(forceLayout) { - var me = this, - bodySelector = me.getBodySelector(); - // On every update of the layout system due to data update, capture the view's main element in our private flyweight. - // IF there *is* a main element. Some TplFactories emit naked rows. - if (bodySelector) { - // use "down" instead of "child" because the grid table element is not a direct - // child of the view element when a touch scroller is in use. - me.body.attach(me.el.down(bodySelector, true)); - } - if (!me.hasLoadingHeight) { - // Suspend layouts in case the superclass requests a layout. We might too, so they - // must be coalesced. - Ext.suspendLayouts(); - me.callParent(arguments); - // We only need to adjust for height changes in the data if we, or any visible columns have been configured with - // variableRowHeight: true - // OR, if we are being passed the forceUpdate flag which is passed when the view's item count changes. - if (forceLayout || (me.hasVariableRowHeight() && me.dataSource.getCount())) { - me.grid.updateLayout(); - } - Ext.resumeLayouts(true); - } - }, - clearViewEl: function(leaveNodeContainer) { - var me = this, - all = me.all, - store = me.getStore(), - i, nodeContainer, targetEl, - removedItems = all.slice(), - removedRecs = []; - // The purpose of this is to allow boilerplate HTML nodes to remain in place inside a View - // while the transient, templated data can be discarded and recreated. - // - // In particular, this is used in infinite grid scrolling: A very tall "stretcher" element is - // inserted into the View's element to create a scrollbar of the correct proportion. - // - // Also we must ensure that the itemremove event is fired EVERY time an item is removed from the - // view. This is so that widgets rendered into a view by a WidgetColumn can be recycled. - if (me.hasListeners.itemremove) { - for (i = all.startIndex; i <= all.endIndex; i++) { - removedRecs.push(store.getByInternalId(all.item(i, true).getAttribute('data-recordId'))); - } - } - me.fireEvent('itemremove', removedRecs, all.startIndex, removedItems, me); - // AbstractView will clear the view correctly - // It also resets the scrollrange. - me.callParent(); - nodeContainer = Ext.fly(me.getNodeContainer()); - if (nodeContainer && !leaveNodeContainer) { - targetEl = me.getTargetEl(); - if (targetEl.dom !== nodeContainer.dom) { - nodeContainer.destroy(); - } - } - }, - getMaskTarget: function() { - // Masking a TableView masks its IMMEDIATE parent GridPanel's body. - // Disabling/enabling a locking view relays the call to both child views. - return this.ownerCt.body; - }, - statics: { - getBoundView: function(node) { - return Ext.getCmp(node.getAttribute('data-boundView')); - } - }, - getRecord: function(node) { - // If store.destroy has been called before some delayed event fires on a node, we must ignore the event. - if (this.store.destroyed) { - return; - } - if (node.isModel) { - return node; - } - node = this.getNode(node); - // Must use the internalId stamped into the DOM because if this is called after a sort or filter, but - // before the refresh, then the "data-recordIndex" will be stale. - if (node) { - return this.dataSource.getByInternalId(node.getAttribute('data-recordId')); - } - }, - indexOf: function(node) { - node = this.getNode(node); - if (!node && node !== 0) { - return -1; - } - return this.all.indexOf(node); - }, - indexInStore: function(node) { - // We cannot use the stamped in data-recordindex because that is the index in the original configured store - // NOT the index in the dataSource that is being used - that may be a GroupStore. - return node ? this.dataSource.indexOf(this.getRecord(node)) : -1; - }, - indexOfRow: function(record) { - var dataSource = this.dataSource, - idx; - if (record.isCollapsedPlaceholder) { - idx = dataSource.indexOfPlaceholder(record); - } else { - idx = dataSource.indexOf(record); - } - return idx; - }, - renderRows: function(rows, columns, viewStartIndex, out) { - var me = this, - rowValues = me.rowValues, - rowCount = rows.length, - i; - rowValues.view = me; - rowValues.columns = columns; - // The roles are the same for all data rows and cells - rowValues.rowRole = me.rowAriaRole; - me.cellValues.cellRole = me.cellAriaRole; - for (i = 0; i < rowCount; i++ , viewStartIndex++) { - rowValues.itemClasses.length = rowValues.rowClasses.length = 0; - me.renderRow(rows[i], viewStartIndex, out); - } - // Dereference objects since rowValues is a persistent on our prototype - rowValues.view = rowValues.columns = rowValues.record = null; - }, - /* Alternative column sizer element renderer. - renderTHeadColumnSizer: function(values, out) { - var columns = this.getGridColumns(), - len = columns.length, i, - column, width; - - out.push(''); - for (i = 0; i < len; i++) { - column = columns[i]; - width = column.lastBox ? column.lastBox.width : Ext.grid.header.Container.prototype.defaultWidth; - out.push(''); - } - out.push(''); - }, - */ - renderColumnSizer: function(values, out) { - var columns = values.columns || this.getGridColumns(), - len = columns.length, - i, column, width; - out.push(''); - for (i = 0; i < len; i++) { - column = columns[i]; - width = column.cellWidth ? column.cellWidth : Ext.grid.header.Container.prototype.defaultWidth; - out.push(''); - } - out.push(''); - }, - /** - * @private - * Renders the HTML markup string for a single row into the passed array as a sequence of strings, or - * returns the HTML markup for a single row. - * - * @param {Ext.data.Model} record The record to render. - * @param {String[]} [out] A string array onto which to append the resulting HTML string. If omitted, - * the resulting HTML string is returned. - * @return {String} **only when the out parameter is omitted** The resulting HTML string. - */ - renderRow: function(record, rowIdx, out) { - var me = this, - isMetadataRecord = rowIdx === -1, - selModel = me.selectionModel, - rowValues = me.rowValues, - itemClasses = rowValues.itemClasses, - rowClasses = rowValues.rowClasses, - itemCls = me.itemCls, - cls, - rowTpl = me.rowTpl; - // Define the rowAttr object now. We don't want to do it in the treeview treeRowTpl because anything - // this is processed in a deferred callback (such as deferring initial view refresh in gridview) could - // poke rowAttr that are then shared in tableview.rowTpl. See EXTJSIV-9341. - // - // For example, the following shows the shared ref between a treeview's rowTpl nextTpl and the superclass - // tableview.rowTpl: - // - // tree.view.rowTpl.nextTpl === grid.view.rowTpl - // - rowValues.rowAttr = {}; - // Set up mandatory properties on rowValues - rowValues.record = record; - rowValues.recordId = record.internalId; - // recordIndex is index in true store (NOT the data source - possibly a GroupStore) - rowValues.recordIndex = me.store.indexOf(record); - // rowIndex is the row number in the view. - rowValues.rowIndex = rowIdx; - rowValues.rowId = me.getRowId(record); - rowValues.itemCls = rowValues.rowCls = ''; - if (!rowValues.columns) { - rowValues.columns = me.ownerCt.getVisibleColumnManager().getColumns(); - } - itemClasses.length = rowClasses.length = 0; - // If it's a metadata record such as a summary record. - // So do not decorate it with the regular CSS. - // The Feature which renders it must know how to decorate it. - if (!isMetadataRecord) { - itemClasses[0] = itemCls; - if (!me.ownerCt.disableSelection && selModel.isRowSelected) { - // Selection class goes on the outermost row, so it goes into itemClasses - if (selModel.isRowSelected(record)) { - itemClasses.push(me.selectedItemCls); - } - } - if (me.stripeRows && rowIdx % 2 !== 0) { - itemClasses.push(me.altRowCls); - } - if (me.getRowClass) { - cls = me.getRowClass(record, rowIdx, null, me.dataSource); - if (cls) { - rowClasses.push(cls); - } - } - } - if (out) { - rowTpl.applyOut(rowValues, out, me.tableValues); - } else { - return rowTpl.apply(rowValues, me.tableValues); - } - }, - /** - * @private - * Emits the HTML representing a single grid cell into the passed output stream (which is an array of strings). - * - * @param {Ext.grid.column.Column} column The column definition for which to render a cell. - * @param {Number} recordIndex The row index (zero based within the {@link #store}) for which to render the cell. - * @param {Number} rowIndex The row index (zero based within this view for which to render the cell. - * @param {Number} columnIndex The column index (zero based) for which to render the cell. - * @param {String[]} out The output stream into which the HTML strings are appended. - */ - renderCell: function(column, record, recordIndex, rowIndex, columnIndex, out) { - var me = this, - fullIndex, - selModel = me.selectionModel, - cellValues = me.cellValues, - classes = cellValues.classes, - fieldValue = record.data[column.dataIndex], - cellTpl = me.cellTpl, - value, clsInsertPoint, - lastFocused = me.navigationModel.getPosition(); - cellValues.record = record; - cellValues.column = column; - cellValues.recordIndex = recordIndex; - cellValues.rowIndex = rowIndex; - cellValues.columnIndex = cellValues.cellIndex = columnIndex; - cellValues.align = column.align; - cellValues.innerCls = column.innerCls; - cellValues.tdCls = cellValues.tdStyle = cellValues.tdAttr = cellValues.style = ""; - cellValues.unselectableAttr = me.enableTextSelection ? '' : 'unselectable="on"'; - // Begin setup of classes to add to cell - classes[1] = column.getCellId(); - // On IE8, array[len] = 'foo' is twice as fast as array.push('foo') - // So keep an insertion point and use assignment to help IE! - clsInsertPoint = 2; - if (column.renderer && column.renderer.call) { - fullIndex = me.ownerCt.columnManager.getHeaderIndex(column); - value = column.renderer.call(column.usingDefaultRenderer ? column : column.scope || me.ownerCt, fieldValue, cellValues, record, recordIndex, fullIndex, me.dataSource, me); - if (cellValues.css) { - // This warning attribute is used by the compat layer - // TODO: remove when compat layer becomes deprecated - record.cssWarning = true; - cellValues.tdCls += ' ' + cellValues.css; - cellValues.css = null; - } - // Add any tdCls which was added to the cellValues by the renderer. - if (cellValues.tdCls) { - classes[clsInsertPoint++] = cellValues.tdCls; - } - } else { - value = fieldValue; - } - cellValues.value = (value == null || value === '') ? column.emptyCellText : value; - if (column.tdCls) { - classes[clsInsertPoint++] = column.tdCls; - } - if (me.markDirty && record.dirty && record.isModified(column.dataIndex)) { - classes[clsInsertPoint++] = me.dirtyCls; - } - if (column.isFirstVisible) { - classes[clsInsertPoint++] = me.firstCls; - } - if (column.isLastVisible) { - classes[clsInsertPoint++] = me.lastCls; - } - if (!me.enableTextSelection) { - classes[clsInsertPoint++] = me.unselectableCls; - } - if (selModel && (selModel.isCellModel || selModel.isSpreadsheetModel) && selModel.isCellSelected(me, recordIndex, column)) { - classes[clsInsertPoint++] = me.selectedCellCls; - } - if (lastFocused && lastFocused.record.id === record.id && lastFocused.column === column) { - classes[clsInsertPoint++] = me.focusedItemCls; - } - // Chop back array to only what we've set - classes.length = clsInsertPoint; - cellValues.tdCls = classes.join(' '); - cellTpl.applyOut(cellValues, out); - // Dereference objects since cellValues is a persistent var in the XTemplate's scope chain - cellValues.column = cellValues.record = null; - }, - /** - * Returns the table row given the passed Record, or index or node. - * @param {HTMLElement/String/Number/Ext.data.Model} nodeInfo The node or record, or row index. - * to return the top level row. - * @return {HTMLElement} The node or null if it wasn't found - */ - getRow: function(nodeInfo) { - var fly; - if ((!nodeInfo && nodeInfo !== 0) || !this.rendered) { - return null; - } - // An event - if (nodeInfo.target) { - nodeInfo = nodeInfo.target; - } - // An id - if (Ext.isString(nodeInfo)) { - return Ext.fly(nodeInfo).down(this.rowSelector, true); - } - // Row index - if (Ext.isNumber(nodeInfo)) { - fly = this.all.item(nodeInfo); - return fly && fly.down(this.rowSelector, true); - } - // Record - if (nodeInfo.isModel) { - return this.getRowByRecord(nodeInfo); - } - fly = Ext.fly(nodeInfo); - // Passed an item, go down and get the row - if (fly.is(this.itemSelector)) { - return this.getRowFromItem(fly); - } - // Passed a child element of a row - return fly.findParent(this.rowSelector, this.getTargetEl()); - }, - // already an HTMLElement - getRowId: function(record) { - return this.id + '-record-' + record.internalId; - }, - constructRowId: function(internalId) { - return this.id + '-record-' + internalId; - }, - getNodeById: function(id) { - id = this.constructRowId(id); - return this.retrieveNode(id, false); - }, - getRowById: function(id) { - id = this.constructRowId(id); - return this.retrieveNode(id, true); - }, - getNodeByRecord: function(record) { - return this.retrieveNode(this.getRowId(record), false); - }, - getRowByRecord: function(record) { - return this.retrieveNode(this.getRowId(record), true); - }, - getRowFromItem: function(item) { - var rows = Ext.getDom(item).tBodies[0].childNodes, - len = rows.length, - i; - for (i = 0; i < len; i++) { - if (Ext.fly(rows[i]).is(this.rowSelector)) { - return rows[i]; - } - } - }, - retrieveNode: function(id, dataRow) { - var result = this.el.getById(id, true); - if (dataRow && result) { - return Ext.fly(result).down(this.rowSelector, true); - } - return result; - }, - // Links back from grid rows are installed by the XTemplate as data attributes - updateIndexes: Ext.emptyFn, - // Outer table - bodySelector: 'div.' + Ext.baseCSSPrefix + 'grid-item-container', - // Element which contains rows - nodeContainerSelector: 'div.' + Ext.baseCSSPrefix + 'grid-item-container', - // view item. This wraps a data row - itemSelector: 'table.' + Ext.baseCSSPrefix + 'grid-item', - // Grid row which contains cells as opposed to wrapping item. - rowSelector: 'tr.' + Ext.baseCSSPrefix + 'grid-row', - // cell - cellSelector: 'td.' + Ext.baseCSSPrefix + 'grid-cell', - // Select column sizers and cells. - // This may target `` elements as well as `` elements - // `` element is inserted if the first row does not have the regular cell patten (eg is a colspanning group header row) - sizerSelector: '.' + Ext.baseCSSPrefix + 'grid-cell', - innerSelector: 'div.' + Ext.baseCSSPrefix + 'grid-cell-inner', - /** - * Returns a CSS selector which selects the outermost element(s) in this view. - */ - getBodySelector: function() { - return this.bodySelector; - }, - /** - * Returns a CSS selector which selects the element(s) which define the width of a column. - * - * This is used by the {@link Ext.view.TableLayout} when resizing columns. - * - */ - getColumnSizerSelector: function(header) { - var selector = this.sizerSelector + '-' + header.getItemId(); - return 'td' + selector + ',col' + selector; - }, - /** - * Returns a CSS selector which selects items of the view rendered by the outerRowTpl - */ - getItemSelector: function() { - return this.itemSelector; - }, - /** - * Returns a CSS selector which selects a particular column if the desired header is passed, - * or a general cell selector is no parameter is passed. - * - * @param {Ext.grid.column.Column} [header] The column for which to return the selector. If - * omitted, the general cell selector which matches **ant cell** will be returned. - * - */ - getCellSelector: function(header) { - return header ? header.getCellSelector() : this.cellSelector; - }, - /* - * Returns a CSS selector which selects the content carrying element within cells. - */ - getCellInnerSelector: function(header) { - return this.getCellSelector(header) + ' ' + this.innerSelector; - }, - /** - * Adds a CSS Class to a specific row. - * @param {HTMLElement/String/Number/Ext.data.Model} rowInfo An HTMLElement, index or instance of a model - * representing this row - * @param {String} cls - */ - addRowCls: function(rowInfo, cls) { - var row = this.getRow(rowInfo); - if (row) { - Ext.fly(row).addCls(cls); - } - }, - /** - * Removes a CSS Class from a specific row. - * @param {HTMLElement/String/Number/Ext.data.Model} rowInfo An HTMLElement, index or instance of a model - * representing this row - * @param {String} cls - */ - removeRowCls: function(rowInfo, cls) { - var row = this.getRow(rowInfo); - if (row) { - Ext.fly(row).removeCls(cls); - } - }, - // GridSelectionModel invokes onRowSelect as selection changes - onRowSelect: function(rowIdx) { - var me = this, - rowNode; - me.addItemCls(rowIdx, me.selectedItemCls); - rowNode = me.getRow(rowIdx); - if (rowNode) { - rowNode.setAttribute('aria-selected', true); - } - if (Ext.isIE8) { - me.repaintBorder(rowIdx + 1); - } - }, - // GridSelectionModel invokes onRowDeselect as selection changes - onRowDeselect: function(rowIdx) { - var me = this, - rowNode; - me.removeItemCls(rowIdx, me.selectedItemCls); - rowNode = me.getRow(rowIdx); - if (rowNode) { - rowNode.removeAttribute('aria-selected'); - } - if (Ext.isIE8) { - me.repaintBorder(rowIdx + 1); - } - }, - onCellSelect: function(position) { - var cell = this.getCellByPosition(position); - if (cell) { - cell.addCls(this.selectedCellCls); - cell.dom.setAttribute('aria-selected', true); - } - }, - onCellDeselect: function(position) { - var cell = this.getCellByPosition(position, true); - if (cell) { - Ext.fly(cell).removeCls(this.selectedCellCls); - cell.removeAttribute('aria-selected'); - } - }, - // Old API. Used by tests now to test coercion of navigation from hidden column to closest visible. - // Position.column includes all columns including hidden ones. - getCellInclusive: function(position, returnDom) { - if (position) { - var row = this.getRow(position.row), - header = this.ownerCt.getColumnManager().getHeaderAtIndex(position.column); - if (header && row) { - return Ext.fly(row).down(this.getCellSelector(header), returnDom); - } - } - return false; - }, - getCellByPosition: function(position, returnDom) { - if (position) { - var view = position.view || this, - row = view.getRow(position.record || position.row), - header = position.column.isColumn ? position.column : view.getVisibleColumnManager().getHeaderAtIndex(position.column); - if (header && row) { - return Ext.fly(row).down(view.getCellSelector(header), returnDom); - } - } - return false; - }, - onFocusEnter: function(e) { - var me = this, - fromComponent = e.fromComponent, - navigationModel = me.getNavigationModel(), - focusPosition, - br = me.bufferedRenderer, - focusRecord, focusRowIdx, focusTarget, scroller; - // Focusing an internal focusable while TD navigation is disabled; - // We do not intervene. - if (me.actionableMode) { - return; - } - // The underlying DOM event - e = e.event; - // We can only focus if there are rows in the row cache to focus *and* records - // in the store to back them. Buffered Stores can produce a state where - // the view is not cleared on the leading end of a reload operation, but the - // store can be empty. - if (!me.cellFocused && me.all.getCount() && me.dataSource.getCount()) { - focusTarget = e.getTarget(); - // Programmatic focus of a cell... - if (Ext.fly(focusTarget).is(me.getCellSelector())) { - focusPosition = new Ext.grid.CellContext(me).setPosition(me.getRecord(focusTarget), me.getHeaderByCell(focusTarget)); - } - // If what is being focused an interior element, but is not a cell, allow it to proceed. - // This means that we must be in actionable mode. This will happen when an ActionColumn invokes a modal window - // and that window is dismissed leading to automatic focus of the previously focused element. - // Testing whether the focusTarget isFocusable is a fix for IE. It can sometimes fire a focus event with the .x-scroll-scroller as the target - else if (focusTarget && Ext.fly(focusTarget).isFocusable() && me.el.contains(focusTarget) && focusTarget !== me.el.dom) { - me.ownerGrid.setActionableMode(true, new Ext.grid.CellContext(me).setPosition(me.getRecord(focusTarget), me.getHeaderByCell(Ext.fly(focusTarget).up(me.getCellSelector())))); - // setActionableMode focuses the *first* tabbable element in the cell. - // If focus if entering into another element (eg multiple action icons in an ActionColumn), then redirect it. - Ext.fly(focusTarget).focus(); - } else // The View's el has been focused. - // We now have to decide which cell to focus - { - focusPosition = me.lastFocused; - // Default to the first cell if the NavigationModel has never focused anything - if (focusPosition) { - scroller = me.getScrollable(); - if (!scroller || scroller.isInView(focusPosition.getRow()).y) { - focusRecord = focusPosition.record; - } - } else { - focusPosition = new Ext.grid.CellContext((me.isNormalView && me.lockingPartner.grid.isVisible()) ? me.lockingPartner : me).setColumn(0); - } - // Tabbing in from one of our column headers; the user will expect to move into that column - if (fromComponent && fromComponent.isColumn && fromComponent.getView() === me) { - focusPosition.view = me; - focusPosition.setColumn(fromComponent); - } - // If we do not have a visible lastFocused, find the first visible one - if (!focusRecord) { - // Focus the first visible row - focusRowIdx = br ? br.getFirstVisibleRowIndex() : 0; - focusRecord = me.dataSource.getAt(focusRowIdx); - // Skip over non-row producing records like collapsed placeholders. - // We cannot focus these yet. - while (focusRecord && focusRecord.isNonData) { - focusRowIdx++; - focusRecord = me.dataSource.getAt(focusRowIdx); - } - if (focusRecord) { - focusPosition.setRow(focusRecord); - } else { - focusPosition = null; - } - } - // Not a descendant which we allow to carry focus. Focus the view el. - if (!focusPosition) { - e.stopEvent(); - me.el.focus(); - return; - } - } - } - // We calculated a cell to focus on. Either from the target element, or the last focused position - if (focusPosition) { - navigationModel.setPosition(focusPosition, null, e, null, true); - // We now contain focus if that was successful - me.cellFocused = !!navigationModel.getPosition(); - if (me.cellFocused) { - me.el.dom.setAttribute('tabIndex', '-1'); - // Disable tabbability of elements within this view. - me.toggleChildrenTabbability(false); - } - } - // Skip the AbstractView's implementation. - // It initializes its NavModel differently. - Ext.Component.prototype.onFocusEnter.call(me, e); - }, - onFocusLeave: function(e) { - var me = this, - // See if focus is really leaving the grid. - // If we have a locking partner, and focus is going to that, we're NOT leaving the grid. - isLeavingGrid = !me.lockingPartner || !e.toComponent || (e.toComponent !== me.lockingPartner && !me.lockingPartner.isAncestor(e.toComponent)); - // If the blur was caused by a refresh, we expect things to be refocused. - if (!me.refreshing) { - // Ignore this event if we do not actually contain focus. - // CellEditors are rendered into the view's encapculating element, - // So focusleave will fire when they are programatically blurred. - // We will not have focus at that point. - if (me.cellFocused) { - // Blur the focused cell unless we are navigating into a locking partner, - // in which case, the focus of that will setPosition to the target - // without an intervening position to null. - if (isLeavingGrid) { - me.getNavigationModel().setPosition(null, null, e.event, null, true); - } - me.cellFocused = false; - me.focusEl = me.el; - me.focusEl.dom.setAttribute('tabIndex', 0); - } - // Exiting to outside, switch back to navigation mode before clearing the navigation position - // so that the current position's row can have its tabbability saved. - if (isLeavingGrid) { - if (me.ownerGrid.actionableMode) { - me.ownerGrid.setActionableMode(false); - } - } - // Skip the AbstractView's implementation. - Ext.Component.prototype.onFocusLeave.call(me, e); - } - }, - // GridSelectionModel invokes onRowFocus to 'highlight' - // the last row focused - onRowFocus: function(rowIdx, highlight, supressFocus) { - var me = this; - if (highlight) { - me.addItemCls(rowIdx, me.focusedItemCls); - if (!supressFocus) { - me.focusRow(rowIdx); - } - } else //this.el.dom.setAttribute('aria-activedescendant', row.id); - { - me.removeItemCls(rowIdx, me.focusedItemCls); - } - if (Ext.isIE8) { - me.repaintBorder(rowIdx + 1); - } - }, - /** - * Focuses a particular row and brings it into view. Will fire the rowfocus event. - * @param {HTMLElement/String/Number/Ext.data.Model} row An HTMLElement template node, index of a template node, the id of a template node or the - * @param {Boolean/Number} [delay] Delay the focus this number of milliseconds (true for 10 milliseconds). - * record associated with the node. - */ - focusRow: function(row, delay) { - var me = this, - focusTask = me.getFocusTask(); - if (delay) { - focusTask.delay(Ext.isNumber(delay) ? delay : 10, me.focusRow, me, [ - row, - false - ]); - return; - } - // An immediate focus call must cancel any outstanding delayed focus calls. - focusTask.cancel(); - // Do not attempt to focus if hidden or within collapsed Panel. - if (me.isVisible(true)) { - me.getNavigationModel().setPosition(me.getRecord(row)); - } - }, - // Override the version in Ext.view.View because the focusable elements are the grid cells. - /** - * @override Ext.view.View - * Focuses a particular row and brings it into view. Will fire the rowfocus event. - * @param {HTMLElement/String/Number/Ext.data.Model} row An HTMLElement template node, index of a template node, the id of a template node or the - * @param {Boolean/Number} [delay] Delay the focus this number of milliseconds (true for 10 milliseconds). - * record associated with the node. - */ - focusNode: function(row, delay) { - this.focusRow(row, delay); - }, - scrollRowIntoView: function(row, animate) { - row = this.getRow(row); - if (row) { - this.scrollElIntoView(row, false, animate); - } - }, - /** - * Focuses a particular cell and brings it into view. Will fire the rowfocus event. - * @param {Ext.grid.CellContext} pos The cell to select - * @param {Boolean/Number} [delay] Delay the focus this number of milliseconds (true for 10 milliseconds). - */ - focusCell: function(position, delay) { - var me = this, - cell, - focusTask = me.getFocusTask(); - if (delay) { - focusTask.delay(Ext.isNumber(delay) ? delay : 10, me.focusCell, me, [ - position, - false - ]); - return; - } - // An immediate focus call must cancel any outstanding delayed focus calls. - focusTask.cancel(); - // Do not attempt to focus if hidden or within collapsed Panel - // Maintainer: Note that to avoid an unnecessary call to me.getCellByPosition if not visible, or another, nested if test, - // the assignment of the cell var is embedded inside the condition expression. - if (me.isVisible(true) && (cell = me.getCellByPosition(position))) { - me.getNavigationModel().setPosition(position); - } - }, - getLastFocused: function() { - var me = this, - lastFocused = me.lastFocused; - if (lastFocused && lastFocused.record && lastFocused.column) { - // If the last focused record or column has gone away, or the record is no longer in the visible rendered block, we have no lastFocused - if (me.dataSource.indexOf(lastFocused.record) !== -1 && me.getVisibleColumnManager().indexOf(lastFocused.column) !== -1 && me.getNode(lastFocused.record)) { - return lastFocused; - } - } - }, - scrollCellIntoView: function(cell, animate) { - if (cell.isCellContext) { - cell = this.getCellByPosition(cell); - } - if (cell) { - this.scrollElIntoView(cell, null, animate); - } - }, - scrollElIntoView: function(el, hscroll, animate) { - var scroller = this.getScrollable(); - if (scroller) { - scroller.scrollIntoView(el, hscroll, animate); - } - }, - syncRowHeightBegin: function() { - var me = this, - itemEls = me.all, - ln = itemEls.count, - synchronizer = [], - RowSynchronizer = Ext.grid.locking.RowSynchronizer, - i, j, rowSync; - for (i = 0 , j = itemEls.startIndex; i < ln; i++ , j++) { - synchronizer[i] = rowSync = new RowSynchronizer(me, itemEls.elements[j]); - rowSync.reset(); - } - return synchronizer; - }, - syncRowHeightClear: function(synchronizer) { - var me = this, - itemEls = me.all, - ln = itemEls.count, - i; - for (i = 0; i < ln; i++) { - synchronizer[i].reset(); - } - }, - syncRowHeightMeasure: function(synchronizer) { - var ln = synchronizer.length, - i; - for (i = 0; i < ln; i++) { - synchronizer[i].measure(); - } - }, - syncRowHeightFinish: function(synchronizer, otherSynchronizer) { - var ln = synchronizer.length, - bufferedRenderer = this.bufferedRenderer, - i; - for (i = 0; i < ln; i++) { - synchronizer[i].finish(otherSynchronizer[i]); - } - // Ensure that both BufferedRenderers have the same idea about scroll range and row height - if (bufferedRenderer) { - bufferedRenderer.syncRowHeightsFinish(); - } - }, - handleUpdate: function(store, record, operation, changedFieldNames) { - operation = operation || Ext.data.Model.EDIT; - var me = this, - recordIndex = me.store.indexOf(record), - rowTpl = me.rowTpl, - markDirty = me.markDirty, - dirtyCls = me.dirtyCls, - clearDirty = operation !== Ext.data.Model.EDIT, - columnsToUpdate = [], - hasVariableRowHeight = me.variableRowHeight, - updateTypeFlags = 0, - ownerCt = me.ownerCt, - cellFly = me.cellFly || (me.self.prototype.cellFly = new Ext.dom.Fly()), - oldItemDom, oldDataRow, newItemDom, newAttrs, attLen, attName, attrIndex, overItemCls, columns, column, len, i, cellUpdateFlag, cell, fieldName, value, defaultRenderer, scope, elData, emptyValue; - if (me.viewReady) { - // Table row being updated - oldItemDom = me.getNodeByRecord(record); - // Row might not be rendered due to buffered rendering or being part of a collapsed group... - if (oldItemDom) { - // refreshNode can be called on a collapsed placeholder record. - // Update it from a new rendering. - if (record.isCollapsedPlaceholder) { - Ext.fly(oldItemDom).syncContent(me.createRowElement(record, me.indexOfRow(record))); - return; - } - overItemCls = me.overItemCls; - columns = me.ownerCt.getVisibleColumnManager().getColumns(); - // Collect an array of the columns which must be updated. - // If the field at this column index was changed, or column has a custom renderer - // (which means value could rely on any other changed field) we include the column. - for (i = 0 , len = columns.length; i < len; i++) { - column = columns[i]; - // We are not going to update the cell, but we still need to mark it as dirty. - if (column.preventUpdate) { - cell = Ext.fly(oldItemDom).down(column.getCellSelector(), true); - // Mark the field's dirty status if we are configured to do so (defaults to true) - if (cell && !clearDirty && markDirty) { - cellFly.attach(cell); - if (record.isModified(column.dataIndex)) { - cellFly.addCls(dirtyCls); - } else { - cellFly.removeCls(dirtyCls); - } - } - } else { - // 0 = Column doesn't need update. - // 1 = Column needs update, and renderer has > 1 argument; We need to render a whole new HTML item. - // 2 = Column needs update, but renderer has 1 argument or column uses an updater. - cellUpdateFlag = me.shouldUpdateCell(record, column, changedFieldNames); - if (cellUpdateFlag) { - // Track if any of the updating columns yields a flag with the 1 bit set. - // This means that there is a custom renderer involved and a new TableView item - // will need rendering. - updateTypeFlags = updateTypeFlags | cellUpdateFlag; - // jshint ignore:line - columnsToUpdate[columnsToUpdate.length] = column; - hasVariableRowHeight = hasVariableRowHeight || column.variableRowHeight; - } - } - } - // Give CellEditors or other transient in-cell items a chance to get out of the way - // if there are in the cells destined for update. - me.fireEvent('beforeitemupdate', record, recordIndex, oldItemDom, columnsToUpdate); - // If there's no data row (some other rowTpl has been used; eg group header) - // or we have a getRowClass - // or one or more columns has a custom renderer - // or there's more than one , we must use the full render pathway to create a whole new TableView item - if (me.getRowClass || !me.getRowFromItem(oldItemDom) || (updateTypeFlags & 1) || // jshint ignore:line - (oldItemDom.tBodies[0].childNodes.length > 1)) { - elData = oldItemDom._extData; - newItemDom = me.createRowElement(record, me.indexOfRow(record), columnsToUpdate); - if (Ext.fly(oldItemDom, '_internal').hasCls(overItemCls)) { - Ext.fly(newItemDom).addCls(overItemCls); - } - // Copy new row attributes across. Use IE-specific method if possible. - // In IE10, there is a problem where the className will not get updated - // in the view, even though the className on the dom element is correct. - // See EXTJSIV-9462 - if (Ext.isIE9m && oldItemDom.mergeAttributes) { - oldItemDom.mergeAttributes(newItemDom, true); - } else { - newAttrs = newItemDom.attributes; - attLen = newAttrs.length; - for (attrIndex = 0; attrIndex < attLen; attrIndex++) { - attName = newAttrs[attrIndex].name; - if (attName !== 'id') { - oldItemDom.setAttribute(attName, newAttrs[attrIndex].value); - } - } - } - // The element's data is no longer synchronized. We just overwrite it in the DOM - if (elData) { - elData.isSynchronized = false; - } - // If we have columns which may *need* updating (think locked side of lockable grid with all columns unlocked) - // and the changed record is within our view, then update the view. - if (columns.length && (oldDataRow = me.getRow(oldItemDom))) { - me.updateColumns(oldDataRow, Ext.fly(newItemDom).down(me.rowSelector, true), columnsToUpdate); - } - // Loop thru all of rowTpls asking them to sync the content they are responsible for if any. - while (rowTpl) { - if (rowTpl.syncContent) { - // *IF* we are selectively updating columns (have been passed changedFieldNames), then pass the column set, else - // pass null, and it will sync all content. - if (rowTpl.syncContent(oldItemDom, newItemDom, changedFieldNames ? columnsToUpdate : null) === false) { - break; - } - } - rowTpl = rowTpl.nextTpl; - } - } else // No custom renderers found in columns to be updated, we can simply update the existing cells. - { - // Loop through columns which need updating. - for (i = 0 , len = columnsToUpdate.length; i < len; i++) { - column = columnsToUpdate[i]; - // The dataIndex of the column is the field name - fieldName = column.dataIndex; - value = record.get(fieldName); - cell = Ext.fly(oldItemDom).down(column.getCellSelector(), true); - cellFly.attach(cell); - // Mark the field's dirty status if we are configured to do so (defaults to true) - if (!clearDirty && markDirty) { - if (record.isModified(column.dataIndex)) { - cellFly.addCls(dirtyCls); - } else { - cellFly.removeCls(dirtyCls); - } - } - defaultRenderer = column.usingDefaultRenderer; - scope = defaultRenderer ? column : column.scope; - // Call the column updater which gets passed the TD element - if (column.updater) { - Ext.callback(column.updater, scope, [ - cell, - value, - record, - me, - me.dataSource - ], 0, column, ownerCt); - } else { - if (column.renderer) { - value = Ext.callback(column.renderer, scope, [ - value, - null, - record, - 0, - 0, - me.dataSource, - me - ], 0, column, ownerCt); - } - emptyValue = value == null || value === ''; - value = emptyValue ? column.emptyCellText : value; - // Update the value of the cell's inner in the best way. - // We only use innerHTML of the cell's inner DIV if the renderer produces HTML - // Otherwise we change the value of the single text node within the inner DIV - // The emptyValue may be HTML, typically defaults to   - if (column.producesHTML || emptyValue) { - cellFly.down(me.innerSelector, true).innerHTML = value; - } else { - cellFly.down(me.innerSelector, true).childNodes[0].data = value; - } - } - // Add the highlight class if there is one - if (me.highlightClass) { - Ext.fly(cell).addCls(me.highlightClass); - // Start up a DelayedTask which will purge the changedCells stack, removing the highlight class - // after the expiration time - if (!me.changedCells) { - me.self.prototype.changedCells = []; - me.prototype.clearChangedTask = new Ext.util.DelayedTask(me.clearChangedCells, me.prototype); - me.clearChangedTask.delay(me.unhighlightDelay); - } - // Post a changed cell to the stack along with expiration time - me.changedCells.push({ - cell: cell, - cls: me.highlightClass, - expires: Ext.Date.now() + 1000 - }); - } - } - } - // If we have a commit or a reject, some fields may no longer be dirty but may - // not appear in the modified field names. Remove all the dirty class here to be sure. - if (clearDirty && markDirty && !record.dirty) { - Ext.fly(oldItemDom, '_internal').select('.' + dirtyCls).removeCls(dirtyCls); - } - // Coalesce any layouts which happen due to any itemupdate handlers (eg Widget columns) with the final refreshSize layout. - if (hasVariableRowHeight) { - Ext.suspendLayouts(); - } - // Since we don't actually replace the row, we need to fire the event with the old row - // because it's the thing that is still in the DOM - me.fireEvent('itemupdate', record, recordIndex, oldItemDom); - // We only need to update the layout if any of the columns can change the row height. - if (hasVariableRowHeight) { - // Must climb to ownerGrid in case we've only updated one field in one side of a lockable assembly. - // ownerGrid is always the topmost GridPanel. - me.ownerGrid.updateLayout(); - // Ensure any layouts queued by itemupdate handlers and/or the refreshSize call are executed. - Ext.resumeLayouts(true); - } - } - } - }, - afterComponentLayout: function() { - var scroller; - this.callParent(arguments); - // BufferedRenderer gets a pair of calls bracketting a component layout - // which enables it to calsulate its scroll range and update the scroller. - // If no BufferedRenderer, we do it here. - if (this.touchScroll && !this.bufferedRenderer && (scroller = this.getScrollable())) { - scroller.refresh(); - } - }, - clearChangedCells: function() { - var me = this, - now = Ext.Date.now(), - changedCell; - for (var i = 0, - len = me.changedCells.length; i < len; ) { - changedCell = me.changedCells[i]; - if (changedCell.expires <= now) { - Ext.fly(changedCell.cell).removeCls(changedCell.highlightClass); - Ext.Array.erase(me.changedCells, i, 1); - len--; - } else { - break; - } - } - // Keep repeating the delay until all highlighted cells have been cleared - if (len) { - me.clearChangedTask.delay(me.unhighlightDelay); - } - }, - updateColumns: function(oldRowDom, newRowDom, columnsToUpdate) { - var me = this, - newAttrs, attLen, attName, attrIndex, - colCount = columnsToUpdate.length, - colIndex, column, oldCell, newCell, - cellSelector = me.getCellSelector(); - // Copy new row attributes across. Use IE-specific method if possible. - // Must do again at this level because the row DOM passed here may be the nested row in a row wrap. - if (oldRowDom.mergeAttributes) { - oldRowDom.mergeAttributes(newRowDom, true); - } else { - newAttrs = newRowDom.attributes; - attLen = newAttrs.length; - for (attrIndex = 0; attrIndex < attLen; attrIndex++) { - attName = newAttrs[attrIndex].name; - if (attName !== 'id') { - oldRowDom.setAttribute(attName, newAttrs[attrIndex].value); - } - } - } - // Replace changed cells in the existing row structure with the new version from the rendered row. - for (colIndex = 0; colIndex < colCount; colIndex++) { - column = columnsToUpdate[colIndex]; - // Pluck out cells using the column's unique cell selector. - // Becuse in a wrapped row, there may be several TD elements. - cellSelector = me.getCellSelector(column); - oldCell = Ext.fly(oldRowDom).selectNode(cellSelector); - newCell = Ext.fly(newRowDom).selectNode(cellSelector); - // Carefully replace just the *contents* of the cell. - Ext.fly(oldCell).syncContent(newCell); - } - }, - /** - * @private - * Decides whether the column needs updating - * @return {Number} 0 = Doesn't need update. - * 1 = Column needs update, and renderer has > 1 argument; We need to render a whole new HTML item. - * 2 = Column needs update, but renderer has 1 argument or column uses an updater. - */ - shouldUpdateCell: function(record, column, changedFieldNames) { - return column.shouldUpdateCell(record, changedFieldNames); - }, - /** - * Refreshes the grid view. Sets the sort state and focuses the previously focused row. - */ - refresh: function() { - var me = this, - scroller, - restoreFocus = me.saveFocusState(); - if (me.destroying) { - return; - } - me.callParent(arguments); - // If focus was in any way in this view, this will restore it - restoreFocus(); - me.headerCt.setSortState(); - // Create horizontal stretcher element if no records in view and there is overflow of the header container. - // Element will be transient and destroyed by the next refresh. - if (me.touchScroll && me.el && !me.all.getCount() && me.headerCt && me.headerCt.tooNarrow) { - scroller = me.getScrollable(); - if (scroller && scroller.isTouchScroller) { - scroller.setSize({ - x: me.headerCt.getTableWidth(), - y: scroller.getSize().y - }); - } - } - }, - processContainerEvent: function(e) { - // If we find a component & it belongs to our grid, don't fire the event. - // For example, grid editors resolve to the parent grid - var cmp = Ext.Component.fromElement(e.target.parentNode); - if (cmp && cmp.up(this.ownerCt)) { - return false; - } - }, - processItemEvent: function(record, item, rowIndex, e) { - var me = this, - self = me.self, - map = self.EventMap, - type = e.type, - features = me.features, - len = features.length, - i, cellIndex, result, feature, column, - eventPosition = e.position = me.eventPosition || (me.eventPosition = new Ext.grid.CellContext()), - row, cell; - // IE has a bug whereby if you mousedown in a cell editor in one side of a locking grid and then - // drag out of that, and mouseup in *the other side*, the mousedowned side still receives the event! - // Even though the mouseup target is *not* within it! Ignore the mouseup in this case. - if (Ext.isIE && type === 'mouseup' && !e.within(me.el)) { - return false; - } - // Only process the event if it occurred within an item which maps to a record in the store - if (me.indexInStore(item) !== -1) { - row = eventPosition.rowElement = Ext.fly(item).down(me.rowSelector, true); - // Access the cell from the event target. - cell = e.getTarget(me.getCellSelector(), row); - type = self.TouchEventMap[type] || type; - if (cell) { - if (!cell.parentNode) { - // If we have no parentNode, the td has been removed from the DOM, probably via an update, - // so just jump out since the target for the event isn't valid - return false; - } - column = me.getHeaderByCell(cell); - // Find the index of the header in the *full* (including hidden columns) leaf column set. - // Because In 4.0.0 we rendered hidden cells, and the cellIndex included the hidden ones. - cellIndex = me.ownerCt.getColumnManager().getHeaderIndex(column); - } else { - cellIndex = -1; - } - eventPosition.setAll(me, rowIndex, column ? me.getVisibleColumnManager().getHeaderIndex(column) : -1, record, column); - eventPosition.cellElement = cell; - result = me.fireEvent('uievent', type, me, cell, rowIndex, cellIndex, e, record, row); - // If the event has been stopped by a handler, tell the selModel (if it is interested) and return early. - // For example, action columns by default will stop event propagation by returning `false` from its - // 'uievent' event handler. - if ((result === false || me.callParent(arguments) === false)) { - return false; - } - for (i = 0; i < len; ++i) { - feature = features[i]; - // In some features, the first/last row might be wrapped to contain extra info, - // such as grouping or summary, so we may need to stop the event - if (feature.wrapsItem) { - if (feature.vetoEvent(record, row, rowIndex, e) === false) { - // If the feature is vetoing the event, there's a good chance that - // it's for some feature action in the wrapped row. - me.processSpecialEvent(e); - return false; - } - } - } - // if the element whose event is being processed is not an actual cell (for example if using a rowbody - // feature and the rowbody element's event is being processed) then do not fire any "cell" events - // Don't handle cellmouseenter and cellmouseleave events for now - if (cell && type !== 'mouseover' && type !== 'mouseout') { - result = !// We are adding cell and feature events - ((me['onBeforeCell' + map[type]](cell, cellIndex, record, row, rowIndex, e) === false) || (me.fireEvent('beforecell' + type, me, cell, cellIndex, record, row, rowIndex, e) === false) || (me['onCell' + map[type]](cell, cellIndex, record, row, rowIndex, e) === false) || (me.fireEvent('cell' + type, me, cell, cellIndex, record, row, rowIndex, e) === false)); - } - if (result !== false) { - result = me.fireEvent('row' + type, me, record, row, rowIndex, e); - } - return result; - } else { - // If it's not in the store, it could be a feature event, so check here - this.processSpecialEvent(e); - // Prevent focus/selection here until proper focus handling is added for non-data rows - // This should probably be removed once this is implemented. - e.preventDefault(); - return false; - } - }, - processSpecialEvent: function(e) { - var me = this, - features = me.features, - ln = features.length, - type = e.type, - i, feature, prefix, featureTarget, beforeArgs, args, - panel = me.ownerCt; - me.callParent(arguments); - if (type === 'mouseover' || type === 'mouseout') { - return; - } - type = me.self.TouchEventMap[type] || type; - for (i = 0; i < ln; i++) { - feature = features[i]; - if (feature.hasFeatureEvent) { - featureTarget = e.getTarget(feature.eventSelector, me.getTargetEl()); - if (featureTarget) { - prefix = feature.eventPrefix; - // allows features to implement getFireEventArgs to change the - // fireEvent signature - beforeArgs = feature.getFireEventArgs('before' + prefix + type, me, featureTarget, e); - args = feature.getFireEventArgs(prefix + type, me, featureTarget, e); - if (// before view event - (me.fireEvent.apply(me, beforeArgs) === false) || // panel grid event - (panel.fireEvent.apply(panel, beforeArgs) === false) || // view event - (me.fireEvent.apply(me, args) === false) || // panel event - (panel.fireEvent.apply(panel, args) === false)) { - return false; - } - } - } - } - return true; - }, - onCellMouseDown: Ext.emptyFn, - onCellLongPress: Ext.emptyFn, - onCellMouseUp: Ext.emptyFn, - onCellClick: Ext.emptyFn, - onCellDblClick: Ext.emptyFn, - onCellContextMenu: Ext.emptyFn, - onCellKeyDown: Ext.emptyFn, - onCellKeyUp: Ext.emptyFn, - onCellKeyPress: Ext.emptyFn, - onBeforeCellMouseDown: Ext.emptyFn, - onBeforeCellLongPress: Ext.emptyFn, - onBeforeCellMouseUp: Ext.emptyFn, - onBeforeCellClick: Ext.emptyFn, - onBeforeCellDblClick: Ext.emptyFn, - onBeforeCellContextMenu: Ext.emptyFn, - onBeforeCellKeyDown: Ext.emptyFn, - onBeforeCellKeyUp: Ext.emptyFn, - onBeforeCellKeyPress: Ext.emptyFn, - /** - * Expands a particular header to fit the max content width. - * @deprecated Use {@link #autoSizeColumn} instead. - */ - expandToFit: function(header) { - this.autoSizeColumn(header); - }, - /** - * Sizes the passed header to fit the max content width. - * *Note that group columns shrinkwrap around the size of leaf columns. Auto sizing a group column - * autosizes descendant leaf columns.* - * @param {Ext.grid.column.Column/Number} header The header (or index of header) to auto size. - */ - autoSizeColumn: function(header) { - if (Ext.isNumber(header)) { - header = this.getGridColumns()[header]; - } - if (header) { - if (header.isGroupHeader) { - header.autoSize(); - return; - } - delete header.flex; - header.setWidth(this.getMaxContentWidth(header)); - } - }, - /** - * Returns the max contentWidth of the header's text and all cells - * in the grid under this header. - * @private - */ - getMaxContentWidth: function(header) { - var me = this, - cells = me.el.query(header.getCellInnerSelector()), - originalWidth = header.getWidth(), - i = 0, - ln = cells.length, - columnSizer = me.body.select(me.getColumnSizerSelector(header)), - max = Math.max, - widthAdjust = 0, - maxWidth; - if (ln > 0) { - if (Ext.supports.ScrollWidthInlinePaddingBug) { - widthAdjust += me.getCellPaddingAfter(cells[0]); - } - if (me.columnLines) { - widthAdjust += Ext.fly(cells[0].parentNode).getBorderWidth('lr'); - } - } - // Set column width to 1px so we can detect the content width by measuring scrollWidth - columnSizer.setWidth(1); - // We are about to measure the offsetWidth of the textEl to determine how much - // space the text occupies, but it will not report the correct width if the titleEl - // has text-overflow:ellipsis. Set text-overflow to 'clip' before proceeding to - // ensure we get the correct measurement. - header.textEl.setStyle({ - "text-overflow": 'clip', - display: 'table-cell' - }); - // Allow for padding round text of header - maxWidth = header.textEl.dom.offsetWidth + header.titleEl.getPadding('lr'); - // revert to using text-overflow defined by the stylesheet - header.textEl.setStyle({ - "text-overflow": '', - display: '' - }); - for (; i < ln; i++) { - maxWidth = max(maxWidth, cells[i].scrollWidth); - } - // in some browsers, the "after" padding is not accounted for in the scrollWidth - maxWidth += widthAdjust; - // 40 is the minimum column width. TODO: should this be configurable? - // One extra pixel needed. EXACT width shrinkwrap of text causes ellipsis to appear. - maxWidth = max(maxWidth + 1, 40); - // Set column width back to original width - columnSizer.setWidth(originalWidth); - return maxWidth; - }, - getPositionByEvent: function(e) { - var me = this, - cellNode = e.getTarget(me.cellSelector), - rowNode = e.getTarget(me.itemSelector), - record = me.getRecord(rowNode), - header = me.getHeaderByCell(cellNode); - return me.getPosition(record, header); - }, - getHeaderByCell: function(cell) { - if (cell) { - return this.ownerCt.getVisibleColumnManager().getHeaderById(Ext.getDom(cell).getAttribute('data-columnId')); - } - return false; - }, - /** - * @param {Ext.grid.CellContext} position The current navigation position. - * @param {String} direction 'up', 'down', 'right' and 'left' - * @param {Function} [verifierFn] A function to verify the validity of the calculated position. - * When using this function, you must return true to allow the newPosition to be returned. - * @param {Ext.grid.CellContext} [verifierFn.position] The calculated new position to verify. - * @param {Object} [scope] Scope (`this` context) to run the verifierFn in. Defaults to this View. - * @return {Ext.grid.CellContext} An object encapsulating the unique cell position. - * - * @private - */ - walkCells: function(pos, direction, verifierFn, scope) { - var me = this, - result = pos.clone(), - lockingPartner = me.lockingPartner && me.lockingPartner.grid.isVisible() ? me.lockingPartner : null, - rowIdx = pos.rowIdx, - maxRowIdx = me.dataSource.getCount() - 1, - columns = me.ownerCt.getVisibleColumnManager().getColumns(); - switch (direction.toLowerCase()) { - case 'right': - // At end of row. - if (pos.isLastColumn()) { - // If we're at the end of the locked view, same row, else wrap downwards - rowIdx = lockingPartner && me.isLockedView ? rowIdx : rowIdx + 1; - // If stepped past the bottom row, deny the action - if (rowIdx > maxRowIdx) { - return false; - } - // There's a locking partner to move into - if (lockingPartner) { - result.view = lockingPartner; - } - result.setPosition(rowIdx, 0); - } else // Not at end, just go forwards one column - { - result.navigate(+1); - }; - break; - case 'left': - // At start of row. - if (pos.isFirstColumn()) { - // If we're at the start of the normal view, same row, else wrap upwards - rowIdx = lockingPartner && me.isNormalView ? rowIdx : rowIdx - 1; - // If top row, deny up - if (rowIdx < 0) { - return false; - } - // There's a locking partner to move into - if (lockingPartner) { - result.view = lockingPartner; - columns = lockingPartner.getVisibleColumnManager().getColumns(); - } - result.setPosition(rowIdx, columns[columns.length - 1]); - } else // Not at end, just go backwards one column - { - result.navigate(-1); - }; - break; - case 'up': - // if top row, deny up - if (rowIdx === 0) { - return false; - } else // go up - { - result.setRow(rowIdx - 1); - }; - break; - case 'down': - // if bottom row, deny down - if (rowIdx === maxRowIdx) { - return false; - } else // go down - { - result.setRow(rowIdx + 1); - }; - break; - } - if (verifierFn && verifierFn.call(scope || me, result) !== true) { - return false; - } - return result; - }, - /** - * Increments the passed row index by the passed increment which may be +ve or -ve - * - * Skips hidden rows. - * - * If no row is visible in the specified direction, returns the input row index unchanged. - * @param {Number} startRow The zero-based row index to start from. - * @param {Number} distance The distance to move the row by. May be +ve or -ve. - * @deprecated 5.5.0 - * @private - */ - walkRows: function(startRow, distance) { - // Note that we use the **dataSource** here because row indices mean view row indices - // so records in collapsed groups must be omitted. - var me = this, - store = me.dataSource, - moved = 0, - lastValid = startRow, - node, - limit = (distance < 0) ? 0 : store.getCount() - 1, - increment = limit ? 1 : -1, - result = startRow; - do { - if (limit ? result >= limit : result <= limit) { - return lastValid || limit; - } - result += increment; - if ((node = Ext.fly(me.getRow(result))) && node.isVisible(true)) { - moved += increment; - lastValid = result; - } - } while (// Walked off the end: return the last encountered valid row - // Move the result pointer on by one position. We have to count intervening VISIBLE nodes - // Stepped onto VISIBLE record: Increment the moved count. - // We must not count stepping onto a non-rendered record as a move. - moved !== distance); - return result; - }, - /** - * Navigates from the passed record by the passed increment which may be +ve or -ve - * - * Skips hidden records. - * - * If no record is visible in the specified direction, returns the starting record index unchanged. - * @param {Ext.data.Model} startRec The Record to start from. - * @param {Number} distance The distance to move from the record. May be +ve or -ve. - */ - walkRecs: function(startRec, distance) { - // Note that we use the **store** to access the records by index because the dataSource omits records in collapsed groups. - // This is used by selection models which use the **store** - var me = this, - store = me.dataSource, - moved = 0, - lastValid = startRec, - node, - limit = (distance < 0) ? 0 : (store.isBufferedStore ? store.getTotalCount() : store.getCount()) - 1, - increment = limit ? 1 : -1, - testIndex = store.indexOf(startRec), - rec; - do { - if (limit ? testIndex >= limit : testIndex <= limit) { - return lastValid; - } - testIndex += increment; - rec = store.getAt(testIndex); - if (!rec.isCollapsedPlaceholder && (node = Ext.fly(me.getNodeByRecord(rec))) && node.isVisible(true)) { - moved += increment; - lastValid = rec; - } - } while (// Walked off the end: return the last encountered valid record - // Move the result pointer on by one position. We have to count intervening VISIBLE nodes - // Stepped onto VISIBLE record: Increment the moved count. - // We must not count stepping onto a non-rendered record as a move. - moved !== distance); - return lastValid; - }, - /** - * Returns the index of the first row in your table view deemed to be visible. - * @return {Number} - * @private - */ - getFirstVisibleRowIndex: function() { - var me = this, - count = (me.dataSource.isBufferedStore ? me.dataSource.getTotalCount() : me.dataSource.getCount()), - result = me.indexOf(me.all.first()) - 1; - do { - result += 1; - if (result === count) { - return; - } - } while (!Ext.fly(me.getRow(result)).isVisible(true)); - return result; - }, - /** - * Returns the index of the last row in your table view deemed to be visible. - * @return {Number} - * @private - */ - getLastVisibleRowIndex: function() { - var me = this, - result = me.indexOf(me.all.last()); - do { - result -= 1; - if (result === -1) { - return; - } - } while (!Ext.fly(me.getRow(result)).isVisible(true)); - return result; - }, - getHeaderCt: function() { - return this.headerCt; - }, - getPosition: function(record, header) { - return new Ext.grid.CellContext(this).setPosition(record, header); - }, - onDestroy: function() { - var me = this, - features = me.featuresMC, - len, i; - if (features) { - for (i = 0 , len = features.getCount(); i < len; ++i) { - features.getAt(i).destroy(); - } - } - me.cellFly = me.featuresMC = null; - me.callParent(arguments); - me.all.destroy(); - me.body.destroy(); - me.all = me.body = me.body.el = null; - me.grid = me.ownerGrid = me.headerCt = me.panel = null; - me.selection = me.actionPosition = me.eventPosition = me.lastFocused = null; - me.actionRow = me.cellTpl = me.rowTpl = me.bufferedRenderer = null; - }, - /** - * @private. - * Respond to store replace event which is fired by GroupStore group expand/collapse operations. - * This saves a layout because a remove and add operation are coalesced in this operation. - */ - onReplace: function(store, startIndex, oldRecords, newRecords) { - var me = this, - bufferedRenderer = me.bufferedRenderer, - restoreFocus; - // If there's a buffered renderer and the removal range falls inside the current view... - if (me.rendered && bufferedRenderer) { - // If focus was in any way in the view, whether actionable or navigable, this will return - // a function which will restore that state. - restoreFocus = me.saveFocusState(); - bufferedRenderer.onReplace(store, startIndex, oldRecords, newRecords); - // If focus was in any way in this view, this will restore it - restoreFocus(); - } else { - me.callParent(arguments); - } - me.setPendingStripe(startIndex); - }, - onResize: function(width, height, oldWidth, oldHeight) { - var me = this, - bufferedRenderer = me.bufferedRenderer; - // Ensure the buffered renderer makes its adjustments before user resize listeners - if (bufferedRenderer) { - bufferedRenderer.onViewResize(me, width, height, oldWidth, oldHeight); - } - me.callParent([ - width, - height - ]); - }, - // after adding a row stripe rows from then on - onAdd: function(store, records, index) { - var me = this, - bufferedRenderer = me.bufferedRenderer; - // Only call the buffered renderer's handler if there's a need to. - // That is if the rendered block has been moved down the dataset, or - // the addition will tip the rendered block size over the buffered renderer's calculated viewSize. - if (me.rendered && bufferedRenderer && (bufferedRenderer.bodyTop || me.dataSource.getCount() + records.length >= bufferedRenderer.viewSize)) { - bufferedRenderer.onReplace(store, index, [], records); - } else { - me.callParent(arguments); - } - me.setPendingStripe(index); - }, - // after removing a row stripe rows from then on - onRemove: function(store, records, index) { - var me = this, - bufferedRenderer = me.bufferedRenderer, - restoreFocus; - // If there's a BufferedRenderer, and it's being used (dataset size before removal was >= rendered block size)... - if (me.rendered && bufferedRenderer && me.dataSource.getCount() + records.length >= bufferedRenderer.viewSize) { - // If focus was in any way in the view, whether actionable or navigable, this will return - // a function which will restore that state. - restoreFocus = me.saveFocusState(); - bufferedRenderer.onReplace(store, index, records, []); - // If focus was in any way in this view, this will restore it - restoreFocus(); - } else { - me.callParent(arguments); - } - me.setPendingStripe(index); - }, - /** - * @private - * Called prior to an operation which may remove focus from this view by some kind of DOM operation. - * - * If this view contains focus in any sense, either navigable mode, or actionable mode, - * this method returns a function which, when called after the disruptive DOM operation - * will restore focus to the same record/column, or, if the record has been removed, to the same - * row index/column. - * - * @returns {Function} A function that will restore focus if focus was within this view, - * or a function which does nothing is focus is not in this view. - */ - saveFocusState: function() { - var me = this, - store = me.dataSource, - actionableMode = me.actionableMode, - navModel = me.getNavigationModel(), - focusPosition = actionableMode ? me.actionPosition : navModel.getPosition(true), - refocusRow, refocusCol; - if (focusPosition) { - // Separate this from the instance that the nav model is using. - focusPosition = focusPosition.clone(); - // Exit actionable mode. - // We must inform any Actionables that they must relinquish control. - // Tabbability must be reset. - if (actionableMode) { - me.ownerGrid.setActionableMode(false); - } - // Blur the focused descendant, but do not trigger focusLeave. - me.el.dom.focus(); - // Exiting actionable mode navigates to the owning cell, so in either focus mode we must - // clear the navigation position - navModel.setPosition(); - // The following function will attempt to refocus back in the same mode to the same cell - // as it was at before based upon the previous record (if it's still inthe store), or the row index. - return function() { - // If we still have data, attempt to refocus in the same mode. - if (store.getCount()) { - // Adjust expectations of where we are able to refocus according to what kind of destruction - // might have been wrought on this view's DOM during focus save. - refocusRow = Math.min(focusPosition.rowIdx, me.all.getCount() - 1); - refocusCol = Math.min(focusPosition.colIdx, me.getVisibleColumnManager().getColumns().length - 1); - focusPosition = new Ext.grid.CellContext(me).setPosition(store.contains(focusPosition.record) ? focusPosition.record : refocusRow, refocusCol); - if (actionableMode) { - me.ownerGrid.setActionableMode(true, focusPosition); - } else { - me.cellFocused = true; - // Pass "preventNavigation" as true so that that does not cause selection. - navModel.setPosition(focusPosition, null, null, null, true); - } - } else // No rows - focus associated column header - { - focusPosition.column.focus(); - } - }; - } - return Ext.emptyFn; - }, - onDataRefresh: function(store) { - // When there's a buffered renderer present, store refresh events cause TableViews to - // go to scrollTop:0 - var me = this, - owner = me.ownerCt; - // If triggered during an animation, refresh once we're done - if (owner && owner.isCollapsingOrExpanding === 2) { - owner.on('expand', me.onDataRefresh, me, { - single: true - }); - return; - } - me.callParent([ - store - ]); - }, - getViewRange: function() { - var me = this; - if (me.bufferedRenderer) { - return me.bufferedRenderer.getViewRange(); - } - return me.callParent(); - }, - setPendingStripe: function(index) { - var current = this.stripeOnUpdate; - if (current === null) { - current = index; - } else { - current = Math.min(current, index); - } - this.stripeOnUpdate = current; - }, - onEndUpdate: function() { - var me = this, - stripeOnUpdate = me.stripeOnUpdate, - startIndex = me.all.startIndex; - if (me.rendered && (stripeOnUpdate || stripeOnUpdate === 0)) { - if (stripeOnUpdate < startIndex) { - stripeOnUpdate = startIndex; - } - me.doStripeRows(stripeOnUpdate); - me.stripeOnUpdate = null; - } - me.callParent(arguments); - }, - /** - * Stripes rows from a particular row index. - * @param {Number} startRow - * @param {Number} [endRow] argument specifying the last row to process. - * By default process up to the last row. - * @private - */ - doStripeRows: function(startRow, endRow) { - var me = this, - rows, rowsLn, i, row; - // ensure stripeRows configuration is turned on - if (me.rendered && me.stripeRows) { - rows = me.getNodes(startRow, endRow); - for (i = 0 , rowsLn = rows.length; i < rowsLn; i++) { - row = rows[i]; - // Remove prior applied row classes. - row.className = row.className.replace(me.rowClsRe, ' '); - startRow++; - // Every odd row will get an additional cls - if (startRow % 2 === 0) { - row.className += (' ' + me.altRowCls); - } - } - } - }, - hasActiveFeature: function() { - return (this.isGrouping && this.store.isGrouped()) || this.isRowWrapped; - }, - getCellPaddingAfter: function(cell) { - return Ext.fly(cell).getPadding('r'); - }, - privates: { - refreshScroll: function() { - var me = this, - bufferedRenderer = me.bufferedRenderer; - // If there is a BufferedRenderer, it must take care of the virtual - // scroll range by either adding a stretcher or telling the TouchScroller - // about the virtual content height and width. - if (bufferedRenderer) { - bufferedRenderer.refreshSize(); - } else { - me.callParent(); - } - }, - /* - * Overridden implementation. - * Called by refresh to collect the view item nodes. - * Note that these may be wrapping rows which *contain* rows which map to records - * @private - */ - collectNodes: function(targetEl) { - this.all.fill(this.getNodeContainer().childNodes, this.all.startIndex); - }, - /** - * - * @param {Boolean} enabled - * @param {Ext.grid.CellContext} position - * @return {Boolean} Returns `false` if the mode did not change. - * @private - */ - setActionableMode: function(enabled, position) { - var me = this, - navModel = me.getNavigationModel(), - focusRow, focusCell, tabbableChildren, activeEl, - actionables = me.grid.actionables, - len = actionables.length, - i, record, isActionable, lockingPartner, doRestoreFocus; - // No mode change. - // ownerGrid's call will NOT fire mode change event upon false return. - if (me.actionableMode === enabled) { - // If we're not actinoable already, or (we are actionable already at that position) return false. - // Test using mandatory passed position because we may not have an actionPosition if we are - // the lockingPartner of an actionable view that contained the action position. - // - // If we being told to go into actionable mode but at another position, we must continue. - // This is just actionable navigation. - if (!enabled || position.isEqual(me.actionPosition)) { - return false; - } - } - // If this View or its lockingPartner contains the current focus position, then make the tab bumpers tabbable - // and move them to surround the focused row. - if (enabled) { - if (position && (position.view === me || (position.view === (lockingPartner = me.lockingPartner) && lockingPartner.actionableMode))) { - position = position.clone(); - record = position.record; - me.grid.ensureVisible(record, { - column: position.column - }); - focusRow = me.all.item(position.rowIdx); - // We're the focused side - attempt to see if ths focused cell is actionable - if (!lockingPartner) { - focusCell = Ext.fly(focusRow).down(position.column.getCellSelector()); - // Inform all Actionables that we intend to activate this cell. - // If any return true, isActionable will be set - for (i = 0; i < len; i++) { - isActionable = isActionable || actionables[i].activateCell(position); - } - } - // If we have a lockingPartner that is actionable - // or if we find some elements we can restore to tabbability - // or a plugin declared it was actionable at this position: - // dive in and activate the row - if (lockingPartner || focusCell.restoreTabbableState(/* skipSelf */ - true).length || isActionable) { - // We are entering actionable mode. - // Tell all registered Actionables about this fact if they need to know. - for (i = 0; i < len; i++) { - if (actionables[i].activateRow) { - actionables[i].activateRow(focusRow); - } - } - // Only enter actionable mode if there is an already actionable locking partner, - // or there are tabbable children in current cell. - if (lockingPartner || (tabbableChildren = focusCell.findTabbableElements()).length) { - // Restore tabbabilty to all elements in this row - focusRow.restoreTabbableState(/* skipSelf */ - true); - // If we are the locking partner of an actionable side, we are successful already. - // But we must not have an actionPosition. We are not actually in possession of an active cell - // and we must not reject an action request at that cell in the isEqual test above. - if (lockingPartner) { - me.actionableMode = true; - me.actionPosition = null; - return true; - } - // If there are focusables in the actioned cell, we can enter actionable mode. - if (tabbableChildren) { - /** - * @property {Ext.dom.Element} actionRow - * Only valid when a view is in actionableMode. The currently actioned row - */ - me.actionRow = focusRow; - me.actionableMode = me.ownerGrid.actionableMode = true; - // Clear current position on entry into actionable mode - navModel.setPosition(); - navModel.actionPosition = me.actionPosition = position; - Ext.fly(tabbableChildren[0]).focus(); - // Avoid falling through to returning false - return true; - } - } - } - } - // Did not enter actionable mode. - // ownerGrid's call will NOT fire mode change event upon false return. - return false; - } else { - // Capture before exiting from actionable mode moves focus - activeEl = Ext.fly(Ext.Element.getActiveElement()); - doRestoreFocus = me.el.contains(activeEl); - // Blur the focused descendant, but do not trigger focusLeave. - // This is so that when the focus is restored to the cell which contained - // the active content, it will not be a FocusEnter from the universe. - if (doRestoreFocus) { - // Row to return focus to. - record = me.actionPosition && me.actionPosition.record; - } - // We are exiting actionable mode. - // Tell all registered Actionables about this fact if they need to know. - for (i = 0; i < len; i++) { - if (actionables[i].deactivate) { - actionables[i].deactivate(); - } - } - // If we had begun action (we may be a dormant lockingPartner), make any tabbables untabbable - if (me.actionRow) { - me.actionRow.saveTabbableState({ - skipSelf: true, - includeSaved: false - }); - } - // These flags MUST be set before focus restoration to the owning cell. - // so that when Ext.grid.NavigationModel#onFocusMove attempts to exit actionable mode, we don't recurse. - me.actionableMode = me.ownerGrid.actionableMode = false; - me.actionPosition = navModel.actionPosition = me.actionRow = null; - // Restore focus to the cell in which actionable mode is active. - if (doRestoreFocus) { - navModel.setPosition(new Ext.grid.CellContext(me).setPosition(record || 0, me.getHeaderByCell(activeEl.findParent(me.getCellSelector())) || 0)); - } - } - }, - onRowExit: function(prevRow, newRow, forward) { - var me = this, - direction = forward ? 'nextSibling' : 'previousSibling', - lockingPartner = me.lockingPartner, - actionables = me.grid.actionables, - len = actionables.length, - i, rowIdx, cellIdx; - // The refreshing flag is so that onFocusLeave ignores any focus leaves caused - // by deactivation/hiding/DOM motion of any focusables here, and - // does not exit actionable mode. - // The actionableModeTabbing flag prevents the NavigationModel from exiting actionable mode on focus move. - me.refreshing = me.actionableModeTabbing = true; - // Tell all registered Actionables to deactivate since we are leaving the row... - // if they need to know. - for (i = 0; i < len; i++) { - if (actionables[i].deactivate) { - actionables[i].deactivate(); - } - } - if (lockingPartner && lockingPartner.grid.isVisible()) { - rowIdx = me.all.indexOf(prevRow); - // TAB out of right side of view - if (forward) { - cellIdx = 0; - // If normal side go to next row in locked side - if (me.isNormalView) { - rowIdx++; - } - } else // TAB out of left side of view - { - cellIdx = lockingPartner.getVisibleColumnManager().getColumns().length - 1; - // If locked side go to previous row in normal side - if (me.isLockedView) { - rowIdx--; - } - } - // We've switched sides. - me.actionPosition = null; - me = lockingPartner; - newRow = me.all.item(rowIdx, true); - } - // Activate the next row. - // This moves actionables' tabbable items to next row, restores that row's tabbability - // and focuses the first/last tabbable element it finds depending on direction. - me.findFirstActionableElement(newRow, direction, forward); - me.refreshing = me.actionableModeTabbing = false; - // Deactivate remaining tabbables in the row we are exitting. - Ext.fly(prevRow).saveTabbableState({ - skipSelf: true, - includeSaved: false - }); - }, - /** - * Finds the first actionable element in the passed direction starting by looking in the passed row. - * @private - */ - findFirstActionableElement: function(focusRow, direction, forward) { - var me = this, - columns = me.getVisibleColumnManager().getColumns(), - columnCount = columns.length, - focusCell, focusTarget, - actionables = me.grid.actionables, - actionableCount = actionables.length, - i, j, column, - position = new Ext.grid.CellContext(me), - isActionable, tabbableChildren; - if (focusRow) { - position.setRow(focusRow); - for (i = 0; i < actionableCount; i++) { - // Tell all actionables who need to know that we are moving actionable mode to a new row. - // They should insert any tabbable elements into appropriate cells in the row. - if (actionables[i].activateRow) { - actionables[i].activateRow(focusRow); - } - } - // Look through the columns until we find one where the Actionables return that the cell is actionable - // or there are tabbable elements found. - for (i = (forward ? 0 : columnCount - 1); (forward ? i < columnCount : i > -1) && !focusTarget; i = i + (forward ? 1 : -1)) { - column = columns[i]; - position.setColumn(column); - focusCell = Ext.fly(focusRow).down(position.column.getCellSelector()); - for (j = 0; j < actionableCount; j++) { - isActionable = isActionable || actionables[j].activateCell(position); - } - // If there are restored tabbable elements rendered in the cell, or an Actionable is activated on this cell... - if (focusCell.restoreTabbableState(/* skipSelf */ - true).length || isActionable) { - tabbableChildren = focusCell.findTabbableElements(); - me.actionRow = Ext.get(focusRow); - // Restore tabbabilty to all elements in this row. - me.actionRow.restoreTabbableState(/* skipSelf */ - true); - focusTarget = tabbableChildren[forward ? 0 : tabbableChildren.length - 1]; - } - } - // Found a focusable element, focus it. - if (focusTarget) { - // Keep actionPosition synched - me.actionPosition = me.getNavigationModel().actionPosition = position; - Ext.fly(focusTarget).focus(); - } else { - // We walked off the end of the columns without finding a focusTarget - // Process onRowExit in the current direction - me.onRowExit(focusRow, me.all.item(position.rowIdx + (forward ? 1 : -1)), forward); - } - } else // No focusRow, loop round in the correct direction. - { - me.grid.ensureVisible(forward ? 0 : me.dataSource.getCount() - 1, { - callback: function(success, record, row) { - if (success) { - me.findFirstActionableElement(row, direction, forward); - } else { - me.ownerGrid.setActionableMode(false); - } - } - }); - } - } - } -}); - -/** - * Grids are an excellent way of showing large amounts of tabular data on the client side. - * Essentially a supercharged ``, GridPanel makes it easy to fetch, sort and filter - * large amounts of data. - * - * Grids are composed of two main pieces - a {@link Ext.data.Store Store} full of data and - * a set of columns to render. - * - * ## Basic GridPanel - * - * @example - * Ext.create('Ext.data.Store', { - * storeId: 'simpsonsStore', - * fields:[ 'name', 'email', 'phone'], - * data: [ - * { name: 'Lisa', email: 'lisa@simpsons.com', phone: '555-111-1224' }, - * { name: 'Bart', email: 'bart@simpsons.com', phone: '555-222-1234' }, - * { name: 'Homer', email: 'homer@simpsons.com', phone: '555-222-1244' }, - * { name: 'Marge', email: 'marge@simpsons.com', phone: '555-222-1254' } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * store: Ext.data.StoreManager.lookup('simpsonsStore'), - * columns: [ - * { text: 'Name', dataIndex: 'name' }, - * { text: 'Email', dataIndex: 'email', flex: 1 }, - * { text: 'Phone', dataIndex: 'phone' } - * ], - * height: 200, - * width: 400, - * renderTo: Ext.getBody() - * }); - * - * The code above produces a simple grid with three columns. We specified a Store which - * will load JSON data inline. - * In most apps we would be placing the grid inside another container and wouldn't need to - * use the {@link #height}, {@link #width} and {@link #renderTo} configurations but they - * are included here to make it easy to get up and running. - * - * The grid we created above will contain a header bar with a title ('Simpsons'), a row of - * column headers directly underneath and finally the grid rows under the headers. - * - * **Height config with bufferedRenderer: true** - * - * The {@link #height} config must be set when creating a grid using - * {@link #bufferedRenderer bufferedRenderer}: true _and_ the grid's height is not managed - * by an owning container layout. In Ext JS 5.x bufferedRendering is true by default. - * - * ## Configuring columns - * - * By default, each column is sortable and will toggle between ASC and DESC sorting when - * you click on its header. Each column header is also reorderable by default, and each - * gains a drop-down menu with options to hide and show columns. It's easy to configure - * each column - here we use the same example as above and just modify the columns config: - * - * columns: [ - * { - * text: 'Name', - * dataIndex: 'name', - * sortable: false, - * hideable: false, - * flex: 1 - * }, - * { - * text: 'Email', - * dataIndex: 'email', - * hidden: true - * }, - * { - * text: 'Phone', - * dataIndex: 'phone', - * width: 100 - * } - * ] - * - * We turned off sorting and hiding on the 'Name' column so clicking its header now has no - * effect. We also made the Email column hidden by default (it can be shown again by using - * the menu on any other column). We also set the Phone column to a fixed with of 100px - * and flexed the Name column, which means it takes up all remaining width after the other - * columns have been accounted for. See the {@link Ext.grid.column.Column column docs} for - * more details. - * - * ## Renderers - * - * As well as customizing columns, it's easy to alter the rendering of individual cells - * using renderers. A renderer is tied to a particular column and is passed the value that - * would be rendered into each cell in that column. For example, we could define a - * renderer function for the email column to turn each email address into a mailto link: - * - * columns: [ - * { - * text: 'Email', - * dataIndex: 'email', - * renderer: function(value) { - * return Ext.String.format('{1}', value, value); - * } - * } - * ] - * - * See the {@link Ext.grid.column.Column column docs} for more information on renderers. - * - * ## Selection Models - * - * Sometimes you simply want to render data for viewing, but usually it's - * necessary to interact with or update that data. Grids use a concept called a Selection - * Model, which is simply a mechanism for selecting some part of the data in the grid. The - * two main types of Selection Model are RowSelectionModel, where entire rows are - * selected, and CellSelectionModel, where individual cells are selected. - * - * Grids use a Row Selection Model by default, but this is easy to customize like so: - * - * Ext.create('Ext.grid.Panel', { - * selModel: 'cellmodel', - * store: ... - * }); - * - * - * Specifying the `cellmodel` changes a couple of things. Firstly, clicking on a cell now - * selects just that cell (using a {@link Ext.selection.RowModel rowmodel} will select the - * entire row), and secondly the keyboard navigation will walk from cell to cell instead - * of row to row. Cell-based selection models are usually used in conjunction with - * editing. - * - * You may also utilize selModel as a config object for an instance of {@link Ext.selection.Model}. - * - * For example: - * - * selModel: { - * selType: 'cellmodel', - * mode : 'MULTI' - * } - * - * This allows you to modify additional selection model configurations such as: - * - * + {@link Ext.selection.Model#mode mode} - Specifies whether user may select multiple - * rows or single rows - * + {@link Ext.selection.Model#allowDeselect allowDeselect} - Specifies whether user may - * deselect records (when in SINGLE mode) - * + {@link Ext.selection.Model#ignoreRightMouseSelection ignoreRightMouseSelection} - Specifies - * whether user may ignore right clicks - * for selection purposes - * - * ## Sorting & Filtering - * - * Every grid is attached to a {@link Ext.data.Store Store}, which provides multi-sort and - * filtering capabilities. It's - * easy to set up a grid to be sorted from the start: - * - * var myGrid = Ext.create('Ext.grid.Panel', { - * store: { - * fields: ['name', 'email', 'phone'], - * sorters: ['name', 'phone'] - * }, - * columns: [ - * { text: 'Name', dataIndex: 'name' }, - * { text: 'Email', dataIndex: 'email' } - * ] - * }); - * - * Sorting at run time is easily accomplished by simply clicking each column header. If - * you need to perform sorting on more than one field at run time it's easy to do so by - * adding new sorters to the store: - * - * myGrid.store.sort([ - * { property: 'name', direction: 'ASC' }, - * { property: 'email', direction: 'DESC' } - * ]); - * - * See {@link Ext.data.Store} for examples of filtering. - * - * ## State saving - * - * When configured {@link #stateful}, grids save their column state (order and width) - * encapsulated within the default Panel state of changed width and height and - * collapsed/expanded state. - * - * On a `stateful` grid, not only should the Grid have a {@link #stateId}, each - * {@link #columns column} of the grid should also be configured with a - * {@link Ext.grid.column.Column#stateId stateId} which identifies that column locally - * within the grid. - * - * Omitting the `stateId` config from the columns results in columns with generated - * internal ID's. The generated ID's are subject to change on each page load - * making it impossible for the state manager to restore the previous state of the - * columns. - * - * ## Plugins and Features - * - * Grid supports addition of extra functionality through features and plugins: - * - * - {@link Ext.grid.plugin.CellEditing CellEditing} - editing grid contents one cell at a time. - * - * - {@link Ext.grid.plugin.RowEditing RowEditing} - editing grid contents an entire row at a time. - * - * - {@link Ext.grid.plugin.DragDrop DragDrop} - drag-drop reordering of grid rows. - * - * - {@link Ext.toolbar.Paging Paging toolbar} - paging through large sets of data. - * - * - {@link Ext.grid.plugin.BufferedRenderer Infinite scrolling} - another way to handle large sets of data. - * - * - {@link Ext.grid.RowNumberer RowNumberer} - automatically numbered rows. - * - * - {@link Ext.grid.feature.Grouping Grouping} - grouping together rows having the same value in a particular field. - * - * - {@link Ext.grid.feature.Summary Summary} - a summary row at the bottom of a grid. - * - * - {@link Ext.grid.feature.GroupingSummary GroupingSummary} - a summary row at the bottom of each group. - */ -Ext.define('Ext.grid.Panel', { - extend: 'Ext.panel.Table', - requires: [ - 'Ext.view.Table' - ], - alias: [ - 'widget.gridpanel', - 'widget.grid' - ], - alternateClassName: [ - 'Ext.list.ListView', - 'Ext.ListView', - 'Ext.grid.GridPanel' - ], - viewType: 'tableview', - lockable: false, - /** - * @cfg {Boolean} rowLines False to remove row line styling - */ - rowLines: true -}); -// Columns config is required in Grid -/** - * @cfg {Ext.grid.column.Column[]/Object} columns (required) - * @inheritdoc - */ -/** - * @event beforereconfigure - * Fires before a reconfigure to enable modification of incoming Store and columns. - * @param {Ext.grid.Panel} this - * @param {Ext.data.Store} store The store that was passed to the {@link #method-reconfigure} method - * @param {Object[]} columns The column configs that were passed to the {@link #method-reconfigure} method - * @param {Ext.data.Store} oldStore The store that will be replaced - * @param {Ext.grid.column.Column[]} oldColumns The column headers that will be replaced. - */ -/** - * @event reconfigure - * Fires after a reconfigure. - * @param {Ext.grid.Panel} this - * @param {Ext.data.Store} store The store that was passed to the {@link #method-reconfigure} method - * @param {Object[]} columns The column configs that were passed to the {@link #method-reconfigure} method - * @param {Ext.data.Store} oldStore The store that was replaced - * @param {Ext.grid.column.Column[]} oldColumns The column headers that were replaced. - */ - -/** - * @private - * Private Container class used by the {@link Ext.grid.RowEditor} to hold its buttons. - */ -Ext.define('Ext.grid.RowEditorButtons', { - extend: 'Ext.container.Container', - alias: 'widget.roweditorbuttons', - frame: true, - shrinkWrap: true, - position: 'bottom', - constructor: function(config) { - var me = this, - rowEditor = config.rowEditor, - cssPrefix = Ext.baseCSSPrefix, - plugin = rowEditor.editingPlugin; - config = Ext.apply({ - baseCls: cssPrefix + 'grid-row-editor-buttons', - defaults: { - xtype: 'button', - ui: rowEditor.buttonUI, - scope: plugin, - flex: 1, - minWidth: Ext.panel.Panel.prototype.minButtonWidth - }, - items: [ - { - cls: cssPrefix + 'row-editor-update-button', - itemId: 'update', - handler: plugin.completeEdit, - text: rowEditor.saveBtnText, - disabled: rowEditor.updateButtonDisabled, - listeners: { - element: 'el', - keydown: me.onUpdateKeyDown, - scope: me - } - }, - { - cls: cssPrefix + 'row-editor-cancel-button', - itemId: 'cancel', - handler: plugin.cancelEdit, - text: rowEditor.cancelBtnText, - listeners: { - element: 'el', - keydown: me.onCancelKeyDown, - scope: me - } - } - ] - }, config); - me.callParent([ - config - ]); - me.addClsWithUI(me.position); - }, - // SHIFT+TAB off the update button loops back into the last field. - onUpdateKeyDown: function(e) { - if (e.shiftKey && e.getKey() === e.TAB) { - e.stopEvent(); - // Must delay the focus, otherwise the imminent keyup will TAB off that field - this.rowEditor.child(':focusable:not([isButton]):last').focus(false, true); - } - }, - // TAB off the cancel button loops back into the first field. - onCancelKeyDown: function(e) { - if (!e.shiftKey && e.getKey() === e.TAB) { - e.stopEvent(); - // Must delay the focus, otherwise the imminent keyup will TAB off that field - this.rowEditor.child(':focusable').focus(false, true); - } - }, - setButtonPosition: function(position) { - var me = this, - rowEditor = this.rowEditor, - rowEditorHeight = rowEditor.getHeight(), - rowEditorBody = rowEditor.body, - bottom = '', - top = ''; - me.removeClsWithUI(me.position); - me.position = position; - me.addClsWithUI(position); - // we tried setting the top/bottom value in the stylesheet based on form field - // height + row editor padding, but that approach does not work when there are - // larger things inside the editor, e.g. textarea, so we have to measure - // the row editor height and position the buttons accordingly (see EXTJSIV-9914). - if (position === 'top') { - bottom = (rowEditorHeight - rowEditorBody.getBorderWidth('t')) + 'px'; - } else { - top = (rowEditorHeight - rowEditorBody.getBorderWidth('b')) + 'px'; - } - me.el.setStyle({ - top: top, - bottom: bottom - }); - }, - privates: { - getFramingInfoCls: function() { - return this.baseCls + '-' + this.ui + '-' + this.position; - }, - getFrameInfo: function() { - var frameInfo = this.callParent(); - // Trick Renderable into rendering the top framing elements, even though they - // are not needed in the default "bottom" position. This allows us to flip the - // buttons into "top" position without re-rendering. - frameInfo.top = true; - return frameInfo; - } - } -}); - -// Currently has the following issues: -// - Does not handle postEditValue -// - Fields without editors need to sync with their values in Store -// - starting to edit another record while already editing and dirty should probably prevent it -// - aggregating validation messages -// - tabIndex is not managed bc we leave elements in dom, and simply move via positioning -// - layout issues when changing sizes/width while hidden (layout bug) -/** - * Internal utility class used to provide row editing functionality. For developers, they should use - * the RowEditing plugin to use this functionality with a grid. - * - * @private - */ -Ext.define('Ext.grid.RowEditor', { - extend: 'Ext.form.Panel', - alias: 'widget.roweditor', - requires: [ - 'Ext.tip.ToolTip', - 'Ext.util.KeyNav', - 'Ext.grid.RowEditorButtons' - ], - // - saveBtnText: 'Update', - // - // - cancelBtnText: 'Cancel', - // - // - errorsText: 'Errors', - // - // - dirtyText: 'You need to commit or cancel your changes', - // - lastScrollLeft: 0, - lastScrollTop: 0, - border: false, - _wrapCls: Ext.baseCSSPrefix + 'grid-row-editor-wrap', - errorCls: Ext.baseCSSPrefix + 'grid-row-editor-errors-item', - buttonUI: 'default', - // Change the hideMode to offsets so that we get accurate measurements when - // the roweditor is hidden for laying out things like a TriggerField. - hideMode: 'offsets', - _cachedNode: false, - initComponent: function() { - var me = this, - grid = me.editingPlugin.grid, - Container = Ext.container.Container, - form, normalCt, lockedCt; - me.cls = Ext.baseCSSPrefix + 'grid-editor ' + Ext.baseCSSPrefix + 'grid-row-editor'; - me.layout = { - type: 'hbox', - align: 'middle' - }; - me.lockable = grid.lockable; - // Create field containing structure for when editing a lockable grid. - if (me.lockable) { - me.items = [ - // Locked columns container shrinkwraps the fields - lockedCt = me.lockedColumnContainer = new Container({ - id: grid.id + '-locked-editor-cells', - scrollable: { - x: false, - y: false - }, - layout: { - type: 'hbox', - align: 'middle' - }, - // Locked grid has a border, we must be exactly the same width - margin: '0 1 0 0' - }), - // Normal columns container flexes the remaining RowEditor width - normalCt = me.normalColumnContainer = new Container({ - // not user scrollable, but needs a Scroller instance for syncing with view - scrollable: { - x: false, - y: false - }, - flex: 1, - id: grid.id + '-normal-editor-cells', - layout: { - type: 'hbox', - align: 'middle' - } - }) - ]; - // keep horizontal position of fields in sync with view's horizontal scroll position - lockedCt.getScrollable().addPartner(grid.lockedGrid.view.getScrollable(), 'x'); - normalCt.getScrollable().addPartner(grid.normalGrid.view.getScrollable(), 'x'); - } else { - // initialize a scroller instance for maintaining horizontal scroll position - me.setScrollable({ - x: false, - y: false - }); - // keep horizontal position of fields in sync with view's horizontal scroll position - me.getScrollable().addPartner(grid.view.getScrollable(), 'x'); - me.lockedColumnContainer = me.normalColumnContainer = me; - } - me.callParent(); - if (me.fields) { - me.addFieldsForColumn(me.fields, true); - me.insertColumnEditor(me.fields); - delete me.fields; - } - me.mon(Ext.GlobalEvents, { - scope: me, - show: me.repositionIfVisible - }); - form = me.getForm(); - form.trackResetOnLoad = true; - form.on('validitychange', me.onValidityChange, me); - form.on('errorchange', me.onErrorChange, me); - }, - // - // Grid listener added when this is rendered. - // Keep our containing element sized correctly - // - onGridResize: function() { - var me = this, - clientWidth = me.getClientWidth(), - grid = me.editingPlugin.grid, - gridBody = grid.body, - btns = me.getFloatingButtons(); - me.wrapEl.setLocalX(gridBody.getOffsetsTo(grid)[0] + gridBody.getBorderWidth('l') - grid.el.getBorderWidth('l')); - me.setWidth(clientWidth); - btns.setLocalX((clientWidth - btns.getWidth()) / 2); - if (me.lockable) { - me.lockedColumnContainer.setWidth(grid.lockedGrid.view.el.dom.clientWidth); - } - }, - syncAllFieldWidths: function() { - var me = this, - editors = me.query('[isEditorComponent]'), - len = editors.length, - column, i; - // In a locked grid, a RowEditor uses 2 inner containers, so need to use CQ to retrieve - // configured editors which were stamped with the isEditorComponent property in Editing.createColumnField - for (i = 0; i < len; ++i) { - column = editors[i].column; - if (column.isVisible()) { - me.onColumnShow(column); - } - } - }, - syncFieldWidth: function(column) { - var field = column.getEditor(), - width; - field._marginWidth = (field._marginWidth || field.el.getMargin('lr')); - width = column.getWidth() - field._marginWidth; - field.setWidth(width); - if (field.xtype === 'displayfield') { - // displayfield must have the width set on the inputEl for ellipsis to work - field.inputWidth = width; - } - }, - onValidityChange: function(form, valid) { - this.updateButton(valid); - }, - onErrorChange: function() { - var me = this, - valid; - if (me.errorSummary && me.isVisible()) { - valid = me.getForm().isValid(); - me[valid ? 'hideToolTip' : 'showToolTip'](); - } - }, - updateButton: function(valid) { - var buttons = this.floatingButtons; - if (buttons) { - buttons.child('#update').setDisabled(!valid); - } else { - // set flag so we can disabled when created if needed - this.updateButtonDisabled = !valid; - } - }, - afterRender: function() { - var me = this, - plugin = me.editingPlugin, - grid = plugin.grid, - view = grid.lockable ? grid.normalGrid.view : grid.view; - me.callParent(arguments); - // The scrollingViewEl is the TableView which scrolls - me.scrollingView = view; - me.scrollingViewEl = view.el; - view.on('scroll', me.onViewScroll, me); - // Prevent from bubbling click events to the grid view - me.mon(me.el, { - click: Ext.emptyFn, - stopPropagation: true - }); - // Ensure that the editor width always matches the total header width - me.mon(grid, 'resize', me.onGridResize, me); - if (me.lockable) { - grid.lockedGrid.view.on('resize', 'onGridResize', me); - } - me.el.swallowEvent([ - 'keypress', - 'keydown' - ]); - me.initKeyNav(); - me.mon(plugin.view, { - beforerefresh: me.onBeforeViewRefresh, - refresh: me.onViewRefresh, - itemremove: me.onViewItemRemove, - scope: me - }); - // Prevent trying to reposition while we set everything up - me.preventReposition = true; - me.syncAllFieldWidths(); - delete me.preventReposition; - }, - initKeyNav: function() { - var me = this, - plugin = me.editingPlugin; - me.keyNav = new Ext.util.KeyNav(me.el, { - tab: { - fn: me.onFieldTab, - scope: me - }, - enter: plugin.onEnterKey, - esc: plugin.onEscKey, - scope: plugin - }); - }, - onBeforeViewRefresh: function(view) { - var me = this, - viewDom = view.el.dom; - if (me.el.dom.parentNode === viewDom) { - viewDom.removeChild(me.el.dom); - } - }, - onViewRefresh: function(view) { - var me = this, - context = me.context, - row; - // Ignore refresh caused by the completion process - if (!me.completing) { - // Recover our row node after a view refresh - if (context && (row = view.getRow(context.record))) { - context.row = row; - me.reposition(); - if (me.tooltip && me.tooltip.isVisible()) { - me.tooltip.setTarget(context.row); - } - } else { - me.editingPlugin.cancelEdit(); - } - } - }, - onViewItemRemove: function(records, index, items, view) { - var me = this, - grid, store, gridView, context, record, plugin; - // If the itemremove is due to refreshing, ignore it. - // If the row for the current context record has gone after the - // refresh, editing will be canceled there. See onViewRefresh above. - if (!view.refreshing) { - plugin = me.editingPlugin; - grid = plugin.grid; - store = grid.getStore(); - gridView = me.editingPlugin.view; - context = this.context; - // Checking if this is a deleted record or an element being derendered - if (store.getById(me.getRecord().getId()) && !me._cachedNode) { - // if this is an items being derendered and is also being edited - // the flag _cachedNode will be set to true and an itemadd event will - // be added to monitor when the editor should be reactivated. - if (plugin.editing) { - this._cachedNode = true; - this.mon(gridView, { - itemadd: me.onViewItemAdd, - scope: me - }); - } - } else if (!me._cachedNode) { - this.activeField = null; - this.editingPlugin.cancelEdit(); - } - } - }, - onViewItemAdd: function(records, index, items, view) { - var me = this, - gridView, - plugin = me.editingPlugin; - // Checks if BufferedRenderer is adding the items - // if there was an item being edited, and it belongs to this batch - // then update the row and node associations. - if (me._cachedNode && plugin.editing) { - gridView = plugin.view; - // Checks if there is an array of records being added - // and if within this array, any record matches the one being edited before - // if it does, the editor context is updated, the itemadd - // event listener is removed and _cachedNode is cleared. - for (var i = 0; i < records.length; i++) { - if (records[i] === me.context.record) { - me.context.node = items[i]; - me.context.row = gridView.getRow(items[i]); - me.context.cell = gridView.getCellByPosition(me.context, true); - me.clearCache(); - break; - } - } - } - }, - onViewScroll: function() { - var me = this, - viewEl = me.editingPlugin.view.el, - scrollingView = me.scrollingView, - scrollTop = scrollingView.getScrollY(), - scrollLeft = scrollingView.getScrollX(), - scrollTopChanged = scrollTop !== me.lastScrollTop, - row; - me.lastScrollTop = scrollTop; - me.lastScrollLeft = scrollLeft; - if (me.isVisible()) { - row = Ext.getDom(me.context.row); - // Only reposition if the row is in the DOM (buffered rendering may mean the context row is not there) - if (row && viewEl.contains(row)) { - // This makes sure the Editor is repositioned if it was scrolled out of buffer range - if (me.getLocalY()) { - me.setLocalY(0); - } - if (scrollTopChanged) { - // The row element in the context may be stale due to buffered rendering removing out-of-view rows, then re-inserting newly rendered ones - me.context.row = row; - me.reposition(null, true); - if ((me.tooltip && me.tooltip.isVisible()) || me.hiddenTip) { - me.repositionTip(); - } - me.syncEditorClip(); - } - } else // If row is NOT in the DOM, ensure the editor is out of sight - { - me.setLocalY(-400); - } - } - }, - onColumnResize: function(column, width) { - var me = this; - if (me.rendered && !me.editingPlugin.reconfiguring) { - // Need to ensure our lockable/normal horizontal scrollrange is set - me.onGridResize(); - me.onViewScroll(); - if (!column.isGroupHeader) { - me.syncFieldWidth(column); - me.repositionIfVisible(); - } - } - }, - onColumnHide: function(column) { - if (!this.editingPlugin.reconfiguring && !column.isGroupHeader) { - column.getEditor().hide(); - this.repositionIfVisible(); - } - }, - onColumnShow: function(column) { - var me = this; - if (me.rendered && !me.editingPlugin.reconfiguring && !column.isGroupHeader && column.getEditor) { - column.getEditor().show(); - me.syncFieldWidth(column); - if (!me.preventReposition) { - this.repositionIfVisible(); - } - } - }, - onColumnMove: function(column, fromIdx, toIdx) { - var me = this, - locked = column.isLocked(), - fieldContainer = locked ? me.lockedColumnContainer : me.normalColumnContainer, - columns, i, len, after, offset; - // If moving a group, move each leaf header - if (column.isGroupHeader) { - Ext.suspendLayouts(); - after = toIdx > fromIdx; - offset = after ? 1 : 0; - columns = column.getGridColumns(); - for (i = 0 , len = columns.length; i < len; ++i) { - column = columns[i]; - toIdx = column.getIndex(); - if (after) { - ++offset; - } - me.setColumnEditor(column, toIdx + offset, fieldContainer); - } - Ext.resumeLayouts(true); - } else { - me.setColumnEditor(column, column.getIndex(), fieldContainer); - } - }, - setColumnEditor: function(column, idx, fieldContainer) { - this.addFieldsForColumn(column); - fieldContainer.insert(idx, column.getEditor()); - }, - onColumnAdd: function(column) { - // If a column header added, process its leaves - if (column.isGroupHeader) { - column = column.getGridColumns(); - } - //this.preventReposition = true; - this.addFieldsForColumn(column); - this.insertColumnEditor(column); - this.preventReposition = false; - }, - insertColumnEditor: function(column) { - var me = this, - field, fieldContainer, len, i; - if (Ext.isArray(column)) { - for (i = 0 , len = column.length; i < len; i++) { - me.insertColumnEditor(column[i]); - } - return; - } - if (!column.getEditor) { - return; - } - fieldContainer = column.isLocked() ? me.lockedColumnContainer : me.normalColumnContainer; - // Insert the column's field into the editor panel. - fieldContainer.insert(column.getIndex(), field = column.getEditor()); - // Ensure the view scrolls the field into view on focus - field.on('focus', me.onFieldFocus, me); - me.needsSyncFieldWidths = true; - }, - onFieldFocus: function(field) { - // Cache the active field so that we can restore focus into its cell onHide - // Makes the cursor always be placed at the end of the textfield - // when the field is being edited for the first time (IE only). - if (Ext.isIE) { - field.inputEl.dom.value = field.inputEl.dom.value; - } - this.activeField = field; - this.context.setColumn(field.column); - // skipFocusScroll should be true right after the editor has been started - if (!this.skipFocusScroll) { - field.column.getView().getScrollable().scrollIntoView(field.el); - } else { - this.skipFocusScroll = null; - } - }, - onFieldTab: function(e) { - var me = this, - activeField = me.activeField, - rowIdx = me.context.rowIdx, - forwards = !e.shiftKey, - target = activeField[forwards ? 'nextNode' : 'previousNode'](':focusable'); - // No field to TAB to, navigate forwards or backwards - if (!target || !target.isDescendant(me)) { - // Tabbing out of a dirty editor - wrap to the update button - if (me.isDirty()) { - e.preventDefault(); - me.floatingButtons.child('#update').focus(); - } else { - // Editor is clean - navigate to next or previous row - rowIdx = rowIdx + (forwards ? 1 : -1); - if (rowIdx >= 0 && rowIdx <= me.view.dataSource.getCount()) { - if (forwards) { - target = me.down(':focusable:not([isButton]):first'); - // If going back to the first column, scroll back to field. - // If we're in a locking view, this has to be done programatically to avoid jarring - // when navigating from the locked back into the normal side - activeField.column.getView().getScrollable().scrollIntoView(activeField.ownerCt.child(':focusable').el); - } else { - target = me.down(':focusable:not([isButton]):last'); - } - me.editingPlugin.startEdit(rowIdx, target.column); - } - } - } - }, - destroyColumnEditor: function(column) { - var field; - if (column.hasEditor() && (field = column.getEditor())) { - field.destroy(); - } - }, - getFloatingButtons: function() { - var me = this, - btns = me.floatingButtons; - if (!btns) { - me.floatingButtons = btns = new Ext.grid.RowEditorButtons({ - ownerCmp: me, - rowEditor: me - }); - } - return btns; - }, - repositionIfVisible: function(c) { - var me = this, - view = me.view; - // If we're showing ourselves, jump out - // If the component we're showing doesn't contain the view - if (c && (c === me || !c.el.isAncestor(view.el))) { - return; - } - if (me.isVisible() && view.isVisible(true)) { - me.reposition(); - } - }, - isLayoutChild: function(ownerCandidate) { - // RowEditor is not a floating component, but won't be laid out by the grid - return false; - }, - getRefOwner: function() { - return this.editingPlugin.grid; - }, - getRefItems: function(deep) { - var me = this, - result; - if (me.lockable) { - // refItems must include ALL children. Must include the two containers - // because we don't know what is being searched for. - result = [ - me.lockedColumnContainer - ]; - result.push.apply(result, me.lockedColumnContainer.getRefItems(deep)); - result.push(me.normalColumnContainer); - result.push.apply(result, me.normalColumnContainer.getRefItems(deep)); - } else { - result = me.callParent(arguments); - } - result.push.apply(result, me.getFloatingButtons().getRefItems(deep)); - return result; - }, - reposition: function(animateConfig, fromScrollHandler) { - var me = this, - context = me.context, - row = context && context.row, - wrapEl = me.wrapEl, - rowTop, localY, deltaY, afterPosition; - // Position this editor if the context row is rendered (buffered rendering may mean that it's not in the DOM at all) - if (row && Ext.isElement(row)) { - deltaY = me.syncButtonPosition(me.getScrollDelta()); - rowTop = me.calculateLocalRowTop(row); - localY = me.calculateEditorTop(rowTop); - // If not being called from scroll handler... - // If the editor's top will end up above the fold - // or the bottom will end up below the fold, - // organize an afterPosition handler which will bring it into view and focus the correct input field - if (!fromScrollHandler) { - afterPosition = function() { - if (deltaY) { - me.scrollingViewEl.scrollBy(0, deltaY, true); - } - me.focusColumnField(context.column); - }; - } - me.syncEditorClip(); - // Get the y position of the row relative to its top-most static parent. - // offsetTop will be relative to the table, and is incorrect - // when mixed with certain grid features (e.g., grouping). - if (animateConfig) { - wrapEl.animate(Ext.applyIf({ - to: { - top: localY - }, - duration: animateConfig.duration || 125, - callback: afterPosition - }, animateConfig)); - } else { - wrapEl.setLocalY(localY); - if (afterPosition) { - afterPosition(); - } - } - } - }, - /** - * @private - * Returns the scroll delta required to scroll the context row into view in order to make - * the whole of this editor visible. - * @return {Number} the scroll delta. Zero if scrolling is not required. - */ - getScrollDelta: function() { - var me = this, - scrollingViewDom = me.scrollingViewEl.dom, - context = me.context, - body = me.body, - deltaY = 0; - if (context) { - deltaY = Ext.fly(context.row).getOffsetsTo(scrollingViewDom)[1]; - if (deltaY < 0) { - deltaY -= body.getBorderPadding().beforeY; - } else if (deltaY > 0) { - deltaY = Math.max(deltaY + me.getHeight() + me.floatingButtons.getHeight() - scrollingViewDom.clientHeight - body.getBorderWidth('b'), 0); - if (deltaY > 0) { - deltaY -= body.getBorderPadding().afterY; - } - } - } - return deltaY; - }, - // - // Calculates the top pixel position of the passed row within the view's scroll space. - // So in a large, scrolled grid, this could be several thousand pixels. - // - calculateLocalRowTop: function(row) { - var grid = this.editingPlugin.grid; - return Ext.fly(row).getOffsetsTo(grid)[1] - grid.el.getBorderWidth('t') + this.lastScrollTop; - }, - // Given the top pixel position of a row in the scroll space, - // calculate the editor top position in the view's encapsulating element. - // This will only ever be in the visible range of the view's element. - calculateEditorTop: function(rowTop) { - return rowTop - this.body.getBorderPadding().beforeY - this.lastScrollTop; - }, - getClientWidth: function() { - var me = this, - grid = me.editingPlugin.grid, - result; - if (me.lockable) { - result = grid.lockedGrid.getWidth() + grid.normalGrid.view.el.dom.clientWidth; - } else { - result = grid.view.el.dom.clientWidth; - } - return result; - }, - getEditor: function(fieldInfo) { - var me = this; - if (Ext.isNumber(fieldInfo)) { - // In a locked grid, a RowEditor uses 2 inner containers, so need to use CQ to retrieve - // configured editors which were stamped with the isEditorComponent property in Editing.createColumnField - return me.query('[isEditorComponent]')[fieldInfo]; - } else if (fieldInfo.isHeader && !fieldInfo.isGroupHeader) { - return fieldInfo.getEditor(); - } - }, - addFieldsForColumn: function(column, initial) { - var me = this, - i, length, field; - if (Ext.isArray(column)) { - for (i = 0 , length = column.length; i < length; i++) { - me.addFieldsForColumn(column[i], initial); - } - return; - } - if (column.getEditor) { - // Get a default display field if necessary - field = column.getEditor(null, me.getDefaultFieldCfg()); - if (column.align === 'right') { - field.fieldStyle = 'text-align:right'; - } - if (column.xtype === 'actioncolumn') { - field.fieldCls += ' ' + Ext.baseCSSPrefix + 'form-action-col-field'; - } - if (me.isVisible() && me.context) { - if (field.is('displayfield')) { - me.renderColumnData(field, me.context.record, column); - } else { - field.suspendEvents(); - field.setValue(me.context.record.get(column.dataIndex)); - field.resumeEvents(); - } - } - if (column.hidden) { - me.onColumnHide(column); - } else if (column.rendered && !initial) { - // Setting after initial render - me.onColumnShow(column); - } - } - }, - getDefaultFieldCfg: function() { - return { - xtype: 'displayfield', - // Override Field's implementation so that the default display fields will not return values. This is done because - // the display field will pick up column renderers from the grid. - getModelData: function() { - return null; - } - }; - }, - loadRecord: function(record) { - var me = this, - form = me.getForm(), - fields = form.getFields(), - items = fields.items, - length = items.length, - i, displayFields, isValid, item; - // temporarily suspend events on form fields before loading record to prevent the fields' change events from firing - for (i = 0; i < length; i++) { - item = items[i]; - item.suspendEvents(); - item.resetToInitialValue(); - } - form.loadRecord(record); - for (i = 0; i < length; i++) { - items[i].resumeEvents(); - } - // Because we suspend the events, none of the field events will get propagated to - // the form, so the valid state won't be correct. - if (form.hasInvalidField() === form.wasValid) { - delete form.wasValid; - } - isValid = form.isValid(); - if (me.errorSummary) { - if (isValid) { - me.hideToolTip(); - } else { - me.showToolTip(); - } - } - me.updateButton(isValid); - // render display fields so they honor the column renderer/template - displayFields = me.query('>displayfield'); - length = displayFields.length; - for (i = 0; i < length; i++) { - me.renderColumnData(displayFields[i], record); - } - }, - renderColumnData: function(field, record, activeColumn) { - var me = this, - grid = me.editingPlugin.grid, - headerCt = grid.headerCt, - view = me.scrollingView, - store = view.dataSource, - column = activeColumn || field.column, - value = record.get(column.dataIndex), - renderer = column.editRenderer || column.renderer, - metaData, rowIdx, colIdx, - scope = (column.usingDefaultRenderer && !column.scope) ? column : column.scope; - // honor our column's renderer (TemplateHeader sets renderer for us!) - if (renderer) { - metaData = { - tdCls: '', - style: '' - }; - rowIdx = store.indexOf(record); - colIdx = headerCt.getHeaderIndex(column); - value = renderer.call(scope || headerCt.ownerCt, value, metaData, record, rowIdx, colIdx, store, view); - } - field.setRawValue(value); - }, - beforeEdit: function() { - var me = this, - scrollDelta; - if (me.isVisible() && me.errorSummary && !me.autoCancel && me.isDirty()) { - // Scroll the visible RowEditor that is in error state back into view - scrollDelta = me.getScrollDelta(); - if (scrollDelta) { - me.scrollingViewEl.scrollBy(0, scrollDelta, true); - } - me.showToolTip(); - return false; - } - }, - /** - * Start editing the specified grid at the specified position. - * @param {Ext.data.Model} record The Store data record which backs the row to be edited. - * @param {Ext.data.Model} columnHeader The Column object defining the column to be focused - */ - startEdit: function(record, columnHeader) { - var me = this, - editingPlugin = me.editingPlugin, - grid = editingPlugin.grid, - context = me.context = editingPlugin.context, - alreadyVisible = me.isVisible(), - wrapEl = me.wrapEl; - if (me._cachedNode) { - me.clearCache(); - } - // Ensure that the render operation does not lay out - // The show call will update the layout - Ext.suspendLayouts(); - if (!me.rendered) { - me.width = me.getClientWidth(); - me.render(grid.el, grid.el.dom.firstChild); - // The wrapEl is a container for the editor and buttons. We use a wrap el - // (instead of rendering the buttons inside the editor) so that the editor and - // buttons can be clipped separately when overflowing. - // See https://sencha.jira.com/browse/EXTJS-13851 - wrapEl = me.wrapEl = me.el.wrap(); - // Change the visibilityMode to offsets so that we get accurate measurements - // when the roweditor is hidden for laying out things like a TriggerField. - wrapEl.setVisibilityMode(3); - wrapEl.addCls(me._wrapCls); - me.getFloatingButtons().render(wrapEl); - // On first show we need to ensure that we have the scroll positions cached - me.onViewScroll(); - } - me.setLocalY(0); - // Select at the clicked position. - context.grid.getSelectionModel().selectByPosition({ - row: record, - column: columnHeader - }); - // Make sure the container el is correctly sized. - me.onGridResize(); - // Reload the record data - me.loadRecord(record); - // Layout the form with the new content if we are already visible. - // Otherwise, just allow resumption, and the show will update the layout. - Ext.resumeLayouts(alreadyVisible); - if (alreadyVisible) { - me.reposition(true); - } else { - // this will prevent the onFieldFocus method from calling - // scrollIntoView right after startEdit as this will be - // handled by the Editing plugin. - me.skipFocusScroll = true; - me.show(); - } - }, - // determines the amount by which the row editor will overflow, and flips the buttons - // to the top of the editor if the required scroll amount is greater than the available - // scroll space. Returns the scrollDelta required to scroll the editor into view after - // adjusting the button position. - syncButtonPosition: function(scrollDelta) { - var me = this, - floatingButtons = me.getFloatingButtons(), - scrollingView = me.scrollingView, - overflow = me.getScrollDelta() - (scrollingView.getScrollable().getSize().y - scrollingView.getScrollY() - me.scrollingViewEl.dom.clientHeight); - if (overflow > 0) { - if (!me._buttonsOnTop) { - floatingButtons.setButtonPosition('top'); - me._buttonsOnTop = true; - } - scrollDelta = 0; - } else if (me._buttonsOnTop !== false) { - floatingButtons.setButtonPosition('bottom'); - me._buttonsOnTop = false; - } else // Ensure button Y position is synced with Editor height even if button - // orientation doesn't change - { - floatingButtons.setButtonPosition(floatingButtons.position); - } - return scrollDelta; - }, - // since the editor is rendered to the grid el, it must be clipped when scrolled - // outside of the grid view area so that it does not overlap the scrollbar or docked items - // Since safari's clip implementation does not accept negative values we cannot clip - // both buttons and editor by setting clip on a single element, because it will result - // in the buttons being hidden when they are positioned above the editor. - // See https://sencha.jira.com/browse/EXTJS-13851 - // To work around this we render the buttons and editor to a wrapping element and clip - // them separately. - syncEditorClip: function() { - var me = this, - overflow = me.getScrollDelta(), - el = me.el, - floatingButtons = me.floatingButtons, - btnEl = floatingButtons.el, - max = Math.max, - body, btnHeight, editorHeight; - if (overflow) { - // The editor is overflowing outside of the view area, either above or below - me.isOverflowing = true; - body = me.body; - btnHeight = floatingButtons.getHeight(); - editorHeight = me.getHeight(); - max = Math.max; - if (overflow > 0) { - // editor is overflowing the bottom of the view - if (me._buttonsOnTop) { - overflow -= (btnHeight - body.getBorderWidth('b')); - me.clipBottom(el, max(editorHeight - overflow), 0); - overflow -= (editorHeight - body.getBorderWidth('t')); - if (overflow > 0) { - me.clipBottom(btnEl, max(btnHeight - overflow, 0)); - } else { - me.clearClip(btnEl); - } - } else { - me.clipBottom(btnEl, max(btnHeight - overflow, 0)); - overflow -= (btnHeight - body.getBorderWidth('b')); - if (overflow > 0) { - me.clipBottom(el, max(editorHeight - overflow, 0)); - } else { - me.clearClip(el); - } - } - } else if (overflow < 0) { - // editor is overflowing the top of the view - overflow = Math.abs(overflow); - me.clipTop(el, overflow); - overflow -= (editorHeight - body.getBorderWidth('b')); - if (overflow > 0) { - me.clipTop(btnEl, overflow); - } else { - me.clearClip(btnEl); - } - } - } else if (me.isOverflowing) { - me.clearClip(btnEl); - me.clearClip(el); - me.isOverflowing = false; - } - }, - focusColumnField: function(column) { - var field, didFocus; - if (column && !column.destroyed) { - if (column.isVisible()) { - field = this.getEditor(column); - if (field && field.isFocusable(true)) { - didFocus = true; - field.focus(); - } - } - if (!didFocus) { - this.focusColumnField(column.next()); - } - } - }, - cancelEdit: function() { - var me = this, - form = me.getForm(), - fields = form.getFields(), - items = fields.items, - length = items.length, - i; - if (me._cachedNode) { - me.clearCache(); - } - me.hide(); - form.clearInvalid(); - // temporarily suspend events on form fields before reseting the form to prevent the fields' change events from firing - for (i = 0; i < length; i++) { - items[i].suspendEvents(); - } - form.reset(); - for (i = 0; i < length; i++) { - items[i].resumeEvents(); - } - }, - /* - * @private - */ - clearCache: function() { - var me = this; - me.mun(me.editingPlugin.view, { - itemadd: me.onViewItemAdd, - scope: me - }); - me._cachedNode = false; - }, - completeEdit: function() { - var me = this, - form = me.getForm(); - if (!form.isValid()) { - return false; - } - me.completing = true; - form.updateRecord(me.context.record); - me.hide(); - me.completing = false; - return true; - }, - onShow: function() { - var me = this; - me.wrapEl.show(); - me.callParent(arguments); - if (me.needsSyncFieldWidths) { - me.suspendLayouts(); - me.syncAllFieldWidths(); - me.resumeLayouts(true); - } - delete me.needsSyncFieldWidths; - me.reposition(); - }, - onHide: function() { - var me = this, - context = me.context, - column, focusContext, - activeEl = Ext.Element.getActiveElement(); - // If they used ESC or ENTER in a Field - if (me.el.contains(activeEl)) { - column = me.activeField.column; - } else // If they used a button - { - column = context.column; - } - focusContext = new Ext.grid.CellContext(column.getView()).setPosition(me.context.record, column); - focusContext.view.getNavigationModel().setPosition(focusContext); - me.activeField = null; - me.wrapEl.hide(); - me.callParent(arguments); - if (me.tooltip) { - me.hideToolTip(); - } - }, - onResize: function(width, height) { - this.wrapEl.setSize(width, height); - }, - isDirty: function() { - return this.getForm().isDirty(); - }, - getToolTip: function() { - var me = this, - tip = me.tooltip, - grid = me.editingPlugin.grid; - if (!tip) { - me.tooltip = tip = new Ext.tip.ToolTip({ - cls: Ext.baseCSSPrefix + 'grid-row-editor-errors', - title: me.errorsText, - autoHide: false, - closable: true, - closeAction: 'disable', - anchor: 'left', - anchorToTarget: true, - constrainPosition: true, - constrainTo: document.body - }); - grid.add(tip); - // Layout may change the grid's positioning. - me.mon(grid, { - afterlayout: me.onGridLayout, - scope: me - }); - } - return tip; - }, - hideToolTip: function() { - var me = this, - tip = me.getToolTip(); - if (tip.rendered) { - tip.disable(); - } - me.hiddenTip = false; - }, - showToolTip: function() { - var me = this, - tip = me.getToolTip(); - tip.update(me.getErrors()); - me.repositionTip(); - tip.enable(); - }, - onGridLayout: function() { - if (this.tooltip && this.tooltip.isVisible()) { - this.repositionTip(); - } - }, - repositionTip: function() { - var me = this, - tip = me.getToolTip(), - context = me.context, - row = Ext.get(context.row), - viewEl = me.scrollingViewEl, - viewHeight = viewEl.dom.clientHeight, - viewTop = viewEl.getY(), - viewBottom = viewTop + viewHeight, - rowHeight = row.getHeight(), - rowTop = row.getY(), - rowBottom = rowTop + rowHeight; - if (rowBottom > viewTop && rowTop < viewBottom) { - // Use the ToolTip's anchoring to get the left/right positioning correct with - // respect to space available on the default (right) side. - tip.anchorTarget = viewEl; - tip.mouseOffset = [ - 0, - row.getOffsetsTo(viewEl)[1] - ]; - // The tip will realign itself based upon its new offset - tip.show(); - me.hiddenTip = false; - } else { - tip.hide(); - me.hiddenTip = true; - } - }, - getErrors: function() { - var me = this, - errors = [], - fields = me.query('>[isFormField]'), - length = fields.length, - i, fieldErrors, field; - for (i = 0; i < length; i++) { - field = fields[i]; - fieldErrors = field.getErrors(); - if (fieldErrors.length) { - errors.push(me.createErrorListItem(fieldErrors[0], field.column.text)); - } - } - // Only complain about unsaved changes if all the fields are valid - if (!errors.length && !me.autoCancel && me.isDirty()) { - errors[0] = me.createErrorListItem(me.dirtyText); - } - return '
      ' + errors.join('') + '
    '; - }, - createErrorListItem: function(e, name) { - e = name ? name + ': ' + e : e; - return '
  3. ' + e + '
  4. '; - }, - beforeDestroy: function() { - Ext.destroy(this.floatingButtons, this.tooltip); - this.callParent(); - }, - clipBottom: function(el, value) { - el.setStyle('clip', 'rect(0 auto ' + value + 'px 0)'); - }, - clipTop: function(el, value) { - el.setStyle('clip', 'rect(' + value + 'px, auto, auto, 0)'); - }, - clearClip: function(el) { - el.setStyle('clip', Ext.isIE8 ? 'rect(-1000px auto 1000px auto)' : 'auto'); - } -}); - -Ext.define('Ext.grid.Scroller', { - constructor: Ext.deprecated() -}); - -/** - * @private - */ -Ext.define('Ext.view.DropZone', { - extend: 'Ext.dd.DropZone', - indicatorCls: Ext.baseCSSPrefix + 'grid-drop-indicator', - indicatorHtml: [ - '', - '' - ].join(''), - constructor: function(config) { - var me = this; - Ext.apply(me, config); - // Create a ddGroup unless one has been configured. - // User configuration of ddGroups allows users to specify which - // DD instances can interact with each other. Using one - // based on the id of the View would isolate it and mean it can only - // interact with a DragZone on the same View also using a generated ID. - if (!me.ddGroup) { - me.ddGroup = 'view-dd-zone-' + me.view.id; - } - // The DropZone's encapsulating element is the View's main element. It must be this because drop gestures - // may require scrolling on hover near a scrolling boundary. In Ext 4.x two DD instances may not use the - // same element, so a DragZone on this same View must use the View's parent element as its element. - me.callParent([ - me.view.el - ]); - }, - // Fire an event through the client DataView. Lock this DropZone during the event processing so that - // its data does not become corrupted by processing mouse events. - fireViewEvent: function() { - var me = this, - result; - me.lock(); - result = me.view.fireEvent.apply(me.view, arguments); - me.unlock(); - return result; - }, - getTargetFromEvent: function(e) { - var node = e.getTarget(this.view.getItemSelector()), - mouseY, nodeList, testNode, i, len, box; - // Not over a row node: The content may be narrower than the View's encapsulating element, so return the closest. - // If we fall through because the mouse is below the nodes (or there are no nodes), we'll get an onContainerOver call. - if (!node) { - mouseY = e.getY(); - for (i = 0 , nodeList = this.view.getNodes() , len = nodeList.length; i < len; i++) { - testNode = nodeList[i]; - box = Ext.fly(testNode).getBox(); - if (mouseY <= box.bottom) { - return testNode; - } - } - } - return node; - }, - getIndicator: function() { - var me = this; - if (!me.indicator) { - me.indicator = new Ext.Component({ - ariaRole: 'presentation', - html: me.indicatorHtml, - cls: me.indicatorCls, - ownerCt: me.view, - floating: true, - shadow: false - }); - } - return me.indicator; - }, - getPosition: function(e, node) { - var y = e.getXY()[1], - region = Ext.fly(node).getRegion(), - pos; - if ((region.bottom - y) >= (region.bottom - region.top) / 2) { - pos = "before"; - } else { - pos = "after"; - } - return pos; - }, - /** - * @private - * Determines whether the record at the specified offset from the passed record - * is in the drag payload. - * @param records - * @param record - * @param offset - * @return {Boolean} True if the targeted record is in the drag payload - */ - containsRecordAtOffset: function(records, record, offset) { - if (!record) { - return false; - } - var view = this.view, - recordIndex = view.indexOf(record), - nodeBefore = view.getNode(recordIndex + offset), - recordBefore = nodeBefore ? view.getRecord(nodeBefore) : null; - return recordBefore && Ext.Array.contains(records, recordBefore); - }, - positionIndicator: function(node, data, e) { - var me = this, - view = me.view, - pos = me.getPosition(e, node), - overRecord = view.getRecord(node), - draggingRecords = data.records, - indicatorY; - if (!Ext.Array.contains(draggingRecords, overRecord) && (pos === 'before' && !me.containsRecordAtOffset(draggingRecords, overRecord, -1) || pos === 'after' && !me.containsRecordAtOffset(draggingRecords, overRecord, 1))) { - me.valid = true; - if (me.overRecord !== overRecord || me.currentPosition !== pos) { - indicatorY = Ext.fly(node).getY() - view.el.getY() - 1; - if (pos === 'after') { - indicatorY += Ext.fly(node).getHeight(); - } - // If view is scrolled using CSS translate, account for then when positioning the indicator - if (view.touchScroll === 2) { - indicatorY += view.getScrollY(); - } - me.getIndicator().setWidth(Ext.fly(view.el).getWidth()).showAt(0, indicatorY); - // Cache the overRecord and the 'before' or 'after' indicator. - me.overRecord = overRecord; - me.currentPosition = pos; - } - } else { - me.invalidateDrop(); - } - }, - invalidateDrop: function() { - if (this.valid) { - this.valid = false; - this.getIndicator().hide(); - } - }, - // The mouse is over a View node - onNodeOver: function(node, dragZone, e, data) { - var me = this; - if (!Ext.Array.contains(data.records, me.view.getRecord(node))) { - me.positionIndicator(node, data, e); - } - return me.valid ? me.dropAllowed : me.dropNotAllowed; - }, - // Moved out of the DropZone without dropping. - // Remove drop position indicator - notifyOut: function(node, dragZone, e, data) { - var me = this; - me.callParent(arguments); - me.overRecord = me.currentPosition = null; - me.valid = false; - if (me.indicator) { - me.indicator.hide(); - } - }, - // The mouse is past the end of all nodes (or there are no nodes) - onContainerOver: function(dd, e, data) { - var me = this, - view = me.view, - count = view.dataSource.getCount(); - // There are records, so position after the last one - if (count) { - me.positionIndicator(view.all.last(), data, e); - } else // No records, position the indicator at the top - { - me.overRecord = me.currentPosition = null; - me.getIndicator().setWidth(Ext.fly(view.el).getWidth()).showAt(0, 0); - me.valid = true; - } - return me.dropAllowed; - }, - onContainerDrop: function(dd, e, data) { - return this.onNodeDrop(dd, null, e, data); - }, - onNodeDrop: function(targetNode, dragZone, e, data) { - var me = this, - dropHandled = false, - // Create a closure to perform the operation which the event handler may use. - // Users may now set the wait parameter in the beforedrop handler, and perform any kind - // of asynchronous processing such as an Ext.Msg.confirm, or an Ajax request, - // and complete the drop gesture at some point in the future by calling either the - // processDrop or cancelDrop methods. - dropHandlers = { - wait: false, - processDrop: function() { - me.invalidateDrop(); - me.handleNodeDrop(data, me.overRecord, me.currentPosition); - dropHandled = true; - me.fireViewEvent('drop', targetNode, data, me.overRecord, me.currentPosition); - }, - cancelDrop: function() { - me.invalidateDrop(); - dropHandled = true; - } - }, - performOperation = false; - if (me.valid) { - performOperation = me.fireViewEvent('beforedrop', targetNode, data, me.overRecord, me.currentPosition, dropHandlers); - if (dropHandlers.wait) { - return; - } - if (performOperation !== false) { - // If either of the drop handlers were called in the event handler, do not do it again. - if (!dropHandled) { - dropHandlers.processDrop(); - } - } - } - return performOperation; - }, - destroy: function() { - this.indicator = Ext.destroy(this.indicator); - this.callParent(); - } -}); - -/** - * @private - */ -Ext.define('Ext.grid.ViewDropZone', { - extend: 'Ext.view.DropZone', - indicatorHtml: '', - indicatorCls: Ext.baseCSSPrefix + 'grid-drop-indicator', - handleNodeDrop: function(data, record, position) { - var view = this.view, - store = view.getStore(), - index, records, i, len; - // If the copy flag is set, create a copy of the models - if (data.copy) { - records = data.records; - data.records = []; - for (i = 0 , len = records.length; i < len; i++) { - data.records.push(records[i].copy()); - } - } else { - /* - * Remove from the source store. We do this regardless of whether the store - * is the same bacsue the store currently doesn't handle moving records - * within the store. In the future it should be possible to do this. - * Here was pass the isMove parameter if we're moving to the same view. - */ - data.view.store.remove(data.records, data.view === view); - } - if (record && position) { - index = store.indexOf(record); - // 'after', or undefined (meaning a drop at index -1 on an empty View)... - if (position !== 'before') { - index++; - } - store.insert(index, data.records); - } else // No position specified - append. - { - store.add(data.records); - } - // Select the dropped nodes - view.getSelectionModel().select(data.records); - // Focus the first dropped node. - view.getNavigationModel().setPosition(data.records[0]); - } -}); - -/** - * Plugin to add header resizing functionality to a HeaderContainer. - * Always resizing header to the left of the splitter you are resizing. - */ -Ext.define('Ext.grid.plugin.HeaderResizer', { - extend: 'Ext.plugin.Abstract', - requires: [ - 'Ext.dd.DragTracker', - 'Ext.util.Region' - ], - alias: 'plugin.gridheaderresizer', - disabled: false, - config: { - /** - * @cfg {Boolean} dynamic - * True to resize on the fly rather than using a proxy marker. - * @accessor - */ - dynamic: false - }, - colHeaderCls: Ext.baseCSSPrefix + 'column-header', - minColWidth: 40, - maxColWidth: 1000, - eResizeCursor: 'col-resize', - init: function(headerCt) { - var me = this; - me.headerCt = headerCt; - headerCt.on('render', me.afterHeaderRender, me, { - single: me - }); - // Pull minColWidth from the minWidth in the Column prototype - if (!me.minColWidth) { - me.self.prototype.minColWidth = Ext.grid.column.Column.prototype.minWidth; - } - }, - destroy: function() { - var me = this, - tracker = me.tracker; - if (tracker) { - tracker.destroy(); - me.tracker = null; - } - // The grid may happen to never render - me.headerCt.un('render', me.afterHeaderRender, me); - me.headerCt = null; - me.callParent(); - }, - afterHeaderRender: function() { - var me = this, - headerCt = me.headerCt, - el = headerCt.el; - headerCt.mon(el, 'mousemove', me.onHeaderCtMouseMove, me); - me.markerOwner = me.ownerGrid = me.headerCt.up('tablepanel').ownerGrid; - me.tracker = new Ext.dd.DragTracker({ - disabled: me.disabled, - onBeforeStart: me.onBeforeStart.bind(me), - onStart: me.onStart.bind(me), - onDrag: me.onDrag.bind(me), - onEnd: me.onEnd.bind(me), - tolerance: 3, - autoStart: 300, - el: el - }); - }, - // As we mouse over individual headers, change the cursor to indicate - // that resizing is available, and cache the resize target header for use - // if/when they mousedown. - onHeaderCtMouseMove: function(e) { - var me = this; - if (me.headerCt.dragging || me.disabled) { - if (me.activeHd) { - me.activeHd.el.dom.style.cursor = ''; - delete me.activeHd; - } - } else if (e.pointerType !== 'touch') { - me.findActiveHeader(e); - } - }, - findActiveHeader: function(e) { - var me = this, - headerCt = me.headerCt, - headerEl = e.getTarget('.' + me.colHeaderCls, headerCt.el, true), - ownerGrid = me.ownerGrid, - ownerLockable = ownerGrid.ownerLockable, - overHeader, resizeHeader, headers, header; - me.activeHd = null; - if (headerEl) { - overHeader = Ext.getCmp(headerEl.id); - // If near the right edge, we're resizing the column we are over. - if (overHeader.isAtEndEdge(e)) { - // Cannot resize the only column in a forceFit grid. - if (headerCt.visibleColumnManager.getColumns().length === 1 && headerCt.forceFit) { - return; - } - resizeHeader = overHeader; - } - // Else... we might be near the right edge - else if (overHeader.isAtStartEdge(e)) { - // Extract previous visible leaf header - headers = headerCt.visibleColumnManager.getColumns(); - header = overHeader.isGroupHeader ? overHeader.getGridColumns()[0] : overHeader; - resizeHeader = headers[Ext.Array.indexOf(headers, header) - 1]; - // If there wasn't one, and we are the normal side of a lockable assembly then - // use the last visible leaf header of the locked side. - if (!resizeHeader && ownerLockable && !ownerGrid.isLocked) { - headers = ownerLockable.lockedGrid.headerCt.visibleColumnManager.getColumns(); - resizeHeader = headers[headers.length - 1]; - } - } - // We *are* resizing - if (resizeHeader) { - // If we're attempting to resize a group header, that cannot be resized, - // so find its last visible leaf header; Group headers are sized - // by the size of their child headers. - if (resizeHeader.isGroupHeader) { - headers = resizeHeader.getGridColumns(); - resizeHeader = headers[headers.length - 1]; - } - // Check if the header is resizable. Continue checking the old "fixed" property, bug also - // check whether the resizable property is set to false. - if (resizeHeader && !(resizeHeader.fixed || (resizeHeader.resizable === false))) { - me.activeHd = resizeHeader; - overHeader.el.dom.style.cursor = me.eResizeCursor; - if (overHeader.triggerEl) { - overHeader.triggerEl.dom.style.cursor = me.eResizeCursor; - } - } - } else // reset - { - overHeader.el.dom.style.cursor = ''; - if (overHeader.triggerEl) { - overHeader.triggerEl.dom.style.cursor = ''; - } - } - } - return me.activeHd; - }, - // only start when there is an activeHd - onBeforeStart: function(e) { - var me = this; - // If on touch, we will have received no mouseover, so we have to - // decide whether the touchstart is in a resize zone, and if so, which header is to be sized. - // Cache any activeHd because it will be cleared on subsequent mousemoves outside the resize zone. - me.dragHd = me.activeHd || e.pointerType === 'touch' && me.findActiveHeader(e); - if (me.dragHd && !me.headerCt.dragging) { - // Calculate how far off the right marker line the mouse pointer is. - // This will be the xDelta during the following drag operation. - me.xDelta = me.dragHd.getX() + me.dragHd.getWidth() - me.tracker.getXY()[0]; - me.tracker.constrainTo = me.getConstrainRegion(); - return true; - } else { - me.headerCt.dragging = false; - return false; - } - }, - // get the region to constrain to, takes into account max and min col widths - getConstrainRegion: function() { - var me = this, - dragHdEl = me.dragHd.el, - nextHd, - ownerGrid = me.ownerGrid, - widthModel = ownerGrid.getSizeModel().width, - maxColWidth = widthModel.shrinkWrap ? me.headerCt.getWidth() - me.headerCt.visibleColumnManager.getColumns().length * me.minColWidth : me.maxColWidth, - result; - // If forceFit, then right constraint is based upon not being able to force the next header - // beyond the minColWidth. If there is no next header, then the header may not be expanded. - if (me.headerCt.forceFit) { - nextHd = me.dragHd.nextNode('gridcolumn:not([hidden]):not([isGroupHeader])'); - if (nextHd && me.headerInSameGrid(nextHd)) { - maxColWidth = dragHdEl.getWidth() + (nextHd.getWidth() - me.minColWidth); - } - } - // If resize header is in a locked grid, the maxWidth has to be 30px within the available locking grid's width - // But only if the locked grid shrinkwraps its columns - else if (ownerGrid.isLocked && widthModel.shrinkWrap) { - maxColWidth = me.dragHd.up('[scrollerOwner]').getTargetEl().getWidth(true) - ownerGrid.getWidth() - (ownerGrid.ownerLockable.normalGrid.visibleColumnManager.getColumns().length * me.minColWidth + Ext.getScrollbarSize().width); - } - result = me.adjustConstrainRegion(dragHdEl.getRegion(), 0, 0, 0, me.minColWidth); - result.right = dragHdEl.getX() + maxColWidth; - return result; - }, - // initialize the left and right hand side markers around - // the header that we are resizing - onStart: function(e) { - var me = this, - dragHd = me.dragHd, - width = dragHd.el.getWidth(), - headerCt = dragHd.getRootHeaderCt(), - x, y, markerOwner, lhsMarker, rhsMarker, markerHeight; - me.headerCt.dragging = true; - me.origWidth = width; - // setup marker proxies - if (!me.dynamic) { - markerOwner = me.markerOwner; - // https://sencha.jira.com/browse/EXTJSIV-11299 - // In Neptune (and other themes with wide frame borders), resize handles are embedded in borders, - // *outside* of the outer element's content area, therefore the outer element is set to overflow:visible. - // During column resize, we should not see the resize markers outside the grid, so set to overflow:hidden. - if (markerOwner.frame && markerOwner.resizable) { - me.gridOverflowSetting = markerOwner.el.dom.style.overflow; - markerOwner.el.dom.style.overflow = 'hidden'; - } - x = me.getLeftMarkerX(markerOwner); - lhsMarker = markerOwner.getLhsMarker(); - rhsMarker = markerOwner.getRhsMarker(); - markerHeight = me.ownerGrid.body.getHeight() + headerCt.getHeight(); - y = headerCt.getOffsetsTo(markerOwner)[1] - markerOwner.el.getBorderWidth('t'); - // Ensure the markers have the correct cursor in case the cursor is *exactly* over - // this single pixel line, not just within the active resize zone - lhsMarker.dom.style.cursor = me.eResizeCursor; - rhsMarker.dom.style.cursor = me.eResizeCursor; - lhsMarker.setLocalY(y); - rhsMarker.setLocalY(y); - lhsMarker.setHeight(markerHeight); - rhsMarker.setHeight(markerHeight); - me.setMarkerX(lhsMarker, x); - me.setMarkerX(rhsMarker, x + width); - } - }, - // synchronize the rhsMarker with the mouse movement - onDrag: function(e) { - var me = this; - if (me.dynamic) { - me.doResize(); - } else { - me.setMarkerX(me.getMovingMarker(me.markerOwner), me.calculateDragX(me.markerOwner)); - } - }, - getMovingMarker: function(markerOwner) { - return markerOwner.getRhsMarker(); - }, - onEnd: function(e) { - var me = this, - markerOwner = me.markerOwner; - me.headerCt.dragging = false; - if (me.dragHd) { - if (!me.dynamic) { - // If we had saved the gridOverflowSetting, restore it - if ('gridOverflowSetting' in me) { - markerOwner.el.dom.style.overflow = me.gridOverflowSetting; - } - // hide markers - me.setMarkerX(markerOwner.getLhsMarker(), -9999); - me.setMarkerX(markerOwner.getRhsMarker(), -9999); - } - me.doResize(); - // On mouseup (a real mouseup), we must be ready to start dragging again immediately - - // Leave the activeHd active. - if (e.pointerType !== 'touch') { - me.dragHd = null; - me.activeHd.el.dom.style.cursor = me.eResizeCursor; - } else { - me.dragHd = me.activeHd = null; - } - } - // Do not process the upcoming click after this mouseup. It's not a click gesture - me.headerCt.blockNextEvent(); - }, - doResize: function() { - var me = this, - dragHd = me.dragHd, - nextHd, - offset = me.tracker.getOffset('point'); - // Only resize if we have dragged any distance in the X dimension... - if (dragHd && offset[0]) { - // resize the dragHd - if (dragHd.flex) { - delete dragHd.flex; - } - Ext.suspendLayouts(); - // Set the new column width. - // Adjusted for the offset from the actual column border that the mousedownb too place at. - me.adjustColumnWidth(offset[0] - me.xDelta); - // In the case of forceFit, change the following Header width. - // Constraining so that neither neighbour can be sized to below minWidth is handled in getConstrainRegion - if (me.headerCt.forceFit) { - nextHd = dragHd.nextNode('gridcolumn:not([hidden]):not([isGroupHeader])'); - if (nextHd && !me.headerInSameGrid(nextHd)) { - nextHd = null; - } - if (nextHd) { - delete nextHd.flex; - nextHd.setWidth(nextHd.getWidth() - offset[0]); - } - } - // Apply the two width changes by laying out the owning HeaderContainer - Ext.resumeLayouts(true); - } - }, - // nextNode can traverse out of this grid, possibly to others on the page, so limit it here - headerInSameGrid: function(header) { - var grid = this.dragHd.up('tablepanel'); - return !!header.up(grid); - }, - disable: function() { - var tracker = this.tracker; - this.disabled = true; - if (tracker) { - tracker.disable(); - } - }, - enable: function() { - var tracker = this.tracker; - this.disabled = false; - if (tracker) { - tracker.enable(); - } - }, - calculateDragX: function(markerOwner) { - return this.tracker.getXY('point')[0] + this.xDelta - markerOwner.getX() - markerOwner.el.getBorderWidth('l'); - }, - getLeftMarkerX: function(markerOwner) { - return this.dragHd.getX() - markerOwner.getX() - markerOwner.el.getBorderWidth('l') - 1; - }, - setMarkerX: function(marker, x) { - marker.setLocalX(x); - }, - adjustConstrainRegion: function(region, t, r, b, l) { - return region.adjust(t, r, b, l); - }, - adjustColumnWidth: function(offsetX) { - this.dragHd.setWidth(this.origWidth + offsetX); - } -}); - -/** - * @private - */ -Ext.define('Ext.grid.header.DragZone', { - extend: 'Ext.dd.DragZone', - colHeaderSelector: '.' + Ext.baseCSSPrefix + 'column-header', - colInnerSelector: '.' + Ext.baseCSSPrefix + 'column-header-inner', - maxProxyWidth: 120, - constructor: function(headerCt) { - var me = this; - me.headerCt = headerCt; - me.ddGroup = me.getDDGroup(); - me.autoGroup = true; - me.callParent([ - headerCt.el - ]); - me.proxy.el.addCls(Ext.baseCSSPrefix + 'grid-col-dd'); - }, - getDDGroup: function() { - return 'header-dd-zone-' + this.headerCt.up('[scrollerOwner]').id; - }, - getDragData: function(e) { - if (e.getTarget(this.colInnerSelector)) { - var header = e.getTarget(this.colHeaderSelector), - headerCmp, ddel; - if (header) { - headerCmp = Ext.getCmp(header.id); - if (!this.headerCt.dragging && headerCmp.draggable && !(headerCmp.isAtStartEdge(e) || headerCmp.isAtEndEdge(e))) { - ddel = document.createElement('div'); - ddel.role = 'presentation'; - ddel.innerHTML = headerCmp.text; - return { - ddel: ddel, - header: headerCmp - }; - } - } - } - return false; - }, - onBeforeDrag: function() { - return !(this.headerCt.dragging || this.disabled); - }, - onInitDrag: function() { - this.headerCt.dragging = true; - this.headerCt.hideMenu(); - this.callParent(arguments); - }, - onDragDrop: function() { - this.headerCt.dragging = false; - this.callParent(arguments); - }, - afterRepair: function() { - this.callParent(); - this.headerCt.dragging = false; - }, - getRepairXY: function() { - return this.dragData.header.el.getXY(); - }, - disable: function() { - this.disabled = true; - }, - enable: function() { - this.disabled = false; - } -}); - -/** - * @private - */ -Ext.define('Ext.grid.header.DropZone', { - extend: 'Ext.dd.DropZone', - colHeaderCls: Ext.baseCSSPrefix + 'column-header', - proxyOffsets: [ - -4, - -9 - ], - constructor: function(headerCt) { - var me = this; - me.headerCt = headerCt; - me.ddGroup = me.getDDGroup(); - me.autoGroup = true; - me.callParent([ - headerCt.el - ]); - }, - destroy: function() { - this.callParent(); - Ext.destroy(this.topIndicator, this.bottomIndicator); - }, - getDDGroup: function() { - return 'header-dd-zone-' + this.headerCt.up('[scrollerOwner]').id; - }, - getTargetFromEvent: function(e) { - return e.getTarget('.' + this.colHeaderCls); - }, - getTopIndicator: function() { - if (!this.topIndicator) { - this.topIndicator = Ext.getBody().createChild({ - role: 'presentation', - cls: Ext.baseCSSPrefix + "col-move-top", - // tell the spec runner to ignore this element when checking if the dom is clean - "data-sticky": true, - html: " " - }); - this.indicatorXOffset = Math.floor((this.topIndicator.dom.offsetWidth + 1) / 2); - } - return this.topIndicator; - }, - getBottomIndicator: function() { - if (!this.bottomIndicator) { - this.bottomIndicator = Ext.getBody().createChild({ - role: 'presentation', - cls: Ext.baseCSSPrefix + "col-move-bottom", - // tell the spec runner to ignore this element when checking if the dom is clean - "data-sticky": true, - html: " " - }); - } - return this.bottomIndicator; - }, - getLocation: function(e, t) { - var x = e.getXY()[0], - region = Ext.fly(t).getRegion(), - pos; - if ((region.right - x) <= (region.right - region.left) / 2) { - pos = "after"; - } else { - pos = "before"; - } - return { - pos: pos, - header: Ext.getCmp(t.id), - node: t - }; - }, - positionIndicator: function(data, node, e) { - var me = this, - dragHeader = data.header, - dropLocation = me.getLocation(e, node), - targetHeader = dropLocation.header, - pos = dropLocation.pos, - nextHd, prevHd, topIndicator, bottomIndicator, topAnchor, bottomAnchor, topXY, bottomXY, headerCtEl, minX, maxX, allDropZones, ln, i, dropZone; - // Avoid expensive CQ lookups and DOM calculations if dropPosition has not changed - if (targetHeader === me.lastTargetHeader && pos === me.lastDropPos) { - return; - } - nextHd = dragHeader.nextSibling('gridcolumn:not([hidden])'); - prevHd = dragHeader.previousSibling('gridcolumn:not([hidden])'); - me.lastTargetHeader = targetHeader; - me.lastDropPos = pos; - // Cannot drag to before non-draggable start column - if (!targetHeader.draggable && pos === 'before' && targetHeader.getIndex() === 0) { - return false; - } - data.dropLocation = dropLocation; - if ((dragHeader !== targetHeader) && ((pos === "before" && nextHd !== targetHeader) || (pos === "after" && prevHd !== targetHeader)) && !targetHeader.isDescendantOf(dragHeader)) { - // As we move in between different DropZones that are in the same - // group (such as the case when in a locked grid), invalidateDrop - // on the other dropZones. - allDropZones = Ext.dd.DragDropManager.getRelated(me); - ln = allDropZones.length; - i = 0; - for (; i < ln; i++) { - dropZone = allDropZones[i]; - if (dropZone !== me && dropZone.invalidateDrop) { - dropZone.invalidateDrop(); - } - } - me.valid = true; - topIndicator = me.getTopIndicator(); - bottomIndicator = me.getBottomIndicator(); - if (pos === 'before') { - topAnchor = 'bc-tl'; - bottomAnchor = 'tc-bl'; - } else { - topAnchor = 'bc-tr'; - bottomAnchor = 'tc-br'; - } - // Calculate arrow positions. Offset them to align exactly with column border line - topXY = topIndicator.getAlignToXY(targetHeader.el, topAnchor); - bottomXY = bottomIndicator.getAlignToXY(targetHeader.el, bottomAnchor); - // constrain the indicators to the viewable section - headerCtEl = me.headerCt.el; - minX = headerCtEl.getX() - me.indicatorXOffset; - maxX = headerCtEl.getX() + headerCtEl.getWidth(); - topXY[0] = Ext.Number.constrain(topXY[0], minX, maxX); - bottomXY[0] = Ext.Number.constrain(bottomXY[0], minX, maxX); - // position and show indicators - topIndicator.setXY(topXY); - bottomIndicator.setXY(bottomXY); - topIndicator.show(); - bottomIndicator.show(); - } else // invalidate drop operation and hide indicators - { - me.invalidateDrop(); - } - }, - invalidateDrop: function() { - this.valid = false; - this.hideIndicators(); - }, - onNodeOver: function(node, dragZone, e, data) { - var me = this, - from = data.header, - doPosition, to, fromPanel, toPanel; - if (data.header.el.dom === node) { - doPosition = false; - } else { - data.isLock = data.isUnlock = data.crossPanel = false; - to = me.getLocation(e, node).header; - // Dragging within the same container - always valid - doPosition = (from.ownerCt === to.ownerCt); - // If from different containers, and they are not sealed, then continue checking - if (!doPosition && (!from.ownerCt.sealed && !to.ownerCt.sealed)) { - doPosition = true; - fromPanel = from.up('tablepanel'); - toPanel = to.up('tablepanel'); - if (fromPanel !== toPanel) { - data.crossPanel = true; - // If it's a lock operation, check that it's allowable. - data.isLock = toPanel.isLocked && !fromPanel.isLocked; - data.isUnlock = !toPanel.isLocked && fromPanel.isLocked; - if ((data.isUnlock && from.lockable === false) || (data.isLock && !from.isLockable())) { - doPosition = false; - } - } - } - } - if (doPosition) { - me.positionIndicator(data, node, e); - } else { - me.valid = false; - } - return me.valid ? me.dropAllowed : me.dropNotAllowed; - }, - hideIndicators: function() { - var me = this; - me.getTopIndicator().hide(); - me.getBottomIndicator().hide(); - me.lastTargetHeader = me.lastDropPos = null; - }, - onNodeOut: function() { - this.hideIndicators(); - }, - /** - * @private - * Used to determine the move position for the view's data columns for nested headers at any level. - */ - getNestedHeader: function(header, first) { - var items = header.items, - pos; - if (header.isGroupHeader && items.length) { - pos = !first ? 'first' : 'last'; - header = this.getNestedHeader(items[pos](), first); - } - return header; - }, - onNodeDrop: function(node, dragZone, e, data) { - // Do not process the upcoming click after this mouseup. It's not a click gesture - this.headerCt.blockNextEvent(); - // Note that dropLocation.pos refers to whether the header is dropped before or after the target node! - if (!this.valid) { - return; - } - var me = this, - dragHeader = data.header, - dropLocation = data.dropLocation, - dropPosition = dropLocation.pos, - targetHeader = dropLocation.header, - fromCt = dragHeader.ownerCt, - fromCtRoot = fromCt.getRootHeaderCt(), - toCt = targetHeader.ownerCt, - // Use the full column manager here, the indices we want are for moving the actual items in the container. - // The HeaderContainer translates this to visible columns for informing the view and firing events. - visibleColumnManager = me.headerCt.visibleColumnManager, - visibleFromIdx = visibleColumnManager.getHeaderIndex(dragHeader), - visibleToIdx, colsToMove, moveMethod, scrollerOwner, savedWidth; - // If we are dragging in between two HeaderContainers that have had the lockable mixin injected we will lock/unlock - // headers in between sections, and then continue with another execution of onNodeDrop to ensure the header is - // dropped into the correct group. - if (data.isLock || data.isUnlock) { - scrollerOwner = fromCt.up('[scrollerOwner]'); - visibleToIdx = toCt.items.indexOf(targetHeader); - if (dropPosition === 'after') { - visibleToIdx++; - } - if (data.isLock) { - scrollerOwner.lock(dragHeader, visibleToIdx, toCt); - } else { - scrollerOwner.unlock(dragHeader, visibleToIdx, toCt); - } - } else // This is a drop within the same HeaderContainer. - { - // For the after position, we need to update the visibleToIdx index. In case it's nested in one or more - // grouped headers, we need to get the last header (or the first, depending on the dropPosition) in the - // items collection for the most deeply-nested header, whether it be first or last in the collection. - // This will yield the header index in the visibleColumnManager, which will correctly maintain a list - // of all the headers. - visibleToIdx = dropPosition === 'after' ? // Get the last header in the most deeply-nested header group and add one. - visibleColumnManager.getHeaderIndex(me.getNestedHeader(targetHeader, 1)) + 1 : // Get the first header in the most deeply-nested header group. - visibleColumnManager.getHeaderIndex(me.getNestedHeader(targetHeader, 0)); - me.invalidateDrop(); - // Cache the width here, we need to get it before we removed it from the DOM - savedWidth = dragHeader.getWidth(); - // Suspend layouts while we sort all this out. - Ext.suspendLayouts(); - // When removing and then adding, the owning gridpanel will be informed of column mutation twice - // Both remove and add handling inform the owning grid. - // The isDDMoveInGrid flag will prevent the remove operation from doing this. - // See Ext.grid.header.Container#onRemove. - fromCt.isDDMoveInGrid = toCt.isDDMoveInGrid = !data.crossPanel; - // ***Move the headers*** - // - // If both drag and target headers are groupHeaders, we have to check and see if they are nested, i.e., - // there are multiple stacked group headers with only subheaders at the lowest level: - // - // +-----------------------------------+ - // | Group 1 | - // |-----------------------------------| - // | Group 2 | - // other |-----------------------------------| other - // headers | Group 3 | headers - // |-----------------------------------| - // | Field3 | Field4 | Field5 | Field6 | - // |===================================| - // | view | - // +-----------------------------------+ - // - // In these cases, we need to mark the groupHeader that is the ownerCt of the targetHeader and then only - // remove the headers up until that (removal of headers is recursive and assumes that any header with no - // children can be safely removed, which is not a safe assumption). - // See Ext.grid.header.Container#onRemove. - if (dragHeader.isGroupHeader && targetHeader.isGroupHeader) { - dragHeader.setNestedParent(targetHeader); - } - // We only need to be concerned with moving the dragHeader component before or after the targetHeader - // component rather than trying to pass indices, which is too ambiguous and could refer to any - // collection at any level of (grouped) header containers. - if (dropPosition === 'before') { - targetHeader.insertNestedHeader(dragHeader); - } else { - // Capitalize the first letter. This will call either ct.moveAfter() or ct.moveBefore(). - moveMethod = 'move' + dropPosition.charAt(0).toUpperCase() + dropPosition.substr(1); - toCt[moveMethod](dragHeader, targetHeader); - } - // ***Move the view data columns*** - // Refresh the view if it's not the last header in a group. If it is the last header, we don't need - // to refresh the view as the headers and the corrresponding data columns will already be correctly - // aligned (think of the group header sitting directly atop the last header in the group). - // Also, it's not necessary to refresh the view if the indices are the same. - // NOTE that targetHeader can be destroyed by this point if it was a group header - // and we just dragged the last column out of it; in that case header's items collection - // will be nulled. - if (visibleToIdx >= 0 && !(targetHeader.isGroupHeader && (!targetHeader.items || !targetHeader.items.length)) && visibleFromIdx !== visibleToIdx) { - colsToMove = dragHeader.isGroupHeader ? dragHeader.query(':not([hidden]):not([isGroupHeader])').length : 1; - // We need to adjust the visibleToIdx when both of the following conditions are met: - // 1. The drag is forward, i.e., the dragHeader is being dragged to the right. - // 2. There is more than one column being dragged, i.e., an entire group. - if ((visibleFromIdx <= visibleToIdx) && colsToMove > 1) { - visibleToIdx -= colsToMove; - } - // It's necessary to lookup the ancestor grid of the grouped header b/c the header could be - // nested at any level. - toCt.getRootHeaderCt().grid.view.moveColumn(visibleFromIdx, visibleToIdx, colsToMove); - } - // We need to always fire a columnmove event. Check for an .ownerCt first in case this is a - // grouped header. - fromCtRoot.fireEvent('columnmove', fromCt, dragHeader, visibleFromIdx, visibleToIdx); - fromCt.isDDMoveInGrid = toCt.isDDMoveInGrid = false; - // Group headers skrinkwrap their child headers. - // Therefore a child header may not flex; it must contribute a fixed width. - // But we restore the flex value when moving back into the main header container - // - // Note that we don't need to save the flex if coming from another group header b/c it couldn't - // have had one! - if (toCt.isGroupHeader && !fromCt.isGroupHeader) { - // Adjust the width of the "to" group header only if we dragged in from somewhere else. - // If not within the same container. - if (fromCt !== toCt) { - dragHeader.savedFlex = dragHeader.flex; - delete dragHeader.flex; - dragHeader.width = savedWidth; - } - } else if (!fromCt.isGroupHeader) { - if (dragHeader.savedFlex) { - dragHeader.flex = dragHeader.savedFlex; - delete dragHeader.width; - } - } - Ext.resumeLayouts(true); - } - } -}); -// Ext.grid.header.Container will handle the removal of empty groups, don't handle it here. - -/** - * @private - */ -Ext.define('Ext.grid.plugin.HeaderReorderer', { - extend: 'Ext.plugin.Abstract', - requires: [ - 'Ext.grid.header.DragZone', - 'Ext.grid.header.DropZone' - ], - alias: 'plugin.gridheaderreorderer', - init: function(headerCt) { - this.headerCt = headerCt; - headerCt.on({ - boxready: this.onHeaderCtRender, - single: true, - scope: this - }); - }, - destroy: function() { - var me = this; - // The grid may happen to never render - me.headerCt.un('boxready', me.onHeaderCtRender, me); - Ext.destroy(me.dragZone, me.dropZone); - me.headerCt = me.dragZone = me.dropZone = null; - me.callParent(); - }, - onHeaderCtRender: function() { - var me = this; - me.dragZone = new Ext.grid.header.DragZone(me.headerCt); - me.dropZone = new Ext.grid.header.DropZone(me.headerCt); - if (me.disabled) { - me.dragZone.disable(); - } - }, - enable: function() { - this.disabled = false; - if (this.dragZone) { - this.dragZone.enable(); - } - }, - disable: function() { - this.disabled = true; - if (this.dragZone) { - this.dragZone.disable(); - } - } -}); - -/** - * Headercontainer is a docked container (_`top` or `bottom` only_) that holds the - * headers ({@link Ext.grid.column.Column grid columns}) of a - * {@link Ext.grid.Panel grid} or {@link Ext.tree.Panel tree}. The headercontainer - * handles resizing, moving, and hiding columns. As columns are hidden, moved or - * resized, the headercontainer triggers changes within the grid or tree's - * {@link Ext.view.Table view}. You will not generally need to instantiate this class - * directly. - * - * You may use the - * {@link Ext.panel.Table#method-getHeaderContainer getHeaderContainer()} - * accessor method to access the tree or grid's headercontainer. - * - * Grids and trees also have an alias to the two more useful headercontainer methods: - * - * - **{@link Ext.panel.Table#method-getColumns getColumns}** - aliases - * {@link Ext.grid.header.Container#getGridColumns} - * - **{@link Ext.panel.Table#method-getVisibleColumns getVisibleColumns}** - aliases - * {@link Ext.grid.header.Container#getVisibleGridColumns} - */ -Ext.define('Ext.grid.header.Container', { - extend: 'Ext.container.Container', - requires: [ - 'Ext.grid.ColumnLayout', - 'Ext.grid.plugin.HeaderResizer', - 'Ext.grid.plugin.HeaderReorderer', - 'Ext.util.KeyNav' - ], - uses: [ - 'Ext.grid.column.Column', - 'Ext.grid.ColumnManager', - 'Ext.menu.Menu', - 'Ext.menu.CheckItem', - 'Ext.menu.Separator' - ], - mixins: [ - 'Ext.util.FocusableContainer' - ], - border: true, - alias: 'widget.headercontainer', - baseCls: Ext.baseCSSPrefix + 'grid-header-ct', - dock: 'top', - /** - * @cfg {Number} weight - * HeaderContainer overrides the default weight of 0 for all docked items to 100. - * This is so that it has more priority over things like toolbars. - */ - weight: 100, - defaultType: 'gridcolumn', - detachOnRemove: false, - /** - * @cfg {Number} defaultWidth - * Width of the header if no width or flex is specified. - */ - defaultWidth: 100, - /** - * @cfg {Boolean} [sealed=false] - * Specify as `true` to constrain column dragging so that a column cannot be dragged into or out of this column. - * - * **Note that this config is only valid for column headers which contain child column headers, eg:** - * { - * sealed: true - * text: 'ExtJS', - * columns: [{ - * text: '3.0.4', - * dataIndex: 'ext304' - * }, { - * text: '4.1.0', - * dataIndex: 'ext410' - * } - * } - * - */ - // - sortAscText: 'Sort Ascending', - // - // - sortDescText: 'Sort Descending', - // - // - sortClearText: 'Clear Sort', - // - // - columnsText: 'Columns', - // - headerOpenCls: Ext.baseCSSPrefix + 'column-header-open', - menuSortAscCls: Ext.baseCSSPrefix + 'hmenu-sort-asc', - menuSortDescCls: Ext.baseCSSPrefix + 'hmenu-sort-desc', - menuColsIcon: Ext.baseCSSPrefix + 'cols-icon', - blockEvents: false, - dragging: false, - // May be set to false by a SptreadSheetSelectionModel - sortOnClick: true, - // Disable FocusableContainer behavior by default, since we only want it - // to be enabled for the root header container (we'll set the flag in initComponent) - enableFocusableContainer: false, - childHideCount: 0, - /** - * @property {Boolean} isGroupHeader - * True if this HeaderContainer is in fact a group header which contains sub headers. - */ - /** - * @cfg {Boolean} sortable - * Provides the default sortable state for all Headers within this HeaderContainer. - * Also turns on or off the menus in the HeaderContainer. Note that the menu is - * shared across every header and therefore turning it off will remove the menu - * items for every header. - */ - sortable: true, - /** - * @cfg {Boolean} [enableColumnHide=true] - * False to disable column hiding within this grid. - */ - enableColumnHide: true, - /** - * @event columnresize - * @param {Ext.grid.header.Container} ct The grid's header Container which encapsulates all column headers. - * @param {Ext.grid.column.Column} column The Column header Component which provides the column definition - * @param {Number} width - */ - /** - * @event headerclick - * @param {Ext.grid.header.Container} ct The grid's header Container which encapsulates all column headers. - * @param {Ext.grid.column.Column} column The Column header Component which provides the column definition - * @param {Ext.event.Event} e - * @param {HTMLElement} t - */ - /** - * @event headercontextmenu - * @param {Ext.grid.header.Container} ct The grid's header Container which encapsulates all column headers. - * @param {Ext.grid.column.Column} column The Column header Component which provides the column definition - * @param {Ext.event.Event} e - * @param {HTMLElement} t - */ - /** - * @event headertriggerclick - * @param {Ext.grid.header.Container} ct The grid's header Container which encapsulates all column headers. - * @param {Ext.grid.column.Column} column The Column header Component which provides the column definition - * @param {Ext.event.Event} e - * @param {HTMLElement} t - */ - /** - * @event columnmove - * @param {Ext.grid.header.Container} ct The grid's header Container which encapsulates all column headers. - * @param {Ext.grid.column.Column} column The Column header Component which provides the column definition - * @param {Number} fromIdx - * @param {Number} toIdx - */ - /** - * @event columnhide - * @param {Ext.grid.header.Container} ct The grid's header Container which encapsulates all column headers. - * @param {Ext.grid.column.Column} column The Column header Component which provides the column definition - */ - /** - * @event columnshow - * @param {Ext.grid.header.Container} ct The grid's header Container which encapsulates all column headers. - * @param {Ext.grid.column.Column} column The Column header Component which provides the column definition - */ - /** - * @event columnschanged - * Fired after the columns change in any way, when a column has been hidden or shown, or when a column - * is added to or removed from this header container. - * @param {Ext.grid.header.Container} ct The grid's header Container which encapsulates all column headers. - */ - /** - * @event sortchange - * @param {Ext.grid.header.Container} ct The grid's header Container which encapsulates all column headers. - * @param {Ext.grid.column.Column} column The Column header Component which provides the column definition - * @param {String} direction - */ - /** - * @event menucreate - * Fired immediately after the column header menu is created. - * @param {Ext.grid.header.Container} ct This instance - * @param {Ext.menu.Menu} menu The Menu that was created - */ - /** - * @event headermenucreate - * Fired immediately after the column header menu is created. - * @param {Ext.panel.Table} grid This grid instance - * @param {Ext.menu.Menu} menu The Menu that was created - * @param {Ext.grid.header.Container} headerCt This header container - * @member Ext.panel.Table - */ - initComponent: function() { - var me = this; - me.plugins = me.plugins || []; - me.defaults = me.defaults || {}; - // TODO: Pass in configurations to turn on/off dynamic - // resizing and disable resizing all together - // Only set up a Resizer and Reorderer for the topmost HeaderContainer. - // Nested Group Headers are themselves HeaderContainers - if (!me.isColumn) { - if (me.enableColumnResize) { - me.resizer = new Ext.grid.plugin.HeaderResizer(); - me.plugins.push(me.resizer); - } - if (me.enableColumnMove) { - me.reorderer = new Ext.grid.plugin.HeaderReorderer(); - me.plugins.push(me.reorderer); - } - } - // If this is a leaf column header, and is NOT functioning as a container, - // use Container layout with a no-op calculate method. - if (me.isColumn && !me.isGroupHeader) { - if (!me.items || me.items.length === 0) { - me.isContainer = me.isFocusableContainer = false; - me.focusable = true; - me.layout = { - type: 'container', - calculate: Ext.emptyFn - }; - } - } else // HeaderContainer and Group header needs a gridcolumn layout. - { - me.layout = Ext.apply({ - type: 'gridcolumn', - align: 'stretch' - }, me.initialConfig.layout); - // All HeaderContainers need to know this so that leaf Columns can adjust for cell border width if using content box model - me.defaults.columnLines = me.columnLines; - // If the header isn't a column ([isColumn] or [isGroupHeader]), then it's the root header. - if (!me.isGroupHeader) { - me.isRootHeader = true; - // The root header is a focusableContainer if it's not carrying hidden headers. - if (!me.hiddenHeaders) { - me.enableFocusableContainer = true; - me.ariaRole = 'rowgroup'; - } - // Create column managers for the root header. - me.columnManager = new Ext.grid.ColumnManager(false, me); - me.visibleColumnManager = new Ext.grid.ColumnManager(true, me); - // In the grid config, if grid.columns is a header container instance and not a columns - // config, then it currently has no knowledge of a containing grid. Create the column - // manager now and bind it to the grid later in Ext.panel.Table:initComponent(). - // - // In most cases, though, grid.columns will be a config, so the grid is already known - // and the column manager can be bound to it. - if (me.grid) { - me.grid.columnManager = me.columnManager; - me.grid.visibleColumnManager = me.visibleColumnManager; - } - } else { - // Is a group header, also create column managers. - me.visibleColumnManager = new Ext.grid.ColumnManager(true, me); - me.columnManager = new Ext.grid.ColumnManager(false, me); - } - } - me.menuTask = new Ext.util.DelayedTask(me.updateMenuDisabledState, me); - me.callParent(); - }, - insertNestedHeader: function(moveHeader) { - var me = this, - fromCt = moveHeader.ownerCt, - toCt = me.ownerCt, - layoutOwner = toCt.layout.owner, - toIndex; - if (fromCt) { - if (me.isGroupHeader && !toCt.isNestedParent) { - toIndex = layoutOwner.items.indexOf(me); - } - fromCt.remove(moveHeader, false); - } - if (toIndex === undefined) { - toIndex = layoutOwner.items.indexOf(me); - } - layoutOwner.insert(toIndex, moveHeader); - }, - isNested: function() { - return !!this.getRootHeaderCt().down('[isNestedParent]'); - }, - isNestedGroupHeader: function() { - // The owner only has one item that isn't hidden and it's me; hide the owner. - var header = this, - items = header.getRefOwner().query('>:not([hidden])'); - return (items.length === 1 && items[0] === header); - }, - maybeShowNestedGroupHeader: function() { - // Group headers are special in that they are auto-hidden when their subheaders are all - // hidden and auto-shown when the first subheader is reshown. They are the only headers - // that should now be auto-shown or -hidden. - // - // It follows that since group headers are dictated by some automation depending upon the - // state of their child items that all group headers should be shown if anyone in the - // hierarchy is shown since these special group headers only contain one child, which is - // the next group header in the stack. - // This only should apply to the following grouped header scenario: - // - // +-----------------------------------+ - // | Group 1 | - // |-----------------------------------| - // | Group 2 | - // other |-----------------------------------| other - // headers | Group 3 | headers - // |-----------------------------------| - // | Field3 | Field4 | Field5 | Field6 | - // |===================================| - // | view | - // +-----------------------------------+ - // - var items = this.items, - item; - if (items && items.length === 1 && (item = items.getAt(0)) && item.hidden) { - item.show(); - } - }, - setNestedParent: function(target) { - // Here we need to prevent the removal of ancestor group headers from occuring if a flag is set. This - // is needed when there are stacked group headers and only the deepest nested group header has leaf items - // in its collection. In this specific scenario, the group headers above it only have 1 item, which is its - // child nested group header. - // - // If we don't set this flag, then all of the grouped headers will be recursively removed all the way up to - // the root container b/c Ext.grid.header.Container#onRemove will remove all containers that don't contain - // any items. - // - // Note that if an ownerCt only has one item, then we know that this item is the group header that we're - // currently dragging. - // - // Also, note that we mark the owner as the target header because everything up to that should be removed. - // - // We have to reset any previous headers that may have been target.ownerCts! - target.isNestedParent = false; - target.ownerCt.isNestedParent = !!(this.ownerCt.items.length === 1 && target.ownerCt.items.length === 1); - }, - initEvents: function() { - var me = this, - onHeaderCtEvent, listeners; - me.callParent(); - // If this is top level, listen for events to delegate to descendant headers. - if (!me.isColumn && !me.isGroupHeader) { - onHeaderCtEvent = me.onHeaderCtEvent; - listeners = { - click: onHeaderCtEvent, - dblclick: onHeaderCtEvent, - contextmenu: onHeaderCtEvent, - mouseover: me.onHeaderCtMouseOver, - mouseout: me.onHeaderCtMouseOut, - scope: me - }; - if (Ext.supports.Touch) { - listeners.longpress = me.onHeaderCtLongPress; - } - me.mon(me.el, listeners); - } - }, - onHeaderCtEvent: function(e, t) { - var me = this, - headerEl = me.getHeaderElByEvent(e), - header, targetEl, activeHeader; - if (me.longPressFired) { - // if we just showed the menu as a result of a longpress, do not process - // the click event and sort the column. - me.longPressFired = false; - return; - } - if (headerEl && !me.blockEvents) { - header = Ext.getCmp(headerEl.id); - if (header) { - targetEl = header[header.clickTargetName]; - // If there's no possibility that the mouseEvent was on child header items, - // or it was definitely in our titleEl, then process it - if ((!header.isGroupHeader && !header.isContainer) || e.within(targetEl)) { - if (e.type === 'click' || e.type === 'tap') { - // The header decides which header to activate on click - // on Touch, anywhere in the splitter zone activates - // the left header. - activeHeader = header.onTitleElClick(e, targetEl, me.sortOnClick); - if (activeHeader) { - // If activated by touch, there is no trigger el to align with, so align to the header element. - me.onHeaderTriggerClick(activeHeader, e, e.pointerType === 'touch' ? activeHeader.el : activeHeader.triggerEl); - } else { - me.onHeaderClick(header, e, t); - } - } else if (e.type === 'contextmenu') { - me.onHeaderContextMenu(header, e, t); - } else if (e.type === 'dblclick' && header.resizable) { - header.onTitleElDblClick(e, targetEl.dom); - } - } - } - } - }, - blockNextEvent: function() { - this.blockEvents = true; - Ext.asap(this.unblockEvents, this); - }, - unblockEvents: function() { - this.blockEvents = false; - }, - onHeaderCtMouseOver: function(e, t) { - var headerEl, header, targetEl; - // Only proces the mouse entering this HeaderContainer. - // From header to header, and exiting this HeaderContainer we track using mouseout events. - if (!e.within(this.el, true)) { - headerEl = e.getTarget('.' + Ext.grid.column.Column.prototype.baseCls); - header = headerEl && Ext.getCmp(headerEl.id); - if (header) { - targetEl = header[header.clickTargetName]; - if (e.within(targetEl)) { - header.onTitleMouseOver(e, targetEl.dom); - } - } - } - }, - onHeaderCtMouseOut: function(e, t) { - var headerSelector = '.' + Ext.grid.column.Column.prototype.baseCls, - outHeaderEl = e.getTarget(headerSelector), - inHeaderEl = e.getRelatedTarget(headerSelector), - header, targetEl; - // It's a mouseenter/leave, not an internal element change within a Header - if (outHeaderEl !== inHeaderEl) { - if (outHeaderEl) { - header = Ext.getCmp(outHeaderEl.id); - if (header) { - targetEl = header[header.clickTargetName]; - header.onTitleMouseOut(e, targetEl.dom); - } - } - if (inHeaderEl) { - header = Ext.getCmp(inHeaderEl.id); - if (header) { - targetEl = header[header.clickTargetName]; - header.onTitleMouseOver(e, targetEl.dom); - } - } - } - }, - onHeaderCtLongPress: function(e) { - var me = this, - headerEl = me.getHeaderElByEvent(e), - header = Ext.getCmp(headerEl.id); - if (!header.menuDisabled) { - me.longPressFired = true; - me.showMenuBy(e, headerEl, header); - } - }, - getHeaderElByEvent: function(e) { - return e.getTarget('.' + Ext.grid.column.Column.prototype.baseCls); - }, - isLayoutRoot: function() { - // Since we're docked, the width is always calculated - // If we're hidden, the height is explicitly 0, which - // means we'll be considered a layout root. However, we - // still need the view to layout to update the underlying - // table to match the size. - if (this.hiddenHeaders) { - return false; - } - return this.callParent(); - }, - // Find the topmost HeaderContainer - getRootHeaderCt: function() { - var me = this; - return me.isRootHeader ? me : me.up('[isRootHeader]'); - }, - onDestroy: function() { - var me = this; - if (me.menu) { - me.menu.un('hide', me.onMenuHide, me); - } - me.menuTask.cancel(); - me.callParent(); - Ext.destroy(me.visibleColumnManager, me.columnManager, me.menu); - me.columnManager = me.visibleColumnManager = null; - }, - applyColumnsState: function(columns, storeState) { - if (!columns || !columns.length) { - return; - } - var me = this, - items = me.items.items, - count = items.length, - i = 0, - length = columns.length, - c, col, columnState, index, - moved = false, - newOrder = [], - stateHash = {}, - newCols = []; - // Create state lookup hash - // { - // col_name: { - // index: 0, - // width: 100 - // }, - // col_email: { - // index: 1, - // width: 100 - // } - // } - for (c = 0; c < length; c++) { - columnState = columns[c]; - columnState.index = c; - stateHash[columnState.id] = columnState; - } - for (i = 0; i < count; i++) { - col = items[i]; - columnState = stateHash[col.getStateId()]; - // There's a column state for this column. - // Add it to the newOrder array at the specified index - if (columnState) { - index = columnState.index; - newOrder[index] = col; - if (i !== index) { - moved = true; - } - if (col.applyColumnState) { - col.applyColumnState(columnState, storeState); - } - } else // A new column. - // It must be inserted at this index after state restoration, - { - newCols.push({ - index: i, - column: col - }); - } - } - // If any saved columns were missing, close the gaps where they were - newOrder = Ext.Array.clean(newOrder); - // New column encountered. - // Insert them into the newOrder at their configured position - length = newCols.length; - if (length) { - for (i = 0; i < length; i++) { - columnState = newCols[i]; - index = columnState.index; - if (index < newOrder.length) { - moved = true; - Ext.Array.splice(newOrder, index, 0, columnState.column); - } else { - newOrder.push(columnState.column); - } - } - } - if (moved) { - // This flag will prevent the groupheader from being removed by its owner when it (temporarily) has no child items. - me.applyingState = true; - me.removeAll(false); - delete me.applyingState; - me.add(newOrder); - me.purgeCache(); - } - }, - getColumnsState: function() { - var me = this, - columns = [], - state; - me.items.each(function(col) { - state = col.getColumnState && col.getColumnState(); - if (state) { - columns.push(state); - } - }); - return columns; - }, - // Invalidate column cache on add - // We cannot refresh the View on every add because this method is called - // when the HeaderDropZone moves Headers around, that will also refresh the view - onAdd: function(c) { - var me = this; - if (!me._usedIDs) { - me._usedIDs = {}; - } - if (me._usedIDs[c.headerId]) { - Ext.log.warn(this.$className + ' attempted to reuse an existing id: ' + c.headerId); - } - me._usedIDs[c.headerId] = true; - me.callParent(arguments); - me.onHeadersChanged(c, me.isDDMoveInGrid); - }, - move: function(fromIdx, toIdx) { - var me = this, - items = me.items, - headerToMove; - if (fromIdx.isComponent) { - headerToMove = fromIdx; - fromIdx = items.indexOf(headerToMove); - } else { - headerToMove = items.getAt(fromIdx); - } - // Take real grid column index of column being moved - headerToMove.visibleFromIdx = me.getRootHeaderCt().visibleColumnManager.indexOf(headerToMove); - me.callParent(arguments); - }, - onMove: function(headerToMove, fromIdx, toIdx) { - var me = this, - gridHeaderCt = me.getRootHeaderCt(), - gridVisibleColumnManager = gridHeaderCt.visibleColumnManager, - numColsToMove = 1, - visibleToIdx; - // Purges cache so that indexOf returns new position of header - me.onHeadersChanged(headerToMove, true); - visibleToIdx = gridVisibleColumnManager.indexOf(headerToMove); - if (visibleToIdx >= headerToMove.visibleFromIdx) { - visibleToIdx++; - } - me.callParent(arguments); - // If what is being moved is a group header, then pass the correct column count - if (headerToMove.isGroupHeader) { - numColsToMove = headerToMove.visibleColumnManager.getColumns().length; - } - gridHeaderCt.onHeaderMoved(headerToMove, numColsToMove, headerToMove.visibleFromIdx, visibleToIdx); - }, - // @private - maybeContinueRemove: function() { - var me = this; - // Note that if the column is a group header and is the current target of a drag, we don't want to remove it - // if it since it could be one of any number of (empty) nested group headers. - // See #isNested. - // - // There are also other scenarios in which the remove should not occur. For instance, when applying column - // state to a groupheader, the subheaders are all removed before being re-added in their stateful order, - // and the groupheader should not be removed in the meantime. - // See EXTJS-17577. - return (me.isGroupHeader && !me.applyingState) && !me.isNestedParent && me.ownerCt && !me.items.getCount(); - }, - // Invalidate column cache on remove - // We cannot refresh the View on every remove because this method is called - // when the HeaderDropZone moves Headers around, that will also refresh the view - onRemove: function(c, isDestroying) { - var me = this, - ownerCt = me.ownerCt, - lastHiddenHeader = c.lastHiddenHeader; - me.callParent([ - c, - isDestroying - ]); - if (!me._usedIDs) { - me._usedIDs = {}; - } - delete me._usedIDs[c.headerId]; - if (!me.destroying) { - // isDDMoveInGrid flag set by Ext.grid.header.DropZone when moving into another container *within the same grid*. - // This stops header change processing from being executed twice, once on remove and then on the subsequent add. - if (!me.isDDMoveInGrid) { - me.onHeadersChanged(c, false); - } - if (me.maybeContinueRemove()) { - // Detach the header from the DOM here. Since we're removing and destroying the container, - // the inner DOM may get overwritten, since Container::deatchOnRemove gets processed after - // onRemove. - if (c.rendered) { - me.detachComponent(c); - } - // If we don't have any items left and we're a group, remove ourselves. - // This will cascade up if necessary - Ext.suspendLayouts(); - ownerCt.remove(me); - Ext.resumeLayouts(true); - } - } - }, - // Private - // Called to clear all caches of columns whenever columns are added, removed to just moved. - // We need to be informed if it's just a move operation so that we don't call the heavier - // grid.onHeadersChanged which refreshes the view. - // The onMove handler ensures that grid.inHeaderMove is called which just swaps cells. - onHeadersChanged: function(c, isMove) { - var gridPanel, - gridHeaderCt = this.getRootHeaderCt(); - // Each HeaderContainer up the chain must have its cache purged so that its getGridColumns method will return correct results. - this.purgeHeaderCtCache(this); - if (gridHeaderCt) { - gridHeaderCt.onColumnsChanged(); - if (!c.isGroupHeader) { - gridPanel = gridHeaderCt.ownerCt; - // If it an add or remove operation causing this header change call, then inform the grid which refreshes. - // Moving calls the onHeaderMoved method of the grid which just swaps cells. - if (gridPanel && !isMove) { - gridPanel.onHeadersChanged(gridHeaderCt, c); - } - } - } - }, - // Private - onHeaderMoved: function(header, colsToMove, fromIdx, toIdx) { - var me = this, - gridSection = me.ownerCt; - if (me.rendered) { - if (gridSection && gridSection.onHeaderMove) { - gridSection.onHeaderMove(me, header, colsToMove, fromIdx, toIdx); - } - me.fireEvent('columnmove', me, header, fromIdx, toIdx); - } - }, - // Private - // Only called on the grid's headerCt. - // Called whenever a column is added or removed or moved at any level below. - // Ensures that the gridColumns caches are cleared. - onColumnsChanged: function() { - var me = this, - menu = me.menu, - columnItemSeparator, columnItem; - if (me.rendered) { - me.fireEvent('columnschanged', me); - // Column item (and its associated menu) menu has to be destroyed (if it exits) when columns are changed. - // It will be recreated just before the main container menu is next shown. - if (menu && (columnItemSeparator = menu.child('#columnItemSeparator'))) { - columnItem = menu.child('#columnItem'); - // Destroy the column visibility items - // They will be recreated before the next show - columnItemSeparator.destroy(); - columnItem.destroy(); - } - } - }, - /** - * @private - */ - lookupComponent: function(comp) { - var result = this.callParent(arguments); - // Apply default width unless it's a group header (in which case it must be left to shrinkwrap), or it's flexed. - // Test whether width is undefined so that width: null can be used to have the header shrinkwrap its text. - if (!result.isGroupHeader && result.width === undefined && !result.flex) { - result.width = this.defaultWidth; - } - return result; - }, - /** - * @private - * Synchronize column UI visible sort state with Store's sorters. - */ - setSortState: function() { - var store = this.up('[store]').store, - columns = this.visibleColumnManager.getColumns(), - len = columns.length, - i, header, sorter; - for (i = 0; i < len; i++) { - header = columns[i]; - // Access the column's custom sorter in preference to one keyed on the data index. - sorter = header.getSorter(); - if (sorter) { - // If the column was configured with a sorter, we must check that the sorter - // is part of the store's sorter collection to update the UI to the correct state. - // The store may not actually BE sorted by that sorter. - if (!store.getSorters().contains(sorter)) { - sorter = null; - } - } else { - sorter = store.getSorters().get(header.getSortParam()); - } - // Important: A null sorter for this column will *clear* the UI sort indicator. - header.setSortState(sorter); - } - }, - getHeaderMenu: function() { - var menu = this.getMenu(), - item; - if (menu) { - item = menu.child('#columnItem'); - if (item) { - return item.menu; - } - } - return null; - }, - onHeaderVisibilityChange: function(header, visible) { - var me = this, - menu = me.getHeaderMenu(), - item; - // Invalidate column collections upon column hide/show - me.purgeHeaderCtCache(header.ownerCt); - if (menu) { - // If the header was hidden programmatically, sync the Menu state - item = me.getMenuItemForHeader(menu, header); - if (item) { - item.setChecked(visible, true); - } - // delay this since the headers may fire a number of times if we're hiding/showing groups - if (menu.isVisible()) { - me.menuTask.delay(50); - } - } - }, - updateMenuDisabledState: function(menu) { - var me = this, - columns = me.query('gridcolumn:not([hidden])'), - i, - len = columns.length, - item, checkItem, method; - // If called from menu creation, it will be passed to avoid infinite recursion - if (!menu) { - menu = me.getMenu(); - } - for (i = 0; i < len; ++i) { - item = columns[i]; - checkItem = me.getMenuItemForHeader(menu, item); - if (checkItem) { - method = item.isHideable() ? 'enable' : 'disable'; - if (checkItem.menu) { - method += 'CheckChange'; - } - checkItem[method](); - } - } - }, - getMenuItemForHeader: function(menu, header) { - return header ? menu.down('menucheckitem[headerId=' + header.id + ']') : null; - }, - onHeaderShow: function(header) { - var me = this, - ownerCt = me.ownerCt, - lastHiddenHeader = header.lastHiddenHeader; - if (!ownerCt) { - return; - } - if (me.forceFit) { - delete me.flex; - } - // If lastHiddenHeader exists we know that header is a groupHeader and if all its subheaders - // are hidden then we need to show the last one that was hidden. - if (lastHiddenHeader && !header.query('[hidden=false]').length) { - lastHiddenHeader.show(); - header.lastHiddenHeader = null; - } - me.onHeaderVisibilityChange(header, true); - ownerCt.onHeaderShow(me, header); - me.fireEvent('columnshow', me, header); - me.fireEvent('columnschanged', this); - }, - onHeaderHide: function(header) { - var me = this, - ownerCt = me.ownerCt; - if (!ownerCt) { - return; - } - me.onHeaderVisibilityChange(header, false); - ownerCt.onHeaderHide(me, header); - me.fireEvent('columnhide', me, header); - me.fireEvent('columnschanged', this); - }, - onHeaderResize: function(header, w) { - var me = this, - gridSection = me.ownerCt; - if (gridSection) { - gridSection.onHeaderResize(me, header, w); - } - me.fireEvent('columnresize', me, header, w); - }, - onHeaderClick: function(header, e, t) { - var me = this, - selModel = header.getView().getSelectionModel(); - header.fireEvent('headerclick', me, header, e, t); - if (me.fireEvent('headerclick', me, header, e, t) !== false) { - if (selModel.onHeaderClick) { - selModel.onHeaderClick(me, header, e); - } - } - }, - onHeaderContextMenu: function(header, e, t) { - header.fireEvent('headercontextmenu', this, header, e, t); - this.fireEvent('headercontextmenu', this, header, e, t); - }, - onHeaderTriggerClick: function(header, e, t) { - var me = this; - if (header.fireEvent('headertriggerclick', me, header, e, t) !== false && me.fireEvent('headertriggerclick', me, header, e, t) !== false) { - // If menu is already active... - if (header.activeMenu) { - // Click/tap toggles the menu visibility. - if (e.pointerType) { - header.activeMenu.hide(); - } else { - header.activeMenu.focus(); - } - } else { - me.showMenuBy(e, t, header); - } - } - }, - /** - * @private - * - * Shows the column menu under the target element passed. This method is used when the trigger element on the column - * header is clicked on and rarely should be used otherwise. - * - * @param {Ext.event.Event} [event] The event which triggered the current handler. If omitted - * or a key event, the menu autofocuses its first item. - * @param {HTMLElement/Ext.dom.Element} t The target to show the menu by - * @param {Ext.grid.header.Container} header The header container that the trigger was clicked on. - */ - showMenuBy: function(clickEvent, t, header) { - var menu = this.getMenu(), - ascItem = menu.down('#ascItem'), - descItem = menu.down('#descItem'), - sortableMth, - isTouch = clickEvent && clickEvent.pointerType === 'touch'; - // Use ownerCmp as the upward link. Menus *must have no ownerCt* - they are global floaters. - // Upward navigation is done using the up() method. - menu.activeHeader = menu.ownerCmp = header; - header.setMenuActive(menu); - // enable or disable asc & desc menu items based on header being sortable - sortableMth = header.sortable ? 'enable' : 'disable'; - if (ascItem) { - ascItem[sortableMth](); - } - if (descItem) { - descItem[sortableMth](); - } - // Pointer-invoked menus do not auto focus, key invoked ones do. - menu.autoFocus = !clickEvent || clickEvent.keyCode; - // For longpress t is the header, for click/hover t is the trigger - menu.showBy(t, 'tl-bl?'); - // Menu show was vetoed by event handler - clear context - if (!menu.isVisible()) { - this.onMenuHide(menu); - } - }, - hideMenu: function() { - if (this.menu) { - this.menu.hide(); - } - }, - // remove the trigger open class when the menu is hidden - onMenuHide: function(menu) { - menu.activeHeader.setMenuActive(false); - }, - purgeHeaderCtCache: function(headerCt) { - while (headerCt) { - headerCt.purgeCache(); - if (headerCt.isRootHeader) { - return; - } - headerCt = headerCt.ownerCt; - } - }, - purgeCache: function() { - var me = this, - visibleColumnManager = me.visibleColumnManager, - columnManager = me.columnManager; - // Delete column cache - column order has changed. - me.gridVisibleColumns = me.gridDataColumns = me.hideableColumns = null; - // ColumnManager. Only the top - if (visibleColumnManager) { - visibleColumnManager.invalidate(); - columnManager.invalidate(); - } - }, - /** - * Gets the menu (and will create it if it doesn't already exist) - * @private - */ - getMenu: function() { - var me = this, - grid = me.view && me.view.ownerGrid; - if (!me.menu) { - me.menu = new Ext.menu.Menu({ - hideOnParentHide: false, - // Persists when owning ColumnHeader is hidden - items: me.getMenuItems(), - listeners: { - beforeshow: me.beforeMenuShow, - hide: me.onMenuHide, - scope: me - } - }); - me.fireEvent('menucreate', me, me.menu); - if (grid) { - grid.fireEvent('headermenucreate', grid, me.menu, me); - } - } - return me.menu; - }, - // Render our menus to the first enclosing scrolling element so that they scroll with the grid - beforeMenuShow: function(menu) { - var me = this, - columnItem = menu.child('#columnItem'), - hideableColumns, insertPoint; - // If a change of column structure caused destruction of the column menu item - // or the main menu was created without the column menu item because it began with no hideable headers - // Then create it and its menu now. - if (!columnItem) { - hideableColumns = me.enableColumnHide ? me.getColumnMenu(me) : null; - // Insert after the "Sort Ascending", "Sort Descending" menu items if they are present. - insertPoint = me.sortable ? 2 : 0; - if (hideableColumns && hideableColumns.length) { - menu.insert(insertPoint, [ - { - itemId: 'columnItemSeparator', - xtype: 'menuseparator' - }, - { - itemId: 'columnItem', - text: me.columnsText, - iconCls: me.menuColsIcon, - menu: { - items: hideableColumns - }, - hideOnClick: false - } - ]); - } - } - me.updateMenuDisabledState(me.menu); - }, - // TODO: rendering the menu to the nearest overlfowing ancestor has been disabled - // since DomQuery is no longer available by default in 5.0 - // if (!menu.rendered) { - // menu.render(this.el.up('{overflow=auto}') || document.body); - // } - /** - * Returns an array of menu items to be placed into the shared menu - * across all headers in this header container. - * @return {Array} menuItems - */ - getMenuItems: function() { - var me = this, - menuItems = [], - hideableColumns = me.enableColumnHide ? me.getColumnMenu(me) : null; - if (me.sortable) { - menuItems = [ - { - itemId: 'ascItem', - text: me.sortAscText, - iconCls: me.menuSortAscCls, - handler: me.onSortAscClick, - scope: me - }, - { - itemId: 'descItem', - text: me.sortDescText, - iconCls: me.menuSortDescCls, - handler: me.onSortDescClick, - scope: me - } - ]; - } - if (hideableColumns && hideableColumns.length) { - if (me.sortable) { - menuItems.push({ - itemId: 'columnItemSeparator', - xtype: 'menuseparator' - }); - } - menuItems.push({ - itemId: 'columnItem', - text: me.columnsText, - iconCls: me.menuColsIcon, - menu: hideableColumns, - hideOnClick: false - }); - } - return menuItems; - }, - // sort asc when clicking on item in menu - onSortAscClick: function() { - var menu = this.getMenu(), - activeHeader = menu.activeHeader; - activeHeader.sort('ASC'); - }, - // sort desc when clicking on item in menu - onSortDescClick: function() { - var menu = this.getMenu(), - activeHeader = menu.activeHeader; - activeHeader.sort('DESC'); - }, - /** - * Returns an array of menu CheckItems corresponding to all immediate children - * of the passed Container which have been configured as hideable. - */ - getColumnMenu: function(headerContainer) { - var menuItems = [], - i = 0, - item, - items = headerContainer.query('>gridcolumn[hideable]'), - itemsLn = items.length, - menuItem; - for (; i < itemsLn; i++) { - item = items[i]; - menuItem = new Ext.menu.CheckItem({ - text: item.menuText || item.text, - checked: !item.hidden, - hideOnClick: false, - headerId: item.id, - menu: item.isGroupHeader ? this.getColumnMenu(item) : undefined, - checkHandler: this.onColumnCheckChange, - scope: this - }); - menuItems.push(menuItem); - } - // Prevent creating a submenu if we have no items - return menuItems.length ? menuItems : null; - }, - onColumnCheckChange: function(checkItem, checked) { - var header = Ext.getCmp(checkItem.headerId); - if (header.rendered) { - header[checked ? 'show' : 'hide'](); - } else { - header.hidden = !checked; - } - }, - /** - * Returns the number of grid columns descended from this HeaderContainer. - * Group Columns are HeaderContainers. All grid columns are returned, including hidden ones. - */ - getColumnCount: function() { - return this.getGridColumns().length; - }, - /** - * Gets the full width of all columns that are visible for setting width of tables. - */ - getTableWidth: function() { - var fullWidth = 0, - headers = this.getVisibleGridColumns(), - headersLn = headers.length, - i; - for (i = 0; i < headersLn; i++) { - fullWidth += headers[i].getCellWidth() || 0; - } - return fullWidth; - }, - /** - * Returns an array of the **visible** columns in the grid. This goes down to the - * lowest column header level, and does not return **grouped** headers which contain - * sub headers. - * - * See also {@link Ext.grid.header.Container#getGridColumns} - * @return {Ext.grid.column.Column[]} columns An array of visible columns. Returns - * an empty array if no visible columns are found. - */ - getVisibleGridColumns: function() { - var me = this, - allColumns, rootHeader, result, len, i, column; - if (me.gridVisibleColumns) { - return me.gridVisibleColumns; - } - allColumns = me.getGridColumns(); - rootHeader = me.getRootHeaderCt(); - result = []; - len = allColumns.length; - // Use an inline check instead of ComponentQuery filtering for better performance for - // repeated grid row rendering - as in buffered rendering. - for (i = 0; i < len; i++) { - column = allColumns[i]; - if (!column.hidden && !column.isColumnHidden(rootHeader)) { - result[result.length] = column; - } - } - me.gridVisibleColumns = result; - return result; - }, - isColumnHidden: function(rootHeader) { - var owner = this.getRefOwner(); - while (owner && owner !== rootHeader) { - if (owner.hidden) { - return true; - } - owner = owner.getRefOwner(); - } - return false; - }, - /** - * @method getGridColumns - * Returns an array of all columns which exist in the grid's View, visible or not. - * This goes down to the leaf column header level, and does not return **grouped** - * headers which contain sub headers. - * - * It includes hidden headers even though they are not rendered. This is for - * collection of menu items for the column hide/show menu. - * - * Headers which have a hidden ancestor have a `hiddenAncestor: true` property - * injected so that descendants are known to be hidden without interrogating that - * header's ownerCt axis for a hidden ancestor. - * - * See also {@link Ext.grid.header.Container#getVisibleGridColumns} - * @return {Ext.grid.column.Column[]} columns An array of columns. Returns an - * empty array if no columns are found. - */ - /** @ignore */ - getGridColumns: function(/* private - used in recursion*/ - inResult, hiddenAncestor) { - if (!inResult && this.gridDataColumns) { - return this.gridDataColumns; - } - var me = this, - result = inResult || [], - items, i, len, item, lastVisibleColumn; - hiddenAncestor = hiddenAncestor || me.hidden; - if (me.items) { - items = me.items.items; - // An ActionColumn (Columns extend HeaderContainer) may have an items *array* being the action items that it renders. - if (items) { - for (i = 0 , len = items.length; i < len; i++) { - item = items[i]; - if (item.isGroupHeader) { - // Group headers will need a visibleIndex for if/when they're removed from their owner. - // See Ext.layout.container.Container#moveItemBefore. - item.visibleIndex = result.length; - item.getGridColumns(result, hiddenAncestor); - } else { - item.hiddenAncestor = hiddenAncestor; - result.push(item); - } - } - } - } - if (!inResult) { - me.gridDataColumns = result; - } - // If top level, correct first and last visible column flags - if (!inResult && len) { - // Set firstVisible and lastVisible flags - for (i = 0 , len = result.length; i < len; i++) { - item = result[i]; - // The column index within all (visible AND hidden) leaf level columns. - // Used as the cellIndex in TableView's cell renderer call - item.fullColumnIndex = i; - item.isFirstVisible = item.isLastVisible = false; - if (!(item.hidden || item.hiddenAncestor)) { - if (!lastVisibleColumn) { - item.isFirstVisible = true; - } - lastVisibleColumn = item; - } - } - // If we haven't hidden all columns, tag the last visible one encountered - if (lastVisibleColumn) { - lastVisibleColumn.isLastVisible = true; - } - } - return result; - }, - /** - * @private - * For use by column headers in determining whether there are any hideable columns when deciding whether or not - * the header menu should be disabled. - */ - getHideableColumns: function() { - var me = this, - result = me.hideableColumns; - if (!result) { - result = me.hideableColumns = me.query('[hideable]'); - } - return result; - }, - /** - * Returns the index of a leaf level header regardless of what the nesting - * structure is. - * - * If a group header is passed, the index of the first leaf level header within it is returned. - * - * @param {Ext.grid.column.Column} header The header to find the index of - * @return {Number} The index of the specified column header - */ - getHeaderIndex: function(header) { - // Binding the columnManager to a column makes it backwards-compatible with versions - // that only bind the columnManager to a root header. - if (!this.columnManager) { - this.columnManager = this.getRootHeaderCt().columnManager; - } - return this.columnManager.getHeaderIndex(header); - }, - /** - * Get a leaf level header by index regardless of what the nesting - * structure is. - * - * @param {Number} index The column index for which to retrieve the column. - */ - getHeaderAtIndex: function(index) { - // Binding the columnManager to a column makes it backwards-compatible with versions - // that only bind the columnManager to a root header. - if (!this.columnManager) { - this.columnManager = this.getRootHeaderCt().columnManager; - } - return this.columnManager.getHeaderAtIndex(index); - }, - /** - * When passed a column index, returns the closet *visible* column to that. If the column at the passed index is visible, - * that is returned. If it is hidden, either the next visible, or the previous visible column is returned. - * - * @param {Number} index Position at which to find the closest visible column. - */ - getVisibleHeaderClosestToIndex: function(index) { - // Binding the columnManager to a column makes it backwards-compatible with versions - // that only bind the columnManager to a root header. - if (!this.visibleColumnManager) { - this.visibleColumnManager = this.getRootHeaderCt().visibleColumnManager; - } - return this.visibleColumnManager.getVisibleHeaderClosestToIndex(index); - }, - applyForceFit: function(header) { - var me = this, - view = me.view, - minWidth = Ext.grid.plugin.HeaderResizer.prototype.minColWidth, - // Used when a column's max contents are larger than the available view width. - useMinWidthForFlex = false, - defaultWidth = Ext.grid.header.Container.prototype.defaultWidth, - availFlex = me.el.dom.clientWidth - (view.el.dom.scrollHeight > view.el.dom.clientHeight ? Ext.getScrollbarSize().width : 0), - totalFlex = 0, - items = me.getVisibleGridColumns(), - hidden = header.hidden, - len, i, item, maxAvailFlexOneColumn, myWidth; - function getTotalFlex() { - for (i = 0 , len = items.length; i < len; i++) { - item = items[i]; - // Skip the current header. - if (item === header) { - - continue; - } - item.flex = item.flex || item.width || item.getWidth(); - totalFlex += item.flex; - item.width = null; - } - } - function applyWidth() { - // The currently-sized column (whether resized or reshown) will already - // have a width, so all other columns will need to be flexed. - var isCurrentHeader; - for (i = 0 , len = items.length; i < len; i++) { - item = items[i]; - isCurrentHeader = (item === header); - if (useMinWidthForFlex && !isCurrentHeader) { - // The selected column is extremely large so set all the others as flex minWidth. - item.flex = minWidth; - item.width = null; - } else if (!isCurrentHeader) { - // Note that any widths MUST be converted to flex. Imagine that all but one columns - // are hidden. The widths of each column very easily could be greater than the total - // available width (think about the how visible header widths increase as sibling - // columns are hidden), so they cannot be reliably used to size the header, and the only - // safe approach is to convert any all widths to flex (except for the current header). - myWidth = item.flex || defaultWidth; - item.flex = Math.max(Math.ceil((myWidth / totalFlex) * availFlex), minWidth); - item.width = null; - } - item.setWidth(item.width || item.flex); - } - } - Ext.suspendLayouts(); - // Determine the max amount of flex that a single column can have. - maxAvailFlexOneColumn = (availFlex - ((items.length + 1) * minWidth)); - // First, remove the header's flex as it should always receive a set width - // since it is the header being operated on. - header.flex = null; - if (hidden) { - myWidth = header.width || header.savedWidth; - header.savedWidth = null; - } else { - myWidth = view.getMaxContentWidth(header); - } - // We need to know if the max content width of the selected column would blow out the - // grid. If so, all the other visible columns will be flexed to minWidth. - if (myWidth > maxAvailFlexOneColumn) { - header.width = maxAvailFlexOneColumn; - useMinWidthForFlex = true; - } else { - header.width = myWidth; - // Substract the current header's width from the available flex + some padding - // to ensure that the last column doesn't get nudged out of the view. - availFlex -= myWidth + defaultWidth; - getTotalFlex(); - } - applyWidth(); - Ext.resumeLayouts(true); - }, - autoSizeColumn: function(header) { - var view = this.view; - if (view) { - view.autoSizeColumn(header); - if (this.forceFit) { - this.applyForceFit(header); - } - } - }, - getRefItems: function(deep) { - // Override to include the header menu in the component tree - var result = this.callParent([ - deep - ]); - if (this.menu) { - result.push(this.menu); - } - return result; - }, - privates: { - beginChildHide: function() { - ++this.childHideCount; - }, - endChildHide: function() { - --this.childHideCount; - }, - getFocusables: function() { - return this.isRootHeader ? this.getVisibleGridColumns() : this.items.items; - }, - createFocusableContainerKeyNav: function(el) { - var me = this; - return new Ext.util.KeyNav(el, { - scope: me, - down: me.showHeaderMenu, - left: me.onFocusableContainerLeftKey, - right: me.onFocusableContainerRightKey, - home: me.onHomeKey, - end: me.onEndKey, - space: me.onHeaderActivate, - enter: me.onHeaderActivate - }); - }, - onHomeKey: function(e) { - return this.focusChild(null, true, e); - }, - onEndKey: function(e) { - return this.focusChild(null, false, e); - }, - showHeaderMenu: function(e) { - var column = this.getFocusableFromEvent(e); - // DownArrow event must be from a column, not a Component within the column (eg filter fields) - if (column && column.isColumn && column.triggerEl) { - this.onHeaderTriggerClick(column, e, column.triggerEl); - } - }, - onHeaderActivate: function(e) { - var column = this.getFocusableFromEvent(e), - view, lastFocused; - // Remember that not every descendant of a headerCt is a column! It could be a child component of a column. - if (column && column.isColumn) { - view = column.getView(); - // Sort the column is configured that way. - // sortOnClick may be set to false by SpreadsheelSelectionModel to allow click to select a column. - if (column.sortable && this.sortOnClick) { - lastFocused = view.getNavigationModel().getLastFocused(); - column.toggleSortState(); - // After keyboard sort, bring last focused record into view - if (lastFocused) { - view.ownerCt.ensureVisible(lastFocused.record); - } - } - // onHeaderClick is a necessary part of accessibility processing, sortable or not. - this.onHeaderClick(column, e, column.el); - } - }, - onFocusableContainerMousedown: function(e, target) { - var targetCmp = Ext.Component.fromElement(target); - if (targetCmp === this) { - e.preventDefault(); - } else { - // The DDManager (Header Containers are draggable) prevents mousedown default - // So we must explicitly focus the header - targetCmp.focus(); - } - } - } -}); - -/** - * This class specifies the definition for a column inside a {@link Ext.grid.Panel}. It encompasses - * both the grid header configuration as well as displaying data within the grid itself. If the - * {@link #columns} configuration is specified, this column will become a column group and can - * contain other columns inside. In general, this class will not be created directly, rather - * an array of column configurations will be passed to the grid: - * - * @example - * Ext.create('Ext.data.Store', { - * storeId:'employeeStore', - * fields:['firstname', 'lastname', 'seniority', 'dep', 'hired'], - * data:[ - * {firstname:"Michael", lastname:"Scott", seniority:7, dep:"Management", hired:"01/10/2004"}, - * {firstname:"Dwight", lastname:"Schrute", seniority:2, dep:"Sales", hired:"04/01/2004"}, - * {firstname:"Jim", lastname:"Halpert", seniority:3, dep:"Sales", hired:"02/22/2006"}, - * {firstname:"Kevin", lastname:"Malone", seniority:4, dep:"Accounting", hired:"06/10/2007"}, - * {firstname:"Angela", lastname:"Martin", seniority:5, dep:"Accounting", hired:"10/21/2008"} - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Column Demo', - * store: Ext.data.StoreManager.lookup('employeeStore'), - * columns: [ - * {text: 'First Name', dataIndex:'firstname'}, - * {text: 'Last Name', dataIndex:'lastname'}, - * {text: 'Hired Month', dataIndex:'hired', xtype:'datecolumn', format:'M'}, - * {text: 'Department (Yrs)', xtype:'templatecolumn', tpl:'{dep} ({seniority})'} - * ], - * width: 400, - * forceFit: true, - * renderTo: Ext.getBody() - * }); - * - * # Convenience Subclasses - * - * There are several column subclasses that provide default rendering for various data types - * - * - {@link Ext.grid.column.Action}: Renders icons that can respond to click events inline - * - {@link Ext.grid.column.Boolean}: Renders for boolean values - * - {@link Ext.grid.column.Date}: Renders for date values - * - {@link Ext.grid.column.Number}: Renders for numeric values - * - {@link Ext.grid.column.Template}: Renders a value using an {@link Ext.XTemplate} using the record data - * - * # Setting Sizes - * - * The columns are laid out by a {@link Ext.layout.container.HBox} layout, so a column can either - * be given an explicit width value or a flex configuration. If no width is specified the grid will - * automatically the size the column to 100px. For column groups, the size is calculated by measuring - * the width of the child columns, so a width option should not be specified in that case. - * - * # Header Options - * - * - {@link #text}: Sets the header text for the column - * - {@link #sortable}: Specifies whether the column can be sorted by clicking the header or using the column menu - * - {@link #hideable}: Specifies whether the column can be hidden using the column menu - * - {@link #menuDisabled}: Disables the column header menu - * - {@link #cfg-draggable}: Specifies whether the column header can be reordered by dragging - * - {@link #groupable}: Specifies whether the grid can be grouped by the column dataIndex. See also {@link Ext.grid.feature.Grouping} - * - * # Data Options - * - * - {@link #dataIndex}: The dataIndex is the field in the underlying {@link Ext.data.Store} to use as the value for the column. - * - {@link Ext.grid.column.Column#renderer}: Allows the underlying store - * value to be transformed before being displayed in the grid - * - * ## State saving - * - * When the owning {@link Ext.grid.Panel Grid} is configured - * {@link Ext.grid.Panel#cfg-stateful}, it will save its column state (order and width) - * encapsulated within the default Panel state of changed width and height and - * collapsed/expanded state. - * - * On a `stateful` grid, not only should the Grid have a - * {@link Ext.grid.Panel#cfg-stateId}, each column of the grid should also be configured - * with a {@link #stateId} which identifies that column locally within the grid. - * - * Omitting the `stateId` config from the columns results in columns with generated - * internal ID's. The generated ID's are subject to change on each page load - * making it impossible for the state manager to restore the previous state of the - * columns. - */ -Ext.define('Ext.grid.column.Column', { - extend: 'Ext.grid.header.Container', - xtype: 'gridcolumn', - requires: [ - 'Ext.grid.ColumnComponentLayout', - 'Ext.grid.ColumnLayout', - 'Ext.app.bind.Template' - ], - // for "format" support - alternateClassName: 'Ext.grid.Column', - config: { - triggerVisible: false, - /** - * @cfg {String/Object/Ext.util.Sorter} sorter - * A Sorter, or sorter config object to apply when the standard user interface sort gesture is invoked. - * This is usually clicking this column header, but there are also menu options to sort ascending or descending. - * - * Note that a sorter may also be specified as a function which accepts two records to compare. - */ - sorter: null - }, - // TODO: Implement visible triggers for touch-based platforms. - // Styling will need tweaking - looks a bit ugly with all triggers always visible. - baseCls: Ext.baseCSSPrefix + 'column-header', - // Not the standard, automatically applied overCls because we must filter out overs of child headers. - hoverCls: Ext.baseCSSPrefix + 'column-header-over', - ariaRole: 'columnheader', - enableFocusableContainer: false, - sortState: null, - possibleSortStates: [ - 'ASC', - 'DESC' - ], - // These are not readable descriptions; the values go in the aria-sort attribute. - ariaSortStates: { - ASC: 'ascending', - DESC: 'descending' - }, - childEls: [ - 'titleEl', - 'triggerEl', - 'textEl', - 'textContainerEl' - ], - /** - * @private - * @cfg {Boolean} [headerWrap=false] - * The default setting indicates that external CSS rules dictate that the title is `white-space: nowrap` and - * therefore, width cannot affect the measured height by causing text wrapping. This is what the Sencha-supplied - * styles set. If you change those styles to allow text wrapping, you must set this to `true`. - */ - headerWrap: false, - renderTpl: [ - '', - '{%this.renderContainer(out,values)%}' - ], - /** - * @cfg {Object[]} columns - * An optional array of sub-column definitions. This column becomes a group, and houses the columns defined in the - * `columns` config. - * - * Group columns may not be sortable. But they may be hideable and moveable. And you may move headers into and out - * of a group. Note that if all sub columns are dragged out of a group, the group is destroyed. - */ - /** - * @cfg {String} stateId - * An identifier which identifies this column uniquely within the owning grid's {@link #stateful state}. - * - * This does not have to be *globally* unique. A column's state is not saved standalone. It is encapsulated within - * the owning grid's state. - */ - /** - * @cfg {String} dataIndex - * The name of the field in the grid's {@link Ext.data.Store}'s {@link Ext.data.Model} definition from - * which to draw the column's value. **Required.** - */ - dataIndex: null, - /** - * @cfg {String} text - * The header text to be used as innerHTML (html tags are accepted) to display in the Grid. - * **Note**: to have a clickable header with no text displayed you can use the default of ` ` aka ` `. - */ - text: ' ', - /** - * @cfg {String} header - * The header text. - * @deprecated 4.0 Use {@link #text} instead. - */ - /** - * @cfg {String} menuText - * The text to render in the column visibility selection menu for this column. If not - * specified, will default to the text value. - */ - menuText: null, - /** - * @cfg {String} [emptyCellText=undefined] - * The text to display in empty cells (cells with a value of `undefined`, `null`, or `''`). - * - * Defaults to ` ` aka ` `. - */ - emptyCellText: ' ', - /** - * @cfg {Boolean} sortable - * False to disable sorting of this column. Whether local/remote sorting is used is specified in - * `{@link Ext.data.Store#remoteSort}`. - */ - sortable: true, - /** - * @cfg {Boolean} lockable - * If the grid is configured with {@link Ext.panel.Table#enableLocking enableLocking}, or has columns which are - * configured with a {@link #locked} value, this option may be used to disable user-driven locking or unlocking - * of this column. This column will remain in the side into which its own {@link #locked} configuration placed it. - */ - /** - * @cfg {Boolean} groupable - * If the grid uses a {@link Ext.grid.feature.Grouping}, this option may be used to disable the header menu - * item to group by the column selected. By default, the header menu group option is enabled. Set to false to - * disable (but still show) the group option in the header menu for the column. - */ - /** - * @cfg {Boolean} fixed - * True to prevent the column from being resizable. - * @deprecated 4.0 Use {@link #resizable} instead. - */ - /** - * @cfg {Boolean} [locked=false] - * True to lock this column in place. Implicitly enables locking on the grid. - * See also {@link Ext.grid.Panel#enableLocking}. - */ - /** - * @cfg {Boolean} [cellWrap=false] - * True to allow whitespace in this column's cells to wrap, and cause taller column height where - * necessary. - * - * This implicitly sets the {@link #variableRowHeight} config to `true` - */ - /** - * @cfg {Boolean} [variableRowHeight=false] - * True to indicate that data in this column may take on an unpredictable height, possibly differing from row to row. - * - * If this is set, then View refreshes, and removal and addition of new rows will result in an ExtJS layout of the grid - * in order to adjust for possible addition/removal of scrollbars in the case of data changing height. - * - * This config also tells the View's buffered renderer that row heights are unpredictable, and must be remeasured as the view is refreshed. - */ - /** - * @cfg {Boolean} resizable - * False to prevent the column from being resizable. - */ - resizable: true, - /** - * @cfg {Boolean} hideable - * False to prevent the user from hiding this column. - */ - hideable: true, - /** - * @cfg {Boolean} menuDisabled - * True to disable the column header menu containing sort/hide options. - */ - menuDisabled: false, - /** - * @cfg {Function/String} renderer - * A renderer is an 'interceptor' method which can be used to transform data (value, - * appearance, etc.) before it is rendered. Example: - * - * **NOTE:** In previous releases, a string was treated as a method on - * `Ext.util.Format` but that is now handled by the {@link #formatter} config. - * - * @param {Object} value The data value for the current cell - * - * renderer: function(value){ - * // evaluates `value` to append either `person' or `people` - * return Ext.util.Format.plural(value, 'person', 'people'); - * } - * - * @param {Object} metaData A collection of metadata about the current cell; can be - * used or modified by the renderer. Recognized properties are: `tdCls`, `tdAttr`, - * and `tdStyle`. - * - * To add style attributes to the `<td>` element, you must use the `tdStyle` - * property. Using a style attribute in the `tdAttr` property will override the - * styles the column sets, such as the width which will break the rendering. - * - * You can see an example of using the metaData parameter below. - * - * Ext.create('Ext.data.Store', { - * storeId: 'simpsonsStore', - * fields: ['class', 'attr', 'style'], - * data: { - * 'class': 'red-bg', - * 'attr': 'lightyellow', - * 'style': 'red' - * } - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * store: Ext.data.StoreManager.lookup('simpsonsStore'), - * columns: [{ - * text: 'Name', - * dataIndex: 'class', - * renderer: function (value, metaData) { - * metaData.tdCls = value; - * return value; - * } - * }, { - * text: 'Email', - * dataIndex: 'attr', - * flex: 1, - * renderer: function (value, metaData) { - * metaData.tdAttr = 'bgcolor="' + value + '"'; - * return value; - * } - * }, { - * text: 'Phone', - * dataIndex: 'style', - * renderer: function (value, metaData) { - * metaData.tdStyle = 'color:' + value; - * return value; - * } - * }], - * height: 200, - * width: 400, - * renderTo: Ext.getBody() - * }); - * - * @param {Ext.data.Model} record The record for the current row - * - * renderer: function (value, metaData, record) { - * // evaluate the record's `updated` field and if truthy return the value - * // from the `newVal` field, else return value - * var updated = record.get('updated'); - * return updated ? record.get('newVal') : value; - * } - * - * @param {Number} rowIndex The index of the current row - * - * renderer: function (value, metaData, record, rowIndex) { - * // style the cell differently for even / odd values - * var odd = (rowIndex % 2 === 0); - * metaData.tdStyle = 'color:' + (odd ? 'gray' : 'red'); - * } - * - * @param {Number} colIndex The index of the current column - * - * var myRenderer = function(value, metaData, record, rowIndex, colIndex) { - * if (colIndex === 0) { - * metaData.tdAttr = 'data-qtip=' + value; - * } - * // additional logic to apply to values in all columns - * return value; - * } - * - * // using the same renderer on all columns you can process the value for - * // each column with the same logic and only set a tooltip on the first column - * renderer: myRenderer - * - * _See also {@link Ext.tip.QuickTipManager}_ - * - * @param {Ext.data.Store} store The data store - * - * renderer: function (value, metaData, record, rowIndex, colIndex, store) { - * // style the cell differently depending on how the value relates to the - * // average of all values - * var average = store.average('grades'); - * metaData.tdCls = (value < average) ? 'needsImprovement' : 'satisfactory'; - * return value; - * } - * - * @param {Ext.view.View} view The data view - * - * renderer: function (value, metaData, record, rowIndex, colIndex, store, view) { - * // style the cell using the dataIndex of the column - * var headerCt = this.getHeaderContainer(), - * column = headerCt.getHeaderAtIndex(colIndex); - * - * metaData.tdCls = 'app-' + column.dataIndex; - * return value; - * } - * - * @return {String} - * The HTML string to be rendered. - * @declarativeHandler - */ - renderer: false, - /** - * @cfg {Function/String} updater - * An updater is a method which is used when records are updated, and an *existing* grid row needs updating. - * The method is passed the cell element and may manipulate it in any way. - * - * **Note**: The updater is required to insert the {@link #emptyCellText} if there - * is no value in the cell. - * - * Ext.create('Ext.grid.Panel', { - * title: 'Grades', - * store: { - * fields: ['originalScore', 'newScore'], - * data: [{ - * originalScore: 70, - * newScore: 70 - * }] - * }, - * columns: [{ - * text: 'Score', - * dataIndex: 'newScore', - * editor: 'numberfield', - * flex: 1, - * updater: function (cell, value, record, view) { - * var inner = Ext.get(cell).first(), - * originalScore = record.get('originalScore'), - * color = (value === originalScore) ? 'black' : (value > originalScore) ? 'green' : 'red'; - * - * // set the color based on the current value relative to the originalScore value - * // * same = black - * // * higher = green - * // * less = red - * inner.applyStyles({ - * color: color - * }); - * // pass the value to the cell's inner el - * inner.setHtml(value); - * } - * }], - * height: 200, - * width: 400, - * renderTo: document.body, - * tbar: [{ - * xtype: 'numberfield', - * fieldLabel: 'New Score', - * value: 70, - * listeners: { - * change: function (field, newValue) { - * this.up('grid').getStore().first().set('newScore', newValue); - * } - * } - * }] - * }); - * - * If a string is passed it is assumed to be the name of a method defined by the - * {@link #method-getController ViewController} or an ancestor component configured as {@link #defaultListenerScope}. - * @cfg {HTMLElement} updater.cell The HTML cell element to update. - * @cfg {Object} updater.value The data value for the current cell - * @cfg {Ext.data.Model} updater.record The record for the current row - * @cfg {Ext.view.View} updater.view The current view - * - * **Note**: The updater is required to insert the {@link #emptyCellText} if there is no value in the cell. - * - * @declarativeHandler - */ - /** - * @cfg {Object} scope - * The scope to use when calling the - * {@link Ext.grid.column.Column#renderer} function. - */ - /** - * @method defaultRenderer - * When defined this will take precedence over the - * {@link Ext.grid.column.Column#renderer renderer} config. - * This is meant to be defined in subclasses that wish to supply their own renderer. - * @protected - * @template - */ - /** - * @cfg {Function/String} editRenderer - * A renderer to be used in conjunction with - * {@link Ext.grid.plugin.RowEditing RowEditing}. This renderer is used to display a - * custom value for non-editable fields. - * - * **Note:** The editRenderer is called when the roweditor is initially shown. - * Changes to the record during editing will not call editRenderer. - * - * var store = Ext.create('Ext.data.Store', { - * fields: ['name', 'email'], - * data: [{ - * "name": "Finn", - * "email": "finn@adventuretime.com" - * }, { - * "name": "Jake", - * "email": "jake@adventuretime.com" - * }] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Land Of Ooo', - * store: store, - * columns: [{ - * text: 'Name', - * dataIndex: 'name', - * editRenderer: function(value){ - * return '' + value + ''; - * } - * }, { - * text: 'Email', - * dataIndex: 'email', - * flex: 1, - * editor: { - * xtype: 'textfield', - * allowBlank: false - * } - * }], - * plugins: { - * ptype: 'rowediting', - * clicksToEdit: 1 - * }, - * height: 200, - * width: 400, - * renderTo: document.body - * }); - * - * @param {Object} value The data value for the current cell - * - * editRenderer: function(value){ - * // evaluates `value` to append either `person' or `people` - * return Ext.util.Format.plural(value, 'person', 'people'); - * } - * - * @param {Object} metaData **Note:** The metadata param is passed to the - * editRenderer, but is not used. - * - * @param {Ext.data.Model} record The record for the current row - * - * editRenderer: function (value, metaData, record) { - * // evaluate the record's `updated` field and if truthy return the value - * // from the `newVal` field, else return value - * var updated = record.get('updated'); - * return updated ? record.get('newVal') : value; - * } - * - * @param {Number} rowIndex The index of the current row - * - * editRenderer: function (value, metaData, record, rowIndex) { - * // style the value differently for even / odd values - * var odd = (rowIndex % 2 === 0), - * color = (odd ? 'gray' : 'red'); - * return '' + value + ''; - * } - * - * @param {Number} colIndex The index of the current column - * - * @param {Ext.data.Store} store The data store - * - * editRenderer: function (value, metaData, record, rowIndex, colIndex, store) { - * // style the cell differently depending on how the value relates to the - * // average of all values - * var average = store.average('grades'), - * status = (value < average) ? 'needsImprovement' : 'satisfactory'; - * return '' + value + ''; - * } - * - * @param {Ext.view.View} view The data view - * - * editRenderer: function (value, metaData, record, rowIndex, colIndex, store, view) { - * // style the value using the dataIndex of the column - * var headerCt = this.getHeaderContainer(), - * column = headerCt.getHeaderAtIndex(colIndex); - * - * return '' + value + ''; - * } - * - * @return {String} - * The HTML string to be rendered. - * @declarativeHandler - */ - /** - * @cfg {Function/String} summaryRenderer - * A renderer to be used in conjunction with the {@link Ext.grid.feature.Summary Summary} or - * {@link Ext.grid.feature.GroupingSummary GroupingSummary} features. This renderer is used to - * display a summary value for this column. - * @declarativeHandler - */ - /** - * @cfg {String} align - * Sets the alignment of the header and rendered columns. - * Possible values are: `'left'`, `'center'`, and `'right'`. - */ - align: 'left', - /** - * @cfg {Boolean} draggable - * False to disable drag-drop reordering of this column. - */ - draggable: true, - /** - * @cfg {String} tooltip - * A tooltip to display for this column header - */ - /** - * @cfg {String} [tooltipType="qtip"] - * The type of {@link #tooltip} to use. Either 'qtip' for QuickTips or 'title' for title attribute. - */ - tooltipType: 'qtip', - // Header does not use the typical ComponentDraggable class and therefore we - // override this with an emptyFn. It is controlled at the HeaderDragZone. - initDraggable: Ext.emptyFn, - /** - * @cfg {String} tdCls - * A CSS class names to apply to the table cells for this column. - */ - tdCls: '', - /** - * @cfg {Object/String} editor - * An optional xtype or config object for a {@link Ext.form.field.Field Field} to use for editing. - * Only applicable if the grid is using an {@link Ext.grid.plugin.Editing Editing} plugin. - */ - /** - * @cfg {Object/String} field - * Alias for {@link #editor}. - * @deprecated 4.0.5 Use {@link #editor} instead. - */ - /** - * @cfg {Boolean} producesHTML - * This flag indicates that the renderer produces HTML. - * - * If this column is going to be updated rapidly, and the - * {@link Ext.grid.column.Column#renderer} or {@link #cfg-updater} only produces - * text, then to avoid the expense of HTML parsing and element production during the - * update, this property may be configured as `false`. - */ - producesHTML: true, - /** - * @cfg {Boolean} ignoreExport - * This flag indicates that this column will be ignored when grid data is exported. - * - * When grid data is exported you may want to export only some columns that are important - * and not everything. Widget, check and action columns are not relevant when data is - * exported. You can set this flag on any column that you want to be ignored during export. - * - * This is used by {@link Ext.grid.plugin.Clipboard clipboard plugin} and {@link Ext.grid.plugin.Exporter exporter plugin}. - */ - ignoreExport: false, - /** - * @property {Ext.dom.Element} triggerEl - * Element that acts as button for column header dropdown menu. - */ - /** - * @property {Ext.dom.Element} textEl - * Element that contains the text in column header. - */ - /** - * @property {Boolean} isHeader - * @deprecated see isColumn - * Set in this class to identify, at runtime, instances which are not instances of the - * HeaderContainer base class, but are in fact, the subclass: Header. - */ - isHeader: true, - /** - * @property {Boolean} isColumn - * @readonly - * Set in this class to identify, at runtime, instances which are not instances of the - * HeaderContainer base class, but are in fact simple column headers. - */ - isColumn: true, - tabIndex: -1, - ascSortCls: Ext.baseCSSPrefix + 'column-header-sort-ASC', - descSortCls: Ext.baseCSSPrefix + 'column-header-sort-DESC', - componentLayout: 'columncomponent', - groupSubHeaderCls: Ext.baseCSSPrefix + 'group-sub-header', - groupHeaderCls: Ext.baseCSSPrefix + 'group-header', - clickTargetName: 'titleEl', - // So that when removing from group headers which are then empty and then get destroyed, there's no child DOM left - detachOnRemove: true, - // We need to override the default component resizable behaviour here - initResizable: Ext.emptyFn, - // Property names to reference the different types of renderers and formatters that - // we can use. - rendererNames: { - column: 'renderer', - edit: 'editRenderer', - summary: 'summaryRenderer' - }, - formatterNames: { - column: 'formatter', - edit: 'editFormatter', - summary: 'summaryFormatter' - }, - initComponent: function() { - var me = this; - // Preserve the scope to resolve a custom renderer. - // Subclasses (TreeColumn) may insist on scope being this. - if (!me.rendererScope) { - me.rendererScope = me.scope; - } - if (me.header != null) { - me.text = me.header; - me.header = null; - } - if (me.cellWrap) { - me.tdCls = (me.tdCls || '') + ' ' + Ext.baseCSSPrefix + 'wrap-cell'; - } - // A group header; It contains items which are themselves Headers - if (me.columns != null) { - me.isGroupHeader = true; - me.ariaRole = 'presentation'; - if (me.dataIndex) { - Ext.raise('Ext.grid.column.Column: Group header may not accept a dataIndex'); - } - if ((me.width && me.width !== Ext.grid.header.Container.prototype.defaultWidth) || me.flex) { - Ext.raise('Ext.grid.column.Column: Group header does not support setting explicit widths or flexs. The group header width is calculated by the sum of its children.'); - } - // The headers become child items - me.items = me.columns; - me.columns = me.flex = me.width = null; - me.cls = (me.cls || '') + ' ' + me.groupHeaderCls; - // A group cannot be sorted, or resized - it shrinkwraps its children - me.sortable = me.resizable = false; - me.align = 'center'; - } else { - // Flexed Headers need to have a minWidth defined so that they can never be squeezed out of existence by the - // HeaderContainer's specialized Box layout, the ColumnLayout. The ColumnLayout's overridden calculateChildboxes - // method extends the available layout space to accommodate the "desiredWidth" of all the columns. - if (me.flex) { - me.minWidth = me.minWidth || Ext.grid.plugin.HeaderResizer.prototype.minColWidth; - } - } - me.addCls(Ext.baseCSSPrefix + 'column-header-align-' + me.align); - // Set up the renderer types: 'renderer', 'editRenderer', and 'summaryRenderer' - me.setupRenderer(); - me.setupRenderer('edit'); - me.setupRenderer('summary'); - // Initialize as a HeaderContainer - me.callParent(arguments); - }, - onAdded: function(container, pos, instanced) { - var me = this, - sorter, ownerGrid, counterOwner; - me.callParent([ - container, - pos, - instanced - ]); - if (!me.headerId) { - // Sequential header counter MUST be based on the top level grid to avoid duplicates from sides - // of a lockable assembly. - ownerGrid = me.up('tablepanel'); - counterOwner = ownerGrid ? ownerGrid.ownerGrid : me.getRootHeaderCt(); - counterOwner.headerCounter = (counterOwner.headerCounter || 0) + 1; - me.headerId = 'h' + counterOwner.headerCounter; - } - // MUST stamp a stateId into this objec; state application relies on reading the property, NOT using the getter! - // Only generate a stateId if it really needs one. - if (!me.stateId) { - // This was the headerId generated in 4.0, so to preserve saved state, we now - // assign a default stateId in that same manner. The stateId's of a column are - // not global at the stateProvider, but are local to the grid state data. The - // headerId should still follow our standard naming convention. - me.stateId = me.initialConfig.id || me.headerId; - } - sorter = me.getSorter(); - if (sorter && !sorter.initialConfig.id) { - sorter.setId((me.dataIndex || me.stateId) + '-sorter'); - } - }, - applySorter: function(sorter) { - // Have the sorter spec decoded by the collection that will host it. - return this.getRootHeaderCt().up('tablepanel').store.getData().getSorters().decodeSorter(sorter); - }, - bindFormatter: function(format) { - var me = this; - return function(v) { - return format.format(v, format.scope || me.rendererScope || me.resolveListenerScope()); - }; - }, - bindRenderer: function(renderer) { - var me = this; - if (renderer in Ext.util.Format) { - Ext.log.warn('Use "formatter" config instead of "renderer" to use ' + 'Ext.util.Format to format cell values'); - } - me.hasCustomRenderer = true; - return function() { - return Ext.callback(renderer, me.rendererScope, arguments, 0, me); - }; - }, - setupRenderer: function(type) { - // type can be null or 'edit', or 'summary' - type = type || 'column'; - var me = this, - format = me[me.formatterNames[type]], - renderer = me[me.rendererNames[type]], - isColumnRenderer = type === 'column', - scoped, dynamic; - if (!format) { - if (renderer) { - // Resolve a string renderer into the correct property: 'renderer', 'editRenderer', or 'summaryRenderer' - if (typeof renderer === 'string') { - renderer = me[me.rendererNames[type]] = me.bindRenderer(renderer); - dynamic = true; - } - if (isColumnRenderer) { - // If we are setting up a normal column renderer, detect if it's a custom one (reads more than one parameter) - // We can't read the arg list until we resolve the scope, so we must assume - // it's a renderer that needs a full update if it's dynamic - me.hasCustomRenderer = dynamic || renderer.length > 1; - } - } - // Column renderer could not be resolved: use the default one. - else if (isColumnRenderer && me.defaultRenderer) { - me.renderer = me.defaultRenderer; - me.usingDefaultRenderer = true; - } - } else { - scoped = format.indexOf('this.') === 0; - if (scoped) { - format = format.substring(5); - } - /** - * @cfg {String} formatter - * This config accepts a format specification as would be used in a `Ext.Template` - * formatted token. For example `'round(2)'` to round numbers to 2 decimal places - * or `'date("Y-m-d")'` to format a Date. - * - * In previous releases the `renderer` config had limited abilities to use one - * of the `Ext.util.Format` methods but `formatter` now replaces that usage and - * can also handle formatting parameters. - * - * When the value begins with `"this."` (for example, `"this.foo(2)"`), the - * implied scope on which "foo" is found is the `scope` config for the column. - * - * If the `scope` is not given, or implied using a prefix of `"this"`, then either the - * {@link #method-getController ViewController} or the closest ancestor component configured - * as {@link #defaultListenerScope} is assumed to be the object with the method. - * @since 5.0.0 - */ - format = Ext.app.bind.Template.prototype.parseFormat(format); - me[me.formatterNames[type]] = null; - // processed - trees come back here to add its renderer - if (scoped) { - format.scope = null; - } - // not Ext.util.Format - else if (!Ext.util.Format[format.fmt]) { - Ext.raise('Invalid formatter specified: "' + format.fmt + '"'); - } - // Set up the correct property: 'renderer', 'editRenderer', or 'summaryRenderer' - me[me.rendererNames[type]] = me.bindFormatter(format); - } - }, - getView: function() { - var rootHeaderCt = this.getRootHeaderCt(); - if (rootHeaderCt) { - return rootHeaderCt.view; - } - }, - onFocusLeave: function(e) { - this.callParent([ - e - ]); - if (this.activeMenu) { - this.activeMenu.hide(); - } - }, - initItems: function() { - var me = this; - me.callParent(arguments); - if (me.isGroupHeader) { - // We need to hide the groupheader straightaway if it's configured as hidden or all its children are. - if (me.config.hidden || !me.hasVisibleChildColumns()) { - me.hide(); - } - } - }, - hasVisibleChildColumns: function() { - var items = this.items.items, - len = items.length, - i, item; - for (i = 0; i < len; ++i) { - item = items[i]; - if (item.isColumn && !item.hidden) { - return true; - } - } - return false; - }, - onAdd: function(child) { - var me = this; - if (child.isColumn) { - child.isSubHeader = true; - child.addCls(me.groupSubHeaderCls); - } - if (me.isGroupHeader && me.hidden && me.hasVisibleChildColumns()) { - me.show(); - } - me.callParent([ - child - ]); - }, - onRemove: function(child, isDestroying) { - var me = this; - if (child.isSubHeader) { - child.isSubHeader = false; - child.removeCls(me.groupSubHeaderCls); - } - me.callParent([ - child, - isDestroying - ]); - // By this point, the component will be removed from the items collection. - // - // Note that we don't want to remove any grouped headers that have a descendant that is currently the drag target of an even lower stacked - // grouped header. See the comments in Ext.grid.header.Container#isNested. - if (!(me.destroyed || me.destroying) && !me.hasVisibleChildColumns() && !me.ownerCt.isNested()) { - me.hide(); - } - }, - initRenderData: function() { - var me = this, - tipMarkup = '', - tip = me.tooltip, - text = me.text, - attr = me.tooltipType === 'qtip' ? 'data-qtip' : 'title'; - if (!Ext.isEmpty(tip)) { - tipMarkup = attr + '="' + tip + '" '; - } - return Ext.applyIf(me.callParent(arguments), { - text: text, - empty: text === ' ' || text === ' ' || text === '', - menuDisabled: me.menuDisabled, - tipMarkup: tipMarkup, - triggerStyle: this.getTriggerVisible() ? 'display:block' : '' - }); - }, - applyColumnState: function(state, storeState) { - var me = this, - sorter = me.getSorter(), - stateSorters = storeState && storeState.sorters, - len, i, savedSorter, mySorterId; - // If we have been configured with a sorter, then there SHOULD be a sorter config - // in the storeState with a corresponding ID from which we must restore our sorter's state. - // (The only state we can restore is direction). - // Then we replace the state entry with the real sorter. We MUST do this because the sorter - // is likely to have a custom sortFn. - if (sorter && stateSorters && (len = stateSorters.length)) { - mySorterId = sorter.getId(); - for (i = 0; !savedSorter && i < len; i++) { - if (stateSorters[i].id === mySorterId) { - sorter.setDirection(stateSorters[i].direction); - stateSorters[i] = sorter; - break; - } - } - } - // apply any columns - me.applyColumnsState(state.columns); - // Only state properties which were saved should be restored. - // (Only user-changed properties were saved by getState) - if (state.hidden != null) { - me.hidden = state.hidden; - } - if (state.locked != null) { - me.locked = state.locked; - } - if (state.sortable != null) { - me.sortable = state.sortable; - } - if (state.width != null) { - me.flex = null; - me.width = state.width; - } else if (state.flex != null) { - me.width = null; - me.flex = state.flex; - } - }, - getColumnState: function() { - var me = this, - items = me.items.items, - // Check for the existence of items, since column.Action won't have them - iLen = items ? items.length : 0, - i, - columns = [], - state = { - id: me.getStateId() - }; - me.savePropsToState([ - 'hidden', - 'sortable', - 'locked', - 'flex', - 'width' - ], state); - if (me.isGroupHeader) { - for (i = 0; i < iLen; i++) { - columns.push(items[i].getColumnState()); - } - if (columns.length) { - state.columns = columns; - } - } - if ('width' in state) { - delete state.flex; - } - // width wins - return state; - }, - /** - * Sets the header text for this Column. - * @param {String} text The header to display on this Column. - */ - setText: function(text) { - this.text = text; - if (this.rendered) { - this.textEl.setHtml(text); - } - }, - /** - * Returns the index of this column only if this column is a base level Column. If it - * is a group column, it returns `false`. - * @return {Number} - */ - getIndex: function() { - return this.isGroupColumn ? false : this.getRootHeaderCt().getHeaderIndex(this); - }, - /** - * Returns the index of this column in the list of *visible* columns only if this column is a base level Column. If it - * is a group column, it returns `false`. - * @return {Number} - */ - getVisibleIndex: function() { - // Note that the visibleIndex property is assigned by the owning HeaderContainer - // when assembling the visible column set for the view. - return this.visibleIndex != null ? this.visibleIndex : this.isGroupColumn ? false : Ext.Array.indexOf(this.getRootHeaderCt().getVisibleGridColumns(), this); - }, - getLabelChain: function() { - var child = this, - labels = [], - parent; - while (parent = child.up('headercontainer')) { - if (parent.text) { - labels.unshift(Ext.util.Format.stripTags(parent.text)); - } - child = parent; - } - return labels; - }, - beforeRender: function() { - var me = this, - rootHeaderCt = me.getRootHeaderCt(), - isSortable = me.isSortable(), - labels = [], - ariaAttr; - me.callParent(); - // Disable the menu if there's nothing to show in the menu, ie: - // Column cannot be sorted, grouped or locked, and there are no grid columns which may be hidden - if (!isSortable && !me.groupable && !me.lockable && (rootHeaderCt.grid.enableColumnHide === false || !rootHeaderCt.getHideableColumns().length)) { - me.menuDisabled = true; - } - // Wrapping text may cause unpredictable line heights. - // variableRowHeight is interrogated by the View for all visible columns to determine whether - // addition of new rows should cause an ExtJS layout. - // The View's summation of the presence of visible variableRowHeight columns is also used by - // any buffered renderer to determine how row height should be calculated when determining scroll range. - if (me.cellWrap) { - me.variableRowHeight = true; - } - ariaAttr = me.ariaRenderAttributes || (me.ariaRenderAttributes = {}); - // Ext JS does not support editable column headers - ariaAttr['aria-readonly'] = true; - if (isSortable) { - ariaAttr['aria-sort'] = me.ariaSortStates[me.sortState]; - } - if (me.isSubHeader) { - labels = me.getLabelChain(); - if (me.text) { - labels.push(Ext.util.Format.stripTags(me.text)); - } - if (labels.length) { - ariaAttr['aria-label'] = labels.join(' '); - } - } - me.protoEl.unselectable(); - }, - getTriggerElWidth: function() { - var me = this, - triggerEl = me.triggerEl, - width = me.self.triggerElWidth; - if (triggerEl && width === undefined) { - triggerEl.setStyle('display', 'block'); - width = me.self.triggerElWidth = triggerEl.getWidth(); - triggerEl.setStyle('display', ''); - } - return width; - }, - afterComponentLayout: function(width, height, oldWidth, oldHeight) { - var me = this, - rootHeaderCt = me.getRootHeaderCt(); - me.callParent(arguments); - if (rootHeaderCt && (oldWidth != null || me.flex) && width !== oldWidth) { - rootHeaderCt.onHeaderResize(me, width); - } - }, - onDestroy: function() { - var me = this; - // force destroy on the textEl, IE reports a leak - Ext.destroy(me.field); - me.field = null; - me.callParent(arguments); - }, - onTitleMouseOver: function() { - this.titleEl.addCls(this.hoverCls); - }, - onTitleMouseOut: function() { - this.titleEl.removeCls(this.hoverCls); - }, - onDownKey: function(e) { - if (this.triggerEl) { - this.onTitleElClick(e, this.triggerEl.dom || this.el.dom); - } - }, - onEnterKey: function(e) { - this.onTitleElClick(e, this.el.dom); - }, - /** - * @private - * Double click handler which, if on left or right edges, auto-sizes the column to the left. - * @param e The dblclick event - */ - onTitleElDblClick: function(e) { - var me = this, - prev, leafColumns, headerCt; - // On left edge, resize previous *leaf* column in the grid - if (me.isAtStartEdge(e)) { - // Look for the previous visible column header which is a leaf - // Note: previousNode can walk out of the container (this may be first child of a group) - prev = me.previousNode('gridcolumn:not([hidden]):not([isGroupHeader])'); - // If found in the same grid, auto-size it - if (prev && prev.getRootHeaderCt() === me.getRootHeaderCt()) { - prev.autoSize(); - } - } - // On right edge, resize this column, or last sub-column within it - else if (me.isAtEndEdge(e)) { - // Click on right but in child container - auto-size last leaf column - if (me.isGroupHeader && e.getPoint().isContainedBy(me.layout.innerCt)) { - leafColumns = me.query('gridcolumn:not([hidden]):not([isGroupHeader])'); - me.getRootHeaderCt().autoSizeColumn(leafColumns[leafColumns.length - 1]); - return; - } else { - headerCt = me.getRootHeaderCt(); - // Cannot resize the only column in a forceFit grid. - if (headerCt.visibleColumnManager.getColumns().length === 1 && headerCt.forceFit) { - return; - } - } - me.autoSize(); - } - }, - /** - * Sizes this Column to fit the max content width. - * *Note that group columns shrink-wrap around the size of leaf columns. Auto sizing - * a group column auto-sizes descendant leaf columns.* - */ - autoSize: function() { - var me = this, - leafColumns, numLeaves, i, headerCt; - // Group headers are shrinkwrap width, so auto-sizing one means auto-sizing leaf - // descendants. - if (me.isGroupHeader) { - leafColumns = me.query('gridcolumn:not([hidden]):not([isGroupHeader])'); - numLeaves = leafColumns.length; - headerCt = me.getRootHeaderCt(); - Ext.suspendLayouts(); - for (i = 0; i < numLeaves; i++) { - headerCt.autoSizeColumn(leafColumns[i]); - } - Ext.resumeLayouts(true); - return; - } - me.getRootHeaderCt().autoSizeColumn(me); - }, - onTitleElClick: function(e, t, sortOnClick) { - var me = this, - activeHeader, prevSibling; - // Tap on the resize zone triggers the menu - if (e.pointerType === 'touch') { - prevSibling = me.previousSibling(':not([hidden])'); - // Tap on right edge, activate this header - if (!me.menuDisabled && me.isAtEndEdge(e, parseInt(me.triggerEl.getStyle('width'), 10))) { - if (!me.menuDisabled) { - activeHeader = me; - } - } - // Tap on left edge, activate previous header - else if (prevSibling && !prevSibling.menuDisabled && me.isAtStartEdge(e)) { - activeHeader = prevSibling; - } - } else { - // Firefox doesn't check the current target in a within check. - // Therefore we check the target directly and then within (ancestors) - activeHeader = me.triggerEl && (e.target === me.triggerEl.dom || t === me.triggerEl || e.within(me.triggerEl)) ? me : null; - } - // If it's not a click on the trigger or extreme edges. Or if we are called from a key handler, sort this column. - if (sortOnClick !== false && (!activeHeader && !me.isAtStartEdge(e) && !me.isAtEndEdge(e) || e.getKey())) { - me.toggleSortState(); - } - return activeHeader; - }, - /** - * @private - * Process UI events from the view. The owning TablePanel calls this method, relaying events from the TableView - * @param {String} type Event type, eg 'click' - * @param {Ext.view.Table} view TableView Component - * @param {HTMLElement} cell Cell HTMLElement the event took place within - * @param {Number} recordIndex Index of the associated Store Model (-1 if none) - * @param {Number} cellIndex Cell index within the row - * @param {Ext.event.Event} e Original event - */ - processEvent: function(type, view, cell, recordIndex, cellIndex, e) { - return this.fireEvent.apply(this, arguments); - }, - isSortable: function() { - var rootHeader = this.getRootHeaderCt(), - grid = rootHeader ? rootHeader.grid : null, - sortable = this.sortable; - if (grid && grid.sortableColumns === false) { - sortable = false; - } - return sortable; - }, - toggleSortState: function() { - if (this.isSortable()) { - this.sort(); - } - }, - sort: function(direction) { - var me = this, - grid = me.up('tablepanel'), - store = grid.store, - sorter = me.getSorter(); - // Maintain backward compatibility. - // If the grid is NOT configured with multi column sorting, then specify "replace". - // Only if we are doing multi column sorting do we insert it as one of a multi set. - // Suspend layouts in case multiple views depend upon this grid's store (eg lockable assemblies) - Ext.suspendLayouts(); - me.sorting = true; - if (sorter) { - if (direction) { - sorter.setDirection(direction); - } - store.sort(sorter, grid.multiColumnSort ? 'multi' : 'replace'); - } else { - store.sort(me.getSortParam(), direction, grid.multiColumnSort ? 'multi' : 'replace'); - } - delete me.sorting; - Ext.resumeLayouts(true); - }, - /** - * Returns the parameter to sort upon when sorting this header. By default this returns the dataIndex and will not - * need to be overridden in most cases. - * @return {String} - */ - getSortParam: function() { - return this.dataIndex; - }, - setSortState: function(sorter) { - // Set the UI state to reflect the state of any passed Sorter - // Called by the grid's HeaderContainer on view refresh - var me = this, - direction = sorter && sorter.getDirection(), - ascCls = me.ascSortCls, - descCls = me.descSortCls, - rootHeaderCt = me.getRootHeaderCt(), - ariaDom = me.ariaEl.dom, - changed; - switch (direction) { - case 'DESC': - if (!me.hasCls(descCls)) { - me.addCls(descCls); - me.sortState = 'DESC'; - changed = true; - }; - me.removeCls(ascCls); - break; - case 'ASC': - if (!me.hasCls(ascCls)) { - me.addCls(ascCls); - me.sortState = 'ASC'; - changed = true; - }; - me.removeCls(descCls); - break; - default: - me.removeCls([ - ascCls, - descCls - ]); - me.sortState = null; - break; - } - if (ariaDom) { - if (me.sortState) { - ariaDom.setAttribute('aria-sort', me.ariaSortStates[me.sortState]); - } else { - ariaDom.removeAttribute('aria-sort'); - } - } - // we only want to fire the event if we have actually sorted - if (changed) { - rootHeaderCt.fireEvent('sortchange', rootHeaderCt, me, direction); - } - }, - /** - * Determines whether the UI should be allowed to offer an option to hide this column. - * - * A column may *not* be hidden if to do so would leave the grid with no visible columns. - * - * This is used to determine the enabled/disabled state of header hide menu items. - */ - isHideable: function() { - var result = { - hideCandidate: this, - result: this.hideable - }; - if (result.result) { - this.ownerCt.bubble(this.hasOtherMenuEnabledChildren, null, [ - result - ]); - } - return result.result; - }, - hasOtherMenuEnabledChildren: function(result) { - // Private bubble function used in determining whether this column is hideable. - // Executes in the scope of each component in the bubble sequence - var visibleChildren, count; - // If we've bubbled out the top of the topmost HeaderContainer without finding a level with at least one visible, - // menu-enabled child *which is not the hideCandidate*, no hide! - if (!this.isXType('headercontainer')) { - result.result = false; - return false; - } - // If we find an ancestor level with at least one visible, menu-enabled child - // *which is not the hideCandidate*, then the hideCandidate is hideable. - // Note that we are not using CQ #id matchers - ':not(#' + result.hideCandidate.id + ')' - to exclude - // the hideCandidate because CQ queries are cached for the document's lifetime. - visibleChildren = this.query('>gridcolumn:not([hidden]):not([menuDisabled])'); - count = visibleChildren.length; - if (Ext.Array.contains(visibleChildren, result.hideCandidate)) { - count--; - } - if (count) { - return false; - } - // If we go up, it's because the hideCandidate was the only hideable child, so *this* becomes the hide candidate. - result.hideCandidate = this; - }, - /** - * Determines whether the UI should be allowed to offer an option to lock or unlock this column. Note - * that this includes dragging a column into the opposite side of a {@link Ext.panel.Table#enableLocking lockable} grid. - * - * A column may *not* be moved from one side to the other of a {@link Ext.panel.Table#enableLocking lockable} grid - * if to do so would leave one side with no visible columns. - * - * This is used to determine the enabled/disabled state of the lock/unlock - * menu item used in {@link Ext.panel.Table#enableLocking lockable} grids, and to determine droppabilty when dragging a header. - */ - isLockable: function() { - var result = { - result: this.lockable !== false - }; - if (result.result) { - this.ownerCt.bubble(this.hasMultipleVisibleChildren, null, [ - result - ]); - } - return result.result; - }, - /** - * Determines whether this column is in the locked side of a grid. It may be a descendant node of a locked column - * and as such will *not* have the {@link #locked} flag set. - */ - isLocked: function() { - return this.locked || !!this.up('[isColumn][locked]', '[isRootHeader]'); - }, - hasMultipleVisibleChildren: function(result) { - // Private bubble function used in determining whether this column is lockable. - // Executes in the scope of each component in the bubble sequence - // If we've bubbled out the top of the topmost HeaderContainer without finding a level with more than one visible child, no hide! - if (!this.isXType('headercontainer')) { - result.result = false; - return false; - } - // If we find an ancestor level with more than one visible child, it's fine to hide - if (this.query('>gridcolumn:not([hidden])').length > 1) { - return false; - } - }, - hide: function() { - var me = this, - rootHeaderCt = me.getRootHeaderCt(), - owner = me.getRefOwner(); - // During object construction, so just set the hidden flag and jump out - if (owner.constructing) { - me.callParent(); - return me; - } - if (me.rendered && !me.isVisible()) { - // Already hidden - return me; - } - // Save our last shown width so we can gain space when shown back into fully flexed HeaderContainer. - // If we are, say, flex: 1 and all others are fixed width, then removing will do a layout which will - // convert all widths to flexes which will mean this flex value is too small. - if (rootHeaderCt.forceFit) { - me.visibleSiblingCount = rootHeaderCt.getVisibleGridColumns().length - 1; - if (me.flex) { - me.savedWidth = me.getWidth(); - me.flex = null; - } - } - rootHeaderCt.beginChildHide(); - Ext.suspendLayouts(); - // owner is a group, hide call didn't come from the owner - if (owner.isGroupHeader) { - // The owner only has one item that isn't hidden and it's me; hide the owner. - if (me.isNestedGroupHeader()) { - owner.hide(); - } - if (me.isSubHeader && !me.isGroupHeader && owner.query('>gridcolumn:not([hidden])').length === 1) { - owner.lastHiddenHeader = me; - } - } - me.callParent(); - // Notify owning HeaderContainer. Will trigger a layout and a view refresh. - rootHeaderCt.endChildHide(); - rootHeaderCt.onHeaderHide(me); - Ext.resumeLayouts(true); - return me; - }, - show: function() { - var me = this, - rootHeaderCt = me.getRootHeaderCt(), - ownerCt = me.getRefOwner(); - if (me.isVisible()) { - return me; - } - if (ownerCt.isGroupHeader) { - ownerCt.lastHiddenHeader = null; - } - if (me.rendered) { - // Size all other columns to accommodate re-shown column. - if (rootHeaderCt.forceFit) { - rootHeaderCt.applyForceFit(me); - } - } - Ext.suspendLayouts(); - // If a sub header, ensure that the group header is visible - if (me.isSubHeader && ownerCt.hidden) { - ownerCt.show(false, true); - } - me.callParent(arguments); - if (me.isGroupHeader) { - me.maybeShowNestedGroupHeader(); - } - // Notify owning HeaderContainer. Will trigger a layout and a view refresh. - ownerCt = me.getRootHeaderCt(); - if (ownerCt) { - ownerCt.onHeaderShow(me); - } - Ext.resumeLayouts(true); - return me; - }, - /** - * @private - * Decides whether the column needs updating - * @return {Number} 0 = Doesn't need update. - * 1 = Column needs update, and renderer has > 1 argument; We need to render a whole new HTML item. - * 2 = Column needs update, but renderer has 1 argument or column uses an updater. - */ - shouldUpdateCell: function(record, changedFieldNames) { - // If the column has a renderer which peeks and pokes at other data, - // return 1 which means that a whole new TableView item must be rendered. - // - // Note that widget columns shouldn't ever be updated. - if (!this.preventUpdate) { - if (this.hasCustomRenderer) { - return 1; - } - // If there is a changed field list, and it's NOT a custom column renderer - // (meaning it doesn't peek at other data, but just uses the raw field value), - // we only have to update it if the column's field is among those changes. - if (changedFieldNames) { - var len = changedFieldNames.length, - i, field; - for (i = 0; i < len; ++i) { - field = changedFieldNames[i]; - if (field === this.dataIndex || field === record.idProperty) { - return 2; - } - } - } else { - return 2; - } - } - }, - getCellWidth: function() { - var me = this, - result; - if (me.rendered && me.componentLayout && me.componentLayout.lastComponentSize) { - // headers always have either a width or a flex - // because HeaderContainer sets a defaults width - // therefore we can ignore the natural width - // we use the componentLayout's tracked width so that - // we can calculate the desired width when rendered - // but not visible because its being obscured by a layout - result = me.componentLayout.lastComponentSize.width; - } else if (me.width) { - result = me.width; - } - // This is a group header. - // Use getTableWidth and remember that getTableWidth adjusts for column lines and box model - else if (!me.isColumn) { - result = me.getTableWidth(); - } - return result; - }, - getCellId: function() { - return Ext.baseCSSPrefix + 'grid-cell-' + this.getItemId(); - }, - getCellSelector: function() { - var view = this.getView(); - // We must explicitly access the view's cell selector as well as this column's own ID class because - // elements are given this column's ID class. - // If we are still atached to a view. If not, the identifying class will do. - return (view ? view.getCellSelector() : '') + '.' + this.getCellId(); - }, - getCellInnerSelector: function() { - return this.getCellSelector() + ' .' + Ext.baseCSSPrefix + 'grid-cell-inner'; - }, - isAtStartEdge: function(e) { - var offset = e.getXY()[0] - this.getX(); - // To the left of the first column, not over - if (offset < 0 && this.getIndex() === 0) { - return false; - } - return (offset < this.getHandleWidth(e)); - }, - isAtEndEdge: function(e, margin) { - return (this.getX() + this.getWidth() - e.getXY()[0] <= (margin || this.getHandleWidth(e))); - }, - getHandleWidth: function(e) { - return e.pointerType === 'touch' ? 10 : 4; - }, - setMenuActive: function(menu) { - // Called when the column menu is activated/deactivated. - // Change the UI to indicate active/inactive menu - this.activeMenu = menu; - this.titleEl[menu ? 'addCls' : 'removeCls'](this.headerOpenCls); - }, - deprecated: { - 5: { - methods: { - bindRenderer: function(renderer) { - // This method restores the pre-5 meaning of "renderer" as a string: - // a method in Ext.util.Format. But at least we don't send all of - // the renderer arguments at the poor thing! - return function(value) { - return Ext.util.Format[renderer](value); - }; - } - } - } - } -}); -// intentionally omit getEditor and setEditor definitions bc we applyIf into columns -// when the editing plugin is injected -/** - * @method getEditor - * Retrieves the editing field for editing associated with this header. If the - * field has not been instantiated it will be created. - * - * **Note:** These methods only have an implementation if an Editing plugin has been - * enabled on the grid ({@link Ext.grid.plugin.CellEditing cellediting} / - * {@link Ext.grid.plugin.RowEditing rowediting}). - * @param {Object} [record] The {@link Ext.data.Model Model} instance being edited. - * @param {Object/String} [defaultField] An xtype or config object for a - * {@link Ext.form.field.Field Field} to be created as the default editor if it does - * not already exist - * @return {Ext.form.field.Field/Boolean} The editor field associated with - * this column. Returns false if there is no field associated with the - * {@link Ext.grid.column.Column Column}. - */ -/** - * @method setEditor - * Sets the form field to be used for editing. Note: This method only has an implementation if an Editing plugin has - * been enabled on the grid. - * @param {Object} field An object representing a field to be created. If no xtype is specified a 'textfield' is - * assumed. - */ - -/** - * A Grid header type which renders an icon, or a series of icons in a grid cell, and offers a scoped click - * handler for each icon. - * - * @example - * // Init the singleton. Any tag-based quick tips will start working. - * Ext.tip.QuickTipManager.init(); - * - * Ext.create('Ext.data.Store', { - * storeId:'employeeStore', - * fields:['firstname', 'lastname', 'seniority', 'dep', 'hired'], - * data:[ - * {firstname:"Michael", lastname:"Scott"}, - * {firstname:"Dwight", lastname:"Schrute"}, - * {firstname:"Jim", lastname:"Halpert"}, - * {firstname:"Kevin", lastname:"Malone"}, - * {firstname:"Angela", lastname:"Martin"} - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Action Column Demo', - * store: Ext.data.StoreManager.lookup('employeeStore'), - * columns: [ - * {text: 'First Name', dataIndex:'firstname'}, - * {text: 'Last Name', dataIndex:'lastname'}, - * { - * xtype:'actioncolumn', - * width:50, - * items: [{ - * icon: 'extjs-build/examples/shared/icons/fam/cog_edit.png', // Use a URL in the icon config - * tooltip: 'Edit', - * handler: function(grid, rowIndex, colIndex) { - * var rec = grid.getStore().getAt(rowIndex); - * alert("Edit " + rec.get('firstname')); - * } - * },{ - * icon: 'extjs-build/examples/restful/images/delete.png', - * tooltip: 'Delete', - * handler: function(grid, rowIndex, colIndex) { - * var rec = grid.getStore().getAt(rowIndex); - * alert("Terminate " + rec.get('firstname')); - * } - * }] - * } - * ], - * width: 250, - * renderTo: Ext.getBody() - * }); - * - * The action column can be at any index in the columns array, and a grid can have any number of - * action columns. - */ -Ext.define('Ext.grid.column.Action', { - extend: 'Ext.grid.column.Column', - alias: [ - 'widget.actioncolumn' - ], - alternateClassName: 'Ext.grid.ActionColumn', - /** - * @cfg {String} [icon=Ext#BLANK_IMAGE_URL] - * @inheritdoc Ext.panel.Header#icon - */ - /** - * @cfg {String} iconCls - * @inheritdoc Ext.panel.Header#cfg-iconCls - * @localdoc **Note:** To determine the class dynamically, configure the Column with - * a `{@link #getClass}` function. - */ - /** - * @cfg {Function/String} handler - * A function called when the icon is clicked. - * @cfg {Ext.view.Table} handler.view The owning TableView. - * @cfg {Number} handler.rowIndex The row index clicked on. - * @cfg {Number} handler.colIndex The column index clicked on. - * @cfg {Object} handler.item The clicked item (or this Column if multiple {@link #cfg-items} were not configured). - * @cfg {Event} handler.e The click event. - * @cfg {Ext.data.Model} handler.record The Record underlying the clicked row. - * @cfg {HTMLElement} handler.row The table row clicked upon. - * @declarativeHandler - */ - /** - * @cfg {Object} scope - * The scope (`this` reference) in which the `{@link #handler}`, - * `{@link #getClass}`, `{@link #cfg-isDisabled}` and `{@link #getTip}` functions - * are executed. - * Defaults to this Column. - */ - /** - * @cfg {String} tooltip - * A tooltip message to be displayed on hover. {@link Ext.tip.QuickTipManager#init Ext.tip.QuickTipManager} must - * have been initialized. - * - * The tooltip may also be determined on a row by row basis by configuring a {@link #getTip} method. - */ - /** - * @cfg {Boolean} disabled - * If true, the action will not respond to click events, and will be displayed semi-opaque. - * - * This Column may also be disabled on a row by row basis by configuring a {@link #cfg-isDisabled} method. - */ - /** - * @cfg {Boolean} [stopSelection=true] - * Prevent grid selection upon click. - * Beware that if you allow for the selection to happen then the selection model will steal focus from - * any possible floating window (like a message box) raised in the handler. This will prevent closing the - * window when pressing the Escape button since it will no longer contain a focused component. - */ - stopSelection: true, - /** - * @cfg {Function} getClass - * A function which returns the CSS class to apply to the icon image. - * - * For information on using the icons provided in the SDK see {@link #iconCls}. - * @cfg {Object} getClass.v The value of the column's configured field (if any). - * @cfg {Object} getClass.metadata An object in which you may set the following attributes: - * @cfg {String} getClass.metadata.css A CSS class name to add to the cell's TD element. - * @cfg {String} getClass.metadata.attr An HTML attribute definition string to apply to the data container - * element *within* the table cell (e.g. 'style="color:red;"'). - * @cfg {Ext.data.Model} getClass.r The Record providing the data. - * @cfg {Number} getClass.rowIndex The row index. - * @cfg {Number} getClass.colIndex The column index. - * @cfg {Ext.data.Store} getClass.store The Store which is providing the data Model. - */ - /** - * @cfg {Function} isDisabled A function which determines whether the action item for any row is disabled and returns `true` or `false`. - * @cfg {Ext.view.Table} isDisabled.view The owning TableView. - * @cfg {Number} isDisabled.rowIndex The row index. - * @cfg {Number} isDisabled.colIndex The column index. - * @cfg {Object} isDisabled.item The clicked item (or this Column if multiple {@link #cfg-items} were not configured). - * @cfg {Ext.data.Model} isDisabled.record The Record underlying the row. - */ - /** - * @cfg {Function} getTip A function which returns the tooltip string for any row. - * - * *Note*: Outside of an Ext.application() use of this config requires - * {@link Ext.tip.QuickTipManager#init} to be called. - * - * Ext.tip.QuickTipManager.init(); - * - * Ext.create('Ext.data.Store', { - * storeId: 'employeeStore', - * fields: ['firstname', 'grade'], - * data: [{ - * firstname: "Michael", - * grade: 50 - * }, { - * firstname: "Dwight", - * grade: 100 - * }] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Action Column Demo', - * store: Ext.data.StoreManager.lookup('employeeStore'), - * columns: [{ - * text: 'First Name', - * dataIndex: 'firstname' - * }, { - * text: 'Last Name', - * dataIndex: 'grade' - * }, { - * xtype: 'actioncolumn', - * width: 50, - * icon: 'sample/icons/action-icons.png', - * getTip: function(value, metadata, record, row, col, store) { - * var avg = store.average('grade'), - * grade = record.get('grade'); - * - * if (grade < avg) { - * metadata.tdCls = "below-average"; - * } - * - * return grade > 70 ? 'Pass' : 'Fail'; - * }, - * handler: function(grid, rowIndex, colIndex) { - * var rec = grid.getStore().getAt(rowIndex); - * alert("Edit " + rec.get('firstname')); - * } - * }], - * width: 250, - * renderTo: document.body - * }); - * - * @param {Object} value The value of the column's configured field (if any). - * @param {Object} metadata An object in which you may set the following attributes: - * @param {String} metadata.tdCls A CSS class name to add to the cell's TD element. - * - * metadata.tdCls = "custom-cell-cls"; - * - * @param {String} metadata.tdAttr An HTML attribute definition string to apply to - * the data container element _within_ the table cell. - * - * metadata.tdCls = tdAttr = "*"; - * // * see https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes - * // be aware that setting cell attributes may override the cell layout - * // provided by the framework - * - * @param {String} metadata.tdStyle An inline style for the table cell - * - * metadata.tdStyle = "background-color:red;"; - * - * @param {Ext.data.Model} record The Record providing the data. - * @param {Number} rowIndex The row index. - * @param {Number} colIndex The column index. - * @param {Ext.data.Store} store The Store which is providing the data Model. - * @return {String} tip The tip text - */ - /** - * @cfg {Object[]} items - * An Array which may contain multiple icon definitions, each element of which may contain: - * - * @cfg {String} items.icon The url of an image to display as the clickable element in the column. - * - * @cfg {String} items.iconCls A CSS class to apply to the icon element. To - * determine the class dynamically, configure the item with a `getClass` function. - * - * For information on using the icons provided in the SDK see {@link #iconCls}. - * - * @cfg {Function} items.getClass A function which returns the CSS class to apply to the icon image. - * @cfg {Object} items.getClass.v The value of the column's configured field (if any). - * @cfg {Object} items.getClass.metadata An object in which you may set the following attributes: - * @cfg {String} items.getClass.metadata.css A CSS class name to add to the cell's TD element. - * @cfg {String} items.getClass.metadata.attr An HTML attribute definition string to apply to the data - * container element _within_ the table cell (e.g. 'style="color:red;"'). - * @cfg {Ext.data.Model} items.getClass.r The Record providing the data. - * @cfg {Number} items.getClass.rowIndex The row index. - * @cfg {Number} items.getClass.colIndex The column index. - * @cfg {Ext.data.Store} items.getClass.store The Store which is providing the data Model. - * - * @cfg {Function} items.handler A function called when the icon is clicked. - * @cfg {Ext.view.Table} items.handler.view The owning TableView. - * @cfg {Number} items.handler.rowIndex The row index clicked on. - * @cfg {Number} items.handler.colIndex The column index clicked on. - * @cfg {Object} items.handler.item The clicked item (or this Column if multiple {@link #cfg-items} were not configured). - * @cfg {Event} items.handler.e The click event. - * @cfg {Ext.data.Model} items.handler.record The Record underlying the clicked row. - * @cfg {HTMLElement} items.row The table row clicked upon. - * - * @cfg {Function} items.isDisabled A function which determines whether the action item for any row is disabled and returns `true` or `false`. - * @cfg {Ext.view.Table} items.isDisabled.view The owning TableView. - * @cfg {Number} items.isDisabled.rowIndex The row index. - * @cfg {Number} items.isDisabled.colIndex The column index. - * @cfg {Object} items.isDisabled.item The clicked item (or this Column if multiple {@link #cfg-items} were not configured). - * @cfg {Ext.data.Model} items.isDisabled.record The Record underlying the row. - * - * @cfg {Function} items.getTip A function which returns the tooltip string for any row. - * @cfg {Object} items.getTip.v The value of the column's configured field (if any). - * @cfg {Object} items.getTip.metadata An object in which you may set the following attributes: - * @cfg {String} items.getTip.metadata.css A CSS class name to add to the cell's TD element. - * @cfg {String} items.getTip.metadata.attr An HTML attribute definition string to apply to the data - * container element _within_ the table cell (e.g. 'style="color:red;"'). - * @cfg {Ext.data.Model} items.getTip.r The Record providing the data. - * @cfg {Number} items.getTip.rowIndex The row index. - * @cfg {Number} items.getTip.colIndex The column index. - * @cfg {Ext.data.Store} items.getTip.store The Store which is providing the data Model. - * - * @cfg {Object} items.scope The scope (`this` reference) in which the `handler`, `getClass`, `isDisabled` and `getTip` functions - * are executed. Fallback defaults are this Column's configured scope, then this Column. - * - * @cfg {String} items.tooltip A tooltip message to be displayed on hover. - * {@link Ext.tip.QuickTipManager#init Ext.tip.QuickTipManager} must have been initialized. - * - * The tooltip may also be determined on a row by row basis by configuring a `getTip` method. - * - * @cfg {Boolean} items.disabled If true, the action will not respond to click events, and will be displayed semi-opaque. - * - * This item may also be disabled on a row by row basis by configuring an `isDisabled` method. - */ - /** - * @property {Array} items - * An array of action items copied from the configured {@link #cfg-items items} configuration. Each will have - * an `enable` and `disable` method added which will enable and disable the associated action, and - * update the displayed icon accordingly. - */ - actionIdRe: new RegExp(Ext.baseCSSPrefix + 'action-col-(\\d+)'), - /** - * @cfg {String} altText - * The alt text to use for the image element. - */ - altText: '', - /** - * @cfg {String} [menuText=Actions] - * Text to display in this column's menu item if no {@link #text} was specified as a header. - */ - menuText: 'Actions', - ignoreExport: true, - sortable: false, - innerCls: Ext.baseCSSPrefix + 'grid-cell-inner-action-col', - actionIconCls: Ext.baseCSSPrefix + 'action-col-icon', - constructor: function(config) { - var me = this, - cfg = Ext.apply({}, config), - // Items may be defined on the prototype - items = cfg.items || me.items || [ - me - ], - hasGetClass, i, len; - me.origRenderer = cfg.renderer || me.renderer; - me.origScope = cfg.scope || me.scope; - me.renderer = me.scope = cfg.renderer = cfg.scope = null; - // This is a Container. Delete the items config to be reinstated after construction. - cfg.items = null; - me.callParent([ - cfg - ]); - // Items is an array property of ActionColumns - me.items = items; - for (i = 0 , len = items.length; i < len; ++i) { - if (items[i].getClass) { - hasGetClass = true; - break; - } - } - // Also need to check for getClass, since it changes how the cell renders - if (me.origRenderer || hasGetClass) { - me.hasCustomRenderer = true; - } - }, - initComponent: function() { - var me = this; - me.callParent(); - if (me.sortable && !me.dataIndex) { - me.sortable = false; - } - }, - // Renderer closure iterates through items creating an element for each and tagging with an identifying - // class name x-action-col-{n} - defaultRenderer: function(v, cellValues, record, rowIdx, colIdx, store, view) { - var me = this, - scope = me.origScope || me, - items = me.items, - len = items.length, - i, item, ret, disabled, tooltip, altText, icon; - // Allow a configured renderer to create initial value (And set the other values in the "metadata" argument!) - // Assign a new variable here, since if we modify "v" it will also modify the arguments collection, meaning - // we will pass an incorrect value to getClass/getTip - ret = Ext.isFunction(me.origRenderer) ? me.origRenderer.apply(scope, arguments) || '' : ''; - cellValues.tdCls += ' ' + Ext.baseCSSPrefix + 'action-col-cell'; - for (i = 0; i < len; i++) { - item = items[i]; - icon = item.icon; - disabled = item.disabled || (item.isDisabled ? item.isDisabled.call(item.scope || scope, view, rowIdx, colIdx, item, record) : false); - tooltip = disabled ? null : (item.tooltip || (item.getTip ? item.getTip.apply(item.scope || scope, arguments) : null)); - altText = item.getAltText ? item.getAltText.apply(item.scope || scope, arguments) : item.altText || me.altText; - // Only process the item action setup once. - if (!item.hasActionConfiguration) { - // Apply our documented default to all items - item.stopSelection = me.stopSelection; - item.disable = Ext.Function.bind(me.disableAction, me, [ - i - ], 0); - item.enable = Ext.Function.bind(me.enableAction, me, [ - i - ], 0); - item.hasActionConfiguration = true; - } - ret += '<' + (icon ? 'img' : 'div') + ' tabIndex="0" role="button"' + (icon ? (' alt="' + altText + '" src="' + item.icon + '"') : '') + ' class="' + me.actionIconCls + ' ' + Ext.baseCSSPrefix + 'action-col-' + String(i) + ' ' + (disabled ? me.disabledCls + ' ' : ' ') + (Ext.isFunction(item.getClass) ? item.getClass.apply(item.scope || scope, arguments) : (item.iconCls || me.iconCls || '')) + '"' + (tooltip ? ' data-qtip="' + tooltip + '"' : '') + (icon ? '/>' : '>'); - } - return ret; - }, - updater: function(cell, value, record, view, dataSource) { - var cellValues = {}; - Ext.fly(cell).addCls(cellValues.tdCls).down(this.getView().innerSelector, true).innerHTML = this.defaultRenderer(value, cellValues, record, null, null, dataSource, view); - }, - /** - * Enables this ActionColumn's action at the specified index. - * @param {Number/Ext.grid.column.Action} index - * @param {Boolean} [silent=false] - */ - enableAction: function(index, silent) { - var me = this; - if (!index) { - index = 0; - } else if (!Ext.isNumber(index)) { - index = Ext.Array.indexOf(me.items, index); - } - me.items[index].disabled = false; - me.up('tablepanel').el.select('.' + Ext.baseCSSPrefix + 'action-col-' + index).removeCls(me.disabledCls); - if (!silent) { - me.fireEvent('enable', me); - } - }, - /** - * Disables this ActionColumn's action at the specified index. - * @param {Number/Ext.grid.column.Action} index - * @param {Boolean} [silent=false] - */ - disableAction: function(index, silent) { - var me = this; - if (!index) { - index = 0; - } else if (!Ext.isNumber(index)) { - index = Ext.Array.indexOf(me.items, index); - } - me.items[index].disabled = true; - me.up('tablepanel').el.select('.' + Ext.baseCSSPrefix + 'action-col-' + index).addCls(me.disabledCls); - if (!silent) { - me.fireEvent('disable', me); - } - }, - beforeDestroy: function() { - // Don't delete the items, if we're subclassed with items then we'll be - // left with an items array. - this.renderer = this.items = null; - return this.callParent(arguments); - }, - /** - * @private - * Process and re-fire events routed from the Ext.panel.Table's processEvent method. - * Also fires any configured click handlers. By default, cancels the mousedown event to prevent selection. - * Returns the event handler's status to allow canceling of GridView's bubbling process. - */ - processEvent: function(type, view, cell, recordIndex, cellIndex, e, record, row) { - var me = this, - target = e.getTarget(), - key = type === 'keydown' && e.getKey(), - match, item, disabled, - cellFly = Ext.fly(cell); - // Flag event to tell SelectionModel not to process it. - e.stopSelection = !key && me.stopSelection; - // If the target was not within a cell (ie it's a keydown event from the View), then - // IF there's only one action icon, action it. If there is more than one, the user must - // invoke actionable mode to navigate into the cell. - if (key && (target === cell || !cellFly.contains(target))) { - target = cellFly.query('.' + me.actionIconCls, true); - if (target.length === 1) { - target = target[0]; - } else { - return; - } - } - // NOTE: The statement below tests the truthiness of an assignment. - if (target && (match = target.className.match(me.actionIdRe))) { - item = me.items[parseInt(match[1], 10)]; - disabled = item.disabled || (item.isDisabled ? item.isDisabled.call(item.scope || me.origScope || me, view, recordIndex, cellIndex, item, record) : false); - if (item && !disabled) { - // Do not allow focus to follow from this mousedown unless the grid is already in actionable mode - if (type === 'mousedown' && !me.getView().actionableMode) { - e.preventDefault(); - } else if (type === 'click' || (key === e.ENTER || key === e.SPACE)) { - Ext.callback(item.handler || me.handler, item.scope || me.origScope, [ - view, - recordIndex, - cellIndex, - item, - e, - record, - row - ], undefined, me); - // If the handler moved focus outside of the view, do not allow this event to propagate - // to cause any navigation. - if (!view.el.contains(Ext.Element.getActiveElement())) { - return false; - } - } - } - } - return me.callParent(arguments); - }, - cascade: function(fn, scope) { - fn.call(scope || this, this); - }, - // Private override because this cannot function as a Container, and it has an items property which is an Array, NOT a MixedCollection. - getRefItems: function() { - return []; - }, - privates: { - getFocusables: function() { - // Override is here to prevent the default behaviour which tries to access - // this.items.items, which will be null. - return []; - }, - // Overriden method to always return a bitwise value that will result in a call to this column's updater. - shouldUpdateCell: function() { - return 2; - } - } -}); - -/** - * A Column definition class which renders boolean data fields. See the {@link Ext.grid.column.Column#xtype xtype} - * config option of {@link Ext.grid.column.Column} for more details. - * - * @example - * var store = Ext.create('Ext.data.Store', { - * fields: [ - * {name: 'framework', type: 'string'}, - * {name: 'rocks', type: 'boolean'} - * ], - * data: [ - * { framework: 'Ext JS 5', rocks: true }, - * { framework: 'Ext GWT', rocks: true }, - * { framework: 'Other Guys', rocks: false } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Boolean Column Demo', - * store: store, - * columns: [ - * { text: 'Framework', dataIndex: 'framework', flex: 1 }, - * { - * xtype: 'booleancolumn', - * text: 'Rocks', - * trueText: 'Yes', - * falseText: 'No', - * dataIndex: 'rocks' - * } - * ], - * height: 200, - * width: 400, - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.grid.column.Boolean', { - extend: 'Ext.grid.column.Column', - alias: [ - 'widget.booleancolumn' - ], - alternateClassName: 'Ext.grid.BooleanColumn', - // - /** - * @cfg {String} trueText - * The string returned by the renderer when the column value is not falsey. - */ - trueText: 'true', - // - // - /** - * @cfg {String} falseText - * The string returned by the renderer when the column value is falsey (but not undefined). - */ - falseText: 'false', - // - /** - * @cfg {String} undefinedText - * The string returned by the renderer when the column value is undefined. - */ - undefinedText: ' ', - defaultFilterType: 'boolean', - /** - * @cfg {Object} renderer - * @hide - */ - /** - * @cfg {Object} scope - * @hide - */ - /** - * @cfg {Boolean} producesHTML - * @inheritdoc - */ - producesHTML: false, - defaultRenderer: function(value) { - if (value === undefined) { - return this.undefinedText; - } - if (!value || value === 'false') { - return this.falseText; - } - return this.trueText; - }, - updater: function(cell, value) { - Ext.fly(cell).down(this.getView().innerSelector, true).innerHTML = Ext.grid.column.Boolean.prototype.defaultRenderer.call(this, value); - } -}); - -/** - * A Column subclass which renders a checkbox in each column cell which toggles the truthiness of the associated data field on click. - * - * Example usage: - * - * @example - * var store = Ext.create('Ext.data.Store', { - * fields: ['name', 'email', 'phone', 'active'], - * data: [ - * { name: 'Lisa', email: 'lisa@simpsons.com', phone: '555-111-1224', active: true }, - * { name: 'Bart', email: 'bart@simpsons.com', phone: '555-222-1234', active: true }, - * { name: 'Homer', email: 'homer@simpsons.com', phone: '555-222-1244', active: false }, - * { name: 'Marge', email: 'marge@simpsons.com', phone: '555-222-1254', active: true } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * height: 200, - * width: 400, - * renderTo: Ext.getBody(), - * store: store, - * columns: [ - * { text: 'Name', dataIndex: 'name' }, - * { text: 'Email', dataIndex: 'email', flex: 1 }, - * { text: 'Phone', dataIndex: 'phone' }, - * { xtype: 'checkcolumn', text: 'Active', dataIndex: 'active' } - * ] - * }); - * - * The check column can be at any index in the columns array. - */ -Ext.define('Ext.grid.column.Check', { - extend: 'Ext.grid.column.Column', - alternateClassName: [ - 'Ext.ux.CheckColumn', - 'Ext.grid.column.CheckColumn' - ], - alias: 'widget.checkcolumn', - /** - * @cfg - * @hide - * Overridden from base class. Must center to line up with editor. - */ - align: 'center', - ignoreExport: true, - /** - * @cfg {Boolean} [stopSelection=true] - * Prevent grid selection upon mousedown. - */ - stopSelection: true, - tdCls: Ext.baseCSSPrefix + 'grid-cell-checkcolumn', - innerCls: Ext.baseCSSPrefix + 'grid-cell-inner-checkcolumn', - clickTargetName: 'el', - defaultFilterType: 'boolean', - /** - * @event beforecheckchange - * Fires when before checked state of a row changes. - * The change may be vetoed by returning `false` from a listener. - * @param {Ext.ux.CheckColumn} this CheckColumn - * @param {Number} rowIndex The row index - * @param {Boolean} checked True if the box is to be checked - */ - /** - * @event checkchange - * Fires when the checked state of a row changes - * @param {Ext.ux.CheckColumn} this CheckColumn - * @param {Number} rowIndex The row index - * @param {Boolean} checked True if the box is now checked - */ - constructor: function() { - this.scope = this; - this.callParent(arguments); - }, - /** - * @private - * Process and refire events routed from the GridView's processEvent method. - */ - processEvent: function(type, view, cell, recordIndex, cellIndex, e, record, row) { - var me = this, - key = type === 'keydown' && e.getKey(), - mousedown = type === 'mousedown', - disabled = me.disabled, - ret, checked; - // Flag event to tell SelectionModel not to process it. - e.stopSelection = !key && me.stopSelection; - if (!disabled && (mousedown || (key === e.ENTER || key === e.SPACE))) { - checked = !me.isRecordChecked(record); - // Allow apps to hook beforecheckchange - if (me.fireEvent('beforecheckchange', me, recordIndex, checked) !== false) { - me.setRecordCheck(record, checked, cell, row, e); - me.fireEvent('checkchange', me, recordIndex, checked); - // Do not allow focus to follow from this mousedown unless the grid is already in actionable mode - if (mousedown && !me.getView().actionableMode) { - e.preventDefault(); - } - } - } else { - ret = me.callParent(arguments); - } - return ret; - }, - /** - * Enables this CheckColumn. - */ - onEnable: function() { - this.callParent(arguments); - this._setDisabled(false); - }, - /** - * Disables this CheckColumn. - */ - onDisable: function() { - this._setDisabled(true); - }, - // Don't want to conflict with the Component method - _setDisabled: function(disabled) { - var me = this, - cls = me.disabledCls, - items; - items = me.up('tablepanel').el.select(me.getCellSelector()); - if (disabled) { - items.addCls(cls); - } else { - items.removeCls(cls); - } - }, - // Note: class names are not placed on the prototype bc renderer scope - // is not in the header. - defaultRenderer: function(value, cellValues) { - var cssPrefix = Ext.baseCSSPrefix, - cls = cssPrefix + 'grid-checkcolumn'; - if (this.disabled) { - cellValues.tdCls += ' ' + this.disabledCls; - } - if (value) { - cls += ' ' + cssPrefix + 'grid-checkcolumn-checked'; - } - return '
    '; - }, - isRecordChecked: function(record) { - var prop = this.property; - if (prop) { - return record[prop]; - } - return record.get(this.dataIndex); - }, - setRecordCheck: function(record, checked, cell, row, e) { - var me = this, - prop = me.property; - if (prop) { - record[prop] = checked; - me.updater(cell, checked); - } else { - record.set(me.dataIndex, checked); - } - }, - updater: function(cell, value) { - cell = Ext.fly(cell); - cell[this.disabled ? 'addCls' : 'removeCls'](this.disabledCls); - Ext.fly(cell.down(this.getView().innerSelector, true).firstChild)[value ? 'addCls' : 'removeCls'](Ext.baseCSSPrefix + 'grid-checkcolumn-checked'); - } -}); - -/** - * A Column definition class which renders a passed date according to the default locale, or a configured - * {@link #format}. - * - * @example - * Ext.create('Ext.data.Store', { - * storeId:'sampleStore', - * fields:[ - * { name: 'symbol', type: 'string' }, - * { name: 'date', type: 'date' }, - * { name: 'change', type: 'number' }, - * { name: 'volume', type: 'number' }, - * { name: 'topday', type: 'date' } - * ], - * data:[ - * { symbol: "msft", date: '2011/04/22', change: 2.43, volume: 61606325, topday: '04/01/2010' }, - * { symbol: "goog", date: '2011/04/22', change: 0.81, volume: 3053782, topday: '04/11/2010' }, - * { symbol: "apple", date: '2011/04/22', change: 1.35, volume: 24484858, topday: '04/28/2010' }, - * { symbol: "sencha", date: '2011/04/22', change: 8.85, volume: 5556351, topday: '04/22/2010' } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Date Column Demo', - * store: Ext.data.StoreManager.lookup('sampleStore'), - * columns: [ - * { text: 'Symbol', dataIndex: 'symbol', flex: 1 }, - * { text: 'Date', dataIndex: 'date', xtype: 'datecolumn', format:'Y-m-d' }, - * { text: 'Change', dataIndex: 'change', xtype: 'numbercolumn', format:'0.00' }, - * { text: 'Volume', dataIndex: 'volume', xtype: 'numbercolumn', format:'0,000' }, - * { text: 'Top Day', dataIndex: 'topday', xtype: 'datecolumn', format:'l' } - * ], - * height: 200, - * width: 450, - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.grid.column.Date', { - extend: 'Ext.grid.column.Column', - alias: [ - 'widget.datecolumn' - ], - requires: [ - 'Ext.Date' - ], - alternateClassName: 'Ext.grid.DateColumn', - isDateColumn: true, - defaultFilterType: 'date', - /** - * @cfg {String} format - * A formatting string as used by {@link Ext.Date#format} to format a Date for this Column. - * - * Defaults to the default date from {@link Ext.Date#defaultFormat} which itself my be overridden - * in a locale file. - */ - /** - * @cfg {Object} renderer - * @hide - */ - /** - * @cfg {Object} scope - * @hide - */ - /** - * @cfg {Boolean} producesHTML - * @inheritdoc - */ - producesHTML: false, - initComponent: function() { - if (!this.format) { - this.format = Ext.Date.defaultFormat; - } - this.callParent(arguments); - }, - defaultRenderer: function(value) { - return Ext.util.Format.date(value, this.format); - }, - updater: function(cell, value) { - Ext.fly(cell).down(this.getView().innerSelector, true).innerHTML = Ext.grid.column.Date.prototype.defaultRenderer.call(this, value); - } -}); - -/** - * A Column definition class which renders a numeric data field according to a {@link #format} string. - * - * @example - * Ext.create('Ext.data.Store', { - * storeId:'sampleStore', - * fields:[ - * { name: 'symbol', type: 'string' }, - * { name: 'price', type: 'number' }, - * { name: 'change', type: 'number' }, - * { name: 'volume', type: 'number' } - * ], - * data:[ - * { symbol: "msft", price: 25.76, change: 2.43, volume: 61606325 }, - * { symbol: "goog", price: 525.73, change: 0.81, volume: 3053782 }, - * { symbol: "apple", price: 342.41, change: 1.35, volume: 24484858 }, - * { symbol: "sencha", price: 142.08, change: 8.85, volume: 5556351 } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Number Column Demo', - * store: Ext.data.StoreManager.lookup('sampleStore'), - * columns: [ - * { text: 'Symbol', dataIndex: 'symbol', flex: 1 }, - * { text: 'Current Price', dataIndex: 'price', renderer: Ext.util.Format.usMoney }, - * { text: 'Change', dataIndex: 'change', xtype: 'numbercolumn', format:'0.00' }, - * { text: 'Volume', dataIndex: 'volume', xtype: 'numbercolumn', format:'0,000' } - * ], - * height: 200, - * width: 400, - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.grid.column.Number', { - extend: 'Ext.grid.column.Column', - alias: [ - 'widget.numbercolumn' - ], - requires: [ - 'Ext.util.Format' - ], - alternateClassName: 'Ext.grid.NumberColumn', - defaultFilterType: 'number', - // - /** - * @cfg {String} format - * A formatting string as used by {@link Ext.util.Format#number} to format a numeric value for this Column. - */ - format: '0,000.00', - // - /** - * @cfg {Object} renderer - * @hide - */ - /** - * @cfg {Object} scope - * @hide - */ - /** - * @cfg {Boolean} producesHTML - * @inheritdoc - */ - producesHTML: false, - defaultRenderer: function(value) { - return Ext.util.Format.number(value, this.format); - }, - updater: function(cell, value) { - Ext.fly(cell).down(this.getView().innerSelector, true).innerHTML = Ext.grid.column.Number.prototype.defaultRenderer.call(this, value); - } -}); - -/** - * A special type of Grid {@link Ext.grid.column.Column} that provides automatic - * row numbering. - * - * Usage: - * - * columns: [ - * {xtype: 'rownumberer'}, - * {text: "Company", flex: 1, sortable: true, dataIndex: 'company'}, - * {text: "Price", width: 120, sortable: true, renderer: Ext.util.Format.usMoney, dataIndex: 'price'}, - * {text: "Change", width: 120, sortable: true, dataIndex: 'change'}, - * {text: "% Change", width: 120, sortable: true, dataIndex: 'pctChange'}, - * {text: "Last Updated", width: 120, sortable: true, renderer: Ext.util.Format.dateRenderer('m/d/Y'), dataIndex: 'lastChange'} - * ] - * - */ -Ext.define('Ext.grid.column.RowNumberer', { - extend: 'Ext.grid.column.Column', - alternateClassName: 'Ext.grid.RowNumberer', - alias: 'widget.rownumberer', - /** - * @property {Boolean} isRowNumberer - * `true` in this class to identify an object as an instantiated RowNumberer, or subclass thereof. - */ - isRowNumberer: true, - /** - * @cfg {String} text - * Any valid text or HTML fragment to display in the header cell for the row number column. - */ - text: " ", - /** - * @cfg {Number} width - * The default width in pixels of the row number column. - */ - width: 23, - /** - * @cfg {Boolean} sortable - * @hide - */ - sortable: false, - /** - * @cfg {Boolean} [draggable=false] - * False to disable drag-drop reordering of this column. - */ - draggable: false, - // Flag to Lockable to move instances of this column to the locked side. - autoLock: true, - // May not be moved from its preferred locked side when grid is enableLocking:true - lockable: false, - align: 'right', - /** - * @cfg {Boolean} producesHTML - * @inheritdoc - */ - producesHTML: false, - ignoreExport: true, - constructor: function(config) { - var me = this; - // Copy the prototype's default width setting into an instance property to provide - // a default width which will not be overridden by Container.applyDefaults use of Ext.applyIf - me.width = me.width; - me.callParent(arguments); - // Override any setting from the HeaderContainer's defaults - me.sortable = false; - me.scope = me; - }, - resizable: false, - hideable: false, - menuDisabled: true, - dataIndex: '', - cls: Ext.baseCSSPrefix + 'row-numberer', - tdCls: Ext.baseCSSPrefix + 'grid-cell-row-numberer ' + Ext.baseCSSPrefix + 'grid-cell-special', - innerCls: Ext.baseCSSPrefix + 'grid-cell-inner-row-numberer', - rowspan: undefined, - defaultRenderer: function(value, metaData, record, rowIdx, colIdx, dataSource, view) { - var rowspan = this.rowspan, - page = dataSource.currentPage, - result = view.store.indexOf(record); - if (metaData && rowspan) { - metaData.tdAttr = 'rowspan="' + rowspan + '"'; - } - if (page > 1) { - result += (page - 1) * dataSource.pageSize; - } - return result + 1; - }, - updater: function(cell, value, record, view, dataSource) { - Ext.fly(cell).down(this.getView().innerSelector, true).innerHTML = this.defaultRenderer(value, null, record, null, null, dataSource, view); - } -}); - -/** - * A Column definition class which renders a value by processing a {@link Ext.data.Model Model}'s - * {@link Ext.data.Model#getData data} using a {@link #tpl configured} - * {@link Ext.XTemplate XTemplate}. - * - * @example - * Ext.create('Ext.data.Store', { - * storeId:'employeeStore', - * fields:['firstname', 'lastname', 'seniority', 'department'], - * groupField: 'department', - * data:[ - * { firstname: "Michael", lastname: "Scott", seniority: 7, department: "Management" }, - * { firstname: "Dwight", lastname: "Schrute", seniority: 2, department: "Sales" }, - * { firstname: "Jim", lastname: "Halpert", seniority: 3, department: "Sales" }, - * { firstname: "Kevin", lastname: "Malone", seniority: 4, department: "Accounting" }, - * { firstname: "Angela", lastname: "Martin", seniority: 5, department: "Accounting" } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Column Template Demo', - * store: Ext.data.StoreManager.lookup('employeeStore'), - * columns: [ - * { text: 'Full Name', xtype: 'templatecolumn', tpl: '{firstname} {lastname}', flex:1 }, - * { text: 'Department (Yrs)', xtype: 'templatecolumn', tpl: '{department} ({seniority})' } - * ], - * height: 200, - * width: 300, - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.grid.column.Template', { - extend: 'Ext.grid.column.Column', - alias: [ - 'widget.templatecolumn' - ], - requires: [ - 'Ext.XTemplate' - ], - alternateClassName: 'Ext.grid.TemplateColumn', - /** - * @cfg {String/Ext.XTemplate} tpl - * An {@link Ext.XTemplate XTemplate}, or an XTemplate *definition string* to use to process a - * {@link Ext.data.Model Model}'s data object to produce a cell's rendered value. - */ - /** - * @cfg {Object} renderer - * @hide - */ - /** - * @cfg {Object} scope - * @hide - */ - initComponent: function() { - var me = this; - me.tpl = (!Ext.isPrimitive(me.tpl) && me.tpl.compile) ? me.tpl : new Ext.XTemplate(me.tpl); - // Set this here since the template may access any record values, - // so we must always run the update for this column - me.hasCustomRenderer = true; - me.callParent(arguments); - }, - defaultRenderer: function(value, meta, record) { - var data = Ext.apply({}, record.data, record.getAssociatedData()); - return this.tpl.apply(data); - }, - updater: function(cell, value) { - Ext.fly(cell).down(this.getView().innerSelector, true).innerHTML = Ext.grid.column.CheckColumn.prototype.defaultRenderer.call(this, value); - } -}); - -/** - * A widget column is configured with a {@link #widget} config object which specifies an - * {@link Ext.Component#cfg-xtype xtype} to indicate which type of Widget or Component belongs - * in the cells of this column. - * - * When a widget cell is rendered, a {@link Ext.Widget Widget} or {@link Ext.Component Component} of the specified type - * is rendered into that cell. Its {@link Ext.Component#defaultBindProperty defaultBindProperty} is set using this - * column's {@link #dataIndex} field from the associated record. - * - * In the example below we are monitoring the throughput of electricity substations. The capacity being - * used as a proportion of the maximum rated capacity is displayed as a progress bar. As new data arrives and the - * instantaneous usage value is updated, the `capacityUsed` field updates itself, and - * that is used as the {@link #dataIndex} for the `WidgetColumn` which contains the - * progress bar. The progress Bar's - * {@link Ext.ProgressBarWidget#defaultBindProperty defaultBindProperty} (which is - * "value") is set to the calculated `capacityUsed`. - * - * @example - * var grid = new Ext.grid.Panel({ - * title: 'Substation power monitor', - * width: 600, - * columns: [{ - * text: 'Id', - * dataIndex: 'id', - * width: 120 - * }, { - * text: 'Rating', - * dataIndex: 'maxCapacity', - * width: 80 - * }, { - * text: 'Avg.', - * dataIndex: 'avg', - * width: 85, - * formatter: 'number("0.00")' - * }, { - * text: 'Max', - * dataIndex: 'max', - * width: 80 - * }, { - * text: 'Instant', - * dataIndex: 'instant', - * width: 80 - * }, { - * text: '%Capacity', - * width: 150, - * - * // This is our Widget column - * xtype: 'widgetcolumn', - * dataIndex: 'capacityUsed', - * - * // This is the widget definition for each cell. - * // Its "value" setting is taken from the column's dataIndex - * widget: { - * xtype: 'progressbarwidget', - * textTpl: [ - * '{percent:number("0")}% capacity' - * ] - * } - * }], - * renderTo: document.body, - * disableSelection: true, - * store: { - * fields: [{ - * name: 'id', - * type: 'string' - * }, { - * name: 'maxCapacity', - * type: 'int' - * }, { - * name: 'avg', - * type: 'int', - * calculate: function(data) { - * // Make this depend upon the instant field being set which sets the sampleCount and total. - * // Use subscript format to access the other pseudo fields which are set by the instant field's converter - * return data.instant && data['total'] / data['sampleCount']; - * } - * }, { - * name: 'max', - * type: 'int', - * calculate: function(data) { - * // This will be seen to depend on the "instant" field. - * // Use subscript format to access this field's current value to avoid circular dependency error. - * return (data['max'] || 0) < data.instant ? data.instant : data['max']; - * } - * }, { - * name: 'instant', - * type: 'int', - * - * // Upon every update of instantaneous power throughput, - * // update the sample count and total so that the max field can calculate itself - * convert: function(value, rec) { - * rec.data.sampleCount = (rec.data.sampleCount || 0) + 1; - * rec.data.total = (rec.data.total || 0) + value; - * return value; - * }, - * depends: [] - * }, { - * name: 'capacityUsed', - * calculate: function(data) { - * return data.instant / data.maxCapacity; - * } - * }], - * data: [{ - * id: 'Substation A', - * maxCapacity: 1000, - * avg: 770, - * max: 950, - * instant: 685 - * }, { - * id: 'Substation B', - * maxCapacity: 1000, - * avg: 819, - * max: 992, - * instant: 749 - * }, { - * id: 'Substation C', - * maxCapacity: 1000, - * avg: 588, - * max: 936, - * instant: 833 - * }, { - * id: 'Substation D', - * maxCapacity: 1000, - * avg: 639, - * max: 917, - * instant: 825 - * }] - * } - * }); - * - * // Fake data updating... - * // Change one record per second to a random power value - * Ext.interval(function() { - * var recIdx = Ext.Number.randomInt(0, 3), - * newPowerReading = Ext.Number.randomInt(500, 1000); - * - * grid.store.getAt(recIdx).set('instant', newPowerReading); - * }, 1000); - * - * @since 5.0.0 - */ -Ext.define('Ext.grid.column.Widget', { - extend: 'Ext.grid.column.Column', - alias: 'widget.widgetcolumn', - config: { - /** - * @cfg defaultWidgetUI - * A map of xtype to {@link Ext.Component#ui} names to use when using Components in this column. - * - * Currently {@link Ext.Button Button} and all subclasses of {@link Ext.form.field.Text TextField} default - * to using `ui: "default"` when in a WidgetColumn except for in the "classic" theme, when they use ui "grid-cell". - */ - defaultWidgetUI: {} - }, - ignoreExport: true, - /** - * @cfg - * @inheritdoc - */ - sortable: false, - /** - * @cfg {Object} renderer - * @hide - */ - /** - * @cfg {Object} scope - * @hide - */ - /** - * @cfg {Object} widget - * A config object containing an {@link Ext.Component#cfg-xtype xtype}. - * - * This is used to create the widgets or components which are rendered into the cells of this column. - * - * This column's {@link #dataIndex} is used to update the widget/component's {@link Ext.Component#defaultBindProperty defaultBindProperty}. - * - * The widget will be decorated with 2 methods: - * `getWidgetRecord` - Returns the {@link Ext.data.Model record} the widget is associated with. - * `getWidgetColumn` - Returns the {@link Ext.grid.column.Widget column} the widget - * was associated with. - */ - /** - * @cfg {Function/String} onWidgetAttach - * A function that will be called when a widget is attached to a record. This may be useful for - * doing any post-processing. - * - * Ext.create({ - * xtype: 'grid', - * title: 'Student progress report', - * width: 250, - * renderTo: Ext.getBody(), - * disableSelection: true, - * store: { - * fields: ['name', 'isHonorStudent'], - * data: [{ - * name: 'Finn', - * isHonorStudent: true - * }, { - * name: 'Jake', - * isHonorStudent: false - * }] - * }, - * columns: [{ - * text: 'Name', - * dataIndex: 'name', - * flex: 1 - * }, { - * xtype: 'widgetcolumn', - * text: 'Honor Roll', - * dataIndex: 'isHonorStudent', - * width: 150, - * widget: { - * xtype: 'button', - * handler: function() { - * // print certificate handler - * } - * }, - * // called when the widget is initially instantiated - * // on the widget column - * onWidgetAttach: function(col, widget, rec) { - * widget.setText('Print Certificate'); - * widget.setDisabled(!rec.get('isHonorStudent')); - * } - * }] - * }); - * - * @param {Ext.grid.column.Column} column The column. - * @param {Ext.Component/Ext.Widget} widget The {@link #widget} rendered to each cell. - * @param {Ext.data.Model} record The record used with the current widget (cell). - * @declarativeHandler - */ - onWidgetAttach: null, - preventUpdate: true, - /** - * @cfg {Boolean} [stopSelection=true] - * Prevent grid selection upon click on the widget. - */ - stopSelection: true, - initComponent: function() { - var me = this, - widget; - me.callParent(arguments); - widget = me.widget; - if (!widget || widget.isComponent) { - Ext.raise('column.Widget requires a widget configuration.'); - } - me.widget = widget = Ext.apply({}, widget); - // Apply the default UI for the xtype which is going to feature in this column. - if (!widget.ui) { - widget.ui = me.getDefaultWidgetUI()[widget.xtype] || 'default'; - } - me.isFixedSize = Ext.isNumber(widget.width); - }, - processEvent: function(type, view, cell, recordIndex, cellIndex, e, record, row) { - var target; - if (this.stopSelection && type === 'click') { - // Grab the target that matches the cell inner selector. If we have a target, then, - // that means we either clicked on the inner part or the widget inside us. If - // target === e.target, then it was on the cell, so it's ok. Otherwise, inside so - // prevent the selection from happening - target = e.getTarget(view.innerSelector); - if (target && target !== e.target) { - e.stopSelection = true; - } - } - }, - beforeRender: function() { - var me = this, - tdCls = me.tdCls, - widget; - me.listenerScopeFn = function(defaultScope) { - if (defaultScope === 'this') { - return this; - } - return me.resolveListenerScope(defaultScope); - }; - me.liveWidgets = {}; - me.cachedStyles = {}; - me.freeWidgetStack = [ - widget = me.getFreeWidget() - ]; - tdCls = tdCls ? tdCls + ' ' : ''; - me.tdCls = tdCls + widget.getTdCls(); - me.setupViewListeners(me.getView()); - me.callParent(); - }, - afterRender: function() { - var view = this.getView(); - this.callParent(); - // View already ready, means we were added later so go and set up our widgets, but if the grid - // is reconfiguring, then the column will be rendered & the view will be ready, so wait until - // the reconfigure forces a refresh - if (view && view.viewReady && !view.ownerGrid.reconfiguring) { - this.onViewRefresh(view, view.getViewRange()); - } - }, - // Cell must be left blank - defaultRenderer: Ext.emptyFn, - updater: function(cell, value, record) { - this.updateWidget(record); - }, - onResize: function(newWidth) { - var me = this, - liveWidgets = me.liveWidgets, - view = me.getView(), - id, cell; - if (!me.isFixedSize && me.rendered && view && view.viewReady) { - cell = view.getEl().down(me.getCellInnerSelector()); - if (cell) { - // Subtract innerCell padding width - newWidth -= parseInt(me.getCachedStyle(cell, 'padding-left'), 10) + parseInt(me.getCachedStyle(cell, 'padding-right'), 10); - for (id in liveWidgets) { - liveWidgets[id].setWidth(newWidth); - } - } - } - }, - onAdded: function() { - var me = this, - view; - me.callParent(arguments); - view = me.getView(); - // If we are being added to a rendered HeaderContainer - if (view) { - me.setupViewListeners(view); - if (view && view.viewReady && me.rendered && view.getEl().down(me.getCellSelector())) { - // If the view is ready, it means we're already rendered. - // At this point the view may refresh "soon", however we don't have - // a way of knowing that the view is pending a refresh, so we need - // to ensure the widgets get hooked up correctly here - me.onViewRefresh(view, view.getViewRange()); - } - } - }, - onRemoved: function(isDestroying) { - var me = this, - liveWidgets = me.liveWidgets, - viewListeners = me.viewListeners, - id; - if (me.rendered) { - me.viewListeners = viewListeners && Ext.destroy(viewListeners); - // If we are being removed, we have to move all widget elements into the detached body - if (!isDestroying) { - for (id in liveWidgets) { - liveWidgets[id].detachFromBody(); - } - } - } - me.callParent(arguments); - }, - onDestroy: function() { - var me = this, - oldWidgetMap = me.liveWidgets, - freeWidgetStack = me.freeWidgetStack, - id, widget, i, len; - if (me.rendered) { - for (id in oldWidgetMap) { - widget = oldWidgetMap[id]; - widget.$widgetRecord = widget.$widgetColumn = null; - delete widget.getWidgetRecord; - delete widget.getWidgetColumn; - widget.destroy(); - } - for (i = 0 , len = freeWidgetStack.length; i < len; ++i) { - freeWidgetStack[i].destroy(); - } - } - me.freeWidgetStack = me.liveWidgets = null; - me.callParent(); - }, - getWidget: function(record) { - var liveWidgets = this.liveWidgets, - widget; - if (record && liveWidgets) { - widget = liveWidgets[record.internalId]; - } - return widget || null; - }, - privates: { - getCachedStyle: function(el, style) { - var cachedStyles = this.cachedStyles; - return cachedStyles[style] || (cachedStyles[style] = Ext.fly(el).getStyle(style)); - }, - getFreeWidget: function() { - var me = this, - result = me.freeWidgetStack ? me.freeWidgetStack.pop() : null; - if (!result) { - result = Ext.widget(me.widget); - result.resolveListenerScope = me.listenerScopeFn; - result.getWidgetRecord = me.widgetRecordDecorator; - result.getWidgetColumn = me.widgetColumnDecorator; - result.dataIndex = me.dataIndex; - result.measurer = me; - result.ownerCmp = me.getView(); - // The ownerCmp of the widget is the encapsulating view, which means it will be considered - // as a layout child, but it isn't really, we always need the layout on the - // component to run if asked. - result.isLayoutChild = me.returnFalse; - } - return result; - }, - onBeforeRefresh: function() { - var liveWidgets = this.liveWidgets, - id; - // Because of a memory leak bug in IE 8, we need to handle the dom node here before - // it is destroyed. - // See EXTJS-14874. - for (id in liveWidgets) { - liveWidgets[id].detachFromBody(); - } - }, - onItemAdd: function(records, index, items) { - var me = this, - view = me.getView(), - hasAttach = !!me.onWidgetAttach, - dataIndex = me.dataIndex, - isFixedSize = me.isFixedSize, - len = records.length, - i, record, row, cell, widget, el, focusEl, width; - // Loop through all records added, ensuring that our corresponding cell in each item - // has a Widget of the correct type in it, and is updated with the correct value from the record. - if (me.isVisible(true)) { - for (i = 0; i < len; i++) { - record = records[i]; - if (record.isNonData) { - - continue; - } - row = view.getRowFromItem(items[i]); - // May be a placeholder with no data row - if (row) { - cell = row.cells[me.getVisibleIndex()].firstChild; - if (!isFixedSize && !width) { - width = me.lastBox.width - parseInt(me.getCachedStyle(cell, 'padding-left'), 10) - parseInt(me.getCachedStyle(cell, 'padding-right'), 10); - } - widget = me.liveWidgets[record.internalId] = me.getFreeWidget(); - widget.$widgetColumn = me; - widget.$widgetRecord = record; - // Render/move a widget into the new row - Ext.fly(cell).empty(); - // Call the appropriate setter with this column's data field - if (widget.defaultBindProperty && dataIndex) { - widget.setConfig(widget.defaultBindProperty, record.get(dataIndex)); - } - if (hasAttach) { - Ext.callback(me.onWidgetAttach, me.scope, [ - me, - widget, - record - ], 0, me); - } - el = widget.el || widget.element; - if (el) { - cell.appendChild(el.dom); - if (!isFixedSize) { - widget.setWidth(width); - } - widget.reattachToBody(); - } else { - if (!isFixedSize) { - widget.width = width; - } - widget.render(cell); - } - // If the widget has a focusEl, ensure that its tabbability status is synched with the view's - // navigable/actionable state. - focusEl = widget.getFocusEl(); - if (focusEl) { - if (view.actionableMode) { - if (!focusEl.isTabbable()) { - focusEl.restoreTabbableState(); - } - } else { - if (focusEl.isTabbable()) { - focusEl.saveTabbableState(); - } - } - } - } - } - } - }, - onItemRemove: function(records, index, items) { - var me = this, - liveWidgets = me.liveWidgets, - widget, item, id, len, i, focusEl; - if (me.rendered) { - // Single item or Array. - items = Ext.Array.from(items); - len = items.length; - for (i = 0; i < len; i++) { - item = items[i]; - // If there was a record ID (collapsed placeholder will no longer be - // accessible)... return ousted widget to free stack, and move its element - // to the detached body - id = item.getAttribute('data-recordId'); - if (id && (widget = liveWidgets[id])) { - delete liveWidgets[id]; - me.freeWidgetStack.unshift(widget); - widget.$widgetRecord = widget.$widgetColumn = null; - // Focusables in a grid must not be tabbable by default when they get put back in. - focusEl = widget.getFocusEl(); - if (focusEl) { - // Widgets are reused so we must reset their tabbable state - // regardless of their visibility. - // For example, when removing rows in IE8 we're attaching - // the nodes to a document-fragment which itself is invisible, - // so isTabbable() returns false. Next time when we're reusing - // this widget it will be attached to the document with its - // tabbable state unreset, which might lead to undesired results. - if (focusEl.isTabbable(true)) { - focusEl.saveTabbableState({ - includeHidden: true - }); - } - // Some browsers do not deliver a focus change upon DOM removal. - // Force the issue here. - focusEl.blur(); - } - widget.detachFromBody(); - } - } - } - }, - onItemUpdate: function(record, recordIndex, oldItemDom) { - this.updateWidget(record); - }, - onViewRefresh: function(view, records) { - var me = this, - rows = view.all, - hasAttach = !!me.onWidgetAttach, - oldWidgetMap = me.liveWidgets, - dataIndex = me.dataIndex, - isFixedSize = me.isFixedSize, - cell, widget, el, width, recordId, itemIndex, recordIndex, record, id, lastBox, dom; - if (me.isVisible(true)) { - me.liveWidgets = {}; - Ext.suspendLayouts(); - for (itemIndex = rows.startIndex , recordIndex = 0; itemIndex <= rows.endIndex; itemIndex++ , recordIndex++) { - record = records[recordIndex]; - if (record.isNonData) { - - continue; - } - recordId = record.internalId; - cell = view.getRow(rows.item(itemIndex)).cells[me.getVisibleIndex()].firstChild; - // Attempt to reuse the existing widget for this record. - widget = me.liveWidgets[recordId] = oldWidgetMap[recordId] || me.getFreeWidget(); - widget.$widgetRecord = record; - widget.$widgetColumn = me; - delete oldWidgetMap[recordId]; - lastBox = me.lastBox; - if (lastBox && !isFixedSize && width === undefined) { - width = lastBox.width - parseInt(me.getCachedStyle(cell, 'padding-left'), 10) - parseInt(me.getCachedStyle(cell, 'padding-right'), 10); - } - // Call the appropriate setter with this column's data field - if (widget.defaultBindProperty && dataIndex) { - widget.setConfig(widget.defaultBindProperty, records[recordIndex].get(dataIndex)); - } - if (hasAttach) { - Ext.callback(me.onWidgetAttach, me.scope, [ - me, - widget, - record - ], 0, me); - } - el = widget.el || widget.element; - if (el) { - dom = el.dom; - if (dom.parentNode !== cell) { - Ext.fly(cell).empty(); - cell.appendChild(el.dom); - } - if (!isFixedSize) { - widget.setWidth(width); - } - widget.reattachToBody(); - } else { - if (!isFixedSize) { - widget.width = width; - } - Ext.fly(cell).empty(); - widget.render(cell); - } - } - Ext.resumeLayouts(true); - // Free any unused widgets from the old live map. - // Move them into detachedBody. - for (id in oldWidgetMap) { - widget = oldWidgetMap[id]; - widget.$widgetRecord = widget.$widgetColumn = null; - me.freeWidgetStack.unshift(widget); - widget.detachFromBody(); - } - } - }, - returnFalse: function() { - return false; - }, - setupViewListeners: function(view) { - var me = this; - me.viewListeners = view.on({ - refresh: me.onViewRefresh, - itemupdate: me.onItemUpdate, - itemadd: me.onItemAdd, - itemremove: me.onItemRemove, - scope: me, - destroyable: true - }); - if (Ext.isIE8) { - view.on('beforerefresh', me.onBeforeRefresh, me); - } - }, - updateWidget: function(record) { - var dataIndex = this.dataIndex, - widget; - if (this.rendered) { - widget = this.liveWidgets[record.internalId]; - // Call the appropriate setter with this column's data field - if (widget && widget.defaultBindProperty && dataIndex) { - widget.setConfig(widget.defaultBindProperty, record.get(dataIndex)); - } - } - }, - widgetRecordDecorator: function() { - return this.$widgetRecord; - }, - widgetColumnDecorator: function() { - return this.$widgetColumn; - } - } -}); - -/** - * A feature is a type of plugin that is specific to the {@link Ext.grid.Panel}. It provides several - * hooks that allows the developer to inject additional functionality at certain points throughout the - * grid creation cycle. This class provides the base template methods that are available to the developer, - * it should be extended. - * - * There are several built in features that extend this class, for example: - * - * - {@link Ext.grid.feature.Grouping} - Shows grid rows in groups as specified by the {@link Ext.data.Store} - * - {@link Ext.grid.feature.RowBody} - Adds a body section for each grid row that can contain markup. - * - {@link Ext.grid.feature.Summary} - Adds a summary row at the bottom of the grid with aggregate totals for a column. - * - * ## Using Features - * A feature is added to the grid by specifying it an array of features in the configuration: - * - * var groupingFeature = Ext.create('Ext.grid.feature.Grouping'); - * Ext.create('Ext.grid.Panel', { - * // other options - * features: [groupingFeature] - * }); - * - * ## Writing Features - * - * A Feature may add new DOM structure within the structure of a grid. - * - * A grid is essentially a `
    ` element. A {@link Ext.view.Table TableView} instance uses four {@link Ext.XTemplate XTemplates} - * to render the grid, `tpl`, `itemTpl`, `rowTpl`, `cellTpl`. - * - * A {@link Ext.view.Table TableView} uses its `tpl` to emit the item encapsulating HTML tags into its output stream. - * To render the rows, it invokes {@link Ext.view.Table#renderRows} passing the `rows` member of its data object and the `columns` member of its data object. - * - * The `tpl`'s data object Looks like this: - * { - * view: owningTableView, - * rows: recordsToRender, - * viewStartIndex: indexOfFirstRecordInStore, - * tableStyle: styleString - * } - * - * * A {@link Ext.view.Table TableView} uses its `rowTpl` to emit a `` HTML tag to its output stream. To render cells, - * it invokes {@link Ext.view.Table#renderCell} passing the `rows` member of its data object. - * - * The `itemTpl` and `rowTpl`'s data object looks like this: - * - * { - * view: owningTableView, - * record: recordToRender, - * recordIndex: indexOfRecordInStore, - * rowIndex: indexOfRowInView, - * columns: arrayOfColumnDefinitions, - * itemClasses: arrayOfClassNames, // For outermost row in case of wrapping - * rowClasses: arrayOfClassNames, // For internal data bearing row in case of wrapping - * rowStyle: styleString - * } - * - * * A {@link Ext.view.Table TableView} uses its `cellTpl` to emit a `- // Some browsers use content box and some use border box when applying the style width of a TD - if (!me.summaryTableCls) { - me.summaryTableCls = Ext.baseCSSPrefix + 'grid-item'; - } - me.summaryRowSelector = '.' + me.summaryRowCls; - }, - bindStore: function(grid, store) { - var me = this; - Ext.destroy(me.readerListeners); - if (me.remoteRoot) { - me.readerListeners = store.getProxy().getReader().on({ - scope: me, - destroyable: true, - rawdata: me.onReaderRawData - }); - } - }, - onReaderRawData: function(data) { - // Invalidate potentially existing summaryRows to force recalculation - this.summaryRows = null; - this.readerRawData = data; - }, - /** - * Toggle whether or not to show the summary row. - * @param {Boolean} visible True to show the summary row - */ - toggleSummaryRow: function(visible, /* private */ - fromLockingPartner) { - var me = this, - prev = me.showSummaryRow, - doRefresh; - visible = visible != null ? !!visible : !me.showSummaryRow; - me.showSummaryRow = visible; - if (visible && visible !== prev) { - // If being shown, something may have changed while not visible, so - // force the summary records to recalculate - me.updateSummaryRow = true; - } - // If there is another side to be toggled, then toggle it (as long as we are not already being commanded from that other side); - // Then refresh the whole arrangement. - if (me.lockingPartner) { - if (!fromLockingPartner) { - me.lockingPartner.toggleSummaryRow(visible, true); - doRefresh = true; - } - } else { - doRefresh = true; - } - if (doRefresh) { - me.grid.ownerGrid.getView().refresh(); - } - }, - createRenderer: function(column, record) { - var me = this, - ownerGroup = record.ownerGroup, - summaryData = ownerGroup ? me.summaryData[ownerGroup] : me.summaryData, - // Use the column.getItemId() for columns without a dataIndex. The populateRecord method does the same. - dataIndex = column.dataIndex || column.getItemId(); - return function(value, metaData) { - return column.summaryRenderer ? column.summaryRenderer(record.data[dataIndex], summaryData, dataIndex, metaData) : // For no summaryRenderer, return the field value in the Feature record. - record.data[dataIndex]; - }; - }, - outputSummaryRecord: function(summaryRecord, contextValues, out) { - var view = contextValues.view, - savedRowValues = view.rowValues, - columns = contextValues.columns || view.headerCt.getVisibleGridColumns(), - colCount = columns.length, - i, column, - // Set up a row rendering values object so that we can call the rowTpl directly to inject - // the markup of a grid row into the output stream. - values = { - view: view, - record: summaryRecord, - rowStyle: '', - rowClasses: [ - this.summaryRowCls - ], - itemClasses: [], - recordIndex: -1, - rowId: view.getRowId(summaryRecord), - columns: columns - }; - // Because we are using the regular row rendering pathway, temporarily swap out the renderer for the summaryRenderer - for (i = 0; i < colCount; i++) { - column = columns[i]; - column.savedRenderer = column.renderer; - if (column.summaryType || column.summaryRenderer) { - column.renderer = this.createRenderer(column, summaryRecord); - } else { - column.renderer = Ext.emptyFn; - } - } - // Use the base template to render a summary row - view.rowValues = values; - view.self.prototype.rowTpl.applyOut(values, out, parent); - view.rowValues = savedRowValues; - // Restore regular column renderers - for (i = 0; i < colCount; i++) { - column = columns[i]; - column.renderer = column.savedRenderer; - column.savedRenderer = null; - } - }, - /** - * Get the summary data for a field. - * @private - * @param {Ext.data.Store} store The store to get the data from - * @param {String/Function} type The type of aggregation. If a function is specified it will - * be passed to the stores aggregate function. - * @param {String} field The field to aggregate on - * @param {Boolean} group True to aggregate in grouped mode - * @return {Number/String/Object} See the return type for the store functions. - * if the group parameter is `true` An object is returned with a property named for each group who's - * value is the summary value. - */ - getSummary: function(store, type, field, group) { - var isGrouped = !!group, - item = isGrouped ? group : store; - if (type) { - if (Ext.isFunction(type)) { - if (isGrouped) { - return item.aggregate(field, type); - } else { - return item.aggregate(type, null, false, [ - field - ]); - } - } - switch (type) { - case 'count': - return item.count(field); - case 'min': - return item.min(field); - case 'max': - return item.max(field); - case 'sum': - return item.sum(field); - case 'average': - return item.average(field); - default: - return ''; - } - } - }, - getRawData: function() { - var data = this.readerRawData; - if (data) { - return data; - } - // Synchronous Proxies such as Memory proxy will set keepRawData to true - // on their Reader instances, and may have been loaded before we were bound - // to the store. Or the Reader may have been configured with keepRawData: true - // manually. - // In these cases, the Reader should have rawData on the instance. - return this.view.getStore().getProxy().getReader().rawData; - }, - generateSummaryData: function(groupField) { - var me = this, - summaryRows = me.summaryRows, - convertedSummaryRow = {}, - remoteData = {}, - storeReader, reader, rawData, i, len, summaryRows, rows, row; - // Summary rows may have been cached by previous run - if (!summaryRows) { - rawData = me.getRawData(); - if (!rawData) { - return; - } - // Construct a new Reader instance of the same type to avoid - // munging the one in the Store - storeReader = me.view.store.getProxy().getReader(); - reader = Ext.create('reader.' + storeReader.type, storeReader.getConfig()); - // reset reader root and rebuild extractors to extract summaries data - reader.setRootProperty(me.remoteRoot); - // At this point summaryRows is still raw data, e.g. XML node - summaryRows = reader.getRoot(rawData); - if (summaryRows) { - rows = []; - if (!Ext.isArray(summaryRows)) { - summaryRows = [ - summaryRows - ]; - } - len = summaryRows.length; - for (i = 0; i < len; ++i) { - // Convert a raw data row into a Record's hash object using the Reader. - row = reader.extractRecordData(summaryRows[i], me.readDataOptions); - rows.push(row); - } - me.summaryRows = summaryRows = rows; - } - // By the next time the configuration may change - reader.destroy(); - // We also no longer need the whole raw dataset - me.readerRawData = null; - } - if (summaryRows) { - for (i = 0 , len = summaryRows.length; i < len; i++) { - convertedSummaryRow = summaryRows[i]; - if (groupField) { - remoteData[convertedSummaryRow[groupField]] = convertedSummaryRow; - } - } - } - return groupField ? remoteData : convertedSummaryRow; - }, - setSummaryData: function(record, colId, summaryValue, groupName) { - var summaryData = this.summaryData; - if (groupName) { - if (!summaryData[groupName]) { - summaryData[groupName] = {}; - } - summaryData[groupName][colId] = summaryValue; - } else { - summaryData[colId] = summaryValue; - } - }, - destroy: function() { - Ext.destroy(this.readerListeners); - this.readerRawData = this.summaryRows = null; - this.callParent(); - } -}); - -/** - * Private record store class which takes the place of the view's data store to provide a grouped - * view of the data when the Grouping feature is used. - * - * Relays granular mutation events from the underlying store as refresh events to the view. - * - * On mutation events from the underlying store, updates the summary rows by firing update events on the corresponding - * summary records. - * @private - */ -Ext.define('Ext.grid.feature.GroupStore', { - extend: 'Ext.util.Observable', - isStore: true, - // Number of records to load into a buffered grid before it has been bound to a view of known size - defaultViewSize: 100, - // Use this property moving forward for all feature stores. It will be used to ensure - // that the correct object is used to call various APIs. See EXTJSIV-10022. - isFeatureStore: true, - badGrouperKey: '[object Object]', - constructor: function(groupingFeature, store) { - var me = this; - me.callParent(); - me.groupingFeature = groupingFeature; - me.bindStore(store); - // We don't want to listen to store events in a locking assembly. - if (!groupingFeature.grid.isLocked) { - me.bindViewStoreListeners(); - } - }, - bindStore: function(store) { - var me = this; - if (!store || me.store !== store) { - Ext.destroy(me.storeListeners); - me.store = null; - } - if (store) { - me.storeListeners = store.on({ - groupchange: me.onGroupChange, - remove: me.onRemove, - add: me.onAdd, - idchanged: me.onIdChanged, - update: me.onUpdate, - refresh: me.onRefresh, - clear: me.onClear, - scope: me, - destroyable: true - }); - me.store = store; - me.processStore(store); - } - }, - bindViewStoreListeners: function() { - var view = this.groupingFeature.view, - listeners = view.getStoreListeners(); - listeners.scope = view; - this.on(listeners); - }, - processStore: function(store) { - var me = this, - groupingFeature = me.groupingFeature, - collapseAll = groupingFeature.startCollapsed, - data = me.data, - ExtArray = Ext.Array, - indexOf = ExtArray.indexOf, - splice = ExtArray.splice, - groups = store.getGroups(), - groupCount = groups ? groups.length : 0, - groupField = store.getGroupField(), - // We need to know all of the possible unique group names. The only way to know this is to check itemGroupKeys, which will keep a - // list of all potential group names. It's not enough to get the key of the existing groups since the collection may be filtered. - groupNames = groups && ExtArray.unique(Ext.Object.getValues(groups.itemGroupKeys)), - isCollapsed = false, - oldMetaGroupCache = groupingFeature.getCache(), - metaGroup, metaGroupCache, i, len, featureGrouper, group, groupName, groupPlaceholder, key, modelData, Model; - groupingFeature.invalidateCache(); - // Get a new cache since we invalidated the old one. - metaGroupCache = groupingFeature.getCache(); - // Persist what we can. - if (oldMetaGroupCache.map) { - metaGroupCache.map = oldMetaGroupCache.map; - } - if (data) { - data.clear(); - } else { - data = me.data = new Ext.util.Collection({ - rootProperty: 'data', - extraKeys: { - byInternalId: { - property: 'internalId', - rootProperty: '' - } - } - }); - } - if (store.getCount()) { - // Upon first process of a loaded store, clear the "always" collapse" flag - groupingFeature.startCollapsed = false; - if (groupCount > 0) { - Model = store.getModel(); - for (i = 0; i < groupCount; i++) { - group = groups.getAt(i); - // Cache group information by group name. - key = group.getGroupKey(); - // If there is no store grouper and the groupField looks up a complex data type, the store will stringify it and - // the group name will be '[object Object]'. To fix this, groupers can be defined in the feature config, so we'll - // simply do a lookup here and re-group the store. - // - // Note that if a grouper wasn't defined on the feature that we'll just default to the old behavior and still try - // to group. - if (me.badGrouperKey === key && (featureGrouper = groupingFeature.getGrouper(groupField))) { - // We must reset the value b/c store.group() will call into this method again! - groupingFeature.startCollapsed = collapseAll; - store.group(featureGrouper); - return; - } - // Persist what we can. - metaGroup = metaGroupCache[key] = oldMetaGroupCache[key] || groupingFeature.getMetaGroup(key); - // Remove the group name from the list of all possible group names. This is how we'll know if any remaining groups - // in the old cache should be retained. - splice(groupNames, indexOf(groupNames, key), 1); - isCollapsed = metaGroup.isCollapsed = collapseAll || metaGroup.isCollapsed; - // If group is collapsed, then represent it by one dummy row which is never visible, but which acts - // as a start and end group trigger. - if (isCollapsed) { - modelData = {}; - modelData[groupField] = key; - metaGroup.placeholder = groupPlaceholder = new Model(modelData); - groupPlaceholder.isNonData = groupPlaceholder.isCollapsedPlaceholder = true; - groupPlaceholder.group = group; - data.add(groupPlaceholder); - } else // Expanded group - add the group's child records. - { - data.insert(me.data.length, group.items); - } - } - if (groupNames.length) { - // The remainig group names in this list may refer to potential groups that have been filtered/sorted. If the group - // name exists in the old cache, we must retain it b/c the groups could be recreated. See EXTJS-15755 for an example. - // Anything left in the old cache can be discarded. - for (i = 0 , len = groupNames.length; i < len; i++) { - groupName = groupNames[i]; - metaGroupCache[groupName] = oldMetaGroupCache[groupName]; - } - } - oldMetaGroupCache = null; - } else { - data.add(store.getRange()); - } - } - }, - isCollapsed: function(name) { - return this.groupingFeature.getCache()[name].isCollapsed; - }, - isLoading: function() { - return false; - }, - getData: function() { - return this.data; - }, - getCount: function() { - return this.data.getCount(); - }, - getTotalCount: function() { - return this.data.getCount(); - }, - // This class is only created for fully loaded, non-buffered stores - rangeCached: function(start, end) { - return end < this.getCount(); - }, - getRange: function(start, end, options) { - // Collection's getRange is exclusive. Do NOT mutate the value: it is passed to the callback. - var result = this.data.getRange(start, Ext.isNumber(end) ? end + 1 : end); - if (options && options.callback) { - options.callback.call(options.scope || this, result, start, end, options); - } - return result; - }, - getAt: function(index) { - return this.data.getAt(index); - }, - /** - * Get the Record with the specified id. - * - * This method is not affected by filtering, lookup will be performed from all records - * inside the store, filtered or not. - * - * @param {Mixed} id The id of the Record to find. - * @return {Ext.data.Model} The Record with the passed id. Returns null if not found. - */ - getById: function(id) { - return this.store.getById(id); - }, - /** - * @private - * Get the Record with the specified internalId. - * - * This method is not effected by filtering, lookup will be performed from all records - * inside the store, filtered or not. - * - * @param {Mixed} internalId The id of the Record to find. - * @return {Ext.data.Model} The Record with the passed internalId. Returns null if not found. - */ - getByInternalId: function(internalId) { - // Find the record in the base store. - // If it was a placeholder, then it won't be there, it will be in our data Collection. - return this.store.getByInternalId(internalId) || this.data.byInternalId.get(internalId); - }, - expandGroup: function(group) { - var me = this, - groupingFeature = me.groupingFeature, - metaGroup, placeholder, startIdx, items; - if (typeof group === 'string') { - group = groupingFeature.getGroup(group); - } - if (group) { - items = group.items; - metaGroup = groupingFeature.getMetaGroup(group); - placeholder = metaGroup.placeholder; - } - if (items.length && (startIdx = me.data.indexOf(placeholder)) !== -1) { - // Any event handlers must see the new state - metaGroup.isCollapsed = false; - me.isExpandingOrCollapsing = 1; - // Remove the collapsed group placeholder record - me.data.removeAt(startIdx); - // Insert the child records in its place - me.data.insert(startIdx, group.items); - // Update views - me.fireEvent('replace', me, startIdx, [ - placeholder - ], group.items); - me.fireEvent('groupexpand', me, group); - me.isExpandingOrCollapsing = 0; - } - }, - collapseGroup: function(group) { - var me = this, - groupingFeature = me.groupingFeature, - startIdx, placeholder, len, items; - if (typeof group === 'string') { - group = groupingFeature.getGroup(group); - } - if (group) { - items = group.items; - } - if (items && (len = items.length) && (startIdx = me.data.indexOf(items[0])) !== -1) { - // Any event handlers must see the new state - groupingFeature.getMetaGroup(group).isCollapsed = true; - me.isExpandingOrCollapsing = 2; - // Remove the group child records - me.data.removeAt(startIdx, len); - // Insert a placeholder record in their place - me.data.insert(startIdx, placeholder = me.getGroupPlaceholder(group)); - // Update views - me.fireEvent('replace', me, startIdx, items, [ - placeholder - ]); - me.fireEvent('groupcollapse', me, group); - me.isExpandingOrCollapsing = 0; - } - }, - getGroupPlaceholder: function(group) { - var metaGroup = this.groupingFeature.getMetaGroup(group); - if (!metaGroup.placeholder) { - var store = this.store, - Model = store.getModel(), - modelData = {}, - key = group.getGroupKey(), - groupPlaceholder; - modelData[store.getGroupField()] = key; - groupPlaceholder = metaGroup.placeholder = new Model(modelData); - groupPlaceholder.isNonData = groupPlaceholder.isCollapsedPlaceholder = true; - // Let's poke the groupKey onto the record instead of storing a reference to the group - // itself. The latter can cause problems if the store is reloaded and the referenced - // group is lost. - // See EXTJS-18655 - groupPlaceholder.groupKey = key; - } - return metaGroup.placeholder; - }, - // Find index of record in group store. - // If it's in a collapsed group, then it's -1, not present - indexOf: function(record) { - var ret = -1; - if (!record.isCollapsedPlaceholder) { - ret = this.data.indexOf(record); - } - return ret; - }, - contains: function(record) { - return this.indexOf(record) > -1; - }, - indexOfPlaceholder: function(record) { - return this.data.indexOf(record); - }, - /** - * Get the index within the store of the Record with the passed id. - * - * Like #indexOf, this method is effected by filtering. - * - * @param {String} id The id of the Record to find. - * @return {Number} The index of the Record. Returns -1 if not found. - */ - indexOfId: function(id) { - return this.data.indexOfKey(id); - }, - /** - * Get the index within the entire dataset. From 0 to the totalCount. - * - * Like #indexOf, this method is effected by filtering. - * - * @param {Ext.data.Model} record The Ext.data.Model object to find. - * @return {Number} The index of the passed Record. Returns -1 if not found. - */ - indexOfTotal: function(record) { - return this.store.indexOf(record); - }, - onAdd: function(store) { - var me = this; - me.processStore(me.store); - me.fireEvent('refresh', me); - // Don't allow the event to propagate or another group will be added upstream by tableview! - return false; - }, - onClear: function(store, records, startIndex) { - var me = this; - me.processStore(me.store); - me.fireEvent('clear', me); - }, - onIdChanged: function(store, rec, oldId, newId) { - this.data.updateKey(rec, oldId); - }, - onRefresh: function() { - this.processStore(this.store); - this.fireEvent('refresh', this); - }, - onRemove: function() { - var me = this; - me.processStore(me.store); - me.fireEvent('refresh', me); - // Don't allow the event to propagate or the view will not be fully updated. - return false; - }, - onUpdate: function(store, record, operation, modifiedFieldNames) { - var me = this, - groupingFeature = me.groupingFeature, - group, metaGroup, firstRec, lastRec, items; - // The grouping field value has been modified. - // This could either move a record from one group to another, or introduce a new group. - // Either way, we have to refresh the grid - if (store.isGrouped()) { - // Updating a single record, attach the group to the record for Grouping.setupRowData to use. - group = record.group = groupingFeature.getGroup(record); - // Make sure that still we have a group and that the last member of it wasn't just filtered. - // See EXTJS-18083. - if (group) { - metaGroup = groupingFeature.getMetaGroup(record); - if (modifiedFieldNames && Ext.Array.contains(modifiedFieldNames, groupingFeature.getGroupField())) { - return me.onRefresh(me.store); - } - // Fire an update event on the collapsed metaGroup placeholder record - if (metaGroup.isCollapsed) { - me.fireEvent('update', me, metaGroup.placeholder); - } else // Not in a collapsed group, fire update event on the modified record - // and, if in a grouped store, on the first and last records in the group. - { - Ext.suspendLayouts(); - // Propagate the record's update event - me.fireEvent('update', me, record, operation, modifiedFieldNames); - // Fire update event on first and last record in group (only once if a single row group) - // So that custom header TPL is applied, and the summary row is updated - items = group.items; - firstRec = items[0]; - lastRec = items[items.length - 1]; - // Fire an update on the first and last row in the group (ensure we don't refire update on the modified record). - // This is to give interested Features the opportunity to update the first item (a wrapped group header + data row), - // and last item (a wrapped data row + group summary) - if (firstRec !== record) { - firstRec.group = group; - me.fireEvent('update', me, firstRec, 'edit', modifiedFieldNames); - delete firstRec.group; - } - if (lastRec !== record && lastRec !== firstRec && groupingFeature.showSummaryRow) { - lastRec.group = group; - me.fireEvent('update', me, lastRec, 'edit', modifiedFieldNames); - delete lastRec.group; - } - Ext.resumeLayouts(true); - } - } - delete record.group; - } else { - // Propagate the record's update event - me.fireEvent('update', me, record, operation, modifiedFieldNames); - } - }, - // Relay the groupchange event - onGroupChange: function(store, grouper) { - if (!grouper) { - this.processStore(store); - } - this.fireEvent('groupchange', store, grouper); - }, - destroy: function() { - var me = this; - me.bindStore(null); - Ext.destroyMembers(me, 'data', 'groupingFeature'); - me.callParent(); - } -}); - -/** - * This feature allows to display the grid rows aggregated into groups as specified by the {@link Ext.data.Store#grouper grouper} - * - * underneath. The groups can also be expanded and collapsed. - * - * ## Extra Events - * - * This feature adds several extra events that will be fired on the grid to interact with the groups: - * - * - {@link #groupclick} - * - {@link #groupdblclick} - * - {@link #groupcontextmenu} - * - {@link #groupexpand} - * - {@link #groupcollapse} - * - * ## Menu Augmentation - * - * This feature adds extra options to the grid column menu to provide the user with functionality to modify the grouping. - * This can be disabled by setting the {@link #enableGroupingMenu} option. The option to disallow grouping from being turned off - * by the user is {@link #enableNoGroups}. - * - * ## Controlling Group Text - * - * The {@link #groupHeaderTpl} is used to control the rendered title for each group. It can modified to customized - * the default display. - * - * ## Groupers - * - * By default, this feature expects that the data field that is mapped to by the - * {@link Ext.data.AbstractStore#groupField} config is a simple data type such as a - * String or a Boolean. However, if you intend to group by a data field that is a - * complex data type such as an Object or Array, it is necessary to define one or more - * {@link Ext.util.Grouper groupers} on the feature that it can then use to lookup - * internal group information when grouping by different fields. - * - * @example - * var feature = Ext.create('Ext.grid.feature.Grouping', { - * startCollapsed: true, - * groupers: [{ - * property: 'asset', - * groupFn: function (val) { - * return val.data.name; - * } - * }] - * }); - * - * ## Example Usage - * - * @example - * var store = Ext.create('Ext.data.Store', { - * fields: ['name', 'seniority', 'department'], - * groupField: 'department', - * data: [ - * { name: 'Michael Scott', seniority: 7, department: 'Management' }, - * { name: 'Dwight Schrute', seniority: 2, department: 'Sales' }, - * { name: 'Jim Halpert', seniority: 3, department: 'Sales' }, - * { name: 'Kevin Malone', seniority: 4, department: 'Accounting' }, - * { name: 'Angela Martin', seniority: 5, department: 'Accounting' } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Employees', - * store: store, - * columns: [ - * { text: 'Name', dataIndex: 'name' }, - * { text: 'Seniority', dataIndex: 'seniority' } - * ], - * features: [{ftype:'grouping'}], - * width: 200, - * height: 275, - * renderTo: Ext.getBody() - * }); - * - * **Note:** To use grouping with a grid that has {@link Ext.grid.column.Column#locked locked columns}, you need to supply - * the grouping feature as a config object - so the grid can create two instances of the grouping feature. - */ -Ext.define('Ext.grid.feature.Grouping', { - extend: 'Ext.grid.feature.Feature', - mixins: { - summary: 'Ext.grid.feature.AbstractSummary' - }, - requires: [ - 'Ext.grid.feature.GroupStore' - ], - alias: 'feature.grouping', - eventPrefix: 'group', - eventSelector: '.' + Ext.baseCSSPrefix + 'grid-group-hd', - refreshData: {}, - wrapsItem: true, - /** - * @event groupclick - * @param {Ext.view.Table} view - * @param {HTMLElement} node - * @param {String} group The name of the group - * @param {Ext.event.Event} e - */ - /** - * @event groupdblclick - * @param {Ext.view.Table} view - * @param {HTMLElement} node - * @param {String} group The name of the group - * @param {Ext.event.Event} e - */ - /** - * @event groupcontextmenu - * @param {Ext.view.Table} view - * @param {HTMLElement} node - * @param {String} group The name of the group - * @param {Ext.event.Event} e - */ - /** - * @event groupcollapse - * @param {Ext.view.Table} view - * @param {HTMLElement} node - * @param {String} group The name of the group - */ - /** - * @event groupexpand - * @param {Ext.view.Table} view - * @param {HTMLElement} node - * @param {String} group The name of the group - */ - /** - * @cfg {String/Array/Ext.Template} groupHeaderTpl - * A string Template snippet, an array of strings (optionally followed by an object containing Template methods) to be used to construct a Template, or a Template instance. - * - * - Example 1 (Template snippet): - * - * groupHeaderTpl: 'Group: {name}' - * - * - Example 2 (Array): - * - * groupHeaderTpl: [ - * 'Group: ', - * '
    {name:this.formatName}
    ', - * { - * formatName: function(name) { - * return Ext.String.trim(name); - * } - * } - * ] - * - * - Example 3 (Template Instance): - * - * groupHeaderTpl: Ext.create('Ext.XTemplate', - * 'Group: ', - * '
    {name:this.formatName}
    ', - * { - * formatName: function(name) { - * return Ext.String.trim(name); - * } - * } - * ) - * - * @cfg {String} groupHeaderTpl.groupField The field name being grouped by. - * @cfg {String} groupHeaderTpl.columnName The column header associated with the field being grouped by *if there is a column for the field*, falls back to the groupField name. - * @cfg {Mixed} groupHeaderTpl.groupValue The value of the {@link Ext.data.Store#groupField groupField} for the group header being rendered. - * @cfg {String} groupHeaderTpl.renderedGroupValue The rendered value of the {@link Ext.data.Store#groupField groupField} for the group header being rendered, as produced by the column renderer. - * @cfg {String} groupHeaderTpl.name An alias for renderedGroupValue - * @cfg {Ext.data.Model[]} groupHeaderTpl.rows Deprecated - use children instead. An array containing the child records for the group being rendered. *Not available if the store is a {@link Ext.data.BufferedStore BufferedStore}* - * @cfg {Ext.data.Model[]} groupHeaderTpl.children An array containing the child records for the group being rendered. *Not available if the store is a {@link Ext.data.BufferedStore BufferedStore}* - */ - groupHeaderTpl: '{columnName}: {name}', - /** - * @cfg {Number} [depthToIndent=17] - * Number of pixels to indent per grouping level - */ - depthToIndent: 17, - collapsedCls: Ext.baseCSSPrefix + 'grid-group-collapsed', - hdCollapsedCls: Ext.baseCSSPrefix + 'grid-group-hd-collapsed', - hdNotCollapsibleCls: Ext.baseCSSPrefix + 'grid-group-hd-not-collapsible', - collapsibleCls: Ext.baseCSSPrefix + 'grid-group-hd-collapsible', - ctCls: Ext.baseCSSPrefix + 'group-hd-container', - // - /** - * @cfg {String} [groupByText="Group by this field"] - * Text displayed in the grid header menu for grouping by header. - */ - groupByText: 'Group by this field', - // - // - /** - * @cfg {String} [showGroupsText="Show in groups"] - * Text displayed in the grid header for enabling/disabling grouping. - */ - showGroupsText: 'Show in groups', - // - /** - * @cfg {Boolean} [hideGroupedHeader=false] - * True to hide the header that is currently grouped. - */ - hideGroupedHeader: false, - /** - * @cfg {Boolean} [startCollapsed=false] - * True to start all groups collapsed. - */ - startCollapsed: false, - /** - * @cfg {Boolean} [enableGroupingMenu=true] - * True to enable the grouping control in the header menu. - */ - enableGroupingMenu: true, - /** - * @cfg {Boolean} [enableNoGroups=true] - * True to allow the user to turn off grouping. - */ - enableNoGroups: true, - /** - * @cfg {Boolean} [collapsible=true] - * Set to `false` to disable collapsing groups from the UI. - * - * This is set to `false` when the associated {@link Ext.data.Store store} is - * a {@link Ext.data.BufferedStore BufferedStore}. - */ - collapsible: true, - /** - * @cfg {Array} [groupers=null] - * These are grouper objects defined for the feature. If the group names are derived - * from complex data types, it is necessary to convert them as a store would. - * - * However, since only one grouper can be defined on the store at a time and - * this feature clears the current grouper when a new one is added, it is - * necessary to define a cache of groupers that the feature can lookup as needed. - * - * Expected grouper object properties are `property` and `groupFn`. - */ - groupers: null, - // - expandTip: 'Click to expand. CTRL key collapses all others', - // - // - collapseTip: 'Click to collapse. CTRL/click collapses all others', - // - showSummaryRow: false, - outerTpl: [ - '{%', - // Set up the grouping unless we are disabled, or it's just a summary record - 'if (!(this.groupingFeature.disabled || values.rows.length === 1 && values.rows[0].isSummary)) {', - 'this.groupingFeature.setup(values.rows, values.view.rowValues);', - '}', - // Process the item - 'this.nextTpl.applyOut(values, out, parent);', - // Clean up the grouping unless we are disabled, or it's just a summary record - 'if (!(this.groupingFeature.disabled || values.rows.length === 1 && values.rows[0].isSummary)) {', - 'this.groupingFeature.cleanup(values.rows, values.view.rowValues);', - '}', - '%}', - { - priority: 200 - } - ], - groupRowTpl: [ - '{%', - 'var me = this.groupingFeature,', - 'colspan = "colspan=" + values.columns.length;', - // If grouping is disabled or it's just a summary record, do not call setupRowData, and do not wrap - 'if (me.disabled || parent.rows.length === 1 && parent.rows[0].isSummary) {', - 'values.needsWrap = false;', - '} else {', - // setupRowData requires the index in the data source, not the index in the real store - 'me.setupRowData(values.record, values.rowIndex, values);', - '}', - '%}', - '', - '', - // MUST output column sizing elements because the first row in this table - // contains one colspanning TD, and that overrides subsequent column width settings. - '{% values.view.renderColumnSizer(values, out); %}', - '', - '', - '', - '', - // Only output the first row if this is *not* a collapsed group - '', - '{%', - 'values.itemClasses.length = 0;', - 'this.nextTpl.applyOut(values, out, parent);', - '%}', - '', - '', - '{%me.outputSummaryRecord(values.summaryRecord, values, out, parent);%}', - '', - '', - '{%this.nextTpl.applyOut(values, out, parent);%}', - '', - { - priority: 200, - beginRowSync: function(rowSync) { - var groupingFeature = this.groupingFeature; - rowSync.add('header', groupingFeature.eventSelector); - rowSync.add('summary', groupingFeature.summaryRowSelector); - }, - syncContent: function(destRow, sourceRow, columnsToUpdate) { - destRow = Ext.fly(destRow, 'syncDest'); - sourceRow = Ext.fly(sourceRow, 'syncSrc'); - var groupingFeature = this.groupingFeature, - destHd = destRow.down(groupingFeature.eventSelector, true), - sourceHd = sourceRow.down(groupingFeature.eventSelector, true), - destSummaryRow = destRow.down(groupingFeature.summaryRowSelector, true), - sourceSummaryRow = sourceRow.down(groupingFeature.summaryRowSelector, true); - // Sync the content of header element. - if (destHd && sourceHd) { - Ext.fly(destHd).syncContent(sourceHd); - } - // Sync just the updated columns in the summary row. - if (destSummaryRow && sourceSummaryRow) { - // If we were passed a column set, only update them - if (columnsToUpdate) { - this.groupingFeature.view.updateColumns(destSummaryRow, sourceSummaryRow, columnsToUpdate); - } else { - Ext.fly(destSummaryRow).syncContent(sourceSummaryRow); - } - } - } - } - ], - init: function(grid) { - var me = this, - view = me.view, - store = me.getGridStore(), - lockPartner, dataSource; - view.isGrouping = store.isGrouped(); - me.mixins.summary.init.call(me); - me.callParent([ - grid - ]); - view.headerCt.on({ - columnhide: me.onColumnHideShow, - columnshow: me.onColumnHideShow, - columnmove: me.onColumnMove, - scope: me - }); - // Add a table level processor - view.addTpl(Ext.XTemplate.getTpl(me, 'outerTpl')).groupingFeature = me; - // Add a row level processor - view.addRowTpl(Ext.XTemplate.getTpl(me, 'groupRowTpl')).groupingFeature = me; - view.preserveScrollOnRefresh = true; - // Sparse store - we can never collapse groups - if (store.isBufferedStore) { - me.collapsible = false; - } else // If it's a local store we can build a grouped store for use as the view's dataSource - { - // Share the GroupStore between both sides of a locked grid - lockPartner = me.lockingPartner; - if (lockPartner && lockPartner.dataSource) { - me.dataSource = view.dataSource = dataSource = lockPartner.dataSource; - } else { - me.dataSource = view.dataSource = dataSource = new Ext.grid.feature.GroupStore(me, store); - } - } - grid = grid.ownerLockable || grid; - // Before the reconfigure, rebind our GroupStore dataSource to the new store - grid.on('beforereconfigure', me.beforeReconfigure, me); - view.on({ - afterrender: me.afterViewRender, - scope: me, - single: true - }); - if (dataSource) { - // Listen to dataSource groupchange so it has a chance to do any processing - // before we react to it - dataSource.on('groupchange', me.onGroupChange, me); - } else { - me.setupStoreListeners(store); - } - me.mixins.summary.bindStore.call(me, grid, grid.getStore()); - }, - getGridStore: function() { - return this.view.getStore(); - }, - indexOf: function(record) { - return this.dataSource.indexOf(record); - }, - indexOfPlaceholder: function(record) { - return this.dataSource.indexOfPlaceholder(record); - }, - isInCollapsedGroup: function(record) { - var me = this, - store = me.getGridStore(), - result = false, - metaGroup; - if (store.isGrouped() && (metaGroup = me.getMetaGroup(record))) { - result = !!(metaGroup && metaGroup.isCollapsed); - } - return result; - }, - createCache: function() { - var metaGroupCache = this.metaGroupCache = {}, - lockingPartner = this.lockingPartner; - if (lockingPartner) { - lockingPartner.metaGroupCache = metaGroupCache; - } - metaGroupCache.map = {}; - return metaGroupCache; - }, - getCache: function() { - return this.metaGroupCache || this.createCache(); - }, - invalidateCache: function() { - var lockingPartner = this.lockingPartner; - this.metaGroupCache = null; - if (lockingPartner) { - lockingPartner.metaGroupCache = null; - } - }, - vetoEvent: function(record, row, rowIndex, e) { - // Do not veto mouseover/mouseout - if (e.type !== 'mouseover' && e.type !== 'mouseout' && e.type !== 'mouseenter' && e.type !== 'mouseleave' && e.getTarget(this.eventSelector)) { - return false; - } - }, - enable: function() { - var me = this, - view = me.view, - store = me.getGridStore(), - currentGroupedHeader = me.hideGroupedHeader && me.getGroupedHeader(), - groupToggleMenuItem; - view.isGrouping = true; - if (view.lockingPartner) { - view.lockingPartner.isGrouping = true; - } - me.callParent(); - if (me.lastGrouper) { - store.group(me.lastGrouper); - me.lastGrouper = null; - } - // Update the UI. - if (currentGroupedHeader) { - currentGroupedHeader.hide(); - } - groupToggleMenuItem = me.view.headerCt.getMenu().down('#groupToggleMenuItem'); - if (groupToggleMenuItem) { - groupToggleMenuItem.setChecked(true, true); - } - }, - disable: function() { - var me = this, - view = me.view, - store = me.getGridStore(), - currentGroupedHeader = me.hideGroupedHeader && me.getGroupedHeader(), - lastGrouper = store.getGrouper(), - groupToggleMenuItem; - view.isGrouping = false; - if (view.lockingPartner) { - view.lockingPartner.isGrouping = false; - } - me.callParent(); - if (lastGrouper) { - me.lastGrouper = lastGrouper; - store.clearGrouping(); - } - // Update the UI. - if (currentGroupedHeader) { - currentGroupedHeader.show(); - } - groupToggleMenuItem = me.view.headerCt.getMenu().down('#groupToggleMenuItem'); - if (groupToggleMenuItem) { - groupToggleMenuItem.setChecked(false, true); - groupToggleMenuItem.disable(); - } - }, - // Attach events to view - afterViewRender: function() { - var me = this, - view = me.view; - view.on({ - scope: me, - groupclick: me.onGroupClick - }); - if (me.enableGroupingMenu) { - me.injectGroupingMenu(); - } - me.pruneGroupedHeader(); - me.lastGrouper = me.getGridStore().getGrouper(); - // If disabled in the config, disable now so the store load won't - // send the grouping query params in the request. - if (me.disabled) { - me.disable(); - } - }, - injectGroupingMenu: function() { - var me = this, - headerCt = me.view.headerCt; - headerCt.showMenuBy = me.showMenuBy; - headerCt.getMenuItems = me.getMenuItems(); - }, - onColumnHideShow: function(headerOwnerCt, header) { - var me = this, - view = me.view, - headerCt = view.headerCt, - menu = headerCt.getMenu(), - activeHeader = menu.activeHeader, - groupMenuItem = menu.down('#groupMenuItem'), - groupMenuMeth, - colCount = me.grid.getVisibleColumnManager().getColumns().length, - items, len, i; - // "Group by this field" must be disabled if there's only one column left visible. - if (activeHeader && groupMenuItem) { - groupMenuMeth = activeHeader.groupable === false || !activeHeader.dataIndex || me.view.headerCt.getVisibleGridColumns().length < 2 ? 'disable' : 'enable'; - groupMenuItem[groupMenuMeth](); - } - // header containing TDs have to span all columns, hiddens are just zero width - // Also check the colCount on the off chance that they are all hidden - if (view.rendered && colCount) { - items = view.el.query('.' + me.ctCls); - for (i = 0 , len = items.length; i < len; ++i) { - items[i].colSpan = colCount; - } - } - }, - // Update first and last records in groups when column moves - // Because of the RowWrap template, this will update the groups' headers and footers - onColumnMove: function() { - var me = this, - view = me.view, - groupName, groupNames, group, firstRec, lastRec, metaGroup; - if (view.getStore().isGrouped()) { - groupNames = me.getCache().map; - Ext.suspendLayouts(); - for (groupName in groupNames) { - group = me.getGroup(groupName); - firstRec = group.first(); - lastRec = group.last(); - metaGroup = me.getMetaGroup(groupName); - if (metaGroup.isCollapsed) { - firstRec = lastRec = me.dataSource.getGroupPlaceholder(groupName); - } - view.refreshNode(firstRec); - if (me.showSummaryRow && lastRec !== firstRec) { - view.refreshNode(lastRec); - } - } - Ext.resumeLayouts(true); - } - }, - showMenuBy: function(clickEvent, t, header) { - var me = this, - menu = me.getMenu(), - groupMenuItem = menu.down('#groupMenuItem'), - groupMenuMeth = header.groupable === false || !header.dataIndex || me.view.headerCt.getVisibleGridColumns().length < 2 ? 'disable' : 'enable', - groupToggleMenuItem = menu.down('#groupToggleMenuItem'), - isGrouped = me.grid.getStore().isGrouped(); - groupMenuItem[groupMenuMeth](); - if (groupToggleMenuItem) { - groupToggleMenuItem.setChecked(isGrouped, true); - groupToggleMenuItem[isGrouped ? 'enable' : 'disable'](); - } - Ext.grid.header.Container.prototype.showMenuBy.apply(me, arguments); - }, - getMenuItems: function() { - var me = this, - groupByText = me.groupByText, - disabled = me.disabled || !me.getGroupField(), - showGroupsText = me.showGroupsText, - enableNoGroups = me.enableNoGroups, - getMenuItems = me.view.headerCt.getMenuItems; - // runs in the scope of headerCt - return function() { - // We cannot use the method from HeaderContainer's prototype here - // because other plugins or features may already have injected an implementation - var o = getMenuItems.call(this); - o.push('-', { - iconCls: Ext.baseCSSPrefix + 'group-by-icon', - itemId: 'groupMenuItem', - text: groupByText, - handler: me.onGroupMenuItemClick, - scope: me - }); - if (enableNoGroups) { - o.push({ - itemId: 'groupToggleMenuItem', - text: showGroupsText, - checked: !disabled, - checkHandler: me.onGroupToggleMenuItemClick, - scope: me - }); - } - return o; - }; - }, - /** - * Group by the header the user has clicked on. - * @private - */ - onGroupMenuItemClick: function(menuItem, e) { - var me = this, - menu = menuItem.parentMenu, - hdr = menu.activeHeader, - view = me.view, - store = me.getGridStore(); - if (me.disabled) { - me.lastGrouper = null; - me.block(); - me.enable(); - me.unblock(); - } - view.isGrouping = true; - // First check if there is a grouper defined for the feature. This is necessary - // when the value is a complex type. - store.group(me.getGrouper(hdr.dataIndex) || hdr.dataIndex); - me.pruneGroupedHeader(); - }, - block: function(fromPartner) { - var me = this; - me.blockRefresh = me.view.blockRefresh = true; - if (me.lockingPartner && !fromPartner) { - me.lockingPartner.block(true); - } - }, - unblock: function(fromPartner) { - var me = this; - me.blockRefresh = me.view.blockRefresh = false; - if (me.lockingPartner && !fromPartner) { - me.lockingPartner.unblock(true); - } - }, - /** - * Turn on and off grouping via the menu - * @private - */ - onGroupToggleMenuItemClick: function(menuItem, checked) { - this[checked ? 'enable' : 'disable'](); - }, - /** - * Prunes the grouped header from the header container - * @private - */ - pruneGroupedHeader: function() { - var me = this, - header = me.getGroupedHeader(); - if (me.hideGroupedHeader && header) { - Ext.suspendLayouts(); - if (me.prunedHeader && me.prunedHeader !== header) { - me.prunedHeader.show(); - } - me.prunedHeader = header; - if (header.rendered) { - header.hide(); - } - Ext.resumeLayouts(true); - } - }, - getHeaderNode: function(groupName) { - var el = this.view.getEl(), - nodes, i, len, node; - if (el) { - groupName = Ext.htmlEncode(groupName); - nodes = el.query(this.eventSelector); - for (i = 0 , len = nodes.length; i < len; ++i) { - node = nodes[i]; - if (node.getAttribute('data-groupName') === groupName) { - return node; - } - } - } - }, - getGroup: function(name) { - var store = this.getGridStore(), - value = name, - group; - if (store.isGrouped()) { - if (name.isModel) { - name = name.get(store.getGroupField()); - } - // If a complex type let's try to get the string from a groupFn. - if (typeof name !== 'string') { - name = store.getGrouper().getGroupString(value); - } - group = store.getGroups().getByKey(name); - } - return group; - }, - // Groupers may be defined on the feature itself if the datIndex is a complex type. - /** - * @private - * - */ - getGrouper: function(dataIndex) { - var groupers = this.groupers; - if (!groupers) { - return null; - } - return Ext.Array.findBy(groupers, function(grouper) { - return grouper.property === dataIndex; - }); - }, - getGroupField: function() { - return this.getGridStore().getGroupField(); - }, - getMetaGroup: function(group) { - var metaGroupCache = this.metaGroupCache || this.createCache(), - key, metaGroup; - if (group.isModel) { - group = this.getGroup(group); - } - // An empty string is a valid groupKey so only filter null and undefined. - if (group != null) { - key = (typeof group === 'string') ? group : group.getGroupKey(); - metaGroup = metaGroupCache[key]; - if (!metaGroup) { - // TODO: Break this out into its own method? - metaGroup = metaGroupCache[key] = { - isCollapsed: false, - lastGroup: null, - lastGroupGeneration: null, - lastFilterGeneration: null, - aggregateRecord: new Ext.data.Model() - }; - metaGroupCache.map[key] = true; - } - } - return metaGroup; - }, - /** - * Returns `true` if the named group is expanded. - * @param {String} groupName The group name. This is the value of - * the {@link Ext.data.Store#groupField groupField}. - * @return {Boolean} `true` if the group defined by that value is expanded. - */ - isExpanded: function(groupName) { - return !this.getMetaGroup(groupName).isCollapsed; - }, - /** - * Expand a group - * @param {String} groupName The group name - * @param {Boolean} focus Pass `true` to focus the group after expand. - */ - expand: function(groupName, focus) { - this.doCollapseExpand(false, groupName, focus); - }, - /** - * Expand all groups - */ - expandAll: function() { - var me = this, - metaGroupCache = me.getCache(), - lockingPartner = me.lockingPartner, - groupName; - // Clear all collapsed flags. - // metaGroupCache is shared between two lockingPartners - for (groupName in metaGroupCache) { - if (metaGroupCache.hasOwnProperty(groupName)) { - metaGroupCache[groupName].isCollapsed = false; - } - } - // We do not need to inform our lockingPartner. - // It shares the same group cache - it will have the same set of expanded groups. - Ext.suspendLayouts(); - me.dataSource.onRefresh(); - Ext.resumeLayouts(true); - // Fire event for all groups post expand - for (groupName in metaGroupCache) { - if (metaGroupCache.hasOwnProperty(groupName)) { - me.afterCollapseExpand(false, groupName); - if (lockingPartner) { - lockingPartner.afterCollapseExpand(false, groupName); - } - } - } - }, - /** - * Collapse a group - * @param {String} groupName The group name - * @param {Boolean} focus Pass `true` to focus the group after expand. - */ - collapse: function(groupName, focus) { - this.doCollapseExpand(true, groupName, focus); - }, - /** - * @private - * Returns true if all groups are collapsed - * @return {boolean} - */ - isAllCollapsed: function() { - var me = this, - metaGroupCache = me.getCache(), - groupName; - // Clear all collapsed flags. - // metaGroupCache is shared between two lockingPartners - for (groupName in metaGroupCache) { - if (metaGroupCache.hasOwnProperty(groupName)) { - if (!metaGroupCache[groupName].isCollapsed) { - return false; - } - } - } - return true; - }, - /** - * @private - * Returns true if all groups are expanded - * @return {boolean} - */ - isAllExpanded: function() { - var me = this, - metaGroupCache = me.getCache(), - groupName; - // Clear all collapsed flags. - // metaGroupCache is shared between two lockingPartners - for (groupName in metaGroupCache) { - if (metaGroupCache.hasOwnProperty(groupName)) { - if (metaGroupCache[groupName].isCollapsed) { - return false; - } - } - } - return true; - }, - /** - * Collapse all groups - */ - collapseAll: function() { - var me = this, - metaGroupCache = me.getCache(), - groupName, - lockingPartner = me.lockingPartner; - // Set all collapsed flags - // metaGroupCache is shared between two lockingPartners - for (groupName in metaGroupCache) { - if (metaGroupCache.hasOwnProperty(groupName)) { - metaGroupCache[groupName].isCollapsed = true; - } - } - // We do not need to inform our lockingPartner. - // It shares the same group cache - it will have the same set of collapsed groups. - Ext.suspendLayouts(); - me.dataSource.onRefresh(); - Ext.resumeLayouts(true); - // Fire event for all groups post collapse - for (groupName in metaGroupCache) { - if (metaGroupCache.hasOwnProperty(groupName)) { - me.afterCollapseExpand(true, groupName); - if (lockingPartner) { - lockingPartner.afterCollapseExpand(true, groupName); - } - } - } - }, - doCollapseExpand: function(collapsed, groupName, focus) { - var me = this, - lockingPartner = me.lockingPartner, - group = me.getGroup(groupName); - // metaGroupCache is shared between two lockingPartners. - if (me.getMetaGroup(group).isCollapsed !== collapsed) { - me.isExpandingOrCollapsing = true; - // The GroupStore is shared by partnered Grouping features, so this will refresh both sides. - // We only want one layout as a result though, so suspend layouts while refreshing. - Ext.suspendLayouts(); - if (collapsed) { - me.dataSource.collapseGroup(group); - } else { - me.dataSource.expandGroup(group); - } - Ext.resumeLayouts(true); - // Sync the group state and focus the row if requested. - me.afterCollapseExpand(collapsed, groupName, focus); - // Sync the lockingPartner's group state. - // Do not pass on focus flag. If we were told to focus, we must focus, not the other side. - if (lockingPartner) { - lockingPartner.afterCollapseExpand(collapsed, groupName, false); - } - me.isExpandingOrCollapsing = false; - } - }, - afterCollapseExpand: function(collapsed, groupName, focus) { - var me = this, - view = me.view, - bufferedRenderer = view.bufferedRenderer, - header; - header = me.getHeaderNode(groupName); - view.fireEvent(collapsed ? 'groupcollapse' : 'groupexpand', view, header, groupName); - if (focus) { - if (header) { - view.scrollElIntoView(Ext.fly(header).up(view.getItemSelector()), false, true); - } - // The header might be outside the rendered range if we are buffer rendering - else if (bufferedRenderer) { - // Find the first record in the group and ask the buffered renderer to take us there - bufferedRenderer.scrollTo(me.getGroup(groupName).getAt(0)); - } - } - }, - onGroupChange: function(store, grouper) { - // If changed to a non-null grouper, the Store will be sorted (either remotely or locally), and therefore fire a refresh. - // If changed to a null grouper - setGrouper(null) - that causes no mutation to a store, so we must refresh the view to remove the group headers/footers. - if (!grouper) { - this.view.ownerGrid.getView().refreshView(); - } else { - this.lastGrouper = grouper; - } - }, - /** - * Gets the related menu item for a dataIndex - * @private - * @return {Ext.grid.header.Container} The header - */ - getMenuItem: function(dataIndex) { - var view = this.view, - header = view.headerCt.down('gridcolumn[dataIndex=' + dataIndex + ']'), - menu = view.headerCt.getMenu(); - return header ? menu.down('menuitem[headerId=' + header.id + ']') : null; - }, - onGroupKey: function(keyCode, event) { - var me = this, - groupName = me.getGroupName(event.target); - if (groupName) { - me.onGroupClick(me.view, event.target, groupName, event); - } - }, - /** - * Toggle between expanded/collapsed state when clicking on - * the group. - * @private - */ - onGroupClick: function(view, rowElement, groupName, e) { - var me = this, - metaGroupCache = me.getCache(), - groupNames = metaGroupCache.map, - groupIsCollapsed = !me.isExpanded(groupName), - g; - if (me.collapsible) { - // CTRL means collapse all others. - if (e.ctrlKey) { - Ext.suspendLayouts(); - for (g in groupNames) { - if (g === groupName) { - if (groupIsCollapsed) { - me.expand(groupName); - } - } else if (!metaGroupCache[g].isCollapsed) { - me.doCollapseExpand(true, g, false); - } - } - Ext.resumeLayouts(true); - return; - } - if (groupIsCollapsed) { - me.expand(groupName); - } else { - me.collapse(groupName); - } - } - }, - setupRowData: function(record, idx, rowValues) { - var me = this, - recordIndex = rowValues.recordIndex, - data = me.refreshData, - metaGroupCache = me.getCache(), - header = data.header, - groupField = data.groupField, - store = me.getGridStore(), - dataSource = me.view.dataSource, - isBufferedStore = dataSource.isBufferedStore, - column = me.grid.columnManager.getHeaderByDataIndex(groupField), - hasRenderer = !!(column && column.renderer), - groupKey = record.groupKey, - // MetaGroup placheholder records store the groupKey not a reference. - // See EXTJS-18655. - group = record.isCollapsedPlaceholder && groupKey ? me.getGroup(groupKey) : record.group, - grouper, groupName, prev, next, items; - rowValues.isCollapsedGroup = false; - rowValues.summaryRecord = rowValues.groupHeaderCls = null; - if (data.doGrouping) { - grouper = store.getGrouper(); - // This is a placeholder record which represents a whole collapsed group - // It is a special case. - if (record.isCollapsedPlaceholder) { - groupName = group.getGroupKey(); - items = group.items; - rowValues.isFirstRow = rowValues.isLastRow = true; - rowValues.groupHeaderCls = me.hdCollapsedCls; - rowValues.isCollapsedGroup = rowValues.needsWrap = true; - rowValues.groupName = groupName; - rowValues.metaGroupCache = metaGroupCache; - metaGroupCache.groupField = groupField; - metaGroupCache.name = metaGroupCache.renderedGroupValue = hasRenderer ? column.renderer(group.getAt(0).get(groupField), {}, record) : groupName; - metaGroupCache.groupValue = items[0].get(groupField); - metaGroupCache.columnName = header ? header.text : groupField; - rowValues.collapsibleCls = me.collapsible ? me.collapsibleCls : me.hdNotCollapsibleCls; - metaGroupCache.rows = metaGroupCache.children = items; - if (me.showSummaryRow) { - rowValues.summaryRecord = data.summaryData[groupName]; - } - return; - } - groupName = grouper.getGroupString(record); - // If caused by an update event on the first or last records of a group fired by a GroupStore, the record's group will be attached. - if (group) { - items = group.items; - rowValues.isFirstRow = record === items[0]; - rowValues.isLastRow = record === items[items.length - 1]; - } else { - // See if the current record is the last in the group - rowValues.isFirstRow = recordIndex === 0; - if (!rowValues.isFirstRow) { - prev = store.getAt(recordIndex - 1); - // If the previous row is of a different group, then we're at the first for a new group - if (prev) { - // Must use Model's comparison because Date objects are never equal - rowValues.isFirstRow = !prev.isEqual(grouper.getGroupString(prev), groupName); - } - } - // See if the current record is the last in the group - rowValues.isLastRow = recordIndex === (isBufferedStore ? store.getTotalCount() : store.getCount()) - 1; - if (!rowValues.isLastRow) { - next = store.getAt(recordIndex + 1); - if (next) { - // Must use Model's comparison because Date objects are never equal - rowValues.isLastRow = !next.isEqual(grouper.getGroupString(next), groupName); - } - } - } - if (rowValues.isFirstRow) { - metaGroupCache.groupField = groupField; - metaGroupCache.name = metaGroupCache.renderedGroupValue = hasRenderer ? column.renderer(record.get(groupField), {}, record) : groupName; - metaGroupCache.groupValue = record.get(groupField); - metaGroupCache.columnName = header ? header.text : groupField; - rowValues.collapsibleCls = me.collapsible ? me.collapsibleCls : me.hdNotCollapsibleCls; - rowValues.groupName = groupName; - if (!me.isExpanded(groupName)) { - rowValues.itemClasses.push(me.hdCollapsedCls); - rowValues.isCollapsedGroup = true; - } - // We only get passed a GroupStore if the store is not buffered. - if (isBufferedStore) { - metaGroupCache.rows = metaGroupCache.children = []; - } else { - metaGroupCache.rows = metaGroupCache.children = me.getRecordGroup(record).items; - } - rowValues.metaGroupCache = metaGroupCache; - } - if (rowValues.isLastRow) { - // Add the group's summary record to the last record in the group - if (me.showSummaryRow) { - rowValues.summaryRecord = data.summaryData[groupName]; - rowValues.itemClasses.push(Ext.baseCSSPrefix + 'grid-group-last'); - } - } - rowValues.needsWrap = (rowValues.isFirstRow || rowValues.summaryRecord); - } - }, - setup: function(rows, rowValues) { - var me = this, - data = me.refreshData, - view = rowValues.view, - // Need to check if groups have been added since init(), such as in the case of stateful grids. - isGrouping = view.isGrouping = !me.disabled && me.getGridStore().isGrouped(), - bufferedRenderer = view.bufferedRenderer; - me.skippedRows = 0; - if (bufferedRenderer) { - bufferedRenderer.variableRowHeight = view.bufferedRenderer.variableRowHeight || isGrouping; - } - data.groupField = me.getGroupField(); - data.header = me.getGroupedHeader(data.groupField); - data.doGrouping = isGrouping; - rowValues.groupHeaderTpl = Ext.XTemplate.getTpl(me, 'groupHeaderTpl'); - if (isGrouping && me.showSummaryRow) { - data.summaryData = me.generateSummaryData(); - } - }, - cleanup: function(rows, rowValues) { - var data = this.refreshData; - rowValues.metaGroupCache = rowValues.groupHeaderTpl = rowValues.isFirstRow = null; - data.groupField = data.header = data.summaryData = null; - }, - getAggregateRecord: function(metaGroup, forceNew) { - var rec; - if (forceNew === true || !metaGroup.aggregateRecord) { - rec = new Ext.data.Model(); - metaGroup.aggregateRecord = rec; - rec.isNonData = rec.isSummary = true; - } - return metaGroup.aggregateRecord; - }, - /** - * Used by the Grouping Feature when {@link #showSummaryRow} is `true`. - * - * Generates group summary data for the whole store. - * @private - * @return {Object} An object hash keyed by group name containing summary records. - */ - generateSummaryData: function() { - var me = this, - store = me.getGridStore(), - filters = store.getFilters(), - groups = store.getGroups().items, - reader = store.getProxy().getReader(), - groupField = me.getGroupField(), - lockingPartner = me.lockingPartner, - updateSummaryRow = me.updateSummaryRow, - data = {}, - ownerCt = me.view.ownerCt, - i, len, group, metaGroup, record, hasRemote, remoteData; - /** - * @cfg {String} [remoteRoot=undefined] - * The name of the property which contains the Array of summary objects. - * It allows to use server-side calculated summaries. - */ - if (me.remoteRoot) { - remoteData = me.mixins.summary.generateSummaryData.call(me, groupField); - hasRemote = !!remoteData; - } - for (i = 0 , len = groups.length; i < len; ++i) { - group = groups[i]; - metaGroup = me.getMetaGroup(group); - // Something has changed or it doesn't exist, populate it. - if (updateSummaryRow || hasRemote || store.updating || me.grid.reconfiguring || me.didGroupChange(group, metaGroup, filters)) { - record = me.populateRecord(group, metaGroup, remoteData); - // Clear the dirty state of the group if this is the only Summary, or this is the right hand (normal grid's) summary. - if (!lockingPartner || (ownerCt === ownerCt.ownerLockable.normalGrid)) { - metaGroup.lastGroup = group; - metaGroup.lastGroupGeneration = group.generation; - metaGroup.lastFilterGeneration = filters.generation; - } - } else { - record = me.getAggregateRecord(metaGroup); - } - data[group.getGroupKey()] = record; - } - me.updateSummaryRow = false; - return data; - }, - getGroupName: function(element) { - var me = this, - view = me.view, - eventSelector = me.eventSelector, - targetEl, row; - // See if element is, or is within a group header. If so, we can extract its name - targetEl = Ext.fly(element).findParent(eventSelector); - if (!targetEl) { - // Otherwise, navigate up to the row and look down to see if we can find it - row = Ext.fly(element).findParent(view.itemSelector); - if (row) { - targetEl = row.down(eventSelector, true); - } - } - if (targetEl) { - return Ext.htmlDecode(targetEl.getAttribute('data-groupname')); - } - }, - /** - * Returns the group data object for the group to which the passed record belongs **if the Store is grouped**. - * - * @param {Ext.data.Model} record The record for which to return group information. - * @return {Object} A single group data block as returned from {@link Ext.data.Store#getGroups Store.getGroups}. Returns - * `undefined` if the Store is not grouped. - * - */ - getRecordGroup: function(record) { - var store = this.getGridStore(), - grouper = store.getGrouper(); - if (grouper) { - return store.getGroups().getByKey(grouper.getGroupString(record)); - } - }, - getGroupedHeader: function(groupField) { - var me = this, - headerCt = me.view.headerCt, - partner = me.lockingPartner, - selector, header; - groupField = groupField || me.getGroupField(); - if (groupField) { - selector = '[dataIndex=' + groupField + ']'; - header = headerCt.down(selector); - // The header may exist in the locking partner, so check there as well - if (!header && partner) { - header = partner.view.headerCt.down(selector); - } - } - return header || null; - }, - getFireEventArgs: function(type, view, targetEl, e) { - return [ - type, - view, - targetEl, - this.getGroupName(targetEl), - e - ]; - }, - destroy: function() { - var me = this, - dataSource = me.dataSource; - me.storeListeners = Ext.destroy(me.storeListeners); - me.view = me.prunedHeader = me.grid = me.dataSource = me.groupers = null; - me.invalidateCache(); - me.callParent(); - if (dataSource) { - dataSource.bindStore(null); - Ext.destroy(dataSource); - } - }, - beforeReconfigure: function(grid, store, columns, oldStore, oldColumns) { - var me = this, - view = me.view, - dataSource = me.dataSource, - bufferedStore; - if (store && store !== oldStore) { - bufferedStore = store.isBufferedStore; - if (!dataSource) { - Ext.destroy(me.storeListeners); - me.setupStoreListeners(store); - } - // Grouping involves injecting a dataSource in early - if (bufferedStore !== oldStore.isBufferedStore) { - Ext.raise('Cannot reconfigure grouping switching between buffered and non-buffered stores'); - } - view.isGrouping = !!store.getGrouper(); - dataSource.bindStore(store); - } - }, - populateRecord: function(group, metaGroup, remoteData) { - var me = this, - view = me.grid.ownerLockable ? me.grid.ownerLockable.view : me.view, - store = me.getGridStore(), - record = me.getAggregateRecord(metaGroup), - // Use the full column set, regardless of locking - columns = view.headerCt.getGridColumns(), - len = columns.length, - groupName = group.getGroupKey(), - groupData, field, i, column, fieldName, summaryValue; - record.beginEdit(); - if (remoteData) { - // Remote summary grouping provides the grouping totals so there's no need to - // iterate throught the columns to map the column's dataIndex to the field name. - // Instead, enumerate the grouping record and set the field in the aggregate - // record for each one. - groupData = remoteData[groupName]; - for (field in groupData) { - if (groupData.hasOwnProperty(field)) { - if (field !== record.idProperty) { - record.set(field, groupData[field]); - } - } - } - } - // Here we iterate through the columns with two objectives: - // 1. For local grouping, get the summary for each column and update the record. - // 2. For both local and remote grouping, set the summary data object - // which is passed to the summaryRenderer (if defined). - for (i = 0; i < len; ++i) { - column = columns[i]; - // Use the column id if there's no mapping, could be a calculated field - fieldName = column.dataIndex || column.getItemId(); - // We need to capture the summary value because it could get overwritten when - // setting on the model if there is a convert() method on the model. - if (!remoteData) { - summaryValue = me.getSummary(store, column.summaryType, fieldName, group); - record.set(fieldName, summaryValue); - } else { - // For remote groupings, just get the value from the model. - summaryValue = record.get(column.dataIndex); - } - // Capture the columnId:value for the summaryRenderer in the summaryData object. - me.setSummaryData(record, column.getItemId(), summaryValue, groupName); - } - // Poke on the owner group for easy lookup in this.createRenderer(). - record.ownerGroup = groupName; - record.endEdit(true); - record.commit(); - return record; - }, - privates: { - didGroupChange: function(group, metaGroup, filters) { - var ret = true; - if (group === metaGroup.lastGroup) { - ret = metaGroup.lastGroupGeneration !== group.generation || metaGroup.lastFilterGeneration !== filters.generation; - } - return ret; - }, - setupStoreListeners: function(store) { - var me = this; - me.storeListeners = store.on({ - groupchange: me.onGroupChange, - scope: me, - destroyable: true - }); - } - } -}); - -/** - * This feature adds an aggregate summary row at the bottom of each group that is provided - * by the {@link Ext.grid.feature.Grouping} feature. There are two aspects to the summary: - * - * ## Calculation - * - * The summary value needs to be calculated for each column in the grid. This is controlled - * by the summaryType option specified on the column. There are several built in summary types, - * which can be specified as a string on the column configuration. These call underlying methods - * on the store: - * - * - {@link Ext.data.Store#count count} - * - {@link Ext.data.Store#sum sum} - * - {@link Ext.data.Store#min min} - * - {@link Ext.data.Store#max max} - * - {@link Ext.data.Store#average average} - * - * Alternatively, the summaryType can be a function definition. If this is the case, - * the function is called with two parameters: an array of records, and an array of field values - * to calculate the summary value. - * - * ## Rendering - * - * Similar to a column, the summary also supports a summaryRenderer function. This - * summaryRenderer is called before displaying a value. The function is optional, if - * not specified the default calculated value is shown. The summaryRenderer is called with: - * - * - value {Object} - The calculated value. - * - summaryData {Object} - Contains all raw summary values for the row. - * - field {String} - The name of the field we are calculating - * - metaData {Object} - A collection of metadata about the current cell; can be used or modified by the renderer. - * - * ## Example Usage - * - * @example - * Ext.define('TestResult', { - * extend: 'Ext.data.Model', - * fields: ['student', 'subject', { - * name: 'mark', - * type: 'int' - * }] - * }); - * - * Ext.create('Ext.grid.Panel', { - * width: 200, - * height: 240, - * renderTo: document.body, - * features: [{ - * groupHeaderTpl: 'Subject: {name}', - * ftype: 'groupingsummary' - * }], - * store: { - * model: 'TestResult', - * groupField: 'subject', - * data: [{ - * student: 'Student 1', - * subject: 'Math', - * mark: 84 - * },{ - * student: 'Student 1', - * subject: 'Science', - * mark: 72 - * },{ - * student: 'Student 2', - * subject: 'Math', - * mark: 96 - * },{ - * student: 'Student 2', - * subject: 'Science', - * mark: 68 - * }] - * }, - * columns: [{ - * dataIndex: 'student', - * text: 'Name', - * summaryType: 'count', - * summaryRenderer: function(value){ - * return Ext.String.format('{0} student{1}', value, value !== 1 ? 's' : ''); - * } - * }, { - * dataIndex: 'mark', - * text: 'Mark', - * summaryType: 'average' - * }] - * }); - */ -Ext.define('Ext.grid.feature.GroupingSummary', { - extend: 'Ext.grid.feature.Grouping', - alias: 'feature.groupingsummary', - showSummaryRow: true, - vetoEvent: function(record, row, rowIndex, e) { - var result = this.callParent(arguments); - if (result !== false && e.getTarget(this.summaryRowSelector)) { - result = false; - } - return result; - } -}); - -/** - * The rowbody feature enhances the grid's markup to have an additional - * tr -> td -> div which spans the entire width of the original row. - * - * This is useful to to associate additional information with a particular - * record in an Ext.grid.Grid. - * - * Rowbodies are initially hidden unless you override {@link #getAdditionalData}. - * - * The events fired by RowBody are relayed to the owning - * {@link Ext.view.Table grid view} (and subsequently the owning grid). - * - * # Example - * - * @example - * Ext.define('Animal', { - * extend: 'Ext.data.Model', - * fields: ['name', 'latin', 'desc', 'lifespan'] - * }); - * - * Ext.create('Ext.grid.Panel', { - * width: 400, - * height: 300, - * renderTo: Ext.getBody(), - * store: { - * model: 'Animal', - * data: [{ - * name: 'Tiger', - * latin: 'Panthera tigris', - * desc: 'The largest cat species, weighing up to 306 kg (670 lb).', - * lifespan: '20 - 26 years (in captivity)' - * }, { - * name: 'Roman snail', - * latin: 'Helix pomatia', - * desc: 'A species of large, edible, air-breathing land snail.', - * lifespan: '20 - 35 years' - * }, { - * name: 'Yellow-winged darter', - * latin: 'Sympetrum flaveolum', - * desc: 'A dragonfly found in Europe and mid and Northern China.', - * lifespan: '4 - 6 weeks' - * }, { - * name: 'Superb Fairy-wren', - * latin: 'Malurus cyaneus', - * desc: 'Common and familiar across south-eastern Australia.', - * lifespan: '5 - 6 years' - * }] - * }, - * columns: [{ - * dataIndex: 'name', - * text: 'Common name', - * width: 125 - * }, { - * dataIndex: 'latin', - * text: 'Scientific name', - * flex: 1 - * }], - * features: [{ - * ftype: 'rowbody', - * getAdditionalData: function (data, idx, record, orig) { - * // Usually you would style the my-body-class in a CSS file - * return { - * rowBody: '
    ' + record.get("desc") + '
    ', - * rowBodyCls: "my-body-class" - * }; - * } - * }], - * listeners: { - * rowbodyclick: function(view, rowEl, e, eOpts) { - * var itemEl = Ext.get(rowEl).up(view.itemSelector), - * rec = view.getRecord(itemEl); - * - * Ext.Msg.alert(rec.get('name') + ' life span', rec.get('lifespan')); - * } - * } - * }); - * - * # Cell Editing and Cell Selection Model - * - * Note that if {@link Ext.grid.plugin.CellEditing cell editing} or the {@link Ext.selection.CellModel cell selection model} are going - * to be used, then the {@link Ext.grid.feature.RowBody RowBody} feature, or {@link Ext.grid.plugin.RowExpander RowExpander} plugin MUST - * be used for intra-cell navigation to be correct. - */ -Ext.define('Ext.grid.feature.RowBody', { - extend: 'Ext.grid.feature.Feature', - alias: 'feature.rowbody', - rowBodyCls: Ext.baseCSSPrefix + 'grid-row-body', - rowBodyHiddenCls: Ext.baseCSSPrefix + 'grid-row-body-hidden', - rowBodyTdSelector: 'td.' + Ext.baseCSSPrefix + 'grid-cell-rowbody', - eventPrefix: 'rowbody', - eventSelector: 'tr.' + Ext.baseCSSPrefix + 'grid-rowbody-tr', - colSpanDecrement: 0, - /** - * @cfg {Boolean} [bodyBefore=false] - * Configure as `true` to put the row expander body *before* the data row. - */ - bodyBefore: false, - outerTpl: { - fn: function(out, values, parent) { - var view = values.view, - rowValues = view.rowValues; - this.rowBody.setup(values.rows, rowValues); - this.nextTpl.applyOut(values, out, parent); - this.rowBody.cleanup(values.rows, rowValues); - }, - priority: 100 - }, - extraRowTpl: [ - '{%', - 'if(this.rowBody.bodyBefore) {', - // MUST output column sizing elements because the first row in this table - // contains one colspanning TD, and that overrides subsequent column width settings. - 'values.view.renderColumnSizer(values, out);', - '} else {', - 'this.nextTpl.applyOut(values, out, parent);', - '}', - 'values.view.rowBodyFeature.setupRowData(values.record, values.recordIndex, values);', - '%}', - '', - '', - '', - '{%', - 'if(this.rowBody.bodyBefore) {', - 'this.nextTpl.applyOut(values, out, parent);', - '}', - '%}', - { - priority: 100, - beginRowSync: function(rowSync) { - rowSync.add('rowBody', this.owner.eventSelector); - }, - syncContent: function(destRow, sourceRow, columnsToUpdate) { - var owner = this.owner, - destRowBody = Ext.fly(destRow).down(owner.eventSelector, true), - sourceRowBody; - // Sync the heights of row body elements in each row if they need it. - if (destRowBody && (sourceRowBody = Ext.fly(sourceRow).down(owner.eventSelector, true))) { - Ext.fly(destRowBody).syncContent(sourceRowBody); - } - } - } - ], - init: function(grid) { - var me = this, - view = me.view = grid.getView(); - // The extra data means variableRowHeight - grid.variableRowHeight = view.variableRowHeight = true; - view.rowBodyFeature = me; - grid.mon(view, { - element: 'el', - click: me.onClick, - scope: me - }); - view.headerCt.on({ - columnschanged: me.onColumnsChanged, - scope: me - }); - view.addTpl(me.outerTpl).rowBody = me; - view.addRowTpl(Ext.XTemplate.getTpl(this, 'extraRowTpl')).rowBody = me; - me.callParent(arguments); - }, - // Needed to select the data row when clicked on the body row. - onClick: function(e) { - var me = this, - tableRow = e.getTarget(me.eventSelector); - // If we have clicked on a row body TR and its previous (or next - we can put the body first) sibling is a grid row, - // pass that onto the view for processing - if (tableRow && Ext.fly(tableRow = (tableRow.previousSibling || tableRow.nextSibling)).is(me.view.rowSelector)) { - e.target = tableRow; - me.view.handleEvent(e); - } - }, - getSelectedRow: function(view, rowIndex) { - var selectedRow = view.getNode(rowIndex); - if (selectedRow) { - return Ext.fly(selectedRow).down(this.eventSelector); - } - return null; - }, - // When columns added/removed, keep row body colspan in sync with number of columns. - onColumnsChanged: function(headerCt) { - var items = this.view.el.query(this.rowBodyTdSelector), - colspan = headerCt.getVisibleGridColumns().length, - len = items.length, - i; - for (i = 0; i < len; ++i) { - items[i].setAttribute('colSpan', colspan); - } - }, - /** - * @method getAdditionalData - * @protected - * @template - * Provides additional data to the prepareData call within the grid view. - * The rowbody feature adds 3 additional variables into the grid view's template. - * These are `rowBody`, `rowBodyCls`, and `rowBodyColspan`. - * - * - **rowBody:** *{String}* The HTML to display in the row body element. Defaults - * to *undefined*. - * - **rowBodyCls:** *{String}* An optional CSS class (or multiple classes - * separated by spaces) to apply to the row body element. Defaults to - * {@link #rowBodyCls}. - * - **rowBodyColspan:** *{Number}* The number of columns that the row body element - * should span. Defaults to the number of visible columns. - * - * @param {Object} data The data for this particular record. - * @param {Number} idx The row index for this record. - * @param {Ext.data.Model} record The record instance - * @param {Object} orig The original result from the prepareData call to massage. - * @return {Object} An object containing additional variables for use in the grid - * view's template - */ - /* - * @private - */ - setupRowData: function(record, rowIndex, rowValues) { - if (this.getAdditionalData) { - Ext.apply(rowValues, this.getAdditionalData(record.data, rowIndex, record, rowValues)); - } - }, - setup: function(rows, rowValues) { - rowValues.rowBodyCls = this.rowBodyCls; - rowValues.rowBodyColspan = this.view.headerCt.visibleColumnManager.getColumns().length - this.colSpanDecrement; - }, - cleanup: function(rows, rowValues) { - rowValues.rowBodyCls = rowValues.rowBodyColspan = rowValues.rowBody = null; - } -}); -/** - * @event beforerowbodymousedown - * @preventable - * @member Ext.view.Table - * Fires before the mousedown event on a row body element is processed. Return false - * to cancel the default action. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @param {Ext.view.View} view The rowbody's owning View - * @param {HTMLElement} rowBodyEl The row body's element - * @param {Ext.event.Event} e The raw event object - */ -/** - * @event beforerowbodymouseup - * @preventable - * @member Ext.view.Table - * Fires before the mouseup event on a row body element is processed. Return false - * to cancel the default action. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event beforerowbodyclick - * @preventable - * @member Ext.view.Table - * Fires before the click event on a row body element is processed. Return false to - * cancel the default action. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event beforerowbodydblclick - * @preventable - * @member Ext.view.Table - * Fires before the dblclick event on a row body element is processed. Return false - * to cancel the default action. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event beforerowbodycontextmenu - * @preventable - * @member Ext.view.Table - * Fires before the contextmenu event on a row body element is processed. Return - * false to cancel the default action. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event beforerowbodylongpress - * @preventable - * @member Ext.view.Table - * Fires before the longpress event on a row body element is processed. Return - * false to cancel the default action. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event beforerowbodykeydown - * @preventable - * @member Ext.view.Table - * Fires before the keydown event on a row body element is processed. Return false - * to cancel the default action. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event beforerowbodykeyup - * @preventable - * @member Ext.view.Table - * Fires before the keyup event on a row body element is processed. Return false to - * cancel the default action. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event beforerowbodykeypress - * @preventable - * @member Ext.view.Table - * Fires before the keypress event on a row body element is processed. Return false - * to cancel the default action. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event rowbodymousedown - * @member Ext.view.Table - * Fires when there is a mouse down on a row body element - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event rowbodymouseup - * @member Ext.view.Table - * Fires when there is a mouse up on a row body element - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event rowbodyclick - * @member Ext.view.Table - * Fires when a row body element is clicked - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event rowbodydblclick - * @member Ext.view.Table - * Fires when a row body element is double clicked - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event rowbodycontextmenu - * @member Ext.view.Table - * Fires when a row body element is right clicked - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event rowbodylongpress - * @member Ext.view.Table - * Fires on a row body element longpress event - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event rowbodykeydown - * @member Ext.view.Table - * Fires when a key is pressed down while a row body element is currently selected - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event rowbodykeyup - * @member Ext.view.Table - * Fires when a key is released while a row body element is currently selected - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ -/** - * @event rowbodykeypress - * @member Ext.view.Table - * Fires when a key is pressed while a row body element is currently selected. - * - * **Note:** This event is fired only when the Ext.grid.feature.RowBody feature is - * used. - * - * @inheritdoc #beforerowbodymousedown - */ - -/** - * This feature is used to place a summary row at the bottom of the grid. If using a grouping, - * see {@link Ext.grid.feature.GroupingSummary}. There are 2 aspects to calculating the summaries, - * calculation and rendering. - * - * ## Calculation - * The summary value needs to be calculated for each column in the grid. This is controlled - * by the summaryType option specified on the column. There are several built in summary types, - * which can be specified as a string on the column configuration. These call underlying methods - * on the store: - * - * - {@link Ext.data.Store#count count} - * - {@link Ext.data.Store#sum sum} - * - {@link Ext.data.Store#min min} - * - {@link Ext.data.Store#max max} - * - {@link Ext.data.Store#average average} - * - * Alternatively, the summaryType can be a function definition. If this is the case, - * the function is called with an array of records to calculate the summary value. - * - * ## Rendering - * Similar to a column, the summary also supports a summaryRenderer function. This - * summaryRenderer is called before displaying a value. The function is optional, if - * not specified the default calculated value is shown. The summaryRenderer is called with: - * - * - value {Object} - The calculated value. - * - summaryData {Object} - Contains all raw summary values for the row. - * - field {String} - The name of the field we are calculating - * - metaData {Object} - A collection of metadata about the current cell; can be used or modified by the renderer. - * - * ## Example Usage - * - * @example - * Ext.define('TestResult', { - * extend: 'Ext.data.Model', - * fields: ['student', { - * name: 'mark', - * type: 'int' - * }] - * }); - * - * Ext.create('Ext.grid.Panel', { - * width: 400, - * height: 200, - * title: 'Summary Test', - * style: 'padding: 20px', - * renderTo: document.body, - * features: [{ - * ftype: 'summary' - * }], - * store: { - * model: 'TestResult', - * data: [{ - * student: 'Student 1', - * mark: 84 - * },{ - * student: 'Student 2', - * mark: 72 - * },{ - * student: 'Student 3', - * mark: 96 - * },{ - * student: 'Student 4', - * mark: 68 - * }] - * }, - * columns: [{ - * dataIndex: 'student', - * text: 'Name', - * summaryType: 'count', - * summaryRenderer: function(value, summaryData, dataIndex) { - * return Ext.String.format('{0} student{1}', value, value !== 1 ? 's' : ''); - * } - * }, { - * dataIndex: 'mark', - * text: 'Mark', - * summaryType: 'average' - * }] - * }); - */ -Ext.define('Ext.grid.feature.Summary', { - /* Begin Definitions */ - extend: 'Ext.grid.feature.AbstractSummary', - alias: 'feature.summary', - /** - * @cfg {String} dock - * Configure `'top'` or `'bottom'` top create a fixed summary row either above or below the scrollable table. - * - */ - dock: undefined, - dockedSummaryCls: Ext.baseCSSPrefix + 'docked-summary', - panelBodyCls: Ext.baseCSSPrefix + 'summary-', - // turn off feature events. - hasFeatureEvent: false, - fullSummaryTpl: [ - '{%', - 'var me = this.summaryFeature,', - ' record = me.summaryRecord,', - ' view = values.view,', - ' bufferedRenderer = view.bufferedRenderer;', - 'this.nextTpl.applyOut(values, out, parent);', - 'if (!me.disabled && me.showSummaryRow && view.store.isLast(values.record)) {', - 'if (bufferedRenderer) {', - ' bufferedRenderer.variableRowHeight = true;', - '}', - 'me.outputSummaryRecord((record && record.isModel) ? record : me.createSummaryRecord(view), values, out, parent);', - '}', - '%}', - { - priority: 300, - beginRowSync: function(rowSync) { - rowSync.add('fullSummary', this.summaryFeature.summaryRowSelector); - }, - syncContent: function(destRow, sourceRow, columnsToUpdate) { - destRow = Ext.fly(destRow, 'syncDest'); - sourceRow = Ext.fly(sourceRow, 'sycSrc'); - var owner = this.owner, - selector = owner.summaryRowSelector, - destSummaryRow = destRow.down(selector, true), - sourceSummaryRow = sourceRow.down(selector, true); - // Sync just the updated columns in the summary row. - if (destSummaryRow && sourceSummaryRow) { - // If we were passed a column set, only update those, otherwise do the entire row - if (columnsToUpdate) { - this.summaryFeature.view.updateColumns(destSummaryRow, sourceSummaryRow, columnsToUpdate); - } else { - Ext.fly(destSummaryRow).syncContent(sourceSummaryRow); - } - } - } - } - ], - init: function(grid) { - var me = this, - view = me.view, - dock = me.dock; - me.callParent(arguments); - if (dock) { - grid.addBodyCls(me.panelBodyCls + dock); - grid.headerCt.on({ - add: me.onStoreUpdate, - afterlayout: me.onStoreUpdate, - scope: me - }); - grid.on({ - beforerender: function() { - var tableCls = [ - me.summaryTableCls - ]; - if (view.columnLines) { - tableCls[tableCls.length] = view.ownerCt.colLinesCls; - } - me.summaryBar = grid.addDocked({ - childEls: [ - 'innerCt', - 'item' - ], - renderTpl: [ - '
    ` HTML tag to its output stream. - * - * The `cellTpl's` data object looks like this: - * - * { - * record: recordToRender - * column: columnToRender; - * recordIndex: indexOfRecordInStore, - * rowIndex: indexOfRowInView, - * columnIndex: columnIndex, - * align: columnAlign, - * tdCls: classForCell - * } - * - * A Feature may inject its own tpl or rowTpl or cellTpl into the {@link Ext.view.Table TableView}'s rendering by - * calling {@link Ext.view.Table#addTpl} or {@link Ext.view.Table#addRowTpl} or {@link Ext.view.Table#addCellTpl}. - * - * The passed XTemplate is added *upstream* of the default template for the table element in a link list of XTemplates which contribute - * to the element's HTML. It may emit appropriate HTML strings into the output stream *around* a call to - * - * this.nextTpl.apply(values, out, parent); - * - * This passes the current value context, output stream and the parent value context to the next XTemplate in the list. - * - * @abstract - */ -Ext.define('Ext.grid.feature.Feature', { - extend: 'Ext.util.Observable', - alias: 'feature.feature', - wrapsItem: false, - /** - * @property {Boolean} isFeature - * `true` in this class to identify an object as an instantiated Feature, or subclass thereof. - */ - isFeature: true, - /** - * True when feature is disabled. - */ - disabled: false, - /** - * @property {Boolean} - * Most features will expose additional events, some may not and will - * need to change this to false. - */ - hasFeatureEvent: true, - /** - * @property {String} - * Prefix to use when firing events on the view. - * For example a prefix of group would expose "groupclick", "groupcontextmenu", "groupdblclick". - */ - eventPrefix: null, - /** - * @property {String} - * Selector used to determine when to fire the event with the eventPrefix. - */ - eventSelector: null, - /** - * @property {Ext.view.Table} - * Reference to the TableView. - */ - view: null, - /** - * @property {Ext.grid.Panel} - * Reference to the grid panel - */ - grid: null, - constructor: function(config) { - this.initialConfig = config; - this.callParent(arguments); - }, - clone: function() { - return new this.self(this.initialConfig); - }, - /** - * Protected method called during {@link Ext.view.Table View} construction. The - * owning {@link Ext.grid.Panel Grid} is passed as a param. - * @param {Ext.grid.Panel} grid The View's owning Grid. **Note** that in a - * {@link Ext.grid.Panel#cfg-enableLocking locking Grid} the passed grid will be - * either the normal grid or the locked grid, which is the view's direct owner. - * @method - * @protected - */ - init: Ext.emptyFn, - /** - * Abstract method to be overriden when a feature should add additional - * arguments to its event signature. By default the event will fire: - * - * - view - The underlying Ext.view.Table - * - featureTarget - The matched element by the defined {@link #eventSelector} - * - * The method must also return the eventName as the first index of the array - * to be passed to fireEvent. - * @template - */ - getFireEventArgs: function(eventName, view, featureTarget, e) { - return [ - eventName, - view, - featureTarget, - e - ]; - }, - vetoEvent: Ext.emptyFn, - /** - * Enables the feature. - */ - enable: function() { - this.disabled = false; - }, - /** - * Disables the feature. - */ - disable: function() { - this.disabled = true; - } -}); - -/** - * A small abstract class that contains the shared behaviour for any summary - * calculations to be used in the grid. - */ -Ext.define('Ext.grid.feature.AbstractSummary', { - extend: 'Ext.grid.feature.Feature', - alias: 'feature.abstractsummary', - summaryRowCls: Ext.baseCSSPrefix + 'grid-row-summary', - readDataOptions: { - recordCreator: Ext.identityFn - }, - // High priority rowTpl interceptor which sees summary rows early, and renders them correctly and then aborts the row rendering chain. - // This will only see action when summary rows are being updated and Table.onUpdate->Table.bufferRender renders the individual updated sumary row. - summaryRowTpl: { - fn: function(out, values, parent) { - // If a summary record comes through the rendering pipeline, render it simply instead of proceeding through the tplchain - if (values.record.isSummary && this.summaryFeature.showSummaryRow) { - this.summaryFeature.outputSummaryRecord(values.record, values, out, parent); - } else { - this.nextTpl.applyOut(values, out, parent); - } - }, - priority: 1000 - }, - /** - * @cfg {Boolean} - * True to show the summary row. - */ - showSummaryRow: true, - // Listen for store updates. Eg, from an Editor. - init: function() { - var me = this; - me.view.summaryFeature = me; - me.rowTpl = me.view.self.prototype.rowTpl; - // Add a high priority interceptor which renders summary records simply - // This will only see action ona bufferedRender situation where summary records are updated. - me.view.addRowTpl(me.summaryRowTpl).summaryFeature = me; - // Define on the instance to store info needed by summary renderers. - me.summaryData = {}; - me.groupInfo = {}; - // Cell widths in the summary table are set directly into the cells. There's no
    ', - '{%', - // Group title is visible if not locking, or we are the locked side, or the locked side has no columns/ - // Use visibility to keep row heights synced without intervention. - 'var groupTitleStyle = (!values.view.lockingPartner || (values.view.ownerCt === values.view.ownerCt.ownerLockable.lockedGrid) || (values.view.lockingPartner.headerCt.getVisibleGridColumns().length === 0)) ? "" : "visibility:hidden";', - '%}', - // TODO. Make the group header tabbable with tabIndex="0" and enable grid navigation "Action Mode" - // to activate it. - '
    ', - '
    ', - '{[values.groupHeaderTpl.apply(values.metaGroupCache, parent) || " "]}', - '
    ', - '
    ', - '
    ', - '
    {rowBody}
    ', - '
    ', - '', - '
    ', - '
    ' - ], - scrollable: { - x: false, - y: false - }, - hidden: !me.showSummaryRow, - itemId: 'summaryBar', - cls: [ - me.dockedSummaryCls, - me.dockedSummaryCls + '-' + dock - ], - xtype: 'component', - dock: dock, - weight: 10000000 - })[0]; - }, - afterrender: function() { - grid.getView().getScrollable().addPartner(me.summaryBar.getScrollable()); - me.onStoreUpdate(); - }, - single: true - }); - // Stretch the innerCt of the summary bar upon headerCt layout - grid.headerCt.afterComponentLayout = Ext.Function.createSequence(grid.headerCt.afterComponentLayout, function() { - var width = this.getTableWidth(), - innerCt = me.summaryBar.innerCt; - me.summaryBar.item.setWidth(width); - // "this" is the HeaderContainer. Its tooNarrow flag is set by its layout if the columns overflow. - // Must not measure+set in after layout phase, this is a write phase. - if (this.tooNarrow) { - width += Ext.getScrollbarSize().width; - } - innerCt.setWidth(width); - }); - } else { - if (grid.bufferedRenderer) { - me.wrapsItem = true; - view.addRowTpl(Ext.XTemplate.getTpl(me, 'fullSummaryTpl')).summaryFeature = me; - view.on('refresh', me.onViewRefresh, me); - } else { - me.wrapsItem = false; - me.view.addFooterFn(me.renderSummaryRow); - } - } - grid.ownerGrid.on({ - beforereconfigure: me.onBeforeReconfigure, - columnmove: me.onStoreUpdate, - scope: me - }); - me.bindStore(grid, grid.getStore()); - }, - onBeforeReconfigure: function(grid, store) { - this.summaryRecord = null; - if (store) { - this.bindStore(grid, store); - } - }, - bindStore: function(grid, store) { - var me = this; - Ext.destroy(me.storeListeners); - me.storeListeners = store.on({ - scope: me, - destroyable: true, - update: me.onStoreUpdate, - datachanged: me.onStoreUpdate - }); - me.callParent([ - grid, - store - ]); - }, - renderSummaryRow: function(values, out, parent) { - var view = values.view, - me = view.findFeature('summary'), - record, rows; - // If we get to here we won't be buffered - if (!me.disabled && me.showSummaryRow) { - record = me.summaryRecord; - out.push(''); - me.outputSummaryRecord((record && record.isModel) ? record : me.createSummaryRecord(view), values, out, parent); - out.push('
    '); - } - }, - toggleSummaryRow: function(visible, /* private */ - fromLockingPartner) { - var me = this, - bar = me.summaryBar; - me.callParent([ - visible, - fromLockingPartner - ]); - if (bar) { - bar.setVisible(me.showSummaryRow); - me.onViewScroll(); - } - }, - getSummaryBar: function() { - return this.summaryBar; - }, - vetoEvent: function(record, row, rowIndex, e) { - return !e.getTarget(this.summaryRowSelector); - }, - onViewScroll: function() { - this.summaryBar.setScrollX(this.view.getScrollX()); - }, - onViewRefresh: function(view) { - var me = this, - record, row; - // Only add this listener if in buffered mode, if there are no rows then - // we won't have anything rendered, so we need to push the row in here - if (!me.disabled && me.showSummaryRow && !view.all.getCount()) { - record = me.createSummaryRecord(view); - row = Ext.fly(view.getNodeContainer()).createChild({ - tag: 'table', - cellpadding: 0, - cellspacing: 0, - cls: me.summaryItemCls, - style: 'table-layout: fixed; width: 100%' - }, false, true); - row.appendChild(Ext.fly(view.createRowElement(record, -1)).down(me.summaryRowSelector, true)); - } - }, - createSummaryRecord: function(view) { - var me = this, - columns = view.headerCt.getGridColumns(), - remoteRoot = me.remoteRoot, - summaryRecord = me.summaryRecord, - colCount = columns.length, - i, column, dataIndex, summaryValue, modelData; - if (!summaryRecord) { - modelData = { - id: view.id + '-summary-record' - }; - summaryRecord = me.summaryRecord = new Ext.data.Model(modelData); - } - // Set the summary field values - summaryRecord.beginEdit(); - if (remoteRoot) { - summaryValue = me.generateSummaryData(); - if (summaryValue) { - summaryRecord.set(summaryValue); - } - } else { - for (i = 0; i < colCount; i++) { - column = columns[i]; - // In summary records, if there's no dataIndex, then the value in regular rows must come from a renderer. - // We set the data value in using the column ID. - dataIndex = column.dataIndex || column.getItemId(); - // We need to capture this value because it could get overwritten when setting on the model if there - // is a convert() method on the model. - summaryValue = me.getSummary(view.store, column.summaryType, dataIndex); - summaryRecord.set(dataIndex, summaryValue); - // Capture the columnId:value for the summaryRenderer in the summaryData object. - me.setSummaryData(summaryRecord, column.getItemId(), summaryValue); - } - } - summaryRecord.endEdit(true); - // It's not dirty - summaryRecord.commit(true); - summaryRecord.isSummary = true; - return summaryRecord; - }, - onStoreUpdate: function() { - var me = this, - view = me.view, - selector = me.summaryRowSelector, - dock = me.dock, - record, newRowDom, oldRowDom, p; - if (!view.rendered) { - return; - } - record = me.createSummaryRecord(view); - newRowDom = Ext.fly(view.createRowElement(record, -1)).down(selector, true); - if (!newRowDom) { - return; - } - // Summary row is inside the docked summaryBar Component - if (dock) { - p = me.summaryBar.item.dom.firstChild; - oldRowDom = p.firstChild; - } else // Summary row is a regular row in a THEAD inside the View. - // Downlinked through the summary record's ID - { - oldRowDom = me.view.el.down(selector, true); - // If the old row doesn't exist, it means that the store update we are - // reacting to is a remove of the last row. So we will be appending - // to the node container. - p = oldRowDom ? oldRowDom.parentNode : view.getNodeContainer(); - } - if (p) { - p.insertBefore(newRowDom, oldRowDom); - if (oldRowDom) { - p.removeChild(oldRowDom); - } - } - // If docked, the updated row will need sizing because it's outside the View - if (dock) { - me.onColumnHeaderLayout(); - } - }, - // Synchronize column widths in the docked summary Component - onColumnHeaderLayout: function() { - var view = this.view, - columns = view.headerCt.getVisibleGridColumns(), - column, - len = columns.length, - i, - summaryEl = this.summaryBar.el, - el; - for (i = 0; i < len; i++) { - column = columns[i]; - el = summaryEl.down(view.getCellSelector(column), true); - if (el) { - Ext.fly(el).setWidth(column.width || (column.lastBox ? column.lastBox.width : 100)); - } - } - }, - destroy: function() { - var me = this; - me.summaryRecord = me.storeListeners = Ext.destroy(me.storeListeners); - me.callParent(); - } -}); - -/** - * A base class for all menu items that require menu-related functionality such as click handling, - * sub-menus, icons, etc. - * - * @example - * Ext.create('Ext.menu.Menu', { - * width: 100, - * height: 100, - * floating: false, // usually you want this set to True (default) - * renderTo: Ext.getBody(), // usually rendered by it's containing component - * items: [{ - * text: 'icon item', - * iconCls: 'add16' - * },{ - * text: 'text item' - * },{ - * text: 'plain item', - * plain: true - * }] - * }); - */ -Ext.define('Ext.menu.Item', { - extend: 'Ext.Component', - alias: 'widget.menuitem', - alternateClassName: 'Ext.menu.TextItem', - /** - * @property {Boolean} isMenuItem - * `true` in this class to identify an object as an instantiated Menu Item, or subclass thereof. - */ - isMenuItem: true, - mixins: [ - 'Ext.mixin.Queryable' - ], - /** - * @property {Boolean} activated - * Whether or not this item is currently activated - */ - activated: false, - /** - * @property {Ext.menu.Menu} parentMenu - * The parent Menu of this item. - */ - /** - * @cfg {String} activeCls - * The CSS class added to the menu item when the item is focused. - */ - activeCls: Ext.baseCSSPrefix + 'menu-item-active', - /** - * @cfg {Boolean} canActivate - * Whether or not this menu item can be focused. - * @deprecated 5.1.0 Use the {@link #focusable} config. - */ - /** - * @cfg {Number} clickHideDelay - * The delay in milliseconds to wait before hiding the menu after clicking the menu item. - * This only has an effect when `hideOnClick: true`. - */ - clickHideDelay: 0, - /** - * @cfg {Boolean} destroyMenu - * Whether or not to destroy any associated sub-menu when this item is destroyed. - */ - destroyMenu: true, - /** - * @cfg {String} disabledCls - * The CSS class added to the menu item when the item is disabled. - */ - disabledCls: Ext.baseCSSPrefix + 'menu-item-disabled', - /** - * @cfg {String} [href='#'] - * The href attribute to use for the underlying anchor link. - */ - /** - * @cfg {String} hrefTarget - * The target attribute to use for the underlying anchor link. - */ - /** - * @cfg {Boolean} hideOnClick - * Whether to not to hide the owning menu when this item is clicked. - */ - hideOnClick: true, - /** - * @cfg {String} [icon=Ext#BLANK_IMAGE_URL] - * @inheritdoc Ext.panel.Header#icon - */ - /** - * @cfg {String} iconCls - * @inheritdoc Ext.panel.Header#cfg-iconCls - */ - /** - * @cfg {Number/String} glyph - * @inheritdoc Ext.panel.Header#glyph - */ - /** - * @cfg {Ext.menu.Menu/Object} menu - * Either an instance of {@link Ext.menu.Menu} or a config object for an {@link Ext.menu.Menu} - * which will act as a sub-menu to this item. - */ - /** - * @property {Ext.menu.Menu} menu The sub-menu associated with this item, if one was configured. - */ - /** - * @cfg {String} menuAlign - * The default {@link Ext.util.Positionable#getAlignToXY Ext.util.Positionable.getAlignToXY} anchor position value for this - * item's sub-menu relative to this item's position. - */ - menuAlign: 'tl-tr?', - /** - * @cfg {Number} menuExpandDelay - * The delay in milliseconds before this item's sub-menu expands after this item is moused over. - */ - menuExpandDelay: 200, - /** - * @cfg {Number} menuHideDelay - * The delay in milliseconds before this item's sub-menu hides after this item is moused out. - */ - menuHideDelay: 200, - /** - * @cfg {Boolean} plain - * Whether or not this item is plain text/html with no icon or visual submenu indication. - */ - /** - * @cfg {String/Object} tooltip - * The tooltip for the button - can be a string to be used as innerHTML (html tags are accepted) or - * QuickTips config object. - */ - /** - * @cfg {String} tooltipType - * The type of tooltip to use. Either 'qtip' for QuickTips or 'title' for title attribute. - */ - tooltipType: 'qtip', - focusable: true, - ariaRole: 'menuitem', - ariaEl: 'itemEl', - baseCls: Ext.baseCSSPrefix + 'menu-item', - arrowCls: Ext.baseCSSPrefix + 'menu-item-arrow', - baseIconCls: Ext.baseCSSPrefix + 'menu-item-icon', - textCls: Ext.baseCSSPrefix + 'menu-item-text', - indentCls: Ext.baseCSSPrefix + 'menu-item-indent', - indentNoSeparatorCls: Ext.baseCSSPrefix + 'menu-item-indent-no-separator', - indentRightIconCls: Ext.baseCSSPrefix + 'menu-item-indent-right-icon', - indentRightArrowCls: Ext.baseCSSPrefix + 'menu-item-indent-right-arrow', - linkCls: Ext.baseCSSPrefix + 'menu-item-link', - linkHrefCls: Ext.baseCSSPrefix + 'menu-item-link-href', - childEls: [ - 'itemEl', - 'iconEl', - 'textEl', - 'arrowEl' - ], - renderTpl: '' + '{text}' + '' + ' {linkHrefCls}{childElCls}"' + ' href="{href}" ' + ' target="{hrefTarget}"' + ' hidefocus="true"' + // For most browsers the text is already unselectable but Opera needs an explicit unselectable="on". - ' unselectable="on"' + '' + ' tabindex="{tabIndex}"' + '' + ' {$}="{.}"' + '>' + '{text}' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '', - maskOnDisable: false, - iconAlign: 'left', - /** - * @cfg {String} text - * The text/html to display in this item. - */ - /** - * @cfg {Function/String} handler - * A function called when the menu item is clicked (can be used instead of {@link #click} event). - * @cfg {Ext.menu.Item} handler.item The item that was clicked - * @cfg {Ext.event.Event} handler.e The underlying {@link Ext.event.Event}. - * @declarativeHandler - */ - /** - * @event activate - * Fires when this item is activated - * @param {Ext.menu.Item} item The activated item - */ - /** - * @event click - * Fires when this item is clicked - * @param {Ext.menu.Item} item The item that was clicked - * @param {Ext.event.Event} e The underlying {@link Ext.event.Event}. - */ - /** - * @event deactivate - * Fires when this item is deactivated - * @param {Ext.menu.Item} item The deactivated item - */ - /** - * @event textchange - * Fired when the item's text is changed by the {@link #setText} method. - * @param {Ext.menu.Item} this - * @param {String} oldText - * @param {String} newText - */ - /** - * @event iconchange - * Fired when the item's icon is changed by the {@link #setIcon} or {@link #setIconCls} methods. - * @param {Ext.menu.Item} this - * @param {String} oldIcon - * @param {String} newIcon - */ - initComponent: function() { - var me = this, - cls = me.cls ? [ - me.cls - ] : [], - menu; - // During deprecation period of canActivate config, copy it into focusable config. - if (me.hasOwnProperty('canActivate')) { - me.focusable = me.canActivate; - } - if (me.plain) { - cls.push(Ext.baseCSSPrefix + 'menu-item-plain'); - } - if (cls.length) { - me.cls = cls.join(' '); - } - if (me.menu) { - menu = me.menu; - me.menu = null; - me.setMenu(menu); - } - me.callParent(arguments); - }, - canFocus: function() { - var me = this; - // This is an override of the implementation in Focusable. - // We do not refuse focus if the Item is disabled. - // http://www.w3.org/TR/2013/WD-wai-aria-practices-20130307/#menu - // "Disabled menu items receive focus but have no action when Enter or Left Arrow/Right Arrow is pressed." - // Test that deprecated canActivate config has not been set to false. - return me.focusable && me.rendered && me.canActivate !== false && !me.destroying && !me.destroyed && me.isVisible(true); - }, - onFocus: function(e) { - var me = this; - me.callParent([ - e - ]); - if (!me.disabled) { - if (!me.plain) { - me.addCls(me.activeCls); - } - me.activated = true; - if (me.hasListeners.activate) { - me.fireEvent('activate', me); - } - } - }, - onFocusLeave: function(e) { - var me = this; - me.callParent([ - e - ]); - if (me.activated) { - if (!me.plain) { - me.removeCls(me.activeCls); - } - me.doHideMenu(); - me.activated = false; - if (me.hasListeners.deactivate) { - me.fireEvent('deactivate', me); - } - } - }, - doHideMenu: function() { - var menu = this.menu; - this.cancelDeferExpand(); - if (menu && menu.isVisible()) { - menu.hide(); - } - }, - /** - * @private - * Hides the entire floating menu tree that we are within. - * Walks up the refOwner axis hiding each Menu instance it find until it hits - * a non-floating ancestor. - */ - deferHideParentMenus: function() { - for (var menu = this.getRefOwner(); menu && ((menu.isMenu && menu.floating) || menu.isMenuItem); menu = menu.getRefOwner()) { - if (menu.isMenu) { - menu.hide(); - } - } - }, - expandMenu: function(event, delay) { - var me = this; - if (me.activated && me.menu) { - // hideOnClick makes no sense when there's a child menu - me.hideOnClick = false; - me.cancelDeferHide(); - // Allow configuration of zero to perform immediate expansion. - delay = delay == null ? me.menuExpandDelay : delay; - if (delay === 0) { - me.doExpandMenu(event); - } else { - me.cancelDeferExpand(); - // Delay can't be 0 by this point - me.expandMenuTimer = Ext.defer(me.doExpandMenu, delay, me, [ - event - ]); - } - } - }, - doExpandMenu: function(clickEvent) { - var me = this, - menu = me.menu; - if (!menu.isVisible()) { - me.parentMenu.activeChild = menu; - menu.ownerCmp = me; - menu.parentMenu = me.parentMenu; - menu.constrainTo = document.body; - // Pointer-invoked menus do not auto focus, key invoked ones do. - menu.autoFocus = !clickEvent || !clickEvent.pointerType; - menu.showBy(me, me.menuAlign); - } - }, - getRefItems: function(deep) { - var menu = this.menu, - items; - if (menu) { - items = menu.getRefItems(deep); - items.unshift(menu); - } - return items || []; - }, - getValue: function() { - return this.value; - }, - hideMenu: function(delay) { - var me = this; - if (me.menu) { - me.cancelDeferExpand(); - me.hideMenuTimer = Ext.defer(me.doHideMenu, Ext.isNumber(delay) ? delay : me.menuHideDelay, me); - } - }, - onClick: function(e) { - var me = this, - clickHideDelay = me.clickHideDelay, - browserEvent = e.browserEvent, - clickResult, preventDefault; - if (!me.href || me.disabled) { - e.stopEvent(); - if (me.disabled) { - return false; - } - } - if (me.disabled || me.handlingClick) { - return; - } - if (me.hideOnClick) { - // on mobile webkit, when the menu item has an href, a longpress will - // trigger the touch call-out menu to show. If this is the case, the tap - // event object's browser event type will be 'touchcancel', and we do not - // want to hide the menu. - // items with submenus are activated by touchstart on mobile browsers, so - // we cannot hide the menu on "tap" - if (!clickHideDelay) { - me.deferHideParentMenus(); - } else { - me.deferHideParentMenusTimer = Ext.defer(me.deferHideParentMenus, clickHideDelay, me); - } - } - // Click event may have destroyed the menu, don't do anything further - clickResult = me.fireEvent('click', me, e); - if (me.destroyed) { - return; - } - if (clickResult !== false && me.handler) { - Ext.callback(me.handler, me.scope, [ - me, - e - ], 0, me); - } - // If there's an href, invoke dom.click() after we've fired the click event in case a click - // listener wants to handle it. - // - // Note that we're having to do this because the key navigation code will blindly call stopEvent() - // on all key events that it handles! - // - // But, we need to check the browser event object that was passed to the listeners to determine if - // the default action has been prevented. If so, we don't want to honor the .href config. - if (Ext.isIE9m) { - // Here we need to invert the value since it's meaning is the opposite of defaultPrevented. - preventDefault = browserEvent.returnValue === false ? true : false; - } else { - preventDefault = !!browserEvent.defaultPrevented; - } - // We only manually need to trigger the click event if it's come from a key event. - if (me.href && e.type !== 'click' && !preventDefault) { - me.handlingClick = true; - me.itemEl.dom.click(); - me.handlingClick = false; - } - if (!me.hideOnClick) { - me.focus(); - } - return clickResult; - }, - onRemoved: function() { - var me = this; - // Removing the active item, must deactivate it. - if (me.activated && me.parentMenu.activeItem === me) { - me.parentMenu.deactivateActiveItem(); - } - me.callParent(arguments); - me.parentMenu = me.ownerCmp = null; - }, - /** - * @private - */ - beforeDestroy: function() { - var me = this; - if (me.rendered) { - me.clearTip(); - } - me.callParent(); - }, - onDestroy: function() { - var me = this; - me.cancelDeferExpand(); - me.cancelDeferHide(); - clearTimeout(me.deferHideParentMenusTimer); - me.setMenu(null); - me.callParent(arguments); - }, - beforeRender: function() { - var me = this, - glyph = me.glyph, - glyphFontFamily = Ext._glyphFontFamily, - hasIcon = !!(me.icon || me.iconCls || glyph), - hasMenu = !!me.menu, - rightIcon = ((me.iconAlign === 'right') && !hasMenu), - isCheckItem = me.isMenuCheckItem, - indentCls = [], - ownerCt = me.ownerCt, - isOwnerPlain = ownerCt.plain, - glyphParts; - if (me.plain) { - me.ariaEl = 'el'; - } - me.callParent(); - if (hasIcon) { - if (hasMenu && me.showCheckbox) { - // nowhere to put the icon, menu arrow on one side, checkbox on the other. - // TODO: maybe put the icon or checkbox next to the arrow? - hasIcon = false; - } - } - if (typeof glyph === 'string') { - glyphParts = glyph.split('@'); - glyph = glyphParts[0]; - glyphFontFamily = glyphParts[1]; - } - if (!isOwnerPlain || (hasIcon && !rightIcon) || isCheckItem) { - if (ownerCt.showSeparator && !isOwnerPlain) { - indentCls.push(me.indentCls); - } else { - indentCls.push(me.indentNoSeparatorCls); - } - } - if (hasMenu) { - indentCls.push(me.indentRightArrowCls); - } else if (hasIcon && (rightIcon || isCheckItem)) { - indentCls.push(me.indentRightIconCls); - } - Ext.applyIf(me.renderData, { - hasHref: !!me.href, - href: me.href || '#', - hrefTarget: me.hrefTarget, - icon: me.icon, - iconCls: me.iconCls, - glyph: glyph, - glyphCls: glyph ? Ext.baseCSSPrefix + 'menu-item-glyph' : undefined, - glyphFontFamily: glyphFontFamily, - hasIcon: hasIcon, - hasMenu: hasMenu, - indent: !isOwnerPlain || hasIcon || isCheckItem, - isCheckItem: isCheckItem, - rightIcon: rightIcon, - plain: me.plain, - text: me.text, - arrowCls: me.arrowCls, - baseIconCls: me.baseIconCls, - textCls: me.textCls, - indentCls: indentCls.join(' '), - linkCls: me.linkCls, - linkHrefCls: me.linkHrefCls, - groupCls: me.group ? me.groupCls : '', - tabIndex: me.tabIndex - }); - }, - onRender: function() { - var me = this; - me.callParent(arguments); - if (me.tooltip) { - me.setTooltip(me.tooltip, true); - } - }, - /** - * Get the attached sub-menu for this item. - * @return {Ext.menu.Menu} The sub-menu. `null` if it doesn't exist. - */ - getMenu: function() { - return this.menu || null; - }, - /** - * Set a child menu for this item. See the {@link #cfg-menu} configuration. - * @param {Ext.menu.Menu/Object} menu A menu, or menu configuration. null may be - * passed to remove the menu. - * @param {Boolean} [destroyMenu] True to destroy any existing menu. False to - * prevent destruction. If not specified, the {@link #destroyMenu} configuration - * will be used. - */ - setMenu: function(menu, destroyMenu) { - var me = this, - oldMenu = me.menu, - arrowEl = me.arrowEl, - ariaDom = me.ariaEl.dom, - ariaAttr, instanced; - if (oldMenu) { - oldMenu.ownerCmp = oldMenu.parentMenu = null; - if (destroyMenu === true || (destroyMenu !== false && me.destroyMenu)) { - Ext.destroy(oldMenu); - } - if (ariaDom) { - ariaDom.removeAttribute('aria-haspopup'); - ariaDom.removeAttribute('aria-owns'); - } else { - ariaAttr = (me.ariaRenderAttributes || (me.ariaRenderAttributes = {})); - delete ariaAttr['aria-haspopup']; - delete ariaAttr['aria-owns']; - } - } - if (menu) { - instanced = menu.isMenu; - menu = me.menu = Ext.menu.Manager.get(menu, { - ownerCmp: me, - focusOnToFront: false - }); - // We need to forcibly set this here because we could be passed - // an existing menu, which means the config above won't get applied - // during creation. - menu.setOwnerCmp(me, instanced); - if (ariaDom) { - ariaDom.setAttribute('aria-haspopup', true); - ariaDom.setAttribute('aria-owns', menu.id); - } else { - ariaAttr = (me.ariaRenderAttributes || (me.ariaRenderAttributes = {})); - ariaAttr['aria-haspopup'] = true; - ariaAttr['aria-owns'] = menu.id; - } - } else { - menu = me.menu = null; - } - if (menu && me.rendered && !me.destroying && arrowEl) { - arrowEl[menu ? 'addCls' : 'removeCls'](me.arrowCls); - } - }, - /** - * Sets the {@link #click} handler of this item - * @param {Function} fn The handler function - * @param {Object} [scope] The scope of the handler function - */ - setHandler: function(fn, scope) { - this.handler = fn || null; - this.scope = scope; - }, - /** - * Sets the {@link #icon} on this item. - * @param {String} icon The new icon - */ - setIcon: function(icon) { - var iconEl = this.iconEl, - oldIcon = this.icon; - if (iconEl) { - iconEl.src = icon || Ext.BLANK_IMAGE_URL; - } - this.icon = icon; - this.fireEvent('iconchange', this, oldIcon, icon); - }, - /** - * Sets the {@link #iconCls} of this item - * @param {String} iconCls The CSS class to set to {@link #iconCls} - */ - setIconCls: function(iconCls) { - var me = this, - iconEl = me.iconEl, - oldCls = me.iconCls; - if (iconEl) { - if (me.iconCls) { - iconEl.removeCls(me.iconCls); - } - if (iconCls) { - iconEl.addCls(iconCls); - } - } - me.iconCls = iconCls; - me.fireEvent('iconchange', me, oldCls, iconCls); - }, - /** - * Sets the {@link #text} of this item - * @param {String} text The {@link #text} - */ - setText: function(text) { - var me = this, - el = me.textEl || me.el, - oldText = me.text; - me.text = text; - if (me.rendered) { - el.setHtml(text || ''); - me.updateLayout(); - } - me.fireEvent('textchange', me, oldText, text); - }, - getTipAttr: function() { - return this.tooltipType === 'qtip' ? 'data-qtip' : 'title'; - }, - /** - * @private - */ - clearTip: function() { - if (Ext.quickTipsActive && Ext.isObject(this.tooltip)) { - Ext.tip.QuickTipManager.unregister(this.itemEl); - } - }, - /** - * Sets the tooltip for this menu item. - * - * @param {String/Object} tooltip This may be: - * - * - **String** : A string to be used as innerHTML (html tags are accepted) to show in a tooltip - * - **Object** : A configuration object for {@link Ext.tip.QuickTipManager#register}. - * - * @return {Ext.menu.Item} this - */ - setTooltip: function(tooltip, initial) { - var me = this; - if (me.rendered) { - if (!initial) { - me.clearTip(); - } - if (Ext.quickTipsActive && Ext.isObject(tooltip)) { - Ext.tip.QuickTipManager.register(Ext.apply({ - target: me.itemEl.id - }, tooltip)); - me.tooltip = tooltip; - } else { - me.itemEl.dom.setAttribute(me.getTipAttr(), tooltip); - } - } else { - me.tooltip = tooltip; - } - return me; - }, - privates: { - cancelDeferExpand: function() { - window.clearTimeout(this.expandMenuTimer); - }, - cancelDeferHide: function() { - window.clearTimeout(this.hideMenuTimer); - }, - getFocusEl: function() { - return this.plain ? this.el : this.itemEl; - } - } -}); - -/** - * A menu item that contains a togglable checkbox by default, but that can also be a part of a radio group. - * - * @example - * Ext.create('Ext.menu.Menu', { - * width: 100, - * height: 110, - * floating: false, // usually you want this set to True (default) - * renderTo: Ext.getBody(), // usually rendered by it's containing component - * items: [{ - * xtype: 'menucheckitem', - * text: 'select all' - * },{ - * xtype: 'menucheckitem', - * text: 'select specific' - * },{ - * iconCls: 'add16', - * text: 'icon item' - * },{ - * text: 'regular item' - * }] - * }); - */ -Ext.define('Ext.menu.CheckItem', { - extend: 'Ext.menu.Item', - alias: 'widget.menucheckitem', - /** - * @cfg {Boolean} [checked=false] - * True to render the menuitem initially checked. - */ - /** - * @cfg {Function/String} checkHandler - * Alternative for the {@link #checkchange} event. Gets called with the same parameters. - * @declarativeHandler - */ - /** - * @cfg {Object} scope - * Scope for the {@link #checkHandler} callback. - */ - /** - * @cfg {String} group - * Name of a radio group that the item belongs. - * - * Specifying this option will turn check item into a radio item. - * - * Note that the group name must be globally unique. - */ - /** - * @cfg {String} checkedCls - * The CSS class used by {@link #cls} to show the checked state. - * Defaults to `Ext.baseCSSPrefix + 'menu-item-checked'`. - */ - checkedCls: Ext.baseCSSPrefix + 'menu-item-checked', - /** - * @cfg {String} uncheckedCls - * The CSS class used by {@link #cls} to show the unchecked state. - * Defaults to `Ext.baseCSSPrefix + 'menu-item-unchecked'`. - */ - uncheckedCls: Ext.baseCSSPrefix + 'menu-item-unchecked', - /** - * @cfg {String} groupCls - * The CSS class applied to this item's icon image to denote being a part of a radio group. - * Defaults to `Ext.baseCSSClass + 'menu-group-icon'`. - * Any specified {@link #iconCls} overrides this. - */ - groupCls: Ext.baseCSSPrefix + 'menu-group-icon', - /** - * @cfg {Boolean} [hideOnClick=false] - * Whether to not to hide the owning menu when this item is clicked. - * Defaults to `false` for checkbox items, and to `true` for radio group items. - */ - hideOnClick: false, - /** - * @cfg {Boolean} [checkChangeDisabled=false] - * True to prevent the checked item from being toggled. Any submenu will still be accessible. - */ - checkChangeDisabled: false, - // - /** - * @cfg {String} submenuText Text to be announced by screen readers when a check item - * submenu is focused. - */ - submenuText: '{0} submenu', - // - ariaRole: 'menuitemcheckbox', - childEls: [ - 'checkEl' - ], - showCheckbox: true, - isMenuCheckItem: true, - checkboxCls: Ext.baseCSSPrefix + 'menu-item-checkbox', - /** - * @event beforecheckchange - * Fires before a change event. Return false to cancel. - * @param {Ext.menu.CheckItem} this - * @param {Boolean} checked - */ - /** - * @event checkchange - * Fires after a change event. - * @param {Ext.menu.CheckItem} this - * @param {Boolean} checked - */ - initComponent: function() { - var me = this; - // coerce to bool straight away - me.checked = !!me.checked; - me.callParent(arguments); - if (me.group) { - Ext.menu.Manager.registerCheckable(me); - if (me.initialConfig.hideOnClick !== false) { - me.hideOnClick = true; - } - } - }, - beforeRender: function() { - var me = this, - ariaAttr; - me.callParent(); - Ext.apply(me.renderData, { - checkboxCls: me.checkboxCls, - showCheckbox: me.showCheckbox - }); - ariaAttr = (me.ariaRenderAttributes || (me.ariaRenderAttributes = {})); - ariaAttr['aria-checked'] = me.menu ? 'mixed' : me.checked; - // For some reason JAWS will not announce that a check item has a submenu - // so users will get no indication whatsoever, unless we set the label. - if (me.menu) { - ariaAttr['aria-label'] = Ext.String.formatEncode(me.submenuText, me.text); - } - }, - afterRender: function() { - var me = this; - me.callParent(); - me.checked = !me.checked; - me.setChecked(!me.checked, true); - if (me.checkChangeDisabled) { - me.disableCheckChange(); - } - // For reasons unknown, clicking a div inside anchor element might cause - // the anchor to be blurred in Firefox. We can't allow this to happen - // because blurring will cause focusleave which will hide the menu - // before click event fires. See https://sencha.jira.com/browse/EXTJS-18882 - if (Ext.isGecko && me.checkEl) { - me.checkEl.on('mousedown', me.onMouseDownCheck); - } - }, - /** - * Disables just the checkbox functionality of this menu Item. If this menu item has a submenu, that submenu - * will still be accessible - */ - disableCheckChange: function() { - var me = this, - checkEl = me.checkEl; - if (checkEl) { - checkEl.addCls(me.disabledCls); - } - // In some cases the checkbox will disappear until repainted, see: EXTJSIV-6412 - if (Ext.isIE8 && me.rendered) { - me.el.repaint(); - } - me.checkChangeDisabled = true; - }, - /** - * Re-enables the checkbox functionality of this menu item after having been - * disabled by {@link #disableCheckChange} - */ - enableCheckChange: function() { - var me = this, - checkEl = me.checkEl; - if (checkEl) { - checkEl.removeCls(me.disabledCls); - } - me.checkChangeDisabled = false; - }, - onMouseDownCheck: function(e) { - e.preventDefault(); - }, - onClick: function(e) { - var me = this; - // If pointer type is touch, we should only toggle check status if there's no submenu or they tapped in the checkEl - // This is because there's no hover to invoke the submenu on touch devices, so a tap is needed to show it. That tap - // should not toggle unless it's on the checkbox. - if (!(me.disabled || me.checkChangeDisabled || me.checked && me.group || me.menu && "touch" === e.pointerType && !me.checkEl.contains(e.target))) { - me.setChecked(!me.checked); - // Clicked using SPACE or ENTER just un-checks. - // RightArrow to invoke any submenu - if (e.type === 'keydown' && me.menu) { - return false; - } - } - this.callParent([ - e - ]); - }, - onDestroy: function() { - Ext.menu.Manager.unregisterCheckable(this); - this.callParent(arguments); - }, - setText: function(text) { - var me = this, - ariaDom = me.ariaEl.dom; - me.callParent([ - text - ]); - if (ariaDom && me.menu) { - ariaDom.setAttribute('aria-label', Ext.String.formatEncode(me.submenuText, text)); - } - }, - /** - * Sets the checked state of the item - * @param {Boolean} checked True to check, false to un-check - * @param {Boolean} [suppressEvents=false] True to prevent firing the checkchange events. - */ - setChecked: function(checked, suppressEvents) { - var me = this, - checkedCls = me.checkedCls, - uncheckedCls = me.uncheckedCls, - el = me.el, - ariaDom = me.ariaEl.dom; - if (me.checked !== checked && (suppressEvents || me.fireEvent('beforecheckchange', me, checked) !== false)) { - if (el) { - if (checked) { - el.addCls(checkedCls); - el.removeCls(uncheckedCls); - } else { - el.addCls(uncheckedCls); - el.removeCls(checkedCls); - } - } - if (ariaDom) { - ariaDom.setAttribute('aria-checked', me.menu ? 'mixed' : !!checked); - } - me.checked = checked; - Ext.menu.Manager.onCheckChange(me, checked); - if (!suppressEvents) { - Ext.callback(me.checkHandler, me.scope, [ - me, - checked - ], 0, me); - me.fireEvent('checkchange', me, checked); - } - } - } -}); - -/** - * Adds a separator bar to a menu, used to divide logical groups of menu items. Generally you will - * add one of these by using "-" in your call to add() or in your items config rather than creating one directly. - * - * @example - * Ext.create('Ext.menu.Menu', { - * width: 100, - * height: 100, - * floating: false, // usually you want this set to True (default) - * renderTo: Ext.getBody(), // usually rendered by it's containing component - * items: [{ - * text: 'icon item', - * iconCls: 'add16' - * },{ - * xtype: 'menuseparator' - * },{ - * text: 'separator above' - * },{ - * text: 'regular item' - * }] - * }); - */ -Ext.define('Ext.menu.Separator', { - extend: 'Ext.menu.Item', - alias: 'widget.menuseparator', - focusable: false, - /** - * @cfg {String} activeCls - * @private - */ - /** - * @cfg {Boolean} canActivate - * @private - */ - canActivate: false, - /** - * @cfg {Boolean} clickHideDelay - * @private - */ - /** - * @cfg {Boolean} destroyMenu - * @private - */ - /** - * @cfg {Boolean} disabledCls - * @private - */ - /** - * @cfg {String} href - * @private - */ - /** - * @cfg {String} hrefTarget - * @private - */ - /** - * @cfg {Boolean} hideOnClick - * @private - */ - hideOnClick: false, - /** - * @cfg {String} icon - * @private - */ - /** - * @cfg {String} iconCls - * @private - */ - /** - * @cfg {Object} menu - * @private - */ - /** - * @cfg {String} menuAlign - * @private - */ - /** - * @cfg {Number} menuExpandDelay - * @private - */ - /** - * @cfg {Number} menuHideDelay - * @private - */ - /** - * @cfg {Boolean} plain - * @private - */ - plain: true, - /** - * @cfg {String} separatorCls - * The CSS class used by the separator item to show the incised line. - */ - separatorCls: Ext.baseCSSPrefix + 'menu-item-separator', - /** - * @cfg {String} text - * @private - */ - text: ' ', - ariaRole: 'separator', - beforeRender: function() { - this.addCls(this.separatorCls); - this.callParent(); - } -}); - -/** - * A menu object. This is the container to which you may add {@link Ext.menu.Item menu items}. - * - * Menus may contain either {@link Ext.menu.Item menu items}, or general {@link Ext.Component Components}. - * Menus may also contain {@link Ext.panel.Panel#dockedItems docked items} because it extends {@link Ext.panel.Panel}. - * - * By default, non {@link Ext.menu.Item menu items} are indented so that they line up with the text of menu items. clearing - * the icon column. To make a contained general {@link Ext.Component Component} left aligned configure the child - * Component with `indent: false. - * - * By default, Menus are absolutely positioned, floating Components. By configuring a - * Menu with `{@link #cfg-floating}: false`, a Menu may be used as a child of a - * {@link Ext.container.Container Container}. - * - * @example - * Ext.create('Ext.menu.Menu', { - * width: 100, - * margin: '0 0 10 0', - * floating: false, // usually you want this set to True (default) - * renderTo: Ext.getBody(), // usually rendered by it's containing component - * items: [{ - * text: 'regular item 1' - * },{ - * text: 'regular item 2' - * },{ - * text: 'regular item 3' - * }] - * }); - * - * Ext.create('Ext.menu.Menu', { - * width: 100, - * plain: true, - * floating: false, // usually you want this set to True (default) - * renderTo: Ext.getBody(), // usually rendered by it's containing component - * items: [{ - * text: 'plain item 1' - * },{ - * text: 'plain item 2' - * },{ - * text: 'plain item 3' - * }] - * }); - */ -Ext.define('Ext.menu.Menu', { - extend: 'Ext.panel.Panel', - alias: 'widget.menu', - requires: [ - 'Ext.layout.container.VBox', - 'Ext.menu.CheckItem', - 'Ext.menu.Item', - 'Ext.menu.Manager', - 'Ext.menu.Separator' - ], - mixins: [ - 'Ext.util.FocusableContainer' - ], - /** - * @property {Ext.menu.Menu} parentMenu - * The parent Menu of this Menu. - */ - /** - * @cfg {Boolean} [enableKeyNav=true] - * @deprecated 5.1.0 Intra-menu key navigation is always enabled. - */ - enableKeyNav: true, - /** - * @cfg {Boolean} [allowOtherMenus=false] - * True to allow multiple menus to be displayed at the same time. - */ - allowOtherMenus: false, - /** - * @cfg {String} ariaRole - * @private - */ - ariaRole: 'menu', - /** - * @cfg {Boolean} autoRender - * Floating is true, so autoRender always happens. - * @private - */ - /** - * @cfg {Boolean} [floating=true] - * A Menu configured as `floating: true` (the default) will be rendered as an - * absolutely positioned, - * {@link Ext.Component#cfg-floating floating} {@link Ext.Component Component}. If - * configured as `floating: false`, the Menu may be used as a child item of another - * {@link Ext.container.Container Container}. - */ - floating: true, - /** - * @cfg {Boolean} constrain - * Menus are constrained to the document body by default. - * @private - */ - constrain: true, - /** - * @cfg {Boolean} [hidden] - * True to initially render the Menu as hidden, requiring to be shown manually. - * - * Defaults to `true` when `floating: true`, and defaults to `false` when `floating: false`. - */ - hidden: true, - hideMode: 'visibility', - /** - * @cfg {Boolean} [ignoreParentClicks=false] - * True to ignore clicks on any item in this menu that is a parent item (displays a submenu) - * so that the submenu is not dismissed when clicking the parent item. - */ - ignoreParentClicks: false, - /** - * @property {Boolean} isMenu - * `true` in this class to identify an object as an instantiated Menu, or subclass thereof. - */ - isMenu: true, - /** - * @cfg {Ext.enums.Layout/Object} layout - * @private - */ - /** - * @cfg {Boolean} [showSeparator=true] - * True to show the icon separator. - */ - showSeparator: true, - /** - * @cfg {Number} [minWidth=120] - * The minimum width of the Menu. The default minWidth only applies when the - * {@link #cfg-floating} config is true. - */ - minWidth: undefined, - defaultMinWidth: 120, - /** - * @cfg {String} [defaultAlign="tl-bl?"] - * The default {@link Ext.util.Positionable#getAlignToXY Ext.dom.Element#getAlignToXY} anchor position value for this menu - * relative to its owner. Used in conjunction with {@link #showBy}. - */ - defaultAlign: 'tl-bl?', - /** - * @cfg {Boolean} [plain=false] - * True to remove the incised line down the left side of the menu and to not indent general Component items. - * - * {@link Ext.menu.Item MenuItem}s will *always* have space at their start for an icon. With the `plain` setting, - * non {@link Ext.menu.Item MenuItem} child components will not be indented to line up. - * - * Basically, `plain:true` makes a Menu behave more like a regular {@link Ext.layout.container.HBox HBox layout} - * {@link Ext.panel.Panel Panel} which just has the same background as a Menu. - * - * See also the {@link #showSeparator} config. - */ - focusOnToFront: false, - bringParentToFront: false, - defaultFocus: ':focusable', - /** - * @private - */ - menuClickBuffer: 0, - baseCls: Ext.baseCSSPrefix + 'menu', - _iconSeparatorCls: Ext.baseCSSPrefix + 'menu-icon-separator', - _itemCmpCls: Ext.baseCSSPrefix + 'menu-item-cmp', - /** - * @event click - * Fires when this menu is clicked - * @param {Ext.menu.Menu} menu The menu which has been clicked - * @param {Ext.Component} item The menu item that was clicked. `undefined` if not applicable. - * @param {Ext.event.Event} e The underlying {@link Ext.event.Event}. - */ - /** - * @event mouseenter - * Fires when the mouse enters this menu - * @param {Ext.menu.Menu} menu The menu - * @param {Ext.event.Event} e The underlying {@link Ext.event.Event} - */ - /** - * @event mouseleave - * Fires when the mouse leaves this menu - * @param {Ext.menu.Menu} menu The menu - * @param {Ext.event.Event} e The underlying {@link Ext.event.Event} - */ - /** - * @event mouseover - * Fires when the mouse is hovering over this menu - * @param {Ext.menu.Menu} menu The menu - * @param {Ext.Component} item The menu item that the mouse is over. `undefined` if not applicable. - * @param {Ext.event.Event} e The underlying {@link Ext.event.Event} - */ - layout: { - type: 'vbox', - align: 'stretchmax', - overflowHandler: 'Scroller' - }, - initComponent: function() { - var me = this, - cls = [ - Ext.baseCSSPrefix + 'menu' - ], - bodyCls = me.bodyCls ? [ - me.bodyCls - ] : [], - isFloating = me.floating !== false, - listeners = { - element: 'el', - click: me.onClick, - mouseover: me.onMouseOver, - scope: me - }; - if (Ext.supports.Touch) { - listeners.pointerdown = me.onMouseOver; - } - me.on(listeners); - me.on({ - beforeshow: me.onBeforeShow, - scope: me - }); - // Menu classes - if (me.plain) { - cls.push(Ext.baseCSSPrefix + 'menu-plain'); - } - me.cls = cls.join(' '); - // Menu body classes - bodyCls.push(Ext.baseCSSPrefix + 'menu-body', Ext.dom.Element.unselectableCls); - me.bodyCls = bodyCls.join(' '); - if (isFloating) { - // only apply the minWidth when we're floating & one hasn't already been set - if (me.minWidth === undefined) { - me.minWidth = me.defaultMinWidth; - } - } else { - // hidden defaults to false if floating is configured as false - me.hidden = !!me.initialConfig.hidden; - me.constrain = false; - } - me.callParent(arguments); - // Configure items prior to render with special classes to align - // non MenuItem child components with their MenuItem siblings. - Ext.override(me.getLayout(), { - configureItem: me.configureItem - }); - }, - // Private implementation for Menus. They are a special case, in that in the vast majority - // (nearly all?) of use cases they shouldn't be constrained to anything other than the viewport. - // See EXTJS-13596. - /** - * @private - */ - initFloatConstrain: Ext.emptyFn, - getInherited: function() { - // As menus are never contained, a Menu's visibility only ever depends upon its own hidden state. - // Ignore hiddenness from the ancestor hierarchy, override it with local hidden state. - var result = this.callParent(); - result.hidden = this.hidden; - return result; - }, - beforeRender: function() { - var me = this; - me.callParent(arguments); - // Menus are usually floating: true, which means they shrink wrap their items. - // However, when they are contained, and not auto sized, we must stretch the items. - if (!me.getSizeModel().width.shrinkWrap) { - me.layout.align = 'stretch'; - } - if (me.floating) { - me.ariaRenderAttributes = me.ariaRenderAttributes || {}; - me.ariaRenderAttributes['aria-expanded'] = !!me.autoShow; - } - }, - onBoxReady: function() { - var me = this, - iconSeparatorCls = me._iconSeparatorCls, - keyNav = me.focusableKeyNav; - // Keyboard handling can be disabled, e.g. by the DatePicker menu - // or the Date filter menu constructed by the Grid - if (keyNav) { - keyNav.map.processEventScope = me; - keyNav.map.processEvent = function(e) { - // ESC may be from input fields, and FocusableContainers ignore keys from - // input fields. We do not want to ignore ESC. ESC hide menus. - if (e.keyCode === e.ESC) { - e.target = this.el.dom; - } - return e; - }; - // Handle ESC key - keyNav.map.addBinding([ - { - key: Ext.event.Event.ESC, - handler: me.onEscapeKey, - scope: me - }, - // Handle character shortcuts - { - key: /[\w]/, - handler: me.onShortcutKey, - scope: me, - shift: false, - ctrl: false, - alt: false - } - ]); - } else { - // Even when FocusableContainer key event processing is disabled, - // we still need to handle the Escape key! - me.escapeKeyNav = new Ext.util.KeyNav(me.el, { - eventName: 'keydown', - scope: me, - esc: me.onEscapeKey - }); - } - me.callParent(arguments); - // TODO: Move this to a subTemplate When we support them in the future - if (me.showSeparator) { - me.iconSepEl = me.body.insertFirst({ - role: 'presentation', - cls: iconSeparatorCls + ' ' + iconSeparatorCls + '-' + me.ui, - html: ' ' - }); - } - // Modern IE browsers have click events translated to PointerEvents, and b/c of this the - // event isn't being canceled like it needs to be. So, we need to add an extra listener. - if (Ext.supports.MSPointerEvents || Ext.supports.PointerEvents) { - me.el.on({ - scope: me, - click: me.preventClick, - translate: false - }); - } - me.mouseMonitor = me.el.monitorMouseLeave(100, me.onMouseLeave, me); - }, - onFocusLeave: function(e) { - var me = this; - me.callParent([ - e - ]); - me.mixins.focusablecontainer.onFocusLeave.call(me, e); - if (me.floating) { - me.hide(); - } - }, - /** - * @param {Ext.Component} item The child item to test for focusability. - * Returns whether a menu item can be activated or not. - * @return {Boolean} `true` if the passed item is focusable. - */ - canActivateItem: function(item) { - return item && item.isFocusable(); - }, - /** - * Deactivates the current active item on the menu, if one exists. - */ - deactivateActiveItem: function() { - var me = this, - activeItem = me.lastFocusedChild; - if (activeItem) { - activeItem.blur(); - } - }, - /** - * @private - */ - getItemFromEvent: function(e) { - var me = this, - renderTarget = me.layout.getRenderTarget().dom, - toEl = e.getTarget(); - // See which top level element the event is in and find its owning Component. - while (toEl.parentNode !== renderTarget) { - toEl = toEl.parentNode; - if (!toEl) { - return; - } - } - return Ext.getCmp(toEl.id); - }, - lookupComponent: function(cmp) { - var me = this; - if (typeof cmp === 'string') { - cmp = me.lookupItemFromString(cmp); - } else if (Ext.isObject(cmp)) { - cmp = me.lookupItemFromObject(cmp); - } - // Apply our minWidth to all of our non-docked child components (Menu extends Panel) - // so it's accounted for in our VBox layout - if (!cmp.dock) { - cmp.minWidth = cmp.minWidth || me.minWidth; - } - return cmp; - }, - /** - * @private - */ - lookupItemFromObject: function(cmp) { - var me = this; - if (!cmp.isComponent) { - if (!cmp.xtype) { - cmp = Ext.create('Ext.menu.' + (Ext.isBoolean(cmp.checked) ? 'Check' : '') + 'Item', cmp); - } else { - cmp = Ext.ComponentManager.create(cmp, cmp.xtype); - } - } - if (cmp.isMenuItem) { - cmp.parentMenu = me; - } - return cmp; - }, - /** - * @private - */ - lookupItemFromString: function(cmp) { - return (cmp === 'separator' || cmp === '-') ? new Ext.menu.Separator() : new Ext.menu.Item({ - canActivate: false, - hideOnClick: false, - plain: true, - text: cmp - }); - }, - // Override applied to the Menu's layout. Runs in the context of the layout. - // Add special classes to allow non MenuItem components to coexist with MenuItems. - // If there is only *one* child, then this Menu is just a vehicle for floating - // and aligning the component, so do not do this. - configureItem: function(cmp) { - var me = this.owner, - prefix = Ext.baseCSSPrefix, - ui = me.ui, - cls, cmpCls; - if (cmp.isMenuItem) { - cmp.setUI(ui); - } else if (me.items.getCount() > 1 && !cmp.rendered && !cmp.dock) { - cmpCls = me._itemCmpCls; - cls = [ - cmpCls + ' ' + cmpCls + '-' + ui - ]; - // The "plain" setting means that the menu does not look so much like a menu. It's more like a grey Panel. - // So it has no vertical separator. - // Plain menus also will not indent non MenuItem components; there is nothing to indent them to the right of. - if (!me.plain && (cmp.indent !== false || cmp.iconCls === 'no-icon')) { - cls.push(prefix + 'menu-item-indent-' + ui); - } - if (cmp.rendered) { - cmp.el.addCls(cls); - } else { - cmp.cls = (cmp.cls || '') + ' ' + cls.join(' '); - } - // So we can clean the item if it gets removed. - cmp.$extraMenuCls = cls; - } - // @noOptimize.callParent - this.callParent(arguments); - }, - onRemove: function(cmp) { - this.callParent([ - cmp - ]); - // Remove any extra classes we added to non-MenuItem child items - if (!cmp.destroyed && cmp.$extraMenuCls) { - cmp.el.removeCls(cmp.$extraMenuCls); - } - }, - onClick: function(e) { - var me = this, - type = e.type, - item, clickResult, - iskeyEvent = type === 'keydown'; - if (me.disabled) { - e.stopEvent(); - return; - } - item = me.getItemFromEvent(e); - if (item && item.isMenuItem) { - if (!item.menu || !me.ignoreParentClicks) { - clickResult = item.onClick(e); - } else { - e.stopEvent(); - } - // SPACE and ENTER invokes the menu - if (item.menu && clickResult !== false && iskeyEvent) { - item.expandMenu(e, 0); - } - } - // Click event may be fired without an item, so we need a second check - if (!item || item.disabled) { - item = undefined; - } - me.fireEvent('click', me, item, e); - }, - onDestroy: function() { - var me = this; - if (me.escapeKeyNav) { - me.escapeKeyNav.destroy(); - } - me.parentMenu = me.ownerCmp = me.escapeKeyNav = null; - if (me.rendered) { - me.el.un(me.mouseMonitor); - Ext.destroy(me.iconSepEl); - } - // Menu can be destroyed while shown; - // we should notify the Manager - Ext.menu.Manager.onHide(me); - me.callParent(arguments); - }, - onMouseLeave: function(e) { - if (this.disabled) { - return; - } - this.fireEvent('mouseleave', this, e); - }, - onMouseOver: function(e) { - var me = this, - fromEl = e.getRelatedTarget(), - mouseEnter = !me.el.contains(fromEl), - item = me.getItemFromEvent(e), - parentMenu = me.parentMenu, - ownerCmp = me.ownerCmp; - if (mouseEnter && parentMenu) { - parentMenu.setActiveItem(ownerCmp); - ownerCmp.cancelDeferHide(); - parentMenu.mouseMonitor.mouseenter(); - } - if (me.disabled) { - return; - } - // Do not activate the item if the mouseover was within the item, and it's already active - if (item) { - if (!item.containsFocus) { - item.focus(); - } - if (item.expandMenu) { - item.expandMenu(e); - } - } - if (mouseEnter) { - me.fireEvent('mouseenter', me, e); - } - me.fireEvent('mouseover', me, item, e); - }, - setActiveItem: function(item) { - var me = this; - if (item && (item !== me.lastFocusedChild)) { - me.focusChild(item, 1); - } - }, - // Focusing will scroll the item into view. - onEscapeKey: function() { - if (this.floating) { - this.hide(); - } - }, - onShortcutKey: function(keyCode, e) { - var shortcutChar = String.fromCharCode(e.getCharCode()), - items = this.query('>[text]'), - len = items.length, - item = this.lastFocusedChild, - focusIndex = Ext.Array.indexOf(items, item), - i = focusIndex; - // Loop through all items which have a text property starting at the one after the current focus. - for (; ; ) { - if (++i === len) { - i = 0; - } - item = items[i]; - // Looped back to start - no matches - if (i === focusIndex) { - return; - } - // Found a text match - if (item.text && item.text[0].toUpperCase() === shortcutChar) { - item.focus(); - return; - } - } - }, - // Tabbing in a floating menu must hide, but not move focus. - // onHide takes care of moving focus back to an owner Component. - onFocusableContainerTabKey: function(e) { - if (this.floating) { - this.hide(); - } - }, - onFocusableContainerEnterKey: function(e) { - this.onClick(e); - }, - onFocusableContainerSpaceKey: function(e) { - this.onClick(e); - }, - onFocusableContainerLeftKey: function(e) { - // The default action is to scroll the nearest horizontally scrollable container - e.preventDefault(); - // If we are a submenu, then left arrow focuses the owning MenuItem - if (this.parentMenu) { - this.ownerCmp.focus(); - this.hide(); - } - }, - onFocusableContainerRightKey: function(e) { - var me = this, - focusItem = me.lastFocusedChild; - // See above - e.preventDefault(); - if (focusItem && focusItem.expandMenu) { - focusItem.expandMenu(e, 0); - } - }, - onBeforeShow: function() { - // Do not allow show immediately after a hide - if (Ext.Date.getElapsed(this.lastHide) < this.menuClickBuffer) { - return false; - } - }, - beforeShow: function() { - var me = this, - parent, activeEl, viewHeight; - // Constrain the height to the containing element's viewable area - if (me.floating) { - parent = me.hasFloatMenuParent(); - if (!parent && !me.allowOtherMenus) { - Ext.menu.Manager.hideAll(); - } - // Only register a focusAnchor to return to on hide if the active element - // is not the document; if we have a floating parent menu, use its focusAnchor. - // If there's no focusAnchor, we return to the ownerCmp, or first focusable ancestor. - if (parent) { - me.focusAnchor = parent.focusAnchor; - } else { - activeEl = Ext.Element.getActiveElement(); - // IE8 sometimes allow node to focus - if (activeEl === document.body || activeEl === document.documentElement) { - me.focusAnchor = null; - } else { - me.focusAnchor = activeEl; - } - } - me.savedMaxHeight = me.maxHeight; - viewHeight = me.container.getViewSize().height; - me.maxHeight = Math.min(me.maxHeight || viewHeight, viewHeight); - } - me.callParent(arguments); - }, - afterShow: function() { - var me = this, - ariaDom = me.ariaEl.dom; - me.callParent(arguments); - Ext.menu.Manager.onShow(me); - if (me.floating && ariaDom) { - ariaDom.setAttribute('aria-expanded', true); - } - // Restore configured maxHeight - if (me.floating && me.autoFocus) { - me.maxHeight = me.savedMaxHeight; - me.focus(); - } - }, - onHide: function(animateTarget, cb, scope) { - var me = this, - ariaDom = me.ariaEl.dom, - focusTarget; - // If we contain focus just before element hide, move it elsewhere before hiding - if (me.el.contains(Ext.Element.getActiveElement())) { - // focusAnchor was the active element before this menu was shown. - focusTarget = me.focusAnchor || me.ownerCmp || me.up(':focusable'); - // Component hide processing will focus the "previousFocus" element. - if (focusTarget) { - me.previousFocus = focusTarget; - } - } - me.callParent([ - animateTarget, - cb, - scope - ]); - me.lastHide = Ext.Date.now(); - Ext.menu.Manager.onHide(me); - if (me.floating && ariaDom) { - ariaDom.setAttribute('aria-expanded', false); - } - }, - preventClick: function(e) { - var item = this.getItemFromEvent(e); - if (item && item.isMenuItem && !item.href) { - e.preventDefault(); - } - }, - privates: { - hasFloatMenuParent: function() { - return this.parentMenu || this.up('menu[floating=true]'); - }, - setOwnerCmp: function(comp, instanced) { - var me = this; - me.parentMenu = comp.isMenuItem ? comp : null; - me.ownerCmp = comp; - me.registerWithOwnerCt(); - delete me.hierarchicallyHidden; - me.onInheritedAdd(comp, instanced); - me.containerOnAdded(comp, instanced); - } - } -}); - -/** - * Abstract base class for filter implementations. - */ -Ext.define('Ext.grid.filters.filter.Base', { - mixins: [ - 'Ext.mixin.Factoryable' - ], - factoryConfig: { - type: 'grid.filter' - }, - $configPrefixed: false, - $configStrict: false, - config: { - /** - * @cfg {Object} [itemDefaults] - * The default configuration options for any menu items created by this filter. - * - * Example usage: - * - * itemDefaults: { - * width: 150 - * }, - */ - itemDefaults: null, - menuDefaults: { - xtype: 'menu' - }, - /** - * @cfg {Number} updateBuffer - * Number of milliseconds to wait after user interaction to fire an update. Only supported - * by filters: 'list', 'numeric', and 'string'. - */ - updateBuffer: 500 - }, - /** - * @property {Boolean} active - * True if this filter is active. Use setActive() to alter after configuration. If - * you set a value, the filter will be actived automatically. - */ - /** - * @cfg {Boolean} active - * Indicates the initial status of the filter (defaults to false). - */ - active: false, - /** - * @property {String} type - * The filter type. Used by the filters.Feature class when adding filters and applying state. - */ - type: 'string', - /** - * @cfg {String} dataIndex - * The {@link Ext.data.Store} dataIndex of the field this filter represents. - * The dataIndex does not actually have to exist in the store. - */ - dataIndex: null, - /** - * @property {Ext.menu.Menu} menu - * The filter configuration menu that will be installed into the filter submenu of a column menu. - */ - menu: null, - isGridFilter: true, - defaultRoot: 'data', - /** - * The prefix for id's used to track stateful Store filters. - * @private - */ - filterIdPrefix: Ext.baseCSSPrefix + 'gridfilter', - /** - * @event activate - * Fires when an inactive filter becomes active - * @param {Ext.grid.filters.Filters} this - */ - /** - * @event deactivate - * Fires when an active filter becomes inactive - * @param {Ext.grid.filters.Filters} this - */ - /** - * @event update - * Fires when a filter configuration has changed - * @param {Ext.grid.filters.Filters} this The filter object. - */ - /** - * Initializes the filter given its configuration. - * @param {Object} config - */ - constructor: function(config) { - var me = this, - column; - me.initConfig(config); - column = me.column; - column.on('destroy', me.destroy, me); - me.dataIndex = me.dataIndex || column.dataIndex; - me.task = new Ext.util.DelayedTask(me.setValue, me); - }, - /** - * Destroys this filter by purging any event listeners, and removing any menus. - */ - destroy: function() { - this.grid = this.menu = Ext.destroy(this.menu); - this.callParent(); - }, - addStoreFilter: function(filter) { - this.getGridStore().getFilters().add(filter); - }, - createFilter: function(config, key) { - return new Ext.util.Filter(this.getFilterConfig(config, key)); - }, - // Note that some derived classes may need to do specific processing and will have its own version of this method - // before calling parent (see the List filter). - getFilterConfig: function(config, key) { - config.id = this.getBaseIdPrefix(); - if (!config.property) { - config.property = this.dataIndex; - } - if (!config.root) { - config.root = this.defaultRoot; - } - if (key) { - config.id += '-' + key; - } - return config; - }, - /** - * @private - * Creates the Menu for this filter. - * @param {Object} config Filter configuration - * @return {Ext.menu.Menu} - */ - createMenu: function() { - this.menu = Ext.widget(this.getMenuConfig()); - }, - getActiveState: function(config, value) { - // An `active` config must take precedence over a `value` config. - var active = config.active; - return (active !== undefined) ? active : value !== undefined; - }, - getBaseIdPrefix: function() { - return this.filterIdPrefix + '-' + this.dataIndex; - }, - getMenuConfig: function() { - return Ext.apply({}, this.getMenuDefaults()); - }, - getGridStore: function() { - return this.grid.getStore(); - }, - getStoreFilter: function(key) { - var id = this.getBaseIdPrefix(); - if (key) { - id += '-' + key; - } - return this.getGridStore().getFilters().get(id); - }, - /** - * @private - * Handler method called when there is a significant event on an input item. - */ - onValueChange: function(field, e) { - var me = this, - updateBuffer = me.updateBuffer; - if (!field.isFormField) { - Ext.raise('`field` should be a form field instance.'); - } - if (field.isValid()) { - if (e.getKey() === e.RETURN) { - me.menu.hide(); - return; - } - if (updateBuffer) { - me.task.delay(updateBuffer, null, null, [ - me.getValue(field) - ]); - } else { - me.setValue(me.getValue(field)); - } - } - }, - /** - * @private - * @method preprocess - * Template method to be implemented by all subclasses that need to perform - * any operations before the column filter has finished construction. - * @template - */ - preprocess: Ext.emptyFn, - removeStoreFilter: function(filter) { - this.getGridStore().getFilters().remove(filter); - }, - /** - * @private - * @method getValue - * Template method to be implemented by all subclasses that is to - * get and return the value of the filter. - * @return {Object} The 'serialized' form of this filter - * @template - */ - getValue: Ext.emptyFn, - /** - * @private - * @method setValue - * Template method to be implemented by all subclasses that is to - * set the value of the filter and fire the 'update' event. - * @param {Object} data The value to set the filter - * @template - */ - /** - * Sets the status of the filter and fires the appropriate events. - * @param {Boolean} active The new filter state. - * @param {String} key The filter key for columns that support multiple filters. - */ - setActive: function(active) { - var me = this, - menuItem = me.owner.activeFilterMenuItem, - filterCollection; - if (me.active !== active) { - me.active = active; - // The store filter will be updated, but we don't want to recreate the list store or the menu items in the - // onDataChanged listener so we need to set this flag. - me.preventDefault = true; - filterCollection = me.getGridStore().getFilters(); - filterCollection.beginUpdate(); - if (active) { - me.activate(); - } else { - me.deactivate(); - } - filterCollection.endUpdate(); - me.preventDefault = false; - // Make sure we update the 'Filters' menu item. - if (menuItem && menuItem.activeFilter === me) { - menuItem.setChecked(active); - } - me.setColumnActive(active); - } - }, - // TODO: fire activate/deactivate - setColumnActive: function(active) { - this.column[active ? 'addCls' : 'removeCls'](this.owner.filterCls); - }, - showMenu: function(menuItem) { - var me = this; - if (!me.menu) { - me.createMenu(); - } - menuItem.activeFilter = me; - menuItem.setMenu(me.menu, false); - menuItem.setChecked(me.active); - // Disable the menu if filter.disabled explicitly set to true. - menuItem.setDisabled(me.disabled === true); - me.activate(/*showingMenu*/ - true); - }, - updateStoreFilter: function() { - this.getGridStore().getFilters().notify('endupdate'); - } -}); - -/** - * This abstract base class is used by grid filters that have a single - * {@link Ext.data.Store#cfg-filters store filter}. - * @protected - */ -Ext.define('Ext.grid.filters.filter.SingleFilter', { - extend: 'Ext.grid.filters.filter.Base', - constructor: function(config) { - var me = this, - filter, value; - me.callParent([ - config - ]); - value = me.value; - filter = me.getStoreFilter(); - if (filter) { - // This filter was restored from stateful filters on the store so enforce it as active. - me.active = true; - } else { - // Once we've reached this block, we know that this grid filter doesn't have a stateful filter, so if our - // flag to begin saving future filter mutations is set we know that any configured filter must be nulled - // out or it will replace our stateful filter. - if (me.grid.stateful && me.getGridStore().saveStatefulFilters) { - value = undefined; - } - // TODO: What do we mean by value === null ? - me.active = me.getActiveState(config, value); - // Now we're acting on user configs so let's not futz with any assumed settings. - filter = me.createFilter({ - operator: me.operator, - value: value - }); - if (me.active) { - me.addStoreFilter(filter); - } - } - if (me.active) { - me.setColumnActive(true); - } - me.filter = filter; - }, - activate: function(showingMenu) { - if (showingMenu) { - this.activateMenu(); - } else { - this.addStoreFilter(this.filter); - } - }, - deactivate: function() { - this.removeStoreFilter(this.filter); - }, - getValue: function(field) { - return field.getValue(); - }, - onFilterRemove: function() { - // Filters can be removed at any time, even before a column filter's menu has been created (i.e., - // store.clearFilter()). - if (!this.menu || this.active) { - this.active = false; - } - } -}); - -/** - * The boolean grid filter allows you to create a filter selection that limits results - * to values matching true or false. The filter can be set programmatically or via - * user input with a configurable {@link Ext.form.field.Radio radio field} in the filter section - * of the column header. - * - * Boolean filters use unique radio group IDs, so you may utilize more than one. - * - * Example Boolean Filter Usage: - * - * @example - * var shows = Ext.create('Ext.data.Store', { - * fields: ['id','show', 'visible'], - * data: [ - * {id: 0, show: 'Battlestar Galactica', visible: true}, - * {id: 1, show: 'Doctor Who', visible: true}, - * {id: 2, show: 'Farscape', visible: false}, - * {id: 3, show: 'Firefly', visible: true}, - * {id: 4, show: 'Star Trek', visible: true}, - * {id: 5, show: 'Star Wars: Christmas Special', visible: false} - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * renderTo: Ext.getBody(), - * title: 'Sci-Fi Television', - * height: 250, - * width: 375, - * store: shows, - * plugins: 'gridfilters', - * columns: [{ - * dataIndex: 'id', - * text: 'ID', - * width: 50 - * },{ - * dataIndex: 'show', - * text: 'Show', - * flex: 1 - * },{ - * dataIndex: 'visible', - * text: 'Visibility', - * width: 125, - * filter: { - * type: 'boolean', - * value: 'true', - * yesText: 'True', - * noText: 'False' - * } - * }] - * }); - */ -Ext.define('Ext.grid.filters.filter.Boolean', { - extend: 'Ext.grid.filters.filter.SingleFilter', - alias: 'grid.filter.boolean', - type: 'boolean', - operator: '=', - /** - * @cfg {Boolean} defaultValue - * Set this to null if you do not want either option to be checked by default. Defaults to false. - */ - defaultValue: false, - // - /** - * @cfg {String} yesText - * Defaults to 'Yes'. - */ - yesText: 'Yes', - // - // - /** - * @cfg {String} noText - * Defaults to 'No'. - */ - noText: 'No', - // - updateBuffer: 0, - /** - * @private - * Template method that is to initialize the filter and install required menu items. - */ - createMenu: function(config) { - var me = this, - gId = Ext.id(), - listeners = { - scope: me, - click: me.onClick - }, - itemDefaults = me.getItemDefaults(); - me.callParent(arguments); - me.menu.add([ - Ext.apply({ - text: me.yesText, - filterKey: 1, - group: gId, - checked: !!me.defaultValue, - listeners: listeners - }, itemDefaults), - Ext.apply({ - text: me.noText, - filterKey: 0, - group: gId, - checked: !me.defaultValue, - listeners: listeners - }, itemDefaults) - ]); - }, - /** - * @private - */ - onClick: function(field) { - this.setValue(!!field.filterKey); - }, - /** - * @private - * Template method that is to set the value of the filter. - * @param {Object} value The value to set the filter. - */ - setValue: function(value) { - var me = this; - me.filter.setValue(value); - if (value !== undefined && me.active) { - me.value = value; - me.updateStoreFilter(); - } else { - me.setActive(true); - } - }, - // This is supposed to be just a stub. - activateMenu: Ext.emptyFn -}); - -/** - * This abstract base class is used by grid filters that have a three - * {@link Ext.data.Store#cfg-filters store filter}. - * @protected - */ -Ext.define('Ext.grid.filters.filter.TriFilter', { - extend: 'Ext.grid.filters.filter.Base', - /** - * @property {String[]} menuItems - * The items to be shown in this menu. Items are added to the menu - * according to their position within this array. - * Defaults to: - * menuItems : ['lt', 'gt', '-', 'eq'] - * @private - */ - menuItems: [ - 'lt', - 'gt', - '-', - 'eq' - ], - constructor: function(config) { - var me = this, - stateful = false, - filter = {}, - filterGt, filterLt, filterEq, value, operator; - me.callParent([ - config - ]); - value = me.value; - filterLt = me.getStoreFilter('lt'); - filterGt = me.getStoreFilter('gt'); - filterEq = me.getStoreFilter('eq'); - if (filterLt || filterGt || filterEq) { - // This filter was restored from stateful filters on the store so enforce it as active. - stateful = me.active = true; - if (filterLt) { - me.onStateRestore(filterLt); - } - if (filterGt) { - me.onStateRestore(filterGt); - } - if (filterEq) { - me.onStateRestore(filterEq); - } - } else { - // Once we've reached this block, we know that this grid filter doesn't have a stateful filter, so if our - // flag to begin saving future filter mutations is set we know that any configured filter must be nulled - // out or it will replace our stateful filter. - if (me.grid.stateful && me.getGridStore().saveStatefulFilters) { - value = undefined; - } - // TODO: What do we mean by value === null ? - me.active = me.getActiveState(config, value); - } - // Note that stateful filters will have already been gotten above. If not, or if all filters aren't stateful, we - // need to make sure that there is an actual filter instance created, with or without a value. - // - // Note use the alpha alias for the operators ('gt', 'lt', 'eq') so they map in Filters.onFilterRemove(). - filter.lt = filterLt || me.createFilter({ - operator: 'lt', - value: (!stateful && value && Ext.isDefined(value.lt)) ? value.lt : null - }, 'lt'); - filter.gt = filterGt || me.createFilter({ - operator: 'gt', - value: (!stateful && value && Ext.isDefined(value.gt)) ? value.gt : null - }, 'gt'); - filter.eq = filterEq || me.createFilter({ - operator: 'eq', - value: (!stateful && value && Ext.isDefined(value.eq)) ? value.eq : null - }, 'eq'); - me.filter = filter; - if (me.active) { - me.setColumnActive(true); - if (!stateful) { - for (operator in value) { - me.addStoreFilter(me.filter[operator]); - } - } - } - }, - // TODO: maybe call this.activate? - /** - * @private - * This method will be called when a column's menu trigger is clicked as well as when a filter is - * activated. Depending on the caller, the UI and the store will be synced. - */ - activate: function(showingMenu) { - var me = this, - filters = me.filter, - fields = me.fields, - filter, field, operator, value, isRootMenuItem; - if (me.preventFilterRemoval) { - return; - } - for (operator in filters) { - filter = filters[operator]; - field = fields[operator]; - value = filter.getValue(); - if (value || value === 0) { - field.setValue(value); - // Some types, such as Date, have additional menu check items in their Filter menu hierarchy. Others, such as Number, do not. - // Because of this, it is necessary to make sure that the direct menuitem ancestor of the fields is not the rootMenuItem (the - // "Filters" menu item), which has its checked state controlled elsewhere. - // - // In other words, if the ancestor is not the rootMenuItem, check it. - if (isRootMenuItem === undefined) { - isRootMenuItem = me.owner.activeFilterMenuItem === field.up('menuitem'); - } - if (!isRootMenuItem) { - field.up('menuitem').setChecked(true, /*suppressEvents*/ - true); - } - // Note that we only want to add store filters when they've been removed, which means that when Filter.showMenu() is called - // we DO NOT want to add a filter as they've already been added! - if (!showingMenu) { - me.addStoreFilter(filter); - } - } - } - }, - /** - * @private - * This method will be called when a filter is deactivated. The UI and the store will be synced. - */ - deactivate: function() { - var me = this, - filters = me.filter, - f, filter, value; - if (!me.countActiveFilters() || me.preventFilterRemoval) { - return; - } - me.preventFilterRemoval = true; - for (f in filters) { - filter = filters[f]; - value = filter.getValue(); - if (value || value === 0) { - me.removeStoreFilter(filter); - } - } - me.preventFilterRemoval = false; - }, - countActiveFilters: function() { - var filters = this.filter, - filterCollection = this.getGridStore().getFilters(), - prefix = this.getBaseIdPrefix(), - i = 0, - filter; - if (filterCollection.length) { - for (filter in filters) { - if (filterCollection.get(prefix + '-' + filter)) { - i++; - } - } - } - return i; - }, - onFilterRemove: function(operator) { - var me = this, - value; - // Filters can be removed at any time, even before a column filter's menu has been created (i.e., - // store.clearFilter()). So, only call setValue() if the menu has been created since that method - // assumes that menu fields exist. - if (!me.menu && me.countActiveFilters()) { - me.active = false; - } else if (me.menu) { - value = {}; - value[operator] = null; - me.setValue(value); - } - }, - onStateRestore: Ext.emptyFn, - setValue: function(value) { - var me = this, - filters = me.filter, - add = [], - remove = [], - active = false, - filterCollection = me.getGridStore().getFilters(), - field, filter, v, i, len, rLen, aLen; - if (me.preventFilterRemoval) { - return; - } - me.preventFilterRemoval = true; - if ('eq' in value) { - v = filters.lt.getValue(); - if (v || v === 0) { - remove.push(filters.lt); - } - v = filters.gt.getValue(); - if (v || v === 0) { - remove.push(filters.gt); - } - v = value.eq; - if (v || v === 0) { - add.push(filters.eq); - filters.eq.setValue(v); - } else { - remove.push(filters.eq); - } - } else { - v = filters.eq.getValue(); - if (v || v === 0) { - remove.push(filters.eq); - } - if ('lt' in value) { - v = value.lt; - if (v || v === 0) { - add.push(filters.lt); - filters.lt.setValue(v); - } else { - remove.push(filters.lt); - } - } - if ('gt' in value) { - v = value.gt; - if (v || v === 0) { - add.push(filters.gt); - filters.gt.setValue(v); - } else { - remove.push(filters.gt); - } - } - } - // Note that we don't want to update the filter collection unnecessarily, so we must know the - // current number of active filters that this TriFilter has +/- the number of filters we're - // adding and removing, respectively. This will determine the present active state of the - // TriFilter which we can use to not only help determine if the condition below should pass - // but (if it does) how the active state should then be updated. - rLen = remove.length; - aLen = add.length; - active = !!(me.countActiveFilters() + aLen - rLen); - if (rLen || aLen || active !== me.active) { - // Begin the update now because the update could also be triggered if #setActive is called. - // We must wrap all the calls that could change the filter collection. - filterCollection.beginUpdate(); - if (rLen) { - for (i = 0; i < rLen; i++) { - filter = remove[i]; - me.fields[filter.getOperator()].setValue(null); - filter.setValue(null); - me.removeStoreFilter(filter); - } - } - if (aLen) { - for (i = 0; i < aLen; i++) { - me.addStoreFilter(add[i]); - } - } - me.setActive(active); - filterCollection.endUpdate(); - } - me.preventFilterRemoval = false; - } -}); - -/** - * The date grid filter allows you to create a filter selection that limits results - * to values matching specific date constraints. The filter can be set programmatically or via - * user input with a configurable {@link Ext.picker.Date DatePicker menu} in the filter section - * of the column header. - * - * Example Date Filter Usage: - * - * @example - * var shows = Ext.create('Ext.data.Store', { - * fields: ['id','show', { - * name: 'airDate', - * type: 'date', - * dateFormat: 'Y-m-d' - * }], - * data: [ - * {id: 0, show: 'Battlestar Galactica', airDate: '1978-09-17'}, - * {id: 1, show: 'Doctor Who', airDate: '1963-11-23'}, - * {id: 2, show: 'Farscape', airDate: '1999-03-19'}, - * {id: 3, show: 'Firefly', airDate: '2002-12-20'}, - * {id: 4, show: 'Star Trek', airDate: '1966-09-08'}, - * {id: 5, show: 'Star Wars: Christmas Special', airDate: '1978-11-17'} - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * renderTo: Ext.getBody(), - * title: 'Sci-Fi Television', - * height: 250, - * width: 375, - * store: shows, - * plugins: 'gridfilters', - * columns: [{ - * dataIndex: 'id', - * text: 'ID', - * width: 50 - * },{ - * dataIndex: 'show', - * text: 'Show', - * flex: 1 - * },{ - * xtype: 'datecolumn', - * dataIndex: 'airDate', - * text: 'Original Air Date', - * width: 125, - * filter: { - * type: 'date', - * - * // optional picker config - * pickerDefaults: { - * // any DatePicker configs - * } - * } - * }] - * }); - */ -Ext.define('Ext.grid.filters.filter.Date', { - extend: 'Ext.grid.filters.filter.TriFilter', - alias: 'grid.filter.date', - uses: [ - 'Ext.picker.Date', - 'Ext.menu.DatePicker' - ], - type: 'date', - config: { - // - /** - * @cfg {Object} [fields] - * Configures field items individually. These properties override those defined - * by `{@link #itemDefaults}`. - * - * Example usage: - * fields: { - * gt: { // override fieldCfg options - * width: 200 - * } - * }, - */ - fields: { - lt: { - text: 'Before' - }, - gt: { - text: 'After' - }, - eq: { - text: 'On' - } - }, - // - /** - * @cfg {Object} pickerDefaults - * Configuration options for the date picker associated with each field. - */ - pickerDefaults: { - xtype: 'datepicker', - border: 0 - }, - updateBuffer: 0, - /** - * @cfg {String} dateFormat - * The date format to return when using getValue. - * Defaults to {@link Ext.Date#defaultFormat}. - */ - dateFormat: undefined - }, - itemDefaults: { - xtype: 'menucheckitem', - selectOnFocus: true, - width: 125, - menu: { - layout: 'auto', - plain: true - } - }, - /** - * @cfg {Date} maxDate - * Allowable date as passed to the Ext.DatePicker - * Defaults to undefined. - */ - /** - * @cfg {Date} minDate - * Allowable date as passed to the Ext.DatePicker - * Defaults to undefined. - */ - applyDateFormat: function(dateFormat) { - return dateFormat || Ext.Date.defaultFormat; - }, - /** - * @private - * Template method that is to initialize the filter and install required menu items. - */ - createMenu: function(config) { - var me = this, - listeners = { - scope: me, - checkchange: me.onCheckChange - }, - menuItems = me.menuItems, - fields, itemDefaults, pickerCfg, i, len, key, item, cfg, field; - me.callParent(arguments); - itemDefaults = me.getItemDefaults(); - fields = me.getFields(); - pickerCfg = Ext.apply({ - minDate: me.minDate, - maxDate: me.maxDate, - format: me.dateFormat, - listeners: { - scope: me, - select: me.onMenuSelect - } - }, me.getPickerDefaults()); - me.fields = {}; - for (i = 0 , len = menuItems.length; i < len; i++) { - key = menuItems[i]; - if (key !== '-') { - cfg = { - menu: { - xtype: 'datemenu', - hideOnClick: false, - pickerCfg: Ext.apply({ - itemId: key - }, pickerCfg) - } - }; - if (itemDefaults) { - Ext.merge(cfg, itemDefaults); - } - if (fields) { - Ext.merge(cfg, fields[key]); - } - item = me.menu.add(cfg); - // Date filter types need the field to be the datepicker in TriFilter.setValue(). - field = me.fields[key] = item.down('datepicker'); - field.filter = me.filter[key]; - field.filterKey = key; - item.on(listeners); - } else { - me.menu.add(key); - } - } - }, - /** - * Gets the menu picker associated with the passed field - * @param {String} item The field identifier ('lt', 'gt', 'eq') - * @return {Object} The menu picker - */ - getPicker: function(item) { - return this.fields[item]; - }, - /** - * @private - * Remove the filter from the store but don't update its value or the field UI. - */ - onCheckChange: function(field, checked) { - // Only do something if unchecked. If checked, it doesn't mean anything at this point since the column's store filter won't have - // any value (i.e., if a user checked this from an unchecked state, the corresponding field won't have a value for its filter). - var filter = field.down('datepicker').filter, - v; - // Only proceed if unchecked AND there's a filter value (i.e., there's something to do!). - if (!checked && filter.getValue()) { - // Normally we just want to remove the filter from the store, not also to null out the filter value. But, we want to call setValue() - // which will take care of unchecking the top-level menu item if it's been determined that Date* doesn't have any filters. - v = {}; - v[filter.getOperator()] = null; - this.setValue(v); - } - }, - onFilterRemove: function(operator) { - var v = {}; - v[operator] = null; - this.setValue(v); - this.fields[operator].up('menuitem').setChecked(false, /*suppressEvents*/ - true); - }, - onStateRestore: function(filter) { - filter.setSerializer(this.getSerializer()); - filter.setConvert(this.convertDateOnly); - }, - getFilterConfig: function(config, key) { - config = this.callParent([ - config, - key - ]); - config.serializer = this.getSerializer(); - config.convert = this.convertDateOnly; - return config; - }, - convertDateOnly: function(v) { - var result = null; - if (v) { - result = Ext.Date.clearTime(v, true).getTime(); - } - return result; - }, - getSerializer: function() { - var me = this; - return function(data) { - var value = data.value; - if (value) { - data.value = Ext.Date.format(value, me.getDateFormat()); - } - }; - }, - /** - * Handler for when the DatePicker for a field fires the 'select' event - * @param {Ext.picker.Date} picker - * @param {Object} date - */ - onMenuSelect: function(picker, date) { - var me = this, - fields = me.fields, - filters = me.filter, - field = fields[picker.itemId], - gt = fields.gt, - lt = fields.lt, - eq = fields.eq, - v = {}; - field.up('menuitem').setChecked(true, /*suppressEvents*/ - true); - if (field === eq) { - lt.up('menuitem').setChecked(false, true); - gt.up('menuitem').setChecked(false, true); - } else { - eq.up('menuitem').setChecked(false, true); - if (field === gt && (+lt.value < +date)) { - lt.up('menuitem').setChecked(false, true); - // Null so filter will be removed from store, but only if it currently has a value. - // The Trifilter uses the number of removed filters as one of the determinants to determine - // whether the gridfilter should be active, so don't push a value in unless it's changed. - if (filters.lt.getValue() != null) { - v.lt = null; - } - } else if (field === lt && (+gt.value > +date)) { - gt.up('menuitem').setChecked(false, true); - // Null so filter will be removed from store, but only if it currently has a value. - // The Trifilter uses the number of removed filters as one of the determinants to determine - // whether the gridfilter should be active, so don't push a value in unless it's changed. - if (filters.gt.getValue() != null) { - v.gt = null; - } - } - } - v[field.filterKey] = date; - me.setValue(v); - picker.up('menu').hide(); - } -}); - -/** - * The list grid filter allows you to create a filter selection that limits results - * to values matching an element in a list. The filter can be set programmatically or via - * user input with a configurable {@link Ext.form.field.Checkbox check box field} in the filter section - * of the column header. - * - * List filters are able to be preloaded/backed by an Ext.data.Store to load - * their options the first time they are shown. They are also able to create their own - * list of values from all unique values of the specified {@link #dataIndex} field in - * the store at first time of filter invocation. - * - * Example List Filter Usage: - * - * @example - * var shows = Ext.create('Ext.data.Store', { - * fields: ['id','show','rating'], - * data: [ - * {id: 0, show: 'Battlestar Galactica', rating: 2}, - * {id: 1, show: 'Doctor Who', rating: 4}, - * {id: 2, show: 'Farscape', rating: 3}, - * {id: 3, show: 'Firefly', rating: 4}, - * {id: 4, show: 'Star Trek', rating: 1}, - * {id: 5, show: 'Star Wars: Christmas Special', rating: 5} - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * renderTo: Ext.getBody(), - * title: 'Sci-Fi Television', - * height: 250, - * width: 350, - * store: shows, - * plugins: 'gridfilters', - * columns: [{ - * dataIndex: 'id', - * text: 'ID', - * width: 50 - * },{ - * dataIndex: 'show', - * text: 'Show', - * flex: 1 - * },{ - * dataIndex: 'rating', - * text: 'Rating', - * width: 75, - * filter: { - * type: 'list', - * value: 5 - * } - * }] - * }); - * - * ## Options - * - * There are three means to determine the list of options to present to the user: - * - * * The `{@link #cfg-options options}` config. - * * The `{@link #cfg-store store}` config. In this mode, the `{@link #cfg-idField}` - * and `{@link #cfg-labelField}` configs are used to extract the presentation and - * filtering values from the `store` and apply to the menu items and grid store - * filter, respectively. - * * If none of the above is specified, the associated grid's store is used. In this - * case, the `{@link #cfg-dataIndex}` is used to determine the filter values and - * the `{@link #cfg-labelIndex}` is used to populate the menu items. These fields - * are extracted from the records in the associated grid's store. Both of these - * configs default to the column's `dataIndex` property. - * - * In all of these modes, a store is created that is synchronized with the menu items. - * The records in this store have `{@link #cfg-idField}` and `{@link #cfg-labelField}` - * fields that get populated from which ever source was provided. - * - * var filters = Ext.create('Ext.grid.Panel', { - * ... - * columns: [{ - * text: 'Size', - * dataIndex: 'size', - * - * filter: { - * type: 'list', - * // options will be used as data to implicitly creates an ArrayStore - * options: ['extra small', 'small', 'medium', 'large', 'extra large'] - * } - * }], - * ... - * }); - */ -Ext.define('Ext.grid.filters.filter.List', { - extend: 'Ext.grid.filters.filter.SingleFilter', - alias: 'grid.filter.list', - type: 'list', - operator: 'in', - /** - * @cfg {Object} [itemDefaults] - * See the {@link Ext.grid.filters.filter.Base#cfg-itemDefaults documentation} for - * the base class for details. - * - * In the case of this class, however, note that the `checked` config should **not** be - * specified. - */ - itemDefaults: { - checked: false, - hideOnClick: false - }, - /** - * @cfg {Array} [options] - * The data to be used to implicitly create a data store to back this list. This is used only when - * the data source is **local**. If the data for the list is remote, use the {@link #store} - * config instead. - * - * If neither store nor {@link #options} is specified, then the choices list is automatically - * populated from all unique values of the specified {@link #dataIndex} field in the store at first - * time of filter invocation. - * - * Each item within the provided array may be in one of the following formats: - * - * - **Array** : - * - * options: [ - * [11, 'extra small'], - * [18, 'small'], - * [22, 'medium'], - * [35, 'large'], - * [44, 'extra large'] - * ] - * - * - **Object** : - * - * labelField: 'name', // override default of 'text' - * options: [ - * {id: 11, name:'extra small'}, - * {id: 18, name:'small'}, - * {id: 22, name:'medium'}, - * {id: 35, name:'large'}, - * {id: 44, name:'extra large'} - * ] - * - * - **String** : - * - * options: ['extra small', 'small', 'medium', 'large', 'extra large'] - * - */ - /** - * @cfg {String} [idField="id"] - * The field name for the `id` of records in this list's `{@link #cfg-store}`. These values are - * used to populate the filter for the grid's store. - */ - idField: 'id', - /** - * @cfg {String} [labelField="text"] - * The field name for the menu item text in the records in this list's `{@link #cfg-store}`. - */ - labelField: 'text', - /** - * @cfg {String} [labelIndex] - * The field in the records of the grid's store from which the menu item text should be retrieved. - * This field is only used when no `{@link #cfg-options}` and no `{@link #cfg-store}` is provided - * and the distinct value of the grid's store need to be generated dynamically. - * - * If not provided, this field defaults to the column's `dataIndex` property. - * @since 5.1.0 - */ - labelIndex: null, - // - /** - * @cfg {String} [loadingText="Loading..."] - * The text that is displayed while the configured store is loading. - */ - loadingText: 'Loading...', - // - /** - * @cfg {Boolean} loadOnShow - * Defaults to true. - */ - loadOnShow: true, - /** - * @cfg {Boolean} single - * Specify true to group all items in this list into a single-select - * radio button group. Defaults to false. - */ - single: false, - plain: true, - /** - * @cfg {Ext.data.Store} [store] - * The {@link Ext.data.Store} this list should use as its data source. - * - * If neither store nor {@link #options} is specified, then the choices list is automatically - * populated from all unique values of the specified {@link #dataIndex} field in the store at first - * time of filter invocation. - */ - constructor: function(config) { - var me = this, - gridStore; - me.callParent([ - config - ]); - if (me.itemDefaults.checked) { - Ext.raise('The itemDefaults.checked config is not supported, use the value config instead.'); - } - me.labelIndex = me.labelIndex || me.column.dataIndex; - // In order to fully support the `active` config, we need to do some preprocessing in case we need - // to fetch store data in order to create the options menu items. - // - // For instance, imagine if a list filter has the following definition: - // - // filter: { - // type: 'list', - // value: 'Bruce Springsteen' - // } - // - // Since there is no `options` or `store` config, it will need to infer its options store data from - // the grid store. Since it is also active by default if not explicitly configured as `value: false`, - // it must register listeners with the grid store now so its own column filter store will be created - // and filtered immediately and properly sync its options when the grid store changes. - // - // So here we need to subscribe to very specific events. We can't subscribe to a catch-all like - // 'datachanged' because the listener will get called too many times. This will respond to the following - // scenarios: - // 1. Removing a filter - // 2. Adding a filter - // 3. (Re)loading the store - // 4. Updating a model - // - // Note we need to make sure it's not the empty store (if it is, the store is being bound to a VM). - if (!me.options && (me.value != null) && me.active) { - gridStore = me.getGridStore(); - if (!gridStore.isEmptyStore) { - gridStore.on(me.getGridStoreListeners()); - } - me.grid.on('reconfigure', me.onReconfigure, me); - me.inferOptionsFromGridStore = true; - } - }, - destroy: function() { - var me = this, - store = me.store, - autoStore = me.autoStore, - gridStoreListeners = me.gridStoreListeners; - // We may bind listeners to both the options store & grid store, so we - // need to unbind both sets here - if (store) { - if (autoStore || store.autoDestroy) { - store.destroy(); - } else { - store.un('load', me.bindMenuStore, me); - } - me.store = null; - } - if (me.inferOptionsFromGridStore) { - me.grid.un('reconfigure', me.onReconfigure, me); - } - if (gridStoreListeners) { - me.getGridStore().un(gridStoreListeners); - me.gridStoreListeners = null; - } - me.callParent(); - }, - activateMenu: function() { - var me = this, - value = me.filter.getValue(), - items, i, len, checkItem; - if (!value || !value.length) { - return; - } - items = me.menu.items; - for (i = 0 , len = items.length; i < len; i++) { - checkItem = items.getAt(i); - if (Ext.Array.indexOf(value, checkItem.value) > -1) { - checkItem.setChecked(true, /*suppressEvents*/ - true); - } - } - }, - bindMenuStore: function(options) { - var me = this; - if (me.grid.destroyed || me.preventFilterRemoval) { - return; - } - me.createListStore(options); - me.createMenuItems(me.store); - me.loaded = true; - }, - createListStore: function(options) { - var me = this, - store = me.store, - isStore = options.isStore, - idField = me.idField, - labelField = me.labelField, - optionsStore = false, - storeData, o, i, len, value; - if (isStore) { - if (options !== me.getGridStore()) { - optionsStore = true; - store = me.store = options; - } else { - me.autoStore = true; - storeData = me.getOptionsFromStore(options); - } - } else { - storeData = []; - for (i = 0 , len = options.length; i < len; i++) { - value = options[i]; - switch (Ext.typeOf(value)) { - case 'array': - storeData.push(value); - break; - case 'object': - storeData.push(value); - break; - default: - if (value != null) { - o = {}; - o[idField] = value; - o[labelField] = value; - storeData.push(o); - }; - } - } - } - if (!optionsStore) { - if (store) { - store.destroy(); - } - store = me.store = new Ext.data.Store({ - fields: [ - idField, - labelField - ], - data: storeData - }); - // Note that the grid store listeners may have been bound in the constructor if it was determined - // that the grid filter was active and defined with a value. - if (!me.gridStoreListeners) { - me.getGridStore().on(me.getGridStoreListeners()); - } - me.loaded = true; - } - me.setStoreFilter(store); - }, - /** - * @private - * Creates the Menu for this filter. - * @param {Object} config Filter configuration - * @return {Ext.menu.Menu} - */ - createMenu: function(config) { - var me = this, - gridStore = me.getGridStore(), - store = me.store, - options = me.options, - menu; - if (store) { - me.store = store = Ext.StoreManager.lookup(store); - } - me.callParent([ - config - ]); - menu = me.menu; - if (store) { - if (!store.getCount()) { - menu.add({ - text: me.loadingText, - iconCls: Ext.baseCSSPrefix + 'mask-msg-text' - }); - // Add a listener that will auto-load the menu store if `loadOnShow` is true (the default). - // Don't bother with mon here, the menu is destroyed when we are - menu.on('show', me.show, me); - store.on('load', me.bindMenuStore, me, { - single: true - }); - } else { - me.createMenuItems(store); - } - } - // If there are supplied options, then we know the store is local. - else if (options) { - me.bindMenuStore(options); - } - // A ListMenu which is completely unconfigured acquires its store from the unique values of its field in the store. - // Note that the gridstore may have already been filtered on load if the column filter had been configured as active - // with no items checked by default. - else if (gridStore.getCount() || gridStore.isFiltered()) { - me.bindMenuStore(gridStore); - } else // If there are no records in the grid store, then we know it's async and we need to listen for its 'load' event. - { - gridStore.on('load', me.bindMenuStore, me, { - single: true - }); - } - }, - /** @private */ - createMenuItems: function(store) { - var me = this, - menu = me.menu, - len = store.getCount(), - contains = Ext.Array.contains, - listeners, itemDefaults, record, gid, idValue, idField, labelValue, labelField, i, item, processed; - // B/c we're listening to datachanged event, we need to make sure there's a menu. - if (len && menu) { - listeners = { - checkchange: me.onCheckChange, - scope: me - }; - itemDefaults = me.getItemDefaults(); - menu.suspendLayouts(); - menu.removeAll(true); - gid = me.single ? Ext.id() : null; - idField = me.idField; - labelField = me.labelField; - processed = []; - for (i = 0; i < len; i++) { - record = store.getAt(i); - idValue = record.get(idField); - labelValue = record.get(labelField); - // Only allow unique values. - if (labelValue == null || contains(processed, idValue)) { - - continue; - } - processed.push(labelValue); - // Note that the menu items will be set checked in filter#activate() if the value of the menu - // item is in the cfg.value array. - item = menu.add(Ext.apply({ - text: labelValue, - group: gid, - value: idValue, - listeners: listeners - }, itemDefaults)); - } - menu.resumeLayouts(true); - } - }, - getFilterConfig: function(config, key) { - // List filter needs to have its value set immediately or else could will fail when filtering since its - // _value would be undefined. - config.value = config.value || []; - return this.callParent([ - config, - key - ]); - }, - getGridStoreListeners: function() { - var me = this; - return me.gridStoreListeners = { - scope: me, - add: me.onDataChanged, - refresh: me.onDataChanged, - remove: me.onDataChanged, - update: me.onDataChanged - }; - }, - getOptionsFromStore: function(store) { - var me = this, - data = store.getData(), - map = {}, - ret = [], - dataIndex = me.dataIndex, - labelIndex = me.labelIndex, - items, i, length, recData, idValue, labelValue; - if (store.isFiltered() && !store.remoteFilter) { - data = data.getSource(); - } - items = data.items; - length = items.length; - for (i = 0; i < length; ++i) { - recData = items[i].data; - idValue = recData[dataIndex]; - labelValue = recData[labelIndex]; - if (labelValue === undefined) { - labelValue = idValue; - } - // TODO: allow null? - //if ((allowNull || !Ext.isEmpty(value)) && !map[strValue1]) { - if (!map[idValue]) { - map[idValue] = 1; - ret.push([ - idValue, - labelValue - ]); - } - } - return ret; - }, - onCheckChange: function() { - // Note that we don't care about the checked state here because #setValue will sort this out. - // #setValue will get the values of the currently-checked items and set its filter value from that. - var me = this, - updateBuffer = me.updateBuffer; - if (updateBuffer) { - me.task.delay(updateBuffer, null, null); - } else { - me.setValue(); - } - }, - onDataChanged: function(store) { - // If the menu item options (and the options store) are being auto-generated from the grid store, then it - // needs to know when the grid store has changed its data so it can remain in sync. - if (!this.preventDefault) { - this.bindMenuStore(store); - } - }, - onReconfigure: function(grid, store) { - // We need to listen for reconfigure not only for when the list filter has inferred its options from the - // grid store but also when the grid has a VM and is late-binding the store. - if (store) { - this.bindMenuStore(store); - } - }, - setStoreFilter: function(options) { - var me = this, - value = me.value, - filter = me.filter; - // If there are user-provided values we trust that they are valid (an empty array IS valid!). - if (value) { - if (!Ext.isArray(value)) { - value = [ - value - ]; - } - filter.setValue(value); - } - if (me.active) { - me.preventFilterRemoval = true; - me.addStoreFilter(filter); - me.preventFilterRemoval = false; - } - }, - /** - * @private - * Template method that is to set the value of the filter. - */ - setValue: function() { - var me = this, - items = me.menu.items, - value = [], - i, len, checkItem; - // The store filter will be updated, but we don't want to recreate the list store or the menu items in the - // onDataChanged listener so we need to set this flag. - me.preventDefault = true; - for (i = 0 , len = items.length; i < len; i++) { - checkItem = items.getAt(i); - if (checkItem.checked) { - value.push(checkItem.value); - } - } - me.filter.setValue(value); - len = value.length; - if (len && me.active) { - me.updateStoreFilter(); - } else { - me.setActive(!!len); - } - me.preventDefault = false; - }, - show: function() { - var store = this.store; - if (this.loadOnShow && !this.loaded && !store.hasPendingLoad()) { - store.load(); - } - } -}); - -/** - * Filter type for {@link Ext.grid.column.Number number columns}. - * - * @example - * var shows = Ext.create('Ext.data.Store', { - * fields: ['id','show'], - * data: [ - * {id: 0, show: 'Battlestar Galactica'}, - * {id: 1, show: 'Doctor Who'}, - * {id: 2, show: 'Farscape'}, - * {id: 3, show: 'Firefly'}, - * {id: 4, show: 'Star Trek'}, - * {id: 5, show: 'Star Wars: Christmas Special'} - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * renderTo: Ext.getBody(), - * title: 'Sci-Fi Television', - * height: 250, - * width: 250, - * store: shows, - * plugins: 'gridfilters', - * columns: [{ - * dataIndex: 'id', - * text: 'ID', - * width: 50, - * filter: 'number' // May also be 'numeric' - * },{ - * dataIndex: 'show', - * text: 'Show', - * flex: 1 - * }] - * }); - * - */ -Ext.define('Ext.grid.filters.filter.Number', { - extend: 'Ext.grid.filters.filter.TriFilter', - alias: [ - 'grid.filter.number', - 'grid.filter.numeric' - ], - uses: [ - 'Ext.form.field.Number' - ], - type: 'number', - config: { - /** - * @cfg {Object} [fields] - * Configures field items individually. These properties override those defined - * by `{@link #itemDefaults}`. - * - * Example usage: - * - * fields: { - * // Override itemDefaults for one field: - * gt: { - * width: 200 - * } - * - * // "lt" and "eq" fields retain all itemDefaults - * }, - */ - fields: { - gt: { - iconCls: Ext.baseCSSPrefix + 'grid-filters-gt', - margin: '0 0 3px 0' - }, - lt: { - iconCls: Ext.baseCSSPrefix + 'grid-filters-lt', - margin: '0 0 3px 0' - }, - eq: { - iconCls: Ext.baseCSSPrefix + 'grid-filters-eq', - margin: 0 - } - } - }, - // - /** - * @cfg {String} emptyText - * The empty text to show for each field. - */ - emptyText: 'Enter Number...', - // - itemDefaults: { - xtype: 'numberfield', - enableKeyEvents: true, - hideEmptyLabel: false, - labelSeparator: '', - labelWidth: 29, - selectOnFocus: false - }, - menuDefaults: { - // A menu with only form fields needs some body padding. Normally this padding - // is managed by the items, but we have no normal menu items. - bodyPadding: 3, - showSeparator: false - }, - createMenu: function() { - var me = this, - listeners = { - scope: me, - keyup: me.onValueChange, - spin: { - fn: me.onInputSpin, - buffer: 200 - }, - el: { - click: me.stopFn - } - }, - itemDefaults = me.getItemDefaults(), - menuItems = me.menuItems, - fields = me.getFields(), - field, i, len, key, item, cfg; - me.callParent(); - me.fields = {}; - for (i = 0 , len = menuItems.length; i < len; i++) { - key = menuItems[i]; - if (key !== '-') { - field = fields[key]; - cfg = { - labelClsExtra: Ext.baseCSSPrefix + 'grid-filters-icon ' + field.iconCls - }; - if (itemDefaults) { - Ext.merge(cfg, itemDefaults); - } - Ext.merge(cfg, field); - cfg.emptyText = cfg.emptyText || me.emptyText; - delete cfg.iconCls; - me.fields[key] = item = me.menu.add(cfg); - item.filter = me.filter[key]; - item.filterKey = key; - item.on(listeners); - } else { - me.menu.add(key); - } - } - }, - getValue: function(field) { - var value = {}; - value[field.filterKey] = field.getValue(); - return value; - }, - /** - * @private - * Handler method called when there is a spin event on a NumberField - * item of this menu. - */ - onInputSpin: function(field, direction) { - var value = {}; - value[field.filterKey] = field.getValue(); - this.setValue(value); - }, - stopFn: function(e) { - e.stopPropagation(); - } -}); - -/** - * The string grid filter allows you to create a filter selection that limits results - * to values matching a particular string. The filter can be set programmatically or via - * user input with a configurable {@link Ext.form.field.Text text field} in the filter section - * of the column header. - * - * Example String Filter Usage: - * - * @example - * var shows = Ext.create('Ext.data.Store', { - * fields: ['id','show'], - * data: [ - * {id: 0, show: 'Battlestar Galactica'}, - * {id: 1, show: 'Doctor Who'}, - * {id: 2, show: 'Farscape'}, - * {id: 3, show: 'Firefly'}, - * {id: 4, show: 'Star Trek'}, - * {id: 5, show: 'Star Wars: Christmas Special'} - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * renderTo: Ext.getBody(), - * title: 'Sci-Fi Television', - * height: 250, - * width: 250, - * store: shows, - * plugins: 'gridfilters', - * columns: [{ - * dataIndex: 'id', - * text: 'ID', - * width: 50 - * },{ - * dataIndex: 'show', - * text: 'Show', - * flex: 1, - * filter: { - * // required configs - * type: 'string', - * // optional configs - * value: 'star', // setting a value makes the filter active. - * itemDefaults: { - * // any Ext.form.field.Text configs accepted - * } - * } - * }] - * }); - */ -Ext.define('Ext.grid.filters.filter.String', { - extend: 'Ext.grid.filters.filter.SingleFilter', - alias: 'grid.filter.string', - type: 'string', - operator: 'like', - // - /** - * @cfg {String} emptyText - * The empty text to show for each field. - */ - emptyText: 'Enter Filter Text...', - // - itemDefaults: { - xtype: 'textfield', - enableKeyEvents: true, - hideEmptyLabel: false, - iconCls: Ext.baseCSSPrefix + 'grid-filters-find', - labelSeparator: '', - labelWidth: 29, - margin: 0, - selectOnFocus: true - }, - menuDefaults: { - // A menu with only form fields needs some body padding. Normally this padding - // is managed by the items, but we have no normal menu items. - bodyPadding: 3, - showSeparator: false - }, - /** - * @private - * Template method that is to initialize the filter and install required menu items. - */ - createMenu: function() { - var me = this, - config; - me.callParent(); - config = Ext.apply({}, me.getItemDefaults()); - if (config.iconCls && !('labelClsExtra' in config)) { - config.labelClsExtra = Ext.baseCSSPrefix + 'grid-filters-icon ' + config.iconCls; - } - delete config.iconCls; - config.emptyText = config.emptyText || me.emptyText; - me.inputItem = me.menu.add(config); - me.inputItem.on({ - scope: me, - keyup: me.onValueChange, - el: { - click: function(e) { - e.stopPropagation(); - } - } - }); - }, - /** - * @private - * Template method that is to set the value of the filter. - * @param {Object} value The value to set the filter. - */ - setValue: function(value) { - var me = this; - if (me.inputItem) { - me.inputItem.setValue(value); - } - me.filter.setValue(value); - if (value && me.active) { - me.value = value; - me.updateStoreFilter(); - } else { - me.setActive(!!value); - } - }, - activateMenu: function() { - this.inputItem.setValue(this.filter.getValue()); - } -}); - -/** - * This class is a grid {@link Ext.AbstractPlugin plugin} that adds a simple and flexible - * presentation for {@link Ext.data.AbstractStore#filters store filters}. - * - * Filters can be modified by the end-user using the grid's column header menu. Through - * this menu users can configure, enable, and disable filters for each column. - * - * # Example Usage - * - * @example - * var shows = Ext.create('Ext.data.Store', { - * fields: ['id','show'], - * data: [ - * {id: 0, show: 'Battlestar Galactica'}, - * {id: 1, show: 'Doctor Who'}, - * {id: 2, show: 'Farscape'}, - * {id: 3, show: 'Firefly'}, - * {id: 4, show: 'Star Trek'}, - * {id: 5, show: 'Star Wars: Christmas Special'} - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * renderTo: Ext.getBody(), - * title: 'Sci-Fi Television', - * height: 250, - * width: 250, - * store: shows, - * plugins: 'gridfilters', - * columns: [{ - * dataIndex: 'id', - * text: 'ID', - * width: 50 - * },{ - * dataIndex: 'show', - * text: 'Show', - * flex: 1, - * filter: { - * // required configs - * type: 'string', - * // optional configs - * value: 'star', // setting a value makes the filter active. - * itemDefaults: { - * // any Ext.form.field.Text configs accepted - * } - * } - * }] - * }); - * - * # Features - * - * ## Filtering implementations - * - * Currently provided filter types are: - * - * * `{@link Ext.grid.filters.filter.Boolean boolean}` - * * `{@link Ext.grid.filters.filter.Date date}` - * * `{@link Ext.grid.filters.filter.List list}` - * * `{@link Ext.grid.filters.filter.Number number}` - * * `{@link Ext.grid.filters.filter.String string}` - * - * **Note:** You can find inline examples for each filter on its specific filter page. - * - * ## Graphical Indicators - * - * Columns that are filtered have {@link #filterCls CSS class} applied to their column - * headers. This style can be managed using that CSS class or by setting these Sass - * variables in your theme or application: - * - * $grid-filters-column-filtered-font-style: italic !default; - * - * $grid-filters-column-filtered-font-weight: bold !default; - * - * ## Stateful - * - * Filter information will be persisted across page loads by specifying a `stateId` - * in the Grid configuration. In actuality this state is saved by the `store`, but this - * plugin ensures that saved filters are properly identified and reclaimed on subsequent - * visits to the page. - * - * ## Grid Changes - * - * - A `filters` property is added to the Grid using this plugin. - * - * # Upgrading From Ext.ux.grid.FilterFeature - * - * The biggest change for developers converting from the user extension is most likely the - * conversion to standard {@link Ext.data.AbstractStore#filters store filters}. In the - * process, the "like" and "in" operators are now supported by `{@link Ext.util.Filter}`. - * These filters and all other filters added to the store will be sent in the standard - * way (using the "filters" parameter by default). - * - * Since this plugin now uses actual store filters, the `onBeforeLoad` listener and all - * helper methods that were used to clean and build the params have been removed. The store - * will send the filters managed by this plugin along in its normal request. -*/ -Ext.define('Ext.grid.filters.Filters', { - extend: 'Ext.plugin.Abstract', - requires: [ - 'Ext.grid.filters.filter.*' - ], - mixins: [ - 'Ext.util.StoreHolder' - ], - alias: 'plugin.gridfilters', - pluginId: 'gridfilters', - /** - * @property {Object} defaultFilterTypes - * This property maps {@link Ext.data.Model#cfg-fields field type} to the - * appropriate grid filter type. - * @private - */ - defaultFilterTypes: { - 'boolean': 'boolean', - 'int': 'number', - date: 'date', - number: 'number' - }, - /** - * @property {String} [filterCls="x-grid-filters-filtered-column"] - * The CSS applied to column headers with active filters. - */ - filterCls: Ext.baseCSSPrefix + 'grid-filters-filtered-column', - // - /** - * @cfg {String} [menuFilterText="Filters"] - * The text for the filters menu. - */ - menuFilterText: 'Filters', - // - /** - * @cfg {Boolean} showMenu - * Defaults to true, including a filter submenu in the default header menu. - */ - showMenu: true, - /** - * @cfg {String} stateId - * Name of the value to be used to store state information. - */ - stateId: undefined, - init: function(grid) { - var me = this, - store, headerCt; - Ext.Assert.falsey(me.grid); - me.grid = grid; - grid.filters = me; - if (me.grid.normalGrid) { - me.isLocked = true; - } - grid.clearFilters = me.clearFilters.bind(me); - store = grid.store; - headerCt = grid.headerCt; - headerCt.on({ - scope: me, - add: me.onAdd, - menucreate: me.onMenuCreate - }); - grid.on({ - scope: me, - destroy: me.onGridDestroy, - reconfigure: me.onReconfigure - }); - me.bindStore(store); - if (grid.stateful) { - store.statefulFilters = true; - } - me.initColumns(); - }, - /** - * Creates the Filter objects for the current configuration. - * Reconfigure and on add handlers. - * @private - */ - initColumns: function() { - var grid = this.grid, - store = grid.getStore(), - columns = grid.columnManager.getColumns(), - len = columns.length, - i, column, filter, filterCollection; - // We start with filters defined on any columns. - for (i = 0; i < len; i++) { - column = columns[i]; - filter = column.filter; - if (filter && !filter.isGridFilter) { - if (!filterCollection) { - filterCollection = store.getFilters(); - filterCollection.beginUpdate(); - } - this.createColumnFilter(column); - } - } - if (filterCollection) { - filterCollection.endUpdate(); - } - }, - createColumnFilter: function(column) { - var me = this, - columnFilter = column.filter, - filter = { - column: column, - grid: me.grid, - owner: me - }, - field, model, type; - if (Ext.isString(columnFilter)) { - filter.type = columnFilter; - } else { - Ext.apply(filter, columnFilter); - } - if (!filter.type) { - model = me.store.getModel(); - // If no filter type given, first try to get it from the data field. - field = model && model.getField(column.dataIndex); - type = field && field.type; - filter.type = (type && me.defaultFilterTypes[type]) || column.defaultFilterType || 'string'; - } - column.filter = Ext.Factory.gridFilter(filter); - }, - onAdd: function(headerCt, column, index) { - var filter = column.filter; - if (filter && !filter.isGridFilter) { - this.createColumnFilter(column); - } - }, - /** - * @private - * Handle creation of the grid's header menu. - */ - onMenuCreate: function(headerCt, menu) { - menu.on({ - beforeshow: this.onMenuBeforeShow, - scope: this - }); - }, - /** - * @private - * Handle showing of the grid's header menu. Sets up the filter item and menu - * appropriate for the target column. - */ - onMenuBeforeShow: function(menu) { - var me = this, - menuItem, filter, parentTable, parentTableId; - if (me.showMenu) { - // In the case of a locked grid, we need to cache the 'Filters' menuItem for each grid since - // there's only one Filters instance. Both grids/menus can't share the same menuItem! - if (!me.filterMenuItem) { - me.filterMenuItem = {}; - } - // Don't get the owner panel if in a locking grid since we need to get the unique filterMenuItem key. - // Instead, get a ref to the parent, i.e., lockedGrid, normalGrid, etc. - parentTable = menu.up('tablepanel'); - parentTableId = parentTable.id; - menuItem = me.filterMenuItem[parentTableId]; - if (!menuItem || menuItem.destroyed) { - menuItem = me.createMenuItem(menu, parentTableId); - } - // Save a ref to the root "Filters" menu item, column filters make use of it. - me.activeFilterMenuItem = menuItem; - filter = me.getMenuFilter(parentTable.headerCt); - if (filter) { - filter.showMenu(menuItem); - } - menuItem.setVisible(!!filter); - me.sep.setVisible(!!filter); - } - }, - createMenuItem: function(menu, parentTableId) { - var me = this, - item; - me.sep = menu.add('-'); - item = menu.add({ - checked: false, - itemId: 'filters', - text: me.menuFilterText, - listeners: { - scope: me, - checkchange: me.onCheckChange - } - }); - return (me.filterMenuItem[parentTableId] = item); - }, - /** - * Handler called by the grid 'beforedestroy' event - */ - onGridDestroy: function() { - var me = this, - filterMenuItem = me.filterMenuItem, - item; - me.bindStore(null); - me.sep = Ext.destroy(me.sep); - for (item in filterMenuItem) { - filterMenuItem[item].destroy(); - } - me.grid = null; - }, - onUnbindStore: function(store) { - store.getFilters().un('remove', this.onFilterRemove, this); - }, - onBindStore: function(store, initial, propName) { - this.local = !store.getRemoteFilter(); - store.getFilters().on('remove', this.onFilterRemove, this); - }, - onFilterRemove: function(filterCollection, list) { - // We need to know when a store filter has been removed by an operation of the gridfilters UI, i.e., - // store.clearFilter(). The preventFilterRemoval flag lets us know whether or not this listener has been - // reached by a filter operation (preventFilterRemoval === true) or by something outside of the UI - // (preventFilterRemoval === undefined). - var len = list.items.length, - columnManager = this.grid.columnManager, - i, item, header, filter; - for (i = 0; i < len; i++) { - item = list.items[i]; - header = columnManager.getHeaderByDataIndex(item.getProperty()); - if (header) { - // First, we need to make sure there is indeed a filter and that its menu has been created. If not, - // there's no point in continuing. - // - // Also, even though the store may be filtered by this dataIndex, it doesn't necessarily mean that - // it was created via the gridfilters API. To be sure, we need to check the prefix, as this is the - // only way we can be sure of its provenance (note that we can't check `operator`). - // - // Note that we need to do an indexOf check on the string because TriFilters will contain extra - // characters specifying its type. - // - // TODO: Should we support updating the gridfilters if one or more of its filters have been removed - // directly by the bound store? - filter = header.filter; - if (!filter || !filter.menu || item.getId().indexOf(filter.getBaseIdPrefix()) === -1) { - - continue; - } - if (!filter.preventFilterRemoval) { - // This is only called on the filter if called from outside of the gridfilters UI. - filter.onFilterRemove(item.getOperator()); - } - } - } - }, - /** - * @private - * Get the filter menu from the filters MixedCollection based on the clicked header. - */ - getMenuFilter: function(headerCt) { - return headerCt.getMenu().activeHeader.filter; - }, - /** @private */ - onCheckChange: function(item, value) { - // Locking grids must lookup the correct grid. - var parentTable = this.isLocked ? item.up('tablepanel') : this.grid, - filter = this.getMenuFilter(parentTable.headerCt); - filter.setActive(value); - }, - getHeaders: function() { - return this.grid.view.headerCt.columnManager.getColumns(); - }, - /** - * Checks the plugin's grid for statefulness. - * @return {Boolean} - */ - isStateful: function() { - return this.grid.stateful; - }, - /** - * Adds a filter to the collection and creates a store filter if has a `value` property. - * @param {Object/Object[]/Ext.util.Filter/Ext.util.Filter[]} filters A filter - * configuration or a filter object. - */ - addFilter: function(filters) { - var me = this, - grid = me.grid, - store = me.store, - hasNewColumns = false, - suppressNextFilter = true, - dataIndex, column, i, len, filter, columnFilter; - if (!Ext.isArray(filters)) { - filters = [ - filters - ]; - } - for (i = 0 , len = filters.length; i < len; i++) { - filter = filters[i]; - dataIndex = filter.dataIndex; - column = grid.columnManager.getHeaderByDataIndex(dataIndex); - // We only create filters that map to an existing column. - if (column) { - hasNewColumns = true; - // Don't suppress active filters. - if (filter.value) { - suppressNextFilter = false; - } - columnFilter = column.filter; - // If already a gridfilter, let's destroy it and recreate another from the new config. - if (columnFilter && columnFilter.isGridFilter) { - columnFilter.deactivate(); - columnFilter.destroy(); - if (me.activeFilterMenuItem) { - me.activeFilterMenuItem.menu = null; - } - } - column.filter = filter; - } - } - // Batch initialize all column filters. - if (hasNewColumns) { - store.suppressNextFilter = suppressNextFilter; - me.initColumns(); - store.suppressNextFilter = false; - } - }, - /** - * Adds filters to the collection. - * @param {Array} filters An Array of filter configuration objects. - */ - addFilters: function(filters) { - if (filters) { - this.addFilter(filters); - } - }, - /** - * Turns all filters off. This does not clear the configuration information. - */ - clearFilters: function() { - var grid = this.grid, - columns = grid.columnManager.getColumns(), - store = grid.store, - column, filter, i, len, filterCollection; - // We start with filters defined on any columns. - for (i = 0 , len = columns.length; i < len; i++) { - column = columns[i]; - filter = column.filter; - if (filter && filter.isGridFilter) { - if (!filterCollection) { - filterCollection = store.getFilters(); - filterCollection.beginUpdate(); - } - filter.setActive(false); - } - } - if (filterCollection) { - filterCollection.endUpdate(); - } - }, - onReconfigure: function(grid, store, columns, oldStore) { - var filterMenuItem = this.filterMenuItem, - key; - // The Filters item's menu should have already been destroyed by the time we get here but - // we still need to null out the menu reference. - for (key in filterMenuItem) { - filterMenuItem[key].setMenu(null); - } - if (store && oldStore !== store) { - this.bindStore(store); - } - } -}); - -/** - * Private class which acts as a HeaderContainer for the Lockable which aggregates all columns - * from both sides of the Lockable. It is never rendered, it's just used to interrogate the - * column collection. - * @private - */ -Ext.define('Ext.grid.locking.HeaderContainer', { - extend: 'Ext.grid.header.Container', - requires: [ - 'Ext.grid.ColumnManager' - ], - headerCtRelayEvents: [ - "blur", - "focus", - "move", - "resize", - "destroy", - "beforedestroy", - "boxready", - "afterrender", - "render", - "beforerender", - "removed", - "hide", - "beforehide", - "show", - "beforeshow", - "enable", - "disable", - "added", - "deactivate", - "beforedeactivate", - "activate", - "beforeactivate", - "remove", - "add", - "beforeremove", - "beforeadd", - "afterlayout", - "menucreate", - "sortchange", - "columnschanged", - "columnshow", - "columnhide", - "columnmove", - "headertriggerclick", - "headercontextmenu", - "headerclick", - "columnresize", - "statesave", - "beforestatesave", - "staterestore", - "beforestaterestore" - ], - constructor: function(lockable) { - var me = this, - lockedGrid = lockable.lockedGrid, - normalGrid = lockable.normalGrid; - me.lockable = lockable; - me.callParent(); - // Create the unified column manager for the lockable grid assembly - lockedGrid.visibleColumnManager.rootColumns = normalGrid.visibleColumnManager.rootColumns = lockable.visibleColumnManager = me.visibleColumnManager = new Ext.grid.ColumnManager(true, lockedGrid.headerCt, normalGrid.headerCt); - lockedGrid.columnManager.rootColumns = normalGrid.columnManager.rootColumns = lockable.columnManager = me.columnManager = new Ext.grid.ColumnManager(false, lockedGrid.headerCt, normalGrid.headerCt); - // Relay *all* events from the two HeaderContainers - me.lockedEventRelayers = me.relayEvents(lockedGrid.headerCt, me.headerCtRelayEvents); - me.normalEventRelayers = me.relayEvents(normalGrid.headerCt, me.headerCtRelayEvents); - }, - destroy: function() { - var me = this; - Ext.destroy(me.lockedEventRelayers, me.normalEventRelayers); - me.lockedEventRelayers = me.normalEventRelayers = null; - me.callParent(); - }, - getRefItems: function() { - return this.lockable.lockedGrid.headerCt.getRefItems().concat(this.lockable.normalGrid.headerCt.getRefItems()); - }, - // This is the function which all other column access methods are based upon - // Return the full column set for the whole Lockable assembly - getGridColumns: function() { - return this.lockable.lockedGrid.headerCt.getGridColumns().concat(this.lockable.normalGrid.headerCt.getGridColumns()); - }, - // Lockable uses its headerCt to gather column state - getColumnsState: function() { - var me = this, - locked = me.lockable.lockedGrid.headerCt.getColumnsState(), - normal = me.lockable.normalGrid.headerCt.getColumnsState(); - return locked.concat(normal); - }, - // Lockable uses its headerCt to apply column state - applyColumnsState: function(columns, storeState) { - var me = this, - lockedGrid = me.lockable.lockedGrid, - lockedHeaderCt = lockedGrid.headerCt, - normalHeaderCt = me.lockable.normalGrid.headerCt, - lockedCols = Ext.Array.toValueMap(lockedHeaderCt.items.items, 'stateId'), - normalCols = Ext.Array.toValueMap(normalHeaderCt.items.items, 'stateId'), - locked = [], - normal = [], - lockedWidth = 1, - length = columns.length, - i, existing, lockedDefault, col; - for (i = 0; i < length; i++) { - col = columns[i]; - lockedDefault = lockedCols[col.id]; - existing = lockedDefault || normalCols[col.id]; - if (existing) { - if (existing.applyColumnState) { - existing.applyColumnState(col, storeState); - } - if (existing.locked === undefined) { - existing.locked = !!lockedDefault; - } - if (existing.locked) { - locked.push(existing); - if (!existing.hidden && typeof existing.width === 'number') { - lockedWidth += existing.width; - } - } else { - normal.push(existing); - } - } - } - // state and config must have the same columns (compare counts for now): - if (locked.length + normal.length === lockedHeaderCt.items.getCount() + normalHeaderCt.items.getCount()) { - lockedHeaderCt.removeAll(false); - normalHeaderCt.removeAll(false); - lockedHeaderCt.add(locked); - normalHeaderCt.add(normal); - lockedGrid.setWidth(lockedWidth); - } - }, - disable: function() { - var topGrid = this.lockable; - topGrid.lockedGrid.headerCt.disable(); - topGrid.normalGrid.headerCt.disable(); - }, - enable: function() { - var topGrid = this.lockable; - topGrid.lockedGrid.headerCt.enable(); - topGrid.normalGrid.headerCt.enable(); - } -}); - -/** - * This class is used internally to provide a single interface when using - * a locking grid. Internally, the locking grid creates two separate grids, - * so this class is used to map calls appropriately. - * @private - */ -Ext.define('Ext.grid.locking.View', { - alternateClassName: 'Ext.grid.LockingView', - requires: [ - 'Ext.view.AbstractView', - 'Ext.view.Table' - ], - mixins: [ - 'Ext.util.Observable', - 'Ext.util.StoreHolder', - 'Ext.util.Focusable' - ], - /** - * @property {Boolean} isLockingView - * `true` in this class to identify an object as an instantiated LockingView, or subclass thereof. - */ - isLockingView: true, - loadMask: true, - eventRelayRe: /^(beforeitem|beforecontainer|item|container|cell|refresh)/, - constructor: function(config) { - var ext = Ext, - me = this, - lockedView, normalView; - me.ownerGrid = config.ownerGrid; - me.ownerGrid.view = me; - // A single NavigationModel is configured into both views. - me.navigationModel = config.locked.xtype === 'treepanel' ? new ext.tree.NavigationModel(me) : new ext.grid.NavigationModel(me); - // Disable store binding for the two child views. - // The store is bound to the *this* locking View. - // This avoids the store being bound to two views (with duplicated layouts on each store mutation) - // and also avoids the store being bound to the selection model twice. - config.locked.viewConfig.bindStore = ext.emptyFn; - config.normal.viewConfig.bindStore = me.subViewBindStore; - config.normal.viewConfig.isNormalView = config.locked.viewConfig.isLockedView = true; - // Override the point at which first refresh is kicked off. - // The initial refresh of both sides must take place within a layout suspension - // to coalescse the resulting layouts into one. - config.locked.viewConfig.beforeLayout = config.normal.viewConfig.beforeLayout = me.beforeLayout; - // Share the same NavigationModel - config.locked.viewConfig.navigationModel = config.normal.viewConfig.navigationModel = me.navigationModel; - me.lockedGrid = me.ownerGrid.lockedGrid = ext.ComponentManager.create(config.locked); - me.lockedView = lockedView = me.lockedGrid.getView(); - // The normal view uses the same selection model - me.selModel = config.normal.viewConfig.selModel = lockedView.getSelectionModel(); - if (me.lockedGrid.isTree) { - // Tree must not animate because the partner grid is unable to animate - me.lockedView.animate = false; - // When this is a locked tree, the normal side is just a gridpanel, so needs the flat NodeStore - config.normal.store = lockedView.store; - // Match configs between sides - config.normal.viewConfig.stripeRows = me.lockedView.stripeRows; - config.normal.rowLines = me.lockedGrid.rowLines; - } - // Set up a bidirectional relationship between the two sides of the locked view. - // Inject lockingGrid and normalGrid into owning panel. - // This is because during constraction, it must be possible for descendant components - // to navigate up to the owning lockable panel and then down into either side. - me.normalGrid = me.ownerGrid.normalGrid = ext.ComponentManager.create(config.normal); - lockedView.lockingPartner = normalView = me.normalView = me.normalGrid.getView(); - normalView.lockingPartner = lockedView; - me.loadMask = (config.loadMask !== undefined) ? config.loadMask : me.loadMask; - me.mixins.observable.constructor.call(me); - // Relay both view's events. - me.lockedViewEventRelayers = me.relayEvents(lockedView, ext.view.Table.events); - // Relay extra events from only the normal view. - // These are events that both sides fire (selection events), so avoid firing them twice. - me.normalViewEventRelayers = me.relayEvents(normalView, ext.view.Table.events.concat(ext.view.Table.normalSideEvents)); - normalView.on({ - scope: me, - itemmouseleave: me.onItemMouseLeave, - itemmouseenter: me.onItemMouseEnter - }); - lockedView.on({ - scope: me, - itemmouseleave: me.onItemMouseLeave, - itemmouseenter: me.onItemMouseEnter - }); - me.ownerGrid.on({ - render: me.onPanelRender, - scope: me - }); - me.loadingText = normalView.loadingText; - me.loadingCls = normalView.loadingCls; - me.loadingUseMsg = normalView.loadingUseMsg; - me.itemSelector = me.getItemSelector(); - // Share the items arrey with the normal view. - // Certain methods need access to the start/end/count - me.all = normalView.all; - // Bind to the data source. Cache it by the property name "dataSource". - // The store property is public and must reference the provided store. - // We relay each call into both normal and locked views bracketed by a layout suspension. - me.bindStore(normalView.dataSource, true, 'dataSource'); - }, - // This is injected into the two child views as the bindStore implementation. - // Subviews in a lockable asseembly do not bind to stores. - subViewBindStore: function(store) { - var me = this, - selModel; - if (me.destroying || me.destroyed) { - return; - } - selModel = me.getSelectionModel(); - selModel.bindStore(store); - selModel.bindComponent(me); - }, - // Called in the context of a child view when the first child view begins its layout run - beforeLayout: function() { - // Access the Lockable object - var me = this.ownerCt.ownerLockable.view, - lockedView = me.lockedGrid.view, - normalView = me.normalGrid.view; - if (!me.relayingOperation) { - // Perform the first refresh just before the first layout - // Locked grid may be hidden if it began with no columns, so do not refresh it, - if (me.lockedGrid.isVisible()) { - if (lockedView.refreshNeeded) { - lockedView.doFirstRefresh(lockedView.dataSource); - } - } - if (normalView.refreshNeeded) { - normalView.doFirstRefresh(normalView.dataSource); - } - } - }, - onPanelRender: function() { - var me = this, - mask = me.loadMask, - cfg = { - target: me.ownerGrid, - msg: me.loadingText, - msgCls: me.loadingCls, - useMsg: me.loadingUseMsg, - store: me.ownerGrid.store - }; - // Because this is used as a View, it should have an el. Use the owning Lockable's body. - // It also has to fire a render event so that Editing plugins can attach listeners - me.el = me.ownerGrid.getTargetEl(); - me.rendered = true; - me.initFocusableEvents(); - me.fireEvent('render', me); - if (mask) { - // either a config object - if (Ext.isObject(mask)) { - cfg = Ext.apply(cfg, mask); - } - // Attach the LoadMask to a *Component* so that it can be sensitive to resizing during long loads. - // If this DataView is floating, then mask this DataView. - // Otherwise, mask its owning Container (or this, if there *is* no owning Container). - // LoadMask captures the element upon render. - me.loadMask = new Ext.LoadMask(cfg); - } - }, - getRefOwner: function() { - return this.ownerGrid; - }, - // Implement the same API as Ext.view.Table. - // This will return the topmost, unified visible column manager - getVisibleColumnManager: function() { - // ownerGrid refers to the topmost responsible Ext.panel.Grid. - // This could be this view's ownerCt, or if part of a locking arrangement, the locking grid - return this.ownerGrid.getVisibleColumnManager(); - }, - getTopLevelVisibleColumnManager: function() { - // ownerGrid refers to the topmost responsible Ext.panel.Grid. - // This could be this view's ownerCt, or if part of a locking arrangement, the locking grid - return this.ownerGrid.getVisibleColumnManager(); - }, - getGridColumns: function() { - return this.getVisibleColumnManager().getColumns(); - }, - getEl: function(column) { - return this.getViewForColumn(column).getEl(); - }, - getCellSelector: function() { - return this.normalView.getCellSelector(); - }, - getItemSelector: function() { - return this.normalView.getItemSelector(); - }, - getViewForColumn: function(column) { - var view = this.lockedView, - inLocked; - view.headerCt.cascade(function(col) { - if (col === column) { - inLocked = true; - return false; - } - }); - return inLocked ? view : this.normalView; - }, - onItemMouseEnter: function(view, record) { - var me = this, - locked = me.lockedView, - other = me.normalView, - item; - if (view.trackOver) { - if (view !== locked) { - other = locked; - } - item = other.getNode(record); - other.highlightItem(item); - } - }, - onItemMouseLeave: function(view, record) { - var me = this, - locked = me.lockedView, - other = me.normalView; - if (view.trackOver) { - if (view !== locked) { - other = locked; - } - other.clearHighlight(); - } - }, - relayFn: function(name, args) { - args = args || []; - var me = this, - view = me.lockedView; - // Flag that we are already manipulating the view pair, so resulting excursions - // back into this class can avoid breaking the sequence. - me.relayingOperation = true; - view[name].apply(view, args); - view = me.normalView; - view[name].apply(view, args); - me.relayingOperation = false; - }, - getSelectionModel: function() { - return this.normalView.getSelectionModel(); - }, - getNavigationModel: function() { - return this.navigationModel; - }, - getStore: function() { - return this.ownerGrid.store; - }, - /** - * Changes the data store bound to this view and refreshes it. - * @param {Ext.data.Store} store The store to bind to this view - * @since 3.4.0 - */ - onBindStore: function(store, initial, propName) { - var me = this, - lockedView = me.lockedView, - normalView = me.normalView; - // If we have already achieved our first layout, refresh immediately. - // If we have bound to the Store before the first layout, then onBoxReady will - // call doFirstRefresh - if (normalView.componentLayoutCounter && !(lockedView.blockRefresh && normalView.blockRefresh)) { - Ext.suspendLayouts(); - lockedView.doFirstRefresh(store); - normalView.doFirstRefresh(store); - Ext.resumeLayouts(true); - } - }, - getStoreListeners: function() { - var me = this; - return { - // Give view listeners the highest priority, since they need to relay things to - // children first - priority: 1000, - refresh: me.onDataRefresh, - replace: me.onReplace, - add: me.onAdd, - remove: me.onRemove, - update: me.onUpdate, - clear: me.onDataRefresh, - beginupdate: me.onBeginUpdate, - endupdate: me.onEndUpdate - }; - }, - onBeginUpdate: function() { - Ext.suspendLayouts(); - this.relayFn('onBeginUpdate', arguments); - Ext.resumeLayouts(true); - }, - onEndUpdate: function() { - Ext.suspendLayouts(); - this.relayFn('onEndUpdate', arguments); - Ext.resumeLayouts(true); - }, - onDataRefresh: function() { - Ext.suspendLayouts(); - this.relayFn('onDataRefresh', arguments); - Ext.resumeLayouts(true); - }, - onReplace: function() { - Ext.suspendLayouts(); - this.relayFn('onReplace', arguments); - Ext.resumeLayouts(true); - }, - onAdd: function() { - Ext.suspendLayouts(); - this.relayFn('onAdd', arguments); - Ext.resumeLayouts(true); - }, - onRemove: function() { - Ext.suspendLayouts(); - this.relayFn('onRemove', arguments); - Ext.resumeLayouts(true); - }, - /** - * Toggles ARIA actionable mode on/off - * @param {Boolean} enabled - * @return {Boolean} Returns `false` if the request failed. - * @private - */ - setActionableMode: function(enabled, position) { - var result, targetView; - if (enabled) { - if (!position) { - position = this.getNavigationModel().getPosition(); - } - if (position) { - position = position.clone(); - // Drill down to the side that we're actioning - position.view = targetView = position.column.getView(); - // Attempt to switch the focused view to actionable. - result = targetView.setActionableMode(enabled, position); - // If successful, and the partner is visible, switch that too. - if (result !== false && targetView.lockingPartner.grid.isVisible()) { - targetView.lockingPartner.setActionableMode(enabled, position); - // If the partner side refused to cooperate, the whole locking.View must not enter actionable mode - if (!targetView.lockingPartner.actionableMode) { - targetView.setActionableMode(false); - result = false; - } - } - return result; - } else { - return false; - } - } else { - this.relayFn('setActionableMode', [ - false - ]); - } - }, - onUpdate: function() { - Ext.suspendLayouts(); - this.relayFn('onUpdate', arguments); - Ext.resumeLayouts(true); - }, - refresh: function() { - Ext.suspendLayouts(); - this.relayFn('refresh', arguments); - Ext.resumeLayouts(true); - }, - refreshView: function() { - Ext.suspendLayouts(); - this.relayFn('refreshView', arguments); - Ext.resumeLayouts(true); - }, - getNode: function(nodeInfo) { - // default to the normal view - return this.normalView.getNode(nodeInfo); - }, - getRow: function(nodeInfo) { - // default to the normal view - return this.normalView.getRow(nodeInfo); - }, - getCell: function(record, column) { - var view = this.getViewForColumn(column), - row = view.getRow(record); - return Ext.fly(row).down(column.getCellSelector()); - }, - indexOf: function(record) { - var result = this.lockedView.indexOf(record); - if (!result) { - result = this.normalView.indexOf(record); - } - return result; - }, - focus: function() { - // Delegate to the view of first visible child tablepanel of the owning lockable assembly. - var target = this.ownerGrid.down('>tablepanel:not(hidden)>tableview'); - if (target) { - target.focus(); - } - }, - focusRow: function(row) { - var view, - // Access lastFocused directly because getter nulls it if the record is no longer in view - // and all we are interested in is the lastFocused View. - lastFocused = this.getNavigationModel().lastFocused; - view = lastFocused ? lastFocused.view : this.normalView; - view.focusRow(row); - }, - focusCell: function(position) { - position.view.focusCell(position); - }, - onRowFocus: function() { - this.relayFn('onRowFocus', arguments); - }, - isVisible: function(deep) { - return this.ownerGrid.isVisible(deep); - }, - getFocusEl: function() { - var view, - // Access lastFocused directly because getter nulls it if the record is no longer in view - // and all we are interested in is the lastFocused View. - lastFocused = this.getNavigationModel().lastFocused; - view = lastFocused ? lastFocused.view : this.normalView; - return view.getFocusEl(); - }, - // Old API. Used by tests now to test coercion of navigation from hidden column to closest visible. - // Position.column includes all columns including hidden ones. - getCellInclusive: function(pos, returnDom) { - var col = pos.column, - lockedSize = this.lockedGrid.getColumnManager().getColumns().length; - // Normalize view - if (col >= lockedSize) { - // Make a copy so we don't mutate the passed object - pos = Ext.apply({}, pos); - pos.column -= lockedSize; - return this.normalView.getCellInclusive(pos, returnDom); - } else { - return this.lockedView.getCellInclusive(pos, returnDom); - } - }, - getHeaderByCell: function(cell) { - if (cell) { - return this.getVisibleColumnManager().getHeaderById(cell.getAttribute('data-columnId')); - } - return false; - }, - onRowSelect: function() { - this.relayFn('onRowSelect', arguments); - }, - onRowDeselect: function() { - this.relayFn('onRowDeselect', arguments); - }, - onCellSelect: function(cellContext) { - // Pass a contextless cell descriptor to the child view - cellContext.column.getView().onCellSelect({ - record: cellContext.record, - column: cellContext.column - }); - }, - onCellDeselect: function(cellContext) { - // Pass a contextless cell descriptor to the child view - cellContext.column.getView().onCellDeselect({ - record: cellContext.record, - column: cellContext.column - }); - }, - getCellByPosition: function(pos, returnDom) { - var me = this, - view = pos.view, - col = pos.column; - // Access the real Ext.view.Table for the specified Column - if (view === me) { - pos = new Ext.grid.CellContext(col.getView()).setPosition(pos.record, pos.column); - } - return view.getCellByPosition(pos, returnDom); - }, - getRecord: function(node) { - var result = this.lockedView.getRecord(node); - if (!result) { - result = this.normalView.getRecord(node); - } - return result; - }, - scrollBy: function() { - var normal = this.normalView; - normal.scrollBy.apply(normal, arguments); - }, - ensureVisible: function() { - var normal = this.normalView; - normal.ensureVisible.apply(normal, arguments); - }, - disable: function() { - this.relayFn('disable', arguments); - }, - enable: function() { - this.relayFn('enable', arguments); - }, - addElListener: function() { - this.relayFn('addElListener', arguments); - }, - refreshNode: function() { - this.relayFn('refreshNode', arguments); - }, - addRowCls: function() { - this.relayFn('addRowCls', arguments); - }, - removeRowCls: function() { - this.relayFn('removeRowCls', arguments); - }, - destroy: function() { - var me = this; - me.rendered = false; - // Unbind from the dataSource we bound to in constructor - me.bindStore(null, false, 'dataSource'); - Ext.destroy(me.lockedViewEventRelayers, me.normalViewEventRelayers); - me.lockedViewEventRelayers = me.normalViewEventRelayers = null; - me.callParent(); - Ext.destroy(me.loadMask, me.navigationModel, me.selModel); - me.lockedView.lockingPartner = me.normalView.lockingPartner = null; - me.lockedGrid = me.lockedView = me.normalGrid = me.normalView = null; - me.loadMask = me.navigationModel = me.selModel = me.headerCt = null; - me.ownerGrid = me.storeListeners = null; - } -}, function() { - this.borrow(Ext.Component, [ - 'up' - ]); - this.borrow(Ext.view.AbstractView, [ - 'doFirstRefresh', - 'applyFirstRefresh' - ]); - this.borrow(Ext.view.Table, [ - 'cellSelector', - 'selectedCellCls', - 'selectedItemCls' - ]); -}); - -/** - * @private - * - * Lockable is a private mixin which injects lockable behavior into any - * TablePanel subclass such as GridPanel or TreePanel. TablePanel will - * automatically inject the Ext.grid.locking.Lockable mixin in when one of the - * these conditions are met: - * - * - The TablePanel has the lockable configuration set to true - * - One of the columns in the TablePanel has locked set to true/false - * - * Each TablePanel subclass must register an alias. It should have an array - * of configurations to copy to the 2 separate tablepanels that will be generated - * to note what configurations should be copied. These are named normalCfgCopy and - * lockedCfgCopy respectively. - * - * Configurations which are specified in this class will be available on any grid or - * tree which is using the lockable functionality. - * - * By default the two grids, "locked" and "normal" will be arranged using an {@link Ext.layout.container.HBox hbox} - * layout. If the lockable grid is configured with `{@link #split split:true}`, a vertical splitter - * will be placed between the two grids to resize them. - * - * It is possible to override the layout of the lockable grid, or example, you may wish to - * use a border layout and have one of the grids collapsible. - */ -Ext.define('Ext.grid.locking.Lockable', { - alternateClassName: 'Ext.grid.Lockable', - requires: [ - 'Ext.grid.locking.View', - 'Ext.grid.header.Container', - 'Ext.grid.locking.HeaderContainer', - 'Ext.view.Table' - ], - /** - * @cfg {Boolean} syncRowHeight Synchronize rowHeight between the normal and - * locked grid view. This is turned on by default. If your grid is guaranteed - * to have rows of all the same height, you should set this to false to - * optimize performance. - */ - syncRowHeight: true, - /** - * @cfg {String} subGridXType The xtype of the subgrid to specify. If this is - * not specified lockable will determine the subgrid xtype to create by the - * following rule. Use the superclasses xtype if the superclass is NOT - * tablepanel, otherwise use the xtype itself. - */ - /** - * @cfg {Object} lockedViewConfig A view configuration to be applied to the - * locked side of the grid. Any conflicting configurations between lockedViewConfig - * and viewConfig will be overwritten by the lockedViewConfig. - */ - /** - * @cfg {Object} normalViewConfig A view configuration to be applied to the - * normal/unlocked side of the grid. Any conflicting configurations between normalViewConfig - * and viewConfig will be overwritten by the normalViewConfig. - */ - headerCounter: 0, - /** - * @cfg {Number} scrollDelta - * Number of pixels to scroll when scrolling the locked section with mousewheel. - */ - scrollDelta: 40, - /** - * @cfg {Object} lockedGridConfig - * Any special configuration options for the locked part of the grid - */ - /** - * @cfg {Object} normalGridConfig - * Any special configuration options for the normal part of the grid - */ - /** - * @cfg {Boolean} [split=false] - * Configure as true to place a resizing {@link Ext.resizer.Splitter splitter} between the locked - * and unlocked columns. - */ - /** - * @cfg {Object} [layout] - * By default, a lockable grid uses an {@link Ext.layout.container.HBox HBox} layout to arrange - * the two grids (possibly separated by a splitter). - * - * Using this config it is possible to specify a different layout to arrange the two grids. - */ - /** - * @cfg stateEvents - * @inheritdoc Ext.state.Stateful#cfg-stateEvents - * @localdoc Adds the following stateEvents: - * - * - {@link #event-lockcolumn} - * - {@link #event-unlockcolumn} - */ - lockedGridCls: Ext.baseCSSPrefix + 'grid-inner-locked', - normalGridCls: Ext.baseCSSPrefix + 'grid-inner-normal', - lockingBodyCls: Ext.baseCSSPrefix + 'grid-locking-body', - // i8n text - // - unlockText: 'Unlock', - // - // - lockText: 'Lock', - // - // Required for the Lockable Mixin. These are the configurations which will be copied to the - // normal and locked sub tablepanels - bothCfgCopy: [ - 'hideHeaders', - 'enableColumnHide', - 'enableColumnMove', - 'enableColumnResize', - 'sortableColumns', - 'multiColumnSort', - 'columnLines', - 'rowLines', - 'variableRowHeight', - 'numFromEdge', - 'trailingBufferZone', - 'leadingBufferZone', - 'scrollToLoadBuffer', - 'syncRowHeight' - ], - normalCfgCopy: [ - 'scroll' - ], - lockedCfgCopy: [], - /** - * @event processcolumns - * Fires when the configured (or **reconfigured**) column set is split into two depending on the {@link Ext.grid.column.Column#locked locked} flag. - * @param {Ext.grid.column.Column[]} lockedColumns The locked columns. - * @param {Ext.grid.column.Column[]} normalColumns The normal columns. - */ - /** - * @event lockcolumn - * Fires when a column is locked. - * @param {Ext.grid.Panel} this The gridpanel. - * @param {Ext.grid.column.Column} column The column being locked. - */ - /** - * @event unlockcolumn - * Fires when a column is unlocked. - * @param {Ext.grid.Panel} this The gridpanel. - * @param {Ext.grid.column.Column} column The column being unlocked. - */ - determineXTypeToCreate: function(lockedSide) { - var me = this, - typeToCreate, xtypes, xtypesLn, xtype, superxtype; - if (me.subGridXType) { - typeToCreate = me.subGridXType; - } else { - // Treeness only moves down into the locked side. - // The normal side is always just a grid - if (!lockedSide) { - return 'gridpanel'; - } - xtypes = this.getXTypes().split('/'); - xtypesLn = xtypes.length; - xtype = xtypes[xtypesLn - 1]; - superxtype = xtypes[xtypesLn - 2]; - if (superxtype !== 'tablepanel') { - typeToCreate = superxtype; - } else { - typeToCreate = xtype; - } - } - return typeToCreate; - }, - // injectLockable will be invoked before initComponent's parent class implementation - // is called, so throughout this method this. are configurations - injectLockable: function() { - // The child grids are focusable, not this one - this.focusable = false; - // ensure lockable is set to true in the TablePanel - this.lockable = true; - // Instruct the TablePanel it already has a view and not to create one. - // We are going to aggregate 2 copies of whatever TablePanel we are using - this.hasView = true; - var me = this, - scrollbarSize = Ext.getScrollbarSize(), - scrollbarWidth = scrollbarSize.width, - store = me.store = Ext.StoreManager.lookup(me.store), - lockedViewConfig = me.lockedViewConfig, - normalViewConfig = me.normalViewConfig, - Obj = Ext.Object, - // Hash of {lockedFeatures:[],normalFeatures:[]} - allFeatures, // Hash of {topPlugins:[],lockedPlugins:[],normalPlugins:[]} - allPlugins, lockedGrid, normalGrid, i, columns, lockedHeaderCt, normalHeaderCt, - viewConfig = me.viewConfig, - // When setting the loadMask value, the viewConfig wins if it is defined. - loadMaskCfg = viewConfig && viewConfig.loadMask, - loadMask = (loadMaskCfg !== undefined) ? loadMaskCfg : me.loadMask, - bufferedRenderer = me.bufferedRenderer, - clipVertLockedScrollbar = scrollbarWidth > 0 && Ext.supports.touchScroll !== 2, - rtl = me.getInherited().rtl; - allFeatures = me.constructLockableFeatures(); - // This is just a "shell" Panel which acts as a Container for the two grids and must not use the features - me.features = null; - // Distribute plugins to whichever Component needs them - allPlugins = me.constructLockablePlugins(); - me.plugins = allPlugins.topPlugins; - lockedGrid = { - id: me.id + '-locked', - $initParent: me, - isLocked: true, - bufferedRenderer: bufferedRenderer, - ownerGrid: me, - ownerLockable: me, - xtype: me.determineXTypeToCreate(true), - store: store, - // if the browser's scrollbars take up space we always reserve space for the - // vertical scrollbar on the locked side. This allows us to hide the vertical - // scrollbar by clipping it using the locked grid's body element. - reserveScrollbar: clipVertLockedScrollbar, - scrollable: { - indicators: { - x: true, - y: false - } - }, - scrollerOwner: false, - // Lockable does NOT support animations for Tree - // Because the right side is just a grid, and the grid view doen't animate bulk insertions/removals - animate: false, - border: false, - cls: me.lockedGridCls, - // Usually a layout in one side necessitates the laying out of the other side even if each is fully - // managed in both dimensions, and is therefore a layout root. - // The only situation that we do *not* want layouts to escape into the owning lockable assembly - // is when using a border layout and any of the border regions is floated from a collapsed state. - isLayoutRoot: function() { - return this.floatedFromCollapse || me.normalGrid.floatedFromCollapse; - }, - features: allFeatures.lockedFeatures, - plugins: allPlugins.lockedPlugins - }; - normalGrid = { - id: me.id + '-normal', - $initParent: me, - isLocked: false, - bufferedRenderer: bufferedRenderer, - ownerGrid: me, - ownerLockable: me, - xtype: me.determineXTypeToCreate(), - store: store, - // Pass down our reserveScrollbar to the normal side: - reserveScrollbar: me.reserveScrollbar, - scrollerOwner: false, - border: false, - cls: me.normalGridCls, - // As described above, isolate layouts when floated out from a collapsed border region. - isLayoutRoot: function() { - return this.floatedFromCollapse || me.lockedGrid.floatedFromCollapse; - }, - features: allFeatures.normalFeatures, - plugins: allPlugins.normalPlugins - }; - me.addCls(Ext.baseCSSPrefix + 'grid-locked'); - // Copy appropriate configurations to the respective aggregated tablepanel instances. - // Pass 4th param true to NOT exclude those settings on our prototype. - // Delete them from the master tablepanel. - Ext.copy(normalGrid, me, me.bothCfgCopy, true); - Ext.copy(lockedGrid, me, me.bothCfgCopy, true); - Ext.copy(normalGrid, me, me.normalCfgCopy, true); - Ext.copy(lockedGrid, me, me.lockedCfgCopy, true); - Ext.apply(normalGrid, me.normalGridConfig); - Ext.apply(lockedGrid, me.lockedGridConfig); - for (i = 0; i < me.normalCfgCopy.length; i++) { - delete me[me.normalCfgCopy[i]]; - } - for (i = 0; i < me.lockedCfgCopy.length; i++) { - delete me[me.lockedCfgCopy[i]]; - } - me.addStateEvents([ - 'lockcolumn', - 'unlockcolumn' - ]); - columns = me.processColumns(me.columns || [], lockedGrid); - lockedGrid.columns = columns.locked; - // If no locked columns, hide the locked grid - if (!lockedGrid.columns.items.length) { - lockedGrid.hidden = true; - } - normalGrid.columns = columns.normal; - if (!normalGrid.columns.items.length) { - normalGrid.hidden = true; - } - // normal grid should flex the rest of the width - normalGrid.flex = 1; - // Chain view configs to avoid mutating user's config - lockedGrid.viewConfig = lockedViewConfig = (lockedViewConfig ? Obj.chain(lockedViewConfig) : {}); - normalGrid.viewConfig = normalViewConfig = (normalViewConfig ? Obj.chain(normalViewConfig) : {}); - lockedViewConfig.loadingUseMsg = false; - lockedViewConfig.loadMask = false; - if (clipVertLockedScrollbar) { - if (rtl) { - lockedViewConfig.margin = '0 0 0 -' + scrollbarWidth + 'px'; - } else { - lockedViewConfig.margin = '0 -' + scrollbarWidth + 'px 0 0'; - } - } - normalViewConfig.loadMask = false; - if (viewConfig && viewConfig.id) { - Ext.log.warn('id specified on Lockable viewConfig, it will be shared between both views: "' + viewConfig.id + '"'); - } - Ext.applyIf(lockedViewConfig, viewConfig); - Ext.applyIf(normalViewConfig, viewConfig); - // Allow developer to configure the layout. - // Instantiate the layout so its type can be ascertained. - if (!me.initialConfig.layout) { - me.layout = { - type: 'hbox', - align: 'stretch' - }; - } - me.getLayout(); - // Sanity check the split config. - // Only allowed to insert a splitter between the two grids if it's a box layout - if (me.layout.type === 'border') { - if (me.split) { - lockedGrid.split = true; - } - if (!lockedGrid.region) { - lockedGrid.region = 'west'; - } - if (!normalGrid.region) { - normalGrid.region = 'center'; - } - me.addCls(Ext.baseCSSPrefix + 'grid-locked-split'); - } - if (!(me.layout instanceof Ext.layout.container.Box)) { - me.split = false; - } - // The LockingView is a pseudo view which owns the two grids. - // It listens for store events and relays the calls into each view bracketed by a layout suspension. - me.view = new Ext.grid.locking.View({ - loadMask: loadMask, - locked: lockedGrid, - normal: normalGrid, - ownerGrid: me - }); - // after creating the locking view we now have Grid instances for both locked and - // unlocked sides - lockedGrid = me.lockedGrid; - normalGrid = me.normalGrid; - // make the locked/unlocked sides mirror each other's vertical scroll positions. - normalGrid.getView().getScrollable().addPartner(lockedGrid.getView().getScrollable(), 'y'); - // Extract the instantiated views from the locking View. - // The locking View injects lockingGrid and normalGrid into this lockable panel. - // This is because during constraction, it must be possible for descendant components - // to navigate up to the owning lockable panel and then down into either side. - // We need to keep horizontal scrollbar appearance in the locked side - // synched with that on the normal side. - if (scrollbarSize.height && Ext.supports.touchScroll !== 2) { - lockedGrid.on({ - afterlayout: me.afterLockedViewLayout, - scope: me - }); - // Ensure the overflow flags have been calculated from the various overflow configs - lockedGrid.getView().getOverflowStyle(); - } - lockedHeaderCt = lockedGrid.headerCt; - normalHeaderCt = normalGrid.headerCt; - if (clipVertLockedScrollbar && !rtl) { - // if we are clipping the locked vertical scrollbar, we do not want the - // headerCt to reserve room for one - lockedHeaderCt.reserveScrollbar = false; - } - // The top grid, and the LockingView both need to have a headerCt which is usable. - // It is part of their private API that framework code uses when dealing with a grid or grid view - me.headerCt = me.view.headerCt = new Ext.grid.locking.HeaderContainer(me); - lockedHeaderCt.lockedCt = true; - lockedHeaderCt.lockableInjected = true; - normalHeaderCt.lockableInjected = true; - lockedHeaderCt.on({ - add: me.delaySyncLockedWidth, - remove: me.delaySyncLockedWidth, - columnshow: me.delaySyncLockedWidth, - columnhide: me.delaySyncLockedWidth, - sortchange: me.onLockedHeaderSortChange, - columnresize: me.delaySyncLockedWidth, - scope: me - }); - normalHeaderCt.on({ - add: me.delaySyncLockedWidth, - remove: me.delaySyncLockedWidth, - columnshow: me.delaySyncLockedWidth, - columnhide: me.delaySyncLockedWidth, - sortchange: me.onNormalHeaderSortChange, - scope: me - }); - me.modifyHeaderCt(); - me.items = [ - lockedGrid - ]; - if (me.split) { - me.addCls(Ext.baseCSSPrefix + 'grid-locked-split'); - me.items[1] = { - xtype: 'splitter' - }; - } - me.items.push(normalGrid); - me.relayHeaderCtEvents(lockedHeaderCt); - me.relayHeaderCtEvents(normalHeaderCt); - // The top level Lockable container does not get bound to the store, so we need to programatically add the relayer so that - // The filterchange state event is fired. - // - // TreePanel also relays the beforeload and load events, so - me.storeRelayers = me.relayEvents(store, [ - /** - * @event filterchange - * @inheritdoc Ext.data.Store#filterchange - */ - 'filterchange', - /** - * @event groupchange - * @inheritdoc Ext.data.Store#groupchange - */ - 'groupchange', - /** - * @event beforeload - * @inheritdoc Ext.data.Store#beforeload - */ - 'beforeload', - /** - * @event load - * @inheritdoc Ext.data.Store#load - */ - 'load' - ]); - // Only need to relay from the normalGrid. Since it's created after the lockedGrid, - // we can be confident to only listen to it. - me.gridRelayers = me.relayEvents(normalGrid, [ - /** - * @event viewready - * @inheritdoc Ext.panel.Table#viewready - */ - 'viewready' - ]); - }, - afterInjectLockable: function() { - delete this.lockedGrid.$initParent; - delete this.normalGrid.$initParent; - }, - getLockingViewConfig: function() { - return { - xclass: 'Ext.grid.locking.View', - locked: this.lockedGrid, - normal: this.normalGrid, - panel: this - }; - }, - processColumns: function(columns, lockedGrid) { - // split apart normal and locked - var me = this, - i, len, column, - cp = new Ext.grid.header.Container({ - "$initParent": me - }), - lockedHeaders = [], - normalHeaders = [], - lockedHeaderCt = { - itemId: 'lockedHeaderCt', - stretchMaxPartner: '^^>>#normalHeaderCt', - items: lockedHeaders - }, - normalHeaderCt = { - itemId: 'normalHeaderCt', - stretchMaxPartner: '^^>>#lockedHeaderCt', - items: normalHeaders - }, - result = { - locked: lockedHeaderCt, - normal: normalHeaderCt - }, - copy; - // In case they specified a config object with items... - if (Ext.isObject(columns)) { - Ext.applyIf(lockedHeaderCt, columns); - Ext.applyIf(normalHeaderCt, columns); - copy = Ext.apply({}, columns); - delete copy.items; - Ext.apply(cp, copy); - columns = columns.items; - } - // Treat the column header as though we're just creating an instance, since this - // doesn't follow the normal column creation pattern - cp.constructing = true; - for (i = 0 , len = columns.length; i < len; ++i) { - column = columns[i]; - // Use the HeaderContainer object to correctly configure and create the column. - // MUST instantiate now because the locked or autoLock config which we read here might be in the prototype. - // MUST use a Container instance so that defaults from an object columns config get applied. - if (!column.isComponent) { - column = cp.applyDefaults(column); - column.$initParent = cp; - column = cp.lookupComponent(column); - delete column.$initParent; - } - // mark the column as processed so that the locked attribute does not - // trigger the locked subgrid to try to become a split lockable grid itself. - column.processed = true; - if (column.locked || column.autoLock) { - lockedHeaders.push(column); - } else { - normalHeaders.push(column); - } - } - me.fireEvent('processcolumns', me, lockedHeaders, normalHeaders); - cp.destroy(); - return result; - }, - // Due to automatic component border setting using inline style, to create the scrollbar-replacing - // bottom border, we have to postprocess the locked view *after* render. - // A tall bottom border takes the place of a horiz scrollbar if the opposite side has a horiz scrollbar. - // When we can use overflow-x: scroll to create a matching scrollbar, we do this instead. - afterLockedViewLayout: function() { - var me = this, - lockedGrid = me.lockedGrid, - normalGrid = me.normalGrid, - lockedView = lockedGrid.getView(), - normalView = normalGrid.getView(), - lockedViewHorizScrollBar = lockedView.scrollFlags.x && lockedGrid.headerCt.tooNarrow, - normalViewHorizScrollBar = normalView.scrollFlags.x && normalGrid.headerCt.tooNarrow, - normalScroller = normalView.getScrollable(), - lockedScroller = lockedView.getScrollable(); - if (lockedViewHorizScrollBar !== normalViewHorizScrollBar) { - if (lockedViewHorizScrollBar) { - normalScroller.setX('scroll'); - lockedScroller.setX(true); - } else { - lockedScroller.setX('scroll'); - normalScroller.setX(true); - } - } else { - lockedScroller.setX(normalViewHorizScrollBar ? 'scroll' : true); - normalScroller.setX(true); - } - }, - ensureLockedVisible: function() { - this.lockedGrid.ensureVisible.apply(this.lockedGrid, arguments); - this.normalGrid.ensureVisible.apply(this.normalGrid, arguments); - }, - onLockedViewMouseWheel: function(e) { - var me = this, - deltaY = -me.scrollDelta * e.getWheelDeltas().y, - lockedView = me.lockedGrid.getView(), - lockedViewElDom = lockedView.el.dom, - scrollTop, verticalCanScrollDown, verticalCanScrollUp; - if (!me.ignoreMousewheel) { - if (lockedViewElDom) { - scrollTop = lockedView.getScrollY(); - verticalCanScrollDown = scrollTop !== lockedViewElDom.scrollHeight - lockedViewElDom.clientHeight; - verticalCanScrollUp = scrollTop !== 0; - } - if ((deltaY < 0 && verticalCanScrollUp) || (deltaY > 0 && verticalCanScrollDown)) { - e.stopEvent(); - // Inhibit processing of any scroll events we *may* cause here. - // Some OSs do not fire a scroll event when we set the scrollTop of an overflow:hidden element, - // so we invoke the scroll handler programatically below. - scrollTop += deltaY; - lockedView.setScrollY(scrollTop); - me.normalGrid.getView().setScrollY(scrollTop); - // Invoke the scroll event handler programatically to sync everything. - me.onNormalViewScroll(); - } - } - }, - onLockedViewScroll: function() { - var me = this, - lockedView = me.lockedGrid.getView(), - normalView = me.normalGrid.getView(), - lockedScrollTop = lockedView.getScrollY(), - normalScrollTop = normalView.getScrollY(), - normalTable, lockedTable; - if (normalScrollTop !== lockedScrollTop) { - normalView.setScrollY(lockedScrollTop); - // For buffered views, the absolute position is important as well as scrollTop - if (normalView.bufferedRenderer) { - lockedTable = lockedView.body.dom; - normalTable = normalView.body.dom; - normalTable.style.position = 'absolute'; - normalTable.style.top = lockedTable.style.top; - } - } - }, - onNormalViewScroll: function() { - var me = this, - lockedView = me.lockedGrid.getView(), - normalView = me.normalGrid.getView(), - lockedScrollTop = lockedView.getScrollY(), - normalScrollTop = normalView.getScrollY(), - lockedRowContainer; - if (normalScrollTop !== lockedScrollTop) { - lockedView.setScrollY(normalScrollTop); - // For buffered views, the absolute position is important as well as scrollTop - if (normalView.bufferedRenderer) { - lockedRowContainer = lockedView.body; - // If we have attached the Fly to a DOM (will not have happened if all locked columns are hidden) - if (lockedRowContainer.dom) { - lockedRowContainer.dom.style.position = 'absolute'; - lockedRowContainer.translate(null, normalView.bufferedRenderer.bodyTop); - } - } - } - }, - /** - * Synchronizes the row heights between the locked and non locked portion of the grid for each - * row. If one row is smaller than the other, the height will be increased to match the larger one. - */ - syncRowHeights: function() { - // This is now called on animationFrame. It may have been destroyed in the interval. - if (!this.destroyed) { - var me = this, - normalView = me.normalGrid.getView(), - lockedView = me.lockedGrid.getView(), - // These will reset any forced height styles from the last sync - normalSync = normalView.syncRowHeightBegin(), - lockedSync = lockedView.syncRowHeightBegin(), - scrollTop; - // Now bulk measure everything - normalView.syncRowHeightMeasure(normalSync); - lockedView.syncRowHeightMeasure(lockedSync); - // Now write out all the explicit heights we need to sync up - normalView.syncRowHeightFinish(normalSync, lockedSync); - lockedView.syncRowHeightFinish(lockedSync, normalSync); - // Synchronize the scrollTop positions of the two views - scrollTop = normalView.getScrollY(); - lockedView.setScrollY(scrollTop); - } - }, - // inject Lock and Unlock text - // Hide/show Lock/Unlock options - modifyHeaderCt: function() { - var me = this; - me.lockedGrid.headerCt.getMenuItems = me.getMenuItems(me.lockedGrid.headerCt.getMenuItems, true); - me.normalGrid.headerCt.getMenuItems = me.getMenuItems(me.normalGrid.headerCt.getMenuItems, false); - me.lockedGrid.headerCt.showMenuBy = Ext.Function.createInterceptor(me.lockedGrid.headerCt.showMenuBy, me.showMenuBy); - me.normalGrid.headerCt.showMenuBy = Ext.Function.createInterceptor(me.normalGrid.headerCt.showMenuBy, me.showMenuBy); - }, - onUnlockMenuClick: function() { - this.unlock(); - }, - onLockMenuClick: function() { - this.lock(); - }, - showMenuBy: function(clickEvent, t, header) { - var menu = this.getMenu(), - unlockItem = menu.down('#unlockItem'), - lockItem = menu.down('#lockItem'), - sep = unlockItem.prev(); - if (header.lockable === false) { - sep.hide(); - unlockItem.hide(); - lockItem.hide(); - } else { - sep.show(); - unlockItem.show(); - lockItem.show(); - if (!unlockItem.initialConfig.disabled) { - unlockItem.setDisabled(header.lockable === false); - } - if (!lockItem.initialConfig.disabled) { - lockItem.setDisabled(!header.isLockable()); - } - } - }, - getMenuItems: function(getMenuItems, locked) { - var me = this, - unlockText = me.unlockText, - lockText = me.lockText, - unlockCls = Ext.baseCSSPrefix + 'hmenu-unlock', - lockCls = Ext.baseCSSPrefix + 'hmenu-lock', - unlockHandler = me.onUnlockMenuClick.bind(me), - lockHandler = me.onLockMenuClick.bind(me); - // runs in the scope of headerCt - return function() { - // We cannot use the method from HeaderContainer's prototype here - // because other plugins or features may already have injected an implementation - var o = getMenuItems.call(this); - o.push('-', { - itemId: 'unlockItem', - iconCls: unlockCls, - text: unlockText, - handler: unlockHandler, - disabled: !locked - }); - o.push({ - itemId: 'lockItem', - iconCls: lockCls, - text: lockText, - handler: lockHandler, - disabled: locked - }); - return o; - }; - }, - syncTaskDelay: 1, - delaySyncLockedWidth: function() { - var me = this, - task = me.syncLockedWidthTask; - // If no rows to sync, do not schedule a sync operation - if (!me.view.all.getCount()) { - return; - } - if (!task) { - task = me.syncLockedWidthTask = new Ext.util.DelayedTask(me.syncLockedWidth, me); - } - // Only useful for unit testing so we don't have to mess around with timers - if (me.syncTaskDelay === 0) { - me.syncLockedWidth(); - } else { - task.delay(1); - } - }, - /** - * @private - * Updates the overall view after columns have been resized, or moved from - * the locked to unlocked side or vice-versa. - * - * If all columns are removed from either side, that side must be hidden, and the - * sole remaining column owning grid then becomes *the* grid. It must flex to occupy the - * whole of the locking view. And it must also allow scrolling. - * - * If columns are shared between the two sides, the *locked* grid shrinkwraps the - * width of the visible locked columns while the normal grid flexes in what space remains. - * - * @return {Boolean} `true` if there are visible locked columns which need refreshing. - * - */ - syncLockedWidth: function() { - var me = this, - rendered = me.rendered, - locked = me.lockedGrid, - lockedView = locked.view, - normal = me.normalGrid, - lockedColCount = locked.getVisibleColumnManager().getColumns().length, - normalColCount = normal.getVisibleColumnManager().getColumns().length, - task = me.syncLockedWidthTask; - // If we are called directly, veto any existing task. - if (task) { - task.cancel(); - } - Ext.suspendLayouts(); - // If there are still visible normal columns, then the normal grid will flex - // while we effectively shrinkwrap the width of the locked columns - if (normalColCount) { - normal.show(); - if (lockedColCount) { - // The locked grid shrinkwraps the total column width while the normal grid flexes in what remains - // UNLESS it has been set to forceFit - if (rendered && locked.shrinkWrapColumns && !locked.headerCt.forceFit) { - delete locked.flex; - // Don't pass the purge flag here - // Use gridPanelBorderWidth as measured in Ext.table.Panel#onRender - // TODO: Use shrinkWrapDock on the locked grid when it works. - locked.setWidth(locked.headerCt.getTableWidth() + locked.gridPanelBorderWidth); - } - locked.addCls(me.lockedGridCls); - locked.show(); - if (locked.split) { - me.child('splitter').show(); - me.addCls(Ext.baseCSSPrefix + 'grid-locked-split'); - } - } else { - // No visible locked columns: hide the locked grid - // We also need to trigger a clearViewEl to clear out any - // old dom nodes - if (rendered) { - locked.getView().clearViewEl(true); - } - locked.hide(); - if (locked.split) { - me.child('splitter').hide(); - me.removeCls(Ext.baseCSSPrefix + 'grid-locked-split'); - } - } - // Only if there is going to be an upcoming layout to correct the horizontal scrollbar setting. - if (Ext.supports.touchScroll !== 2 && Ext.Component.pendingLayouts) { - // We may have previously set horizontal placeholder scrollbar on the locked - // view to match the unlocked side. Undo this before continuing, so that - // the horizontal scrollbar does not affect the layout of the columns by - // possibly triggering a vertical scrollbar as well - lockedView.getScrollable().setX(true); - } - // Ignore mousewheel events if the view is configured to scroll vertically - if (rendered) { - me.ignoreMousewheel = lockedView.scrollFlags.y; - } - } else // There are no normal grid columns. The "locked" grid has to be *the* - // grid, and cannot have a shrinkwrapped width, but must flex the entire width. - { - normal.hide(); - // The locked now becomes *the* grid and has to flex to occupy the full view width - locked.flex = 1; - delete locked.width; - locked.removeCls(me.lockedGridCls); - locked.show(); - me.ignoreMousewheel = true; - } - Ext.resumeLayouts(true); - return [ - lockedColCount, - normalColCount - ]; - }, - onLockedHeaderSortChange: Ext.emptyFn, - onNormalHeaderSortChange: Ext.emptyFn, - // going from unlocked section to locked - /** - * Locks the activeHeader as determined by which menu is open OR a header - * as specified. - * @param {Ext.grid.column.Column} [header] Header to unlock from the locked section. - * Defaults to the header which has the menu open currently. - * @param {Number} [toIdx] The index to move the unlocked header to. - * Defaults to appending as the last item. - * @private - */ - lock: function(activeHd, toIdx, toCt) { - var me = this, - normalGrid = me.normalGrid, - lockedGrid = me.lockedGrid, - normalView = normalGrid.view, - lockedView = lockedGrid.view, - normalHCt = normalGrid.headerCt, - refreshFlags, ownerCt, hadFocus, normalScrollY; - activeHd = activeHd || normalHCt.getMenu().activeHeader; - hadFocus = activeHd.hasFocus; - toCt = toCt || lockedGrid.headerCt; - ownerCt = activeHd.ownerCt; - // isLockable will test for making the locked side too wide - if (!activeHd.isLockable()) { - return; - } - // if column was previously flexed, get/set current width - // and remove the flex - if (activeHd.flex && lockedGrid.shrinkWrapColumns) { - activeHd.width = activeHd.getWidth(); - activeHd.flex = null; - } - Ext.suspendLayouts(); - // If hidden, we need to show it now or the locked headerCt's VisibleColumnManager may be out of sync as - // headers are only added to a visible manager if they are not explicity hidden or hierarchically hidden. - if (lockedGrid.hidden) { - // The locked side's BufferedRenderer has never has a resize passed in, so its viewSize will be the default - // viewSize, out of sync with the normal side. Synchronize the viewSize before the two sides are refreshed. - if (!lockedGrid.componentLayoutCounter) { - if (lockedView.bufferedRenderer) { - lockedView.bufferedRenderer.onViewResize(lockedView, 0, normalView.getHeight()); - } - normalScrollY = normalView.getScrollY(); - } - lockedGrid.show(); - } - // We decide which views to refresh. Do not let the grids do it in response to column changes - normalView.blockRefresh = lockedView.blockRefresh = true; - // Keep the column in the hierarchy during the move. - // So that grid.isAncestor(column) still returns true, and SpreadsheetModel does not deselect - activeHd.ownerCmp = activeHd.ownerCt; - ownerCt.remove(activeHd, false); - activeHd.locked = true; - // Flag to the locked column add listener to do nothing - if (Ext.isDefined(toIdx)) { - toCt.insert(toIdx, activeHd); - } else { - toCt.add(activeHd); - } - normalView.blockRefresh = lockedView.blockRefresh = false; - activeHd.ownerCmp = null; - refreshFlags = me.syncLockedWidth(); - if (refreshFlags[0]) { - lockedGrid.getView().refreshView(); - } - if (refreshFlags[1]) { - normalGrid.getView().refreshView(); - } - me.fireEvent('lockcolumn', me, activeHd); - Ext.resumeLayouts(true); - if (normalScrollY) { - lockedView.setScrollY(normalScrollY); - normalView.setScrollY(normalScrollY); - } - if (hadFocus) { - activeHd.focus(); - } - }, - // going from locked section to unlocked - /** - * Unlocks the activeHeader as determined by which menu is open OR a header - * as specified. - * @param {Ext.grid.column.Column} [header] Header to unlock from the locked section. - * Defaults to the header which has the menu open currently. - * @param {Number} [toIdx=0] The index to move the unlocked header to. - * @private - */ - unlock: function(activeHd, toIdx, toCt) { - var me = this, - normalGrid = me.normalGrid, - lockedGrid = me.lockedGrid, - normalView = normalGrid.view, - lockedView = lockedGrid.view, - lockedHCt = lockedGrid.headerCt, - refreshFlags, hadFocus; - // Unlocking; user expectation is that the unlocked column is inserted at the beginning. - if (!Ext.isDefined(toIdx)) { - toIdx = 0; - } - activeHd = activeHd || lockedHCt.getMenu().activeHeader; - hadFocus = activeHd.hasFocus; - toCt = toCt || normalGrid.headerCt; - Ext.suspendLayouts(); - // We decide which views to refresh. Do not let the grids do it in response to column changes - normalView.blockRefresh = lockedView.blockRefresh = true; - // Keep the column in the hierarchy during the move. - // So that grid.isAncestor(column) still returns true, and SpreadsheetModel does not deselect - activeHd.ownerCmp = activeHd.ownerCt; - activeHd.ownerCt.remove(activeHd, false); - activeHd.locked = false; - toCt.insert(toIdx, activeHd); - normalView.blockRefresh = lockedView.blockRefresh = false; - activeHd.ownerCmp = null; - // syncLockedWidth returns visible column counts for both grids. - // only refresh what needs refreshing - refreshFlags = me.syncLockedWidth(); - if (refreshFlags[0]) { - lockedGrid.getView().refreshView(); - } - if (refreshFlags[1]) { - normalGrid.getView().refreshView(); - } - me.fireEvent('unlockcolumn', me, activeHd); - Ext.resumeLayouts(true); - if (hadFocus) { - activeHd.focus(); - } - }, - // we want to totally override the reconfigure behaviour here, since we're creating 2 sub-grids - reconfigureLockable: function(store, columns) { - var me = this, - oldStore = me.store, - lockedGrid = me.lockedGrid, - normalGrid = me.normalGrid, - view, loadMask; - // Note that we need to process the store first in case one or more passed columns (if there are any) - // have active gridfilters with values which would filter the currently-bound store. - if (store && store !== oldStore) { - store = Ext.data.StoreManager.lookup(store); - me.store = store; - lockedGrid.view.blockRefresh = normalGrid.view.blockRefresh = true; - lockedGrid.bindStore(store); - // Subsidiary views have their bindStore changed because they must not - // bind listeners themselves. This view listens and relays calls to each view. - // BUT the dataSource and store properties must be set - view = lockedGrid.view; - view.store = store; - // If the dataSource being used by the View is *not* a FeatureStore - // (a modified view of the base Store injected by a Feature) - // Then we promote the store to be the dataSource. - // If it was a FeatureStore, then it must not be changed. A FeatureStore is mutated - // by the Feature to respond to changes in the underlying Store. - if (!view.dataSource.isFeatureStore) { - view.dataSource = store; - } - if (view.bufferedRenderer) { - view.bufferedRenderer.bindStore(store); - } - normalGrid.bindStore(store); - view = normalGrid.view; - view.store = store; - // If the dataSource being used by the View is *not* a FeatureStore - // (a modified view of the base Store injected by a Feature) - // Then we promote the store to be the dataSource. - // If it was a FeatureStore, then it must not be changed. A FeatureStore is mutated - // by the Feature to respond to changes in the underlying Store. - if (!view.dataSource.isFeatureStore) { - view.dataSource = store; - } - if (view.bufferedRenderer) { - view.bufferedRenderer.bindStore(store); - } - me.view.store = store; - // binding mask to new store - loadMask = me.view.loadMask; - if (loadMask && loadMask.isLoadMask) { - loadMask.bindStore(store); - } - me.view.bindStore(normalGrid.view.dataSource, false, 'dataSource'); - lockedGrid.view.blockRefresh = normalGrid.view.blockRefresh = false; - } - if (columns) { - // Both grids must not react to the headers being changed (See panel/Table#onHeadersChanged) - lockedGrid.reconfiguring = normalGrid.reconfiguring = true; - lockedGrid.headerCt.removeAll(); - normalGrid.headerCt.removeAll(); - columns = me.processColumns(columns, lockedGrid); - // Flag to the locked column add listener to do nothing - lockedGrid.headerCt.add(columns.locked.items); - normalGrid.headerCt.add(columns.normal.items); - lockedGrid.reconfiguring = normalGrid.reconfiguring = false; - // Ensure locked grid is set up correctly with correct width and bottom border, - // and that both grids' visibility and scrollability status is correct - me.syncLockedWidth(); - } - me.refreshCounter = lockedGrid.view.refreshCounter; - }, - afterReconfigureLockable: function() { - var lockedView = this.lockedGrid.getView(); - // If the counter hasn't changed since where we saved it previously, we haven't refreshed, - // so kick it off now. - if (this.refreshCounter === lockedView.refreshCounter) { - this.view.refresh(); - } - }, - constructLockableFeatures: function() { - var features = this.features, - feature, featureClone, lockedFeatures, normalFeatures, - i = 0, - len; - if (features) { - if (!Ext.isArray(features)) { - features = [ - features - ]; - } - lockedFeatures = []; - normalFeatures = []; - len = features.length; - for (; i < len; i++) { - feature = features[i]; - if (!feature.isFeature) { - feature = Ext.create('feature.' + feature.ftype, feature); - } - switch (feature.lockableScope) { - case 'locked': - lockedFeatures.push(feature); - break; - case 'normal': - normalFeatures.push(feature); - break; - default: - feature.lockableScope = 'both'; - lockedFeatures.push(feature); - normalFeatures.push(featureClone = feature.clone()); - // When cloned to either side, each gets a "lockingPartner" reference to the other - featureClone.lockingPartner = feature; - feature.lockingPartner = featureClone; - } - } - } - return { - normalFeatures: normalFeatures, - lockedFeatures: lockedFeatures - }; - }, - constructLockablePlugins: function() { - var plugins = this.plugins, - plugin, normalPlugin, lockedPlugin, topPlugins, lockedPlugins, normalPlugins, - i = 0, - len, lockableScope, pluginCls; - if (plugins) { - if (!Ext.isArray(plugins)) { - plugins = [ - plugins - ]; - } - topPlugins = []; - lockedPlugins = []; - normalPlugins = []; - len = plugins.length; - for (; i < len; i++) { - plugin = plugins[i]; - // Plugin will most likely already have been instantiated by the Component constructor - if (plugin.init) { - lockableScope = plugin.lockableScope; - } else // If not, it's because of late addition through a subclass's initComponent implementation, so we - // must ascertain the lockableScope directly from the class. - { - pluginCls = plugin.ptype ? Ext.ClassManager.getByAlias(('plugin.' + plugin.ptype)) : Ext.ClassManager.get(plugin.xclass); - lockableScope = pluginCls.prototype.lockableScope; - } - switch (lockableScope) { - case 'both': - lockedPlugins.push(lockedPlugin = plugin.clonePlugin()); - normalPlugins.push(normalPlugin = plugin.clonePlugin()); - // When cloned to both sides, each gets a "lockingPartner" reference to the other - lockedPlugin.lockingPartner = normalPlugin; - normalPlugin.lockingPartner = lockedPlugin; - // If the plugin has to be propagated down to both, a new plugin config object must be given to that side - // and this plugin must be destroyed. - Ext.destroy(plugin); - break; - case 'locked': - lockedPlugins.push(plugin); - break; - case 'normal': - normalPlugins.push(plugin); - break; - default: - topPlugins.push(plugin); - } - } - } - return { - topPlugins: topPlugins, - normalPlugins: normalPlugins, - lockedPlugins: lockedPlugins - }; - }, - destroyLockable: function() { - // The locking view isn't a "real" view, so we need to destroy it manually - var me = this, - task = me.syncLockedWidthTask; - if (task) { - task.cancel(); - me.syncLockedWidthTask = null; - } - // Release interceptors created in modifyHeaderCt - if (me.lockedGrid && me.lockedGrid.headerCt) { - me.lockedGrid.headerCt.showMenuBy = null; - } - if (me.normalGrid && me.normalGrid.headerCt) { - me.normalGrid.headerCt.showMenuBy = null; - } - Ext.destroy(me.view, me.headerCt); - } -}, function() { - this.borrow(Ext.Component, [ - 'constructPlugin' - ]); -}); - -/** - * @private - * Implements buffered rendering of a grid, allowing users to scroll - * through thousands of records without the performance penalties of - * rendering all the records into the DOM at once. - * - * The number of rows rendered outside the visible area can be controlled by configuring the plugin. - * - * Users should not instantiate this class. It is instantiated automatically - * and applied to all grids. - * - * ## Implementation notes - * - * This class monitors scrolling of the {@link Ext.view.Table - * TableView} within a {@link Ext.grid.Panel GridPanel} to render a small section of - * the dataset. - * - */ -Ext.define('Ext.grid.plugin.BufferedRenderer', { - extend: 'Ext.AbstractPlugin', - alias: 'plugin.bufferedrenderer', - /** - * @property {Boolean} isBufferedRenderer - * `true` in this class to identify an object as an instantiated BufferedRenderer, or subclass thereof. - */ - isBufferedRenderer: true, - lockableScope: 'both', - /** - * @cfg {Number} - * The zone which causes new rows to be appended to the view. As soon as the edge - * of the rendered grid is this number of rows from the edge of the viewport, the view is moved. - */ - numFromEdge: 2, - /** - * @cfg {Number} - * The number of extra rows to render on the trailing side of scrolling - * **outside the {@link #numFromEdge}** buffer as scrolling proceeds. - */ - trailingBufferZone: 10, - /** - * @cfg {Number} - * The number of extra rows to render on the leading side of scrolling - * **outside the {@link #numFromEdge}** buffer as scrolling proceeds. - */ - leadingBufferZone: 20, - /** - * @cfg {Boolean} [synchronousRender=true] - * By default, on detection of a scroll event which brings the end of the rendered table within - * `{@link #numFromEdge}` rows of the grid viewport, if the required rows are available in the Store, - * the BufferedRenderer will render rows from the Store *immediately* before returning from the event handler. - * This setting helps avoid the impression of whitespace appearing during scrolling. - * - * Set this to `false` to defer the render until the scroll event handler exits. This allows for faster - * scrolling, but also allows whitespace to be more easily scrolled into view. - * - */ - synchronousRender: true, - /** - * @cfg {Number} - * This is the time in milliseconds to buffer load requests when the store is a {@link Ext.data.BufferedStore buffered store} - * and a page required for rendering is not present in the store's cache and needs loading. - */ - scrollToLoadBuffer: 200, - /** - * @private - */ - viewSize: 100, - /** - * @private - */ - rowHeight: 21, - /** - * @property {Number} position - * Current pixel scroll position of the associated {@link Ext.view.Table View}. - */ - position: 0, - lastScrollDirection: 1, - bodyTop: 0, - scrollHeight: 0, - loadId: 0, - // Initialize this as a plugin - init: function(grid) { - var me = this, - view = grid.view, - viewListeners = { - scroll: me.onViewScroll, - scrollend: me.onViewScrollEnd, - refresh: me.onViewRefresh, - columnschanged: me.checkVariableRowHeight, - boxready: me.onViewBoxReady, - scope: me, - destroyable: true - }, - initialConfig = view.initialConfig; - // If we are going to be handling a NodeStore then it's driven by node addition and removal, *not* refreshing. - // The view overrides required above change the view's onAdd and onRemove behaviour to call onDataRefresh when necessary. - if (grid.isTree || (grid.ownerLockable && grid.ownerLockable.isTree)) { - view.blockRefresh = false; - // Set a load mask if undefined in the view config. - if (initialConfig && initialConfig.loadMask === undefined) { - view.loadMask = true; - } - } - if (view.positionBody) { - viewListeners.refresh = me.onViewRefresh; - } - // Only play the pointer-events;none trick on the platform it is needed on. - // Only needed when using DOM scrolling on WebKit. - // WebKit does a browser layout when you change the pointer-events style. - if (Ext.isWebKit && Ext.supports.touchScroll !== 2) { - me.needsPointerEventsFix = true; - viewListeners.scrollEnd = me.onViewScrollEnd; - } - me.grid = grid; - me.view = view; - me.isRTL = view.getInherited().rtl; - view.bufferedRenderer = me; - view.preserveScrollOnRefresh = true; - view.animate = false; - // It doesn't matter if it's a FeatureStore or a DataStore. The important thing is to only bind the same Type of - // store in future operations! - me.bindStore(view.dataSource); - // Use a configured rowHeight in the view - if (view.hasOwnProperty('rowHeight')) { - me.rowHeight = view.rowHeight; - } - me.position = 0; - me.viewListeners = view.on(viewListeners); - }, - // Keep the variableRowHeight property correct WRT variable row heights being possible. - checkVariableRowHeight: function() { - this.variableRowHeight = this.view.hasVariableRowHeight(); - }, - bindStore: function(newStore) { - var me = this, - currentStore = me.store, - view = me.view; - // If the grid was configured with a feature such as Grouping that binds a FeatureStore (GroupStore, in its case) as - // the view's dataSource, we must continue to use the same Type of store. - // - // Note that reconfiguring the grid can call into here. - if (currentStore && currentStore.isFeatureStore) { - return; - } - if (currentStore) { - me.unbindStore(); - } - me.storeListeners = newStore.on({ - scope: me, - groupchange: me.onStoreGroupChange, - clear: me.onStoreClear, - beforeload: me.onBeforeStoreLoad, - load: me.onStoreLoad, - destroyable: true - }); - me.store = newStore; - // If the view has acquired a size, calculate a new view size and scroll range when the store changes. - if (me.view.componentLayout.layoutCount) { - // Delete whatever our last viewSize might have been, and fall back to the prototype's default. - delete me.viewSize; - if (newStore.isBufferedStore) { - newStore.setViewSize(me.viewSize); - } - me.onViewResize(me.view, 0, me.view.getHeight()); - } - }, - unbindStore: function() { - this.storeListeners.destroy(); - this.storeListeners = this.store = null; - }, - // Disable handling of scroll events until the load is finished - onBeforeStoreLoad: function(store) { - var me = this, - view = me.view; - if (view && view.refreshCounter) { - // Unless we are loading tree nodes, or have preserveScrollOnReload, set scroll position and row range back to zero. - if (store.isTreeStore || view.preserveScrollOnReload) { - me.nextRefreshStartIndex = view.all.startIndex; - } else { - if (me.scrollTop !== 0) { - // Zero position tracker so that next scroll event will not trigger any action - me.setBodyTop(me.bodyTop = me.scrollTop = me.position = me.scrollHeight = me.nextRefreshStartIndex = 0); - view.setScrollY(0); - } - } - me.lastScrollDirection = me.scrollOffset = null; - } - me.disable(); - }, - // Re-enable scroll event handling on load. - onStoreLoad: function() { - this.enable(); - }, - onStoreClear: function() { - var me = this, - view = me.view; - // Do not do anything if view is not rendered, or if the reason for cache clearing is store destruction - if (view.rendered && !me.store.destroyed) { - if (me.scrollTop !== 0) { - // Zero position tracker so that next scroll event will not trigger any action - me.bodyTop = me.scrollTop = me.position = me.scrollHeight = 0; - me.nextRefreshStartIndex = null; - view.setScrollY(0); - } - // TableView does not add a Store Clear listener if there's a BufferedRenderer - // We handle that here. - view.refresh(); - me.lastScrollDirection = me.scrollOffset = null; - } - }, - // If the store is not grouped, we can switch to fixed row height mode - onStoreGroupChange: function(store) { - this.refreshSize(); - }, - onViewBoxReady: function(view) { - this.refreshScroller(view, this.scrollHeight); - }, - onViewRefresh: function(view, records) { - var me = this, - rows = view.all, - height; - // Recheck the variability of row height in the view. - me.checkVariableRowHeight(); - // The first refresh on the leading edge of the initial layout will mean that the - // View has not had the sizes of flexed columns calculated and flushed yet. - // So measurement of DOM height for calculation of an approximation of the variableRowHeight would be premature. - // And measurement of the body width would be premature because of uncalculated flexes. - if (!view.componentLayoutCounter && (view.headerCt.down('{flex}') || me.variableRowHeight)) { - view.on({ - boxready: Ext.Function.pass(me.onViewRefresh, [ - view, - records - ], me), - single: true - }); - // AbstractView will call refreshSize() immediately after firing the 'refresh' - // event; we need to skip that run for the reasons stated above. - me.skipNextRefreshSize = true; - return; - } - me.skipNextRefreshSize = false; - // If we are instigating the refresh, we will have already called refreshSize in doRefreshView - if (me.refreshing) { - return; - } - me.refreshSize(); - if (me.scrollTop !== view.getScrollY()) { - // The view may have refreshed and scrolled to the top, for example - // on a sort. If so, it's as if we scrolled to the top, so we'll simulate - // it here. - me.onViewScroll(); - me.onViewScrollEnd(); - } else { - if (!me.hasOwnProperty('bodyTop')) { - me.bodyTop = rows.startIndex * me.rowHeight; - view.setScrollY(me.bodyTop); - } - me.setBodyTop(me.bodyTop); - // With new data, the height may have changed, so recalculate the rowHeight and viewSize. - // This will either add or remove some rows. - height = view.getHeight(); - if (rows.getCount() && height > 0) { - me.onViewResize(view, null, height); - // If we repaired the view by adding or removing records, then keep the records array - // consistent with what is there for subsequent listeners. - // For example the WidgetColumn listener which post-processes all rows: https://sencha.jira.com/browse/EXTJS-13942 - if (records && (rows.getCount() !== records.length)) { - records.length = 0; - records.push.apply(records, me.store.getRange(rows.startIndex, rows.endIndex)); - } - } - } - }, - /** - * @private - * @param {Ext.layout.ContextItem} ownerContext The view's layout context - * Called before the start of a view's layout run - */ - beforeTableLayout: function(ownerContext) { - var dom = this.view.body.dom; - if (dom) { - ownerContext.bodyHeight = dom.offsetHeight; - ownerContext.bodyWidth = dom.offsetWidth; - } - }, - /** - * @private - * @param {Ext.layout.ContextItem} ownerContext The view's layout context - * Called when a view's layout run is complete. - */ - afterTableLayout: function(ownerContext) { - var me = this, - view = me.view, - renderedBlockHeight; - // The rendered block has changed height. - // This could happen if a cellWrap: true column has changed width. - // We need to recalculate row height and scroll range - if (ownerContext.bodyHeight && view.body.dom) { - delete me.rowHeight; - me.refreshSize(); - renderedBlockHeight = view.body.dom.offsetHeight; - if (renderedBlockHeight !== ownerContext.bodyHeight) { - me.onViewResize(view, null, view.el.lastBox.height); - // The layout has caused the rendered block to shrink in height. - // This could happen if a cellWrap: true column has increased in width. - // It could cause the bottom of the rendered view to zoom upwards - // out of sight. - if (renderedBlockHeight < ownerContext.bodyHeight) { - if (me.viewSize >= me.store.getCount()) { - me.setBodyTop(0); - } - // Column got wider causing scroll range to shrink, leaving the view stranded above the fold. - // Scroll up to bring it into view. - else if (me.bodyTop > me.scrollTop || me.bodyTop + renderedBlockHeight < me.scrollTop + me.viewClientHeight) { - me.setBodyTop(me.scrollTop - me.trailingBufferZone * me.rowHeight); - } - } - // If the rendered block is the last lines in the dataset, - // ensure the scroll range exactly encapsuates it. - if (view.all.endIndex === (view.dataSource.getCount()) - 1) { - me.stretchView(view, me.scrollHeight = me.bodyTop + renderedBlockHeight - 1); - } - } - } - }, - refreshSize: function() { - var me = this, - view = me.view, - skipNextRefreshSize = me.skipNextRefreshSize, - dom = view.body.dom; - // We only want to skip ONE time. - me.skipNextRefreshSize = false; - if (skipNextRefreshSize || !dom) { - return; - } - // Cache the rendered block height. - me.bodyHeight = view.body.dom.offsetHeight; - // Calculates scroll range. - // Also calculates rowHeight if we do not have an own rowHeight property. - me.scrollHeight = me.getScrollHeight(); - me.stretchView(view, me.scrollHeight); - }, - /** - * Called directly from {@link Ext.view.Table#onResize}. Reacts to View changing height by - * recalculating the size of the rendered block, and either trimming it or adding to it. - * @param {Ext.view.Table} view The Table view. - * @param {Number} width The new Width. - * @param {Number} height The new height. - * @param {Number} oldWidth The old width. - * @param {Number} oldHeight The old height. - * @private - */ - onViewResize: function(view, width, height, oldWidth, oldHeight) { - var me = this, - newViewSize; - // Only process first layout (the boxready event) or height resizes. - if (!oldHeight || height !== oldHeight) { - // Recalculate the view size in rows now that the grid view has changed height - newViewSize = Math.ceil(height / me.rowHeight) + me.trailingBufferZone + me.leadingBufferZone; - me.viewSize = me.setViewSize(newViewSize); - me.viewClientHeight = view.el.dom.clientHeight; - } - }, - stretchView: function(view, scrollRange) { - var me = this; - // Ensure that both the scroll range AND the positioned view body are in the viewable area. - if (me.scrollTop > scrollRange) { - me.position = me.scrollTop = Math.max(scrollRange - me.bodyHeight, 0); - view.setScrollY(me.scrollTop); - } - if (me.bodyTop > scrollRange) { - view.body.translate(null, me.bodyTop = me.position); - } - // Tell the scroller what the scroll size is. - if (view.getScrollable()) { - me.refreshScroller(view, scrollRange); - } - }, - refreshScroller: function(view, scrollRange) { - var scroller = view.getScrollable(); - if (scroller) { - // Ensure the scroller viewport element size is up to date if it needs to be told (touch scroller) - if (scroller.setElementSize) { - scroller.setElementSize(); - } - // Ensure the scroller knows about content size - scroller.setSize({ - x: view.headerCt.getTableWidth(), - y: scrollRange - }); - } - }, - setViewSize: function(viewSize, fromLockingPartner) { - var me = this, - store = me.store, - view = me.view, - rows = view.all, - elCount = rows.getCount(), - start, end, - lockingPartner = me.view.lockingPartner && me.view.lockingPartner.bufferedRenderer, - diff = elCount - viewSize, - records, oldRows, newRows, storeCount; - // Exchange largest view size as long as the partner has been laid out (and thereby calculated a true view size) - if (lockingPartner && !fromLockingPartner && lockingPartner.view.componentLayoutCounter) { - if (lockingPartner.viewSize > viewSize) { - viewSize = lockingPartner.viewSize; - } else { - lockingPartner.setViewSize(viewSize, true); - } - } - diff = elCount - viewSize; - if (diff) { - // Must be set for getFirstVisibleRowIndex to work - me.scrollTop = view.getScrollY(); - me.viewSize = viewSize; - if (store.isBufferedStore) { - store.setViewSize(viewSize); - } - // If a store loads before we have calculated a viewSize, it loads me.defaultViewSize records. - // This may be larger or smaller than the final viewSize so the store needs adjusting when the view size is calculated. - if (elCount) { - storeCount = store.getCount(); - start = rows.startIndex; - end = Math.min(start + viewSize - 1, storeCount - 1); - // Only do expensive adding or removal if range is not already correct - if (start === rows.startIndex && end === rows.endIndex) { - // Needs rows adding to top - if (diff < 0) { - me.handleViewScroll(-1); - } - } else { - // While changing our visible range, the locking partner must not sync - if (lockingPartner) { - lockingPartner.disable(); - } - // View must expand: add rows at end if possible - if (diff < 0) { - // If it's *possible* to add rows to the end... - if (storeCount > elCount) { - // Store's getRange API always has been inclusive of endIndex. - store.getRange(rows.endIndex + 1, end, { - callback: function(records, start) { - newRows = view.doAdd(records, start); - view.fireEvent('itemadd', records, start, newRows); - me.setBodyTop(me.bodyTop); - } - }); - } else // If not possible just refresh - { - me.refreshView(0); - } - } else // View is shrinking: remove rows from end - { - // Remove the DOM rows - start = rows.endIndex - (diff - 1); - end = rows.endIndex; - oldRows = rows.slice(start, end + 1); - rows.removeRange(start, end, true); - if (view.hasListeners.itemremove) { - records = store.getRange(start, end); - view.fireEvent('itemremove', records, start, oldRows); - } - me.setBodyTop(me.bodyTop); - } - if (lockingPartner) { - lockingPartner.enable(); - } - } - } - } - return viewSize; - }, - /** - * @private - * TableView's getViewRange delegates the operation to this method if buffered rendering is present. - */ - getViewRange: function() { - var me = this, - rows = me.view.all, - store = me.store, - startIndex = 0; - // If there already is a view range, then the startIndex from that - if (rows.getCount()) { - startIndex = rows.startIndex; - } - // Otherwise use start index of current page. - // https://sencha.jira.com/browse/EXTJSIV-10724 - // Buffered store may be primed with loadPage(n) call rather than autoLoad which starts at index 0. - else if (store.isBufferedStore) { - if (!store.currentPage) { - store.currentPage = 1; - } - startIndex = rows.startIndex = (store.currentPage - 1) * (store.pageSize || 1); - // The RowNumberer uses the current page to offset the record index, so when buffered, it must always be on page 1 - store.currentPage = 1; - } - if (store.data.getCount()) { - return store.getRange(startIndex, startIndex + (me.viewSize || store.defaultViewSize) - 1); - } else { - return []; - } - }, - /** - * @private - * Handles the Store replace event, producing a correct buffered view after the replace operation. - */ - onReplace: function(store, startIndex, oldRecords, newRecords) { - var me = this, - view = me.view, - rows = view.all, - oldStartIndex, - renderedSize = rows.getCount(), - lastAffectedIndex = startIndex + oldRecords.length - 1, - recordIncrement = newRecords.length - oldRecords.length, - scrollIncrement = recordIncrement * me.rowHeight; - // All replacement activity is past the end of a full-sized rendered block; do nothing except update scroll range - if (startIndex >= rows.startIndex + me.viewSize) { - me.refreshSize(); - return; - } - // If the change is all above the rendered block and the rendered block is its maximum size, update the scroll range and - // ensure the buffer zone above is filled if possible. - if (renderedSize && lastAffectedIndex < rows.startIndex && rows.getCount() >= me.viewSize) { - // Move the index-based NodeCache up or down depending on whether it's a net adding or removal above. - rows.moveBlock(recordIncrement); - me.refreshSize(); - // If the change above us was an addition, pretend that we just scrolled upwards - // which will ensure that there is at least this.numFromEdge rows above the fold. - oldStartIndex = rows.startIndex; - if (recordIncrement > 0) { - // Do not allow this operation to mirror to the partner side. - me.doNotMirror = true; - me.handleViewScroll(-1); - me.doNotMirror = false; - } - // If the handleViewScroll did nothing, we just have to ensure the rendered block is the correct - // amount down the scroll range, and then readjust the top of the rendered block to keep the visuals the same. - if (rows.startIndex === oldStartIndex) { - // If inserting or removing invisible records above the start of the rendered block, the visible - // block must then be moved up or down the scroll range. - if (rows.startIndex) { - me.setBodyTop(me.bodyTop += scrollIncrement); - view.suspendEvent('scroll'); - view.scrollBy(0, scrollIncrement); - view.resumeEvent('scroll'); - me.position = me.scrollTop = view.getScrollY(); - } - } else // The handleViewScroll added rows, so we must scroll to keep the visuals the same; - { - view.suspendEvent('scroll'); - view.scrollBy(0, (oldStartIndex - rows.startIndex) * me.rowHeight); - view.resumeEvent('scroll'); - } - view.refreshSize(rows.getCount() !== renderedSize); - return; - } - // If the change is all below the rendered block, update the scroll range - // and ensure the buffer zone below us is filled if possible. - if (renderedSize && startIndex > rows.endIndex) { - me.refreshSize(); - // If the change below us was an addition, ask for - // rows to be rendered starting from the current startIndex. - // If more rows need to be scrolled onto the bottom of the rendered - // block to achieve this, that will do it. - if (recordIncrement > 0) { - me.onRangeFetched(null, rows.startIndex, Math.min(store.getCount(), rows.startIndex + me.viewSize) - 1, null, true); - } - view.refreshSize(rows.getCount() !== renderedSize); - return; - } - // Cut into rendered block from above - if (startIndex < rows.startIndex && lastAffectedIndex <= rows.endIndex) { - me.refreshView(rows.startIndex - oldRecords.length + newRecords.length); - return; - } - if (startIndex < rows.startIndex && lastAffectedIndex <= rows.endIndex && scrollIncrement) { - view.suspendEvent('scroll'); - view.setScrollY(me.position = me.scrollTop += scrollIncrement); - view.resumeEvent('scroll'); - } - // Only need to change display if the view is currently empty, or - // change intersects the rendered view. - me.refreshView(); - }, - /** - * @private - * Scrolls to and optionally selects the specified row index **in the total dataset**. - * - * This is a private method for internal usage by the framework. - * - * Use the grid's {@link Ext.panel.Table#ensureVisible ensureVisible} method to scroll a particular - * record or record index into view. - * - * @param {Number/Ext.data.Model} record The record, or the zero-based position in the dataset to scroll to. - * @param {Object} [options] An object containing options to modify the operation. - * @param {Boolean} [options.animate] Pass `true` to animate the row into view. - * @param {Boolean} [options.highlight] Pass `true` to highlight the row with a glow animation when it is in view. - * @param {Boolean} [options.select] Pass as `true` to select the specified row. - * @param {Boolean} [options.focus] Pass as `true` to focus the specified row. - * @param {Function} [options.callback] A function to call when the row has been scrolled to. - * @param {Number} options.callback.recordIdx The resulting record index (may have changed if the passed index was outside the valid range). - * @param {Ext.data.Model} options.callback.record The resulting record from the store. - * @param {HTMLElement} options.callback.node The resulting view row element. - * @param {Object} [options.scope] The scope (`this` reference) in which to execute the callback. Defaults to this BufferedRenderer. - * @param {Ext.grid.column.Column/Number} [options.column] The column, or column index to scroll into view. - * - */ - scrollTo: function(recordIdx, options) { - var args = arguments, - me = this, - view = me.view, - lockingPartner = view.lockingPartner && view.lockingPartner.grid.isVisible() && view.lockingPartner.bufferedRenderer, - store = me.store, - total = store.getCount(), - startIdx, endIdx, targetRow, tableTop, groupingFeature, metaGroup, record, direction; - // New option object API - if (options !== undefined && !(options instanceof Object)) { - options = { - select: args[1], - callback: args[2], - scope: args[3] - }; - } - // If we have a grouping summary feature rendering the view in groups, - // first, ensure that the record's group is expanded, - // then work out which record in the groupStore the record is at. - if ((groupingFeature = view.dataSource.groupingFeature) && (groupingFeature.collapsible)) { - if (recordIdx.isEntity) { - record = recordIdx; - } else { - record = view.store.getAt(Math.min(Math.max(recordIdx, 0), view.store.getCount() - 1)); - } - metaGroup = groupingFeature.getMetaGroup(record); - if (metaGroup && metaGroup.isCollapsed) { - if (!groupingFeature.isExpandingOrCollapsing) { - groupingFeature.expand(groupingFeature.getGroup(record).getGroupKey()); - total = store.getCount(); - recordIdx = groupingFeature.indexOf(record); - } else { - // If we've just been collapsed, then the only record we have is - // the wrapped placeholder - record = metaGroup.placeholder; - recordIdx = groupingFeature.indexOfPlaceholder(record); - } - } else { - recordIdx = groupingFeature.indexOf(record); - } - } else { - if (recordIdx.isEntity) { - record = recordIdx; - recordIdx = store.indexOf(record); - // Currently loaded pages do not contain the passed record, we cannot proceed. - if (recordIdx === -1) { - Ext.raise('Unknown record passed to BufferedRenderer#scrollTo'); - return; - } - } else { - // Sanitize the requested record index - recordIdx = Math.min(Math.max(recordIdx, 0), total - 1); - record = store.getAt(recordIdx); - } - } - // See if the required row for that record happens to be within the rendered range. - if (record && (targetRow = view.getNode(record))) { - view.grid.ensureVisible(record, options); - // Keep the view immediately replenished when we scroll an existing element into view. - // DOM scroll events fire asynchronously, and we must not leave subsequent code without a valid buffered row block. - me.onViewScroll(); - me.onViewScrollEnd(); - return; - } - // Calculate view start index. - // If the required record is above the fold... - if (recordIdx < view.all.startIndex) { - // The startIndex of the new rendered range is a little less than the target record index. - direction = -1; - startIdx = Math.max(Math.min(recordIdx - (Math.floor((me.leadingBufferZone + me.trailingBufferZone) / 2)), total - me.viewSize + 1), 0); - endIdx = Math.min(startIdx + me.viewSize - 1, total - 1); - } else // If the required record is below the fold... - { - // The endIndex of the new rendered range is a little greater than the target record index. - direction = 1; - endIdx = Math.min(recordIdx + (Math.floor((me.leadingBufferZone + me.trailingBufferZone) / 2)), total - 1); - startIdx = Math.max(endIdx - (me.viewSize - 1), 0); - } - tableTop = Math.max(startIdx * me.rowHeight, 0); - store.getRange(startIdx, endIdx, { - callback: function(range, start, end) { - // Render the range. - // Pass synchronous flag so that it does it inline, not on a timer. - // Pass fromLockingPartner flag so that it does not inform the lockingPartner. - me.renderRange(start, end, true, true); - record = store.data.getRange(recordIdx, recordIdx + 1)[0]; - targetRow = view.getNode(record); - // bodyTop property must track the translated position of the body - view.body.translate(null, me.bodyTop = tableTop); - // Ensure the scroller knows about the range if we're going down - if (direction === 1) { - me.refreshSize(); - } - // Locking partner must render the same range - if (lockingPartner) { - lockingPartner.renderRange(start, end, true, true); - // Sync all row heights - me.syncRowHeights(); - // bodyTop property must track the translated position of the body - lockingPartner.view.body.translate(null, lockingPartner.bodyTop = tableTop); - // Ensure the scroller knows about the range if we're going down - if (direction === 1) { - lockingPartner.refreshSize(); - } - } - // The target does not map to a view node. - // Cannot scroll to it. - if (!targetRow) { - return; - } - view.grid.ensureVisible(record, options); - me.scrollTop = me.position = me.view.getScrollY(); - if (lockingPartner) { - lockingPartner.position = lockingPartner.scrollTop = me.scrollTop; - } - } - }); - }, - onViewScroll: function() { - var me = this, - store = me.store, - totalCount = (store.getCount()), - vscrollDistance, scrollDirection, - scrollTop = me.scrollTop = me.view.getScrollY(); - // Only play the pointer-events;none trick on the platform it is needed on. - // WebKit does a browser layout when you change the pointer-events style. - // Stops the jagging DOM scrolling when mouse is over data rows. - if (me.needsPointerEventsFix) { - me.view.body.dom.style.pointerEvents = 'none'; - } - // Only check for nearing the edge if we are enabled, and if there is overflow beyond our view bounds. - // If there is no paging to be done (Store's dataset is all in memory) we will be disabled. - if (!(me.disabled || totalCount < me.viewSize)) { - vscrollDistance = scrollTop - me.position; - scrollDirection = vscrollDistance > 0 ? 1 : -1; - // Moved at least 20 pixels, or changed direction, so test whether the numFromEdge is triggered - if (Math.abs(vscrollDistance) >= 20 || (scrollDirection !== me.lastScrollDirection)) { - me.lastScrollDirection = scrollDirection; - me.handleViewScroll(me.lastScrollDirection); - } - } - }, - onViewScrollEnd: function() { - // Only play the pointer-events;none trick on the platform it is needed on. - // WebKit does a browser layout when you change the pointer-events style. - // Stops the jagging DOM scrolling when mouse is over data rows. - if (this.needsPointerEventsFix) { - this.view.body.dom.style.pointerEvents = ''; - } - }, - handleViewScroll: function(direction) { - var me = this, - rows = me.view.all, - store = me.store, - viewSize = me.viewSize, - lastItemIndex = store.getCount() - 1, - requestStart, requestEnd; - // We're scrolling up - if (direction === -1) { - // If table starts at record zero, we have nothing to do - if (rows.startIndex) { - if (me.topOfViewCloseToEdge()) { - requestStart = Math.max(0, me.getLastVisibleRowIndex() + me.trailingBufferZone - viewSize); - } - } - } else // We're scrolling down - { - // If table ends at last record, we have nothing to do - if (rows.endIndex < lastItemIndex) { - if (me.bottomOfViewCloseToEdge()) { - requestStart = Math.max(0, me.getFirstVisibleRowIndex() - me.trailingBufferZone); - } - } - } - // View is OK at this scroll. Advance loadId so that any load requests in flight do not - // result in rendering upon their return. - if (requestStart == null) { - // View is still valid at this scroll position. - // Do not trigger a handleViewScroll call until *ANOTHER* 20 pixels have scrolled by. - me.position = me.scrollTop; - me.loadId++; - } else // We scrolled close to the edge and the Store needs reloading - { - requestEnd = Math.min(requestStart + viewSize - 1, lastItemIndex); - // viewSize was calculated too small due to small sample row count with some skewed - // item height in there such as a tall group header item. Extend the view size in this case. - if (me.variableRowHeight && requestEnd === rows.endIndex && requestEnd < lastItemIndex) { - requestEnd++; - // Do NOT call setViewSize - that re-renders the view at the new size, - // and we are just about to scroll it to correct it. - me.viewSize = viewSize++; - if (store.isBufferedStore) { - store.setViewSize(me.viewSize); - } - } - // If calculated view range has moved, then render it and return the fact that the scroll was handled. - if (requestStart !== rows.startIndex || requestEnd !== rows.endIndex) { - me.renderRange(requestStart, requestEnd); - return true; - } - } - }, - bottomOfViewCloseToEdge: function() { - var me = this; - if (me.variableRowHeight) { - return me.bodyTop + me.bodyHeight < me.scrollTop + me.view.lastBox.height + (me.numFromEdge * me.rowHeight); - } else { - return (me.view.all.endIndex - me.getLastVisibleRowIndex()) < me.numFromEdge; - } - }, - topOfViewCloseToEdge: function() { - var me = this; - if (me.variableRowHeight) { - // The body top position is within the numFromEdge zone - return me.bodyTop > me.scrollTop - (me.numFromEdge * me.rowHeight); - } else { - return (me.getFirstVisibleRowIndex() - me.view.all.startIndex) < me.numFromEdge; - } - }, - /** - * @private - * Refreshes the current rendered range if possible. - * Optionally refreshes starting at the specified index. - */ - refreshView: function(startIndex) { - var me = this, - viewSize = me.viewSize, - rows = me.view.all, - store = me.store, - storeCount = store.getCount(), - maxIndex = Math.max(0, storeCount - 1), - endIndex; - // Empty Store is simple, don't even ask the store - if (!storeCount) { - return me.doRefreshView([], 0, 0); - } - // Store doesn't fill the required view size. Simple start/end calcs. - else if (storeCount < viewSize) { - startIndex = 0; - endIndex = maxIndex; - } else { - if (startIndex == null) { - // Use a nextRefreshStartIndex as set by a load operation in which we are maintaining scroll position - if (me.nextRefreshStartIndex != null) { - startIndex = me.nextRefreshStartIndex; - me.nextRefreshStartIndex = null; - } else { - startIndex = rows.startIndex; - } - } - // New start index should be current start index unless that's now too close to the end of the store - // to yield a full view, in which case work back from the end of the store. If working back from the end, the leading buffer zone - // cannot be rendered, so subtract it from the view size. - // Ensure we don't go negative. - startIndex = Math.max(0, Math.min(startIndex, maxIndex - (viewSize - me.leadingBufferZone) + 1)); - // New end index works forward from the new start index ensuring we don't walk off the end - endIndex = Math.min(startIndex + viewSize - 1, maxIndex); - if (endIndex - startIndex + 1 > viewSize) { - startIndex = endIndex - viewSize + 1; - } - } - if (startIndex === 0 && endIndex === 0 && storeCount === 0) { - me.doRefreshView([], 0, 0); - } else { - store.getRange(startIndex, endIndex, { - callback: me.doRefreshView, - scope: me - }); - } - }, - doRefreshView: function(range, startIndex, endIndex, options) { - var me = this, - view = me.view, - rows = view.all, - previousStartIndex = rows.startIndex, - previousEndIndex = rows.endIndex, - previousFirstItem, previousLastItem, - prevRowCount = rows.getCount(), - newNodes, - viewMoved = startIndex !== rows.startIndex, - calculatedTop, scrollIncrement, restoreFocus; - if (view.refreshCounter) { - // Give CellEditors or other transient in-cell items a chance to get out of the way. - if (view.hasListeners.beforerefresh && view.fireEvent('beforerefresh', view) === false) { - return; - } - // So that listeners to the itemremove events know that its because of a refresh. - // And so that this class's refresh listener knows to ignore it. - view.refreshing = me.refreshing = true; - // If focus was in any way in the view, whether actionable or navigable, this will return - // a function which will restore that state. - restoreFocus = view.saveFocusState(); - view.clearViewEl(true); - view.refreshCounter++; - if (range.length) { - newNodes = view.doAdd(range, startIndex); - if (viewMoved) { - // Try to find overlap between newly rendered block and old block - previousFirstItem = rows.item(previousStartIndex, true); - previousLastItem = rows.item(previousEndIndex, true); - // Work out where to move the view top if there is overlap - if (previousFirstItem) { - scrollIncrement = -previousFirstItem.offsetTop; - } else if (previousLastItem) { - scrollIncrement = rows.last(true).offsetTop - previousLastItem.offsetTop; - } - // If there was an overlap, we know exactly where to move the view - if (scrollIncrement) { - me.bodyTop = Math.max(me.bodyTop + scrollIncrement, 0); - me.scrollTop = me.bodyTop ? me.scrollTop + scrollIncrement : 0; - } else // No overlap: calculate the a new body top and scrollTop. - { - // To position rows, remove table's top border - me.bodyTop = calculatedTop = startIndex * me.rowHeight; - me.scrollTop = Math.max(calculatedTop - me.rowHeight * (calculatedTop < me.bodyTop ? me.leadingBufferZone : me.trailingBufferZone , 0)); - } - } - } else // Clearing the view. - // Ensure we jump to top. - // Apply empty text. - { - if (me.scrollTop) { - me.bodyTop = me.scrollTop = 0; - } - view.addEmptyText(); - } - // Keep scroll and rendered block positions synched. - if (viewMoved) { - me.setBodyTop(me.bodyTop); - view.suspendEvent('scroll'); - view.setScrollY(me.position = me.scrollTop); - view.resumeEvent('scroll'); - } - // Correct scroll range - me.refreshSize(); - view.refreshSize(rows.getCount() !== prevRowCount); - view.fireEvent('refresh', view, range); - // If focus was in any way in this view, this will restore it - restoreFocus(); - view.headerCt.setSortState(); - view.refreshNeeded = view.refreshing = me.refreshing = false; - } else { - view.refresh(); - } - }, - renderRange: function(start, end, forceSynchronous, fromLockingPartner) { - var me = this, - rows = me.view.all, - store = me.store; - // Skip if we are being asked to render exactly the rows that we already have. - // This can happen if the viewSize has to be recalculated (due to either a data refresh or a view resize event) - // but the calculated size ends up the same. - if (!(start === rows.startIndex && end === rows.endIndex)) { - // If range is availiable synchronously, process it now. - if (store.rangeCached(start, end)) { - me.cancelLoad(); - if (me.synchronousRender || forceSynchronous) { - me.onRangeFetched(null, start, end, null, fromLockingPartner); - } else { - if (!me.renderTask) { - me.renderTask = new Ext.util.DelayedTask(me.onRangeFetched, me, null, false); - } - // Render the new range very soon after this scroll event handler exits. - // If scrolling very quickly, a few more scroll events may fire before - // the render takes place. Each one will just *update* the arguments with which - // the pending invocation is called. - me.renderTask.delay(1, null, null, [ - null, - start, - end, - null, - fromLockingPartner - ]); - } - } else // Required range is not in the prefetch buffer. Ask the store to prefetch it. - { - me.attemptLoad(start, end); - } - } - }, - onRangeFetched: function(range, start, end, options, fromLockingPartner) { - var me = this, - view = me.view, - viewEl = view.el, - oldStart, - rows = view.all, - removeCount, - increment = 0, - calculatedTop, newTop, - lockingPartner = (view.lockingPartner && !fromLockingPartner && !me.doNotMirror) && view.lockingPartner.bufferedRenderer, - newRows, partnerNewRows, topAdditionSize, topBufferZone, i, - variableRowHeight = me.variableRowHeight, - activeEl, containsFocus, pos; - // View may have been destroyed since the DelayedTask was kicked off. - if (view.destroyed) { - return; - } - // If called as a callback from the Store, the range will be passed, if called from renderRange, it won't - if (range) { - // Re-cache the scrollTop if there has been an asynchronous call to the server. - me.scrollTop = me.view.getScrollY(); - } else { - range = me.store.getRange(start, end); - // Store may have been cleared since the DelayedTask was kicked off. - if (!range) { - return; - } - } - // If we contain focus now, but do not when we have rendered the new rows, we must focus the view el. - activeEl = Ext.Element.getActiveElement(); - containsFocus = viewEl.contains(activeEl); - // Best guess rendered block position is start row index * row height. - calculatedTop = start * me.rowHeight; - // The new range encompasses the current range. Refresh and keep the scroll position stable - if (start < rows.startIndex && end > rows.endIndex) { - // How many rows will be added at top. So that we can reposition the table to maintain scroll position - topAdditionSize = rows.startIndex - start; - // MUST use View method so that itemremove events are fired so widgets can be recycled. - view.clearViewEl(true); - newRows = view.doAdd(range, start); - view.fireEvent('itemadd', range, start, newRows); - for (i = 0; i < topAdditionSize; i++) { - increment -= newRows[i].offsetHeight; - } - // We've just added a bunch of rows to the top of our range, so move upwards to keep the row appearance stable - newTop = me.bodyTop + increment; - } else { - // No overlapping nodes, we'll need to render the whole range - // teleported flag is set in getFirstVisibleRowIndex/getLastVisibleRowIndex if - // the table body has moved outside the viewport bounds - if (me.teleported || start > rows.endIndex || end < rows.startIndex) { - newTop = calculatedTop; - // If we teleport with variable row height, the best thing is to try to render the block - // pixels above the scrollTop so that the rendered block encompasses the - // viewport. Only do that if the start is more than down the dataset. - if (variableRowHeight) { - topBufferZone = me.scrollTop < me.position ? me.leadingBufferZone : me.trailingBufferZone; - if (start > topBufferZone) { - newTop = me.scrollTop - me.rowHeight * topBufferZone; - } - } - // MUST use View method so that itemremove events are fired so widgets can be recycled. - view.clearViewEl(true); - me.teleported = false; - } - if (!rows.getCount()) { - newRows = view.doAdd(range, start); - view.fireEvent('itemadd', range, start, newRows); - } - // Moved down the dataset (content moved up): remove rows from top, add to end - else if (end > rows.endIndex) { - removeCount = Math.max(start - rows.startIndex, 0); - // We only have to bump the table down by the height of removed rows if rows are not a standard size - if (variableRowHeight) { - increment = rows.item(rows.startIndex + removeCount, true).offsetTop; - } - newRows = rows.scroll(Ext.Array.slice(range, rows.endIndex + 1 - start), 1, removeCount); - // We only have to bump the table down by the height of removed rows if rows are not a standard size - if (variableRowHeight) { - // Bump the table downwards by the height scraped off the top - newTop = me.bodyTop + increment; - } else { - newTop = calculatedTop; - } - } else // Moved up the dataset: remove rows from end, add to top - { - removeCount = Math.max(rows.endIndex - end, 0); - oldStart = rows.startIndex; - newRows = rows.scroll(Ext.Array.slice(range, 0, rows.startIndex - start), -1, removeCount); - // We only have to bump the table up by the height of top-added rows if rows are not a standard size - if (variableRowHeight) { - // Bump the table upwards by the height added to the top - newTop = me.bodyTop - rows.item(oldStart, true).offsetTop; - // We've arrived at row zero... - if (!rows.startIndex) { - // But the calculated top position is out. It must be zero at this point - // We adjust the scroll position to keep visual position of table the same. - if (newTop) { - view.setScrollY(me.position = (me.scrollTop -= newTop)); - newTop = 0; - } - } - // Not at zero yet, but the position has moved into negative range - else if (newTop < 0) { - increment = rows.startIndex * me.rowHeight; - view.setScrollY(me.position = (me.scrollTop += increment)); - newTop = me.bodyTop + increment; - } - } else { - newTop = calculatedTop; - } - } - // The position property is the scrollTop value *at which the table was last correct* - // MUST be set at table render/adjustment time - me.position = me.scrollTop; - } - // We contained focus at the start, but that activeEl has been derendered. - // Focus the cell's column header. - if (containsFocus && !viewEl.contains(activeEl)) { - pos = view.actionableMode ? view.actionPosition : view.lastFocused; - if (pos && pos.column) { - view.onFocusLeave({}); - pos.column.focus(); - } - } - // Position the item container. - newTop = Math.max(Math.floor(newTop), 0); - if (view.positionBody) { - me.setBodyTop(newTop); - } - // Sync the other side to exactly the same range from the dataset. - // Then ensure that we are still at exactly the same scroll position. - if (newRows && lockingPartner && !lockingPartner.disabled) { - // Set the pointers of the partner so that its onRangeFetched believes it is at the correct position. - lockingPartner.scrollTop = lockingPartner.position = me.scrollTop; - if (lockingPartner.view.ownerCt.isVisible()) { - partnerNewRows = lockingPartner.onRangeFetched(null, start, end, options, true); - // Sync the row heights if configured to do so, or if one side has variableRowHeight but the other doesn't. - // variableRowHeight is just a flag for the buffered rendering to know how to measure row height and - // calculate firstVisibleRow and lastVisibleRow. It does not *necessarily* mean that row heights are going - // to be asymmetric between sides. For example grouping causes variableRowHeight. But the row heights - // each side will be symmetric. - // But if one side has variableRowHeight (eg, a cellWrap: true column), and the other does not, that - // means there could be asymmetric row heights. - if (view.ownerGrid.syncRowHeight || (lockingPartner.variableRowHeight !== variableRowHeight)) { - me.syncRowHeights(newRows, partnerNewRows); - // body height might have changed with change of rows, and possible syncRowHeights call. - me.bodyHeight = view.body.dom.offsetHeight; - } - } - if (lockingPartner.bodyTop !== newTop) { - lockingPartner.setBodyTop(newTop); - } - // Set the real scrollY position after the correct data has been rendered there. - // It will not handle a scroll because the scrollTop and position have been preset. - lockingPartner.view.setScrollY(me.scrollTop); - } - return newRows; - }, - syncRowHeights: function(itemEls, partnerItemEls) { - var me = this, - ln = 0, - otherLn = 1, - // Different initial values so that all items are synched - mySynchronizer = [], - otherSynchronizer = [], - RowSynchronizer = Ext.grid.locking.RowSynchronizer, - i, rowSync; - if (itemEls && partnerItemEls) { - ln = itemEls.length; - otherLn = partnerItemEls.length; - } - // The other side might not quite by in scroll sync with us, in which case - // it may have gone a different path way and rolled some rows into - // the rendered block where we may have re-rendered the whole thing. - // If this has happened, fall back to syncing all rows. - if (ln !== otherLn) { - itemEls = me.view.all.slice(); - partnerItemEls = me.view.lockingPartner.all.slice(); - ln = otherLn = itemEls.length; - } - for (i = 0; i < ln; i++) { - mySynchronizer[i] = rowSync = new RowSynchronizer(me.view, itemEls[i]); - rowSync.measure(); - } - for (i = 0; i < otherLn; i++) { - otherSynchronizer[i] = rowSync = new RowSynchronizer(me.view.lockingPartner, partnerItemEls[i]); - rowSync.measure(); - } - for (i = 0; i < ln; i++) { - mySynchronizer[i].finish(otherSynchronizer[i]); - otherSynchronizer[i].finish(mySynchronizer[i]); - } - // Ensure that both BufferedRenderers have the same idea about scroll range and row height - me.syncRowHeightsFinish(); - }, - syncRowHeightsFinish: function() { - var me = this, - view = me.view, - lockingPartner = view.lockingPartner.bufferedRenderer; - // Now that row heights have potentially changed, both BufferedRenderers - // have to re-evaluate what they think the average rowHeight is - // based on the synchronized-height rows. - // - // If the view has not been layed out, then the upcoming first resize event - // will trigger the needed refreshSize call; See onViewRefresh - - // If control arrives there and the componentLayoutCounter is zero and - // there is variableRowHeight, it schedules itself to be run on boxready - // so refreshSize will be called there for the first time. - if (view.componentLayoutCounter) { - delete me.rowHeight; - me.refreshSize(); - if (lockingPartner.rowHeight !== me.rowHeight) { - delete lockingPartner.rowHeight; - lockingPartner.refreshSize(); - } - } - }, - setBodyTop: function(bodyTop) { - var me = this, - view = me.view, - rows = view.all, - store = me.store, - body = view.body; - if (!body.dom) { - // The view may be rendered, but the body element not attached. - return; - } - me.translateBody(body, bodyTop); - // If this is the last page, correct the scroll range to be just enough to fit. - if (me.variableRowHeight) { - me.bodyHeight = body.dom.offsetHeight; - // We are displaying the last row, so ensure the scroll range finishes exactly at the bottom of the view body - if (rows.endIndex === store.getCount() - 1) { - me.scrollHeight = bodyTop + me.bodyHeight - 1; - } else // Not last row - recalculate scroll range - { - me.scrollHeight = me.getScrollHeight(); - } - me.stretchView(view, me.scrollHeight); - } else { - // If we have fixed row heights, calculate rendered block height without forcing a layout - me.bodyHeight = rows.getCount() * me.rowHeight; - } - }, - translateBody: function(body, bodyTop) { - body.translate(null, this.bodyTop = bodyTop); - }, - getFirstVisibleRowIndex: function(startRow, endRow, viewportTop, viewportBottom) { - var me = this, - view = me.view, - rows = view.all, - elements = rows.elements, - clientHeight = me.viewClientHeight, - target, targetTop, - bodyTop = me.bodyTop; - // If variableRowHeight, we have to search for the first row who's bottom edge is within the viewport - if (rows.getCount() && me.variableRowHeight) { - if (!arguments.length) { - startRow = rows.startIndex; - endRow = rows.endIndex; - viewportTop = me.scrollTop; - viewportBottom = viewportTop + clientHeight; - // Teleported so that body is outside viewport: Use rowHeight calculation - if (bodyTop > viewportBottom || bodyTop + me.bodyHeight < viewportTop) { - me.teleported = true; - return Math.floor(me.scrollTop / me.rowHeight); - } - // In first, non-recursive call, begin targeting the most likely first row - target = startRow + Math.min(me.numFromEdge + ((me.lastScrollDirection === -1) ? me.leadingBufferZone : me.trailingBufferZone), Math.floor((endRow - startRow) / 2)); - } else { - target = startRow + Math.floor((endRow - startRow) / 2); - } - targetTop = bodyTop + elements[target].offsetTop; - // If target is entirely above the viewport, chop downwards - if (targetTop + elements[target].offsetHeight <= viewportTop) { - return me.getFirstVisibleRowIndex(target + 1, endRow, viewportTop, viewportBottom); - } - // Target is first - if (targetTop <= viewportTop) { - return target; - } - // Not narrowed down to 1 yet; chop upwards - else if (target !== startRow) { - return me.getFirstVisibleRowIndex(startRow, target - 1, viewportTop, viewportBottom); - } - } - return Math.floor(me.scrollTop / me.rowHeight); - }, - /** - * Returns the index of the last row in your table view deemed to be visible. - * @return {Number} - * @private - */ - getLastVisibleRowIndex: function(startRow, endRow, viewportTop, viewportBottom) { - var me = this, - view = me.view, - rows = view.all, - elements = rows.elements, - clientHeight = me.viewClientHeight, - target, targetTop, targetBottom, - bodyTop = me.bodyTop; - // If variableRowHeight, we have to search for the first row who's bottom edge is below the bottom of the viewport - if (rows.getCount() && me.variableRowHeight) { - if (!arguments.length) { - startRow = rows.startIndex; - endRow = rows.endIndex; - viewportTop = me.scrollTop; - viewportBottom = viewportTop + clientHeight; - // Teleported so that body is outside viewport: Use rowHeight calculation - if (bodyTop > viewportBottom || bodyTop + me.bodyHeight < viewportTop) { - me.teleported = true; - return Math.floor(me.scrollTop / me.rowHeight) + Math.ceil(clientHeight / me.rowHeight); - } - // In first, non-recursive call, begin targeting the most likely last row - target = endRow - Math.min(me.numFromEdge + ((me.lastScrollDirection === 1) ? me.leadingBufferZone : me.trailingBufferZone), Math.floor((endRow - startRow) / 2)); - } else { - target = startRow + Math.floor((endRow - startRow) / 2); - } - targetTop = bodyTop + elements[target].offsetTop; - // If target is entirely below the viewport, chop upwards - if (targetTop > viewportBottom) { - return me.getLastVisibleRowIndex(startRow, target - 1, viewportTop, viewportBottom); - } - targetBottom = targetTop + elements[target].offsetHeight; - // Target is last - if (targetBottom >= viewportBottom) { - return target; - } - // Not narrowed down to 1 yet; chop downwards - else if (target !== endRow) { - return me.getLastVisibleRowIndex(target + 1, endRow, viewportTop, viewportBottom); - } - } - return me.getFirstVisibleRowIndex() + Math.ceil(clientHeight / me.rowHeight); - }, - getScrollHeight: function() { - var me = this, - view = me.view, - rows = view.all, - store = me.store, - recCount = store.getCount(), - rowCount = rows.getCount(), - row, rowHeight, borderWidth, scrollHeight; - if (!recCount) { - return 0; - } - if (!me.hasOwnProperty('rowHeight')) { - if (rowCount) { - if (me.variableRowHeight) { - me.rowHeight = Math.floor(me.bodyHeight / rowCount); - } else { - row = rows.first(); - rowHeight = row.getHeight(); - // In IE8 we're adding bottom border on all the rows to work around - // the lack of :last-child selector, and we compensate that by setting - // a negative top margin that equals the border width, so that top and - // bottom borders overlap on adjacent rows. Negative margin does not - // affect the row's reported height though so we have to compensate - // for that effectively invisible additional border width here. - if (Ext.isIE8) { - borderWidth = row.getBorderWidth('b'); - if (borderWidth > 0) { - rowHeight -= borderWidth; - } - } - me.rowHeight = rowHeight; - } - } else { - delete me.rowHeight; - } - } - if (me.variableRowHeight) { - // If this is the last page, ensure the scroll range is exactly enough to scroll to the end of the rendered block. - if (rows.endIndex === recCount - 1) { - scrollHeight = me.bodyTop + me.bodyHeight - 1; - } else // Calculate the scroll range based upon measured row height and our scrollPosition. - { - scrollHeight = Math.floor((recCount - rowCount) * me.rowHeight) + me.bodyHeight; - // If there's a discrepancy between the boy position we have scrolled to, and the calculated position, - // account for that in the scroll range so that we have enough range to scroll all the data into view. - scrollHeight += me.bodyTop - rows.startIndex * me.rowHeight; - } - } else { - scrollHeight = Math.floor(recCount * me.rowHeight); - } - return (me.scrollHeight = scrollHeight); - }, - // jshint ignore:line - attemptLoad: function(start, end) { - var me = this; - if (me.scrollToLoadBuffer) { - if (!me.loadTask) { - me.loadTask = new Ext.util.DelayedTask(me.doAttemptLoad, me, []); - } - me.loadTask.delay(me.scrollToLoadBuffer, me.doAttemptLoad, me, [ - start, - end - ]); - } else { - me.doAttemptLoad(start, end); - } - }, - cancelLoad: function() { - if (this.loadTask) { - this.loadTask.cancel(); - } - }, - doAttemptLoad: function(start, end) { - var me = this; - // If we were called on a delay, check for destruction - if (!me.destroyed) { - me.store.getRange(start, end, { - loadId: ++me.loadId, - callback: function(range, start, end, options) { - // If our loadId position has not changed since the getRange request started, we can continue to render - if (options.loadId === me.loadId) { - me.onRangeFetched(range, start, end, options); - } - }, - fireEvent: false - }); - } - }, - destroy: function() { - var me = this, - view = me.view; - me.cancelLoad(); - if (view && view.el) { - view.un('scroll', me.onViewScroll, me); - } - if (me.store) { - me.unbindStore(); - } - // Remove listeners from old grid, view and store - me.viewListeners = me.gridListeners = me.view = me.grid = Ext.destroy(me.viewListeners, me.stretcher, me.gridListeners); - me.callParent(); - } -}, function(cls) { - // Minimal leading and trailing zones are best on mobile. - // Use 2 to ensure visible range is covered - if (Ext.supports.Touch) { - cls.prototype.leadingBufferZone = cls.prototype.trailingBufferZone = 2; - cls.prototype.numFromEdge = 1; - } -}); - -/** - * This class provides an abstract grid editing plugin on selected {@link Ext.grid.column.Column columns}. - * The editable columns are specified by providing an {@link Ext.grid.column.Column#editor editor} - * in the {@link Ext.grid.column.Column column configuration}. - * - * **Note:** This class should not be used directly. See {@link Ext.grid.plugin.CellEditing} and - * {@link Ext.grid.plugin.RowEditing}. - */ -Ext.define('Ext.grid.plugin.Editing', { - extend: 'Ext.plugin.Abstract', - alias: 'editing.editing', - requires: [ - 'Ext.grid.column.Column', - 'Ext.util.KeyNav', - // Requiring Ext.form.field.Base and Ext.view.Table ensures that grid editor sass - // variables can derive from both form field vars and grid vars in the neutral theme - 'Ext.form.field.Base', - 'Ext.view.Table' - ], - mixins: [ - 'Ext.mixin.Observable' - ], - /** - * @cfg {Number} clicksToEdit - * The number of clicks on a grid required to display the editor. - * The only accepted values are **1** and **2**. - */ - clicksToEdit: 2, - /** - * @cfg {String} triggerEvent - * The event which triggers editing. Supersedes the {@link #clicksToEdit} configuration. May be one of: - * - * * cellclick - * * celldblclick - * * cellfocus - * * rowfocus - */ - triggerEvent: undefined, - /** - * @property {Boolean} editing - * Set to `true` while the editing plugin is active and an Editor is visible. - */ - relayedEvents: [ - 'beforeedit', - 'edit', - 'validateedit', - 'canceledit' - ], - /** - * @cfg {String} default UI for editor fields - */ - defaultFieldUI: 'default', - // @private - defaultFieldXType: 'textfield', - // cell, row, form - editStyle: '', - /** - * @event beforeedit - * Fires before editing is triggered. Return false from event handler to stop the editing. - * - * @param {Ext.grid.plugin.Editing} editor - * @param {Object} context The editing context with the following properties: - * @param {Ext.grid.Panel} context.grid The owning grid Panel. - * @param {Ext.data.Model} context.record The record being edited. - * @param {String} context.field The name of the field being edited. - * @param {Mixed} context.value The field's current value. - * @param {HTMLElement} context.row The grid row element. - * @param {Ext.grid.column.Column} context.column The Column being edited. - * @param {Number} context.rowIdx The index of the row being edited. - * @param {Number} context.colIdx The index of the column being edited. - * @param {Boolean} context.cancel Set this to `true` to cancel the edit or return false from your handler. - * @param {Mixed} context.originalValue Alias for value (only when using {@link Ext.grid.plugin.CellEditing CellEditing}). - */ - /** - * @event edit - * Fires after editing. Usage example: - * - * grid.on('edit', function(editor, e) { - * // commit the changes right after editing finished - * e.record.commit(); - * }); - * - * @param {Ext.grid.plugin.Editing} editor - * @param {Object} context The editing context with the following properties: - * @param {Ext.grid.Panel} context.grid The owning grid Panel. - * @param {Ext.data.Model} context.record The record being edited. - * @param {String} context.field The name of the field being edited. - * @param {Mixed} context.value The field's current value. - * @param {HTMLElement} context.row The grid row element. - * @param {Ext.grid.column.Column} context.column The Column being edited. - * @param {Number} context.rowIdx The index of the row being edited. - * @param {Number} context.colIdx The index of the column being edited. - */ - /** - * @event validateedit - * Fires after editing, but before the value is set in the record. Return false from event handler to - * cancel the change. - * - * Usage example showing how to remove the red triangle (dirty record indicator) from some records (not all). By - * observing the grid's validateedit event, it can be cancelled if the edit occurs on a targeted row (for example) - * and then setting the field's new value in the Record directly: - * - * grid.on('validateedit', function (editor, context) { - * var myTargetRow = 6; - * - * if (context.rowIdx === myTargetRow) { - * context.record.data[context.field] = context.value; - * } - * }); - * - * @param {Ext.grid.plugin.Editing} editor - * @param {Object} context The editing context with the following properties: - * @param {Ext.grid.Panel} context.grid The owning grid Panel. - * @param {Ext.data.Model} context.record The record being edited. - * @param {String} context.field The name of the field being edited. - * @param {Mixed} context.value The field's current value. - * @param {HTMLElement} context.row The grid row element. - * @param {Ext.grid.column.Column} context.column The Column being edited. - * @param {Number} context.rowIdx The index of the row being edited. - * @param {Number} context.colIdx The index of the column being edited. - */ - /** - * @event canceledit - * Fires when the user started editing but then cancelled the edit. - * @param {Ext.grid.plugin.Editing} editor - * @param {Object} context The editing context with the following properties: - * @param {Ext.grid.Panel} context.grid The owning grid Panel. - * @param {Ext.data.Model} context.record The record being edited. - * @param {String} context.field The name of the field being edited. - * @param {Mixed} context.value The field's current value. - * @param {HTMLElement} context.row The grid row element. - * @param {Ext.grid.column.Column} context.column The Column being edited. - * @param {Number} context.rowIdx The index of the row being edited. - * @param {Number} context.colIdx The index of the column being edited. - */ - constructor: function(config) { - var me = this; - me.callParent([ - config - ]); - me.mixins.observable.constructor.call(me); - // TODO: Deprecated, remove in 5.0 - me.on("edit", function(editor, e) { - me.fireEvent("afteredit", editor, e); - }); - }, - // @private - init: function(grid) { - var me = this, - ownerLockable = grid.ownerLockable; - me.grid = grid; - me.view = grid.view; - me.initEvents(); - // Set up fields at render and reconfigure time - if (grid.rendered) { - me.setup(); - } else { - me.mon(grid, { - beforereconfigure: me.onBeforeReconfigure, - reconfigure: me.onReconfigure, - scope: me, - beforerender: { - fn: me.onBeforeRender, - single: true, - scope: me - } - }); - } - grid.editorEventRelayers = grid.relayEvents(me, me.relayedEvents); - // If the editable grid is owned by a lockable, relay up another level. - if (ownerLockable) { - ownerLockable.editorEventRelayers = ownerLockable.relayEvents(me, me.relayedEvents); - } - // Marks the grid as editable, so that the SelectionModel - // can make appropriate decisions during navigation - grid.isEditable = true; - grid.editingPlugin = grid.view.editingPlugin = me; - }, - onBeforeReconfigure: function() { - this.reconfiguring = true; - }, - /** - * Fires after the grid is reconfigured - * @protected - */ - onReconfigure: function() { - this.setup(); - delete this.reconfiguring; - }, - onBeforeRender: function() { - this.setup(); - }, - setup: function() { - // In a Lockable assembly, the owner's view aggregates all grid columns across both sides. - // We grab all columns here. - this.initFieldAccessors(this.grid.getTopLevelColumnManager().getColumns()); - }, - destroy: function() { - var me = this, - grid = me.grid; - Ext.destroy(me.keyNav); - // Clear all listeners from all our events, clear all managed listeners we added to other Observables - me.clearListeners(); - if (grid) { - if (grid.ownerLockable) { - Ext.destroy(grid.ownerLockable.editorEventRelayers); - grid.ownerLockable.editorEventRelayers = null; - } - Ext.destroy(grid.editorEventRelayers); - grid.editorEventRelayers = null; - grid.editingPlugin = grid.view.editingPlugin = me.grid = me.view = me.editor = me.keyNav = null; - } - me.callParent(); - }, - // @private - getEditStyle: function() { - return this.editStyle; - }, - // @private - initFieldAccessors: function(columns) { - // If we have been passed a group header, process its leaf headers - if (columns.isGroupHeader) { - columns = columns.getGridColumns(); - } - // Ensure we are processing an array - else if (!Ext.isArray(columns)) { - columns = [ - columns - ]; - } - var me = this, - c, - cLen = columns.length, - getEditor = function(record, defaultField) { - return me.getColumnField(this, defaultField); - }, - hasEditor = function() { - return me.hasColumnField(this); - }, - setEditor = function(field) { - me.setColumnField(this, field); - }, - column; - for (c = 0; c < cLen; c++) { - column = columns[c]; - if (!column.getEditor) { - column.getEditor = getEditor; - } - if (!column.hasEditor) { - column.hasEditor = hasEditor; - } - if (!column.setEditor) { - column.setEditor = setEditor; - } - } - }, - // @private - removeFieldAccessors: function(columns) { - // If we have been passed a group header, process its leaf headers - if (columns.isGroupHeader) { - columns = columns.getGridColumns(); - } - // Ensure we are processing an array - else if (!Ext.isArray(columns)) { - columns = [ - columns - ]; - } - var c, - cLen = columns.length, - column; - for (c = 0; c < cLen; c++) { - column = columns[c]; - column.getEditor = column.hasEditor = column.setEditor = column.field = column.editor = null; - } - }, - // @private - // remaps to the public API of Ext.grid.column.Column.getEditor - getColumnField: function(columnHeader, defaultField) { - var me = this, - field = columnHeader.field; - if (!(field && field.isFormField)) { - field = columnHeader.field = me.createColumnField(columnHeader, defaultField); - } - if (field && field.ui === 'default' && !field.hasOwnProperty('ui')) { - field.ui = me.defaultFieldUI; - } - return field; - }, - // @private - // remaps to the public API of Ext.grid.column.Column.hasEditor - hasColumnField: function(columnHeader) { - return !!(columnHeader.field && columnHeader.field.isComponent); - }, - // @private - // remaps to the public API of Ext.grid.column.Column.setEditor - setColumnField: function(columnHeader, field) { - columnHeader.field = field; - columnHeader.field = this.createColumnField(columnHeader); - }, - createColumnField: function(column, defaultField) { - var field = column.field, - dataIndex; - if (!field && column.editor) { - field = column.editor; - column.editor = null; - } - if (!field && defaultField) { - field = defaultField; - } - if (field) { - dataIndex = column.dataIndex; - if (field.isComponent) { - field.column = column; - } else { - if (Ext.isString(field)) { - field = { - name: dataIndex, - xtype: field, - column: column - }; - } else { - field = Ext.apply({ - name: dataIndex, - column: column - }, field); - } - field = Ext.ComponentManager.create(field, this.defaultFieldXType); - } - // Stamp on the dataIndex which will serve as a reliable lookup regardless - // of how the editor was defined (as a config or as an existing component). - // See EXTJSIV-11650. - field.dataIndex = dataIndex; - field.isEditorComponent = true; - column.field = field; - } - return field; - }, - // @private - initEvents: function() { - var me = this; - me.initEditTriggers(); - me.initCancelTriggers(); - }, - // @abstract - initCancelTriggers: Ext.emptyFn, - // @private - initEditTriggers: function() { - var me = this, - view = me.view; - // Listen for the edit trigger event. - if (me.triggerEvent === 'cellfocus') { - me.mon(view, 'cellfocus', me.onCellFocus, me); - } else if (me.triggerEvent === 'rowfocus') { - me.mon(view, 'rowfocus', me.onRowFocus, me); - } else { - // Prevent the View from processing when the SelectionModel focuses. - // This is because the SelectionModel processes the mousedown event, and - // focusing causes a scroll which means that the subsequent mouseup might - // take place at a different document XY position, and will therefore - // not trigger a click. - // This Editor must call the View's focusCell method directly when we recieve a request to edit - if (view.getSelectionModel().isCellModel) { - view.onCellFocus = me.beforeViewCellFocus.bind(me); - } - // Listen for whichever click event we are configured to use - me.mon(view, me.triggerEvent || ('cell' + (me.clicksToEdit === 1 ? 'click' : 'dblclick')), me.onCellClick, me); - } - // add/remove header event listeners need to be added immediately because - // columns can be added/removed before render - me.initAddRemoveHeaderEvents(); - // Attach new bindings to the View's NavigationModel which processes cellkeydown events. - me.view.getNavigationModel().addKeyBindings({ - esc: me.onEscKey, - scope: me - }); - }, - // Override of View's method so that we can pre-empt the View's processing if the view is being triggered by a mousedown - beforeViewCellFocus: function(position) { - // Pass call on to view if the navigation is from the keyboard, or we are not going to edit this cell. - if (this.view.selModel.keyNavigation || !this.editing || !this.isCellEditable || !this.isCellEditable(position.row, position.columnHeader)) { - this.view.focusCell.apply(this.view, arguments); - } - }, - // @private Used if we are triggered by the rowfocus event - onRowFocus: function(record, row, rowIdx) { - this.startEdit(row, 0); - }, - // @private Used if we are triggered by the cellfocus event - onCellFocus: function(record, cell, position) { - this.startEdit(position.row, position.column); - }, - // @private Used if we are triggered by a cellclick event - // *IMPORTANT* Due to V4.0.0 history, the colIdx here is the index within ALL columns, including hidden. - onCellClick: function(view, cell, colIdx, record, row, rowIdx, e) { - // Make sure that the column has an editor. In the case of CheckboxModel, - // calling startEdit doesn't make sense when the checkbox is clicked. - // Also, cancel editing if the element that was clicked was a tree expander. - var expanderSelector = view.expanderSelector, - // Use getColumnManager() in this context because colIdx includes hidden columns. - columnHeader = view.ownerCt.getColumnManager().getHeaderAtIndex(colIdx), - editor = columnHeader.getEditor(record); - if (this.shouldStartEdit(editor) && (!expanderSelector || !e.getTarget(expanderSelector))) { - view.ownerGrid.setActionableMode(true, e.position); - } - }, - initAddRemoveHeaderEvents: function() { - var me = this, - headerCt = me.grid.headerCt; - me.mon(headerCt, { - scope: me, - add: me.onColumnAdd, - columnmove: me.onColumnMove, - beforedestroy: me.beforeGridHeaderDestroy - }); - }, - // @private - onColumnAdd: function(ct, column) { - this.initFieldAccessors(column); - }, - // Template method which may be implemented in subclasses (RowEditing and CellEditing) - onColumnMove: Ext.emptyFn, - // @private - onEscKey: function(e) { - if (this.editing) { - var targetComponent = Ext.getCmp(e.getTarget().getAttribute('componentId')); - // ESCAPE when a picker is expanded does not cancel the edit - if (!(targetComponent && targetComponent.isPickerField && targetComponent.isExpanded)) { - return this.cancelEdit(); - } - } - }, - /** - * @method - * @private - * @template - * Template method called before editing begins. - * @param {Object} context The current editing context - * @return {Boolean} Return false to cancel the editing process - */ - beforeEdit: Ext.emptyFn, - shouldStartEdit: function(editor) { - return !!editor; - }, - /** - * @private - * Collects all information necessary for any subclasses to perform their editing functions. - * @param {Ext.data.Model/Number} record The record or record index to edit. - * @param {Ext.grid.column.Column/Number} columnHeader The column of column index to edit. - * @return {Ext.grid.CellContext/undefined} The editing context based upon the passed record and column - */ - getEditingContext: function(record, columnHeader) { - var me = this, - grid = me.grid, - colMgr = grid.visibleColumnManager, - view, gridRow, rowIdx, colIdx, result, - layoutView = me.grid.lockable ? me.grid : me.view; - // The view must have had a layout to show the editor correctly, defer until that time. - // In case a grid's startup code invokes editing immediately. - if (!layoutView.componentLayoutCounter) { - layoutView.on({ - boxready: Ext.Function.bind(me.startEdit, me, [ - record, - columnHeader - ]), - single: true - }); - return; - } - // If disabled or grid collapsed, or view not truly visible, don't calculate a context - we cannot edit - if (me.disabled || me.grid.collapsed || !me.grid.view.isVisible(true)) { - return; - } - // They've asked to edit by column number. - // Note that in a locked grid, the columns are enumerated in a unified set for this purpose. - if (Ext.isNumber(columnHeader)) { - columnHeader = colMgr.getHeaderAtIndex(columnHeader); - } - // No corresponding column. Possible if all columns have been moved to the other side of a lockable grid pair - if (!columnHeader) { - return; - } - // Coerce the column to the closest visible column - if (columnHeader.hidden) { - columnHeader = columnHeader.next(':not([hidden])') || columnHeader.prev(':not([hidden])'); - } - // Navigate to the view and grid which the column header relates to. - view = columnHeader.getView(); - grid = view.ownerCt; - // Ensure the row we want to edit is in the rendered range if the view is buffer rendered - grid.ensureVisible(record, { - column: columnHeader - }); - gridRow = view.getRow(record); - // An intervening listener may have deleted the Record. - if (!gridRow) { - return; - } - // Column index must be relative to the View the Context is using. - // It must be the real owning View, NOT the lockable pseudo view. - colIdx = view.getVisibleColumnManager().indexOf(columnHeader); - if (Ext.isNumber(record)) { - // look up record if numeric row index was passed - rowIdx = record; - record = view.getRecord(gridRow); - } else { - rowIdx = view.indexOf(gridRow); - } - // The record may be removed from the store but the view - // not yet updated, so check it exists - if (!record) { - return; - } - // Create a new CellContext - result = new Ext.grid.CellContext(view).setAll(view, rowIdx, colIdx, record, columnHeader); - // Add extra Editing information - result.grid = grid; - result.store = view.dataSource; - result.field = columnHeader.dataIndex; - result.value = result.originalValue = record.get(columnHeader.dataIndex); - result.row = gridRow; - result.node = view.getNode(record); - result.cell = view.getCellByPosition(result, true); - return result; - }, - /** - * Cancels any active edit that is in progress. - */ - cancelEdit: function() { - var me = this; - me.editing = false; - me.fireEvent('canceledit', me, me.context); - }, - /** - * Completes the edit if there is an active edit in progress. - */ - completeEdit: function() { - var me = this; - if (me.editing && me.validateEdit()) { - me.fireEvent('edit', me, me.context); - } - me.context = null; - me.editing = false; - }, - // @abstract - validateEdit: function(context) { - var me = this; - return me.fireEvent('validateedit', me, context) !== false && !context.cancel; - } -}); - -/** - * The Ext.grid.plugin.CellEditing plugin injects editing at a cell level for a Grid. Only a single - * cell will be editable at a time. The field that will be used for the editor is defined at the - * {@link Ext.grid.column.Column#editor editor}. The editor can be a field instance or a field configuration. - * - * If an editor is not specified for a particular column then that cell will not be editable and it will - * be skipped when activated via the mouse or the keyboard. - * - * The editor may be shared for each column in the grid, or a different one may be specified for each column. - * An appropriate field type should be chosen to match the data structure that it will be editing. For example, - * to edit a date, it would be useful to specify {@link Ext.form.field.Date} as the editor. - * - * ## Example - * - * A grid with editor for the name and the email columns: - * - * @example - * Ext.create('Ext.data.Store', { - * storeId: 'simpsonsStore', - * fields:[ 'name', 'email', 'phone'], - * data: [ - * { name: 'Lisa', email: 'lisa@simpsons.com', phone: '555-111-1224' }, - * { name: 'Bart', email: 'bart@simpsons.com', phone: '555-222-1234' }, - * { name: 'Homer', email: 'homer@simpsons.com', phone: '555-222-1244' }, - * { name: 'Marge', email: 'marge@simpsons.com', phone: '555-222-1254' } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * store: Ext.data.StoreManager.lookup('simpsonsStore'), - * columns: [ - * {header: 'Name', dataIndex: 'name', editor: 'textfield'}, - * {header: 'Email', dataIndex: 'email', flex:1, - * editor: { - * xtype: 'textfield', - * allowBlank: false - * } - * }, - * {header: 'Phone', dataIndex: 'phone'} - * ], - * selModel: 'cellmodel', - * plugins: { - * ptype: 'cellediting', - * clicksToEdit: 1 - * }, - * height: 200, - * width: 400, - * renderTo: Ext.getBody() - * }); - * - * This requires a little explanation. We're passing in `store` and `columns` as normal, but - * we also specify a {@link Ext.grid.column.Column#field field} on two of our columns. For the - * Name column we just want a default textfield to edit the value, so we specify 'textfield'. - * For the Email column we customized the editor slightly by passing allowBlank: false, which - * will provide inline validation. - * - * To support cell editing, we also specified that the grid should use the 'cellmodel' - * {@link Ext.grid.Panel#selModel selModel}, and created an instance of the CellEditing plugin, - * which we configured to activate each editor after a single click. - * - */ -Ext.define('Ext.grid.plugin.CellEditing', { - alias: 'plugin.cellediting', - extend: 'Ext.grid.plugin.Editing', - requires: [ - 'Ext.grid.CellEditor', - 'Ext.util.DelayedTask' - ], - /** - * @event beforeedit - * Fires before cell editing is triggered. Return false from event handler to stop the editing. - * - * @param {Ext.grid.plugin.CellEditing} editor - * @param {Object} context An editing context event with the following properties: - * @param {Ext.grid.Panel} context.grid The owning grid Panel. - * @param {Ext.data.Model} context.record The record being edited. - * @param {String} context.field The name of the field being edited. - * @param {Mixed} context.value The field's current value. - * @param {HTMLElement} context.row The grid row element. - * @param {Ext.grid.column.Column} context.column The {@link Ext.grid.column.Column} Column} being edited. - * @param {Number} context.rowIdx The index of the row being edited. - * @param {Number} context.colIdx The index of the column being edited. - * @param {Boolean} context.cancel Set this to `true` to cancel the edit or return false from your handler. - */ - /** - * @event edit - * Fires after a cell is edited. Usage example: - * - * grid.on('edit', function(editor, e) { - * // commit the changes right after editing finished - * e.record.commit(); - * }); - * - * @param {Ext.grid.plugin.CellEditing} editor - * @param {Object} context An editing context with the following properties: - * @param {Ext.grid.Panel} context.grid The owning grid Panel. - * @param {Ext.data.Model} context.record The record being edited. - * @param {String} context.field The name of the field being edited. - * @param {Mixed} context.value The field's current value. - * @param {HTMLElement} context.row The grid row element. - * @param {Ext.grid.column.Column} context.column The {@link Ext.grid.column.Column} Column} being edited. - * @param {Number} context.rowIdx The index of the row being edited. - * @param {Number} context.colIdx The index of the column being edited. - * @param {Mixed} context.originalValue The original value before being edited. - */ - /** - * @event validateedit - * Fires after a cell is edited, but before the value is set in the record. Return false from event handler to - * cancel the change. - * - * Usage example showing how to remove the red triangle (dirty record indicator) from some records (not all). By - * observing the grid's validateedit event, it can be cancelled if the edit occurs on a targeted row (for - * example) and then setting the field's new value in the Record directly: - * - * grid.on('validateedit', function(editor, e) { - * var myTargetRow = 6; - * - * if (e.row == myTargetRow) { - * e.cancel = true; - * e.record.data[e.field] = e.value; - * } - * }); - * - * @param {Ext.grid.plugin.CellEditing} editor - * @param {Object} context An editing context with the following properties: - * @param {Ext.grid.Panel} context.grid The owning grid Panel. - * @param {Ext.data.Model} context.record The record being edited. - * @param {String} context.field The name of the field being edited. - * @param {Mixed} context.value The field's current value. - * @param {HTMLElement} context.row The grid row element. - * @param {Ext.grid.column.Column} context.column The {@link Ext.grid.column.Column} Column} being edited. - * @param {Number} context.rowIdx The index of the row being edited. - * @param {Number} context.colIdx The index of the column being edited. - * @param {Mixed} context.originalValue The original value before being edited. - * @param {Boolean} context.cancel Set this to `true` to cancel the edit or return false from your handler. - */ - /** - * @event canceledit - * Fires when the user started editing a cell but then cancelled the edit. - * @param {Ext.grid.plugin.CellEditing} editor - * @param {Object} context An edit event with the following properties: - * @param {Ext.grid.Panel} context.grid The owning grid Panel. - * @param {Ext.data.Model} context.record The record being edited. - * @param {String} context.field The name of the field being edited. - * @param {Mixed} context.value The field's current value. - * @param {HTMLElement} context.row The grid row element. - * @param {Ext.grid.column.Column} context.column The {@link Ext.grid.column.Column} Column} being edited. - * @param {Number} context.rowIdx The index of the row being edited. - * @param {Number} context.colIdx The index of the column being edited. - * @param {Mixed} context.originalValue The original value before being edited. - */ - init: function(grid) { - var me = this; - // Upon deactivation, all editors are hidden. - // This will terminate their edit. - // But we do not know what further mutation the DOM grid may undergo, so after having - // given the focus events to run their course, we cache the editors in the detached body - // to prevent them from being garbage collected in case they get tipped out of the DOM - // by a view refresh. - me.cacheDeactivatedEditors = Ext.Function.createAnimationFrame(me.cacheDeactivatedEditors); - // This plugin has an interest in entering actionable mode. - // It places the cell editors into the tabbable flow. - grid.registerActionable(me); - me.callParent(arguments); - me.editors = new Ext.util.MixedCollection(false, function(editor) { - return editor.editorId; - }); - }, - // Ensure editors are cleaned up. - beforeGridHeaderDestroy: function(headerCt) { - var me = this, - columns = me.grid.getColumnManager().getColumns(), - len = columns.length, - i, column, editor; - for (i = 0; i < len; i++) { - column = columns[i]; - // Try to get the CellEditor which contains the field to destroy the whole assembly - editor = me.editors.getByKey(column.getItemId()); - // Failing that, the field has not yet been accessed to add to the CellEditor, but must still be destroyed - if (!editor) { - // If we have an editor, it will wrap the field which will be destroyed. - editor = column.editor || column.field; - } - // Destroy the CellEditor or field - Ext.destroy(editor); - me.removeFieldAccessors(column); - } - }, - onReconfigure: function(grid, store, columns) { - // Only reconfigure editors if passed a new set of columns - if (columns) { - this.editors.clear(); - } - this.callParent(); - }, - destroy: function() { - var me = this; - if (me.editors) { - me.editors.each(Ext.destroy, Ext); - me.editors.clear(); - } - me.callParent(); - }, - /** - * @private - * Template method called from the base class's initEvents - */ - initCancelTriggers: function() { - var me = this, - grid = me.grid; - me.mon(grid, { - columnresize: me.cancelEdit, - columnmove: me.cancelEdit, - scope: me - }); - }, - isCellEditable: function(record, columnHeader) { - var me = this, - context = me.getEditingContext(record, columnHeader); - if (context.view.isVisible(true) && context) { - columnHeader = context.column; - record = context.record; - if (columnHeader && me.getEditor(record, columnHeader)) { - return true; - } - } - }, - /** - * This method is called when actionable mode is requested for a cell. - * @param {Ext.grid.CellContext} position The position at which actionable mode was requested. - * @return {Boolean} `true` if this cell is actionable (editable) - * @protected - */ - activateCell: function(position) { - var me = this, - record = position.record, - column = position.column, - context, cell, editor; - context = me.getEditingContext(record, column); - if (!context) { - return; - } - if (!me.preventBeforeCheck) { - // Allow vetoing, or setting a new editor *before* we call getEditor - if (!column.getEditor(record) || me.beforeEdit(context) === false || me.fireEvent('beforeedit', me, context) === false || context.cancel) { - return; - } - } - // Recapture the editor. The beforeedit listener is allowed to replace the field. - editor = me.getEditor(record, column); - if (editor) { - cell = Ext.get(context.cell); - // Ensure editor is there in the cell, but hidden. - // It will show if it begins editing. - // And will then be found in the tabbable children of the activating cell - if (!editor.rendered) { - editor.hidden = true; - editor.render(cell, 0); - } else { - if (editor.container !== cell) { - editor.container = cell; - cell.dom.insertBefore(editor.el.dom, cell.dom.firstChild); - } - editor.hide(); - } - me.setEditingContext(context); - // Request that the editor start. - // It may veto, and return with the editing flag false. - editor.startEdit(cell, context.value, false); - // Set contextual information if we began editing (can be vetoed by events) - if (editor.editing) { - me.setActiveEditor(editor); - me.setActiveRecord(record); - me.setActiveColumn(column); - me.editing = true; - me.scroll = position.view.el.getScroll(); - } - // Return true if the cell is actionable according to us - return editor.editing; - } - }, - // CellEditing only activates individual cells. - activateRow: Ext.emptyFn, - deactivate: function() { - var me = this, - editors = me.editors.items, - len = editors.length, - i; - for (i = 0; i < len; i++) { - editors[i].hide(); - } - // This is a delayed method. - // Give the chance for the blur event to fire and bubble before - // ripping the editor from its place in the DOM and caching it in the - // detached body. - // - // We have to do this after deactivate in addition to hiding because we - // cannot tell when the grid's DOM is going to be destroyed and the editor's - // element may become "garbage" and be destroyed. - me.cacheDeactivatedEditors(); - }, - cacheDeactivatedEditors: function() { - var me = this, - editors = me.editors.items, - len = editors.length, - i, editor, - detachedBody = Ext.getDetachedBody(); - for (i = 0; i < len; i++) { - editor = editors[i]; - if (!editor.isVisible()) { - detachedBody.dom.appendChild(editor.el.dom); - editor.container = detachedBody; - } - } - }, - /** - * @deprecated 5.5.0 Use the grid's {@link Ext.panel.Table#setActionableMode actionable mode} to activate cell contents. - * Starts editing the specified record, using the specified Column definition to define which field is being edited. - * @param {Ext.data.Model/Number} record The Store data record which backs the row to be edited, or index of the record. - * @param {Ext.grid.column.Column/Number} columnHeader The Column object defining the column to be edited, or index of the column. - */ - startEdit: function(record, columnHeader) { - this.startEditByPosition(new Ext.grid.CellContext(this.view).setPosition(record, columnHeader)); - }, - completeEdit: function(remainVisible) { - var activeEd = this.getActiveEditor(); - if (activeEd) { - activeEd.completeEdit(remainVisible); - } - }, - // internal getters/setters - setEditingContext: function(context) { - this.context = context; - }, - setActiveEditor: function(ed) { - this.activeEditor = ed; - }, - getActiveEditor: function() { - return this.activeEditor; - }, - setActiveColumn: function(column) { - this.activeColumn = column; - }, - getActiveColumn: function() { - return this.activeColumn; - }, - setActiveRecord: function(record) { - this.activeRecord = record; - }, - getActiveRecord: function() { - return this.activeRecord; - }, - getEditor: function(record, column) { - var me = this, - editors = me.editors, - editorId = column.getItemId(), - editor = editors.getByKey(editorId); - if (!editor) { - editor = column.getEditor(record); - if (!editor) { - return false; - } - // Allow them to specify a CellEditor in the Column - if (editor instanceof Ext.grid.CellEditor) { - editor.floating = true; - } else // But if it's just a Field, wrap it. - { - editor = new Ext.grid.CellEditor({ - floating: true, - editorId: editorId, - field: editor - }); - } - // Add the Editor as a floating child of the grid - // Prevent this field from being included in an Ext.form.Basic - // collection, if the grid happens to be used inside a form - editor.field.excludeForm = true; - // If the editor is new to this grid, then add it to the grid, and ensure it tells us about its life cycle. - if (editor.column !== column) { - editor.column = column; - editor.on({ - scope: me, - complete: me.onEditComplete, - canceledit: me.cancelEdit - }); - column.on('removed', me.onColumnRemoved, me); - } - editors.add(editor); - } - // Inject an upward link to its owning grid even though it is not an added child. - editor.ownerCmp = me.grid.ownerGrid; - if (column.isTreeColumn) { - editor.isForTree = column.isTreeColumn; - editor.addCls(Ext.baseCSSPrefix + 'tree-cell-editor'); - } - // Set the owning grid. - // This needs to be kept up to date because in a Lockable assembly, an editor - // needs to swap sides if the column is moved across. - editor.setGrid(me.grid); - // Keep upward pointer correct for each use - editors are shared between locking sides - editor.editingPlugin = me; - return editor; - }, - onColumnRemoved: function(column) { - var me = this, - context = me.context; - // If the column was being edited, when plucked out of the grid, cancel the edit. - if (context && context.column === column) { - me.cancelEdit(); - } - // Remove the CellEditor of that column from the grid, and no longer listen for events from it. - column.un('removed', me.onColumnRemoved, me); - }, - setColumnField: function(column, field) { - var ed = this.editors.getByKey(column.getItemId()); - Ext.destroy(ed, column.field); - this.editors.removeAtKey(column.getItemId()); - this.callParent(arguments); - }, - /** - * Gets the cell (td) for a particular record and column. - * @param {Ext.data.Model} record - * @param {Ext.grid.column.Column} column - * @private - */ - getCell: function(record, column) { - return this.grid.getView().getCell(record, column); - }, - onEditComplete: function(ed, value, startValue) { - var me = this, - context = ed.context, - view, record; - view = context.view; - record = context.record; - context.value = value; - if (!me.validateEdit(context)) { - me.editing = false; - return; - } - // Only update the record if the new value is different than the - // startValue. When the view refreshes its el will gain focus - if (!record.isEqual(value, startValue)) { - record.set(context.column.dataIndex, value); - // Changing the record may impact the position - context.rowIdx = view.indexOf(record); - } - me.fireEvent('edit', me, context); - // We clear down our context here in response to the CellEditor completing. - // We only do this if we have not already started editing a new context. - if (me.context === context) { - me.setActiveEditor(null); - me.setActiveColumn(null); - me.setActiveRecord(null); - me.editing = false; - } - }, - /** - * Cancels any active editing. - */ - cancelEdit: function(activeEd) { - var me = this, - context = me.context; - // This is in response to the CellEditor firing a canceledit event. - if (activeEd && activeEd.isCellEditor) { - me.context.value = ('editedValue' in activeEd) ? activeEd.editedValue : activeEd.getValue(); - // Editing flag cleared in superclass. - // canceledit event fired in superclass. - me.callParent(arguments); - // Clear our current editing context. - // We only do this if we have not already started editing a new context. - if (activeEd.context === context) { - me.setActiveEditor(null); - me.setActiveColumn(null); - me.setActiveRecord(null); - } else // Re-instate editing flag after callParent - { - me.editing = true; - } - } else // This is a programmatic call to cancel any active edit - { - activeEd = me.getActiveEditor(); - if (activeEd && activeEd.field) { - activeEd.cancelEdit(); - } - } - }, - /** - * Starts editing by position (row/column) - * @param {Object} position A position with keys of row and column. - * Example usage: - * - * cellEditing.startEditByPosition({ - * row: 3, - * column: 2 - * }); - */ - startEditByPosition: function(position) { - var me = this, - cm = me.grid.getColumnManager(), - index, - activeEditor = me.getActiveEditor(); - // If a raw {row:0, column:0} object passed. - // The historic API is that column indices INCLUDE hidden columns, so use getColumnManager. - if (!position.isCellContext) { - position = new Ext.grid.CellContext(me.view).setPosition(position.row, me.grid.getColumnManager().getColumns()[position.column]); - } - // Coerce the edit column to the closest visible column. This typically - // only needs to be done when called programatically, since the position - // is handled by walkCells, which is called before this is invoked. - index = cm.getHeaderIndex(position.column); - position.column = cm.getVisibleHeaderClosestToIndex(index); - // Already in actionable mode. - if (me.grid.actionableMode) { - // We are being asked to edit right where we are (click in an active editor will get here) - if (me.editing && position.isEqual(me.context)) { - return; - } - // Finish any current edit. - if (activeEditor) { - activeEditor.completeEdit(); - } - } - // If we are STILL in actionable mode - synchronous blurring has not tipped us out of actionable mode... - if (me.grid.actionableMode) { - // Get the editor for the position, and if there is one, focus it - if (me.activateCell(position)) { - // Ensure the row is activated. - me.activateRow(me.view.all.item(position.rowIdx, true)); - activeEditor = me.getEditor(position.record, position.column); - if (activeEditor) { - activeEditor.field.focus(); - } - } - } else { - // Enter actionable mode at the requested position - return me.grid.setActionableMode(true, position); - } - } -}); - -/** - * This base class manages clipboard data transfer for a component. As an abstract class, - * applications use derived classes such as `{@link Ext.grid.plugin.Clipboard}` instead - * and seldom use this class directly. - * - * ## Operation - * - * Components that interact with the clipboard do so in two directions: copy and paste. - * When copying to the clipboard, a component will often provide multiple data formats. - * On paste, the consumer of the data can then decide what format it prefers and ignore - * the others. - * - * ### Copy (and Cut) - * - * There are two storage locations provided for holding copied data: - * - * * The system clipboard, used to exchange data with other applications running - * outside the browser. - * * A memory space in the browser page that can hold data for use only by other - * components on the page. This allows for richer formats to be transferred. - * - * A component can copy (or cut) data in multiple formats as controlled by the - * `{@link #cfg-memory}` and `{@link #cfg-system}` configs. - * - * ### Paste - * - * While there may be many formats available, when a component is ready to paste, only - * one format can ultimately be used. This is specified by the `{@link #cfg-source}` - * config. - * - * ## Browser Limitations - * - * At the current time, browsers have only a limited ability to interact with the system - * clipboard. The only reliable, cross-browser, plugin-in-free technique for doing so is - * to use invisible elements and focus tricks **during** the processing of clipboard key - * presses like CTRL+C (on Windows/Linux) or CMD+C (on Mac). - * - * @protected - * @since 5.1.0 - */ -Ext.define('Ext.plugin.AbstractClipboard', { - extend: 'Ext.plugin.Abstract', - requires: [ - 'Ext.util.KeyMap' - ], - cachedConfig: { - /** - * @cfg {Object} formats - * This object is keyed by the names of the data formats supported by this plugin. - * The property values of this object are objects with `get` and `put` properties - * that name the methods for getting data from (copy) and putting to into (paste) - * the associated component. - * - * For example: - * - * formats: { - * html: { - * get: 'getHtmlData', - * put: 'putHtmlData' - * } - * } - * - * This declares support for the "html" data format and indicates that the - * `getHtmlData` method should be called to copy HTML data from the component, - * while the `putHtmlData` should be called to paste HTML data into the component. - * - * By default, all derived classes must support a "text" format: - * - * formats: { - * text: { - * get: 'getTextData', - * put: 'putTextData' - * } - * } - * - * To understand the method signatures required to implement a data format, see the - * documentation for `{@link #getTextData}` and `{@link #putTextData}`. - * - * The format name "system" is not allowed. - * - * @protected - */ - formats: { - text: { - get: 'getTextData', - put: 'putTextData' - } - } - }, - config: { - /** - * @cfg {String/String[]} [memory] - * The data format(s) to copy to the private, memory clipboard. By default, data - * is not saved to the memory clipboard. Specify `true` to include all formats - * of data, or a string to copy a single format, or an array of strings to copy - * multiple formats. - */ - memory: null, - /** - * @cfg {String/String[]} [source="system"] - * The format or formats in order of preference when pasting data. This list can - * be any of the valid formats, plus the name "system". When a paste occurs, this - * config is consulted. The first format specified by this config that has data - * available in the private memory space is used. If "system" is encountered in - * the list, whatever data is available on the system clipboard is chosen. At - * that point, no further source formats will be considered. - */ - source: 'system', - /** - * @cfg {String} [system="text"] - * The data format to set in the system clipboard. By default, the "text" - * format is used. Based on the type of derived class, other formats may be - * possible. - */ - system: 'text' - }, - destroy: function() { - var me = this, - keyMap = me.keyMap, - shared = me.shared; - if (keyMap) { - // If we have a keyMap then we have incremented the shared usage counter - // and now need to remove ourselves. - me.keyMap = Ext.destroy(keyMap); - if (!--shared.counter) { - shared.textArea = Ext.destroy(shared.textArea); - } - } else { - // If we don't have a keyMap it is because we are waiting for the render - // event and haven't connected to the shared context. - me.renderListener = Ext.destroy(me.renderListener); - } - me.callParent(); - }, - init: function(comp) { - var me = this; - if (comp.rendered) { - this.finishInit(comp); - } else { - me.renderListener = comp.on({ - render: function() { - me.renderListener = null; - me.finishInit(comp); - }, - destroyable: true, - single: true - }); - } - }, - /** - * Returns the element target to listen to copy/paste. - * - * @param {Ext.Component} comp The component this plugin is initialized on. - * @return {Ext.dom.Element} The element target. - */ - getTarget: function(comp) { - return comp.el; - }, - /** - * This method returns the selected data in text format. - * @method getTextData - * @param {String} format The name of the format (i.e., "text"). - * @param {Boolean} erase Pass `true` to erase (cut) the data, `false` to just copy. - * @return {String} The data in text format. - */ - /** - * This method pastes the given text data. - * @method putTextData - * @param {Object} data The data in the indicated `format`. - * @param {String} format The name of the format (i.e., "text"). - */ - privates: { - /** - * @property {Object} shared - * The shared state for all clipboard-enabled components. - * @property {Number} shared.counter The number of clipboard-enabled components - * currently using this object. - * @property {Object} shared.data The clipboard data for intra-page copy/paste. The - * properties of the object are keyed by format. - * @property {Ext.dom.Element} textArea The shared textarea used to polyfill the - * lack of HTML5 clipboard API. - * @private - */ - shared: { - counter: 0, - data: null, - textArea: null - }, - applyMemory: function(value) { - // Same as "source" config but that allows "system" as a format. - value = this.applySource(value); - if (value) { - for (var i = value.length; i-- > 0; ) { - if (value[i] === 'system') { - Ext.raise('Invalid clipboard format "' + value[i] + '"'); - } - } - } - return value; - }, - applySource: function(value) { - // Make sure we have a non-empty String[] or null - if (value) { - if (Ext.isString(value)) { - value = [ - value - ]; - } else if (value.length === 0) { - value = null; - } - } - if (value) { - var formats = this.getFormats(); - for (var i = value.length; i-- > 0; ) { - if (value[i] !== 'system' && !formats[value[i]]) { - Ext.raise('Invalid clipboard format "' + value[i] + '"'); - } - } - } - return value || null; - }, - applySystem: function(value) { - var formats = this.getFormats(); - if (!formats[value]) { - Ext.raise('Invalid clipboard format "' + value + '"'); - } - return value; - }, - doCutCopy: function(event, erase) { - var me = this, - formats = me.allFormats || me.syncFormats(), - data = me.getData(erase, formats), - memory = me.getMemory(), - system = me.getSystem(), - sys; - me.shared.data = memory && data; - if (system) { - sys = data[system]; - if (formats[system] < 3) { - delete data[system]; - } - me.setClipboardData(sys); - } - }, - doPaste: function(format, data) { - var formats = this.getFormats(); - this[formats[format].put](data, format); - }, - finishInit: function(comp) { - var me = this; - me.keyMap = new Ext.util.KeyMap({ - target: me.getTarget(comp), - binding: [ - { - ctrl: true, - key: 'x', - fn: me.onCut, - scope: me - }, - { - ctrl: true, - key: 'c', - fn: me.onCopy, - scope: me - }, - { - ctrl: true, - key: 'v', - fn: me.onPaste, - scope: me - } - ] - }); - ++me.shared.counter; - comp.on({ - destroy: 'destroy', - scope: me - }); - }, - getData: function(erase, format) { - var me = this, - formats = me.getFormats(), - data, i, name, names; - if (Ext.isString(format)) { - if (!formats[format]) { - Ext.raise('Invalid clipboard format "' + format + '"'); - } - data = me[formats[format].get](format, erase); - } else { - data = {}; - names = []; - if (format) { - for (name in format) { - if (!formats[name]) { - Ext.raise('Invalid clipboard format "' + name + '"'); - } - names.push(name); - } - } else { - names = Ext.Object.getAllKeys(formats); - } - for (i = names.length; i-- > 0; ) { - data[name] = me[formats[name].get](name, erase && !i); - } - } - return data; - }, - /** - * @private - * @return {Ext.dom.Element} - */ - getHiddenTextArea: function() { - var shared = this.shared, - el; - el = shared.textArea; - if (!el) { - el = shared.textArea = Ext.getBody().createChild({ - tag: 'textarea', - tabIndex: -1, - // don't tab through this fellow - style: { - position: 'absolute', - top: '-1000px', - width: '1px', - height: '1px' - } - }); - // We don't want this element to fire focus events ever - el.suspendFocusEvents(); - } - return el; - }, - onCopy: function(keyCode, event) { - this.doCutCopy(event, false); - }, - onCut: function(keyCode, event) { - this.doCutCopy(event, true); - }, - onPaste: function(keyCode, event) { - var me = this, - sharedData = me.shared.data, - source = me.getSource(), - i, n, s; - if (source) { - for (i = 0 , n = source.length; i < n; ++i) { - s = source[i]; - if (s === 'system') { - // get the format used by the system clipboard. - s = me.getSystem(); - me.pasteClipboardData(s); - break; - } else if (sharedData && (s in sharedData)) { - me.doPaste(s, sharedData[s]); - break; - } - } - } - }, - pasteClipboardData: function(format) { - var me = this, - clippy = window.clipboardData, - area, focusEl; - if (clippy && clippy.getData) { - me.doPaste(format, clippy.getData("text")); - } else { - focusEl = Ext.Element.getActiveElement(true); - area = me.getHiddenTextArea().dom; - area.value = ''; - // We must not disturb application state by doing this focus - if (focusEl) { - focusEl.suspendFocusEvents(); - } - area.focus(); - // Between now and the deferred function, the CTRL+V hotkey will have - // its default action processed which will paste the clipboard content - // into the textarea. - Ext.defer(function() { - // Focus back to the real destination - if (focusEl) { - focusEl.focus(); - // Restore framework focus handling - focusEl.resumeFocusEvents(); - } - me.doPaste(format, area.value); - area.value = ''; - }, 100, me); - } - }, - setClipboardData: function(data) { - var clippy = window.clipboardData; - if (clippy && clippy.setData) { - clippy.setData("text", data); - } else { - var me = this, - area = me.getHiddenTextArea().dom, - focusEl = Ext.Element.getActiveElement(true); - area.value = data; - // We must not disturb application state by doing this focus - if (focusEl) { - focusEl.suspendFocusEvents(); - } - area.focus(); - area.select(); - // Between now and the deferred function, the CTRL+C/X hotkey will have - // its default action processed which will update the clipboard from the - // textarea. - Ext.defer(function() { - area.value = ''; - if (focusEl) { - focusEl.focus(); - // Restore framework focus handling - focusEl.resumeFocusEvents(); - } - }, 50); - } - }, - syncFormats: function() { - var me = this, - map = {}, - memory = me.getMemory(), - system = me.getSystem(), - i, s; - if (system) { - map[system] = 1; - } - if (memory) { - for (i = memory.length; i-- > 0; ) { - s = memory[i]; - map[s] = map[s] ? 3 : 2; - } - } - // 1: memory - // 2: system - // 3: both - return me.allFormats = map; - }, - // jshint ignore:line - updateMemory: function() { - this.allFormats = null; - }, - updateSystem: function() { - this.allFormats = null; - } - } -}); - -/** - * This {@link Ext.grid.Panel grid} plugin adds clipboard support to a grid. - * - * *Note that the grid must use the {@link Ext.grid.selection.SpreadsheetModel spreadsheet selection model} to utilize this plugin.* - * - * This class supports the following `{@link Ext.plugin.AbstractClipboard#formats formats}` - * for grid data: - * - * * `cell` - Complete field data that can be matched to other grids using the same - * {@link Ext.data.Model model} regardless of column order. - * * `text` - Cell content stripped of HTML tags. - * * `html` - Complete cell content, including any rendered HTML tags. - * * `raw` - Underlying field values based on `dataIndex`. - * - * The `cell` format is not valid for the `{@link Ext.plugin.AbstractClipboard#system system}` - * clipboard format. - */ -Ext.define('Ext.grid.plugin.Clipboard', { - extend: 'Ext.plugin.AbstractClipboard', - alias: 'plugin.clipboard', - requires: [ - 'Ext.util.Format', - 'Ext.util.TSV' - ], - formats: { - cell: { - get: 'getCells' - }, - html: { - get: 'getCellData' - }, - raw: { - get: 'getCellData' - } - }, - getCellData: function(format, erase) { - var cmp = this.getCmp(), - selModel = cmp.getSelectionModel(), - ret = [], - isRaw = format === 'raw', - isText = format === 'text', - viewNode, cell, data, dataIndex, lastRecord, column, record, row, view; - selModel.getSelected().eachCell(function(cellContext) { - column = cellContext.column , view = cellContext.column.getView(); - record = cellContext.record; - // Do not copy the check column or row numberer column - if (column.ignoreExport) { - return; - } - if (lastRecord !== record) { - lastRecord = record; - ret.push(row = []); - } - dataIndex = column.dataIndex; - if (isRaw) { - data = record.data[dataIndex]; - } else { - // Try to access the view node. - viewNode = view.all.item(cellContext.rowIdx); - // If we could not, it's because it's outside of the rendered block - recreate it. - if (!viewNode) { - viewNode = Ext.fly(view.createRowElement(record, cellContext.rowIdx)); - } - cell = viewNode.down(column.getCellInnerSelector()); - data = cell.dom.innerHTML; - if (isText) { - data = Ext.util.Format.stripTags(data); - } - } - row.push(data); - if (erase && dataIndex) { - record.set(dataIndex, null); - } - }); - return Ext.util.TSV.encode(ret); - }, - getCells: function(format, erase) { - var cmp = this.getCmp(), - selModel = cmp.getSelectionModel(), - ret = [], - dataIndex, lastRecord, record, row; - selModel.getSelected().eachCell(function(cellContext) { - record = cellContext.record; - if (lastRecord !== record) { - lastRecord = record; - ret.push(row = { - model: record.self, - fields: [] - }); - } - dataIndex = cellContext.column.dataIndex; - row.fields.push({ - name: dataIndex, - value: record.data[dataIndex] - }); - if (erase && dataIndex) { - record.set(dataIndex, null); - } - }); - return ret; - }, - getTextData: function(format, erase) { - return this.getCellData(format, erase); - }, - putCellData: function(data, format) { - var values = Ext.util.TSV.decode(data), - row, - recCount = values.length, - colCount = recCount ? values[0].length : 0, - sourceRowIdx, sourceColIdx, - view = this.getCmp().getView(), - maxRowIdx = view.dataSource.getCount() - 1, - maxColIdx = view.getVisibleColumnManager().getColumns().length - 1, - navModel = view.getNavigationModel(), - destination = navModel.getPosition(), - dataIndex, destinationStartColumn, - dataObject = {}; - // If the view is not focused, use the first cell of the selection as the destination. - if (!destination) { - view.getSelectionModel().getSelected().eachCell(function(c) { - destination = c; - return false; - }); - } - if (destination) { - // Create a new Context based upon the outermost View. - // NavigationModel works on local views. TODO: remove this step when NavModel is fixed to use outermost view in locked grid. - // At that point, we can use navModel.getPosition() - destination = new Ext.grid.CellContext(view).setPosition(destination.record, destination.column); - } else { - destination = new Ext.grid.CellContext(view).setPosition(0, 0); - } - destinationStartColumn = destination.colIdx; - for (sourceRowIdx = 0; sourceRowIdx < recCount; sourceRowIdx++) { - row = values[sourceRowIdx]; - // Collect new values in dataObject - for (sourceColIdx = 0; sourceColIdx < colCount; sourceColIdx++) { - dataIndex = destination.column.dataIndex; - if (dataIndex) { - switch (format) { - // Raw field values - case 'raw': - dataObject[dataIndex] = row[sourceColIdx]; - break; - // Textual data with HTML tags stripped - case 'text': - dataObject[dataIndex] = row[sourceColIdx]; - break; - // innerHTML from the cell inner - case 'html': - break; - } - } - // If we are at the end of the destination row, break the column loop. - if (destination.colIdx === maxColIdx) { - break; - } - destination.setColumn(destination.colIdx + 1); - } - // Update the record in one go. - destination.record.set(dataObject); - // If we are at the end of the destination store, break the row loop. - if (destination.rowIdx === maxRowIdx) { - break; - } - // Jump to next row in destination - destination.setPosition(destination.rowIdx + 1, destinationStartColumn); - } - }, - putTextData: function(data, format) { - this.putCellData(data, format); - }, - getTarget: function(comp) { - return comp.body; - } -}); - -/** - * This plugin provides drag and drop functionality for a {@link Ext.grid.View GridView}. - * - * A specialized instance of {@link Ext.dd.DragZone DragZone} and {@link Ext.dd.DropZone - * DropZone} are attached to the grid view. The DropZone will participate in drops - * from DragZones having the same {@link #ddGroup} including drops from within the same - * grid. - * - * During the drop operation a data object is passed to a participating DropZone's drop - * handlers. The drag data object has the following properties: - * - * - **copy:** {@link Boolean}
    The value of {@link #copy}. Or `true` if - * {@link #allowCopy} is true **and** the control key was pressed as the drag operation - * began. - * - * - **view:** {@link Ext.grid.View GridView}
    The source grid view from which the - * drag originated - * - * - **ddel:** HTMLElement
    The drag proxy element which moves with the cursor - * - * - **item:** HTMLElement
    The grid view node upon which the mousedown event was - * registered - * - * - **records:** {@link Array}
    An Array of {@link Ext.data.Model Model}s - * representing the selected data being dragged from the source grid view - * - * By adding this plugin to a view, two new events will be fired from the client - * grid view as well as its owning Grid: `{@link #beforedrop}` and `{@link #drop}`. - * - * @example - * var store = Ext.create('Ext.data.Store', { - * fields: ['name'], - * data: [ - * ["Lisa"], - * ["Bart"], - * ["Homer"], - * ["Marge"] - * ], - * proxy: { - * type: 'memory', - * reader: 'array' - * } - * }); - * - * Ext.create('Ext.grid.Panel', { - * store: store, - * enableLocking: true, - * columns: [{ - * header: 'Name', - * dataIndex: 'name', - * flex: true - * }], - * viewConfig: { - * plugins: { - * ptype: 'gridviewdragdrop', - * dragText: 'Drag and drop to reorganize' - * } - * }, - * height: 200, - * width: 400, - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.grid.plugin.DragDrop', { - extend: 'Ext.plugin.Abstract', - alias: 'plugin.gridviewdragdrop', - uses: [ - 'Ext.view.DragZone', - 'Ext.grid.ViewDropZone' - ], - /** - * @event beforedrop - * **This event is fired through the {@link Ext.grid.View GridView} and its owning - * {@link Ext.grid.Panel Grid}. You can add listeners to the grid or grid {@link - * Ext.grid.Panel#viewConfig view config} object** - * - * Fired when a drop gesture has been triggered by a mouseup event in a valid drop - * position in the grid view. - * - * Returning `false` to this event signals that the drop gesture was invalid and - * animates the drag proxy back to the point from which the drag began. - * - * The dropHandlers parameter can be used to defer the processing of this event. For - * example, you can force the handler to wait for the result of a message box - * confirmation or an asynchronous server call (_see the details of the dropHandlers - * property for more information_). - * - * grid.on('beforedrop', function(node, data, overModel, dropPosition, dropHandlers) { - * // Defer the handling - * dropHandlers.wait = true; - * Ext.MessageBox.confirm('Drop', 'Are you sure', function(btn){ - * if (btn === 'yes') { - * dropHandlers.processDrop(); - * } else { - * dropHandlers.cancelDrop(); - * } - * }); - * }); - * - * Any other return value continues with the data transfer operation unless the wait - * property is set. - * - * @param {HTMLElement} node The {@link Ext.grid.View grid view} node **if any** over - * which the cursor was positioned. - * - * @param {Object} data The data object gathered at mousedown time by the - * cooperating {@link Ext.dd.DragZone DragZone}'s {@link Ext.dd.DragZone#getDragData - * getDragData} method. It contains the following properties: - * @param {Boolean} data.copy The value of {@link #copy}. Or `true` if - * {@link #allowCopy} is true **and** the control key was pressed as the drag - * operation began. - * @param {Ext.grid.View} data.view The source grid view from which the drag - * originated - * @param {HTMLElement} data.ddel The drag proxy element which moves with the cursor - * @param {HTMLElement} data.item The grid view node upon which the mousedown event - * was registered - * @param {Ext.data.Model[]} data.records An Array of Models representing the - * selected data being dragged from the source grid view - * - * @param {Ext.data.Model} overModel The Model over which the drop gesture took place - * - * @param {String} dropPosition `"before"` or `"after"` depending on whether the - * cursor is above or below the mid-line of the node. - * - * @param {Object} dropHandlers - * This parameter allows the developer to control when the drop action takes place. - * It is useful if any asynchronous processing needs to be completed before - * performing the drop. This object has the following properties: - * - * @param {Boolean} dropHandlers.wait Indicates whether the drop should be deferred. - * Set this property to true to defer the drop. - * @param {Function} dropHandlers.processDrop A function to be called to complete - * the drop operation. - * @param {Function} dropHandlers.cancelDrop A function to be called to cancel the - * drop operation. - */ - /** - * @event drop - * **This event is fired through the {@link Ext.grid.View GridView} and its owning - * {@link Ext.grid.Panel Grid}. You can add listeners to the grid or grid {@link - * Ext.grid.Panel#viewConfig view config} object** - * - * Fired when a drop operation has been completed and the data has been moved or - * copied. - * - * @param {HTMLElement} node The {@link Ext.grid.View GridView} node **if any** over - * which the cursor was positioned. - * - * @param {Object} data The data object gathered at mousedown time by the - * cooperating {@link Ext.dd.DragZone DragZone}'s {@link Ext.dd.DragZone#getDragData - * getDragData} method. It contains the following properties: - * @param {Boolean} data.copy The value of {@link #copy}. Or `true` if - * {@link #allowCopy} is true **and** the control key was pressed as the drag - * operation began. - * @param {Ext.grid.View} data.view The source grid view from which the drag - * originated - * @param {HTMLElement} data.ddel The drag proxy element which moves with the cursor - * @param {HTMLElement} data.item The grid view node upon which the mousedown event - * was registered - * @param {Ext.data.Model[]} data.records An Array of Models representing the - * selected data being dragged from the source grid view - * - * @param {Ext.data.Model} overModel The Model over which the drop gesture took - * place. - * - * @param {String} dropPosition `"before"` or `"after"` depending on whether the - * cursor is above or below the mid-line of the node. - */ - /** - * @cfg {Boolean} [copy=false] - * Set as `true` to copy the records from the source grid to the destination drop - * grid. Otherwise, dragged records will be moved. - * - * **Note:** This only applies to records dragged between two different grids with - * unique stores. - * - * See {@link #allowCopy} to allow only control-drag operations to copy records. - */ - /** - * @cfg {Boolean} [allowCopy=false] - * Set as `true` to allow the user to hold down the control key at the start of the - * drag operation and copy the dragged records between grids. Otherwise, dragged - * records will be moved. - * - * **Note:** This only applies to records dragged between two different grids with - * unique stores. - * - * See {@link #copy} to enable the copying of all dragged records. - */ - // - /** - * @cfg - * The text to show while dragging. - * - * Two placeholders can be used in the text: - * - * - `{0}` The number of selected items. - * - `{1}` 's' when more than 1 items (only useful for English). - */ - dragText: '{0} selected row{1}', - // - /** - * @cfg {String} [ddGroup=gridDD] - * A named drag drop group to which this object belongs. If a group is specified, then both the DragZones and - * DropZone used by this plugin will only interact with other drag drop objects in the same group. - */ - ddGroup: "GridDD", - /** - * @cfg {String} [dragGroup] - * The {@link #ddGroup} to which the DragZone will belong. - * - * This defines which other DropZones the DragZone will interact with. Drag/DropZones only interact with other - * Drag/DropZones which are members of the same {@link #ddGroup}. - */ - /** - * @cfg {String} [dropGroup] - * The {@link #ddGroup} to which the DropZone will belong. - * - * This defines which other DragZones the DropZone will interact with. Drag/DropZones only interact with other - * Drag/DropZones which are members of the same {@link #ddGroup}. - */ - /** - * @cfg {Boolean} enableDrop - * `false` to disallow the View from accepting drop gestures. - */ - enableDrop: true, - /** - * @cfg {Boolean} enableDrag - * `false` to disallow dragging items from the View. - */ - enableDrag: true, - /** - * `true` to register this container with the Scrollmanager for auto scrolling during drag operations. - * A {@link Ext.dd.ScrollManager} configuration may also be passed. - * @cfg {Object/Boolean} containerScroll - */ - containerScroll: false, - /** - * @cfg {Object} [dragZone] - * A config object to apply to the creation of the {@link #property-dragZone DragZone} which handles for drag start gestures. - * - * Template methods of the DragZone may be overridden using this config. - */ - /** - * @cfg {Object} [dropZone] - * A config object to apply to the creation of the {@link #property-dropZone DropZone} which handles mouseover and drop gestures. - * - * Template methods of the DropZone may be overridden using this config. - */ - /** - * @property {Ext.view.DragZone} dragZone - * An {@link Ext.view.DragZone DragZone} which handles mousedown and dragging of records from the grid. - */ - /** - * @property {Ext.grid.ViewDropZone} dropZone - * An {@link Ext.grid.ViewDropZone DropZone} which handles mouseover and dropping records in any grid which shares the same {@link #dropGroup}. - */ - init: function(view) { - Ext.applyIf(view, { - copy: this.copy, - allowCopy: this.allowCopy - }); - view.on('render', this.onViewRender, this, { - single: true - }); - }, - /** - * @private - * Component calls destroy on all its plugins at destroy time. - */ - destroy: function() { - var me = this; - me.dragZone = me.dropZone = Ext.destroy(me.dragZone, me.dropZone); - me.callParent(); - }, - enable: function() { - var me = this; - if (me.dragZone) { - me.dragZone.unlock(); - } - if (me.dropZone) { - me.dropZone.unlock(); - } - me.callParent(); - }, - disable: function() { - var me = this; - if (me.dragZone) { - me.dragZone.lock(); - } - if (me.dropZone) { - me.dropZone.lock(); - } - me.callParent(); - }, - onViewRender: function(view) { - var me = this, - ownerGrid = view.ownerCt.ownerGrid || view.ownerCt, - scrollEl; - ownerGrid.relayEvents(view, [ - 'beforedrop', - 'drop' - ]); - if (me.enableDrag) { - if (me.containerScroll) { - scrollEl = view.getEl(); - } - me.dragZone = new Ext.view.DragZone(Ext.apply({ - view: view, - ddGroup: me.dragGroup || me.ddGroup, - dragText: me.dragText, - containerScroll: me.containerScroll, - scrollEl: scrollEl - }, me.dragZone)); - } - if (me.enableDrop) { - me.dropZone = new Ext.grid.ViewDropZone(Ext.apply({ - view: view, - ddGroup: me.dropGroup || me.ddGroup - }, me.dropZone)); - } - } -}); - -/** - * The Ext.grid.plugin.RowEditing plugin injects editing at a row level for a Grid. When editing begins, - * a small floating dialog will be shown for the appropriate row. Each editable column will show a field - * for editing. There is a button to save or cancel all changes for the edit. - * - * The field that will be used for the editor is defined at the - * {@link Ext.grid.column.Column#editor editor}. The editor can be a field instance or a field configuration. - * If an editor is not specified for a particular column then that column won't be editable and the value of - * the column will be displayed. To provide a custom renderer for non-editable values, use the - * {@link Ext.grid.column.Column#editRenderer editRenderer} configuration on the column. - * - * The editor may be shared for each column in the grid, or a different one may be specified for each column. - * An appropriate field type should be chosen to match the data structure that it will be editing. For example, - * to edit a date, it would be useful to specify {@link Ext.form.field.Date} as the editor. - * - * @example - * Ext.create('Ext.data.Store', { - * storeId: 'simpsonsStore', - * fields:[ 'name', 'email', 'phone'], - * data: [ - * { name: 'Lisa', email: 'lisa@simpsons.com', phone: '555-111-1224' }, - * { name: 'Bart', email: 'bart@simpsons.com', phone: '555-222-1234' }, - * { name: 'Homer', email: 'homer@simpsons.com', phone: '555-222-1244' }, - * { name: 'Marge', email: 'marge@simpsons.com', phone: '555-222-1254' } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * store: Ext.data.StoreManager.lookup('simpsonsStore'), - * columns: [ - * {header: 'Name', dataIndex: 'name', editor: 'textfield'}, - * {header: 'Email', dataIndex: 'email', flex:1, - * editor: { - * xtype: 'textfield', - * allowBlank: false - * } - * }, - * {header: 'Phone', dataIndex: 'phone'} - * ], - * selModel: 'rowmodel', - * plugins: { - * ptype: 'rowediting', - * clicksToEdit: 1 - * }, - * height: 200, - * width: 400, - * renderTo: Ext.getBody() - * }); - * - */ -Ext.define('Ext.grid.plugin.RowEditing', { - extend: 'Ext.grid.plugin.Editing', - alias: 'plugin.rowediting', - requires: [ - 'Ext.grid.RowEditor' - ], - lockableScope: 'top', - editStyle: 'row', - /** - * @cfg {Boolean} autoCancel - * `true` to automatically cancel any pending changes when the row editor begins editing a new row. - * `false` to force the user to explicitly cancel the pending changes. - */ - autoCancel: true, - /** - * @cfg {Number} clicksToMoveEditor - * The number of clicks to move the row editor to a new row while it is visible and actively editing another row. - * This will default to the same value as {@link Ext.grid.plugin.Editing#clicksToEdit clicksToEdit}. - */ - /** - * @cfg {Boolean} errorSummary - * True to show a {@link Ext.tip.ToolTip tooltip} that summarizes all validation errors present - * in the row editor. Set to false to prevent the tooltip from showing. - */ - errorSummary: true, - constructor: function() { - var me = this; - me.callParent(arguments); - if (!me.clicksToMoveEditor) { - me.clicksToMoveEditor = me.clicksToEdit; - } - me.autoCancel = !!me.autoCancel; - }, - init: function(grid) { - this.callParent([ - grid - ]); - // This plugin has an interest in processing a request for actionable mode. - // It does not actually enter actionable mode, it just calls startEdit - if (grid.lockedGrid) { - grid.lockedGrid.registerActionable(this); - grid.normalGrid.registerActionable(this); - } else { - grid.registerActionable(this); - } - }, - destroy: function() { - Ext.destroy(this.editor); - this.callParent(); - }, - onBeforeReconfigure: function() { - this.callParent(arguments); - this.cancelEdit(); - }, - onReconfigure: function(grid, store, columns) { - var ed = this.editor; - this.callParent(arguments); - // Only need to adjust column widths if we have new columns - if (columns && ed && ed.rendered) { - ed.needsSyncFieldWidths = true; - } - }, - shouldStartEdit: function(editor) { - return true; - }, - /** - * Starts editing the specified record, using the specified Column definition to define which field is being edited. - * @param {Ext.data.Model} record The Store data record which backs the row to be edited. - * @param {Ext.grid.column.Column/Number} [columnHeader] The Column object defining the column field to be focused, or index of the column. - * If not specified, it will default to the first visible column. - * @return {Boolean} `true` if editing was started, `false` otherwise. - */ - startEdit: function(record, columnHeader) { - var me = this, - editor = me.getEditor(), - context; - if (Ext.isEmpty(columnHeader)) { - columnHeader = me.grid.getTopLevelVisibleColumnManager().getHeaderAtIndex(0); - } - if (editor.beforeEdit() !== false) { - context = me.getEditingContext(record, columnHeader); - if (context && me.beforeEdit(context) !== false && me.fireEvent('beforeedit', me, context) !== false && !context.cancel) { - me.context = context; - // If editing one side of a lockable grid, cancel any edit on the other side. - if (me.lockingPartner) { - me.lockingPartner.cancelEdit(); - } - editor.startEdit(context.record, context.column, context); - me.editing = true; - return true; - } - } - return false; - }, - /** - * This method is called when actionable mode is requested for a cell. - * @param {Ext.grid.CellContext} position The position at which actionable mode was requested. - * @return {Boolean} `false` Actionable mode is *not* entered for RowEditing. - * @protected - */ - activateCell: function(pos) { - // Only activate editing if there are no readily activatable elements in the activate position. - // We defer to those focusables. Editing may be started on other columns. - if (!pos.getCell().query('[tabIndex="-1"]').length) { - this.startEdit(pos.record, pos.column); - return true; - } - }, - /** - * @private - * The {@link Ext.grid.RowEditor RowEditor} hooks up a KeyNav to call this method to complete the edit. - */ - onEnterKey: function(e) { - var me = this, - targetComponent; - // KeyMap entry for EnterKey added after the entry that sets actionable mode, so this will get called - // after that handler. We must ignore ENTER key in actionable mode. - if (!me.grid.ownerGrid.actionableMode && me.editing) { - targetComponent = Ext.getCmp(e.getTarget().getAttribute('componentId')); - // ENTER when a picker is expanded does not complete the edit - if (!(targetComponent && targetComponent.isPickerField && targetComponent.isExpanded)) { - me.completeEdit(); - } - } - }, - cancelEdit: function() { - var me = this; - if (me.editing) { - me.getContextFieldValues(); - me.getEditor().cancelEdit(); - me.callParent(arguments); - return; - } - // If we aren't editing, return true to allow the event to bubble - return true; - }, - completeEdit: function() { - var me = this, - context = me.context; - if (me.editing && me.validateEdit(context)) { - me.editing = false; - me.fireEvent('edit', me, context); - } - }, - validateEdit: function() { - this.getContextFieldValues(); - return this.callParent(arguments) && this.getEditor().completeEdit(); - }, - getEditor: function() { - var me = this; - if (!me.editor) { - me.editor = me.initEditor(); - } - return me.editor; - }, - getContextFieldValues: function() { - var editor = this.editor, - context = this.context, - record = context.record, - newValues = {}, - originalValues = {}, - editors = editor.query('>[isFormField]'), - len = editors.length, - i, name, item; - for (i = 0; i < len; i++) { - item = editors[i]; - name = item.dataIndex; - newValues[name] = item.getValue(); - originalValues[name] = record.get(name); - } - Ext.apply(context, { - newValues: newValues, - originalValues: originalValues - }); - }, - /** - * @private - */ - initEditor: function() { - return new Ext.grid.RowEditor(this.initEditorConfig()); - }, - initEditorConfig: function() { - var me = this, - grid = me.grid, - view = me.view, - headerCt = grid.headerCt, - btns = [ - 'saveBtnText', - 'cancelBtnText', - 'errorsText', - 'dirtyText' - ], - b, - bLen = btns.length, - cfg = { - autoCancel: me.autoCancel, - errorSummary: me.errorSummary, - fields: headerCt.getGridColumns(), - hidden: true, - view: view, - // keep a reference.. - editingPlugin: me - }, - item; - for (b = 0; b < bLen; b++) { - item = btns[b]; - if (Ext.isDefined(me[item])) { - cfg[item] = me[item]; - } - } - return cfg; - }, - /** - * @private - */ - initEditTriggers: function() { - var me = this, - view = me.view, - moveEditorEvent = me.clicksToMoveEditor === 1 ? 'click' : 'dblclick'; - me.callParent(arguments); - if (me.clicksToMoveEditor !== me.clicksToEdit) { - me.mon(view, 'cell' + moveEditorEvent, me.moveEditorByClick, me); - } - view.on({ - render: function() { - me.mon(me.grid.headerCt, { - scope: me, - columnresize: me.onColumnResize, - columnhide: me.onColumnHide, - columnshow: me.onColumnShow - }); - }, - single: true - }); - }, - moveEditorByClick: function() { - var me = this; - if (me.editing) { - me.superclass.onCellClick.apply(me, arguments); - } - }, - /** - * @private - */ - onColumnAdd: function(ct, column) { - if (column.isHeader) { - var me = this, - editor; - me.initFieldAccessors(column); - // Only inform the editor about a new column if the editor has already been instantiated, - // so do not use getEditor which instantiates the editor if not present. - editor = me.editor; - if (editor) { - editor.onColumnAdd(column); - } - } - }, - // Ensure editors are cleaned up. - beforeGridHeaderDestroy: function(headerCt) { - var columns = this.grid.getColumnManager().getColumns(), - len = columns.length, - i, column, field; - for (i = 0; i < len; i++) { - column = columns[i]; - // If it has a field accessor, then destroy any field, and remove the accessors. - if (column.hasEditor) { - if (column.hasEditor() && (field = column.getEditor())) { - field.destroy(); - } - this.removeFieldAccessors(column); - } - } - }, - /** - * @private - */ - onColumnResize: function(ct, column, width) { - if (column.isHeader) { - var me = this, - editor = me.getEditor(); - if (editor) { - editor.onColumnResize(column, width); - } - } - }, - /** - * @private - */ - onColumnHide: function(ct, column) { - // no isHeader check here since its already a columnhide event. - var me = this, - editor = me.getEditor(); - if (editor) { - editor.onColumnHide(column); - } - }, - /** - * @private - */ - onColumnShow: function(ct, column) { - // no isHeader check here since its already a columnshow event. - var me = this, - editor = me.getEditor(); - if (editor) { - editor.onColumnShow(column); - } - }, - /** - * @private - */ - onColumnMove: function(ct, column, fromIdx, toIdx) { - // no isHeader check here since its already a columnmove event. - var me = this, - editor = me.getEditor(); - // Inject field accessors on move because if the move FROM the main headerCt and INTO a grouped header, - // the accessors will have been deleted but not added. They are added conditionally. - me.initFieldAccessors(column); - if (editor) { - // Must adjust the toIdx to account for removal if moving rightwards - // because RowEditor.onColumnMove just calls Container.move which does not do this. - editor.onColumnMove(column, fromIdx, toIdx); - } - }, - /** - * @private - */ - setColumnField: function(column, field) { - var me = this, - editor = me.getEditor(); - if (editor) { - // Remove the old editor and destroy it. - editor.destroyColumnEditor(column); - } - me.callParent(arguments); - if (editor) { - editor.insertColumnEditor(column); - } - }, - createColumnField: function(column, defaultField) { - var editor = this.editor, - def; - if (editor) { - def = editor.getDefaultFieldCfg(); - } - return this.callParent([ - column, - defaultField || def - ]); - } -}); - -// feature idea to enable Ajax loading and then the content -// cache would actually make sense. Should we dictate that they use -// data or support raw html as well? -/** - * Plugin (ptype = 'rowexpander') that adds the ability to have a Column in a grid which enables - * a second row body which expands/contracts. The expand/contract behavior is configurable to react - * on clicking of the column, double click of the row, and/or hitting enter while a row is selected. - */ -Ext.define('Ext.grid.plugin.RowExpander', { - extend: 'Ext.plugin.Abstract', - lockableScope: 'normal', - requires: [ - 'Ext.grid.feature.RowBody' - ], - alias: 'plugin.rowexpander', - /** - * @cfg {Number} [columnWidth=24] - * The width of the row expander column which contains the [+]/[-] icons to toggle row expansion. - */ - columnWidth: 24, - /** - * @cfg {Ext.XTemplate} rowBodyTpl - * An XTemplate which, when passed a record data object, produces HTML for the expanded row content. - * - * Note that if this plugin is applied to a lockable grid, the rowBodyTpl applies to the normal (unlocked) side. - * See {@link #lockedTpl} - * - */ - rowBodyTpl: null, - /** - * @cfg {Ext.XTemplate} [lockedTpl] - * An XTemplate which, when passed a record data object, produces HTML for the expanded row content *on the locked side of a lockable grid*. - */ - lockedTpl: null, - /** - * @cfg {Boolean} expandOnEnter - * This config is no longer supported. The Enter key initiated the grid's actinoable mode. - */ - /** - * @cfg {Boolean} expandOnDblClick - * `true` to toggle a row between expanded/collapsed when double clicked - * (defaults to `true`). - */ - expandOnDblClick: true, - /** - * @cfg {Boolean} selectRowOnExpand - * `true` to select a row when clicking on the expander icon - * (defaults to `false`). - */ - selectRowOnExpand: false, - /** - * @cfg {Number} - * The width of the Row Expander column header - */ - headerWidth: 24, - /** - * @cfg {Boolean} [bodyBefore=false] - * Configure as `true` to put the row expander body *before* the data row. - * - */ - bodyBefore: false, - rowBodyTrSelector: '.' + Ext.baseCSSPrefix + 'grid-rowbody-tr', - rowBodyHiddenCls: Ext.baseCSSPrefix + 'grid-row-body-hidden', - rowCollapsedCls: Ext.baseCSSPrefix + 'grid-row-collapsed', - addCollapsedCls: { - fn: function(out, values, parent) { - var me = this.rowExpander; - if (!me.recordsExpanded[values.record.internalId]) { - values.itemClasses.push(me.rowCollapsedCls); - } - this.nextTpl.applyOut(values, out, parent); - }, - syncRowHeights: function(lockedItem, normalItem) { - this.rowExpander.syncRowHeights(lockedItem, normalItem); - }, - // We need a high priority to get in ahead of the outerRowTpl - // so we can setup row data - priority: 20000 - }, - /** - * @event expandbody - * **Fired through the grid's View** - * @param {HTMLElement} rowNode The <tr> element which owns the expanded row. - * @param {Ext.data.Model} record The record providing the data. - * @param {HTMLElement} expandRow The <tr> element containing the expanded data. - */ - /** - * @event collapsebody - * **Fired through the grid's View.** - * @param {HTMLElement} rowNode The <tr> element which owns the expanded row. - * @param {Ext.data.Model} record The record providing the data. - * @param {HTMLElement} expandRow The <tr> element containing the expanded data. - */ - setCmp: function(grid) { - var me = this, - features; - me.callParent(arguments); - me.recordsExpanded = {}; - if (!me.rowBodyTpl) { - Ext.raise("The 'rowBodyTpl' config is required and is not defined."); - } - me.rowBodyTpl = Ext.XTemplate.getTpl(me, 'rowBodyTpl'); - features = me.getFeatureConfig(grid); - if (grid.features) { - grid.features = Ext.Array.push(features, grid.features); - } else { - grid.features = features; - } - }, - // NOTE: features have to be added before init (before Table.initComponent) - /** - * @protected - * @return {Array} And array of Features or Feature config objects. - * Returns the array of Feature configurations needed to make the RowExpander work. - * May be overridden in a subclass to modify the returned array. - */ - getFeatureConfig: function(grid) { - var me = this, - features = [], - featuresCfg = { - ftype: 'rowbody', - rowExpander: me, - bodyBefore: me.bodyBefore, - recordsExpanded: me.recordsExpanded, - rowBodyHiddenCls: me.rowBodyHiddenCls, - rowCollapsedCls: me.rowCollapsedCls, - setupRowData: me.getRowBodyFeatureData, - setup: me.setup - }; - features.push(Ext.apply({ - lockableScope: 'normal', - getRowBodyContents: me.getRowBodyContentsFn(me.rowBodyTpl) - }, featuresCfg)); - // Locked side will need a copy to keep the two DOM structures symmetrical. - // A lockedTpl config is available to create content in locked side. - // The enableLocking flag is set early in Ext.panel.Table#initComponent if any columns are locked. - if (grid.enableLocking) { - features.push(Ext.apply({ - lockableScope: 'locked', - getRowBodyContents: me.lockedTpl ? me.getRowBodyContentsFn(me.lockedTpl) : function() { - return ''; - } - }, featuresCfg)); - } - return features; - }, - getRowBodyContentsFn: function(rowBodyTpl) { - var me = this; - return function(rowValues) { - rowBodyTpl.owner = me; - return rowBodyTpl.applyTemplate(rowValues.record.getData()); - }; - }, - init: function(grid) { - if (grid.lockable) { - grid = grid.normalGrid; - } - var me = this, - ownerLockable = grid.ownerLockable, - view, lockedView; - me.callParent(arguments); - me.grid = grid; - view = me.view = grid.getView(); - // Bind to view for key and mouse events - // Add row processor which adds collapsed class - me.bindView(view); - view.addRowTpl(me.addCollapsedCls).rowExpander = me; - // If the owning grid is lockable, ensure the collapsed class is applied to the locked side by adding a row processor. - if (ownerLockable) { - me.addExpander(ownerLockable.lockedGrid.headerCt.items.getCount() ? ownerLockable.lockedGrid : grid); - // If our client grid part of a lockable grid, we listen to its ownerLockable's beforereconfigure - lockedView = ownerLockable.lockedGrid.getView(); - // Bind to locked view for key and mouse events - // Add row processor which adds collapsed class - me.bindView(lockedView); - lockedView.addRowTpl(me.addCollapsedCls).rowExpander = me; - ownerLockable.mon(ownerLockable, { - processcolumns: me.onLockableProcessColumns, - lockcolumn: me.onColumnLock, - unlockcolumn: me.onColumnUnlock, - scope: me - }); - // Process items added. - // It may be a re-rendering by the buffered renderer of an expanded item. - // If so, schedule a syncRowHeights call. - me.viewListeners = view.on({ - itemadd: me.onItemAdd, - scope: me - }); - } else { - me.addExpander(grid); - grid.on('beforereconfigure', me.beforeReconfigure, me); - } - }, - onItemAdd: function(newRecords, startIndex, newItems) { - var me = this, - ownerLockable = me.grid.ownerLockable, - lockableSyncRowHeights = me.lockableSyncRowHeights || (me.lockableSyncRowHeights = Ext.Function.createAnimationFrame(ownerLockable.syncRowHeights, ownerLockable)), - len = newItems.length, - i; - // If any added items are expanded, we will need a syncRowHeights call on next animation frame - for (i = 0; i < len; i++) { - if (!Ext.fly(newItems[i]).hasCls(me.rowCollapsedCls)) { - lockableSyncRowHeights(); - return; - } - } - }, - beforeReconfigure: function(grid, store, columns, oldStore, oldColumns) { - var me = this; - if (me.viewListeners) { - me.viewListeners.destroy(); - } - if (columns) { - me.expanderColumn = new Ext.grid.Column(me.getHeaderConfig()); - columns.unshift(me.expanderColumn); - } - }, - onLockableProcessColumns: function(lockable, lockedHeaders, normalHeaders) { - this.addExpander(lockedHeaders.length ? lockable.lockedGrid : lockable.normalGrid); - }, - /** - * @private - * Inject the expander column into the correct grid. - * - * If we are expanding the normal side of a lockable grid, poke the column into the locked side if the locked side has columns - */ - addExpander: function(expanderGrid) { - var me = this; - me.grid = expanderGrid; - me.expanderColumn = expanderGrid.headerCt.insert(0, me.getHeaderConfig()); - // If a CheckboxModel, it must now put its checkbox in at position one because this - // cell always gets in at position zero, and spans 2 columns. - expanderGrid.getSelectionModel().injectCheckbox = 1; - }, - getRowBodyFeatureData: function(record, idx, rowValues) { - var me = this; - me.self.prototype.setupRowData.apply(me, arguments); - rowValues.rowBody = me.getRowBodyContents(rowValues); - rowValues.rowBodyCls = me.recordsExpanded[record.internalId] ? '' : me.rowBodyHiddenCls; - }, - setup: function(rows, rowValues) { - var me = this, - lockable = me.grid.ownerLockable; - me.self.prototype.setup.apply(me, arguments); - // If we are lockable, and we are setting up the side which has the expander column, it is row spanning so we don't have to colspan it - if (lockable && Ext.Array.indexOf(me.grid.columnManager.getColumns(), me.rowExpander.expanderColumn) !== -1) { - rowValues.rowBodyColspan -= 1; - } - }, - bindView: function(view) { - view.on('itemkeydown', this.onKeyDown, this); - if (this.expandOnDblClick) { - view.on('itemdblclick', this.onDblClick, this); - } - }, - onKeyDown: function(view, record, row, rowIdx, e) { - var me = this, - key = e.getKey(), - pos = view.getNavigationModel().getPosition(), - isCollapsed; - if (pos) { - row = Ext.fly(row); - isCollapsed = row.hasCls(me.rowCollapsedCls); - // + key on collapsed or - key on expanded - if (((key === 107 || (key === 187 && e.shiftKey)) && isCollapsed) || ((key === 109 || key === 189) && !isCollapsed)) { - me.toggleRow(rowIdx, record); - } - } - }, - onDblClick: function(view, record, row, rowIdx, e) { - this.toggleRow(rowIdx, record); - }, - toggleRow: function(rowIdx, record) { - var me = this, - view = me.view, - bufferedRenderer = view.bufferedRenderer, - scroller = view.getScrollable(), - fireView = view, - rowNode = view.getNode(rowIdx), - normalRow = Ext.fly(rowNode), - lockedRow, - nextBd = normalRow.down(me.rowBodyTrSelector, true), - wasCollapsed = normalRow.hasCls(me.rowCollapsedCls), - addOrRemoveCls = wasCollapsed ? 'removeCls' : 'addCls', - // The expander column should be rowSpan="2" only when the expander is expanded - rowSpan = wasCollapsed ? 2 : 1, - ownerLockable = me.grid.ownerLockable, - expanderCell; - normalRow[addOrRemoveCls](me.rowCollapsedCls); - Ext.fly(nextBd)[addOrRemoveCls](me.rowBodyHiddenCls); - me.recordsExpanded[record.internalId] = wasCollapsed; - // Sync the collapsed/hidden classes on the locked side - if (me.grid.ownerLockable) { - // It's the top level grid's LockingView that does the firing when there's a lockable assembly involved. - fireView = ownerLockable.getView(); - // Only attempt to toggle lockable side if it is visible. - if (ownerLockable.lockedGrid.isVisible()) { - view = ownerLockable.view.lockedGrid.view; - // Process the locked side. - lockedRow = Ext.fly(view.getNode(rowIdx)); - // Just because the grid is locked, doesn't mean we'll necessarily have a locked row. - if (lockedRow) { - lockedRow[addOrRemoveCls](me.rowCollapsedCls); - // If there is a template for expander content in the locked side, toggle that side too - nextBd = lockedRow.down(me.rowBodyTrSelector, true); - Ext.fly(nextBd)[addOrRemoveCls](me.rowBodyHiddenCls); - } - } - } - // Here is where we set the rowSpan on this plugin's row expander cell. - // It should be rowSpan="2" only when the expander row is visible. - if (me.expanderColumn) { - expanderCell = Ext.fly(view.getRow(rowIdx)).down(me.expanderColumn.getCellSelector(), true); - if (expanderCell) { - expanderCell.rowSpan = rowSpan; - } - } - fireView.fireEvent(wasCollapsed ? 'expandbody' : 'collapsebody', rowNode, record, nextBd); - // Layout needed of we are shrinkwrapping height, or there are locked/unlocked sides to sync - // Will sync the expander row heights between locked and normal sides - if (view.getSizeModel().height.shrinkWrap || ownerLockable) { - view.refreshSize(true); - } - // If we are using the touch scroller, ensure that the scroller knows about - // the correct scrollable range - if (scroller) { - if (bufferedRenderer) { - bufferedRenderer.refreshSize(); - } else { - scroller.refresh(true); - } - } - }, - // Called from TableLayout.finishedLayout - syncRowHeights: function(lockedItem, normalItem) { - var me = this, - lockedBd = Ext.fly(lockedItem).down(me.rowBodyTrSelector), - normalBd = Ext.fly(normalItem).down(me.rowBodyTrSelector), - lockedHeight, normalHeight; - // If expanded, we have to ensure expander row heights are synched - if (normalBd.isVisible()) { - // If heights are different, expand the smallest one - if ((lockedHeight = lockedBd.getHeight()) !== (normalHeight = normalBd.getHeight())) { - if (lockedHeight > normalHeight) { - normalBd.setHeight(lockedHeight); - } else { - lockedBd.setHeight(normalHeight); - } - } - } else // When not expanded we do not control the heights - { - lockedBd.dom.style.height = normalBd.dom.style.height = ''; - } - }, - onColumnUnlock: function(lockable, column) { - var me = this, - lockedColumns; - lockable = me.grid.ownerLockable; - lockedColumns = lockable.lockedGrid.visibleColumnManager.getColumns(); - // User has unlocked all columns and left only the expander column in the locked side. - if (lockedColumns.length === 1) { - if (lockedColumns[0] === me.expanderColumn) { - lockable.unlock(me.expanderColumn); - me.grid = lockable.normalGrid; - } else { - lockable.lock(me.expanderColumn, 0); - } - } - }, - onColumnLock: function(lockable, column) { - var me = this, - lockedColumns, lockedGrid; - lockable = me.grid.ownerLockable; - lockedColumns = lockable.lockedGrid.visibleColumnManager.getColumns(); - // User has unlocked all columns and left only the expander column in the locked side. - if (lockedColumns.length === 1) { - me.grid = lockedGrid = lockable.lockedGrid; - lockedGrid.headerCt.insert(0, me.expanderColumn); - } - }, - getHeaderConfig: function() { - var me = this, - lockable = me.grid.ownerLockable; - return { - width: me.headerWidth, - ignoreExport: true, - lockable: false, - autoLock: true, - sortable: false, - resizable: false, - draggable: false, - hideable: false, - menuDisabled: true, - tdCls: Ext.baseCSSPrefix + 'grid-cell-special', - innerCls: Ext.baseCSSPrefix + 'grid-cell-inner-row-expander', - renderer: function() { - return ''; - }, - processEvent: function(type, view, cell, rowIndex, cellIndex, e, record) { - if ((type === "click" && e.getTarget('.' + Ext.baseCSSPrefix + 'grid-row-expander')) || (type === 'keydown' && e.getKey() === e.SPACE)) { - me.toggleRow(rowIndex, record); - return me.selectRowOnExpand; - } - }, - // This column always migrates to the locked side if the locked side is visible. - // It has to report this correctly so that editors can position things correctly - isLocked: function() { - return lockable && (lockable.lockedGrid.isVisible() || this.locked); - }, - // In an editor, this shows nothing. - editRenderer: function() { - return ' '; - } - }; - } -}); - -/** - * A specialized grid implementation intended to mimic the traditional property grid as typically seen in - * development IDEs. Each row in the grid represents a property of some object, and the data is stored - * as a set of name/value pairs in {@link Ext.grid.property.Property Properties}. By default, the editors - * shown are inferred from the data in the cell. More control over this can be specified by using the - * {@link #sourceConfig} option. Example usage: - * - * @example - * Ext.create('Ext.grid.property.Grid', { - * title: 'Properties Grid', - * width: 300, - * renderTo: Ext.getBody(), - * source: { - * "(name)": "My Object", - * "Created": Ext.Date.parse('10/15/2006', 'm/d/Y'), - * "Available": false, - * "Version": 0.01, - * "Description": "A test object" - * } - * }); - */ -Ext.define('Ext.grid.property.Grid', { - extend: 'Ext.grid.Panel', - alias: 'widget.propertygrid', - alternateClassName: 'Ext.grid.PropertyGrid', - uses: [ - 'Ext.grid.plugin.CellEditing', - 'Ext.grid.property.Store', - 'Ext.grid.property.HeaderContainer', - 'Ext.XTemplate', - 'Ext.grid.CellEditor', - 'Ext.form.field.Date', - 'Ext.form.field.Text', - 'Ext.form.field.Number', - 'Ext.form.field.ComboBox' - ], - /** - * @cfg {Object} sourceConfig - * This option allows various configurations to be set for each field in the property grid. - * None of these configurations are required - * - * ####displayName - * A custom name to appear as label for this field. If specified, the display name will be shown - * in the name column instead of the property name. Example usage: - * - * new Ext.grid.property.Grid({ - * source: { - * clientIsAvailable: true - * }, - * sourceConfig: { - * clientIsAvailable: { - * // Custom name different to the field - * displayName: 'Available' - * } - * } - * }); - * - * ####renderer - * A function used to transform the underlying value before it is displayed in the grid. - * By default, the grid supports strongly-typed rendering of strings, dates, numbers and booleans using built-in form editors, - * but any custom type can be supported and associated with the type of the value. Example usage: - * - * new Ext.grid.property.Grid({ - * source: { - * clientIsAvailable: true - * }, - * sourceConfig: { - * clientIsAvailable: { - * // Custom renderer to change the color based on the value - * renderer: function(v){ - * var color = v ? 'green' : 'red'; - * return '' + v + ''; - * } - * } - * } - * }); - * - * ####type - * Used to explicitly specify the editor type for a particular value. By default, the type is - * automatically inferred from the value. See {@link #inferTypes}. Accepted values are: - * - * - 'date' - * - 'boolean' - * - 'number' - * - 'string' - * - * For more advanced control an editor configuration can be passed (see the next section). - * Example usage: - * - * new Ext.grid.property.Grid({ - * source: { - * attending: null - * }, - * sourceConfig: { - * attending: { - * // Force the type to be a numberfield, a null value would otherwise default to a textfield - * type: 'number' - * } - * } - * }); - * - * ####editor - * Allows the grid to support additional types of editable fields. By default, the grid supports strongly-typed editing - * of strings, dates, numbers and booleans using built-in form editors, but any custom type can be supported and - * associated with a custom input control by specifying a custom editor. Example usage - * - * new Ext.grid.property.Grid({ - * // Data object containing properties to edit - * source: { - * evtStart: '10:00 AM' - * }, - * - * sourceConfig: { - * evtStart: { - * editor: Ext.create('Ext.form.field.Time', {selectOnFocus: true}), - * displayName: 'Start Time' - * } - * } - * }); - */ - /** - * @cfg {Object} propertyNames - * An object containing custom property name/display name pairs. - * If specified, the display name will be shown in the name column instead of the property name. - * @deprecated See {@link #sourceConfig} displayName - */ - /** - * @cfg {Object} source - * A data object to use as the data source of the grid (see {@link #setSource} for details). - */ - /** - * @cfg {Object} customEditors - * An object containing name/value pairs of custom editor type definitions that allow - * the grid to support additional types of editable fields. By default, the grid supports strongly-typed editing - * of strings, dates, numbers and booleans using built-in form editors, but any custom type can be supported and - * associated with a custom input control by specifying a custom editor. The name of the editor - * type should correspond with the name of the property that will use the editor. Example usage: - * - * var grid = new Ext.grid.property.Grid({ - * - * // Custom editors for certain property names - * customEditors: { - * evtStart: Ext.create('Ext.form.TimeField', {selectOnFocus: true}) - * }, - * - * // Displayed name for property names in the source - * propertyNames: { - * evtStart: 'Start Time' - * }, - * - * // Data object containing properties to edit - * source: { - * evtStart: '10:00 AM' - * } - * }); - * @deprecated See {@link #sourceConfig} editor - */ - /** - * @cfg {Object} customRenderers - * An object containing name/value pairs of custom renderer type definitions that allow - * the grid to support custom rendering of fields. By default, the grid supports strongly-typed rendering - * of strings, dates, numbers and booleans using built-in form editors, but any custom type can be supported and - * associated with the type of the value. The name of the renderer type should correspond with the name of the property - * that it will render. Example usage: - * - * var grid = Ext.create('Ext.grid.property.Grid', { - * customRenderers: { - * Available: function(v){ - * if (v) { - * return 'Yes'; - * } else { - * return 'No'; - * } - * } - * }, - * source: { - * Available: true - * } - * }); - * @deprecated See {@link #sourceConfig} renderer - */ - /** - * @cfg {String} valueField - * The name of the field from the property store to use as the value field name. - * This may be useful if you do not configure the property Grid from an object, but use your own store configuration. - */ - valueField: 'value', - /** - * @cfg {String} nameField - * The name of the field from the property store to use as the property field name. - * This may be useful if you do not configure the property Grid from an object, but use your own store configuration. - */ - nameField: 'name', - /** - * @cfg {Boolean} inferTypes - * True to automatically infer the {@link #sourceConfig type} based on the initial value passed - * for each field. This ensures the editor remains the correct type even if the value is blanked - * and becomes empty. - */ - inferTypes: true, - /** - * @cfg {Number/String} [nameColumnWidth=115] - * Specify the width for the name column. The value column will take any remaining space. - */ - // private config overrides - enableColumnMove: false, - columnLines: true, - stripeRows: false, - trackMouseOver: false, - clicksToEdit: 1, - enableHdMenu: false, - gridCls: Ext.baseCSSPrefix + 'property-grid', - /** - * @event beforepropertychange - * Fires before a property value changes. Handlers can return false to cancel the property change - * (this will internally call {@link Ext.data.Model#reject} on the property's record). - * @param {Object} source The source data object for the grid (corresponds to the same object passed in - * as the {@link #source} config property). - * @param {String} recordId The record's id in the data store - * @param {Object} value The current edited property value - * @param {Object} oldValue The original property value prior to editing - */ - /** - * @event propertychange - * Fires after a property value has changed. - * @param {Object} source The source data object for the grid (corresponds to the same object passed in - * as the {@link #source} config property). - * @param {String} recordId The record's id in the data store - * @param {Object} value The current edited property value - * @param {Object} oldValue The original property value prior to editing - */ - initComponent: function() { - var me = this; - me.source = me.source || {}; - me.addCls(me.gridCls); - me.plugins = me.plugins || []; - // Enable cell editing. Inject a custom startEdit which always edits column 1 regardless of which column was clicked. - me.plugins.push(new Ext.grid.plugin.CellEditing({ - clicksToEdit: me.clicksToEdit, - // Inject a startEdit which always edits the value column - startEdit: function(record, column) { - // Maintainer: Do not change this 'this' to 'me'! It is the CellEditing object's own scope. - return this.self.prototype.startEdit.call(this, record, me.valueColumn); - } - })); - me.selModel = { - type: 'cellmodel', - onCellSelect: function(position) { - // We are only allowed to select the value column. - position.column = me.valueColumn; - position.colIdx = me.valueColumn.getVisibleIndex(); - return this.self.prototype.onCellSelect.call(this, position); - } - }; - me.sourceConfig = Ext.apply({}, me.sourceConfig); - // Create a property.Store from the source object unless configured with a store - if (!me.store) { - me.propStore = me.store = new Ext.grid.property.Store(me, me.source); - } - me.configure(me.sourceConfig); - if (me.sortableColumns) { - me.store.sort('name', 'ASC'); - } - me.columns = new Ext.grid.property.HeaderContainer(me, me.store); - me.callParent(); - // Inject a custom implementation of walkCells which only goes up or down - me.getView().walkCells = this.walkCells; - // Set up our default editor set for the 4 atomic data types - me.editors = { - 'date': new Ext.grid.CellEditor({ - field: new Ext.form.field.Date({ - selectOnFocus: true - }) - }), - 'string': new Ext.grid.CellEditor({ - field: new Ext.form.field.Text({ - selectOnFocus: true - }) - }), - 'number': new Ext.grid.CellEditor({ - field: new Ext.form.field.Number({ - selectOnFocus: true - }) - }), - 'boolean': new Ext.grid.CellEditor({ - field: new Ext.form.field.ComboBox({ - editable: false, - store: [ - [ - true, - me.headerCt.trueText - ], - [ - false, - me.headerCt.falseText - ] - ] - }) - }) - }; - // Track changes to the data so we can fire our events. - me.store.on('update', me.onUpdate, me); - }, - configure: function(config) { - var me = this, - store = me.store, - i = 0, - len = me.store.getCount(), - nameField = me.nameField, - valueField = me.valueField, - name, value, rec, type; - me.configureLegacy(config); - if (me.inferTypes) { - for (; i < len; ++i) { - rec = store.getAt(i); - name = rec.get(nameField); - if (!me.getConfigProp(name, 'type')) { - value = rec.get(valueField); - if (Ext.isDate(value)) { - type = 'date'; - } else if (Ext.isNumber(value)) { - type = 'number'; - } else if (Ext.isBoolean(value)) { - type = 'boolean'; - } else { - type = 'string'; - } - me.setConfigProp(name, 'type', type); - } - } - } - }, - getConfigProp: function(fieldName, key, defaultValue) { - var config = this.sourceConfig[fieldName], - out; - if (config) { - out = config[key]; - } - return out || defaultValue; - }, - setConfigProp: function(fieldName, key, value) { - var sourceCfg = this.sourceConfig, - o = sourceCfg[fieldName]; - if (!o) { - o = sourceCfg[fieldName] = { - __copied: true - }; - } else if (!o.__copied) { - o = Ext.apply({ - __copied: true - }, o); - sourceCfg[fieldName] = o; - } - o[key] = value; - return value; - }, - // to be deprecated in 4.2 - configureLegacy: function(config) { - var me = this; - me.copyLegacyObject(config, me.customRenderers, 'renderer'); - me.copyLegacyObject(config, me.customEditors, 'editor'); - me.copyLegacyObject(config, me.propertyNames, 'displayName'); - // exclude types since it's new - if (me.customRenderers || me.customEditors || me.propertyNames) { - if (Ext.global.console && Ext.global.console.warn) { - Ext.global.console.warn(this.$className, 'customRenderers, customEditors & propertyNames have been consolidated into a new config, see "sourceConfig". These configurations will be deprecated.'); - } - } - }, - copyLegacyObject: function(config, o, keyName) { - var key; - for (key in o) { - if (o.hasOwnProperty(key)) { - if (!config[key]) { - config[key] = {}; - } - config[key][keyName] = o[key]; - } - } - }, - /** - * @private - */ - onUpdate: function(store, record, operation) { - var me = this, - v, oldValue; - if (me.rendered && operation === Ext.data.Model.EDIT) { - v = record.get(me.valueField); - oldValue = record.modified.value; - if (me.fireEvent('beforepropertychange', me.source, record.getId(), v, oldValue) !== false) { - if (me.source) { - me.source[record.getId()] = v; - } - record.commit(); - me.fireEvent('propertychange', me.source, record.getId(), v, oldValue); - } else { - record.reject(); - } - } - }, - // Custom implementation of walkCells which only goes up and down. - // Runs in the scope of the TableView - walkCells: function(pos, direction, e, preventWrap, verifierFn, scope) { - var me = this, - valueColumn = me.ownerCt.valueColumn; - if (direction === 'left') { - direction = 'up'; - } else if (direction === 'right') { - direction = 'down'; - } - pos = Ext.view.Table.prototype.walkCells.call(me, pos, direction, e, preventWrap, verifierFn, scope); - // We are only allowed to navigate to the value column. - pos.column = valueColumn; - pos.colIdx = valueColumn.getVisibleIndex(); - return pos; - }, - /** - * @private - * Returns the correct editor type for the property type, or a custom one keyed by the property name - */ - getCellEditor: function(record, column) { - var me = this, - propName = record.get(me.nameField), - val = record.get(me.valueField), - editor = me.getConfigProp(propName, 'editor'), - type = me.getConfigProp(propName, 'type'), - editors = me.editors, - field; - // A custom editor was found. If not already wrapped with a CellEditor, wrap it, and stash it back - // If it's not even a Field, just a config object, instantiate it before wrapping it. - if (editor) { - if (!(editor instanceof Ext.grid.CellEditor)) { - if (!(editor instanceof Ext.form.field.Base)) { - editor = Ext.ComponentManager.create(editor, 'textfield'); - } - editor = me.setConfigProp(propName, 'editor', new Ext.grid.CellEditor({ - field: editor - })); - } - } else if (type) { - switch (type) { - case 'date': - editor = editors.date; - break; - case 'number': - editor = editors.number; - break; - case 'boolean': - // Cannot be ".boolean" - YUI hates using reserved words like that - editor = me.editors['boolean']; - // jshint ignore:line - break; - default: - editor = editors.string; - } - } else if (Ext.isDate(val)) { - editor = editors.date; - } else if (Ext.isNumber(val)) { - editor = editors.number; - } else if (Ext.isBoolean(val)) { - // Cannot be ".boolean" - YUI hates using reserved words like that - editor = editors['boolean']; - } else // jshint ignore:line - { - editor = editors.string; - } - field = editor.field; - if (field && field.ui === 'default' && !field.hasOwnProperty('ui')) { - field.ui = me.editingPlugin.defaultFieldUI; - } - // Give the editor a unique ID because the CellEditing plugin caches them - editor.editorId = propName; - editor.field.column = me.valueColumn; - return editor; - }, - beforeDestroy: function() { - var me = this; - me.callParent(); - me.destroyEditors(me.editors); - me.destroyEditors(me.customEditors); - delete me.source; - }, - destroyEditors: function(editors) { - for (var ed in editors) { - if (editors.hasOwnProperty(ed)) { - Ext.destroy(editors[ed]); - } - } - }, - /** - * Sets the source data object containing the property data. The data object can contain one or more name/value - * pairs representing all of the properties of an object to display in the grid, and this data will automatically - * be loaded into the grid's {@link #store}. The values should be supplied in the proper data type if needed, - * otherwise string type will be assumed. If the grid already contains data, this method will replace any - * existing data. See also the {@link #source} config value. Example usage: - * - * grid.setSource({ - * "(name)": "My Object", - * "Created": Ext.Date.parse('10/15/2006', 'm/d/Y'), // date type - * "Available": false, // boolean type - * "Version": .01, // decimal type - * "Description": "A test object" - * }); - * - * @param {Object} source The data object. - * @param {Object} [sourceConfig] A new {@link #sourceConfig object}. If this argument is not passed - * the current configuration will be re-used. To reset the config, pass `null` or an empty object literal. - */ - setSource: function(source, sourceConfig) { - var me = this; - me.source = source; - if (sourceConfig !== undefined) { - me.sourceConfig = Ext.apply({}, sourceConfig); - me.configure(me.sourceConfig); - } - me.propStore.setSource(source); - }, - /** - * Gets the source data object containing the property data. See {@link #setSource} for details regarding the - * format of the data object. - * @return {Object} The data object. - */ - getSource: function() { - return this.propStore.getSource(); - }, - /** - * Gets the value of a property. - * @param {String} prop The name of the property. - * @return {Object} The property value. `null` if there is no value. - * - * @since 5.1.1 - */ - getProperty: function(prop) { - return this.propStore.getProperty(prop); - }, - /** - * Sets the value of a property. - * @param {String} prop The name of the property to set. - * @param {Object} value The value to test. - * @param {Boolean} [create=false] `true` to create the property if it doesn't already exist. - */ - setProperty: function(prop, value, create) { - this.propStore.setValue(prop, value, create); - }, - /** - * Removes a property from the grid. - * @param {String} prop The name of the property to remove. - */ - removeProperty: function(prop) { - this.propStore.remove(prop); - } -}); -/** - * @cfg {Object} store - * @private - */ -/** - * @cfg {Object} columns - * @private - */ - -/** - * A custom HeaderContainer for the {@link Ext.grid.property.Grid}. - * Generally it should not need to be used directly. - */ -Ext.define('Ext.grid.property.HeaderContainer', { - extend: 'Ext.grid.header.Container', - alternateClassName: 'Ext.grid.PropertyColumnModel', - nameWidth: 115, - // - nameText: 'Name', - // - // - valueText: 'Value', - // - // - dateFormat: 'm/j/Y', - // - // - trueText: 'true', - // - // - falseText: 'false', - // - /** - * @private - */ - nameColumnCls: Ext.baseCSSPrefix + 'grid-property-name', - nameColumnInnerCls: Ext.baseCSSPrefix + 'grid-cell-inner-property-name', - /** - * Creates new HeaderContainer. - * @param {Ext.grid.property.Grid} grid The grid this store will be bound to - * @param {Object} source The source data config object - */ - constructor: function(grid, store) { - var me = this; - me.grid = grid; - me.store = store; - me.callParent([ - { - isRootHeader: true, - enableColumnResize: Ext.isDefined(grid.enableColumnResize) ? grid.enableColumnResize : me.enableColumnResize, - enableColumnMove: Ext.isDefined(grid.enableColumnMove) ? grid.enableColumnMove : me.enableColumnMove, - items: [ - { - header: me.nameText, - width: grid.nameColumnWidth || me.nameWidth, - sortable: grid.sortableColumns, - dataIndex: grid.nameField, - scope: me, - renderer: me.renderProp, - itemId: grid.nameField, - menuDisabled: true, - tdCls: me.nameColumnCls, - innerCls: me.nameColumnInnerCls - }, - { - header: me.valueText, - scope: me, - renderer: me.renderCell, - getEditor: me.getCellEditor.bind(me), - sortable: grid.sortableColumns, - flex: 1, - fixed: true, - dataIndex: grid.valueField, - itemId: grid.valueField, - menuDisabled: true - } - ] - } - ]); - // PropertyGrid needs to know which column is the editable "value" column. - me.grid.valueColumn = me.items.getAt(1); - }, - getCellEditor: function(record) { - return this.grid.getCellEditor(record, this); - }, - /** - * @private - * Render a property name cell - */ - renderProp: function(v) { - return this.getPropertyName(v); - }, - /** - * @private - * Render a property value cell - */ - renderCell: function(val, meta, rec) { - var me = this, - grid = me.grid, - renderer = grid.getConfigProp(rec.get(grid.nameField), 'renderer'), - result = val; - if (renderer) { - return renderer.apply(me, arguments); - } - if (Ext.isDate(val)) { - result = me.renderDate(val); - } else if (Ext.isBoolean(val)) { - result = me.renderBool(val); - } - return Ext.util.Format.htmlEncode(result); - }, - /** - * @private - */ - renderDate: Ext.util.Format.date, - /** - * @private - */ - renderBool: function(bVal) { - return this[bVal ? 'trueText' : 'falseText']; - }, - /** - * @private - * Renders custom property names instead of raw names if defined in the Grid - */ - getPropertyName: function(name) { - return this.grid.getConfigProp(name, 'displayName', name); - } -}); - -/** - * A specific {@link Ext.data.Model} type that represents a name/value pair and is made to work with the - * {@link Ext.grid.property.Grid}. Typically, Properties do not need to be created directly as they can be - * created implicitly by simply using the appropriate data configs either via the - * {@link Ext.grid.property.Grid#source} config property or by calling {@link Ext.grid.property.Grid#setSource}. - * However, if the need arises, these records can also be created explicitly as shown below. Example usage: - * - * var rec = new Ext.grid.property.Property({ - * name: 'birthday', - * value: Ext.Date.parse('17/06/1962', 'd/m/Y') - * }); - * // Add record to an already populated grid - * grid.store.addSorted(rec); - * - * @constructor - * Creates new property. - * @param {Object} config A data object in the format: - * @param {String/String[]} config.name A name or names for the property. - * @param {Mixed/Mixed[]} config.value A value or values for the property. - * The specified value's type will be read automatically by the grid to determine the type of editor to use when - * displaying it. - * @return {Object} - */ -Ext.define('Ext.grid.property.Property', { - extend: 'Ext.data.Model', - alternateClassName: 'Ext.PropGridProperty', - fields: [ - { - name: 'name', - type: 'string' - }, - { - name: 'value' - } - ], - idProperty: 'name', - constructor: function(data, value) { - if (!Ext.isObject(data)) { - data = { - name: data, - value: value - }; - } - this.callParent([ - data - ]); - } -}); - -/** - * @private - * Custom reader for property grid data - */ -Ext.define('Ext.grid.property.Reader', { - extend: 'Ext.data.reader.Reader', - successProperty: null, - totalProperty: null, - messageProperty: null, - read: function(dataObject) { - return this.readRecords(dataObject); - }, - readRecords: function(dataObject) { - var Model = this.getModel(), - result = { - records: [], - success: true - }, - val, propName; - for (propName in dataObject) { - if (dataObject.hasOwnProperty(propName)) { - val = dataObject[propName]; - if (this.isEditableValue(val)) { - result.records.push(new Model({ - name: propName, - value: val - })); - } - } - } - result.total = result.count = result.records.length; - return new Ext.data.ResultSet(result); - }, - /** - * @private - */ - isEditableValue: function(val) { - return Ext.isPrimitive(val) || Ext.isDate(val) || val === null; - } -}); - -/** - * A custom {@link Ext.data.Store} for the {@link Ext.grid.property.Grid}. This class handles the mapping - * between the custom data source objects supported by the grid and the {@link Ext.grid.property.Property} format - * used by the {@link Ext.data.Store} base class. - */ -Ext.define('Ext.grid.property.Store', { - extend: 'Ext.data.Store', - alternateClassName: 'Ext.grid.PropertyStore', - remoteSort: true, - requires: [ - 'Ext.grid.property.Reader', - 'Ext.data.proxy.Memory', - 'Ext.grid.property.Property' - ], - /** - * Creates new property store. - * @param {Ext.grid.Panel} grid The grid this store will be bound to - * @param {Object} source The source data config object - */ - constructor: function(grid, source) { - var me = this; - me.grid = grid; - me.source = source; - me.callParent([ - { - data: source, - model: Ext.grid.property.Property, - proxy: me.getProxy() - } - ]); - }, - // Return a singleton, customized Proxy object which configures itself with a custom Reader - getProxy: function() { - var proxy = this.proxy; - if (!proxy) { - proxy = this.proxy = new Ext.data.proxy.Memory({ - model: Ext.grid.property.Property, - reader: this.getReader() - }); - } - return proxy; - }, - // Return a singleton, customized Reader object which reads Ext.grid.property.Property records from an object. - getReader: function() { - var reader = this.reader; - if (!reader) { - reader = this.reader = new Ext.grid.property.Reader({ - model: Ext.grid.property.Property - }); - } - return reader; - }, - // @protected - // Should only be called by the grid. Use grid.setSource instead. - setSource: function(dataObject) { - var me = this; - me.source = dataObject; - me.suspendEvents(); - me.removeAll(); - me.getProxy().setData(dataObject); - me.load(); - me.resumeEvents(); - me.fireEvent('datachanged', me); - me.fireEvent('refresh', me); - }, - /** - * @private - */ - getProperty: function(row) { - var rec = Ext.isNumber(row) ? this.getAt(row) : this.getById(row), - ret = null; - if (rec) { - ret = rec.get('value'); - } - return ret; - }, - /** - * @private - */ - setValue: function(prop, value, create) { - var me = this, - rec = me.getRec(prop); - if (rec) { - rec.set('value', value); - me.source[prop] = value; - } else if (create) { - // only create if specified. - me.source[prop] = value; - rec = new Ext.grid.property.Property({ - name: prop, - value: value - }, prop); - me.add(rec); - } - }, - /** - * @private - */ - remove: function(prop) { - var rec = this.getRec(prop); - if (rec) { - this.callParent([ - rec - ]); - delete this.source[prop]; - } - }, - /** - * @private - */ - getRec: function(prop) { - return this.getById(prop); - }, - /** - * @protected - * Should only be called by the grid. Use grid.getSource instead. - */ - getSource: function() { - return this.source; - }, - onDestroy: function() { - Ext.destroy(this.reader, this.proxy); - this.callParent(); - } -}); - -/** - * Base class for selections which may be of three subtypes: - * - * - {@link Ext.grid.selection.Cells Cells} A rectangular range of cells defined by a start - * record/column and an end record/column. - * - {@link Ext.grid.selection.Rows Rows} An array of records. - * - {@link Ext.grid.selection.Columns Columns} An array of columns in which all records - * are included. - * - * @since 5.1.0 - */ -Ext.define('Ext.grid.selection.Selection', { - constructor: function(view) { - if (!view || !(view.isTableView || view.isLockingView)) { - Ext.raise('Selection must be created for a given TableView or LockingView'); - } - // We use the topmost (possible Ext.locking.View) view - this.view = view.ownerGrid.view; - } -}); -/** - * Clones this selection object. - * @return {Ext.grid.selection.Selection} A clone of this instance. - * @method clone - */ -/** - * Clears the selection represented by this selection object. - * @private - * @method clear - */ -/** - * Calls the passed function for each selected {@link Ext.data.Model record}. - * - * @param {Function} fn The function to call. If this returns `false`, the iteration is - * halted with no further calls. - * @param {Ext.data.Model} fn.record The current record. - * @param {Object} [scope] The context (`this` reference) in which the function is executed. - * Defaults to this Selection object. - * @method eachRow - */ -/** - * Calls the passed function for each selected cell from top left to bottom right - * iterating over columns within each row. - * - * @param {Function} fn The function to call. If this returns `false`, the iteration is - * halted with no further calls. - * @param {Ext.grid.CellContext} fn.context The CellContext representing the current cell. - * @param {Number} fn.columnIndex The column index of the current cell. - * @param {Number} fn.rowIndex The row index of the current cell. - * @param {Object} [scope] The context (`this` reference) in which `fn` is executed. - * Defaults to this Selection object. - * @method eachCell - */ -/** - * Calls the passed function for each selected column from left to right. - * - * @param {Function} fn The function to call. If this returns false, the iteration is - * halted with no further calls. - * @param {Ext.grid.column.Column} fn.column The current column. - * @param {Number} fn.columnIndex The index of the current column. *Note that in a - * locked grid, this is relative to the outermost grid encompassing both sides*. - * @param {Object} [scope] The context (`this` reference) in which `fn` is executed. - * Defaults to this Selection object. - * @method eachColumn - */ -/** - * Called when selection is completed. - * @method onSelectionFinish - * @private - */ - -/** - * A class which encapsulates a range of cells defining a selection in a grid. - * - * Note that when range start and end points are represented by an array, the - * order is traditional `x, y` order, that is column index followed by row index. - * @since 5.1.0 - */ -Ext.define('Ext.grid.selection.Cells', { - extend: 'Ext.grid.selection.Selection', - type: 'cells', - /** - * @property {Boolean} isCells - * This property indicates the this selection represents selected cells. - * @readonly - */ - isCells: true, - //------------------------------------------------------------------------- - // Base Selection API - clone: function() { - var me = this, - result = new me.self(me.view); - if (me.startCell) { - result.startCell = me.startCell.clone(); - result.endCell = me.endCell.clone(); - } - return result; - }, - /** - * Returns `true` if the passed {@link Ext.grid.CellContext cell context} is selected. - * @param {Ext.grid.CellContext} cellContext The cell context to test. - * @return {Boolean} `true` if the passed {@link Ext.grid.CellContext cell context} is selected. - */ - contains: function(cellContext) { - var range; - if (!cellContext || !cellContext.isCellContext) { - return false; - } - if (this.startCell) { - // get start and end rows in the range - range = this.getRowRange(); - if (cellContext.rowIdx >= range[0] && cellContext.rowIdx <= range[1]) { - // get start and end columns in the range - range = this.getColumnRange(); - return (cellContext.colIdx >= range[0] && cellContext.colIdx <= range[1]); - } - } - return false; - }, - eachRow: function(fn, scope) { - var me = this, - rowRange = me.getRowRange(), - context = new Ext.grid.CellContext(me.view), - rowIdx; - for (rowIdx = rowRange[0]; rowIdx <= rowRange[1]; rowIdx++) { - context.setRow(rowIdx); - if (fn.call(scope || me, context.record) === false) { - return; - } - } - }, - eachColumn: function(fn, scope) { - var me = this, - colRange = me.getColumnRange(), - context = new Ext.grid.CellContext(me.view), - colIdx; - for (colIdx = colRange[0]; colIdx <= colRange[1]; colIdx++) { - context.setColumn(colIdx); - if (fn.call(scope || me, context.column, colIdx) === false) { - return; - } - } - }, - eachCell: function(fn, scope) { - var me = this, - rowRange = me.getRowRange(), - colRange = me.getColumnRange(), - context = new Ext.grid.CellContext(me.view), - rowIdx, colIdx; - for (rowIdx = rowRange[0]; rowIdx <= rowRange[1]; rowIdx++) { - context.setRow(rowIdx); - for (colIdx = colRange[0]; colIdx <= colRange[1]; colIdx++) { - context.setColumn(colIdx); - if (fn.call(scope || me, context, colIdx, rowIdx) === false) { - return; - } - } - } - }, - /** - * @return {Number} The row index of the first row in the range or zero if no range. - */ - getFirstRowIndex: function() { - return this.startCell ? Math.min(this.startCell.rowIdx, this.endCell.rowIdx) : 0; - }, - /** - * @return {Number} The row index of the last row in the range or -1 if no range. - */ - getLastRowIndex: function() { - return this.startCell ? Math.max(this.startCell.rowIdx, this.endCell.rowIdx) : -1; - }, - /** - * @return {Number} The column index of the first column in the range or zero if no range. - */ - getFirstColumnIndex: function() { - return this.startCell ? Math.min(this.startCell.colIdx, this.endCell.colIdx) : 0; - }, - /** - * @return {Number} The column index of the last column in the range or -1 if no range. - */ - getLastColumnIndex: function() { - return this.startCell ? Math.max(this.startCell.colIdx, this.endCell.colIdx) : -1; - }, - //------------------------------------------------------------------------- - privates: { - /** - * @private - */ - clear: function() { - var me = this, - view = me.view; - me.eachCell(function(cellContext) { - view.onCellDeselect(cellContext); - }); - me.startCell = me.endCell = null; - }, - /** - * Used during drag/shift+downarrow range selection on start. - * @param {Ext.grid.CellContext} startCell The start cell of the cell drag selection. - * @private - */ - setRangeStart: function(startCell, endCell) { - // Must clone them. Users might use one instance and reconfigure it to navigate. - this.startCell = (this.endCell = startCell.clone()).clone(); - this.view.onCellSelect(startCell); - }, - /** - * Used during drag/shift+downarrow range selection on drag. - * @param {Ext.grid.CellContext} endCell The end cell of the cell drag selection. - * @private - */ - setRangeEnd: function(endCell) { - var me = this, - range, lastRange, rowStart, rowEnd, colStart, colEnd, rowIdx, colIdx, - view = me.view, - rows = view.all, - cell = new Ext.grid.CellContext(view), - maxColIdx = view.getVisibleColumnManager().getColumns().length - 1; - me.endCell = endCell.clone(); - range = me.getRange(); - lastRange = me.lastRange || range; - rowStart = Math.max(Math.min(range[0][1], lastRange[0][1]), rows.startIndex); - rowEnd = Math.min(Math.max(range[1][1], lastRange[1][1]), rows.endIndex); - colStart = Math.min(range[0][0], lastRange[0][0]); - colEnd = Math.min(Math.max(range[1][0], lastRange[1][0]), maxColIdx); - // Loop through the union of last range and current range - for (rowIdx = rowStart; rowIdx <= rowEnd; rowIdx++) { - for (colIdx = colStart; colIdx <= colEnd; colIdx++) { - cell.setPosition(rowIdx, colIdx); - // If we are outside the current range, deselect - if (rowIdx < range[0][1] || rowIdx > range[1][1] || colIdx < range[0][0] || colIdx > range[1][0]) { - view.onCellDeselect(cell); - } else { - view.onCellSelect(cell); - } - } - } - me.lastRange = range; - }, - extendRange: function(extensionVector) { - var me = this, - newEndCell; - if (extensionVector[extensionVector.type] < 0) { - newEndCell = me.endCell.clone().setPosition(me.getLastRowIndex(), me.getLastColumnIndex()); - me.startCell = extensionVector.start.clone(); - me.setRangeEnd(newEndCell); - me.view.getNavigationModel().setPosition(extensionVector.start); - } else { - me.startCell = me.startCell.setPosition(me.getFirstRowIndex(), me.getFirstColumnIndex()); - me.setRangeEnd(extensionVector.end); - me.view.getNavigationModel().setPosition(extensionVector.end); - } - }, - /** - * Returns the `[[x, y],[x,y]]` coordinates in top-left to bottom-right order - * of the current selection. - * - * If no selection, returns [[0, 0],[-1, -1]] so that an incrementing iteration - * will not execute. - * - * @return {Number[][]} - * @private - */ - getRange: function() { - return [ - [ - this.getFirstColumnIndex(), - this.getFirstRowIndex() - ], - [ - this.getLastColumnIndex(), - this.getLastRowIndex() - ] - ]; - }, - /** - * Returns the size of the selection rectangle. - * @return {Number} - * @private - */ - getRangeSize: function() { - return this.getCount(); - }, - /** - * Returns the number of cells selected. - * @return {Number} The nuimber of cells selected - * @private - */ - getCount: function() { - var range = this.getRange(); - return (range[1][0] - range[0][0] + 1) * (range[1][1] - range[0][1] + 1); - }, - /** - * @private - */ - selectAll: function() { - var me = this, - view = me.view; - me.clear(); - me.setRangeStart(new Ext.grid.CellContext(view).setPosition(0, 0)); - me.setRangeEnd(new Ext.grid.CellContext(view).setPosition(view.dataSource.getCount() - 1, view.getVisibleColumnManager().getColumns().length - 1)); - }, - /** - * @return {Boolean} - * @private - */ - isAllSelected: function() { - var start = this.rangeStart, - end = this.rangeEnd; - // All selected only if we encompass the entire store and every visible column - if (start) { - if (!start.colIdx && !start.rowIdx) { - return end.colIdx === end.view.getVisibleColumnManager().getColumns().length - 1 && end.rowIdx === end.view.dataSource.getCount - 1; - } - } - return false; - }, - /** - * @return {Number[]} The column range which encapsulates the range. - * @private - */ - getColumnRange: function() { - return [ - this.getFirstColumnIndex(), - this.getLastColumnIndex() - ]; - }, - /** - * Returns the row range which encapsulates the range - the view range that needs - * updating. - * @return {Number[]} - * @private - */ - getRowRange: function() { - return [ - this.getFirstRowIndex(), - this.getLastRowIndex() - ]; - }, - onSelectionFinish: function() { - var me = this; - if (me.getCount()) { - me.view.getSelectionModel().onSelectionFinish(me, new Ext.grid.CellContext(me.view).setPosition(me.getFirstRowIndex(), me.getFirstColumnIndex()), new Ext.grid.CellContext(me.view).setPosition(me.getLastRowIndex(), me.getLastColumnIndex())); - } else { - me.view.getSelectionModel().onSelectionFinish(me); - } - } - } -}); - -/** - * A class which encapsulates a range of columns defining a selection in a grid. - * @since 5.1.0 - */ -Ext.define('Ext.grid.selection.Columns', { - extend: 'Ext.grid.selection.Selection', - type: 'columns', - /** - * @property {Boolean} isColumns - * This property indicates the this selection represents selected columns. - * @readonly - */ - isColumns: true, - //------------------------------------------------------------------------- - // Base Selection API - clone: function() { - var me = this, - result = new me.self(me.view), - columns = me.selectedColumns; - if (columns) { - result.selectedColumns = Ext.Array.slice(columns); - } - return result; - }, - eachRow: function(fn, scope) { - var columns = this.selectedColumns; - if (columns && columns.length) { - this.view.dataSource.each(fn, scope || this); - } - }, - eachColumn: function(fn, scope) { - var me = this, - view = me.view, - columns = me.selectedColumns, - len, i, - context = new Ext.grid.CellContext(view); - if (columns) { - len = columns.length; - for (i = 0; i < len; i++) { - context.setColumn(columns[i]); - if (fn.call(scope || me, context.column, context.colIdx) === false) { - return false; - } - } - } - }, - eachCell: function(fn, scope) { - var me = this, - view = me.view, - columns = me.selectedColumns, - len, i, - context = new Ext.grid.CellContext(view); - if (columns) { - len = columns.length; - // Use Store#each instead of copying the entire dataset into an array and iterating that. - view.dataSource.each(function(record) { - context.setRow(record); - for (i = 0; i < len; i++) { - context.setColumn(columns[i]); - if (fn.call(scope || me, context, context.colIdx, context.rowIdx) === false) { - return false; - } - } - }); - } - }, - //------------------------------------------------------------------------- - // Methods unique to this type of Selection - /** - * Returns `true` if the passed {@link Ext.grid.column.Column column} is selected. - * @param {Ext.grid.column.Column} column The column to test. - * @return {Boolean} `true` if the passed {@link Ext.grid.column.Column column} is selected. - */ - contains: function(column) { - var selectedColumns = this.selectedColumns; - if (column && column.isColumn && selectedColumns && selectedColumns.length) { - return Ext.Array.contains(selectedColumns, column); - } - return false; - }, - /** - * Returns the number of columns selected. - * @return {Number} The number of columns selected. - */ - getCount: function() { - var selectedColumns = this.selectedColumns; - return selectedColumns ? selectedColumns.length : 0; - }, - /** - * Returns the columns selected. - * @return {Ext.grid.column.Column[]} The columns selected. - */ - getColumns: function() { - return this.selectedColumns || []; - }, - //------------------------------------------------------------------------- - privates: { - /** - * Adds the passed Column to the selection. - * @param {Ext.grid.column.Column} column - * @private - */ - add: function(column) { - if (!column.isColumn) { - Ext.raise('Column selection must be passed a grid Column header object'); - } - Ext.Array.include((this.selectedColumns || (this.selectedColumns = [])), column); - this.refreshColumns(column); - }, - /** - * @private - */ - clear: function() { - var me = this, - prevSelection = me.selectedColumns; - if (prevSelection && prevSelection.length) { - me.selectedColumns = []; - me.refreshColumns.apply(me, prevSelection); - } - }, - /** - * @return {Boolean} - * @private - */ - isAllSelected: function() { - var selectedColumns = this.selectedColumns; - // All selected means all columns, across both views if we are in a locking assembly. - return selectedColumns && selectedColumns.length === this.view.ownerGrid.getVisibleColumnManager().getColumns().length; - }, - /** - * @private - */ - refreshColumns: function(column) { - var me = this, - view = me.view, - rows = view.all, - rowIdx, - columns = arguments, - len = columns.length, - colIdx, - cellContext = new Ext.grid.CellContext(view), - selected = []; - if (view.rendered) { - for (colIdx = 0; colIdx < len; colIdx++) { - selected[colIdx] = me.contains(columns[colIdx]); - } - for (rowIdx = rows.startIndex; rowIdx <= rows.endIndex; rowIdx++) { - cellContext.setRow(rowIdx); - for (colIdx = 0; colIdx < len; colIdx++) { - // Note colIdx is not the column's visible index. setColumn must be passed the column object - cellContext.setColumn(columns[colIdx]); - if (selected[colIdx]) { - view.onCellSelect(cellContext); - } else { - view.onCellDeselect(cellContext); - } - } - } - } - }, - /** - * Removes the passed Column from the selection. - * @param {Ext.grid.column.Column} column - * @private - */ - remove: function(column) { - if (!column.isColumn) { - Ext.raise('Column selection must be passed a grid Column header object'); - } - if (this.selectedColumns) { - Ext.Array.remove(this.selectedColumns, column); - // Might be being called because of column removal/hiding. - // In which case the view will have selected cells removed, so no refresh needed. - if (column.getView() && column.isVisible()) { - this.refreshColumns(column); - } - } - }, - /** - * @private - */ - selectAll: function() { - var me = this; - me.clear(); - me.selectedColumns = me.view.getSelectionModel().lastContiguousColumnRange = me.view.getVisibleColumnManager().getColumns(); - me.refreshColumns.apply(me, me.selectedColumns); - }, - extendRange: function(extensionVector) { - var me = this, - columns = me.view.getVisibleColumnManager().getColumns(), - i; - for (i = extensionVector.start.colIdx; i <= extensionVector.end.colIdx; i++) { - me.add(columns[i]); - } - }, - onSelectionFinish: function() { - var me = this, - range = me.getContiguousSelection(); - if (range) { - me.view.getSelectionModel().onSelectionFinish(me, new Ext.grid.CellContext(me.view).setPosition(0, range[0]), new Ext.grid.CellContext(me.view).setPosition(me.view.dataSource.getCount() - 1, range[1])); - } else { - me.view.getSelectionModel().onSelectionFinish(me); - } - }, - /** - * @return {Array} `[startColumn, endColumn]` if the selection represents a visually contiguous set of columns. - * The SelectionReplicator is only enabled if there is a contiguous block. - * @private - */ - getContiguousSelection: function() { - var selection = Ext.Array.sort(this.selectedColumns, function(c1, c2) { - // Use index *in ownerGrid* so that a locking assembly can order columns correctly - return c1.getView().ownerGrid.getVisibleColumnManager().indexOf(c1) - c2.getView().ownerGrid.getVisibleColumnManager().indexOf(c2); - }), - len = selection.length, - i; - if (len) { - for (i = 1; i < len; i++) { - if (selection[i].getVisibleIndex() !== selection[i - 1].getVisibleIndex() + 1) { - return false; - } - } - return [ - selection[0], - selection[len - 1] - ]; - } - } - } -}); - -/** - * A plugin for use in grids which use the {@link Ext.grid.selection.SpreadsheetModel spreadsheet} selection model, - * with {@link Ext.grid.selection.SpreadsheetModel#extensible extensible} configured as `true` or `"y"`, meaning that - * the selection may be extended up or down using a draggable extension handle. - * - * This plugin propagates values from the selection into the extension area. - * - * If just *one* row is selected, the values in that row are replicated unchanged into the extension area. - * - * If more than one row is selected, the two rows closest to the selected block are taken to provide a numeric - * difference, and that difference is used to calculate the sequence of values all the way into the extension area. - * - */ -Ext.define('Ext.grid.selection.Replicator', { - extend: 'Ext.plugin.Abstract', - alias: 'plugin.selectionreplicator', - /** - * - * @property {Ext.grid.column.Column[]} columns - * An array of the columns encompassed by the selection block. This is gathered before {@link #replicateSelection} - * is called, so is available to subclasses which implement their own {@link #replicateSelection} method. - */ - init: function(grid) { - this.gridListeners = grid.on({ - beforeselectionextend: this.onBeforeSelectionExtend, - scope: this, - destroyable: true - }); - }, - onBeforeSelectionExtend: function(ownerGrid, sel, extension) { - var columns = this.columns = []; - sel.eachColumn(function(column) { - columns.push(column); - }); - return this.replicateSelection(ownerGrid, sel, extension); - }, - /** - * This is the method which is called when the {@link Ext.grid.selection.SpreadsheetModel spreadsheet} selection model's - * extender handle is dragged and released. - * - * It is passed contextual information about the selection and the extension area. - * - * Subclass authors may override it to gain access to the event and perform their own data replication. - * - * By default, the selection is extended to encompass the selection area. Returning `false` from this method - * vetoes that. - * - * @param {Ext.panel.Table} ownerGrid The owning grid. - * @param {Ext.grid.selection.Selection} sel An object describing the contiguous selected area. - * @param {Object} extension An object describing the type and size of extension. - * @param {String} extension.type `"rows"` or `"columns"` - * @param {Ext.grid.CellContext} extension.start The start (top left) cell of the extension area. - * @param {Ext.grid.CellContext} extension.end The end (bottom right) cell of the extension area. - * @param {number} [extension.columns] The number of columns extended (-ve means on the left side). - * @param {number} [extension.rows] The number of rows extended (-ve means on the top side). - */ - replicateSelection: function(ownerGrid, sel, extension) { - // This can only handle extending rows - if (extension.columns || sel.isColumns) { - return; - } - var me = this, - columns = me.columns, - colCount, j, column, values, startIdx, endIdx, i, increment, store, record, prevValues, prevValue, - selFirstRowIdx = sel.getFirstRowIndex(), - selLastRowIdx = sel.getLastRowIndex(), - selectedRowCount = selLastRowIdx - selFirstRowIdx + 1, - lastTwoRecords = [], - x, y; - colCount = columns.length , store = columns[0].getView().dataSource; - // Single row, just duplicate values into extension - if (selectedRowCount === 1) { - values = me.getColumnValues(sel.view.dataSource.getAt(selFirstRowIdx)); - } else // Multiple rows, take the numeric values from the closest two rows, calculate an array of differences and propagate it - { - values = new Array(colCount); - if (extension.rows < 0) { - lastTwoRecords = [ - store.getAt(selFirstRowIdx + 1), - store.getAt(selFirstRowIdx) - ]; - } else { - lastTwoRecords = [ - store.getAt(selLastRowIdx - 1), - store.getAt(selLastRowIdx) - ]; - } - lastTwoRecords[0] = me.getColumnValues(lastTwoRecords[0]); - lastTwoRecords[1] = me.getColumnValues(lastTwoRecords[1]); - // The values array will be the differences between all numeric columns in the selection of the - // closet two records. - for (j = 0; j < colCount; j++) { - x = lastTwoRecords[1][j]; - y = lastTwoRecords[0][j]; - if (!isNaN(x) && !isNaN(y)) { - values[j] = Number(x) - Number(y); - } - } - } - // Loop from end to start of extension area - if (extension.rows < 0) { - startIdx = extension.end.rowIdx; - endIdx = extension.start.rowIdx - 1; - increment = -1; - } else { - startIdx = extension.start.rowIdx; - endIdx = extension.end.rowIdx + 1; - increment = 1; - } - // Replicate single selected row - if (selectedRowCount === 1) { - for (i = startIdx; i !== endIdx; i += increment) { - record = store.getAt(i); - for (j = 0; j < colCount; j++) { - column = columns[j]; - if (column.dataIndex) { - record.set(column.dataIndex, values[j]); - } - } - } - } else // Add differences from closest two rows - { - for (i = startIdx; i !== endIdx; i += increment) { - record = store.getAt(i); - prevValues = me.getColumnValues(store.getAt(i - increment)); - for (j = 0; j < colCount; j++) { - column = columns[j]; - if (column.dataIndex) { - prevValue = prevValues[j]; - if (!isNaN(prevValue)) { - record.set(column.dataIndex, Ext.coerce(Number(prevValue) + values[j], prevValue)); - } - } - } - } - } - }, - /** - * A utility method, which, when passed a record, uses the {@link #columns} property to extract the values - * of that record which are encompassed by the selection. - * - * Note that columns with no {@link Ext.grid.column.Column#dataIndex dataIndex} cannot yield a value. - * @param {Ext.data.Model} record The record from which to read values. - * @return {Mixed[]} The values of the fields used by the selected column range for the passed record. - */ - getColumnValues: function(record) { - var columns = this.columns, - len = columns.length, - i, column, - result = new Array(columns.length); - for (i = 0; i < len; i++) { - column = columns[i]; - // If there's a dataIndex, get the value - if (column.dataIndex) { - result[i] = record.get(column.dataIndex); - } - } - return result; - }, - destroy: function() { - this.gridListeners = Ext.destroy(this.gridListeners); - this.callParent(); - } -}); - -/** - * A class which encapsulates a range of rows defining a selection in a grid. - * @since 5.1.0 - */ -Ext.define('Ext.grid.selection.Rows', { - extend: 'Ext.grid.selection.Selection', - requires: [ - 'Ext.util.Collection' - ], - type: 'rows', - /** - * @property {Boolean} isRows - * This property indicates the this selection represents selected rows. - * @readonly - */ - isRows: true, - //------------------------------------------------------------------------- - // Base Selection API - clone: function() { - var me = this, - result = new me.self(me.view); - // Clone our record collection - if (me.selectedRecords) { - result.selectedRecords = me.selectedRecords.clone(); - } - // Clone the current drag range - if (me.rangeStart) { - result.setRangeStart(me.rangeStart); - result.setRangeEnd(me.rangeEnd); - } - return result; - }, - //------------------------------------------------------------------------- - // Methods unique to this type of Selection - add: function(record) { - if (!(record.isModel)) { - Ext.raise('Row selection must be passed a record'); - } - var selection = this.selectedRecords || (this.selectedRecords = this.createRecordCollection()); - if (!selection.byInternalId.get(record.internalId)) { - selection.add(record); - this.view.onRowSelect(record); - } - }, - remove: function(record) { - if (!(record.isModel)) { - Ext.raise('Row selection must be passed a record'); - } - var me = this; - if (me.selectedRecords && me.selectedRecords.byInternalId.get(record.internalId)) { - me.selectedRecords.remove(record); - me.view.onRowDeselect(record); - // Flag when selectAll called. - // While this is set, a call to contains will add the record to the collection and return true - me.allSelected = false; - return true; - } - }, - /** - * Returns `true` if the passed {@link Ext.data.Model record} is selected. - * @param {Ext.data.Model} record The record to test. - * @return {Boolean} `true` if the passed {@link Ext.data.Model record} is selected. - */ - contains: function(record) { - if (!record || !record.isModel) { - return false; - } - var me = this, - result = false, - selectedRecords = me.selectedRecords, - recIndex, dragRange; - // Flag set when selectAll is called in th selModel. - // This allows buffered stores to treat all *rendered* records - // as selected, so that the selection model will always encompass - // What the user *sees* as selected - if (me.allSelected) { - me.add(record); - return true; - } - // First check if the record is in our collection - if (selectedRecords) { - result = !!selectedRecords.byInternalId.get(record.internalId); - } - // If not, check if it is within our drag range if we are in the middle of a drag select - if (!result && me.rangeStart != null) { - dragRange = me.getRange(); - recIndex = me.view.dataSource.indexOf(record); - result = recIndex >= dragRange[0] && recIndex <= dragRange[1]; - } - return result; - }, - /** - * Returns the number of records selected - * @return {Number} The number of records selected. - */ - getCount: function() { - var me = this, - selectedRecords = me.selectedRecords, - result = selectedRecords ? selectedRecords.getCount() : 0, - range = me.getRange(), - i, - store = me.view.dataSource; - // If dragging, add all records in the drag that are *not* in the collection - for (i = range[0]; i <= range[1]; i++) { - if (!selectedRecords || !selectedRecords.byInternalId.get(store.getAt(i).internalId)) { - result++; - } - } - return result; - }, - /** - * Returns the records selected. - * @return {Ext.data.Model[]} The records selected. - */ - getRecords: function() { - var selectedRecords = this.selectedRecords; - return selectedRecords ? selectedRecords.getRange() : []; - }, - selectAll: function() { - var me = this; - me.clear(); - me.setRangeStart(0); - me.setRangeEnd(me.view.dataSource.getCount() - 1); - // Adds the records to the collection - me.addRange(); - // While this is set, a call to contains will add the record to the collection and return true. - // This is so that buffer rendered stores can utulize row based selectAll - me.allSelected = true; - }, - /** - * @return {Number} The row index of the first row in the range or zero if no range. - */ - getFirstRowIndex: function() { - return this.getCount() ? this.view.dataSource.indexOf(this.selectedRecords.first()) : 0; - }, - /** - * @return {Number} The row index of the last row in the range or -1 if no range. - */ - getLastRowIndex: function() { - return this.getCount() ? this.view.dataSource.indexOf(this.selectedRecords.first()) : -1; - }, - eachRow: function(fn, scope) { - var selectedRecords = this.selectedRecords; - if (selectedRecords) { - selectedRecords.each(fn, scope || this); - } - }, - eachColumn: function(fn, scope) { - var columns = this.view.getVisibleColumnManager().getColumns(), - len = columns.length, - i; - // If we have any records selected, then all visible columns are selected. - if (this.selectedRecords) { - for (i = 0; i < len; i++) { - if (fn.call(this || scope, columns[i], i) === false) { - return; - } - } - } - }, - eachCell: function(fn, scope) { - var me = this, - selection = me.selectedRecords, - view = me.view, - columns = view.ownerGrid.getVisibleColumnManager().getColumns(), - colCount, i, j, context, range, recCount, - abort = false; - if (columns) { - colCount = columns.length; - context = new Ext.grid.CellContext(view); - // Use Collection#each instead of copying the entire dataset into an array and iterating that. - if (selection) { - selection.each(function(record) { - context.setRow(record); - for (i = 0; i < colCount; i++) { - context.setColumn(columns[i]); - if (fn.call(scope || me, context, context.colIdx, context.rowIdx) === false) { - abort = true; - return false; - } - } - }); - } - // If called during a drag select, or SHIFT+arrow select, include the drag range - if (!abort && me.rangeStart != null) { - range = me.getRange(); - me.view.dataSource.getRange(range[0], range[1], { - callback: function(records) { - recCount = records.length; - for (i = 0; !abort && i < recCount; i++) { - context.setRow(records[i]); - for (j = 0; !abort && j < colCount; j++) { - context.setColumn(columns[j]); - if (fn.call(scope || me, context, context.colIdx, context.rowIdx) === false) { - abort = true; - } - } - } - } - }); - } - } - }, - /** - * This method is called to indicate the start of multiple changes to the selected row set. - * - * Internally this method increments a counter that is decremented by `{@link #endUpdate}`. It - * is important, therefore, that if you call `beginUpdate` directly you match that - * call with a call to `endUpdate` or you will prevent the collection from updating - * properly. - */ - beginUpdate: function() { - var selectedRecords = this.selectedRecords; - if (selectedRecords) { - selectedRecords.beginUpdate(); - } - }, - /** - * This method is called after modifications are complete on a selected row set. For details - * see `{@link #beginUpdate}`. - */ - endUpdate: function() { - var selectedRecords = this.selectedRecords; - if (selectedRecords) { - selectedRecords.endUpdate(); - } - }, - destroy: function() { - this.selectedRecords = Ext.destroy(this.selectedRecords); - this.callParent(); - }, - //------------------------------------------------------------------------- - privates: { - /** - * @private - */ - clear: function() { - var me = this, - view = me.view; - // Flag when selectAll called. - // While this is set, a call to contains will add the record to the collection and return true - me.allSelected = false; - if (me.selectedRecords) { - me.eachRow(function(record) { - view.onRowDeselect(record); - }); - me.selectedRecords.clear(); - } - }, - /** - * @return {Boolean} - * @private - */ - isAllSelected: function() { - // This branch has a flag because it encompasses a possibly buffered store, - // where the full dataset might not be present, so a flag indicates that all - // records are selected even as they flow into or out of the buffered page cache. - return !!this.allSelected; - }, - /** - * Used during drag/shift+downarrow range selection on start. - * @param {Number} start The start row index of the row drag selection. - * @private - */ - setRangeStart: function(start) { - // Flag when selectAll called. - // While this is set, a call to contains will add the record to the collection and return true - this.allSelected = false; - this.rangeStart = this.rangeEnd = start; - this.view.onRowSelect(start); - }, - /** - * Used during drag/shift+downarrow range selection on change of row. - * @param {Number} end The end row index of the row drag selection. - * @private - */ - setRangeEnd: function(end) { - var me = this, - range, lastRange, rowIdx, row, - view = me.view, - store = view.dataSource, - rows = view.all, - selected = me.selectedRecords, - rec; - // Update the range as requested, then calculate the - // range in lowest index first form - me.rangeEnd = end; - range = me.getRange(); - lastRange = me.lastRange || range; - // Loop through the union of last range and current range - for (rowIdx = Math.max(Math.min(range[0], lastRange[0]), rows.startIndex) , end = Math.min(Math.max(range[1], lastRange[1]), rows.endIndex); rowIdx <= end; rowIdx++) { - row = rows.item(rowIdx); - // If we are outside the current range, deselect - if (rowIdx < range[0] || rowIdx > range[1]) { - // If we are deselecting, also remove from collection - if (selected && (rec = selected.byInternalId.get(store.getAt(rowIdx).internalId))) { - selected.remove(rec); - } - view.onRowDeselect(rowIdx); - } else { - view.onRowSelect(rowIdx); - } - } - me.lastRange = range; - }, - extendRange: function(extensionVector) { - var me = this, - store = me.view.dataSource, - i; - for (i = extensionVector.start.rowIdx; i <= extensionVector.end.rowIdx; i++) { - me.add(store.getAt(i)); - } - }, - /** - * @return {Number[]} - * @private - */ - getRange: function() { - var start = this.rangeStart, - end = this.rangeEnd; - if (start == null) { - return [ - 0, - -1 - ]; - } else if (start <= end) { - return [ - start, - end - ]; - } - return [ - end, - start - ]; - }, - /** - * Returns the size of the mousedown+drag, or SHIFT+arrow selection range. - * @return {Number} - * @private - */ - getRangeSize: function() { - var range = this.getRange(); - return range[1] - range[0] + 1; - }, - /** - * @return {Ext.util.Collection} - * @private - */ - createRecordCollection: function() { - var store = this.view.dataSource, - result = new Ext.util.Collection({ - rootProperty: 'data', - extraKeys: { - byInternalId: { - rootProperty: false, - property: 'internalId' - } - }, - sorters: [ - function(r1, r2) { - return store.indexOf(r1) - store.indexOf(r2); - } - ] - }); - return result; - }, - /** - * Called at the end of a drag, or shift+downarrow row range select. - * The record range delineated by the start and end row indices is added to the selected Collection. - * @private - */ - addRange: function() { - var me = this, - range, selection; - if (me.rangeStart != null) { - range = me.getRange(); - selection = me.selectedRecords || (me.selectedRecords = me.createRecordCollection()); - me.view.dataSource.getRange(range[0], range[1], { - callback: function(range) { - selection.add.apply(selection, range); - } - }); - // Clear the drag range - me.setRangeStart(me.lastRange = null); - } - }, - onSelectionFinish: function() { - var me = this, - range = me.getContiguousSelection(); - if (range) { - me.view.getSelectionModel().onSelectionFinish(me, new Ext.grid.CellContext(me.view).setPosition(range[0], 0), new Ext.grid.CellContext(me.view).setPosition(range[1], me.view.getVisibleColumnManager().getColumns().length - 1)); - } else { - me.view.getSelectionModel().onSelectionFinish(me); - } - }, - /** - * @return {Array} `[startRowIndex, endRowIndex]` if the selection represents a visually contiguous set of rows. - * The SelectionReplicator is only enabled if there is a contiguous block. - * @private - */ - getContiguousSelection: function() { - var store = this.view.dataSource, - selection, len, i; - if (this.selectedRecords) { - selection = Ext.Array.sort(this.selectedRecords.getRange(), function(r1, r2) { - return store.indexOf(r1) - store.indexOf(r2); - }); - len = selection.length; - if (len) { - for (i = 1; i < len; i++) { - if (store.indexOf(selection[i]) !== store.indexOf(selection[i - 1]) + 1) { - return false; - } - } - return [ - store.indexOf(selection[0]), - store.indexOf(selection[len - 1]) - ]; - } - } - } - } -}); - -Ext.define('Ext.grid.selection.SelectionExtender', { - extend: 'Ext.dd.DragTracker', - maskBox: {}, - constructor: function(config) { - var me = this; - // We can only initialize properly if there are elements to work with - if (config.view.rendered) { - me.initSelectionExtender(config); - } else { - me.view = config.view; - config.view.on({ - render: me.initSelectionExtender, - args: [ - config - ], - scope: me - }); - } - }, - initSelectionExtender: function(config) { - var me = this, - displayMode = Ext.dom.Element.DISPLAY; - me.el = config.view.el; - me.handle = config.view.ownerGrid.body.createChild({ - cls: Ext.baseCSSPrefix + 'ssm-extender-drag-handle', - style: 'display:none' - }).setVisibilityMode(displayMode); - me.handle.on({ - contextmenu: function(e) { - e.stopEvent(); - } - }); - me.mask = me.el.createChild({ - cls: Ext.baseCSSPrefix + 'ssm-extender-mask', - style: 'display:none' - }).setVisibilityMode(displayMode); - me.superclass.constructor.call(me, config); - // Mask and andle must survive being orphaned - me.mask.skipGarbageCollection = me.handle.skipGarbageCollection = true; - me.viewListeners = me.view.on({ - scroll: me.onViewScroll, - scope: me, - destroyable: true - }); - me.gridListeners = me.view.ownerGrid.on({ - columnResize: me.alignHandle, - scope: me, - destroyable: true - }); - me.extendX = !!(me.axes & 1); - me.extendY = !!(me.axes & 2); - }, - setHandle: function(firstPos, lastPos) { - var me = this; - if (!me.view.rendered) { - me.view.on({ - render: me.initSelectionExtender, - args: [ - firstPos, - lastPos - ], - scope: me - }); - return; - } - me.firstPos = firstPos; - me.lastPos = lastPos; - if (firstPos && lastPos) { - if (me.curPos) { - me.curPos.setPosition(lastPos); - } else { - me.curPos = lastPos.clone(); - } - // If we've done a "select all rows" and there is buffered rendering, then - // the cells might not be rendered, so we can't activate the replicator. - if (firstPos && lastPos) { - // Align centre of handle with bottom-right corner of last cell if possible. - me.alignHandle(); - } - } else { - me.disable(); - } - }, - alignHandle: function() { - var me = this, - lastCell = me.lastPos && me.lastPos.getCell(); - // Cell corresponding to the position might not be rendered. - // This will be called upon scroll - if (lastCell) { - me.enable(); - me.handle.alignTo(lastCell, 'c-br'); - } else { - me.disable(); - } - }, - enable: function() { - this.handle.show(); - this.callParent(); - }, - disable: function() { - this.handle.hide(); - this.mask.hide(); - this.callParent(); - }, - onDrag: function(e) { - // pointer-events-none is not supported on IE10m. - // So if shrinking the extension zone, the mousemove target may be the mask. - // We have to retarget on the cell *below* that. - if (e.target === this.mask.dom) { - this.mask.hide(); - e.target = document.elementFromPoint.apply(document, e.getXY()); - this.mask.show(); - } - var me = this, - view = me.view, - viewTop = view.el.getY(), - viewLeft = view.el.getX(), - overCell = e.getTarget(me.view.getCellSelector()), - scrollTask = me.scrollTask || (me.scrollTask = Ext.util.TaskManager.newTask({ - run: me.doAutoScroll, - scope: me, - interval: 10 - })), - scrollBy = me.scrollBy || (me.scrollBy = []); - // Dragged outside the view; stop scrolling. - if (!me.el.contains(e.target)) { - scrollBy[0] = scrollBy[1] = 0; - return scrollTask.stop(); - } - // Neart bottom of view - if (me.lastXY[1] > viewTop + view.el.getHeight(true) - 15) { - if (me.extendY) { - scrollBy[1] = 3; - scrollTask.start(); - } - } - // Near top of view - else if (me.lastXY[1] < viewTop + 10) { - if (me.extendY) { - scrollBy[1] = -3; - scrollTask.start(); - } - } - // Near right edge of view - else if (me.lastXY[0] > viewLeft + view.el.getWidth(true) - 15) { - if (me.extendX) { - scrollBy[0] = 3; - scrollTask.start(); - } - } - // Near left edge of view - else if (me.lastXY[0] < viewLeft + 10) { - if (me.extendX) { - scrollBy[0] = -3; - scrollTask.start(); - } - } else // Not near an edge, cancel autoscrolling - { - scrollBy[0] = scrollBy[1] = 0; - scrollTask.stop(); - } - if (overCell && overCell !== me.lastOverCell) { - me.lastOverCell = overCell; - me.syncMaskOnCell(overCell); - } - }, - doAutoScroll: function() { - var me = this, - view = me.view, - scrollOverCell; - // Bump the view in whatever direction was decided in the onDrag method. - view.scrollBy.apply(view, me.scrollBy); - // Mouseover does not fire on autoscroll so see where the mouse is over on each scroll - scrollOverCell = document.elementFromPoint.apply(document, me.lastXY); - if (scrollOverCell) { - scrollOverCell = Ext.fly(scrollOverCell).up(view.cellSelector); - if (scrollOverCell && scrollOverCell !== me.lastOverCell) { - me.lastOverCell = scrollOverCell; - me.syncMaskOnCell(scrollOverCell); - } - } - }, - onEnd: function(e) { - var me = this; - if (me.scrollTask) { - me.scrollTask.stop(); - } - if (me.extensionDescriptor) { - me.disable(); - me.view.getSelectionModel().extendSelection(me.extensionDescriptor); - } - }, - onViewScroll: function() { - var me = this; - // If being dragged - if (me.active && me.lastOverCell) { - me.syncMaskOnCell(me.lastOverCell); - } - // We have been applied to a selection block - if (me.firstPos) { - // Align centre of handle with bottom-right corner of last cell if possible. - me.alignHandle(); - } - }, - syncMaskOnCell: function(overCell) { - var me = this, - view = me.view, - rows = view.all, - curPos = me.curPos, - maskBox = me.maskBox, - selRegion, - firstPos = me.firstPos.clone(), - lastPos = me.lastPos.clone(), - extensionStart = me.firstPos.clone(), - extensionEnd = me.lastPos.clone(); - // Constrain cell positions to be within rendered range. - firstPos.setRow(Math.min(Math.max(firstPos.rowIdx, rows.startIndex), rows.endIndex)); - lastPos.setRow(Math.min(Math.max(lastPos.rowIdx, rows.startIndex), rows.endIndex)); - me.selectionRegion = selRegion = firstPos.getCell().getRegion().union(lastPos.getCell().getRegion()); - curPos.setPosition(view.getRecord(overCell), view.getHeaderByCell(overCell)); - // The above calls require the cell to be a DOM reference - overCell = Ext.fly(overCell); - // Reset border to default, which is the overall border setting from SASS - // We disable the border which is contiguous to the selection. - me.mask.dom.style.borderTopWidth = me.mask.dom.style.borderRightWidth = me.mask.dom.style.borderBottomWidth = me.mask.dom.style.borderLeftWidth = ''; - // Dragged above the selection - if (curPos.rowIdx < me.firstPos.rowIdx && me.extendY) { - me.extensionDescriptor = { - type: 'rows', - start: extensionStart.setRow(curPos.rowIdx), - end: extensionEnd.setRow(me.firstPos.rowIdx - 1), - rows: curPos.rowIdx - me.firstPos.rowIdx, - mousePosition: me.lastXY - }; - me.mask.dom.style.borderBottomWidth = '0'; - maskBox.x = selRegion.x; - maskBox.y = overCell.getY(); - maskBox.width = selRegion.right - selRegion.left; - maskBox.height = selRegion.top - overCell.getY(); - } - // Dragged below selection - else if (curPos.rowIdx > me.lastPos.rowIdx && me.extendY) { - me.extensionDescriptor = { - type: 'rows', - start: extensionStart.setRow(me.lastPos.rowIdx + 1), - end: extensionEnd.setRow(curPos.rowIdx), - rows: curPos.rowIdx - me.lastPos.rowIdx, - mousePosition: me.lastXY - }; - me.mask.dom.style.borderTopWidth = '0'; - maskBox.x = selRegion.x; - maskBox.y = selRegion.bottom; - maskBox.width = selRegion.right - selRegion.left; - maskBox.height = overCell.getRegion().bottom - selRegion.bottom; - } else // row position is within selected row range - { - // Dragged to left of selection - if (curPos.colIdx < me.firstPos.colIdx && me.extendX) { - me.extensionDescriptor = { - type: 'columns', - start: extensionStart.setColumn(curPos.colIdx), - end: extensionEnd.setColumn(me.firstPos.colIdx - 1), - columns: curPos.colIdx - me.firstPos.colIdx, - mousePosition: me.lastXY - }; - me.mask.dom.style.borderRightWidth = '0'; - maskBox.x = overCell.getX(); - maskBox.y = selRegion.top; - maskBox.width = selRegion.left - overCell.getX(); - maskBox.height = selRegion.bottom - selRegion.top; - } - // Dragged to right of selection - else if (curPos.colIdx > me.lastPos.colIdx && me.extendX) { - me.extensionDescriptor = { - type: 'columns', - start: extensionStart.setColumn(me.lastPos.colIdx + 1), - end: extensionEnd.setColumn(curPos.colIdx), - columns: curPos.colIdx - me.lastPos.colIdx, - mousePosition: me.lastXY - }; - me.mask.dom.style.borderLeftWidth = '0'; - maskBox.x = selRegion.right; - maskBox.y = selRegion.top; - maskBox.width = overCell.getRegion().right - selRegion.right; - maskBox.height = selRegion.bottom - selRegion.top; - } else { - me.extensionDescriptor = null; - } - } - if (view.ownerGrid.hasListeners.selectionextenderdrag) { - view.ownerGrid.fireEvent('selectionextenderdrag', view.ownerGrid, view.getSelectionModel().getSelected(), me.extensionDescriptor); - } - if (me.extensionDescriptor) { - me.mask.show(); - me.mask.setBox(maskBox); - } else { - me.mask.hide(); - } - }, - destroy: function() { - var me = this; - Ext.destroy(me.gridListeners, me.viewListeners, me.mask, me.handle); - me.callParent(); - } -}); - -/** - * A selection model for {@link Ext.grid.Panel grids} which allows you to select data in - * a spreadsheet-like manner. - * - * Supported features: - * - * - Single / Range / Multiple individual row selection. - * - Single / Range cell selection. - * - Column selection by click selecting column headers. - * - Select / deselect all by clicking in the top-left, header. - * - Adds row number column to enable row selection. - * - Optionally you can enable row selection using checkboxes - * - * # Example usage - * - * @example - * var store = Ext.create('Ext.data.Store', { - * fields: ['name', 'email', 'phone'], - * data: [ - * { name: 'Lisa', email: 'lisa@simpsons.com', phone: '555-111-1224' }, - * { name: 'Bart', email: 'bart@simpsons.com', phone: '555-222-1234' }, - * { name: 'Homer', email: 'homer@simpsons.com', phone: '555-222-1244' }, - * { name: 'Marge', email: 'marge@simpsons.com', phone: '555-222-1254' } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * store: store, - * width: 400, - * renderTo: Ext.getBody(), - * columns: [ - * { text: 'Name', dataIndex: 'name' }, - * { text: 'Email', dataIndex: 'email', flex: 1 }, - * { text: 'Phone', dataIndex: 'phone' } - * ], - * selModel: { - * type: 'spreadsheet' - * } - * }); - * - * @since 5.1.0 - */ -Ext.define('Ext.grid.selection.SpreadsheetModel', { - extend: 'Ext.selection.Model', - requires: [ - 'Ext.grid.selection.Selection', - 'Ext.grid.selection.Cells', - 'Ext.grid.selection.Rows', - 'Ext.grid.selection.Columns', - 'Ext.grid.selection.SelectionExtender' - ], - // TODO: cmd-auto-dependency - alias: 'selection.spreadsheet', - isSpreadsheetModel: true, - config: { - /** - * @cfg {Boolean} [columnSelect=false] - * Set to `true` to enable selection of columns. - * - * **NOTE**: This will remove sorting on header click and instead provide column - * selection and deselection. Sorting is still available via column header menu. - */ - columnSelect: { - $value: false, - lazy: true - }, - /** - * @cfg {Boolean} [cellSelect=true] - * Set to `true` to enable selection of individual cells or a single rectangular - * range of cells. This will provide cell range selection using click, and - * potentially drag to select a rectangular range. You can also use "SHIFT + arrow" - * key navigation to select a range of cells. - */ - cellSelect: { - $value: true, - lazy: true - }, - /** - * @cfg {Boolean} [rowSelect=true] - * Set to `true` to enable selection of rows by clicking on a row number column. - * - * *Note*: This feature will add the row number as the first column. - */ - rowSelect: { - $value: true, - lazy: true - }, - /** - * @cfg {Boolean} [dragSelect=true] - * Set to `true` to enables cell range selection by cell dragging. - */ - dragSelect: { - $value: true, - lazy: true - }, - /** - * @cfg {Ext.grid.selection.Selection} [selected] - * Pass an instance of one of the subclasses of {@link Ext.grid.selection.Selection}. - */ - selected: null, - /** - * @cfg {String} extensible - * This configures whether this selection model is to implement a mouse based dragging gesture to extend a *contiguou*s selection. - * - * Note that if there are multiple, discontiguous selected rows or columns, selection extension is not available. - * - * If set, then the bottom right corner of the contiguous selection will display a drag handle. By dragging this, an extension area - * may be defined into which the selection is extended. - * - * Upon the end of the drag, the {@link Ext.panel.Table#beforeselectionextend beforeselectionextend} event will be fired though the - * encapsulating grid. Event handlers may manipulate the store data in any way. - * - * Possible values for this configuration are - * - * - `"x"` Only allow extending the block to the left or right. - * - `"y"` Only allow extending the block above or below. - * - `"xy"` Allow extebnding the block in both dimensions. - * - `"both"` Allow extebnding the block in both dimensions. - * - `true` Allow extebnding the block in both dimensions. - */ - extensible: { - $value: true, - lazy: true - } - }, - /** - * @event selectionchange - * Fired *by the grid* after the selection changes. Return `false` to veto the selection extension. - * @param {Ext.grid.Panel} grid The grid whose selection has changed. - * @param {Ext.grid.selection.Selection} selection A subclass of - * {@link Ext.grid.selection.Selection} describing the new selection. - */ - /** - * @cfg {Boolean} checkboxSelect [checkboxSelect=false] - * Enables selection of the row via clicking on checkbox. Note: this feature will add - * new column at position specified by {@link #checkboxColumnIndex}. - */ - checkboxSelect: false, - /** - * @cfg {Number/String} [checkboxColumnIndex=0] - * The index at which to insert the checkbox column. - * Supported values are a numeric index, and the strings 'first' and 'last'. Only valid when set - * *before* render. - */ - checkboxColumnIndex: 0, - /** - * @cfg {Boolean} [showHeaderCheckbox=true] - * Configure as `false` to not display the header checkbox at the top of the checkbox column - * when {@link #checkboxSelect} is set. - */ - showHeaderCheckbox: true, - /** - * @cfg {Number/String} [checkboxHeaderWidth=24] - * Width of checkbox column. - */ - checkboxHeaderWidth: 24, - /** - * @cfg {Number/String} [rowNumbererHeaderWidth=46] - * Width of row numbering column. - */ - rowNumbererHeaderWidth: 46, - columnSelectCls: Ext.baseCSSPrefix + 'ssm-column-select', - rowNumbererHeaderCls: Ext.baseCSSPrefix + 'ssm-row-numberer-hd', - /** - * @private - */ - checkerOnCls: Ext.baseCSSPrefix + 'grid-hd-checker-on', - tdCls: Ext.baseCSSPrefix + 'grid-cell-special ' + Ext.baseCSSPrefix + 'grid-cell-row-checker', - /** - * @method getCount - * This method is not supported by SpreadsheetModel. - * - * To interrogate the selection use {@link #getSelected} which will return an instance of one - * of the three selection types, or `null` if no selection. - * - * The three selection types are: - * - * * {@link Ext.grid.selection.Rows} - * * {@link Ext.grid.selection.Columns} - * * {@link Ext.grid.selection.Cells} - */ - /** - * @method getSelectionMode - * This method is not supported by SpreadsheetModel. - */ - /** - * @method setSelectionMode - * This method is not supported by SpreadsheetModel. - */ - /** - * @method setLocked - * This method is not currently supported by SpreadsheetModel. - */ - /** - * @method isLocked - * This method is not currently supported by SpreadsheetModel. - */ - /** - * @method isRangeSelected - * This method is not supported by SpreadsheetModel. - * - * To interrogate the selection use {@link #getSelected} which will return an instance of one - * of the three selection types, or `null` if no selection. - * - * The three selection types are: - * - * * {@link Ext.grid.selection.Rows} - * * {@link Ext.grid.selection.Columns} - * * {@link Ext.grid.selection.Cells} - */ - /** - * @member Ext.panel.Table. - * @event beforeselectionextend An event fired when an extension block is extended - * using a drag gesture. Only fired when the SpreadsheetSelectionModel is used and - * configured with the - * {@link Ext.grid.selection.SpreadsheetModel#extensible extensible} config. - * @param {Ext.panel.Table} grid The owning grid. - * @param {Ext.grid.selection.Selection} An object which encapsulates a contiguous selection block. - * @param {Object} extension An object describing the type and size of extension. - * @param {String} extension.type `"rows"` or `"columns"` - * @param {Ext.grid.CellContext} extension.start The start (top left) cell of the extension area. - * @param {Ext.grid.CellContext} extension.end The end (bottom right) cell of the extension area. - * @param {number} [extension.columns] The number of columns extended (-ve means on the left side). - * @param {number} [extension.rows] The number of rows extended (-ve means on the top side). - */ - /** - * @member Ext.panel.Table. - * @event selectionextenderdrag An event fired when an extension block is dragged to - * encompass a new range. Only fired when the SpreadsheetSelectionModel is used and - * configured with the - * {@link Ext.grid.selection.SpreadsheetModel#extensible extensible} config. - * @param {Ext.panel.Table} grid The owning grid. - * @param {Ext.grid.selection.Selection} An object which encapsulates a contiguous selection block. - * @param {Object} extension An object describing the type and size of extension. - * @param {String} extension.type `"rows"` or `"columns"` - * @param {HTMLElement} extension.overCell The grid cell over which the mouse is being dragged. - * @param {Ext.grid.CellContext} extension.start The start (top left) cell of the extension area. - * @param {Ext.grid.CellContext} extension.end The end (bottom right) cell of the extension area. - * @param {number} [extension.columns] The number of columns extended (-ve means on the left side). - * @param {number} [extension.rows] The number of rows extended (-ve means on the top side). - */ - /** - * @private - */ - bindComponent: function(view) { - var me = this, - viewListeners, lockedGrid; - if (me.view !== view) { - if (me.view) { - me.navigationModel = null; - Ext.destroy(me.viewListeners, me.navigationListeners); - } - me.view = view; - if (view) { - // We need to realize our lazy configs now that we have the view... - me.getCellSelect(); - lockedGrid = view.ownerGrid.lockedGrid; - // If there is a locked grid, process it now - if (lockedGrid) { - me.hasLockedHeader = true; - me.onViewCreated(lockedGrid, lockedGrid.getView()); - } else // Otherwise, get back to us when the view is fully created so that we can tweak its headerCt - { - view.grid.on({ - viewcreated: me.onViewCreated, - scope: me, - single: true - }); - } - me.gridListeners = view.ownerGrid.on({ - columnschanged: me.onColumnsChanged, - columnmove: me.onColumnMove, - scope: me, - destroyable: true - }); - viewListeners = me.getViewListeners(); - viewListeners.scope = me; - viewListeners.destroyable = true; - me.viewListeners = view.on(viewListeners); - me.navigationModel = view.getNavigationModel(); - me.navigationListeners = me.navigationModel.on({ - navigate: me.onNavigate, - scope: me, - destroyable: true - }); - // Add class to add special cursor pointer to column headers - if (me.getColumnSelect()) { - view.ownerGrid.addCls(me.columnSelectCls); - } - } - } - }, - /** - * Retrieve a configuration to be used in a HeaderContainer. - * This should be used when checkboxSelect is set to false. - * @protected - */ - getCheckboxHeaderConfig: function() { - var me = this, - showCheck = me.showHeaderCheckbox !== false; - return { - ignoreExport: true, - isCheckerHd: showCheck, - text: ' ', - clickTargetName: 'el', - width: me.checkboxHeaderWidth, - sortable: false, - draggable: false, - resizable: false, - hideable: false, - menuDisabled: true, - dataIndex: '', - tdCls: me.tdCls, - cls: showCheck ? Ext.baseCSSPrefix + 'column-header-checkbox ' : '', - defaultRenderer: me.checkboxRenderer.bind(me), - editRenderer: ' ', - locked: me.hasLockedHeader - }; - }, - /** - * Generates the HTML to be rendered in the injected checkbox column for each row. - * Creates the standard checkbox markup by default; can be overridden to provide custom rendering. - * See {@link Ext.grid.column.Column#renderer} for description of allowed parameters. - * @private - */ - checkboxRenderer: function() { - return ''; - }, - /** - * @private - */ - onHeaderClick: function(headerCt, header, e) { - // Template method. See base class - var me = this, - sel = me.selected, - cm, range, i; - if (header === me.numbererColumn || header === me.checkColumn) { - e.stopEvent(); - // Not all selected, select all - if (!sel || !sel.isAllSelected()) { - me.selectAll(); - } else { - me.deselectAll(); - } - me.updateHeaderState(); - me.lastColumnSelected = null; - } else if (me.columnSelect) { - if (e.shiftKey && sel && sel.lastColumnSelected) { - sel.clear(); - cm = this.view.ownerGrid.getVisibleColumnManager(); - range = Ext.Array.sort([ - cm.indexOf(sel.lastColumnSelected), - cm.indexOf(header) - ], Ext.Array.numericSortFn); - for (i = range[0]; i <= range[1]; i++) { - me.selectColumn(cm.getHeaderAtIndex(i), true); - } - } else { - if (me.isColumnSelected(header)) { - me.deselectColumn(header); - me.selected.lastColumnSelected = null; - } else { - me.selectColumn(header, e.ctrlKey); - me.selected.lastColumnSelected = header; - } - } - } - }, - /** - * @private - */ - updateHeaderState: function() { - // check to see if all records are selected - var me = this, - store = me.view.dataSource, - storeCount = store.getCount(), - views = me.views, - sel = me.selected, - isChecked = sel && sel.isRows && !store.isBufferedStore && storeCount > 0 && (storeCount === sel.getCount()), - checkHd = me.checkColumn, - cls = me.checkerOnCls; - if (views && views.length) { - if (checkHd) { - if (isChecked) { - checkHd.addCls(cls); - } else { - checkHd.removeCls(cls); - } - } - } - }, - /** - * Handles the grid's beforereconfigure event. Adds the checkbox header if the columns have been reconfigured. - * Also adds the row numberer. - * @param {Ext.panel.Table} grid - * @param {Ext.data.Store} store - * @param {Object[]} columns - * @private - */ - onBeforeReconfigure: function(grid, store, columns, oldStore, oldColumns) { - var me = this; - if (columns) { - Ext.suspendLayouts(); - // Remove our utility columns without destroying. Reconfigure destroys columns by default. - // Add them into the new column set at the beginning. - if (me.numbererColumn) { - me.numbererColumn.ownerCt.remove(me.numbererColumn, false); - columns.unshift(me.numbererColumn); - } - if (me.checkColumn) { - me.checkColumn.ownerCt.remove(me.checkColumn, false); - columns.unshift(me.checkColumn); - } - Ext.resumeLayouts(); - } - }, - /** - * This is a helper method to create a cell context which encapsulates one cell in a grid view. - * - * It will contain the following properties: - * colIdx - column index - * rowIdx - row index - * column - {@link Ext.grid.column.Column Column} under which the cell is located. - * record - {@link Ext.data.Model} Record from which the cell derives its data. - * view - The view. If this selection model is for a locking grid, this will be the - * outermost view, the {@link Ext.grid.locking.View} which encapsulates the sub - * grids. Column indices are relative to the outermost view's visible column set. - * - * @param {Number} record Record for which to select the cell, or row index. - * @param {Number} column Grid column header, or column index. - * @return {Ext.grid.CellContext} A context object describing the cell. Note that the `rowidx` and `colIdx` properties are only valid - * at the time the context object is created. Column movement, sorting or filtering might changed where the cell is. - * @private - */ - getCellContext: function(record, column) { - return new Ext.grid.CellContext(this.view.ownerGrid.getView()).setPosition(record, column); - }, - select: function(records, keepExisting, suppressEvent) { - // API docs are inherited - var me = this, - sel = me.selected, - view = me.view, - store = view.dataSource, - len, i, record, - changed = false; - // Ensure selection object is of the correct type - if (!sel || !sel.isRows || sel.view !== view) { - me.resetSelection(true); - sel = me.selected = new Ext.grid.selection.Rows(view); - } else if (!keepExisting) { - sel.clear(); - } - if (!Ext.isArray(records)) { - records = [ - records - ]; - } - len = records.length; - for (i = 0; i < len; i++) { - record = records[i]; - if (typeof record === 'number') { - record = store.getAt(record); - } - if (!sel.contains(record)) { - sel.add(record); - changed = true; - } - } - if (changed) { - me.updateHeaderState(); - if (suppressEvent) { - me.fireSelectionChange(); - } - } - }, - deselect: function(records, suppressEvent) { - // API docs are inherited - var me = this, - sel = me.selected, - store = me.view.dataSource, - len, i, record, - changed = false; - if (sel && sel.isRows) { - if (!Ext.isArray(records)) { - records = [ - records - ]; - } - len = records.length; - for (i = 0; i < len; i++) { - record = records[i]; - if (typeof record === 'number') { - record = store.getAt(record); - } - changed = changed || sel.remove(record); - } - } - if (changed) { - me.updateHeaderState(); - if (!suppressEvent) { - me.fireSelectionChange(); - } - } - }, - /** - * This method allows programmatic selection of the cell range. - * - * @example - * var store = Ext.create('Ext.data.Store', { - * fields : ['name', 'email', 'phone'], - * data : { - * items : [ - * { name : 'Lisa', email : 'lisa@simpsons.com', phone : '555-111-1224' }, - * { name : 'Bart', email : 'bart@simpsons.com', phone : '555-222-1234' }, - * { name : 'Homer', email : 'homer@simpsons.com', phone : '555-222-1244' }, - * { name : 'Marge', email : 'marge@simpsons.com', phone : '555-222-1254' } - * ] - * }, - * proxy : { - * type : 'memory', - * reader : { - * type : 'json', - * root : 'items' - * } - * } - * }); - * - * var grid = Ext.create('Ext.grid.Panel', { - * title : 'Simpsons', - * store : store, - * width : 400, - * renderTo : Ext.getBody(), - * columns : [ - * columns: [ - * { text: 'Name', dataIndex: 'name' }, - * { text: 'Email', dataIndex: 'email', flex: 1 }, - * { text: 'Phone', dataIndex: 'phone', width:120 }, - * { - * text:'Combined', dataIndex: 'name', width : 300, - * renderer: function(value, metaData, record, rowIndex, colIndex, store, view) { - * console.log(arguments); - * return value + ' has email: ' + record.get('email'); - * } - * } - * ], - * ], - * selType: 'spreadsheet' - * }); - * - * var model = grid.getSelectionModel(); // get selection model - * - * // We will create range of 4 cells. - * - * // Now set the range and prevent rangeselect event from being fired. - * // We can use a simple array when we have no locked columns. - * model.selectCells([0, 0], [1, 1], true); - * - * @param rangeStart {Ext.grid.CellContext/Number[]} Range starting position. Can be either Cell context or a `[rowIndex, columnIndex]` numeric array. - * - * Note that when a numeric array is used in a locking grid, the column indices are relative to the outermost grid, encompassing locked *and* normal sides. - * @param rangeEnd {Ext.grid.CellContext/Number[]} Range end position. Can be either Cell context or a `[rowIndex, columnIndex]` numeric array. - * - * Note that when a numeric array is used in a locking grid, the column indices are relative to the outermost grid, encompassing locked *and* normal sides. - * @param {Boolean} [suppressEvent] Pass `true` to prevent firing the - * `{@link #selectionchange}` event. - */ - selectCells: function(rangeStart, rangeEnd, suppressEvent) { - var me = this, - view = me.view.ownerGrid.view, - sel; - rangeStart = rangeStart.isCellContext ? rangeStart.clone() : new Ext.grid.CellContext(view).setPosition(rangeStart); - rangeEnd = rangeEnd.isCellContext ? rangeEnd.clone() : new Ext.grid.CellContext(view).setPosition(rangeEnd); - me.resetSelection(true); - me.selected = sel = new Ext.grid.selection.Cells(rangeStart.view); - sel.setRangeStart(rangeStart); - sel.setRangeEnd(rangeEnd); - if (!suppressEvent) { - me.fireSelectionChange(); - } - }, - /** - * Select all the data if possible. - * - * If {@link #rowSelect} is `true`, then all *records* will be selected. - * - * If {@link #cellSelect} is `true`, then all *rendered cells* will be selected. - * - * If {@link #columnSelect} is `true`, then all *columns* will be selected. - * - * @param {Boolean} [suppressEvent] Pass `true` to prevent firing the - * `{@link #selectionchange}` event. - */ - selectAll: function(suppressEvent) { - var me = this, - sel = me.selected, - doSelect, - view = me.view; - if (me.rowSelect) { - if (!sel || !sel.isRows) { - me.resetSelection(true); - me.selected = sel = new Ext.grid.selection.Rows(view); - } - doSelect = true; - } else if (me.cellSelect) { - if (!sel || !sel.isCells) { - me.resetSelection(true); - me.selected = sel = new Ext.grid.selection.Cells(view); - } - doSelect = true; - } else if (me.columnSelect) { - if (!sel || !sel.isColumns) { - me.resetSelection(true); - me.selected = sel = new Ext.grid.selection.Columns(view); - } - doSelect = true; - } - if (doSelect) { - sel.selectAll(); - me.updateHeaderState(); - if (!suppressEvent) { - me.fireSelectionChange(); - } - } - }, - /** - * Clears the selection. - * @param {Boolean} [suppressEvent] Pass `true` to prevent firing the - * `{@link #selectionchange}` event. - */ - deselectAll: function(suppressEvent) { - var sel = this.selected; - if (sel && sel.getCount()) { - sel.clear(); - if (!suppressEvent) { - this.fireSelectionChange(); - } - } - }, - /** - * Select one or more rows. - * @param rows {Ext.data.Model[]} Records to select. - * @param {Boolean} [keepSelection=false] Pass `true` to keep previous selection. - * @param {Boolean} [suppressEvent] Pass `true` to prevent firing the - * `{@link #selectionchange}` event. - */ - selectRows: function(rows, keepSelection, suppressEvent) { - var me = this, - sel = me.selected, - isSelectingRows = sel && sel.isRows, - len = rows.length, - i; - if (!keepSelection || !isSelectingRows) { - me.resetSelection(true); - } - if (!isSelectingRows) { - me.selected = sel = new Ext.grid.selection.Rows(me.view); - } - if (rows.isEntity) { - sel.add(rows); - } else { - for (i = 0; i < len; i++) { - sel.add(rows[i]); - }; - } - - if (!suppressEvent) { - me.fireSelectionChange(); - } - }, - isSelected: function(record) { - // API docs are inherited. - return this.isRowSelected(record); - }, - /** - * Selects a column. - * @param {Ext.grid.column.Column} column Column to select. - * @param {Boolean} [keepSelection=false] Pass `true` to keep previous selection. - * @param {Boolean} [suppressEvent] Pass `true` to prevent firing the - * `{@link #selectionchange}` event. - */ - selectColumn: function(column, keepSelection, suppressEvent) { - var me = this, - selData = me.selected, - view = column.getView(); - // Clear other selection types - if (!selData || !selData.isColumns || selData.view !== view.ownerGrid.view) { - me.resetSelection(true); - me.selected = selData = new Ext.grid.selection.Columns(view); - } - if (!selData.contains(column)) { - if (!keepSelection) { - selData.clear(); - } - selData.add(column); - me.updateHeaderState(); - if (!suppressEvent) { - me.fireSelectionChange(); - } - } - }, - /** - * Deselects a column. - * @param {Ext.grid.column.Column} column Column to deselect. - * @param {Boolean} [suppressEvent] Pass `true` to prevent firing the - * `{@link #selectionchange}` event. - */ - deselectColumn: function(column, suppressEvent) { - var me = this, - selData = me.getSelected(); - if (selData && selData.isColumns && selData.contains(column)) { - selData.remove(column); - me.updateHeaderState(); - if (!suppressEvent) { - me.fireSelectionChange(); - } - } - }, - getSelection: function() { - // API docs are inherited. - // Superclass returns array of selected records - var selData = this.selected; - if (selData && selData.isRows) { - return selData.getRecords(); - } - return []; - }, - destroy: function() { - var me = this, - scrollEls = me.scrollEls; - Ext.destroy(me.gridListeners, me.viewListeners, me.selected, me.navigationListeners, me.extensible); - if (scrollEls) { - Ext.dd.ScrollManager.unregister(scrollEls); - } - me.selected = me.gridListeners = me.viewListeners = me.selectionData = me.navigationListeners = me.scrollEls = null; - me.callParent(); - }, - //------------------------------------------------------------------------- - privates: { - /** - * @property {Object} axesConfigs - * Use when converting the extensible config into a SelectionExtender to create its `axes` config to specify which axes it may extend. - * @private - */ - axesConfigs: { - x: 1, - y: 2, - xy: 3, - both: 3, - "true": 3 - }, - // reserved word MUST be quoted when used an a property name - /** - * @return {Object} - * @private - */ - getViewListeners: function() { - return { - beforerefresh: this.onBeforeViewRefresh, - refresh: this.onViewRefresh, - keyup: { - element: 'el', - fn: this.onViewKeyUp, - scope: this - } - }; - }, - /** - * @private - */ - onViewKeyUp: function(e) { - var sel = this.selected; - // Released the shift key, terminate a keyboard based range selection - if (e.keyCode === e.SHIFT && sel && sel.isRows && sel.getRangeSize()) { - // Copy the drag range into the selected records collection - sel.addRange(); - } - }, - /** - * @private - */ - onColumnsChanged: function() { - var selData = this.selected, - rowRange, colCount, colIdx, rowIdx, view, context, selectionChanged; - // When columns have changed, we have to deselect *every* cell in the row range because we do not know where the - // columns have gone to. - if (selData) { - view = selData.view; - if (selData.isCells) { - context = new Ext.grid.CellContext(view); - rowRange = selData.getRowRange(); - colCount = view.getVisibleColumnManager().getColumns().length; - for (rowIdx = rowRange[0]; rowIdx <= rowRange[1]; rowIdx++) { - context.setRow(rowIdx); - for (colIdx = 0; colIdx < colCount; colIdx++) { - context.setColumn(colIdx); - view.onCellDeselect(context); - } - } - } - // We have to deselect columns which have been hidden/removed - else if (selData.isColumns) { - selectionChanged = false; - selData.eachColumn(function(column, columnIdx) { - if (!column.isVisible() || !view.ownerGrid.isAncestor(column)) { - this.remove(column); - selectionChanged = true; - } - }); - } - } - // This event is fired directly from the HeaderContainer before the view updates. - // So we have to wait until idle to update the selection UI. - // NB: fireSelectionChange calls updateSelectionExtender after firing its event. - Ext.on('idle', selectionChanged ? this.fireSelectionChange : this.updateSelectionExtender, this, { - single: true - }); - }, - // The selection may have acquired or lost contiguity, so the replicator may need enabling or disabling - onColumnMove: function() { - this.updateSelectionExtender(); - }, - /** - * @private - */ - onBeforeViewRefresh: function(view) { - var selData = this.selected; - // Allow cell preselection to survive, but not cell selection from a prior refresh - if (view.refreshCounter) { - if (selData && selData.isCells) { - this.resetSelection(); - } - } - }, - /** - * @private - */ - onViewRefresh: function(view) { - var me = this, - sel = this.selected, - store = me.view.store, - changed = false; - // Deselect filtered out records - if (sel && sel.isRows && store.isFiltered()) { - sel.eachRow(function(rec) { - if (!store.contains(rec)) { - this.remove(rec); - // Maintainer: this is the Rows selection object, *NOT* me. - changed = true; - } - }); - } - // The selection may have acquired or lost contiguity, so the replicator may need enabling or disabling - // NB: fireSelectionChange calls updateSelectionExtender after firing its event. - this[changed ? 'fireSelectionChange' : 'updateSelectionExtender'](); - }, - /** - * @private - */ - resetSelection: function(suppressEvent) { - var sel = this.selected; - if (sel) { - sel.clear(); - if (!suppressEvent) { - this.fireSelectionChange(); - } - } - }, - onViewCreated: function(grid, view) { - var me = this, - ownerGrid = view.ownerGrid, - headerCt = view.headerCt; - // Only add columns to the locked view, or only view if there is no twin - if (!ownerGrid.lockable || view.isLockedView) { - // if there is no row number column and we ask for it, then it should be added here - if (me.getRowSelect()) { - // Ensure we have a rownumber column - me.getNumbererColumn(); - } - if (me.checkboxSelect) { - me.addCheckbox(view, true); - } - me.mon(view.ownerGrid, 'beforereconfigure', me.onBeforeReconfigure, me); - } - // Disable sortOnClick if we're columnSelecting - headerCt.sortOnClick = !me.getColumnSelect(); - if (me.getDragSelect()) { - view.on('render', me.onViewRender, me, { - single: true - }); - } - }, - /** - * Initialize drag selection support - * @private - */ - onViewRender: function(view) { - var me = this, - el = view.getEl(), - views = me.views, - len = views.length, - i; - // If we receive the render event after the columnSelect config has been set, - // ensure that the view's headerCts know not to sort on click if we're selecting columns. - for (i = 0; i < len; i++) { - views[i].headerCt.sortOnClick = !me.columnSelect; - } - el.ddScrollConfig = { - vthresh: 50, - hthresh: 50, - frequency: 300, - increment: 100 - }; - Ext.dd.ScrollManager.register(el); - // Possible two child views to register as scrollable on drag - (me.scrollEls || (me.scrollEls = [])).push(el); - view.on('cellmousedown', me.handleMouseDown, me); - // In a locking situation, we need a mousedown listener on both sides. - if (view.lockingPartner) { - view.lockingPartner.on('cellmousedown', me.handleMouseDown, me); - } - }, - /** - * Plumbing for drag selection of cell range - * @private - */ - handleMouseDown: function(view, td, cellIndex, record, tr, rowIdx, e) { - var me = this, - sel = me.selected, - header = e.position.column, - isCheckClick, startDragSelect; - // Ignore right click and shit and alt modifiers. - // Also ignore touchstart. We cannot drag select using touches. - if (e.button || e.shiftKey || e.altKey || e.pointerType === 'touch') { - return; - } - if (header) { - isCheckClick = header === me.checkColumn; - // Differentiate between row and cell selections. - if (header === me.numbererColumn || isCheckClick || !me.cellSelect) { - // Enforce rowSelect setting - if (me.rowSelect) { - if (sel && sel.isRows) { - if (!e.ctrlKey && !isCheckClick) { - sel.clear(); - } - } else { - if (sel) { - sel.clear(); - } - sel = me.selected = new Ext.grid.selection.Rows(view); - } - startDragSelect = true; - } - } else { - if (sel) { - sel.clear(); - } - if (!sel || !sel.isCells) { - sel = me.selected = new Ext.grid.selection.Cells(view); - } - startDragSelect = true; - } - me.lastOverRecord = me.lastOverColumn = null; - // Add the listener after the view has potentially been corrected - Ext.getBody().on('mouseup', me.onMouseUp, me, { - single: true, - view: sel.view - }); - // Only begin the drag process if configured to select what they asked for - if (startDragSelect) { - sel.view.el.on('mousemove', me.onMouseMove, me, { - view: sel.view - }); - } - } - }, - /** - * Selects range based on mouse movements - * @param e - * @param cell - * @param opts - * @private - */ - onMouseMove: function(e, target, opts) { - var me = this, - view = opts.view, - record, rowIdx, - cell = e.getTarget(view.cellSelector), - header = opts.view.getHeaderByCell(cell), - selData = me.selected, - pos, recChange, colChange; - // Disable until a valid new selection is announced in fireSelectionChange - if (me.extensible) { - me.extensible.disable(); - } - if (header) { - record = view.getRecord(cell.parentNode); - rowIdx = me.store.indexOf(record); - recChange = record !== me.lastOverRecord; - colChange = header !== me.lastOverColumn; - if (recChange || colChange) { - pos = me.getCellContext(record, header); - } - // Initial mousedown was in rownumberer or checkbox column - if (selData.isRows) { - // Only react if we've changed row - if (recChange) { - if (me.lastOverRecord) { - selData.setRangeEnd(rowIdx); - } else { - selData.setRangeStart(rowIdx); - } - } - } else // Selecting cells - { - // Only react if we've changed row or column - if (recChange || colChange) { - if (me.lastOverRecord) { - selData.setRangeEnd(pos); - } else { - selData.setRangeStart(pos); - } - } - } - // Focus MUST follow the mouse. - // Otherwise the focus may scroll out of the rendered range and revert to document - if (recChange || colChange) { - // We MUST pass local view into NavigationModel, not the potentially outermost locking view. - // TODO: When that's fixed, use setPosition(pos). - view.getNavigationModel().setPosition(new Ext.grid.CellContext(header.getView()).setPosition(record, header)); - } - me.lastOverColumn = header; - me.lastOverRecord = record; - } - }, - /** - * Clean up mousemove event - * @param e - * @param target - * @param opts - * @private - */ - onMouseUp: function(e, target, opts) { - var me = this, - view = opts.view; - if (view && !view.destroyed) { - // Disable until a valid new selection is announced in fireSelectionChange - if (me.extensible) { - me.extensible.disable(); - } - view.el.un('mousemove', me.onMouseMove, me); - // Copy the records encompassed by the drag range into the record collection - if (me.selected.isRows) { - me.selected.addRange(); - } - me.fireSelectionChange(); - } - }, - /** - * Add the header checkbox to the header row - * @param view - * @param {Boolean} initial True if we're binding for the first time. - * @private - */ - addCheckbox: function(view, initial) { - var me = this, - checkbox = me.checkboxColumnIndex, - headerCt = view.headerCt; - // Preserve behaviour of false, but not clear why that would ever be done. - if (checkbox !== false) { - if (checkbox === 'first') { - checkbox = 0; - } else if (checkbox === 'last') { - checkbox = headerCt.getColumnCount(); - } - me.checkColumn = headerCt.add(checkbox, me.getCheckboxHeaderConfig()); - } - if (initial !== true) { - view.refresh(); - } - }, - /** - * Called when the grid's Navigation model detects navigation events (`mousedown`, `click` and certain `keydown` events). - * @param {Ext.event.Event} navigateEvent The event which caused navigation. - * @private - */ - onNavigate: function(navigateEvent) { - var me = this, - // Use outermost view. May be lockable - view = navigateEvent.view.ownerGrid.view, - record = navigateEvent.record, - sel = me.selected, - // Create a new Context based upon the outermost View. - // NavigationModel works on local views. TODO: remove this step when NavModel is fixed to use outermost view in locked grid. - // At that point, we can use navigateEvent.position - pos = new Ext.grid.CellContext(view).setPosition(record, navigateEvent.column), - keyEvent = navigateEvent.keyEvent, - keyCode = keyEvent.getKey(), - selectionChanged; - // A Column's processEvent method may set this flag if configured to do so. - if (keyEvent.stopSelection) { - return; - } - // CTRL/Arrow just navigates, does not select - if (keyEvent.ctrlKey && (keyCode === keyEvent.UP || keyCode === keyEvent.LEFT || keyCode === keyEvent.RIGHT || keyCode === keyEvent.DOWN)) { - return; - } - // Click is the mouseup at the end of a multi-cell select swipe; reject. - if (sel && sel.isCells && sel.getCount() > 1 && keyEvent.type === 'click') { - return; - } - // If all selection types are disabled, or it's not a selecting event, return - if (!(me.cellSelect || me.columnSelect || me.rowSelect) || !navigateEvent.record || keyEvent.type === 'mousedown') { - return; - } - // Ctrl/A key - Deselect current selection, or select all if no selection - if (keyEvent.ctrlKey && keyEvent.keyCode === keyEvent.A) { - // No selection, or only one, select all - if (!sel || sel.getCount() < 2) { - me.selectAll(); - } else { - me.deselectAll(); - } - me.updateHeaderState(); - return; - } - if (keyEvent.shiftKey) { - // If the event is in one of the row selecting cells, or cell selecting is turned off - if (pos.column === me.numbererColumn || pos.column === me.checkColumn || !me.cellSelect || (sel && sel.isRows)) { - if (me.rowSelect) { - // Ensure selection object is of the correct type - if (!sel || !sel.isRows || sel.view !== view) { - me.resetSelection(true); - sel = me.selected = new Ext.grid.selection.Rows(view); - } - // First shift - if (!sel.getRangeSize()) { - sel.setRangeStart(navigateEvent.previousRecordIndex || 0); - } - sel.setRangeEnd(navigateEvent.recordIndex); - sel.addRange(); - selectionChanged = true; - } - } else // Navigate event in a normal cell - { - if (me.cellSelect) { - // Ensure selection object is of the correct type - if (!sel || !sel.isCells || sel.view !== view) { - me.resetSelection(true); - sel = me.selected = new Ext.grid.selection.Cells(view); - } - // First shift - if (!sel.getRangeSize()) { - sel.setRangeStart(navigateEvent.previousPosition || me.getCellContext(0, 0)); - } - sel.setRangeEnd(pos); - selectionChanged = true; - } - } - } else { - // If the event is in one of the row selecting cells, or cell selecting is turned off - if (pos.column === me.numbererColumn || pos.column === me.checkColumn || !me.cellSelect) { - if (me.rowSelect) { - // Ensure selection object is of the correct type - if (!sel || !sel.isRows || sel.view !== view) { - me.resetSelection(true); - sel = me.selected = new Ext.grid.selection.Rows(view); - } - if (keyEvent.ctrlKey || pos.column === me.checkColumn) { - if (sel.contains(record)) { - sel.remove(record); - } else { - sel.add(record); - } - } else { - sel.clear(); - sel.add(record); - } - selectionChanged = true; - } - } else // Navigate event in a normal cell - { - if (me.cellSelect) { - // Ensure selection object is of the correct type - if (!sel || !sel.isCells || sel.view !== view) { - me.resetSelection(true); - me.selected = sel = new Ext.grid.selection.Cells(view); - } else { - sel.clear(); - } - sel.setRangeStart(pos); - selectionChanged = true; - } - } - } - // If our configuration allowed selection changes, update check header and fire event - if (selectionChanged) { - if (sel.isRows) { - me.updateHeaderState(); - } - me.fireSelectionChange(); - } - }, - /** - * Check if given record is currently selected. - * - * Used in {@link Ext.view.Table view} rendering to decide upon cell UI treatment. - * @param {Ext.data.Model} record - * @return {Boolean} - * @private - */ - isRowSelected: function(record) { - var me = this, - sel = me.selected; - if (sel && sel.isRows) { - record = Ext.isNumber(record) ? me.store.getAt(record) : record; - return sel.contains(record); - } else { - return false; - } - }, - /** - * Check if given column is currently selected. - * - * @param {Ext.grid.column.Column} column - * @return {Boolean} - * @private - */ - isColumnSelected: function(column) { - var me = this, - sel = me.selected; - if (sel && sel.isColumns) { - return sel.contains(column); - } else { - return false; - } - }, - /** - * Returns true if specified cell within specified view is selected - * - * Used in {@link Ext.view.Table view} rendering to decide upon row UI treatment. - * @param {Ext.grid.View} view - impactful when locked columns are used - * @param {Number} row - row index - * @param {Number} column - column index, within the current view - * - * @return {Boolean} - * @private - */ - isCellSelected: function(view, row, column) { - var me = this, - testPos, - sel = me.selected; - // view MUST be outermost (possible locking) view - view = view.ownerGrid.view; - if (sel) { - if (sel.isColumns) { - if (typeof column === 'number') { - column = view.getVisibleColumnManager().getColumns()[column]; - } - return sel.contains(column); - } - if (sel.isCells) { - testPos = new Ext.grid.CellContext(view).setPosition({ - row: row, - // IMPORTANT: The historic API for columns has been to include hidden columns - // in the index. So we must index into the "all" ColumnManager. - column: column - }); - return sel.contains(testPos); - } - } - return false; - }, - /** - * @private - */ - applySelected: function(selected) { - // Must override base class's applier which creates a Collection - if (selected && !(selected.isRows || selected.isCells || selected.isColumns)) { - Ext.raise('SpreadsheelModel#setSelected must be passed an instance of Ext.grid.selection.Selection'); - } - return selected; - }, - /** - * @private - */ - updateSelected: function(selected, oldSelected) { - var view, columns, len, i, cell; - // Clear old selection. - if (oldSelected) { - oldSelected.clear(); - } - // Update the UI to match the new selection - if (selected && selected.getCount()) { - view = selected.view; - // Rows; update each selected row - if (selected.isRows) { - selected.eachRow(view.onRowSelect, view); - } - // Columns; update the selected columns for all rows - else if (selected.isColumns) { - columns = selected.getColumns(); - len = columns.length; - if (len) { - cell = new Ext.grid.CelContext(view); - view.store.each(function(rec) { - cell.setRow(rec); - for (i = 0; i < len; i++) { - cell.setColumn(columns[i]); - view.onCellSelect(cell); - } - }); - } - } - // Cells; update each selected cell - else if (selected.isCells) { - selected.eachCell(view.onCellSelect, view); - } - } - }, - getNumbererColumn: function(col) { - var me = this, - result = me.numbererColumn, - view = me.view; - if (!result) { - // Always put row selection columns in the locked side if there is one. - if (view.isNormalView) { - view = view.ownerGrid.lockedGrid; - } - result = me.numbererColumn = view.headerCt.down('rownumberer') || view.headerCt.add(0, me.getNumbererColumnConfig()); - } - return result; - }, - getNumbererColumnConfig: function() { - var me = this; - return { - xtype: 'rownumberer', - width: me.rowNumbererHeaderWidth, - editRenderer: ' ', - tdCls: me.rowNumbererTdCls, - cls: me.rowNumbererHeaderCls, - locked: me.hasLockedHeader - }; - }, - /** - * Show/hide the extra column headers depending upon rowSelection. - * @private - */ - updateRowSelect: function(rowSelect) { - var me = this, - sel = me.selected, - view = me.view; - if (view && view.rendered) { - // Always put row selection columns in the locked side if there is one. - if (view.isNormalView) { - view = view.lockingPartner; - } - if (rowSelect) { - if (me.checkColumn) { - me.checkColumn.show(); - } - me.getNumbererColumn().show(); - } else { - if (me.checkColumn) { - me.checkColumn.hide(); - } - if (me.numbererColumn) { - me.numbererColumn.hide(); - } - } - if (!rowSelect && sel && sel.isRows) { - sel.clear(); - me.fireSelectionChange(); - } - } - }, - /** - * Enable/disable the HeaderContainer's sortOnClick in line with column select on - * column click. - * @private - */ - updateColumnSelect: function(columnSelect) { - var me = this, - sel = me.selected, - views = me.views, - len = views ? views.length : 0, - i; - for (i = 0; i < len; i++) { - views[i].headerCt.sortOnClick = !columnSelect; - } - if (!columnSelect && sel && sel.isColumns) { - sel.clear(); - me.fireSelectionChange(); - } - if (columnSelect) { - me.view.ownerGrid.addCls(me.columnSelectCls); - } else { - me.view.ownerGrid.removeCls(me.columnSelectCls); - } - }, - /** - * @private - */ - updateCellSelect: function(cellSelect) { - var me = this, - sel = me.selected; - if (!cellSelect && sel && sel.isCells) { - sel.clear(); - me.fireSelectionChange(); - } - }, - /** - * @private - */ - fireSelectionChange: function() { - var grid = this.view.ownerGrid, - sel = this.selected; - // Inform selection object that we're done - this.updateSelectionExtender(); - grid.fireEvent('selectionchange', grid, sel); - }, - updateSelectionExtender: function() { - var sel = this.selected; - if (sel) { - sel.onSelectionFinish(); - } - }, - /** - * Called when a selection has been made. The selection object's onSelectionFinish calls back into this. - * @param {Ext.grid.selection.Selection} sel The selection object specific to - * the selection performed. - * @param {Ext.grid.CellContext} [firstCell] The left/top most selected cell. - * Will be undefined if the selection is clear. - * @param {Ext.grid.CellContext} [lastCell] The bottom/right most selected cell. - * Will be undefined if the selection is clear. - * @private - */ - onSelectionFinish: function(sel, firstCell, lastCell) { - var extensible = this.getExtensible(); - if (extensible) { - extensible.setHandle(firstCell, lastCell); - } - }, - applyExtensible: function(extensible) { - var me = this; - if (extensible === true || typeof extensible === 'string') { - extensible = { - axes: me.axesConfigs[extensible] - }; - } else { - extensible = Ext.Object.chain(extensible); - } - // don't mutate the user's config - extensible.view = me.selected.view; - return new Ext.grid.selection.SelectionExtender(extensible); - }, - /** - * Called when the SelectionExtender has the mouse released. - * @param {Object} extension An object describing the type and size of extension. - * @param {String} extension.type `"rows"` or `"columns"` - * @param {Ext.grid.CellContext} extension.start The start (top left) cell of the extension area. - * @param {Ext.grid.CellContext} extension.end The end (bottom right) cell of the extension area. - * @param {number} [extension.columns] The number of columns extended (-ve means on the left side). - * @param {number} [extension.rows] The number of rows extended (-ve means on the top side). - * @private - */ - extendSelection: function(extension) { - var me = this, - sel = me.selected; - // Announce that the selection is to be extended, and if no objections, extend it - if (me.view.ownerGrid.fireEvent('beforeselectionextend', me.view.ownerGrid, sel, extension) !== false) { - sel.extendRange(extension); - me.fireSelectionChange(); - } - }, - /** - * @private - */ - onIdChanged: function(store, rec, oldId, newId) { - var sel = this.selected; - if (sel && sel.isRows && sel.selectedRecords) { - sel.selectedRecords.updateKey(rec, oldId); - } - }, - /** - * Called when a page is added to BufferedStore. - * @private - */ - onPageAdd: function(pageMap, pageNumber, records) { - var sel = this.selected, - len = records.length, - i, record, - selected = sel && sel.selectedRecords; - // Check for return of already selected records. - // Maintainer: To only use one conditional expression, the value of assignment of - // (selected = sel.selectedRecords) is part of the single conditional expression. - if (selected && sel.isRows) { - for (i = 0; i < len; i++) { - record = records[i]; - if (selected.get(record.id)) { - selected.replace(record); - } - } - } - }, - /** - * @private - */ - refresh: function() { - var sel = this.getSelected(); - // Refreshing the selected record Collection based upon a possible - // store mutation is only valid if we are selecting records. - if (sel && sel.isRows) { - this.callParent(); - } - }, - /** - * @private - */ - onStoreAdd: function() { - var sel = this.getSelected(); - // Updating on store mutation is only valid if we are selecting records. - if (sel && sel.isRows) { - this.callParent(arguments); - this.updateHeaderState(); - } - }, - /** - * @private - */ - onStoreClear: function() { - this.resetSelection(); - }, - /** - * @private - */ - onStoreLoad: function() { - var sel = this.getSelected(); - // Updating on store mutation is only valid if we are selecting records. - if (sel && sel.isRows) { - this.callParent(arguments); - this.updateHeaderState(); - } - }, - /** - * @private - */ - onStoreRefresh: function() { - var sel = this.selected; - // Ensure that records which are no longer in the new store are pruned if configured to do so. - // Ensure that selected records in the collection are the correct instance. - if (sel && sel.isRows && sel.selectedRecords) { - this.updateSelectedInstances(sel.selectedRecords); - } - this.updateHeaderState(); - }, - /** - * @private - */ - onStoreRemove: function() { - var sel = this.getSelected(); - // Updating on store mutation is only valid if we are selecting records. - if (sel && sel.isRows) { - this.callParent(arguments); - } - } - } -}, function(SpreadsheetModel) { - var RowNumberer = Ext.ClassManager.get('Ext.grid.column.RowNumberer'); - if (RowNumberer) { - SpreadsheetModel.prototype.rowNumbererTdCls = Ext.grid.column.RowNumberer.prototype.tdCls + ' ' + Ext.baseCSSPrefix + 'ssm-row-numberer-cell'; - } -}); - -/** - * An internal Queue class. - * @private - */ -Ext.define('Ext.util.Queue', { - constructor: function() { - this.clear(); - }, - add: function(obj) { - var me = this, - key = me.getKey(obj); - if (!me.map[key]) { - ++me.length; - me.items.push(obj); - me.map[key] = obj; - } - return obj; - }, - /** - * Removes all items from the collection. - */ - clear: function() { - var me = this, - items = me.items; - me.items = []; - me.map = {}; - me.length = 0; - return items; - }, - contains: function(obj) { - var key = this.getKey(obj); - return this.map.hasOwnProperty(key); - }, - /** - * Returns the number of items in the collection. - * @return {Number} the number of items in the collection. - */ - getCount: function() { - return this.length; - }, - getKey: function(obj) { - return obj.id; - }, - /** - * Remove an item from the collection. - * @param {Object} obj The item to remove. - * @return {Object} The item removed or false if no item was removed. - */ - remove: function(obj) { - var me = this, - key = me.getKey(obj), - items = me.items, - index; - if (me.map[key]) { - index = Ext.Array.indexOf(items, obj); - Ext.Array.erase(items, index, 1); - delete me.map[key]; - --me.length; - } - return obj; - } -}); - -/** - * This class manages state information for a component or element during a layout. - * - * # Blocks - * - * A "block" is a required value that is preventing further calculation. When a layout has - * encountered a situation where it cannot possibly calculate results, it can associate - * itself with the context item and missing property so that it will not be rescheduled - * until that property is set. - * - * Blocks are a one-shot registration. Once the property changes, the block is removed. - * - * Be careful with blocks. If *any* further calculations can be made, a block is not the - * right choice. - * - * # Triggers - * - * Whenever any call to {@link #getProp}, {@link #getDomProp}, {@link #hasProp} or - * {@link #hasDomProp} is made, the current layout is automatically registered as being - * dependent on that property in the appropriate state. Any changes to the property will - * trigger the layout and it will be queued in the {@link Ext.layout.Context}. - * - * Triggers, once added, remain for the entire layout. Any changes to the property will - * reschedule all unfinished layouts in their trigger set. - * - * @private - */ -Ext.define('Ext.layout.ContextItem', { - heightModel: null, - widthModel: null, - sizeModel: null, - /** - * There are several cases that allow us to skip (opt out) of laying out a component - * and its children as long as its `lastBox` is not marked as `invalid`. If anything - * happens to change things, the `lastBox` is marked as `invalid` by `updateLayout` - * as it ascends the component hierarchy. - * - * @property {Boolean} optOut - * @private - * @readonly - */ - optOut: false, - ownerSizePolicy: null, - // plaed here by Component.getSizeModel - boxChildren: null, - boxParent: null, - children: [], - dirty: null, - // The number of dirty properties - dirtyCount: 0, - hasRawContent: true, - isContextItem: true, - isTopLevel: false, - consumersContentHeight: 0, - consumersContentWidth: 0, - consumersContainerHeight: 0, - consumersContainerWidth: 0, - consumersHeight: 0, - consumersWidth: 0, - ownerCtContext: null, - remainingChildDimensions: 0, - // the current set of property values: - props: null, - /** - * @property {Object} state - * State variables that are cleared when invalidated. Only applies to component items. - */ - state: null, - /** - * @property {Boolean} wrapsComponent - * True if this item wraps a Component (rather than an Element). - * @readonly - */ - wrapsComponent: false, - constructor: function(config) { - var me = this, - sizeModels = Ext.layout.SizeModel.sizeModels, - configured = sizeModels.configured, - shrinkWrap = sizeModels.shrinkWrap, - el, lastBox, ownerCt, ownerCtContext, props, sizeModel, target, lastWidth, lastHeight, sameWidth, sameHeight, widthModel, heightModel, optOut; - Ext.apply(me, config); - target = me.target; - el = me.el; - me.id = target.id; - // These hold collections of layouts that are either blocked or triggered by sets - // to our properties (either ASAP or after flushing to the DOM). All of them have - // the same structure: - // - // me.blocks = { - // width: { - // 'layout-1001': layout1001 - // } - // } - // - // The property name is the primary key which yields an object keyed by layout id - // with the layout instance as the value. This prevents duplicate entries for one - // layout and gives O(1) access to the layout instance when we need to iterate and - // process them. - // - // me.blocks = {}; - // me.domBlocks = {}; - // me.domTriggers = {}; - // me.triggers = {}; - me.flushedProps = {}; - me.props = props = {}; - // the set of cached styles for the element: - me.styles = {}; - if (!target.isComponent) { - lastBox = el.lastBox; - } else { - me.wrapsComponent = true; - me.framing = target.frameSize || null; - me.isComponentChild = target.ownerLayout && target.ownerLayout.isComponentLayout; - lastBox = target.lastBox; - // These items are created top-down, so the ContextItem of our ownerCt should - // be available (if it is part of this layout run). - ownerCt = target.ownerCt; - if (ownerCt && (ownerCtContext = ownerCt.el && me.context.items[ownerCt.el.id])) { - me.ownerCtContext = ownerCtContext; - } - // If our ownerCtContext is in the run, it will have a SizeModel that we use to - // optimize the determination of our sizeModel. Also see recalculateSizeModel, similar - // logic exists there. - me.sizeModel = sizeModel = target.getSizeModel(ownerCtContext && ownerCtContext.widthModel.pairsByHeightOrdinal[ownerCtContext.heightModel.ordinal]); - // NOTE: The initial determination of sizeModel is valid (thankfully) and is - // needed to cope with adding components to a layout run on-the-fly (e.g., in - // the menu overflow handler of a box layout). Since this is the case, we do - // not need to recompute the sizeModel in init unless it is a "full" init (as - // our ownerCt's sizeModel could have changed in that case). - me.widthModel = widthModel = sizeModel.width; - me.heightModel = heightModel = sizeModel.height; - // The lastBox is populated early but does not get an "invalid" property - // until layout has occurred. The "false" value is placed in the lastBox - // by Component.finishedLayout. - if (lastBox && lastBox.invalid === false) { - sameWidth = (target.width === (lastWidth = lastBox.width)); - sameHeight = (target.height === (lastHeight = lastBox.height)); - if (widthModel === shrinkWrap && heightModel === shrinkWrap) { - optOut = true; - } else if (widthModel === configured && sameWidth) { - optOut = heightModel === shrinkWrap || (heightModel === configured && sameHeight); - } - if (optOut) { - // Flag this component and capture its last size... - me.optOut = true; - props.width = lastWidth; - props.height = lastHeight; - } - } - } - me.lastBox = lastBox; - }, - /** - * Clears all properties on this object except (perhaps) those not calculated by this - * component. This is more complex than it would seem because a layout can decide to - * invalidate its results and run the component's layouts again, but since some of the - * values may be calculated by the container, care must be taken to preserve those - * values. - * - * @param {Boolean} full True if all properties are to be invalidated, false to keep - * those calculated by the ownerCt. - * @return {Mixed} A value to pass as the first argument to {@link #initContinue}. - * @private - */ - init: function(full, options) { - var me = this, - oldProps = me.props, - oldDirty = me.dirty, - ownerCtContext = me.ownerCtContext, - ownerLayout = me.target.ownerLayout, - firstTime = !me.state, - ret = full || firstTime, - children, i, n, ownerCt, sizeModel, target, - oldHeightModel = me.heightModel, - oldWidthModel = me.widthModel, - newHeightModel, newWidthModel, - remainingCount = 0; - me.dirty = me.invalid = false; - me.props = {}; - // Reset the number of child dimensions since the children will add their part: - me.remainingChildDimensions = 0; - if (me.boxChildren) { - me.boxChildren.length = 0; - } - // keep array (more GC friendly) - if (!firstTime) { - me.clearAllBlocks('blocks'); - me.clearAllBlocks('domBlocks'); - } - // For Element wrappers, we are done... - if (!me.wrapsComponent) { - return ret; - } - // From here on, we are only concerned with Component wrappers... - target = me.target; - me.state = {}; - // only Component wrappers need a "state" - if (firstTime) { - // This must occur before we proceed since it can do many things (like add - // child items perhaps): - if (target.beforeLayout && target.beforeLayout !== Ext.emptyFn) { - target.beforeLayout(); - } - // Determine the ownerCtContext if we aren't given one. Normally the firstTime - // we meet a component is before the context is run, but it is possible for - // components to be added to a run that is already in progress. If so, we have - // to lookup the ownerCtContext since the odds are very high that the new - // component is a child of something already in the run. It is currently - // unsupported to drag in the owner of a running component (needs testing). - if (!ownerCtContext && (ownerCt = target.ownerCt)) { - ownerCtContext = me.context.items[ownerCt.el.id]; - } - if (ownerCtContext) { - me.ownerCtContext = ownerCtContext; - me.isBoxParent = ownerLayout && ownerLayout.isItemBoxParent(me); - } else { - me.isTopLevel = true; - } - // this is used by initAnimation... - me.frameBodyContext = me.getEl('frameBody'); - } else { - ownerCtContext = me.ownerCtContext; - // In theory (though untested), this flag can change on-the-fly... - me.isTopLevel = !ownerCtContext; - // Init the children element items since they may have dirty state (no need to - // do this the firstTime). - children = me.children; - for (i = 0 , n = children.length; i < n; ++i) { - children[i].init(true); - } - } - // We need to know how we will determine content size: containers can look at the - // results of their items but non-containers or item-less containers with just raw - // markup need to be measured in the DOM: - me.hasRawContent = !(target.isContainer && target.items.items.length > 0); - if (full) { - // We must null these out or getSizeModel will assume they are the correct, - // dynamic size model and return them (the previous dynamic sizeModel). - me.widthModel = me.heightModel = null; - sizeModel = target.getSizeModel(ownerCtContext && ownerCtContext.widthModel.pairsByHeightOrdinal[ownerCtContext.heightModel.ordinal]); - if (firstTime) { - me.sizeModel = sizeModel; - } - me.widthModel = sizeModel.width; - me.heightModel = sizeModel.height; - // if we are a container child (e.g., not a docked item), and this is a full - // init, that means our parent was invalidated, and therefore we must initialize - // our remainingChildDimensions to ensure that containerChildrenSizeDone - // gets set properly once all dimensions have had their sizes determined. - // There are 3 possible scenarios here: - // - // 1. Layouts that both read and set sizes of their items (e.g. box). These - // layouts must always add both dimensions to remainingChildDimensions. - // - // 2. Layouts that neither read nor set the size of their items (e.g. - // autocontainer, form). These layouts will not create context items for their - // children, and so we will never end up here. - // - // 3. Layouts that may set the size of their items, but will never read them - // because they measure an outer containing element in the shrink-wrapping - // dimension(s) (e.g. anchor, column). There are 2 possible outcomes: - // a. The child item uses liquid CSS layout. In this case, the only dimensions - // that affect containerChildrenSizeDone are the dimensions that the owner - // layout is responsible for calculating, and so these are the dimensions - // that are added to remainingChildDimensions. Non-calculated dimensions will - // never be published because the child's component layout does not run. - // - // b. The child item does not use liquid CSS layout. In this case, the - // component layout will run like normal, and any non-calculated dimensions - // will be published, therefore, we need to add both dimensions to - // remainingChildDimensions - if (ownerCtContext && !me.isComponentChild) { - if (ownerLayout.needsItemSize || !target.liquidLayout) { - ownerCtContext.remainingChildDimensions += 2; - } else { - if (me.widthModel.calculated) { - ++ownerCtContext.remainingChildDimensions; - } - if (me.heightModel.calculated) { - ++ownerCtContext.remainingChildDimensions; - } - } - } - } else if (oldProps) { - // these are almost always calculated by the ownerCt (we might need to track - // this at some point more carefully): - me.recoverProp('x', oldProps, oldDirty); - me.recoverProp('y', oldProps, oldDirty); - // if these are calculated by the ownerCt, don't trash them: - if (me.widthModel.calculated) { - me.recoverProp('width', oldProps, oldDirty); - } else if ('width' in oldProps) { - ++remainingCount; - } - if (me.heightModel.calculated) { - me.recoverProp('height', oldProps, oldDirty); - } else if ('height' in oldProps) { - ++remainingCount; - } - // if we are a container child and this is not a full init, that means our - // parent was not invalidated and therefore only the dimensions that were - // set last time and removed from remainingChildDimensions last time, need to - // be added back to remainingChildDimensions. This only needs to happen for - // properties that we don't recover above (model=calculated) - if (ownerCtContext && !me.isComponentChild) { - ownerCtContext.remainingChildDimensions += remainingCount; - } - } - if (oldProps && ownerLayout && ownerLayout.manageMargins) { - me.recoverProp('margin-top', oldProps, oldDirty); - me.recoverProp('margin-right', oldProps, oldDirty); - me.recoverProp('margin-bottom', oldProps, oldDirty); - me.recoverProp('margin-left', oldProps, oldDirty); - } - // Process any invalidate options present. These can only come from explicit calls - // to the invalidate() method. - if (options) { - // Consider a container box with wrapping text. If the box is made wider, the - // text will take up less height (until there is no more wrapping). Conversely, - // if the box is made narrower, the height starts to increase due to wrapping. - // - // Imposing a minWidth constraint would increase the width. This may decrease - // the height. If the box is shrinkWrap, however, the width will already be - // such that there is no wrapping, so the height will not further decrease. - // Since the height will also not increase if we widen the box, there is no - // problem simultaneously imposing a minHeight or maxHeight constraint. - // - // When we impose as maxWidth constraint, however, we are shrinking the box - // which may increase the height. If we are imposing a maxHeight constraint, - // that is fine because a further increased height will still need to be - // constrained. But if we are imposing a minHeight constraint, we cannot know - // whether the increase in height due to wrapping will be greater than the - // minHeight. If we impose a minHeight constraint at the same time, then, we - // could easily be locking in the wrong height. - // - // It is important to note that this logic applies to simultaneously *adding* - // both a maxWidth and a minHeight constraint. It is perfectly fine to have - // a state with both constraints, but we cannot add them both at once. - newHeightModel = options.heightModel; - newWidthModel = options.widthModel; - if (newWidthModel && newHeightModel && oldWidthModel && oldHeightModel) { - if (oldWidthModel.shrinkWrap && oldHeightModel.shrinkWrap) { - if (newWidthModel.constrainedMax && newHeightModel.constrainedMin) { - newHeightModel = null; - } - } - } - // Apply size model updates (if any) and state updates (if any). - if (newWidthModel) { - me.widthModel = newWidthModel; - } - if (newHeightModel) { - me.heightModel = newHeightModel; - } - if (options.state) { - Ext.apply(me.state, options.state); - } - } - return ret; - }, - /** - * @private - */ - initContinue: function(full) { - var me = this, - ownerCtContext = me.ownerCtContext, - comp = me.target, - widthModel = me.widthModel, - inheritedState = comp.getInherited(), - boxParent; - if (widthModel.fixed) { - // calculated or configured - inheritedState.inShrinkWrapTable = false; - } else { - delete inheritedState.inShrinkWrapTable; - } - if (full) { - if (ownerCtContext && widthModel.shrinkWrap) { - boxParent = ownerCtContext.isBoxParent ? ownerCtContext : ownerCtContext.boxParent; - if (boxParent) { - boxParent.addBoxChild(me); - } - } else if (widthModel.natural) { - me.boxParent = ownerCtContext; - } - } - return full; - }, - /** - * @private - */ - initDone: function(containerLayoutDone) { - var me = this, - props = me.props, - state = me.state; - // These properties are only set when they are true: - if (me.remainingChildDimensions === 0) { - props.containerChildrenSizeDone = true; - } - if (containerLayoutDone) { - props.containerLayoutDone = true; - } - if (me.boxChildren && me.boxChildren.length && me.widthModel.shrinkWrap) { - // set a very large width to allow the children to measure their natural - // widths (this is cleared once all children have been measured): - me.el.setWidth(10000); - // don't run layouts for this component until we clear this width... - state.blocks = (state.blocks || 0) + 1; - } - }, - /** - * @private - */ - initAnimation: function() { - var me = this, - target = me.target, - ownerCtContext = me.ownerCtContext; - if (ownerCtContext && ownerCtContext.isTopLevel) { - // See which properties we are supposed to animate to their new state. - // If there are any, queue ourself to be animated by the owning Context - me.animatePolicy = target.ownerLayout.getAnimatePolicy(me); - } else if (!ownerCtContext && target.isCollapsingOrExpanding && target.animCollapse) { - // Collapsing/expnding a top level Panel with animation. We need to fabricate - // an animatePolicy depending on which dimension the collapse is using, - // isCollapsingOrExpanding is set during the collapse/expand process. - me.animatePolicy = target.componentLayout.getAnimatePolicy(me); - } - if (me.animatePolicy) { - me.context.queueAnimation(me); - } - }, - /** - * Adds a block. - * - * @param {String} name The name of the block list ('blocks' or 'domBlocks'). - * @param {Ext.layout.Layout} layout The layout that is blocked. - * @param {String} propName The property name that blocked the layout (e.g., 'width'). - * @private - */ - addBlock: function(name, layout, propName) { - var me = this, - collection = me[name] || (me[name] = {}), - blockedLayouts = collection[propName] || (collection[propName] = {}); - if (!blockedLayouts[layout.id]) { - blockedLayouts[layout.id] = layout; - ++layout.blockCount; - ++me.context.blockCount; - } - }, - addBoxChild: function(boxChildItem) { - var me = this, - children, - widthModel = boxChildItem.widthModel; - boxChildItem.boxParent = this; - // Children that are widthModel.auto (regardless of heightModel) that measure the - // DOM (by virtue of hasRawContent), need to wait for their "box parent" to be sized. - // If they measure too early, they will be wrong results. In the widthModel.shrinkWrap - // case, the boxParent "crushes" the child. In the case of widthModel.natural, the - // boxParent's width is likely a key part of the child's width (e.g., "50%" or just - // normal block-level behavior of 100% width) - boxChildItem.measuresBox = widthModel.shrinkWrap ? boxChildItem.hasRawContent : widthModel.natural; - if (boxChildItem.measuresBox) { - children = me.boxChildren; - if (children) { - children.push(boxChildItem); - } else { - me.boxChildren = [ - boxChildItem - ]; - } - } - }, - /** - * Adds x and y values from a props object to a styles object as "left" and "top" values. - * Overridden to add the x property as "right" in rtl mode. - * @property {Object} styles A styles object for an Element - * @property {Object} props A ContextItem props object - * @return {Number} count The number of styles that were set. - * @private - */ - addPositionStyles: function(styles, props) { - var x = props.x, - y = props.y, - count = 0; - if (x !== undefined) { - styles.left = x + 'px'; - ++count; - } - if (y !== undefined) { - styles.top = y + 'px'; - ++count; - } - return count; - }, - /** - * Adds a trigger. - * - * @param {String} propName The property name that triggers the layout (e.g., 'width'). - * @param {Boolean} inDom True if the trigger list is `domTriggers`, false if `triggers`. - * @private - */ - addTrigger: function(propName, inDom) { - var me = this, - name = inDom ? 'domTriggers' : 'triggers', - collection = me[name] || (me[name] = {}), - context = me.context, - layout = context.currentLayout, - triggers = collection[propName] || (collection[propName] = {}); - if (!triggers[layout.id]) { - triggers[layout.id] = layout; - ++layout.triggerCount; - triggers = context.triggers[inDom ? 'dom' : 'data']; - (triggers[layout.id] || (triggers[layout.id] = [])).push({ - item: this, - prop: propName - }); - if (me.props[propName] !== undefined) { - if (!inDom || !(me.dirty && (propName in me.dirty))) { - ++layout.firedTriggers; - } - } - } - }, - boxChildMeasured: function() { - var me = this, - state = me.state, - count = (state.boxesMeasured = (state.boxesMeasured || 0) + 1); - if (count === me.boxChildren.length) { - // all of our children have measured themselves, so we can clear the width - // and resume layouts for this component... - state.clearBoxWidth = 1; - ++me.context.progressCount; - me.markDirty(); - } - }, - borderNames: [ - 'border-top-width', - 'border-right-width', - 'border-bottom-width', - 'border-left-width' - ], - marginNames: [ - 'margin-top', - 'margin-right', - 'margin-bottom', - 'margin-left' - ], - paddingNames: [ - 'padding-top', - 'padding-right', - 'padding-bottom', - 'padding-left' - ], - trblNames: [ - 'top', - 'right', - 'bottom', - 'left' - ], - cacheMissHandlers: { - borderInfo: function(me) { - var info = me.getStyles(me.borderNames, me.trblNames); - info.width = info.left + info.right; - info.height = info.top + info.bottom; - return info; - }, - marginInfo: function(me) { - var info = me.getStyles(me.marginNames, me.trblNames); - info.width = info.left + info.right; - info.height = info.top + info.bottom; - return info; - }, - paddingInfo: function(me) { - // if this context item's target is a framed component the padding is on the frameBody, not on the main el - var item = me.frameBodyContext || me, - info = item.getStyles(me.paddingNames, me.trblNames); - info.width = info.left + info.right; - info.height = info.top + info.bottom; - return info; - } - }, - checkCache: function(entry) { - return this.cacheMissHandlers[entry](this); - }, - clearAllBlocks: function(name) { - var collection = this[name], - propName; - if (collection) { - for (propName in collection) { - this.clearBlocks(name, propName); - } - } - }, - /** - * Removes any blocks on a property in the specified set. Any layouts that were blocked - * by this property and are not still blocked (by other properties) will be rescheduled. - * - * @param {String} name The name of the block list ('blocks' or 'domBlocks'). - * @param {String} propName The property name that blocked the layout (e.g., 'width'). - * @private - */ - clearBlocks: function(name, propName) { - var collection = this[name], - blockedLayouts = collection && collection[propName], - context, layout, layoutId; - if (blockedLayouts) { - delete collection[propName]; - context = this.context; - for (layoutId in blockedLayouts) { - layout = blockedLayouts[layoutId]; - --context.blockCount; - if (!--layout.blockCount && !layout.pending && !layout.done) { - context.queueLayout(layout); - } - } - } - }, - /** - * Registers a layout in the block list for the given property. Once the property is - * set in the {@link Ext.layout.Context}, the layout is unblocked. - * - * @param {Ext.layout.Layout} layout - * @param {String} propName The property name that blocked the layout (e.g., 'width'). - */ - block: function(layout, propName) { - this.addBlock('blocks', layout, propName); - }, - /** - * Registers a layout in the DOM block list for the given property. Once the property - * flushed to the DOM by the {@link Ext.layout.Context}, the layout is unblocked. - * - * @param {Ext.layout.Layout} layout - * @param {String} propName The property name that blocked the layout (e.g., 'width'). - */ - domBlock: function(layout, propName) { - this.addBlock('domBlocks', layout, propName); - }, - /** - * Reschedules any layouts associated with a given trigger. - * - * @param {String} name The name of the trigger list ('triggers' or 'domTriggers'). - * @param {String} propName The property name that triggers the layout (e.g., 'width'). - * @private - */ - fireTriggers: function(name, propName) { - var collection = this[name], - triggers = collection && collection[propName], - context = this.context, - layout, layoutId; - if (triggers) { - for (layoutId in triggers) { - layout = triggers[layoutId]; - ++layout.firedTriggers; - if (!layout.done && !layout.blockCount && !layout.pending) { - context.queueLayout(layout); - } - } - } - }, - /** - * Flushes any updates in the dirty collection to the DOM. This is only called if there - * are dirty entries because this object is only added to the flushQueue of the - * {@link Ext.layout.Context} when entries become dirty. - */ - flush: function() { - var me = this, - dirty = me.dirty, - state = me.state, - targetEl = me.el; - me.dirtyCount = 0; - // Set any queued DOM attributes - if ('attributes' in me) { - targetEl.set(me.attributes); - delete me.attributes; - } - // Set any queued DOM HTML content - if ('innerHTML' in me) { - targetEl.innerHTML = me.innerHTML; - delete me.innerHTML; - } - if (state && state.clearBoxWidth) { - state.clearBoxWidth = 0; - me.el.setStyle('width', null); - if (!--state.blocks) { - me.context.queueItemLayouts(me); - } - } - if (dirty) { - delete me.dirty; - me.writeProps(dirty, true); - } - }, - /** - * @private - */ - flushAnimations: function() { - var me = this, - animateFrom = me.previousSize, - target, targetAnim, duration, animateProps, anim, changeCount, j, propsLen, propName, oldValue, newValue; - // Only animate if the Component has been previously layed out: first layout should not animate - if (animateFrom) { - target = me.target; - targetAnim = target.getAnimationProps(); - duration = targetAnim.duration; - animateProps = Ext.Object.getKeys(me.animatePolicy); - // Create an animation block using the targetAnim configuration to provide defaults. - // They may want custom duration, or easing, or listeners. - anim = Ext.apply({}, { - from: {}, - to: {}, - duration: duration || Ext.fx.Anim.prototype.duration - }, targetAnim); - for (changeCount = 0 , j = 0 , propsLen = animateProps.length; j < propsLen; j++) { - propName = animateProps[j]; - oldValue = animateFrom[propName]; - newValue = me.peek(propName); - if (oldValue !== newValue) { - propName = me.translateProps[propName] || propName; - anim.from[propName] = oldValue; - anim.to[propName] = newValue; - ++changeCount; - } - } - // If any values have changed, kick off animation from the cached old values to the new values - if (changeCount) { - // It'a Panel being collapsed. rollback, and then fix the class name string - if (me.isCollapsingOrExpanding === 1) { - target.componentLayout.undoLayout(me); - } else // Otherwise, undo just the animated properties so the animation can proceed from the old layout. - { - me.writeProps(anim.from); - } - me.el.animate(anim); - anim = Ext.fx.Manager.getFxQueue(me.el.id)[0]; - target.$layoutAnim = anim; - anim.on({ - afteranimate: function() { - delete target.$layoutAnim; - // afteranimate can fire when the target is being destroyed - // and the animation queue is being stopped. - if (target.destroying || target.destroyed) { - return; - } - if (me.isCollapsingOrExpanding === 1) { - target.componentLayout.redoLayout(me); - target.afterCollapse(true); - } else if (me.isCollapsingOrExpanding === 2) { - target.afterExpand(true); - } - if (target.hasListeners.afterlayoutanimation) { - target.fireEvent('afterlayoutanimation', target); - } - } - }); - } - } - }, - /** - * Gets the border information for the element as an object with left, top, right and - * bottom properties holding border size in pixels. This object is only read from the - * DOM on first request and is cached. - * @return {Object} - */ - getBorderInfo: function() { - var me = this, - info = me.borderInfo; - if (!info) { - me.borderInfo = info = me.checkCache('borderInfo'); - } - return info; - }, - /** - * @member Ext.layout.ContextItem - * Returns the context item for an owned element. This should only be called on a - * component's item. The list of child items is used to manage invalidating calculated - * results. - * @param {String/Ext.dom.Element} nameOrEl The element or the name of an owned element - * @param {Ext.layout.container.Container/Ext.Component} [owner] The owner of the - * named element if the passed "nameOrEl" parameter is a String. Defaults to this - * ContextItem's "target" property. For more details on owned elements see - * {@link Ext.Component#cfg-childEls childEls} and - * {@link Ext.Component#renderSelectors renderSelectors} - * @return {Ext.layout.ContextItem} - */ - getEl: function(nameOrEl, owner) { - var me = this, - src, el, elContext; - if (nameOrEl) { - if (nameOrEl.dom) { - el = nameOrEl; - } else { - src = me.target; - if (owner) { - src = owner; - } - el = src[nameOrEl]; - if (typeof el === 'function') { - // ex 'getTarget' - el = el.call(src); - if (el === me.el) { - return this; - } - } - } - // comp.getTarget() often returns comp.el - if (el) { - elContext = me.context.getEl(me, el); - } - } - return elContext || null; - }, - /** - * Gets the "frame" information for the element as an object with left, top, right and - * bottom properties holding border+framing size in pixels. This object is calculated - * on first request and is cached. - * @return {Object} - */ - getFrameInfo: function() { - var me = this, - info = me.frameInfo, - framing, border; - if (!info) { - framing = me.framing; - border = me.getBorderInfo(); - me.frameInfo = info = framing ? { - top: framing.top + border.top, - right: framing.right + border.right, - bottom: framing.bottom + border.bottom, - left: framing.left + border.left, - width: framing.width + border.width, - height: framing.height + border.height - } : border; - } - return info; - }, - /** - * Gets the margin information for the element as an object with left, top, right and - * bottom properties holding margin size in pixels. This object is only read from the - * DOM on first request and is cached. - * @return {Object} - */ - getMarginInfo: function() { - var me = this, - info = me.marginInfo, - comp, manageMargins, ownerLayout, ownerLayoutId; - if (!info) { - if (!me.wrapsComponent) { - info = me.checkCache('marginInfo'); - } else { - comp = me.target; - ownerLayout = comp.ownerLayout; - ownerLayoutId = ownerLayout ? ownerLayout.id : null; - manageMargins = ownerLayout && ownerLayout.manageMargins; - // TODO: stop caching margin$ on the component EXTJS-13359 - info = comp.margin$; - if (info && info.ownerId !== ownerLayoutId) { - // got one but from the wrong owner - info = null; - } - if (!info) { - // if (no cache) - // CSS margins are only checked if there isn't a margin property on the component - info = me.parseMargins(comp, comp.margin) || me.checkCache('marginInfo'); - if (manageMargins) { - // TODO: Stop zeroing out the margins EXTJS-13359 - me.setProp('margin-top', 0); - me.setProp('margin-right', 0); - me.setProp('margin-bottom', 0); - me.setProp('margin-left', 0); - } - // cache the layout margins and tag them with the layout id: - info.ownerId = ownerLayoutId; - comp.margin$ = info; - } - info.width = info.left + info.right; - info.height = info.top + info.bottom; - } - me.marginInfo = info; - } - return info; - }, - /** - * clears the margin cache so that marginInfo get re-read from the dom on the next call to getMarginInfo() - * This is needed in some special cases where the margins have changed since the last layout, making the cached - * values invalid. For example collapsed window headers have different margin than expanded ones. - */ - clearMarginCache: function() { - delete this.marginInfo; - delete this.target.margin$; - }, - /** - * Gets the padding information for the element as an object with left, top, right and - * bottom properties holding padding size in pixels. This object is only read from the - * DOM on first request and is cached. - * @return {Object} - */ - getPaddingInfo: function() { - var me = this, - info = me.paddingInfo; - if (!info) { - me.paddingInfo = info = me.checkCache('paddingInfo'); - } - return info; - }, - /** - * Gets a property of this object. Also tracks the current layout as dependent on this - * property so that changes to it will trigger the layout to be recalculated. - * @param {String} propName The property name that blocked the layout (e.g., 'width'). - * @return {Object} The property value or undefined if not yet set. - */ - getProp: function(propName) { - var me = this, - result = me.props[propName]; - me.addTrigger(propName); - return result; - }, - /** - * Gets a property of this object if it is correct in the DOM. Also tracks the current - * layout as dependent on this property so that DOM writes of it will trigger the - * layout to be recalculated. - * @param {String} propName The property name (e.g., 'width'). - * @return {Object} The property value or undefined if not yet set or is dirty. - */ - getDomProp: function(propName) { - var me = this, - result = (me.dirty && (propName in me.dirty)) ? undefined : me.props[propName]; - me.addTrigger(propName, true); - return result; - }, - /** - * Returns a style for this item. Each style is read from the DOM only once on first - * request and is then cached. If the value is an integer, it is parsed automatically - * (so '5px' is not returned, but rather 5). - * - * @param {String} styleName The CSS style name. - * @return {Object} The value of the DOM style (parsed as necessary). - */ - getStyle: function(styleName) { - var me = this, - styles = me.styles, - info, value; - if (styleName in styles) { - value = styles[styleName]; - } else { - info = me.styleInfo[styleName]; - value = me.el.getStyle(styleName); - if (info && info.parseInt) { - value = parseInt(value, 10) || 0; - } - styles[styleName] = value; - } - return value; - }, - /** - * Returns styles for this item. Each style is read from the DOM only once on first - * request and is then cached. If the value is an integer, it is parsed automatically - * (so '5px' is not returned, but rather 5). - * - * @param {String[]} styleNames The CSS style names. - * @param {String[]} [altNames] The alternate names for the returned styles. If given, - * these names must correspond one-for-one to the `styleNames`. - * @return {Object} The values of the DOM styles (parsed as necessary). - */ - getStyles: function(styleNames, altNames) { - var me = this, - styleCache = me.styles, - values = {}, - hits = 0, - n = styleNames.length, - i, missing, missingAltNames, name, info, styleInfo, styles, value; - altNames = altNames || styleNames; - // We are optimizing this for all hits or all misses. If we hit on all styles, we - // don't create a missing[]. If we miss on all styles, we also don't create one. - for (i = 0; i < n; ++i) { - name = styleNames[i]; - if (name in styleCache) { - values[altNames[i]] = styleCache[name]; - ++hits; - if (i && hits === 1) { - // if (first hit was after some misses) - missing = styleNames.slice(0, i); - missingAltNames = altNames.slice(0, i); - } - } else if (hits) { - (missing || (missing = [])).push(name); - (missingAltNames || (missingAltNames = [])).push(altNames[i]); - } - } - if (hits < n) { - missing = missing || styleNames; - missingAltNames = missingAltNames || altNames; - styleInfo = me.styleInfo; - styles = me.el.getStyle(missing); - for (i = missing.length; i--; ) { - name = missing[i]; - info = styleInfo[name]; - value = styles[name]; - if (info && info.parseInt) { - value = parseInt(value, 10) || 0; - } - values[missingAltNames[i]] = value; - styleCache[name] = value; - } - } - return values; - }, - /** - * Returns true if the given property has been set. This is equivalent to calling - * {@link #getProp} and not getting an undefined result. In particular, this call - * registers the current layout to be triggered by changes to this property. - * - * @param {String} propName The property name (e.g., 'width'). - * @return {Boolean} - */ - hasProp: function(propName) { - return this.getProp(propName) != null; - }, - /** - * Returns true if the given property is correct in the DOM. This is equivalent to - * calling {@link #getDomProp} and not getting an undefined result. In particular, - * this call registers the current layout to be triggered by flushes of this property. - * - * @param {String} propName The property name (e.g., 'width'). - * @return {Boolean} - */ - hasDomProp: function(propName) { - return this.getDomProp(propName) != null; - }, - /** - * Invalidates the component associated with this item. The layouts for this component - * and all of its contained items will be re-run after first clearing any computed - * values. - * - * If state needs to be carried forward beyond the invalidation, the `options` parameter - * can be used. - * - * @param {Object} options An object describing how to handle the invalidation. - * @param {Object} options.state An object to {@link Ext#apply} to the {@link #state} - * of this item after invalidation clears all other properties. - * @param {Function} options.before A function to call after the context data is cleared - * and before the {@link Ext.layout.Layout#beginLayoutCycle} methods are called. - * @param {Ext.layout.ContextItem} options.before.item This ContextItem. - * @param {Object} options.before.options The options object passed to {@link #invalidate}. - * @param {Function} options.after A function to call after the context data is cleared - * and after the {@link Ext.layout.Layout#beginLayoutCycle} methods are called. - * @param {Ext.layout.ContextItem} options.after.item This ContextItem. - * @param {Object} options.after.options The options object passed to {@link #invalidate}. - * @param {Object} options.scope The scope to use when calling the callback functions. - */ - invalidate: function(options) { - this.context.queueInvalidate(this, options); - }, - markDirty: function() { - if (++this.dirtyCount === 1) { - // our first dirty property... queue us for flush - this.context.queueFlush(this); - } - }, - onBoxMeasured: function() { - var boxParent = this.boxParent, - state = this.state; - if (boxParent && boxParent.widthModel.shrinkWrap && !state.boxMeasured && this.measuresBox) { - // since an autoWidth boxParent is holding a width on itself to allow each - // child to measure - state.boxMeasured = 1; - // best to only call once per child - boxParent.boxChildMeasured(); - } - }, - parseMargins: function(comp, margins) { - if (margins === true) { - margins = 5; - } - var type = typeof margins, - ret; - if (type === 'string' || type === 'number') { - ret = comp.parseBox(margins); - } else if (margins) { - ret = { - top: 0, - right: 0, - bottom: 0, - left: 0 - }; - // base defaults - if (margins) { - margins = Ext.apply(ret, comp.parseBox(margins)); - } - } - // + config - return ret; - }, - peek: function(propName) { - return this.props[propName]; - }, - recalculateSizeModel: function() { - // See the constructor, this logic is very similar. Not broken out into - // a separate method for performance reasons - var me = this, - target = me.target, - componentLayout = target.componentLayout, - ownerCtContext = me.ownerCtContext, - oldContext = componentLayout.ownerContext, - sizeModel; - // If the componentLayout has an ownerContext, it will just use the sizeModel that - // exists on the context. Instead, force it to recalculate - componentLayout.ownerContext = null; - me.sizeModel = sizeModel = target.getSizeModel(ownerCtContext && ownerCtContext.widthModel.pairsByHeightOrdinal[ownerCtContext.heightModel.ordinal]); - me.widthModel = sizeModel.width; - me.heightModel = sizeModel.height; - if (oldContext) { - componentLayout.ownerContext = me; - } - }, - /** - * Recovers a property value from the last computation and restores its value and - * dirty state. - * - * @param {String} propName The name of the property to recover. - * @param {Object} oldProps The old "props" object from which to recover values. - * @param {Object} oldDirty The old "dirty" object from which to recover state. - */ - recoverProp: function(propName, oldProps, oldDirty) { - var me = this, - props = me.props, - dirty; - if (propName in oldProps) { - props[propName] = oldProps[propName]; - if (oldDirty && propName in oldDirty) { - dirty = me.dirty || (me.dirty = {}); - dirty[propName] = oldDirty[propName]; - } - } - }, - redo: function(deep) { - var me = this, - items, len, i; - me.revertProps(me.props); - if (deep && me.wrapsComponent) { - // Rollback the state of child Components - if (me.childItems) { - for (i = 0 , items = me.childItems , len = items.length; i < len; i++) { - items[i].redo(deep); - } - } - // Rollback the state of child Elements - for (i = 0 , items = me.children , len = items.length; i < len; i++) { - items[i].redo(); - } - } - }, - /** - * Removes a cached ContextItem that was created using {@link #getEl}. It may be - * necessary to call this method if the dom reference for owned element changes so - * that {@link #getEl} can be called again to reinitialize the ContextItem with the - * new element. - * @param {String/Ext.dom.Element} nameOrEl The element or the name of an owned element - * @param {Ext.layout.container.Container/Ext.Component} [owner] The owner of the - * named element if the passed "nameOrEl" parameter is a String. Defaults to this - * ContextItem's "target" property. - */ - removeEl: function(nameOrEl, owner) { - var me = this, - src, el; - if (nameOrEl) { - if (nameOrEl.dom) { - el = nameOrEl; - } else { - src = me.target; - if (owner) { - src = owner; - } - el = src[nameOrEl]; - if (typeof el === 'function') { - // ex 'getTarget' - el = el.call(src); - if (el === me.el) { - return this; - } - } - } - // comp.getTarget() often returns comp.el - if (el) { - me.context.removeEl(el, me); - } - } - }, - revertProps: function(props) { - var name, - flushed = this.flushedProps, - reverted = {}; - for (name in props) { - if (flushed.hasOwnProperty(name)) { - reverted[name] = props[name]; - } - } - this.writeProps(reverted); - }, - /** - * Queue the setting of a DOM attribute on this ContextItem's target when next flushed. - */ - setAttribute: function(name, value) { - var me = this; - if (!me.attributes) { - me.attributes = {}; - } - me.attributes[name] = value; - me.markDirty(); - }, - setBox: function(box) { - var me = this; - if ('left' in box) { - me.setProp('x', box.left); - } - if ('top' in box) { - me.setProp('y', box.top); - } - // if sizeModel says we should not be setting these, the appropriate calls will be - // null operations... otherwise, we must set these values, so what we have in box - // is what we go with (undefined, NaN and no change are handled at a lower level): - me.setSize(box.width, box.height); - }, - /** - * Sets the contentHeight property. If the component uses raw content, then only the - * measured height is acceptable. - * - * Calculated values can sometimes be NaN or undefined, which generally mean the - * calculation is not done. To indicate that such as value was passed, 0 is returned. - * Otherwise, 1 is returned. - * - * If the caller is not measuring (i.e., they are calculating) and the component has raw - * content, 1 is returned indicating that the caller is done. - */ - setContentHeight: function(height, measured) { - if (!measured && this.hasRawContent) { - return 1; - } - return this.setProp('contentHeight', height); - }, - /** - * Sets the contentWidth property. If the component uses raw content, then only the - * measured width is acceptable. - * - * Calculated values can sometimes be NaN or undefined, which generally means that the - * calculation is not done. To indicate that such as value was passed, 0 is returned. - * Otherwise, 1 is returned. - * - * If the caller is not measuring (i.e., they are calculating) and the component has raw - * content, 1 is returned indicating that the caller is done. - */ - setContentWidth: function(width, measured) { - if (!measured && this.hasRawContent) { - return 1; - } - return this.setProp('contentWidth', width); - }, - /** - * Sets the contentWidth and contentHeight properties. If the component uses raw content, - * then only the measured values are acceptable. - * - * Calculated values can sometimes be NaN or undefined, which generally means that the - * calculation is not done. To indicate that either passed value was such a value, false - * returned. Otherwise, true is returned. - * - * If the caller is not measuring (i.e., they are calculating) and the component has raw - * content, true is returned indicating that the caller is done. - */ - setContentSize: function(width, height, measured) { - return this.setContentWidth(width, measured) + this.setContentHeight(height, measured) === 2; - }, - /** - * Sets a property value. This will unblock and/or trigger dependent layouts if the - * property value is being changed. Values of NaN and undefined are not accepted by - * this method. - * - * @param {String} propName The property name (e.g., 'width'). - * @param {Object} value The new value of the property. - * @param {Boolean} dirty Optionally specifies if the value is currently in the DOM - * (default is `true` which indicates the value is not in the DOM and must be flushed - * at some point). - * @return {Number} 1 if this call specified the property value, 0 if not. - */ - setProp: function(propName, value, dirty) { - var me = this, - valueType = typeof value, - info; - if (valueType === 'undefined' || (valueType === 'number' && isNaN(value))) { - return 0; - } - if (me.props[propName] === value) { - return 1; - } - me.props[propName] = value; - ++me.context.progressCount; - if (dirty === false) { - // if the prop is equivalent to what is in the DOM (we won't be writing it), - // we need to clear hard blocks (domBlocks) on that property. - me.fireTriggers('domTriggers', propName); - me.clearBlocks('domBlocks', propName); - } else { - info = me.styleInfo[propName]; - if (info) { - if (!me.dirty) { - me.dirty = {}; - } - me.dirty[propName] = value; - me.markDirty(); - } - } - // we always clear soft blocks on set - me.fireTriggers('triggers', propName); - me.clearBlocks('blocks', propName); - return 1; - }, - /** - * Sets the height and constrains the height to min/maxHeight range. - * - * @param {Number} height The height. - * @param {Boolean} [dirty=true] Specifies if the value is currently in the DOM. A - * value of `false` indicates that the value is already in the DOM. - * @return {Number} The actual height after constraining. - */ - setHeight: function(height, dirty) /*, private {Boolean} force */ - { - var me = this, - comp = me.target, - ownerCtContext = me.ownerCtContext, - frameBody, frameInfo, min, oldHeight, rem; - if (height < 0) { - height = 0; - } - if (!me.wrapsComponent) { - if (!me.setProp('height', height, dirty)) { - return NaN; - } - } else { - min = me.collapsedVert ? 0 : (comp.minHeight || 0); - height = Ext.Number.constrain(height, min, comp.maxHeight); - oldHeight = me.props.height; - if (!me.setProp('height', height, dirty)) { - return NaN; - } - // if we are a container child, since the height is now known we can decrement - // the number of remainingChildDimensions that the ownerCtContext is waiting on. - if (ownerCtContext && !me.isComponentChild && isNaN(oldHeight)) { - rem = --ownerCtContext.remainingChildDimensions; - if (!rem) { - // if there are 0 remainingChildDimensions set containerChildrenSizeDone - // on the ownerCtContext to indicate that all of its children's dimensions - // are known - ownerCtContext.setProp('containerChildrenSizeDone', true); - } - } - frameBody = me.frameBodyContext; - if (frameBody) { - frameInfo = me.getFrameInfo(); - frameBody[me.el.vertical ? 'setWidth' : 'setHeight'](height - frameInfo.height, dirty); - } - } - return height; - }, - /** - * Sets the height and constrains the width to min/maxWidth range. - * - * @param {Number} width The width. - * @param {Boolean} [dirty=true] Specifies if the value is currently in the DOM. A - * value of `false` indicates that the value is already in the DOM. - * @return {Number} The actual width after constraining. - */ - setWidth: function(width, dirty) /*, private {Boolean} force */ - { - var me = this, - comp = me.target, - ownerCtContext = me.ownerCtContext, - frameBody, frameInfo, min, oldWidth, rem; - if (width < 0) { - width = 0; - } - if (!me.wrapsComponent) { - if (!me.setProp('width', width, dirty)) { - return NaN; - } - } else { - min = me.collapsedHorz ? 0 : (comp.minWidth || 0); - width = Ext.Number.constrain(width, min, comp.maxWidth); - oldWidth = me.props.width; - if (!me.setProp('width', width, dirty)) { - return NaN; - } - // if we are a container child, since the width is now known we can decrement - // the number of remainingChildDimensions that the ownerCtContext is waiting on. - if (ownerCtContext && !me.isComponentChild && isNaN(oldWidth)) { - rem = --ownerCtContext.remainingChildDimensions; - if (!rem) { - // if there are 0 remainingChildDimensions set containerChildrenSizeDone - // on the ownerCtContext to indicate that all of its children's dimensions - // are known - ownerCtContext.setProp('containerChildrenSizeDone', true); - } - } - //if ((frameBody = me.target.frameBody) && (frameBody = me.getEl(frameBody))){ - frameBody = me.frameBodyContext; - if (frameBody) { - frameInfo = me.getFrameInfo(); - frameBody.setWidth(width - frameInfo.width, dirty); - } - } - /*if (owner.frameBody) { - frameContext = ownerContext.frameContext || - (ownerContext.frameContext = ownerContext.getEl('frameBody')); - width += (frameContext.paddingInfo || frameContext.getPaddingInfo()).width; - }*/ - return width; - }, - setSize: function(width, height, dirty) { - this.setWidth(width, dirty); - this.setHeight(height, dirty); - }, - translateProps: { - x: 'left', - y: 'top' - }, - undo: function(deep) { - var me = this, - items, len, i; - me.revertProps(me.lastBox); - if (deep && me.wrapsComponent) { - // Rollback the state of child Components - if (me.childItems) { - for (i = 0 , items = me.childItems , len = items.length; i < len; i++) { - items[i].undo(deep); - } - } - // Rollback the state of child Elements - for (i = 0 , items = me.children , len = items.length; i < len; i++) { - items[i].undo(); - } - } - }, - unsetProp: function(propName) { - var dirty = this.dirty; - delete this.props[propName]; - if (dirty) { - delete dirty[propName]; - } - }, - writeProps: function(dirtyProps, flushing) { - if (!(dirtyProps && typeof dirtyProps === 'object')) { - Ext.Logger.warn('writeProps expected dirtyProps to be an object'); - return; - } - var me = this, - el = me.el, - styles = {}, - styleCount = 0, - // used as a boolean, the exact count doesn't matter - styleInfo = me.styleInfo, - info, propName, numericValue, - width = dirtyProps.width, - height = dirtyProps.height, - target = me.target, - hasWidth, hasHeight, isAbsolute, scrollbarSize, style, targetEl; - // Process non-style properties: - if ('displayed' in dirtyProps) { - el.setDisplayed(dirtyProps.displayed); - } - // Unblock any hard blocks (domBlocks) and copy dom styles into 'styles' - for (propName in dirtyProps) { - if (flushing) { - me.fireTriggers('domTriggers', propName); - me.clearBlocks('domBlocks', propName); - me.flushedProps[propName] = 1; - } - info = styleInfo[propName]; - if (info && info.dom) { - // Numeric dirty values should have their associated suffix added - if (info.suffix && (numericValue = parseInt(dirtyProps[propName], 10))) { - styles[propName] = numericValue + info.suffix; - } else // Non-numeric (eg "auto") go in unchanged. - { - styles[propName] = dirtyProps[propName]; - } - ++styleCount; - } - } - // convert x/y into setPosition (for a component) or left/top styles (for an el) - if ('x' in dirtyProps || 'y' in dirtyProps) { - if (target.isComponent) { - target.setPosition(dirtyProps.x, dirtyProps.y); - } else { - // we wrap an element, so convert x/y to styles: - styleCount += me.addPositionStyles(styles, dirtyProps); - } - } - // IE9 subtracts the scrollbar size from the element size when the element - // is absolutely positioned and uses box-sizing: border-box. To workaround this - // issue we have to add the the scrollbar size. - // - // See http://social.msdn.microsoft.com/Forums/da-DK/iewebdevelopment/thread/47c5148f-a142-4a99-9542-5f230c78cb3b - // - if (me.wrapsComponent && Ext.isIE9) { - // when we set a width and we have a vertical scrollbar (overflowY), we need - // to add the scrollbar width... conversely for the height and overflowX - if ((hasWidth = width !== undefined && me.hasOverflowY) || (hasHeight = height !== undefined && me.hasOverflowX)) { - // check that the component is absolute positioned. - isAbsolute = me.isAbsolute; - if (isAbsolute === undefined) { - isAbsolute = false; - targetEl = me.target.getTargetEl(); - style = targetEl.getStyle('position'); - me.isAbsolute = isAbsolute = (style === 'absolute'); - } - // cache it - if (isAbsolute) { - scrollbarSize = Ext.getScrollbarSize(); - if (hasWidth) { - width = parseInt(width, 10) + scrollbarSize.width; - styles.width = width + 'px'; - ++styleCount; - } - if (hasHeight) { - height = parseInt(height, 10) + scrollbarSize.height; - styles.height = height + 'px'; - ++styleCount; - } - } - } - } - // we make only one call to setStyle to allow it to optimize itself: - if (styleCount) { - el.setStyle(styles); - } - }, - //------------------------------------------------------------------------- - // Diagnostics - debugHooks: { - $enabled: false, - // Disable by default - addBlock: function(name, layout, propName) { - //Ext.log(this.id,'.',propName,' ',name,': ',this.context.getLayoutName(layout)); - (layout.blockedBy || (layout.blockedBy = {}))[this.id + '.' + propName + (name.substring(0, 3) === 'dom' ? ':dom' : '')] = 1; - return this.callParent(arguments); - }, - addBoxChild: function(boxChildItem) { - var ret = this.callParent(arguments), - boxChildren = this.boxChildren, - boxParents; - if (boxChildren && boxChildren.length === 1) { - // the boxParent collection is created by the run override found in - // Ext.diag.layout.Context, but IE sometimes does not load that override, so - // we work around it for now - boxParents = this.context.boxParents || (this.context.boxParents = new Ext.util.MixedCollection()); - boxParents.add(this); - } - return ret; - }, - addTrigger: function(propName, inDom) { - var layout = this.context.currentLayout, - triggers; - //Ext.log(this.id,'.',propName,' ',inDom ? ':dom' : '',' ',this.context.getLayoutName(layout)); - this.callParent(arguments); - triggers = this.context.triggersByLayoutId; - (triggers[layout.id] || (triggers[layout.id] = {}))[this.id + '.' + propName + (inDom ? ':dom' : '')] = { - item: this, - name: propName - }; - }, - checkAuthority: function(prop) { - var me = this, - model = me[prop + 'Model'], - // not me.sizeModel[prop] since it is immutable - layout = me.context.currentLayout, - ok, setBy; - if (layout === me.target.ownerLayout) { - // the ownerLayout is only allowed to set calculated dimensions - ok = model.calculated; - } else if (layout.isComponentLayout) { - // the component's componentLayout (normally) is only allowed to set auto or - // configured dimensions. The exception is when a component is run w/o its - // ownerLayout in the picture (isTopLevel), someone must publish the lastBox - // values and that lucky layout is the componentLayout (kinda had to be since - // the ownerLayout is not running) - ok = me.isTopLevel || model.auto || model.configured; - } - if (!ok) { - setBy = me.context.getLayoutName(layout); - Ext.log(setBy + ' cannot set ' + prop); - } - }, - clearBlocks: function(name, propName) { - var collection = this[name], - blockedLayouts = collection && collection[propName], - key = this.id + '.' + propName + (name.substring(0, 3) === 'dom' ? ':dom' : ''), - layout, layoutId; - if (blockedLayouts) { - for (layoutId in blockedLayouts) { - layout = blockedLayouts[layoutId]; - delete layout.blockedBy[key]; - } - } - return this.callParent(arguments); - }, - getEl: function(el) { - var child = this.callParent(arguments); - if (child && child !== this && child.parent !== this) { - Ext.raise({ - msg: 'Got element from wrong component' - }); - } - return child; - }, - init: function() { - var me = this, - ret; - ret = me.callParent(arguments); - if (me.context.logOn.initItem) { - Ext.log(me.id, ' consumers: content=', me.consumersContentWidth, '/', me.consumersContentHeight, ', container=', me.consumersContainerWidth, '/', me.consumersContainerHeight, ', size=', me.consumersWidth, '/', me.consumersHeight); - } - return ret; - }, - invalidate: function() { - if (this.wrapsComponent) { - if (this.context.logOn.invalidate) { - Ext.log('invalidate: ', this.id); - } - } else { - Ext.raise({ - msg: 'Cannot invalidate an element contextItem' - }); - } - return this.callParent(arguments); - }, - setProp: function(propName, value, dirty) { - var me = this, - layout = me.context.currentLayout, - setBy = me.context.getLayoutName(layout), - fullName = me.id + '.' + propName, - setByProps; - if (value !== null) { - setByProps = me.setBy || (me.setBy = {}); - if (!setByProps[propName]) { - setByProps[propName] = setBy; - } else if (setByProps[propName] !== setBy) { - Ext.log({ - level: 'warn' - }, 'BAD! ', fullName, ' set by ', setByProps[propName], ' and ', setBy); - } - } - if (me.context.logOn.setProp) { - if (typeof value !== 'undefined' && !isNaN(value) && me.props[propName] !== value) { - Ext.log('set ', fullName, ' = ', value, ' (', dirty, ')'); - } - } - return this.callParent(arguments); - }, - setHeight: function(height, dirty, /* private */ - force) { - if (!force && this.wrapsComponent) { - this.checkAuthority('height'); - } - return this.callParent(arguments); - }, - setWidth: function(width, dirty, /* private */ - force) { - if (!force && this.wrapsComponent) { - this.checkAuthority('width'); - } - return this.callParent(arguments); - } - } -}, // End Diagnostics -//------------------------------------------------------------------------- -function() { - var px = { - dom: true, - parseInt: true, - suffix: 'px' - }, - isDom = { - dom: true - }, - faux = { - dom: false - }; - // If a property exists in styleInfo, it participates in some way with the DOM. It may - // be virtualized (like 'x' and y') and be indirect, but still requires a flush cycle - // to reach the DOM. Properties (like 'contentWidth' and 'contentHeight') have no real - // presence in the DOM and hence have no flush intanglements. - // - // For simple styles, the object value on the right contains properties that help in - // decoding values read by getStyle and preparing values to pass to setStyle. - // - this.prototype.styleInfo = { - containerChildrenSizeDone: faux, - containerLayoutDone: faux, - displayed: faux, - done: faux, - x: faux, - y: faux, - // For Ext.grid.ColumnLayout - columnsChanged: faux, - rowHeights: faux, - viewOverflowY: faux, - left: px, - top: px, - right: px, - bottom: px, - width: px, - height: px, - 'border-top-width': px, - 'border-right-width': px, - 'border-bottom-width': px, - 'border-left-width': px, - 'margin-top': px, - 'margin-right': px, - 'margin-bottom': px, - 'margin-left': px, - 'padding-top': px, - 'padding-right': px, - 'padding-bottom': px, - 'padding-left': px, - 'line-height': isDom, - display: isDom, - clear: isDom - }; -}); - -/** - * Manages context information during a layout. - * - * # Algorithm - * - * This class performs the following jobs: - * - * - Cache DOM reads to avoid reading the same values repeatedly. - * - Buffer DOM writes and flush them as a block to avoid read/write interleaving. - * - Track layout dependencies so each layout does not have to figure out the source of - * its dependent values. - * - Intelligently run layouts when the values on which they depend change (a trigger). - * - Allow layouts to avoid processing when required values are unavailable (a block). - * - * Work done during layout falls into either a "read phase" or a "write phase" and it is - * essential to always be aware of the current phase. Most methods in - * {@link Ext.layout.Layout Layout} are called during a read phase: - * {@link Ext.layout.Layout#calculate calculate}, - * {@link Ext.layout.Layout#completeLayout completeLayout} and - * {@link Ext.layout.Layout#finalizeLayout finalizeLayout}. The exceptions to this are - * {@link Ext.layout.Layout#beginLayout beginLayout}, - * {@link Ext.layout.Layout#beginLayoutCycle beginLayoutCycle} and - * {@link Ext.layout.Layout#finishedLayout finishedLayout} which are called during - * a write phase. While {@link Ext.layout.Layout#finishedLayout finishedLayout} is called - * a write phase, it is really intended to be a catch-all for post-processing after a - * layout run. - * - * In a read phase, it is OK to read the DOM but this should be done using the appropriate - * {@link Ext.layout.ContextItem ContextItem} where possible since that provides a cache - * to avoid redundant reads. No writes should be made to the DOM in a read phase! Instead, - * the values should be written to the proper ContextItem for later write-back. - * - * The rules flip-flop in a write phase. The only difference is that ContextItem methods - * like {@link Ext.layout.ContextItem#getStyle getStyle} will still read the DOM unless the - * value was previously read. This detail is unknowable from the outside of ContextItem, so - * read calls to ContextItem should also be avoided in a write phase. - * - * Calculating interdependent layouts requires a certain amount of iteration. In a given - * cycle, some layouts will contribute results that allow other layouts to proceed. The - * general flow then is to gather all of the layouts (both component and container) in a - * component tree and queue them all for processing. The initial queue order is bottom-up - * and component layout first, then container layout (if applicable) for each component. - * - * This initial step also calls the beginLayout method on all layouts to clear any values - * from the DOM that might interfere with calculations and measurements. In other words, - * this is a "write phase" and reads from the DOM should be strictly avoided. - * - * Next the layout enters into its iterations or "cycles". Each cycle consists of calling - * the {@link Ext.layout.Layout#calculate calculate} method on all layouts in the - * {@link #layoutQueue}. These calls are part of a "read phase" and writes to the DOM should - * be strictly avoided. - * - * # Considerations - * - * **RULE 1**: Respect the read/write cycles. Always use the {@link Ext.layout.ContextItem#getProp getProp} - * or {@link Ext.layout.ContextItem#getDomProp getDomProp} methods to get calculated values; - * only use the {@link Ext.layout.ContextItem#getStyle getStyle} method to read styles; use - * {@link Ext.layout.ContextItem#setProp setProp} to set DOM values. Some reads will, of - * course, still go directly to the DOM, but if there is a method in - * {@link Ext.layout.ContextItem ContextItem} to do a certain job, it should be used instead - * of a lower-level equivalent. - * - * The basic logic flow in {@link Ext.layout.Layout#calculate calculate} consists of gathering - * values by calling {@link Ext.layout.ContextItem#getProp getProp} or - * {@link Ext.layout.ContextItem#getDomProp getDomProp}, calculating results and publishing - * them by calling {@link Ext.layout.ContextItem#setProp setProp}. It is important to realize - * that {@link Ext.layout.ContextItem#getProp getProp} will return `undefined` if the value - * is not yet known. But the act of calling the method is enough to track the fact that the - * calling layout depends (in some way) on this value. In other words, the calling layout is - * "triggered" by the properties it requests. - * - * **RULE 2**: Avoid calling {@link Ext.layout.ContextItem#getProp getProp} unless the value - * is needed. Gratuitous calls cause inefficiency because the layout will appear to depend on - * values that it never actually uses. This applies equally to - * {@link Ext.layout.ContextItem#getDomProp getDomProp} and the test-only methods - * {@link Ext.layout.ContextItem#hasProp hasProp} and {@link Ext.layout.ContextItem#hasDomProp hasDomProp}. - * - * Because {@link Ext.layout.ContextItem#getProp getProp} can return `undefined`, it is often - * the case that subsequent math will produce NaN's. This is usually not a problem as the - * NaN's simply propagate along and result in final results that are NaN. Both `undefined` - * and NaN are ignored by {@link Ext.layout.ContextItem#setProp}, so it is often not necessary - * to even know that this is happening. It does become important for determining if a layout - * is not done or if it might lead to publishing an incorrect (but not NaN or `undefined`) - * value. - * - * **RULE 3**: If a layout has not calculated all the values it is required to calculate, it - * must set {@link Ext.layout.Layout#done done} to `false` before returning from - * {@link Ext.layout.Layout#calculate calculate}. This value is always `true` on entry because - * it is simpler to detect the incomplete state rather than the complete state (especially up - * and down a class hierarchy). - * - * **RULE 4**: A layout must never publish an incomplete (wrong) result. Doing so would cause - * dependent layouts to run their calculations on those wrong values, producing more wrong - * values and some layouts may even incorrectly flag themselves as {@link Ext.layout.Layout#done done} - * before the correct values are determined and republished. Doing this will poison the - * calculations. - * - * **RULE 5**: Each value should only be published by one layout. If multiple layouts attempt - * to publish the same values, it would be nearly impossible to avoid breaking **RULE 4**. To - * help detect this problem, the layout diagnostics will trap on an attempt to set a value - * from different layouts. - * - * Complex layouts can produce many results as part of their calculations. These values are - * important for other layouts to proceed and need to be published by the earliest possible - * call to {@link Ext.layout.Layout#calculate} to avoid unnecessary cycles and poor performance. It is - * also possible, however, for some results to be related in a way such that publishing them - * may be an all-or-none proposition (typically to avoid breaking *RULE 4*). - * - * **RULE 6**: Publish results as soon as they are known to be correct rather than wait for - * all values to be calculated. Waiting for everything to be complete can lead to deadlock. - * The key here is not to forget **RULE 4** in the process. - * - * Some layouts depend on certain critical values as part of their calculations. For example, - * HBox depends on width and cannot do anything until the width is known. In these cases, it - * is best to use {@link Ext.layout.ContextItem#block block} or - * {@link Ext.layout.ContextItem#domBlock domBlock} and thereby avoid processing the layout - * until the needed value is available. - * - * **RULE 7**: Use {@link Ext.layout.ContextItem#block block} or - * {@link Ext.layout.ContextItem#domBlock domBlock} when values are required to make progress. - * This will mimize wasted recalculations. - * - * **RULE 8**: Blocks should only be used when no forward progress can be made. If even one - * value could still be calculated, a block could result in a deadlock. - * - * Historically, layouts have been invoked directly by component code, sometimes in places - * like an `afterLayout` method for a child component. With the flexibility now available - * to solve complex, iterative issues, such things should be done in a responsible layout - * (be it component or container). - * - * **RULE 9**: Use layouts to solve layout issues and don't wait for the layout to finish to - * perform further layouts. This is especially important now that layouts process entire - * component trees and not each layout in isolation. - * - * # Sequence Diagram - * - * The simplest sequence diagram for a layout run looks roughly like this: - * - * Context Layout 1 Item 1 Layout 2 Item 2 - * | | | | | - * ---->X-------------->X | | | - * run X---------------|-----------|---------->X | - * X beginLayout | | | | - * X | | | | - * A X-------------->X | | | - * X calculate X---------->X | | - * X C X getProp | | | - * B X X---------->X | | - * X | setProp | | | - * X | | | | - * D X---------------|-----------|---------->X | - * X calculate | | X---------->X - * X | | | setProp | - * E X | | | | - * X---------------|-----------|---------->X | - * X completeLayout| | F | | - * X | | | | - * G X | | | | - * H X-------------->X | | | - * X calculate X---------->X | | - * X I X getProp | | | - * X X---------->X | | - * X | setProp | | | - * J X-------------->X | | | - * X completeLayout| | | | - * X | | | | - * K X-------------->X | | | - * X---------------|-----------|---------->X | - * X finalizeLayout| | | | - * X | | | | - * L X-------------->X | | | - * X---------------|-----------|---------->X | - * X finishedLayout| | | | - * X | | | | - * M X-------------->X | | | - * X---------------|-----------|---------->X | - * X notifyOwner | | | | - * N | | | | | - * - - - - - - * - * - * Notes: - * - * **A.** This is a call from the {@link #run} method to the {@link #run} method. - * Each layout in the queue will have its {@link Ext.layout.Layout#calculate calculate} - * method called. - * - * **B.** After each {@link Ext.layout.Layout#calculate calculate} method is called the - * {@link Ext.layout.Layout#done done} flag is checked to see if the Layout has completed. - * If it has completed and that layout object implements a - * {@link Ext.layout.Layout#completeLayout completeLayout} method, this layout is queued to - * receive its call. Otherwise, the layout will be queued again unless there are blocks or - * triggers that govern its requeueing. - * - * **C.** The call to {@link Ext.layout.ContextItem#getProp getProp} is made to the Item - * and that will be tracked as a trigger (keyed by the name of the property being requested). - * Changes to this property will cause this layout to be requeued. The call to - * {@link Ext.layout.ContextItem#setProp setProp} will place a value in the item and not - * directly into the DOM. - * - * **D.** Call the other layouts now in the first cycle (repeat **B** and **C** for each - * layout). - * - * **E.** After completing a cycle, if progress was made (new properties were written to - * the context) and if the {@link #layoutQueue} is not empty, the next cycle is run. If no - * progress was made or no layouts are ready to run, all buffered values are written to - * the DOM (a flush). - * - * **F.** After flushing, any layouts that were marked as {@link Ext.layout.Layout#done done} - * that also have a {@link Ext.layout.Layout#completeLayout completeLayout} method are called. - * This can cause them to become no longer done (see {@link #invalidate}). As with - * {@link Ext.layout.Layout#calculate calculate}, this is considered a "read phase" and - * direct DOM writes should be avoided. - * - * **G.** Flushing and calling any pending {@link Ext.layout.Layout#completeLayout completeLayout} - * methods will likely trigger layouts that called {@link Ext.layout.ContextItem#getDomProp getDomProp} - * and unblock layouts that have called {@link Ext.layout.ContextItem#domBlock domBlock}. - * These variants are used when a layout needs the value to be correct in the DOM and not - * simply known. If this does not cause at least one layout to enter the queue, we have a - * layout FAILURE. Otherwise, we continue with the next cycle. - * - * **H.** Call {@link Ext.layout.Layout#calculate calculate} on any layouts in the queue - * at the start of this cycle. Just a repeat of **B** through **G**. - * - * **I.** Once the layout has calculated all that it is resposible for, it can leave itself - * in the {@link Ext.layout.Layout#done done} state. This is the value on entry to - * {@link Ext.layout.Layout#calculate calculate} and must be cleared in that call if the - * layout has more work to do. - * - * **J.** Now that all layouts are done, flush any DOM values and - * {@link Ext.layout.Layout#completeLayout completeLayout} calls. This can again cause - * layouts to become not done, and so we will be back on another cycle if that happens. - * - * **K.** After all layouts are done, call the {@link Ext.layout.Layout#finalizeLayout finalizeLayout} - * method on any layouts that have one. As with {@link Ext.layout.Layout#completeLayout completeLayout}, - * this can cause layouts to become no longer done. This is less desirable than using - * {@link Ext.layout.Layout#completeLayout completeLayout} because it will cause all - * {@link Ext.layout.Layout#finalizeLayout finalizeLayout} methods to be called again - * when we think things are all wrapped up. - * - * **L.** After finishing the last iteration, layouts that have a - * {@link Ext.layout.Layout#finishedLayout finishedLayout} method will be called. This - * call will only happen once per run and cannot cause layouts to be run further. - * - * **M.** After calling finahedLayout, layouts that have a - * {@link Ext.layout.Layout#notifyOwner notifyOwner} method will be called. This - * call will only happen once per run and cannot cause layouts to be run further. - * - * **N.** One last flush to make sure everything has been written to the DOM. - * - * # Inter-Layout Collaboration - * - * Many layout problems require collaboration between multiple layouts. In some cases, this - * is as simple as a component's container layout providing results used by its component - * layout or vise-versa. A slightly more distant collaboration occurs in a box layout when - * stretchmax is used: the child item's component layout provides results that are consumed - * by the ownerCt's box layout to determine the size of the children. - * - * The various forms of interdependence between a container and its children are described by - * each components' {@link Ext.Component#getSizeModel size model}. - * - * To facilitate this collaboration, the following pairs of properties are published to the - * component's {@link Ext.layout.ContextItem ContextItem}: - * - * - width/height: These hold the final size of the component. The layout indicated by the - * {@link Ext.Component#getSizeModel size model} is responsible for setting these. - * - contentWidth/contentHeight: These hold size information published by the container - * layout or from DOM measurement. These describe the content only. These values are - * used by the component layout to determine the outer width/height when that component - * is {@link Ext.Component#shrinkWrap shrink-wrapped}. They are also used to - * determine overflow. All container layouts must publish these values for dimensions - * that are shrink-wrapped. If a component has raw content (not container items), the - * componentLayout must publish these values instead. - * - * @private - */ -Ext.define('Ext.layout.Context', { - requires: [ - 'Ext.perf.Monitor', - 'Ext.util.Queue', - 'Ext.layout.ContextItem', - 'Ext.layout.Layout', - 'Ext.fx.Anim', - 'Ext.fx.Manager' - ], - remainingLayouts: 0, - /** - * @property {Number} state One of these values: - * - * - 0 - Before run - * - 1 - Running - * - 2 - Run complete - */ - state: 0, - /** - * @property {Number} cycleWatchDog - * This value is used to detect layouts that cannot progress by checking the amount of - * cycles processed. The value should be large enough to satisfy all but exceptionally large - * layout structures. When the amount of cycles is reached, the layout will fail. This should - * only be used for debugging, layout failures should be considered as an exceptional occurrence. - * @private - * @since 5.1.1 - */ - cycleWatchDog: 200, - constructor: function(config) { - var me = this; - Ext.apply(me, config); - // holds the ContextItem collection, keyed by element id - me.items = {}; - // a collection of layouts keyed by layout id - me.layouts = {}; - // the number of blocks of any kind: - me.blockCount = 0; - // the number of cycles that have been run: - me.cycleCount = 0; - // the number of flushes to the DOM: - me.flushCount = 0; - // the number of layout calculate calls: - me.calcCount = 0; - me.animateQueue = me.newQueue(); - me.completionQueue = me.newQueue(); - me.finalizeQueue = me.newQueue(); - me.finishQueue = me.newQueue(); - me.flushQueue = me.newQueue(); - me.invalidateData = {}; - /** - * @property {Ext.util.Queue} layoutQueue - * List of layouts to perform. - */ - me.layoutQueue = me.newQueue(); - // this collection is special because we ensure that there are no parent/child pairs - // present, only distinct top-level components - me.invalidQueue = []; - me.triggers = { - data: {}, - /* - layoutId: [ - { item: contextItem, prop: propertyName } - ] - */ - dom: {} - }; - }, - callLayout: function(layout, methodName) { - this.currentLayout = layout; - layout[methodName](this.getCmp(layout.owner)); - }, - cancelComponent: function(comp, isChild, isDestroying) { - var me = this, - components = comp, - isArray = !comp.isComponent, - length = isArray ? components.length : 1, - i, k, klen, items, layout, newQueue, oldQueue, entry, temp, ownerCtContext; - for (i = 0; i < length; ++i) { - if (isArray) { - comp = components[i]; - } - if (isDestroying) { - if (comp.ownerCt) { - // If the component is being destroyed, remove the component's ContextItem from its parent's contextItem.childItems array - ownerCtContext = this.items[comp.ownerCt.el.id]; - if (ownerCtContext) { - Ext.Array.remove(ownerCtContext.childItems, me.getCmp(comp)); - } - } else if (comp.rendered) { - me.removeEl(comp.el); - } - } - if (!isChild) { - oldQueue = me.invalidQueue; - klen = oldQueue.length; - if (klen) { - me.invalidQueue = newQueue = []; - for (k = 0; k < klen; ++k) { - entry = oldQueue[k]; - temp = entry.item.target; - if (temp !== comp && !temp.up(comp)) { - newQueue.push(entry); - } - } - } - } - layout = comp.componentLayout; - me.cancelLayout(layout); - if (layout.getLayoutItems) { - items = layout.getLayoutItems(); - if (items.length) { - me.cancelComponent(items, true); - } - } - if (comp.isContainer && !comp.collapsed) { - layout = comp.layout; - me.cancelLayout(layout); - items = layout.getVisibleItems(); - if (items.length) { - me.cancelComponent(items, true); - } - } - } - }, - cancelLayout: function(layout) { - var me = this; - me.completionQueue.remove(layout); - me.finalizeQueue.remove(layout); - me.finishQueue.remove(layout); - me.layoutQueue.remove(layout); - if (layout.running) { - me.layoutDone(layout); - } - layout.ownerContext = null; - }, - clearTriggers: function(layout, inDom) { - var id = layout.id, - collection = this.triggers[inDom ? 'dom' : 'data'], - triggers = collection && collection[id], - length = (triggers && triggers.length) || 0, - i, item, trigger; - for (i = 0; i < length; ++i) { - trigger = triggers[i]; - item = trigger.item; - collection = inDom ? item.domTriggers : item.triggers; - delete collection[trigger.prop][id]; - } - }, - /** - * Flushes any pending writes to the DOM by calling each ContextItem in the flushQueue. - */ - flush: function() { - var me = this, - items = me.flushQueue.clear(), - length = items.length, - i; - if (length) { - ++me.flushCount; - for (i = 0; i < length; ++i) { - items[i].flush(); - } - } - }, - flushAnimations: function() { - var me = this, - items = me.animateQueue.clear(), - len = items.length, - i; - if (len) { - for (i = 0; i < len; i++) { - // Each Component may refuse to participate in animations. - // This is used by the BoxReorder plugin which drags a Component, - // during which that Component must be exempted from layout positioning. - if (items[i].target.animate !== false) { - items[i].flushAnimations(); - } - } - // Ensure the first frame fires now to avoid a browser repaint with the elements in the "to" state - // before they are returned to their "from" state by the animation. - Ext.fx.Manager.runner(); - } - }, - flushInvalidates: function() { - var me = this, - queue = me.invalidQueue, - length = queue && queue.length, - comp, components, entry, i; - me.invalidQueue = []; - if (length) { - components = []; - for (i = 0; i < length; ++i) { - comp = (entry = queue[i]).item.target; - // we filter out-of-body components here but allow them into the queue to - // ensure that their child components are coalesced out (w/no additional - // cost beyond our normal effort to avoid parent/child components in the - // queue) - if (!comp.container.isDetachedBody) { - components.push(comp); - if (entry.options) { - me.invalidateData[comp.id] = entry.options; - } - } - } - me.invalidate(components, null); - } - }, - flushLayouts: function(queueName, methodName, dontClear) { - var me = this, - layouts = dontClear ? me[queueName].items : me[queueName].clear(), - length = layouts.length, - i, layout; - if (length) { - for (i = 0; i < length; ++i) { - layout = layouts[i]; - if (!layout.running) { - me.callLayout(layout, methodName); - } - } - me.currentLayout = null; - } - }, - /** - * Returns the ContextItem for a component. - * @param {Ext.Component} cmp - */ - getCmp: function(cmp) { - return this.getItem(cmp, cmp.el); - }, - /** - * Returns the ContextItem for an element. - * @param {Ext.layout.ContextItem} parent - * @param {Ext.dom.Element} el - */ - getEl: function(parent, el) { - var item = this.getItem(el, el); - if (!item.parent) { - item.parent = parent; - // all items share an empty children array (to avoid null checks), so we can - // only push on to the children array if there is already something there (we - // copy-on-write): - if (parent.children.length) { - parent.children.push(item); - } else { - parent.children = [ - item - ]; - } - } - // now parent has its own children[] (length=1) - return item; - }, - getItem: function(target, el) { - var id = el.id, - items = this.items, - item = items[id] || (items[id] = new Ext.layout.ContextItem({ - context: this, - target: target, - el: el - })); - return item; - }, - handleFailure: function() { - // This method should never be called, but is need when layouts fail (hence the - // "should never"). We just disconnect any of the layouts from the run and return - // them to the state they would be in had the layout completed properly. - var layouts = this.layouts, - layout, key; - Ext.failedLayouts = (Ext.failedLayouts || 0) + 1; - for (key in layouts) { - layout = layouts[key]; - if (layouts.hasOwnProperty(key)) { - layout.running = false; - layout.ownerContext = null; - } - } - if (Ext.devMode === 2 && !this.pageAnalyzerMode) { - Ext.raise('Layout run failed'); - } else { - Ext.log.error('Layout run failed'); - } - }, - /** - * Invalidates one or more components' layouts (component and container). This can be - * called before run to identify the components that need layout or during the run to - * restart the layout of a component. This is called internally to flush any queued - * invalidations at the start of a cycle. If called during a run, it is not expected - * that new components will be introduced to the layout. - * - * @param {Ext.Component/Array} components An array of Components or a single Component. - * @param {Boolean} full True if all properties should be invalidated, otherwise only - * those calculated by the component should be invalidated. - */ - invalidate: function(components, full) { - var me = this, - isArray = !components.isComponent, - containerLayoutDone, ownerLayout, firstTime, i, comp, item, items, length, componentLayout, layout, invalidateOptions, token, skipLayout; - for (i = 0 , length = isArray ? components.length : 1; i < length; ++i) { - comp = isArray ? components[i] : components; - if (comp.rendered && !comp.hidden) { - ownerLayout = comp.ownerLayout; - componentLayout = comp.componentLayout; - skipLayout = false; - if ((!ownerLayout || !ownerLayout.needsItemSize) && comp.liquidLayout) { - // our owning layout doesn't need us to run, and our componentLayout - // wants to opt out because it uses liquid CSS layout. - // We can skip invalidation for this component. - skipLayout = true; - } - // if we are skipping layout, we can also skip creation of the context - // item, unless our owner layout needs it to set our size. - if (!skipLayout || (ownerLayout && ownerLayout.setsItemSize)) { - item = me.getCmp(comp); - firstTime = !item.state; - // If the component has had no changes which necessitate a layout, do not lay it out. - // Temporarily disabled because this breaks dock layout (see EXTJSIV-10251) - // if (item.optOut) { - // skipLayout = true; - // } - layout = (comp.isContainer && !comp.collapsed) ? comp.layout : null; - // Extract any invalidate() options for this item. - invalidateOptions = me.invalidateData[item.id]; - delete me.invalidateData[item.id]; - // We invalidate the contextItem's in a top-down manner so that SizeModel - // info for containers is available to their children. This is a critical - // optimization since sizeModel determination often requires knowing the - // sizeModel of the ownerCt. If this weren't cached as we descend, this - // would be an O(N^2) operation! (where N=number of components, or 300+/- - // in Themes) - token = item.init(full, invalidateOptions); - } - if (skipLayout) { - - continue; - } - if (invalidateOptions) { - me.processInvalidate(invalidateOptions, item, 'before'); - } - // Allow the component layout a chance to effect its size model before we - // recurse down the component hierarchy (since children need to know the - // size model of their ownerCt). - if (componentLayout.beforeLayoutCycle) { - componentLayout.beforeLayoutCycle(item); - } - if (layout && layout.beforeLayoutCycle) { - // allow the container layout take a peek as well. Table layout can - // influence its children's styling due to the interaction of nesting - // table-layout:fixed and auto inside each other without intervening - // elements of known size. - layout.beforeLayoutCycle(item); - } - // Finish up the item-level processing that is based on the size model of - // the component. - token = item.initContinue(token); - // Start this state variable at true, since that is the value we want if - // they do not apply (i.e., no work of this kind on which to wait). - containerLayoutDone = true; - // A ComponentLayout MUST implement getLayoutItems to allow its children - // to be collected. Ext.container.Container does this, but non-Container - // Components which manage Components as part of their structure (e.g., - // HtmlEditor) must still return child Components via getLayoutItems. - if (componentLayout.getLayoutItems) { - componentLayout.renderChildren(); - items = componentLayout.getLayoutItems(); - if (items.length) { - me.invalidate(items, true); - } - } - if (layout) { - containerLayoutDone = false; - layout.renderChildren(); - if (layout.needsItemSize || layout.activeItemCount) { - // if the layout specified that it needs the layouts of its children - // to run, or if the number of "liquid" child layouts is greater - // than 0, we need to recurse into the children, since some or - // all of them may need their layouts to run. - items = layout.getVisibleItems(); - if (items.length) { - me.invalidate(items, true); - } - } - } - // Finish the processing that requires the size models of child items to - // be determined (and some misc other stuff). - item.initDone(containerLayoutDone); - // Inform the layouts that we are about to begin (or begin again) now that - // the size models of the component and its children are setup. - me.resetLayout(componentLayout, item, firstTime); - if (layout) { - me.resetLayout(layout, item, firstTime); - } - // This has to occur after the component layout has had a chance to begin - // so that we can determine what kind of animation might be needed. TODO- - // move this determination into the layout itself. - item.initAnimation(); - if (invalidateOptions) { - me.processInvalidate(invalidateOptions, item, 'after'); - } - } - } - me.currentLayout = null; - }, - // Returns true is descendant is a descendant of ancestor - isDescendant: function(ancestor, descendant) { - if (ancestor.isContainer) { - for (var c = descendant.ownerCt; c; c = c.ownerCt) { - if (c === ancestor) { - return true; - } - } - } - return false; - }, - layoutDone: function(layout) { - var ownerContext = layout.ownerContext; - layout.running = false; - // Once a component layout completes, we can mark it as "done". - if (layout.isComponentLayout) { - if (ownerContext.measuresBox) { - ownerContext.onBoxMeasured(); - } - // be sure to release our boxParent - ownerContext.setProp('done', true); - } else { - ownerContext.setProp('containerLayoutDone', true); - } - --this.remainingLayouts; - ++this.progressCount; - }, - // a layout completion is progress - newQueue: function() { - return new Ext.util.Queue(); - }, - processInvalidate: function(options, item, name) { - // When calling a callback, the currentLayout needs to be adjusted so - // that whichever layout caused the invalidate is the currentLayout... - if (options[name]) { - var me = this, - currentLayout = me.currentLayout; - me.currentLayout = options.layout || null; - options[name](item, options); - me.currentLayout = currentLayout; - } - }, - /** - * Queues a ContextItem to have its {@link Ext.layout.ContextItem#flushAnimations} method called. - * - * @param {Ext.layout.ContextItem} item - * @private - */ - queueAnimation: function(item) { - this.animateQueue.add(item); - }, - /** - * Queues a layout to have its {@link Ext.layout.Layout#completeLayout} method called. - * - * @param {Ext.layout.Layout} layout - * @private - */ - queueCompletion: function(layout) { - this.completionQueue.add(layout); - }, - /** - * Queues a layout to have its {@link Ext.layout.Layout#finalizeLayout} method called. - * - * @param {Ext.layout.Layout} layout - * @private - */ - queueFinalize: function(layout) { - this.finalizeQueue.add(layout); - }, - /** - * Queues a ContextItem for the next flush to the DOM. This should only be called by - * the {@link Ext.layout.ContextItem} class. - * - * @param {Ext.layout.ContextItem} item - * @private - */ - queueFlush: function(item) { - this.flushQueue.add(item); - }, - chainFns: function(oldOptions, newOptions, funcName) { - var me = this, - oldLayout = oldOptions.layout, - newLayout = newOptions.layout, - oldFn = oldOptions[funcName], - newFn = newOptions[funcName]; - // Call newFn last so it can get the final word on things... also, the "this" - // pointer will be passed correctly by createSequence with oldFn first. - return function(contextItem) { - var prev = me.currentLayout; - if (oldFn) { - me.currentLayout = oldLayout; - oldFn.call(oldOptions.scope || oldOptions, contextItem, oldOptions); - } - me.currentLayout = newLayout; - newFn.call(newOptions.scope || newOptions, contextItem, newOptions); - me.currentLayout = prev; - }; - }, - purgeInvalidates: function() { - var me = this, - newQueue = [], - oldQueue = me.invalidQueue, - oldLength = oldQueue.length, - oldIndex, newIndex, newEntry, newComp, oldEntry, oldComp, keep; - for (oldIndex = 0; oldIndex < oldLength; ++oldIndex) { - oldEntry = oldQueue[oldIndex]; - oldComp = oldEntry.item.target; - keep = true; - for (newIndex = newQueue.length; newIndex--; ) { - newEntry = newQueue[newIndex]; - newComp = newEntry.item.target; - if (oldComp.isLayoutChild(newComp)) { - keep = false; - break; - } - if (newComp.isLayoutChild(oldComp)) { - Ext.Array.erase(newQueue, newIndex, 1); - } - } - if (keep) { - newQueue.push(oldEntry); - } - } - me.invalidQueue = newQueue; - }, - /** - * Queue a component (and its tree) to be invalidated on the next cycle. - * - * @param {Ext.Component/Ext.layout.ContextItem} item The component or ContextItem to invalidate. - * @param {Object} options An object describing how to handle the invalidation (see - * {@link Ext.layout.ContextItem#invalidate} for details). - * @private - */ - queueInvalidate: function(item, options) { - var me = this, - newQueue = [], - oldQueue = me.invalidQueue, - index = oldQueue.length, - comp, old, oldComp, oldOptions, oldState; - if (item.isComponent) { - comp = item; - item = me.items[comp.el.id]; - if (item) { - item.recalculateSizeModel(); - } else { - item = me.getCmp(comp); - } - } else { - comp = item.target; - } - item.invalid = true; - // See if comp is contained by any component already in the queue (ignore comp if - // that is the case). Eliminate any components in the queue that are contained by - // comp (by not adding them to newQueue). - while (index--) { - old = oldQueue[index]; - oldComp = old.item.target; - if (!comp.isFloating && comp.up(oldComp)) { - return; - } - // oldComp contains comp, so this invalidate is redundant - if (oldComp === comp) { - // if already in the queue, update the options... - if (!(oldOptions = old.options)) { - old.options = options; - } else if (options) { - if (options.widthModel) { - oldOptions.widthModel = options.widthModel; - } - if (options.heightModel) { - oldOptions.heightModel = options.heightModel; - } - if (!(oldState = oldOptions.state)) { - oldOptions.state = options.state; - } else if (options.state) { - Ext.apply(oldState, options.state); - } - if (options.before) { - oldOptions.before = me.chainFns(oldOptions, options, 'before'); - } - if (options.after) { - oldOptions.after = me.chainFns(oldOptions, options, 'after'); - } - } - // leave the old queue alone now that we've update this comp's entry... - return; - } - if (!oldComp.isLayoutChild(comp)) { - newQueue.push(old); - } - } - // comp does not contain oldComp - // else if (oldComp isDescendant of comp) skip - // newQueue contains only those components not a descendant of comp - // to get here, comp must not be a child of anything already in the queue, so it - // needs to be added along with its "options": - newQueue.push({ - item: item, - options: options - }); - me.invalidQueue = newQueue; - }, - queueItemLayouts: function(item) { - var comp = item.isComponent ? item : item.target, - layout = comp.componentLayout; - if (!layout.pending && !layout.invalid && !layout.done) { - this.queueLayout(layout); - } - layout = comp.layout; - if (layout && !layout.pending && !layout.invalid && !layout.done && !comp.collapsed) { - this.queueLayout(layout); - } - }, - /** - * Queues a layout for the next calculation cycle. This should not be called if the - * layout is done, blocked or already in the queue. The only classes that should call - * this method are this class and {@link Ext.layout.ContextItem}. - * - * @param {Ext.layout.Layout} layout The layout to add to the queue. - * @private - */ - queueLayout: function(layout) { - this.layoutQueue.add(layout); - layout.pending = true; - }, - /** - * Removes the ContextItem for an element from the cache and from the parent's - * "children" array. - * @param {Ext.dom.Element} el - * @param {Ext.layout.ContextItem} parent - */ - removeEl: function(el, parent) { - var id = el.id, - children = parent ? parent.children : null, - items = this.items; - if (children) { - Ext.Array.remove(children, items[id]); - } - delete items[id]; - }, - /** - * Resets the given layout object. This is called at the start of the run and can also - * be called during the run by calling {@link #invalidate}. - */ - resetLayout: function(layout, ownerContext, firstTime) { - var me = this; - me.currentLayout = layout; - layout.done = false; - layout.pending = true; - layout.firedTriggers = 0; - me.layoutQueue.add(layout); - if (firstTime) { - me.layouts[layout.id] = layout; - // track the layout for this run by its id - layout.running = true; - if (layout.finishedLayout) { - me.finishQueue.add(layout); - } - // reset or update per-run counters: - ++me.remainingLayouts; - ++layout.layoutCount; - // the number of whole layouts run for the layout - layout.ownerContext = ownerContext; - layout.beginCount = 0; - // the number of beginLayout calls - layout.blockCount = 0; - // the number of blocks set for the layout - layout.calcCount = 0; - // the number of times calculate is called - layout.triggerCount = 0; - // the number of triggers set for the layout - if (!layout.initialized) { - layout.initLayout(); - } - layout.beginLayout(ownerContext); - } else { - ++layout.beginCount; - if (!layout.running) { - // back into the mahem with this one: - ++me.remainingLayouts; - layout.running = true; - layout.ownerContext = ownerContext; - if (layout.isComponentLayout) { - // this one is fun... if we call setProp('done', false) that would still - // trigger/unblock layouts, but what layouts are really looking for with - // this property is for it to go to true, not just be set to a value... - ownerContext.unsetProp('done'); - } - // and it needs to be removed from the completion and/or finalize queues... - me.completionQueue.remove(layout); - me.finalizeQueue.remove(layout); - } - } - layout.beginLayoutCycle(ownerContext, firstTime); - }, - /** - * Runs the layout calculations. This can be called only once on this object. - * @return {Boolean} True if all layouts were completed, false if not. - */ - run: function() { - var me = this, - flushed = false, - watchDog = me.cycleWatchDog; - me.purgeInvalidates(); - me.flushInvalidates(); - me.state = 1; - me.totalCount = me.layoutQueue.getCount(); - // We may start with unflushed data placed by beginLayout calls. Since layouts may - // use setProp as a convenience, even in a write phase, we don't want to transition - // to a read phase with unflushed data since we can write it now "cheaply". Also, - // these value could easily be needed in the DOM in order to really get going with - // the calculations. In particular, fixed (configured) dimensions fall into this - // category. - me.flush(); - // While we have layouts that have not completed... - while ((me.remainingLayouts || me.invalidQueue.length) && watchDog--) { - if (me.invalidQueue.length) { - me.flushInvalidates(); - } - // if any of them can run right now, run them - if (me.runCycle()) { - flushed = false; - } - // progress means we probably need to flush something - // but not all progress appears in the flushQueue (e.g. 'contentHeight') - else if (!flushed) { - // as long as we are making progress, flush updates to the DOM and see if - // that triggers or unblocks any layouts... - me.flush(); - flushed = true; - // all flushed now, so more progress is required - me.flushLayouts('completionQueue', 'completeLayout'); - } else if (!me.invalidQueue.length) { - // after a flush, we must make progress or something is WRONG - me.state = 2; - break; - } - if (!(me.remainingLayouts || me.invalidQueue.length)) { - me.flush(); - me.flushLayouts('completionQueue', 'completeLayout'); - me.flushLayouts('finalizeQueue', 'finalizeLayout'); - } - } - return me.runComplete(); - }, - runComplete: function() { - var me = this; - me.state = 2; - if (me.remainingLayouts) { - me.handleFailure(); - return false; - } - me.flush(); - // Call finishedLayout on all layouts, but do not clear the queue. - me.flushLayouts('finishQueue', 'finishedLayout', true); - // Call notifyOwner on all layouts and then clear the queue. - me.flushLayouts('finishQueue', 'notifyOwner'); - me.flush(); - // in case any setProp calls were made - me.flushAnimations(); - return true; - }, - /** - * Performs one layout cycle by calling each layout in the layout queue. - * @return {Boolean} True if some progress was made, false if not. - * @protected - */ - runCycle: function() { - var me = this, - layouts = me.layoutQueue.clear(), - length = layouts.length, - i; - ++me.cycleCount; - // This value is incremented by ContextItem#setProp whenever new values are set - // (thereby detecting forward progress): - me.progressCount = 0; - for (i = 0; i < length; ++i) { - me.runLayout(me.currentLayout = layouts[i]); - } - me.currentLayout = null; - return me.progressCount > 0; - }, - /** - * Runs one layout as part of a cycle. - * @private - */ - runLayout: function(layout) { - var me = this, - ownerContext = me.getCmp(layout.owner); - layout.pending = false; - if (ownerContext.state.blocks) { - return; - } - // We start with the assumption that the layout will finish and if it does not, it - // must clear this flag. It turns out this is much simpler than knowing when a layout - // is done (100% correctly) when base classes and derived classes are collaborating. - // Knowing that some part of the layout is not done is much more obvious. - layout.done = true; - ++layout.calcCount; - ++me.calcCount; - layout.calculate(ownerContext); - if (layout.done) { - me.layoutDone(layout); - if (layout.completeLayout) { - me.queueCompletion(layout); - } - if (layout.finalizeLayout) { - me.queueFinalize(layout); - } - } else if (!layout.pending && !layout.invalid && !(layout.blockCount + layout.triggerCount - layout.firedTriggers)) { - // jshint ignore:line - // A layout that is not done and has no blocks or triggers that will queue it - // automatically, must be queued now: - me.queueLayout(layout); - } - }, - /** - * Set the size of a component, element or composite or an array of components or elements. - * @param {Ext.Component/Ext.Component[]/Ext.dom.Element/Ext.dom.Element[]/Ext.dom.CompositeElement} item - * The item(s) to size. - * @param {Number} width The new width to set (ignored if undefined or NaN). - * @param {Number} height The new height to set (ignored if undefined or NaN). - */ - setItemSize: function(item, width, height) { - var items = item, - len = 1, - contextItem, i; - // NOTE: we don't pre-check for validity because: - // - maybe only one dimension is valid - // - the diagnostics layer will track the setProp call to help find who is trying - // (but failing) to set a property - // - setProp already checks this anyway - if (item.isComposite) { - items = item.elements; - len = items.length; - item = items[0]; - } else if (!item.dom && !item.el) { - // array by process of elimination - len = items.length; - item = items[0]; - } - // else len = 1 and items = item (to avoid error on "items[++i]") - for (i = 0; i < len; ) { - contextItem = this.get(item); - contextItem.setSize(width, height); - item = items[++i]; - } - }, - // this accomodation avoids making an array of 1 - //------------------------------------------------------------------------- - // Diagnostics - debugHooks: { - $enabled: false, - // off by default - pageAnalyzerMode: true, - logOn: { - //boxParent: true, - //calculate: true, - //cancelComponent: true, - //cancelLayout: true, - //doInvalidate: true, - //flush: true, - //flushInvalidate: true, - //invalidate: true, - //initItem: true, - //layoutDone: true, - //queueLayout: true, - //resetLayout: true, - //runCycle: true, - //setProp: true, - 0: 0 - }, - //profileLayoutsByType: true, - //reportOnSuccess: true, - cancelComponent: function(comp) { - if (this.logOn.cancelComponent) { - Ext.log('cancelCmp: ', comp.id); - } - this.callParent(arguments); - }, - cancelLayout: function(layout) { - if (this.logOn.cancelLayout) { - Ext.log('cancelLayout: ', this.getLayoutName(layout)); - } - this.callParent(arguments); - }, - callLayout: function(layout, methodName) { - var accum = this.accumByType[layout.type], - frame = accum && accum.enter(); - this.callParent(arguments); - if (accum) { - frame.leave(); - } - }, - checkRemainingLayouts: function() { - var me = this, - expected = 0, - key, layout; - for (key in me.layouts) { - layout = me.layouts[key]; - if (me.layouts.hasOwnProperty(key) && layout.running) { - ++expected; - } - } - if (me.remainingLayouts !== expected) { - Ext.raise({ - msg: 'Bookkeeping error me.remainingLayouts' - }); - } - }, - flush: function() { - if (this.logOn.flush) { - var items = this.flushQueue; - Ext.log('--- Flush ', items && items.getCount()); - } - return this.callParent(arguments); - }, - flushInvalidates: function() { - if (this.logOn.flushInvalidate) { - Ext.log('>> flushInvalidates'); - } - var ret = this.callParent(arguments); - if (this.logOn.flushInvalidate) { - Ext.log('<< flushInvalidates'); - } - return ret; - }, - getCmp: function(target) { - var ret = this.callParent(arguments); - if (!ret.wrapsComponent) { - Ext.raise({ - msg: target.id + ' is not a component' - }); - } - return ret; - }, - getEl: function(parent, target) { - var ret = this.callParent(arguments); - if (ret && ret.wrapsComponent) { - Ext.raise({ - msg: parent.id + '/' + target.id + ' is a component (expected element)' - }); - } - return ret; - }, - getLayoutName: function(layout) { - return layout.owner.id + '<' + layout.type + '>'; - }, - layoutDone: function(layout) { - var me = this, - name = me.getLayoutName(layout); - if (me.logOn.layoutDone) { - Ext.log('layoutDone: ', name, ' ( ', me.remainingLayouts, ' running)'); - } - if (!layout.running) { - Ext.raise({ - msg: name + ' is already done' - }); - } - if (!me.remainingLayouts) { - Ext.raise({ - msg: name + ' finished but no layouts are running' - }); - } - me.callParent(arguments); - }, - layoutTreeHasFailures: function(layout, reported) { - var me = this; - function hasFailure(lo) { - var failure = !lo.done, - key, childLayout; - if (lo.done) { - for (key in me.layouts) { - if (me.layouts.hasOwnProperty(key)) { - childLayout = me.layouts[key]; - if (childLayout.owner.ownerLayout === lo) { - if (hasFailure(childLayout)) { - failure = true; - } - } - } - } - } - return failure; - } - if (hasFailure(layout)) { - return true; - } - function markReported(lo) { - var key, childLayout; - reported[lo.id] = 1; - for (key in me.layouts) { - if (me.layouts.hasOwnProperty(key)) { - childLayout = me.layouts[key]; - if (childLayout.owner.ownerLayout === lo) { - markReported(childLayout); - } - } - } - } - markReported(layout); - return false; - }, - queueLayout: function(layout) { - if (layout.done || layout.blockCount || layout.pending) { - Ext.raise({ - msg: this.getLayoutName(layout) + ' should not be queued for layout' - }); - } - if (this.logOn.queueLayout) { - Ext.log('Queue ', this.getLayoutName(layout)); - } - return this.callParent(arguments); - }, - reportLayoutResult: function(layout, reported) { - var me = this, - owner = layout.owner, - ownerContext = me.getCmp(owner), - blockedBy = [], - triggeredBy = [], - key, value, i, length, childLayout, item, setBy, info; - reported[layout.id] = 1; - for (key in layout.blockedBy) { - if (layout.blockedBy.hasOwnProperty(key)) { - blockedBy.push(layout.blockedBy[key]); - } - } - blockedBy.sort(); - for (key in me.triggersByLayoutId[layout.id]) { - if (me.triggersByLayoutId[layout.id].hasOwnProperty(key)) { - value = me.triggersByLayoutId[layout.id][key]; - triggeredBy.push({ - name: key, - info: value - }); - } - } - triggeredBy.sort(function(a, b) { - return a.name < b.name ? -1 : (b.name < a.name ? 1 : 0); - }); - Ext.log({ - indent: 1 - }, (layout.done ? '++' : '--'), me.getLayoutName(layout), (ownerContext.isBoxParent ? ' [isBoxParent]' : ''), (ownerContext.boxChildren ? ' - boxChildren: ' + ownerContext.state.boxesMeasured + '/' + ownerContext.boxChildren.length : ''), ownerContext.boxParent ? (' - boxParent: ' + ownerContext.boxParent.id) : '', ' - size: ', ownerContext.widthModel.name, '/', ownerContext.heightModel.name); - if (!layout.done || me.reportOnSuccess) { - if (blockedBy.length) { - ++Ext.log.indent; - Ext.log({ - indent: 1 - }, 'blockedBy: count=', layout.blockCount); - length = blockedBy.length; - for (i = 0; i < length; i++) { - Ext.log(blockedBy[i]); - } - Ext.log.indent -= 2; - } - if (triggeredBy.length) { - ++Ext.log.indent; - Ext.log({ - indent: 1 - }, 'triggeredBy: count=' + layout.triggerCount); - length = triggeredBy.length; - for (i = 0; i < length; i++) { - info = value.info || value; - item = info.item; - setBy = (item.setBy && item.setBy[info.name]) || '?'; - value = triggeredBy[i]; - Ext.log(value.name, ' (', item.props[info.name], ') dirty: ', (item.dirty ? !!item.dirty[info.name] : false), ', setBy: ', setBy); - } - Ext.log.indent -= 2; - } - } - for (key in me.layouts) { - if (me.layouts.hasOwnProperty(key)) { - childLayout = me.layouts[key]; - if (!childLayout.done && childLayout.owner.ownerLayout === layout) { - me.reportLayoutResult(childLayout, reported); - } - } - } - for (key in me.layouts) { - if (me.layouts.hasOwnProperty(key)) { - childLayout = me.layouts[key]; - if (childLayout.done && childLayout.owner.ownerLayout === layout) { - me.reportLayoutResult(childLayout, reported); - } - } - } - --Ext.log.indent; - }, - resetLayout: function(layout) { - var me = this, - type = layout.type, - name = me.getLayoutName(layout), - accum = me.accumByType[type], - frame; - if (me.logOn.resetLayout) { - Ext.log('resetLayout: ', name, ' ( ', me.remainingLayouts, ' running)'); - } - if (!me.state) { - // if (first time ... before run) - if (!accum && me.profileLayoutsByType) { - me.accumByType[type] = accum = Ext.Perf.get('layout_' + layout.type); - } - me.numByType[type] = (me.numByType[type] || 0) + 1; - } - frame = accum && accum.enter(); - me.callParent(arguments); - if (accum) { - frame.leave(); - } - me.checkRemainingLayouts(); - }, - round: function(t) { - return Math.round(t * 1000) / 1000; - }, - run: function() { - var me = this, - ret, time, key, i, layout, boxParent, children, n, reported, unreported, calcs, total, calcsLength, calc; - me.accumByType = {}; - me.calcsByType = {}; - me.numByType = {}; - me.timesByType = {}; - me.triggersByLayoutId = {}; - Ext.log.indentSize = 3; - Ext.log('==================== LAYOUT ===================='); - time = Ext.perf.getTimestamp(); - ret = me.callParent(arguments); - time = Ext.perf.getTimestamp() - time; - if (me.logOn.boxParent && me.boxParents) { - for (key in me.boxParents) { - if (me.boxParents.hasOwnProperty(key)) { - boxParent = me.boxParents[key]; - children = boxParent.boxChildren; - n = children.length; - Ext.log('boxParent: ', boxParent.id); - for (i = 0; i < n; ++i) { - Ext.log(' --> ', children[i].id); - } - } - } - } - if (ret) { - Ext.log('----------------- SUCCESS -----------------'); - } else { - Ext.log({ - level: 'error' - }, '----------------- FAILURE -----------------'); - } - for (key in me.layouts) { - if (me.layouts.hasOwnProperty(key)) { - layout = me.layouts[key]; - if (layout.running) { - Ext.log.error('Layout left running: ', me.getLayoutName(layout)); - } - if (layout.ownerContext) { - Ext.log.error('Layout left connected: ', me.getLayoutName(layout)); - } - } - } - if (!ret || me.reportOnSuccess) { - reported = {}; - unreported = 0; - for (key in me.layouts) { - if (me.layouts.hasOwnProperty(key)) { - layout = me.layouts[key]; - if (me.items[layout.owner.el.id].isTopLevel) { - if (me.reportOnSuccess || me.layoutTreeHasFailures(layout, reported)) { - me.reportLayoutResult(layout, reported); - } - } - } - } - // Just in case we missed any layouts... - for (key in me.layouts) { - if (me.layouts.hasOwnProperty(key)) { - layout = me.layouts[key]; - if (!reported[layout.id]) { - if (!unreported) { - Ext.log('----- Unreported!! -----'); - } - ++unreported; - me.reportLayoutResult(layout, reported); - } - } - } - } - Ext.log('Cycles: ', me.cycleCount, ', Flushes: ', me.flushCount, ', Calculates: ', me.calcCount, ' in ', me.round(time), ' msec'); - Ext.log('Calculates by type:'); - /*Ext.Object.each(me.numByType, function (type, total) { - Ext.log(type, ': ', total, ' in ', me.calcsByType[type], ' tries (', - Math.round(me.calcsByType[type] / total * 10) / 10, 'x) at ', - me.round(me.timesByType[type]), ' msec (avg ', - me.round(me.timesByType[type] / me.calcsByType[type]), ' msec)'); - });*/ - calcs = []; - for (key in me.numByType) { - if (me.numByType.hasOwnProperty(key)) { - total = me.numByType[key]; - calcs.push({ - type: key, - total: total, - calcs: me.calcsByType[key], - multiple: Math.round(me.calcsByType[key] / total * 10) / 10, - calcTime: me.round(me.timesByType[key]), - avgCalcTime: me.round(me.timesByType[key] / me.calcsByType[key]) - }); - } - } - calcs.sort(function(a, b) { - return b.calcTime - a.calcTime; - }); - calcsLength = calcs.length; - for (i = 0; i < calcsLength; i++) { - calc = calcs[i]; - Ext.log(calc.type, ': ', calc.total, ' in ', calc.calcs, ' tries (', calc.multiple, 'x) at ', calc.calcTime, ' msec (avg ', calc.avgCalcTime, ' msec)'); - } - return ret; - }, - runCycle: function() { - if (this.logOn.runCycle) { - Ext.log('>>> Cycle ', this.cycleCount, ' (queue length: ', this.layoutQueue.length, ')'); - } - return this.callParent(arguments); - }, - runLayout: function(layout) { - var me = this, - type = layout.type, - accum = me.accumByType[type], - frame, ret, time; - if (me.logOn.calculate) { - Ext.log('-- calculate ', this.getLayoutName(layout)); - } - frame = accum && accum.enter(); - time = Ext.perf.getTimestamp(); - ret = me.callParent(arguments); - time = Ext.perf.getTimestamp() - time; - if (accum) { - frame.leave(); - } - me.calcsByType[type] = (me.calcsByType[type] || 0) + 1; - me.timesByType[type] = (me.timesByType[type] || 0) + time; - /* add a / to the front of this line to enable layout completion logging - if (layout.done) { - var ownerContext = me.getCmp(layout.owner), - props = ownerContext.props; - - if (layout.isComponentLayout) { - Ext.log('complete ', layout.owner.id, ':', type, ' w=',props.width, ' h=', props.height); - } else { - Ext.log('complete ', layout.owner.id, ':', type, ' cw=',props.contentWidth, ' ch=', props.contentHeight); - } - }**/ - return ret; - } - } -}); -// End Diagnostics - -// @define Ext.layout.SizePolicy -/** - * This class describes how a layout will interact with a component it manages. - * - * There are special instances of this class stored as static properties to avoid object - * instantiation. All instances of this class should be treated as readonly objects. - * - * @class Ext.layout.SizePolicy - * @protected - */ -/** - * @property {Boolean} readsWidth - * Indicates that the `width` of the component is consumed. - * @readonly - */ -/** - * @property {Boolean} readsHeight - * Indicates that the `height` of the component is consumed. - * @readonly - */ -/** - * @property {Boolean} setsWidth - * Indicates that the `width` of the component will be set (i.e., calculated). - * @readonly - */ -/** - * @property {Boolean} setsHeight - * Indicates that the `height` of the component will be set (i.e., calculated). - * @readonly - */ - -/** - * Component layout for components which maintain an inner body element which must be resized to synchronize with the - * Component size. - * @private - */ -Ext.define('Ext.layout.component.Body', { - /* Begin Definitions */ - alias: [ - 'layout.body' - ], - extend: 'Ext.layout.component.Auto', - /* End Definitions */ - type: 'body', - beginLayout: function(ownerContext) { - this.callParent(arguments); - ownerContext.bodyContext = ownerContext.getEl('body'); - }, - beginLayoutCycle: function(ownerContext, firstCycle) { - var me = this, - lastWidthModel = me.lastWidthModel, - lastHeightModel = me.lastHeightModel, - body = me.owner.body; - me.callParent(arguments); - if (lastWidthModel && lastWidthModel.fixed && ownerContext.widthModel.shrinkWrap) { - body.setWidth(null); - } - if (lastHeightModel && lastHeightModel.fixed && ownerContext.heightModel.shrinkWrap) { - body.setHeight(null); - } - }, - // Padding is exciting here because we have 2 el's: owner.el and owner.body. Content - // size always includes the padding of the targetEl, which should be owner.body. But - // it is common to have padding on owner.el also (such as a panel header), so we need - // to do some more padding work if targetContext is not owner.el. The base class has - // already handled the ownerContext's frameInfo (border+framing) so all that is left - // is padding. - calculateOwnerHeightFromContentHeight: function(ownerContext, contentHeight) { - var height = this.callParent(arguments); - if (ownerContext.targetContext !== ownerContext) { - height += ownerContext.getPaddingInfo().height; - } - return height; - }, - calculateOwnerWidthFromContentWidth: function(ownerContext, contentWidth) { - var width = this.callParent(arguments); - if (ownerContext.targetContext !== ownerContext) { - width += ownerContext.getPaddingInfo().width; - } - return width; - }, - measureContentWidth: function(ownerContext) { - return ownerContext.bodyContext.setWidth(ownerContext.bodyContext.el.dom.offsetWidth, false); - }, - measureContentHeight: function(ownerContext) { - return ownerContext.bodyContext.setHeight(ownerContext.bodyContext.el.dom.offsetHeight, false); - }, - publishInnerHeight: function(ownerContext, height) { - var innerHeight = height - ownerContext.getFrameInfo().height, - targetContext = ownerContext.targetContext; - if (targetContext !== ownerContext) { - innerHeight -= ownerContext.getPaddingInfo().height; - } - // return the value here, it may get used in a subclass - return ownerContext.bodyContext.setHeight(innerHeight, !ownerContext.heightModel.natural); - }, - publishInnerWidth: function(ownerContext, width) { - var innerWidth = width - ownerContext.getFrameInfo().width, - targetContext = ownerContext.targetContext; - if (targetContext !== ownerContext) { - innerWidth -= ownerContext.getPaddingInfo().width; - } - ownerContext.bodyContext.setWidth(innerWidth, !ownerContext.widthModel.natural); - } -}); - -/** - * Component layout for Ext.form.FieldSet components - * @private - */ -Ext.define('Ext.layout.component.FieldSet', { - extend: 'Ext.layout.component.Body', - alias: [ - 'layout.fieldset' - ], - type: 'fieldset', - defaultCollapsedWidth: 100, - beforeLayoutCycle: function(ownerContext) { - if (ownerContext.target.collapsed) { - ownerContext.heightModel = this.sizeModels.shrinkWrap; - } - }, - beginLayout: function(ownerContext) { - var legend = this.owner.legend; - this.callParent([ - ownerContext - ]); - if (legend) { - ownerContext.legendContext = ownerContext.context.getCmp(legend); - } - }, - beginLayoutCycle: function(ownerContext) { - var target = ownerContext.target, - lastSize; - this.callParent(arguments); - // Each time we begin (2nd+ would be due to invalidate) we need to publish the - // known contentHeight if we are collapsed: - // - if (target.collapsed) { - ownerContext.setContentHeight(0); - // if we're collapsed, ignore a minHeight because it's likely going to - // be greater than the collapsed height - ownerContext.restoreMinHeight = target.minHeight; - delete target.minHeight; - // If we are also shrinkWrap width, we must provide a contentWidth (since the - // container layout is not going to run). - // - if (ownerContext.widthModel.shrinkWrap) { - lastSize = this.lastComponentSize; - ownerContext.setContentWidth((lastSize && lastSize.contentWidth) || this.defaultCollapsedWidth); - } - } - }, - finishedLayout: function(ownerContext) { - var owner = this.owner, - restore = ownerContext.restoreMinHeight; - this.callParent(arguments); - if (restore) { - owner.minHeight = restore; - } - }, - calculateOwnerWidthFromContentWidth: function(ownerContext, contentWidth) { - var legendContext = ownerContext.legendContext; - if (legendContext) { - contentWidth = Math.max(contentWidth, legendContext.getProp('width')); - } - return this.callParent([ - ownerContext, - contentWidth - ]); - }, - calculateOwnerHeightFromContentHeight: function(ownerContext, contentHeight) { - var border = ownerContext.getBorderInfo(), - legendContext = ownerContext.legendContext; - // Height of fieldset is content height plus top border width (which is either the - // legend height or top border width) plus bottom border width - return ownerContext.getProp('contentHeight') + ownerContext.getPaddingInfo().height + // In IE8m the top padding is on the body el - (Ext.isIE8 ? ownerContext.bodyContext.getPaddingInfo().top : 0) + (legendContext ? legendContext.getProp('height') : border.top) + border.bottom; - }, - publishInnerHeight: function(ownerContext, height) { - // Subtract the legend off here and pass it up to the body - // We do this because we don't want to set an incorrect body height - // and then setting it again with the correct value - var legendContext = ownerContext.legendContext, - legendHeight = 0; - if (legendContext) { - legendHeight = legendContext.getProp('height'); - } - if (legendHeight === undefined) { - this.done = false; - } else { - this.callParent([ - ownerContext, - height - legendHeight - ]); - } - }, - getLayoutItems: function() { - var legend = this.owner.legend; - return legend ? [ - legend - ] : []; - } -}); - -/** - * This is a layout that inherits the anchoring of {@link Ext.layout.container.Anchor} and adds the - * ability for x/y positioning using the standard x and y component config options. - * - * This class is intended to be extended or created via the {@link Ext.container.Container#layout layout} - * configuration property. See {@link Ext.container.Container#layout} for additional details. - * - * @example - * Ext.create('Ext.form.Panel', { - * title: 'Absolute Layout', - * width: 300, - * height: 275, - * layout: { - * type: 'absolute' - * // layout-specific configs go here - * //itemCls: 'x-abs-layout-item', - * }, - * url:'save-form.php', - * defaultType: 'textfield', - * items: [{ - * x: 10, - * y: 10, - * xtype:'label', - * text: 'Send To:' - * },{ - * x: 80, - * y: 10, - * name: 'to', - * anchor:'90%' // anchor width by percentage - * },{ - * x: 10, - * y: 40, - * xtype:'label', - * text: 'Subject:' - * },{ - * x: 80, - * y: 40, - * name: 'subject', - * anchor: '90%' // anchor width by percentage - * },{ - * x:0, - * y: 80, - * xtype: 'textareafield', - * name: 'msg', - * anchor: '100% 100%' // anchor width and height - * }], - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.layout.container.Absolute', { - /* Begin Definitions */ - alias: 'layout.absolute', - extend: 'Ext.layout.container.Anchor', - alternateClassName: 'Ext.layout.AbsoluteLayout', - /* End Definitions */ - targetCls: Ext.baseCSSPrefix + 'abs-layout-ct', - itemCls: Ext.baseCSSPrefix + 'abs-layout-item', - /** - * @cfg {Boolean} ignoreOnContentChange - * True indicates that changes to one item in this layout do not effect the layout in - * general. This may need to be set to false if the component is - * {@link Ext.Component#scrollable scrollable}. - */ - ignoreOnContentChange: true, - type: 'absolute', - /** - * @private - */ - adjustWidthAnchor: function(value, childContext) { - var padding = this.targetPadding, - x = childContext.getStyle('left'); - return value - x + padding.left; - }, - /** - * @private - */ - adjustHeightAnchor: function(value, childContext) { - var padding = this.targetPadding, - y = childContext.getStyle('top'); - return value - y + padding.top; - }, - isItemLayoutRoot: function(item) { - return this.ignoreOnContentChange || this.callParent(arguments); - }, - isItemShrinkWrap: function(item) { - return true; - }, - beginLayout: function(ownerContext) { - var me = this, - target = me.getTarget(); - me.callParent(arguments); - // Do not set position: relative; when the absolute layout target is the body - if (target.dom !== document.body) { - target.position(); - } - me.targetPadding = ownerContext.targetContext.getPaddingInfo(); - }, - isItemBoxParent: function(itemContext) { - return true; - }, - onContentChange: function() { - if (this.ignoreOnContentChange) { - return false; - } - return this.callParent(arguments); - }, - calculateContentSize: function(ownerContext, dimensions) { - var me = this, - containerDimensions = (dimensions || 0) | // jshint ignore:line - ((ownerContext.widthModel.shrinkWrap ? 1 : 0) | // jshint ignore:line - (ownerContext.heightModel.shrinkWrap ? 2 : 0)), - calcWidth = (containerDimensions & 1) || undefined, - // jshint ignore:line - calcHeight = (containerDimensions & 2) || undefined, - // jshint ignore:line - childItems = ownerContext.childItems, - length = childItems.length, - contentHeight = 0, - contentWidth = 0, - needed = 0, - props = ownerContext.props, - targetPadding, child, childContext, height, i, margins, width; - if (calcWidth) { - if (isNaN(props.contentWidth)) { - ++needed; - } else { - calcWidth = undefined; - } - } - if (calcHeight) { - if (isNaN(props.contentHeight)) { - ++needed; - } else { - calcHeight = undefined; - } - } - if (needed) { - for (i = 0; i < length; ++i) { - childContext = childItems[i]; - child = childContext.target; - height = calcHeight && childContext.getProp('height'); - width = calcWidth && childContext.getProp('width'); - margins = childContext.getMarginInfo(); - height += margins.bottom; - width += margins.right; - contentHeight = Math.max(contentHeight, (child.y || 0) + height); - contentWidth = Math.max(contentWidth, (child.x || 0) + width); - if (isNaN(contentHeight) && isNaN(contentWidth)) { - me.done = false; - return; - } - } - if (calcWidth || calcHeight) { - targetPadding = ownerContext.targetContext.getPaddingInfo(); - } - if (calcWidth && !ownerContext.setContentWidth(contentWidth + targetPadding.width)) { - me.done = false; - } - if (calcHeight && !ownerContext.setContentHeight(contentHeight + targetPadding.height)) { - me.done = false; - } - } - } -}); -/* add a '/' to turn on this log ('//* enables, '/*' disables) - if (me.done) { - var el = ownerContext.targetContext.el.dom; - Ext.log(this.owner.id, '.contentSize: ', contentWidth, 'x', contentHeight, - ' => scrollSize: ', el.scrollWidth, 'x', el.scrollHeight); - }/**/ - -/** - * This is a layout that manages multiple Panels in an expandable accordion style such that by default only - * one Panel can be expanded at any given time (set {@link #multi} config to have more open). Each Panel has - * built-in support for expanding and collapsing. - * - * Note: Only Ext Panels and all subclasses of Ext.panel.Panel may be used in an accordion layout Container. - * - * @example - * Ext.create('Ext.panel.Panel', { - * title: 'Accordion Layout', - * width: 300, - * height: 300, - * defaults: { - * // applied to each contained panel - * bodyStyle: 'padding:15px' - * }, - * layout: { - * // layout-specific configs go here - * type: 'accordion', - * titleCollapse: false, - * animate: true, - * activeOnTop: true - * }, - * items: [{ - * title: 'Panel 1', - * html: 'Panel content!' - * },{ - * title: 'Panel 2', - * html: 'Panel content!' - * },{ - * title: 'Panel 3', - * html: 'Panel content!' - * }], - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.layout.container.Accordion', { - extend: 'Ext.layout.container.VBox', - alias: 'layout.accordion', - type: 'accordion', - alternateClassName: 'Ext.layout.AccordionLayout', - targetCls: Ext.baseCSSPrefix + 'accordion-layout-ct', - itemCls: [ - Ext.baseCSSPrefix + 'box-item', - Ext.baseCSSPrefix + 'accordion-item' - ], - align: 'stretch', - enableSplitters: false, - /** - * @cfg {Boolean} fill - * True to adjust the active item's height to fill the available space in the container, false to use the - * item's current height, or auto height if not explicitly set. - */ - fill: true, - /** - * @cfg {Boolean} autoWidth - * Child Panels have their width actively managed to fit within the accordion's width. - * @removed This config is ignored in ExtJS 4 - */ - /** - * @cfg {Boolean} titleCollapse - * True to allow expand/collapse of each contained panel by clicking anywhere on the title bar, false to allow - * expand/collapse only when the toggle tool button is clicked. When set to false, - * {@link #hideCollapseTool} should be false also. An explicit {@link Ext.panel.Panel#titleCollapse} declared - * on the panel will override this setting. - */ - titleCollapse: true, - /** - * @cfg {Boolean} hideCollapseTool - * True to hide the contained Panels' collapse/expand toggle buttons, false to display them. - * When set to true, {@link #titleCollapse} is automatically set to true. - */ - hideCollapseTool: false, - /** - * @cfg {Boolean} collapseFirst - * True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools - * in the contained Panels' title bars, false to render it last. By default, this will use the - * {@link Ext.panel.Panel#collapseFirst} setting on the panel. If the config option is specified on the layout, - * it will override the panel value. - */ - collapseFirst: undefined, - /** - * @cfg {Boolean} animate - * True to slide the contained panels open and closed during expand/collapse using animation, false to open and - * close directly with no animation. Note: The layout performs animated collapsing - * and expanding, *not* the child Panels. - */ - animate: true, - /** - * @cfg {Boolean} activeOnTop - * Only valid when {@link #multi} is `false` and {@link #animate} is `false`. - * - * True to swap the position of each panel as it is expanded so that it becomes the first item in the container, - * false to keep the panels in the rendered order. - */ - activeOnTop: false, - /** - * @cfg {Boolean} multi - * Set to true to enable multiple accordion items to be open at once. - */ - multi: false, - /** - * @cfg {Boolean} [wrapOver=true] When `true`, pressing Down or Right arrow key on the - * focused last accordion panel header will navigate to the first panel; pressing Up - * or Left arrow key on the focused first accordion panel header will navigate to the - * last panel. - * Set this to `false` to prevent keyboard navigation from wrapping over the edges. - */ - wrapOver: true, - panelCollapseMode: 'header', - defaultAnimatePolicy: { - y: true, - height: true - }, - constructor: function() { - var me = this; - me.callParent(arguments); - if (me.animate) { - me.animatePolicy = {}; - /* Animate our parallel dimension and position. - So in the default vertical accordion, this will be - { - y: true, - height: true - } - */ - me.animatePolicy[me.names.x] = true; - me.animatePolicy[me.names.width] = true; - } else { - me.animatePolicy = null; - } - }, - beforeRenderItems: function(items) { - var me = this, - ln = items.length, - owner = me.owner, - collapseFirst = me.collapseFirst, - hasCollapseFirst = Ext.isDefined(collapseFirst), - expandedItem = me.getExpanded(true)[0], - multi = me.multi, - comp, i; - for (i = 0; i < ln; i++) { - comp = items[i]; - if (!comp.rendered) { - // Set up initial properties for Panels in an accordion. - comp.isAccordionPanel = true; - comp.bodyAriaRole = 'tabpanel'; - comp.accordionWrapOver = me.wrapOver; - if (!multi || comp.collapsible !== false) { - comp.collapsible = true; - } - if (comp.collapsible) { - if (hasCollapseFirst) { - comp.collapseFirst = collapseFirst; - } - if (me.hideCollapseTool) { - comp.hideCollapseTool = me.hideCollapseTool; - comp.titleCollapse = true; - } else if (me.titleCollapse && comp.titleCollapse === undefined) { - // Only force titleCollapse if we don't explicitly - // set one on the child panel - comp.titleCollapse = me.titleCollapse; - } - } - comp.hideHeader = comp.width = null; - comp.title = comp.title || ' '; - comp.addBodyCls(Ext.baseCSSPrefix + 'accordion-body'); - // If only one child Panel is allowed to be expanded - // then collapse all except the first one found with collapsed:false - // If we have hasExpanded set, we've already done this - if (!multi) { - if (expandedItem) { - comp.collapsed = expandedItem !== comp; - } else if (comp.hasOwnProperty('collapsed') && comp.collapsed === false) { - expandedItem = comp; - } else { - comp.collapsed = true; - } - // If only one child Panel may be expanded, then intercept expand/show requests. - owner.mon(comp, 'show', me.onComponentShow, me); - } - // Need to still check this outside multi because we don't want - // a single item to be able to collapse - comp.headerOverCls = Ext.baseCSSPrefix + 'accordion-hd-over'; - } - } - // If no collapsed:false Panels found, make the first one expanded, only if we're - // not during an expand/collapse - if (!me.processing && !multi) { - if (!expandedItem) { - if (ln) { - items[0].collapsed = false; - } - } else if (me.activeOnTop) { - expandedItem.collapsed = false; - me.configureItem(expandedItem); - if (owner.items.indexOf(expandedItem) > 0) { - owner.insert(0, expandedItem); - } - } - } - }, - getItemsRenderTree: function(items) { - this.beforeRenderItems(items); - return this.callParent(arguments); - }, - renderItems: function(items, target) { - this.beforeRenderItems(items); - this.callParent(arguments); - }, - configureItem: function(item) { - this.callParent(arguments); - // Accordion headers are immune to dock layout's border-management rules - item.ignoreHeaderBorderManagement = true; - // We handle animations for the expand/collapse of items. - // Items do not have individual borders - item.animCollapse = false; - // If filling available space, all Panels flex. - if (this.fill) { - item.flex = 1; - } - }, - beginLayout: function(ownerContext) { - this.callParent(arguments); - // Accordion widgets have the role of tablist along with the attribute - // aria-multiselectable="true" to indicate that it's an accordion - // and not just a simple tab panel. - // We can't set this role on the panel's main el as this panel may be - // a region in a border layout which yields its own set of ARIA attributes. - // We also can't set this role on panel's body el, because the panel could be - // a FormPanel that would have role="form" on the body el, and the tablist - // needs to be contained within it. - // innerCt seems to be the most logical choice here. - this.innerCt.dom.setAttribute('role', 'tablist'); - this.innerCt.dom.setAttribute('aria-multiselectable', true); - this.updatePanelClasses(ownerContext); - }, - updatePanelClasses: function(ownerContext) { - var children = ownerContext.visibleItems, - ln = children.length, - siblingCollapsed = true, - i, child, header; - for (i = 0; i < ln; i++) { - child = children[i]; - header = child.header; - header.addCls(Ext.baseCSSPrefix + 'accordion-hd'); - if (siblingCollapsed) { - header.removeCls(Ext.baseCSSPrefix + 'accordion-hd-sibling-expanded'); - } else { - header.addCls(Ext.baseCSSPrefix + 'accordion-hd-sibling-expanded'); - } - if (i + 1 === ln && child.collapsed) { - header.addCls(Ext.baseCSSPrefix + 'accordion-hd-last-collapsed'); - } else { - header.removeCls(Ext.baseCSSPrefix + 'accordion-hd-last-collapsed'); - } - siblingCollapsed = child.collapsed; - } - }, - // When a Component expands, adjust the heights of the other Components to be just enough to accommodate - // their headers. - // The expanded Component receives the only flex value, and so gets all remaining space. - onBeforeComponentExpand: function(toExpand) { - var me = this, - owner = me.owner, - multi = me.multi, - moveToTop = !multi && !me.animate && me.activeOnTop, - expanded, previousValue, anim; - if (!me.processing) { - me.processing = true; - previousValue = owner.deferLayouts; - owner.deferLayouts = true; - if (!multi) { - expanded = me.getExpanded()[0]; - if (expanded && expanded !== toExpand) { - anim = expanded.$layoutAnim; - // If the item is animating, finish it. - if (anim) { - anim.jumpToEnd(); - } - expanded.collapse(); - } - } - if (moveToTop) { - // Prevent extra layout when moving the item - Ext.suspendLayouts(); - owner.insert(0, toExpand); - Ext.resumeLayouts(); - } - owner.deferLayouts = previousValue; - me.processing = false; - } - }, - onBeforeComponentCollapse: function(comp) { - var me = this, - owner = me.owner, - toExpand, expanded, previousValue; - if (me.owner.items.getCount() === 1) { - // do not allow collapse if there is only one item - return false; - } - if (!me.processing) { - me.processing = true; - previousValue = owner.deferLayouts; - owner.deferLayouts = true; - toExpand = comp.next() || comp.prev(); - // If we are allowing multi, and the "toCollapse" component is NOT the only expanded Component, - // then ask the box layout to collapse it to its header. - if (me.multi) { - expanded = me.getExpanded(); - // If the collapsing Panel is the only expanded one, expand the following Component. - // All this is handling fill: true, so there must be at least one expanded, - if (expanded.length === 1) { - toExpand.expand(); - } - } else if (toExpand) { - toExpand.expand(); - } - owner.deferLayouts = previousValue; - me.processing = false; - } - }, - onComponentShow: function(comp) { - this.onBeforeComponentExpand(comp); - }, - onAdd: function(item) { - var me = this; - me.callParent(arguments); - if (item.collapseMode === 'placeholder') { - item.collapseMode = me.panelCollapseMode; - } - item.collapseDirection = item.headerPosition; - // If we add to an accordion after its is has run once we need to make sure - // new items are collapsed on entry. The item is also in the collection now, - // so only collapse it if we have more than 1. - if (me.layoutCount && !me.multi && me.owner.items.getCount() > 1) { - // If we get here, we must already have something expanded, so we don't - // want to react here. - me.processing = true; - item.collapse(); - me.processing = false; - } - }, - onRemove: function(panel, destroying) { - var me = this, - item; - me.callParent(arguments); - if (!me.owner.destroying && !me.multi && !panel.collapsed) { - item = me.owner.items.first(); - if (item) { - item.expand(); - } - } - }, - getExpanded: function(explicitCheck) { - var items = this.owner.items.items, - len = items.length, - i = 0, - out = [], - add, item; - for (; i < len; ++i) { - item = items[i]; - if (!item.hidden) { - if (explicitCheck) { - add = item.hasOwnProperty('collapsed') && item.collapsed === false; - } else { - add = !item.collapsed; - } - if (add) { - out.push(item); - } - } - } - return out; - }, - // No need to run an extra layout since everything has already achieved the - // desired size when using an accordion. - afterCollapse: Ext.emptyFn, - afterExpand: Ext.emptyFn -}); - -/** - * Private utility class for Ext.layout.container.Border. - * @private - */ -Ext.define('Ext.resizer.BorderSplitter', { - extend: 'Ext.resizer.Splitter', - uses: [ - 'Ext.resizer.BorderSplitterTracker' - ], - alias: 'widget.bordersplitter', - // must be configured in by the border layout: - collapseTarget: null, - getTrackerConfig: function() { - var trackerConfig = this.callParent(); - trackerConfig.xclass = 'Ext.resizer.BorderSplitterTracker'; - return trackerConfig; - }, - onTargetCollapse: function(target) { - this.callParent([ - target - ]); - if (this.performCollapse !== false && target.collapseMode == 'mini') { - target.addCls(target.baseCls + '-' + target.collapsedCls + '-mini'); - } - }, - onTargetExpand: function(target) { - this.callParent([ - target - ]); - if (this.performCollapse !== false && target.collapseMode == 'mini') { - target.removeCls(target.baseCls + '-' + target.collapsedCls + '-mini'); - } - } -}); - -/** - * This is a multi-pane, application-oriented UI layout style that supports multiple nested panels, automatic bars - * between regions and built-in {@link Ext.panel.Panel#collapsible expanding and collapsing} of regions. - * - * This class is intended to be extended or created via the `layout:'border'` {@link Ext.container.Container#layout} - * config, and should generally not need to be created directly via the new keyword. - * - * @example - * Ext.create('Ext.panel.Panel', { - * width: 500, - * height: 300, - * title: 'Border Layout', - * layout: 'border', - * items: [{ - * title: 'South Region is resizable', - * region: 'south', // position for region - * xtype: 'panel', - * height: 100, - * split: true, // enable resizing - * margin: '0 5 5 5' - * },{ - * // xtype: 'panel' implied by default - * title: 'West Region is collapsible', - * region:'west', - * xtype: 'panel', - * margin: '5 0 0 5', - * width: 200, - * collapsible: true, // make collapsible - * id: 'west-region-container', - * layout: 'fit' - * },{ - * title: 'Center Region', - * region: 'center', // center region is required, no width/height specified - * xtype: 'panel', - * layout: 'fit', - * margin: '5 5 0 0' - * }], - * renderTo: Ext.getBody() - * }); - * - * # Notes - * - * - When using the split option, the layout will automatically insert a {@link Ext.resizer.Splitter} - * into the appropriate place. This will modify the underlying - * {@link Ext.container.Container#property-items items} collection in the container. - * - * - Any Container using the Border layout **must** have a child item with `region:'center'`. - * The child item in the center region will always be resized to fill the remaining space - * not used by the other regions in the layout. - * - * - Any child items with a region of `west` or `east` may be configured with either an initial - * `width`, or a {@link Ext.layout.container.Box#flex} value, or an initial percentage width - * **string** (Which is simply divided by 100 and used as a flex value). - * The 'center' region has a flex value of `1`. - * - * - Any child items with a region of `north` or `south` may be configured with either an initial - * `height`, or a {@link Ext.layout.container.Box#flex} value, or an initial percentage height - * **string** (Which is simply divided by 100 and used as a flex value). - * The 'center' region has a flex value of `1`. - * - * - **There is no BorderLayout.Region class in ExtJS 4.0+** - */ -Ext.define('Ext.layout.container.Border', { - extend: 'Ext.layout.container.Container', - alias: 'layout.border', - alternateClassName: 'Ext.layout.BorderLayout', - requires: [ - 'Ext.resizer.BorderSplitter', - 'Ext.fx.Anim', - // Overrides for Panel that provide border layout features - 'Ext.layout.container.border.Region' - ], - targetCls: Ext.baseCSSPrefix + 'border-layout-ct', - itemCls: [ - Ext.baseCSSPrefix + 'border-item', - Ext.baseCSSPrefix + 'box-item' - ], - type: 'border', - isBorderLayout: true, - /** - * @cfg {Boolean/Ext.resizer.BorderSplitter} split - * This configuration option is to be applied to the **child `items`** managed by this layout. - * Each region with `split:true` will get a {@link Ext.resizer.BorderSplitter Splitter} that - * allows for manual resizing of the container. Except for the `center` region. - * - * This option can also accept an object of configurations from the {@link Ext.resizer.BorderSplitter}. - * An example of this would be: - * - * { - * title: 'North', - * region: 'north', - * height: 100, - * collapsible: true, - * split: { - * size: 20 - * } - * } - */ - /** - * @cfg {Boolean} [splitterResize=true] - * This configuration option is to be applied to the **child `items`** managed by this layout and - * is used in conjunction with {@link #split}. By default, when specifying {@link #split}, the region - * can be dragged to be resized. Set this option to false to show the split bar but prevent resizing. - */ - /** - * @cfg {Number/String/Object} padding - * Sets the padding to be applied to all child items managed by this layout. - * - * This property can be specified as a string containing space-separated, numeric - * padding values. The order of the sides associated with each value matches the way - * CSS processes padding values: - * - * - If there is only one value, it applies to all sides. - * - If there are two values, the top and bottom borders are set to the first value - * and the right and left are set to the second. - * - If there are three values, the top is set to the first value, the left and right - * are set to the second, and the bottom is set to the third. - * - If there are four values, they apply to the top, right, bottom, and left, - * respectively. - * - */ - padding: undefined, - percentageRe: /(\d+)%/, - horzPositionProp: 'left', - padOnContainerProp: 'left', - padNotOnContainerProp: 'right', - /** - * Reused meta-data objects that describe axis properties. - * @private - */ - axisProps: { - horz: { - borderBegin: 'west', - borderEnd: 'east', - horizontal: true, - posProp: 'x', - sizeProp: 'width', - sizePropCap: 'Width' - }, - vert: { - borderBegin: 'north', - borderEnd: 'south', - horizontal: false, - posProp: 'y', - sizeProp: 'height', - sizePropCap: 'Height' - } - }, - /** - * @private - */ - centerRegion: null, - manageMargins: true, - panelCollapseAnimate: true, - panelCollapseMode: 'placeholder', - /** - * @cfg {Object} regionWeights - * The default weights to assign to regions in the border layout. These values are - * used when a region does not contain a `weight` property. This object must have - * properties for all regions ("north", "south", "east" and "west"). - * - * **IMPORTANT:** Since this is an object, changing its properties will impact ALL - * instances of Border layout. If this is not desired, provide a replacement object as - * a config option instead: - * - * layout: { - * type: 'border', - * regionWeights: { - * west: 20, - * north: 10, - * south: -10, - * east: -20 - * } - * } - * - * The region with the highest weight is assigned space from the border before other - * regions. Regions of equal weight are assigned space based on their position in the - * owner's items list (first come, first served). - */ - regionWeights: { - north: 20, - south: 10, - center: 0, - west: -10, - east: -20 - }, - //---------------------------------- - // Layout processing - /** - * Creates the axis objects for the layout. These are only missing size information - * which is added during {@link #calculate}. - * @private - */ - beginAxis: function(ownerContext, regions, name) { - var me = this, - props = me.axisProps[name], - isVert = !props.horizontal, - sizeProp = props.sizeProp, - totalFlex = 0, - childItems = ownerContext.childItems, - length = childItems.length, - center, i, childContext, centerFlex, comp, region, match, size, type, target, placeholder; - for (i = 0; i < length; ++i) { - childContext = childItems[i]; - comp = childContext.target; - childContext.layoutPos = {}; - if (comp.region) { - childContext.region = region = comp.region; - childContext.isCenter = comp.isCenter; - childContext.isHorz = comp.isHorz; - childContext.isVert = comp.isVert; - childContext.weight = comp.weight || me.regionWeights[region] || 0; - comp.weight = childContext.weight; - regions[comp.id] = childContext; - if (comp.isCenter) { - center = childContext; - centerFlex = comp.flex; - ownerContext.centerRegion = center; - - continue; - } - if (isVert !== childContext.isVert) { - - continue; - } - // process regions "isVert ? north||south : east||center||west" - childContext.reverseWeighting = (region === props.borderEnd); - size = comp[sizeProp]; - type = typeof size; - if (!comp.collapsed) { - if (type === 'string' && (match = me.percentageRe.exec(size))) { - childContext.percentage = parseInt(match[1], 10); - } else if (comp.flex) { - totalFlex += childContext.flex = comp.flex; - } - } - } - } - // Special cases for a collapsed center region - if (center) { - target = center.target; - if ((placeholder = target.placeholderFor)) { - if (!centerFlex && isVert === placeholder.collapsedVertical()) { - // The center region is a placeholder, collapsed in this axis - centerFlex = 0; - center.collapseAxis = name; - } - } else if (target.collapsed && (isVert === target.collapsedVertical())) { - // The center region is a collapsed header, collapsed in this axis - centerFlex = 0; - center.collapseAxis = name; - } - } - if (centerFlex == null) { - // If we still don't have a center flex, default to 1 - centerFlex = 1; - } - totalFlex += centerFlex; - return Ext.apply({ - before: isVert ? 'top' : 'left', - totalFlex: totalFlex - }, props); - }, - beginLayout: function(ownerContext) { - var me = this, - items = me.getLayoutItems(), - pad = me.padding, - type = typeof pad, - padOnContainer = false, - childContext, item, length, i, regions, collapseTarget, doShow, hidden, region; - // TODO: EXTJSIV-13015 - if (ownerContext.heightModel.shrinkWrap) { - Ext.raise("Border layout does not currently support shrinkWrap height. " + "Please specify a height on component: " + me.owner.id + ", or use a container layout that sets the component's height."); - } - if (ownerContext.widthModel.shrinkWrap) { - Ext.raise("Border layout does not currently support shrinkWrap width. " + "Please specify a width on component: " + me.owner.id + ", or use a container layout that sets the component's width."); - } - // We sync the visibility state of splitters with their region: - if (pad) { - if (type === 'string' || type === 'number') { - pad = Ext.util.Format.parseBox(pad); - } - } else { - pad = ownerContext.getEl('getTargetEl').getPaddingInfo(); - padOnContainer = true; - } - ownerContext.outerPad = pad; - ownerContext.padOnContainer = padOnContainer; - for (i = 0 , length = items.length; i < length; ++i) { - item = items[i]; - collapseTarget = me.getSplitterTarget(item); - if (collapseTarget) { - // if (splitter) - doShow = undefined; - hidden = !!item.hidden; - if (!collapseTarget.split) { - if (collapseTarget.isCollapsingOrExpanding) { - doShow = !!collapseTarget.collapsed; - } - } else if (hidden !== collapseTarget.hidden) { - doShow = !collapseTarget.hidden; - } - if (doShow) { - item.show(); - } else if (doShow === false) { - item.hide(); - } - } - } - // The above synchronized visibility of splitters with their regions, so we need - // to make this call after that so that childItems and visibleItems are correct: - // - me.callParent(arguments); - items = ownerContext.childItems; - length = items.length; - regions = {}; - ownerContext.borderAxisHorz = me.beginAxis(ownerContext, regions, 'horz'); - ownerContext.borderAxisVert = me.beginAxis(ownerContext, regions, 'vert'); - // Now that weights are assigned to the region's contextItems, we assign those - // same weights to the contextItem for the splitters. We also cross link the - // contextItems for the collapseTarget and its splitter. - for (i = 0; i < length; ++i) { - childContext = items[i]; - collapseTarget = me.getSplitterTarget(childContext.target); - if (collapseTarget) { - // if (splitter) - region = regions[collapseTarget.id]; - if (!region) { - // if the region was hidden it will not be part of childItems, and - // so beginAxis() won't add it to the regions object, so we have - // to create the context item here. - region = ownerContext.getEl(collapseTarget.el, me); - region.region = collapseTarget.region; - } - childContext.collapseTarget = collapseTarget = region; - childContext.weight = collapseTarget.weight; - childContext.reverseWeighting = collapseTarget.reverseWeighting; - collapseTarget.splitter = childContext; - childContext.isHorz = collapseTarget.isHorz; - childContext.isVert = collapseTarget.isVert; - } - } - // Now we want to sort the childItems by their weight. - me.sortWeightedItems(items, 'reverseWeighting'); - me.setupSplitterNeighbors(items); - }, - calculate: function(ownerContext) { - var me = this, - containerSize = me.getContainerSize(ownerContext), - childItems = ownerContext.childItems, - length = childItems.length, - horz = ownerContext.borderAxisHorz, - vert = ownerContext.borderAxisVert, - pad = ownerContext.outerPad, - padOnContainer = ownerContext.padOnContainer, - i, childContext, childMargins, size, horzPercentTotal, vertPercentTotal; - horz.begin = pad[me.padOnContainerProp]; - vert.begin = pad.top; - // If the padding is already on the container we need to add it to the space - // If not on the container, it's "virtual" padding. - horzPercentTotal = horz.end = horz.flexSpace = containerSize.width + (padOnContainer ? pad[me.padOnContainerProp] : -pad[me.padNotOnContainerProp]); - vertPercentTotal = vert.end = vert.flexSpace = containerSize.height + (padOnContainer ? pad.top : -pad.bottom); - // Reduce flexSpace on each axis by the fixed/auto sized dimensions of items that - // aren't flexed along that axis. - for (i = 0; i < length; ++i) { - childContext = childItems[i]; - childMargins = childContext.getMarginInfo(); - // Margins are always fixed size and must be removed from the space used for percentages and flexes - if (childContext.isHorz || childContext.isCenter) { - horz.addUnflexed(childMargins.width); - horzPercentTotal -= childMargins.width; - } - if (childContext.isVert || childContext.isCenter) { - vert.addUnflexed(childMargins.height); - vertPercentTotal -= childMargins.height; - } - // Fixed size components must have their sizes removed from the space used for flex - if (!childContext.flex && !childContext.percentage) { - if (childContext.isHorz || (childContext.isCenter && childContext.collapseAxis === 'horz')) { - size = childContext.getProp('width'); - horz.addUnflexed(size); - // splitters should not count towards percentages - if (childContext.collapseTarget) { - horzPercentTotal -= size; - } - } else if (childContext.isVert || (childContext.isCenter && childContext.collapseAxis === 'vert')) { - size = childContext.getProp('height'); - vert.addUnflexed(size); - // splitters should not count towards percentages - if (childContext.collapseTarget) { - vertPercentTotal -= size; - } - } - } - } - // else ignore center since it is fully flexed - for (i = 0; i < length; ++i) { - childContext = childItems[i]; - childMargins = childContext.getMarginInfo(); - // Calculate the percentage sizes. After this calculation percentages are very similar to fixed sizes - if (childContext.percentage) { - if (childContext.isHorz) { - size = Math.ceil(horzPercentTotal * childContext.percentage / 100); - size = childContext.setWidth(size); - horz.addUnflexed(size); - } else if (childContext.isVert) { - size = Math.ceil(vertPercentTotal * childContext.percentage / 100); - size = childContext.setHeight(size); - vert.addUnflexed(size); - } - } - } - // center shouldn't have a percentage but if it does it should be ignored - // If we haven't gotten sizes for all unflexed dimensions on an axis, the flexSpace - // will be NaN so we won't be calculating flexed dimensions until that is resolved. - for (i = 0; i < length; ++i) { - childContext = childItems[i]; - if (!childContext.isCenter) { - me.calculateChildAxis(childContext, horz); - me.calculateChildAxis(childContext, vert); - } - } - // Once all items are placed, the final size of the center can be determined. If we - // can determine both width and height, we are done. We use '+' instead of '&&' to - // avoid short-circuiting (we want to call both): - if (me.finishAxis(ownerContext, vert) + me.finishAxis(ownerContext, horz) < 2) { - me.done = false; - } else { - // Size information is published as we place regions but position is hard to do - // that way (while avoiding published multiple times) so we publish all the - // positions at the end. - me.finishPositions(childItems); - } - }, - /** - * Performs the calculations for a region on a specified axis. - * @private - */ - calculateChildAxis: function(childContext, axis) { - var collapseTarget = childContext.collapseTarget, - setSizeMethod = 'set' + axis.sizePropCap, - sizeProp = axis.sizeProp, - childMarginSize = childContext.getMarginInfo()[sizeProp], - region, isBegin, flex, pos, size; - if (collapseTarget) { - // if (splitter) - region = collapseTarget.region; - } else { - region = childContext.region; - flex = childContext.flex; - } - isBegin = region === axis.borderBegin; - if (!isBegin && region !== axis.borderEnd) { - // a north/south region on the horizontal axis or an east/west region on the - // vertical axis: stretch to fill remaining space: - childContext[setSizeMethod](axis.end - axis.begin - childMarginSize); - pos = axis.begin; - } else { - if (flex) { - size = Math.ceil(axis.flexSpace * (flex / axis.totalFlex)); - size = childContext[setSizeMethod](size); - } else if (childContext.percentage) { - // Like getProp but without registering a dependency - we calculated the size, we don't depend on it - size = childContext.peek(sizeProp); - } else { - size = childContext.getProp(sizeProp); - } - size += childMarginSize; - if (isBegin) { - pos = axis.begin; - axis.begin += size; - } else { - axis.end = pos = axis.end - size; - } - } - childContext.layoutPos[axis.posProp] = pos; - }, - eachItem: function(region, fn, scope) { - var me = this, - items = me.getLayoutItems(), - i = 0, - item; - if (Ext.isFunction(region)) { - fn = region; - scope = fn; - } - for (i; i < items.length; i++) { - item = items[i]; - if (!region || item.region === region) { - if (fn.call(scope, item) === false) { - break; - } - } - } - }, - /** - * Finishes the calculations on an axis. This basically just assigns the remaining - * space to the center region. - * @private - */ - finishAxis: function(ownerContext, axis) { - var size = axis.end - axis.begin, - center = ownerContext.centerRegion; - if (center) { - center['set' + axis.sizePropCap](size - center.getMarginInfo()[axis.sizeProp]); - center.layoutPos[axis.posProp] = axis.begin; - } - return Ext.isNumber(size) ? 1 : 0; - }, - /** - * Finishes by setting the positions on the child items. - * @private - */ - finishPositions: function(childItems) { - var length = childItems.length, - index, childContext, - marginProp = this.horzPositionProp; - for (index = 0; index < length; ++index) { - childContext = childItems[index]; - childContext.setProp('x', childContext.layoutPos.x + childContext.marginInfo[marginProp]); - childContext.setProp('y', childContext.layoutPos.y + childContext.marginInfo.top); - } - }, - getLayoutItems: function() { - var owner = this.owner, - ownerItems = (owner && owner.items && owner.items.items) || [], - length = ownerItems.length, - items = [], - i = 0, - ownerItem, placeholderFor; - for (; i < length; i++) { - ownerItem = ownerItems[i]; - placeholderFor = ownerItem.placeholderFor; - // There are a couple of scenarios where we do NOT want an item to - // be included in the layout items: - // - // 1. If the item is floated. This can happen when a region's header - // is clicked to "float" the item, then another region's header or - // is clicked quickly before the first floated region has had a - // chance to slide out. When this happens, the second click triggers - // a layout, the purpose of which is to determine what the size of the - // second region will be after it is floated, so it can be animated - // to that size. In this case the existing floated item should not be - // included in the layout items because it will not be visible once - // it's slideout animation has completed. - // - // 2. If the item is a placeholder for a panel that is currently - // being expanded. Similar to scenario 1, a second layout can be - // triggered by another panel being expanded/collapsed/floated before - // the first panel has finished it's expand animation. If this is the - // case we do not want the placeholder to be included in the layout - // items because it will not be once the panel has finished expanding. - // - // If the component is hidden, we need none of these shenanigans - if (ownerItem.hidden || ((!ownerItem.floated || ownerItem.isCollapsingOrExpanding === 2) && !(placeholderFor && placeholderFor.isCollapsingOrExpanding === 2))) { - items.push(ownerItem); - } - } - return items; - }, - getPlaceholder: function(comp) { - return comp.getPlaceholder && comp.getPlaceholder(); - }, - getMaxWeight: function(region) { - return this.getMinMaxWeight(region); - }, - getMinWeight: function(region) { - return this.getMinMaxWeight(region, true); - }, - getMinMaxWeight: function(region, min) { - var me = this, - weight = null; - me.eachItem(region, function(item) { - if (item.hasOwnProperty('weight')) { - if (weight === null) { - weight = item.weight; - return; - } - if ((min && item.weight < weight) || item.weight > weight) { - weight = item.weight; - } - } - }, this); - return weight; - }, - getSplitterTarget: function(splitter) { - var collapseTarget = splitter.collapseTarget; - if (collapseTarget && collapseTarget.collapsed) { - return collapseTarget.placeholder || collapseTarget; - } - return collapseTarget; - }, - isItemBoxParent: function(itemContext) { - return true; - }, - isItemShrinkWrap: function(item) { - return true; - }, - //---------------------------------- - // Event handlers - /** - * Inserts the splitter for a given region. A reference to the splitter is also stored - * on the component as "splitter". - * @private - */ - insertSplitter: function(item, index, hidden, splitterCfg) { - var region = item.region, - splitter = Ext.apply({ - xtype: 'bordersplitter', - collapseTarget: item, - id: item.id + '-splitter', - hidden: hidden, - canResize: item.splitterResize !== false, - splitterFor: item, - synthetic: true - }, // not user-defined - splitterCfg), - at = index + ((region === 'south' || region === 'east') ? 0 : 1); - if (item.collapseMode === 'mini') { - splitter.collapsedCls = item.collapsedCls; - } - item.splitter = this.owner.add(at, splitter); - }, - getMoveAfterIndex: function(after) { - var index = this.callParent(arguments); - if (after.splitter) { - index++; - } - return index; - }, - moveItemBefore: function(item, before) { - var beforeRegion; - if (before && before.splitter) { - beforeRegion = before.region; - if (beforeRegion === 'south' || beforeRegion === 'east') { - before = before.splitter; - } - } - return this.callParent([ - item, - before - ]); - }, - /** - * Called when a region (actually when any component) is added to the container. The - * region is decorated with some helpful properties (isCenter, isHorz, isVert) and its - * splitter is added if its "split" property is true. - * @private - */ - onAdd: function(item, index) { - var me = this, - placeholderFor = item.placeholderFor, - region = item.region, - isCenter, split, hidden, cfg; - me.callParent(arguments); - if (region) { - Ext.apply(item, me.regionFlags[region]); - if (me.owner.isViewport) { - item.isViewportBorderChild = true; - } - if (item.initBorderRegion) { - // This method should always be present but perhaps the override is being - // excluded. - item.initBorderRegion(); - } - isCenter = region === 'center'; - if (isCenter) { - if (me.centerRegion) { - Ext.raise("Cannot have multiple center regions in a BorderLayout."); - } - me.centerRegion = item; - } else { - split = item.split; - hidden = !!item.hidden; - if (typeof split === 'object') { - cfg = split; - split = true; - } - if ((item.isHorz || item.isVert) && (split || item.collapseMode === 'mini')) { - me.insertSplitter(item, index, hidden || !split, cfg); - } - } - if (!isCenter && !item.hasOwnProperty('collapseMode')) { - item.collapseMode = me.panelCollapseMode; - } - if (!item.hasOwnProperty('animCollapse')) { - if (item.collapseMode !== 'placeholder') { - // other collapse modes do not animate nicely in a border layout, so - // default them to off: - item.animCollapse = false; - } else { - item.animCollapse = me.panelCollapseAnimate; - } - } - } else if (placeholderFor) { - Ext.apply(item, me.regionFlags[placeholderFor.region]); - item.region = placeholderFor.region; - item.weight = placeholderFor.weight; - } - }, - onDestroy: function() { - this.centerRegion = null; - this.callParent(); - }, - onRemove: function(comp, isDestroying) { - var me = this, - region = comp.region, - splitter = comp.splitter, - owner = me.owner, - destroying = owner.destroying, - el; - if (region) { - if (comp.isCenter) { - me.centerRegion = null; - } - delete comp.isCenter; - delete comp.isHorz; - delete comp.isVert; - // If the owner is destroying, the splitter will be cleared anyway - if (splitter && !owner.destroying) { - owner.doRemove(splitter, true); - } - // avoid another layout - delete comp.splitter; - } - me.callParent(arguments); - if (!destroying && !isDestroying && comp.rendered) { - // Clear top/left styles - el = comp.getEl(); - if (el) { - el.setStyle('top', ''); - el.setStyle(me.horzPositionProp, ''); - } - } - }, - //---------------------------------- - // Misc - regionMeta: { - center: { - splitterDelta: 0 - }, - north: { - splitterDelta: 1 - }, - south: { - splitterDelta: -1 - }, - west: { - splitterDelta: 1 - }, - east: { - splitterDelta: -1 - } - }, - /** - * Flags and configs that get set of regions based on their `region` property. - * @private - */ - regionFlags: { - center: { - isCenter: true, - isHorz: false, - isVert: false - }, - north: { - isCenter: false, - isHorz: false, - isVert: true, - collapseDirection: 'top' - }, - south: { - isCenter: false, - isHorz: false, - isVert: true, - collapseDirection: 'bottom' - }, - west: { - isCenter: false, - isHorz: true, - isVert: false, - collapseDirection: 'left' - }, - east: { - isCenter: false, - isHorz: true, - isVert: false, - collapseDirection: 'right' - } - }, - setupSplitterNeighbors: function(items) { - var edgeRegions = {}, - //north: null, - //south: null, - //east: null, - //west: null - length = items.length, - touchedRegions = this.touchedRegions, - i, j, center, count, edge, comp, region, splitter, touched; - for (i = 0; i < length; ++i) { - comp = items[i].target; - region = comp.region; - if (comp.isCenter) { - center = comp; - } else if (region) { - touched = touchedRegions[region]; - for (j = 0 , count = touched.length; j < count; ++j) { - edge = edgeRegions[touched[j]]; - if (edge) { - edge.neighbors.push(comp); - } - } - if (comp.placeholderFor) { - // placeholder, so grab the splitter for the actual panel - splitter = comp.placeholderFor.splitter; - } else { - splitter = comp.splitter; - } - if (splitter) { - splitter.neighbors = []; - } - edgeRegions[region] = splitter; - } - } - if (center) { - touched = touchedRegions.center; - for (j = 0 , count = touched.length; j < count; ++j) { - edge = edgeRegions[touched[j]]; - if (edge) { - edge.neighbors.push(center); - } - } - } - }, - /** - * Lists the regions that would consider an interior region a neighbor. For example, - * a north region would consider an east or west region its neighbords (as well as - * an inner north region). - * @private - */ - touchedRegions: { - center: [ - 'north', - 'south', - 'east', - 'west' - ], - north: [ - 'north', - 'east', - 'west' - ], - south: [ - 'south', - 'east', - 'west' - ], - east: [ - 'east', - 'north', - 'south' - ], - west: [ - 'west', - 'north', - 'south' - ] - }, - sizePolicies: { - vert: { - readsWidth: 0, - readsHeight: 1, - setsWidth: 1, - setsHeight: 0 - }, - horz: { - readsWidth: 1, - readsHeight: 0, - setsWidth: 0, - setsHeight: 1 - }, - flexAll: { - readsWidth: 0, - readsHeight: 0, - setsWidth: 1, - setsHeight: 1 - } - }, - getItemSizePolicy: function(item) { - var me = this, - policies = this.sizePolicies, - collapseTarget, size, policy, placeholderFor; - if (item.isCenter) { - placeholderFor = item.placeholderFor; - if (placeholderFor) { - if (placeholderFor.collapsedVertical()) { - return policies.vert; - } - return policies.horz; - } - if (item.collapsed) { - if (item.collapsedVertical()) { - return policies.vert; - } - return policies.horz; - } - return policies.flexAll; - } - collapseTarget = item.collapseTarget; - if (collapseTarget) { - return collapseTarget.isVert ? policies.vert : policies.horz; - } - if (item.region) { - if (item.isVert) { - size = item.height; - policy = policies.vert; - } else { - size = item.width; - policy = policies.horz; - } - if (item.flex || (typeof size === 'string' && me.percentageRe.test(size))) { - return policies.flexAll; - } - return policy; - } - return me.autoSizePolicy; - } -}, function() { - var methods = { - addUnflexed: function(px) { - this.flexSpace = Math.max(this.flexSpace - px, 0); - } - }, - props = this.prototype.axisProps; - Ext.apply(props.horz, methods); - Ext.apply(props.vert, methods); -}); - -/** - * This layout manages multiple child Components, each fitted to the Container, where only a single child Component can be - * visible at any given time. This layout style is most commonly used for wizards, tab implementations, etc. - * This class is intended to be extended or created via the layout:'card' {@link Ext.container.Container#layout} config, - * and should generally not need to be created directly via the new keyword. - * - * The CardLayout's focal method is {@link #setActiveItem}. Since only one panel is displayed at a time, - * the only way to move from one Component to the next is by calling setActiveItem, passing the next panel to display - * (or its id or index). The layout itself does not provide a user interface for handling this navigation, - * so that functionality must be provided by the developer. - * - * To change the active card of a container, call the setActiveItem method of its layout: - * - * @example - * var p = Ext.create('Ext.panel.Panel', { - * layout: 'card', - * items: [ - * { html: 'Card 1' }, - * { html: 'Card 2' } - * ], - * renderTo: Ext.getBody() - * }); - * - * p.getLayout().setActiveItem(1); - * - * The {@link Ext.Component#beforedeactivate beforedeactivate} and {@link Ext.Component#beforeactivate beforeactivate} - * events can be used to prevent a card from activating or deactivating by returning `false`. - * - * @example - * var active = 0; - * var main = Ext.create('Ext.panel.Panel', { - * renderTo: Ext.getBody(), - * width: 200, - * height: 200, - * layout: 'card', - * tbar: [{ - * text: 'Next', - * handler: function(){ - * var layout = main.getLayout(); - * ++active; - * layout.setActiveItem(active); - * active = main.items.indexOf(layout.getActiveItem()); - * } - * }], - * items: [{ - * title: 'P1' - * }, { - * title: 'P2' - * }, { - * title: 'P3', - * listeners: { - * beforeactivate: function(){ - * return false; - * } - * } - * }] - * }); - * - * In the following example, a simplistic wizard setup is demonstrated. A button bar is added - * to the footer of the containing panel to provide navigation buttons. The buttons will be handled by a - * common navigation routine. Note that other uses of a CardLayout (like a tab control) would require a - * completely different implementation. For serious implementations, a better approach would be to extend - * CardLayout to provide the custom functionality needed. - * - * @example - * var navigate = function(panel, direction){ - * // This routine could contain business logic required to manage the navigation steps. - * // It would call setActiveItem as needed, manage navigation button state, handle any - * // branching logic that might be required, handle alternate actions like cancellation - * // or finalization, etc. A complete wizard implementation could get pretty - * // sophisticated depending on the complexity required, and should probably be - * // done as a subclass of CardLayout in a real-world implementation. - * var layout = panel.getLayout(); - * layout[direction](); - * Ext.getCmp('move-prev').setDisabled(!layout.getPrev()); - * Ext.getCmp('move-next').setDisabled(!layout.getNext()); - * }; - * - * Ext.create('Ext.panel.Panel', { - * title: 'Example Wizard', - * width: 300, - * height: 200, - * layout: 'card', - * bodyStyle: 'padding:15px', - * defaults: { - * // applied to each contained panel - * border: false - * }, - * // just an example of one possible navigation scheme, using buttons - * bbar: [ - * { - * id: 'move-prev', - * text: 'Back', - * handler: function(btn) { - * navigate(btn.up("panel"), "prev"); - * }, - * disabled: true - * }, - * '->', // greedy spacer so that the buttons are aligned to each side - * { - * id: 'move-next', - * text: 'Next', - * handler: function(btn) { - * navigate(btn.up("panel"), "next"); - * } - * } - * ], - * // the panels (or "cards") within the layout - * items: [{ - * id: 'card-0', - * html: '

    Welcome to the Wizard!

    Step 1 of 3

    ' - * },{ - * id: 'card-1', - * html: '

    Step 2 of 3

    ' - * },{ - * id: 'card-2', - * html: '

    Congratulations!

    Step 3 of 3 - Complete

    ' - * }], - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.layout.container.Card', { - /* Begin Definitions */ - extend: 'Ext.layout.container.Fit', - alternateClassName: 'Ext.layout.CardLayout', - alias: 'layout.card', - /* End Definitions */ - type: 'card', - hideInactive: true, - /** - * @cfg {Boolean} deferredRender - * True to render each contained item at the time it becomes active, false to render all contained items - * as soon as the layout is rendered (defaults to false). If there is a significant amount of content or - * a lot of heavy controls being rendered into panels that are not displayed by default, setting this to - * true might improve performance. - */ - deferredRender: false, - getRenderTree: function() { - var me = this, - activeItem = me.getActiveItem(); - if (activeItem) { - // If they veto the activate, we have no active item - if (activeItem.hasListeners.beforeactivate && activeItem.fireEvent('beforeactivate', activeItem) === false) { - // We must null our activeItem reference, AND the one in our owning Container. - // Because upon layout invalidation, renderChildren will use this.getActiveItem which - // uses this.activeItem || this.owner.activeItem - activeItem = me.activeItem = me.owner.activeItem = null; - } - // Item is to be the active one. Fire event after it is first layed out - else if (activeItem.hasListeners.activate) { - activeItem.on({ - boxready: function() { - activeItem.fireEvent('activate', activeItem); - }, - single: true - }); - } - if (me.deferredRender) { - if (activeItem) { - return me.getItemsRenderTree([ - activeItem - ]); - } - } else { - return me.callParent(arguments); - } - } - }, - renderChildren: function() { - var me = this, - active = me.getActiveItem(); - if (!me.deferredRender) { - me.callParent(); - } else if (active) { - // ensure the active item is configured for the layout - me.renderItems([ - active - ], me.getRenderTarget()); - } - }, - isValidParent: function(item, target, position) { - // Note: Card layout does not care about order within the target because only one is ever visible. - // We only care whether the item is a direct child of the target. - var itemEl = item.el ? item.el.dom : Ext.getDom(item); - return (itemEl && itemEl.parentNode === (target.dom || target)) || false; - }, - /** - * Return the active (visible) component in the layout. - * @return {Ext.Component} - */ - getActiveItem: function() { - var me = this, - // It's necessary to check that me.activeItem is not undefined as it could be 0 (falsey). We're more interested in - // checking the layout's activeItem property, since that is the source of truth for an activeItem. If it's - // determined to be empty, check the owner. Note that a default item is returned if activeItem is `undefined` but - // not `null`. Also, note that `null` is legitimate value and completely different from `undefined`. - item = me.activeItem === undefined ? (me.owner && me.owner.activeItem) : me.activeItem, - result = me.parseActiveItem(item); - // Sanitize the result in case the active item is no longer there. - if (result && me.owner.items.indexOf(result) !== -1) { - me.activeItem = result; - } - // Note that in every use case me.activeItem will have a truthy value except for when a container or tabpanel is explicity - // configured with activeItem/Tab === null or when an out-of-range index is given for an active tab (as it will be undefined). - // In those cases, it is meaningful to return the null value, so do so. - return result == null ? null : (me.activeItem || me.owner.activeItem); - }, - /** - * @private - */ - parseActiveItem: function(item) { - var activeItem; - if (item && item.isComponent) { - activeItem = item; - } else if (typeof item === 'number' || item === undefined) { - activeItem = this.getLayoutItems()[item || 0]; - } else if (item === null) { - activeItem = null; - } else { - activeItem = this.owner.getComponent(item); - } - return activeItem; - }, - /** - * @private - * Called before both dynamic render, and bulk render. - * Ensure that the active item starts visible, and inactive ones start invisible. - */ - configureItem: function(item) { - item.setHiddenState(item !== this.getActiveItem()); - this.callParent(arguments); - }, - onAdd: function(item, pos) { - this.callParent([ - item, - pos - ]); - this.setItemHideMode(item); - }, - onRemove: function(component) { - var me = this; - me.callParent([ - component - ]); - me.resetItemHideMode(component); - if (component === me.activeItem) { - // Note setting to `undefined` is intentional. Don't null it out since null now has a specific meaning in - // tab management (it specifies not setting an active item). - me.activeItem = undefined; - } - }, - /** - * @private - */ - getAnimation: function(newCard, owner) { - var newAnim = (newCard || {}).cardSwitchAnimation; - if (newAnim === false) { - return false; - } - return newAnim || owner.cardSwitchAnimation; - }, - /** - * Return the active (visible) component in the layout to the next card - * @return {Ext.Component} The next component or false. - */ - getNext: function() { - var wrap = arguments[0], - items = this.getLayoutItems(), - index = Ext.Array.indexOf(items, this.activeItem); - return items[index + 1] || (wrap ? items[0] : false); - }, - /** - * Sets the active (visible) component in the layout to the next card - * @return {Ext.Component} the activated component or false when nothing activated. - */ - next: function() { - var anim = arguments[0], - wrap = arguments[1]; - return this.setActiveItem(this.getNext(wrap), anim); - }, - /** - * Return the active (visible) component in the layout to the previous card - * @return {Ext.Component} The previous component or false. - */ - getPrev: function() { - var wrap = arguments[0], - items = this.getLayoutItems(), - index = Ext.Array.indexOf(items, this.activeItem); - return items[index - 1] || (wrap ? items[items.length - 1] : false); - }, - /** - * Sets the active (visible) component in the layout to the previous card - * @return {Ext.Component} the activated component or false when nothing activated. - */ - prev: function() { - var anim = arguments[0], - wrap = arguments[1]; - return this.setActiveItem(this.getPrev(wrap), anim); - }, - /** - * Makes the given card active. - * - * var card1 = Ext.create('Ext.panel.Panel', {itemId: 'card-1'}); - * var card2 = Ext.create('Ext.panel.Panel', {itemId: 'card-2'}); - * var panel = Ext.create('Ext.panel.Panel', { - * layout: 'card', - * activeItem: 0, - * items: [card1, card2] - * }); - * // These are all equivalent - * panel.getLayout().setActiveItem(card2); - * panel.getLayout().setActiveItem('card-2'); - * panel.getLayout().setActiveItem(1); - * - * @param {Ext.Component/Number/String} newCard The component, component {@link Ext.Component#id id}, - * {@link Ext.Component#itemId itemId}, or index of component. - * @return {Ext.Component} the activated component or false when nothing activated. - * False is returned also when trying to activate an already active card. - */ - setActiveItem: function(newCard) { - var me = this, - owner = me.owner, - oldCard = me.activeItem, - rendered = owner.rendered, - newIndex, focusNewCard; - newCard = me.parseActiveItem(newCard); - newIndex = owner.items.indexOf(newCard); - // If the card is not a child of the owner, then add it. - // Without doing a layout! - if (newIndex === -1) { - newIndex = owner.items.items.length; - Ext.suspendLayouts(); - newCard = owner.add(newCard); - Ext.resumeLayouts(); - } - // Is this a valid, different card? - if (newCard && oldCard !== newCard) { - // Fire the beforeactivate and beforedeactivate events on the cards - if (newCard.fireEvent('beforeactivate', newCard, oldCard) === false) { - return false; - } - if (oldCard && oldCard.fireEvent('beforedeactivate', oldCard, newCard) === false) { - return false; - } - if (rendered) { - Ext.suspendLayouts(); - // If the card has not been rendered yet, now is the time to do so. - if (!newCard.rendered) { - me.renderItem(newCard, me.getRenderTarget(), owner.items.length); - } - if (oldCard) { - if (me.hideInactive) { - focusNewCard = oldCard.el.contains(Ext.Element.getActiveElement()); - oldCard.hide(); - if (oldCard.hidden) { - oldCard.hiddenByLayout = true; - oldCard.fireEvent('deactivate', oldCard, newCard); - } else // Hide was vetoed, we cannot change cards. - { - return false; - } - } - } - // Make sure the new card is shown - if (newCard.hidden) { - newCard.show(); - } - // Layout needs activeItem to be correct, so clear it if the show has been vetoed, - // set it if the show has *not* been vetoed. - if (newCard.hidden) { - me.activeItem = newCard = null; - } else { - me.activeItem = newCard; - // If the card being hidden contained focus, attempt to focus the new card - // So as not to leave focus undefined. - // The focus() call will focus the defaultFocus if it is a container - // so ensure there is a defaultFocus. - if (focusNewCard) { - if (!newCard.defaultFocus) { - newCard.defaultFocus = ':focusable'; - } - newCard.focus(); - } - } - Ext.resumeLayouts(true); - } else { - me.activeItem = newCard; - } - newCard.fireEvent('activate', newCard, oldCard); - return me.activeItem; - } - return false; - }, - /** - * @private - * Reset back to initial config when item is removed from the panel. - */ - resetItemHideMode: function(item) { - item.hideMode = item.originalHideMode; - delete item.originalHideMode; - }, - /** - * @private - * A card layout items must have its visibility mode set to OFFSETS so its scroll - * positions isn't reset when hidden. - * - * Do this automatically when an item is added to the panel. - */ - setItemHideMode: function(item) { - item.originalHideMode = item.hideMode; - item.hideMode = 'offsets'; - } -}); - -/** - * This layout manager is used to center contents within a container. As a subclass of - * {@link Ext.layout.container.Fit fit layout}, CenterLayout expects to have one child - * item; multiple items will be placed overlapping. The layout does not require any config - * options. Items in the container can use percentage width or height rather than be fit - * to the full size of the container. - * - * Example usage: - * - * // The content panel is centered in the container - * - * var p = Ext.create('Ext.Panel', { - * title: 'Center Layout', - * layout: 'center', - * items: [{ - * title: 'Centered Content', - * width: '75%', // assign 75% of the container width to the item - * html: 'Some content' - * }] - * }); - * - * If you leave the title blank and specify no border you can create a non-visual, structural - * container just for centering the contents. - * - * var p = Ext.create('Ext.Container', { - * layout: 'center', - * items: [{ - * title: 'Centered Content', - * width: 300, - * height: '90%', // assign 90% of the container height to the item - * html: 'Some content' - * }] - * }); - */ -Ext.define('Ext.layout.container.Center', { - extend: 'Ext.layout.container.Fit', - alias: [ - 'layout.center', - 'layout.ux.center' - ], - alternateClassName: 'Ext.ux.layout.Center', - type: 'center', - percentRe: /^\d+(?:\.\d+)?\%$/, - itemCls: Ext.baseCSSPrefix + 'center-layout-item', - childEls: [ - 'targetEl' - ], - renderTpl: [ - '' - ], - targetElCls: Ext.baseCSSPrefix + 'center-target', - beginLayout: function(ownerContext) { - var me = this, - percentRe = me.percentRe, - childItems, len, i, itemContext, item, widthModel, heightModel; - me.callParent([ - ownerContext - ]); - childItems = ownerContext.childItems; - for (i = 0 , len = childItems.length; i < len; ++i) { - itemContext = childItems[i]; - item = itemContext.target; - widthModel = itemContext.widthModel; - heightModel = itemContext.heightModel; - if (percentRe.test(item.width)) { - item.getEl().setStyle('width', ''); - } - if (percentRe.test(item.height)) { - item.getEl().setStyle('height', ''); - } - } - ownerContext.targetElContext = ownerContext.getEl('targetEl', me); - }, - beginLayoutCycle: function(ownerContext, firstCycle) { - var targetEl = this.targetEl; - this.callParent([ - ownerContext, - firstCycle - ]); - targetEl.setStyle('width', ''); - targetEl.setStyle('height', ''); - }, - getRenderData: function() { - var data = this.callParent(); - data.targetElCls = this.targetElCls; - return data; - }, - getRenderTarget: function() { - return this.targetEl; - }, - getItemSizePolicy: function(item, ownerSizeModel) { - var me = this, - sizeModel = ownerSizeModel || me.owner.getSizeModel(), - percentRe = me.percentRe, - mode = ((sizeModel.width.shrinkWrap || !percentRe.test(item.width)) ? 0 : 1) | // jshint ignore:line - ((sizeModel.height.shrinkWrap || !percentRe.test(item.height)) ? 0 : 2); - return me.sizePolicies[mode]; - }, - isItemBoxParent: function(itemContext) { - return true; - }, - isItemShrinkWrap: function(item) { - return true; - }, - calculate: function(ownerContext) { - var targetElContext = ownerContext.targetElContext, - info; - this.callParent([ - ownerContext - ]); - info = ownerContext.state.info; - if (ownerContext.widthModel.shrinkWrap) { - targetElContext.setWidth(info.contentWidth); - } - if (ownerContext.heightModel.shrinkWrap) { - targetElContext.setHeight(info.contentHeight); - } - }, - getPos: function(itemContext, info, dimension) { - var modelName = dimension + 'Model', - size = itemContext.props[dimension], - pos = 0; - if (!itemContext[modelName].calculated) { - size += info.margins[dimension]; - } - if (!info.ownerContext[modelName].shrinkWrap) { - pos = Math.round((info.targetSize[dimension] - size) / 2); - if (isNaN(pos)) { - this.done = false; - } - } - return Math.max(pos, 0); - }, - positionItemX: function(itemContext, info) { - var left = this.getPos(itemContext, info, 'width'); - itemContext.setProp('x', left); - }, - positionItemY: function(itemContext, info) { - var top = this.getPos(itemContext, info, 'height'); - itemContext.setProp('y', top); - }, - setItemHeight: function(itemContext, info) { - var ratio = parseFloat(itemContext.target.height) / 100; - itemContext.setHeight(Math.round((info.targetSize.height - info.margins.height) * ratio)); - }, - setItemWidth: function(itemContext, info) { - var ratio = parseFloat(itemContext.target.width) / 100; - itemContext.setWidth(Math.round((info.targetSize.width - info.margins.width) * ratio)); - } -}); - -/** - * This is a layout that will render form Fields, one under the other all stretched to the Container width. - * - * @example - * Ext.create('Ext.Panel', { - * width: 500, - * height: 300, - * title: "FormLayout Panel", - * layout: 'form', - * renderTo: Ext.getBody(), - * bodyPadding: 5, - * defaultType: 'textfield', - * items: [{ - * fieldLabel: 'First Name', - * name: 'first', - * allowBlank:false - * },{ - * fieldLabel: 'Last Name', - * name: 'last' - * },{ - * fieldLabel: 'Company', - * name: 'company' - * }, { - * fieldLabel: 'Email', - * name: 'email', - * vtype:'email' - * }, { - * fieldLabel: 'DOB', - * name: 'dob', - * xtype: 'datefield' - * }, { - * fieldLabel: 'Age', - * name: 'age', - * xtype: 'numberfield', - * minValue: 0, - * maxValue: 100 - * }, { - * xtype: 'timefield', - * fieldLabel: 'Time', - * name: 'time', - * minValue: '8:00am', - * maxValue: '6:00pm' - * }] - * }); - */ -Ext.define('Ext.layout.container.Form', { - extend: 'Ext.layout.container.Auto', - alternateClassName: 'Ext.layout.FormLayout', - alias: 'layout.form', - type: 'form', - formWrapCls: Ext.baseCSSPrefix + 'form-layout-wrap', - formWrapAutoLabelCls: Ext.baseCSSPrefix + 'form-layout-auto-label', - formWrapSizedLabelCls: Ext.baseCSSPrefix + 'form-layout-sized-label', - formColGroupCls: Ext.baseCSSPrefix + 'form-layout-colgroup', - formColumnCls: Ext.baseCSSPrefix + 'form-layout-column', - formLabelColumnCls: Ext.baseCSSPrefix + 'form-layout-label-column', - /** - * @cfg {Number} itemSpacing - * The amount of space, in pixels, to use between the items. Defaults to the value - * inherited from the theme's stylesheet as configured by - * {@link Ext.form.Labelable#$form-item-margin-bottom $form-item-margin-bottom}. - */ - /** - * @cfg {Number/String} labelWidth - * The width of the labels. This can be either a number in pixels, or a valid CSS - * "width" style, e.g. `'100px'`, or `'30%'`. When configured, all labels will assume - * this width, and any {@link Ext.form.Labelable#labelWidth labelWidth} specified - * on the items will be ignored. - * - * The default behavior of this layout when no no labelWidth is specified is to size - * the labels to the text-width of the label with the longest text. - */ - childEls: [ - 'formWrap', - 'labelColumn' - ], - beforeBodyTpl: '
    style="border-spacing:{itemSpacing}px">' + '
    ' + '
    style="width:{labelWidth}">' + '
    ' + '
    ' + '
    ', - afterBodyTpl: '
    ', - getRenderData: function() { - var me = this, - labelWidth = me.labelWidth, - formWrapCls = me.formWrapCls, - data = me.callParent(); - if (labelWidth) { - if (typeof labelWidth === 'number') { - labelWidth += 'px'; - } - data.labelWidth = labelWidth; - formWrapCls += ' ' + me.formWrapSizedLabelCls; - } else { - formWrapCls += ' ' + me.formWrapAutoLabelCls; - } - data.formWrapCls = formWrapCls; - data.formColGroupCls = me.formColGroupCls; - data.formColumnCls = me.formColumnCls; - data.formLabelColumnCls = me.formLabelColumnCls; - return data; - }, - getRenderTarget: function() { - return this.formWrap; - } -}); - -/** - * A menu containing a Ext.picker.Color Component. - * - * Notes: - * - * - Although not listed here, the **constructor** for this class accepts all of the - * configuration options of {@link Ext.picker.Color}. - * - If subclassing ColorMenu, any configuration options for the ColorPicker must be - * applied to the **initialConfig** property of the ColorMenu. Applying - * {@link Ext.picker.Color ColorPicker} configuration settings to `this` will **not** - * affect the ColorPicker's configuration. - * - * Example: - * - * @example - * var colorPicker = Ext.create('Ext.menu.ColorPicker', { - * value: '000000' - * }); - * - * Ext.create('Ext.menu.Menu', { - * items: [{ - * text: 'Choose a color', - * menu: colorPicker - * },{ - * iconCls: 'add16', - * text: 'Icon item' - * },{ - * text: 'Regular item' - * }] - * }).showAt([5, 5]); - */ -Ext.define('Ext.menu.ColorPicker', { - extend: 'Ext.menu.Menu', - alias: 'widget.colormenu', - requires: [ - 'Ext.picker.Color' - ], - /** - * @cfg {Boolean} hideOnClick - * False to continue showing the menu after a color is selected. - */ - hideOnClick: true, - /** - * @cfg {String} pickerId - * An id to assign to the underlying color picker. - */ - pickerId: null, - /** - * @cfg {Number} maxHeight - * @private - */ - /** - * @property {Ext.picker.Color} picker - * The {@link Ext.picker.Color} instance for this ColorMenu - */ - /** - * @event click - * @private - */ - initComponent: function() { - var me = this, - cfg = Ext.apply({}, me.initialConfig); - // Ensure we don't get duplicate listeners - delete cfg.listeners; - Ext.apply(me, { - plain: true, - showSeparator: false, - bodyPadding: 0, - items: Ext.applyIf({ - cls: Ext.baseCSSPrefix + 'menu-color-item', - margin: 0, - id: me.pickerId, - xtype: 'colorpicker' - }, cfg) - }); - me.callParent(arguments); - me.picker = me.down('colorpicker'); - /** - * @event select - * @inheritdoc Ext.picker.Color#select - */ - me.relayEvents(me.picker, [ - 'select' - ]); - if (me.hideOnClick) { - me.on('select', me.hidePickerOnSelect, me); - } - }, - /** - * Hides picker on select if hideOnClick is true - * @private - */ - hidePickerOnSelect: function() { - Ext.menu.Manager.hideAll(); - } -}); - -/** - * A menu containing an Ext.picker.Date Component. - * - * Notes: - * - * - Although not listed here, the **constructor** for this class accepts all of the - * configuration options of **{@link Ext.picker.Date}**. - * - If subclassing DateMenu, any configuration options for the DatePicker must be applied - * to the **initialConfig** property of the DateMenu. Applying {@link Ext.picker.Date Date Picker} - * configuration settings to **this** will **not** affect the Date Picker's configuration. - * - * Example: - * - * @example - * var dateMenu = Ext.create('Ext.menu.DatePicker', { - * handler: function(dp, date){ - * Ext.Msg.alert('Date Selected', 'You selected ' + Ext.Date.format(date, 'M j, Y')); - * } - * }); - * - * Ext.create('Ext.menu.Menu', { - * items: [{ - * text: 'Choose a date', - * menu: dateMenu - * },{ - * iconCls: 'add16', - * text: 'Icon item' - * },{ - * text: 'Regular item' - * }] - * }).showAt([5, 5]); - */ -Ext.define('Ext.menu.DatePicker', { - extend: 'Ext.menu.Menu', - alias: 'widget.datemenu', - requires: [ - 'Ext.picker.Date' - ], - ariaRole: 'dialog', - // - /** - * @cfg {String} ariaLabel ARIA label for the Date Picker menu - */ - ariaLabel: 'Date picker', - // - /** - * @cfg {Boolean} hideOnClick - * False to continue showing the menu after a date is selected. - */ - hideOnClick: true, - /** - * @cfg {String} pickerId - * An id to assign to the underlying date picker. - */ - pickerId: null, - /** - * @cfg {Object} [pickerCfg] Date picker configuration. This config - * takes priority over {@link #pickerId}. - - /** - * @cfg {Number} maxHeight - * @private - */ - /** - * @property {Ext.picker.Date} picker - * The {@link Ext.picker.Date} instance for this DateMenu - */ - // DatePicker menu is a special case; Date picker does all key handling - // except the Esc key which is also handled unlike the ordinary menu - enableFocusableContainer: false, - initComponent: function() { - var me = this, - cfg, pickerConfig; - if (me.pickerCfg) { - pickerConfig = Ext.apply({ - cls: Ext.baseCSSPrefix + 'menu-date-item', - margin: 0, - border: false, - id: me.pickerId, - xtype: 'datepicker' - }, me.pickerCfg); - } else { - // Need to keep this insanity for backwards compat :( - cfg = Ext.apply({}, me.initialConfig); - // Ensure we clear any listeners so they aren't duplicated - delete cfg.listeners; - pickerConfig = Ext.applyIf({ - cls: Ext.baseCSSPrefix + 'menu-date-item', - margin: 0, - border: false, - id: me.pickerId, - xtype: 'datepicker' - }, cfg); - } - Ext.apply(me, { - showSeparator: false, - plain: true, - bodyPadding: 0, - // remove the body padding from the datepicker menu item so it looks like 3.3 - items: [ - pickerConfig - ] - }); - me.callParent(); - me.picker = me.down('datepicker'); - /** - * @event select - * @inheritdoc Ext.picker.Date#select - */ - me.relayEvents(me.picker, [ - 'select' - ]); - if (me.hideOnClick) { - me.on('select', me.hidePickerOnSelect, me); - } - }, - onEscapeKey: function(e) { - // Unlike the other menus, DatePicker menu should not close completely on Esc key. - // This is because ordinary menu items will allow using Left arrow key to return - // to the parent menu; however in the Date picker left arrow is used to navigate - // in the calendar. So we use Esc key to return to the parent menu instead. - if (this.floating && this.ownerCmp && this.ownerCmp.focus) { - this.ownerCmp.focus(); - } - }, - hidePickerOnSelect: function() { - Ext.menu.Manager.hideAll(); - } -}); - -/** - * This mixin is applied to panels that want to manage a Pin state and corresponding tool. - */ -Ext.define('Ext.panel.Pinnable', { - extend: 'Ext.Mixin', - mixinId: 'pinnable', - pinnable: true, - pinnedTip: 'Unpin this item', - unpinnedTip: 'Pin this item', - initPinnable: function() { - var me = this, - pinned = me.isPinned(); - me.addTool(me.pinTool = Ext.widget({ - xtype: 'tool', - type: pinned ? 'unpin' : 'pin', - callback: 'togglePin', - scope: me, - tooltip: pinned ? me.pinnedTip : me.unpinnedTip - })); - }, - isPinned: function() { - return !this.floating; - }, - setPinned: function(pinned) { - var me = this, - args; - if (pinned !== me.isPinned()) { - args = [ - me, - pinned - ]; - if (me.fireEventArgs('beforepinchange', args) !== false) { - me.updatePinned(pinned); - me.fireEventArgs('pinchange', args); - } - } - }, - togglePin: function() { - this.setPinned(!this.isPinned()); - }, - updatePinned: function(pinned) { - var me = this, - tool = me.pinTool; - tool.setTooltip(pinned ? me.pinnedTip : me.unpinnedTip); - tool.setType(pinned ? 'unpin' : 'pin'); - } -}); - -/** - * Creates plugin instances. - * - * A plugin may be specified simply as a *config object* as long as the correct `ptype` is specified: - * - * { - * ptype: 'gridviewdragdrop', - * dragText: 'Drag and drop to reorganize' - * } - * - * Or just use the ptype on its own: - * - * 'gridviewdragdrop' - * - * Alternatively you can instantiate the plugin with Ext.create: - * - * Ext.create('Ext.grid.plugin.DragDrop', { - * dragText: 'Drag and drop to reorganize' - * }) - * @private - */ -Ext.define('Ext.plugin.Manager', { - alternateClassName: [ - 'Ext.PluginManager', - 'Ext.PluginMgr' - ], - singleton: true, - typeName: 'ptype', - /** - * Creates a new Plugin from the specified config object using the config object's ptype to determine the class to - * instantiate. - * @param {Object} config A configuration object for the Plugin you wish to create. - * @param {Function} defaultType (optional) The constructor to provide the default Plugin type if the config object does not - * contain a `ptype`. (Optional if the config contains a `ptype`). - * @return {Ext.Component} The newly instantiated Plugin. - */ - create: function(config, defaultType, host) { - var result, type; - if (config.init) { - result = config; - } else { - // Inject the host into the config is we know the host - if (host) { - config = Ext.apply({}, config); - // copy since we are going to modify - config.cmp = host; - } else // Grab the host ref if it was configured in - { - host = config.cmp; - } - if (config.xclass) { - result = Ext.create(config); - } else { - // Lookup the class from the ptype and instantiate unless its a singleton - type = 'plugin.' + (config.ptype || defaultType); - result = Ext.ClassManager.instantiateByAlias(type, config); - } - } - // If we come out with a non-null plugin, ensure that any setCmp is called once. - if (result && host && result.setCmp && !result.setCmpCalled) { - result.setCmp(host); - result.setCmpCalled = true; - } - return result; - } -}); - -/** - * Private utility class for Ext.BorderSplitter. - * @private - */ -Ext.define('Ext.resizer.BorderSplitterTracker', { - extend: 'Ext.resizer.SplitterTracker', - requires: [ - 'Ext.util.Region' - ], - getPrevCmp: null, - getNextCmp: null, - // calculate the constrain Region in which the splitter el may be moved. - calculateConstrainRegion: function() { - var me = this, - splitter = me.splitter, - collapseTarget = splitter.collapseTarget, - defaultSplitMin = splitter.defaultSplitMin, - sizePropCap = splitter.vertical ? 'Width' : 'Height', - minSizeProp = 'min' + sizePropCap, - maxSizeProp = 'max' + sizePropCap, - getSizeMethod = 'get' + sizePropCap, - neighbors = splitter.neighbors, - length = neighbors.length, - box = collapseTarget.el.getBox(), - left = box.x, - top = box.y, - right = box.right, - bottom = box.bottom, - size = splitter.vertical ? (right - left) : (bottom - top), - //neighborSizes = [], - i, neighbor, neighborMaxSize, minRange, maxRange, maxGrowth, maxShrink, targetSize; - // if size=100 and minSize=80, we can reduce by 20 so minRange = minSize-size = -20 - minRange = (collapseTarget[minSizeProp] || Math.min(size, defaultSplitMin)) - size; - // if maxSize=150, maxRange = maxSize - size = 50 - maxRange = collapseTarget[maxSizeProp]; - if (!maxRange) { - maxRange = 1000000000; - } else { - maxRange -= size; - } - targetSize = size; - for (i = 0; i < length; ++i) { - neighbor = neighbors[i]; - size = neighbor[getSizeMethod](); - neighborMaxSize = neighbor[maxSizeProp]; - if (neighborMaxSize === null) { - // calculations that follow expect NaN as a result if max size is undefined - // e.g. (10 - undefined) returns NaN - // Unfortunately the same is not true for null - (10 - null === 10) so - // we convert null into undefined to make sure they both behave the same - neighborMaxSize = undefined; - } - maxGrowth = size - neighborMaxSize; - // NaN if no maxSize or negative - maxShrink = size - (neighbor[minSizeProp] || Math.min(size, defaultSplitMin)); - if (!isNaN(maxGrowth)) { - // if neighbor can only grow by 10 (maxGrowth = -10), minRange cannot be - // -20 anymore, but now only -10: - if (minRange < maxGrowth) { - minRange = maxGrowth; - } - } - // if neighbor can shrink by 20 (maxShrink=20), maxRange cannot be 50 anymore, - // but now only 20: - if (maxRange > maxShrink) { - maxRange = maxShrink; - } - } - if (maxRange - minRange < 2) { - return null; - } - box = new Ext.util.Region(top, right, bottom, left); - me.constraintAdjusters[me.getCollapseDirection()](box, minRange, maxRange, splitter); - me.dragInfo = { - minRange: minRange, - maxRange: maxRange, - //neighborSizes: neighborSizes, - targetSize: targetSize - }; - return box; - }, - constraintAdjusters: { - // splitter is to the right of the box - left: function(box, minRange, maxRange, splitter) { - box[0] = box.x = box.left = box.right + minRange; - box.right += maxRange + splitter.getWidth(); - }, - // splitter is below the box - top: function(box, minRange, maxRange, splitter) { - box[1] = box.y = box.top = box.bottom + minRange; - box.bottom += maxRange + splitter.getHeight(); - }, - // splitter is above the box - bottom: function(box, minRange, maxRange, splitter) { - box.bottom = box.top - minRange; - box.top -= maxRange + splitter.getHeight(); - }, - // splitter is to the left of the box - right: function(box, minRange, maxRange, splitter) { - box.right = box.left - minRange; - box[0] = box.x = box.left = box.x - maxRange + splitter.getWidth(); - } - }, - onBeforeStart: function(e) { - var me = this, - splitter = me.splitter, - collapseTarget = splitter.collapseTarget, - neighbors = splitter.neighbors, - length = neighbors.length, - i, neighbor; - if (collapseTarget.collapsed) { - return false; - } - // disabled if any neighbors are collapsed in parallel direction. - for (i = 0; i < length; ++i) { - neighbor = neighbors[i]; - if (neighbor.collapsed && neighbor.isHorz === collapseTarget.isHorz) { - return false; - } - } - if (!(me.constrainTo = me.calculateConstrainRegion())) { - return false; - } - return true; - }, - performResize: function(e, offset) { - var me = this, - splitter = me.splitter, - collapseDirection = splitter.getCollapseDirection(), - collapseTarget = splitter.collapseTarget, - // a vertical splitter adjusts horizontal dimensions - adjusters = me.splitAdjusters[splitter.vertical ? 'horz' : 'vert'], - delta = offset[adjusters.index], - dragInfo = me.dragInfo, - //neighbors = splitter.neighbors, - //length = neighbors.length, - //neighborSizes = dragInfo.neighborSizes, - //isVert = collapseTarget.isVert, - //i, neighbor, - owner; - if (collapseDirection === 'right' || collapseDirection === 'bottom') { - // these splitters grow by moving left/up, so flip the sign of delta... - delta = -delta; - } - // now constrain delta to our computed range: - delta = Math.min(Math.max(dragInfo.minRange, delta), dragInfo.maxRange); - if (delta) { - (owner = splitter.ownerCt).suspendLayouts(); - adjusters.adjustTarget(collapseTarget, dragInfo.targetSize, delta); - //for (i = 0; i < length; ++i) { - // neighbor = neighbors[i]; - // if (!neighbor.isCenter && !neighbor.maintainFlex && neighbor.isVert == isVert) { - // delete neighbor.flex; - // adjusters.adjustNeighbor(neighbor, neighborSizes[i], delta); - // } - //} - owner.resumeLayouts(true); - } - }, - splitAdjusters: { - horz: { - index: 0, - //adjustNeighbor: function (neighbor, size, delta) { - // neighbor.setSize(size - delta); - //}, - adjustTarget: function(target, size, delta) { - target.flex = null; - target.setSize(size + delta); - } - }, - vert: { - index: 1, - //adjustNeighbor: function (neighbor, size, delta) { - // neighbor.setSize(undefined, size - delta); - //}, - adjustTarget: function(target, targetSize, delta) { - target.flex = null; - target.setSize(undefined, targetSize + delta); - } - } - }, - getCollapseDirection: function() { - return this.splitter.getCollapseDirection(); - } -}); - -/** - * Provides a handle for 9-point resizing of Elements or Components. - */ -Ext.define('Ext.resizer.Handle', { - extend: 'Ext.Component', - handleCls: '', - baseHandleCls: Ext.baseCSSPrefix + 'resizable-handle', - // Ext.resizer.Resizer.prototype.possiblePositions define the regions - // which will be passed in as a region configuration. - region: '', - ariaRole: 'presentation', - beforeRender: function() { - var me = this; - me.callParent(); - me.protoEl.unselectable(); - me.addCls(me.baseHandleCls, me.baseHandleCls + '-' + me.region, me.handleCls); - } -}); - -/** - * Private utility class for Ext.resizer.Resizer. - * @private - */ -Ext.define('Ext.resizer.ResizeTracker', { - extend: 'Ext.dd.DragTracker', - dynamic: true, - preserveRatio: false, - // Default to no constraint - constrainTo: null, - proxyCls: Ext.baseCSSPrefix + 'resizable-proxy', - constructor: function(config) { - var me = this, - widthRatio, heightRatio, throttledResizeFn; - if (!config.el) { - if (config.target.isComponent) { - me.el = config.target.getEl(); - } else { - me.el = config.target; - } - } - this.callParent(arguments); - // Ensure that if we are preserving aspect ratio, the largest minimum is honoured - if (me.preserveRatio && me.minWidth && me.minHeight) { - widthRatio = me.minWidth / me.el.getWidth(); - heightRatio = me.minHeight / me.el.getHeight(); - // largest ratio of minimum:size must be preserved. - // So if a 400x200 pixel image has - // minWidth: 50, maxWidth: 50, the maxWidth will be 400 * (50/200)... that is 100 - if (heightRatio > widthRatio) { - me.minWidth = me.el.getWidth() * heightRatio; - } else { - me.minHeight = me.el.getHeight() * widthRatio; - } - } - // If configured as throttled, create an instance version of resize which calls - // a throttled function to perform the resize operation. - if (me.throttle) { - throttledResizeFn = Ext.Function.createThrottled(function() { - Ext.resizer.ResizeTracker.prototype.resize.apply(me, arguments); - }, me.throttle); - me.resize = function(box, direction, atEnd) { - if (atEnd) { - Ext.resizer.ResizeTracker.prototype.resize.apply(me, arguments); - } else { - throttledResizeFn.apply(null, arguments); - } - }; - } - }, - onBeforeStart: function(e) { - // record the startBox - this.startBox = this.target.getBox(); - }, - /** - * @private - * Returns the object that will be resized instead of the true target on every mousemove event. - * If dynamic is false, this will be a proxy, otherwise it will be null target. - */ - getProxy: function() { - var me = this; - if (!me.dynamic && !me.proxy) { - me.proxy = me.createProxy(me.target || me.el); - // Only hide proxy at end if we create one dynamically - // When a wrapped resizer is used it passes the wrapping el in as the proxy. - me.hideProxy = true; - } - if (me.proxy) { - me.proxy.show(); - return me.proxy; - } - }, - /** - * Create a proxy for this resizer - * @param {Ext.Component/Ext.dom.Element} target The target - * @return {Ext.dom.Element} A proxy element - */ - createProxy: function(target) { - var proxy, - cls = this.proxyCls; - if (target.isComponent) { - proxy = target.getProxy().addCls(cls); - } else { - proxy = target.createProxy({ - tag: 'div', - role: 'presentation', - cls: cls, - id: target.id + '-rzproxy' - }, Ext.getBody()); - } - proxy.removeCls(Ext.baseCSSPrefix + 'proxy-el'); - return proxy; - }, - onStart: function(e) { - // returns the Ext.ResizeHandle that the user started dragging - this.activeResizeHandle = Ext.get(this.getDragTarget().id); - // If we are using a proxy, ensure it is sized. - if (!this.dynamic) { - this.resize(this.startBox); - } - }, - onMouseDown: function(e, target) { - // Logic to resize components on top of iframes. To properly handle iframes "below" - // the resizable component, we cannot wait for triggerStart or onStart because if - // mouse moves out of the component and over the iframe we won't detect that the - // drag has started. So we have to mask the iframes now. We cannot do this in - // general because other draggable things cannot assume that mouseDown is safe - // for this purpose. In particular ComponentDragger on a maximaizable window will - // get tricked by the maximize button onMouseDown and mask everything but will - // noever get the onMopuseUp to unmask. - var targetEl = Ext.fly(target.parentNode); - this.callParent(arguments); - if (targetEl && targetEl.shim) { - targetEl.maskIframes(); - } - }, - onMouseUp: function(e) { - var targetEl = Ext.fly(this.dragTarget.parentNode); - this.callParent(arguments); - if (targetEl && targetEl.shim) { - targetEl.unmaskIframes(); - } - }, - onDrag: function(e) { - // dynamic resizing, update dimensions during resize - if (this.dynamic || this.proxy) { - this.updateDimensions(e); - } - }, - updateDimensions: function(e, atEnd) { - var me = this, - region = me.activeResizeHandle.region, - offset = me.getOffset(me.constrainTo ? 'dragTarget' : null), - box = me.startBox, - ratio, - widthAdjust = 0, - heightAdjust = 0, - snappedWidth, snappedHeight, - adjustX = 0, - adjustY = 0, - dragRatio, oppositeCorner, axis, // 1 = x, 2 = y, 3 = x and y. - newBox, newHeight, newWidth; - region = me.convertRegionName(region); - switch (region) { - case 'south': - heightAdjust = offset[1]; - axis = 2; - break; - case 'north': - heightAdjust = -offset[1]; - adjustY = -heightAdjust; - axis = 2; - break; - case 'east': - widthAdjust = offset[0]; - axis = 1; - break; - case 'west': - widthAdjust = -offset[0]; - adjustX = -widthAdjust; - axis = 1; - break; - case 'northeast': - heightAdjust = -offset[1]; - adjustY = -heightAdjust; - widthAdjust = offset[0]; - oppositeCorner = [ - box.x, - box.y + box.height - ]; - axis = 3; - break; - case 'southeast': - heightAdjust = offset[1]; - widthAdjust = offset[0]; - oppositeCorner = [ - box.x, - box.y - ]; - axis = 3; - break; - case 'southwest': - widthAdjust = -offset[0]; - adjustX = -widthAdjust; - heightAdjust = offset[1]; - oppositeCorner = [ - box.x + box.width, - box.y - ]; - axis = 3; - break; - case 'northwest': - heightAdjust = -offset[1]; - adjustY = -heightAdjust; - widthAdjust = -offset[0]; - adjustX = -widthAdjust; - oppositeCorner = [ - box.x + box.width, - box.y + box.height - ]; - axis = 3; - break; - } - newBox = { - width: box.width + widthAdjust, - height: box.height + heightAdjust, - x: box.x + adjustX, - y: box.y + adjustY - }; - // Snap value between stops according to configured increments - snappedWidth = Ext.Number.snap(newBox.width, me.widthIncrement); - snappedHeight = Ext.Number.snap(newBox.height, me.heightIncrement); - if (snappedWidth !== newBox.width || snappedHeight !== newBox.height) { - switch (region) { - case 'northeast': - newBox.y -= snappedHeight - newBox.height; - break; - case 'north': - newBox.y -= snappedHeight - newBox.height; - break; - case 'southwest': - newBox.x -= snappedWidth - newBox.width; - break; - case 'west': - newBox.x -= snappedWidth - newBox.width; - break; - case 'northwest': - newBox.x -= snappedWidth - newBox.width; - newBox.y -= snappedHeight - newBox.height; - } - newBox.width = snappedWidth; - newBox.height = snappedHeight; - } - // out of bounds - if (newBox.width < me.minWidth || newBox.width > me.maxWidth) { - newBox.width = Ext.Number.constrain(newBox.width, me.minWidth, me.maxWidth); - // Re-adjust the X position if we were dragging the west side - if (adjustX) { - newBox.x = box.x + (box.width - newBox.width); - } - } else { - me.lastX = newBox.x; - } - if (newBox.height < me.minHeight || newBox.height > me.maxHeight) { - newBox.height = Ext.Number.constrain(newBox.height, me.minHeight, me.maxHeight); - // Re-adjust the Y position if we were dragging the north side - if (adjustY) { - newBox.y = box.y + (box.height - newBox.height); - } - } else { - me.lastY = newBox.y; - } - // If this is configured to preserve the aspect ratio, or they are dragging using the shift key - if (me.preserveRatio || e.shiftKey) { - ratio = me.startBox.width / me.startBox.height; - // Calculate aspect ratio constrained values. - newHeight = Math.min(Math.max(me.minHeight, newBox.width / ratio), me.maxHeight); - newWidth = Math.min(Math.max(me.minWidth, newBox.height * ratio), me.maxWidth); - // X axis: width-only change, height must obey - if (axis === 1) { - newBox.height = newHeight; - } - // Y axis: height-only change, width must obey - else if (axis === 2) { - newBox.width = newWidth; - } else // Corner drag. - { - // Drag ratio is the ratio of the mouse point from the opposite corner. - // Basically what edge we are dragging, a horizontal edge or a vertical edge. - dragRatio = Math.abs(oppositeCorner[0] - this.lastXY[0]) / Math.abs(oppositeCorner[1] - this.lastXY[1]); - // If drag ratio > aspect ratio then width is dominant and height must obey - if (dragRatio > ratio) { - newBox.height = newHeight; - } else { - newBox.width = newWidth; - } - // Handle dragging start coordinates - if (region === 'northeast') { - newBox.y = box.y - (newBox.height - box.height); - } else if (region === 'northwest') { - newBox.y = box.y - (newBox.height - box.height); - newBox.x = box.x - (newBox.width - box.width); - } else if (region === 'southwest') { - newBox.x = box.x - (newBox.width - box.width); - } - } - } - // Keep track of whether position needs changing - me.setPosition = newBox.x !== me.startBox.x || newBox.y !== me.startBox.y; - me.resize(newBox, atEnd); - }, - resize: function(box, atEnd) { - var me = this, - target, - setPosition = me.setPosition; - // We are live resizing the target, or at the end: Size the target - if (me.dynamic || (!me.dynamic && atEnd)) { - // Resize the target - if (setPosition) { - me.target.setBox(box); - } else { - me.target.setSize(box.width, box.height); - } - } - // In the middle of a resize - just resize the proxy - if (!atEnd) { - target = me.getProxy(); - if (target && target !== me.target) { - if (setPosition || me.hideProxy) { - target.setBox(box); - } else { - target.setSize(box.width, box.height); - } - } - } - }, - onEnd: function(e) { - this.updateDimensions(e, true); - if (this.proxy && this.hideProxy) { - this.proxy.hide(); - } - }, - convertRegionName: function(name) { - return name; - } -}); - -/** - * Applies drag handles to an element or component to make it resizable. The drag handles are inserted into the element - * (or component's element) and positioned absolute. - * - * Textarea and img elements will be wrapped with an additional div because these elements do not support child nodes. - * The original element can be accessed through the originalTarget property. - * - * Here is the list of valid resize handles: - * - * Value Description - * ------ ------------------- - * 'n' north - * 's' south - * 'e' east - * 'w' west - * 'nw' northwest - * 'sw' southwest - * 'se' southeast - * 'ne' northeast - * 'all' all - * - * {@img Ext.resizer.Resizer/Ext.resizer.Resizer.png Ext.resizer.Resizer component} - * - * Here's an example showing the creation of a typical Resizer: - * - * Ext.create('Ext.resizer.Resizer', { - * target: 'elToResize', - * handles: 'all', - * minWidth: 200, - * minHeight: 100, - * maxWidth: 500, - * maxHeight: 400, - * pinned: true - * }); - */ -Ext.define('Ext.resizer.Resizer', { - mixins: { - observable: 'Ext.util.Observable' - }, - uses: [ - 'Ext.resizer.ResizeTracker', - 'Ext.Component' - ], - alternateClassName: 'Ext.Resizable', - handleCls: Ext.baseCSSPrefix + 'resizable-handle', - overCls: Ext.baseCSSPrefix + 'resizable-handle-over', - pinnedCls: Ext.baseCSSPrefix + 'resizable-pinned', - wrapCls: Ext.baseCSSPrefix + 'resizable-wrap', - wrappedCls: Ext.baseCSSPrefix + 'resizable-wrapped', - delimiterRe: /(?:\s*[,;]\s*)|\s+/, - /** - * @cfg {Boolean} dynamic - * Specify as true to update the {@link #target} (Element or {@link Ext.Component Component}) dynamically during - * dragging. This is `true` by default, but the {@link Ext.Component Component} class passes `false` when it is - * configured as {@link Ext.Component#resizable}. - * - * If specified as `false`, a proxy element is displayed during the resize operation, and the {@link #target} is - * updated on mouseup. - */ - dynamic: true, - /** - * @cfg {String} handles - * String consisting of the resize handles to display. Defaults to 's e se' for Elements and fixed position - * Components. Defaults to 8 point resizing for floating Components (such as Windows). Specify either `'all'` or any - * of `'n s e w ne nw se sw'`. - */ - handles: 's e se', - /** - * @cfg {Number} height - * Optional. The height to set target to in pixels - */ - height: null, - /** - * @cfg {Number} width - * Optional. The width to set the target to in pixels - */ - width: null, - /** - * @cfg {Number} heightIncrement - * The increment to snap the height resize in pixels. - */ - heightIncrement: 0, - /** - * @cfg {Number} widthIncrement - * The increment to snap the width resize in pixels. - */ - widthIncrement: 0, - /** - * @cfg {Number} minHeight - * The minimum height for the element - */ - minHeight: 20, - /** - * @cfg {Number} minWidth - * The minimum width for the element - */ - minWidth: 20, - /** - * @cfg {Number} maxHeight - * The maximum height for the element - */ - maxHeight: 10000, - /** - * @cfg {Number} maxWidth - * The maximum width for the element - */ - maxWidth: 10000, - /** - * @cfg {Boolean} pinned - * True to ensure that the resize handles are always visible, false indicates resizing by cursor changes only - */ - pinned: false, - /** - * @cfg {Boolean} preserveRatio - * True to preserve the original ratio between height and width during resize - */ - preserveRatio: false, - /** - * @cfg {Boolean} transparent - * True for transparent handles. This is only applied at config time. - */ - transparent: false, - /** - * @cfg {Ext.dom.Element/Ext.util.Region} constrainTo - * An element, or a {@link Ext.util.Region Region} into which the resize operation must be constrained. - */ - possiblePositions: { - n: 'north', - s: 'south', - e: 'east', - w: 'west', - se: 'southeast', - sw: 'southwest', - nw: 'northwest', - ne: 'northeast' - }, - /** - * @cfg {Ext.dom.Element/Ext.Component} target - * The Element or Component to resize. - */ - /** - * @property {Ext.dom.Element} el - * Outer element for resizing behavior. - */ - ariaRole: 'presentation', - /** - * @event beforeresize - * Fired before resize is allowed. Return false to cancel resize. - * @param {Ext.resizer.Resizer} this - * @param {Number} width The start width - * @param {Number} height The start height - * @param {Ext.event.Event} e The mousedown event - */ - /** - * @event resizedrag - * Fires during resizing. - * @param {Ext.resizer.Resizer} this - * @param {Number} width The new width - * @param {Number} height The new height - * @param {Ext.event.Event} e The mousedown event - */ - /** - * @event resize - * Fired after a resize. - * @param {Ext.resizer.Resizer} this - * @param {Number} width The new width - * @param {Number} height The new height - * @param {Ext.event.Event} e The mouseup event - */ - constructor: function(config) { - var me = this, - handles = me.handles, - unselectableCls = Ext.dom.Element.unselectableCls, - handleEls = [], - resizeTarget, handleCls, possibles, tag, len, i, pos, el, box, wrapTarget, positioning, targetBaseCls; - if (Ext.isString(config) || Ext.isElement(config) || config.dom) { - resizeTarget = config; - config = arguments[1] || {}; - config.target = resizeTarget; - } - // will apply config to this - me.mixins.observable.constructor.call(me, config); - // If target is a Component, ensure that we pull the element out. - // Resizer must examine the underlying Element. - resizeTarget = me.target; - if (resizeTarget) { - if (resizeTarget.isComponent) { - // Resizable Components get a new UI class on them which makes them overflow:visible - // if the border width is non-zero and therefore the SASS has embedded the handles - // in the borders using -ve position. - resizeTarget.addClsWithUI('resizable'); - if (resizeTarget.minWidth) { - me.minWidth = resizeTarget.minWidth; - } - if (resizeTarget.minHeight) { - me.minHeight = resizeTarget.minHeight; - } - if (resizeTarget.maxWidth) { - me.maxWidth = resizeTarget.maxWidth; - } - if (resizeTarget.maxHeight) { - me.maxHeight = resizeTarget.maxHeight; - } - if (resizeTarget.floating) { - if (!me.hasOwnProperty('handles')) { - me.handles = 'n ne e se s sw w nw'; - } - } - me.el = resizeTarget.getEl(); - } else { - resizeTarget = me.el = me.target = Ext.get(resizeTarget); - } - } else // Backwards compatibility with Ext3.x's Resizable which used el as a config. - { - resizeTarget = me.target = me.el = Ext.get(me.el); - } - // Locally enforce border box model. - // https://sencha.jira.com/browse/EXTJSIV-11511 - me.el.addCls(Ext.Component.prototype.borderBoxCls); - // Constrain within configured maxima - if (Ext.isNumber(me.width)) { - me.width = Ext.Number.constrain(me.width, me.minWidth, me.maxWidth); - } - if (Ext.isNumber(me.height)) { - me.height = Ext.Number.constrain(me.height, me.minHeight, me.maxHeight); - } - // Size the target. - if (me.width !== null || me.height !== null) { - me.target.setSize(me.width, me.height); - } - // Tags like textarea and img cannot - // have children and therefore must - // be wrapped - tag = me.el.dom.tagName.toUpperCase(); - if (tag === 'TEXTAREA' || tag === 'IMG' || tag === 'TABLE') { - /** - * @property {Ext.dom.Element/Ext.Component} originalTarget - * Reference to the original resize target if the element of the original resize target was a - * {@link Ext.form.field.Field Field}, or an IMG or a TEXTAREA which must be wrapped in a DIV. - */ - me.originalTarget = me.target; - wrapTarget = resizeTarget.isComponent ? resizeTarget.getEl() : resizeTarget; - // Tag the wrapped element with a class so thaht we can force it to use border box sizing model - me.el.addCls(me.wrappedCls); - me.target = me.el = me.el.wrap({ - role: 'presentation', - cls: me.wrapCls, - id: me.el.id + '-rzwrap', - style: wrapTarget.getStyle([ - 'margin-top', - 'margin-bottom' - ]) - }); - positioning = wrapTarget.getPositioning(); - // Transfer originalTarget's positioning+sizing+margins - me.el.setPositioning(positioning); - wrapTarget.clearPositioning(); - box = wrapTarget.getBox(); - if (positioning.position !== 'absolute') { - //reset coordinates - box.x = 0; - box.y = 0; - } - me.el.setBox(box); - // Position the wrapped element absolute so that it does not stretch the wrapper - wrapTarget.setStyle('position', 'absolute'); - me.isTargetWrapped = true; - } - // Position the element, this enables us to absolute position - // the handles within this.el - me.el.position(); - if (me.pinned) { - me.el.addCls(me.pinnedCls); - } - /** - * @property {Ext.resizer.ResizeTracker} resizeTracker - */ - me.resizeTracker = new Ext.resizer.ResizeTracker({ - disabled: me.disabled, - target: resizeTarget, - el: me.el, - constrainTo: me.constrainTo, - handleCls: me.handleCls, - overCls: me.overCls, - throttle: me.throttle, - // If we have wrapped something, instruct the ResizerTracker to use that wrapper as a proxy - // and we should resize the wrapped target dynamically. - proxy: me.originalTarget ? me.el : null, - dynamic: me.originalTarget ? true : me.dynamic, - originalTarget: me.originalTarget, - delegate: '.' + me.handleCls, - preserveRatio: me.preserveRatio, - heightIncrement: me.heightIncrement, - widthIncrement: me.widthIncrement, - minHeight: me.minHeight, - maxHeight: me.maxHeight, - minWidth: me.minWidth, - maxWidth: me.maxWidth - }); - // Relay the ResizeTracker's superclass events as our own resize events - me.resizeTracker.on({ - mousedown: me.onBeforeResize, - drag: me.onResize, - dragend: me.onResizeEnd, - scope: me - }); - if (me.handles === 'all') { - me.handles = 'n s e w ne nw se sw'; - } - handles = me.handles = me.handles.split(me.delimiterRe); - possibles = me.possiblePositions; - len = handles.length; - handleCls = me.handleCls + ' ' + me.handleCls + '-{0}'; - if (me.target.isComponent) { - targetBaseCls = me.target.baseCls; - handleCls += ' ' + targetBaseCls + '-handle ' + targetBaseCls + '-handle-{0}'; - if (Ext.supports.CSS3BorderRadius) { - handleCls += ' ' + targetBaseCls + '-handle-{0}-br'; - } - } - for (i = 0; i < len; i++) { - // if specified and possible, create - if (handles[i] && possibles[handles[i]]) { - pos = possibles[handles[i]]; - handleEls.push(''); - } - } - Ext.DomHelper.append(me.el, handleEls.join('')); - // Let's reuse the handleEls stack to collect the actual els. - handleEls.length = 0; - // store a reference to each handle element in this.east, this.west, etc - for (i = 0; i < len; i++) { - // if specified and possible, create - if (handles[i] && possibles[handles[i]]) { - pos = possibles[handles[i]]; - el = me[pos] = me.el.getById(me.el.id + '-' + pos + '-handle'); - handleEls.push(el); - el.region = pos; - if (me.transparent) { - el.setOpacity(0); - } - } - } - me.resizeTracker.handleEls = handleEls; - }, - disable: function() { - this.resizeTracker.disable(); - }, - enable: function() { - this.resizeTracker.enable(); - }, - /** - * @private - * Relay the Tracker's mousedown event as beforeresize - * @param {Ext.resizer.ResizeTracker} tracker - * @param {Ext.event.Event} e The event - */ - onBeforeResize: function(tracker, e) { - return this.fireResizeEvent('beforeresize', tracker, e); - }, - /** - * @private - * Relay the Tracker's drag event as resizedrag - * @param {Ext.resizer.ResizeTracker} tracker - * @param {Ext.event.Event} e The event - */ - onResize: function(tracker, e) { - return this.fireResizeEvent('resizedrag', tracker, e); - }, - /** - * @private - * Relay the Tracker's dragend event as resize - * @param {Ext.resizer.ResizeTracker} tracker - * @param {Ext.event.Event} e The event - */ - onResizeEnd: function(tracker, e) { - return this.fireResizeEvent('resize', tracker, e); - }, - /** - * @private - * Fire a resize event, checking if we have listeners before firing. - * @param {String} name The name of the event - * @param {Ext.resizer.ResizeTracker} tracker - * @param {Ext.event.Event} e The event - */ - fireResizeEvent: function(name, tracker, e) { - var me = this, - box; - if (me.hasListeners[name]) { - box = me.el.getBox(); - return me.fireEvent(name, me, box.width, box.height, e); - } - }, - /** - * Perform a manual resize and fires the 'resize' event. - * @param {Number} width - * @param {Number} height - */ - resizeTo: function(width, height) { - var me = this; - me.target.setSize(width, height); - me.fireEvent('resize', me, width, height, null); - }, - /** - * Returns the element that was configured with the el or target config property. If a component was configured with - * the target property then this will return the element of this component. - * - * Textarea and img elements will be wrapped with an additional div because these elements do not support child - * nodes. The original element can be accessed through the originalTarget property. - * @return {Ext.dom.Element} element - */ - getEl: function() { - return this.el; - }, - /** - * Returns the element or component that was configured with the target config property. - * - * Textarea and img elements will be wrapped with an additional div because these elements do not support child - * nodes. The original element can be accessed through the originalTarget property. - * @return {Ext.dom.Element/Ext.Component} - */ - getTarget: function() { - return this.target; - }, - destroy: function() { - var me = this, - i, - handles = me.handles, - len = handles.length, - positions = me.possiblePositions, - handle; - me.resizeTracker.destroy(); - // The target is redefined as an element when it's wrapped so we must destroy it. - if (me.isTargetWrapped) { - me.target.destroy(); - } - for (i = 0; i < len; i++) { - if ((handle = me[positions[handles[i]]])) { - handle.destroy(); - } - } - me.callParent(); - } -}); - -/** - * A selection model for {@link Ext.grid.Panel grid panels} which allows selection of a single cell at a time. - * - * Implements cell based navigation via keyboard. - * - * @example - * var store = Ext.create('Ext.data.Store', { - * fields: ['name', 'email', 'phone'], - * data: [ - * { name: 'Lisa', email: 'lisa@simpsons.com', phone: '555-111-1224' }, - * { name: 'Bart', email: 'bart@simpsons.com', phone: '555-222-1234' }, - * { name: 'Homer', email: 'homer@simpsons.com', phone: '555-222-1244' }, - * { name: 'Marge', email: 'marge@simpsons.com', phone: '555-222-1254' } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * store: store, - * width: 400, - * renderTo: Ext.getBody(), - * columns: [ - * { text: 'Name', dataIndex: 'name' }, - * { text: 'Email', dataIndex: 'email', flex: 1 }, - * { text: 'Phone', dataIndex: 'phone' } - * ], - * selModel: 'cellmodel' - * }); - */ -Ext.define('Ext.selection.CellModel', { - extend: 'Ext.selection.DataViewModel', - alias: 'selection.cellmodel', - requires: [ - 'Ext.grid.CellContext' - ], - /** - * @cfg {"SINGLE"} mode - * Mode of selection. Valid values are: - * - * - **"SINGLE"** - Only allows selecting one item at a time. This is the default. - */ - isCellModel: true, - /** - * @inheritdoc - */ - deselectOnContainerClick: false, - /** - * @cfg {Boolean} enableKeyNav - * Turns on/off keyboard navigation within the grid. - */ - enableKeyNav: true, - /** - * @cfg {Boolean} preventWrap - * Set this configuration to true to prevent wrapping around of selection as - * a user navigates to the first or last column. - */ - preventWrap: false, - /** - * @event deselect - * Fired after a cell is deselected - * @param {Ext.selection.CellModel} this - * @param {Ext.data.Model} record The record of the deselected cell - * @param {Number} row The row index deselected - * @param {Number} column The column index deselected - */ - /** - * @event select - * Fired after a cell is selected - * @param {Ext.selection.CellModel} this - * @param {Ext.data.Model} record The record of the selected cell - * @param {Number} row The row index selected - * @param {Number} column The column index selected - */ - bindComponent: function(view) { - var me = this, - grid; - // Unbind from a view - if (me.view && me.gridListeners) { - me.gridListeners.destroy(); - } - // DataViewModel's bindComponent - me.callParent([ - view - ]); - if (view) { - // view.grid is present during View construction, before the view has been - // added as a child of the Panel, and an upward link it still needed. - grid = view.grid || view.ownerCt; - if (grid.optimizedColumnMove !== false) { - me.gridListeners = grid.on({ - columnmove: me.onColumnMove, - scope: me, - destroyable: true - }); - } - } - }, - getViewListeners: function() { - var result = this.callParent(); - result.refresh = this.onViewRefresh; - return result; - }, - getHeaderCt: function() { - var selection = this.navigationModel.getPosition(), - view = selection ? selection.view : this.primaryView; - return view.headerCt; - }, - // Selection blindly follows focus. For now. - onNavigate: function(e) { - // It was a navigate out event. - // Or stopSelection was stamped into the event by an upstream handler. - // This is used by ActionColumn and CheckColumn to implement their stopSelection config - if (!e.record || e.keyEvent.stopSelection) { - return; - } - this.setPosition(e.position); - }, - selectWithEvent: function(record, e) { - this.select(record); - }, - /** - * Selects a cell by row / column. - * - * var grid = Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * store: { - * fields: ['name', 'email', 'phone'], - * data: [{ - * name: "Lisa", - * email: "lisa@simpsons.com", - * phone: "555-111-1224" - * }] - * }, - * columns: [{ - * text: 'Name', - * dataIndex: 'name' - * }, { - * text: 'Email', - * dataIndex: 'email', - * hidden: true - * }, { - * text: 'Phone', - * dataIndex: 'phone', - * flex: 1 - * }], - * height: 200, - * width: 400, - * renderTo: Ext.getBody(), - * selType: 'cellmodel', - * tbar: [{ - * text: 'Select position Object', - * handler: function() { - * grid.getSelectionModel().select({ - * row: grid.getStore().getAt(0), - * column: grid.down('gridcolumn[dataIndex=name]') - * }); - * } - * }, { - * text: 'Select position by Number', - * handler: function() { - * grid.getSelectionModel().select({ - * row: 0, - * column: 1 - * }); - * } - * }] - * }); - * - * @param {Object} pos An object with row and column properties - * @param {Ext.data.Model/Number} pos.row - * A record or index of the record (starting at 0) - * @param {Ext.grid.column.Column/Number} pos.column - * A column or index of the column (starting at 0). Includes visible columns only. - */ - select: function(pos, /* private */ - keepExisting, suppressEvent) { - var me = this, - row, - oldPos = me.getPosition(), - store = me.view.store; - if (pos || pos === 0) { - if (pos.isModel) { - row = store.indexOf(pos); - if (row !== -1) { - pos = { - row: row, - column: oldPos ? oldPos.column : 0 - }; - } else { - pos = null; - } - } else if (typeof pos === 'number') { - pos = { - row: pos, - column: 0 - }; - } - } - if (pos) { - me.selectByPosition(pos, suppressEvent); - } else { - me.deselect(); - } - }, - /** - * Returns the current position in the format {row: row, column: column} - * @deprecated 5.0.1 This API uses column indices which include hidden columns in the count. Use {@link #getPosition} instead. - */ - getCurrentPosition: function() { - // If it's during a select, return nextSelection since we buffer - // the real selection until after the event fires - var position = this.selecting ? this.nextSelection : this.selection; - // This is the previous Format of the private CellContext class which was used here. - // Do not return a CellContext so that if this object is passed into setCurrentPosition, it will be - // read in the legacy (including hidden columns) way. - return position ? { - view: position.view, - record: position.record, - row: position.rowIdx, - columnHeader: position.column, - // IMPORTANT: The historic API for columns has been to include hidden columns - // in the index. So we must report the index of the column in the "all" ColumnManager. - column: position.view.getColumnManager().indexOf(position.column) - } : position; - }, - /** - * Returns the current position in the format {row: row, column: column} - * @return {Ext.grid.CellContext} A CellContext object describing the current cell. - */ - getPosition: function() { - return (this.selecting ? this.nextSelection : this.selection) || null; - }, - /** - * Sets the current position. - * @deprecated 5.0.1 This API uses column indices which include hidden columns in the count. Use {@link #setPosition} instead. - * @param {Ext.grid.CellContext/Object} position The position to set. May be an object of the form `{row:1, column:2}` - * @param {Boolean} suppressEvent True to suppress selection events - */ - setCurrentPosition: function(pos, suppressEvent, /* private */ - preventCheck) { - if (pos && !pos.isCellContext) { - pos = new Ext.grid.CellContext(this.view).setPosition({ - row: pos.row, - // IMPORTANT: The historic API for columns has been to include hidden columns - // in the index. So we must index into the "all" ColumnManager. - column: typeof pos.column === 'number' ? this.view.getColumnManager().getColumns()[pos.column] : pos.column - }); - } - return this.setPosition(pos, suppressEvent, preventCheck); - }, - /** - * Sets the current position. - * - * Note that if passing a column index, it is the index within the *visible* column set. - * - * @param {Ext.grid.CellContext/Object} position The position to set. May be an object of the form `{row:1, column:2}` - * @param {Boolean} suppressEvent True to suppress selection events - */ - setPosition: function(pos, suppressEvent, /* private */ - preventCheck) { - var me = this, - last = me.selection; - // Normalize it into an Ext.grid.CellContext if necessary - if (pos) { - pos = pos.isCellContext ? pos.clone() : new Ext.grid.CellContext(me.view).setPosition(pos); - } - if (!preventCheck && last) { - // If the position is the same, jump out & don't fire the event - if (pos && (pos.record === last.record && pos.column === last.column && pos.view === last.view)) { - pos = null; - } else { - me.onCellDeselect(me.selection, suppressEvent); - } - } - if (pos) { - me.nextSelection = pos; - // set this flag here so we know to use nextSelection - // if the node is updated during a select - me.selecting = true; - me.onCellSelect(me.nextSelection, suppressEvent); - me.selecting = false; - // Deselect triggered by new selection will kill the selection property, so restore it here. - return (me.selection = pos); - } - // Enforce code correctness in unbuilt source. - return null; - }, - isCellSelected: function(view, row, column) { - var me = this, - testPos, - pos = me.getPosition(); - if (pos && pos.view === view) { - testPos = new Ext.grid.CellContext(view).setPosition({ - row: row, - // IMPORTANT: The historic API for columns has been to include hidden columns - // in the index. So we must index into the "all" ColumnManager. - column: typeof column === 'number' ? view.getColumnManager().getColumns()[column] : column - }); - return (testPos.record === pos.record) && (testPos.column === pos.column); - } - }, - // Keep selection model in consistent state upon record deletion. - onStoreRemove: function(store, records, indices) { - var me = this, - pos = me.getPosition(); - me.callParent(arguments); - if (pos && store.isMoving(pos.record)) { - return; - } - if (pos && store.getCount() && store.indexOf(pos.record) !== -1) { - pos.setRow(pos.record); - } else { - me.selection = null; - } - }, - onStoreClear: function() { - this.callParent(arguments); - this.selection = null; - }, - onStoreAdd: function() { - var me = this, - pos = me.getPosition(); - me.callParent(arguments); - if (pos) { - pos.setRow(pos.record); - } else { - me.selection = null; - } - }, - /** - * Set the current position based on where the user clicks. - * @private - * IMPORTANT* Due to V4.0.0 history, the cellIndex here is the index within ALL columns, including hidden. - */ - onCellClick: function(view, cell, cellIndex, record, row, recordIndex, e) { - // Record index will be -1 if the clicked record is a metadata record and not selectable - if (recordIndex !== -1) { - this.setPosition(e.position); - } - }, - // notify the view that the cell has been selected to update the ui - // appropriately and bring the cell into focus - onCellSelect: function(position, supressEvent) { - if (position && position.rowIdx !== undefined && position.rowIdx > -1) { - this.doSelect(position.record, /*keepExisting*/ - false, supressEvent); - } - }, - // notify view that the cell has been deselected to update the ui - // appropriately - onCellDeselect: function(position, supressEvent) { - if (position && position.rowIdx !== undefined) { - this.doDeselect(position.record, supressEvent); - } - }, - onSelectChange: function(record, isSelected, suppressEvent, commitFn) { - var me = this, - pos, eventName, view; - if (isSelected) { - pos = me.nextSelection; - eventName = 'select'; - } else { - pos = me.selection; - eventName = 'deselect'; - } - // CellModel may be shared between two sides of a Lockable. - // The position must include a reference to the view in which the selection is current. - // Ensure we use the view specified by the position. - view = pos.view || me.primaryView; - if ((suppressEvent || me.fireEvent('before' + eventName, me, record, pos.rowIdx, pos.colIdx)) !== false && commitFn() !== false) { - if (isSelected) { - view.onCellSelect(pos); - } else { - view.onCellDeselect(pos); - delete me.selection; - } - if (!suppressEvent) { - me.fireEvent(eventName, me, record, pos.rowIdx, pos.colIdx); - } - } - }, - refresh: function() { - var pos = this.getPosition(), - selRowIdx; - // Synchronize the current position's row with the row of the last selected record. - if (pos && (selRowIdx = this.store.indexOf(this.selected.last())) !== -1) { - pos.rowIdx = selRowIdx; - } - }, - /** - * @private - * When grid uses {@link Ext.panel.Table#optimizedColumnMove optimizedColumnMove} (the default), this is added as a - * {@link Ext.panel.Table#columnmove columnmove} handler to correctly maintain the - * selected column using the same column header. - * - * If optimizedColumnMove === false, (which some grid Features set) then the view is refreshed, - * so this is not added as a handler because the selected column. - */ - onColumnMove: function(headerCt, header, fromIdx, toIdx) { - var grid = headerCt.up('tablepanel'); - if (grid) { - this.onViewRefresh(grid.view); - } - }, - onUpdate: function(record) { - var me = this, - pos; - if (me.isSelected(record)) { - pos = me.selecting ? me.nextSelection : me.selection; - me.view.onCellSelect(pos); - } - }, - onViewRefresh: function(view) { - var me = this, - pos = me.getPosition(), - newPos, - headerCt = view.headerCt, - record, column; - // Re-establish selection of the same cell coordinate. - // DO NOT fire events because the selected - if (pos && pos.view === view) { - record = pos.record; - column = pos.column; - // After a refresh, recreate the selection using the same record and grid column as before - if (!column.isDescendantOf(headerCt)) { - // column header is not a child of the header container - // this happens when the grid is reconfigured with new columns - // make a best effor to select something by matching on id, then text, then dataIndex - column = headerCt.queryById(column.id) || headerCt.down('[text="' + column.text + '"]') || headerCt.down('[dataIndex="' + column.dataIndex + '"]'); - } - // If we have a columnHeader (either the column header that already exists in - // the headerCt, or a suitable match that was found after reconfiguration) - // AND the record still exists in the store (or a record matching the id of - // the previously selected record) We are ok to go ahead and set the selection - if (pos.record) { - if (column && (view.store.indexOfId(record.getId()) !== -1)) { - newPos = new Ext.grid.CellContext(view).setPosition({ - row: record, - column: column - }); - me.setPosition(newPos); - } - } else { - me.selection = null; - } - } - }, - /** - * @private - * Used internally by CellEditing - */ - selectByPosition: function(position, suppressEvent) { - this.setPosition(position, suppressEvent); - } -}); - -/** - * RowModel Selection Model implements row based navigation for - * {@link Ext.grid.Panel grid panels} via user input. RowModel is the default grid selection - * model and, generally, will not need to be specified. - * - * By utilizing the selModel config as an object, you may also set configurations for: - * - * + {@link #mode} - Specifies whether user may select multiple rows or single rows - * + {@link #allowDeselect} - Specifies whether user may deselect records when in SINGLE mode - * + {@link #ignoreRightMouseSelection} - Specifies whether user may ignore right clicks - * for selection purposes - * - * In the example below, we've enabled MULTI mode. This means that multiple rows can be selected. - * - * @example - * var store = Ext.create('Ext.data.Store', { - * fields: ['name', 'email', 'phone'], - * data: [ - * { name: 'Lisa', email: 'lisa@simpsons.com', phone: '555-111-1224' }, - * { name: 'Bart', email: 'bart@simpsons.com', phone: '555-222-1234' }, - * { name: 'Homer', email: 'homer@simpsons.com', phone: '555-222-1244' }, - * { name: 'Marge', email: 'marge@simpsons.com', phone: '555-222-1254' } - * ] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * store: store, - * width: 400, - * renderTo: Ext.getBody(), - * selModel: { - * selType: 'rowmodel', // rowmodel is the default selection model - * mode: 'MULTI' // Allows selection of multiple rows - * }, - * columns: [ - * { text: 'Name', dataIndex: 'name' }, - * { text: 'Email', dataIndex: 'email', flex: 1 }, - * { text: 'Phone', dataIndex: 'phone' } - * ] - * }); - */ -Ext.define('Ext.selection.RowModel', { - extend: 'Ext.selection.DataViewModel', - alias: 'selection.rowmodel', - requires: [ - 'Ext.grid.CellContext' - ], - /** - * @cfg {Boolean} enableKeyNav - * - * Turns on/off keyboard navigation within the grid. - */ - enableKeyNav: true, - /** - * @event beforedeselect - * Fired before a record is deselected. If any listener returns false, the - * deselection is cancelled. - * @param {Ext.selection.RowModel} this - * @param {Ext.data.Model} record The deselected record - * @param {Number} index The row index deselected - */ - /** - * @event beforeselect - * Fired before a record is selected. If any listener returns false, the - * selection is cancelled. - * @param {Ext.selection.RowModel} this - * @param {Ext.data.Model} record The selected record - * @param {Number} index The row index selected - */ - /** - * @event deselect - * Fired after a record is deselected - * @param {Ext.selection.RowModel} this - * @param {Ext.data.Model} record The deselected record - * @param {Number} index The row index deselected - */ - /** - * @event select - * Fired after a record is selected - * @param {Ext.selection.RowModel} this - * @param {Ext.data.Model} record The selected record - * @param {Number} index The row index selected - */ - isRowModel: true, - /** - * @inheritdoc - */ - deselectOnContainerClick: false, - onUpdate: function(record) { - var me = this, - view = me.view, - index; - if (view && me.isSelected(record)) { - index = view.indexOf(record); - view.onRowSelect(index); - if (record === me.lastFocused) { - view.onRowFocus(index, true); - } - } - }, - // Allow the GridView to update the UI by - // adding/removing a CSS class from the row. - onSelectChange: function(record, isSelected, suppressEvent, commitFn) { - var me = this, - views = me.views || [ - me.view - ], - viewsLn = views.length, - recordIndex = me.store.indexOf(record), - eventName = isSelected ? 'select' : 'deselect', - i, view; - if ((suppressEvent || me.fireEvent('before' + eventName, me, record, recordIndex)) !== false && commitFn() !== false) { - // Selection models can handle more than one view - for (i = 0; i < viewsLn; i++) { - view = views[i]; - recordIndex = view.indexOf(record); - // The record might not be rendered due to either buffered rendering, - // or removal/hiding of all columns (eg empty locked side). - if (view.indexOf(record) !== -1) { - if (isSelected) { - view.onRowSelect(recordIndex, suppressEvent); - } else { - view.onRowDeselect(recordIndex, suppressEvent); - } - } - } - if (!suppressEvent) { - me.fireEvent(eventName, me, record, recordIndex); - } - } - }, - /** - * Returns position of the first selected cell in the selection in the format {row: row, column: column} - * @deprecated 5.0.1 Use the {@link Ext.view.Table#getNavigationModel NavigationModel} instead. - */ - getCurrentPosition: function() { - var firstSelection = this.selected.getAt(0); - if (firstSelection) { - return new Ext.grid.CellContext(this.view).setPosition(this.store.indexOf(firstSelection), 0); - } - }, - selectByPosition: function(position, keepExisting) { - if (!position.isCellContext) { - position = new Ext.grid.CellContext(this.view).setPosition(position.row, position.column); - } - this.select(position.record, keepExisting); - }, - /** - * Selects the record immediately following the currently selected record. - * @param {Boolean} [keepExisting] True to retain existing selections - * @param {Boolean} [suppressEvent] Set to false to not fire a select event - * @return {Boolean} `true` if there is a next record, else `false` - */ - selectNext: function(keepExisting, suppressEvent) { - var me = this, - store = me.store, - selection = me.getSelection(), - record = selection[selection.length - 1], - index = me.view.indexOf(record) + 1, - success; - if (index === store.getCount() || index === 0) { - success = false; - } else { - me.doSelect(index, keepExisting, suppressEvent); - success = true; - } - return success; - }, - /** - * Selects the record that precedes the currently selected record. - * @param {Boolean} [keepExisting] True to retain existing selections - * @param {Boolean} [suppressEvent] Set to false to not fire a select event - * @return {Boolean} `true` if there is a previous record, else `false` - */ - selectPrevious: function(keepExisting, suppressEvent) { - var me = this, - selection = me.getSelection(), - record = selection[0], - index = me.view.indexOf(record) - 1, - success; - if (index < 0) { - success = false; - } else { - me.doSelect(index, keepExisting, suppressEvent); - success = true; - } - return success; - }, - isRowSelected: function(record) { - return this.isSelected(record); - }, - isCellSelected: function(view, record, columnHeader) { - return this.isSelected(record); - }, - vetoSelection: function(e) { - var navModel = this.view.getNavigationModel(), - key = e.getKey(), - isLeftRight = key === e.RIGHT || key === e.LEFT; - // Veto row selection upon key-based, in-row left/right navigation. - // Else pass to superclass to veto. - return (isLeftRight && navModel.previousRecord === navModel.record) || this.callParent([ - e - ]); - } -}); - -/** - * A selection model that renders a column of checkboxes that can be toggled to - * select or deselect rows. The default mode for this selection model is MULTI. - * - * @example - * var store = Ext.create('Ext.data.Store', { - * fields: ['name', 'email', 'phone'], - * data: [{ - * name: 'Lisa', - * email: 'lisa@simpsons.com', - * phone: '555-111-1224' - * }, { - * name: 'Bart', - * email: 'bart@simpsons.com', - * phone: '555-222-1234' - * }, { - * name: 'Homer', - * email: 'homer@simpsons.com', - * phone: '555-222-1244' - * }, { - * name: 'Marge', - * email: 'marge@simpsons.com', - * phone: '555-222-1254' - * }] - * }); - * - * Ext.create('Ext.grid.Panel', { - * title: 'Simpsons', - * store: store, - * columns: [{ - * text: 'Name', - * dataIndex: 'name' - * }, { - * text: 'Email', - * dataIndex: 'email', - * flex: 1 - * }, { - * text: 'Phone', - * dataIndex: 'phone' - * }], - * height: 200, - * width: 400, - * renderTo: Ext.getBody(), - * selModel: { - * selType: 'checkboxmodel' - * } - * }); - * - * The selection model will inject a header for the checkboxes in the first view - * and according to the {@link #injectCheckbox} configuration. - */ -Ext.define('Ext.selection.CheckboxModel', { - alias: 'selection.checkboxmodel', - extend: 'Ext.selection.RowModel', - /** - * @cfg {"SINGLE"/"SIMPLE"/"MULTI"} mode - * Modes of selection. - * Valid values are `"SINGLE"`, `"SIMPLE"`, and `"MULTI"`. - */ - mode: 'MULTI', - /** - * @cfg {Number/String} [injectCheckbox=0] - * The index at which to insert the checkbox column. - * Supported values are a numeric index, and the strings 'first' and 'last'. - */ - injectCheckbox: 0, - /** - * @cfg {Boolean} checkOnly - * True if rows can only be selected by clicking on the checkbox column, not by clicking - * on the row itself. Note that this only refers to selection via the UI, programmatic - * selection will still occur regardless. - */ - checkOnly: false, - /** - * @cfg {Boolean} showHeaderCheckbox - * Configure as `false` to not display the header checkbox at the top of the column. - * When the store is a {@link Ext.data.BufferedStore BufferedStore}, this configuration will - * not be available because the buffered data set does not always contain all data. - */ - showHeaderCheckbox: undefined, - /** - * @cfg {String} [checkSelector="x-grid-row-checker"] - * The selector for determining whether the checkbox element is clicked. This may be changed to - * allow for a wider area to be clicked, for example, the whole cell for the selector. - */ - checkSelector: '.' + Ext.baseCSSPrefix + 'grid-row-checker', - allowDeselect: true, - headerWidth: 24, - /** - * @private - */ - checkerOnCls: Ext.baseCSSPrefix + 'grid-hd-checker-on', - tdCls: Ext.baseCSSPrefix + 'grid-cell-special ' + Ext.baseCSSPrefix + 'grid-cell-row-checker', - constructor: function() { - var me = this; - me.callParent(arguments); - // If mode is single and showHeaderCheck isn't explicity set to - // true, hide it. - if (me.mode === 'SINGLE') { - if (me.showHeaderCheckbox) { - Ext.Error.raise('The header checkbox is not supported for SINGLE mode selection models.'); - } - me.showHeaderCheckbox = false; - } - }, - beforeViewRender: function(view) { - var me = this, - owner; - me.callParent(arguments); - // if we have a locked header, only hook up to the first - if (!me.hasLockedHeader() || view.headerCt.lockedCt) { - me.addCheckbox(view, true); - owner = view.ownerCt; - // Listen to the outermost reconfigure event - if (view.headerCt.lockedCt) { - owner = owner.ownerCt; - } - me.mon(owner, 'reconfigure', me.onReconfigure, me); - } - }, - bindComponent: function(view) { - this.sortable = false; - this.callParent(arguments); - }, - hasLockedHeader: function() { - var views = this.views, - vLen = views.length, - v; - for (v = 0; v < vLen; v++) { - if (views[v].headerCt.lockedCt) { - return true; - } - } - return false; - }, - /** - * Add the header checkbox to the header row - * @private - * @param {Boolean} initial True if we're binding for the first time. - */ - addCheckbox: function(view, initial) { - var me = this, - checkbox = me.injectCheckbox, - headerCt = view.headerCt; - // Preserve behaviour of false, but not clear why that would ever be done. - if (checkbox !== false) { - if (checkbox === 'first') { - checkbox = 0; - } else if (checkbox === 'last') { - checkbox = headerCt.getColumnCount(); - } - Ext.suspendLayouts(); - if (view.getStore().isBufferedStore) { - me.showHeaderCheckbox = false; - } - me.column = headerCt.add(checkbox, me.getHeaderConfig()); - Ext.resumeLayouts(); - } - if (initial !== true) { - view.refresh(); - } - }, - /** - * Handles the grid's reconfigure event. Adds the checkbox header if the columns have been reconfigured. - * @private - * @param {Ext.panel.Table} grid - * @param {Ext.data.Store} store - * @param {Object[]} columns - */ - onReconfigure: function(grid, store, columns) { - if (columns) { - this.addCheckbox(this.views[0]); - } - }, - /** - * Toggle the ui header between checked and unchecked state. - * @param {Boolean} isChecked - * @private - */ - toggleUiHeader: function(isChecked) { - var view = this.views[0], - headerCt = view.headerCt, - checkHd = headerCt.child('gridcolumn[isCheckerHd]'), - cls = this.checkerOnCls; - if (checkHd) { - if (isChecked) { - checkHd.addCls(cls); - } else { - checkHd.removeCls(cls); - } - } - }, - /** - * Toggle between selecting all and deselecting all when clicking on - * a checkbox header. - */ - onHeaderClick: function(headerCt, header, e) { - var me = this, - isChecked; - if (header === me.column && me.mode !== 'SINGLE') { - e.stopEvent(); - isChecked = header.el.hasCls(Ext.baseCSSPrefix + 'grid-hd-checker-on'); - if (isChecked) { - me.deselectAll(); - } else { - me.selectAll(); - } - } - }, - /** - * Retrieve a configuration to be used in a HeaderContainer. - * This should be used when injectCheckbox is set to false. - */ - getHeaderConfig: function() { - var me = this, - showCheck = me.showHeaderCheckbox !== false; - return { - xtype: 'gridcolumn', - ignoreExport: true, - isCheckerHd: showCheck, - text: ' ', - clickTargetName: 'el', - width: me.headerWidth, - sortable: false, - draggable: false, - resizable: false, - hideable: false, - menuDisabled: true, - dataIndex: '', - tdCls: me.tdCls, - cls: showCheck ? Ext.baseCSSPrefix + 'column-header-checkbox ' : '', - defaultRenderer: me.renderer.bind(me), - editRenderer: me.editRenderer || me.renderEmpty, - locked: me.hasLockedHeader(), - processEvent: me.processColumnEvent - }; - }, - /** - * @private - * Process and refire events routed from the Ext.panel.Table's processEvent method. - * Also fires any configured click handlers. By default, cancels the mousedown event to prevent selection. - * Returns the event handler's status to allow canceling of GridView's bubbling process. - */ - processColumnEvent: function(type, view, cell, recordIndex, cellIndex, e, record, row) { - var navModel = view.getNavigationModel(); - // Fire a navigate event upon SPACE in acvtionable mode. - // SPACE events are ignored by the NavModel in actionable mode. - if (e.type === 'keydown' && view.actionableMode && e.getKey() === e.SPACE) { - navModel.fireEvent('navigate', { - view: view, - navigationModel: navModel, - keyEvent: e, - position: e.position, - recordIndex: recordIndex, - record: record, - item: e.item, - cell: e.position.cellElement, - columnIndex: e.position.colIdx, - column: e.position.column - }); - } - }, - renderEmpty: function() { - return ' '; - }, - // After refresh, ensure that the header checkbox state matches - refresh: function() { - this.callParent(arguments); - this.updateHeaderState(); - }, - /** - * Generates the HTML to be rendered in the injected checkbox column for each row. - * Creates the standard checkbox markup by default; can be overridden to provide custom rendering. - * See {@link Ext.grid.column.Column#renderer} for description of allowed parameters. - */ - renderer: function(value, metaData, record, rowIndex, colIndex, store, view) { - return '
     
    '; - }, - selectByPosition: function(position, keepExisting) { - if (!position.isCellContext) { - position = new Ext.grid.CellContext(this.view).setPosition(position.row, position.column); - } - // Do not select if checkOnly, and the requested position is not the check column - if (!this.checkOnly || position.column === this.column) { - this.callParent([ - position, - keepExisting - ]); - } - }, - /** - * Synchronize header checker value as selection changes. - * @private - */ - onSelectChange: function() { - this.callParent(arguments); - if (!this.suspendChange) { - this.updateHeaderState(); - } - }, - /** - * @private - */ - onStoreLoad: function() { - this.callParent(arguments); - this.updateHeaderState(); - }, - onStoreAdd: function() { - this.callParent(arguments); - this.updateHeaderState(); - }, - onStoreRemove: function() { - this.callParent(arguments); - this.updateHeaderState(); - }, - onStoreRefresh: function() { - this.callParent(arguments); - this.updateHeaderState(); - }, - maybeFireSelectionChange: function(fireEvent) { - if (fireEvent && !this.suspendChange) { - this.updateHeaderState(); - } - this.callParent(arguments); - }, - resumeChanges: function() { - this.callParent(); - if (!this.suspendChange) { - this.updateHeaderState(); - } - }, - /** - * @private - */ - updateHeaderState: function() { - // check to see if all records are selected - var me = this, - store = me.store, - storeCount = store.getCount(), - views = me.views, - hdSelectStatus = false, - selectedCount = 0, - selected, len, i; - if (!store.isBufferedStore && storeCount > 0) { - selected = me.selected; - hdSelectStatus = true; - for (i = 0 , len = selected.getCount(); i < len; ++i) { - if (store.indexOfId(selected.getAt(i).id) === -1) { - break; - } - ++selectedCount; - } - hdSelectStatus = storeCount === selectedCount; - } - if (views && views.length) { - me.toggleUiHeader(hdSelectStatus); - } - }, - vetoSelection: function(e) { - var me = this, - column = me.column, - veto, isClick, isSpace; - if (me.checkOnly) { - isClick = e.type === 'click' && e.getTarget(me.checkSelector); - isSpace = e.getKey() === e.SPACE && e.position.column === column; - veto = !(isClick || isSpace); - } - return veto || me.callParent([ - e - ]); - }, - destroy: function() { - this.column = null; - this.callParent(); - }, - privates: { - onBeforeNavigate: function(metaEvent) { - var e = metaEvent.keyEvent; - if (this.selectionMode !== 'SINGLE') { - metaEvent.ctrlKey = metaEvent.ctrlKey || e.ctrlKey || (e.type === 'click' && !e.shiftKey) || e.getKey() === e.SPACE; - } - }, - selectWithEventMulti: function(record, e, isSelected) { - var me = this; - if (!e.shiftKey && !e.ctrlKey && e.getTarget(me.checkSelector)) { - if (isSelected) { - me.doDeselect(record); - } else { - me.doSelect(record, true); - } - } else { - me.callParent([ - record, - e, - isSelected - ]); - } - } - } -}); - -/** - * This selection model is created by default for {@link Ext.tree.Panel}. - * - * It implements a row selection model. - */ -Ext.define('Ext.selection.TreeModel', { - extend: 'Ext.selection.RowModel', - alias: 'selection.treemodel', - /** - * @cfg {Boolean} pruneRemoved - * @hide - */ - /** - * @cfg {Boolean} selectOnExpanderClick - * `true` to select the row when clicking on the icon to collapse or expand - * a tree node. - * - * @since 5.1.0 - */ - selectOnExpanderClick: false, - constructor: function(config) { - var me = this; - me.callParent([ - config - ]); - // If pruneRemoved is required, we must listen to the the Store's bubbled noderemove event to know when nodes - // are added and removed from parentNodes. - // The Store's remove event will be fired during collapses. - if (me.pruneRemoved) { - me.pruneRemoved = false; - me.pruneRemovedNodes = true; - } - }, - getStoreListeners: function() { - var me = this, - result = me.callParent(); - result.noderemove = me.onNodeRemove; - return result; - }, - onNodeRemove: function(parent, node, isMove) { - // deselection of deleted records done in base Model class - if (!isMove) { - var toDeselect = []; - this.gatherSelected(node, toDeselect); - if (toDeselect.length) { - this.deselect(toDeselect); - } - } - }, - // onStoreRefresh asks if it should remove from the selection any selected records which are no - // longer findable in the store after the refresh. - // TreeModel does not use the pruneRemoved flag because records are being added and removed - // from TreeStores on exand and collapse. It uses the pruneRemovedNodes flag. - pruneRemovedOnRefresh: function() { - return this.pruneRemovedNodes; - }, - vetoSelection: function(e) { - var view = this.view, - select = this.selectOnExpanderClick, - veto = !select && e.type === 'click' && e.getTarget(view.expanderSelector || (view.lockingPartner && view.lockingPartner.expanderSelector)); - return veto || this.callParent([ - e - ]); - }, - privates: { - gatherSelected: function(node, toDeselect) { - var childNodes = node.childNodes, - i, len, child; - if (this.selected.containsKey(node.id)) { - toDeselect.push(node); - } - if (childNodes) { - for (i = 0 , len = childNodes.length; i < len; ++i) { - child = childNodes[i]; - this.gatherSelected(child, toDeselect); - } - } - } - } -}); - -/** - * @class Ext.slider.Thumb - * @private - * Represents a single thumb element on a Slider. This would not usually be created manually and would instead - * be created internally by an {@link Ext.slider.Multi Multi slider}. - */ -Ext.define('Ext.slider.Thumb', { - requires: [ - 'Ext.dd.DragTracker', - 'Ext.util.Format' - ], - overCls: Ext.baseCSSPrefix + 'slider-thumb-over', - /** - * @cfg {Ext.slider.MultiSlider} slider (required) - * The Slider to render to. - */ - /** - * Creates new slider thumb. - * @param {Object} [config] Config object. - */ - constructor: function(config) { - var me = this; - /** - * @property {Ext.slider.MultiSlider} slider - * The slider this thumb is contained within - */ - Ext.apply(me, config || {}, { - cls: Ext.baseCSSPrefix + 'slider-thumb', - /** - * @cfg {Boolean} constrain True to constrain the thumb so that it cannot overlap its siblings - */ - constrain: false - }); - me.callParent([ - config - ]); - }, - /** - * Renders the thumb into a slider - */ - render: function() { - var me = this; - me.el = me.slider.innerEl.insertFirst(me.getElConfig()); - me.onRender(); - }, - onRender: function() { - if (this.disabled) { - this.disable(); - } - this.initEvents(); - }, - getElConfig: function() { - var me = this, - slider = me.slider, - style = {}; - style[slider.vertical ? 'bottom' : slider.horizontalProp] = slider.calculateThumbPosition(slider.normalizeValue(me.value)) + '%'; - return { - style: style, - id: this.id, - cls: this.cls, - role: 'presentation' - }; - }, - /** - * @private - * move the thumb - */ - move: function(v, animate) { - var me = this, - el = me.el, - slider = me.slider, - styleProp = slider.vertical ? 'bottom' : slider.horizontalProp, - to, from, animCfg; - v += '%'; - if (!animate) { - el.dom.style[styleProp] = v; - } else { - to = {}; - to[styleProp] = v; - if (!Ext.supports.GetPositionPercentage) { - from = {}; - from[styleProp] = el.dom.style[styleProp]; - } - // Animation config - animCfg = { - target: el, - duration: 350, - from: from, - to: to, - scope: me, - callback: me.onAnimComplete - }; - if (animate !== true) { - Ext.apply(animCfg, animate); - } - me.anim = new Ext.fx.Anim(animCfg); - } - }, - onAnimComplete: function() { - this.anim = null; - }, - /** - * Enables the thumb if it is currently disabled - */ - enable: function() { - var el = this.el; - this.disabled = false; - if (el) { - el.removeCls(this.slider.disabledCls); - } - }, - /** - * Disables the thumb if it is currently enabled - */ - disable: function() { - var el = this.el; - this.disabled = true; - if (el) { - el.addCls(this.slider.disabledCls); - } - }, - /** - * Sets up an Ext.dd.DragTracker for this thumb - */ - initEvents: function() { - var me = this; - me.tracker = new Ext.dd.DragTracker({ - el: me.el, - onBeforeStart: me.onBeforeDragStart.bind(me), - onStart: me.onDragStart.bind(me), - onDrag: me.onDrag.bind(me), - onEnd: me.onDragEnd.bind(me), - tolerance: 3, - autoStart: 300 - }); - me.el.hover(me.addOverCls, me.removeOverCls, me); - }, - addOverCls: function() { - var me = this; - if (!me.disabled) { - me.el.addCls(me.overCls); - } - }, - removeOverCls: function() { - this.el.removeCls(this.overCls); - }, - /** - * @private - * This is tied into the internal Ext.dd.DragTracker. If the slider is currently disabled, - * this returns false to disable the DragTracker too. - * @return {Boolean} False if the slider is currently disabled - */ - onBeforeDragStart: function(e) { - var me = this, - el = me.el, - trackerXY = me.tracker.getXY(), - delta = me.pointerOffset = el.getXY(); - if (me.disabled) { - return false; - } else { - // Work out the delta of the pointer from the dead centre of the thumb. - // Slider.getTrackPoint positions the centre of the slider at the reported - // pointer position, so we have to correct for that in getValueFromTracker. - delta[0] += Math.floor(el.getWidth() / 2) - trackerXY[0]; - delta[1] += Math.floor(el.getHeight() / 2) - trackerXY[1]; - me.slider.promoteThumb(me); - return true; - } - }, - /** - * @private - * This is tied into the internal Ext.dd.DragTracker's onStart template method. Adds the drag CSS class - * to the thumb and fires the 'dragstart' event - */ - onDragStart: function(e) { - var me = this, - slider = me.slider; - slider.onDragStart(me, e); - me.el.addCls(Ext.baseCSSPrefix + 'slider-thumb-drag'); - me.dragging = me.slider.dragging = true; - me.dragStartValue = me.value; - slider.fireEvent('dragstart', slider, e, me); - }, - /** - * @private - * This is tied into the internal Ext.dd.DragTracker's onDrag template method. This is called every time - * the DragTracker detects a drag movement. It updates the Slider's value using the position of the drag - */ - onDrag: function(e) { - var me = this, - slider = me.slider, - index = me.index, - newValue = me.getValueFromTracker(), - above, below; - // If dragged out of range, value will be undefined - if (newValue !== undefined) { - if (me.constrain) { - above = slider.thumbs[index + 1]; - below = slider.thumbs[index - 1]; - if (below !== undefined && newValue <= below.value) { - newValue = below.value; - } - if (above !== undefined && newValue >= above.value) { - newValue = above.value; - } - } - slider.setValue(index, newValue, false); - slider.fireEvent('drag', slider, e, me); - } - }, - getValueFromTracker: function() { - var slider = this.slider, - trackerXY = this.tracker.getXY(), - trackPoint; - trackerXY[0] += this.pointerOffset[0]; - trackerXY[1] += this.pointerOffset[1]; - trackPoint = slider.getTrackpoint(trackerXY); - // If dragged out of range, value will be undefined - if (trackPoint !== undefined) { - return slider.reversePixelValue(trackPoint); - } - }, - /** - * @private - * This is tied to the internal Ext.dd.DragTracker's onEnd template method. Removes the drag CSS class and - * fires the 'changecomplete' event with the new value - */ - onDragEnd: function(e) { - var me = this, - slider = me.slider, - value = me.value; - slider.onDragEnd(me, e); - me.el.removeCls(Ext.baseCSSPrefix + 'slider-thumb-drag'); - me.dragging = slider.dragging = false; - slider.fireEvent('dragend', slider, e); - if (me.dragStartValue !== value) { - slider.fireEvent('changecomplete', slider, value, me); - } - }, - destroy: function() { - var me = this, - anim = this.anim; - if (anim) { - anim.end(); - } - me.el = me.tracker = me.anim = Ext.destroy(me.el, me.tracker); - me.callParent(); - } -}); - -/** - * Simple plugin for using an Ext.tip.Tip with a slider to show the slider value. In general this class is not created - * directly, instead pass the {@link Ext.slider.Multi#useTips} and {@link Ext.slider.Multi#tipText} configuration - * options to the slider directly. - * - * @example - * Ext.create('Ext.slider.Single', { - * width: 214, - * minValue: 0, - * maxValue: 100, - * useTips: true, - * renderTo: Ext.getBody() - * }); - * - * Optionally provide your own tip text by passing tipText: - * - * @example - * Ext.create('Ext.slider.Single', { - * width: 214, - * minValue: 0, - * maxValue: 100, - * useTips: true, - * tipText: function(thumb){ - * return Ext.String.format('**{0}% complete**', thumb.value); - * }, - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.slider.Tip', { - extend: 'Ext.tip.Tip', - minWidth: 10, - alias: 'widget.slidertip', - /** - * @cfg {Array} [offsets=null] - * Offsets for aligning the tip to the slider. See {@link Ext.util.Positionable#alignTo}. Default values - * for offsets are provided by specifying the {@link #position} config. - */ - offsets: null, - /** - * @cfg {String} [align=null] - * Alignment configuration for the tip to the slider. See {@link Ext.util.Positionable#alignTo}. Default - * values for alignment are provided by specifying the {@link #position} config. - */ - align: null, - /** - * @cfg {String} [position=For horizontal sliders, "top", for vertical sliders, "left"] - * Sets the position for where the tip will be displayed related to the thumb. This sets - * defaults for {@link #align} and {@link #offsets} configurations. If {@link #align} or - * {@link #offsets} configurations are specified, they will override the defaults defined - * by position. - */ - position: '', - defaultVerticalPosition: 'left', - defaultHorizontalPosition: 'top', - isSliderTip: true, - init: function(slider) { - var me = this, - align, offsets; - if (!me.position) { - me.position = slider.vertical ? me.defaultVerticalPosition : me.defaultHorizontalPosition; - } - switch (me.position) { - case 'top': - offsets = [ - 0, - -10 - ]; - align = 'b-t?'; - break; - case 'bottom': - offsets = [ - 0, - 10 - ]; - align = 't-b?'; - break; - case 'left': - offsets = [ - -10, - 0 - ]; - align = 'r-l?'; - break; - case 'right': - offsets = [ - 10, - 0 - ]; - align = 'l-r?'; - } - if (!me.align) { - me.align = align; - } - if (!me.offsets) { - me.offsets = offsets; - } - slider.on({ - scope: me, - dragstart: me.onSlide, - drag: me.onSlide, - dragend: me.hide, - destroy: me.destroy - }); - }, - /** - * @private - * Called whenever a dragstart or drag event is received on the associated Thumb. - * Aligns the Tip with the Thumb's new position. - * @param {Ext.slider.MultiSlider} slider The slider - * @param {Ext.event.Event} e The Event object - * @param {Ext.slider.Thumb} thumb The thumb that the Tip is attached to - */ - onSlide: function(slider, e, thumb) { - var me = this; - me.show(); - me.update(me.getText(thumb)); - me.el.alignTo(thumb.el, me.align, me.offsets); - }, - /** - * Used to create the text that appears in the Tip's body. By default this just returns the value of the Slider - * Thumb that the Tip is attached to. Override to customize. - * @param {Ext.slider.Thumb} thumb The Thumb that the Tip is attached to - * @return {String} The text to display in the tip - * @protected - * @template - */ - getText: function(thumb) { - return String(thumb.value); - } -}); - -/** - * Slider which supports vertical or horizontal orientation, keyboard adjustments, configurable snapping, axis clicking - * and animation. Can be added as an item to any container. - * - * Sliders can be created with more than one thumb handle by passing an array of values instead of a single one: - * - * @example - * Ext.create('Ext.slider.Multi', { - * width: 200, - * values: [25, 50, 75], - * increment: 5, - * minValue: 0, - * maxValue: 100, - * - * // this defaults to true, setting to false allows the thumbs to pass each other - * constrainThumbs: false, - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.slider.Multi', { - extend: 'Ext.form.field.Base', - alias: 'widget.multislider', - alternateClassName: 'Ext.slider.MultiSlider', - requires: [ - 'Ext.slider.Thumb', - 'Ext.slider.Tip', - 'Ext.Number', - 'Ext.util.Format', - 'Ext.Template' - ], - /** - * @cfg {Number} value - * A value with which to initialize the slider. Setting this will only result in the creation - * of a single slider thumb; if you want multiple thumbs then use the {@link #values} config instead. - * - * Defaults to #minValue. - */ - /** - * @cfg {Number[]} values - * Array of Number values with which to initalize the slider. A separate slider thumb will be created for each value - * in this array. This will take precedence over the single {@link #value} config. - */ - /** - * @cfg {Boolean} vertical - * Orient the Slider vertically rather than horizontally. - */ - vertical: false, - /** - * @cfg {Number} minValue - * The minimum value for the Slider. - */ - minValue: 0, - /** - * @cfg {Number} maxValue - * The maximum value for the Slider. - */ - maxValue: 100, - /** - * @cfg {Number/Boolean} decimalPrecision The number of decimal places to which to round the Slider's value. - * - * To disable rounding, configure as **false**. - */ - decimalPrecision: 0, - /** - * @cfg {Number} keyIncrement - * How many units to change the Slider when adjusting with keyboard navigation. If the increment - * config is larger, it will be used instead. - */ - keyIncrement: 1, - /** - * @cfg {Number} [pageSize=10] - * How many units to change the Slider when using PageUp and PageDown keys. - */ - pageSize: 10, - /** - * @cfg {Number} increment - * How many units to change the slider when adjusting by drag and drop. Use this option to enable 'snapping'. - */ - increment: 0, - /** - * @cfg {Boolean} [zeroBasedSnapping=false] - * Set to `true` to calculate snap points based on {@link #increment}s from zero as opposed to - * from this Slider's {@link #minValue}. - * - * By Default, valid snap points are calculated starting {@link #increment}s from the {@link #minValue} - */ - /** - * @private - * @property {Number[]} clickRange - * Determines whether or not a click to the slider component is considered to be a user request to change the value. Specified as an array of [top, bottom], - * the click event's 'top' property is compared to these numbers and the click only considered a change request if it falls within them. e.g. if the 'top' - * value of the click event is 4 or 16, the click is not considered a change request as it falls outside of the [5, 15] range - */ - clickRange: [ - 5, - 15 - ], - /** - * @cfg {Boolean} clickToChange - * Determines whether or not clicking on the Slider axis will change the slider. - */ - clickToChange: true, - /** - * @cfg {Object/Boolean} animate - * Turn on or off animation. May be an animation configuration object: - * - * animate: { - * duration: 3000, - * easing: 'easeIn' - * } - */ - animate: true, - /** - * @property {Boolean} dragging - * True while the thumb is in a drag operation - */ - dragging: false, - /** - * @cfg {Boolean} constrainThumbs - * True to disallow thumbs from overlapping one another. - */ - constrainThumbs: true, - /** - * @cfg {Object/Boolean} useTips - * True to use an {@link Ext.slider.Tip} to display tips for the value. This option may also - * provide a configuration object for an {@link Ext.slider.Tip}. - */ - useTips: true, - /** - * @cfg {Function} [tipText=undefined] - * A function used to display custom text for the slider tip. - * - * Defaults to null, which will use the default on the plugin. - * - * @cfg {Ext.slider.Thumb} tipText.thumb The Thumb that the Tip is attached to - * @cfg {String} tipText.return The text to display in the tip - */ - tipText: null, - /** - * @inheritdoc - */ - defaultBindProperty: 'values', - /** - * @event beforechange - * Fires before the slider value is changed. By returning false from an event handler, you can cancel the - * event and prevent the slider from changing. - * @param {Ext.slider.Multi} slider The slider - * @param {Number} newValue The new value which the slider is being changed to. - * @param {Number} oldValue The old value which the slider was previously. - */ - /** - * @event change - * Fires when the slider value is changed. - * @param {Ext.slider.Multi} slider The slider - * @param {Number} newValue The new value which the slider has been changed to. - * @param {Ext.slider.Thumb} thumb The thumb that was changed - */ - /** - * @event changecomplete - * Fires when the slider value is changed by the user and any drag operations have completed. - * @param {Ext.slider.Multi} slider The slider - * @param {Number} newValue The new value which the slider has been changed to. - * @param {Ext.slider.Thumb} thumb The thumb that was changed - */ - /** - * @event dragstart - * Fires after a drag operation has started. - * @param {Ext.slider.Multi} slider The slider - * @param {Ext.event.Event} e The event fired from Ext.dd.DragTracker - */ - /** - * @event drag - * Fires continuously during the drag operation while the mouse is moving. - * @param {Ext.slider.Multi} slider The slider - * @param {Ext.event.Event} e The event fired from Ext.dd.DragTracker - */ - /** - * @event dragend - * Fires after the drag operation has completed. - * @param {Ext.slider.Multi} slider The slider - * @param {Ext.event.Event} e The event fired from Ext.dd.DragTracker - */ - ariaRole: 'slider', - focusable: true, - needArrowKeys: true, - tabIndex: 0, - focusCls: 'slider-focus', - childEls: [ - 'endEl', - 'innerEl' - ], - // note: {id} here is really {inputId}, but {cmpId} is available - fieldSubTpl: [ - '
    tabindex="{tabIdx}"', - ' {$}="{.}"', - '>', - '', - '
    ', - { - renderThumbs: function(out, values) { - var me = values.$comp, - i = 0, - thumbs = me.thumbs, - len = thumbs.length, - thumb, thumbConfig; - for (; i < len; i++) { - thumb = thumbs[i]; - thumbConfig = thumb.getElConfig(); - thumbConfig.id = me.id + '-thumb-' + i; - Ext.DomHelper.generateMarkup(thumbConfig, out); - } - }, - disableFormats: true - } - ], - horizontalProp: 'left', - initValue: function() { - var me = this, - extValueFrom = Ext.valueFrom, - // Fallback for initial values: values config -> value config -> minValue config -> 0 - values = extValueFrom(me.values, [ - extValueFrom(me.value, extValueFrom(me.minValue, 0)) - ]), - i = 0, - len = values.length; - // Store for use in dirty check - me.originalValue = values; - // Add a thumb for each value, enforcing configured constraints - for (; i < len; i++) { - me.addThumb(me.normalizeValue(values[i])); - } - }, - initComponent: function() { - var me = this, - tipPlug, hasTip, p, pLen, plugins; - /** - * @property {Array} thumbs - * Array containing references to each thumb - */ - me.thumbs = []; - me.keyIncrement = Math.max(me.increment, me.keyIncrement); - me.extraFieldBodyCls = Ext.baseCSSPrefix + 'slider-ct-' + (me.vertical ? 'vert' : 'horz'); - me.callParent(); - // only can use it if it exists. - if (me.useTips) { - if (Ext.isObject(me.useTips)) { - tipPlug = Ext.apply({}, me.useTips); - } else { - tipPlug = me.tipText ? { - getText: me.tipText - } : {}; - } - plugins = me.plugins = me.plugins || []; - pLen = plugins.length; - for (p = 0; p < pLen; p++) { - if (plugins[p].isSliderTip) { - hasTip = true; - break; - } - } - if (!hasTip) { - me.plugins.push(new Ext.slider.Tip(tipPlug)); - } - } - }, - /** - * Creates a new thumb and adds it to the slider - * @param {Number} [value=0] The initial value to set on the thumb. - * @return {Ext.slider.Thumb} The thumb - */ - addThumb: function(value) { - var me = this, - thumb = new Ext.slider.Thumb({ - ownerCt: me, - value: value, - slider: me, - index: me.thumbs.length, - constrain: me.constrainThumbs, - disabled: !!me.readOnly - }); - me.thumbs.push(thumb); - //render the thumb now if needed - if (me.rendered) { - thumb.render(); - } - return thumb; - }, - /** - * @private - * Moves the given thumb above all other by increasing its z-index. This is called when as drag - * any thumb, so that the thumb that was just dragged is always at the highest z-index. This is - * required when the thumbs are stacked on top of each other at one of the ends of the slider's - * range, which can result in the user not being able to move any of them. - * @param {Ext.slider.Thumb} topThumb The thumb to move to the top - */ - promoteThumb: function(topThumb) { - var thumbs = this.thumbStack || (this.thumbStack = Ext.Array.slice(this.thumbs)), - ln = thumbs.length, - zIndex = 10000, - i; - // Move topthumb to position zero - if (thumbs[0] !== topThumb) { - Ext.Array.remove(thumbs, topThumb); - thumbs.unshift(topThumb); - } - // Then shuffle the zIndices - for (i = 0; i < ln; i++) { - thumbs[i].el.setStyle('zIndex', zIndex); - zIndex -= 1000; - } - }, - getSubTplData: function(fieldData) { - var me = this, - data, ariaAttr; - data = Ext.apply(me.callParent([ - fieldData - ]), { - $comp: me, - vertical: me.vertical ? Ext.baseCSSPrefix + 'slider-vert' : Ext.baseCSSPrefix + 'slider-horz', - minValue: me.minValue, - maxValue: me.maxValue, - value: me.value, - tabIdx: me.tabIndex, - childElCls: '' - }); - ariaAttr = data.inputElAriaAttributes; - if (ariaAttr) { - ariaAttr['aria-orientation'] = me.vertical ? 'vertical' : 'horizontal'; - ariaAttr['aria-valuemin'] = me.minValue; - ariaAttr['aria-valuemax'] = me.maxValue; - ariaAttr['aria-valuenow'] = me.value; - } - return data; - }, - onRender: function() { - var me = this, - thumbs = me.thumbs, - len = thumbs.length, - i = 0, - thumb; - me.callParent(arguments); - for (i = 0; i < len; i++) { - thumb = thumbs[i]; - thumb.el = me.el.getById(me.id + '-thumb-' + i); - thumb.onRender(); - } - }, - /** - * @private - * Adds keyboard and mouse listeners on this.el. Ignores click events on the internal focus element. - */ - initEvents: function() { - var me = this; - me.callParent(); - me.mon(me.el, { - scope: me, - mousedown: me.onMouseDown, - keydown: me.onKeyDown - }); - }, - onDragStart: Ext.emptyFn, - onDragEnd: Ext.emptyFn, - /** - * @private - * Given an `[x, y]` position within the slider's track (Points outside the slider's track are coerced to either the minimum or maximum value), - * calculate how many pixels **from the slider origin** (left for horizontal Sliders and bottom for vertical Sliders) that point is. - * - * If the point is outside the range of the Slider's track, the return value is `undefined` - * @param {Number[]} xy The point to calculate the track point for - */ - getTrackpoint: function(xy) { - var me = this, - vertical = me.vertical, - sliderTrack = me.innerEl, - trackLength, result, positionProperty; - if (vertical) { - positionProperty = 'top'; - trackLength = sliderTrack.getHeight(); - } else { - positionProperty = me.horizontalProp; - trackLength = sliderTrack.getWidth(); - } - xy = me.transformTrackPoints(sliderTrack.translatePoints(xy)); - result = Ext.Number.constrain(xy[positionProperty], 0, trackLength); - return vertical ? trackLength - result : result; - }, - transformTrackPoints: Ext.identityFn, - // Base field checkChange method will fire 'change' event with signature common to all fields, - // but Slider fires the same event with different signature. Hence we disable checkChange here - // to avoid breakage. - checkChange: Ext.emptyFn, - /** - * @private - * Mousedown handler for the slider. If the clickToChange is enabled and the click was not on the draggable 'thumb', - * this calculates the new value of the slider and tells the implementation (Horizontal or Vertical) to move the thumb - * @param {Ext.event.Event} e The click event - */ - onMouseDown: function(e) { - var me = this, - thumbClicked = false, - i = 0, - thumbs = me.thumbs, - len = thumbs.length, - trackPoint; - if (me.disabled) { - return; - } - //see if the click was on any of the thumbs - for (; !thumbClicked && i < len; i++) { - thumbClicked = thumbClicked || e.target === thumbs[i].el.dom; - } - // Focus ourselves before setting the value. This allows other - // fields that have blur handlers (for example, date/number field) - // to take care of themselves first. This is important for - // databinding. - me.focus(); - if (me.clickToChange && !thumbClicked) { - trackPoint = me.getTrackpoint(e.getXY()); - if (trackPoint !== undefined) { - me.onClickChange(trackPoint); - } - } - }, - /** - * @private - * Moves the thumb to the indicated position. - * Only changes the value if the click was within this.clickRange. - * @param {Number} trackPoint local pixel offset **from the origin** (left for horizontal and bottom for vertical) along the Slider's axis at which the click event occured. - */ - onClickChange: function(trackPoint) { - var me = this, - thumb, index; - // How far along the track *from the origin* was the click. - // If vertical, the origin is the bottom of the slider track. - //find the nearest thumb to the click event - thumb = me.getNearest(trackPoint); - if (!thumb.disabled) { - index = thumb.index; - me.setValue(index, Ext.util.Format.round(me.reversePixelValue(trackPoint), me.decimalPrecision), undefined, true); - } - }, - /** - * @private - * Returns the nearest thumb to a click event, along with its distance - * @param {Number} trackPoint local pixel position along the Slider's axis to find the Thumb for - * @return {Object} The closest thumb object and its distance from the click event - */ - getNearest: function(trackPoint) { - var me = this, - clickValue = me.reversePixelValue(trackPoint), - nearestDistance = me.getRange() + 5, - //add a small fudge for the end of the slider - nearest = null, - thumbs = me.thumbs, - i = 0, - len = thumbs.length, - thumb, value, dist; - for (; i < len; i++) { - thumb = me.thumbs[i]; - value = thumb.value; - dist = Math.abs(value - clickValue); - if (Math.abs(dist) <= nearestDistance) { - // this makes sure that thumbs will stay in order - if (nearest && nearest.value == value && value > clickValue && thumb.index > nearest.index) { - - continue; - } - nearest = thumb; - nearestDistance = dist; - } - } - return nearest; - }, - /** - * @private - * Handler for any keypresses captured by the slider. If the key is UP or RIGHT, the thumb is moved along to the right - * by this.keyIncrement. If DOWN or LEFT it is moved left. Pressing CTRL moves the slider to the end in either direction - * @param {Ext.event.Event} e The Event object - */ - onKeyDown: function(e) { - var me = this, - ariaDom = me.ariaEl.dom, - k, val; - k = e.getKey(); - /* - * The behaviour for keyboard handling with multiple thumbs is currently undefined. - * There's no real sane default for it, so leave it like this until we come up - * with a better way of doing it. - */ - if (me.disabled || me.thumbs.length !== 1) { - // Must not mingle with the Tab key! - if (k !== e.TAB) { - e.preventDefault(); - } - return; - } - switch (k) { - case e.UP: - case e.RIGHT: - val = e.ctrlKey ? me.maxValue : me.getValue(0) + me.keyIncrement; - break; - case e.DOWN: - case e.LEFT: - val = e.ctrlKey ? me.minValue : me.getValue(0) - me.keyIncrement; - break; - case e.HOME: - val = me.minValue; - break; - case e.END: - val = me.maxValue; - break; - case e.PAGE_UP: - val = me.getValue(0) + me.pageSize; - break; - case e.PAGE_DOWN: - val = me.getValue(0) - me.pageSize; - break; - } - if (val !== undefined) { - e.stopEvent(); - val = me.normalizeValue(val); - me.setValue(0, val, undefined, true); - if (ariaDom) { - ariaDom.setAttribute('aria-valuenow', val); - } - } - }, - /** - * @private - * Returns a snapped, constrained value when given a desired value - * @param {Number} value Raw number value - * @return {Number} The raw value rounded to the correct d.p. and constrained within the set max and min values - */ - normalizeValue: function(v) { - var me = this, - snapFn = me.zeroBasedSnapping ? 'snap' : 'snapInRange'; - v = Ext.Number[snapFn](v, me.increment, me.minValue, me.maxValue); - v = Ext.util.Format.round(v, me.decimalPrecision); - v = Ext.Number.constrain(v, me.minValue, me.maxValue); - return v; - }, - /** - * Sets the minimum value for the slider instance. If the current value is less than the minimum value, the current - * value will be changed. - * @param {Number} val The new minimum value - */ - setMinValue: function(val) { - var me = this, - thumbs = me.thumbs, - len = thumbs.length, - ariaDom = me.ariaEl.dom, - thumb, i; - me.minValue = val; - for (i = 0; i < len; ++i) { - thumb = thumbs[i]; - if (thumb.value < val) { - me.setValue(i, val, false); - } - } - if (ariaDom) { - ariaDom.setAttribute('aria-valuemin', val); - } - me.syncThumbs(); - }, - /** - * Sets the maximum value for the slider instance. If the current value is more than the maximum value, the current - * value will be changed. - * @param {Number} val The new maximum value - */ - setMaxValue: function(val) { - var me = this, - thumbs = me.thumbs, - len = thumbs.length, - ariaDom = me.ariaEl.dom, - thumb, i; - me.maxValue = val; - for (i = 0; i < len; ++i) { - thumb = thumbs[i]; - if (thumb.value > val) { - me.setValue(i, val, false); - } - } - if (ariaDom) { - ariaDom.setAttribute('aria-valuemax', val); - } - me.syncThumbs(); - }, - /** - * Programmatically sets the value of the Slider. Ensures that the value is constrained within the minValue and - * maxValue. - * - * Setting the second slider's value without animation: - * - * mySlider.setValue(1, 50, false); - * - * Setting multiple values with animation: - * - * mySlider.setValue([20, 40, 60], true); - * - * @param {Number/Number[]} index Index of the thumb to move. Alternatively, it can be an array of values to set - * for each thumb in the slider. - * @param {Number} value The value to set the slider to. (This will be constrained within minValue and maxValue) - * @param {Object/Boolean} [animate] `false` to not animate. `true` to use the default animation. This may also be an - * animate configuration object, see {@link #cfg-animate}. If this configuration is omitted, the {@link #cfg-animate} configuration - * will be used. - * @return {Ext.slider.Multi} this - */ - setValue: function(index, value, animate, changeComplete) { - var me = this, - thumbs = me.thumbs, - ariaDom = me.ariaEl.dom, - thumb, len, i, values; - if (Ext.isArray(index)) { - values = index; - animate = value; - for (i = 0 , len = values.length; i < len; ++i) { - thumb = thumbs[i]; - if (thumb) { - me.setValue(i, values[i], animate); - } - } - return me; - } - thumb = me.thumbs[index]; - // ensures value is contstrained and snapped - value = me.normalizeValue(value); - if (value !== thumb.value && me.fireEvent('beforechange', me, value, thumb.value, thumb) !== false) { - thumb.value = value; - if (me.rendered) { - if (Ext.isDefined(animate)) { - animate = animate === false ? false : animate; - } else { - animate = me.animate; - } - thumb.move(me.calculateThumbPosition(value), animate); - // At this moment we can only handle one thumb wrt ARIA - if (index === 0 && ariaDom) { - ariaDom.setAttribute('aria-valuenow', value); - } - me.fireEvent('change', me, value, thumb); - me.checkDirty(); - if (changeComplete) { - me.fireEvent('changecomplete', me, value, thumb); - } - } - } - return me; - }, - /** - * @private - * Given a value within this Slider's range, calculates a Thumb's percentage CSS position to map that value. - */ - calculateThumbPosition: function(v) { - var me = this, - minValue = me.minValue, - pos = (v - minValue) / me.getRange() * 100; - if (isNaN(pos)) { - pos = 0; - } - return pos; - }, - /** - * @private - * Returns the ratio of pixels to mapped values. e.g. if the slider is 200px wide and maxValue - minValue is 100, - * the ratio is 2 - * @return {Number} The ratio of pixels to mapped values - */ - getRatio: function() { - var me = this, - innerEl = me.innerEl, - trackLength = me.vertical ? innerEl.getHeight() : innerEl.getWidth(), - valueRange = me.getRange(); - return valueRange === 0 ? trackLength : (trackLength / valueRange); - }, - getRange: function() { - return this.maxValue - this.minValue; - }, - /** - * @private - * Given a pixel location along the slider, returns the mapped slider value for that pixel. - * E.g. if we have a slider 200px wide with minValue = 100 and maxValue = 500, reversePixelValue(50) - * returns 200 - * @param {Number} pos The position along the slider to return a mapped value for - * @return {Number} The mapped value for the given position - */ - reversePixelValue: function(pos) { - return this.minValue + (pos / this.getRatio()); - }, - /** - * @private - * Given a Thumb's percentage position along the slider, returns the mapped slider value for that pixel. - * E.g. if we have a slider 200px wide with minValue = 100 and maxValue = 500, reversePercentageValue(25) - * returns 200 - * @param {Number} pos The percentage along the slider track to return a mapped value for - * @return {Number} The mapped value for the given position - */ - reversePercentageValue: function(pos) { - return this.minValue + this.getRange() * (pos / 100); - }, - onDisable: function() { - var me = this, - i = 0, - thumbs = me.thumbs, - len = thumbs.length, - thumb, el, xy; - me.callParent(); - for (; i < len; i++) { - thumb = thumbs[i]; - el = thumb.el; - thumb.disable(); - if (Ext.isIE) { - //IE breaks when using overflow visible and opacity other than 1. - //Create a place holder for the thumb and display it. - xy = el.getXY(); - el.hide(); - me.innerEl.addCls(me.disabledCls).dom.disabled = true; - if (!me.thumbHolder) { - me.thumbHolder = me.endEl.createChild({ - role: 'presentation', - cls: Ext.baseCSSPrefix + 'slider-thumb ' + me.disabledCls - }); - } - me.thumbHolder.show().setXY(xy); - } - } - }, - onEnable: function() { - var me = this, - i = 0, - thumbs = me.thumbs, - len = thumbs.length, - thumb, el; - this.callParent(); - for (; i < len; i++) { - thumb = thumbs[i]; - el = thumb.el; - thumb.enable(); - if (Ext.isIE) { - me.innerEl.removeCls(me.disabledCls).dom.disabled = false; - if (me.thumbHolder) { - me.thumbHolder.hide(); - } - el.show(); - me.syncThumbs(); - } - } - }, - /** - * Synchronizes thumbs position to the proper proportion of the total component width based on the current slider - * {@link #value}. This will be called automatically when the Slider is resized by a layout, but if it is rendered - * auto width, this method can be called from another resize handler to sync the Slider if necessary. - */ - syncThumbs: function() { - if (this.rendered) { - var thumbs = this.thumbs, - length = thumbs.length, - i = 0; - for (; i < length; i++) { - thumbs[i].move(this.calculateThumbPosition(thumbs[i].value)); - } - } - }, - /** - * Returns the current value of the slider - * @param {Number} index The index of the thumb to return a value for - * @return {Number/Number[]} The current value of the slider at the given index, or an array of all thumb values if - * no index is given. - */ - getValue: function(index) { - return Ext.isNumber(index) ? this.thumbs[index].value : this.getValues(); - }, - /** - * Returns an array of values - one for the location of each thumb - * @return {Number[]} The set of thumb values - */ - getValues: function() { - var values = [], - i = 0, - thumbs = this.thumbs, - len = thumbs.length; - for (; i < len; i++) { - values.push(thumbs[i].value); - } - return values; - }, - getSubmitValue: function() { - var me = this; - return (me.disabled || !me.submitValue) ? null : me.getValue(); - }, - reset: function() { - var me = this, - arr = [].concat(me.originalValue), - a = 0, - aLen = arr.length, - val; - for (; a < aLen; a++) { - val = arr[a]; - me.setValue(a, val); - } - me.clearInvalid(); - // delete here so we reset back to the original state - delete me.wasValid; - }, - setReadOnly: function(readOnly) { - var me = this, - thumbs = me.thumbs, - len = thumbs.length, - i = 0; - me.callParent(arguments); - readOnly = me.readOnly; - for (; i < len; ++i) { - if (readOnly) { - thumbs[i].disable(); - } else { - thumbs[i].enable(); - } - } - }, - beforeDestroy: function() { - var me = this, - thumbs = me.thumbs, - t = 0, - tLen = thumbs.length, - thumb; - if (me.rendered) { - for (; t < tLen; t++) { - thumb = thumbs[t]; - Ext.destroy(thumb); - } - } - me.callParent(); - } -}); - -/** - * Slider which supports vertical or horizontal orientation, keyboard adjustments, configurable snapping, axis clicking - * and animation. Can be added as an item to any container. - * - * @example - * Ext.create('Ext.slider.Single', { - * width: 200, - * value: 50, - * increment: 10, - * minValue: 0, - * maxValue: 100, - * renderTo: Ext.getBody() - * }); - * - * The class Ext.slider.Single is aliased to Ext.Slider for backwards compatibility. - */ -Ext.define('Ext.slider.Single', { - extend: 'Ext.slider.Multi', - alias: [ - 'widget.slider', - 'widget.sliderfield' - ], - alternateClassName: [ - 'Ext.Slider', - 'Ext.form.SliderField', - 'Ext.slider.SingleSlider', - 'Ext.slider.Slider' - ], - /** - * @inheritdoc - */ - defaultBindProperty: 'value', - initComponent: function() { - if (this.publishOnComplete) { - this.valuePublishEvent = 'changecomplete'; - } - this.callParent(); - }, - /** - * @cfg {Boolean} [publishOnComplete=true] - * This controls when the value of the slider is published to the `ViewModel`. By - * default this is done only when the thumb is released (the change is complete). To - * cause this to happen on every change of the thumb position, specify `false`. This - * setting is `true` by default for improved performance on slower devices (such as - * older browsers or tablets). - */ - publishOnComplete: true, - /** - * Returns the current value of the slider - * @return {Number} The current value of the slider - */ - getValue: function() { - // just returns the value of the first thumb, which should be the only one in a single slider - return this.callParent([ - 0 - ]); - }, - /** - * Programmatically sets the value of the Slider. Ensures that the value is constrained within the minValue and - * maxValue. - * @param {Number} value The value to set the slider to. (This will be constrained within minValue and maxValue) - * @param {Object/Boolean} [animate] `false` to not animate. `true` to use the default animation. This may also be an - * animate configuration object, see {@link #cfg-animate}. If this configuration is omitted, the {@link #cfg-animate} configuration - * will be used. - */ - setValue: function(value, animate) { - var args = arguments, - len = args.length; - // this is to maintain backwards compatibility for sliders with only one thumb. Usually you must pass the thumb - // index to setValue, but if we only have one thumb we inject the index here first if given the multi-slider - // signature without the required index. The index will always be 0 for a single slider - if (len === 1 || (len <= 3 && typeof args[1] !== 'number')) { - args = Ext.toArray(args); - args.unshift(0); - } - return this.callParent(args); - }, - /** - * @private - */ - getNearest: function() { - // Since there's only 1 thumb, it's always the nearest - return this.thumbs[0]; - } -}); - -/** - * A Widget-based implementation of a slider. - * @since 5.0.0 - */ -Ext.define('Ext.slider.Widget', { - extend: 'Ext.Widget', - alias: 'widget.sliderwidget', - // Required to pull in the styles - requires: [ - 'Ext.slider.Multi' - ], - cachedConfig: { - /** - * @cfg {Boolean} vertical - * Orients the slider vertically rather than horizontally. - */ - vertical: false - }, - config: { - /** - * @cfg {Boolean} clickToChange - * Determines whether or not clicking on the Slider axis will change the slider. - */ - clickToChange: true, - ui: 'widget', - /** - * @cfg {Number/Number[]} value - * One more values for the position of the slider's thumb(s). - */ - value: 0, - /** - * @cfg {Number} minValue - * The minimum value for any slider thumb. - */ - minValue: 0, - /** - * @cfg {Number} maxValue - * The maximum value for any slider thumb. - */ - maxValue: 100, - /** - * @cfg {Boolean} [publishOnComplete=true] - * This controls when the value of the slider is published to the `ViewModel`. By - * default this is done only when the thumb is released (the change is complete). To - * cause this to happen on every change of the thumb position, specify `false`. This - * setting is `true` by default for improved performance on slower devices (such as - * older browsers or tablets). - */ - publishOnComplete: true, - /** - * @cfg {Object} twoWayBindable - * This object is a map of config property names holding a `true` if changes to - * that config should written back to its binding. Most commonly this is used to - * indicate that the `value` config should be monitored and changes written back - * to the bound value. - */ - twoWayBindable: { - value: 1 - } - }, - decimalPrecision: 0, - defaultBindProperty: 'value', - element: { - reference: 'element', - cls: Ext.baseCSSPrefix + 'slider', - listeners: { - mousedown: 'onMouseDown', - dragstart: 'cancelDrag', - drag: 'cancelDrag', - dragend: 'cancelDrag' - }, - children: [ - { - reference: 'endEl', - cls: Ext.baseCSSPrefix + 'slider-end', - children: [ - { - reference: 'innerEl', - cls: Ext.baseCSSPrefix + 'slider-inner' - } - ] - } - ] - }, - thumbCls: Ext.baseCSSPrefix + 'slider-thumb', - horizontalProp: 'left', - // This property is set to false onMouseDown and deleted onMouseUp. It is used only - // by applyValue when it passes the animate parameter to setThumbValue. - animateOnSetValue: undefined, - applyValue: function(value) { - var me = this, - animate = me.animateOnSetValue, - i, len; - if (Ext.isArray(value)) { - value = Ext.Array.from(value); - for (i = 0 , len = value.length; i < len; ++i) { - me.setThumbValue(i, value[i] = me.normalizeValue(value[i]), animate, true); - } - } else { - value = me.normalizeValue(value); - me.setThumbValue(0, value, animate, true); - } - return value; - }, - updateVertical: function(vertical, oldVertical) { - this.element.removeCls(Ext.baseCSSPrefix + 'slider-' + (oldVertical ? 'vert' : 'horz')); - this.element.addCls(Ext.baseCSSPrefix + 'slider-' + (vertical ? 'vert' : 'horz')); - }, - updateHeight: function(height, oldHeight) { - this.callParent([ - height, - oldHeight - ]); - this.endEl.dom.style.height = this.innerEl.dom.style.height = '100%'; - }, - cancelDrag: function(e) { - // prevent the touch scroller from scrolling when the slider is being dragged - e.stopPropagation(); - }, - getThumb: function(ordinal) { - var me = this, - thumbConfig, - result = (me.thumbs || (me.thumbs = []))[ordinal]; - if (!result) { - thumbConfig = { - cls: me.thumbCls, - style: {} - }; - thumbConfig['data-thumbIndex'] = ordinal; - result = me.thumbs[ordinal] = me.innerEl.createChild(thumbConfig); - } - return result; - }, - getThumbPositionStyle: function() { - return this.getVertical() ? 'bottom' : (this.rtl && Ext.rtl ? 'right' : 'left'); - }, - // // TODO: RTL - // getRenderTree: function() { - // var me = this, - // rtl = me.rtl; - // - // if (rtl && Ext.rtl) { - // me.baseCls += ' ' + (Ext.rtl.util.Renderable.prototype._rtlCls); - // me.horizontalProp = 'right'; - // } else if (rtl === false) { - // me.addCls(Ext.rtl.util.Renderable.prototype._ltrCls); - // } - // - // return me.callParent(); - // }, - update: function() { - var me = this, - values = me.getValue(), - len = values.length, - i; - for (i = 0; i < len; i++) { - this.thumbs[i].dom.style[me.getThumbPositionStyle()] = me.calculateThumbPosition(values[i]) + '%'; - } - }, - onMouseDown: function(e) { - var me = this, - thumb, - trackPoint = e.getXY(), - delta; - if (!me.disabled && e.button === 0) { - // Stop any selection caused by mousedown + mousemove - Ext.getDoc().on({ - scope: me, - capture: true, - selectstart: me.stopSelect - }); - thumb = e.getTarget('.' + me.thumbCls, null, true); - if (thumb) { - me.animateOnSetValue = false; - me.promoteThumb(thumb); - me.captureMouse(me.onMouseMove, me.onMouseUp, [ - thumb - ], 1); - delta = me.pointerOffset = thumb.getXY(); - // Work out the delta of the pointer from the dead centre of the thumb. - // Slider.getTrackPoint positions the centre of the slider at the reported - // pointer position, so we have to correct for that in getValueFromTracker. - delta[0] += Math.floor(thumb.getWidth() / 2) - trackPoint[0]; - delta[1] += Math.floor(thumb.getHeight() / 2) - trackPoint[1]; - } else { - if (me.getClickToChange()) { - trackPoint = me.getTrackpoint(trackPoint); - if (trackPoint != null) { - me.onClickChange(trackPoint); - } - } - } - } - }, - /** - * @private - * Moves the thumb to the indicated position. - * Only changes the value if the click was within this.clickRange. - * @param {Number} trackPoint local pixel offset **from the origin** (left for horizontal and bottom for vertical) along the Slider's axis at which the click event occured. - */ - onClickChange: function(trackPoint) { - var me = this, - thumb, index, value; - // How far along the track *from the origin* was the click. - // If vertical, the origin is the bottom of the slider track. - //find the nearest thumb to the click event - thumb = me.getNearest(trackPoint); - index = parseInt(thumb.getAttribute('data-thumbIndex'), 10); - value = Ext.util.Format.round(me.reversePixelValue(trackPoint), me.decimalPrecision); - if (index) { - me.setThumbValue(index, value, undefined, true); - } else { - me.setValue(value); - } - }, - /** - * @private - * Returns the nearest thumb to a click event, along with its distance - * @param {Number} trackPoint local pixel position along the Slider's axis to find the Thumb for - * @return {Object} The closest thumb object and its distance from the click event - */ - getNearest: function(trackPoint) { - var me = this, - clickValue = me.reversePixelValue(trackPoint), - nearestDistance = me.getRange() + 5, - //add a small fudge for the end of the slider - nearest = null, - thumbs = me.thumbs, - i = 0, - len = thumbs.length, - thumb, value, dist; - for (; i < len; i++) { - thumb = thumbs[i]; - value = me.reversePercentageValue(parseInt(thumb.dom.style[me.getThumbPositionStyle()], 10)); - dist = Math.abs(value - clickValue); - if (Math.abs(dist) <= nearestDistance) { - nearest = thumb; - nearestDistance = dist; - } - } - return nearest; - }, - /** - * @private - * Moves the given thumb above all other by increasing its z-index. This is called when as drag - * any thumb, so that the thumb that was just dragged is always at the highest z-index. This is - * required when the thumbs are stacked on top of each other at one of the ends of the slider's - * range, which can result in the user not being able to move any of them. - * @param {Ext.slider.Thumb} topThumb The thumb to move to the top - */ - promoteThumb: function(topThumb) { - var thumbs = this.thumbStack || (this.thumbStack = Ext.Array.slice(this.thumbs)), - ln = thumbs.length, - zIndex = 10000, - i; - // Move topthumb to position zero - if (thumbs[0] !== topThumb) { - Ext.Array.remove(thumbs, topThumb); - thumbs.unshift(topThumb); - } - // Then shuffle the zIndices - for (i = 0; i < ln; i++) { - thumbs[i].el.setStyle('zIndex', zIndex); - zIndex -= 1000; - } - }, - doMouseMove: function(e, thumb, changeComplete) { - var me = this, - trackerXY = e.getXY(), - newValue, thumbIndex, trackPoint; - trackerXY[0] += me.pointerOffset[0]; - trackerXY[1] += me.pointerOffset[1]; - trackPoint = me.getTrackpoint(trackerXY); - // If dragged out of range, value will be undefined - if (trackPoint) { - newValue = me.reversePixelValue(trackPoint); - thumbIndex = parseInt(thumb.getAttribute('data-thumbIndex'), 10); - if (thumbIndex || (!changeComplete && me.getPublishOnComplete())) { - me.setThumbValue(thumbIndex, newValue, false, changeComplete); - } else { - me.setValue(newValue); - } - } - }, - onMouseMove: function(e, thumb) { - this.doMouseMove(e, thumb, false); - }, - onMouseUp: function(e, thumb) { - var me = this; - me.doMouseMove(e, thumb, true); - Ext.getDoc().un({ - scope: me, - capture: true, - selectstart: me.stopSelect - }); - delete me.animateOnSetValue; - }, - // expose "undefined" on prototype - stopSelect: function(e) { - e.stopEvent(); - return false; - }, - /** - * Programmatically sets the value of the Slider. Ensures that the value is constrained within the minValue and - * maxValue. - * - * Setting a single value: - * // Set the second slider value, don't animate - * mySlider.setThumbValue(1, 50, false); - * - * Setting multiple values at once - * // Set 3 thumb values, animate - * mySlider.setThumbValue([20, 40, 60], true); - * - * @param {Number/Number[]} index Index of the thumb to move. Alternatively, it can be an array of values to set - * for each thumb in the slider. - * @param {Number} value The value to set the slider to. (This will be constrained within minValue and maxValue) - * @param {Boolean} [animate=true] Turn on or off animation - * @return {Ext.slider.Multi} this - */ - setThumbValue: function(index, value, animate, changeComplete) { - var me = this, - thumb, thumbValue, len, i, values; - if (Ext.isArray(index)) { - values = index; - animate = value; - for (i = 0 , len = values.length; i < len; ++i) { - me.setThumbValue(i, values[i], animate, changeComplete); - } - return me; - } - thumb = me.getThumb(index); - thumbValue = me.reversePercentageValue(parseInt(thumb.dom.style[me.getThumbPositionStyle()], 10)); - // ensures value is contstrained and snapped - value = me.normalizeValue(value); - if (value !== thumbValue && me.fireEvent('beforechange', me, value, thumbValue, thumb) !== false) { - if (me.element.dom) { - // TODO this only handles a single value; need a solution for exposing multiple values to aria. - // Perhaps this should go on each thumb element rather than the outer element. - me.element.set({ - 'aria-valuenow': value, - 'aria-valuetext': value - }); - me.moveThumb(thumb, me.calculateThumbPosition(value), Ext.isDefined(animate) ? animate !== false : me.animate); - me.fireEvent('change', me, value, thumb); - } - } - return me; - }, - /** - * Returns the current value of the slider - * @param {Number} index The index of the thumb to return a value for - * @return {Number/Number[]} The current value of the slider at the given index, or an array of all thumb values if - * no index is given. - */ - getValue: function(index) { - var me = this, - value; - if (Ext.isNumber(index)) { - value = me.thumbs[index].dom.style[me.getThumbPositionStyle()]; - value = me.reversePercentageValue(parseInt(value, 10)); - } else { - value = me.getValues(); - if (value.length === 1) { - value = value[0]; - } - } - return value; - }, - /** - * Returns an array of values - one for the location of each thumb - * @return {Number[]} The set of thumb values - */ - getValues: function() { - var me = this, - values = [], - i = 0, - thumbs = me.thumbs, - len = thumbs.length; - for (; i < len; i++) { - values.push(me.reversePercentageValue(parseInt(me.thumbs[i].dom.style[me.getThumbPositionStyle()], 10))); - } - return values; - }, - /** - * @private - * move the thumb - */ - moveThumb: function(thumb, v, animate) { - var me = this, - styleProp = me.getThumbPositionStyle(), - to, from; - v += '%'; - if (!animate) { - thumb.dom.style[styleProp] = v; - } else { - to = {}; - to[styleProp] = v; - if (!Ext.supports.GetPositionPercentage) { - from = {}; - from[styleProp] = thumb.dom.style[styleProp]; - } - new Ext.fx.Anim({ - // jshint ignore:line - target: thumb, - duration: 350, - from: from, - to: to - }); - } - }, - /** - * @private - * Returns a snapped, constrained value when given a desired value - * @param {Number} value Raw number value - * @return {Number} The raw value rounded to the correct d.p. and constrained within the set max and min values - */ - normalizeValue: function(v) { - var me = this, - snapFn = me.zeroBasedSnapping ? 'snap' : 'snapInRange'; - v = Ext.Number[snapFn](v, me.increment, me.minValue, me.maxValue); - v = Ext.util.Format.round(v, me.decimalPrecision); - v = Ext.Number.constrain(v, me.minValue, me.maxValue); - return v; - }, - /** - * @private - * Given an `[x, y]` position within the slider's track (Points outside the slider's track are coerced to either the minimum or maximum value), - * calculate how many pixels **from the slider origin** (left for horizontal Sliders and bottom for vertical Sliders) that point is. - * - * If the point is outside the range of the Slider's track, the return value is `undefined` - * @param {Number[]} xy The point to calculate the track point for - */ - getTrackpoint: function(xy) { - var me = this, - vertical = me.getVertical(), - sliderTrack = me.innerEl, - trackLength, result, positionProperty; - if (vertical) { - positionProperty = 'top'; - trackLength = sliderTrack.getHeight(); - } else { - positionProperty = 'left'; - trackLength = sliderTrack.getWidth(); - } - xy = me.transformTrackPoints(sliderTrack.translatePoints(xy)); - result = Ext.Number.constrain(xy[positionProperty], 0, trackLength); - return vertical ? trackLength - result : result; - }, - transformTrackPoints: Ext.identityFn, - /** - * @private - * Given a value within this Slider's range, calculates a Thumb's percentage CSS position to map that value. - */ - calculateThumbPosition: function(v) { - var me = this, - pos = (v - me.getMinValue()) / me.getRange() * 100; - if (isNaN(pos)) { - pos = 0; - } - return pos; - }, - /** - * @private - * Returns the ratio of pixels to mapped values. e.g. if the slider is 200px wide and maxValue - minValue is 100, - * the ratio is 2 - * @return {Number} The ratio of pixels to mapped values - */ - getRatio: function() { - var me = this, - innerEl = me.innerEl, - trackLength = me.getVertical() ? innerEl.getHeight() : innerEl.getWidth(), - valueRange = me.getRange(); - return valueRange === 0 ? trackLength : (trackLength / valueRange); - }, - getRange: function() { - return this.getMaxValue() - this.getMinValue(); - }, - /** - * @private - * Given a pixel location along the slider, returns the mapped slider value for that pixel. - * E.g. if we have a slider 200px wide with minValue = 100 and maxValue = 500, reversePixelValue(50) - * returns 200 - * @param {Number} pos The position along the slider to return a mapped value for - * @return {Number} The mapped value for the given position - */ - reversePixelValue: function(pos) { - return this.getMinValue() + (pos / this.getRatio()); - }, - /** - * @private - * Given a Thumb's percentage position along the slider, returns the mapped slider value for that pixel. - * E.g. if we have a slider 200px wide with minValue = 100 and maxValue = 500, reversePercentageValue(25) - * returns 200 - * @param {Number} pos The percentage along the slider track to return a mapped value for - * @return {Number} The mapped value for the given position - */ - reversePercentageValue: function(pos) { - return this.getMinValue() + this.getRange() * (pos / 100); - }, - captureMouse: function(onMouseMove, onMouseUp, args, appendArgs) { - var me = this, - onMouseupWrap, listeners; - onMouseMove = onMouseMove && Ext.Function.bind(onMouseMove, me, args, appendArgs); - onMouseUp = onMouseUp && Ext.Function.bind(onMouseUp, me, args, appendArgs); - onMouseupWrap = function() { - Ext.getDoc().un(listeners); - if (onMouseUp) { - onMouseUp.apply(me, arguments); - } - }; - listeners = { - mousemove: onMouseMove, - mouseup: onMouseupWrap - }; - // Funnel mousemove events and the final mouseup event back into the gadget - Ext.getDoc().on(listeners); - } -}); - -/** - * @class Ext.sparkline.Shape - * @private - */ -Ext.define('Ext.sparkline.Shape', { - constructor: function(target, id, type, args) { - this.target = target; - this.id = id; - this.type = type; - this.args = args; - }, - append: function() { - this.target.appendShape(this); - return this; - } -}); - -/** - * @class Ext.sparkline.CanvasBase - * @private - */ -Ext.define('Ext.sparkline.CanvasBase', { - requires: [ - 'Ext.sparkline.Shape' - ], - shapeCount: 0, - _pxregex: /(\d+)(px)?\s*$/i, - constructor: function(ownerSparkLine) { - this.owner = ownerSparkLine; - }, - setWidth: function(width) { - this.pixelWidth = width; - }, - setHeight: function(height) { - this.pixelHeight = height; - }, - drawLine: function(x1, y1, x2, y2, lineColor, lineWidth) { - return this.drawShape([ - [ - x1, - y1 - ], - [ - x2, - y2 - ] - ], lineColor, lineWidth); - }, - drawShape: function(path, lineColor, fillColor, lineWidth) { - return this._genShape('Shape', [ - path, - lineColor, - fillColor, - lineWidth - ]); - }, - drawCircle: function(x, y, radius, lineColor, fillColor, lineWidth) { - return this._genShape('Circle', [ - x, - y, - radius, - lineColor, - fillColor, - lineWidth - ]); - }, - drawPieSlice: function(x, y, radius, startAngle, endAngle, lineColor, fillColor) { - return this._genShape('PieSlice', [ - x, - y, - radius, - startAngle, - endAngle, - lineColor, - fillColor - ]); - }, - drawRect: function(x, y, width, height, lineColor, fillColor) { - return this._genShape('Rect', [ - x, - y, - width, - height, - lineColor, - fillColor - ]); - }, - getElement: function() { - return this.el; - }, - /* - * Return the most recently inserted shape id - */ - getLastShapeId: function() { - return this.lastShapeId; - }, - /* - * Clear and reset the canvas - */ - reset: function() { - Ext.raise('reset not implemented'); - }, - /* - * Generate a shape object and id for later rendering - */ - _genShape: function(shapetype, shapeargs) { - var id = this.shapeCount++; - shapeargs.unshift(id); - return new Ext.sparkline.Shape(this, id, shapetype, shapeargs); - }, - /* - * Add a shape to the end of the render queue - */ - appendShape: function(shape) { - Ext.raise('appendShape not implemented'); - }, - /* - * Replace one shape with another - */ - replaceWithShape: function(shapeid, shape) { - Ext.raise('replaceWithShape not implemented'); - }, - /* - * Insert one shape after another in the render queue - */ - insertAfterShape: function(shapeid, shape) { - Ext.raise('insertAfterShape not implemented'); - }, - /* - * Remove a shape from the queue - */ - removeShapeId: function(shapeid) { - Ext.raise('removeShapeId not implemented'); - }, - /* - * Find a shape at the specified x/y co-ordinates - */ - getShapeAt: function(x, y) { - Ext.raise('getShapeAt not implemented'); - }, - /* - * Render all queued shapes onto the canvas - */ - render: function() { - Ext.raise('render not implemented'); - } -}); - -/** - * @private - */ -Ext.define('Ext.sparkline.CanvasCanvas', { - extend: 'Ext.sparkline.CanvasBase', - statics: { - contextOverrides: (function() { - var ratio = window.devicePixelRatio || 1; - return { - moveTo: function(x, y) { - this.$moveTo(x * ratio, y * ratio); - }, - lineTo: function(x, y) { - this.$lineTo(x * ratio, y * ratio); - }, - arc: function(x, y, radius, startAngle, endAngle, counterclockwise) { - this.$arc(x * ratio, y * ratio, radius * ratio, startAngle, endAngle, counterclockwise); - }, - clearRect: function(x, y, width, height) { - this.$clearRect(x * ratio, y * ratio, width * ratio, height * ratio); - } - }; - })() - }, - setWidth: function(width) { - this.callParent(arguments); - this.owner.element.dom.width = width * (window.devicePixelRatio || 1); - }, - setHeight: function(height) { - this.callParent(arguments); - this.owner.element.dom.height = height * (window.devicePixelRatio || 1); - }, - onOwnerUpdate: function() { - var me = this; - me.el = me.owner.element; - me.interact = !me.owner.initialConfig.disableInteraction; - me.shapes = {}; - me.shapeseq = []; - me.currentTargetShapeId = me.lastShapeId = null; - }, - _getContext: function(lineColor, fillColor, lineWidth) { - var context = this.el.dom.getContext('2d'), - overrides = Ext.sparkline.CanvasCanvas.contextOverrides, - name; - if (!this.context) { - for (name in overrides) { - context['$' + name] = context[name]; - } - Ext.apply(context, overrides); - this.context = context; - } - if (lineColor != null) { - context.strokeStyle = lineColor; - } - context.lineWidth = lineWidth || 1; - if (fillColor != null) { - context.fillStyle = fillColor; - } - return context; - }, - reset: function() { - var context = this._getContext(); - context.clearRect(0, 0, this.pixelWidth, this.pixelHeight); - this.shapes = {}; - this.shapeseq = []; - this.currentTargetShapeId = this.lastShapeId = null; - }, - _drawShape: function(shapeid, path, lineColor, fillColor, lineWidth) { - var context = this._getContext(lineColor, fillColor, lineWidth), - i, plen; - context.beginPath(); - context.moveTo(path[0][0] + 0.5, path[0][1] + 0.5); - for (i = 1 , plen = path.length; i < plen; i++) { - context.lineTo(path[i][0] + 0.5, path[i][1] + 0.5); - } - // the 0.5 offset gives us crisp pixel-width lines - if (lineColor != null) { - context.stroke(); - } - if (fillColor != null) { - context.fill(); - } - if (this.targetX != null && this.targetY != null && context.isPointInPath(this.targetX, this.targetY)) { - this.currentTargetShapeId = shapeid; - } - }, - _drawCircle: function(shapeid, x, y, radius, lineColor, fillColor, lineWidth) { - var context = this._getContext(lineColor, fillColor, lineWidth); - context.beginPath(); - context.arc(x, y, radius, 0, 2 * Math.PI, false); - if (this.targetX != null && this.targetY != null && context.isPointInPath(this.targetX, this.targetY)) { - this.currentTargetShapeId = shapeid; - } - if (lineColor !== undefined) { - context.stroke(); - } - if (fillColor !== undefined) { - context.fill(); - } - }, - _drawPieSlice: function(shapeid, x, y, radius, startAngle, endAngle, lineColor, fillColor) { - var context = this._getContext(lineColor, fillColor); - context.beginPath(); - context.moveTo(x, y); - context.arc(x, y, radius, startAngle, endAngle, false); - context.lineTo(x, y); - context.closePath(); - if (lineColor != null) { - context.stroke(); - } - if (fillColor) { - context.fill(); - } - if (this.targetX !== undefined && this.targetY !== undefined && context.isPointInPath(this.targetX, this.targetY)) { - this.currentTargetShapeId = shapeid; - } - }, - _drawRect: function(shapeid, x, y, width, height, lineColor, fillColor) { - return this._drawShape(shapeid, [ - [ - x, - y - ], - [ - x + width, - y - ], - [ - x + width, - y + height - ], - [ - x, - y + height - ], - [ - x, - y - ] - ], lineColor, fillColor); - }, - appendShape: function(shape) { - this.shapes[shape.id] = shape; - this.shapeseq.push(shape.id); - this.lastShapeId = shape.id; - return shape.id; - }, - replaceWithShape: function(shapeid, shape) { - var shapeseq = this.shapeseq, - i; - this.shapes[shape.id] = shape; - for (i = shapeseq.length; i--; ) { - if (shapeseq[i] == shapeid) { - shapeseq[i] = shape.id; - } - } - delete this.shapes[shapeid]; - }, - replaceWithShapes: function(shapeids, shapes) { - var shapeseq = this.shapeseq, - shapemap = {}, - sid, i, first; - for (i = shapeids.length; i--; ) { - shapemap[shapeids[i]] = true; - } - for (i = shapeseq.length; i--; ) { - sid = shapeseq[i]; - if (shapemap[sid]) { - shapeseq.splice(i, 1); - delete this.shapes[sid]; - first = i; - } - } - for (i = shapes.length; i--; ) { - shapeseq.splice(first, 0, shapes[i].id); - this.shapes[shapes[i].id] = shapes[i]; - } - }, - insertAfterShape: function(shapeid, shape) { - var shapeseq = this.shapeseq, - i; - for (i = shapeseq.length; i--; ) { - if (shapeseq[i] === shapeid) { - shapeseq.splice(i + 1, 0, shape.id); - this.shapes[shape.id] = shape; - return; - } - } - }, - removeShapeId: function(shapeid) { - var shapeseq = this.shapeseq, - i; - for (i = shapeseq.length; i--; ) { - if (shapeseq[i] === shapeid) { - shapeseq.splice(i, 1); - break; - } - } - delete this.shapes[shapeid]; - }, - getShapeAt: function(x, y) { - this.targetX = x; - this.targetY = y; - this.render(); - return this.currentTargetShapeId; - }, - render: function() { - var shapeseq = this.shapeseq, - shapes = this.shapes, - shapeCount = shapeseq.length, - context = this._getContext(), - shapeid, shape, i; - context.clearRect(0, 0, this.pixelWidth, this.pixelHeight); - for (i = 0; i < shapeCount; i++) { - shapeid = shapeseq[i]; - shape = shapes[shapeid]; - this['_draw' + shape.type].apply(this, shape.args); - } - if (!this.interact) { - // not interactive so no need to keep the shapes array - this.shapes = {}; - this.shapeseq = []; - } - } -}); - -/** - * @private - */ -Ext.define('Ext.sparkline.VmlCanvas', { - extend: 'Ext.sparkline.CanvasBase', - setWidth: function(width) { - var me = this; - me.callParent(arguments); - me.owner.groupEl.dom.coordsize = me.width + ' ' + (me.height || 0); - me.owner.groupEl.dom.style.width = width + 'px'; - }, - setHeight: function(height) { - var me = this; - me.callParent(arguments); - me.owner.groupEl.dom.coordsize = (me.width || 0) + ' ' + me.height; - me.owner.groupEl.dom.style.height = height + 'px'; - }, - onOwnerUpdate: function() { - var me = this; - me.group = me.owner.groupEl; - me.el = me.owner.element; - me.prerender = []; - }, - _drawShape: function(shapeid, path, lineColor, fillColor, lineWidth) { - var vpath = [], - initial, stroke, fill, closed, plen, i; - for (i = 0 , plen = path.length; i < plen; i++) { - vpath[i] = (path[i][0]) + ',' + (path[i][1]); - } - initial = vpath.splice(0, 1); - lineWidth = lineWidth == null ? 1 : lineWidth; - stroke = lineColor == null ? ' stroked="false" ' : ' strokeWeight="' + lineWidth + 'px" strokeColor="' + lineColor + '" '; - fill = fillColor == null ? ' filled="false"' : ' fillColor="' + fillColor + '" filled="true" '; - closed = vpath[0] === vpath[vpath.length - 1] ? 'x ' : ''; - return [ - '' - ].join(''); - }, - _drawCircle: function(shapeid, x, y, radius, lineColor, fillColor, lineWidth) { - var circumference = radius * 2, - stroke, fill; - x -= radius; - y -= radius; - stroke = lineColor == null ? ' stroked="false" ' : ' strokeWeight="' + lineWidth + 'px" strokeColor="' + lineColor + '" '; - fill = fillColor == null ? ' filled="false"' : ' fillColor="' + fillColor + '" filled="true" '; - return [ - '' - ].join(''); - }, - _drawPieSlice: function(shapeid, x, y, radius, startAngle, endAngle, lineColor, fillColor) { - var vpath, - width = this.pixelWidth, - height = this.pixelHeight, - startx, starty, endx, endy, - stroke = lineColor == null ? ' stroked="false" ' : ' strokeWeight="1px" strokeColor="' + lineColor + '" ', - fill = fillColor == null ? ' filled="false"' : ' fillColor="' + fillColor + '" filled="true" '; - // VML cannot handle start & end angle the same. - if (startAngle === endAngle) { - return ''; - } - if ((endAngle - startAngle) === (2 * Math.PI)) { - startAngle = 0; - // VML seems to have a problem when drawing a full circle that doesn't start 0 - endAngle = (2 * Math.PI); - } - startx = x + Math.round(Math.cos(startAngle) * radius); - starty = y + Math.round(Math.sin(startAngle) * radius); - endx = x + Math.round(Math.cos(endAngle) * radius); - endy = y + Math.round(Math.sin(endAngle) * radius); - if (startx === endx && starty === endy) { - if ((endAngle - startAngle) < Math.PI) { - // Prevent very small slices from being mistaken as a whole pie - return ''; - } - // essentially going to be the entire circle, so ignore startAngle - startx = endx = x + radius; - starty = endy = y; - } - if (startx === endx && starty === endy && (endAngle - startAngle) < Math.PI) { - return ''; - } - vpath = [ - x - radius, - y - radius, - x + radius, - y + radius, - startx, - starty, - endx, - endy - ]; - return [ - '' - ].join(''); - }, - _drawRect: function(shapeid, x, y, width, height, lineColor, fillColor) { - return this._drawShape(shapeid, [ - [ - x, - y - ], - [ - x, - y + height - ], - [ - x + width, - y + height - ], - [ - x + width, - y - ], - [ - x, - y - ] - ], lineColor, fillColor); - }, - reset: function() { - Ext.fly(this.group).empty(); - }, - appendShape: function(shape) { - this.prerender.push(this['_draw' + shape.type].apply(this, shape.args)); - this.lastShapeId = shape.id; - return shape.id; - }, - replaceWithShape: function(shapeid, shape) { - var existing = this.el.getById('jqsshape' + shapeid, true), - vel = this['_draw' + shape.type].apply(this, shape.args); - existing.outerHTML = vel; - }, - replaceWithShapes: function(shapeids, shapes) { - // replace the first shapeid with all the new shapes then toast the remaining old shapes - var existing = this.el.getById('jqsshape' + shapeids[0], true), - replace = '', - slen = shapes.length, - i; - for (i = 0; i < slen; i++) { - replace += this['_draw' + shapes[i].type].apply(this, shapes[i].args); - } - existing.outerHTML = replace; - for (i = 1; i < shapeids.length; i++) { - this.el.getById('jqsshape' + shapeids[i]).destroy(); - } - }, - insertAfterShape: function(shapeid, shape) { - var existing = this.el.getById('jqsshape' + shapeid, true), - vel = this['_draw' + shape.type].apply(this, shape.args); - existing.insertAdjacentHTML('afterEnd', vel); - }, - removeShapeId: function(shapeid) { - var existing = this.el.getById('jqsshape' + shapeid, true); - this.group.removeChild(existing); - }, - getShapeAt: function(x, y) { - var shapeid = this.el.id.substr(8); - return shapeid; - }, - render: function() { - this.group.dom.innerHTML = this.prerender.join(''); - } -}, function() { - Ext.onInternalReady(function() { - var doc = document; - if (doc.namespaces && !doc.namespaces.svml) { - doc.namespaces.add("svml", "urn:schemas-microsoft-com:vml", '#default#VML'); - } - }); -}); - -/** - * @class Ext.sparkline.Base - * - * The base class for ExtJS SparkLines. SparkLines are small, inline graphs used to visually - * display small amounts of data. For large datasets, use the {@link Ext.chart.AbstractChart chart package}. - * - * The SparkLine subclasses accept an {@link #values array of values}, and present the data in different visualizations. - * - * @example - * new Ext.Panel({ - * height: 300, - * width: 600, - * frame: true, - * title: 'Test Sparklines', - * renderTo:document.body, - * bodyPadding: 10, - * - * // Named listeners will resolve to methods in this Panel - * defaultListenerScope: true, - * - * // Named references will be collected, and can be access from this Panel - * referenceHolder: true, - * - * items: [{ - * reference: 'values', - * xtype: 'textfield', - * fieldLabel: 'Values', - * validator: function(v) { - * var result = []; - * - * v = v.replace(/\s/g, ''); - * v = v.replace(/,$/, ''); - * v = v.split(','); - * for (var i = 0; i < v.length; i++) { - * if (!Ext.isNumeric(v[i])) { - * return 'Value must be a comma separated array of numbers'; - * } - * result.push(parseInt(v[i], 10)); - * } - * this.values = result; - * return true; - * }, - * listeners: { - * change: 'onTypeChange', - * buffer: 500, - * afterrender: { - * fn: 'afterTypeRender', - * single: true - * } - * } - * }, { - * reference: 'type', - * xtype: 'combobox', - * fieldLabel: 'Type', - * store: [ - * ['sparklineline', 'Line'], - * ['sparklinebox', 'Box'], - * ['sparklinebullet', 'Bullet'], - * ['sparklinediscrete', 'Discrete'], - * ['sparklinepie', 'Pie'], - * ['sparklinetristate', 'TriState'] - * ], - * value: 'sparklineline', - * listeners: { - * change: 'onTypeChange', - * buffer: 500 - * } - * }], - * - * // Start with a line plot. - * afterTypeRender: function(typeField) { - * typeField.setValue('6,10,4,-3,7,2'); - * }, - * - * onTypeChange: function() { - * var me = this, - * refs = me.getReferences(), - * config; - * - * if (me.sparkLine) { - * me.remove(me.sparkLine, true); - * } - * config = { - * xtype: refs.type.getValue(), - * values: refs.values.values, - * height: 25, - * width: 100 - * }; - * me.sparkLine = Ext.create(config); - * me.add(me.sparkLine); - * - * // Put under fields - * me.sparkLine.el.dom.style.marginLeft = refs.type.labelEl.getWidth() + 'px'; - * } - * }); - * - */ -Ext.define('Ext.sparkline.Base', { - extend: 'Ext.Widget', - requires: [ - 'Ext.XTemplate', - 'Ext.sparkline.CanvasCanvas', - 'Ext.sparkline.VmlCanvas' - ], - cachedConfig: { - baseCls: Ext.baseCSSPrefix + 'sparkline', - /** - * @cfg {String} [lineColor=#157fcc] The hex value for line colors in graphs which display lines ({@link Ext.sparkline.Box Box}, {@link Ext.sparkline.Discrete Discrete and {@link Ext.sparkline.Line Line}). - */ - lineColor: '#157fcc', - /** - * @cfg {String} [fillColor=#def] The hex value for fill color in graphs which fill areas ({@link Ext.sparkline.Line Line}). - */ - fillColor: '#def', - defaultPixelsPerValue: 3, - tagValuesAttribute: 'values', - enableTagOptions: false, - enableHighlight: true, - /** - * @cfg {String} [highlightColor=null] The hex value for the highlight color to use when mouseing over a graph segment. - */ - highlightColor: null, - /** - * @cfg {Number} [highlightLighten=1.4] How much to lighten the highlight color by when mouseing over a graph segment. - */ - highlightLighten: 1.4, - /** - * @cfg {Boolean} [tooltipSkipNull=true] Null values will not have a tooltip displayed. - */ - tooltipSkipNull: true, - /** - * @cfg {String} [tooltipPrefix] A string to prepend to each field displayed in a tooltip. - */ - tooltipPrefix: '', - /** - * @cfg {String} [tooltipSuffix] A string to append to each field displayed in a tooltip. - */ - tooltipSuffix: '', - /** - * @cfg {Boolean} [disableTooltips=false] Set to `true` to disable mouseover tooltips. - */ - disableTooltips: false, - disableInteraction: false, - /** - * @cfg {String/Ext.XTemplate} [tipTpl] An XTemplate used to display the value or values in a tooltip when hovering over a Sparkline. - * - * The implemented subclases all define their own `tipTpl`, but it can be overridden. - */ - tipTpl: null - }, - config: { - /** - * @cfg {Number[]} values An array of numbers which define the chart. - */ - values: null - }, - element: { - tag: 'canvas', - reference: 'element', - style: { - display: 'inline-block', - verticalAlign: 'top' - }, - listeners: { - mouseenter: 'onMouseEnter', - mouseleave: 'onMouseLeave', - mousemove: 'onMouseMove' - }, - // Create canvas zero sized so that it does not affect the containing element's initial layout - // https://sencha.jira.com/browse/EXTJSIV-10145 - width: 0, - height: 0 - }, - defaultBindProperty: 'values', - // When any config is changed, the canvas needs to be redrawn. - // This is done at the next animation frame when this queue is traversed. - redrawQueue: {}, - inheritableStatics: { - /** - * @private - * @static - * @inheritable - */ - sparkLineTipClass: Ext.baseCSSPrefix + 'sparkline-tip-target', - /** - * @private - * @static - * @inheritable - */ - onClassCreated: function(cls) { - var proto = cls.prototype, - configs = cls.getConfigurator().configs, - config; - // Set up an applier for all local configs which kicks off a request to redraw on the next animation frame - for (config in configs) { - // tipTpl not included in this scheme - if (config !== 'tipTpl') { - proto[Ext.Config.get(config).names.apply] = proto.applyConfigChange; - } - } - } - }, - constructor: function(config) { - var me = this; - // The canvas sets our element config - me.canvas = Ext.supports.Canvas ? new Ext.sparkline.CanvasCanvas(me) : new Ext.sparkline.VmlCanvas(me); - if (!me.getDisableTooltips()) { - me.element.cls = Ext.sparkline.Base.sparkLineTipClass; - } - Ext.apply(me, config); - me.callParent([ - config - ]); - // For compatibility of all the code. - me.el = me.element; - }, - // determine if all values of an array match a value - // returns true if the array is empty - all: function(val, arr, ignoreNull) { - var i; - for (i = arr.length; i--; ) { - if (ignoreNull && arr[i] === null) { - - continue; - } - if (arr[i] !== val) { - return false; - } - } - return true; - }, - // generic config value applier. - // Adds this to the queue to do a redraw on the next animation frame - applyConfigChange: function(newValue) { - var me = this; - me.redrawQueue[me.getId()] = me; - // Ensure that there is a single timer to handle all queued redraws. - if (!me.redrawTimer) { - Ext.sparkline.Base.prototype.redrawTimer = Ext.Function.requestAnimationFrame(me.processRedrawQueue); - } - return newValue; - }, - // Appliers convert an incoming config value. - // Ensure the tipTpl is an XTemplate - applyTipTpl: function(tipTpl) { - if (!tipTpl.isTemplate) { - tipTpl = new Ext.XTemplate(tipTpl); - } - return tipTpl; - }, - normalizeValue: function(val) { - var nf; - switch (val) { - case 'undefined': - val = undefined; - break; - case 'null': - val = null; - break; - case 'true': - val = true; - break; - case 'false': - val = false; - break; - default: - nf = parseFloat(val); - if (val == nf) { - val = nf; - }; - } - return val; - }, - normalizeValues: function(vals) { - var i, - result = []; - for (i = vals.length; i--; ) { - result[i] = this.normalizeValue(vals[i]); - } - return result; - }, - updateWidth: function(width, oldWidth) { - var me = this, - dom = me.element.dom; - me.callParent([ - width, - oldWidth - ]); - me.canvas.setWidth(width); - me.width = width; - if (me.height == null) { - me.setHeight(parseInt(me.measurer.getCachedStyle(dom.parentNode, 'line-height'), 10)); - } else { - me.redrawQueue[me.getId()] = me; - } - }, - updateHeight: function(height, oldHeight) { - var me = this; - me.callParent([ - height, - oldHeight - ]); - me.canvas.setHeight(height); - me.height = height; - me.redrawQueue[me.getId()] = me; - }, - updateValues: function(values) { - this.values = values; - }, - redraw: function() { - var me = this; - if (me.getValues()) { - me.onUpdate(); - me.canvas.onOwnerUpdate(); - me.renderGraph(); - } - }, - onUpdate: Ext.emptyFn, - /* - * Render the chart to the canvas - */ - renderGraph: function() { - var ret = true; - if (this.disabled) { - this.canvas.reset(); - ret = false; - } - return ret; - }, - onMouseEnter: function(e) { - this.onMouseMove(e); - }, - onMouseMove: function(e) { - this.tooltip.triggerEvent = e; - this.currentPageXY = e.getPoint(); - this.redraw(); - }, - onMouseLeave: function() { - var me = this; - me.currentPageXY = me.targetX = me.targetY = null; - me.redraw(); - me.tooltip.target = null; - me.tooltip.hide(); - }, - updateDisplay: function() { - var me = this, - values = me.getValues(), - offset, - tooltip = me.tooltip, - tooltipHTML, region; - if (values && values.length && me.currentPageXY && me.el.getRegion().contains(me.currentPageXY)) { - offset = me.canvas.el.getXY(); - region = me.getRegion(me.currentPageXY[0] - offset[0], me.currentPageXY[1] - offset[1]); - if (region != null && region < values.length) { - if (!me.disableHighlight) { - me.renderHighlight(region); - } - tooltipHTML = me.getRegionTooltip(region); - } - me.fireEvent('sparklineregionchange', me); - if (tooltipHTML) { - if (!me.lastTooltipHTML || tooltipHTML[0] !== me.lastTooltipHTML[0] || tooltipHTML[1] !== me.lastTooltipHTML[1]) { - tooltip.setTitle(tooltipHTML[0]); - tooltip.update(tooltipHTML[1]); - me.lastTooltipHTML = tooltipHTML; - } - tooltip.target = me.el; - tooltip.onTargetOver(tooltip.triggerEvent); - } - } - // No tip content; ensure it's hidden - if (!tooltipHTML) { - tooltip.target = null; - tooltip.hide(); - } - }, - /* - * Return a region id for a given x/y co-ordinate - */ - getRegion: Ext.emptyFn, - /* - * Fetch the HTML to display as a tooltip - */ - getRegionTooltip: function(region) { - var me = this, - header = me.tooltipChartTitle, - entries = [], - tipTpl = me.getTipTpl(), - fields, showFields, showFieldsKey, newFields, fv, formatter, fieldlen, i, j; - fields = me.getRegionFields(region); - formatter = me.tooltipFormatter; - if (formatter) { - return formatter(me, me, fields); - } - if (!tipTpl) { - return ''; - } - if (!Ext.isArray(fields)) { - fields = [ - fields - ]; - } - showFields = me.tooltipFormatFieldlist; - showFieldsKey = me.tooltipFormatFieldlistKey; - if (showFields && showFieldsKey) { - // user-selected ordering of fields - newFields = []; - for (i = fields.length; i--; ) { - fv = fields[i][showFieldsKey]; - if ((j = Ext.Array.indexOf(fv, showFields)) !== -1) { - newFields[j] = fields[i]; - } - } - fields = newFields; - } - fieldlen = fields.length; - for (j = 0; j < fieldlen; j++) { - if (!fields[j].isNull || !me.getTooltipSkipNull()) { - Ext.apply(fields[j], { - prefix: me.getTooltipPrefix(), - suffix: me.getTooltipSuffix() - }); - entries.push(tipTpl.apply(fields[j])); - } - } - if (header || entries.length) { - return [ - header, - entries.join('
    ') - ]; - } - return ''; - }, - getRegionFields: Ext.emptyFn, - calcHighlightColor: function(color) { - var me = this, - highlightColor = me.getHighlightColor(), - lighten = me.getHighlightLighten(), - parse, mult, rgbnew, i; - if (highlightColor) { - return highlightColor; - } - if (lighten) { - // extract RGB values - parse = /^#([0-9a-f])([0-9a-f])([0-9a-f])$/i.exec(color) || /^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i.exec(color); - if (parse) { - rgbnew = []; - mult = color.length === 4 ? 16 : 1; - for (i = 0; i < 3; i++) { - rgbnew[i] = Ext.Number.constrain(Math.round(parseInt(parse[i + 1], 16) * mult * lighten), 0, 255); - } - return 'rgb(' + rgbnew.join(',') + ')'; - } - } - return color; - }, - destroy: function() { - delete this.redrawQueue[this.getId()]; - this.callParent(); - } -}, function(SparklineBase) { - var proto = SparklineBase.prototype; - Ext.onInternalReady(function() { - proto.tooltip = new Ext.tip.ToolTip({ - id: 'sparklines-tooltip', - showDelay: 0, - dismissDelay: 0, - hideDelay: 400 - }); - }); - SparklineBase.onClassCreated(SparklineBase); - proto.processRedrawQueue = function() { - var redrawQueue = proto.redrawQueue, - id; - for (id in redrawQueue) { - redrawQueue[id].redraw(); - } - proto.redrawQueue = {}; - proto.redrawTimer = 0; - }; - // If we are on a VML platform (IE8 - TODO: remove this when that retires)... - if (!Ext.supports.Canvas) { - SparklineBase.prototype.element = { - tag: 'span', - reference: 'element', - listeners: { - mouseenter: 'onMouseEnter', - mouseleave: 'onMouseLeave', - mousemove: 'onMouseMove' - }, - style: { - display: 'inline-block', - position: 'relative', - overflow: 'hidden', - margin: '0px', - padding: '0px', - verticalAlign: 'top', - cursor: 'default' - }, - children: [ - { - tag: 'svml:group', - reference: 'groupEl', - coordorigin: '0 0', - coordsize: '0 0', - style: 'position:absolute;width:0;height:0;pointer-events:none' - } - ] - }; - } -}); - -/** - * Base class for bar highlighting - */ -Ext.define('Ext.sparkline.BarBase', { - extend: 'Ext.sparkline.Base', - renderHighlight: function(region) { - this.renderRegion(region, true); - }, - renderGraph: function() { - var me = this, - values = me.values, - canvas = me.canvas, - regionShapes = me.regionShapes || (me.regionShapes = {}), - shapes, ids, i, j; - if (!me.callParent()) { - return; - } - for (i = values.length; i--; ) { - shapes = me.renderRegion(i); - if (shapes) { - if (Ext.isArray(shapes)) { - ids = []; - for (j = shapes.length; j--; ) { - shapes[j].append(); - ids.push(shapes[j].id); - } - regionShapes[i] = ids; - } else { - shapes.append(); - regionShapes[i] = shapes.id; - } - } else // store just the shapeid - { - // null value - regionShapes[i] = null; - } - } - // If mouse is over, add the highlight sprite - if (me.currentPageXY) { - me.currentRegion = null; - me.updateDisplay(); - } - canvas.render(); - } -}); - -/** - * Base class for Range Map - */ -Ext.define('Ext.sparkline.RangeMap', { - constructor: function(map) { - var key, range, - rangelist = []; - for (key in map) { - if (map.hasOwnProperty(key) && typeof key === 'string' && key.indexOf(':') > -1) { - range = key.split(':'); - range[0] = range[0].length === 0 ? -Infinity : parseFloat(range[0]); - range[1] = range[1].length === 0 ? Infinity : parseFloat(range[1]); - range[2] = map[key]; - rangelist.push(range); - } - } - this.map = map; - this.rangelist = rangelist || false; - }, - get: function(value) { - var rangelist = this.rangelist, - i, range, result; - if ((result = this.map[value]) !== undefined) { - return result; - } - if (rangelist) { - for (i = rangelist.length; i--; ) { - range = rangelist[i]; - if (range[0] <= value && range[1] >= value) { - return range[2]; - } - } - } - } -}); - -/** - * @class Ext.sparkline.Bar - * - * Plots a bar chart of the values in the passed {@link #values} array. - * - * See {@link Ext.sparkline.Base the base class} for a simple example. - */ -Ext.define('Ext.sparkline.Bar', { - extend: 'Ext.sparkline.BarBase', - requires: [ - 'Ext.sparkline.RangeMap' - ], - alias: 'widget.sparklinebar', - config: { - /** - * @cfg {String} [barColor=#3366cc] The bar color for positive values. - */ - barColor: '#3366cc', - /** - * @cfg {String} [negBarColor=#f44] The bar color for negative values. - */ - negBarColor: '#f44', - /** - * @cfg {String[]} [stackedBarColor] An array of colours to use for stacked bar charts. - * The first series will use the first value in the array, the second series will use the second, etc. - */ - stackedBarColor: [ - '#3366cc', - '#dc3912', - '#ff9900', - '#109618', - '#66aa00', - '#dd4477', - '#0099c6', - '#990099' - ], - /** - * @cfg {String} [zeroColor] The bar color for zero values. - */ - zeroColor: null, - /** - * @cfg {String} [nullColor] The bar color for null values. Usually null values are omitted and not plotted. Setting - * this config causes a very thin bar to be plotted with the special color in the case that null is a meaningful value in the series. - */ - nullColor: null, - /** - * @cfg {Boolean} [zeroAxis=true] Centers the Y axis at zero by default. - */ - zeroAxis: true, - /** - * @cfg {Number} [barWidth=4] The pixel width of bars. - */ - barWidth: 4, - /** - * @cfg {Number} [barSpacing=1] The pixel spacing between bars. - */ - barSpacing: 1, - /** - * @cfg {Number} [chartRangeMin] The minimum value to use for the range of Y values of the chart - Defaults to the minimum value supplied. - */ - chartRangeMin: null, - /** - * @cfg {Number} [chartRangeMax] The maximum value to use for the range of Y values of the chart - Defaults to the minimum value supplied. - */ - chartRangeMax: null, - /** - * @cfg {Boolean} chartRangeClip If true then the y values supplied to plot will be clipped to fall - * between {@link #chartRangeMin} and {@link #chartRangeMax} - By default chartRangeMin/Max just ensure that the chart - * spans at least that range of values, but does not constrain it. - */ - chartRangeClip: false, - /** - * @inheritdoc Ext.sparkline.TriState - */ - colorMap: null, - tipTpl: new Ext.XTemplate('● {prefix}{value}{suffix}') - }, - remove: function(vals, filter) { - var i, vl, - result = []; - for (i = 0 , vl = vals.length; i < vl; i++) { - if (vals[i] !== filter) { - result.push(vals[i]); - } - } - return result; - }, - // determine if all values of an array match a value - // returns true if the array is empty - all: function(arr, val, ignoreNull) { - var i; - for (i = arr.length; i--; ) { - if (ignoreNull && arr[i] === null) { - - continue; - } - if (arr[i] !== val) { - return false; - } - } - return true; - }, - applyColorMap: function(colorMap) { - var me = this; - if (Ext.isArray(colorMap)) { - me.colorMapByIndex = colorMap; - me.colorMapByValue = null; - } else { - me.colorMapByIndex = null; - me.colorMapByValue = colorMap; - if (me.colorMapByValue && me.colorMapByValue.get == null) { - me.colorMapByValue = new Ext.sparkline.RangeMap(colorMap); - } - } - return colorMap; - }, - onUpdate: function() { - var me = this, - values = me.values, - barWidth = me.getBarWidth(), - barSpacing = me.getBarSpacing(), - chartRangeMin = me.getChartRangeMin(), - chartRangeMax = me.getChartRangeMax(), - chartRangeClip = me.getChartRangeClip(), - stackMin = Infinity, - stackMax = -Infinity, - isStackString, groupMin, groupMax, stackRanges, numValues, i, vlen, range, - zeroAxis = me.getZeroAxis(), - xAxisOffset, min, max, clipMin, clipMax, stacked, vlist, j, slen, svals, val, yoffset, yMaxCalc, - stackTotals = [], - stackRangesNeg = []; - // scan values to determine whether to stack bars - for (i = 0 , vlen = values.length; i < vlen; i++) { - val = values[i]; - isStackString = typeof (val) === 'string' && val.indexOf(':') > -1; - if (isStackString || Ext.isArray(val)) { - stacked = true; - if (isStackString) { - val = values[i] = me.normalizeValues(val.split(':')); - } - val = me.remove(val, null); - // min/max will treat null as zero - groupMin = Math.min.apply(Math, val); - groupMax = Math.max.apply(Math, val); - if (groupMin < stackMin) { - stackMin = groupMin; - } - if (groupMax > stackMax) { - stackMax = groupMax; - } - } - } - me.stacked = stacked; - me.regionShapes = {}; - me.totalBarWidth = barWidth + barSpacing; - me.width = (values.length * barWidth) + ((values.length - 1) * barSpacing); - if (chartRangeClip) { - clipMin = chartRangeMin == null ? -Infinity : chartRangeMin; - clipMax = chartRangeMax == null ? Infinity : chartRangeMax; - } - numValues = []; - stackRanges = stacked ? [] : numValues; - for (i = 0 , vlen = values.length; i < vlen; i++) { - if (stacked) { - vlist = values[i]; - values[i] = svals = []; - stackTotals[i] = 0; - stackRanges[i] = stackRangesNeg[i] = 0; - for (j = 0 , slen = vlist.length; j < slen; j++) { - val = svals[j] = chartRangeClip ? Ext.Number.constrain(vlist[j], clipMin, clipMax) : vlist[j]; - if (val !== null) { - if (val > 0) { - stackTotals[i] += val; - } - if (stackMin < 0 && stackMax > 0) { - if (val < 0) { - stackRangesNeg[i] += Math.abs(val); - } else { - stackRanges[i] += val; - } - } else { - stackRanges[i] += Math.abs(val - (val < 0 ? stackMax : stackMin)); - } - numValues.push(val); - } - } - } else { - val = chartRangeClip ? Ext.Number.constrain(values[i], clipMin, clipMax) : values[i]; - val = values[i] = me.normalizeValue(val); - if (val !== null) { - numValues.push(val); - } - } - } - me.max = max = Math.max.apply(Math, numValues); - me.min = min = Math.min.apply(Math, numValues); - me.stackMax = stackMax = stacked ? Math.max.apply(Math, stackTotals) : max; - me.stackMin = stackMin = stacked ? Math.min.apply(Math, numValues) : min; - if (chartRangeMin != null && (chartRangeClip || chartRangeMin < min)) { - min = chartRangeMin; - } - if (chartRangeMax != null && (chartRangeClip || chartRangeMax > max)) { - max = chartRangeMax; - } - if (min <= 0 && max >= 0 && zeroAxis) { - xAxisOffset = 0; - } else if (!zeroAxis) { - xAxisOffset = min; - } else if (min > 0) { - xAxisOffset = min; - } else { - xAxisOffset = max; - } - me.xAxisOffset = xAxisOffset; - range = stacked ? (Math.max.apply(Math, stackRanges) + Math.max.apply(Math, stackRangesNeg)) : max - min; - // as we plot zero/min values a single pixel line, we add a pixel to all other - // values - Reduce the effective canvas size to suit - me.canvasHeightEf = (zeroAxis && min < 0) ? me.getHeight() - 2 : me.getHeight() - 1; - if (min < xAxisOffset) { - yMaxCalc = (stacked && max >= 0) ? stackMax : max; - yoffset = (yMaxCalc - xAxisOffset) / range * me.getHeight(); - if (yoffset !== Math.ceil(yoffset)) { - me.canvasHeightEf -= 2; - yoffset = Math.ceil(yoffset); - } - } else { - yoffset = me.getHeight(); - } - me.yoffset = yoffset; - me.range = range; - }, - getRegion: function(x, y) { - var result = Math.floor(x / this.totalBarWidth); - return (result < 0 || result >= this.values.length) ? undefined : result; - }, - getRegionFields: function(region) { - var values = Ext.Array.from(this.values[region]), - result = [], - value, i; - for (i = values.length; i--; ) { - value = values[i]; - result.push({ - isNull: value === null, - value: value, - color: this.calcColor(i, value, region), - offset: region - }); - } - return result; - }, - calcColor: function(stacknum, value, valuenum) { - var me = this, - colorMapByIndex = me.colorMapByIndex, - colorMapByValue = me.colorMapByValue, - color, newColor, - zeroColor = me.getZeroColor(); - if (this.stacked) { - color = me.getStackedBarColor(); - } else { - color = (value < 0) ? me.getNegBarColor() : me.getBarColor(); - } - if (value === 0 && zeroColor !== undefined) { - color = zeroColor; - } - if (colorMapByValue && (newColor = colorMapByValue.get(value))) { - color = newColor; - } else if (colorMapByIndex && colorMapByIndex.length > valuenum) { - color = colorMapByIndex[valuenum]; - } - return Ext.isArray(color) ? color[stacknum % color.length] : color; - }, - /* - * Render bar(s) for a region - */ - renderRegion: function(valuenum, highlight) { - var me = this, - vals = me.values[valuenum], - xaxisOffset = me.xAxisOffset, - range = me.range, - stacked = me.stacked, - canvas = me.canvas, - barWidth = me.getBarWidth(), - x = valuenum * me.totalBarWidth, - canvasHeightEf = me.canvasHeightEf, - yoffset = me.yoffset, - y, height, color, isNull, yoffsetNeg, i, valcount, val, minPlotted, allMin, - nullColor = me.getNullColor(); - vals = Ext.isArray(vals) ? vals : [ - vals - ]; - valcount = vals.length; - val = vals[0]; - isNull = me.all(vals, null); - allMin = me.all(vals, xaxisOffset, true); - if (isNull) { - if (nullColor) { - color = highlight ? nullColor : me.calcHighlightColor(nullColor, me); - y = (yoffset > 0) ? yoffset - 1 : yoffset; - canvas.drawRect(x, y, barWidth - 1, 0, color, color).append(); - } - return; - } - yoffsetNeg = yoffset; - for (i = 0; i < valcount; i++) { - val = vals[i]; - if (stacked && val === xaxisOffset) { - if (!allMin || minPlotted) { - - continue; - } - minPlotted = true; - } - if (range > 0) { - height = Math.floor(canvasHeightEf * ((Math.abs(val - xaxisOffset) / range))) + 1; - } else { - height = 1; - } - if (val < xaxisOffset || (val === xaxisOffset && yoffset === 0)) { - y = yoffsetNeg; - yoffsetNeg += height; - } else { - y = yoffset - height; - yoffset -= height; - } - color = me.calcColor(i, val, valuenum); - if (highlight) { - color = me.calcHighlightColor(color, me); - } - canvas.drawRect(x, y, barWidth - 1, height - 1, color, color).append(); - } - } -}, function(cls) { - cls.onClassCreated(cls); -}); - -/** - * @class Ext.sparkline.Box - * Generates a box plot graph from the provided {@link #values} array. - * - * See Wikipedia Box Plots - * - * See {@link Ext.sparkline.Base the base class} for a simple example. - */ -Ext.define('Ext.sparkline.Box', { - extend: 'Ext.sparkline.Base', - alias: 'widget.sparklinebox', - config: { - /** - * @cfg {Boolean} [raw=false] By default the points are calciulated from the input values array. Set this to true to passthe pre-calculated points in the values config. - */ - raw: false, - /** - * @cfg {String} [boxLineColor=#000] The color of the box outline. - */ - boxLineColor: '#000', - /** - * @cfg {String} [boxFillColor=#cdf] The color of the box fill. - */ - boxFillColor: '#cdf', - /** - * @cfg {String} [whiskerColor=#000] The color of the whiskers. - */ - whiskerColor: '#000', - /** - * @cfg {String} [outlierLineColor=#333] The color of the outlier circles' outline. - */ - outlierLineColor: '#333', - /** - * @cfg {String} [outlierFillColor=#fff] The fill color of the outlier circles. - */ - outlierFillColor: '#fff', - /** - * @cfg {String} [medianColor=#f00] The color of the median line. - */ - medianColor: '#f00', - /** - * @cfg {Boolean} [showOutliers=true] Configure as `false` to not show outlier circles. - */ - showOutliers: true, - /** - * @cfg {Number} [outlierIQR=1.5] The inter-quartile range multipler used to calculate values that qualify as an outlier. - */ - outlierIQR: 1.5, - /** - * @cfg {Number} [spotRadius=1.5] The radius of the outlier circles. - */ - spotRadius: 1.5, - /** - * @cfg {Number} [target] If set, a crosshair will be drawn at the specified value point. - */ - target: null, - /** - * @cfg {Number} [targetColor=#4a2] The color of the crosshair drawn at the pointe specified by {@link #target}. - */ - targetColor: '#4a2', - /** - * @cfg {Number} [chartRangeMin] The minimum value to use for the range of Y values of the chart - Defaults to the minimum value supplied. - */ - chartRangeMin: null, - /** - * @cfg {Number} [chartRangeMax] The maximum value to use for the range of Y values of the chart - Defaults to the minimum value supplied. - */ - chartRangeMax: null, - tipTpl: new Ext.XTemplate('{field:this.fields}: {value}', { - fields: function(v) { - var fields = { - lq: 'Lower Quartile', - med: 'Median', - uq: 'Upper Quartile', - lo: 'Left Outlier', - ro: 'Right Outlier', - lw: 'Left Whisker', - rw: 'Right Whisker' - }; - return fields[v]; - } - }), - tooltipFormatFieldlistKey: 'field' - }, - quartile: function(values, q) { - var vl; - if (q === 2) { - vl = Math.floor(values.length / 2); - return values.length % 2 ? values[vl] : (values[vl - 1] + values[vl]) / 2; - } else { - if (values.length % 2) { - // odd - vl = (values.length * q + q) / 4; - return vl % 1 ? (values[Math.floor(vl)] + values[Math.floor(vl) - 1]) / 2 : values[vl - 1]; - } else { - //even - vl = (values.length * q + 2) / 4; - return vl % 1 ? (values[Math.floor(vl)] + values[Math.floor(vl) - 1]) / 2 : values[vl - 1]; - } - } - }, - // Ensure values is an array of numbers - applyValues: function(newValues) { - newValues = Ext.Array.map(Ext.Array.from(newValues), Number); - this.disabled = !(newValues && newValues.length); - return newValues; - }, - /* - * Simulate a single region - */ - getRegion: function() { - return 1; - }, - getRegionFields: function() { - var result = [ - { - field: 'lq', - value: this.quartiles[0] - }, - { - field: 'med', - value: this.quartiles[1] - }, - { - field: 'uq', - value: this.quartiles[2] - } - ]; - if (this.loutlier !== undefined) { - result.push({ - field: 'lo', - value: this.loutlier - }); - } - if (this.routlier !== undefined) { - result.push({ - field: 'ro', - value: this.routlier - }); - } - if (this.lwhisker !== undefined) { - result.push({ - field: 'lw', - value: this.lwhisker - }); - } - if (this.rwhisker !== undefined) { - result.push({ - field: 'rw', - value: this.rwhisker - }); - } - return result; - }, - renderHighlight: Ext.emptyFn, - renderGraph: function() { - var me = this, - canvas = me.canvas, - values = me.values, - vlen = values.length, - canvasWidth = me.getWidth(), - canvasHeight = me.getHeight(), - chartRangeMin = me.getChartRangeMin(), - chartRangeMax = me.getChartRangeMax(), - minValue = chartRangeMin == null ? Math.min.apply(Math, values) : chartRangeMin, - maxValue = chartRangeMax == null ? Math.max.apply(Math, values) : chartRangeMax, - canvasLeft = 0, - lwhisker, loutlier, iqr, q1, q2, q3, rwhisker, routlier, i, size, unitSize, - spotRadius = me.getSpotRadius(), - outlierLineColor = me.getOutlierLineColor(), - outlierFillColor = me.getOutlierFillColor(), - showOutliers = me.getShowOutliers(), - outlierIQR = me.getOutlierIQR(), - lineColor = me.getLineColor(), - whiskerColor = me.getWhiskerColor(), - targetColor = me.getTargetColor(); - if (!me.callParent()) { - return; - } - if (me.raw) { - if (showOutliers && values.length > 5) { - loutlier = values[0]; - lwhisker = values[1]; - q1 = values[2]; - q2 = values[3]; - q3 = values[4]; - rwhisker = values[5]; - routlier = values[6]; - } else { - lwhisker = values[0]; - q1 = values[1]; - q2 = values[2]; - q3 = values[3]; - rwhisker = values[4]; - } - } else { - values.sort(function(a, b) { - return a - b; - }); - q1 = me.quartile(values, 1); - q2 = me.quartile(values, 2); - q3 = me.quartile(values, 3); - iqr = q3 - q1; - if (showOutliers) { - lwhisker = rwhisker = null; - for (i = 0; i < vlen; i++) { - if (lwhisker == null && values[i] > q1 - (iqr * outlierIQR)) { - lwhisker = values[i]; - } - if (values[i] < q3 + (iqr * outlierIQR)) { - rwhisker = values[i]; - } - } - loutlier = values[0]; - routlier = values[vlen - 1]; - } else { - lwhisker = values[0]; - rwhisker = values[vlen - 1]; - } - } - me.quartiles = [ - q1, - q2, - q3 - ]; - me.lwhisker = lwhisker; - me.rwhisker = rwhisker; - me.loutlier = loutlier; - me.routlier = routlier; - unitSize = canvasWidth / (maxValue - minValue + 1); - if (showOutliers) { - canvasLeft = Math.ceil(spotRadius); - canvasWidth -= 2 * Math.ceil(spotRadius); - unitSize = canvasWidth / (maxValue - minValue + 1); - if (loutlier < lwhisker) { - canvas.drawCircle((loutlier - minValue) * unitSize + canvasLeft, canvasHeight / 2, spotRadius, outlierLineColor, outlierFillColor).append(); - } - if (routlier > rwhisker) { - canvas.drawCircle((routlier - minValue) * unitSize + canvasLeft, canvasHeight / 2, spotRadius, outlierLineColor, outlierFillColor).append(); - } - } - // box - canvas.drawRect(Math.round((q1 - minValue) * unitSize + canvasLeft), Math.round(canvasHeight * 0.1), Math.round((q3 - q1) * unitSize), Math.round(canvasHeight * 0.8), me.getBoxLineColor(), me.getBoxFillColor()).append(); - // left whisker - canvas.drawLine(Math.round((lwhisker - minValue) * unitSize + canvasLeft), Math.round(canvasHeight / 2), Math.round((q1 - minValue) * unitSize + canvasLeft), Math.round(canvasHeight / 2), lineColor).append(); - canvas.drawLine(Math.round((lwhisker - minValue) * unitSize + canvasLeft), Math.round(canvasHeight / 4), Math.round((lwhisker - minValue) * unitSize + canvasLeft), Math.round(canvasHeight - canvasHeight / 4), whiskerColor).append(); - // right whisker - canvas.drawLine(Math.round((rwhisker - minValue) * unitSize + canvasLeft), Math.round(canvasHeight / 2), Math.round((q3 - minValue) * unitSize + canvasLeft), Math.round(canvasHeight / 2), lineColor).append(); - canvas.drawLine(Math.round((rwhisker - minValue) * unitSize + canvasLeft), Math.round(canvasHeight / 4), Math.round((rwhisker - minValue) * unitSize + canvasLeft), Math.round(canvasHeight - canvasHeight / 4), whiskerColor).append(); - // median line - canvas.drawLine(Math.round((q2 - minValue) * unitSize + canvasLeft), Math.round(canvasHeight * 0.1), Math.round((q2 - minValue) * unitSize + canvasLeft), Math.round(canvasHeight * 0.9), me.getMedianColor()).append(); - if (me.target) { - size = Math.ceil(me.spotRadius); - canvas.drawLine(Math.round((me.target - minValue) * unitSize + canvasLeft), Math.round((canvasHeight / 2) - size), Math.round((me.target - minValue) * unitSize + canvasLeft), Math.round((canvasHeight / 2) + size), targetColor).append(); - canvas.drawLine(Math.round((me.target - minValue) * unitSize + canvasLeft - size), Math.round(canvasHeight / 2), Math.round((me.target - minValue) * unitSize + canvasLeft + size), Math.round(canvasHeight / 2), targetColor).append(); - } - // If mouse is over, re-apply the highlight - if (me.currentPageXY && me.el.getRegion().contains(me.currentPageXY)) { - me.currentRegion = null; - me.updateDisplay(); - } - canvas.render(); - } -}); - -/** - * @class Ext.sparkline.Bullet - * - * Plots a bullet graph based upon the input {@link #values} array. - * - * See Bullet graphs Wikipedia Page for more information. - * - * See {@link Ext.sparkline.Base the base class} for a simple example. - */ -Ext.define('Ext.sparkline.Bullet', { - extend: 'Ext.sparkline.Base', - alias: 'widget.sparklinebullet', - config: { - /** - * @cfg {String} [targetColor=#f33] The colour of the vertical target marker. - */ - targetColor: '#f33', - /** - * @cfg {Number} [targetWidth=3] Width of the target bar in pixels. - */ - targetWidth: 3, - /** - * @cfg {String} [performanceColor=#33f] The color of the performance measure horizontal bar. - */ - performanceColor: '#33f', - /** - * @cfg {String[]} [rangeColors] An array of colors to use for each qualitative range background color. - */ - rangeColors: [ - '#d3dafe', - '#a8b6ff', - '#7f94ff' - ], - /** - * @cfg {Number} [base] Set this to a number to change the base start number. - */ - base: null, - tipTpl: new Ext.XTemplate('{fieldkey:this.fields} - {value}', { - fields: function(v) { - if (v === 'r') { - return 'Range'; - } - if (v === 'p') { - return 'Performance'; - } - if (v === 't') { - return 'Target'; - } - } - }) - }, - // Ensure values is an array of normalized values - applyValues: function(newValues) { - newValues = Ext.Array.map(Ext.Array.from(newValues), this.normalizeValue); - this.disabled = !(newValues && newValues.length); - return newValues; - }, - onUpdate: function() { - var me = this, - values = me.values, - min, max, vals, - base = me.getBase(); - me.callParent(arguments); - // target or performance could be null - vals = values.slice(); - vals[0] = vals[0] === null ? vals[2] : vals[0]; - vals[1] = values[1] === null ? vals[2] : vals[1]; - min = Math.min.apply(Math, values); - max = Math.max.apply(Math, values); - if (base == null) { - min = min < 0 ? min : 0; - } else { - min = base; - } - me.min = min; - me.max = max; - me.range = max - min; - me.shapes = {}; - me.valueShapes = {}; - me.regiondata = {}; - if (!values.length) { - me.disabled = true; - } - }, - getRegion: function(x, y) { - var shapeid = this.canvas.getShapeAt(x, y); - return (shapeid !== undefined && this.shapes[shapeid] !== undefined) ? this.shapes[shapeid] : undefined; - }, - getRegionFields: function(region) { - return { - fieldkey: region.substr(0, 1), - value: this.values[region.substr(1)], - region: region - }; - }, - renderHighlight: function(region) { - switch (region.substr(0, 1)) { - case 'r': - this.renderRange(region.substr(1), true).append(); - break; - case 'p': - this.renderPerformance(true).append(); - break; - case 't': - this.renderTarget(true).append(); - break; - } - }, - renderRange: function(region, highlight) { - var rangeval = this.values[region], - rangewidth = Math.round(this.getWidth() * ((rangeval - this.min) / this.range)), - color = this.getRangeColors()[region - 2]; - if (highlight) { - color = this.calcHighlightColor(color); - } - return this.canvas.drawRect(0, 0, rangewidth - 1, this.getHeight() - 1, color, color); - }, - renderPerformance: function(highlight) { - var perfval = this.values[1], - perfwidth = Math.round(this.getWidth() * ((perfval - this.min) / this.range)), - color = this.getPerformanceColor(); - if (highlight) { - color = this.calcHighlightColor(color); - } - return this.canvas.drawRect(0, Math.round(this.getHeight() * 0.3), perfwidth - 1, Math.round(this.getHeight() * 0.4) - 1, color, color); - }, - renderTarget: function(highlight) { - var targetval = this.values[0], - targetWidth = this.getTargetWidth(), - x = Math.round(this.getWidth() * ((targetval - this.min) / this.range) - (targetWidth / 2)), - targettop = Math.round(this.getHeight() * 0.1), - targetheight = this.getHeight() - (targettop * 2), - color = this.getTargetColor(); - if (highlight) { - color = this.calcHighlightColor(color); - } - return this.canvas.drawRect(x, targettop, targetWidth - 1, targetheight - 1, color, color); - }, - renderGraph: function() { - var me = this, - vlen = me.values.length, - canvas = me.canvas, - i, shape, - shapes = me.shapes || (me.shapes = {}), - valueShapes = me.valueShapes || (me.valueShapes = {}); - if (!me.callParent()) { - return; - } - for (i = 2; i < vlen; i++) { - shape = me.renderRange(i).append(); - shapes[shape.id] = 'r' + i; - valueShapes['r' + i] = shape.id; - } - if (me.values[1] !== null) { - shape = me.renderPerformance().append(); - shapes[shape.id] = 'p1'; - valueShapes.p1 = shape.id; - } - if (me.values[0] !== null) { - shape = this.renderTarget().append(); - shapes[shape.id] = 't0'; - valueShapes.t0 = shape.id; - } - // If mouse is over, apply the highlight - if (me.currentPageXY && me.el.getRegion().contains(me.currentPageXY)) { - me.updateDisplay(); - } - canvas.render(); - } -}); - -/** - * @class Ext.sparkline.Discrete - * - * Plots a series of thin vertical lines based upon the input {@link #values} array. - * - * See {@link Ext.sparkline.Base the base class} for a simple example. - */ -Ext.define('Ext.sparkline.Discrete', { - extend: 'Ext.sparkline.BarBase', - alias: 'widget.sparklinediscrete', - config: { - /** - * @cfg {Number} lineHeight Height of each line in pixels - Defaults to 30% of the graph height. - */ - lineHeight: 'auto', - /** - * @cfg {String} thresholdColor Colour to use in combination with {@link #thresholdValue} - */ - thresholdColor: null, - /** - * @cfg {Number} thresholdValue Values less than this value will be drawn using {@link #thresholdColor} instead of lineColor - */ - thresholdValue: 0, - /** - * @cfg {Number} [chartRangeMax] The maximum value to use for the range of Y values of the chart - Defaults to the maximum value supplied. - */ - chartRangeMax: null, - /** - * @cfg {Number} [chartRangeMin] The minimum value to use for the range of Y values of the chart - Defaults to the minimum value supplied. - */ - chartRangeMin: null, - /** - * @cfg {Boolean} chartRangeClip If true then the y values supplied to plot will be clipped to fall - * between {@link #chartRangeMin} and {@link #chartRangeMax} - By default chartRangeMin/Max just ensure that the chart - * spans at least that range of values, but does not constrain it. - */ - chartRangeClip: false, - tipTpl: new Ext.XTemplate('{prefix}{value}{suffix}') - }, - // Ensure values is an array of numbers - applyValues: function(newValues) { - newValues = Ext.Array.map(Ext.Array.from(newValues), Number); - this.disabled = !(newValues && newValues.length); - return newValues; - }, - onUpdate: function() { - var me = this, - values = me.values, - chartRangeMin = me.getChartRangeMin(), - chartRangeMax = me.getChartRangeMax(), - chartRangeClip = me.getChartRangeClip(); - me.callParent(arguments); - me.regionShapes = {}; - me.min = Math.min.apply(Math, values); - me.max = Math.max.apply(Math, values); - me.range = me.max - me.min; - me.width = me.getWidth(); - me.interval = Math.floor(me.width / values.length); - me.itemWidth = me.width / values.length; - if (chartRangeMin != null && (chartRangeClip || chartRangeMin < me.min)) { - me.min = chartRangeMin; - } - if (chartRangeMax != null && (chartRangeClip || chartRangeMax > me.max)) { - me.max = chartRangeMax; - } - if (me.canvas) { - if (me.getLineHeight() === 'auto') { - me.setLineHeight(Math.round(me.getHeight() * 0.3)); - } - } - }, - getRegion: function(x, y) { - return Math.floor(x / this.itemWidth); - }, - getRegionFields: function(region) { - return { - isNull: this.values[region] === undefined, - value: this.values[region], - offset: region - }; - }, - renderRegion: function(valuenum, highlight) { - var me = this, - values = me.values, - min = me.min, - max = me.max, - range = me.range, - interval = me.interval, - canvas = me.canvas, - canvasHeight = me.getHeight(), - lineHeight = me.getLineHeight(), - pheight = canvasHeight - lineHeight, - ytop, val, color, x, - thresholdColor = me.getThresholdColor(); - val = Ext.Number.constrain(values[valuenum], min, max); - x = valuenum * interval; - ytop = Math.round(pheight - pheight * ((val - min) / range)); - color = (thresholdColor && val < me.getThresholdValue()) ? thresholdColor : me.getLineColor(); - if (highlight) { - color = me.calcHighlightColor(color); - } - canvas.drawLine(x, ytop, x, ytop + lineHeight, color).append(); - } -}); - -/** - * @class Ext.sparkline.Line - * - * Plots a line graph based upon the input {@link #values} array. - * - * See {@link Ext.sparkline.Base the base class} for a simple example. - */ -Ext.define('Ext.sparkline.Line', { - extend: 'Ext.sparkline.Base', - requires: [ - 'Ext.sparkline.RangeMap' - ], - alias: 'widget.sparklineline', - config: { - /** - * @cfg {String} [spotColor=#f80] The colour of the final value marker. Set to false or an empty string to hide it. - */ - spotColor: '#f80', - /** - * @cfg {String} [highlightSpotColor=#5f5] The colour of value marker spots when mouseovered. - */ - highlightSpotColor: '#5f5', - /** - * @cfg {String} [highlightLineColor=#f22] The colour of value line shown when the graph is mouseovered. - */ - highlightLineColor: '#f22', - /** - * @cfg {Number} [spotRadius=1.5] The pixel radius of min, max and final value dots. - */ - spotRadius: 1.5, - /** - * @cfg {String} [minSpotColor=#f80] The colour of the mimimum value marker. Set to false or an empty string to hide it. - */ - minSpotColor: '#f80', - /** - * @cfg {String} [maxSpotColor=#f80] The colour of the maximum value marker. Set to false or an empty string to hide it. - */ - maxSpotColor: '#f80', - /** - * @cfg {Number} [lineWidth=1] The pixel width of the line plotted. - */ - lineWidth: 1, - /** - * @cfg {Number} [normalRangeMin] See {@link #normalRangeMax} The minimum value to overlay a "normal range bar" over the graph using the {@link #normalRangeColor}. - */ - normalRangeMin: null, - /** - * @cfg {Number} [normalRangeMax] See {@link #normalRangeMin} The maximum value to overlay a "normal range bar" over the graph using the {@link #normalRangeColor}. - */ - normalRangeMax: null, - /** - * @cfg {String} [normalRangeColor=#ccc] See {@link #normalRangeMin} and {@link #normalRangeMax} The color of the undererlayed "normal range bar". - */ - normalRangeColor: '#ccc', - /** - * @cfg {Boolean} [drawNormalOnTop=false] Configure as `true` to draw the normal range overlaying the chart. - */ - drawNormalOnTop: false, - /** - * @cfg {Number} [chartRangeMin] The minimum value to use for the range of Y values of the chart - Defaults to the minimum value supplied. - */ - chartRangeMin: null, - /** - * @cfg {Number} [chartRangeMax] The maximum value to use for the range of Y values of the chart - Defaults to the minimum value supplied. - */ - chartRangeMax: null, - /** - * @cfg {Number} [chartRangeMinX] The minimum value to use for the X value of the chart. - */ - chartRangeMinX: null, - /** - * @cfg {Number} [chartRangeMaxX] The maximum value to use for the X value of the chart. - */ - chartRangeMaxX: null, - tipTpl: new Ext.XTemplate('● {prefix}{y}{suffix}'), - /** - * @cfg {Object} [valueSpots] An object which uses range specifiers as keys to indicate spot color values - * for range of values. A range specifier is of the form `[number]:[number]` indicating start and end range. - * Omitting aither means an open ended range. For example to render green spots on all values less than 50 - * and red on values higher than 50 use: - * - * { - * // Open ended range, with max value 49 - * ":49": "green", - * - * // Open ended range, with min value 50 - * "50:": "red" - * } - */ - valueSpots: null - }, - applyValueSpots: function(valueSpots) { - if (valueSpots && !valueSpots.get) { - valueSpots = new Ext.sparkline.RangeMap(valueSpots); - } - return valueSpots; - }, - onUpdate: function() { - this.vertices = []; - this.regionMap = []; - this.xvalues = []; - this.yvalues = []; - this.yminmax = []; - }, - getRegion: function(x, y) { - var i, - regionMap = this.regionMap; - // maps regions to value positions - for (i = regionMap.length; i--; ) { - if (regionMap[i] !== null && x >= regionMap[i][0] && x <= regionMap[i][1]) { - return regionMap[i][2]; - } - } - return undefined; - }, - getRegionFields: function(region) { - return { - isNull: this.yvalues[region] === null, - x: this.xvalues[region], - y: this.yvalues[region], - color: this.getLineColor(), - fillColor: this.getFillColor(), - offset: region - }; - }, - renderHighlight: function(region) { - var me = this, - canvas = me.canvas, - vertex = me.vertices[region], - spotRadius = me.getSpotRadius(), - highlightSpotColor = me.getHighlightSpotColor(), - highlightLineColor = me.getHighlightLineColor(); - if (!vertex) { - return; - } - if (spotRadius && highlightSpotColor) { - canvas.drawCircle(vertex[0], vertex[1], spotRadius, null, highlightSpotColor).append(); - } - if (highlightLineColor) { - canvas.drawLine(vertex[0], me.canvasTop, vertex[0], me.canvasTop + me.getHeight(), highlightLineColor).append(); - } - }, - scanValues: function() { - var me = this, - values = me.values, - valcount = values.length, - xvalues = me.xvalues, - yvalues = me.yvalues, - yminmax = me.yminmax, - i, val, isStr, isArray, sp; - for (i = 0; i < valcount; i++) { - val = values[i]; - isStr = typeof (values[i]) === 'string'; - isArray = typeof (values[i]) === 'object' && values[i] instanceof Array; - sp = isStr && values[i].split(':'); - if (isStr && sp.length === 2) { - // x:y - xvalues.push(Number(sp[0])); - yvalues.push(Number(sp[1])); - yminmax.push(Number(sp[1])); - } else if (isArray) { - xvalues.push(val[0]); - yvalues.push(val[1]); - yminmax.push(val[1]); - } else { - xvalues.push(i); - if (values[i] === null || values[i] === 'null') { - yvalues.push(null); - } else { - yvalues.push(Number(val)); - yminmax.push(Number(val)); - } - } - } - if (me.xvalues) { - xvalues = me.xvalues; - } - me.maxy = me.maxyorg = Math.max.apply(Math, yminmax); - me.miny = me.minyorg = Math.min.apply(Math, yminmax); - me.maxx = Math.max.apply(Math, xvalues); - me.minx = Math.min.apply(Math, xvalues); - me.xvalues = xvalues; - me.yvalues = yvalues; - me.yminmax = yminmax; - }, - processRangeOptions: function() { - var me = this, - normalRangeMin = me.getNormalRangeMin(), - normalRangeMax = me.getNormalRangeMax(), - chartRangeMin = me.getChartRangeMin(), - chartRangeMinX = me.getChartRangeMinX(), - chartRangeMax = me.getChartRangeMax(), - chartRangeMaxX = me.getChartRangeMaxX(); - if (normalRangeMin != null) { - if (normalRangeMin < me.miny) { - me.miny = normalRangeMin; - } - if (normalRangeMax > me.maxy) { - me.maxy = normalRangeMax; - } - } - if (chartRangeMin != null && (me.chartRangeClip || chartRangeMin < me.miny)) { - me.miny = chartRangeMin; - } - if (chartRangeMax != null && (me.chartRangeClip || chartRangeMax > me.maxy)) { - this.maxy = chartRangeMax; - } - if (chartRangeMinX != null && (me.chartRangeClipX || chartRangeMinX < me.minx)) { - me.minx = chartRangeMinX; - } - if (chartRangeMaxX != null && (me.chartRangeClipX || chartRangeMaxX > me.maxx)) { - me.maxx = chartRangeMaxX; - } - }, - drawNormalRange: function(canvasLeft, canvasTop, canvasHeight, canvasWidth, rangey) { - var normalRangeMin = this.getNormalRangeMin(), - normalRangeMax = this.getNormalRangeMax(), - ytop = canvasTop + Math.round(canvasHeight - (canvasHeight * ((normalRangeMax - this.miny) / rangey))), - height = Math.round((canvasHeight * (normalRangeMax - normalRangeMin)) / rangey); - this.canvas.drawRect(canvasLeft, ytop, canvasWidth, height, undefined, this.normalRangeColor).append(); - }, - renderGraph: function() { - var me = this, - canvas = me.canvas, - canvasWidth = me.getWidth(), - canvasHeight = me.getHeight(), - vertices = me.vertices, - spotRadius = me.getSpotRadius(), - regionMap = me.regionMap, - rangeX, Y, yvallast, canvasTop, canvasLeft, vertex, path, paths, x, y, xNext, xPos, xPosNext, last, next, yValCount, lineShapes, fillShapes, plen, - valueSpots = me.getValueSpots(), - hlSpotsEnabled, color, xValues, yValues, i, - spotColor = me.getSpotColor(), - minSpotColor = me.getMinSpotColor(), - maxSpotColor = me.getMaxSpotColor(), - normalRangeMin = me.getNormalRangeMin(), - drawNormalOnTop = me.getDrawNormalOnTop(); - if (!me.callParent()) { - return; - } - me.scanValues(); - me.processRangeOptions(); - xValues = me.xvalues; - yValues = me.yvalues; - if (!me.yminmax.length || me.yvalues.length < 2) { - // empty or all null valuess - return; - } - canvasTop = canvasLeft = 0; - rangeX = me.maxx - me.minx === 0 ? 1 : me.maxx - me.minx; - Y = me.maxy - me.miny === 0 ? 1 : me.maxy - me.miny; - yvallast = me.yvalues.length - 1; - if (spotRadius && (canvasWidth < (spotRadius * 4) || canvasHeight < (spotRadius * 4))) { - spotRadius = 0; - } - if (spotRadius) { - // adjust the canvas size as required so that spots will fit - hlSpotsEnabled = me.getHighlightSpotColor() && !me.disableInteraction; - if (hlSpotsEnabled || minSpotColor || (spotColor && yValues[yvallast] === me.miny)) { - canvasHeight -= Math.ceil(spotRadius); - } - if (hlSpotsEnabled || maxSpotColor || (spotColor && yValues[yvallast] === me.maxy)) { - canvasHeight -= Math.ceil(spotRadius); - canvasTop += Math.ceil(spotRadius); - } - if (hlSpotsEnabled || ((minSpotColor || maxSpotColor) && (yValues[0] === me.miny || yValues[0] === me.maxy))) { - canvasLeft += Math.ceil(spotRadius); - canvasWidth -= Math.ceil(spotRadius); - } - if (hlSpotsEnabled || spotColor || (minSpotColor || maxSpotColor && (yValues[yvallast] === me.miny || yValues[yvallast] === me.maxy))) { - canvasWidth -= Math.ceil(spotRadius); - } - } - canvasHeight--; - if (normalRangeMin != null && !drawNormalOnTop) { - me.drawNormalRange(canvasLeft, canvasTop, canvasHeight, canvasWidth, Y); - } - path = []; - paths = [ - path - ]; - last = next = null; - yValCount = yValues.length; - for (i = 0; i < yValCount; i++) { - x = xValues[i]; - xNext = xValues[i + 1]; - y = yValues[i]; - xPos = canvasLeft + Math.round((x - me.minx) * (canvasWidth / rangeX)); - xPosNext = i < yValCount - 1 ? canvasLeft + Math.round((xNext - me.minx) * (canvasWidth / rangeX)) : canvasWidth; - next = xPos + ((xPosNext - xPos) / 2); - regionMap[i] = [ - last || 0, - next, - i - ]; - last = next; - if (y === null) { - if (i) { - if (yValues[i - 1] !== null) { - path = []; - paths.push(path); - } - vertices.push(null); - } - } else { - if (y < me.miny) { - y = me.miny; - } - if (y > me.maxy) { - y = me.maxy; - } - if (!path.length) { - // previous value was null - path.push([ - xPos, - canvasTop + canvasHeight - ]); - } - vertex = [ - xPos, - canvasTop + Math.round(canvasHeight - (canvasHeight * ((y - this.miny) / Y))) - ]; - path.push(vertex); - vertices.push(vertex); - } - } - lineShapes = []; - fillShapes = []; - plen = paths.length; - for (i = 0; i < plen; i++) { - path = paths[i]; - if (path.length) { - if (me.fillColor) { - path.push([ - path[path.length - 1][0], - (canvasTop + canvasHeight) - ]); - fillShapes.push(path.slice(0)); - path.pop(); - } - // if there's only a single point in this path, then we want to display it - // as a vertical line which means we keep path[0] as is - if (path.length > 2) { - // else we want the first value - path[0] = [ - path[0][0], - path[1][1] - ]; - } - lineShapes.push(path); - } - } - // draw the fill first, then optionally the normal range, then the line on top of that - plen = fillShapes.length; - for (i = 0; i < plen; i++) { - canvas.drawShape(fillShapes[i], me.fillColor, me.fillColor).append(); - } - if (normalRangeMin != null && drawNormalOnTop) { - me.drawNormalRange(canvasLeft, canvasTop, canvasHeight, canvasWidth, Y); - } - plen = lineShapes.length; - for (i = 0; i < plen; i++) { - canvas.drawShape(lineShapes[i], me.getLineColor(), null, me.getLineWidth()).append(); - } - if (spotRadius && valueSpots) { - if (valueSpots.get == null) { - valueSpots = new Ext.sparkline.RangeMap(valueSpots); - } - for (i = 0; i < yValCount; i++) { - color = valueSpots.get(yValues[i]); - if (color) { - canvas.drawCircle(canvasLeft + Math.round((xValues[i] - me.minx) * (canvasWidth / rangeX)), canvasTop + Math.round(canvasHeight - (canvasHeight * ((yValues[i] - me.miny) / Y))), spotRadius, null, color).append(); - } - } - } - if (spotRadius && spotColor && yValues[yvallast] != null) { - canvas.drawCircle(canvasLeft + Math.round((xValues[xValues.length - 1] - me.minx) * (canvasWidth / rangeX)), canvasTop + Math.round(canvasHeight - (canvasHeight * ((yValues[yvallast] - me.miny) / Y))), spotRadius, null, spotColor).append(); - } - if (me.maxy !== me.minyorg) { - if (spotRadius && minSpotColor) { - x = xValues[Ext.Array.indexOf(yValues, me.minyorg)]; - canvas.drawCircle(canvasLeft + Math.round((x - me.minx) * (canvasWidth / rangeX)), canvasTop + Math.round(canvasHeight - (canvasHeight * ((me.minyorg - me.miny) / Y))), spotRadius, null, minSpotColor).append(); - } - if (spotRadius && maxSpotColor) { - x = xValues[Ext.Array.indexOf(yValues, me.maxyorg)]; - canvas.drawCircle(canvasLeft + Math.round((x - me.minx) * (canvasWidth / rangeX)), canvasTop + Math.round(canvasHeight - (canvasHeight * ((me.maxyorg - me.miny) / Y))), spotRadius, null, maxSpotColor).append(); - } - } - me.canvasTop = canvasTop; - // If mouse is over, apply the highlight - if (me.currentPageXY && me.el.getRegion().contains(me.currentPageXY)) { - me.updateDisplay(); - } - canvas.render(); - } -}); - -/** - * @class Ext.sparkline.Pie - * - * Plots a pie chart based upon the input {#values} array. - * - * See {@link Ext.sparkline.Base the base class} for a simple example. - */ -Ext.define('Ext.sparkline.Pie', { - extend: 'Ext.sparkline.Base', - alias: 'widget.sparklinepie', - config: { - /** - * @cfg {Number} [offset] Angle in degrees to offset the first slice. - */ - offset: 0, - /** - * @cfg {String[]} [sliceColors] An array of CSS colro values to apply to the chart slices. - */ - sliceColors: [ - '#3366cc', - '#dc3912', - '#ff9900', - '#109618', - '#66aa00', - '#dd4477', - '#0099c6', - '#990099' - ], - /** - * @cfg {Number} [borderWidth=0] Border width in pixels of line round slices. - */ - borderWidth: 0, - /** - * @cfg {String} [borderColor=#000] Border color of line round slices. - */ - borderColor: '#000', - tipTpl: new Ext.XTemplate('● {value} ({percent:number("0.0")}%)') - }, - // Ensure values is an array of numbers - applyValues: function(newValues) { - newValues = Ext.Array.map(Ext.Array.from(newValues), Number); - this.disabled = !(newValues && newValues.length); - return newValues; - }, - onUpdate: function() { - var me = this, - values = me.values, - total = 0, - i; - me.callParent(arguments); - me.shapes = {}; - // map shape ids to value offsets - me.valueShapes = {}; - // maps value offsets to shape ids - if (values.length > 0) { - for (i = values.length; i--; ) { - total += values[i]; - } - } - me.total = total; - me.radius = Math.floor(Math.min(me.getWidth(), me.getHeight()) / 2); - }, - getRegion: function(x, y) { - var ratio = window.devicePixelRatio || 1, - shapeid = this.canvas.getShapeAt(x * ratio, y * ratio); - return (shapeid != null && this.shapes[shapeid] != null) ? this.shapes[shapeid] : null; - }, - getRegionFields: function(region) { - var sliceColors = this.getSliceColors(); - return { - isNull: this.values[region] == null, - value: this.values[region], - percent: this.values[region] / this.total * 100, - color: sliceColors[region % sliceColors.length], - offset: region - }; - }, - renderHighlight: function(region) { - this.renderSlice(region, true).append(); - }, - renderSlice: function(valuenum, highlight) { - var me = this, - canvas = me.canvas, - radius = me.radius, - borderWidth = me.getBorderWidth(), - offset = me.getOffset(), - circle = 2 * Math.PI, - values = me.values, - total = me.total, - next = offset ? (2 * Math.PI) * (offset / 360) : 0, - start, end, i, vlen, color, - sliceColors = this.getSliceColors(); - vlen = values.length; - for (i = 0; i < vlen; i++) { - start = next; - end = next; - if (total > 0) { - // avoid divide by zero - end = next + (circle * (values[i] / total)); - } - if (valuenum === i) { - color = sliceColors[i % sliceColors.length]; - if (highlight) { - color = me.calcHighlightColor(color); - } - return canvas.drawPieSlice(radius, radius, radius - borderWidth, start, end, null, color); - } - next = end; - } - }, - renderGraph: function() { - var me = this, - canvas = me.canvas, - values = me.values, - radius = me.radius, - borderWidth = me.getBorderWidth(), - shape, i, - shapes = me.shapes || (me.shapes = {}), - valueShapes = me.valueShapes || (me.valueShapes = {}); - if (!me.callParent()) { - return; - } - if (borderWidth) { - canvas.drawCircle(radius, radius, Math.floor(radius - (borderWidth / 2)), me.getBorderColor(), null, borderWidth).append(); - } - for (i = values.length; i--; ) { - if (values[i]) { - // don't render zero values - shape = me.renderSlice(i).append(); - valueShapes[i] = shape.id; - // store just the shapeid - shapes[shape.id] = i; - } - } - // If mouse is over, re-apply the highlight - if (me.currentPageXY && me.el.getRegion().contains(me.currentPageXY)) { - me.currentRegion = null; - me.updateDisplay(); - } - canvas.render(); - } -}); - -/** - * @class Ext.sparkline.TriState - * - * Plots bars based upon "win"/"draw" or "lose" status of the input {@link #values} array. Positive values mean - * a win, zero a draw, and negative a lose. - * - * See {@link Ext.sparkline.Base the base class} for a simple example. - */ -Ext.define('Ext.sparkline.TriState', { - extend: 'Ext.sparkline.BarBase', - requires: [ - 'Ext.sparkline.RangeMap' - ], - alias: 'widget.sparklinetristate', - config: { - /** - * @cfg {Number} [barWidth=4] The pixel width of each bar. - */ - barWidth: 4, - /** - * @cfg {Number} [barSpacing=1] The pixel spacing between each bar. - */ - barSpacing: 1, - /** - * @cfg {String} [posBarColor=#6f6] The color for positive value bars. - */ - posBarColor: '#6f6', - /** - * @cfg {String} [negBarColor=#f44] The color for negative value bars. - */ - negBarColor: '#f44', - /** - * @cfg {String} [zeroBarColor=#999] The color for zero value bars. - */ - zeroBarColor: '#999', - /** - * @cfg {Object} [colorMap] An object that uses range specifiers as keys to - * indicate bar color values for a range of values. A range specifier is - * specified in the form `[number]:[number]`, which indicates start and end range. - * Omitting either means an open ended range. - * - * For example, to render green bars on all values less than -1 and red on values - * higher than 1, you would use: - * - * colorMap: { - * // Open ended range, with max value -1 - * ":-1": "green", - * - * // Open ended range, with min value 1 - * "1:": "red" - * } - */ - colorMap: {}, - tipTpl: new Ext.XTemplate('● {value:this.states}', { - states: function(v) { - var value = Number(v); - if (value === -1) { - return 'Loss'; - } - if (value === 0) { - return 'Draw'; - } - if (value === 1) { - return 'Win'; - } - return v; - } - }) - }, - applyColorMap: function(colorMap) { - var me = this; - if (Ext.isArray(colorMap)) { - me.colorMapByIndex = colorMap; - me.colorMapByValue = null; - } else { - me.colorMapByIndex = null; - me.colorMapByValue = colorMap; - if (me.colorMapByValue && me.colorMapByValue.get == null) { - me.colorMapByValue = new Ext.sparkline.RangeMap(colorMap); - } - } - return colorMap; - }, - // Ensure values is an array of numbers - applyValues: function(newValues) { - newValues = Ext.Array.map(Ext.Array.from(newValues), Number); - this.disabled = !(newValues && newValues.length); - return newValues; - }, - onUpdate: function() { - this.totalBarWidth = this.getBarWidth() + this.getBarSpacing(); - }, - getBarWidth: function() { - var values = this.values; - return this._barWidth || (this.getWidth() - (values.length - 1) * this.getBarSpacing()) / values.length; - }, - getRegion: function(x, y) { - return Math.floor(x / this.totalBarWidth); - }, - getRegionFields: function(region) { - return { - isNull: this.values[region] == null, - value: this.values[region], - color: this.calcColor(this.values[region], region), - offset: region - }; - }, - calcColor: function(value, valuenum) { - var me = this, - values = me.values, - colorMapByIndex = me.colorMapByIndex, - colorMapByValue = me.colorMapByValue, - color, newColor; - if (colorMapByValue && (newColor = colorMapByValue.get(value))) { - color = newColor; - } else if (colorMapByIndex && colorMapByIndex.length > valuenum) { - color = colorMapByIndex[valuenum]; - } else if (values[valuenum] < 0) { - color = me.getNegBarColor(); - } else if (values[valuenum] > 0) { - color = me.getPosBarColor(); - } else { - color = me.getZeroBarColor(); - } - return color; - }, - renderRegion: function(valuenum, highlight) { - var me = this, - values = me.values, - canvas = me.canvas, - canvasHeight, height, halfHeight, x, y, color; - canvasHeight = canvas.pixelHeight; - halfHeight = Math.round(canvasHeight / 2); - x = valuenum * me.totalBarWidth; - if (values[valuenum] < 0) { - y = halfHeight; - height = halfHeight - 1; - } else if (values[valuenum] > 0) { - y = 0; - height = halfHeight - 1; - } else { - y = halfHeight - 1; - height = 2; - } - color = me.calcColor(values[valuenum], valuenum); - if (color == null) { - return; - } - if (highlight) { - color = me.calcHighlightColor(color); - } - canvas.drawRect(x, y, me.getBarWidth() - 1, height - 1, color, color).append(); - } -}); - -/** - * A Provider implementation which saves and retrieves state via cookies. The CookieProvider supports the usual cookie - * options, such as: - * - * - {@link #path} - * - {@link #expires} - * - {@link #domain} - * - {@link #secure} - * - * Example: - * - * var cp = Ext.create('Ext.state.CookieProvider', { - * path: "/cgi-bin/", - * expires: new Date(new Date().getTime()+(1000*60*60*24*30)), //30 days - * domain: "sencha.com" - * }); - * - * Ext.state.Manager.setProvider(cp); - * - */ -Ext.define('Ext.state.CookieProvider', { - extend: 'Ext.state.Provider', - /** - * @cfg {String} path - * The path for which the cookie is active. Defaults to root '/' which makes it active for all pages in the site. - */ - /** - * @cfg {Date} expires - * The cookie expiration date. Defaults to 7 days from now. - */ - /** - * @cfg {String} domain - * The domain to save the cookie for. Note that you cannot specify a different domain than your page is on, but you can - * specify a sub-domain, or simply the domain itself like 'sencha.com' to include all sub-domains if you need to access - * cookies across different sub-domains. Defaults to null which uses the same domain the page is running on including - * the 'www' like 'www.sencha.com'. - */ - /** - * @cfg {Boolean} [secure=false] - * True if the site is using SSL - */ - /** - * Creates a new CookieProvider. - * @param {Object} [config] Config object. - */ - constructor: function(config) { - var me = this; - me.path = "/"; - me.expires = new Date(Ext.Date.now() + (1000 * 60 * 60 * 24 * 7)); - //7 days - me.domain = null; - me.secure = false; - me.callParent(arguments); - me.state = me.readCookies(); - }, - /** - * @private - */ - set: function(name, value) { - var me = this; - if (typeof value === "undefined" || value === null) { - me.clear(name); - return; - } - me.setCookie(name, value); - me.callParent(arguments); - }, - /** - * @private - */ - clear: function(name) { - this.clearCookie(name); - this.callParent(arguments); - }, - /** - * @private - */ - readCookies: function() { - var cookies = {}, - c = document.cookie + ";", - re = /\s?(.*?)=(.*?);/g, - prefix = this.prefix, - len = prefix.length, - matches, name, value; - while ((matches = re.exec(c)) != null) { - name = matches[1]; - value = matches[2]; - if (name && name.substring(0, len) === prefix) { - cookies[name.substr(len)] = this.decodeValue(value); - } - } - return cookies; - }, - /** - * @private - */ - setCookie: function(name, value) { - var me = this; - document.cookie = me.prefix + name + "=" + me.encodeValue(value) + ((me.expires == null) ? "" : ("; expires=" + me.expires.toUTCString())) + ((me.path == null) ? "" : ("; path=" + me.path)) + ((me.domain == null) ? "" : ("; domain=" + me.domain)) + (me.secure ? "; secure" : ""); - }, - /** - * @private - */ - clearCookie: function(name) { - var me = this; - document.cookie = me.prefix + name + "=null; expires=Thu, 01-Jan-1970 00:00:01 GMT" + ((me.path == null) ? "" : ("; path=" + me.path)) + ((me.domain == null) ? "" : ("; domain=" + me.domain)) + (me.secure ? "; secure" : ""); - } -}); - -/** - * A Provider implementation which saves and retrieves state via the HTML5 localStorage API - * or IE `userData` storage. For details see `Ext.util.LocalStorage`. - * - * If the browser does not support local storage, there will be no attempt to read the state. - * Before creating this class, check {@link Ext.util.LocalStorage#supported}. - */ -Ext.define('Ext.state.LocalStorageProvider', { - extend: 'Ext.state.Provider', - requires: [ - 'Ext.util.LocalStorage' - ], - alias: 'state.localstorage', - constructor: function() { - var me = this; - me.callParent(arguments); - me.store = me.getStorageObject(); - if (me.store) { - me.state = me.readLocalStorage(); - } else { - me.state = {}; - } - }, - readLocalStorage: function() { - var store = this.store, - data = {}, - keys = store.getKeys(), - i = keys.length, - key; - while (i--) { - key = keys[i]; - data[key] = this.decodeValue(store.getItem(key)); - } - return data; - }, - set: function(name, value) { - var me = this; - me.clear(name); - if (value != null) { - // !== undefined && !== null - me.store.setItem(name, me.encodeValue(value)); - me.callParent(arguments); - } - }, - /** - * @private - */ - clear: function(name) { - this.store.removeItem(name); - this.callParent(arguments); - }, - getStorageObject: function() { - var prefix = this.prefix, - id = prefix, - n = id.length - 1; - if (id.charAt(n) === '-') { - id = id.substring(0, n); - } - return new Ext.util.LocalStorage({ - id: id, - prefix: prefix - }); - } -}); - -/** - * Represents a single Tab in a {@link Ext.tab.Panel TabPanel}. A Tab is simply a slightly customized {@link Ext.button.Button Button}, - * styled to look like a tab. Tabs are optionally closable, and can also be disabled. 99% of the time you will not - * need to create Tabs manually as the framework does so automatically when you use a {@link Ext.tab.Panel TabPanel} - */ -Ext.define('Ext.tab.Tab', { - extend: 'Ext.button.Button', - alias: 'widget.tab', - /** - * @property {Boolean} isTab - * `true` in this class to identify an object as an instantiated Tab, or subclass thereof. - */ - isTab: true, - baseCls: Ext.baseCSSPrefix + 'tab', - closeElOverCls: Ext.baseCSSPrefix + 'tab-close-btn-over', - closeElPressedCls: Ext.baseCSSPrefix + 'tab-close-btn-pressed', - config: { - /** - * @cfg {'default'/0/1/2} rotation - * The rotation of the tab. Can be one of the following values: - * - * - `null` - use the default rotation, depending on the dock position of the tabbar - * - `0` - no rotation - * - `1` - rotate 90deg clockwise - * - `2` - rotate 90deg counter-clockwise - * - * The default behavior of this config depends on the dock position of the tabbar: - * - * - `'top'` or `'bottom'` - `0` - * - `'right'` - `1` - * - `'left'` - `2` - */ - rotation: 'default', - /** - * @cfg {'top'/'right'/'bottom'/'left'} tabPosition - * The tab's position. Users should not typically need to set this, as it is - * configured automatically by the tab bar - */ - tabPosition: 'top' - }, - /** - * @cfg {Boolean} closable - * True to make the Tab start closable (the close icon will be visible). - */ - closable: true, - // - /** - * @cfg {String} closeText - * The accessible text label for the close button link to be announced by screen readers - * when the tab is focused. Only used when {@link #cfg-closable} = true. - */ - closeText: 'Close Tab', - // - /** - * @property {Boolean} active - * Indicates that this tab is currently active. This is NOT a public configuration. - * @readonly - */ - active: false, - /** - * @property {Boolean} closable - * True if the tab is currently closable - */ - childEls: [ - 'closeEl' - ], - scale: false, - /** - * @event activate - * Fired when the tab is activated. - * @param {Ext.tab.Tab} this - */ - /** - * @event deactivate - * Fired when the tab is deactivated. - * @param {Ext.tab.Tab} this - */ - /** - * @event beforeclose - * Fires if the user clicks on the Tab's close button, but before the {@link #close} event is fired. Return - * false from any listener to stop the close event being fired - * @param {Ext.tab.Tab} tab The Tab object - */ - /** - * @event close - * Fires to indicate that the tab is to be closed, usually because the user has clicked the close button. - * @param {Ext.tab.Tab} tab The Tab object - */ - ariaRole: 'tab', - tabIndex: -1, - keyHandlers: { - DELETE: 'onDeleteKey' - }, - _btnWrapCls: Ext.baseCSSPrefix + 'tab-wrap', - _btnCls: Ext.baseCSSPrefix + 'tab-button', - _baseIconCls: Ext.baseCSSPrefix + 'tab-icon-el', - _glyphCls: Ext.baseCSSPrefix + 'tab-glyph', - _innerCls: Ext.baseCSSPrefix + 'tab-inner', - _textCls: Ext.baseCSSPrefix + 'tab-text', - _noTextCls: Ext.baseCSSPrefix + 'tab-no-text', - _hasIconCls: Ext.baseCSSPrefix + 'tab-icon', - _activeCls: Ext.baseCSSPrefix + 'tab-active', - _closableCls: Ext.baseCSSPrefix + 'tab-closable', - overCls: Ext.baseCSSPrefix + 'tab-over', - _pressedCls: Ext.baseCSSPrefix + 'tab-pressed', - _disabledCls: Ext.baseCSSPrefix + 'tab-disabled', - _rotateClasses: { - 1: Ext.baseCSSPrefix + 'tab-rotate-right', - 2: Ext.baseCSSPrefix + 'tab-rotate-left' - }, - // a mapping of the "ui" positions. When "rotation" is anything other than 0, a ui - // position other than the docked side must be used. - _positions: { - top: { - 'default': 'top', - 0: 'top', - 1: 'left', - 2: 'right' - }, - right: { - 'default': 'top', - 0: 'right', - 1: 'top', - 2: 'bottom' - }, - bottom: { - 'default': 'bottom', - 0: 'bottom', - 1: 'right', - 2: 'left' - }, - left: { - 'default': 'top', - 0: 'left', - 1: 'bottom', - 2: 'top' - } - }, - _defaultRotations: { - top: 0, - right: 1, - bottom: 0, - left: 2 - }, - initComponent: function() { - var me = this; - if (me.card) { - me.setCard(me.card); - } - me.callParent(arguments); - }, - getActualRotation: function() { - var rotation = this.getRotation(); - return (rotation !== 'default') ? rotation : this._defaultRotations[this.getTabPosition()]; - }, - updateRotation: function() { - this.syncRotationAndPosition(); - }, - updateTabPosition: function() { - this.syncRotationAndPosition(); - }, - syncRotationAndPosition: function() { - var me = this, - rotateClasses = me._rotateClasses, - position = me.getTabPosition(), - rotation = me.getActualRotation(), - oldRotateCls = me._rotateCls, - rotateCls = me._rotateCls = rotateClasses[rotation], - oldPositionCls = me._positionCls, - positionCls = me._positionCls = me._positions[position][rotation]; - if (oldRotateCls !== rotateCls) { - if (oldRotateCls) { - me.removeCls(oldRotateCls); - } - if (rotateCls) { - me.addCls(rotateCls); - } - } - if (oldPositionCls !== positionCls) { - if (oldPositionCls) { - me.removeClsWithUI(oldPositionCls); - } - if (positionCls) { - me.addClsWithUI(positionCls); - } - if (me.rendered) { - me.updateFrame(); - } - } - if (me.rendered) { - me.setElOrientation(); - } - }, - onAdded: function(container, pos, instanced) { - this.callParent([ - container, - pos, - instanced - ]); - this.syncRotationAndPosition(); - }, - getTemplateArgs: function() { - var me = this, - result = me.callParent(); - result.closable = me.closable; - result.closeText = me.closeText; - return result; - }, - beforeRender: function() { - var me = this, - tabBar = me.up('tabbar'), - tabPanel = me.up('tabpanel'); - me.callParent(); - me.ariaRenderAttributes = me.ariaRenderAttributes || {}; - if (me.active) { - me.ariaRenderAttributes['aria-selected'] = true; - me.addCls(me._activeCls); - } else { - me.ariaRenderAttributes['aria-selected'] = false; - } - me.syncClosableCls(); - // Propagate minTabWidth and maxTabWidth settings from the owning TabBar then TabPanel - if (!me.minWidth) { - me.minWidth = (tabBar) ? tabBar.minTabWidth : me.minWidth; - if (!me.minWidth && tabPanel) { - me.minWidth = tabPanel.minTabWidth; - } - if (me.minWidth && me.iconCls) { - me.minWidth += 25; - } - } - if (!me.maxWidth) { - me.maxWidth = (tabBar) ? tabBar.maxTabWidth : me.maxWidth; - if (!me.maxWidth && tabPanel) { - me.maxWidth = tabPanel.maxTabWidth; - } - } - }, - onRender: function() { - var me = this; - me.setElOrientation(); - me.callParent(arguments); - if (me.closable) { - me.closeEl.addClsOnOver(me.closeElOverCls); - me.closeEl.addClsOnClick(me.closeElPressedCls); - } - }, - setElOrientation: function() { - var me = this, - rotation = me.getActualRotation(), - el = me.el; - if (rotation) { - el.setVertical(rotation === 1 ? 90 : 270); - } else { - el.setHorizontal(); - } - }, - enable: function(silent) { - var me = this; - me.callParent(arguments); - me.removeCls(me._disabledCls); - return me; - }, - disable: function(silent) { - var me = this; - me.callParent(arguments); - me.addCls(me._disabledCls); - return me; - }, - /** - * Sets the tab as either closable or not. - * @param {Boolean} closable Pass false to make the tab not closable. Otherwise the tab will be made closable (eg a - * close button will appear on the tab) - */ - setClosable: function(closable) { - var me = this; - // Closable must be true if no args - closable = (!arguments.length || !!closable); - if (me.closable !== closable) { - me.closable = closable; - // set property on the user-facing item ('card'): - if (me.card) { - me.card.closable = closable; - } - me.syncClosableCls(); - if (me.rendered) { - me.syncClosableElements(); - // Tab will change width to accommodate close icon - me.updateLayout(); - } - } - }, - /** - * This method ensures that the closeBtn element exists or not based on 'closable'. - * @private - */ - syncClosableElements: function() { - var me = this, - closeEl = me.closeEl; - if (me.closable) { - if (!closeEl) { - closeEl = me.closeEl = me.btnWrap.insertSibling({ - tag: 'span', - id: me.id + '-closeEl', - cls: me.baseCls + '-close-btn', - html: me.closeText - }, 'after'); - } - closeEl.addClsOnOver(me.closeElOverCls); - closeEl.addClsOnClick(me.closeElPressedCls); - } else if (closeEl) { - closeEl.destroy(); - delete me.closeEl; - } - }, - /** - * This method ensures that the closable cls are added or removed based on 'closable'. - * @private - */ - syncClosableCls: function() { - var me = this, - closableCls = me._closableCls; - if (me.closable) { - me.addCls(closableCls); - } else { - me.removeCls(closableCls); - } - }, - /** - * Sets this tab's attached card. Usually this is handled automatically by the {@link Ext.tab.Panel} that this Tab - * belongs to and would not need to be done by the developer - * @param {Ext.Component} card The card to set - */ - setCard: function(card) { - var me = this; - me.card = card; - if (card.iconAlign) { - me.setIconAlign(card.iconAlign); - } - if (card.textAlign) { - me.setTextAlign(card.textAlign); - } - me.setText(me.title || card.title); - me.setIconCls(me.iconCls || card.iconCls); - me.setIcon(me.icon || card.icon); - me.setGlyph(me.glyph || card.glyph); - }, - /** - * @private - * Listener attached to click events on the Tab's close button - */ - onCloseClick: function() { - var me = this; - if (me.fireEvent('beforeclose', me) !== false) { - if (me.tabBar) { - if (me.tabBar.closeTab(me) === false) { - // beforeclose on the panel vetoed the event, stop here - return; - } - } else { - // if there's no tabbar, fire the close event - me.fireClose(); - } - } - }, - /** - * Fires the close event on the tab. - * @private - */ - fireClose: function() { - this.fireEvent('close', this); - }, - /** - * @private - */ - onEnterKey: function(e) { - var me = this; - if (me.tabBar) { - me.tabBar.onClick(e, me.el); - e.stopEvent(); - return false; - } - }, - /** - * @private - */ - onDeleteKey: function(e) { - if (this.closable) { - this.onCloseClick(); - e.stopEvent(); - return false; - } - }, - /** - * @private - */ - beforeClick: function(isCloseClick) { - if (!isCloseClick) { - this.focus(); - } - }, - /** - * @private - */ - activate: function(supressEvent) { - var me = this, - card = me.card, - ariaDom = me.ariaEl.dom; - me.active = true; - me.addCls(me._activeCls); - if (ariaDom) { - ariaDom.setAttribute('aria-selected', true); - } else { - me.ariaRenderAttributes = me.ariaRenderAttributes || {}; - me.ariaRenderAttributes['aria-selected'] = true; - } - if (card) { - if (card.ariaEl.dom) { - card.ariaEl.dom.setAttribute('aria-expanded', true); - } else { - card.ariaRenderAttributes = card.ariaRenderAttributes || {}; - card.ariaRenderAttributes['aria-expanded'] = true; - } - } - if (supressEvent !== true) { - me.fireEvent('activate', me); - } - }, - /** - * @private - */ - deactivate: function(supressEvent) { - var me = this, - card = me.card, - ariaDom = me.ariaEl.dom; - me.active = false; - me.removeCls(me._activeCls); - if (ariaDom) { - ariaDom.setAttribute('aria-selected', false); - } else { - me.ariaRenderAttributes = me.ariaRenderAttributes || {}; - me.ariaRenderAttributes['aria-selected'] = false; - } - if (card) { - if (card.ariaEl.dom) { - card.ariaEl.dom.setAttribute('aria-expanded', false); - } else { - card.ariaRenderAttributes = card.ariaRenderAttributes || {}; - card.ariaRenderAttributes['aria-expanded'] = false; - } - } - if (supressEvent !== true) { - me.fireEvent('deactivate', me); - } - }, - privates: { - getFramingInfoCls: function() { - return this.baseCls + '-' + this.ui + '-' + this._positionCls; - }, - wrapPrimaryEl: function(dom) { - // Tabs don't need the hacks in Ext.dom.ButtonElement - Ext.Button.superclass.wrapPrimaryEl.call(this, dom); - } - } -}); - -/** - * TabBar is used internally by a {@link Ext.tab.Panel TabPanel} and typically should not - * need to be created manually. - */ -Ext.define('Ext.tab.Bar', { - extend: 'Ext.panel.Bar', - xtype: 'tabbar', - baseCls: Ext.baseCSSPrefix + 'tab-bar', - requires: [ - 'Ext.tab.Tab', - 'Ext.util.Point', - 'Ext.layout.component.Body' - ], - mixins: [ - 'Ext.util.FocusableContainer' - ], - componentLayout: 'body', - /** - * @property {Boolean} isTabBar - * `true` in this class to identify an object as an instantiated Tab Bar, or subclass thereof. - */ - isTabBar: true, - config: { - /** - * @cfg {'default'/0/1/2} tabRotation - * The rotation of the tabs. Can be one of the following values: - * - * - `default` - use the default rotation, depending on the dock position (see below) - * - `0` - no rotation - * - `1` - rotate 90deg clockwise - * - `2` - rotate 90deg counter-clockwise - * - * The default behavior of this config depends on the dock position: - * - * - `'top'` or `'bottom'` - `0` - * - `'right'` - `1` - * - `'left'` - `2` - */ - tabRotation: 'default', - /** - * @cfg {Boolean} tabStretchMax - * `true` to stretch all tabs to the height of the tallest tab when the tabBar - * is docked horizontally, or the width of the widest tab when the tabBar is - * docked vertically. - */ - tabStretchMax: true, - // NB: This option is named this way for the intent, but in fact activation - // happens in arrow key handler, not in focus handler. In IE focus events are - // asynchronous, so activation happens before the tab's focus handler is fired. - /** - * @cfg {Boolean} [activateOnFocus=true] - * `true` to follow WAI-ARIA requirement and activate tab when it is navigated to - * with arrow keys, or `false` to disable that behavior. When activation on focus - * is disabled, users will have to use arrow keys to focus a tab, and then press - * Space key to activate it. - */ - activateOnFocus: true - }, - /** - * @private - */ - defaultType: 'tab', - /** - * @cfg {Boolean} plain - * True to not show the full background on the tabbar - */ - plain: false, - /** - * @cfg {Boolean} ensureActiveVisibleOnChange - * `true` to ensure the active tab is scrolled into view when the tab changes, the text, the - * icon or the glyph. This is only applicable if using an overflow scroller. - * - * @since 5.1.1 - */ - ensureActiveVisibleOnChange: true, - ariaRole: 'tablist', - childEls: [ - 'body', - 'strip' - ], - _stripCls: Ext.baseCSSPrefix + 'tab-bar-strip', - _baseBodyCls: Ext.baseCSSPrefix + 'tab-bar-body', - /** - * @private - */ - renderTpl: '' + '', - /** - * @cfg {Number} minTabWidth - * The minimum width for a tab in this tab Bar. Defaults to the tab Panel's {@link Ext.tab.Panel#minTabWidth minTabWidth} value. - * @deprecated This config is deprecated. It is much easier to use the {@link Ext.tab.Panel#minTabWidth minTabWidth} config on the TabPanel. - */ - /** - * @cfg {Number} maxTabWidth - * The maximum width for a tab in this tab Bar. Defaults to the tab Panel's {@link Ext.tab.Panel#maxTabWidth maxTabWidth} value. - * @deprecated This config is deprecated. It is much easier to use the {@link Ext.tab.Panel#maxTabWidth maxTabWidth} config on the TabPanel. - */ - _reverseDockNames: { - left: 'right', - right: 'left' - }, - _layoutAlign: { - top: 'end', - right: 'begin', - bottom: 'begin', - left: 'end' - }, - /** - * @event change - * Fired when the currently-active tab has changed - * @param {Ext.tab.Bar} tabBar The TabBar - * @param {Ext.tab.Tab} tab The new Tab - * @param {Ext.Component} card The card that was just shown in the TabPanel - */ - /** - * @private - */ - initComponent: function() { - var me = this, - initialLayout = me.initialConfig.layout, - initialAlign = initialLayout && initialLayout.align, - initialOverflowHandler = initialLayout && initialLayout.overflowHandler; - if (me.plain) { - me.addCls(me.baseCls + '-plain'); - } - me.callParent(); - me.setLayout({ - align: initialAlign || (me.getTabStretchMax() ? 'stretchmax' : me._layoutAlign[me.dock]), - overflowHandler: initialOverflowHandler || 'scroller' - }); - me.on({ - click: me.onClick, - element: 'el', - scope: me - }); - }, - /** - * Ensure the passed tab is visible if using overflow scrolling - * @param {Ext.tab.Tab/Ext.Component/Number} [tab] The tab, item in the owning {@link Ext.tab.Panel} or - * the index of the item to scroll to. Defaults to the active tab. - */ - ensureTabVisible: function(tab) { - var me = this, - tabPanel = me.tabPanel, - overflowHandler = me.layout.overflowHandler; - if (me.rendered && overflowHandler && me.tooNarrow && overflowHandler.scrollToItem) { - if (tab || tab === 0) { - if (!tab.isTab) { - if (Ext.isNumber(tab)) { - tab = this.items.getAt(tab); - } else if (tab.isComponent && tabPanel && tabPanel.items.contains(tab)) { - tab = tab.tab; - } - } - } - if (!tab) { - tab = me.activeTab; - } - if (tab) { - overflowHandler.scrollToItem(tab); - } - } - }, - initRenderData: function() { - var me = this; - return Ext.apply(me.callParent(), { - bodyCls: me.bodyCls, - baseBodyCls: me._baseBodyCls, - bodyTargetCls: me.bodyTargetCls, - stripCls: me._stripCls, - dock: me.dock - }); - }, - setDock: function(dock) { - var me = this, - items = me.items, - ownerCt = me.ownerCt, - item, i, ln; - items = items && items.items; - if (items) { - for (i = 0 , ln = items.length; i < ln; i++) { - item = items[i]; - if (item.isTab) { - item.setTabPosition(dock); - } - } - } - if (me.rendered) { - // TODO: remove resetItemMargins once EXTJS-13359 is fixed - me.resetItemMargins(); - if (ownerCt && ownerCt.isHeader) { - ownerCt.resetItemMargins(); - } - me.needsScroll = true; - } - me.callParent([ - dock - ]); - }, - updateTabRotation: function(tabRotation) { - var me = this, - items = me.items, - i, ln, item; - items = items && items.items; - if (items) { - for (i = 0 , ln = items.length; i < ln; i++) { - item = items[i]; - if (item.isTab) { - item.setRotation(tabRotation); - } - } - } - if (me.rendered) { - // TODO: remove resetItemMargins once EXTJS-13359 is fixed - me.resetItemMargins(); - me.needsScroll = true; - me.updateLayout(); - } - }, - onRender: function() { - var me = this; - me.callParent(); - if (Ext.isIE8 && me.vertical) { - me.el.on({ - mousemove: me.onMouseMove, - scope: me - }); - } - }, - afterLayout: function() { - this.adjustTabPositions(); - this.callParent(arguments); - }, - onAdd: function(tab, pos) { - var fn = this.onTabContentChange; - if (this.ensureActiveVisibleOnChange) { - tab.barListeners = tab.on({ - scope: this, - destroyable: true, - glyphchange: fn, - iconchange: fn, - textchange: fn - }); - } - this.callParent([ - tab, - pos - ]); - }, - onAdded: function(container, pos, instanced) { - if (container.isHeader) { - this.addCls(container.baseCls + '-' + container.ui + '-tab-bar'); - } - this.callParent([ - container, - pos, - instanced - ]); - }, - onRemove: function(tab, destroying) { - var me = this; - // If we're not destroying, no need to do this here since they will - // be cleaned up - if (me.ensureActiveVisibleOnChange) { - if (!destroying) { - tab.barListeners.destroy(); - } - tab.barListeners = null; - } - if (tab === me.previousTab) { - me.previousTab = null; - } - me.callParent([ - tab, - destroying - ]); - }, - onRemoved: function(destroying) { - var ownerCt = this.ownerCt; - if (ownerCt.isHeader) { - this.removeCls(ownerCt.baseCls + '-' + ownerCt.ui + '-tab-bar'); - } - this.callParent([ - destroying - ]); - }, - onTabContentChange: function(tab) { - if (tab === this.activeTab) { - this.ensureTabVisible(tab); - } - }, - afterComponentLayout: function(width) { - var me = this, - needsScroll = me.needsScroll, - overflowHandler = me.layout.overflowHandler; - me.callParent(arguments); - if (overflowHandler && needsScroll && me.tooNarrow && overflowHandler.scrollToItem) { - overflowHandler.scrollToItem(me.activeTab); - } - delete me.needsScroll; - }, - /** - * @private - */ - onMouseMove: function(e) { - var me = this, - overTab = me._overTab, - tabInfo, tab; - if (e.getTarget('.' + Ext.baseCSSPrefix + 'box-scroller')) { - return; - } - tabInfo = me.getTabInfoFromPoint(e.getXY()); - tab = tabInfo.tab; - if (tab !== overTab) { - if (overTab && overTab.rendered) { - overTab.onMouseLeave(e); - me._overTab = null; - } - if (tab) { - tab.onMouseEnter(e); - me._overTab = tab; - if (!tab.disabled) { - me.el.setStyle('cursor', 'pointer'); - } - } else { - me.el.setStyle('cursor', 'default'); - } - } - }, - onMouseLeave: function(e) { - var overTab = this._overTab; - if (overTab && overTab.rendered) { - overTab.onMouseLeave(e); - } - }, - /** - * @private - * in IE8 and IE9 the clickable region of a rotated element is not its new rotated - * position, but it's original unrotated position. The result is that rotated tabs do - * not capture click and mousenter/mosueleave events correctly. This method accepts - * an xy position and calculates if the coordinates are within a tab and if they - * are within the tab's close icon (if any) - */ - getTabInfoFromPoint: function(xy) { - var me = this, - tabs = me.items.items, - length = tabs.length, - innerCt = me.layout.innerCt, - innerCtXY = innerCt.getXY(), - point = new Ext.util.Point(xy[0], xy[1]), - i = 0, - lastBox, tabRegion, closeEl, close, closeXY, closeX, closeY, closeWidth, closeHeight, tabX, tabY, tabWidth, tabHeight, closeRegion, isTabReversed, direction, tab; - for (; i < length; i++) { - tab = tabs[i]; - lastBox = tab.lastBox; - if (!lastBox || !tab.isTab) { - // avoid looping hidden or not laid out, or if the item - // is not a tab - - continue; - } - tabX = innerCtXY[0] + lastBox.x; - tabY = innerCtXY[1] - innerCt.dom.scrollTop + lastBox.y; - tabWidth = lastBox.width; - tabHeight = lastBox.height; - tabRegion = new Ext.util.Region(tabY, tabX + tabWidth, tabY + tabHeight, tabX); - if (tabRegion.contains(point)) { - closeEl = tab.closeEl; - if (closeEl) { - // Read the dom to determine if the contents of the tab are reversed - // (rotated 180 degrees). If so, we can cache the result becuase - // it's safe to assume all tabs in the tabbar will be the same - if (me._isTabReversed === undefined) { - me._isTabReversed = isTabReversed = // use currentStyle because getComputedStyle won't get the - // filter property in IE9 - (tab.btnWrap.dom.currentStyle.filter.indexOf('rotation=2') !== -1); - } - direction = isTabReversed ? this._reverseDockNames[me.dock] : me.dock; - closeWidth = closeEl.getWidth(); - closeHeight = closeEl.getHeight(); - closeXY = me.getCloseXY(closeEl, tabX, tabY, tabWidth, tabHeight, closeWidth, closeHeight, direction); - closeX = closeXY[0]; - closeY = closeXY[1]; - closeRegion = new Ext.util.Region(closeY, closeX + closeWidth, closeY + closeHeight, closeX); - close = closeRegion.contains(point); - } - break; - } - } - return { - tab: tab, - close: close - }; - }, - /** - * @private - */ - getCloseXY: function(closeEl, tabX, tabY, tabWidth, tabHeight, closeWidth, closeHeight, direction) { - var closeXY = closeEl.getXY(), - closeX, closeY; - if (direction === 'right') { - closeX = tabX + tabWidth - ((closeXY[1] - tabY) + closeHeight); - closeY = tabY + (closeXY[0] - tabX); - } else { - closeX = tabX + (closeXY[1] - tabY); - closeY = tabY + tabX + tabHeight - closeXY[0] - closeWidth; - } - return [ - closeX, - closeY - ]; - }, - /** - * @private - * Closes the given tab by removing it from the TabBar and removing the corresponding card from the TabPanel - * @param {Ext.tab.Tab} toClose The tab to close - */ - closeTab: function(toClose) { - var me = this, - card = toClose.card, - tabPanel = me.tabPanel, - toActivate; - if (card && card.fireEvent('beforeclose', card) === false) { - return false; - } - // If we are closing the active tab, revert to the previously active tab (or the previous or next enabled sibling if - // there *is* no previously active tab, or the previously active tab is the one that's being closed or the previously - // active tab has since been disabled) - toActivate = me.findNextActivatable(toClose); - // We are going to remove the associated card, and then, if that was sucessful, remove the Tab, - // And then potentially activate another Tab. We should not layout for each of these operations. - Ext.suspendLayouts(); - if (tabPanel && card) { - // Remove the ownerCt so the tab doesn't get destroyed if the remove is successful - // We need this so we can have the tab fire it's own close event. - delete toClose.ownerCt; - // we must fire 'close' before removing the card from panel, otherwise - // the event will no loger have any listener - card.fireEvent('close', card); - tabPanel.remove(card); - // Remove succeeded - if (!tabPanel.getComponent(card)) { - /* - * Force the close event to fire. By the time this function returns, - * the tab is already destroyed and all listeners have been purged - * so the tab can't fire itself. - */ - toClose.fireClose(); - me.remove(toClose); - } else { - // Restore the ownerCt from above - toClose.ownerCt = me; - Ext.resumeLayouts(true); - return false; - } - } - // If we are closing the active tab, revert to the previously active tab (or the previous sibling or the nnext sibling) - if (toActivate) { - // Our owning TabPanel calls our setActiveTab method, so only call that if this Bar is being used - // in some other context (unlikely) - if (tabPanel) { - tabPanel.setActiveTab(toActivate.card); - } else { - me.setActiveTab(toActivate); - } - toActivate.focus(); - } - Ext.resumeLayouts(true); - }, - /** - * @private - * Determines the next tab to activate when one tab is closed. - */ - findNextActivatable: function(toClose) { - var me = this, - previousTab = me.previousTab, - nextTab; - if (toClose.active && me.items.getCount() > 1) { - if (previousTab && previousTab !== toClose && !previousTab.disabled) { - nextTab = previousTab; - } else { - nextTab = toClose.next('tab[disabled=false]') || toClose.prev('tab[disabled=false]'); - } - } - // If we couldn't find the next tab to activate, fall back - // to the currently active one. We need to have a focused tab - // at all times. - return nextTab || me.activeTab; - }, - /** - * @private - * Marks the given tab as active - * @param {Ext.tab.Tab} tab The tab to mark active - * @param {Boolean} initial True if we're setting the tab during setup - */ - setActiveTab: function(tab, initial) { - var me = this; - if (!tab.disabled && tab !== me.activeTab) { - // Deactivate the previous tab, and ensure this FocusableContainer knows about it - if (me.activeTab) { - if (me.activeTab.destroyed) { - me.previousTab = null; - } else { - me.previousTab = me.activeTab; - me.activeTab.deactivate(); - me.deactivateFocusable(me.activeTab); - } - } - // Activate the new tab, and ensure this FocusableContainer knows about it - tab.activate(); - me.activateFocusable(tab); - me.activeTab = tab; - me.needsScroll = true; - // We don't fire the change event when setting the first tab. - // Also no need to run a layout - if (!initial) { - me.fireEvent('change', me, tab, tab.card); - // Ensure that after the currently in progress layout, the active tab is scrolled into view - me.updateLayout(); - } - } - }, - privates: { - adjustTabPositions: function() { - var me = this, - items = me.items.items, - i = items.length, - tab, lastBox, el, rotation, prop; - // When tabs are rotated vertically we don't have a reliable way to position - // them using CSS in modern browsers. This is because of the way transform-orign - // works - it requires the width to be known, and the width is not known in css. - // Consequently we have to make an adjustment to the tab's position in these browsers. - // This is similar to what we do in Ext.panel.Header#adjustTitlePosition - if (!Ext.isIE8) { - // 'left' in normal mode, 'right' in rtl - prop = me._getTabAdjustProp(); - while (i--) { - tab = items[i]; - el = tab.el; - lastBox = tab.lastBox; - rotation = tab.isTab ? tab.getActualRotation() : 0; - if (rotation === 1 && tab.isVisible()) { - // rotated 90 degrees using the top left corner as the axis. - // tabs need to be shifted to the right by their width - el.setStyle(prop, (lastBox.x + lastBox.width) + 'px'); - } else if (rotation === 2 && tab.isVisible()) { - // rotated 270 degrees using the bottom right corner as the axis. - // tabs need to be shifted to the left by their height - el.setStyle(prop, (lastBox.x - lastBox.height) + 'px'); - } - } - } - }, - applyTargetCls: function(targetCls) { - this.bodyTargetCls = targetCls; - }, - // rtl hook - _getTabAdjustProp: function() { - return 'left'; - }, - getTargetEl: function() { - return this.body || this.frameBody || this.el; - }, - onClick: function(e, target) { - var me = this, - tabEl, tab, isCloseClick, tabInfo; - if (e.getTarget('.' + Ext.baseCSSPrefix + 'box-scroller')) { - return; - } - if (Ext.isIE8 && me.vertical) { - tabInfo = me.getTabInfoFromPoint(e.getXY()); - tab = tabInfo.tab; - isCloseClick = tabInfo.close; - } else { - // The target might not be a valid tab el. - tabEl = e.getTarget('.' + Ext.tab.Tab.prototype.baseCls); - tab = tabEl && Ext.getCmp(tabEl.id); - isCloseClick = tab && tab.closeEl && (target === tab.closeEl.dom); - } - if (isCloseClick) { - e.preventDefault(); - } - if (tab && tab.isDisabled && !tab.isDisabled()) { - // This will focus the tab; we do it before activating the card - // because the card may attempt to focus itself or a child item. - // We need to focus the tab explicitly because click target is - // the Bar, not the Tab. - tab.beforeClick(isCloseClick); - if (tab.closable && isCloseClick) { - tab.onCloseClick(); - } else { - me.doActivateTab(tab); - } - } - }, - doActivateTab: function(tab) { - var tabPanel = this.tabPanel; - if (tabPanel) { - // TabPanel will call setActiveTab of the TabBar - if (!tab.disabled) { - tabPanel.setActiveTab(tab.card); - } - } else { - this.setActiveTab(tab); - } - }, - onFocusableContainerFocus: function(e) { - var me = this, - mixin = me.mixins.focusablecontainer, - child; - child = mixin.onFocusableContainerFocus.call(me, e); - if (child && child.isTab) { - me.doActivateTab(child); - } - }, - onFocusableContainerFocusEnter: function(e) { - var me = this, - mixin = me.mixins.focusablecontainer, - child; - child = mixin.onFocusableContainerFocusEnter.call(me, e); - if (child && child.isTab) { - me.doActivateTab(child); - } - }, - focusChild: function(child, forward) { - var me = this, - mixin = me.mixins.focusablecontainer, - nextChild; - nextChild = mixin.focusChild.call(me, child, forward); - if (me.activateOnFocus && nextChild && nextChild.isTab) { - me.doActivateTab(nextChild); - } - } - } -}); - -/** - * A basic tab container. TabPanels can be used exactly like a standard {@link Ext.panel.Panel} for - * layout purposes, but also have special support for containing child Components - * (`{@link Ext.container.Container#cfg-items items}`) that are managed using a - * {@link Ext.layout.container.Card CardLayout layout manager}, and displayed as separate tabs. - * - * **Note:** By default, a tab's close tool _destroys_ the child tab Component and all its descendants. - * This makes the child tab Component, and all its descendants **unusable**. To enable re-use of a tab, - * configure the TabPanel with `{@link #autoDestroy autoDestroy: false}`. - * - * ## TabPanel's layout - * - * TabPanels use a Dock layout to position the {@link Ext.tab.Bar TabBar} at the top of the widget. - * Panels added to the TabPanel will have their header hidden by default because the Tab will - * automatically take the Panel's configured title and icon. - * - * TabPanels use their {@link Ext.panel.Header header} or {@link Ext.panel.Panel#fbar footer} - * element (depending on the {@link #tabPosition} configuration) to accommodate the tab selector buttons. - * This means that a TabPanel will not display any configured title, and will not display any configured - * header {@link Ext.panel.Panel#tools tools}. - * - * To display a header, embed the TabPanel in a {@link Ext.panel.Panel Panel} which uses - * `{@link Ext.container.Container#layout layout: 'fit'}`. - * - * ## Controlling tabs - * - * Configuration options for the {@link Ext.tab.Tab} that represents the component can be passed in - * by specifying the tabConfig option: - * - * @example - * Ext.tip.QuickTipManager.init(); - * Ext.create('Ext.tab.Panel', { - * width: 400, - * height: 400, - * renderTo: document.body, - * items: [{ - * title: 'Foo' - * }, { - * title: 'Bar', - * tabConfig: { - * title: 'Custom Title', - * tooltip: 'A button tooltip' - * } - * }] - * }); - * - * ## Vetoing Changes - * - * User interaction when changing the tabs can be vetoed by listening to the {@link #beforetabchange} event. - * By returning `false`, the tab change will not occur. - * - * @example - * Ext.create('Ext.tab.Panel', { - * renderTo: Ext.getBody(), - * width: 200, - * height: 200, - * listeners: { - * beforetabchange: function(tabs, newTab, oldTab) { - * return newTab.title != 'P2'; - * } - * }, - * items: [{ - * title: 'P1' - * }, { - * title: 'P2' - * }, { - * title: 'P3' - * }] - * }); - * - * # Examples - * - * Here is a basic TabPanel rendered to the body. This also shows the useful configuration {@link #activeTab}, - * which allows you to set the active tab on render. - * - * @example - * Ext.create('Ext.tab.Panel', { - * width: 300, - * height: 200, - * activeTab: 0, - * items: [ - * { - * title: 'Tab 1', - * bodyPadding: 10, - * html : 'A simple tab' - * }, - * { - * title: 'Tab 2', - * html : 'Another one' - * } - * ], - * renderTo : Ext.getBody() - * }); - * - * It is easy to control the visibility of items in the tab bar. Specify hidden: true to have the - * tab button hidden initially. Items can be subsequently hidden and show by accessing the - * tab property on the child item. - * - * @example - * var tabs = Ext.create('Ext.tab.Panel', { - * width: 400, - * height: 400, - * renderTo: document.body, - * items: [{ - * title: 'Home', - * html: 'Home', - * itemId: 'home' - * }, { - * title: 'Users', - * html: 'Users', - * itemId: 'users', - * hidden: true - * }, { - * title: 'Tickets', - * html: 'Tickets', - * itemId: 'tickets' - * }] - * }); - * - * Ext.defer(function(){ - * tabs.child('#home').tab.hide(); - * var users = tabs.child('#users'); - * users.tab.show(); - * tabs.setActiveTab(users); - * }, 1000); - * - * You can remove the background of the TabBar by setting the {@link #plain} property to `true`. - * - * @example - * Ext.create('Ext.tab.Panel', { - * width: 300, - * height: 200, - * activeTab: 0, - * plain: true, - * items: [ - * { - * title: 'Tab 1', - * bodyPadding: 10, - * html : 'A simple tab' - * }, - * { - * title: 'Tab 2', - * html : 'Another one' - * } - * ], - * renderTo : Ext.getBody() - * }); - * - * Another useful configuration of TabPanel is {@link #tabPosition}. This allows you to change the - * position where the tabs are displayed. The available options for this are `'top'` (default) and - * `'bottom'`. - * - * @example - * Ext.create('Ext.tab.Panel', { - * width: 300, - * height: 200, - * activeTab: 0, - * bodyPadding: 10, - * tabPosition: 'bottom', - * items: [ - * { - * title: 'Tab 1', - * html : 'A simple tab' - * }, - * { - * title: 'Tab 2', - * html : 'Another one' - * } - * ], - * renderTo : Ext.getBody() - * }); - * - * The {@link #setActiveTab} is a very useful method in TabPanel which will allow you to change the - * current active tab. You can either give it an index or an instance of a tab. For example: - * - * @example - * var tabs = Ext.create('Ext.tab.Panel', { - * items: [ - * { - * id : 'my-tab', - * title: 'Tab 1', - * html : 'A simple tab' - * }, - * { - * title: 'Tab 2', - * html : 'Another one' - * } - * ], - * renderTo : Ext.getBody() - * }); - * - * var tab = Ext.getCmp('my-tab'); - * - * Ext.create('Ext.button.Button', { - * renderTo: Ext.getBody(), - * text : 'Select the first tab', - * scope : this, - * handler : function() { - * tabs.setActiveTab(tab); - * } - * }); - * - * Ext.create('Ext.button.Button', { - * text : 'Select the second tab', - * scope : this, - * handler : function() { - * tabs.setActiveTab(1); - * }, - * renderTo : Ext.getBody() - * }); - * - * The {@link #getActiveTab} is a another useful method in TabPanel which will return the current active tab. - * - * @example - * var tabs = Ext.create('Ext.tab.Panel', { - * items: [ - * { - * title: 'Tab 1', - * html : 'A simple tab' - * }, - * { - * title: 'Tab 2', - * html : 'Another one' - * } - * ], - * renderTo : Ext.getBody() - * }); - * - * Ext.create('Ext.button.Button', { - * text : 'Get active tab', - * scope : this, - * handler : function() { - * var tab = tabs.getActiveTab(); - * alert('Current tab: ' + tab.title); - * }, - * renderTo : Ext.getBody() - * }); - * - * Adding a new tab is very simple with a TabPanel. You simple call the {@link #method-add} method with an config - * object for a panel. - * - * @example - * var tabs = Ext.create('Ext.tab.Panel', { - * items: [ - * { - * title: 'Tab 1', - * html : 'A simple tab' - * }, - * { - * title: 'Tab 2', - * html : 'Another one' - * } - * ], - * renderTo : Ext.getBody() - * }); - * - * Ext.create('Ext.button.Button', { - * text : 'New tab', - * scope : this, - * handler : function() { - * var tab = tabs.add({ - * // we use the tabs.items property to get the length of current items/tabs - * title: 'Tab ' + (tabs.items.length + 1), - * html : 'Another one' - * }); - * - * tabs.setActiveTab(tab); - * }, - * renderTo : Ext.getBody() - * }); - * - * Additionally, removing a tab is very also simple with a TabPanel. You simple call the {@link #method-remove} method - * with an config object for a panel. - * - * @example - * var tabs = Ext.create('Ext.tab.Panel', { - * items: [ - * { - * title: 'Tab 1', - * html : 'A simple tab' - * }, - * { - * id : 'remove-this-tab', - * title: 'Tab 2', - * html : 'Another one' - * } - * ], - * renderTo : Ext.getBody() - * }); - * - * Ext.create('Ext.button.Button', { - * text : 'Remove tab', - * scope : this, - * handler : function() { - * var tab = Ext.getCmp('remove-this-tab'); - * tabs.remove(tab); - * }, - * renderTo : Ext.getBody() - * }); - */ -Ext.define('Ext.tab.Panel', { - extend: 'Ext.panel.Panel', - alias: 'widget.tabpanel', - alternateClassName: [ - 'Ext.TabPanel' - ], - requires: [ - 'Ext.layout.container.Card', - 'Ext.tab.Bar' - ], - config: { - // @cmd-auto-dependency { directRef: 'Ext.tab.Bar' } - /** - * @cfg {Object} tabBar - * Optional configuration object for the internal {@link Ext.tab.Bar}. - * If present, this is passed straight through to the TabBar's constructor - */ - tabBar: undefined, - /** - * @cfg {"top"/"bottom"/"left"/"right"} tabPosition - * The position where the tab strip should be rendered. Possible values are: - * - * - top - * - bottom - * - left - * - right - */ - tabPosition: 'top', - /** - * @cfg {'default'/0/1/2} tabRotation - * The rotation of the tabs. Can be one of the following values: - * - * - `'default'` use the default rotation, depending on {@link #tabPosition} (see below) - * - `0` - no rotation - * - `1` - rotate 90deg clockwise - * - `2` - rotate 90deg counter-clockwise - * - * The default behavior of this config depends on the {@link #tabPosition}: - * - * - `'top'` or `'bottom'` - `0` - * - `'right'` - `1` - * - `'left'` - `2` - */ - tabRotation: 'default', - /** - * @cfg {Boolean} tabStretchMax - * `true` to stretch all tabs to the height of the tallest tab when the tabBar - * is docked horizontally, or the width of the widest tab when the tabBar is - * docked vertically. - */ - tabStretchMax: true - }, - /** - * @cfg {Number} tabBarHeaderPosition - * If specified, the {@link #tabBar} will be rendered as an item of the TabPanel's - * Header and the specified `tabBarHeaderPosition` will be used as the Panel header's - * {@link Ext.panel.Header#itemPosition}. If not specified, the {@link #tabBar} - * will be rendered as a docked item at {@link #tabPosition}. - */ - /** - * @cfg {String/Number} activeItem - * Doesn't apply for {@link Ext.tab.Panel TabPanel}, use {@link #activeTab} instead. - */ - /** - * @cfg {String/Number/Ext.Component} activeTab - * The tab to activate initially. Either an ID, index or the tab component itself. If null, no tab will be set as active. - */ - /** - * @cfg {Ext.enums.Layout/Object} layout - * Optional configuration object for the internal {@link Ext.layout.container.Card card layout}. - * If present, this is passed straight through to the layout's constructor - */ - /** - * @cfg {Boolean} removePanelHeader - * True to instruct each Panel added to the TabContainer to not render its header element. - * This is to ensure that the title of the panel does not appear twice. - */ - removePanelHeader: true, - /** - * @cfg {Boolean} plain - * True to not show the full background on the TabBar. - */ - plain: false, - /** - * @cfg {String} [itemCls='x-tabpanel-child'] - * The class added to each child item of this TabPanel. - */ - itemCls: Ext.baseCSSPrefix + 'tabpanel-child', - /** - * @cfg {Number} minTabWidth - * The minimum width for a tab in the {@link #cfg-tabBar}. - */ - minTabWidth: undefined, - /** - * @cfg {Number} maxTabWidth The maximum width for each tab. - */ - maxTabWidth: undefined, - /** - * @cfg {Boolean} deferredRender - * - * True by default to defer the rendering of child {@link Ext.container.Container#cfg-items items} to the browsers DOM - * until a tab is activated. False will render all contained {@link Ext.container.Container#cfg-items items} as soon as - * the {@link Ext.layout.container.Card layout} is rendered. If there is a significant amount of content or a lot of - * heavy controls being rendered into panels that are not displayed by default, setting this to true might improve - * performance. - * - * The deferredRender property is internally passed to the layout manager for TabPanels ({@link - * Ext.layout.container.Card}) as its {@link Ext.layout.container.Card#deferredRender} configuration value. - * - * **Note**: leaving deferredRender as true means that the content within an unactivated tab will not be available - */ - deferredRender: true, - _defaultTabRotation: { - top: 0, - right: 1, - bottom: 0, - left: 2 - }, - /** - * @event beforetabchange - * Fires before a tab change (activated by {@link #setActiveTab}). Return false in any listener to cancel - * the tabchange - * @param {Ext.tab.Panel} tabPanel The TabPanel - * @param {Ext.Component} newCard The card that is about to be activated - * @param {Ext.Component} oldCard The card that is currently active - */ - /** - * @event tabchange - * Fires when a new tab has been activated (activated by {@link #setActiveTab}). - * @param {Ext.tab.Panel} tabPanel The TabPanel - * @param {Ext.Component} newCard The newly activated item - * @param {Ext.Component} oldCard The previously active item - */ - initComponent: function() { - var me = this, - // Default to 0 if undefined and not null! - activeTab = me.activeTab !== null ? (me.activeTab || 0) : null, - dockedItems = me.dockedItems, - header = me.header, - tabBarHeaderPosition = me.tabBarHeaderPosition, - tabBar = me.getTabBar(), - headerItems; - // Configure the layout with our deferredRender, and with our activeTeb - me.layout = new Ext.layout.container.Card(Ext.apply({ - owner: me, - deferredRender: me.deferredRender, - itemCls: me.itemCls, - activeItem: activeTab - }, me.layout)); - if (tabBarHeaderPosition != null) { - header = me.header = Ext.apply({}, header); - headerItems = header.items = (header.items ? header.items.slice() : []); - header.itemPosition = tabBarHeaderPosition; - headerItems.push(tabBar); - header.hasTabBar = true; - } else { - dockedItems = [].concat(me.dockedItems || []); - dockedItems.push(tabBar); - me.dockedItems = dockedItems; - } - me.callParent(arguments); - // We have to convert the numeric index/string ID config into its component reference - activeTab = me.activeTab = me.getComponent(activeTab); - // Ensure that the active child's tab is rendered in the active UI state - if (activeTab) { - tabBar.setActiveTab(activeTab.tab, true); - } - }, - /** - * @method getTabBar - * Returns the {@link Ext.tab.Bar} associated with this tabPanel. - * @return {Ext.tab.Bar} The tabBar for this tabPanel - */ - /** - * @method setTabBar - * @ignore - */ - onRender: function() { - var items = this.items.items, - len = items.length, - i; - this.callParent(arguments); - // We want to force any view model for the panel to be created. - // This is because we capture various parts about the panel itself (title, icon, etc) - // So we need to be able to use that to populate the tabs. - // In the future, this could be optimized to be a bit smarter to prevent creation when - // not required. - for (i = 0; i < len; ++i) { - items[i].getBind(); - } - }, - /** - * Makes the given card active. Makes it the visible card in the TabPanel's CardLayout and highlights the Tab. - * @param {String/Number/Ext.Component} card The card to make active. Either an ID, index or the component itself. - * @return {Ext.Component} The resulting active child Component. The call may have been vetoed, or otherwise - * modified by an event listener. - */ - setActiveTab: function(card) { - var me = this, - previous; - // Check for a config object - if (!Ext.isObject(card) || card.isComponent) { - card = me.getComponent(card); - } - previous = me.getActiveTab(); - if (card) { - Ext.suspendLayouts(); - // We may be passed a config object, so add it. - // Without doing a layout! - if (!card.isComponent) { - card = me.add(card); - } - if (previous === card || me.fireEvent('beforetabchange', me, card, previous) === false) { - Ext.resumeLayouts(true); - return previous; - } - // MUST set the activeTab first so that the machinery which listens for show doesn't - // think that the show is "driving" the activation and attempt to recurse into here. - me.activeTab = card; - // Attempt to switch to the requested card. Suspend layouts because if that was successful - // we have to also update the active tab in the tab bar which is another layout operation - // and we must coalesce them. - me.layout.setActiveItem(card); - // Read the result of the card layout. Events dear boy, events! - card = me.activeTab = me.layout.getActiveItem(); - // Card switch was not vetoed by an event listener - if (card && card !== previous) { - // Update the active tab in the tab bar and resume layouts. - me.tabBar.setActiveTab(card.tab); - Ext.resumeLayouts(true); - // previous will be undefined or this.activeTab at instantiation - if (previous !== card) { - me.fireEvent('tabchange', me, card, previous); - } - } else // Card switch was vetoed by an event listener. Resume layouts (Nothing should have changed on a veto). - { - Ext.resumeLayouts(true); - } - return card; - } - return previous; - }, - setActiveItem: function(item) { - return this.setActiveTab(item); - }, - /** - * Returns the item that is currently active inside this TabPanel. - * @return {Ext.Component} The currently active item. - */ - getActiveTab: function() { - var me = this, - // Ensure the calculated result references a Component - result = me.getComponent(me.activeTab); - // Sanitize the result in case the active tab is no longer there. - if (result && me.items.indexOf(result) !== -1) { - me.activeTab = result; - } else { - me.activeTab = undefined; - } - return me.activeTab; - }, - applyTabBar: function(tabBar) { - var me = this, - // if we are rendering the tabbar into the panel header, use same alignment - // as header position, and ignore tabPosition. - dock = (me.tabBarHeaderPosition != null) ? me.getHeaderPosition() : me.getTabPosition(); - return new Ext.tab.Bar(Ext.apply({ - ui: me.ui, - dock: dock, - tabRotation: me.getTabRotation(), - vertical: (dock === 'left' || dock === 'right'), - plain: me.plain, - tabStretchMax: me.getTabStretchMax(), - tabPanel: me - }, tabBar)); - }, - updateHeaderPosition: function(headerPosition, oldHeaderPosition) { - var tabBar = this.getTabBar(); - if (tabBar && (this.tabBarHeaderPosition != null)) { - tabBar.setDock(headerPosition); - } - this.callParent([ - headerPosition, - oldHeaderPosition - ]); - }, - updateTabPosition: function(tabPosition) { - var tabBar = this.getTabBar(); - if (tabBar && (this.tabBarHeaderPosition == null)) { - tabBar.setDock(tabPosition); - } - }, - updateTabRotation: function(tabRotation) { - var tabBar = this.getTabBar(); - if (tabBar) { - tabBar.setTabRotation(tabRotation); - } - }, - /** - * @protected - * Makes sure we have a Tab for each item added to the TabPanel - */ - onAdd: function(item, index) { - var me = this, - cfg = Ext.apply({}, item.tabConfig), - tabBar = me.getTabBar(), - ariaDom, - defaultConfig = { - xtype: 'tab', - title: item.title, - icon: item.icon, - iconCls: item.iconCls, - glyph: item.glyph, - ui: tabBar.ui, - card: item, - disabled: item.disabled, - closable: item.closable, - hidden: item.hidden && !item.hiddenByLayout, - // only hide if it wasn't hidden by the layout itself - tooltip: item.tooltip, - tabBar: tabBar, - tabPosition: tabBar.dock, - rotation: tabBar.getTabRotation() - }; - if (item.closeText !== undefined) { - defaultConfig.closeText = item.closeText; - } - cfg = Ext.applyIf(cfg, defaultConfig); - // Create the correspondiong tab in the tab bar - item.tab = me.tabBar.insert(index, cfg); - // We want to force the relationship of the tabpanel to the tab - item.ariaRole = 'tabpanel'; - // Item might be already rendered and then added to the TabPanel - ariaDom = item.ariaEl.dom; - if (ariaDom) { - ariaDom.setAttribute('aria-labelledby', item.tab.id); - } else { - item.ariaRenderAttributes = item.ariaRenderAttributes || {}; - item.ariaRenderAttributes['aria-labelledby'] = item.tab.id; - } - item.on({ - scope: me, - enable: me.onItemEnable, - disable: me.onItemDisable, - beforeshow: me.onItemBeforeShow, - iconchange: me.onItemIconChange, - iconclschange: me.onItemIconClsChange, - glyphchange: me.onItemGlyphChange, - titlechange: me.onItemTitleChange - }); - if (item.isPanel) { - if (me.removePanelHeader) { - if (item.rendered) { - if (item.header) { - item.header.hide(); - } - } else { - item.header = false; - } - } - if (item.isPanel && me.border) { - item.setBorder(false); - } - } - // Force the view model to be created, see onRender - if (me.rendered) { - item.getBind(); - } - // Ensure that there is at least one active tab. This is only needed when adding tabs via a loader config, i.e., there - // may be no pre-existing tabs. Note that we need to check if activeTab was explicitly set to `null` in the tabpanel - // config (which tells the layout not to set an active item), as this is a valid value to mean 'do not set an active tab'. - if (me.rendered && me.loader && me.activeTab === undefined && me.layout.activeItem !== null) { - me.setActiveTab(0); - } - }, - onMove: function(item, fromIdx, toIdx) { - var tabBar = this.getTabBar(); - this.callParent([ - item, - fromIdx, - toIdx - ]); - // If the move of the item.tab triggered the movement of the child Panel, - // then we're done. - if (tabBar.items.indexOf(item.tab) !== toIdx) { - tabBar.move(item.tab, toIdx); - } - }, - /** - * @private - * Enable corresponding tab when item is enabled. - */ - onItemEnable: function(item) { - item.tab.enable(); - }, - /** - * @private - * Disable corresponding tab when item is enabled. - */ - onItemDisable: function(item) { - item.tab.disable(); - }, - /** - * @private - * Sets activeTab before item is shown. - */ - onItemBeforeShow: function(item) { - if (item !== this.activeTab) { - this.setActiveTab(item); - return false; - } - }, - /** - * @private - * Update the tab icon when panel glyph has been set or changed. - */ - onItemGlyphChange: function(item, newGlyph) { - item.tab.setGlyph(newGlyph); - }, - /** - * @private - * Update the tab icon when panel icon has been set or changed. - */ - onItemIconChange: function(item, newIcon) { - item.tab.setIcon(newIcon); - }, - /** - * @private - * Update the tab iconCls when panel iconCls has been set or changed. - */ - onItemIconClsChange: function(item, newIconCls) { - item.tab.setIconCls(newIconCls); - }, - /** - * @private - * Update the tab title when panel title has been set or changed. - */ - onItemTitleChange: function(item, newTitle) { - item.tab.setText(newTitle); - }, - /** - * @private - * Makes sure we remove the corresponding Tab when an item is removed - */ - onRemove: function(item, destroying) { - var me = this; - item.un({ - scope: me, - enable: me.onItemEnable, - disable: me.onItemDisable, - beforeshow: me.onItemBeforeShow, - iconchange: me.onItemIconChange, - iconclschange: me.onItemIconClsChange, - glyphchange: me.onItemGlyphChange, - titlechange: me.onItemTitleChange - }); - if (item.tab && !me.destroying && item.tab.ownerCt === me.tabBar) { - me.tabBar.remove(item.tab); - } - }, - privates: { - /** - * @private - * Unlink the removed child item from its (@link Ext.tab.Tab Tab}. - * - * If we're removing the currently active tab, activate the nearest one. The item is removed when we call super, - * so we can do preprocessing before then to find the card's index - */ - doRemove: function(item, autoDestroy) { - var me = this, - toActivate; - // Destroying, or removing the last item, nothing to activate - if (me.removingAll || me.destroying || me.items.getCount() === 1) { - me.activeTab = null; - } - // Ask the TabBar which tab to activate next. - // Set the active child panel using the index of that tab - else if (item.tab && (toActivate = me.tabBar.items.indexOf(me.tabBar.findNextActivatable(item.tab))) !== -1) { - me.setActiveTab(toActivate); - } - this.callParent(arguments); - if (item.tab) { - // Remove the two references - delete item.tab.card; - delete item.tab; - } - } - } -}); - -/** - * A toolbar that displays hierarchical data from a {@link Ext.data.TreeStore TreeStore} - * as a trail of breadcrumb buttons. Each button represents a node in the store. A click - * on a button will "select" that node in the tree. Non-leaf nodes will display their - * child nodes on a dropdown menu of the corresponding button in the breadcrumb trail, - * and a click on an item in the menu will trigger selection of the corresponding child - * node. - * - * The selection can be set programmatically using {@link #setSelection}, or retrieved - * using {@link #getSelection}. - */ -Ext.define('Ext.toolbar.Breadcrumb', { - extend: 'Ext.Container', - xtype: 'breadcrumb', - requires: [ - 'Ext.data.TreeStore', - 'Ext.button.Split' - ], - mixins: [ - 'Ext.util.FocusableContainer' - ], - isBreadcrumb: true, - baseCls: Ext.baseCSSPrefix + 'breadcrumb', - layout: 'hbox', - config: { - /** - * @cfg {String} [buttonUI='plain-toolbar'] - * Button UI to use for breadcrumb items. Use {@link #extjs-breadcrumb-ui} to - * add special styling to the breadcrumb arrows - */ - buttonUI: 'plain-toolbar', - /** - * @cfg {String} - * The name of the field in the data model to display in the navigation items of - * this breadcrumb toolbar - */ - displayField: 'text', - /** - * @cfg {String} [overflowHandler=null] - * The overflowHandler for this Breadcrumb: - * - * - `null` - hidden overflow - * - `'scroller'` to render left/right scroller buttons on either side of the breadcrumb - * - `'menu'` to render the overflowing buttons as items of an overflow menu. - */ - overflowHandler: null, - /** - * @cfg {Boolean} [showIcons=null] - * - * Controls whether or not icons of tree nodes are displayed in the breadcrumb - * buttons. There are 3 possible values for this config: - * - * 1. unspecified (`null`) - the default value. In this mode only icons that are - * specified in the tree data using ({@link Ext.data.NodeInterface#icon icon} - * or {@link Ext.data.NodeInterface#iconCls iconCls} will be displayed, but the - * default "folder" and "leaf" icons will not be displayed. - * - * 2. `true` - Icons specified in the tree data will be displayed, and the default - * "folder" and "leaf" icons will be displayed for nodes that do not specify - * an `icon` or `iconCls`. - * - * 3. `false` - No icons will be displayed in the breadcrumb buttons, only text. - */ - showIcons: null, - /** - * @cfg {Boolean} [showMenuIcons=null] - * - * Controls whether or not icons of tree nodes are displayed in the breadcrumb - * menu items. There are 3 possible values for this config: - * - * 1. unspecified (`null`) - the default value. In this mode only icons that are - * specified in the tree data using ({@link Ext.data.NodeInterface#icon icon} - * or {@link Ext.data.NodeInterface#iconCls iconCls} will be displayed, but the - * default "folder" and "leaf" icons will not be displayed. - * - * 2. `true` - Icons specified in the tree data will be displayed, and the default - * "folder" and "leaf" icons will be displayed for nodes that do not specify - * an `icon` or `iconCls`. - * - * 3. `false` - No icons will be displayed on the breadcrumb menu items, only text. - */ - showMenuIcons: null, - /** - * @cfg {Ext.data.TreeStore} store - * The TreeStore that this breadcrumb toolbar should use as its data source - */ - store: null, - /** - * @cfg {Boolean} [useSplitButtons=true] - * `false` to use regular {@link Ext.button.Button Button}s instead of {@link - * Ext.button.Split Split Buttons}. When `true`, a click on the body of a button - * will navigate to the specified node, and a click on the arrow will show a menu - * containing the the child nodes. When `false`, the only mode of navigation is - * the menu, since a click anywhere on the button will show the menu. - */ - useSplitButtons: true - }, - renderConfig: { - /** - * @cfg {Ext.data.TreeModel/String} selection - * The selected node, or `"root"` to select the root node - * @accessor - */ - selection: 'root' - }, - publishes: [ - 'selection' - ], - twoWayBindable: [ - 'selection' - ], - _breadcrumbCls: Ext.baseCSSPrefix + 'breadcrumb', - _btnCls: Ext.baseCSSPrefix + 'breadcrumb-btn', - _folderIconCls: Ext.baseCSSPrefix + 'breadcrumb-icon-folder', - _leafIconCls: Ext.baseCSSPrefix + 'breadcrumb-icon-leaf', - initComponent: function() { - var me = this, - layout = me.layout, - overflowHandler = me.getOverflowHandler(); - if (typeof layout === 'string') { - layout = { - type: layout - }; - } - if (overflowHandler) { - layout.overflowHandler = overflowHandler; - } - me.layout = layout; - // set defaultButtonUI for possible menu overflow handler. - me.defaultButtonUI = me.getButtonUI(); - /** - * Internal cache of buttons that are re-purposed as the items of this container - * as navigation occurs. - * @property {Ext.button.Split[]} buttons - * @private - */ - me._buttons = []; - me.addCls([ - me._breadcrumbCls, - me._breadcrumbCls + '-' + me.ui - ]); - me.callParent(); - }, - onDestroy: function() { - var me = this; - me._buttons = Ext.destroy(me._buttons); - me.setStore(null); - me.callParent(); - }, - onRemove: function(component, destroying) { - this.callParent([ - component, - destroying - ]); - delete component._breadcrumbNodeId; - }, - afterComponentLayout: function() { - var me = this, - overflowHandler = me.layout.overflowHandler; - me.callParent(arguments); - if (overflowHandler && me.tooNarrow && overflowHandler.scrollToItem) { - overflowHandler.scrollToItem(me.getSelection().get('depth')); - } - }, - /** - * @method getSelection - * Returns the currently selected {@link Ext.data.TreeModel node}. - * @return {Ext.data.TreeModel} node The selected node (or null if there is no - * selection). - */ - /** - * @method setSelection - * Selects the passed {@link Ext.data.TreeModel node} in the breadcrumb component. - * @param {Ext.data.TreeModel} node The node in the breadcrumb {@link #store} to - * select as the active node. - * @return {Ext.toolbar.Breadcrumb} this The breadcrumb component - */ - applySelection: function(node) { - var store = this.getStore(); - if (store) { - node = (node === 'root') ? this.getStore().getRoot() : node; - } else { - node = null; - } - return node; - }, - updateSelection: function(node, prevNode) { - var me = this, - buttons = me._buttons, - items = [], - itemCount = me.items.getCount(), - needsSync = me._needsSync, - displayField = me.getDisplayField(), - showIcons, glyph, iconCls, icon, newItemCount, currentNode, text, button, id, depth, i; - Ext.suspendLayouts(); - if (node) { - currentNode = node; - depth = node.get('depth'); - newItemCount = depth + 1; - i = depth; - while (currentNode) { - id = currentNode.getId(); - button = buttons[i]; - if (!needsSync && button && button._breadcrumbNodeId === id) { - // reached a level in the hierarchy where we are already in sync. - break; - } - text = currentNode.get(displayField); - if (button) { - // If we already have a button for this depth in the button cache reuse it - button.setText(text); - } else { - // no button in the cache - make one and add it to the cache - button = buttons[i] = Ext.create({ - xtype: me.getUseSplitButtons() ? 'splitbutton' : 'button', - ui: me.getButtonUI(), - cls: me._btnCls + ' ' + me._btnCls + '-' + me.ui, - text: text, - showEmptyMenu: true, - // begin with an empty menu - items are populated on beforeshow - menu: { - listeners: { - click: '_onMenuClick', - beforeshow: '_onMenuBeforeShow', - scope: this - } - }, - handler: '_onButtonClick', - scope: me - }); - } - showIcons = this.getShowIcons(); - if (showIcons !== false) { - glyph = currentNode.get('glyph'); - icon = currentNode.get('icon'); - iconCls = currentNode.get('iconCls'); - if (glyph) { - button.setGlyph(glyph); - button.setIcon(null); - button.setIconCls(iconCls); - } - // may need css to get glyph - else if (icon) { - button.setGlyph(null); - button.setIconCls(null); - button.setIcon(icon); - } else if (iconCls) { - button.setGlyph(null); - button.setIcon(null); - button.setIconCls(iconCls); - } else if (showIcons) { - // only show default icons if showIcons === true - button.setGlyph(null); - button.setIcon(null); - button.setIconCls((currentNode.isLeaf() ? me._leafIconCls : me._folderIconCls) + '-' + me.ui); - } else { - // if showIcons is null do not show default icons - button.setGlyph(null); - button.setIcon(null); - button.setIconCls(null); - } - } - button.setArrowVisible(currentNode.hasChildNodes()); - button._breadcrumbNodeId = currentNode.getId(); - currentNode = currentNode.parentNode; - i--; - } - if (newItemCount > itemCount) { - // new selection has more buttons than existing selection, add the new buttons - items = buttons.slice(itemCount, depth + 1); - me.add(items); - } else { - // new selection has fewer buttons, remove the extra ones from the items, but - // do not destroy them, as they are returned to the cache and recycled. - for (i = itemCount - 1; i >= newItemCount; i--) { - me.remove(me.items.items[i], false); - } - } - } else { - // null selection - me.removeAll(false); - } - Ext.resumeLayouts(true); - /** - * @event selectionchange - * Fires when the selected node changes. At render time, this event will fire - * indicating that the configured {@link #selection} has been selected. - * @param {Ext.toolbar.Breadcrumb} this - * @param {Ext.data.TreeModel} node The selected node. - * @param {Ext.data.TreeModel} prevNode The previously selected node. - */ - me.fireEvent('selectionchange', me, node, prevNode); - if (me._shouldFireChangeEvent) { - /** - * @event change - * Fires when the user changes the selected record. In contrast to the {@link #selectionchange} event, this does - * *not* fire at render time, only in response to user activity. - * @param {Ext.toolbar.Breadcrumb} this - * @param {Ext.data.TreeModel} node The selected node. - * @param {Ext.data.TreeModel} prevNode The previously selected node. - */ - me.fireEvent('change', me, node, prevNode); - } - me._shouldFireChangeEvent = true; - me._needsSync = false; - }, - applyUseSplitButtons: function(useSplitButtons, oldUseSplitButtons) { - if (this.rendered && useSplitButtons !== oldUseSplitButtons) { - Ext.raise("Cannot reconfigure 'useSplitButtons' config of Ext.toolbar.Breadcrumb after initial render"); - } - return useSplitButtons; - }, - applyStore: function(store) { - if (store) { - store = Ext.data.StoreManager.lookup(store); - } - return store; - }, - updateStore: function(store, oldStore) { - this._needsSync = true; - if (store && !this.isConfiguring) { - this.setSelection(store.getRoot()); - } - }, - updateOverflowHandler: function(overflowHandler) { - if (overflowHandler === 'menu') { - Ext.raise("Using Menu overflow with breadcrumb is not currently supported."); - } - }, - privates: { - /** - * Handles a click on a breadcrumb button - * @private - * @param {Ext.button.Split} button - * @param {Ext.event.Event} e - */ - _onButtonClick: function(button, e) { - if (this.getUseSplitButtons()) { - this.setSelection(this.getStore().getNodeById(button._breadcrumbNodeId)); - } - }, - /** - * Handles a click on a button menu - * @private - * @param {Ext.menu.Menu} menu - * @param {Ext.menu.Item} item - * @param {Ext.event.Event} e - */ - _onMenuClick: function(menu, item, e) { - if (item) { - this.setSelection(this.getStore().getNodeById(item._breadcrumbNodeId)); - } - }, - /** - * Handles the `beforeshow` event of a button menu - * @private - * @param {Ext.menu.Menu} menu - */ - _onMenuBeforeShow: function(menu) { - var me = this, - node = me.getStore().getNodeById(menu.ownerCmp._breadcrumbNodeId), - displayField = me.getDisplayField(), - showMenuIcons = me.getShowMenuIcons(), - childNodes, child, glyph, items, i, icon, iconCls, ln, item; - if (node.hasChildNodes()) { - childNodes = node.childNodes; - items = []; - for (i = 0 , ln = childNodes.length; i < ln; i++) { - child = childNodes[i]; - item = { - text: child.get(displayField), - _breadcrumbNodeId: child.getId() - }; - if (showMenuIcons !== false) { - glyph = child.get('glyph'); - icon = child.get('icon'); - iconCls = child.get('iconCls'); - if (glyph) { - item.glyph = glyph; - item.iconCls = iconCls; - } - // may need css to get glyph - else if (icon) { - item.icon = icon; - } else if (iconCls) { - item.iconCls = iconCls; - } else if (showMenuIcons) { - // only show default icons if showIcons === true - item.iconCls = (child.isLeaf() ? me._leafIconCls : me._folderIconCls) + '-' + me.ui; - } - } - items.push(item); - } - menu.removeAll(); - menu.add(items); - } else { - // prevent menu from being shown for nodes with no children - return false; - } - } - } -}); - -/** - * A non-rendering placeholder item which instructs the Toolbar's Layout to begin using - * the right-justified button container. - * - * @example - * Ext.create('Ext.panel.Panel', { - * title: 'Toolbar Fill Example', - * width: 300, - * height: 200, - * tbar : [ - * 'Item 1', - * { xtype: 'tbfill' }, - * 'Item 2' - * ], - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.toolbar.Fill', { - extend: 'Ext.Component', - // Toolbar required here because we'll try to decorate it's alternateClassName - // with this class' alternate name - requires: [ - 'Ext.toolbar.Toolbar' - ], - alias: 'widget.tbfill', - alternateClassName: 'Ext.Toolbar.Fill', - ariaRole: 'presentation', - /** - * @property {Boolean} isFill - * `true` in this class to identify an object as an instantiated Fill, or subclass thereof. - */ - isFill: true, - flex: 1 -}); - -/** - * A simple element that adds extra horizontal space between items in a toolbar. - * By default a 2px wide space is added via CSS specification: - * - * .x-toolbar .x-toolbar-spacer { - * width: 2px; - * } - * - * Example: - * - * @example - * Ext.create('Ext.panel.Panel', { - * title: 'Toolbar Spacer Example', - * width: 300, - * height: 200, - * tbar : [ - * 'Item 1', - * { xtype: 'tbspacer' }, // or ' ' - * 'Item 2', - * // space width is also configurable via javascript - * { xtype: 'tbspacer', width: 50 }, // add a 50px space - * 'Item 3' - * ], - * renderTo: Ext.getBody() - * }); - */ -Ext.define('Ext.toolbar.Spacer', { - extend: 'Ext.Component', - // Toolbar required here because we'll try to decorate it's alternateClassName - // with this class' alternate name - requires: [ - 'Ext.toolbar.Toolbar' - ], - alias: 'widget.tbspacer', - alternateClassName: 'Ext.Toolbar.Spacer', - baseCls: Ext.baseCSSPrefix + 'toolbar-spacer', - ariaRole: 'presentation' -}); - -/** - * Provides indentation and folder structure markup for a Tree taking into account - * depth and position within the tree hierarchy. - */ -Ext.define('Ext.tree.Column', { - extend: 'Ext.grid.column.Column', - alias: 'widget.treecolumn', - tdCls: Ext.baseCSSPrefix + 'grid-cell-treecolumn', - autoLock: true, - lockable: false, - draggable: false, - hideable: false, - iconCls: Ext.baseCSSPrefix + 'tree-icon', - checkboxCls: Ext.baseCSSPrefix + 'tree-checkbox', - elbowCls: Ext.baseCSSPrefix + 'tree-elbow', - expanderCls: Ext.baseCSSPrefix + 'tree-expander', - textCls: Ext.baseCSSPrefix + 'tree-node-text', - innerCls: Ext.baseCSSPrefix + 'grid-cell-inner-treecolumn', - customIconCls: Ext.baseCSSPrefix + 'tree-icon-custom', - isTreeColumn: true, - cellTpl: [ - '', - '
    lineempty" role="presentation">
    ', - '
    ', - '
    -end-plus {expanderCls}" role="presentation">
    ', - '', - '
    {checkboxCls}-checked">
    ', - '
    ', - '', - ' role="presentation" class="{childCls} {baseIconCls} {customIconCls} ', - '{baseIconCls}-leafparent-expandedparent {iconCls}" ', - 'style="background-image:url({icon})"/>>', - '', - '{value}', - '', - '{value}', - '' - ], - // fields that will trigger a change in the ui that aren't likely to be bound to a column - uiFields: { - checked: 1, - icon: 1, - iconCls: 1 - }, - // fields that requires a full row render - rowFields: { - expanded: 1, - loaded: 1, - expandable: 1, - leaf: 1, - loading: 1, - qtip: 1, - qtitle: 1, - cls: 1 - }, - initComponent: function() { - var me = this; - me.rendererScope = me.scope; - me.setupRenderer(); - // This always uses its own renderer. - // Any custom renderer is used as an inner renderer to produce the text node of a tree cell. - me.innerRenderer = me.renderer; - me.renderer = me.treeRenderer; - me.callParent(); - me.scope = me; - me.hasCustomRenderer = me.innerRenderer && me.innerRenderer.length > 1; - }, - treeRenderer: function(value, metaData, record, rowIdx, colIdx, store, view) { - var me = this, - cls = record.get('cls'), - rendererData; - // The initial render will inject the cls into the TD's attributes. - // If cls is ever *changed*, then the full rendering path is followed. - if (metaData && cls) { - metaData.tdCls += ' ' + cls; - } - rendererData = me.initTemplateRendererData(value, metaData, record, rowIdx, colIdx, store, view); - return me.getTpl('cellTpl').apply(rendererData); - }, - initTemplateRendererData: function(value, metaData, record, rowIdx, colIdx, store, view) { - var me = this, - innerRenderer = me.innerRenderer, - data = record.data, - parent = record.parentNode, - rootVisible = view.rootVisible, - lines = [], - parentData; - while (parent && (rootVisible || parent.data.depth > 0)) { - parentData = parent.data; - lines[rootVisible ? parentData.depth : parentData.depth - 1] = parentData.isLast ? 0 : 1; - parent = parent.parentNode; - } - return { - record: record, - baseIconCls: me.iconCls, - customIconCls: (data.icon || data.iconCls) ? me.customIconCls : '', - iconCls: data.iconCls, - icon: data.icon, - checkboxCls: me.checkboxCls, - checked: data.checked, - elbowCls: me.elbowCls, - expanderCls: me.expanderCls, - textCls: me.textCls, - leaf: data.leaf, - expandable: record.isExpandable(), - expanded: data.expanded, - isLast: record.isLastVisible(), - blankUrl: Ext.BLANK_IMAGE_URL, - href: data.href, - hrefTarget: data.hrefTarget, - lines: lines, - metaData: metaData, - // subclasses or overrides can implement a getChildCls() method, which can - // return an extra class to add to all of the cell's child elements (icon, - // expander, elbow, checkbox). This is used by the rtl override to add the - // "x-rtl" class to these elements. - childCls: me.getChildCls ? me.getChildCls() + ' ' : '', - value: innerRenderer ? innerRenderer.apply(me.rendererScope, arguments) : value - }; - }, - shouldUpdateCell: function(record, changedFieldNames) { - // For the TreeColumn, if any of the known tree column UI affecting fields are updated - // the cell should be updated in whatever way. - // 1 if a custom renderer (not our default tree cell renderer), else 2. - var me = this, - i = 0, - len, field; - if (changedFieldNames) { - len = changedFieldNames.length; - for (; i < len; ++i) { - field = changedFieldNames[i]; - // Check for fields which always require a full row update. - if (me.rowFields[field]) { - return 1; - } - // Check for fields which require this column to be updated. - // The TreeColumn's treeRenderer is not a custom renderer. - if (me.uiFields[field]) { - return 2; - } - } - } - return me.callParent([ - record, - changedFieldNames - ]); - } -}); - -/** - * @class Ext.tree.NavigationModel - * @private - * This class listens for key events fired from a {@link Ext.tree.Panel TreePanel}, and moves the currently focused item - * by adding the class {@link #focusCls}. - * - * Navigation and interactions are defined by http://www.w3.org/TR/2013/WD-wai-aria-practices-20130307/#TreeView - * or, if there are multiple visible columns, by http://www.w3.org/TR/2013/WD-wai-aria-practices-20130307/#treegrid - */ -Ext.define('Ext.tree.NavigationModel', { - extend: 'Ext.grid.NavigationModel', - alias: 'view.navigation.tree', - initKeyNav: function(view) { - var me = this, - columns = me.view.ownerGrid.columns, - len, i; - // Must go up to any possible locking assembly to find total number of columns - me.isTreeGrid = columns && columns.length > 1; - me.callParent([ - view - ]); - // We will have two keyNavs if we are the navigation model for a lockable assembly - for (i = 0 , len = me.keyNav.length; i < len; i++) { - me.keyNav[i].map.addBinding([ - { - key: '8', - shift: true, - handler: me.onAsterisk, - scope: me - }, - { - key: Ext.event.Event.NUM_MULTIPLY, - handler: me.onAsterisk, - scope: me - } - ]); - } - me.view.grid.on({ - columnschanged: me.onColumnsChanged, - scope: me - }); - }, - onColumnsChanged: function() { - // Must go up to any possible locking assembly to find total number of columns - this.isTreeGrid = this.view.ownerGrid.getVisibleColumnManager().getColumns().length > 1; - }, - onCellClick: function(view, cell, cellIndex, record, row, recordIndex, clickEvent) { - this.callParent([ - view, - cell, - cellIndex, - record, - row, - recordIndex, - clickEvent - ]); - // Return false if node toggled. - // Do not process the cell click further when we do an expand/collapse - return !clickEvent.nodeToggled; - }, - onKeyLeft: function(keyEvent) { - var me = this, - view = keyEvent.view, - record = me.record; - // Left when a TreeGrid navigates between columns - if (me.isTreeGrid && !keyEvent.ctrlKey) { - return me.callParent([ - keyEvent - ]); - } - // Left arrow key on an expanded node closes the node. - if (keyEvent.position.column.isTreeColumn && record.isExpanded()) { - view.collapse(record); - } else // Left arrow key on a closed or end node moves focus to the node's parent (don't attempt to focus hidden root). - { - record = record.parentNode; - if (record && !(record.isRoot() && !view.rootVisible)) { - me.setPosition(record, null, keyEvent); - } - } - }, - onKeyRight: function(keyEvent) { - var me = this, - record = me.record; - // Right when a TreeGrid navigates between columns - if (me.isTreeGrid && !keyEvent.ctrlKey) { - return me.callParent([ - keyEvent - ]); - } - // Right arrow key expands a closed node, moves to the first child of an open node, or does nothing on an end node. - if (!record.isLeaf()) { - if (keyEvent.position.column.isTreeColumn && !record.isExpanded()) { - keyEvent.view.expand(record); - } else if (record.isExpanded()) { - record = record.childNodes[0]; - if (record) { - me.setPosition(record); - } - } - } - }, - onKeyEnter: function(keyEvent) { - if (this.record.data.checked != null) { - this.toggleCheck(keyEvent); - } else { - this.callParent([ - keyEvent - ]); - } - }, - onKeySpace: function(keyEvent) { - if (this.record.data.checked != null) { - this.toggleCheck(keyEvent); - } else { - this.callParent([ - keyEvent - ]); - } - }, - toggleCheck: function(keyEvent) { - this.view.onCheckChange(keyEvent); - }, - // (asterisk) on keypad expands all nodes. - onAsterisk: function(keyEvent) { - this.view.ownerCt.expandAll(); - } -}); - -/** - * Used as a view by {@link Ext.tree.Panel TreePanel}. - */ -Ext.define('Ext.tree.View', { - extend: 'Ext.view.Table', - alias: 'widget.treeview', - config: { - selectionModel: { - type: 'treemodel' - } - }, - /** - * @property {Boolean} isTreeView - * `true` in this class to identify an object as an instantiated TreeView, or subclass thereof. - */ - isTreeView: true, - loadingCls: Ext.baseCSSPrefix + 'grid-tree-loading', - expandedCls: Ext.baseCSSPrefix + 'grid-tree-node-expanded', - leafCls: Ext.baseCSSPrefix + 'grid-tree-node-leaf', - expanderSelector: '.' + Ext.baseCSSPrefix + 'tree-expander', - checkboxSelector: '.' + Ext.baseCSSPrefix + 'tree-checkbox', - expanderIconOverCls: Ext.baseCSSPrefix + 'tree-expander-over', - // Class to add to the node wrap element used to hold nodes when a parent is being - // collapsed or expanded. During the animation, UI interaction is forbidden by testing - // for an ancestor node with this class. - nodeAnimWrapCls: Ext.baseCSSPrefix + 'tree-animator-wrap', - ariaRole: 'tree', - /** - * @cfg {Boolean} - * @inheritdoc - */ - loadMask: false, - /** - * @cfg {Boolean} rootVisible - * False to hide the root node. - */ - rootVisible: true, - /** - * @cfg {Boolean} animate - * True to enable animated expand/collapse (defaults to the value of {@link Ext#enableFx Ext.enableFx}) - */ - expandDuration: 250, - collapseDuration: 250, - toggleOnDblClick: true, - stripeRows: false, - // treeRowTpl which is inserted into the rowTpl chain before the base rowTpl. Sets tree-specific classes and attributes - treeRowTpl: [ - '{%', - 'this.processRowValues(values);', - 'this.nextTpl.applyOut(values, out, parent);', - '%}', - { - priority: 10, - processRowValues: function(rowValues) { - var record = rowValues.record, - view = rowValues.view; - // We always need to set the qtip/qtitle, because they may have been - // emptied, which means we still need to flush that change to the DOM - // so the old values are overwritten - rowValues.rowAttr['data-qtip'] = record.get('qtip') || ''; - rowValues.rowAttr['data-qtitle'] = record.get('qtitle') || ''; - if (record.isExpanded()) { - rowValues.rowClasses.push(view.expandedCls); - } - if (record.isLeaf()) { - rowValues.rowClasses.push(view.leafCls); - } - if (record.isLoading()) { - rowValues.rowClasses.push(view.loadingCls); - } - } - } - ], - /** - * @event afteritemexpand - * Fires after an item has been visually expanded and is visible in the tree. - * @param {Ext.data.NodeInterface} node The node that was expanded - * @param {Number} index The index of the node - * @param {HTMLElement} item The HTML element for the node that was expanded - */ - /** - * @event afteritemcollapse - * Fires after an item has been visually collapsed and is no longer visible in the tree. - * @param {Ext.data.NodeInterface} node The node that was collapsed - * @param {Number} index The index of the node - * @param {HTMLElement} item The HTML element for the node that was collapsed - */ - /** - * @event nodedragover - * Fires when a tree node is being targeted for a drag drop, return false to signal drop not allowed. - * @param {Ext.data.NodeInterface} targetNode The target node - * @param {String} position The drop position, "before", "after" or "append", - * @param {Object} dragData Data relating to the drag operation - * @param {Ext.event.Event} e The event object for the drag - */ - initComponent: function() { - var me = this; - if (me.bufferedRenderer) { - me.animate = false; - } else if (me.initialConfig.animate === undefined) { - me.animate = Ext.enableFx; - } - me.store = me.panel.getStore(); - me.onRootChange(me.store.getRoot()); - me.animQueue = {}; - me.animWraps = {}; - me.callParent(); - me.store.setRootVisible(me.rootVisible); - me.addRowTpl(Ext.XTemplate.getTpl(me, 'treeRowTpl')); - }, - onFillComplete: function(treeStore, fillRoot, newNodes) { - var me = this, - store = me.store, - start = store.indexOf(newNodes[0]); - // Always update the current node, since the load may be triggered - // by .load() directly instead of .expand() on the node - fillRoot.triggerUIUpdate(); - // In the cases of expand, the records might not be in the store yet, - // so jump out early and expand will handle it later - if (!newNodes.length || start === -1) { - return; - } - // Insert new nodes into the view - me.onAdd(me.store, newNodes, start); - me.refreshPartner(); - }, - refreshPartner: function() { - var partner = this.lockingPartner; - if (partner) { - partner.refresh(); - } - }, - afterComponentLayout: function(width, height, prevWidth, prevHeight) { - var scroller = this.getScrollable(); - this.callParent([ - width, - height, - prevWidth, - prevHeight - ]); - if (scroller && !this.bufferedRenderer) { - scroller.refresh(); - } - }, - processUIEvent: function(e) { - // If the clicked node is part of an animation, ignore the click. - // This is because during a collapse animation, the associated Records - // will already have been removed from the Store, and the event is not processable. - if (e.getTarget('.' + this.nodeAnimWrapCls, this.el)) { - return false; - } - return this.callParent([ - e - ]); - }, - setRootNode: function(node) { - this.node = node; - }, - getChecked: function() { - var checked = []; - this.node.cascadeBy(function(rec) { - if (rec.get('checked')) { - checked.push(rec); - } - }); - return checked; - }, - isItemChecked: function(rec) { - return rec.get('checked'); - }, - /** - * @private - */ - createAnimWrap: function(record, index) { - var me = this, - node = me.getNode(record), - tmpEl; - tmpEl = Ext.fly(node).insertSibling({ - role: 'presentation', - tag: 'div', - cls: me.nodeAnimWrapCls - }, 'after'); - return { - record: record, - node: node, - el: tmpEl, - expanding: false, - collapsing: false, - animateEl: tmpEl, - targetEl: tmpEl - }; - }, - /** - * @private - * Returns the animation wrapper element for the specified parent node, used to wrap the child nodes as - * they slide up or down during expand/collapse. - * - * @param parent The parent node to be expanded or collapsed - * - * @param [bubble=true] If the passed parent node does not already have a wrap element created, by default - * this function will bubble up to each parent node looking for a valid wrap element to reuse, returning - * the first one it finds. This is the appropriate behavior, e.g., for the collapse direction, so that the - * entire expanded set of branch nodes can collapse as a single unit. - * - * However for expanding each parent node should instead always create its own animation wrap if one - * doesn't exist, so that its children can expand independently of any other nodes -- this is crucial - * when executing the "expand all" behavior. If multiple nodes attempt to reuse the same ancestor wrap - * element concurrently during expansion it will lead to problems as the first animation to complete will - * delete the wrap el out from under other running animations. For that reason, when expanding you should - * always pass `bubble: false` to be on the safe side. - * - * If the passed parent has no wrap (or there is no valid ancestor wrap after bubbling), this function - * will return null and the calling code should then call {@link #createAnimWrap} if needed. - * - * @return {Ext.dom.Element} The wrapping element as created in {@link #createAnimWrap}, or null - */ - getAnimWrap: function(parent, bubble) { - if (!this.animate) { - return null; - } - var wraps = this.animWraps, - wrap = wraps[parent.internalId]; - if (bubble !== false) { - while (!wrap && parent) { - parent = parent.parentNode; - if (parent) { - wrap = wraps[parent.internalId]; - } - } - } - return wrap; - }, - doAdd: function(records, index) { - var me = this, - record = records[0], - parent = record.parentNode, - all = me.all, - relativeIndex, - animWrap = me.getAnimWrap(parent), - targetEl, childNodes, len, result, children; - if (!animWrap || !animWrap.expanding) { - return me.callParent([ - records, - index - ]); - } - // If we are adding records which have a parent that is currently expanding - // lets add them to the animation wrap - result = me.bufferRender(records, index, true); - children = result.children; - // We need the parent that has the animWrap, not the node's parent - parent = animWrap.record; - // If there is an anim wrap we do our special magic logic - targetEl = animWrap.targetEl; - childNodes = targetEl.dom.childNodes; - len = childNodes.length; - // The relative index is the index in the full flat collection minus the index of the wraps parent - relativeIndex = index - me.indexInStore(parent) - 1; - // If we are adding records to the wrap that have a higher relative index then there are currently children - // it means we have to append the nodes to the wrap - if (!len || relativeIndex >= len) { - targetEl.appendChild(result.fragment, true); - } else // If there are already more children then the relative index it means we are adding child nodes of - // some expanded node in the anim wrap. In this case we have to insert the nodes in the right location - { - Ext.fly(childNodes[relativeIndex]).insertSibling(children, 'before', true); - } - // We also have to update the node cache of the DataView - all.insert(index, children); - return children; - }, - onRemove: function(ds, records, index) { - var me = this, - empty, i, - fireRemoveEvent = me.hasListeners.remove, - oldItems; - if (me.viewReady) { - empty = me.store.getCount() === 0; - // If buffered rendering is being used, call the parent class. - if (me.bufferedRenderer) { - return me.callParent([ - ds, - records, - index - ]); - } - if (fireRemoveEvent) { - oldItems = this.all.slice(index, index + records.length); - } - // Nothing left, just refresh the view. - if (empty) { - me.refresh(); - } else { - // Remove in reverse order so that indices remain correct - for (i = records.length - 1 , index += i; i >= 0; --i , --index) { - me.doRemove(records[i], index); - } - me.refreshSizePending = true; - } - // Only fire the event if there's anyone listening - if (fireRemoveEvent) { - me.fireEvent('itemremove', records, index, oldItems, me); - } - } - }, - doRemove: function(record, index) { - // If we are adding records which have a parent that is currently expanding - // lets add them to the animation wrap - var me = this, - all = me.all, - animWrap = me.getAnimWrap(record), - item = all.item(index), - node = item ? item.dom : null; - if (!node || !animWrap || !animWrap.collapsing) { - return me.callParent([ - record, - index - ]); - } - // Insert the item at the beginning of the animate el - child nodes are removed - // in reverse order so that the index can be used. - animWrap.targetEl.dom.insertBefore(node, animWrap.targetEl.dom.firstChild); - all.removeElement(index); - }, - onBeforeExpand: function(parent, records, index) { - var me = this, - animWrap; - if (me.rendered && me.all.getCount() && me.animate) { - if (me.getNode(parent)) { - animWrap = me.getAnimWrap(parent, false); - if (!animWrap) { - animWrap = me.animWraps[parent.internalId] = me.createAnimWrap(parent); - animWrap.animateEl.setHeight(0); - } else if (animWrap.collapsing) { - // If we expand this node while it is still expanding then we - // have to remove the nodes from the animWrap. - animWrap.targetEl.select(me.itemSelector).destroy(); - } - animWrap.expanding = true; - animWrap.collapsing = false; - } - } - }, - onExpand: function(parent) { - var me = this, - queue = me.animQueue, - id = parent.getId(), - node = me.getNode(parent), - index = node ? me.indexOf(node) : -1, - animWrap, animateEl, targetEl; - if (me.singleExpand) { - me.ensureSingleExpand(parent); - } - // The item is not visible yet - if (index === -1) { - return; - } - animWrap = me.getAnimWrap(parent, false); - if (!animWrap) { - parent.isExpandingOrCollapsing = false; - me.fireEvent('afteritemexpand', parent, index, node); - return; - } - animateEl = animWrap.animateEl; - targetEl = animWrap.targetEl; - animateEl.stopAnimation(); - queue[id] = true; - // Must set element height before this event finishes because animation does not set - // initial condition until first tick has elapsed. - // Which is good because the upcoming layout resumption must read the content height BEFORE it gets squished. - Ext.on('idle', function() { - animateEl.dom.style.height = '0px'; - }, null, { - single: true - }); - animateEl.animate({ - from: { - height: 0 - }, - to: { - height: targetEl.dom.scrollHeight - }, - duration: me.expandDuration, - listeners: { - afteranimate: function() { - // Move all the nodes out of the anim wrap to their proper location - // Must do this in afteranimate because lastframe does not fire if the - // animation is stopped. - var items = targetEl.dom.childNodes, - activeEl = Ext.Element.getActiveElement(); - if (items.length) { - if (!targetEl.contains(activeEl)) { - activeEl = null; - } - animWrap.el.insertSibling(items, 'before', true); - if (activeEl) { - Ext.fly(activeEl).focus(); - } - } - animWrap.el.destroy(); - me.animWraps[animWrap.record.internalId] = queue[id] = null; - } - }, - callback: function() { - parent.isExpandingOrCollapsing = false; - if (!me.destroyed) { - me.refreshSize(true); - } - me.fireEvent('afteritemexpand', parent, index, node); - } - }); - }, - // Triggered by the TreeStore's beforecollapse event. - onBeforeCollapse: function(parent, records, index, callback, scope) { - var me = this, - animWrap; - if (me.rendered && me.all.getCount()) { - if (me.animate) { - // Only process if the collapsing node is in the UI. - // A node may be collapsed as part of a recursive ancestor collapse, and if it - // has already been removed from the UI by virtue of an ancestor being collapsed, we should not do anything. - if (parent.isVisible()) { - animWrap = me.getAnimWrap(parent); - if (!animWrap) { - animWrap = me.animWraps[parent.internalId] = me.createAnimWrap(parent, index); - } else if (animWrap.expanding) { - // If we collapse this node while it is still expanding then we - // have to remove the nodes from the animWrap. - animWrap.targetEl.select(this.itemSelector).destroy(); - } - animWrap.expanding = false; - animWrap.collapsing = true; - animWrap.callback = callback; - animWrap.scope = scope; - } - } else { - // Cache any passed callback for use in the onCollapse post collapse handler non-animated codepath - me.onCollapseCallback = callback; - me.onCollapseScope = scope; - } - } - }, - onCollapse: function(parent) { - var me = this, - queue = me.animQueue, - id = parent.getId(), - node = me.getNode(parent), - index = node ? me.indexOf(node) : -1, - animWrap = me.getAnimWrap(parent), - animateEl; - // If the collapsed node is already removed from the UI - // by virtue of being a descendant of a collapsed node, then - // we have nothing to do here. - if (!me.all.getCount() || !parent.isVisible()) { - return; - } - // Not animating, all items will have been added, so updateLayout and resume layouts - if (!animWrap) { - parent.isExpandingOrCollapsing = false; - me.fireEvent('afteritemcollapse', parent, index, node); - // Call any collapse callback cached in the onBeforeCollapse handler - Ext.callback(me.onCollapseCallback, me.onCollapseScope); - me.onCollapseCallback = me.onCollapseScope = null; - return; - } - animateEl = animWrap.animateEl; - queue[id] = true; - animateEl.stopAnimation(); - animateEl.animate({ - to: { - height: 0 - }, - duration: me.collapseDuration, - listeners: { - afteranimate: function() { - // In case lastframe did not fire because the animation was stopped. - animWrap.el.destroy(); - me.animWraps[animWrap.record.internalId] = queue[id] = null; - } - }, - callback: function() { - parent.isExpandingOrCollapsing = false; - if (!me.destroyed) { - me.refreshSize(true); - } - me.fireEvent('afteritemcollapse', parent, index, node); - // Call any collapse callback cached in the onBeforeCollapse handler - Ext.callback(animWrap.callback, animWrap.scope); - animWrap.callback = animWrap.scope = null; - } - }); - }, - /** - * Checks if a node is currently undergoing animation - * @private - * @param {Ext.data.Model} node The node - * @return {Boolean} True if the node is animating - */ - isAnimating: function(node) { - return !!this.animQueue[node.getId()]; - }, - /** - * Expands a record that is loaded in the view. - * - * If an animated collapse or expand of the record is in progress, this call will be ignored. - * @param {Ext.data.Model} record The record to expand - * @param {Boolean} [deep] True to expand nodes all the way down the tree hierarchy. - * @param {Function} [callback] The function to run after the expand is completed - * @param {Object} [scope] The scope of the callback function. - */ - expand: function(record, deep, callback, scope) { - var me = this, - doAnimate = !!me.animate, - result; - // Block toggling if we are already animating an expand or collapse operation. - if (!doAnimate || !record.isExpandingOrCollapsing) { - if (!record.isLeaf()) { - record.isExpandingOrCollapsing = doAnimate; - } - // Need to suspend layouts because the expand process makes multiple changes to the UI - // in addition to inserting new nodes. Folder and elbow images have to change, so we - // need to coalesce all resulting layouts. - Ext.suspendLayouts(); - result = record.expand(deep, callback, scope); - Ext.resumeLayouts(true); - return result; - } - }, - /** - * Collapses a record that is loaded in the view. - * - * If an animated collapse or expand of the record is in progress, this call will be ignored. - * @param {Ext.data.Model} record The record to collapse - * @param {Boolean} [deep] True to collapse nodes all the way up the tree hierarchy. - * @param {Function} [callback] The function to run after the collapse is completed - * @param {Object} [scope] The scope of the callback function. - */ - collapse: function(record, deep, callback, scope) { - var me = this, - doAnimate = !!me.animate; - // Block toggling if we are already animating an expand or collapse operation. - if (!doAnimate || !record.isExpandingOrCollapsing) { - if (!record.isLeaf()) { - record.isExpandingOrCollapsing = doAnimate; - } - return record.collapse(deep, callback, scope); - } - }, - /** - * Toggles a record between expanded and collapsed. - * - * If an animated collapse or expand of the record is in progress, this call will be ignored. - * @param {Ext.data.Model} record - * @param {Boolean} [deep] True to collapse nodes all the way up the tree hierarchy. - * @param {Function} [callback] The function to run after the expand/collapse is completed - * @param {Object} [scope] The scope of the callback function. - */ - toggle: function(record, deep, callback, scope) { - if (record.isExpanded()) { - this.collapse(record, deep, callback, scope); - } else { - this.expand(record, deep, callback, scope); - } - }, - onItemDblClick: function(record, item, index, e) { - var me = this, - editingPlugin = me.editingPlugin; - me.callParent([ - record, - item, - index, - e - ]); - if (me.toggleOnDblClick && record.isExpandable() && !(editingPlugin && editingPlugin.clicksToEdit === 2)) { - me.toggle(record); - } - }, - onCellClick: function(cell, cellIndex, record, row, rowIndex, e) { - var me = this, - column = e.position.column, - checkedState; - // We're only interested in clicks in the tree column - if (column.isTreeColumn) { - // Click in the checkbox. - // Allow beforecheckchange event to veto a change of checkbox state - if (e.getTarget(me.checkboxSelector, cell) && Ext.isBoolean(checkedState = record.get('checked')) && me.fireEvent('beforecheckchange', record, checkedState, e) !== false) { - me.onCheckChange(e); - // Allow the stopSelection config on checkable tree columns to prevent selection - if (column.stopSelection) { - e.stopSelection = true; - } - } - // Click on the expander - else if (e.getTarget(me.expanderSelector, cell) && record.isExpandable()) { - // Ensure focus is on the clicked cell so that if this causes a refresh, - // focus restoration does not scroll back to the previouslty focused position. - // onCellClick is called *befor* cellclick is fired which is what changes focus position. - // TODO: connect directly from View's event processing to NavigationModel without relying on events. - me.getNavigationModel().setPosition(e.position); - me.toggle(record, e.ctrlKey); - // So that we know later to stop event propagation by returning false from the NavigationModel - // TODO: when NavigationModel is directly hooked up to be called *before* the event sequence - // This flag will not be necessary. - e.nodeToggled = true; - } - return me.callParent([ - cell, - cellIndex, - record, - row, - rowIndex, - e - ]); - } - }, - onCheckChange: function(e) { - var record = e.record, - checked = !record.get('checked'); - record.set('checked', checked); - this.fireEvent('checkchange', record, checked, e); - }, - onItemMouseOver: function(record, item, index, e) { - if (e.getTarget(this.expanderSelector, item)) { - e.getTarget(this.cellSelector, null, true).addCls(this.expanderIconOverCls); - } - }, - onItemMouseOut: function(record, item, index, e) { - if (e.getTarget(this.expanderSelector, item)) { - e.getTarget(this.cellSelector, null, true).removeCls(this.expanderIconOverCls); - } - }, - getStoreListeners: function() { - return Ext.apply(this.callParent(), { - rootchange: this.onRootChange, - fillcomplete: this.onFillComplete - }); - }, - onBindStore: function(store, initial, propName, oldStore) { - var oldRoot = oldStore && oldStore.getRootNode(), - newRoot = store && store.getRootNode(); - this.callParent([ - store, - initial, - propName, - oldStore - ]); - // The root implicitly changes when reconfigured with a new store. - // The store's own rootChange event when it initially sets its own rootNode - // will not have reached us because it was not ourt store during its initialization. - if (newRoot !== oldRoot) { - this.onRootChange(newRoot, oldRoot); - } - }, - onRootChange: function(newRoot, oldRoot) { - var me = this, - grid = me.grid; - if (oldRoot) { - me.rootListeners.destroy(); - me.rootListeners = null; - } - if (newRoot) { - me.rootListeners = newRoot.on({ - beforeexpand: me.onBeforeExpand, - expand: me.onExpand, - beforecollapse: me.onBeforeCollapse, - collapse: me.onCollapse, - destroyable: true, - scope: me - }); - grid.addRelayers(newRoot); - } - }, - ensureSingleExpand: function(node) { - var parent = node.parentNode; - if (parent) { - parent.eachChild(function(child) { - if (child !== node && child.isExpanded()) { - child.collapse(); - } - }); - } - } -}); - -/** - * The TreePanel provides tree-structured UI representation of tree-structured data. - * A TreePanel must be bound to a {@link Ext.data.TreeStore}. - * - * TreePanels support multiple columns through the {@link #columns} configuration. - * - * By default a TreePanel contains a single column which uses the `text` Field of - * the store's nodes. - * - * Simple TreePanel using inline data: - * - * @example - * var store = Ext.create('Ext.data.TreeStore', { - * root: { - * expanded: true, - * children: [ - * { text: 'detention', leaf: true }, - * { text: 'homework', expanded: true, children: [ - * { text: 'book report', leaf: true }, - * { text: 'algebra', leaf: true} - * ] }, - * { text: 'buy lottery tickets', leaf: true } - * ] - * } - * }); - * - * Ext.create('Ext.tree.Panel', { - * title: 'Simple Tree', - * width: 200, - * height: 200, - * store: store, - * rootVisible: false, - * renderTo: Ext.getBody() - * }); - * - * For the tree node config options (like `text`, `leaf`, `expanded`), see the documentation of - * {@link Ext.data.NodeInterface NodeInterface} config options. - * - * Unless the TreeStore is configured with a {@link Ext.data.Model model} of your choosing, nodes in the {@link Ext.data.TreeStore} are by default, instances of {@link Ext.data.TreeModel}. - * - * # Heterogeneous node types. - * - * If the tree needs to use different data model classes at different levels there is much flexibility in how to specify this. - * - * ### Configuring the Reader. - * If you configure the proxy's reader with a {@link Ext.data.reader.Reader#typeProperty typeProperty}, then the server is in control of which data model - * types are created. A discriminator field is used in the raw data to decide which class to instantiate. - * **If this is configured, then the data from the server is prioritized over other ways of determining node class**. - * - * @example - * Ext.define('myApp.Territory', { - * extend: 'Ext.data.TreeModel', - * fields: [{ - * name: 'text', - * mapping: 'name' - * }] - * }); - * Ext.define('myApp.Country', { - * extend: 'Ext.data.TreeModel', - * fields: [{ - * name: 'text', - * mapping: 'name' - * }] - * }); - * Ext.define('myApp.City', { - * extend: 'Ext.data.TreeModel', - * fields: [{ - * name: 'text', - * mapping: 'name' - * }] - * }); - * Ext.create('Ext.tree.Panel', { - * renderTo: document.body, - * height: 200, - * width: 400, - * title: 'Sales Areas - using typeProperty', - * rootVisible: false, - * store: { - * // Child types use namespace of store's model by default - * model: 'myApp.Territory', - * proxy: { - * type: 'memory', - * reader: { - * typeProperty: 'mtype' - * } - * }, - * root: { - * children: [{ - * name: 'Europe, ME, Africa', - * mtype: 'Territory', - * children: [{ - * name: 'UK of GB & NI', - * mtype: 'Country', - * children: [{ - * name: 'London', - * mtype: 'City', - * leaf: true - * }] - * }] - * }, { - * name: 'North America', - * mtype: 'Territory', - * children: [{ - * name: 'USA', - * mtype: 'Country', - * children: [{ - * name: 'Redwood City', - * mtype: 'City', - * leaf: true - * }] - * }] - * }] - * } - * } - * }); - * - * ### Node being loaded decides. - * You can declare your TreeModel subclasses with a {@link Ext.data.TreeModel#childType childType} which means that the node being loaded decides the - * class to instantiate for all of its child nodes. - * - * It is important to note that if the root node is {@link Ext.tree.Panel#rootVisible hidden}, its type will default to the store's model type, and if left - * as the default (`{@link Ext.data.TreeModel}`) this will have no knowledge of creation of special child node types. So be sure to specify a store model in this case: - * - * @example - * Ext.define('myApp.TerritoryRoot', { - * extend: 'Ext.data.TreeModel', - * childType: 'myApp.Territory', - * fields: [{ - * name: 'text', - * mapping: 'name' - * }] - * }); - * Ext.define('myApp.Territory', { - * extend: 'Ext.data.TreeModel', - * childType: 'myApp.Country', - * fields: [{ - * name: 'text', - * mapping: 'name' - * }] - * }); - * Ext.define('myApp.Country', { - * extend: 'Ext.data.TreeModel', - * childType: 'myApp.City', - * fields: [{ - * name: 'text', - * mapping: 'name' - * }] - * }); - * Ext.define('myApp.City', { - * extend: 'Ext.data.TreeModel', - * fields: [{ - * name: 'text', - * mapping: 'name' - * }] - * }); - * Ext.create('Ext.tree.Panel', { - * renderTo: document.body, - * height: 200, - * width: 400, - * title: 'Sales Areas', - * rootVisible: false, - * store: { - * model: 'myApp.TerritoryRoot', // Needs to be this so it knows to create 'Country' child nodes - * root: { - * children: [{ - * name: 'Europe, ME, Africa', - * children: [{ - * name: 'UK of GB & NI', - * children: [{ - * name: 'London', - * leaf: true - * }] - * }] - * }, { - * name: 'North America', - * children: [{ - * name: 'USA', - * children: [{ - * name: 'Redwood City', - * leaf: true - * }] - * }] - * }] - * } - * } - * }); - * - * # Data structure - * - * The {@link Ext.data.TreeStore TreeStore} maintains a {@link Ext.data.TreeStore#getRoot root node} and a hierarchical structure of {@link Ext.data.TreeModel node}s. - * - * The {@link Ext.tree.View UI} of the tree is driven by a {Ext.data.NodeStore NodeStore} which is a flattened view of *visible* nodes. - * The NodeStore is dynamically updated to reflect the visibility state of nodes as nodes are added, removed or expanded. The UI - * responds to mutation events fire by the NodeStore. - * - * Note that nodes have several more {@link Ext.data.Model#cfg-fields fields} in order to describe their state within the hierarchy. - * - * If you add store listeners to the {@link Ext.data.Store#event-update update} event, then you will receive notification when any of this state changes. - * You should check the array of modified field names passed to the listener to decide whether the listener should take action or ignore the event. - * - * # Tree Grid - * Trees may be configured using the {@link #cfg-columns} config including a - * {@link Ext.tree.Column treecolumn} to give the tree panel a hybrid tree / - * {@link Ext.grid.Panel grid} structure. - * - * @example - * Ext.create({ - * xtype: 'treepanel', - * renderTo: Ext.getBody(), - * height: 200, - * width: 300, - * rootVisible: false, - * store: Ext.create('Ext.data.TreeStore', { - * fields: ['text', 'duration', 'isLayover'], - * root: { - * expanded: true, - * children: [{ - * text: 'SFO  âœˆ  DFW', - * duration: '6h 55m', - * expanded: true, - * children: [{ - * text: 'SFO  âœˆ  PHX', - * duration: '2h 04m', - * leaf: true - * }, { - * text: 'PHX layover', - * duration: '2h 36m', - * isLayover: true, - * leaf: true - * }, { - * text: 'PHX  âœˆ  DFW', - * duration: '2h 15m', - * leaf: true - * }] - * }] - * } - * }), - * columns: [{ - * xtype: 'treecolumn', - * text: 'Flight Endpoints', - * dataIndex: 'text', - * flex: 1, - * renderer: function (val, meta, rec) { - * if (rec.get('isLayover')) { - * meta.tdStyle = 'color: gray; font-style: italic;'; - * } - * return val; - * } - * }, { - * text: 'Duration', - * dataIndex: 'duration', - * width: 100 - * }] - * }); - */ -Ext.define('Ext.tree.Panel', { - extend: 'Ext.panel.Table', - alias: 'widget.treepanel', - alternateClassName: [ - 'Ext.tree.TreePanel', - 'Ext.TreePanel' - ], - requires: [ - 'Ext.tree.View', - 'Ext.selection.TreeModel', - 'Ext.tree.Column', - 'Ext.data.TreeStore', - 'Ext.tree.NavigationModel' - ], - viewType: 'treeview', - treeCls: Ext.baseCSSPrefix + 'tree-panel', - /** - * @cfg {Boolean} [rowLines=false] - * Configure as true to separate rows with visible horizontal lines (depends on theme). - */ - rowLines: false, - /** - * @cfg {Boolean} [lines=true] - * False to disable tree lines. - */ - lines: true, - /** - * @cfg {Boolean} [useArrows=false] - * True to use Vista-style arrows in the tree. - */ - useArrows: false, - /** - * @cfg {Boolean} [singleExpand=false] - * True if only 1 node per branch may be expanded. - */ - singleExpand: false, - ddConfig: { - enableDrag: true, - enableDrop: true - }, - /** - * @cfg {Boolean} animate - * True to enable animated expand/collapse. Defaults to the value of {@link Ext#enableFx}. - */ - /** - * @cfg {Boolean} [rootVisible=true] - * False to hide the root node. - * - * Note that trees *always* have a root node. If you do not specify a {@link #cfg-root} node, one will be created. - * - * If the root node is not visible, then in order for a tree to appear to the end user, the root node is autoloaded with its child nodes. - */ - rootVisible: true, - /** - * @cfg {String} [displayField=text] - * The field inside the model that will be used as the node's text. - */ - displayField: 'text', - /** - * @cfg {Ext.data.Model/Ext.data.TreeModel/Object} root - * Allows you to not specify a store on this TreePanel. This is useful for creating a simple tree with preloaded - * data without having to specify a TreeStore and Model. A store and model will be created and root will be passed - * to that store. For example: - * - * Ext.create('Ext.tree.Panel', { - * title: 'Simple Tree', - * root: { - * text: "Root node", - * expanded: true, - * children: [ - * { text: "Child 1", leaf: true }, - * { text: "Child 2", leaf: true } - * ] - * }, - * renderTo: Ext.getBody() - * }); - */ - root: null, - // Required for the Lockable Mixin. These are the configurations which will be copied to the - // normal and locked sub tablepanels - normalCfgCopy: [ - 'displayField', - 'root', - 'singleExpand', - 'useArrows', - 'lines', - 'rootVisible', - 'scroll' - ], - lockedCfgCopy: [ - 'displayField', - 'root', - 'singleExpand', - 'useArrows', - 'lines', - 'rootVisible' - ], - isTree: true, - /** - * @cfg {Boolean} hideHeaders - * True to hide the headers. - */ - /** - * @cfg {Boolean} folderSort - * True to automatically prepend a leaf sorter to the store. - */ - /** - * @cfg {Ext.data.TreeStore} store (required) - * The {@link Ext.data.TreeStore Store} the tree should use as its data source. - */ - arrowCls: Ext.baseCSSPrefix + 'tree-arrows', - linesCls: Ext.baseCSSPrefix + 'tree-lines', - noLinesCls: Ext.baseCSSPrefix + 'tree-no-lines', - autoWidthCls: Ext.baseCSSPrefix + 'autowidth-table', - constructor: function(config) { - config = config || {}; - if (config.animate === undefined) { - config.animate = Ext.isBoolean(this.animate) ? this.animate : Ext.enableFx; - } - this.enableAnimations = config.animate; - delete config.animate; - this.callParent([ - config - ]); - }, - initComponent: function() { - var me = this, - cls = [ - me.treeCls - ], - store, view; - if (me.useArrows) { - cls.push(me.arrowCls); - me.lines = false; - } - if (me.lines) { - cls.push(me.linesCls); - } else if (!me.useArrows) { - cls.push(me.noLinesCls); - } - store = me.applyStore(me.store); - // If there is no root node defined, then create one. - if (!store.getRoot()) { - store.setRoot({}); - } - // Store must have the same idea about root visibility as us BEFORE callParent binds it. - store.setRootVisible(me.rootVisible); - me.viewConfig = Ext.apply({ - rootVisible: me.rootVisible, - animate: me.enableAnimations, - singleExpand: me.singleExpand, - node: store.getRoot(), - hideHeaders: me.hideHeaders, - navigationModel: 'tree' - }, me.viewConfig); - // If the user specifies the headers collection manually then don't inject - // our own - if (!me.columns) { - if (me.initialConfig.hideHeaders === undefined) { - me.hideHeaders = true; - } - me.addCls(me.autoWidthCls); - me.columns = [ - { - xtype: 'treecolumn', - text: 'Name', - flex: 1, - dataIndex: me.displayField - } - ]; - } - if (me.cls) { - cls.push(me.cls); - } - me.cls = cls.join(' '); - me.callParent(); - view = me.getView(); - // Relay events from the TreeView. - // An injected LockingView relays events from its locked side's View - me.relayEvents(view, [ - /** - * @event beforecheckchange - * Fires when a node with a checkbox's checked property changes. - * @param {Ext.data.TreeModel} node The node who's checked property is to be changed. - * @param {Boolean} checked The node's current checked state. - * @param {Ext.event.Event} e The click event. - */ - 'beforecheckchange', - /** - * @event checkchange - * Fires when a node with a checkbox's checked property changes. - * @param {Ext.data.TreeModel} node The node who's checked property was changed. - * @param {Boolean} checked The node's new checked state. - * @param {Ext.event.Event} e The click event. - */ - 'checkchange', - /** - * @event afteritemexpand - * @inheritdoc Ext.tree.View#afteritemexpand - */ - 'afteritemexpand', - /** - * @event afteritemcollapse - * @inheritdoc Ext.tree.View#afteritemcollapse - */ - 'afteritemcollapse' - ]); - }, - applyStore: function(store) { - // private - // Note that this is not a config system applier. store is not yet a config. - // It just does the job of an applier and converts a config object to the true value - // for the setter to use. - var me = this; - if (Ext.isString(store)) { - store = me.store = Ext.StoreMgr.lookup(store); - } else if (!store || !store.isStore) { - store = Ext.apply({ - type: 'tree', - proxy: 'memory' - }, store); - if (me.root) { - store.root = me.root; - } - if (me.fields) { - store.fields = me.fields; - } else if (me.model) { - store.model = me.model; - } - if (me.folderSort) { - store.folderSort = me.folderSort; - } - store = me.store = Ext.StoreMgr.lookup(store); - } else if (me.root) { - store = me.store = Ext.data.StoreManager.lookup(store); - store.setRoot(me.root); - if (me.folderSort !== undefined) { - store.folderSort = me.folderSort; - store.sort(); - } - } - return store; - }, - setStore: function(store) { - var me = this; - store = me.applyStore(store); - // If there is no rootnode defined, then create one. - if (!store.getRoot()) { - store.setRoot({}); - } - // Store must have the same idea about root visibility as us BEFORE callParent binds it. - store.setRootVisible(me.rootVisible); - if (me.view) { - me.view.setRootNode(store.getRootNode()); - } - me.bindStore(store); - }, - /** - * @private - * Hook into the TreeStore. - */ - bindStore: function(store, initial) { - var me = this, - root = store.getRoot(), - bufferedRenderer = me.bufferedRenderer; - // Bind to store, and autocreate the BufferedRenderer. - me.callParent(arguments); - // If we're in a reconfigure (we already have a BufferedRenderer which is bound to our old store), - // rebind the BufferedRenderer - if (bufferedRenderer) { - if (bufferedRenderer.store) { - bufferedRenderer.bindStore(store); - } - } - // The TreeStore needs to know about this TreePanel's singleExpand constraint so that - // it can ensure the compliance of NodeInterface.expandAll. - store.singleExpand = me.singleExpand; - // Monitor the TreeStore for the root node being changed. Return a Destroyable object - me.storeListeners = me.mon(store, { - destroyable: true, - rootchange: me.onRootChange, - scope: me - }); - // Relay store events. relayEvents always returns a Destroyable object. - me.storeRelayers = me.relayEvents(store, [ - /** - * @event beforeload - * @inheritdoc Ext.data.TreeStore#beforeload - */ - 'beforeload', - /** - * @event load - * @inheritdoc Ext.data.TreeStore#load - */ - 'load' - ]); - // If rootVisible is false, we *might* need to expand the node. - // If store is autoLoad, that will already have been kicked off. - // If its already expanded, or in the process of loading, the TreeStore - // has started that at the end of updateRoot - if (!me.rootVisible && !store.autoLoad && !(root.isExpanded() || root.isLoading())) { - // A hidden root must be expanded, unless it's overridden with autoLoad: false. - // If it's loaded, set its expanded field (silently), and skip ahead to the onNodeExpand callback. - if (root.isLoaded()) { - root.data.expanded = true; - store.onNodeExpand(root, root.childNodes); - } - // Root is not loaded; go through the expand mechanism to force a load - // unless we were told explicitly not to load the store by setting - // autoLoad: false. This is useful with Direct proxy in cases when - // Direct API is loaded dynamically and may not be available at the time - // when TreePanel is created. - else if (store.autoLoad !== false) { - root.data.expanded = false; - root.expand(); - } - } - // TreeStore must have an upward link to the TreePanel so that nodes can find their owning tree in NodeInterface.getOwnerTree - store.ownerTree = me; - if (!initial) { - me.view.setRootNode(root); - } - }, - /** - * @private - */ - addRelayers: function(newRoot) { - var me = this; - if (me.rootRelayers) { - me.rootRelayers.destroy(); - me.rootRelayers = null; - } - // Relay store events with prefix. Return a Destroyable object - me.rootRelayers = me.mon(newRoot, { - destroyable: true, - /** - * @event itemappend - * @inheritdoc Ext.data.TreeStore#nodeappend - */ - append: me.createRelayer('itemappend'), - /** - * @event itemremove - * @inheritdoc Ext.data.TreeStore#noderemove - */ - remove: me.createRelayer('itemremove'), - /** - * @event itemmove - * @inheritdoc Ext.data.TreeStore#nodemove - */ - move: me.createRelayer('itemmove', [ - 0, - 4 - ]), - /** - * @event iteminsert - * @inheritdoc Ext.data.TreeStore#nodeinsert - */ - insert: me.createRelayer('iteminsert'), - /** - * @event beforeitemappend - * @inheritdoc Ext.data.TreeStore#nodebeforeappend - */ - beforeappend: me.createRelayer('beforeitemappend'), - /** - * @event beforeitemremove - * @inheritdoc Ext.data.TreeStore#nodebeforeremove - */ - beforeremove: me.createRelayer('beforeitemremove'), - /** - * @event beforeitemmove - * @inheritdoc Ext.data.TreeStore#nodebeforemove - */ - beforemove: me.createRelayer('beforeitemmove'), - /** - * @event beforeiteminsert - * @inheritdoc Ext.data.TreeStore#nodebeforeinsert - */ - beforeinsert: me.createRelayer('beforeiteminsert'), - /** - * @event itemexpand - * @inheritdoc Ext.data.TreeStore#nodeexpand - */ - expand: me.createRelayer('itemexpand', [ - 0, - 1 - ]), - /** - * @event itemcollapse - * @inheritdoc Ext.data.TreeStore#nodecollapse - */ - collapse: me.createRelayer('itemcollapse', [ - 0, - 1 - ]), - /** - * @event beforeitemexpand - * @inheritdoc Ext.data.TreeStore#nodebeforeexpand - */ - beforeexpand: me.createRelayer('beforeitemexpand', [ - 0, - 1 - ]), - /** - * @event beforeitemcollapse - * @inheritdoc Ext.data.TreeStore#nodebeforecollapse - */ - beforecollapse: me.createRelayer('beforeitemcollapse', [ - 0, - 1 - ]), - scope: me - }); - }, - /** - * @private - */ - unbindStore: function() { - var me = this, - store = me.store; - if (store) { - me.callParent(); - Ext.destroy(me.storeListeners, me.storeRelayers, me.rootRelayers); - delete store.ownerTree; - store.singleExpand = null; - } - }, - /** - * Sets root node of this tree. All trees *always* have a root node. It may be {@link #rootVisible hidden}. - * - * If the passed node has not already been loaded with child nodes, and has its expanded field set, this triggers the {@link #cfg-store} to load the child nodes of the root. - * @param {Ext.data.TreeModel/Object} root - * @return {Ext.data.TreeModel} The new root - */ - setRootNode: function() { - return this.store.setRoot.apply(this.store, arguments); - }, - /** - * Returns the root node for this tree. - * @return {Ext.data.TreeModel} - */ - getRootNode: function() { - return this.store.getRoot(); - }, - onRootChange: function(root) { - this.view.setRootNode(root); - }, - /** - * Retrieve an array of checked records. - * @return {Ext.data.TreeModel[]} An array containing the checked records - */ - getChecked: function() { - return this.getView().getChecked(); - }, - isItemChecked: function(rec) { - return rec.get('checked'); - }, - /** - * Expands a record that is loaded in the tree. - * @param {Ext.data.Model} record The record to expand - * @param {Boolean} [deep] True to expand nodes all the way down the tree hierarchy. - * @param {Function} [callback] The function to run after the expand is completed - * @param {Object} [scope] The scope of the callback function. - */ - expandNode: function(record, deep, callback, scope) { - return this.getView().expand(record, deep, callback, scope || this); - }, - /** - * Collapses a record that is loaded in the tree. - * @param {Ext.data.Model} record The record to collapse - * @param {Boolean} [deep] True to collapse nodes all the way up the tree hierarchy. - * @param {Function} [callback] The function to run after the collapse is completed - * @param {Object} [scope] The scope of the callback function. - */ - collapseNode: function(record, deep, callback, scope) { - return this.getView().collapse(record, deep, callback, scope || this); - }, - /** - * Expand all nodes - * @param {Function} [callback] A function to execute when the expand finishes. - * @param {Object} [scope] The scope of the callback function - */ - expandAll: function(callback, scope) { - var me = this, - root = me.getRootNode(); - if (root) { - Ext.suspendLayouts(); - root.expand(true, callback, scope || me); - Ext.resumeLayouts(true); - } - }, - /** - * Collapse all nodes - * @param {Function} [callback] A function to execute when the collapse finishes. - * @param {Object} [scope] The scope of the callback function - */ - collapseAll: function(callback, scope) { - var me = this, - root = me.getRootNode(), - view = me.getView(); - if (root) { - Ext.suspendLayouts(); - scope = scope || me; - if (view.rootVisible) { - root.collapse(true, callback, scope); - } else { - root.collapseChildren(true, callback, scope); - } - Ext.resumeLayouts(true); - } - }, - /** - * Expand the tree to the path of a particular node. This is the way to expand a known path - * when the intervening nodes are not yet loaded. - * - * The path may be an absolute path (beginning with a `'/'` character) from the root, eg: - * - * '/rootId/nodeA/nodeB/nodeC' - * - * Or, the path may be relative, starting from an **existing** node in the tree: - * - * 'nodeC/nodeD' - * - * @param {String} path The path to expand. The path may be absolute, including a leading separator and starting - * from the root node id, or relative with no leading separator, starting from an *existing* - * node in the tree. - * @param {Object} [options] An object containing options to modify the operation. - * @param {String} [options.field] The field to get the data from. Defaults to the model idProperty. - * @param {String} [options.separator='/'] A separator to use. - * @param {Boolean} [options.select] Pass as `true` to select the specified row. - * @param {Boolean} [options.focus] Pass as `true` to focus the specified row. - * @param {Function} [options.callback] A function to execute when the expand finishes. - * @param {Boolean} options.callback.success `true` if the node expansion was successful. - * @param {Ext.data.Model} options.callback.record If successful, the target record. - * @param {HTMLElement} options.callback.node If successful, the record's view node. If unsuccessful, the - * last view node encountered while expanding the path. - * @param {Object} [options.scope] The scope (`this` reference) in which the callback function is executed. - */ - expandPath: function(path, options) { - var args = arguments, - me = this, - view = me.view, - field = (options && options.field) || me.store.model.idProperty, - select, doFocus, - separator = (options && options.separator) || '/', - callback, scope, current, index, keys, rooted, expander; - // New option object API - if (options && typeof options === 'object') { - field = options.field || me.store.model.idProperty; - separator = options.separator || '/'; - callback = options.callback; - scope = options.scope; - select = options.select; - doFocus = options.focus; - } else // Old multi argument API - { - field = args[1] || me.store.model.idProperty; - separator = args[2] || '/'; - callback = args[3]; - scope = args[4]; - } - if (Ext.isEmpty(path)) { - return Ext.callback(callback, scope || me, [ - false, - null - ]); - } - keys = path.split(separator); - // If they began the path with '/', this indicates starting from the root ID. - // otherwise, then can start at any *existing* node id. - rooted = !keys[0]; - if (rooted) { - current = me.getRootNode(); - index = 1; - } else // Not rooted, gather the first node in the path which MUST already exist. - { - current = me.store.findNode(field, keys[0]); - index = 0; - } - // Invalid root. Relative start could not be found, absolute start was not the rootNode. - if (!current || (rooted && current.get(field) !== keys[1])) { - return Ext.callback(callback, scope || me, [ - false, - current - ]); - } - // The expand success callback passed to every expand call down the path. - // Called in the scope of the node being expanded. - expander = function(newChildren) { - var node = this, - len, i, value; - // We've arrived at the end of the path. - if (++index === keys.length) { - if (select) { - view.getSelectionModel().select(node); - } - if (doFocus) { - view.getNavigationModel().setPosition(node, 0); - } - return Ext.callback(callback, scope || me, [ - true, - node, - view.getNode(node) - ]); - } - // Find the next child in the path if it's there and expand it. - for (i = 0 , len = newChildren ? newChildren.length : 0; i < len; i++) { - // The ids paths may be numeric, so cast the value to a string for comparison - node = newChildren[i]; - value = node.get(field); - if (value || value === 0) { - value = value.toString(); - } - if (value === keys[index]) { - return node.expand(false, expander); - } - } - // If we get here, there's been a miss along the path, and the operation is a fail. - node = this; - Ext.callback(callback, scope || me, [ - false, - node, - view.getNode(node) - ]); - }; - current.expand(false, expander); - }, - /** - * Expand the tree to the path of a particular node, then scroll it into view. - * @param {String} path The path to bring into view. The path may be absolute, including a leading separator and starting - * from the root node id, or relative with no leading separator, starting from an *existing* node in the tree. - * @param {Object} [options] An object containing options to modify the operation. - * @param {String} [options.field] The field to get the data from. Defaults to the model idProperty. - * @param {String} [options.separator='/'] A separator to use. - * @param {Boolean} [options.animate] Pass `true` to animate the row into view. - * @param {Boolean} [options.highlight] Pass `true` to highlight the row with a glow animation when it is in view. - * @param {Boolean} [options.select] Pass as `true` to select the specified row. - * @param {Boolean} [options.focus] Pass as `true` to focus the specified row. - * @param {Function} [options.callback] A function to execute when the expand finishes. - * @param {Boolean} options.callback.success `true` if the node expansion was successful. - * @param {Ext.data.Model} options.callback.record If successful, the target record. - * @param {HTMLElement} options.callback.node If successful, the record's view node. If unsuccessful, the - * last view node encountered while expanding the path. - * @param {Object} [options.scope] The scope (`this` reference) in which the callback function is executed. - */ - ensureVisible: function(path, options) { - // They passed a record instance or row index. Use the TablePanel's method. - if (path.isEntity || typeof path === 'number') { - return this.callParent([ - path, - options - ]); - } - var me = this, - field = (options && options.field) || me.store.model.idProperty, - separator = (options && options.separator) || '/', - callback, scope, keys, rooted, last, node, parentNode, - onLastExpanded = function(success, lastExpanded, lastExpandedHtmlNode, targetNode) { - if (!targetNode && success && lastExpanded) { - targetNode = lastExpanded.findChild(field, last); - } - // Once we have the node, we can use the TablePanel's ensureVisible method - if (targetNode) { - me.doEnsureVisible(targetNode, options); - } else { - Ext.callback(callback, scope || me, [ - false, - lastExpanded - ]); - } - }; - if (options) { - callback = options.callback; - scope = options.scope; - } - keys = path.split(separator); - rooted = !keys[0]; - last = keys.pop(); - // If the path was "foo/bar" or "/foo/Bar" - if (keys.length && !(rooted && keys.length === 1)) { - me.expandPath(keys.join(separator), field, separator, onLastExpanded); - } else // If the path was "foo" or "/foo" - { - node = me.store.findNode(field, last); - if (node) { - parentNode = node.parentNode; - if (parentNode && !parentNode.isExpanded()) { - parentNode.expand(); - } - // Pass the target node as the 4th parameter so the callback doesn't have to look it up - onLastExpanded(true, null, null, node); - } else { - Ext.callback(callback, scope || me, [ - false, - null - ]); - } - } - }, - /** - * Expand the tree to the path of a particular node, then select it. - * @param {String} path The path to expand. The path may be absolute, including a leading separator and - * starting from the root node id, or relative with no leading separator, starting from - * an *existing* node in the tree. - * @param {String} [field] The field to get the data from. Defaults to the model idProperty. - * @param {String} [separator='/'] A separator to use. - * @param {Function} [callback] A function to execute when the select finishes. - * @param {Boolean} callback.success `true` if the node expansion was successful. - * @param {Ext.data.NodeInterface} callback.lastNode If successful, the target node. If unsuccessful, the - * last tree node encountered while expanding the path. - * @param {HTMLElement} callback.node If successful, the record's view node. - * @param {Object} [scope] The scope of the callback function - */ - selectPath: function(path, field, separator, callback, scope) { - this.ensureVisible(path, { - field: field, - separator: separator, - select: true, - callback: callback, - scope: scope - }); - } -}); - -/** - * @private - */ -Ext.define('Ext.view.DragZone', { - extend: 'Ext.dd.DragZone', - containerScroll: false, - constructor: function(config) { - var me = this, - view, ownerCt, el; - Ext.apply(me, config); - // Create a ddGroup unless one has been configured. - // User configuration of ddGroups allows users to specify which - // DD instances can interact with each other. Using one - // based on the id of the View would isolate it and mean it can only - // interact with a DropZone on the same View also using a generated ID. - if (!me.ddGroup) { - me.ddGroup = 'view-dd-zone-' + me.view.id; - } - // Ext.dd.DragDrop instances are keyed by the ID of their encapsulating element. - // So a View's DragZone cannot use the View's main element because the DropZone must use that - // because the DropZone may need to scroll on hover at a scrolling boundary, and it is the View's - // main element which handles scrolling. - // We use the View's parent element to drag from. Ideally, we would use the internal structure, but that - // is transient; DataView's recreate the internal structure dynamically as data changes. - // TODO: Ext 5.0 DragDrop must allow multiple DD objects to share the same element. - view = me.view; - ownerCt = view.ownerCt; - // We don't just grab the parent el, since the parent el may be - // some el injected by the layout - if (ownerCt) { - el = ownerCt.getTargetEl().dom; - } else { - el = view.el.dom.parentNode; - } - me.callParent([ - el - ]); - me.ddel = document.createElement('div'); - me.ddel.className = Ext.baseCSSPrefix + 'grid-dd-wrap'; - }, - init: function(id, sGroup, config) { - var me = this, - eventSpec = { - itemmousedown: me.onItemMouseDown, - scope: me - }; - // If there may be ambiguity with touch/swipe to scroll and a drag gesture - // *also* trigger drag start on longpress - if (Ext.supports.touchScroll) { - eventSpec['itemlongpress'] = me.onItemMouseDown; - } - me.initTarget(id, sGroup, config); - me.view.mon(me.view, eventSpec); - }, - onValidDrop: function(target, e, id) { - this.callParent([ - target, - e, - id - ]); - // focus the view that the node was dropped onto so that keynav will be enabled. - target.el.focus(); - }, - onItemMouseDown: function(view, record, item, index, e) { - var navModel; - // Only respond to longpress for touch dragging. - // Reject drag start if mousedown is on the actionable cell of a grid view - if ((e.pointerType === 'touch' && e.type !== 'longpress') || (e.position && e.position.isEqual(e.view.actionPosition))) { - return; - } - if (!this.isPreventDrag(e, record, item, index)) { - navModel = view.getNavigationModel(); - // Since handleMouseDown prevents the default behavior of the event, which - // is to focus the view, we focus the view now. This ensures that the view - // remains focused if the drag is cancelled, or if no drag occurs. - // - // A Table event will have a position property which is a CellContext - if (e.position) { - navModel.setPosition(e.position); - } else // Otherwise, just use the item index - { - navModel.setPosition(index); - } - this.handleMouseDown(e); - } - }, - /** - * @protected - * Template method called upon mousedown. May be overridden in subclasses, or configured - * into an instance. - * - * Return `true` to prevent drag start. - * @param {Ext.event.Event} e The mousedown event. - * @param {Ext.data.Model} record The record mousedowned upon. - * @param {HTMLElement} item The grid row mousedowned upon. - * @param {Number} index The row number mousedowned upon. - */ - isPreventDrag: function(e, record, item, index) { - return false; - }, - getDragData: function(e) { - var view = this.view, - item = e.getTarget(view.getItemSelector()); - if (item) { - return { - copy: view.copy || (view.allowCopy && e.ctrlKey), - event: e, - view: view, - ddel: this.ddel, - item: item, - records: view.getSelectionModel().getSelection(), - fromPosition: Ext.fly(item).getXY() - }; - } - }, - onInitDrag: function(x, y) { - var me = this, - data = me.dragData, - view = data.view, - selectionModel = view.getSelectionModel(), - record = view.getRecord(data.item); - // Update the selection to match what would have been selected if the user had - // done a full click on the target node rather than starting a drag from it - if (!selectionModel.isSelected(record)) { - selectionModel.selectWithEvent(record, me.DDMInstance.mousedownEvent); - } - data.records = selectionModel.getSelection(); - Ext.fly(me.ddel).setHtml(me.getDragText()); - me.proxy.update(me.ddel); - me.onStartDrag(x, y); - return true; - }, - getDragText: function() { - var count = this.dragData.records.length; - return Ext.String.format(this.dragText, count, count === 1 ? '' : 's'); - }, - getRepairXY: function(e, data) { - return data ? data.fromPosition : false; - } -}); - -/** - * @private - */ -Ext.define('Ext.tree.ViewDragZone', { - extend: 'Ext.view.DragZone', - isPreventDrag: function(e, record) { - return (record.get('allowDrag') === false) || !!e.getTarget(this.view.expanderSelector); - }, - getDragText: function() { - var records = this.dragData.records, - count = records.length, - text = records[0].get(this.displayField), - suffix = 's', - formatRe = /\{\d+\}/, - dragText = this.dragText; - if (formatRe.test(dragText) && count === 1 && text) { - return text; - } else if (!text) { - suffix = ''; - } - return Ext.String.format(dragText, count, suffix); - }, - afterRepair: function() { - var me = this, - view = me.view, - selectedRowCls = view.selectedItemCls, - records = me.dragData.records, - r, - rLen = records.length, - fly = Ext.fly, - item; - if (Ext.enableFx && me.repairHighlight) { - // Roll through all records and highlight all the ones we attempted to drag. - for (r = 0; r < rLen; r++) { - // anonymous fns below, don't hoist up unless below is wrapped in - // a self-executing function passing in item. - item = view.getNode(records[r]); - // We must remove the selected row class before animating, because - // the selected row class declares !important on its background-color. - fly(item.firstChild).highlight(me.repairHighlightColor, { - listeners: { - beforeanimate: function() { - if (view.isSelected(item)) { - fly(item).removeCls(selectedRowCls); - } - }, - afteranimate: function() { - if (view.isSelected(item)) { - fly(item).addCls(selectedRowCls); - } - } - } - }); - } - } - me.dragging = false; - } -}); - -/** - * @private - */ -Ext.define('Ext.tree.ViewDropZone', { - extend: 'Ext.view.DropZone', - /** - * @cfg {Boolean} allowParentInserts - * Allow inserting a dragged node between an expanded parent node and its first child that will become a - * sibling of the parent when dropped. - */ - allowParentInserts: false, - /** - * @cfg {Boolean} allowContainerDrops - * True if drops on the tree container (outside of a specific tree node) are allowed. - * - * These are treated as appends to the root node. - */ - allowContainerDrops: false, - /** - * @cfg {Boolean} appendOnly - * True if the tree should only allow append drops (use for trees which are sorted). - */ - appendOnly: false, - /** - * @cfg {Number} expandDelay - * The delay in milliseconds to wait before expanding a target tree node while dragging a droppable node - * over the target. - */ - expandDelay: 500, - indicatorCls: Ext.baseCSSPrefix + 'tree-ddindicator', - /** - * @private - */ - expandNode: function(node) { - var view = this.view; - this.expandProcId = false; - if (!node.isLeaf() && !node.isExpanded()) { - view.expand(node); - this.expandProcId = false; - } - }, - /** - * @private - */ - queueExpand: function(node) { - this.expandProcId = Ext.Function.defer(this.expandNode, this.expandDelay, this, [ - node - ]); - }, - /** - * @private - */ - cancelExpand: function() { - if (this.expandProcId) { - clearTimeout(this.expandProcId); - this.expandProcId = false; - } - }, - getPosition: function(e, node) { - var view = this.view, - record = view.getRecord(node), - y = e.getY(), - noAppend = record.isLeaf(), - noBelow = false, - region = Ext.fly(node).getRegion(), - fragment; - // If we are dragging on top of the root node of the tree, we always want to append. - if (record.isRoot()) { - return 'append'; - } - // Return 'append' if the node we are dragging on top of is not a leaf else return false. - if (this.appendOnly) { - return noAppend ? false : 'append'; - } - if (!this.allowParentInserts) { - noBelow = record.hasChildNodes() && record.isExpanded(); - } - fragment = (region.bottom - region.top) / (noAppend ? 2 : 3); - if (y >= region.top && y < (region.top + fragment)) { - return 'before'; - } else if (!noBelow && (noAppend || (y >= (region.bottom - fragment) && y <= region.bottom))) { - return 'after'; - } else { - return 'append'; - } - }, - isValidDropPoint: function(node, position, dragZone, e, data) { - if (!node || !data.item) { - return false; - } - var view = this.view, - targetNode = view.getRecord(node), - draggedRecords = data.records, - dataLength = draggedRecords.length, - ln = draggedRecords.length, - i, record; - // No drop position, or dragged records: invalid drop point - if (!(targetNode && position && dataLength)) { - return false; - } - // If the targetNode is within the folder we are dragging - for (i = 0; i < ln; i++) { - record = draggedRecords[i]; - if (record.isNode && record.contains(targetNode)) { - return false; - } - } - // Respect the allowDrop field on Tree nodes - if (position === 'append' && targetNode.get('allowDrop') === false) { - return false; - } else if (position !== 'append' && targetNode.parentNode.get('allowDrop') === false) { - return false; - } - // If the target record is in the dragged dataset, then invalid drop - if (Ext.Array.contains(draggedRecords, targetNode)) { - return false; - } - return view.fireEvent('nodedragover', targetNode, position, data, e) !== false; - }, - onNodeOver: function(node, dragZone, e, data) { - var position = this.getPosition(e, node), - returnCls = this.dropNotAllowed, - view = this.view, - targetNode = view.getRecord(node), - indicator = this.getIndicator(), - indicatorY = 0; - // auto node expand check - this.cancelExpand(); - if (position === 'append' && !this.expandProcId && !Ext.Array.contains(data.records, targetNode) && !targetNode.isLeaf() && !targetNode.isExpanded()) { - this.queueExpand(targetNode); - } - if (this.isValidDropPoint(node, position, dragZone, e, data)) { - this.valid = true; - this.currentPosition = position; - this.overRecord = targetNode; - indicator.setWidth(Ext.fly(node).getWidth()); - indicatorY = Ext.fly(node).getY() - Ext.fly(view.el).getY() - 1; - // If view is scrolled using CSS translate, account for then when positioning the indicator - if (view.touchScroll === 2) { - indicatorY += view.getScrollY(); - } - /* - * In the code below we show the proxy again. The reason for doing this is showing the indicator will - * call toFront, causing it to get a new z-index which can sometimes push the proxy behind it. We always - * want the proxy to be above, so calling show on the proxy will call toFront and bring it forward. - */ - if (position === 'before') { - returnCls = targetNode.isFirst() ? Ext.baseCSSPrefix + 'tree-drop-ok-above' : Ext.baseCSSPrefix + 'tree-drop-ok-between'; - indicator.showAt(0, indicatorY); - dragZone.proxy.show(); - } else if (position === 'after') { - returnCls = targetNode.isLast() ? Ext.baseCSSPrefix + 'tree-drop-ok-below' : Ext.baseCSSPrefix + 'tree-drop-ok-between'; - indicatorY += Ext.fly(node).getHeight(); - indicator.showAt(0, indicatorY); - dragZone.proxy.show(); - } else { - returnCls = Ext.baseCSSPrefix + 'tree-drop-ok-append'; - // @TODO: set a class on the parent folder node to be able to style it - indicator.hide(); - } - } else { - this.valid = false; - } - this.currentCls = returnCls; - return returnCls; - }, - // The mouse is no longer over a tree node, so dropping is not valid - onNodeOut: function(n, dd, e, data) { - this.valid = false; - this.getIndicator().hide(); - }, - onContainerOver: function(dd, e, data) { - return this.allowContainerDrops ? this.dropAllowed : e.getTarget('.' + this.indicatorCls) ? this.currentCls : this.dropNotAllowed; - }, - // This will be called is allowContainerDrops is set. - // The target node is the root - onContainerDrop: function(dragZone, e, data) { - if (this.allowContainerDrops) { - this.valid = true; - this.currentPosition = 'append'; - this.overRecord = this.view.store.getRoot(); - this.onNodeDrop(this.overRecord, dragZone, e, data); - } - }, - notifyOut: function() { - this.callParent(arguments); - this.cancelExpand(); - }, - handleNodeDrop: function(data, targetNode, position) { - var me = this, - targetView = me.view, - parentNode = targetNode ? targetNode.parentNode : targetView.panel.getRootNode(), - Model = targetView.store.getModel(), - records, i, len, record, insertionMethod, argList, needTargetExpand, transferData; - // If the copy flag is set, create a copy of the models - if (data.copy) { - records = data.records; - data.records = []; - for (i = 0 , len = records.length; i < len; i++) { - record = records[i]; - if (record.isNode) { - data.records.push(record.copy()); - } else { - // If it's not a node, make a node copy - data.records.push(new Model(Ext.apply({}, record.data))); - } - } - } - // Cancel any pending expand operation - me.cancelExpand(); - // Grab a reference to the correct node insertion method. - // Create an arg list array intended for the apply method of the - // chosen node insertion method. - // Ensure the target object for the method is referenced by 'targetNode' - if (position === 'before') { - insertionMethod = parentNode.insertBefore; - argList = [ - null, - targetNode - ]; - targetNode = parentNode; - } else if (position === 'after') { - if (targetNode.nextSibling) { - insertionMethod = parentNode.insertBefore; - argList = [ - null, - targetNode.nextSibling - ]; - } else { - insertionMethod = parentNode.appendChild; - argList = [ - null - ]; - } - targetNode = parentNode; - } else { - if (!(targetNode.isExpanded() || targetNode.isLoading())) { - needTargetExpand = true; - } - insertionMethod = targetNode.appendChild; - argList = [ - null - ]; - } - // A function to transfer the data into the destination tree - transferData = function() { - var color, n; - // Coalesce layouts caused by node removal, appending and sorting - Ext.suspendLayouts(); - // Insert the records into the target node - for (i = 0 , len = data.records.length; i < len; i++) { - record = data.records[i]; - if (!record.isNode) { - if (record.isModel) { - record = new Model(record.data, record.getId()); - } else { - record = new Model(record); - } - data.records[i] = record; - } - argList[0] = record; - insertionMethod.apply(targetNode, argList); - } - // If configured to sort on drop, do it according to the TreeStore's comparator - if (me.sortOnDrop) { - targetNode.sort(targetNode.getOwnerTree().store.getSorters().sortFn); - } - Ext.resumeLayouts(true); - // Focus the dropped node. - record = data.records[0]; - targetView.ownerGrid.ensureVisible(record); - targetView.getNavigationModel().setPosition(record); - // Kick off highlights after everything's been inserted, so they are - // more in sync without insertion/render overhead. - // Element.highlight can handle highlighting table nodes. - if (Ext.enableFx && me.dropHighlight) { - color = me.dropHighlightColor; - for (i = 0; i < len; i++) { - n = targetView.getNode(data.records[i]); - if (n) { - Ext.fly(n).highlight(color); - } - } - } - }; - // If dropping right on an unexpanded node, transfer the data after it is expanded. - if (needTargetExpand) { - targetNode.expand(false, transferData); - } - // If the node is waiting for its children, we must transfer the data after the expansion. - // The expand event does NOT signal UI expansion, it is the SIGNAL for UI expansion. - // It's listened for by the NodeStore on the root node. Which means that listeners on the target - // node get notified BEFORE UI expansion. So we need a delay. - // TODO: Refactor NodeInterface.expand/collapse to notify its owning tree directly when it needs to expand/collapse. - else if (targetNode.isLoading()) { - targetNode.on({ - expand: transferData, - delay: 1, - single: true - }); - } else // Otherwise, call the data transfer function immediately - { - transferData(); - } - } -}); - -/** - * This plugin provides drag and drop functionality for a {@link Ext.tree.View TreeView}. - * - * A specialized instance of {@link Ext.dd.DragZone DragZone} and {@link Ext.dd.DropZone - * DropZone} are attached to the tree view. The DropZone will participate in drops - * from DragZones having the same {@link #ddGroup} including drops from within the same - * tree. - * - * During the drop operation a data object is passed to a participating DropZone's drop - * handlers. The drag data object has the following properties: - * - * - **copy:** {@link Boolean}
    The value of {@link #copy}. Or `true` if {@link - * #allowCopy} is true **and** the control key was pressed as the drag operation began. - * - * - **view:** {@link Ext.tree.View TreeView}
    The source tree view from which the - * drag originated - * - * - **ddel:** HTMLElement
    The drag proxy element which moves with the cursor - * - * - **item:** HTMLElement
    The tree view node upon which the mousedown event was - * registered - * - * - **records:** {@link Array}
    An Array of {@link Ext.data.Model Model}s - * representing the selected data being dragged from the source tree view. - * - * By adding this plugin to a view, two new events will be fired from the client - * tree view as well as its owning Tree: `{@link #beforedrop}` and `{@link #drop}`. - * - * var store = Ext.create('Ext.data.TreeStore', { - * root: { - * expanded: true, - * children: [{ - * text: "detention", - * leaf: true - * }, { - * text: "homework", - * expanded: true, - * children: [{ - * text: "book report", - * leaf: true - * }, { - * text: "algebra", - * leaf: true - * }] - * }, { - * text: "buy lottery tickets", - * leaf: true - * }] - * } - * }); - * - * Ext.create('Ext.tree.Panel', { - * title: 'Simple Tree', - * width: 200, - * height: 200, - * store: store, - * rootVisible: false, - * renderTo: document.body, - * viewConfig: { - * plugins: { - * ptype: 'treeviewdragdrop', - * dragText: 'Drag and drop to reorganize' - * } - * } - * }); - */ -Ext.define('Ext.tree.plugin.TreeViewDragDrop', { - extend: 'Ext.plugin.Abstract', - alias: 'plugin.treeviewdragdrop', - uses: [ - 'Ext.tree.ViewDragZone', - 'Ext.tree.ViewDropZone' - ], - /** - * @event beforedrop - * **This event is fired through the {@link Ext.tree.View TreeView} and its owning - * {@link Ext.tree.Panel Tree}. You can add listeners to the tree or tree {@link - * Ext.tree.Panel#viewConfig view config} object** - * - * Fired when a drop gesture has been triggered by a mouseup event in a valid drop - * position in the tree view. - * - * Returning `false` to this event signals that the drop gesture was invalid and - * animates the drag proxy back to the point from which the drag began. - * - * The dropHandlers parameter can be used to defer the processing of this event. For - * example, you can force the handler to wait for the result of a message box - * confirmation or an asynchronous server call (_see the details of the dropHandlers - * property for more information_). - * - * tree.on('beforedrop', function(node, data, overModel, dropPosition, dropHandlers) { - * // Defer the handling - * dropHandlers.wait = true; - * Ext.MessageBox.confirm('Drop', 'Are you sure', function(btn){ - * if (btn === 'yes') { - * dropHandlers.processDrop(); - * } else { - * dropHandlers.cancelDrop(); - * } - * }); - * }); - * - * Any other return value continues with the data transfer operation unless the wait - * property is set. - * - * @param {HTMLElement} node The {@link Ext.tree.View tree view} node **if any** over - * which the cursor was positioned. - * - * @param {Object} data The data object gathered at mousedown time by the - * cooperating {@link Ext.dd.DragZone DragZone}'s {@link Ext.dd.DragZone#getDragData - * getDragData} method. It contains the following properties: - * @param {Boolean} data.copy The value of {@link #copy}. Or `true` if - * {@link #allowCopy} is true **and** the control key was pressed as the drag - * operation began. - * @param {Ext.tree.View} data.view The source tree view from which the drag - * originated - * @param {HTMLElement} data.ddel The drag proxy element which moves with the cursor - * @param {HTMLElement} data.item The tree view node upon which the mousedown event - * was registered - * @param {Ext.data.TreeModel[]} data.records An Array of Models representing the - * selected data being dragged from the source tree view - * - * @param {Ext.data.TreeModel} overModel The Model over which the drop gesture took place - * - * @param {String} dropPosition `"before"` or `"after"` depending on whether the - * cursor is above or below the mid-line of the node. - * - * @param {Object} dropHandlers - * This parameter allows the developer to control when the drop action takes place. - * It is useful if any asynchronous processing needs to be completed before - * performing the drop. This object has the following properties: - * - * @param {Boolean} dropHandlers.wait Indicates whether the drop should be deferred. - * Set this property to true to defer the drop. - * @param {Function} dropHandlers.processDrop A function to be called to complete - * the drop operation. - * @param {Function} dropHandlers.cancelDrop A function to be called to cancel the - * drop operation. - */ - /** - * @event drop - * **This event is fired through the {@link Ext.tree.View TreeView} and its owning - * {@link Ext.tree.Panel Tree}. You can add listeners to the tree or tree {@link - * Ext.tree.Panel#viewConfig view config} object** - * - * Fired when a drop operation has been completed and the data has been moved or - * copied. - * - * @param {HTMLElement} node The {@link Ext.tree.View tree view} node **if any** over - * which the cursor was positioned. - * - * @param {Object} data The data object gathered at mousedown time by the - * cooperating {@link Ext.dd.DragZone DragZone}'s {@link Ext.dd.DragZone#getDragData - * getDragData} method. It contains the following properties: - * @param {Boolean} data.copy The value of {@link #copy}. Or `true` if - * {@link #allowCopy} is true **and** the control key was pressed as the drag - * operation began. - * @param {Ext.tree.View} data.view The source tree view from which the drag - * originated - * @param {HTMLElement} data.ddel The drag proxy element which moves with the cursor - * @param {HTMLElement} data.item The tree view node upon which the mousedown event - * was registered - * @param {Ext.data.TreeModel[]} data.records An Array of Models representing the - * selected data being dragged from the source tree view - * - * @param {Ext.data.TreeModel} overModel The Model over which the drop gesture took - * place. - * - * @param {String} dropPosition `"before"` or `"after"` depending on whether the - * cursor is above or below the mid-line of the node. - */ - /** - * @cfg {Boolean} [copy=false] - * Set as `true` to copy the records from the source grid to the destination drop - * grid. Otherwise, dragged records will be moved. - * - * **Note:** This only applies to records dragged between two different grids with - * unique stores. - * - * See {@link #allowCopy} to allow only control-drag operations to copy records. - */ - /** - * @cfg {Boolean} [allowCopy=false] - * Set as `true` to allow the user to hold down the control key at the start of the - * drag operation and copy the dragged records between grids. Otherwise, dragged - * records will be moved. - * - * **Note:** This only applies to records dragged between two different grids with - * unique stores. - * - * See {@link #copy} to enable the copying of all dragged records. - */ - // - /** - * @cfg - * The text to show while dragging. - * - * Two placeholders can be used in the text: - * - * - `{0}` The number of selected items. - * - `{1}` 's' when more than 1 items (only useful for English). - * - * **NOTE:** The node's {@link Ext.tree.Panel#cfg-displayField text} will be shown - * when a single node is dragged unless `dragText` is a simple text string. - */ - dragText: '{0} selected node{1}', - // - /** - * @cfg {Boolean} allowParentInserts - * Allow inserting a dragged node between an expanded parent node and its first child that will become a sibling of - * the parent when dropped. - */ - allowParentInserts: false, - /** - * @cfg {Boolean} allowContainerDrops - * True if drops on the tree container (outside of a specific tree node) are allowed. - */ - allowContainerDrops: false, - /** - * @cfg {Boolean} appendOnly - * True if the tree should only allow append drops (use for trees which are sorted). - */ - appendOnly: false, - /** - * @cfg {String} [ddGroup=TreeDD] - * A named drag drop group to which this object belongs. If a group is specified, then both the DragZones and - * DropZone used by this plugin will only interact with other drag drop objects in the same group. - */ - ddGroup: "TreeDD", - /** - * True to register this container with the Scrollmanager for auto scrolling during drag operations. - * A {@link Ext.dd.ScrollManager} configuration may also be passed. - * @cfg {Object/Boolean} containerScroll - */ - containerScroll: false, - /** - * @cfg {String} [dragGroup] - * The ddGroup to which the {@link #property-dragZone DragZone} will belong. - * - * This defines which other DropZones the DragZone will interact with. Drag/DropZones only interact with other - * Drag/DropZones which are members of the same ddGroup. - */ - /** - * @cfg {String} [dropGroup] - * The ddGroup to which the {@link #property-dropZone DropZone} will belong. - * - * This defines which other DragZones the DropZone will interact with. Drag/DropZones only interact with other - * Drag/DropZones which are members of the same {@link #ddGroup}. - */ - /** - * @cfg {Boolean} [sortOnDrop=false] - * Configure as `true` to sort the target node into the current tree sort order after the dropped node is added. - */ - /** - * @cfg {Number} [expandDelay=1000] - * The delay in milliseconds to wait before expanding a target tree node while dragging a droppable node over the - * target. - */ - expandDelay: 1000, - /** - * @cfg {Boolean} enableDrop - * Set to `false` to disallow the View from accepting drop gestures. - */ - enableDrop: true, - /** - * @cfg {Boolean} enableDrag - * Set to `false` to disallow dragging items from the View. - */ - enableDrag: true, - /** - * @cfg {String} [nodeHighlightColor=c3daf9] - * The color to use when visually highlighting the dragged or dropped node (default value is light blue). - * The color must be a 6 digit hex value, without a preceding '#'. See also {@link #nodeHighlightOnDrop} and - * {@link #nodeHighlightOnRepair}. - */ - nodeHighlightColor: 'c3daf9', - /** - * @cfg {Boolean} nodeHighlightOnDrop - * Whether or not to highlight any nodes after they are - * successfully dropped on their target. Defaults to the value of `Ext.enableFx`. - * See also {@link #nodeHighlightColor} and {@link #nodeHighlightOnRepair}. - */ - nodeHighlightOnDrop: Ext.enableFx, - /** - * @cfg {Boolean} nodeHighlightOnRepair - * Whether or not to highlight any nodes after they are - * repaired from an unsuccessful drag/drop. Defaults to the value of `Ext.enableFx`. - * See also {@link #nodeHighlightColor} and {@link #nodeHighlightOnDrop}. - */ - /** - * @cfg {String} [displayField=text] - * The name of the model field that is used to display the text for the nodes - */ - displayField: 'text', - /** - * @cfg {Object} [dragZone] - * A config object to apply to the creation of the {@link #property-dragZone DragZone} which handles for drag start gestures. - * - * Template methods of the DragZone may be overridden using this config. - */ - /** - * @cfg {Object} [dropZone] - * A config object to apply to the creation of the {@link #property-dropZone DropZone} which handles mouseover and drop gestures. - * - * Template methods of the DropZone may be overridden using this config. - */ - /** - * @property {Ext.view.DragZone} dragZone - * An {@link Ext.view.DragZone DragZone} which handles mousedown and dragging of records from the grid. - */ - /** - * @property {Ext.grid.ViewDropZone} dropZone - * An {@link Ext.grid.ViewDropZone DropZone} which handles mouseover and dropping records in any grid which shares the same {@link #dropGroup}. - */ - init: function(view) { - Ext.applyIf(view, { - copy: this.copy, - allowCopy: this.allowCopy - }); - view.on('render', this.onViewRender, this, { - single: true - }); - }, - destroy: function() { - var me = this; - me.dragZone = me.dropZone = Ext.destroy(me.dragZone, me.dropZone); - me.callParent(); - }, - onViewRender: function(view) { - var me = this, - ownerGrid = view.ownerCt.ownerGrid || view.ownerCt, - scrollEl; - ownerGrid.relayEvents(view, [ - 'beforedrop', - 'drop' - ]); - if (me.enableDrag) { - if (me.containerScroll) { - scrollEl = view.getEl(); - } - me.dragZone = new Ext.tree.ViewDragZone(Ext.apply({ - view: view, - ddGroup: me.dragGroup || me.ddGroup, - dragText: me.dragText, - displayField: me.displayField, - repairHighlightColor: me.nodeHighlightColor, - repairHighlight: me.nodeHighlightOnRepair, - scrollEl: scrollEl - }, me.dragZone)); - } - if (me.enableDrop) { - me.dropZone = new Ext.tree.ViewDropZone(Ext.apply({ - view: view, - ddGroup: me.dropGroup || me.ddGroup, - allowContainerDrops: me.allowContainerDrops, - appendOnly: me.appendOnly, - allowParentInserts: me.allowParentInserts, - expandDelay: me.expandDelay, - dropHighlightColor: me.nodeHighlightColor, - dropHighlight: me.nodeHighlightOnDrop, - sortOnDrop: me.sortOnDrop, - containerScroll: me.containerScroll - }, me.dropZone)); - } - } -}, function() { - var proto = this.prototype; - proto.nodeHighlightOnDrop = proto.nodeHighlightOnRepair = Ext.enableFx; -}); - -/** - * Utility class for manipulating CSS rules - * @singleton - */ -Ext.define('Ext.util.CSS', function() { - var CSS, - rules = null, - doc = document, - camelRe = /(-[a-z])/gi, - camelFn = function(m, a) { - return a.charAt(1).toUpperCase(); - }; - return { - singleton: true, - rules: rules, - initialized: false, - /** - * @private - */ - constructor: function() { - // Cache a reference to the singleton - CSS = this; - }, - /** - * Creates a stylesheet from a text blob of rules. - * These rules will be wrapped in a STYLE tag and appended to the HEAD of the document. - * @param {String} cssText The text containing the css rules - * @param {String} id An id to add to the stylesheet for later removal - * @return {CSSStyleSheet} - */ - createStyleSheet: function(cssText, id) { - var ss, - head = doc.getElementsByTagName('head')[0], - styleEl = doc.createElement('style'); - styleEl.setAttribute('type', 'text/css'); - if (id) { - styleEl.setAttribute('id', id); - } - // Feature detect old IE - ss = styleEl.styleSheet; - if (ss) { - head.appendChild(styleEl); - ss.cssText = cssText; - } else { - styleEl.appendChild(doc.createTextNode(cssText)); - head.appendChild(styleEl); - ss = styleEl.sheet; - } - CSS.cacheStyleSheet(ss); - return ss; - }, - /** - * Removes a style or link tag by id - * @param {String} id The id of the tag - */ - removeStyleSheet: function(id) { - var existing = doc.getElementById(id); - if (existing) { - existing.parentNode.removeChild(existing); - } - }, - /** - * Dynamically swaps an existing stylesheet reference for a new one - * @param {String} id The id of an existing link tag to remove - * @param {String} url The href of the new stylesheet to include - */ - swapStyleSheet: function(id, url) { - var ss; - CSS.removeStyleSheet(id); - ss = doc.createElement("link"); - ss.setAttribute("rel", "stylesheet"); - ss.setAttribute("type", "text/css"); - ss.setAttribute("id", id); - ss.setAttribute("href", url); - doc.getElementsByTagName("head")[0].appendChild(ss); - }, - /** - * @private - */ - cacheStyleSheet: function(ss) { - if (!rules) { - rules = CSS.rules = {}; - } - try { - // try catch for cross domain access issue - var ssRules = ss.cssRules || ss.rules, - i = ssRules.length - 1, - imports = ss.imports, - len = imports ? imports.length : 0, - rule, j; - // Old IE has a different way of handling imports - for (j = 0; j < len; ++j) { - CSS.cacheStyleSheet(imports[j]); - } - for (; i >= 0; --i) { - rule = ssRules[i]; - // If it's an @import rule, import its stylesheet - if (rule.styleSheet) { - CSS.cacheStyleSheet(rule.styleSheet); - } - CSS.cacheRule(rule, ss); - } - } catch (e) {} - }, - cacheRule: function(cssRule, styleSheet) { - // If it's an @import rule, import its stylesheet - if (cssRule.styleSheet) { - return CSS.cacheStyleSheet(cssRule.styleSheet); - } - var selectorText = cssRule.selectorText, - selectorCount, j; - if (selectorText) { - // Split in case there are multiple, comma-delimited selectors - selectorText = selectorText.split(','); - selectorCount = selectorText.length; - for (j = 0; j < selectorCount; j++) { - // IE<8 does not keep a reference to parentStyleSheet in the rule, so we - // must cache an object like this until IE<8 is deprecated. - rules[Ext.String.trim(selectorText[j]).toLowerCase()] = { - parentStyleSheet: styleSheet, - cssRule: cssRule - }; - } - } - }, - /** - * Gets all css rules for the document - * @param {Boolean} refreshCache true to refresh the internal cache - * @return {Object} An object (hash) of rules indexed by selector - */ - getRules: function(refreshCache) { - var result = {}, - selector; - if (rules === null || refreshCache) { - CSS.refreshCache(); - } - for (selector in rules) { - result[selector] = rules[selector].cssRule; - } - return result; - }, - /** - * Refresh the rule cache if you have dynamically added stylesheets - * @return {Object} An object (hash) of rules indexed by selector - */ - refreshCache: function() { - var ds = doc.styleSheets, - i = 0, - len = ds.length; - rules = CSS.rules = {}; - for (; i < len; i++) { - try { - if (!ds[i].disabled) { - CSS.cacheStyleSheet(ds[i]); - } - } catch (e) {} - } - }, - /** - * Gets an an individual CSS rule by selector(s) - * @param {String/String[]} selector The CSS selector or an array of selectors to try. The first selector that is found is returned. - * @param {Boolean} refreshCache true to refresh the internal cache if you have recently updated any rules or added styles dynamically - * @return {CSSStyleRule} The CSS rule or null if one is not found - */ - getRule: function(selector, refreshCache, rawCache) { - var i, result; - if (!rules || refreshCache) { - CSS.refreshCache(); - } - if (!Ext.isArray(selector)) { - result = rules[selector.toLowerCase()]; - if (result && !rawCache) { - result = result.cssRule; - } - return result || null; - } - for (i = 0; i < selector.length; i++) { - if (rules[selector[i]]) { - return rawCache ? rules[selector[i].toLowerCase()] : rules[selector[i].toLowerCase()].cssRule; - } - } - return null; - }, - /** - * Creates a rule. - * @param {CSSStyleSheet} styleSheet The StyleSheet to create the rule in as returned from {@link #createStyleSheet}. - * @param {String} selector The selector to target the rule. - * @param {String} property The cssText specification eg `"color:red;font-weight:bold;text-decoration:underline"` - * @return {CSSStyleRule} The created rule - */ - createRule: function(styleSheet, selector, cssText) { - var result, - ruleSet = styleSheet.cssRules || styleSheet.rules, - index = ruleSet.length; - if (styleSheet.insertRule) { - styleSheet.insertRule(selector + ' {' + cssText + '}', index); - } else { - styleSheet.addRule(selector, cssText || ' '); - } - CSS.cacheRule(result = ruleSet[index], styleSheet); - return result; - }, - /** - * Updates a rule property - * @param {String/String[]} selector If it's an array it tries each selector until it finds one. Stops immediately once one is found. - * @param {String} property The css property or a cssText specification eg `"color:red;font-weight:bold;text-decoration:underline"` - * @param {String} value The new value for the property - * @return {Boolean} true If a rule was found and updated - */ - updateRule: function(selector, property, value) { - var rule, i, styles; - if (!Ext.isArray(selector)) { - rule = CSS.getRule(selector); - if (rule) { - // 2 arg form means cssText sent, so parse it and update each style - if (arguments.length === 2) { - styles = Ext.Element.parseStyles(property); - for (property in styles) { - rule.style[property.replace(camelRe, camelFn)] = styles[property]; - } - } else { - rule.style[property.replace(camelRe, camelFn)] = value; - } - return true; - } - } else { - for (i = 0; i < selector.length; i++) { - if (CSS.updateRule(selector[i], property, value)) { - return true; - } - } - } - return false; - }, - deleteRule: function(selector) { - var rule = CSS.getRule(selector, false, true), - styleSheet, index; - if (rule) { - styleSheet = rule.parentStyleSheet; - index = Ext.Array.indexOf(styleSheet.cssRules || styleSheet.rules, rule.cssRule); - if (styleSheet.deleteRule) { - styleSheet.deleteRule(index); - } else { - styleSheet.removeRule(index); - } - delete rules[selector]; - } - } - }; -}); - -/** - * Utility class for setting/reading values from browser cookies. - * Values can be written using the {@link #set} method. - * Values can be read using the {@link #get} method. - * A cookie can be invalidated on the client machine using the {@link #clear} method. - */ -Ext.define('Ext.util.Cookies', { - singleton: true, - /** - * Creates a cookie with the specified name and value. Additional settings for the cookie may be optionally specified - * (for example: expiration, access restriction, SSL). - * @param {String} name The name of the cookie to set. - * @param {Object} value The value to set for the cookie. - * @param {Object} [expires] Specify an expiration date the cookie is to persist until. Note that the specified Date - * object will be converted to Greenwich Mean Time (GMT). - * @param {String} [path] Setting a path on the cookie restricts access to pages that match that path. Defaults to all - * pages ('/'). - * @param {String} [domain] Setting a domain restricts access to pages on a given domain (typically used to allow - * cookie access across subdomains). For example, "sencha.com" will create a cookie that can be accessed from any - * subdomain of sencha.com, including www.sencha.com, support.sencha.com, etc. - * @param {Boolean} [secure] Specify true to indicate that the cookie should only be accessible via SSL on a page - * using the HTTPS protocol. Defaults to false. Note that this will only work if the page calling this code uses the - * HTTPS protocol, otherwise the cookie will be created with default options. - */ - set: function(name, value) { - var argv = arguments, - argc = arguments.length, - expires = (argc > 2) ? argv[2] : null, - path = (argc > 3) ? argv[3] : '/', - domain = (argc > 4) ? argv[4] : null, - secure = (argc > 5) ? argv[5] : false; - document.cookie = name + "=" + escape(value) + ((expires === null) ? "" : ("; expires=" + expires.toUTCString())) + ((path === null) ? "" : ("; path=" + path)) + ((domain === null) ? "" : ("; domain=" + domain)) + ((secure === true) ? "; secure" : ""); - }, - /** - * Retrieves cookies that are accessible by the current page. If a cookie does not exist, `get()` returns null. The - * following example retrieves the cookie called "valid" and stores the String value in the variable validStatus. - * - * var validStatus = Ext.util.Cookies.get("valid"); - * - * @param {String} name The name of the cookie to get - * @return {Object} Returns the cookie value for the specified name; - * null if the cookie name does not exist. - */ - get: function(name) { - var parts = document.cookie.split('; '), - len = parts.length, - item, i, ret; - // In modern browsers, a cookie with an empty string will be stored: - // MyName= - // In older versions of IE, it will be stored as: - // MyName - // So here we iterate over all the parts in an attempt to match the key. - for (i = 0; i < len; ++i) { - item = parts[i].split('='); - if (item[0] === name) { - ret = item[1]; - return ret ? unescape(ret) : ''; - } - } - return null; - }, - /** - * Removes a cookie with the provided name from the browser - * if found by setting its expiration date to sometime in the past. - * @param {String} name The name of the cookie to remove - * @param {String} [path] The path for the cookie. - * This must be included if you included a path while setting the cookie. - */ - clear: function(name, path) { - if (this.get(name)) { - path = path || '/'; - document.cookie = name + '=' + '; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=' + path; - } - } -}); - -/** - * This component provides a grid holding selected items from a second store of potential - * members. The `store` of this component represents the selected items. The `searchStore` - * represents the potentially selected items. - * - * The default view defined by this class is intended to be easily replaced by deriving a - * new class and overriding the appropriate methods. For example, the following is a very - * different view that uses a date range and a data view: - * - * Ext.define('App.view.DateBoundSearch', { - * extend: 'Ext.view.MultiSelectorSearch', - * - * makeDockedItems: function () { - * return { - * xtype: 'toolbar', - * items: [{ - * xtype: 'datefield', - * emptyText: 'Start date...', - * flex: 1 - * },{ - * xtype: 'datefield', - * emptyText: 'End date...', - * flex: 1 - * }] - * }; - * }, - * - * makeItems: function () { - * return [{ - * xtype: 'dataview', - * itemSelector: '.search-item', - * selModel: 'rowselection', - * store: this.store, - * scrollable: true, - * tpl: - * '' + - * '
    ' + - * '' + - * '
    {name}
    ' + - * '
    ' + - * '
    ' - * }]; - * }, - * - * getSearchStore: function () { - * return this.items.getAt(0).getStore(); - * }, - * - * selectRecords: function (records) { - * var view = this.items.getAt(0); - * return view.getSelectionModel().select(records); - * } - * }); - * - * **Important**: This class assumes there are two components with specific `reference` - * names assigned to them. These are `"searchField"` and `"searchGrid"`. These components - * are produced by the `makeDockedItems` and `makeItems` method, respectively. When - * overriding these it is important to remember to place these `reference` values on the - * appropriate components. - */ -Ext.define('Ext.view.MultiSelectorSearch', { - extend: 'Ext.panel.Panel', - xtype: 'multiselector-search', - layout: 'fit', - floating: true, - resizable: true, - minWidth: 200, - minHeight: 200, - border: true, - defaultListenerScope: true, - referenceHolder: true, - /** - * @cfg {String} field - * A field from your grid's store that will be used for filtering your search results. - */ - /** - * @cfg store - * @inheritdoc Ext.panel.Table#store - */ - /** - * @cfg {String} searchText - * This text is displayed as the "emptyText" of the search `textfield`. - */ - searchText: 'Search...', - initComponent: function() { - var me = this, - owner = me.owner, - items = me.makeItems(), - i, item, records, store; - me.dockedItems = me.makeDockedItems(); - me.items = items; - store = Ext.data.StoreManager.lookup(me.store); - for (i = items.length; i--; ) { - if ((item = items[i]).xtype === 'grid') { - item.store = store; - item.isSearchGrid = true; - item.selModel = item.selModel || { - type: 'checkboxmodel', - pruneRemoved: false, - listeners: { - selectionchange: 'onSelectionChange' - } - }; - Ext.merge(item, me.grid); - if (!item.columns) { - item.hideHeaders = true; - item.columns = [ - { - flex: 1, - dataIndex: me.field - } - ]; - } - break; - } - } - me.callParent(); - records = me.getOwnerStore().getRange(); - if (!owner.convertSelectionRecord.$nullFn) { - for (i = records.length; i--; ) { - records[i] = owner.convertSelectionRecord(records[i]); - } - } - if (store.isLoading() || (store.loadCount === 0 && !store.getCount())) { - // If it is NOT a preloaded store, then unless a Session is being used, - // The newly loaded records will NOT match any in the ownerStore. - // So we must match them by ID in order to select the same dataset. - store.on('load', function() { - var len = records.length, - i, record, - toSelect = []; - if (!me.destroyed) { - for (i = 0; i < len; i++) { - record = store.getById(records[i].getId()); - if (record) { - toSelect.push(record); - } - } - me.selectRecords(toSelect); - } - }, null, { - single: true - }); - } else { - me.selectRecords(records); - } - }, - getOwnerStore: function() { - return this.owner.getStore(); - }, - afterShow: function() { - var searchField = this.lookupReference('searchField'); - this.callParent(arguments); - if (searchField) { - searchField.focus(); - } - }, - /** - * Returns the store that holds search results. By default this comes from the - * "search grid". If this aspect of the view is changed sufficiently so that the - * search grid cannot be found, this method should be overridden to return the proper - * store. - * @return {Ext.data.Store} - */ - getSearchStore: function() { - var searchGrid = this.lookupReference('searchGrid'); - return searchGrid.getStore(); - }, - makeDockedItems: function() { - return [ - { - xtype: 'textfield', - reference: 'searchField', - dock: 'top', - hideFieldLabel: true, - emptyText: this.searchText, - triggers: { - clear: { - cls: Ext.baseCSSPrefix + 'form-clear-trigger', - handler: 'onClearSearch', - hidden: true - } - }, - listeners: { - change: 'onSearchChange', - buffer: 300 - } - } - ]; - }, - makeItems: function() { - return [ - { - xtype: 'grid', - reference: 'searchGrid', - trailingBufferZone: 2, - leadingBufferZone: 2, - viewConfig: { - deferEmptyText: false, - emptyText: 'No results.' - } - } - ]; - }, - selectRecords: function(records) { - var searchGrid = this.lookupReference('searchGrid'); - return searchGrid.getSelectionModel().select(records); - }, - deselectRecords: function(records) { - var searchGrid = this.lookupReference('searchGrid'); - return searchGrid.getSelectionModel().deselect(records); - }, - search: function(text) { - var me = this, - filter = me.searchFilter, - filters = me.getSearchStore().getFilters(); - if (text) { - filters.beginUpdate(); - if (filter) { - filter.setValue(text); - } else { - me.searchFilter = filter = new Ext.util.Filter({ - id: 'search', - property: me.field, - value: text - }); - } - filters.add(filter); - filters.endUpdate(); - } else if (filter) { - filters.remove(filter); - } - }, - privates: { - onClearSearch: function() { - var searchField = this.lookupReference('searchField'); - searchField.setValue(null); - searchField.focus(); - }, - onSearchChange: function(searchField) { - var value = searchField.getValue(), - trigger = searchField.getTrigger('clear'); - trigger.setHidden(!value); - this.search(value); - }, - onSelectionChange: function(selModel, selection) { - var owner = this.owner, - store = owner.getStore(), - data = store.data, - remove = 0, - map = {}, - add, i, id, record; - for (i = selection.length; i--; ) { - record = selection[i]; - id = record.id; - map[id] = record; - if (!data.containsKey(id)) { - (add || (add = [])).push(owner.convertSearchRecord(record)); - } - } - for (i = data.length; i--; ) { - record = data.getAt(i); - if (!map[record.id]) { - (remove || (remove = [])).push(record); - } - } - if (add || remove) { - data.splice(data.length, remove, add); - } - } - } -}); - -/** - * This component provides a grid holding selected items from a second store of potential - * members. The `store` of this component represents the selected items. The "search store" - * represents the potentially selected items. - * - * While this component is a grid and so you can configure `columns`, it is best to leave - * that to this class in its `initComponent` method. That allows this class to create the - * extra column that allows the user to remove rows. Instead use `{@link #fieldName}` and - * `{@link #fieldTitle}` to configure the primary column's `dataIndex` and column `text`, - * respectively. - * - * @since 5.0.0 - */ -Ext.define('Ext.view.MultiSelector', { - extend: 'Ext.grid.Panel', - xtype: 'multiselector', - config: { - /** - * @cfg {Object} search - * This object configures the search popup component. By default this contains the - * `xtype` for a `Ext.view.MultiSelectorSearch` component and specifies `autoLoad` - * for its `store`. - */ - search: { - xtype: 'multiselector-search', - width: 200, - height: 200, - store: { - autoLoad: true - } - } - }, - /** - * @cfg {String} [fieldName="name"] - * The name of the data field to display in the primary column of the grid. - * @since 5.0.0 - */ - fieldName: 'name', - /** - * @cfg {String} [fieldTitle] - * The text to display in the column header for the primary column of the grid. - * @since 5.0.0 - */ - fieldTitle: null, - /** - * @cfg {String} removeRowText - * The text to display in the "remove this row" column. By default this is a Unicode - * "X" looking glyph. - * @since 5.0.0 - */ - removeRowText: '✖', - /** - * @cfg {String} removeRowTip - * The tooltip to display when the user hovers over the remove cell. - * @since 5.0.0 - */ - removeRowTip: 'Remove this item', - emptyText: 'Nothing selected', - /** - * @cfg {String} addToolText - * The tooltip to display when the user hovers over the "+" tool in the panel header. - * @since 5.0.0 - */ - addToolText: 'Search for items to add', - initComponent: function() { - var me = this, - emptyText = me.emptyText, - store = me.getStore(), - search = me.getSearch(), - fieldTitle = me.fieldTitle, - searchStore, model; - if (!search) { - Ext.raise('The search configuration is required for the multi selector'); - } - searchStore = search.store; - if (searchStore.isStore) { - model = searchStore.getModel(); - } else { - model = searchStore.model; - } - if (!store) { - me.store = { - model: model - }; - } - if (emptyText && !me.viewConfig) { - me.viewConfig = { - deferEmptyText: false, - emptyText: emptyText - }; - } - if (!me.columns) { - me.hideHeaders = !fieldTitle; - me.columns = [ - { - text: fieldTitle, - dataIndex: me.fieldName, - flex: 1 - }, - me.makeRemoveRowColumn() - ]; - } - me.callParent(); - }, - addTools: function() { - this.addTool({ - type: 'plus', - tooltip: this.addToolText, - callback: 'onShowSearch', - scope: this - }); - }, - convertSearchRecord: Ext.identityFn, - convertSelectionRecord: Ext.identityFn, - makeRemoveRowColumn: function() { - var me = this; - return { - width: 22, - menuDisabled: true, - tdCls: Ext.baseCSSPrefix + 'multiselector-remove', - processEvent: me.processRowEvent.bind(me), - renderer: me.renderRemoveRow, - updater: Ext.emptyFn, - scope: me - }; - }, - processRowEvent: function(type, view, cell, recordIndex, cellIndex, e, record, row) { - if (e.type !== 'click') { - return; - } - if (Ext.fly(cell).hasCls(Ext.baseCSSPrefix + 'multiselector-remove')) { - this.store.remove(record); - if (this.searchPopup) { - this.searchPopup.deselectRecords(record); - } - } - }, - renderRemoveRow: function() { - return '' + this.removeRowText + ''; - }, - beforeDestroy: function() { - Ext.un({ - mousedown: 'onDismissSearch', - scope: this - }); - this.callParent(); - }, - privates: { - onDismissSearch: function(e) { - var searchPopup = this.searchPopup; - if (searchPopup && !(searchPopup.owns(e.getTarget()) || this.owns(e.getTarget()))) { - Ext.un({ - mousedown: 'onDismissSearch', - scope: this - }); - searchPopup.hide(); - } - }, - onShowSearch: function(panel, tool) { - var me = this, - searchPopup = me.searchPopup, - store = me.getStore(); - if (!searchPopup) { - searchPopup = Ext.merge({ - owner: me, - field: me.fieldName, - floating: true - }, me.getSearch()); - me.searchPopup = searchPopup = me.add(searchPopup); - // If we were configured with records prior to the UI requesting the popup, - // ensure that the records are selected in the popup. - if (store.getCount()) { - searchPopup.selectRecords(store.getRange()); - } - } - searchPopup.showBy(me, 'tl-tr?'); - Ext.on({ - mousedown: 'onDismissSearch', - scope: me - }); - } - } -}); - -/* - * This class is a derived work from: - * - * Notification extension for Ext JS 4.0.2+ - * Version: 2.1.3 - * - * Copyright (c) 2011 Eirik Lorentsen (http://www.eirik.net/) - * - * Follow project on GitHub: https://github.com/EirikLorentsen/Ext.ux.window.Notification - * - * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) - * and GPL (http://opensource.org/licenses/GPL-3.0) licenses. - */ -/** - * This class provides for lightweight, auto-dismissing pop-up notifications called "toasts". - * At the base level, you can display a toast message by calling `Ext.toast` like so: - * - * Ext.toast('Data saved'); - * - * This will result in a toast message, which displays in the default location of bottom right in your viewport. - * - * You may expand upon this simple example with the following parameters: - * - * Ext.toast(message, title, align, iconCls); - * - * For example, the following toast will appear top-middle in your viewport. It will display - * the 'Data Saved' message with a title of 'Title' - * - * Ext.toast('Data Saved', 'Title', 't') - * - * It should be noted that the toast's width is determined by the message's width. - * If you need to set a specific width, or any of the other available configurations for your toast, - * you can create the toast object as seen below: - * - * Ext.toast({ - * html: 'Data Saved', - * title: 'My Title', - * width: 200, - * align: 't' - * }); - * - * This component is derived from the excellent work of a Sencha community member, Eirik - * Lorentsen. - */ -Ext.define('Ext.window.Toast', { - extend: 'Ext.window.Window', - xtype: 'toast', - isToast: true, - cls: Ext.baseCSSPrefix + 'toast', - bodyPadding: 10, - autoClose: true, - plain: false, - draggable: false, - resizable: false, - shadow: false, - focus: Ext.emptyFn, - /** - * @cfg {String/Ext.Component} [anchor] - * The component or the `id` of the component to which the `toast` will be anchored. - * The default behavior is to anchor a `toast` to the document body (no component). - */ - anchor: null, - /** - * @cfg {Boolean} [useXAxis] - * Directs the toast message to animate on the x-axis (if `true`) or y-axis (if `false`). - * This value defaults to a value based on the `align` config. - */ - useXAxis: false, - /** - * @cfg {"br"/"bl"/"tr"/"tl"/"t"/"l"/"b"/"r"} [align="br"] - * Specifies the basic alignment of the toast message with its {@link #anchor}. This - * controls many aspects of the toast animation as well. For fine grain control of - * the final placement of the toast and its `anchor` you may set - * {@link #anchorAlign} as well. - * - * Possible values: - * - * - br - bottom-right - * - bl - bottom-left - * - tr - top-right - * - tl - top-left - * - t - top - * - l - left - * - b - bottom - * - r - right - */ - align: 'br', - /** - * @cfg {String} [anchorAlign] - * This string is a full specification of how to position the toast with respect to - * its `anchor`. This is set to a reasonable value based on `align` but the `align` - * also sets defaults for various other properties. This config controls only the - * final position of the toast. - */ - /** - * @cfg {Boolean} [animate=true] - * Set this to `false` to make toasts appear and disappear without animation. - * This is helpful with applications' unit and integration testing. - */ - animate: true, - // Pixels between each notification - spacing: 6, - //TODO There should be a way to control from and to positions for the introduction. - //TODO The align/anchorAlign configs don't actually work as expected. - // Pixels from the anchor's borders to start the first notification - paddingX: 30, - paddingY: 10, - slideInAnimation: 'easeIn', - slideBackAnimation: 'bounceOut', - slideInDuration: 500, - slideBackDuration: 500, - hideDuration: 500, - autoCloseDelay: 3000, - stickOnClick: true, - stickWhileHover: true, - closeOnMouseDown: false, - closable: false, - // Private. Do not override! - isHiding: false, - isFading: false, - destroyAfterHide: false, - closeOnMouseOut: false, - // Caching coordinates to be able to align to final position of siblings being animated - xPos: 0, - yPos: 0, - initComponent: function() { - var me = this; - // Close tool is not really helpful to sight impaired users - // when Toast window is set to auto-close on timeout; however - // if it's forced, respect that. - if (me.autoClose && !me.hasOwnProperty('closable')) { - me.closable = false; - } - me.updateAlignment(me.align); - me.setAnchor(me.anchor); - me.callParent(); - }, - onRender: function() { - var me = this; - me.callParent(arguments); - me.el.hover(me.onMouseEnter, me.onMouseLeave, me); - // Mousedown outside of this, when visible, hides it immediately - if (me.closeOnMouseDown) { - Ext.getDoc().on('mousedown', me.onDocumentMousedown, me); - } - }, - /* - * These properties are keyed by "align" and set defaults for various configs. - */ - alignmentProps: { - br: { - paddingFactorX: -1, - paddingFactorY: -1, - siblingAlignment: "br-br", - anchorAlign: "tr-br" - }, - bl: { - paddingFactorX: 1, - paddingFactorY: -1, - siblingAlignment: "bl-bl", - anchorAlign: "tl-bl" - }, - tr: { - paddingFactorX: -1, - paddingFactorY: 1, - siblingAlignment: "tr-tr", - anchorAlign: "br-tr" - }, - tl: { - paddingFactorX: 1, - paddingFactorY: 1, - siblingAlignment: "tl-tl", - anchorAlign: "bl-tl" - }, - b: { - paddingFactorX: 0, - paddingFactorY: -1, - siblingAlignment: "b-b", - useXAxis: 0, - anchorAlign: "t-b" - }, - t: { - paddingFactorX: 0, - paddingFactorY: 1, - siblingAlignment: "t-t", - useXAxis: 0, - anchorAlign: "b-t" - }, - l: { - paddingFactorX: 1, - paddingFactorY: 0, - siblingAlignment: "l-l", - useXAxis: 1, - anchorAlign: "r-l" - }, - r: { - paddingFactorX: -1, - paddingFactorY: 0, - siblingAlignment: "r-r", - useXAxis: 1, - anchorAlign: "l-r" - }, - /* - * These properties take priority over the above and applied only when useXAxis - * is set to true. Again these are keyed by "align". - */ - x: { - br: { - anchorAlign: "bl-br" - }, - bl: { - anchorAlign: "br-bl" - }, - tr: { - anchorAlign: "tl-tr" - }, - tl: { - anchorAlign: "tr-tl" - } - } - }, - updateAlignment: function(align) { - var me = this, - alignmentProps = me.alignmentProps, - props = alignmentProps[align], - xprops = alignmentProps.x[align]; - if (xprops && me.useXAxis) { - Ext.applyIf(me, xprops); - } - Ext.applyIf(me, props); - }, - getXposAlignedToAnchor: function() { - var me = this, - align = me.align, - anchor = me.anchor, - anchorEl = anchor && anchor.el, - el = me.el, - xPos = 0; - // Avoid error messages if the anchor does not have a dom element - if (anchorEl && anchorEl.dom) { - if (!me.useXAxis) { - // Element should already be aligned vertically - xPos = el.getLeft(); - } - // Using getAnchorXY instead of getTop/getBottom should give a correct placement when document is used - // as the anchor but is still 0 px high. Before rendering the viewport. - else if (align === 'br' || align === 'tr' || align === 'r') { - xPos += anchorEl.getAnchorXY('r')[0]; - xPos -= (el.getWidth() + me.paddingX); - } else { - xPos += anchorEl.getAnchorXY('l')[0]; - xPos += me.paddingX; - } - } - return xPos; - }, - getYposAlignedToAnchor: function() { - var me = this, - align = me.align, - anchor = me.anchor, - anchorEl = anchor && anchor.el, - el = me.el, - yPos = 0; - // Avoid error messages if the anchor does not have a dom element - if (anchorEl && anchorEl.dom) { - if (me.useXAxis) { - // Element should already be aligned horizontally - yPos = el.getTop(); - } - // Using getAnchorXY instead of getTop/getBottom should give a correct placement when document is used - // as the anchor but is still 0 px high. Before rendering the viewport. - else if (align === 'br' || align === 'bl' || align === 'b') { - yPos += anchorEl.getAnchorXY('b')[1]; - yPos -= (el.getHeight() + me.paddingY); - } else { - yPos += anchorEl.getAnchorXY('t')[1]; - yPos += me.paddingY; - } - } - return yPos; - }, - getXposAlignedToSibling: function(sibling) { - var me = this, - align = me.align, - el = me.el, - xPos; - if (!me.useXAxis) { - xPos = el.getLeft(); - } else if (align === 'tl' || align === 'bl' || align === 'l') { - // Using sibling's width when adding - xPos = (sibling.xPos + sibling.el.getWidth() + sibling.spacing); - } else { - // Using own width when subtracting - xPos = (sibling.xPos - el.getWidth() - me.spacing); - } - return xPos; - }, - getYposAlignedToSibling: function(sibling) { - var me = this, - align = me.align, - el = me.el, - yPos; - if (me.useXAxis) { - yPos = el.getTop(); - } else if (align === 'tr' || align === 'tl' || align === 't') { - // Using sibling's width when adding - yPos = (sibling.yPos + sibling.el.getHeight() + sibling.spacing); - } else { - // Using own width when subtracting - yPos = (sibling.yPos - el.getHeight() - sibling.spacing); - } - return yPos; - }, - getToasts: function() { - var anchor = this.anchor, - alignment = this.anchorAlign, - activeToasts = anchor.activeToasts || (anchor.activeToasts = {}); - return activeToasts[alignment] || (activeToasts[alignment] = []); - }, - setAnchor: function(anchor) { - var me = this, - Toast; - me.anchor = anchor = ((typeof anchor === 'string') ? Ext.getCmp(anchor) : anchor); - // If no anchor is provided or found, then the static object is used and the el - // property pointed to the body document. - if (!anchor) { - Toast = Ext.window.Toast; - me.anchor = Toast.bodyAnchor || (Toast.bodyAnchor = { - el: Ext.getBody() - }); - } - }, - beforeShow: function() { - var me = this; - if (me.stickOnClick) { - me.body.on('click', function() { - me.cancelAutoClose(); - }); - } - if (me.autoClose) { - if (!me.closeTask) { - me.closeTask = new Ext.util.DelayedTask(me.doAutoClose, me); - } - } - // Shunting offscreen to avoid flicker - me.el.setX(-10000); - me.el.setOpacity(1); - }, - afterShow: function() { - var me = this, - el = me.el, - activeToasts, sibling, length, xy; - me.callParent(arguments); - activeToasts = me.getToasts(); - length = activeToasts.length; - sibling = length && activeToasts[length - 1]; - if (sibling) { - el.alignTo(sibling.el, me.siblingAlignment, [ - 0, - 0 - ]); - me.xPos = me.getXposAlignedToSibling(sibling); - me.yPos = me.getYposAlignedToSibling(sibling); - } else { - el.alignTo(me.anchor.el, me.anchorAlign, [ - (me.paddingX * me.paddingFactorX), - (me.paddingY * me.paddingFactorY) - ], false); - me.xPos = me.getXposAlignedToAnchor(); - me.yPos = me.getYposAlignedToAnchor(); - } - Ext.Array.include(activeToasts, me); - if (me.animate) { - // Repeating from coordinates makes sure the windows does not flicker - // into the center of the viewport during animation - xy = el.getXY(); - el.animate({ - from: { - x: xy[0], - y: xy[1] - }, - to: { - x: me.xPos, - y: me.yPos, - opacity: 1 - }, - easing: me.slideInAnimation, - duration: me.slideInDuration, - dynamic: true, - callback: me.afterPositioned, - scope: me - }); - } else { - me.setLocalXY(me.xPos, me.yPos); - me.afterPositioned(); - } - }, - afterPositioned: function() { - if (this.autoClose) { - this.closeTask.delay(this.autoCloseDelay); - } - }, - onDocumentMousedown: function(e) { - if (this.isVisible() && !this.owns(e.getTarget())) { - this.hide(); - } - }, - slideBack: function() { - var me = this, - anchor = me.anchor, - anchorEl = anchor && anchor.el, - el = me.el, - activeToasts = me.getToasts(), - index = Ext.Array.indexOf(activeToasts, me); - // Not animating the element if it already started to hide itself or if the anchor is not present in the dom - if (!me.isHiding && el && el.dom && anchorEl && anchorEl.isVisible()) { - if (index) { - me.xPos = me.getXposAlignedToSibling(activeToasts[index - 1]); - me.yPos = me.getYposAlignedToSibling(activeToasts[index - 1]); - } else { - me.xPos = me.getXposAlignedToAnchor(); - me.yPos = me.getYposAlignedToAnchor(); - } - me.stopAnimation(); - if (me.animate) { - el.animate({ - to: { - x: me.xPos, - y: me.yPos - }, - easing: me.slideBackAnimation, - duration: me.slideBackDuration, - dynamic: true - }); - } - } - }, - update: function() { - var me = this; - if (me.isVisible()) { - me.isHiding = true; - me.hide(); - } - //TODO offer a way to just update and reposition after layout - me.callParent(arguments); - me.show(); - }, - cancelAutoClose: function() { - var closeTask = this.closeTask; - if (closeTask) { - closeTask.cancel(); - } - }, - doAutoClose: function() { - var me = this; - if (!(me.stickWhileHover && me.mouseIsOver)) { - // Close immediately - me.close(); - } else { - // Delayed closing when mouse leaves the component. - me.closeOnMouseOut = true; - } - }, - onMouseEnter: function() { - this.mouseIsOver = true; - }, - onMouseLeave: function() { - var me = this; - me.mouseIsOver = false; - if (me.closeOnMouseOut) { - me.closeOnMouseOut = false; - me.close(); - } - }, - removeFromAnchor: function() { - var me = this, - activeToasts, index; - if (me.anchor) { - activeToasts = me.getToasts(); - index = Ext.Array.indexOf(activeToasts, me); - if (index !== -1) { - Ext.Array.erase(activeToasts, index, 1); - // Slide "down" all activeToasts "above" the hidden one - for (; index < activeToasts.length; index++) { - activeToasts[index].slideBack(); - } - } - } - }, - getFocusEl: Ext.emptyFn, - hide: function() { - var me = this, - el = me.el; - me.cancelAutoClose(); - if (me.isHiding) { - if (!me.isFading) { - me.callParent(arguments); - // Must come after callParent() since it will pass through hide() again triggered by destroy() - me.removeFromAnchor(); - me.isHiding = false; - } - } else { - // Must be set right away in case of double clicks on the close button - me.isHiding = true; - me.isFading = true; - me.cancelAutoClose(); - if (el) { - if (me.animate) { - el.fadeOut({ - opacity: 0, - easing: 'easeIn', - duration: me.hideDuration, - listeners: { - afteranimate: function() { - me.isFading = false; - me.hide(me.animateTarget, me.doClose, me); - } - } - }); - } else { - me.isFading = false; - me.hide(me.animateTarget, me.doClose, me); - } - } - } - return me; - } -}, function(Toast) { - Ext.toast = function(message, title, align, iconCls) { - var config = message, - toast; - if (Ext.isString(message)) { - config = { - title: title, - html: message, - iconCls: iconCls - }; - if (align) { - config.align = align; - } - } - toast = new Toast(config); - toast.show(); - return toast; - }; -}); - diff --git a/src/webapp/js/ext-all.js b/src/webapp/js/ext-all.js deleted file mode 100644 index cfcbc67..0000000 --- a/src/webapp/js/ext-all.js +++ /dev/null @@ -1,22 +0,0 @@ -/* -This file is part of Ext JS 6.0.1.250 - -Copyright (c) 2011-2015 Sencha Inc - -Contact: http://www.sencha.com/contact - -GNU General Public License Usage -This file may be used under the terms of the GNU General Public License version 3.0 as -published by the Free Software Foundation and appearing in the file LICENSE included in the -packaging of this file. - -Please review the following information to ensure the GNU General Public License version 3.0 -requirements will be met: http://www.gnu.org/copyleft/gpl.html. - -If you are unsure which license is appropriate for your use, please contact the sales department -at http://www.sencha.com/contact. - -Version: 6.0.1.250 Build date: 2015-09-02 17:27:43 (22ef9ff0ebf584ff525541be37e753a703cc044b) - -*/ -var Ext=Ext||{};if(!Ext.Toolbar){Ext.Toolbar={}}if(!Ext.app){Ext.app={}}if(!Ext.app.bind){Ext.app.bind={}}if(!Ext.app.domain){Ext.app.domain={}}if(!Ext.app.route){Ext.app.route={}}if(!Ext.button){Ext.button={}}if(!Ext.container){Ext.container={}}if(!Ext.core){Ext.core={}}if(!Ext.dashboard){Ext.dashboard={}}if(!Ext.data){Ext.data={}}if(!Ext.data.field){Ext.data.field={}}if(!Ext.data.flash){Ext.data.flash={}}if(!Ext.data.identifier){Ext.data.identifier={}}if(!Ext.data.matrix){Ext.data.matrix={}}if(!Ext.data.operation){Ext.data.operation={}}if(!Ext.data.proxy){Ext.data.proxy={}}if(!Ext.data.reader){Ext.data.reader={}}if(!Ext.data.request){Ext.data.request={}}if(!Ext.data.schema){Ext.data.schema={}}if(!Ext.data.session){Ext.data.session={}}if(!Ext.data.validator){Ext.data.validator={}}if(!Ext.data.writer){Ext.data.writer={}}if(!Ext.dd){Ext.dd={}}if(!Ext.direct){Ext.direct={}}if(!Ext.dom){Ext.dom={}}if(!Ext.dom.Element){Ext.dom.Element={}}if(!Ext.event){Ext.event={}}if(!Ext.event.gesture){Ext.event.gesture={}}if(!Ext.event.publisher){Ext.event.publisher={}}if(!Ext.flash){Ext.flash={}}if(!Ext.form){Ext.form={}}if(!Ext.form.Action){Ext.form.Action={}}if(!Ext.form.action){Ext.form.action={}}if(!Ext.form.field){Ext.form.field={}}if(!Ext.form.trigger){Ext.form.trigger={}}if(!Ext.fx){Ext.fx={}}if(!Ext.fx.animation){Ext.fx.animation={}}if(!Ext.fx.easing){Ext.fx.easing={}}if(!Ext.fx.layout){Ext.fx.layout={}}if(!Ext.fx.layout.card){Ext.fx.layout.card={}}if(!Ext.fx.runner){Ext.fx.runner={}}if(!Ext.fx.target){Ext.fx.target={}}if(!Ext.grid){Ext.grid={}}if(!Ext.grid.column){Ext.grid.column={}}if(!Ext.grid.feature){Ext.grid.feature={}}if(!Ext.grid.filters){Ext.grid.filters={}}if(!Ext.grid.filters.filter){Ext.grid.filters.filter={}}if(!Ext.grid.header){Ext.grid.header={}}if(!Ext.grid.locking){Ext.grid.locking={}}if(!Ext.grid.plugin){Ext.grid.plugin={}}if(!Ext.grid.property){Ext.grid.property={}}if(!Ext.grid.selection){Ext.grid.selection={}}if(!Ext.layout){Ext.layout={}}if(!Ext.layout.boxOverflow){Ext.layout.boxOverflow={}}if(!Ext.layout.component){Ext.layout.component={}}if(!Ext.layout.component.field){Ext.layout.component.field={}}if(!Ext.layout.container){Ext.layout.container={}}if(!Ext.layout.container.border){Ext.layout.container.border={}}if(!Ext.layout.container.boxOverflow){Ext.layout.container.boxOverflow={}}if(!Ext.list){Ext.list={}}if(!Ext.menu){Ext.menu={}}if(!Ext.mixin){Ext.mixin={}}if(!Ext.overrides){Ext.overrides={}}if(!Ext.overrides.app){Ext.overrides.app={}}if(!Ext.overrides.app.domain){Ext.overrides.app.domain={}}if(!Ext.overrides.dom){Ext.overrides.dom={}}if(!Ext.overrides.event){Ext.overrides.event={}}if(!Ext.overrides.event.publisher){Ext.overrides.event.publisher={}}if(!Ext.overrides.list){Ext.overrides.list={}}if(!Ext.overrides.plugin){Ext.overrides.plugin={}}if(!Ext.overrides.util){Ext.overrides.util={}}if(!Ext.panel){Ext.panel={}}if(!Ext.perf){Ext.perf={}}if(!Ext.picker){Ext.picker={}}if(!Ext.plugin){Ext.plugin={}}if(!Ext.promise){Ext.promise={}}if(!Ext.resizer){Ext.resizer={}}if(!Ext.scroll){Ext.scroll={}}if(!Ext.selection){Ext.selection={}}if(!Ext.slider){Ext.slider={}}if(!Ext.sparkline){Ext.sparkline={}}if(!Ext.state){Ext.state={}}if(!Ext.tab){Ext.tab={}}if(!Ext.tip){Ext.tip={}}if(!Ext.toolbar){Ext.toolbar={}}if(!Ext.tree){Ext.tree={}}if(!Ext.tree.plugin){Ext.tree.plugin={}}if(!Ext.util){Ext.util={}}if(!Ext.util.paintmonitor){Ext.util.paintmonitor={}}if(!Ext.util.sizemonitor){Ext.util.sizemonitor={}}if(!Ext.util.translatable){Ext.util.translatable={}}if(!Ext.ux){Ext.ux={}}if(!Ext.ux.form){Ext.ux.form={}}if(!Ext.ux.layout){Ext.ux.layout={}}if(!Ext.view){Ext.view={}}if(!Ext.window){Ext.window={}}(function(e){var b,m=["constructor","toString","valueOf","toLocaleString"],g={},q={},d=0,n,k,s,i,a,h,o,c,j,r=function(){var v,u;k=Ext.Base;s=Ext.ClassManager;for(v=m.length;v-->0;){u=(1<0;){v=b[w];u[v]=k[v]}return u},l=function(z,C,X,u,B,L,A,U,x,N,G){var v=function F(){return this.constructor.apply(this,arguments)||null},W=v,w={enumerableMembers:u&d,onCreated:G,onBeforeCreated:t,aliases:U},J=X.alternateClassName||[],S=Ext.global,O,R,T,I,Q,aa,Z,y,P,E,V,M,H,Y,K=s.alternateToName||s.maps.alternateToName,D=s.nameToAlternates||s.maps.nameToAlternates;for(T=b.length;T-->0;){Z=b[T];v[Z]=k[Z]}if(X.$isFunction){X=X(v)}w.data=X;E=X.statics;delete X.statics;X.$className=z;if("$className" in X){v.$className=X.$className}v.extend(C);P=v.prototype;v.xtype=X.xtype=B[0];if(B){P.xtypes=B}P.xtypesChain=L;P.xtypesMap=A;X.alias=U;W.triggerExtended(v,X,w);if(X.onClassExtended){v.onExtended(X.onClassExtended,v);delete X.onClassExtended}if(X.privates&&c){c.call(Ext.Class,v,X)}if(E){if(j){v.addStatics(E)}else{for(V in E){if(E.hasOwnProperty(V)){Y=E[V];if(Y&&Y.$isFunction&&!Y.$isClass&&Y!==Ext.emptyFn&&Y!==Ext.identityFn){v[V]=H=Y;H.$owner=v;H.$name=V}v[V]=Y}}}}if(X.inheritableStatics){v.addInheritableStatics(X.inheritableStatics);delete X.inheritableStatics}if(P.onClassExtended){W.onExtended(P.onClassExtended,W);delete P.onClassExtended}if(X.config){i.call(Ext.Class,v,X)}if(X.cachedConfig&&a){a.call(Ext.Class,v,X);delete X.cachedConfig}if(X.platformConfig&&h){h.call(Ext.Class,v,X);delete X.platformConfig}if(X.deprecated&&o){o.call(Ext.ClassManager,z,v,X)}w.onBeforeCreated(v,w.data,w);for(T=0,Q=x&&x.length;T1?parseInt(F[2]):0;if(K){D=true}}else{K=0}E[N]=K}if(E.ie){var G=document.documentMode;if(G>=8){E.ie=G}}K=E.ie||false;L=Math.max(K,w.maxIEVersion);for(I=8;I<=L;++I){H="ie"+I;E[H+"m"]=K?K<=I:0;E[H]=K?K===I:0;E[H+"p"]=K?K>=I:0}return E},y=function(){var E={},J,K,M,G,H,F,D,I,L;M=c(w.osPrefixes);H=M.length;for(G=0,L=0;G1?parseFloat(F[F.length-1]):0}if(I){L++}E[K]=I}M=c(w.fallbackOSPrefixes);H=M.length;for(G=0;G1){z=u[1];if(z==="false"||z==="0"){z=false}}y[s]=z}}return y},filterPlatform:function(t,x){t=e.concat(t||e);x=e.concat(x||e);var w=t.length,v=x.length,s=(!w&&v),u,r;for(u=0;u0&&((v=t.charAt(w-1))==="?"||v==="&")){r=t.indexOf("&",w);r=(r<0)?"":t.substring(r);if(r&&v==="?"){++w;r=r.substring(1)}t=t.substring(0,w-1)+r}return t},getConfig:function(r){return r?d.config[r]:d.config},setConfig:function(r,u){if(typeof r==="string"){d.config[r]=u}else{for(var t in r){d.setConfig(t,r[t])}}return d},getHead:function(){return d.docHead||(d.docHead=o.head||o.getElementsByTagName("head")[0])},create:function(t,u,r){var s=r||{};s.url=t;s.key=u;return d.scripts[u]=new j(s)},getEntry:function(s,r){var t=d.canonicalUrl(s),u=d.scripts[t];if(!u){u=d.create(s,t,r)}return u},registerContent:function(s,t,u){var r={content:u,loaded:true,css:t==="css"};return d.getEntry(s,r)},processRequest:function(s,r){s.loadEntries(r)},load:function(r){var r=new b(r);if(r.sync||d.syncMode){return d.loadSync(r)}if(d.currentRequest){r.getEntries();d.suspendedQueue.push(r)}else{d.currentRequest=r;d.processRequest(r,false)}return d},loadSync:function(r){var r=new b(r);d.syncMode++;d.processRequest(r,true);d.syncMode--;return d},loadBasePrefix:function(r){r=new b(r);r.prependBaseUrl=true;return d.load(r)},loadSyncBasePrefix:function(r){r=new b(r);r.prependBaseUrl=true;return d.loadSync(r)},requestComplete:function(s){var r;if(d.currentRequest===s){d.currentRequest=null;while(d.suspendedQueue.length>0){r=d.suspendedQueue.shift();if(!r.done){d.load(r);break}}}if(!d.currentRequest&&d.suspendedQueue.length==0){d.fireListeners()}},isLoading:function(){return !d.currentRequest&&d.suspendedQueue.length==0},fireListeners:function(){var r;while(d.isLoading()&&(r=d.listeners.shift())){r()}},onBootReady:function(r){if(!d.isLoading()){r()}else{d.listeners.push(r)}},getPathsFromIndexes:function(s,r){return b.prototype.getPathsFromIndexes(s,r)},createLoadOrderMap:function(r){return b.prototype.createLoadOrderMap(r)},fetch:function(r,s,A,u){u=(u===undefined)?!!s:u;var z=new XMLHttpRequest(),B,w,x,t=false,y=function(){if(z&&z.readyState==4){w=(z.status===1223)?204:(z.status===0&&((self.location||{}).protocol==="file:"||(self.location||{}).protocol==="ionp:"))?200:z.status;x=z.responseText;B={content:x,status:w,exception:t};if(s){s.call(A,B)}z=null}};if(u){z.onreadystatechange=y}try{z.open("GET",r,u);z.send(null)}catch(v){t=v;y();return B}if(!u){y()}return B},notifyAll:function(r){r.notifyRequests()}};function b(r){if(r.$isRequest){return r}var r=r.url?r:{url:r},s=r.url,t=s.charAt?[s]:s,u=r.charset||d.config.charset;a(r,{urls:t,charset:u});a(this,r)}b.prototype={$isRequest:true,createLoadOrderMap:function(s){var r=s.length,t={},v,u;for(v=0;v0){setTimeout(function(){u.call(t,v)},r)}else{u.call(t,v)}}v.fireListeners();d.requestComplete(v)}},onDone:function(t){var s=this,r=s.listeners||(s.listeners=[]);if(s.done){t(s)}else{r.push(t)}},fireListeners:function(){var r=this.listeners,s;if(r){while((s=r.shift())){s(this)}}}};function j(s){if(s.$isEntry){return s}var x=s.charset||d.config.charset,w=Ext.manifest,r=w&&w.loader,t=(s.cache!==undefined)?s.cache:(r&&r.cache),v,u;if(d.config.disableCaching){if(t===undefined){t=!d.config.disableCaching}if(t===false){v=+new Date()}else{if(t!==true){v=t}}if(v){u=(r&&r.cacheParam)||d.config.disableCachingParam;v=u+"="+v}}a(s,{charset:x,buster:v,requests:[]});a(this,s)}j.prototype={$isEntry:true,done:false,evaluated:false,loaded:false,isCrossDomain:function(){var r=this;if(r.crossDomain===undefined){r.crossDomain=(r.getLoadUrl().indexOf(d.origin)!==0)}return r.crossDomain},isCss:function(){var s=this;if(s.css===undefined){if(s.url){var r=d.assetConfig[s.url];s.css=r?r.type==="css":g.test(s.url)}else{s.css=false}}return this.css},getElement:function(r){var t=this,s=t.el;if(!s){if(t.isCss()){r=r||"link";s=o.createElement(r);if(r=="link"){s.rel="stylesheet";t.prop="href"}else{t.prop="textContent"}s.type="text/css"}else{r=r||"script";s=o.createElement(r);s.type="text/javascript";t.prop="src";if(t.charset){s.charset=t.charset}if(d.hasAsync){s.async=false}}t.el=s}return s},getLoadUrl:function(){var s=this,r=d.canonicalUrl(s.url);if(!s.loadUrl){s.loadUrl=!!s.buster?(r+(r.indexOf("?")===-1?"?":"&")+s.buster):r}return s.loadUrl},fetch:function(u){var s=this.getLoadUrl(),t=!!u.async,r=u.complete;d.fetch(s,r,this,t)},onContentLoaded:function(s){var w=this,r=s.status,v=s.content,u=s.exception,t=this.getLoadUrl();w.loaded=true;if((u||r===0)&&!i.phantom){w.error=true;w.evaluated=true}else{if((r>=200&&r<300)||r===304||i.phantom||(r===0&&v.length>0)){w.content=v}else{w.error=true;w.evaluated=true}}},createLoadElement:function(v){var t=this,s=t.getElement(),r=function(){if(this.readyState==="loaded"||this.readyState==="complete"){if(v){v()}}},u=function(){t.error=true;if(v){v()}};t.preserve=true;s.onerror=u;if(d.hasReadyState){s.onreadystatechange=r}else{s.onload=v}s[t.prop]=t.getLoadUrl()},onLoadElementReady:function(){d.getHead().appendChild(this.getElement());this.evaluated=true},inject:function(w,v){var x=this,y=d.getHead(),r=x.url,z=x.key,s,t,u,A;if(x.isCss()){x.preserve=true;A=z.substring(0,z.lastIndexOf("/")+1);s=o.createElement("base");s.href=A;if(y.firstChild){y.insertBefore(s,y.firstChild)}else{y.appendChild(s)}s.href=s.href;if(r){w+="\n/*# sourceURL="+z+" */"}t=x.getElement("style");u=("styleSheet" in t);y.appendChild(s);if(u){y.appendChild(t);t.styleSheet.cssText=w}else{t.textContent=w;y.appendChild(t)}y.removeChild(s)}else{if(r){w+="\n//# sourceURL="+z}Ext.globalEval(w)}return x},loadCrossDomain:function(){var s=this,r=function(){s.loaded=s.evaluated=s.done=true;s.notifyRequests()};s.createLoadElement(function(){r()});s.evaluateLoadElement();return false},loadElement:function(){var s=this,r=function(){s.loaded=s.evaluated=s.done=true;s.notifyRequests()};s.createLoadElement(function(){r()});s.evaluateLoadElement();return true},loadSync:function(){var r=this;r.fetch({async:false,complete:function(s){r.onContentLoaded(s)}});r.evaluate();r.notifyRequests()},load:function(s){var r=this;if(!r.loaded){if(r.loading){return false}r.loading=true;if(!s){if(r.isCrossDomain()){return r.loadCrossDomain()}else{if(!r.isCss()&&d.hasReadyState){r.createLoadElement(function(){r.loaded=true;r.notifyRequests()})}else{if(d.useElements&&!(r.isCss()&&i.phantom)){return r.loadElement()}else{r.fetch({async:!s,complete:function(t){r.onContentLoaded(t);r.notifyRequests()}})}}}}else{r.loadSync()}}return true},evaluateContent:function(){this.inject(this.content);this.content=null},evaluateLoadElement:function(){d.getHead().appendChild(this.getElement())},evaluate:function(){var r=this;if(!r.evaluated){if(r.evaluating){return}r.evaluating=true;if(r.content!==undefined){r.evaluateContent()}else{if(!r.error){r.evaluateLoadElement()}}r.evaluated=r.done=true;r.cleanup()}},cleanup:function(){var t=this,s=t.el,u;if(!s){return}if(!t.preserve){t.el=null;s.parentNode.removeChild(s);for(u in s){try{if(u!==t.prop){s[u]=null}delete s[u]}catch(r){}}}s.onload=s.onerror=s.onreadystatechange=h},notifyRequests:function(){var u=this.requests,r=u.length,s,t;for(s=0;s0){while((s=r.shift())){s(this)}}}};Ext.disableCacheBuster=function(s,t){var r=new Date();r.setTime(r.getTime()+(s?10*365:-1)*24*60*60*1000);r=r.toGMTString();o.cookie="ext-cache=1; expires="+r+"; path="+(t||"/")};d.init();return d}(function(){}));Ext.globalEval=Ext.globalEval||(this.execScript?function(a){execScript(a)}:function($$code){eval.call(window,$$code)});if(!Function.prototype.bind){(function(){var a=Array.prototype.slice,b=function(d){var c=a.call(arguments,1),e=this;if(c.length){return function(){var g=arguments;return e.apply(d,g.length?c.concat(a.call(g)):c)}}c=null;return function(){return e.apply(d,arguments)}};Function.prototype.bind=b;b.$extjs=true}())}Ext.setResourcePath=function(c,b){var a=Ext.manifest||(Ext.manifest={}),d=a.resources||(a.resources={});if(a){if(typeof c!=="string"){Ext.apply(d,c)}else{d[c]=b}a.resources=d}};Ext.getResourcePath=function(g,e,a){if(typeof g!=="string"){e=g.pool;a=g.packageName;g=g.path}var d=Ext.manifest,h=d&&d.resources,c=h[e],b=[];if(c==null){c=h.path;if(c==null){c="resources"}}if(c){b.push(c)}if(a){b.push(a)}b.push(g);return b.join("/")};var Ext=Ext||{};(function(){var b=this,h=Object.prototype,c=h.toString,o=["valueOf","toLocaleString","toString","constructor"],l=function(){},g=function(){},j=function(i){return i},n=function(){var i=n.caller.caller;return i.$owner.prototype[i.$name].apply(this,arguments)},a=Ext.manifest||{},k,d=/\[object\s*(?:Array|Arguments|\w*Collection|\w*List|HTML\s+document\.all\s+class)\]/,e=/^\\?\/Date\(([-+])?(\d+)(?:[+-]\d{4})?\)\\?\/$/;Ext.global=b;Ext.now=Date.now||(Date.now=function(){return +new Date()});Ext.ticks=(b.performance&&b.performance.now)?function(){return performance.now()}:Ext.now;Ext._startTime=Ext.ticks();l.$nullFn=j.$nullFn=l.$emptyFn=j.$identityFn=g.$nullFn=true;g.$privacy="framework";Ext.suspendLayouts=Ext.resumeLayouts=l;for(k in {toString:1}){o=null}Ext.enumerables=o;Ext.apply=function(s,r,u){if(u){Ext.apply(s,u)}if(s&&r&&typeof r==="object"){var t,q,p;for(t in r){s[t]=r[t]}if(o){for(q=o.length;q--;){p=o[q];if(r.hasOwnProperty(p)){s[p]=r[p]}}}}return s};function m(r,i,s){var p,q;for(p in s){if(s.hasOwnProperty(p)){q=s[p];if(typeof q==="function"){q.$name=p;q.$owner=i;q.$previous=r.hasOwnProperty(p)?r[p]:n}r[p]=q}}}Ext.buildSettings=Ext.apply({baseCSSPrefix:"x-"},Ext.buildSettings||{});Ext.apply(Ext,{idSeed:0,idPrefix:"ext-",isSecure:/^https/i.test(window.location.protocol),enableGarbageCollector:false,enableListenerCollection:true,name:Ext.sandboxName||"Ext",privateFn:g,emptyFn:l,identityFn:j,frameStartTime:Ext.now(),manifest:a,enableAria:true,enableAriaButtons:true,enableAriaPanels:true,startsWithHashRe:/^#/,validIdRe:/^[a-z_][a-z0-9\-_]*$/i,BLANK_IMAGE_URL:"data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==",makeIdSelector:function(i){return"#"+i},id:function(p,i){if(p&&p.id){return p.id}var q=(i||Ext.idPrefix)+(++Ext.idSeed);if(p){p.id=q}return q},returnId:function(i){return i.getId()},returnTrue:function(){return true},emptyString:new String(),baseCSSPrefix:Ext.buildSettings.baseCSSPrefix,$eventNameMap:{},$vendorEventRe:/^(Moz.+|MS.+|webkit.+)/,canonicalEventName:function(i){return Ext.$eventNameMap[i]||(Ext.$eventNameMap[i]=(Ext.$vendorEventRe.test(i)?i:i.toLowerCase()))},applyIf:function(p,i){var q;if(p){for(q in i){if(p[q]===undefined){p[q]=i[q]}}}return p},destroy:function(){var r=arguments.length,q,p;for(q=0;q0){s--;q[s]="var Ext=window."+Ext.name+";"+q[s]}}i=q.join("");r=p[i];if(!r){r=Function.prototype.constructor.apply(Function.prototype,q);p[i]=r}return r},functionFactory:function(){var i=Array.prototype.slice.call(arguments),p;if(Ext.isSandboxed){p=i.length;if(p>0){p--;i[p]="var Ext=window."+Ext.name+";"+i[p]}}return Function.prototype.constructor.apply(Function.prototype,i)},Logger:{log:function(p,i){if(p&&b.console){if(!i||!(i in b.console)){i="log"}p="["+i.toUpperCase()+"] "+p;b.console[i](p)}},verbose:function(i){this.log(i,"verbose")},info:function(i){this.log(i,"info")},warn:function(i){this.log(i,"warn")},error:function(i){throw new Error(i)},deprecate:function(i){this.log(i,"warn")}}||{verbose:l,log:l,info:l,warn:l,error:function(i){throw new Error(i)},deprecate:l},getElementById:function(i){return document.getElementById(i)},splitAndUnescape:(function(){var i={};return function(r,q){if(!r){return[]}else{if(!q){return[r]}}var t=i[q]||(i[q]=new RegExp("\\\\"+q,"g")),p=[],u,s;u=r.split(q);while((s=u.shift())!==undefined){while(s.charAt(s.length-1)==="\\"&&u.length>0){s=s+q+u.shift()}s=s.replace(t,q);p.push(s)}return p}})()});Ext.returnTrue.$nullFn=Ext.returnId.$nullFn=true}());Ext.platformTags.modern=!(Ext.platformTags.classic=Ext.isClassic=true);(function(){function a(){var c=this,b=c.sourceClass,e=c.sourceMethod,d=c.msg;if(e){if(d){e+="(): ";e+=d}else{e+="()"}}if(b){e=e?(b+"."+e):b}return e||d||""}Ext.Error=function(c){if(Ext.isString(c)){c={msg:c}}var b=new Error();Ext.apply(b,c);b.message=b.message||b.msg;b.toString=a;return b};Ext.apply(Ext.Error,{ignore:false,raise:function(d){d=d||{};if(Ext.isString(d)){d={msg:d}}var c=this,g=c.raise.caller,e,b;if(g===Ext.raise){g=g.caller}if(g){if(!d.sourceMethod&&(b=g.$name)){d.sourceMethod=b}if(!d.sourceClass&&(b=g.$owner)&&(b=b.$className)){d.sourceClass=b}}if(c.handle(d)!==true){e=a.call(d);throw new Ext.Error(d)}},handle:function(){return this.ignore}})})();Ext.deprecated=function(a){return Ext.emptyFn};Ext.raise=function(){Ext.Error.raise.apply(Ext.Error,arguments)};Ext.Array=(function(){var c=Array.prototype,l=c.slice,n=(function(){var v=[],e,u=20;if(!v.splice){return false}while(u--){v.push("A")}v.splice(15,0,"F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F");e=v.length;v.splice(13,0,"XXX");if(e+1!==v.length){return false}return true}()),m="indexOf" in c,h=true;function k(x,u){var e=x.length,w=new Array(e),v;for(v=0;vD){for(y=e;y--;){B[v+y]=B[D+y]}}}if(F&&C===x){B.length=x;B.push.apply(B,E)}else{B.length=x+F;for(y=0;y>1;y=z(x,A[u]);if(y>=0){v=u+1}else{if(y<0){e=u-1}}}return v},defaultCompare:function(e,u){return(eu)?1:0)},lexicalCompare:function(e,u){e=String(e);u=String(u);return(eu)?1:0)},each:function(y,w,v,e){y=a.from(y);var u,x=y.length;if(e!==true){for(u=0;u-1;u--){if(w.call(v||y[u],y[u],u,y)===false){return u}}}return true},forEach:("forEach" in c)?function(v,u,e){return v.forEach(u,e)}:function(x,v,u){for(var e=0,w=x.length;e=0&&u>>0,u=e;if(arguments.length<3){while(true){if(v in y){u=y[v++];break}if(++v>=w){throw new TypeError("Reduce of empty array with no initial value")}}}for(;ve){e=v}}}return e},mean:function(e){return e.length>0?a.sum(e)/e.length:undefined},sum:function(x){var u=0,e,w,v;for(e=0,w=x.length;eu?1:-1,e;for(e=u;e!=w;e+=x){y[e]=y[e+x]}y[w]=v},replace:q,splice:r,push:function(w){var e=arguments.length,v=1,u;if(w===undefined){w=[]}else{if(!Ext.isArray(w)){w=[w]}}for(;v=p){q=0}else{q=p-q}}if(q===0){r=t+r}else{if(q>=r.length){r+=t}else{r=r.substr(0,q)+t+r.substr(q)}}return r},startsWith:function(r,t,q){var p=c(r,t);if(p){if(q){r=r.toLowerCase();t=t.toLowerCase()}p=r.lastIndexOf(t,0)===0}return p},endsWith:function(t,q,r){var p=c(t,q);if(p){if(r){t=t.toLowerCase();q=q.toLowerCase()}p=t.indexOf(q,t.length-q.length)!==-1}return p},createVarName:function(p){return p.replace(l,"")},htmlEncode:function(p){return(!p)?p:String(p).replace(h,g)},htmlDecode:function(p){return(!p)?p:String(p).replace(d,k)},hasHtmlCharacters:function(p){return h.test(p)},addCharacterEntities:function(q){var p=[],t=[],r,s;for(r in q){s=q[r];a[r]=s;e[s]=r;p.push(s);t.push(r)}h=new RegExp("("+p.join("|")+")","g");d=new RegExp("("+t.join("|")+"|&#[0-9]{1,5};)","g")},resetCharacterEntities:function(){e={};a={};this.addCharacterEntities({"&":"&",">":">","<":"<",""":'"',"'":"'"})},urlAppend:function(q,p){if(!Ext.isEmpty(p)){return q+(q.indexOf("?")===-1?"?":"&")+p}return q},trim:function(p){if(p){p=p.replace(i,"")}return p||""},capitalize:function(p){if(p){p=p.charAt(0).toUpperCase()+p.substr(1)}return p||""},uncapitalize:function(p){if(p){p=p.charAt(0).toLowerCase()+p.substr(1)}return p||""},ellipsis:function(r,q,s){if(r&&r.length>q){if(s){var t=r.substr(0,q-2),p=Math.max(t.lastIndexOf(" "),t.lastIndexOf("."),t.lastIndexOf("!"),t.lastIndexOf("?"));if(p!==-1&&p>=(q-15)){return t.substr(0,p)+"..."}}return r.substr(0,q-3)+"..."}return r},escapeRegex:function(p){return p.replace(b,"\\$1")},createRegex:function(t,s,q,p){var r=t;if(t!=null&&!t.exec){r=n.escapeRegex(String(t));if(s!==false){r="^"+r}if(q!==false){r+="$"}r=new RegExp(r,(p!==false)?"i":"")}return r},escape:function(p){return p.replace(m,"\\$1")},toggle:function(q,r,p){return q===r?p:r},leftPad:function(q,r,s){var p=String(q);s=s||" ";while(p.length daysInMonth) {","d = daysInMonth;","}","}","h = from(h, from(def.h, dt.getHours()));","i = from(i, from(def.i, dt.getMinutes()));","s = from(s, from(def.s, dt.getSeconds()));","ms = from(ms, from(def.ms, dt.getMilliseconds()));","if(z >= 0 && y >= 0){","v = me.add(new Date(y < 100 ? 100 : y, 0, 1, h, i, s, ms), me.YEAR, y < 100 ? y - 100 : 0);","v = !strict? v : (strict === true && (z <= 364 || (me.isLeapYear(v) && z <= 365))? me.add(v, me.DAY, z) : null);","}else if(strict === true && !me.isValid(y, m + 1, d, h, i, s, ms)){","v = null;","}else{","if (W) {","year = y || (new Date()).getFullYear();","jan4 = new Date(year, 0, 4, 0, 0, 0);","d = jan4.getDay();","week1monday = new Date(jan4.getTime() - ((d === 0 ? 6 : d - 1) * 86400000));","v = Ext.Date.clearTime(new Date(week1monday.getTime() + ((W - 1) * 604800000 + 43200000)));","} else {","v = me.add(new Date(y < 100 ? 100 : y, m, d, h, i, s, ms), me.YEAR, y < 100 ? y - 100 : 0);","}","}","}","}","if(v){","if(zz != null){","v = me.add(v, me.SECOND, -v.getTimezoneOffset() * 60 - zz);","}else if(o){","v = me.add(v, me.MINUTE, -v.getTimezoneOffset() + (sn == '+'? -1 : 1) * (hr * 60 + mn));","}","}","return (v != null) ? v : null;"].join("\n");if(!Date.prototype.toISOString){Date.prototype.toISOString=function(){var m=this;return d(m.getUTCFullYear(),4,"0")+"-"+d(m.getUTCMonth()+1,2,"0")+"-"+d(m.getUTCDate(),2,"0")+"T"+d(m.getUTCHours(),2,"0")+":"+d(m.getUTCMinutes(),2,"0")+":"+d(m.getUTCSeconds(),2,"0")+"."+d(m.getUTCMilliseconds(),3,"0")+"Z"}}function j(n){var m=Array.prototype.slice.call(arguments,1);return n.replace(c,function(o,p){return m[p]})}return g={now:e.now,toString:function(m){if(!m){m=new e()}return m.getFullYear()+"-"+d(m.getMonth()+1,2,"0")+"-"+d(m.getDate(),2,"0")+"T"+d(m.getHours(),2,"0")+":"+d(m.getMinutes(),2,"0")+":"+d(m.getSeconds(),2,"0")},getElapsed:function(n,m){return Math.abs(n-(m||g.now()))},useStrict:false,formatCodeToRegex:function(n,m){var o=g.parseCodes[n];if(o){o=typeof o==="function"?o():o;g.parseCodes[n]=o}return o?Ext.applyIf({c:o.c?j(o.c,m||"{0}"):o.c},o):{g:0,c:null,s:Ext.String.escapeRegex(n)}},parseFunctions:{MS:function(n,m){var o=(n||"").match(i);return o?new e(((o[1]||"")+o[2])*1):null},time:function(n,m){var o=parseInt(n,10);if(o||o===0){return new e(o)}return null},timestamp:function(n,m){var o=parseInt(n,10);if(o||o===0){return new e(o*1000)}return null}},parseRegexes:[],formatFunctions:{MS:function(){return"\\/Date("+this.getTime()+")\\/"},time:function(){return this.getTime().toString()},timestamp:function(){return g.format(this,"U")}},y2kYear:50,MILLI:"ms",SECOND:"s",MINUTE:"mi",HOUR:"h",DAY:"d",MONTH:"mo",YEAR:"y",defaults:{},dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNumbers:{January:0,Jan:0,February:1,Feb:1,March:2,Mar:2,April:3,Apr:3,May:4,June:5,Jun:5,July:6,Jul:6,August:7,Aug:7,September:8,Sep:8,October:9,Oct:9,November:10,Nov:10,December:11,Dec:11},defaultFormat:"m/d/Y",getShortMonthName:function(m){return g.monthNames[m].substring(0,3)},getShortDayName:function(m){return g.dayNames[m].substring(0,3)},getMonthNumber:function(m){return g.monthNumbers[m.substring(0,1).toUpperCase()+m.substring(1,3).toLowerCase()]},formatContainsHourInfo:function(m){return a.test(m.replace(l,""))},formatContainsDateInfo:function(m){return h.test(m.replace(l,""))},unescapeFormat:function(m){return m.replace(k,"")},formatCodes:{d:"Ext.String.leftPad(m.getDate(), 2, '0')",D:"Ext.Date.getShortDayName(m.getDay())",j:"m.getDate()",l:"Ext.Date.dayNames[m.getDay()]",N:"(m.getDay() ? m.getDay() : 7)",S:"Ext.Date.getSuffix(m)",w:"m.getDay()",z:"Ext.Date.getDayOfYear(m)",W:"Ext.String.leftPad(Ext.Date.getWeekOfYear(m), 2, '0')",F:"Ext.Date.monthNames[m.getMonth()]",m:"Ext.String.leftPad(m.getMonth() + 1, 2, '0')",M:"Ext.Date.getShortMonthName(m.getMonth())",n:"(m.getMonth() + 1)",t:"Ext.Date.getDaysInMonth(m)",L:"(Ext.Date.isLeapYear(m) ? 1 : 0)",o:"(m.getFullYear() + (Ext.Date.getWeekOfYear(m) == 1 && m.getMonth() > 0 ? +1 : (Ext.Date.getWeekOfYear(m) >= 52 && m.getMonth() < 11 ? -1 : 0)))",Y:"Ext.String.leftPad(m.getFullYear(), 4, '0')",y:"('' + m.getFullYear()).substring(2, 4)",a:"(m.getHours() < 12 ? 'am' : 'pm')",A:"(m.getHours() < 12 ? 'AM' : 'PM')",g:"((m.getHours() % 12) ? m.getHours() % 12 : 12)",G:"m.getHours()",h:"Ext.String.leftPad((m.getHours() % 12) ? m.getHours() % 12 : 12, 2, '0')",H:"Ext.String.leftPad(m.getHours(), 2, '0')",i:"Ext.String.leftPad(m.getMinutes(), 2, '0')",s:"Ext.String.leftPad(m.getSeconds(), 2, '0')",u:"Ext.String.leftPad(m.getMilliseconds(), 3, '0')",O:"Ext.Date.getGMTOffset(m)",P:"Ext.Date.getGMTOffset(m, true)",T:"Ext.Date.getTimezone(m)",Z:"(m.getTimezoneOffset() * -60)",c:function(){var q="Y-m-dTH:i:sP",o=[],n,m=q.length,p;for(n=0;n me.y2kYear ? 1900 + ty : 2000 + ty;\n",s:"(\\d{2})"},a:{g:1,c:"if (/(am)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(am|pm|AM|PM)",calcAtEnd:true},A:{g:1,c:"if (/(am)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(AM|PM|am|pm)",calcAtEnd:true},g:{g:1,c:"h = parseInt(results[{0}], 10);\n",s:"(1[0-2]|[0-9])"},G:{g:1,c:"h = parseInt(results[{0}], 10);\n",s:"(2[0-3]|1[0-9]|[0-9])"},h:{g:1,c:"h = parseInt(results[{0}], 10);\n",s:"(1[0-2]|0[1-9])"},H:{g:1,c:"h = parseInt(results[{0}], 10);\n",s:"(2[0-3]|[0-1][0-9])"},i:{g:1,c:"i = parseInt(results[{0}], 10);\n",s:"([0-5][0-9])"},s:{g:1,c:"s = parseInt(results[{0}], 10);\n",s:"([0-5][0-9])"},u:{g:1,c:"ms = results[{0}]; ms = parseInt(ms, 10)/Math.pow(10, ms.length - 3);\n",s:"(\\d+)"},O:{g:1,c:["o = results[{0}];","var sn = o.substring(0,1),","hr = o.substring(1,3)*1 + Math.floor(o.substring(3,5) / 60),","mn = o.substring(3,5) % 60;","o = ((-12 <= (hr*60 + mn)/60) && ((hr*60 + mn)/60 <= 14))? (sn + Ext.String.leftPad(hr, 2, '0') + Ext.String.leftPad(mn, 2, '0')) : null;\n"].join("\n"),s:"([+-]\\d{4})"},P:{g:1,c:["o = results[{0}];","var sn = o.substring(0,1),","hr = o.substring(1,3)*1 + Math.floor(o.substring(4,6) / 60),","mn = o.substring(4,6) % 60;","o = ((-12 <= (hr*60 + mn)/60) && ((hr*60 + mn)/60 <= 14))? (sn + Ext.String.leftPad(hr, 2, '0') + Ext.String.leftPad(mn, 2, '0')) : null;\n"].join("\n"),s:"([+-]\\d{2}:\\d{2})"},T:{g:0,c:null,s:"[A-Z]{1,5}"},Z:{g:1,c:"zz = results[{0}] * 1;\nzz = (-43200 <= zz && zz <= 50400)? zz : null;\n",s:"([+-]?\\d{1,5})"},c:function(){var o=[],m=[g.formatCodeToRegex("Y",1),g.formatCodeToRegex("m",2),g.formatCodeToRegex("d",3),g.formatCodeToRegex("H",4),g.formatCodeToRegex("i",5),g.formatCodeToRegex("s",6),{c:"ms = results[7] || '0'; ms = parseInt(ms, 10)/Math.pow(10, ms.length - 3);\n"},{c:["if(results[8]) {","if(results[8] == 'Z'){","zz = 0;","}else if (results[8].indexOf(':') > -1){",g.formatCodeToRegex("P",8).c,"}else{",g.formatCodeToRegex("O",8).c,"}","}"].join("\n")}],p,n;for(p=0,n=m.length;p0?"-":"+")+Ext.String.leftPad(Math.floor(Math.abs(o)/60),2,"0")+(n?":":"")+Ext.String.leftPad(Math.abs(o%60),2,"0")},getDayOfYear:function(p){var o=0,r=g.clone(p),n=p.getMonth(),q;for(q=0,r.setDate(1),r.setMonth(0);q28){m=Math.min(m,g.getLastDateOfMonth(g.add(g.getFirstDateOfMonth(o),g.MONTH,r)).getDate())}s.setDate(m);s.setMonth(o.getMonth()+r);break;case g.YEAR:m=o.getDate();if(m>28){m=Math.min(m,g.getLastDateOfMonth(g.add(g.getFirstDateOfMonth(o),g.YEAR,r)).getDate())}s.setDate(m);s.setFullYear(o.getFullYear()+r);break}}if(q){switch(n.toLowerCase()){case g.MILLI:p=1;break;case g.SECOND:p=1000;break;case g.MINUTE:p=1000*60;break;case g.HOUR:p=1000*60*60;break;case g.DAY:p=1000*60*60*24;break;case g.MONTH:m=g.getDaysInMonth(s);p=1000*60*60*24*m;break;case g.YEAR:m=(g.isLeapYear(s)?366:365);p=1000*60*60*24*m;break}if(p){s.setTime(s.getTime()+p*q)}}return s},subtract:function(n,m,o){return g.add(n,m,-o)},between:function(n,p,m){var o=n.getTime();return p.getTime()<=o&&o<=m.getTime()},compat:function(){var u,v=["useStrict","formatCodeToRegex","parseFunctions","parseRegexes","formatFunctions","y2kYear","MILLI","SECOND","MINUTE","HOUR","DAY","MONTH","YEAR","defaults","dayNames","monthNames","monthNumbers","getShortMonthName","getShortDayName","getMonthNumber","formatCodes","isValid","parseDate","getFormatCode","createFormat","createParser","parseCodes"],t=["dateFormat","format","getTimezone","getGMTOffset","getDayOfYear","getWeekOfYear","isLeapYear","getFirstDayOfMonth","getLastDayOfMonth","getDaysInMonth","getSuffix","clone","isDST","clearTime","add","between"],n=v.length,m=t.length,q,r,o;for(o=0;om){return o-1}return o;case g.YEAR:o=m.getFullYear()-n.getFullYear();if(g.add(n,p,o)>m){return o-1}else{return o}}},align:function(n,p,o){var m=new e(+n);switch(p.toLowerCase()){case g.MILLI:return m;case g.SECOND:m.setUTCSeconds(m.getUTCSeconds()-m.getUTCSeconds()%o);m.setUTCMilliseconds(0);return m;case g.MINUTE:m.setUTCMinutes(m.getUTCMinutes()-m.getUTCMinutes()%o);m.setUTCSeconds(0);m.setUTCMilliseconds(0);return m;case g.HOUR:m.setUTCHours(m.getUTCHours()-m.getUTCHours()%o);m.setUTCMinutes(0);m.setUTCSeconds(0);m.setUTCMilliseconds(0);return m;case g.DAY:if(o===7||o===14){m.setUTCDate(m.getUTCDate()-m.getUTCDay()+1)}m.setUTCHours(0);m.setUTCMinutes(0);m.setUTCSeconds(0);m.setUTCMilliseconds(0);return m;case g.MONTH:m.setUTCMonth(m.getUTCMonth()-(m.getUTCMonth()-1)%o,1);m.setUTCHours(0);m.setUTCMinutes(0);m.setUTCSeconds(0);m.setUTCMilliseconds(0);return m;case g.YEAR:m.setUTCFullYear(m.getUTCFullYear()-m.getUTCFullYear()%o,1,1);m.setUTCHours(0);m.setUTCMinutes(0);m.setUTCSeconds(0);m.setUTCMilliseconds(0);return n}}}}());Ext.Function=(function(){var b=0,m,e=[],n=[],i=0,j={},h=window,d=Ext.global,g=!!(d.setImmediate&&d.clearImmediate),l=h.requestAnimationFrame||h.webkitRequestAnimationFrame||h.mozRequestAnimationFrame||h.oRequestAnimationFrame||function(r){var o=Ext.now(),p=Math.max(0,16-(o-b)),q=h.setTimeout(function(){r(o+p)},p);b=o+p;return q},c=function(){var o=e.length,r,p,q;m=null;for(p=0;p0){return setTimeout(function(){if(Ext.elevateFunction){Ext.elevateFunction(s)}else{s()}},q)}s();return 0},interval:function(s,q,r,p,o){s=Ext.Function.bind(s,r,p,o);return setInterval(function(){if(Ext.elevateFunction){Ext.elevateFunction(s)}else{s()}},q)},createSequence:function(p,q,o){if(!q){return p}else{return function(){var r=p.apply(this,arguments);q.apply(o||this,arguments);return r}}},createBuffered:function(s,p,r,q){var o;return function(){var u=q||Array.prototype.slice.call(arguments,0),t=r||this;if(o){clearTimeout(o)}o=setTimeout(function(){if(Ext.elevateFunction){Ext.elevateFunction(s,t,u)}else{s.apply(t,u)}},p)}},createAnimationFrame:function(r,q,p,s){var o;s=s||3;return function(){var t=p||Array.prototype.slice.call(arguments,0);q=q||this;if(s===3&&o){k.cancelAnimationFrame(o)}if((s&1)||!o){o=k.requestAnimationFrame(function(){o=null;r.apply(q,t)})}}},requestAnimationFrame:function(r,q,o){var s=++i,p=Array.prototype.slice.call(arguments,0);p[3]=s;j[s]=1;e.push(p);if(!m){m=l(Ext.elevateFunction?a:c)}return s},cancelAnimationFrame:function(o){delete j[o]},createThrottled:function(s,p,r){var t=0,o,q,v,u=function(){if(Ext.elevateFunction){Ext.elevateFunction(s,r,q)}else{s.apply(r,q)}t=Ext.now();v=null};return function(){if(!r){r=this}o=Ext.now()-t;q=arguments;if(o>=p){clearTimeout(v);u()}else{if(!v){v=Ext.defer(u,p-o)}}}},createBarrier:function(q,p,o){return function(){if(!--q){p.apply(o,arguments)}}},interceptBefore:function(p,o,r,q){var s=p[o]||Ext.emptyFn;return(p[o]=function(){var t=r.apply(q||this,arguments);s.apply(this,arguments);return t})},interceptAfter:function(p,o,r,q){var s=p[o]||Ext.emptyFn;return(p[o]=function(){s.apply(this,arguments);return r.apply(q||this,arguments)})},makeCallback:function(p,o){return function(){return o[p].apply(o,arguments)}},memoize:function(r,q,o){var p={},s=o&&Ext.isFunction(o);return function(u){var t=s?o.apply(q,arguments):u;if(!(t in p)){p[t]=r.apply(q,arguments)}return p[t]}}};Ext.asap=g?function(p,o,q){if(o!=null||q!=null){p=k.bind(p,o,q)}return setImmediate(function(){if(Ext.elevateFunction){Ext.elevateFunction(p)}else{p()}})}:function(p,o,q){if(o!=null||q!=null){p=k.bind(p,o,q)}return setTimeout(function(){if(Ext.elevateFunction){Ext.elevateFunction(p)}else{p()}},0,true)},Ext.asapCancel=g?function(o){clearImmediate(o)}:function(o){clearTimeout(o)};Ext.defer=k.defer;Ext.interval=k.interval;Ext.pass=k.pass;Ext.bind=k.bind;Ext.deferCallback=k.requestAnimationFrame;return k})();Ext.Number=(new function(){var d=this,c=(0.9).toFixed()!=="1",b=Math,a={count:false,inclusive:false,wrap:true};Ext.apply(d,{Clip:{DEFAULT:a,COUNT:Ext.applyIf({count:true},a),INCLUSIVE:Ext.applyIf({inclusive:true},a),NOWRAP:Ext.applyIf({wrap:false},a)},clipIndices:function(m,n,h){h=h||a;var g=0,l=h.wrap,k,e,j;n=n||[];for(j=0;j<2;++j){k=e;e=n[j];if(e==null){e=g}else{if(j&&h.count){e+=k;e=(e>m)?m:e}else{if(l){e=(e<0)?(m+e):e}if(j&&h.inclusive){++e}e=(e<0)?0:((e>m)?m:e)}}g=m}n[0]=k;n[1]=(eg)?g:e)},snap:function(i,g,h,j){var e;if(i===undefined||i=g){i+=g}else{if(e*2<-g){i-=g}}}}return d.constrain(i,h,j)},snapInRange:function(i,e,h,j){var g;h=(h||0);if(i===undefined||i=e){i+=e}}if(j!==undefined){if(i>(j=d.snapInRange(j,e,h))){i=j}}return i},sign:function(e){e=+e;if(e===0||isNaN(e)){return e}return(e>0)?1:-1},toFixed:c?function(h,e){e=e||0;var g=b.pow(10,e);return(b.round(h*g)/g).toFixed(e)}:function(g,e){return g.toFixed(e)},from:function(g,e){if(isFinite(g)){g=parseFloat(g)}return !isNaN(g)?g:e},randomInt:function(g,e){return b.floor(b.random()*(e-g+1)+g)},correctFloat:function(e){return parseFloat(e.toPrecision(14))}});Ext.num=function(){return d.from.apply(this,arguments)}}());(function(){var d=function(){},b=/^\?/,c=/(\[):?([^\]]*)\]/g,a=/^([^\[]+)/,g=/\+/g,e=Ext.Object={chain:Object.create||function(i){d.prototype=i;var h=new d();d.prototype=null;return h},clear:function(h){for(var i in h){delete h[i]}return h},freeze:Object.freeze?function(j,h){if(j&&typeof j==="object"&&!Object.isFrozen(j)){Object.freeze(j);if(h){for(var i in j){e.freeze(j[i],h)}}}return j}:Ext.identityFn,toQueryObjects:function(k,o,j){var h=e.toQueryObjects,n=[],l,m;if(Ext.isArray(o)){for(l=0,m=o.length;l0){o=s.split("=");A=o[0];A=A.replace(g,"%20");A=decodeURIComponent(A);r=o[1];if(r!==undefined){r=r.replace(g,"%20");r=decodeURIComponent(r)}else{r=""}if(!v){if(y.hasOwnProperty(A)){if(!Ext.isArray(y[A])){y[A]=[y[A]]}y[A].push(r)}else{y[A]=r}}else{n=A.match(c);x=A.match(a);A=x[0];p=[];if(n===null){y[A]=r;continue}for(t=0,h=n.length;t@:]*)(?:[@]([^<>@:]+))?[>](.+)$/,resolveResource:function(c){var b=c,a;if(c&&c.charAt(0)==="<"){a=Ext._resourcePoolRe.exec(c);if(a){b=Ext.getResourcePath(a[3],a[1],a[2])}}return b},urlEncode:function(){var a=Ext.Array.from(arguments),b="";if(Ext.isString(a[1])){b=a[1]+"&";a[1]=false}return b+Ext.Object.toQueryString.apply(Ext.Object,a)},urlDecode:function(){return Ext.Object.fromQueryString.apply(Ext.Object,arguments)},getScrollbarSize:function(c){var b=Ext._scrollbarSize;if(c||!b){var a=document.body,d=document.createElement("div");d.style.width=d.style.height="100px";d.style.overflow="scroll";d.style.position="absolute";a.appendChild(d);Ext._scrollbarSize=b={width:d.offsetWidth-d.clientWidth,height:d.offsetHeight-d.clientHeight};a.removeChild(d)}return b},typeOf:(function(){var a=/\S/,c=Object.prototype.toString,d={number:1,string:1,"boolean":1,"undefined":1},b={"[object Array]":"array","[object Date]":"date","[object Boolean]":"boolean","[object Number]":"number","[object RegExp]":"regexp"};return function(h){if(h===null){return"null"}var g=typeof h,e,i;if(d[g]){return g}e=b[i=c.call(h)];if(e){return e}if(g==="function"){return"function"}if(g==="object"){if(h.nodeType!==undefined){if(h.nodeType===3){return a.test(h.nodeValue)?"textnode":"whitespace"}else{return"element"}}return"object"}return i}}()),factory:function(b,e,a,g){var d=Ext.ClassManager,c;if(!b||b.isInstance){if(a&&a!==b){a.destroy()}return b}if(g){if(typeof b==="string"){return d.instantiateByAlias(g+"."+b)}else{if(Ext.isObject(b)&&"type" in b){return d.instantiateByAlias(g+"."+b.type,b)}}}if(b===true){return a||Ext.create(e)}if("xtype" in b){c=d.instantiateByAlias("widget."+b.xtype,b)}else{if("xclass" in b){c=Ext.create(b.xclass,b)}}if(c){if(a){a.destroy()}return c}if(a){return a.setConfig(b)}return Ext.create(e,b)},log:(function(){var a=function(){};a.info=a.warn=a.error=Ext.emptyFn;return a}())});(function(){var d=[""],i=/([^\d\.])/,b=/[^\d]/g,a=/[\-+]/g,h=/\s/g,c=/_/g,g={classic:1,modern:1},e;Ext.Version=e=function(r,n){var s=this,l=s.padModes,j,p,m,o,t,k,q;if(r.isVersion){r=r.version}s.version=q=String(r).toLowerCase().replace(c,".").replace(a,"");j=q.charAt(0);if(j in l){q=q.substring(1);m=l[j]}else{m=n?l[n]:0}s.pad=m;k=q.search(i);s.shortVersion=q;if(k!==-1){s.release=t=q.substr(k,r.length);s.shortVersion=q.substr(0,k);t=e.releaseValueMap[t]||t}s.releaseValue=t||m;s.shortVersion=s.shortVersion.replace(b,"");s.parts=o=q.split(".");for(p=o.length;p--;){o[p]=parseInt(o[p],10)}if(m===Infinity){o.push(m)}s.major=o[0]||m;s.minor=o[1]||m;s.patch=o[2]||m;s.build=o[3]||m;return s};e.prototype={isVersion:true,padModes:{"~":NaN,"^":Infinity},release:"",compareTo:function(t){var u=this,n=u.pad,r=u.parts,v=r.length,m=t.isVersion?t:new e(t),k=m.pad,q=m.parts,p=q.length,j=Math.max(v,p),o,l,s;for(o=0;os){return 1}}l=u.releaseValue;s=m.releaseValue;if(ls){return 1}return 0},toString:function(){return this.version},valueOf:function(){return this.version},getMajor:function(){return this.major},getMinor:function(){return this.minor},getPatch:function(){return this.patch},getBuild:function(){return this.build},getRelease:function(){return this.release},getReleaseValue:function(){return this.releaseValue},isGreaterThan:function(j){return this.compareTo(j)>0},isGreaterThanOrEqual:function(j){return this.compareTo(j)>=0},isLessThan:function(j){return this.compareTo(j)<0},isLessThanOrEqual:function(j){return this.compareTo(j)<=0},equals:function(j){return this.compareTo(j)===0},match:function(j){j=String(j);return this.version.substr(0,j.length)===j},toArray:function(){var j=this;return[j.getMajor(),j.getMinor(),j.getPatch(),j.getBuild(),j.getRelease()]},getShortVersion:function(){return this.shortVersion},gt:function(j){return this.compareTo(j)>0},lt:function(j){return this.compareTo(j)<0},gtEq:function(j){return this.compareTo(j)>=0},ltEq:function(j){return this.compareTo(j)<=0}};Ext.apply(e,{aliases:{from:{extjs:"ext",core:"core",touch:"modern"},to:{ext:["extjs"],core:["core"],modern:["touch"]}},releaseValueMap:{dev:-6,alpha:-5,a:-5,beta:-4,b:-4,rc:-3,"#":-2,p:-1,pl:-1},getComponentValue:function(j){return !j?0:(isNaN(j)?this.releaseValueMap[j]||j:parseInt(j,10))},compare:function(l,k){var j=l.isVersion?l:new e(l);return j.compareTo(k)},set:function(o,m,l){var k=e.aliases.to[m],j=l.isVersion?l:new e(l),n;o[m]=j;if(k){for(n=k.length;n-->0;){o[k[n]]=j}}return j}});Ext.apply(Ext,{compatVersions:{},versions:{},lastRegisteredVersion:null,getCompatVersion:function(k){var j=Ext.compatVersions,l;if(!k){l=j.ext||j.touch||j.core}else{l=j[e.aliases.from[k]||k]}return l||Ext.getVersion(k)},setCompatVersion:function(k,j){e.set(Ext.compatVersions,k,j)},setVersion:function(k,j){if(k in g){Ext.toolkit=k}Ext.lastRegisteredVersion=e.set(Ext.versions,k,j);return this},getVersion:function(k){var j=Ext.versions;if(!k){return j.ext||j.touch||j.core}return j[e.aliases.from[k]||k]},checkVersion:function(p,x){var t=Ext.isArray(p),l=e.aliases.from,y=t?p:d,k=y.length,m=Ext.versions,w=m.ext||m.touch,q,v,s,n,o,j,z,r,u;if(!t){d[0]=p}for(q=0;q=0){z=z.replace(h,"")}v=z.indexOf("@");if(v<0){r=z;u=w}else{j=z.substring(0,v);if(!(u=m[l[j]||j])){if(x){return false}continue}r=z.substring(v+1)}v=r.indexOf("-");if(v<0){if(r.charAt(v=r.length-1)==="+"){n=r.substring(0,v);o=null}else{n=o=r}}else{if(v>0){n=r.substring(0,v);o=r.substring(v+1)}else{n=null;o=r.substring(v+1)}}s=true;if(n){n=new e(n,"~");s=n.ltEq(u)}if(s&&o){o=new e(o,"~");s=o.gtEq(u)}}if(s){if(!x){return true}}else{if(x){return false}}}return !!x},deprecate:function(j,l,m,k){if(e.compare(Ext.getVersion(j),l)<1){m.call(k)}}})}());(function(d){var e=(d&&d.packages)||{},c=d&&d.compatibility,b,a;for(b in e){a=e[b];Ext.setVersion(b,a.version)}if(c){if(Ext.isString(c)){Ext.setCompatVersion("core",c)}else{for(b in c){Ext.setCompatVersion(b,c[b])}}}if(!e.ext&&!e.touch){Ext.setVersion("ext","6.0.1.250");Ext.setVersion("core","6.0.1.250")}})(Ext.manifest);Ext.Config=function(b){var c=this,a=b.charAt(0).toUpperCase()+b.substr(1);c.name=b;c.names={internal:"_"+b,initializing:"is"+a+"Initializing",apply:"apply"+a,update:"update"+a,get:"get"+a,set:"set"+a,initGet:"initGet"+a,changeEvent:b.toLowerCase()+"change"};c.root=c};Ext.Config.map={};Ext.Config.get=function(b){var c=Ext.Config.map,a=c[b]||(c[b]=new Ext.Config(b));return a};Ext.Config.prototype={self:Ext.Config,isConfig:true,getGetter:function(){return this.getter||(this.root.getter=this.makeGetter())},getInitGetter:function(){return this.initGetter||(this.root.initGetter=this.makeInitGetter())},getSetter:function(){return this.setter||(this.root.setter=this.makeSetter())},getEventedSetter:function(){return this.eventedSetter||(this.root.eventedSetter=this.makeEventedSetter())},getInternalName:function(a){return a.$configPrefixed?this.names.internal:this.name},mergeNew:function(g,b,e,d){var a,c;if(!b){a=g}else{if(!g){a=b}else{a=Ext.Object.chain(b);for(c in g){if(!d||!(c in a)){a[c]=g[c]}}}}return a},mergeSets:function(e,c,a){var b=c?Ext.Object.chain(c):{},d,g;if(e instanceof Array){for(d=e.length;d--;){g=e[d];if(!a||!(g in b)){b[g]=true}}}else{if(e){if(e.constructor===Object){for(d in e){g=e[d];if(!a||!(d in b)){b[d]=g}}}else{if(!a||!(e in b)){b[e]=true}}}}return b},makeGetter:function(){var a=this.name,b=this.names.internal;return function(){var c=this.$configPrefixed?b:a;return this[c]}},makeInitGetter:function(){var a=this.name,e=this.names,d=e.set,b=e.get,c=e.initializing;return function(){var g=this;g[c]=true;delete g[b];g[d](g.config[a]);delete g[c];return g[b].apply(g,arguments)}},makeSetter:function(){var a=this.name,e=this.names,c=e.internal,d=e.get,b=e.apply,h=e.update,g;g=function(l){var k=this,j=k.$configPrefixed?c:a,i=k[j];delete k[d];if(!k[b]||(l=k[b](l,i))!==undefined){if(l!==(i=k[j])){k[j]=l;if(k[h]){k[h](l,i)}}}return k};g.$isDefault=true;return g},makeEventedSetter:function(){var b=this.name,h=this.names,j=h.internal,a=h.get,i=h.apply,d=h.update,g=h.changeEvent,e=function(m,n,k,l){m[l]=n;if(m[d]){m[d](n,k)}},c;c=function(n){var m=this,l=m.$configPrefixed?j:b,k=m[l];delete m[a];if(!m[i]||(n=m[i](n,k))!==undefined){if(n!==(k=m[l])){if(m.isConfiguring){m[l]=n;if(m[d]){m[d](n,k)}}else{m.fireEventedAction(g,[m,n,k],e,m,[m,n,k,l])}}}return m};c.$isDefault=true;return c}};(function(){var b=Ext.Config,c=b.map,a=Ext.Object;Ext.Configurator=function(d){var g=this,e=d.prototype,h=d.superclass?d.superclass.self.$config:null;g.cls=d;g.superCfg=h;if(h){g.configs=a.chain(h.configs);g.cachedConfigs=a.chain(h.cachedConfigs);g.initMap=a.chain(h.initMap);g.values=a.chain(h.values);g.needsFork=h.needsFork}else{g.configs={};g.cachedConfigs={};g.initMap={};g.values={}}e.config=e.defaultConfig=g.values;d.$config=g};Ext.Configurator.prototype={self:Ext.Configurator,needsFork:false,initList:null,add:function(u,d){var v=this,i=v.cls,l=v.configs,w=v.cachedConfigs,n=v.initMap,q=i.prototype,x=d&&d.$config.configs,e=v.values,k,m,t,g,h,j,y,p,o,r;for(y in u){r=u[y];k=r&&r.constructor===Object;m=k&&"$value" in r?r:null;if(m){t=!!m.cached;r=m.$value;k=r&&r.constructor===Object}g=m&&m.merge;h=l[y];if(h){if(d){g=h.merge;if(!g){continue}m=null}else{g=g||h.merge}j=e[y];if(g){r=g.call(h,r,j,i,d)}else{if(k){if(j&&j.constructor===Object){r=a.merge({},j,r)}}}}else{if(x){h=x[y];m=null}else{h=b.get(y)}l[y]=h;if(h.cached||t){w[y]=true}p=h.names;if(!q[o=p.get]){q[o]=h.getter||h.getGetter()}if(!q[o=p.set]){q[o]=(m&&m.evented)?(h.eventedSetter||h.getEventedSetter()):(h.setter||h.getSetter())}}if(m){if(h.owner!==i){l[y]=h=Ext.Object.chain(h);h.owner=i}Ext.apply(h,m);delete h.$value}if(!v.needsFork&&r&&(r.constructor===Object||r instanceof Array)){v.needsFork=true}if(r!==null){n[y]=true}else{if(q.$configPrefixed){q[l[y].names.internal]=null}else{q[l[y].name]=null}if(y in n){n[y]=false}}e[y]=r}},configure:function(y,m){var A=this,l=A.configs,n=A.initMap,p=A.initListMap,w=A.initList,q=A.cls.prototype,e=A.values,r=0,t=!w,g,h,j,C,v,u,k,o,B,s,z,x,d;e=A.needsFork?a.fork(e):a.chain(e);y.isConfiguring=true;if(t){A.initList=w=[];A.initListMap=p={};y.isFirstInstance=true;for(B in n){C=n[B];h=l[B];z=h.cached;if(C){o=h.names;s=e[B];if(!q[o.set].$isDefault||q[o.apply]||q[o.update]||typeof s==="object"){if(z){(g||(g=[])).push(h)}else{w.push(h);p[B]=true}y[o.get]=h.initGetter||h.getInitGetter()}else{q[h.getInternalName(q)]=s}}else{if(z){q[h.getInternalName(q)]=undefined}}}}k=g&&g.length;if(k){for(v=0;v0){for(n=0;ng.maxSize){g.unlinkEntry(c.prev,true);--g.count}}return e.value},evict:Ext.emptyFn,linkEntry:function(d){var c=this.head,e=c.next;d.next=e;d.prev=c;c.next=d;e.prev=d},unlinkEntry:function(e,g){var c=e.next,d=e.prev;d.next=c;c.prev=d;if(g){this.evict(e.key,e.value)}}};a.destroy=a.clear}());(function(){var d,c=Ext.Base,e=c.$staticMembers,b=function(h,g){return(h.length-g.length)||((hg)?1:0))};function a(h){function g(){return this.constructor.apply(this,arguments)||null}return g}Ext.Class=d=function(h,i,g){if(typeof h!="function"){g=i;i=h;h=null}if(!i){i={}}h=d.create(h,i);d.process(h,i,g);return h};Ext.apply(d,{makeCtor:a,onBeforeCreated:function(h,i,g){h.addMembers(i);g.onCreated.call(h,h)},create:function(g,k){var j=e.length,h;if(!g){g=a()}while(j--){h=e[j];g[h]=c[h]}return g},process:function(g,o,k){var h=o.preprocessors||d.defaultPreprocessors,r=this.preprocessors,u={onBeforeCreated:this.onBeforeCreated},t=[],v,n,m,s,l,q,p;delete o.preprocessors;g._classHooks=u;for(m=0,s=h.length;m0){k=g.test(r[o])}r=d[w];if(r&&!k){o=r.length;while(!k&&o-->0){k=g.test(r[o])}}}if(k){u[w]=1;l.push(w)}}}}}return l},getPath:function(b){var c=this,e=c.paths,a="",d;if(b in e){a=e[b]}else{d=c.getPrefix(b);if(d){b=b.substring(d.length+1);a=e[d];if(a){a+="/"}}a+=b.replace(c.dotRe,"/")+".js"}return a},getPrefix:function(b){if(b in this.paths){return b}var e=this.getPrefixes(),a=e.length,c,d;while(a-->0){c=(d=e[a]).length;if(c0){A=h[u];v=w;w=A.value||w[A.name];if(!w&&z){v[A.name]=w={}}}return w},setNamespace:function(v,x){var w=c.getNamespaceEntry(v),u=Ext.global;if(w.parent){u=c.lookupName(w.parent,true)}u[w.name]=x;return x},setXType:function(u,B){var w=u.$className,A=w?u:c.get(w=u),x=A.prototype,y=x.xtypes,v=x.xtypesChain,z=x.xtypesMap;if(!x.hasOwnProperty("xtypes")){x.xtypes=y=[];x.xtypesChain=v=v?v.slice(0):[];x.xtypesMap=z=Ext.apply({},z)}c.addAlias(w,"widget."+B,true);y.push(B);v.push(B);z[B]=true},set:function(u,w){var v=c.getName(w);c.classes[u]=c.setNamespace(u,w);if(v&&v!==u){c.addAlternate(v,u)}return c},get:function(u){return c.classes[u]||c.lookupName(u,false)},addNameAliasMappings:function(u){c.addAlias(u)},addNameAlternateMappings:function(u){c.addAlternate(u)},getByAlias:function(u){return c.get(c.getNameByAlias(u))},getByConfig:function(v,w){var x=v.xclass,u;if(x){u=x}else{u=v.xtype;if(u){w="widget."}else{u=v.type}u=c.getNameByAlias(w+u)}return c.get(u)},getName:function(u){return u&&u.$className||""},getClass:function(u){return u&&u.self||null},create:function(v,x,u){var w=b(v);if(typeof x==="function"){x=x(w)}x.$className=v;return new q(w,x,function(){var y=x.postprocessors||c.defaultPostprocessors,F=c.postprocessors,G=[],E,A,D,z,C,B,H;delete x.postprocessors;for(A=0,D=y.length;A0;){u=c.lookupName(arguments[v],true)}return u}});Ext.addRootNamespaces=c.addRootNamespaces;Ext.createWidget=Ext.widget;Ext.ns=Ext.namespace;q.registerPreprocessor("className",function(u,v){if("$className" in v){u.$className=v.$className}},true,"first");q.registerPreprocessor("alias",function(F,z){var D=F.prototype,w=e(z.xtype),u=e(z.alias),G="widget.",E=G.length,A=Array.prototype.slice.call(D.xtypesChain||[]),x=Ext.merge({},D.xtypesMap||{}),y,C,B,v;for(y=0,C=u.length;y=p){Ext[n+"p"]=true}}}if(v.is.Opera&&parseInt(d,10)<=12){Ext.isOpera12m=true}Ext.chromeVersion=Ext.isChrome?d:0;Ext.firefoxVersion=Ext.isFirefox?d:0;Ext.ieVersion=Ext.isIE?d:0;Ext.operaVersion=Ext.isOpera?d:0;Ext.safariVersion=Ext.isSafari?d:0;Ext.webKitVersion=Ext.isWebKit?d:0;this.setFlag(q+d,true,o);this.setFlag(q+m.getShortVersion())}for(p in c){if(c.hasOwnProperty(p)){w=c[p];this.setFlag(w,q===w)}}this.setFlag(w);if(g){this.setFlag(t+(g.getMajor()||""));this.setFlag(t+g.getShortVersion())}for(p in k){if(k.hasOwnProperty(p)){w=k[p];this.setFlag(w,t===w,o)}}this.setFlag("Standalone",!!navigator.standalone);this.setFlag("Ripple",!!document.getElementById("tinyhippos-injected")&&!Ext.isEmpty(window.top.ripple));this.setFlag("WebWorks",!!window.blackberry);if(window.PhoneGap!==undefined||window.Cordova!==undefined||window.cordova!==undefined){j=true;this.setFlag("PhoneGap");this.setFlag("Cordova")}if(/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)(?!.*FBAN)/i.test(u)){j=true}this.setFlag("WebView",j);this.isStrict=Ext.isStrict=document.compatMode==="CSS1Compat";this.isSecure=Ext.isSecure;this.identity=q+d+(this.isStrict?"Strict":"Quirks")};Ext.env.Browser.prototype={constructor:Ext.env.Browser,engineNames:{webkit:"WebKit",gecko:"Gecko",presto:"Presto",trident:"Trident",other:"Other"},enginePrefixes:{webkit:"AppleWebKit/",gecko:"Gecko/",presto:"Presto/",trident:"Trident/"},styleDashPrefixes:{WebKit:"-webkit-",Gecko:"-moz-",Trident:"-ms-",Presto:"-o-",Other:""},stylePrefixes:{WebKit:"Webkit",Gecko:"Moz",Trident:"ms",Presto:"O",Other:""},propertyPrefixes:{WebKit:"webkit",Gecko:"moz",Trident:"ms",Presto:"o",Other:""},is:function(a){return !!this.is[a]},name:null,version:null,engineName:null,engineVersion:null,setFlag:function(a,c,b){if(c===undefined){c=true}this.is[a]=c;this.is[a.toLowerCase()]=c;if(b){Ext["is"+a]=c}return this},getStyleDashPrefix:function(){return this.styleDashPrefixes[this.engineName]},getStylePrefix:function(){return this.stylePrefixes[this.engineName]},getVendorProperyName:function(a){var b=this.propertyPrefixes[this.engineName];if(b.length>0){return b+Ext.String.capitalize(a)}return a},getPreferredTranslationMethod:function(a){if(typeof a==="object"&&"translationMethod" in a&&a.translationMethod!=="auto"){return a.translationMethod}else{return"csstransform"}}};(function(a){Ext.browser=new Ext.env.Browser(a,true);Ext.userAgent=a.toLowerCase();Ext.SSL_SECURE_URL=Ext.isSecure&&Ext.isIE?"javascript:''":"about:blank"}(Ext.global.navigator.userAgent));Ext.env.OS=function(p,b,m){var l=this,k=Ext.Boot.osNames,d=Ext.Boot.osPrefixes,a,j="",g=l.is,c,h,e,o,n;m=m||Ext.browser;for(c in d){if(d.hasOwnProperty(c)){h=d[c];e=p.match(new RegExp("(?:"+h+")([^\\s;]+)"));if(e){a=k[c];n=e[1];if(n&&n==="HTC_"){j=new Ext.Version("2.3")}else{if(n&&n==="Silk/"){j=new Ext.Version("2.3")}else{j=new Ext.Version(e[e.length-1])}}break}}}if(!a){a=k[(p.toLowerCase().match(/mac|win|linux/)||["other"])[0]];j=new Ext.Version("")}this.name=a;this.version=j;if(b){this.setFlag(b.replace(/ simulator$/i,""))}this.setFlag(a);if(j){this.setFlag(a+(j.getMajor()||""));this.setFlag(a+j.getShortVersion())}for(c in k){if(k.hasOwnProperty(c)){o=k[c];if(!g.hasOwnProperty(a)){this.setFlag(o,(a===o))}}}if(this.name==="iOS"&&window.screen.height===568){this.setFlag("iPhone5")}if(m.is.Safari||m.is.Silk){if(this.is.Android2||this.is.Android3||m.version.shortVersion===501){m.setFlag("AndroidStock")}if(this.is.Android4){m.setFlag("AndroidStock");m.setFlag("AndroidStock4")}}};Ext.env.OS.prototype={constructor:Ext.env.OS,is:function(a){return !!this[a]},name:null,version:null,setFlag:function(a,b){if(b===undefined){b=true}if(this.flags){this.flags[a]=b}this.is[a]=b;this.is[a.toLowerCase()]=b;return this}};(function(){var a=Ext.global.navigator,h=a.userAgent,g=Ext.env.OS,e=(Ext.is||(Ext.is={})),i,d,b;g.prototype.flags=e;Ext.os=i=new g(h,a.platform);d=i.name;Ext["is"+d]=true;Ext.isMac=e.Mac=e.MacOS;var j=window.location.search.match(/deviceType=(Tablet|Phone)/),c=window.deviceType;if(j&&j[1]){b=j[1]}else{if(c==="iPhone"){b="Phone"}else{if(c==="iPad"){b="Tablet"}else{if(!i.is.Android&&!i.is.iOS&&!i.is.WindowsPhone&&/Windows|Linux|MacOS/.test(d)){b="Desktop";Ext.browser.is.WebView=!!Ext.browser.is.Ripple}else{if(i.is.iPad||i.is.RIMTablet||i.is.Android3||Ext.browser.is.Silk||(i.is.Android&&h.search(/mobile/i)===-1)){b="Tablet"}else{b="Phone"}}}}}i.setFlag(b,true);i.deviceType=b;delete g.prototype.flags}());Ext.feature={has:function(a){return !!this.has[a]},testElements:{},getTestElement:function(a,b){if(a===undefined){a="div"}else{if(typeof a!=="string"){return a}}if(b){return document.createElement(a)}if(!this.testElements[a]){this.testElements[a]=document.createElement(a)}return this.testElements[a]},isStyleSupported:function(c,b){var d=this.getTestElement(b).style,a=Ext.String.capitalize(c);if(typeof d[c]!=="undefined"||typeof d[Ext.browser.getStylePrefix(c)+a]!=="undefined"){return true}return false},isStyleSupportedWithoutPrefix:function(b,a){var c=this.getTestElement(a).style;if(typeof c[b]!=="undefined"){return true}return false},isEventSupported:function(c,a){if(a===undefined){a=window}var e=this.getTestElement(a),b="on"+c.toLowerCase(),d=(b in e);if(!d){if(e.setAttribute&&e.removeAttribute){e.setAttribute(b,"");d=typeof e[b]==="function";if(typeof e[b]!=="undefined"){e[b]=undefined}e.removeAttribute(b)}}return d},getStyle:function(c,b){var a=c.ownerDocument.defaultView,d=(a?a.getComputedStyle(c,null):c.currentStyle);return(d||c.style)[b]},getSupportedPropertyName:function(b,a){var c=Ext.browser.getVendorProperyName(a);if(c in b){return c}else{if(a in b){return a}}return null},detect:function(j){var k=this,m=document,g=k.toRun||k.tests,e=g.length,b=m.createElement("div"),c=[],p=Ext.supports,o=k.has,a,i,h,d,l;b.innerHTML='
    ';if(j){m.body.appendChild(b)}d=k.preDetected[Ext.browser.identity]||[];while(e--){h=g[e];l=d[e];a=h.name;i=h.names;if(l===undefined){if(!j&&h.ready){c.push(h);continue}l=h.fn.call(k,m,b)}if(a){p[a]=o[a]=l}else{if(i){while(i.length){a=i.pop();p[a]=o[a]=l}}}}if(j){m.body.removeChild(b)}k.toRun=c},report:function(){var b=[],a=this.tests.length,c;for(c=0;c
    ";a=(b.childNodes.length===1);b.innerHTML="";return a}},{name:"touchScroll",fn:function(){var a=0;if(Ext.os.is.Desktop&&(navigator.maxTouchPoints||navigator.msMaxTouchPoints)){a=1}else{if(Ext.supports.Touch){a=2}}return a}},{name:"Touch",fn:function(){var a=navigator.msMaxTouchPoints||navigator.maxTouchPoints;if(Ext.browser.is.Chrome&&Ext.browser.version.isLessThanOrEqual(39)){return(Ext.supports.TouchEvents&&a!==1)||a>1}else{return Ext.supports.TouchEvents||a>0}}},{name:"TouchEvents",fn:function(){return this.isEventSupported("touchend")}},{name:"PointerEvents",fn:function(){return navigator.pointerEnabled}},{name:"MSPointerEvents",fn:function(){return navigator.msPointerEnabled}},{name:"Orientation",fn:function(){return("orientation" in window)&&this.isEventSupported("orientationchange")}},{name:"OrientationChange",fn:function(){return this.isEventSupported("orientationchange")}},{name:"DeviceMotion",fn:function(){return this.isEventSupported("devicemotion")}},{names:["Geolocation","GeoLocation"],fn:function(){return"geolocation" in window.navigator}},{name:"SqlDatabase",fn:function(){return"openDatabase" in window}},{name:"WebSockets",fn:function(){return"WebSocket" in window}},{name:"Range",fn:function(){return !!document.createRange}},{name:"CreateContextualFragment",fn:function(){var a=!!document.createRange?document.createRange():false;return a&&!!a.createContextualFragment}},{name:"History",fn:function(){return("history" in window&&"pushState" in window.history)}},{name:"Css3dTransforms",fn:function(){return this.has("CssTransforms")&&this.isStyleSupported("perspective")}},{name:"CssTransforms",fn:function(){return this.isStyleSupported("transform")}},{name:"CssTransformNoPrefix",fn:function(){return this.isStyleSupportedWithoutPrefix("transform")}},{name:"CssAnimations",fn:function(){return this.isStyleSupported("animationName")}},{names:["CssTransitions","Transitions"],fn:function(){return this.isStyleSupported("transitionProperty")}},{names:["Audio","AudioTag"],fn:function(){return !!this.getTestElement("audio").canPlayType}},{name:"Video",fn:function(){return !!this.getTestElement("video").canPlayType}},{name:"LocalStorage",fn:function(){try{if("localStorage" in window&&window.localStorage!==null){localStorage.setItem("sencha-localstorage-test","test success");localStorage.removeItem("sencha-localstorage-test");return true}}catch(a){}return false}},{name:"XHR2",fn:function(){return window.ProgressEvent&&window.FormData&&window.XMLHttpRequest&&("withCredentials" in new XMLHttpRequest())}},{name:"XHRUploadProgress",fn:function(){if(window.XMLHttpRequest&&!Ext.browser.is.AndroidStock){var a=new XMLHttpRequest();return a&&("upload" in a)&&("onprogress" in a.upload)}return false}},{name:"NumericInputPlaceHolder",fn:function(){return !(Ext.browser.is.AndroidStock4&&Ext.os.version.getMinor()<2)}},{name:"matchesSelector",fn:function(){var b=document.documentElement,e="matches",d="webkitMatchesSelector",a="msMatchesSelector",c="mozMatchesSelector";return b[e]?e:b[d]?d:b[a]?a:b[c]?c:null}},{name:"RightMargin",ready:true,fn:function(b,c){var a=b.defaultView;return !(a&&a.getComputedStyle(c.firstChild.firstChild,null).marginRight!=="0px")}},{name:"DisplayChangeInputSelectionBug",fn:function(){var a=Ext.webKitVersion;return 0a";b=a.firstChild;a.innerHTML="
    b
    ";return b.innerHTML!=="a"}},{name:"IncludePaddingInWidthCalculation",ready:true,fn:function(a,b){return b.childNodes[1].firstChild.offsetWidth===210}},{name:"IncludePaddingInHeightCalculation",ready:true,fn:function(a,b){return b.childNodes[1].firstChild.offsetHeight===210}},{name:"TextAreaMaxLength",fn:function(a){return("maxlength" in a.createElement("textarea"))}},{name:"GetPositionPercentage",ready:true,fn:function(a,b){return Ext.feature.getStyle(b.childNodes[2],"left")==="10%"}},{name:"PercentageHeightOverflowBug",ready:true,fn:function(d){var a=false,c,b;if(Ext.getScrollbarSize().height){b=this.getTestElement();c=b.style;c.height="50px";c.width="50px";c.overflow="auto";c.position="absolute";b.innerHTML=['
    ','
    ',"
    "].join("");d.body.appendChild(b);if(b.firstChild.offsetHeight===50){a=true}d.body.removeChild(b)}return a}},{name:"xOriginBug",ready:true,fn:function(d,e){e.innerHTML='
    ';var c=document.getElementById("b1").getBoundingClientRect(),b=document.getElementById("b2").getBoundingClientRect(),a=document.getElementById("b3").getBoundingClientRect();return(b.left!==c.left&&a.right!==c.right)}},{name:"ScrollWidthInlinePaddingBug",ready:true,fn:function(d){var a=false,c,b;b=d.createElement("div");c=b.style;c.height="50px";c.width="50px";c.padding="10px";c.overflow="hidden";c.position="absolute";b.innerHTML='';d.body.appendChild(b);if(b.scrollWidth===70){a=true}d.body.removeChild(b);return a}},{name:"rtlVertScrollbarOnRight",ready:true,fn:function(c,d){d.innerHTML='
    ';var b=d.firstChild,a=b.firstChild;return(a.offsetLeft+a.offsetWidth!==b.offsetLeft+b.offsetWidth)}},{name:"rtlVertScrollbarOverflowBug",ready:true,fn:function(b,c){c.innerHTML='
    ';var a=c.firstChild;return a.clientHeight===a.offsetHeight}},{identity:"defineProperty",fn:function(){if(Ext.isIE8m){Ext.Object.defineProperty=Ext.emptyFn;return false}return true}},{identify:"nativeXhr",fn:function(){if(typeof XMLHttpRequest!=="undefined"){return true}XMLHttpRequest=function(){try{return new ActiveXObject("MSXML2.XMLHTTP.3.0")}catch(a){return null}};return false}},{name:"SpecialKeyDownRepeat",fn:function(){return Ext.isWebKit?parseInt(navigator.userAgent.match(/AppleWebKit\/(\d+)/)[1],10)>=525:!((Ext.isGecko&&!Ext.isWindows)||(Ext.isOpera&&Ext.operaVersion<12))}},{name:"EmulatedMouseOver",fn:function(){return Ext.os.is.iOS}},{name:"Hashchange",fn:function(){var a=document.documentMode;return"onhashchange" in window&&(a===undefined||a>7)}},{name:"FixedTableWidthBug",ready:true,fn:function(){if(Ext.isIE8){return false}var b=document.createElement("div"),a=document.createElement("div"),c;b.setAttribute("style","display:table;table-layout:fixed;");a.setAttribute("style","display:table-cell;min-width:50px;");b.appendChild(a);document.body.appendChild(b);b.offsetWidth;b.style.width="25px";c=b.offsetWidth;document.body.removeChild(b);return c===50}},{name:"FocusinFocusoutEvents",fn:function(){return !Ext.isGecko}},{name:"AsyncFocusEvents",fn:function(){return Ext.asyncFocus=!!Ext.isIE}},{name:"accessibility",ready:true,fn:function(h){var a=h.body,i,d,e,b,c;function g(o){var j=[],l=0,n,k;if(o.indexOf("rgb(")!==-1){j=o.replace("rgb(","").replace(")","").split(", ")}else{if(o.indexOf("#")!==-1){n=o.length===7?/^#(\S\S)(\S\S)(\S\S)$/:/^#(\S)(\S)(\S)$/;k=o.match(n);if(k){j=["0x"+k[1],"0x"+k[2],"0x"+k[3]]}}}for(var m=0;m0};Ext.supports.HighContrastMode=!b.BackgroundImages;a.removeChild(i);i=d=null;return b}},0]};Ext.feature.tests.pop();Ext.supports={};Ext.feature.detect();Ext.env.Ready={blocks:(location.search||"").indexOf("ext-pauseReadyFire")>0?1:0,bound:0,delay:1,firing:false,generation:0,listeners:[],nextId:0,sortGeneration:0,state:0,timer:null,bind:function(){var a=Ext.env.Ready,b=document;if(!a.bound){if(b.readyState==="complete"){a.onReadyEvent({type:b.readyState||"body"})}else{a.bound=1;if(Ext.browser.is.PhoneGap&&!Ext.os.is.Desktop){a.bound=2;b.addEventListener("deviceready",a.onReadyEvent,false)}b.addEventListener("DOMContentLoaded",a.onReadyEvent,false);window.addEventListener("load",a.onReadyEvent,false)}}},block:function(){++this.blocks;Ext.isReady=false},fireReady:function(){var a=Ext.env.Ready;if(!a.state){Ext._readyTime=Ext.ticks();Ext.isDomReady=true;a.state=1;Ext.feature.detect(true);if(!a.delay){a.handleReady()}else{if(navigator.standalone){a.timer=Ext.defer(function(){a.timer=null;a.handleReadySoon()},1)}else{a.handleReadySoon()}}}},handleReady:function(){var a=this;if(a.state===1){a.state=2;Ext._beforeReadyTime=Ext.ticks();a.invokeAll();Ext._afterReadyTime=Ext.ticks()}},handleReadySoon:function(a){var b=this;if(!b.timer){b.timer=Ext.defer(function(){b.timer=null;b.handleReady()},a||b.delay)}},invoke:function(b){var a=b.delay;if(a){Ext.defer(b.fn,a,b.scope)}else{if(Ext.elevateFunction){Ext.elevateFunction(b.fn,b.scope)}else{b.fn.call(b.scope)}}},invokeAll:function(){if(Ext.elevateFunction){Ext.elevateFunction(this.doInvokeAll,this)}else{this.doInvokeAll()}},doInvokeAll:function(){var b=this,a=b.listeners,c;if(!b.blocks){Ext.isReady=true}b.firing=true;while(a.length){if(b.sortGeneration!==b.generation){b.sortGeneration=b.generation;a.sort(b.sortFn)}c=a.pop();if(b.blocks&&!c.dom){a.push(c);break}b.invoke(c)}b.firing=false},makeListener:function(d,c,b){var a={fn:d,id:++this.nextId,scope:c,dom:false,priority:0};if(b){Ext.apply(a,b)}a.phase=a.dom?0:1;return a},on:function(c,b,a){var d=Ext.env.Ready,e=d.makeListener(c,b,a);if(d.state===2&&!d.firing&&(e.dom||!d.blocks)){d.invoke(e)}else{d.listeners.push(e);++d.generation;if(!d.bound){d.bind()}}},onReadyEvent:function(b){var a=Ext.env.Ready;if(Ext.elevateFunction){Ext.elevateFunction(a.doReadyEvent,a,arguments)}else{a.doReadyEvent(b)}},doReadyEvent:function(b){var a=this;if(a.bound>0){a.unbind();a.bound=-1}if(!a.state){a.fireReady()}},sortFn:function(d,c){return -((d.phase-c.phase)||(c.priority-d.priority)||(d.id-c.id))},unblock:function(){var a=this;if(a.blocks){if(!--a.blocks){if(a.state===2&&!a.firing){a.invokeAll()}}}},unbind:function(){var a=this,b=document;if(a.bound>1){b.removeEventListener("deviceready",a.onReadyEvent,false)}b.removeEventListener("DOMContentLoaded",a.onReadyEvent,false);window.removeEventListener("load",a.onReadyEvent,false)}};(function(){var a=Ext.env.Ready;if(Ext.isIE9m){Ext.apply(a,{scrollTimer:null,readyStatesRe:/complete/i,pollScroll:function(){var b=true;try{document.documentElement.doScroll("left")}catch(c){b=false}if(b&&document.body){a.onReadyEvent({type:"doScroll"})}else{a.scrollTimer=Ext.defer(a.pollScroll,20)}return b},bind:function(){if(a.bound){return}var d=document,b;try{b=window.frameElement===undefined}catch(c){}if(!b||!d.documentElement.doScroll){a.pollScroll=Ext.emptyFn}else{if(a.pollScroll()){return}}if(d.readyState==="complete"){a.onReadyEvent({type:"already "+(d.readyState||"body")})}else{d.attachEvent("onreadystatechange",a.onReadyStateChange);window.attachEvent("onload",a.onReadyEvent);a.bound=1}},unbind:function(){document.detachEvent("onreadystatechange",a.onReadyStateChange);window.detachEvent("onload",a.onReadyEvent);if(Ext.isNumber(a.scrollTimer)){clearTimeout(a.scrollTimer);a.scrollTimer=null}},onReadyStateChange:function(){var b=document.readyState;if(a.readyStatesRe.test(b)){a.onReadyEvent({type:b})}}})}Ext.onDocumentReady=function(e,d,b){var c={dom:true};if(b){Ext.apply(c,b)}a.on(e,d,c)};Ext.onReady=function(d,c,b){a.on(d,c,b)};Ext.onInternalReady=function(d,c,b){a.on(d,c,Ext.apply({priority:1000},b))};a.bind()}());Ext.Loader=(new function(){var c=this,a=Ext.ClassManager,h=Ext.Boot,d=Ext.Class,j=Ext.env.Ready,i=Ext.Function.alias,g=["extend","mixins","requires"],n={},k=[],b=[],e=[],o={},m={},l={enabled:true,scriptChainDelay:false,disableCaching:true,disableCachingParam:"_dc",paths:a.paths,preserveScripts:true,scriptCharset:undefined},p={disableCaching:true,disableCachingParam:true,preserveScripts:true,scriptChainDelay:"loadDelay"};Ext.apply(c,{isInHistory:n,isLoading:false,history:k,config:l,readyListeners:b,optionalRequires:e,requiresMap:o,hasFileLoadError:false,scriptsLoading:0,syncModeEnabled:false,missingQueue:m,init:function(){var v=document.getElementsByTagName("script"),q=v[v.length-1].src,A=q.substring(0,q.lastIndexOf("/")+1),y=Ext._classPathMetadata,z=Ext.Microloader,s=Ext.manifest,t,w,x,u,r;if(!a.getPath("Ext")){a.setPath("Ext",A+"src")}if(y){Ext._classPathMetadata=null;c.addClassPathMappings(y)}if(s){t=s.loadOrder;w=Ext.Boot.baseUrl;if(t&&s.bootRelative){for(x=t.length,u=0;u1)?"es":"")+": "+t.join(", "))}if(x.length){c.loadScripts({url:x,_classNames:t})}else{c.checkReady()}}else{if(y){y.call(z)}c.checkReady()}if(c.syncModeEnabled){if(s===1){return a.get(q[0])}}return c},makeLoadCallback:function(q,r){return function(){var t=[],s=q.length;while(s-->0){t[s]=a.get(q[s])}return r.apply(this,t)}},onLoadFailure:function(){var q=this,r=q.onError;c.hasFileLoadError=true;--c.scriptsLoading;if(r){r.call(q.userScope,q)}c.checkReady()},onLoadSuccess:function(){var q=this,r=q.onLoad;--c.scriptsLoading;if(r){r.call(q.userScope,q)}c.checkReady()},onReady:function(s,r,u,q){if(u){j.on(s,r,q)}else{var t=j.makeListener(s,r,q);if(c.isLoading){b.push(t)}else{j.invoke(t)}}},addUsedClasses:function(s){var q,r,t;if(s){s=(typeof s==="string")?[s]:s;for(r=0,t=s.length;r0){c.loadScripts({url:u,sequential:true})}}}if(w.uses){u=w.uses;c.addUsedClasses(u)}});a.onCreated(c.historyPush);c.init()}());Ext._endTime=Ext.ticks();if(Ext._beforereadyhandler){Ext._beforereadyhandler()}(Ext.cmd.derive("Ext.Mixin",Ext.Base,function(a){return{statics:{addHook:function(i,e,c,d){var h=Ext.isFunction(i),g=function(){var k=arguments,l=h?i:d[i],j=this.callParent(k);l.apply(this,k);return j},b=e.hasOwnProperty(c)&&e[c];if(h){i.$previous=Ext.emptyFn}g.$name=c;g.$owner=e.self;if(b){g.$previous=b.$previous;b.$previous=g}else{e[c]=g}}},onClassExtended:function(l,d){var g=d.mixinConfig,j=d.xhooks,i=l.superclass,e=d.onClassMixedIn,b,h,k,c;if(j){delete d.xhooks;(g||(d.mixinConfig=g={})).on=j}if(g){b=i.mixinConfig;if(b){d.mixinConfig=g=Ext.merge({},b,g)}d.mixinId=g.id;h=g.before;k=g.after;j=g.on;c=g.extended}if(h||k||j||c){d.onClassMixedIn=function(p){var m=this.prototype,o=p.prototype,n;if(h){Ext.Object.each(h,function(q,r){p.addMember(q,function(){if(m[r].apply(this,arguments)!==false){return this.callParent(arguments)}})})}if(k){Ext.Object.each(k,function(q,r){p.addMember(q,function(){var s=this.callParent(arguments);m[r].apply(this,arguments);return s})})}if(j){for(n in j){a.addHook(j[n],o,n,m)}}if(c){p.onExtended(function(){var q=Ext.Array.slice(arguments,0);q.unshift(p);return c.apply(this,q)},this)}if(e){e.apply(this,arguments)}}}}}},0,0,0,0,0,0,[Ext,"Mixin"],0));Ext.util=Ext.util||{};Ext.util.DelayedTask=function(e,d,b,i,h){var g=this,a,c=function(){var j=Ext.GlobalEvents;clearInterval(g.id);g.id=null;e.apply(d,b||[]);if(h!==false&&j.hasListeners.idle){j.fireEvent("idle")}};i=typeof i==="boolean"?i:true;g.id=null;g.delay=function(k,m,l,j){if(i){g.cancel()}if(typeof k==="number"){a=k}e=m||e;d=l||d;b=j||b;if(!g.id){g.id=Ext.interval(c,a)}};g.cancel=function(){if(g.id){clearInterval(g.id);g.id=null}}};(Ext.cmd.derive("Ext.util.Event",Ext.Base,function(){var d=Array.prototype.slice,a=Ext.Array.insert,c=Ext.Array.toArray,b={};return{isEvent:true,suspended:0,noOptions:{},constructor:function(g,e){this.name=e;this.observable=g;this.listeners=[]},addListener:function(n,e,g,u,q){var x=this,l=false,p=x.observable,k=x.name,r,j,w,t,y,s,h,m,v,o;if(x.findListener(n,e)===-1){j=x.createListener(n,e,g,u,q);if(x.firing){x.listeners=x.listeners.slice(0)}r=x.listeners;m=h=r.length;w=g&&g.priority;y=x._highestNegativePriorityIndex;s=y!==undefined;if(w){t=(w<0);if(!t||s){for(v=(t?y:0);v0},fireDelegated:function(g,e){this.firingObservable=g;return this.fire.apply(this,e)},fire:function(){var B=this,s=B.listeners,m=s.length,p=B.observable,t=p.isElement,A=p.isComponent,y=B.firingObservable,h,x,q,v,g,k,w,u,C,j,o,l,z,r,n;if(!B.suspended&&m>0){B.firing=true;g=arguments.length?d.call(arguments,0):[];w=g.length;if(t){z=g[0]}for(v=0;v4?q:k;q=k;for(k in q){if(q.hasOwnProperty(k)){i=q[k];if(!o.$eventOptions[k]){l.addManagedListener(o,k,i.fn||i,i.scope||q.scope||p,i.fn?i:h,true)}}}if(q&&q.destroyable){return new b(l,o,q)}}else{if(m!==d){o.doAddListener(k,m,p,q,null,l,l);if(!j&&q&&q.destroyable){return new b(l,o,k,m,p)}}}},removeManagedListener:function(p,k,n,q){var m=this,r,j,o,h,l;if(typeof k!=="string"){r=k;for(k in r){if(r.hasOwnProperty(k)){j=r[k];if(!p.$eventOptions[k]){m.removeManagedListener(p,k,j.fn||j,j.scope||r.scope||q)}}}}else{o=m.managedListeners?m.managedListeners.slice():[];k=Ext.canonicalEventName(k);for(l=0,h=o.length;l0,h=this.events;if(!i&&j&&h){j=h[j];if(j&&j.isEvent){return j.isSuspended()}}return i},suspendEvents:function(h){++this.eventsSuspended;if(h&&!this.eventQueue){this.eventQueue=[]}},suspendEvent:function(){var n=this,l=n.events,h=arguments.length,k,m,j;for(k=0;k0){o.push(i)}l--;if(l===0){r.resolve(o)}return i};p=function(i){g--;if(g===0){r.reject(new Error("Too few Promises were resolved."))}return i};for(n=k=0,m=j.length;k0){c.type=d.substring(0,b);c.defaultType=d.substring(b+1)}if(h){delete e.factoryConfig;Ext.apply(c,h)}a=Ext.Factory.define(c.type,c);if(g.create===Ext.Base.create){g.create=a}}},0,0,0,0,0,0,[Ext.mixin,"Factoryable"],0));(Ext.cmd.derive("Ext.data.request.Base",Ext.Base,{factoryConfig:{type:"request",defaultType:"ajax"},result:null,success:null,timer:null,constructor:function(a){var b=this;Ext.apply(b,a.options||{},a.ownerConfig);b.id=++Ext.data.Connection.requestId;b.owner=a.owner;b.options=a.options;b.requestOptions=a.requestOptions},start:function(){var a=this,b=a.getTimeout();if(b&&a.async){a.timer=Ext.defer(a.onTimeout,b,a)}},abort:function(){var a=this;a.clearTimer();if(!a.timedout){a.aborted=true}a.abort=Ext.emptyFn},createDeferred:function(){return(this.deferred=new Ext.Deferred())},getDeferred:function(){return this.deferred||this.createDeferred()},getPromise:function(){return this.getDeferred().promise},then:function(){var a=this.getPromise();return a.then.apply(a,arguments)},onComplete:function(){var c=this,b=c.deferred,a=c.result;c.clearTimer();if(b){if(c.success){b.resolve(a)}else{b.reject(a)}}},onTimeout:function(){var a=this;a.timedout=true;a.timer=null;a.abort(true)},getTimeout:function(){return this.timeout},clearTimer:function(){var a=this.timer;if(a){clearTimeout(a);this.timer=null}},destroy:function(){var a=this;a.abort();a.owner=a.options=a.requestOptions=a.result=null;a.callParent()},privates:{createException:function(){var b=this,a;a={request:b,requestId:b.id,status:b.aborted?-1:0,statusText:b.aborted?"transaction aborted":"communication failure",getResponseHeader:b._getHeader,getAllResponseHeaders:b._getHeaders};if(b.aborted){a.aborted=true}if(b.timedout){a.timedout=true}return a},_getHeader:function(a){var b=this.headers;return b&&b[a.toLowerCase()]},_getHeaders:function(){return this.headers}}},1,0,0,0,0,[[Ext.mixin.Factoryable.prototype.mixinId||Ext.mixin.Factoryable.$className,Ext.mixin.Factoryable]],[Ext.data.request,"Base"],0));(Ext.cmd.derive("Ext.data.flash.BinaryXhr",Ext.Base,{statics:{flashPluginActivated:function(){Ext.data.flash.BinaryXhr.flashPluginActive=true;Ext.data.flash.BinaryXhr.flashPlugin=document.getElementById("ext-flash-polyfill");Ext.GlobalEvents.fireEvent("flashready")},flashPluginActive:false,flashPluginInjected:false,connectionIndex:1,liveConnections:{},flashPlugin:null,onFlashStateChange:function(d,c,b){var a;a=this.liveConnections[Number(d)];if(a){a.onFlashStateChange(c,b)}},registerConnection:function(b){var a=this.connectionIndex;this.conectionIndex=this.connectionIndex+1;this.liveConnections[a]=b;return a},injectFlashPlugin:function(){var b=this,a,c;b.flashPolyfillEl=Ext.getBody().appendChild({id:"ext-flash-polyfill",cn:[{tag:"p",html:"To view this page ensure that Adobe Flash Player version 11.1.0 or greater is installed."},{tag:"a",href:"http://www.adobe.com/go/getflashplayer",cn:[{tag:"img",src:window.location.protocol+"//www.adobe.com/images/shared/download_buttons/get_flash_player.gif",alt:"Get Adobe Flash player"}]}]});a=[Ext.Loader.getPath("Ext.data.Connection"),"../../../plugins/flash/swfobject.js"].join("/");c="/plugins/flash/FlashPlugin.swf";if(Ext.flashPluginPath){c=Ext.flashPluginPath}Ext.Loader.loadScript({url:a,onLoad:function(){var e="11.4.0";var h="playerProductInstall.swf";var d={};var i={};i.quality="high";i.bgcolor="#ffffff";i.allowscriptaccess="sameDomain";i.allowfullscreen="true";var g={};g.id="ext-flash-polyfill";g.name="polyfill";g.align="middle";swfobject.embedSWF(c,"ext-flash-polyfill","0","0",e,h,d,i,g)},onError:function(){},scope:b});Ext.data.flash.BinaryXhr.flashPluginInjected=true}},readyState:0,status:0,statusText:"",responseBytes:null,javascriptId:null,constructor:function(a){if(!Ext.data.flash.BinaryXhr.flashPluginInjected){Ext.data.flash.BinaryXhr.injectFlashPlugin()}var b=this;Ext.apply(b,a);b.requestHeaders={}},abort:function(){var a=this;if(a.readyState==4){return}a.aborted=true;if(!Ext.data.flash.BinaryXhr.flashPluginActive){Ext.GlobalEvents.removeListener("flashready",a.onFlashReady,a);return}Ext.data.flash.BinaryXhr.flashPlugin.abortRequest(a.javascriptId);delete Ext.data.flash.BinaryXhr.liveConnections[a.javascriptId]},getAllResponseHeaders:function(){var a=[];Ext.Object.each(this.responseHeaders,function(b,c){a.push(b+": "+c)});return a.join("\r\n")},getResponseHeader:function(b){var a=this.responseHeaders;return(a&&a[b])||null},open:function(g,c,d,a,b){var e=this;e.method=g;e.url=c;e.async=d!==false;e.user=a;e.password=b},overrideMimeType:function(a){this.mimeType=a},send:function(a){var b=this;b.body=a;if(!Ext.data.flash.BinaryXhr.flashPluginActive){Ext.GlobalEvents.addListener("flashready",b.onFlashReady,b)}else{this.onFlashReady()}},onFlashReady:function(){var c=this,b,a;c.javascriptId=Ext.data.flash.BinaryXhr.registerConnection(c);b={method:c.method,url:c.url,user:c.user,password:c.password,mimeType:c.mimeType,requestHeaders:c.requestHeaders,body:c.body,javascriptId:c.javascriptId};a=Ext.data.flash.BinaryXhr.flashPlugin.postBinary(b)},setReadyState:function(b){var a=this;if(a.readyState!=b){a.readyState=b;a.onreadystatechange()}},setRequestHeader:function(b,a){this.requestHeaders[b]=a},onreadystatechange:Ext.emptyFn,parseData:function(b){var a=this;this.status=b.status||0;a.responseHeaders={};if(a.mimeType){a.responseHeaders["content-type"]=a.mimeType}if(b.reason=="complete"){this.responseBytes=b.data;a.responseHeaders["content-length"]=b.data.length}else{if(b.reason=="error"||b.reason=="securityError"){this.statusText=b.text;a.responseHeaders["content-length"]=0}}},onFlashStateChange:function(c,b){var a=this;if(c==4){a.parseData(b);delete Ext.data.flash.BinaryXhr.liveConnections[a.javascriptId]}a.setReadyState(c)}},1,0,0,0,0,0,[Ext.data.flash,"BinaryXhr"],0));(Ext.cmd.derive("Ext.data.request.Ajax",Ext.data.request.Base,{statics:{parseStatus:function(a){a=a==1223?204:a;var c=(a>=200&&a<300)||a==304,b=false;if(!c){switch(a){case 12002:case 12029:case 12030:case 12031:case 12152:case 13030:b=true;break}}return{success:c,isException:b}}},start:function(e){var c=this,b=c.options,a=c.requestOptions,d=c.isXdr,h,g;h=c.xhr=c.openRequest(b,a,c.async,c.username,c.password);if(!d){g=c.setupHeaders(h,b,a.data,a.params)}if(c.async){if(!d){h.onreadystatechange=Ext.Function.bind(c.onStateChange,c)}}if(d){c.processXdrRequest(c,h)}Ext.data.request.Base.prototype.start.call(this,e);h.send(e);if(!c.async){return c.onComplete()}return c},abort:function(b){var a=this,d=a.xhr;if(b||a.isLoading()){try{d.onreadystatechange=null}catch(c){d.onreadystatechange=Ext.emptyFn}d.abort();Ext.data.request.Base.prototype.abort.call(this,b);a.onComplete();a.cleanup()}},cleanup:function(){this.xhr=null;delete this.xhr},isLoading:function(){var a=this,d=a.xhr,b=d&&d.readyState,c=Ext.data.flash&&Ext.data.flash.BinaryXhr;if(!d||a.aborted||a.timedout){return false}if(c&&d instanceof c){return b!==4}return b!==0&&b!==4},openRequest:function(c,a,d,h,b){var e=this,g=e.newRequest(c);if(h){g.open(a.method,a.url,d,h,b)}else{if(e.isXdr){g.open(a.method,a.url)}else{g.open(a.method,a.url,d)}}if(c.binary||e.binary){if(window.Uint8Array){g.responseType="arraybuffer"}else{if(g.overrideMimeType){g.overrideMimeType("text/plain; charset=x-user-defined")}}}if(c.withCredentials||e.withCredentials){g.withCredentials=true}return g},newRequest:function(a){var b=this,c;if(a.binaryData){if(window.Uint8Array){c=b.getXhrInstance()}else{c=new Ext.data.flash.BinaryXhr()}}else{if(b.cors&&Ext.isIE9m){c=b.getXdrInstance();b.isXdr=true}else{c=b.getXhrInstance();b.isXdr=false}}return c},setupHeaders:function(o,p,g,d){var k=this,b=Ext.apply({},p.headers||{},k.defaultHeaders),n=k.defaultPostHeader,l=p.jsonData,a=p.xmlData,j="Content-Type",c=k.useDefaultXhrHeader,m,h;if(!b.hasOwnProperty(j)&&(g||d)){if(g){if(p.rawData){n="text/plain"}else{if(a&&Ext.isDefined(a)){n="text/xml"}else{if(l&&Ext.isDefined(l)){n="application/json"}}}}b[j]=n}if(c&&!b["X-Requested-With"]){b["X-Requested-With"]=k.defaultXhrHeader}if(b[j]===undefined||b[j]===null){delete b[j]}try{for(m in b){if(b.hasOwnProperty(m)){h=b[m];o.setRequestHeader(m,h)}}}catch(i){k.owner.fireEvent("exception",m,h)}return b},getXdrInstance:function(){var a;if(Ext.ieVersion>=8){a=new XDomainRequest()}else{Ext.raise({msg:"Your browser does not support CORS"})}return a},getXhrInstance:(function(){var b=[function(){return new XMLHttpRequest()},function(){return new ActiveXObject("MSXML2.XMLHTTP.3.0")},function(){return new ActiveXObject("MSXML2.XMLHTTP")},function(){return new ActiveXObject("Microsoft.XMLHTTP")}],c=0,a=b.length,g;for(;c=0){i=l.substr(0,g).toLowerCase();if(l.charAt(g+1)==" "){++g}b[i]=l.substr(g+1)}}d={request:h,requestId:h.id,status:j.status,statusText:j.statusText,getResponseHeader:function(m){return b[m.toLowerCase()]},getAllResponseHeaders:function(){return b}};if(c){h.processXdrResponse(d,j)}if(h.binary){d.responseBytes=h.getByteArray(j)}else{d.responseText=j.responseText;d.responseXML=j.responseXML}return d},destroy:function(){this.xhr=null;Ext.data.request.Base.prototype.destroy.call(this)},privates:{getByteArray:function(k){var c=k.response,b=k.responseBody,l=Ext.data.flash&&Ext.data.flash.BinaryXhr,a,j,g,d;if(k instanceof l){a=k.responseBytes}else{if(window.Uint8Array){a=c?new Uint8Array(c):[]}else{if(Ext.isIE9p){try{a=new VBArray(b).toArray()}catch(h){a=[]}}else{if(Ext.isIE){if(!this.self.vbScriptInjected){this.injectVBScript()}getIEByteArray(k.responseBody,a=[])}else{a=[];j=k.responseText;g=j.length;for(d=0;d=500){this.run()}},run:function(){var e=this;if(!e.isRunning){return}var a=e.runningQueue,b=Ext.now(),c,d;e.lastRunTime=b;e.frameStartTime=b;a.push.apply(a,e.queue);for(c=0,d=a.length;c0){b=a.shift();this.invoke(b);this.processIdleQueue()}},processTaskQueue:function(){if(!this.hasOwnProperty("taskQueueTimer")){this.taskQueueTimer=Ext.defer(this.processTaskQueueItem,15,this)}},processTaskQueueItem:function(){delete this.taskQueueTimer;var a=this.taskQueue,b;if(a.length>0){b=a.shift();this.invoke(b);this.processTaskQueue()}}},1,0,0,0,0,0,[Ext,"AnimationQueue"],0));(Ext.cmd.derive("Ext.ComponentManager",Ext.Base,{alternateClassName:"Ext.ComponentMgr",singleton:true,count:0,typeName:"xtype",constructor:function(a){var b=this;Ext.apply(b,a||{});b.all={};b.references={};b.onAvailableCallbacks={}},create:function(a,b){if(typeof a==="string"){return Ext.widget(a)}if(a.isComponent){return a}if("xclass" in a){return Ext.create(a.xclass,a)}return Ext.widget(a.xtype||b,a)},get:function(a){return this.all[a]},register:function(a){var e=this,d=e.all,c=a.getId(),b=e.onAvailableCallbacks;d[c]=a;if(a.getReference&&a.getReference()){e.references[c]=a}++e.count;if(!e.hasFocusListener){Ext.on("focus",e.onGlobalFocus,e);e.hasFocusListener=true}b=b&&b[c];if(b&&b.length){e.notifyAvailable(a)}},unregister:function(a){var b=a.getId();if(a.getReference&&a.getReference()){this.references[b]=null;delete this.references[b]}this.all[b]=null;delete this.all[b];this.count--},markReferencesDirty:function(){this.referencesDirty=true},fixReferences:function(){var c=this,b=c.references,a;if(c.referencesDirty){for(a in b){if(b.hasOwnProperty(a)){b[a].fixReference()}}c.referencesDirty=false}},onAvailable:function(h,c,b){var g=this,e=g.onAvailableCallbacks,a=g.all,d;if(h in a){d=a[h];c.call(b||d,d)}else{if(h){if(!Ext.isArray(e[h])){e[h]=[]}e[h].push(function(i){c.call(b||i,i)})}}},notifyAvailable:function(b){var a=this.onAvailableCallbacks[b&&b.getId()]||[];while(a.length){(a.shift())(b)}},each:function(b,a){return Ext.Object.each(this.all,b,a)},getCount:function(){return this.count},getAll:function(){return Ext.Object.getValues(this.all)},getActiveComponent:function(){return Ext.Component.fromElement(Ext.dom.Element.getActiveElement())},onGlobalFocus:function(i){var d=this,b=i.toElement,j=i.fromElement,h=Ext.Component.fromElement(b),a=Ext.Component.fromElement(j),c,g;if(h===a){return}c=d.getCommonAncestor(a,h);if(a&&!(a.destroyed||a.destroying)){if(a.handleBlurEvent){a.handleBlurEvent(i)}for(g=a;g&&g!==c;g=g.getRefOwner()){if(!(g.destroyed||g.destroying)){g.onFocusLeave({event:i.event,type:"focusleave",target:j,relatedTarget:b,fromComponent:a,toComponent:h})}}}if(h&&!h.destroyed){if(h.handleFocusEvent){h.handleFocusEvent(i)}for(g=h;g&&g!==c;g=g.getRefOwner()){g.onFocusEnter({event:i.event,type:"focusenter",relatedTarget:j,target:b,fromComponent:a,toComponent:h})}}},getCommonAncestor:function(b,a){if(b===a){return b}while(b&&!(b.isAncestor(a)||b===a)){b=b.getRefOwner()}return b},privates:{clearAll:function(){this.all={};this.references={};this.onAvailableCallbacks={}},fromElement:function(b,d,c){var h=Ext.getDom(b),a=this.all,e=0,j,g,i;if(typeof d!=="number"){j=Ext.getDom(d);d=Number.MAX_VALUE}while(h&&h.nodeType===1&&e0){for(;b.first&&c;c--){b.removeAtKey(b.first.key)}}},destroy:function(){this.first=this.last=null;Ext.util.HashMap.prototype.destroy.call(this)}},0,0,0,0,0,0,[Ext.util,"LruCache"],0));(Ext.cmd.derive("Ext.ComponentQuery",Ext.Base,{singleton:true},0,0,0,0,0,0,[Ext,"ComponentQuery"],function(){var g=this,s=Ext.util.Operators,k=/(\d*)n\+?(\d*)/,e=/\D/,m=/^(\s)+/,l=/\\(.)/g,n=new Ext.util.LruCache({maxSize:100}),o=["var r = [],","i = 0,","it = items,","l = it.length,","c;","for (; i < l; i++) {","c = it[i];","if (c.{0}) {","r.push(c);","}","}","return r;"].join(""),p=function(u,t){return t.method.apply(this,[u].concat(t.args))},a=function(v,z){var t=[],w=0,y=v.length,x,u=z!==">";for(;w\^])\s?|\s|$)/,q=/^(#)?((?:\\\.|[\w\-])+|\*)(?:\((true|false)\))?/,c=[{re:/^\.((?:\\\.|[\w\-])+)(?:\((true|false)\))?/,method:d,argTransform:function(t){if(t[1]!==undefined){t[1]=t[1].replace(l,"$1")}return t.slice(1)}},{re:/^(?:\[((?:[@?$])?[\w\-]*)\s*(?:([\^$*~%!\/]?=)\s*(['"])?((?:\\\]|.)*?)\3)?(?!\\)\])/,method:b,argTransform:function(w){var t=w[0],x=w[1],u=w[2],v=w[4],y;if(v!==undefined){v=v.replace(l,"$1")}if(u==="/="){y=n.get(v);if(y){v=y}else{v=n.add(v,new RegExp(v))}}return[x,u,v]}},{re:/^#((?:\\\.|[\w\-])+)/,method:i},{re:/^\:([\w\-]+)(?:\(((?:\{[^\}]+\})|(?:(?!\{)[^\s>\/]*?(?!\})))\))?/,method:r,argTransform:function(t){if(t[2]!==undefined){t[2]=t[2].replace(l,"$1")}return t.slice(1)}},{re:/^(?:\{([^\}]+)\})/,method:o}];g.Query=Ext.extend(Object,{constructor:function(t){t=t||{};Ext.apply(this,t)},execute:function(v){var w=this.operations,u=[],y,x,t;for(x=0,t=w.length;x=0;--x){v=t[x];y=v.mode;if(y){if(y==="^"){u=a(u," ")}else{if(y===">"){A=[];for(w=0,z=u.length;w1}});Ext.apply(g,{cache:new Ext.util.LruCache({maxSize:100}),pseudos:{not:function(z,t){var x=0,y=z.length,w=[],v=-1,u;for(;x0){t.push(u[0])}return t},last:function(v){var t=v.length,u=[];if(t>0){u.push(v[t-1])}return u},focusable:function(u){var t=u.length,w=[],v=0,x;for(;v=t.left)&&((b=="t"&&i=="b")||(b=="b"&&i=="t"));q=(k=t.top)&&((c=="r"&&l=="l")||(c=="l"&&l=="r"));if(m+g>v.right){if(q){m=t.left-g;q=false}else{m=v.right-g}}if(mv.bottom){if(p){k=t.top-s;p=false}else{k=v.bottom-s}}if(kh.right){j=true;d[0]=(h.right-a.right)}if(a.left+d[0]h.bottom){j=true;d[1]=(h.bottom-a.bottom)}if(a.top+d[1]=a.x&&b.right<=a.right&&b.y>=a.y&&b.bottom<=a.bottom)},intersect:function(h){var g=this,d=Math.max(g.y,h.y),e=Math.min(g.right,h.right),a=Math.min(g.bottom,h.bottom),c=Math.max(g.x,h.x);if(a>d&&e>c){return new this.self(d,e,a,c)}else{return false}},union:function(h){var g=this,d=Math.min(g.y,h.y),e=Math.max(g.right,h.right),a=Math.max(g.bottom,h.bottom),c=Math.min(g.x,h.x);return new this.self(d,e,a,c)},constrainTo:function(b){var a=this,c=Ext.Number.constrain;a.top=a.y=c(a.top,b.y,b.bottom);a.bottom=c(a.bottom,b.y,b.bottom);a.left=a.x=c(a.left,b.x,b.right);a.right=c(a.right,b.x,b.right);return a},adjust:function(e,b,a,d){var c=this;c.top=c.y+=e;c.left=c.x+=d;c.right+=b;c.bottom+=a;return c},getOutOfBoundOffset:function(a,b){if(!Ext.isObject(a)){if(a=="x"){return this.getOutOfBoundOffsetX(b)}else{return this.getOutOfBoundOffsetY(b)}}else{b=a;var c=new Ext.util.Offset();c.x=this.getOutOfBoundOffsetX(b.x);c.y=this.getOutOfBoundOffsetY(b.y);return c}},getOutOfBoundOffsetX:function(a){if(a<=this.x){return this.x-a}else{if(a>=this.right){return this.right-a}}return 0},getOutOfBoundOffsetY:function(a){if(a<=this.y){return this.y-a}else{if(a>=this.bottom){return this.bottom-a}}return 0},isOutOfBound:function(a,b){if(!Ext.isObject(a)){if(a=="x"){return this.isOutOfBoundX(b)}else{return this.isOutOfBoundY(b)}}else{b=a;return(this.isOutOfBoundX(b.x)||this.isOutOfBoundY(b.y))}},isOutOfBoundX:function(a){return(athis.right)},isOutOfBoundY:function(a){return(athis.bottom)},restrict:function(b,d,a){if(Ext.isObject(b)){var c;a=d;d=b;if(d.copy){c=d.copy()}else{c={x:d.x,y:d.y}}c.x=this.restrictX(d.x,a);c.y=this.restrictY(d.y,a);return c}else{if(b=="x"){return this.restrictX(d,a)}else{return this.restrictY(d,a)}}},restrictX:function(b,a){if(!a){a=1}if(b<=this.x){b-=(b-this.x)*a}else{if(b>=this.right){b-=(b-this.right)*a}}return b},restrictY:function(b,a){if(!a){a=1}if(b<=this.y){b-=(b-this.y)*a}else{if(b>=this.bottom){b-=(b-this.bottom)*a}}return b},getSize:function(){return{width:this.right-this.x,height:this.bottom-this.y}},copy:function(){return new this.self(this.y,this.right,this.bottom,this.x)},copyFrom:function(b){var a=this;a.top=a.y=a[1]=b.y;a.right=b.right;a.bottom=b.bottom;a.left=a.x=a[0]=b.x;return this},toString:function(){return"Region["+this.top+","+this.right+","+this.bottom+","+this.left+"]"},translateBy:function(a,c){if(arguments.length==1){c=a.y;a=a.x}var b=this;b.top=b.y+=c;b.right+=a;b.bottom+=c;b.left=b.x+=a;return b},round:function(){var a=this;a.top=a.y=Math.round(a.y);a.right=Math.round(a.right);a.bottom=Math.round(a.bottom);a.left=a.x=Math.round(a.x);return a},equals:function(a){return(this.top===a.top&&this.right===a.right&&this.bottom===a.bottom&&this.left===a.left)}},3,0,0,0,0,0,[Ext.util,"Region"],0));(Ext.cmd.derive("Ext.util.Point",Ext.util.Region,{radianToDegreeConstant:180/Math.PI,origin:{x:0,y:0},statics:{fromEvent:function(b){var a=b.changedTouches,c=(a&&a.length>0)?a[0]:b;return this.fromTouch(c)},fromTouch:function(a){return new this(a.pageX,a.pageY)},from:function(a){if(!a){return new this(0,0)}if(!(a instanceof this)){return new this(a.x,a.y)}return a}},constructor:function(a,b){if(a==null){a=0}if(b==null){b=0}Ext.util.Region.prototype.constructor.call(this,b,a,b,a)},clone:function(){return new this.self(this.x,this.y)},copy:function(){return this.clone.apply(this,arguments)},copyFrom:function(a){this.x=a.x;this.y=a.y;return this},toString:function(){return"Point["+this.x+","+this.y+"]"},equals:function(a){return(this.x===a.x&&this.y===a.y)},isCloseTo:function(c,b){if(typeof b=="number"){return this.getDistanceTo(c)<=b}var a=c.x,g=c.y,e=b.x,d=b.y;return(this.x<=a+e&&this.x>=a-e&&this.y<=g+d&&this.y>=g-d)},isWithin:function(){return this.isCloseTo.apply(this,arguments)},isContainedBy:function(a){if(!(a instanceof Ext.util.Region)){a=Ext.get(a.el||a).getRegion()}return a.contains(this)},roundedEquals:function(a){if(!a||typeof a!=="object"){a=this.origin}return(Math.round(this.x)===Math.round(a.x)&&Math.round(this.y)===Math.round(a.y))},getDistanceTo:function(b){if(!b||typeof b!=="object"){b=this.origin}var c=this.x-b.x,a=this.y-b.y;return Math.sqrt(c*c+a*a)},getAngleTo:function(b){if(!b||typeof b!=="object"){b=this.origin}var c=this.x-b.x,a=this.y-b.y;return Math.atan2(a,c)*this.radianToDegreeConstant}},3,0,0,0,0,0,[Ext.util,"Point"],function(){this.prototype.translate=this.prototype.translateBy}));(Ext.cmd.derive("Ext.event.Event",Ext.Base,{alternateClassName:"Ext.EventObjectImpl",isStopped:false,defaultPrevented:false,isEvent:true,statics:{resolveTextNode:function(a){return(a&&a.nodeType===3)?a.parentNode:a},pointerEvents:{pointerdown:1,pointermove:1,pointerup:1,pointercancel:1,pointerover:1,pointerout:1,pointerenter:1,pointerleave:1,MSPointerDown:1,MSPointerMove:1,MSPointerUp:1,MSPointerOver:1,MSPointerOut:1,MSPointerCancel:1,MSPointerEnter:1,MSPointerLeave:1},mouseEvents:{mousedown:1,mousemove:1,mouseup:1,mouseover:1,mouseout:1,mouseenter:1,mouseleave:1},clickEvents:{click:1,dblclick:1},touchEvents:{touchstart:1,touchmove:1,touchend:1,touchcancel:1},focusEvents:{focus:1,blur:1,focusin:1,focusout:1,focusenter:1,focusleave:1},pointerTypes:{2:"touch",3:"pen",4:"mouse",touch:"touch",pen:"pen",mouse:"mouse"}},constructor:function(b){var g=this,j=g.self,e=g.self.resolveTextNode,i=b.changedTouches,c=i?i[0]:b,h=b.type,a,d;g.pageX=c.pageX;g.pageY=c.pageY;g.target=g.delegatedTarget=e(b.target);d=b.relatedTarget;if(d){g.relatedTarget=e(d)}g.browserEvent=g.event=b;g.type=h;g.button=b.button||0;g.shiftKey=b.shiftKey;g.ctrlKey=b.ctrlKey||b.metaKey||false;g.altKey=b.altKey;g.charCode=b.charCode;g.keyCode=b.keyCode;g.buttons=b.buttons;if(g.button===0&&g.buttons===0){g.buttons=1}if(j.forwardTab!==undefined&&j.focusEvents[h]){g.forwardTab=j.forwardTab}if(j.mouseEvents[h]||j.clickEvents[h]){a="mouse"}else{if(j.pointerEvents[h]){a=j.pointerTypes[b.pointerType]}else{if(j.touchEvents[h]){a="touch"}}}if(a){g.pointerType=a}g.timeStamp=g.time=+(b.timeStamp||new Date())},chain:function(a){var b=Ext.Object.chain(this);b.parentEvent=this;return Ext.apply(b,a)},correctWheelDelta:function(c){var b=this.WHEEL_SCALE,a=Math.round(c/b);if(!a&&c){a=(c<0)?-1:1}return a},getCharCode:function(){return this.charCode||this.keyCode},getKey:function(){return this.keyCode||this.charCode},getKeyName:function(){return this.keyCodes[this.keyCode]},getPoint:function(){var a=this.getXY();return new Ext.util.Point(a[0],a[1])},getRelatedTarget:function(b,e,a){var c=this.relatedTarget,d=null;if(c){if(b){d=Ext.fly(c).findParent(b,e,a)}else{d=a?Ext.get(c):c}}return d},getTarget:function(b,c,a){return b?Ext.fly(this.target).findParent(b,c,a):(a?Ext.get(this.target):this.target)},getTime:function(){return this.time},getWheelDelta:function(){var a=this.getWheelDeltas();return a.y},getWheelDeltas:function(){var d=this,c=d.browserEvent,b=0,a=0;if(Ext.isDefined(c.wheelDeltaX)){b=c.wheelDeltaX;a=c.wheelDeltaY}else{if(c.wheelDelta){a=c.wheelDelta}else{if(c.detail){a=-c.detail;if(a>100){a=3}else{if(a<-100){a=-3}}if(Ext.isDefined(c.axis)&&c.axis===c.HORIZONTAL_AXIS){b=a;a=0}}}}return{x:d.correctWheelDelta(b),y:d.correctWheelDelta(a)}},getX:function(){return this.getXY()[0]},getXY:function(){var c=this,e=c.xy;if(!e){e=c.xy=[c.pageX,c.pageY];var b=e[0],h,d,g,a;if(!b&&b!==0){h=c.browserEvent;d=document;g=d.documentElement;a=d.body;e[0]=h.clientX+(g&&g.scrollLeft||a&&a.scrollLeft||0)-(g&&g.clientLeft||a&&a.clientLeft||0);e[1]=h.clientY+(g&&g.scrollTop||a&&a.scrollTop||0)-(g&&g.clientTop||a&&a.clientTop||0)}}return e},getY:function(){return this.getXY()[1]},hasModifier:function(){var a=this;return !!(a.ctrlKey||a.altKey||a.shiftKey||a.metaKey)},isNavKeyPress:function(d){var c=this,a=c.keyCode,b=c.type==="keypress";return((!b||Ext.isGecko)&&a>=33&&a<=40)||(!d&&(a===c.RETURN||a===c.TAB||a===c.ESC))},isSpecialKey:function(){var d=this,b=d.keyCode,a=Ext.isGecko,c=d.type==="keypress";return(a&&c&&d.charCode===0)||(this.isNavKeyPress())||(b===d.BACKSPACE)||(b===d.ENTER)||(b>=16&&b<=20)||((!c||a)&&b>=44&&b<=46)},makeUnpreventable:function(){this.browserEvent.preventDefault=Ext.emptyFn},preventDefault:function(){var b=this,a=b.parentEvent;b.defaultPrevented=true;if(a){a.defaultPrevented=true}b.browserEvent.preventDefault();return b},setCurrentTarget:function(a){this.currentTarget=this.delegatedTarget=a},stopEvent:function(){return this.preventDefault().stopPropagation()},stopPropagation:function(){var b=this,c=b.browserEvent,a=b.parentEvent;b.isStopped=true;if(a){a.isStopped=true}if(!c.stopPropagation){c.cancelBubble=true;return b}c.stopPropagation();return b},within:function(c,d,a){var b;if(c){b=d?this.getRelatedTarget():this.getTarget()}return b?Ext.fly(c).contains(b)||!!(a&&b===Ext.getDom(c)):false},deprecated:{"4.0":{methods:{getPageX:"getX",getPageY:"getY"}}}},1,0,0,0,0,0,[Ext.event,"Event",Ext,"EventObjectImpl"],function(a){var c=a.prototype,d={BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,RETURN:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,WHEEL_SCALE:(function(){var h;if(Ext.isGecko){h=3}else{if(Ext.isMac){if(Ext.isSafari&&Ext.webKitVersion>=532){h=120}else{h=12}h*=3}else{h=120}}return h}())},b={},e,g;Ext.apply(a,d);Ext.apply(c,d);delete d.WHEEL_SCALE;delete d.RETURN;for(e in d){g=d[e];b[g]=e}c.keyCodes=b;c.getTrueXY=c.getXY}));Ext.define("Ext.overrides.event.Event",{override:"Ext.event.Event",mousedownEvents:{mousedown:1,pointerdown:1,touchstart:1},injectEvent:(function(){var d,e={},c;if(!Ext.isIE9m&&document.createEvent){d={createHtmlEvent:function(k,i,h,g){var j=k.createEvent("HTMLEvents");j.initEvent(i,h,g);return j},createMouseEvent:function(u,s,m,l,o,k,i,j,g,r,q,n,p){var h=u.createEvent("MouseEvents"),t=u.defaultView||window;if(h.initMouseEvent){h.initMouseEvent(s,m,l,t,o,k,i,k,i,j,g,r,q,n,p)}else{h=u.createEvent("UIEvents");h.initEvent(s,m,l);h.view=t;h.detail=o;h.screenX=k;h.screenY=i;h.clientX=k;h.clientY=i;h.ctrlKey=j;h.altKey=g;h.metaKey=q;h.shiftKey=r;h.button=n;h.relatedTarget=p}return h},createUIEvent:function(m,k,i,h,j){var l=m.createEvent("UIEvents"),g=m.defaultView||window;l.initUIEvent(k,i,h,g,j);return l},fireEvent:function(i,g,h){i.dispatchEvent(h)}}}else{if(document.createEventObject){c={0:1,1:4,2:2};d={createHtmlEvent:function(k,i,h,g){var j=k.createEventObject();j.bubbles=h;j.cancelable=g;return j},createMouseEvent:function(t,s,m,l,o,k,i,j,g,r,q,n,p){var h=t.createEventObject();h.bubbles=m;h.cancelable=l;h.detail=o;h.screenX=k;h.screenY=i;h.clientX=k;h.clientY=i;h.ctrlKey=j;h.altKey=g;h.shiftKey=r;h.metaKey=q;h.button=c[n]||n;h.relatedTarget=p;return h},createUIEvent:function(l,j,h,g,i){var k=l.createEventObject();k.bubbles=h;k.cancelable=g;return k},fireEvent:function(i,g,h){i.fireEvent("on"+g,h)}}}}Ext.Object.each({load:[false,false],unload:[false,false],select:[true,false],change:[true,false],submit:[true,true],reset:[true,false],resize:[true,false],scroll:[true,false]},function(i,j){var h=j[0],g=j[1];e[i]=function(m,k){var l=d.createHtmlEvent(i,h,g);d.fireEvent(m,i,l)}});function b(i,h){var g=(i!=="mousemove");return function(m,j){var l=j.getXY(),k=d.createMouseEvent(m.ownerDocument,i,true,g,h,l[0],l[1],j.ctrlKey,j.altKey,j.shiftKey,j.metaKey,j.button,j.relatedTarget);d.fireEvent(m,i,k)}}Ext.each(["click","dblclick","mousedown","mouseup","mouseover","mousemove","mouseout"],function(g){e[g]=b(g,1)});Ext.Object.each({focusin:[true,false],focusout:[true,false],activate:[true,true],focus:[false,false],blur:[false,false]},function(i,j){var h=j[0],g=j[1];e[i]=function(m,k){var l=d.createUIEvent(m.ownerDocument,i,h,g,1);d.fireEvent(m,i,l)}});if(!d){e={};d={}}function a(h,g){}return function(j){var i=this,h=e[i.type]||a,g=j?(j.dom||j):i.getTarget();h(g,i)}}()),preventDefault:function(){var d=this,c=d.browserEvent,b=d.parentEvent,a,e;if(typeof c.type!=="unknown"){d.defaultPrevented=true;if(b){b.defaultPrevented=true}if(c.preventDefault){c.preventDefault()}else{if(c.type==="mousedown"){e=c.target;a=e.getAttribute("unselectable");if(a!=="on"){e.setAttribute("unselectable","on");Ext.defer(function(){e.setAttribute("unselectable",a)},1)}}c.returnValue=false;if(c.ctrlKey||c.keyCode>111&&c.keyCode<124){c.keyCode=-1}}}return d},stopPropagation:function(){var b=this,a=b.browserEvent;if(typeof a.type!=="unknown"){if(b.mousedownEvents[b.type]){Ext.GlobalEvents.fireMouseDown(b)}arguments.callee.$previous.call(this)}return b},deprecated:{"5.0":{methods:{clone:function(){return new this.self(this.browserEvent,this)}}}}},function(){var a=this,d,c=function(g){if(g.keyCode===9){a.forwardTab=!g.shiftKey}},b=function(g){if(g.keyCode===9){delete a.forwardTab}};if(Ext.isIE9m){d={0:0,1:0,4:1,2:2};a.override({statics:{enableIEAsync:function(h){var e,g={};for(e in h){g[e]=h[e]}return g}},constructor:function(i,j,g,e){var h=this;h.callParent([i,j,g,e]);h.button=d[i.button];if(i.type==="contextmenu"){h.button=2}h.toElement=i.toElement;h.fromElement=i.fromElement},mouseLeaveRe:/(mouseout|mouseleave)/,mouseEnterRe:/(mouseover|mouseenter)/,enableIEAsync:function(e){this.browserEvent=this.self.enableIEAsync(e)},getRelatedTarget:function(g,k,e){var i=this,h,j;if(!i.relatedTarget){h=i.type;if(i.mouseLeaveRe.test(h)){j=i.toElement}else{if(i.mouseEnterRe.test(h)){j=i.fromElement}}if(j){i.relatedTarget=i.self.resolveTextNode(j)}}return i.callParent([g,k,e])}});document.attachEvent("onkeydown",c);document.attachEvent("onkeyup",b);window.attachEvent("onunload",function(){document.detachEvent("onkeydown",c);document.detachEvent("onkeyup",b)})}else{if(document.addEventListener){document.addEventListener("keydown",c,true);document.addEventListener("keyup",b,true)}}});(Ext.cmd.derive("Ext.event.publisher.Dom",Ext.event.publisher.Publisher,{type:"dom",handledDomEvents:[],reEnterCount:0,captureEvents:{animationstart:1,animationend:1,resize:1,focus:1,blur:1,scroll:1},directEvents:{mouseenter:1,mouseleave:1,pointerenter:1,pointerleave:1,MSPointerEnter:1,MSPointerLeave:1,load:1,unload:1,beforeunload:1,error:1,DOMContentLoaded:1,DOMFrameContentLoaded:1,hashchange:1},blockedPointerEvents:{pointerover:1,pointerout:1,pointerenter:1,pointerleave:1,MSPointerOver:1,MSPointerOut:1,MSPointerEnter:1,MSPointerLeave:1},blockedCompatibilityMouseEvents:{mouseenter:1,mouseleave:1},constructor:function(){var a=this;a.bubbleSubscribers={};a.captureSubscribers={};a.directSubscribers={};a.directCaptureSubscribers={};a.delegatedListeners={};a.initHandlers();Ext.onInternalReady(a.onReady,a);Ext.event.publisher.Publisher.prototype.constructor.call(this)},registerEvents:function(){var g=this,d=Ext.event.publisher.Publisher.publishersByEvent,a=g.handledDomEvents,e=a.length,c=0,b;for(;cc)?1:(d1){m=[];for(c=0;c0){b.invokeRecognizers("onTouchMove",c)}}},onTouchEnd:function(b){var a=this;if(!a.isStarted){return}a.updateTouches(b,true);a.invokeRecognizers(a.isCancelEvent[b.type]?"onTouchCancel":"onTouchEnd",b);if(!a.activeTouches.length){a.isStarted=false;a.invokeRecognizers("onEnd",b);if(Ext.enableGarbageCollector){Ext.dom.GarbageCollector.resume()}}},onTargetTouchMove:function(a){if(Ext.elevateFunction){Ext.elevateFunction(this.doTargetTouchMove,this,[a])}else{this.doTargetTouchMove(a)}},doTargetTouchMove:function(a){if(!Ext.getBody().contains(a.target)){this.onTouchMove(new Ext.event.Event(a))}},onTargetTouchEnd:function(a){if(Ext.elevateFunction){Ext.elevateFunction(this.doTargetTouchEnd,this,[a])}else{this.doTargetTouchEnd(a)}},doTargetTouchEnd:function(c){var a=this,b=c.target;b.removeEventListener("touchmove",a.onTargetTouchMove);b.removeEventListener("touchend",a.onTargetTouchEnd);b.removeEventListener("touchcancel",a.onTargetTouchEnd);if(!Ext.getBody().contains(b)){a.onTouchEnd(new Ext.event.Event(c))}},updateAsync:function(a){this.handlers=a?this._asyncHandlers:this._handlers},reset:function(){var e=this,b=e.recognizers,d=b.length,c,a;e.activeTouchesMap={};e.activeTouches=[];e.changedTouches=[];e.isStarted=false;for(c=0;c=500){this.run()}},run:function(){this.pending=false;var k=this.readQueue,e=this.writeQueue,c=null,g;if(this.mode){g=k;if(e.length>0){c=false}}else{g=e;if(k.length>0){c=true}}var b=g.slice(),d,h,a,j,l;g.length=0;for(d=0,h=b.length;d2){j.apply(l,a[2])}else{j.call(l)}}b.length=0;if(c!==null){this.request(c)}}},1,0,0,0,0,0,[Ext,"TaskQueue"],0));(Ext.cmd.derive("Ext.util.sizemonitor.Abstract",Ext.Base,{config:{element:null,callback:Ext.emptyFn,scope:null,args:[]},width:0,height:0,contentWidth:0,contentHeight:0,constructor:function(a){this.refresh=Ext.Function.bind(this.refresh,this);this.info={width:0,height:0,contentWidth:0,contentHeight:0,flag:0};this.initElement();this.initConfig(a);this.bindListeners(true)},bindListeners:Ext.emptyFn,applyElement:function(a){if(a){return Ext.get(a)}},updateElement:function(a){a.append(this.detectorsContainer);a.addCls("x-size-monitored")},applyArgs:function(a){return a.concat([this.info])},refreshMonitors:Ext.emptyFn,forceRefresh:function(){Ext.TaskQueue.requestRead("refresh",this)},getContentBounds:function(){return this.detectorsContainer.getBoundingClientRect()},getContentWidth:function(){return this.detectorsContainer.offsetWidth},getContentHeight:function(){return this.detectorsContainer.offsetHeight},refreshSize:function(){var d=this.getElement();if(!d||d.destroyed){return false}var b=d.getWidth(),k=d.getHeight(),a=this.getContentWidth(),j=this.getContentHeight(),i=this.contentWidth,g=this.contentHeight,c=this.info,e=false,h;this.width=b;this.height=k;this.contentWidth=a;this.contentHeight=j;h=((i!==a?1:0)+(g!==j?2:0));if(h>0){c.width=b;c.height=k;c.contentWidth=a;c.contentHeight=j;c.flag=h;e=true;this.getCallback().apply(this.getScope(),this.getArgs())}return e},refresh:function(a){if(this.refreshSize()||a){Ext.TaskQueue.requestWrite("refreshMonitors",this)}},destroy:function(){var b=this,a=b.getElement();b.bindListeners(false);if(a&&!a.destroyed){a.removeCls("x-size-monitored")}delete b._element;b.callParent()}},1,0,0,0,0,[[Ext.mixin.Templatable.prototype.mixinId||Ext.mixin.Templatable.$className,Ext.mixin.Templatable]],[Ext.util.sizemonitor,"Abstract"],0));(Ext.cmd.derive("Ext.util.sizemonitor.Scroll",Ext.util.sizemonitor.Abstract,{getElementConfig:function(){return{reference:"detectorsContainer",classList:["x-size-monitors","scroll"],children:[{reference:"expandMonitor",className:"expand"},{reference:"shrinkMonitor",className:"shrink"}]}},constructor:function(a){this.onScroll=Ext.Function.bind(this.onScroll,this);Ext.util.sizemonitor.Abstract.prototype.constructor.apply(this,arguments)},bindListeners:function(b){var a=b?"addEventListener":"removeEventListener";this.expandMonitor[a]("scroll",this.onScroll,true);this.shrinkMonitor[a]("scroll",this.onScroll,true)},forceRefresh:function(){Ext.TaskQueue.requestRead("refresh",this,[true])},onScroll:function(){Ext.TaskQueue.requestRead("refresh",this)},refreshMonitors:function(){var b=this.expandMonitor,c=this.shrinkMonitor,a=1000000;if(b&&!b.destroyed){b.scrollLeft=a;b.scrollTop=a}if(c&&!c.destroyed){c.scrollLeft=a;c.scrollTop=a}}},1,0,0,0,0,0,[Ext.util.sizemonitor,"Scroll"],0));(Ext.cmd.derive("Ext.util.sizemonitor.OverflowChange",Ext.util.sizemonitor.Abstract,{constructor:function(a){this.onExpand=Ext.Function.bind(this.onExpand,this);this.onShrink=Ext.Function.bind(this.onShrink,this);Ext.util.sizemonitor.Abstract.prototype.constructor.apply(this,arguments)},getElementConfig:function(){return{reference:"detectorsContainer",classList:["x-size-monitors","overflowchanged"],children:[{reference:"expandMonitor",className:"expand",children:[{reference:"expandHelper"}]},{reference:"shrinkMonitor",className:"shrink",children:[{reference:"shrinkHelper"}]}]}},bindListeners:function(b){var a=b?"addEventListener":"removeEventListener";this.expandMonitor[a](Ext.browser.is.Firefox?"underflow":"overflowchanged",this.onExpand,true);this.shrinkMonitor[a](Ext.browser.is.Firefox?"overflow":"overflowchanged",this.onShrink,true)},onExpand:function(a){if(Ext.browser.is.Webkit&&a.horizontalOverflow&&a.verticalOverflow){return}Ext.TaskQueue.requestRead("refresh",this)},onShrink:function(a){if(Ext.browser.is.Webkit&&!a.horizontalOverflow&&!a.verticalOverflow){return}Ext.TaskQueue.requestRead("refresh",this)},refreshMonitors:function(){if(this.destroyed){return}var g=this.expandHelper,e=this.shrinkHelper,b=this.getContentBounds(),d=b.width,a=b.height,c;if(g&&!g.destroyed){c=g.style;c.width=(d+1)+"px";c.height=(a+1)+"px"}if(e&&!e.destroyed){c=e.style;c.width=d+"px";c.height=a+"px"}Ext.TaskQueue.requestRead("refresh",this)}},1,0,0,0,0,0,[Ext.util.sizemonitor,"OverflowChange"],0));(Ext.cmd.derive("Ext.util.SizeMonitor",Ext.Base,{constructor:function(a){var b=Ext.util.sizemonitor;if(Ext.browser.is.Firefox){return new b.OverflowChange(a)}else{return new b.Scroll(a)}}},1,0,0,0,0,0,[Ext.util,"SizeMonitor"],0));(Ext.cmd.derive("Ext.event.publisher.ElementSize",Ext.event.publisher.Publisher,{type:"size",handledEvents:["resize"],constructor:function(){this.monitors={};this.subscribers={};Ext.event.publisher.Publisher.prototype.constructor.apply(this,arguments)},subscribe:function(b){var d=b.id,c=this.subscribers,a=this.monitors;if(c[d]){++c[d]}else{c[d]=1;a[d]=new Ext.util.SizeMonitor({element:b,callback:this.onElementResize,scope:this,args:[b]})}b.on("painted","forceRefresh",a[d]);return true},unsubscribe:function(c){var e=c.id,d=this.subscribers,b=this.monitors,a;if(d[e]&&!--d[e]){delete d[e];a=b[e];c.un("painted","forceRefresh",a);a.destroy();delete b[e]}},onElementResize:function(a,b){Ext.TaskQueue.requestRead("fire",this,[a,"resize",[a,b]])}},1,0,0,0,0,0,[Ext.event.publisher,"ElementSize"],function(a){a.instance=new a()}));(Ext.cmd.derive("Ext.util.paintmonitor.Abstract",Ext.Base,{config:{element:null,callback:Ext.emptyFn,scope:null,args:[]},eventName:"",monitorClass:"",constructor:function(a){this.onElementPainted=Ext.Function.bind(this.onElementPainted,this);this.initConfig(a)},bindListeners:function(a){this.monitorElement[a?"addEventListener":"removeEventListener"](this.eventName,this.onElementPainted,true)},applyElement:function(a){if(a){return Ext.get(a)}},updateElement:function(a){this.monitorElement=Ext.Element.create({classList:["x-paint-monitor",this.monitorClass]},true);a.appendChild(this.monitorElement);a.addCls("x-paint-monitored");this.bindListeners(true)},onElementPainted:function(){},destroy:function(){var d=this,b=d.monitorElement,a=b.parentNode,c=d.getElement();d.bindListeners(false);delete d.monitorElement;if(c&&!c.destroyed){c.removeCls("x-paint-monitored");delete d._element}if(a){a.removeChild(b)}d.callParent()}},1,0,0,0,0,0,[Ext.util.paintmonitor,"Abstract"],0));(Ext.cmd.derive("Ext.util.paintmonitor.CssAnimation",Ext.util.paintmonitor.Abstract,{eventName:Ext.browser.is.WebKit?"webkitAnimationEnd":"animationend",monitorClass:"cssanimation",onElementPainted:function(a){if(a.animationName==="x-paint-monitor-helper"){this.getCallback().apply(this.getScope(),this.getArgs())}}},0,0,0,0,0,0,[Ext.util.paintmonitor,"CssAnimation"],0));(Ext.cmd.derive("Ext.util.PaintMonitor",Ext.Base,{constructor:function(a){return new Ext.util.paintmonitor.CssAnimation(a)}},1,0,0,0,0,0,[Ext.util,"PaintMonitor"],0));(Ext.cmd.derive("Ext.event.publisher.ElementPaint",Ext.event.publisher.Publisher,{type:"paint",handledEvents:["painted"],constructor:function(){this.monitors={};this.subscribers={};Ext.event.publisher.Publisher.prototype.constructor.apply(this,arguments)},subscribe:function(a){var b=this,d=a.id,c=b.subscribers;if(c[d]){++c[d]}else{c[d]=1;b.monitors[d]=new Ext.util.PaintMonitor({element:a,callback:b.onElementPainted,scope:b,args:[a]})}},unsubscribe:function(b){var d=b.id,c=this.subscribers,a=this.monitors;if(c[d]&&!--c[d]){delete c[d];a[d].destroy();delete a[d]}},onElementPainted:function(a){Ext.TaskQueue.requestRead("fire",this,[a,"painted",[a]])}},1,0,0,0,0,0,[Ext.event.publisher,"ElementPaint"],function(a){a.instance=new a()}));(Ext.cmd.derive("Ext.dom.Element",Ext.Base,function(q){var v=window,T=document,ah="ext-window",N="ext-document",j="width",R="height",ae="min-width",e="min-height",r="max-width",E="max-height",U="top",ai="right",O="bottom",I="left",l="visibility",af="hidden",d="display",W="none",o="z-index",Y="position",t="relative",u="static",A="-",y=/\w/g,M=/\s+/,ag=/[\s]+/,b=/^(?:transparent|(?:rgba[(](?:\s*\d+\s*[,]){3}\s*0\s*[)]))$/i,K=/table-row|table-.*-group/,c=/top/i,x={t:"border-top-width",r:"border-right-width",b:"border-bottom-width",l:"border-left-width"},ad={t:"padding-top",r:"padding-right",b:"padding-bottom",l:"padding-left"},n={t:"margin-top",r:"margin-right",b:"margin-bottom",l:"margin-left"},H=[ad.l,ad.r,ad.t,ad.b],h=[x.l,x.r,x.t,x.b],ab=/\d+$/,k=/\d+(px|em|%|en|ex|pt|in|cm|mm|pc)$/i,S="px",Q=/(-[a-z])/gi,aj=/([a-z0-9\-]+)\s*:\s*([^;\s]+(?:\s*[^;\s]+)*);?/gi,s=/^\d+(?:\.\d*)?px$/i,z={},w="originalDisplay",X=function(ak,al){return al.charAt(1).toUpperCase()},L=function(an,al){var ao,am,ak;if(an.nodeType===1){an._extData=null;if(al){ao=an.childNodes;for(am=0,ak=ao.length;amv.innerWidth)?"portrait":"landscape"},getViewportHeight:function(){var ak=q._viewportHeight;if(Ext.isIE9m){return T.documentElement.clientHeight}return(ak!=null)?ak:v.innerHeight},getViewportWidth:function(){var ak=q._viewportWidth;if(Ext.isIE9m){return T.documentElement.clientWidth}return(ak!=null)?ak:v.innerWidth},getViewSize:function(){return{width:q.getViewportWidth(),height:q.getViewportHeight()}},normalize:function(ak){return z[ak]||(z[ak]=ak.replace(Q,X))},_onWindowFocusChange:function(ak){if(Ext.fly(ak.target).is(q.editableSelector)){V=new Date();B=(ak.type==="focusin"||ak.type==="pointerup")}},_onWindowResize:function(){var ao=window.innerWidth,ap=window.innerHeight,an=new Date(),al=1000,am,ak;am=ao-q._windowWidth;ak=ap-q._windowHeight;q._windowWidth=ao;q._windowHeight=ap;if(((an-V)=q.minKeyboardHeight)){g=false;ac=new Date()}if(g){return}q._viewportWidth=ao;q._viewportHeight=ap},parseBox:function(am){am=am||0;var ak=typeof am,an,al;if(ak==="number"){return{top:am,right:am,bottom:am,left:am}}else{if(ak!=="string"){return am}}an=am.split(" ");al=an.length;if(al===1){an[1]=an[2]=an[3]=an[0]}else{if(al===2){an[2]=an[0];an[3]=an[1]}else{if(al===3){an[3]=an[1]}}}return{top:parseFloat(an[0])||0,right:parseFloat(an[1])||0,bottom:parseFloat(an[2])||0,left:parseFloat(an[3])||0}},parseStyles:function(al){var ak={},am;if(al){aj.lastIndex=0;while((am=aj.exec(al))){ak[am[1]]=am[2]||""}}return ak},select:function(ak,am,al){return Ext.fly(al||T).select(ak,am)},query:function(al,ak,am){return Ext.fly(am||T).query(al,ak)},unitizeBox:function(am,ak){var al=this;am=al.parseBox(am);return al.addUnits(am.top,ak)+" "+al.addUnits(am.right,ak)+" "+al.addUnits(am.bottom,ak)+" "+al.addUnits(am.left,ak)},serializeForm:function(am){var an=am.elements||(T.forms[am]||Ext.getDom(am)).elements,ax=false,aw=encodeURIComponent,aq="",ap=an.length,ar,ak,av,az,ay,at,ao,au,al;for(at=0;at0||am.scrollLeft!==0){an.push(am);ap.push(G.attach(am).getScroll())}}return function(){var at,au,ar;for(au=0,ar=an.length;au "+ak,!!al)},clone:function(ak,al){var am=this.dom.cloneNode(ak);if(Ext.supports.CloneNodeCopiesExpando){L(am,ak)}return al?am:Ext.get(am)},constrainScrollLeft:function(ak){var al=this.dom;return Math.max(Math.min(ak,al.scrollWidth-al.clientWidth),0)},constrainScrollTop:function(ak){var al=this.dom;return Math.max(Math.min(ak,al.scrollHeight-al.clientHeight),0)},createChild:function(al,ak,am){al=al||{tag:"div"};if(ak){return Ext.DomHelper.insertBefore(ak,al,am!==true)}else{return Ext.DomHelper.append(this.dom,al,am!==true)}},contains:function(ak){if(!ak){return false}var al=this,am=Ext.getDom(ak);return(am===al.dom)||al.isAncestor(am)},destroy:function(){var ak=this,al=ak.dom;if(al&&al.parentNode){al.parentNode.removeChild(al)}ak.collect();if(!ak.isFly){ak.callParent()}},detach:function(){var ak=this.dom;if(ak&&ak.parentNode&&ak.tagName!=="BODY"){ak.parentNode.removeChild(ak)}return this},disableShadow:function(){var ak=this.shadow;if(ak){ak.hide();ak.disabled=true}},disableShim:function(){var ak=this.shim;if(ak){ak.hide();ak.disabled=true}},disableTouchContextMenu:function(){this._contextMenuListenerRemover=this.on({MSHoldVisual:function(ak){ak.preventDefault()},destroyable:true,delegated:false})},disableTouchScroll:function(){this.addCls(aa);this.on({touchmove:function(ak){ak.preventDefault()},translate:false})},doReplaceWith:function(ak){var al=this.dom;al.parentNode.replaceChild(Ext.getDom(ak),al)},doScrollIntoView:function(ak,ao,al,ap,aw,at){G=G||new Ext.dom.Fly();var au=this,aq=au.dom,ax=G.attach(ak)[aw](),av=ak.scrollTop,ar=au.getScrollIntoViewXY(ak,ax,av),an=ar.x,am=ar.y;if(ap){if(al){al=Ext.apply({listeners:{afteranimate:function(){G.attach(aq).highlight()}}},al)}else{G.attach(aq).highlight()}}if(am!==av){G.attach(ak).scrollTo("top",am,al)}if(ao!==false&&(an!==ax)){G.attach(ak)[at]("left",an,al)}return au},down:function(ak,al){return this.selectNode(ak,!!al)},enableShadow:function(al,ak){var am=this,ao=am.shadow||(am.shadow=new Ext.dom.Shadow(Ext.apply({target:am},al))),an=am.shim;if(an){an.offsets=ao.outerOffsets;an.shadow=ao;ao.shim=an}if(ak===true||(ak!==false&&am.isVisible())){ao.show()}else{ao.hide()}ao.disabled=false},enableShim:function(al,ak){var am=this,ao=am.shim||(am.shim=new Ext.dom.Shim(Ext.apply({target:am},al))),an=am.shadow;if(an){ao.offsets=an.outerOffsets;ao.shadow=an;an.shim=ao}if(ak===true||(ak!==false&&am.isVisible())){ao.show()}else{ao.hide()}ao.disabled=false},findParent:function(aq,al,ak){var an=this,ao=an.dom,am=T.documentElement,ap=0;if(al||al===0){if(typeof al!=="number"){am=Ext.getDom(al);al=Number.MAX_VALUE}}else{al=50}while(ao&&ao.nodeType===1&&ap0&&ap<0.5){ak++}}}if(an){ak-=am.getBorderWidth("tb")+am.getPadding("tb")}return(ak<0)?0:ak},getHtml:function(){return this.dom?this.dom.innerHTML:""},getLeft:function(ak){return ak?this.getLocalX():this.getX()},getLocalX:function(){var am=this,al,ak=am.getStyle("left");if(!ak||ak==="auto"){ak=0}else{if(s.test(ak)){ak=parseFloat(ak)}else{ak=am.getX();al=am.dom.offsetParent;if(al){ak-=Ext.fly(al).getX()}}}return ak},getLocalXY:function(){var an=this,am,al=an.getStyle(["left","top"]),ak=al.left,ao=al.top;if(!ak||ak==="auto"){ak=0}else{if(s.test(ak)){ak=parseFloat(ak)}else{ak=an.getX();am=an.dom.offsetParent;if(am){ak-=Ext.fly(am).getX()}}}if(!ao||ao==="auto"){ao=0}else{if(s.test(ao)){ao=parseFloat(ao)}else{ao=an.getY();am=an.dom.offsetParent;if(am){ao-=Ext.fly(am).getY()}}}return[ak,ao]},getLocalY:function(){var al=this,ak,am=al.getStyle("top");if(!am||am==="auto"){am=0}else{if(s.test(am)){am=parseFloat(am)}else{am=al.getY();ak=al.dom.offsetParent;if(ak){am-=Ext.fly(ak).getY()}}}return am},getMargin:(function(){var al={t:"top",l:"left",r:"right",b:"bottom"},ak=["margin-top","margin-left","margin-right","margin-bottom"];return function(an){var ap=this,ao,am,aq;if(!an){ao=ap.getStyle(ak);aq={};if(ao&&typeof ao==="object"){aq={};for(am in n){aq[am]=aq[al[am]]=parseFloat(ao[n[am]])||0}}}else{aq=ap.addStyles(an,n)}return aq}})(),getPadding:function(ak){return this.addStyles(ak,ad)},getParent:function(){return Ext.get(this.dom.parentNode)},getRight:function(ak){return(ak?this.getLocalX():this.getX())+this.getWidth()},getScroll:function(){var am=this,ap=am.dom,al=T.documentElement,ao,an,ak=document.body;if(ap===T||ap===ak){ao=al.scrollLeft||(ak?ak.scrollLeft:0);an=al.scrollTop||(ak?ak.scrollTop:0)}else{ao=ap.scrollLeft;an=ap.scrollTop}return{left:ao,top:an}},getScrollIntoViewXY:function(ap,ax,aw){var az=this.dom,al=Ext.getDom(ap),am=this.getOffsetsTo(al),av=az.offsetWidth,ar=az.offsetHeight,ak=am[0]+ax,aq=am[1]+aw,ao=aq+ar,aB=ak+av,at=al.clientHeight,ay=al.clientWidth,aA=ax,au=aw,an=au+at,aC=aA+ay;if(ar>at||aqan){aw=ao-at}}if(av>ay||akaC){ax=aB-ay}}return{x:ax,y:aw}},getScrollLeft:function(){var ak=this.dom;if(ak===T||ak===document.body){return this.getScroll().left}else{return ak.scrollLeft}},getScrollTop:function(){var ak=this.dom;if(ak===T||ak===document.body){return this.getScroll().top}else{return ak.scrollTop}},getSize:function(ak){return{width:this.getWidth(ak),height:this.getHeight(ak)}},getStyle:function(ax,ar){var at=this,an=at.dom,aA=typeof ax!=="string",ay=at.styleHooks,al=ax,au=al,aq=1,ap,az,aw,av,am,ak,ao;if(aA){aw={};al=au[0];ao=0;if(!(aq=au.length)){return aw}}if(!an||an.documentElement){return aw||""}ap=an.style;if(ar){ak=ap}else{ak=an.ownerDocument.defaultView.getComputedStyle(an,null);if(!ak){ar=true;ak=ap}}do{av=ay[al];if(!av){ay[al]=av={name:q.normalize(al)}}if(av.get){am=av.get(an,at,ar,ak)}else{az=av.name;am=ak[az]}if(!aA){return am}aw[al]=am;al=au[++ao]}while(ao0&&ar<0.5){al++}}}if(ak){al-=an.getBorderWidth("lr")+an.getPadding("lr")}return(al<0)?0:al},getX:function(){return this.getXY()[0]},getXY:function(){var am=Math.round,ap=this.dom,al=0,aq=0,ao,ak;if(ap!==T&&ap!==T.body){try{ao=ap.getBoundingClientRect()}catch(an){ao={left:0,top:0}}al=am(ao.left);aq=am(ao.top);ak=Ext.getDoc().getScroll();al+=ak.left;aq+=ak.top}return[al,aq]},getY:function(){return this.getXY()[1]},getZIndex:function(){return parseInt(this.getStyle("z-index"),10)},hasCls:function(ak){var al=this.getData();if(!al.isSynchronized){this.synchronize()}return al.classMap.hasOwnProperty(ak)},hide:function(){this.setVisible(false);return this},insertAfter:function(ak){ak=Ext.getDom(ak);ak.parentNode.insertBefore(this.dom,ak.nextSibling);return this},insertBefore:function(ak){ak=Ext.getDom(ak);ak.parentNode.insertBefore(this.dom,ak);return this},insertFirst:function(al,ak){al=al||{};if(al.nodeType||al.dom||typeof al==="string"){al=Ext.getDom(al);this.dom.insertBefore(al,this.dom.firstChild);return !ak?Ext.get(al):al}else{return this.createChild(al,this.dom.firstChild,ak)}},insertHtml:function(al,am,ak){var an=Ext.DomHelper.insertHtml(al,this.dom,am);return ak?Ext.get(an):an},insertSibling:function(al,ao,ar){var aq=this,at=Ext.DomHelper,au=(ao||"before").toLowerCase()==="after",an,ak,am,ap;if(Ext.isIterable(al)){am=al.length;ak=Ext.fly(document.createDocumentFragment());if(Ext.isArray(al)){for(ap=0;apak.clientHeight||ak.scrollWidth>ak.clientWidth},isStyle:function(ak,al){return this.getStyle(ak)===al},isVisible:function(al){var am=this.dom,ak;if(!am){return false}if(!Z){Z=new Ext.dom.Fly()}for(ak=am.ownerDocument.documentElement;am!==ak;am=am.parentNode){if(!am||am.nodeType===11||(Z.attach(am)).isStyle(l,af)||Z.isStyle(d,W)){return false}if(!al){break}}return true},last:function(ak,al){return this.matchNode("previousSibling","lastChild",ak,al)},maskIframes:function(){var ak=document.getElementsByTagName("iframe");Ext.each(ak,function(an){var am=Ext.fly(an.parentNode),al=am.mask();al.setStyle("background-color","transparent")})},matchNode:function(al,ap,ak,am){var an=this.dom,ao;if(!an){return null}ao=an[ap];while(ao){if(ao.nodeType===1&&(!ak||Ext.fly(ao,"_matchNode").is(ak))){return !am?Ext.get(ao):ao}ao=ao[al]}return null},next:function(ak,al){return this.matchNode("nextSibling","nextSibling",ak,al)},parent:function(ak,al){return this.matchNode("parentNode","parentNode",ak,al)},position:function(ao,an,ak,am){var al=this;if(al.dom.tagName!=="BODY"){if(!ao&&al.isStyle(Y,u)){al.setStyle(Y,t)}else{if(ao){al.setStyle(Y,ao)}}if(an){al.setStyle(o,an)}if(ak||am){al.setXY([ak||false,am||false])}}},prev:function(ak,al){return this.matchNode("previousSibling","previousSibling",ak,al)},query:function(am,av,at){var ao=this.dom,aq,ar,au,al,ak,ap,an;if(!ao){return null}av=(av!==false);am=am.split(",");if(!at){aq=[]}for(ap=0,ar=am.length;ap0){al=an.className.split(ag);for(ao=0,ap=al.length;ao=":function(d){var c=this._filterValue;return this.getCandidateValue(d,c)>=c},">":function(d){var c=this._filterValue;return this.getCandidateValue(d,c)>c},"!=":function(d){var e=this,c=e._filterValue;d=e.getCandidateValue(d,c);if(e.isDateValue&&d instanceof Date){d=d.getTime();c=e.dateValue}return d!=c},"!==":function(d){var e=this,c=e._filterValue;d=e.getCandidateValue(d,c,true);if(e.isDateValue&&d instanceof Date){d=d.getTime();c=e.dateValue}return d!==c},"in":function(d){var c=this._filterValue;return Ext.Array.contains(c,this.getCandidateValue(d,c))},notin:function(d){var c=this._filterValue;return !Ext.Array.contains(c,this.getCandidateValue(d,c))},like:function(d){var c=this._filterValue;return c&&this.getCandidateValue(d,c).toLowerCase().indexOf(c.toLowerCase())>-1}});b["=="]=b["="];b.gt=b[">"];b.ge=b[">="];b.lt=b["<"];b.le=b["<="];b.eq=b["="];b.ne=b["!="]}));(Ext.cmd.derive("Ext.util.Observable",Ext.mixin.Observable,{$applyConfigs:true},0,0,0,0,0,0,[Ext.util,"Observable"],function(a){var b=Ext.mixin.Observable;a.releaseCapture=b.releaseCapture;a.capture=b.capture;a.captureArgs=b.captureArgs;a.observe=a.observeClass=b.observe}));(Ext.cmd.derive("Ext.util.AbstractMixedCollection",Ext.Base,{isMixedCollection:true,generation:0,indexGeneration:0,constructor:function(b,a){var c=this;if(arguments.length===1&&Ext.isObject(b)){c.initialConfig=b;Ext.apply(c,b)}else{c.allowFunctions=b===true;if(a){c.getKey=a}c.initialConfig={allowFunctions:c.allowFunctions,getKey:c.getKey}}c.items=[];c.map={};c.keys=[];c.indexMap={};c.length=0;c.mixins.observable.constructor.call(c)},destroy:function(){var a=this;a.items=a.map=a.keys=a.indexMap=null;a.callParent()},allowFunctions:false,add:function(c,d){var a=this.length,b;if(arguments.length===1){b=this.insert(a,c)}else{b=this.insert(a,c,d)}return b},getKey:function(a){return a.id},replace:function(c,e){var d=this,a,b;if(arguments.length==1){e=arguments[0];c=d.getKey(e)}a=d.map[c];if(typeof c=="undefined"||c===null||typeof a=="undefined"){return d.add(c,e)}d.generation++;b=d.indexOfKey(c);d.items[b]=e;d.map[c]=e;if(d.hasListeners.replace){d.fireEvent("replace",c,a,e)}return e},reorder:function(d){var h=this,b=h.items,c=0,g=b.length,a=[],e=[],i;h.suspendEvents();for(i in d){a[d[i]]=b[i]}for(c=0;c-1){b=e[g];delete e[g];delete c[g];e[h]=b;c[h]=a;d.keys[a]=h;d.indexGeneration=++d.generation}},addAll:function(c){var b=this,a;if(arguments.length>1||Ext.isArray(c)){b.insert(b.length,arguments.length>1?arguments:c)}else{for(a in c){if(c.hasOwnProperty(a)){if(b.allowFunctions||typeof c[a]!="function"){b.add(a,c[a])}}}}},each:function(e,d){var b=Ext.Array.push([],this.items),c=0,a=b.length,g;for(;c2){a=this.doInsert(b,[c],[d])}else{a=this.doInsert(b,[c])}a=a[0]}return a},doInsert:function(j,o,n){var l=this,b,c,g,k=o.length,a=k,e=l.hasListeners.add,d,h={},m,q,p;if(n!=null){l.useLinearSearch=true}else{n=o;o=new Array(k);for(g=0;g=0;--b){c.remove(a[b])}}else{while(c.length){c.removeAt(0)}}}else{c.length=c.items.length=c.keys.length=0;c.map={};c.indexMap={};c.generation++;c.indexGeneration=c.generation}},removeAt:function(a){var c=this,d,b;if(a=0){c.length--;d=c.items[a];Ext.Array.erase(c.items,a,1);b=c.keys[a];if(typeof b!="undefined"){delete c.map[b]}Ext.Array.erase(c.keys,a,1);if(c.hasListeners.remove){c.fireEvent("remove",d,b)}c.generation++;return d}return false},removeRange:function(h,a){var j=this,b,k,g,e,c,d;if(h=0){if(!a){a=1}e=Math.min(h+a,j.length);a=e-h;d=e===j.length;c=d&&j.indexGeneration===j.generation;for(g=h;g=0;a--){if(c[a]==null){d.removeAt(a)}}}else{return d.removeAt(d.indexOfKey(b))}},getCount:function(){return this.length},indexOf:function(c){var b=this,a;if(c!=null){if(!b.useLinearSearch&&(a=b.getKey(c))){return this.indexOfKey(a)}return Ext.Array.indexOf(b.items,c)}return -1},indexOfKey:function(a){if(!this.map.hasOwnProperty(a)){return -1}if(this.indexGeneration!==this.generation){this.rebuildIndexMap()}return this.indexMap[a]},rebuildIndexMap:function(){var e=this,d=e.indexMap={},c=e.keys,a=c.length,b;for(b=0;bb){e=true;g=i;i=b;b=g}if(i<0){i=0}if(b==null||b>=a){b=a-1}c=d.slice(i,b+1);if(e&&c.length){c.reverse()}return c},filter:function(d,c,e,a){var b=[];if(Ext.isString(d)){b.push(new Ext.util.Filter({property:d,value:c,anyMatch:e,caseSensitive:a}))}else{if(Ext.isArray(d)||d instanceof Ext.util.Filter){b=b.concat(d)}}return this.filterBy(Ext.util.Filter.createFilterFn(b))},filterBy:function(e,d){var j=this,a=new j.self(j.initialConfig),h=j.keys,b=j.items,g=b.length,c;a.getKey=j.getKey;for(c=0;ci)?1:(a0){c.removeRange(b.multiSortLimit,d)}break;case"prepend":c.insert(0,h);break;case"append":c.addAll(h);break;case undefined:case null:case"replace":c.clear();c.addAll(h);break;default:}}if(e!==false){b.fireEvent("beforesort",b,h);b.onBeforeSort(h);if(b.getSorterCount()){b.doSort(b.generateComparator())}}return h},getSorterCount:function(){return this.getSorters().items.length},generateComparator:function(){var a=this.getSorters().getRange();return a.length?this.createComparator(a):this.emptyComparator},emptyComparator:function(){return 0},onBeforeSort:Ext.emptyFn,decodeSorters:function(g){if(!Ext.isArray(g)){if(g===undefined){g=[]}else{g=[g]}}var d=g.length,h=Ext.util.Sorter,b=this.getModel?this.getModel():this.model,e,a,c;for(c=0;c>1;h=d(e,b[c]);if(h>=0){i=c+1}else{if(h<0){a=c-1}}}return i},reorder:function(a){Ext.util.AbstractMixedCollection.prototype.reorder.call(this,a);this.fireEvent("sort",this)},sortByKey:function(a,b){this._sort("key",a,b||function(d,c){var g=String(d).toUpperCase(),e=String(c).toUpperCase();return g>e?1:(gc){o=c}}}if(p){n.tasks=p}n.firing=false;if(n.tasks.length){n.startTimer(o-a,Ext.Date.now())}if(q!==false&&d.hasListeners.idle){d.fireEvent("idle")}},startTimer:function(e,c){var d=this,b=c+e,a=d.timerId;if(a&&d.nextExpires-b>d.interval){clearTimeout(a);a=null}if(!a){if(e=e.duration),g,i;if(a){b=e.duration;c=true}g=this.collectTargetData(e,b,h,c);if(h){e.target.setAttr(g.anims[e.id].attributes,true);d.collectTargetData(e,e.duration,h,c);e.paused=true;g=e.target.target;if(e.target.isComposite){g=e.target.target.last()}i={};i[Ext.supports.CSS3TransitionEnd]=e.lastFrame;i.scope=e;i.single=true;g.on(i)}return g},jumpToEnd:function(c){var b=this,d,a;if(!b.targetArr){b.targetArr={};a=true}d=b.runAnim(c,true);b.applyAnimAttrs(d,d.anims[c.id]);if(a){b.targetArr=null}},collectTargetData:function(c,a,e,g){var b=c.target.getId(),d=this.targetArr[b];if(!d){d=this.targetArr[b]={id:b,el:c.target,anims:{}}}d.anims[c.id]={id:c.id,anim:c,elapsed:a,isLastFrame:g,attributes:[{duration:c.duration,easing:(e&&c.reverse)?c.easingFn.reverse().toCSS3():c.easing,attrs:c.runAnim(a)}]};return d},applyAnimAttrs:function(c,a){var b=a.anim;if(a.attributes&&b.isRunning()){c.el.setAttr(a.attributes,false,a.isLastFrame);if(a.isLastFrame){b.lastFrame()}}},applyPendingAttrs:function(){var e=this.targetArr,g,c,b,d,a;for(c in e){if(e.hasOwnProperty(c)){g=e[c];for(a in g.anims){if(g.anims.hasOwnProperty(a)){b=g.anims[a];d=b.anim;if(b.attributes&&d.isRunning()){g.el.setAttr(b.attributes,false,b.isLastFrame);if(b.isLastFrame){d.lastFrame()}}}}}}}},1,0,0,0,0,[["queue",Ext.fx.Queue]],[Ext.fx,"Manager"],0));(Ext.cmd.derive("Ext.fx.Animator",Ext.Base,{isAnimator:true,duration:250,delay:0,delayStart:0,dynamic:false,easing:"ease",running:false,paused:false,damper:1,iterations:1,currentIteration:0,keyframeStep:0,animKeyFramesRE:/^(from|to|\d+%?)$/,constructor:function(a){var b=this;a=Ext.apply(b,a||{});b.config=a;b.id=Ext.id(null,"ext-animator-");b.mixins.observable.constructor.call(b,a);b.timeline=[];b.createTimeline(b.keyframes);if(b.target){b.applyAnimator(b.target);Ext.fx.Manager.addAnim(b)}},sorter:function(d,c){return d.pct-c.pct},createTimeline:function(d){var h=this,l=[],j=h.to||{},b=h.duration,m,a,c,g,k,e;for(k in d){if(d.hasOwnProperty(k)&&h.animKeyFramesRE.test(k)){e={attrs:Ext.apply(d[k],j)};if(k==="from"){k=0}else{if(k==="to"){k=100}}e.pct=parseInt(k,10);l.push(e)}}Ext.Array.sort(l,h.sorter);g=l.length;for(c=0;c0},isRunning:function(){return false}},1,0,0,0,0,[["observable",Ext.util.Observable]],[Ext.fx,"Animator"],0));(Ext.cmd.derive("Ext.fx.CubicBezier",Ext.Base,{singleton:true,cubicBezierAtTime:function(o,d,b,n,m,i){var j=3*d,l=3*(n-d)-j,a=1-j-l,h=3*b,k=3*(m-b)-h,p=1-h-k;function g(q){return((a*q+l)*q+j)*q}function c(q,s){var r=e(q,s);return((p*r+k)*r+h)*r}function e(q,y){var w,v,t,r,u,s;for(t=q,s=0;s<8;s++){r=g(t)-q;if(Math.abs(r)v){return v}while(wr){w=t}else{v=t}t=(v-w)/2+w}return t}return c(o,1/(200*i))},cubicBezier:function(b,e,a,c){var d=function(g){return Ext.fx.CubicBezier.cubicBezierAtTime(g,b,e,a,c,1)};d.toCSS3=function(){return"cubic-bezier("+[b,e,a,c].join(",")+")"};d.reverse=function(){return Ext.fx.CubicBezier.cubicBezier(1-a,1-c,1-b,1-e)};return d}},0,0,0,0,0,0,[Ext.fx,"CubicBezier"],0));(Ext.cmd.derive("Ext.fx.Easing",Ext.Base,function(){var e=Math,h=e.PI,d=e.pow,b=e.sin,g=e.sqrt,a=e.abs,c=1.70158;return{singleton:true,linear:Ext.identityFn,ease:function(r){var l=0.07813-r/2,k=g(0.0066+l*l),i=k-l,p=d(a(i),1/3)*(i<0?-1:1),o=-k-l,m=d(a(o),1/3)*(o<0?-1:1),j=p+m+0.25;return d(1-j,2)*3*j*0.1+(1-j)*3*j*j+j*j*j},easeIn:function(i){return d(i,1.7)},easeOut:function(i){return d(i,0.48)},easeInOut:function(r){var l=0.48-r/1.04,k=g(0.1734+l*l),i=k-l,p=d(a(i),1/3)*(i<0?-1:1),o=-k-l,m=d(a(o),1/3)*(o<0?-1:1),j=p+m+0.5;return(1-j)*3*j*j+j*j*j},backIn:function(i){return i*i*((c+1)*i-c)},backOut:function(i){i=i-1;return i*i*((c+1)*i+c)+1},elasticIn:function(k){if(k===0||k===1){return k}var j=0.3,i=j/4;return d(2,-10*k)*b((k-i)*(2*h)/j)+1},elasticOut:function(i){return 1-Ext.fx.Easing.elasticIn(1-i)},bounceIn:function(i){return 1-Ext.fx.Easing.bounceOut(1-i)},bounceOut:function(m){var j=7.5625,k=2.75,i;if(m<(1/k)){i=j*m*m}else{if(m<(2/k)){m-=(1.5/k);i=j*m*m+0.75}else{if(m<(2.5/k)){m-=(2.25/k);i=j*m*m+0.9375}else{m-=(2.625/k);i=j*m*m+0.984375}}}return i}}},0,0,0,0,0,0,[Ext.fx,"Easing"],function(b){var c=b.self,a=c.prototype;c.addMembers({"back-in":a.backIn,"back-out":a.backOut,"ease-in":a.easeIn,"ease-out":a.easeOut,"elastic-in":a.elasticIn,"elastic-out":a.elasticOut,"bounce-in":a.bounceIn,"bounce-out":a.bounceOut,"ease-in-out":a.easeInOut})}));(Ext.cmd.derive("Ext.fx.DrawPath",Ext.Base,{singleton:true,pathToStringRE:/,?([achlmqrstvxz]),?/gi,pathCommandRE:/([achlmqstvz])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?\s*,?\s*)+)/ig,pathValuesRE:/(-?\d*\.?\d*(?:e[-+]?\d+)?)\s*,?\s*/ig,stopsRE:/^(\d+%?)$/,radian:Math.PI/180,is:function(b,a){a=String(a).toLowerCase();return(a=="object"&&b===Object(b))||(a=="undefined"&&typeof b==a)||(a=="null"&&b===null)||(a=="array"&&Array.isArray&&Array.isArray(b))||(Object.prototype.toString.call(b).toLowerCase().slice(8,-1))==a},path2string:function(){return this.join(",").replace(Ext.fx.DrawPath.pathToStringRE,"$1")},pathToString:function(a){return a.join(",").replace(Ext.fx.DrawPath.pathToStringRE,"$1")},parsePathString:function(a){if(!a){return null}var d={a:7,c:6,h:1,l:2,m:2,q:4,s:4,t:2,v:1,z:0},c=[],b=this;if(b.is(a,"array")&&b.is(a[0],"array")){c=b.pathClone(a)}if(!c.length){String(a).replace(b.pathCommandRE,function(g,e,j){var i=[],h=e.toLowerCase();j.replace(b.pathValuesRE,function(l,k){if(k){i.push(+k)}});if(h=="m"&&i.length>2){c.push([e].concat(Ext.Array.splice(i,0,2)));h="l";e=(e=="m")?"l":"L"}while(i.length>=d[h]){c.push([e].concat(Ext.Array.splice(i,0,d[h])));if(!d[h]){break}}})}c.toString=b.path2string;return c},pathClone:function(g){var c=[],a,e,b,d;if(!this.is(g,"array")||!this.is(g&&g[0],"array")){g=this.parsePathString(g)}for(b=0,d=g.length;b7){p[s].shift();var t=p[s];while(t.length){Ext.Array.splice(p,s++,0,["C"].concat(Ext.Array.splice(t,0,6)))}Ext.Array.erase(p,s,1);o=Math.max(d.length,m.length||0)}},c=function(v,u,s,p,t){if(v&&u&&v[t][0]=="M"&&u[t][0]!="M"){Ext.Array.splice(u,t,0,["M",p.x,p.y]);s.bx=0;s.by=0;s.x=v[t][1];s.y=v[t][2];o=Math.max(d.length,m.length||0)}},h,o,g,q,e,k;for(h=0,o=Math.max(d.length,m.length||0);h1){aa=V(aa);H=aa*H;F=aa*F}c=H*H;R=F*F;U=(n==g?-1:1)*V(u((c*R-c*N*N-R*O*O)/(c*N*N+R*O*O)));C=U*H*N/F+(s+r)/2;B=U*-F*O/H+(af+ae)/2;m=o(((af-B)/F).toFixed(7));l=o(((ae-B)/F).toFixed(7));m=sl){m=m-d*2}if(!g&&l>m){l=l-d*2}}else{m=A[0];l=A[1];C=A[2];B=A[3]}q=l-m;if(u(q)>E){D=l;G=r;p=ae;l=m+E*(g&&l>m?1:-1);r=C+H*T(l);ae=B+F*a(l);M=v.arc2curve(r,ae,H,F,z,0,g,G,p,[l,D,C,B])}q=l-m;j=T(m);ad=a(m);e=T(l);ac=a(l);P=J.tan(q/4);S=4/3*H*P;Q=4/3*F*P;ab=[s,af];Z=[s+S*ad,af-Q*j];Y=[r+S*ac,ae-Q*e];W=[r,ae];Z[0]=2*ab[0]-Z[0];Z[1]=2*ab[1]-Z[1];if(A){return[Z,Y,W].concat(M)}else{M=[Z,Y,W].concat(M).join().split(",");L=[];K=M.length;for(X=0;X=d){l=d;a=true}if(i.reverse){l=d-l}for(e in k){if(k.hasOwnProperty(e)){j=k[e];h=a?1:c(l/d);g[e]=b[e].set(j,h)}}i.frameCount++;return g},lastFrame:function(){var c=this,a=c.iterations,b=c.currentIteration;b++;if(b0},isRunning:function(){return this.paused===false&&this.running===true&&this.isAnimator!==true}},1,0,0,0,0,[["observable",Ext.util.Observable]],[Ext.fx,"Anim"],0));Ext.enableFx=true;(Ext.cmd.derive("Ext.util.Animate",Ext.Base,{mixinId:"animate",isAnimate:true,animate:function(a){var b=this;if(Ext.fx.Manager.hasFxBlock(b.id)){return b}Ext.fx.Manager.queueFx(new Ext.fx.Anim(b.anim(a)));return this},anim:function(a){if(!Ext.isObject(a)){return(a)?{}:false}var b=this;if(a.stopAnimation){b.stopAnimation()}Ext.applyIf(a,Ext.fx.Manager.getFxDefaults(b.id));return Ext.apply({target:b,paused:true},a)},getAnimationProps:function(){var b=this,a=b.layout;return a&&a.animate?a.animate:{}},stopFx:Ext.Function.alias(Ext.util.Animate,"stopAnimation"),stopAnimation:function(){Ext.fx.Manager.stopAnimation(this.id);return this},syncFx:function(){Ext.fx.Manager.setFxDefaults(this.id,{concurrent:true});return this},sequenceFx:function(){Ext.fx.Manager.setFxDefaults(this.id,{concurrent:false});return this},hasActiveFx:Ext.Function.alias(Ext.util.Animate,"getActiveAnimation"),getActiveAnimation:function(){return Ext.fx.Manager.getActiveAnimation(this.id)}},0,0,0,0,0,0,[Ext.util,"Animate"],0));(Ext.cmd.derive("Ext.dom.Fly",Ext.dom.Element,{alternateClassName:"Ext.dom.Element.Fly",validNodeTypes:{1:1,9:1,11:1},isFly:true,constructor:function(a){this.dom=a;this.el=this},attach:function(b){var a=this;if(!b){return a.detach()}a.dom=b;if(!Ext.cache[b.id]){a.getData().isSynchronized=false}return a},detach:function(){this.dom=null},addListener:null,removeListener:null},1,0,0,0,0,0,[Ext.dom,"Fly",Ext.dom.Element,"Fly"],function(a){var b={};a.cache=b;Ext.fly=function(i,d){var g=null,e=Ext.fly,c,h;d=d||(e.caller&&e.caller.$name)||"_global";i=Ext.getDom(i);if(i){c=i.nodeType;if(a.prototype.validNodeTypes[c]||(!c&&(i.window==i))){g=Ext.cache[i.id];if(!g||g.dom!==i){g=b[d]||(b[d]=new a());g.dom=i;h=g.getData(true);if(h){h.isSynchronized=false}}}}return g}}));(Ext.cmd.derive("Ext.dom.CompositeElementLite",Ext.Base,{alternateClassName:["Ext.CompositeElementLite"],isComposite:true,isLite:true,statics:{importElementMethods:function(){var a=Ext.dom.Element,b=this.prototype;Ext.Object.each(a.prototype,function(c,d){if(typeof d==="function"&&!b[c]){b[c]=function(){return this.invoke(c,arguments)}}})}},constructor:function(b,a){if(a){this.elements=b||[]}else{this.elements=[];this.add(b)}},getElement:function(b){var a=this._fly||(this._fly=new Ext.dom.Fly());return a.attach(b)},transformElement:function(a){return Ext.getDom(a)},getCount:function(){return this.elements.length},add:function(c,a){var e=this.elements,b,d;if(!c){return this}if(typeof c=="string"){c=Ext.fly(a||document).query(c)}else{if(c.isComposite){c=c.elements}else{if(!Ext.isIterable(c)){c=[c]}}}for(b=0,d=c.length;b-1){c=Ext.getDom(c);if(a){g=this.elements[b];g.parentNode.insertBefore(c,g);Ext.removeNode(g)}Ext.Array.splice(this.elements,b,1,c)}return this},clear:function(d){var c=this,b=c.elements,a=b.length-1;if(d){for(;a>=0;a--){Ext.removeNode(b[a])}}this.elements=[]},addElements:function(d,b){if(!d){return this}if(typeof d==="string"){d=Ext.dom.Element.selectorFunction(d,b)}var c=this.elements,a=d.length,g;for(g=0;g','","",'",'"].join(""),J=/(?:]*)?>)((\n|\r|.)*?)(?:<\/script>)/ig,D=/(?:)((\n|\r|.)*?)(?:<\/script>)/ig,b=/\ssrc=([\'\"])(.*?)\1/i,o=/\S/,i=/\stype=([\'\"])(.*?)\1/i,A=/^-ms-/,B=/(-[a-z])/gi,I=function(Q,R){return R.charAt(1).toUpperCase()},n="x-masked",z="x-masked-relative",v="x-mask-msg",s=/^body/i,r={},w=function(R){var S=R.getData(),Q=S[H];if(Q===undefined){S[H]=Q=j.VISIBILITY}return Q},N=E.createRange?E.createRange():null,F={INPUT:true,TEXTAREA:true};if(Ext.isIE8){var h=E.createElement("div"),L=[],d=Ext.Function.createBuffered(function(){var Q=L.length,R;for(R=0;R"+Ext.String.format(P,Q)+""));R.selectNode("."+Q+"-mc").appendChild(this.dom);return R},clean:function(R){var T=this,V=T.dom,U=T.getData(),W=V.firstChild,S=-1,Q;if(U.isCleaned&&R!==true){return T}while(W){Q=W.nextSibling;if(W.nodeType===3){if(!(o.test(W.nodeValue))){V.removeChild(W)}else{if(Q&&Q.nodeType===3){W.appendData(Ext.String.trim(Q.data));V.removeChild(Q);Q=W.nextSibling;W.nodeIndex=++S}}}else{Ext.fly(W,"_clean").clean();W.nodeIndex=++S}W=Q}U.isCleaned=true;return T},empty:N?function(){var Q=this.dom;if(Q.firstChild){N.setStartBefore(Q.firstChild);N.setEndAfter(Q.lastChild);N.deleteContents()}}:function(){var Q=this.dom;while(Q.lastChild){Q.removeChild(Q.lastChild)}},clearListeners:function(){this.removeAnchor();arguments.callee.$previous.call(this)},clearPositioning:function(Q){Q=Q||"";return this.setStyle({left:Q,right:Q,top:Q,bottom:Q,"z-index":"",position:"static"})},createProxy:function(Q,U,T){Q=(typeof Q==="object")?Q:{tag:"div",role:"presentation",cls:Q};var S=this,R=U?Ext.DomHelper.append(U,Q,true):Ext.DomHelper.insertBefore(S.dom,Q,true);R.setVisibilityMode(j.DISPLAY);R.hide();if(T&&S.setBox&&S.getBox){R.setBox(S.getBox())}return R},clearOpacity:function(){return this.setOpacity("")},clip:function(){var R=this,S=R.getData(),Q;if(!S[q]){S[q]=true;Q=R.getStyle([K,u,t]);S[x]={o:Q[K],x:Q[u],y:Q[t]};R.setStyle(K,M);R.setStyle(u,M);R.setStyle(t,M)}return R},destroy:function(){var S=this,U=S.dom,T=S.getData(),R,Q;if(U&&S.isAnimate){S.stopAnimation()}arguments.callee.$previous.call(this);if(U&&Ext.isIE8&&(U.window!=U)&&(U.nodeType!==9)&&(U.tagName!=="BODY")&&(U.tagName!=="HTML")){L[L.length]=U;d()}if(T){R=T.maskEl;Q=T.maskMsg;if(R){R.destroy()}if(Q){Q.destroy()}}},enableDisplayMode:function(R){var Q=this;Q.setVisibilityMode(j.DISPLAY);if(R!==undefined){Q.getData()[m]=R}return Q},fadeIn:function(S){var Q=this,R=Q.dom;Q.animate(Ext.apply({},S,{opacity:1,internalListeners:{beforeanimate:function(U){var T=Ext.fly(R,"_anim");if(T.isStyle("display","none")){T.setDisplayed("")}else{T.show()}}}}));return this},fadeOut:function(S){var Q=this,R=Q.dom;S=Ext.apply({opacity:0,internalListeners:{afteranimate:function(U){if(R&&U.to.opacity===0){var T=Ext.fly(R,"_anim");if(S.useDisplay){T.setDisplayed(false)}else{T.hide()}}}}},S);Q.animate(S);return Q},fixDisplay:function(){var Q=this;if(Q.isStyle(a,G)){Q.setStyle(g,M);Q.setStyle(a,Q._getDisplay());if(Q.isStyle(a,G)){Q.setStyle(a,"block")}}},frame:function(Q,T,U){var S=this,V=S.dom,R;Q=Q||"#C3DAF9";T=T||1;U=U||{};R=function(){var Z=Ext.fly(V,"_anim"),Y=this,aa,X,W;Z.show();aa=Z.getBox();X=Ext.getBody().createChild({role:"presentation",id:Z.dom.id+"-anim-proxy",style:{position:"absolute","pointer-events":"none","z-index":35000,border:"0px solid "+Q}});W=new Ext.fx.Anim({target:X,duration:U.duration||1000,iterations:T,from:{top:aa.y,left:aa.x,borderWidth:0,opacity:1,height:aa.height,width:aa.width},to:{top:aa.y-20,left:aa.x-20,borderWidth:10,opacity:0,height:aa.height+40,width:aa.width+40}});W.on("afteranimate",function(){X.destroy();Y.end()})};S.animate({duration:(Math.max(U.duration,500)*2)||2000,listeners:{beforeanimate:{fn:R}},callback:U.callback,scope:U.scope});return S},getColor:function(R,S,X){var U=this.getStyle(R),T=X||X===""?X:"#",W,Q,V=0;if(!U||(/transparent|inherit/.test(U))){return S}if(/^r/.test(U)){U=U.slice(4,U.length-1).split(",");Q=U.length;for(;V5?T.toLowerCase():S)},getLoader:function(){var R=this,S=R.getData(),Q=S.loader;if(!Q){S.loader=Q=new Ext.ElementLoader({target:R})}return Q},getPositioning:function(R){var Q=this.getStyle(["left","top","position","z-index"]),S=this.dom;if(R){if(Q.left==="auto"){Q.left=S.offsetLeft+"px"}if(Q.top==="auto"){Q.top=S.offsetTop+"px"}}return Q},ghost:function(Q,T){var S=this,U=S.dom,R;Q=Q||"b";R=function(){var Y=Ext.fly(U,"_anim"),X=Y.getWidth(),W=Y.getHeight(),Z=Y.getXY(),V=Y.getPositioning(),aa={opacity:0};switch(Q){case"t":aa.y=Z[1]-W;break;case"l":aa.x=Z[0]-X;break;case"r":aa.x=Z[0]+X;break;case"b":aa.y=Z[1]+W;break;case"tl":aa.x=Z[0]-X;aa.y=Z[1]-W;break;case"bl":aa.x=Z[0]-X;aa.y=Z[1]+W;break;case"br":aa.x=Z[0]+X;aa.y=Z[1]+W;break;case"tr":aa.x=Z[0]+X;aa.y=Z[1]-W;break}this.to=aa;this.on("afteranimate",function(){var ab=Ext.fly(U,"_anim");if(ab){ab.hide();ab.clearOpacity();ab.setPositioning(V)}})};S.animate(Ext.applyIf(T||{},{duration:500,easing:"ease-out",listeners:{beforeanimate:R}}));return S},hide:function(Q){if(typeof Q==="string"){this.setVisible(false,Q);return this}this.setVisible(false,this.anim(Q));return this},highlight:function(T,R){var X=this,U=X.dom,Z={},W,aa,V,S,Q,Y;R=R||{};S=R.listeners||{};V=R.attr||"backgroundColor";Z[V]=T||"ffff9c";if(!R.to){aa={};aa[V]=R.endColor||X.getColor(V,"ffffff","")}else{aa=R.to}R.listeners=Ext.apply(Ext.apply({},S),{beforeanimate:function(){W=U.style[V];var ab=Ext.fly(U,"_anim");ab.clearOpacity();ab.show();Q=S.beforeanimate;if(Q){Y=Q.fn||Q;return Y.apply(Q.scope||S.scope||l,arguments)}},afteranimate:function(){if(U){U.style[V]=W}Q=S.afteranimate;if(Q){Y=Q.fn||Q;Y.apply(Q.scope||S.scope||l,arguments)}}});X.animate(Ext.apply({},R,{duration:1000,easing:"ease-in",from:Z,to:aa}));return X},hover:function(R,Q,T,S){var U=this;U.on("mouseenter",R,T||U.dom,S);U.on("mouseleave",Q,T||U.dom,S);return U},initDD:function(S,R,T){var Q=new Ext.dd.DD(Ext.id(this.dom),S,R);return Ext.apply(Q,T)},initDDProxy:function(S,R,T){var Q=new Ext.dd.DDProxy(Ext.id(this.dom),S,R);return Ext.apply(Q,T)},initDDTarget:function(S,R,T){var Q=new Ext.dd.DDTarget(Ext.id(this.dom),S,R);return Ext.apply(Q,T)},isFocusable:function(){var R=this.dom,Q=false,S;if(R&&!R.disabled){S=R.nodeName;Q=!!Ext.Element.naturallyFocusableTags[S]||((S==="A"||S==="LINK")&&!!R.href)||R.getAttribute("tabIndex")!=null||R.contentEditable==="true";if(Ext.isIE8&&S==="INPUT"&&R.type==="hidden"){Q=false}Q=Q&&this.isVisible(true)}return Q},isInputField:function(){var R=this.dom,Q=R.contentEditable;if((F[R.tagName]&&R.type!=="button")||(Q===""||Q==="true")){return true}return false},isTabbable:function(S){var T=this.dom,V=false,U,R,Q;if(T&&!T.disabled){U=T.nodeName;Q=T.getAttribute("tabIndex");R=Q!=null;Q-=0;if(U==="A"||U==="LINK"){if(T.href){V=R&&Q<0?false:true}else{if(T.contentEditable==="true"){V=!R||(R&&Q>=0)?true:false}else{V=R&&Q>=0?true:false}}}else{if(T.contentEditable==="true"||Ext.Element.naturallyTabbableTags[U]){V=R&&Q<0?false:true}else{if(R&&Q>=0){V=true}}}if(Ext.isIE8&&U==="INPUT"&&T.type==="hidden"){V=false}V=V&&(S||((!this.component||this.component.isVisible(true))&&this.isVisible(true)))}return V},isMasked:function(Q){var U=this,W=U.getData(),T=W.maskEl,R=W.maskMsg,V=false,S;if(T&&T.isVisible()){if(R){R.center(U)}V=true}else{if(Q){S=U.findParentNode();if(S){return Ext.fly(S).isMasked(Q)}}}return V},load:function(Q){this.getLoader().load(Q);return this},mask:function(X,V,Q){var T=this,W=T.dom,U=T.getData(),S=U.maskEl,R;if(!(s.test(W.tagName)&&T.getStyle("position")==="static")){T.addCls(z)}if(S){S.destroy()}S=Ext.DomHelper.append(W,{role:"presentation",cls:"x-mask x-border-box",children:{role:"presentation",cls:V?v+" "+V:v,cn:{tag:"div",role:"presentation",cls:"x-mask-msg-inner",cn:{tag:"div",role:"presentation",cls:"x-mask-msg-text",html:X||""}}}},true);R=Ext.get(S.dom.firstChild);U.maskEl=S;T.addCls(n);S.setDisplayed(true);if(typeof X==="string"){R.setDisplayed(true);R.center(T)}else{R.setDisplayed(false)}if(W===E.body){S.addCls("x-mask-fixed")}T.saveTabbableState({skipSelf:W===E.body});if(Ext.isIE9m&&W!==E.body&&T.isStyle("height","auto")){S.setSize(undefined,Q||T.getHeight())}return S},monitorMouseLeave:function(Q,T,S){var U=this,V,R={mouseleave:function(W){if(Ext.isIE9m){W.enableIEAsync()}V=Ext.defer(T,Q,S||U,[W])},mouseenter:function(){clearTimeout(V)}};U.on(R);return R},puff:function(U){var T=this,V=T.dom,R,S=T.getBox(),Q=T.getStyle(["width","height","left","right","top","bottom","position","z-index","font-size","opacity"],true);U=Ext.applyIf(U||{},{easing:"ease-out",duration:500,useDisplay:false});R=function(){var W=Ext.fly(V,"_anim");W.clearOpacity();W.show();this.to={width:S.width*2,height:S.height*2,x:S.x-(S.width/2),y:S.y-(S.height/2),opacity:0,fontSize:"200%"};this.on("afteranimate",function(){var X=Ext.fly(V,"_anim");if(X){if(U.useDisplay){X.setDisplayed(false)}else{X.hide()}X.setStyle(Q);Ext.callback(U.callback,U.scope)}})};T.animate({duration:U.duration,easing:U.easing,listeners:{beforeanimate:{fn:R}}});return T},selectable:function(){var Q=this;Q.dom.unselectable="";Q.removeCls(j.unselectableCls);Q.addCls(j.selectableCls);return Q},setCapture:function(){var Q=this.dom;if(Ext.isIE9m&&Q.setCapture){Q.setCapture()}},setHeight:function(Q,R){var S=this;if(!R||!S.anim){arguments.callee.$previous.apply(this,arguments)}else{if(!Ext.isObject(R)){R={}}S.animate(Ext.applyIf({to:{height:Q}},R))}return S},setHorizontal:function(){var R=this,Q=R.verticalCls;delete R.vertical;if(Q){delete R.verticalCls;R.removeCls(Q)}delete R.setWidth;delete R.setHeight;if(!Ext.isIE8){delete R.getWidth;delete R.getHeight}delete R.styleHooks},updateText:function(T){var Q=this,S,R;if(S){R=S.firstChild;if(!R||(R.nodeType!==3||R.nextSibling)){R=E.createTextNode();Q.empty();S.appendChild(R)}if(T){R.data=T}}},setHtml:function(S,R,X,T){var U=this,W,V,Q;if(!U.dom){return U}S=S||"";V=U.dom;if(R!==true){V.innerHTML=S;Ext.callback(X,U);return U}W=Ext.id();S+='';Q=Ext.interval(function(){var ae,ab,aa,Z,Y,ad,ac;if(!(ad=E.getElementById(W))){return false}clearInterval(Q);Ext.removeNode(ad);ae=Ext.getHead().dom;while((ab=J.exec(S))){aa=ab[1];Z=aa?aa.match(b):false;if(Z&&Z[2]){ac=E.createElement("script");ac.src=Z[2];Y=aa.match(i);if(Y&&Y[2]){ac.type=Y[2]}ae.appendChild(ac)}else{if(ab[2]&&ab[2].length>0){if(T){Ext.functionFactory(ab[2]).call(T)}else{Ext.globalEval(ab[2])}}}}Ext.callback(X,T||U)},20);V.innerHTML=S.replace(D,"");return U},setOpacity:function(R,Q){var S=this;if(!S.dom){return S}if(!Q||!S.anim){S.setStyle("opacity",R)}else{if(typeof Q!="object"){Q={duration:350,easing:"ease-in"}}S.animate(Ext.applyIf({to:{opacity:R}},Q))}return S},setPositioning:function(Q){return this.setStyle(Q)},setVertical:function(T,Q){var S=this,R=j.prototype;S.vertical=true;if(Q){S.addCls(S.verticalCls=Q)}S.setWidth=R.setHeight;S.setHeight=R.setWidth;if(!Ext.isIE8){S.getWidth=R.getHeight;S.getHeight=R.getWidth}S.styleHooks=(T===270)?R.verticalStyleHooks270:R.verticalStyleHooks90},setSize:function(S,Q,R){var T=this;if(Ext.isObject(S)){R=Q;Q=S.height;S=S.width}if(!R||!T.anim){T.dom.style.width=j.addUnits(S);T.dom.style.height=j.addUnits(Q);if(T.shadow||T.shim){T.syncUnderlays()}}else{if(R===true){R={}}T.animate(Ext.applyIf({to:{width:S,height:Q}},R))}return T},setVisible:function(U,Q){var S=this,T=S.dom,R=w(S);if(typeof Q==="string"){switch(Q){case a:R=j.DISPLAY;break;case g:R=j.VISIBILITY;break;case O:R=j.OFFSETS;break;case c:R=j.CLIP;break}S.setVisibilityMode(R);Q=false}if(!Q||!S.anim){if(R===j.DISPLAY){return S.setDisplayed(U)}else{if(R===j.OFFSETS){S[U?"removeCls":"addCls"](k)}else{if(R===j.CLIP){S[U?"removeCls":"addCls"](p)}else{if(R===j.VISIBILITY){S.fixDisplay();T.style.visibility=U?"":M}}}}}else{if(U){S.setOpacity(0.01);S.setVisible(true)}if(!Ext.isObject(Q)){Q={duration:350,easing:"ease-in"}}S.animate(Ext.applyIf({callback:function(){if(!U){Ext.fly(T).setVisible(false).setOpacity(1)}},to:{opacity:(U)?1:0}},Q))}S.getData()[y]=U;if(S.shadow||S.shim){S.setUnderlaysVisible(U)}return S},setWidth:function(R,Q){var S=this;if(!Q||!S.anim){arguments.callee.$previous.apply(this,arguments)}else{if(!Ext.isObject(Q)){Q={}}S.animate(Ext.applyIf({to:{width:R}},Q))}return S},setX:function(Q,R){return this.setXY([Q,this.getY()],R)},setXY:function(S,Q){var R=this;if(!Q||!R.anim){arguments.callee.$previous.call(this,S)}else{if(!Ext.isObject(Q)){Q={}}R.animate(Ext.applyIf({to:{x:S[0],y:S[1]}},Q))}return this},setY:function(R,Q){return this.setXY([this.getX(),R],Q)},show:function(Q){if(typeof Q==="string"){this.setVisible(true,Q);return this}this.setVisible(true,this.anim(Q));return this},slideIn:function(T,S,U){var W=this,R=W.dom,Z=R.style,Y,Q,V,X;T=T||"t";S=S||{};Y=function(){var ae=this,ad=S.listeners,ac=Ext.fly(R,"_anim"),af,aa,ag,ab;if(!U){ac.fixDisplay()}af=ac.getBox();if((T=="t"||T=="b")&&af.height===0){af.height=R.scrollHeight}else{if((T=="l"||T=="r")&&af.width===0){af.width=R.scrollWidth}}aa=ac.getStyle(["width","height","left","right","top","bottom","position","z-index"],true);ac.setSize(af.width,af.height);if(S.preserveScroll){V=ac.cacheScrollValues()}ab=ac.wrap({role:"presentation",id:Ext.id()+"-anim-wrap-for-"+ac.dom.id,style:{visibility:U?"visible":"hidden"}});X=ab.dom.parentNode;ab.setPositioning(ac.getPositioning());if(ab.isStyle("position","static")){ab.position("relative")}ac.clearPositioning("auto");ab.clip();if(V){V()}ac.setStyle({visibility:"",position:"absolute"});if(U){ab.setSize(af.width,af.height)}switch(T){case"t":ag={from:{width:af.width+"px",height:"0px"},to:{width:af.width+"px",height:af.height+"px"}};Z.bottom="0px";break;case"l":ag={from:{width:"0px",height:af.height+"px"},to:{width:af.width+"px",height:af.height+"px"}};W.anchorAnimX(T);break;case"r":ag={from:{x:af.x+af.width,width:"0px",height:af.height+"px"},to:{x:af.x,width:af.width+"px",height:af.height+"px"}};W.anchorAnimX(T);break;case"b":ag={from:{y:af.y+af.height,width:af.width+"px",height:"0px"},to:{y:af.y,width:af.width+"px",height:af.height+"px"}};break;case"tl":ag={from:{x:af.x,y:af.y,width:"0px",height:"0px"},to:{width:af.width+"px",height:af.height+"px"}};Z.bottom="0px";W.anchorAnimX("l");break;case"bl":ag={from:{y:af.y+af.height,width:"0px",height:"0px"},to:{y:af.y,width:af.width+"px",height:af.height+"px"}};W.anchorAnimX("l");break;case"br":ag={from:{x:af.x+af.width,y:af.y+af.height,width:"0px",height:"0px"},to:{x:af.x,y:af.y,width:af.width+"px",height:af.height+"px"}};W.anchorAnimX("r");break;case"tr":ag={from:{x:af.x+af.width,width:"0px",height:"0px"},to:{x:af.x,width:af.width+"px",height:af.height+"px"}};Z.bottom="0px";W.anchorAnimX("r");break}ab.show();Q=Ext.apply({},S);delete Q.listeners;Q=new Ext.fx.Anim(Ext.applyIf(Q,{target:ab,duration:500,easing:"ease-out",from:U?ag.to:ag.from,to:U?ag.from:ag.to}));Q.on("afteranimate",function(){var ah=Ext.fly(R,"_anim");ah.setStyle(aa);if(U){if(S.useDisplay){ah.setDisplayed(false)}else{ah.hide()}}if(ab.dom){if(ab.dom.parentNode){ab.dom.parentNode.insertBefore(ah.dom,ab.dom)}else{X.appendChild(ah.dom)}ab.destroy()}if(V){V()}ae.end()});if(ad){Q.on(ad)}};W.animate({duration:S.duration?Math.max(S.duration,500)*2:1000,listeners:{beforeanimate:Y}});return W},slideOut:function(Q,R){return this.slideIn(Q,R,true)},swallowEvent:function(R,S){var U=this,V,Q,T=function(W){W.stopPropagation();if(S){W.preventDefault()}};if(Ext.isArray(R)){Q=R.length;for(V=0;V0){W.setAttribute(X,++R)}else{if(W.hasAttribute("tabIndex")){W.setAttribute(T,W.getAttribute("tabIndex"))}else{W.setAttribute(T,"none")}W.setAttribute("tabIndex","-1");W.setAttribute(X,"1")}}return S},restoreTabbableState:function(Q,W){var U=this.dom,Y=Ext.Element.tabbableSavedCounterAttribute,Z=Ext.Element.tabbableSavedValueAttribute,S=[],aa,R,S,T,V,X;if(!U){return this}if(!W){S=Ext.Array.from(U.querySelectorAll("["+Y+"]"))}if(!Q){S.unshift(U)}for(V=0,X=S.length;V1){T.setAttribute(Y,--R);continue}aa=T.getAttribute(Z);if(aa==="none"){T.removeAttribute("tabIndex")}else{T.setAttribute("tabIndex",aa)}T.removeAttribute(Z);T.removeAttribute(Y)}return S}},deprecated:{"4.0":{methods:{pause:function(Q){var R=this;Ext.fx.Manager.setFxDefaults(R.id,{delay:Q});return R},scale:function(Q,R,S){this.animate(Ext.apply({},S,{width:Q,height:R}));return this},shift:function(Q){this.animate(Q);return this}}},"4.2":{methods:{moveTo:function(Q,S,R){return this.setXY([Q,S],R)},setBounds:function(R,U,T,Q,S){return this.setBox({x:R,y:U,width:T,height:Q},S)},setLeftTop:function(T,S){var R=this,Q=R.dom.style;Q.left=j.addUnits(T);Q.top=j.addUnits(S);if(R.shadow||R.shim){R.syncUnderlays()}return R},setLocation:function(Q,S,R){return this.setXY([Q,S],R)}}},"5.0":{methods:{getAttributeNS:function(R,Q){return this.getAttribute(Q,R)},getCenterXY:function(){return this.getAlignToXY(E,"c-c")},getComputedHeight:function(){return Math.max(this.dom.offsetHeight,this.dom.clientHeight)||parseFloat(this.getStyle(C))||0},getComputedWidth:function(){return Math.max(this.dom.offsetWidth,this.dom.clientWidth)||parseFloat(this.getStyle(e))||0},getStyleSize:function(){var U=this,V=this.dom,R=(V===E||V===E.body),T,Q,S;if(R){return{width:j.getViewportWidth(),height:j.getViewportHeight()}}T=U.getStyle(["height","width"],true);if(T.width&&T.width!=="auto"){Q=parseFloat(T.width)}if(T.height&&T.height!=="auto"){S=parseFloat(T.height)}return{width:Q||U.getWidth(true),height:S||U.getHeight(true)}},isBorderBox:function(){return true},isDisplayed:function(){return !this.isStyle("display","none")},focusable:"isFocusable"}}}}})(),function(){var q=Ext.dom.Element,p=q.prototype,w=!Ext.isIE8,b=document,m=b.defaultView,v=/alpha\(opacity=(.*)\)/i,h=/^\s+|\s+$/g,x=p.styleHooks,t=Ext.supports,e,o,d,s,g,y,c;p._init(q);delete p._init;Ext.plainTableCls="x-table-plain";Ext.plainListCls="x-list-plain";if(Ext.CompositeElementLite){Ext.CompositeElementLite.importElementMethods()}if(!t.Opacity&&Ext.isIE){Ext.apply(x.opacity,{get:function(B){var A=B.style.filter,z,k;if(A.match){z=A.match(v);if(z){k=parseFloat(z[1]);if(!isNaN(k)){return k?k/100:0}}}return 1},set:function(B,z){var k=B.style,A=k.filter.replace(v,"").replace(h,"");k.zoom=1;if(typeof(z)==="number"&&z>=0&&z<1){z*=100;k.filter=A+(A.length?" ":"")+"alpha(opacity="+z+")"}else{k.filter=A}}})}if(!t.matchesSelector){var j=/^([a-z]+|\*)?(?:\.([a-z][a-z\-_0-9]*))?$/i,l=/\-/g,a,u=function(k,z){var A=new RegExp("(?:^|\\s+)"+z.replace(l,"\\-")+"(?:\\s+|$)");if(k&&k!=="*"){k=k.toUpperCase();return function(B){return B.tagName===k&&A.test(B.className)}}return function(B){return A.test(B.className)}},r=function(k){k=k.toUpperCase();return function(z){return z.tagName===k}},n={};p.matcherCache=n;p.is=function(k){if(!k){return true}var z=this.dom,F,B,E,D,C,A,G;if(z.nodeType!==1){return false}if(!(E=Ext.isFunction(k)?k:n[k])){if(!(B=k.match(j))){D=z.parentNode;if(!D){C=true;D=a||(a=b.createDocumentFragment());a.appendChild(z)}A=Ext.Array.indexOf(Ext.fly(D,"_is").query(k),z)!==-1;if(C){a.removeChild(z)}return A}G=B[1];F=B[2];n[k]=E=F?u(G,F):r(G)}return E(z)}}if(!m||!m.getComputedStyle){p.getStyle=function(M,H){var I=this,D=I.dom,O=typeof M!=="string",A=M,J=A,G=1,B=H,z=I.styleHooks,N,F,L,K,C,k,E;if(O){L={};A=J[0];E=0;if(!(G=J.length)){return L}}if(!D||D.documentElement){return L||""}F=D.style;if(H){k=F}else{k=D.currentStyle;if(!k){B=true;k=F}}do{K=z[A];if(!K){z[A]=K={name:q.normalize(A)}}if(K.get){C=K.get(D,I,B,k)}else{N=K.name;C=k[N]}if(!O){return C}L[A]=C;A=J[++E]}while(E=9)){p.getAttribute=function(k,A){var B=this.dom,z;if(A){z=typeof B[A+":"+k];if(z!=="undefined"&&z!=="unknown"){return B[A+":"+k]||null}return null}if(k==="for"){k="htmlFor"}return B[k]||null}}Ext.onInternalReady(function(){var B=/^(?:transparent|(?:rgba[(](?:\s*\d+\s*[,]){3}\s*0\s*[)]))$/i,z=[],G=p.setWidth,H=p.setHeight,L=p.setSize,M=/^\d+(?:\.\d*)?px$/i,F,D,k,K;if(t.FixedTableWidthBug){x.width={name:"width",set:function(S,R,P){var O=S.style,N=P._needsTableWidthFix,Q=O.display;if(N){O.display="none"}O.width=R;if(N){S.scrollWidth;O.display=Q}}};p.setWidth=function(Q,O){var S=this,T=S.dom,P=T.style,N=S._needsTableWidthFix,R=P.display;if(N&&!O){P.display="none"}G.call(S,Q,O);if(N&&!O){T.scrollWidth;P.display=R}return S};p.setSize=function(R,O,P){var T=this,U=T.dom,Q=U.style,N=T._needsTableWidthFix,S=Q.display;if(N&&!P){Q.display="none"}L.call(T,R,O,P);if(N&&!P){U.scrollWidth;Q.display=S}return T}}if(Ext.isIE8){x.height={name:"height",set:function(S,R,P){var O=P.component,Q,N;if(O&&O._syncFrameHeight&&P===O.el){N=O.frameBody.dom.style;if(M.test(R)){Q=O.getFrameInfo();if(Q){N.height=(parseInt(R,10)-Q.height)+"px"}}else{if(!R||R==="auto"){N.height=""}}}S.style.height=R}};p.setHeight=function(N,P){var Q=this.component,R,O;if(Q&&Q._syncFrameHeight&&this===Q.el){O=Q.frameBody.dom.style;if(!N||N==="auto"){O.height=""}else{R=Q.getFrameInfo();if(R){O.height=(N-R.height)+"px"}}}return H.call(this,N,P)};p.setSize=function(R,N,P){var Q=this.component,S,O;if(Q&&Q._syncFrameHeight&&this===Q.el){O=Q.frameBody.dom.style;if(!N||N==="auto"){O.height=""}else{S=Q.getFrameInfo();if(S){O.height=(N-S.height)+"px"}}}return L.call(this,R,N,P)}}Ext.getDoc().on("selectstart",function(R,S){var Q=q.selectableCls,P=q.unselectableCls,N=S&&S.tagName;N=N&&N.toLowerCase();if(N==="input"||N==="textarea"){return}while(S&&S.nodeType===1&&S!==b.documentElement){var O=Ext.fly(S);if(O.hasCls(Q)){return}if(O.hasCls(P)){R.stopEvent();return}S=S.parentNode}});function E(R,O,Q,N){var P=N[this.name]||"";return B.test(P)?"transparent":P}function J(O,P,N){return function(){O.selectionStart=P;O.selectionEnd=N}}function I(R){var P=t.DisplayChangeInputSelectionBug,Q=t.DisplayChangeTextAreaSelectionBug,S,N,T,O;if(P||Q){S=q.getActiveElement();N=S&&S.tagName;if((Q&&N==="TEXTAREA")||(P&&N==="INPUT"&&S.type==="text")){if(Ext.fly(R).isAncestor(S)){T=S.selectionStart;O=S.selectionEnd;if(Ext.isNumber(T)&&Ext.isNumber(O)){return J(S,T,O)}}}}return Ext.emptyFn}function C(T,Q,S,P){var N=P.marginRight,O,R;if(N!=="0px"){O=T.style;R=O.display;O.display="inline-block";N=(S?P:T.ownerDocument.defaultView.getComputedStyle(T,null)).marginRight;O.display=R}return N}function A(U,R,T,Q){var N=Q.marginRight,P,O,S;if(N!=="0px"){P=U.style;O=I(U);S=P.display;P.display="inline-block";N=(T?Q:U.ownerDocument.defaultView.getComputedStyle(U,"")).marginRight;P.display=S;O()}return N}if(!t.RightMargin){x.marginRight=x["margin-right"]={name:"marginRight",get:(t.DisplayChangeInputSelectionBug||t.DisplayChangeTextAreaSelectionBug)?A:C}}if(!t.TransparentColor){F=["background-color","border-color","color","outline-color"];for(D=F.length;D--;){k=F[D];K=q.normalize(k);x[k]=x[K]={name:K,get:E}}}p.verticalStyleHooks90=e=Ext.Object.chain(x);p.verticalStyleHooks270=o=Ext.Object.chain(x);e.width=x.height||{name:"height"};e.height=x.width||{name:"width"};e["margin-top"]={name:"marginLeft"};e["margin-right"]={name:"marginTop"};e["margin-bottom"]={name:"marginRight"};e["margin-left"]={name:"marginBottom"};e["padding-top"]={name:"paddingLeft"};e["padding-right"]={name:"paddingTop"};e["padding-bottom"]={name:"paddingRight"};e["padding-left"]={name:"paddingBottom"};e["border-top"]={name:"borderLeft"};e["border-right"]={name:"borderTop"};e["border-bottom"]={name:"borderRight"};e["border-left"]={name:"borderBottom"};o.width=x.height||{name:"height"};o.height=x.width||{name:"width"};o["margin-top"]={name:"marginRight"};o["margin-right"]={name:"marginBottom"};o["margin-bottom"]={name:"marginLeft"};o["margin-left"]={name:"marginTop"};o["padding-top"]={name:"paddingRight"};o["padding-right"]={name:"paddingBottom"};o["padding-bottom"]={name:"paddingLeft"};o["padding-left"]={name:"paddingTop"};o["border-top"]={name:"borderRight"};o["border-right"]={name:"borderBottom"};o["border-bottom"]={name:"borderLeft"};o["border-left"]={name:"borderTop"};if(!Ext.scopeCss){z.push("x-body")}if(t.Touch){z.push("x-touch")}if(Ext.isIE&&Ext.isIE9m){z.push("x-ie","x-ie9m");z.push("x-ie8p");if(Ext.isIE8){z.push("x-ie8")}else{z.push("x-ie9","x-ie9p")}if(Ext.isIE8m){z.push("x-ie8m")}}if(Ext.isIE10){z.push("x-ie10")}if(Ext.isIE10p){z.push("x-ie10p")}if(Ext.isIE11){z.push("x-ie11")}if(Ext.isGecko){z.push("x-gecko")}if(Ext.isOpera){z.push("x-opera")}if(Ext.isOpera12m){z.push("x-opera12m")}if(Ext.isWebKit){z.push("x-webkit")}if(Ext.isSafari){z.push("x-safari")}if(Ext.isChrome){z.push("x-chrome")}if(Ext.isMac){z.push("x-mac")}if(Ext.isLinux){z.push("x-linux")}if(!t.CSS3BorderRadius){z.push("x-nbr")}if(!t.CSS3LinearGradient){z.push("x-nlg")}if(t.Touch){z.push("x-touch")}Ext.getBody().addCls(z)},null,{priority:1500})});(Ext.cmd.derive("Ext.GlobalEvents",Ext.mixin.Observable,{alternateClassName:"Ext.globalEvents",observableType:"global",singleton:true,resizeBuffer:100,idleEventMask:{mousemove:1,touchmove:1,pointermove:1,MSPointerMove:1,unload:1},constructor:function(){var a=this;a.callParent();Ext.onInternalReady(function(){a.attachListeners()})},attachListeners:function(){Ext.get(window).on("resize",this.fireResize,this,{buffer:this.resizeBuffer});Ext.getDoc().on("mousedown",this.fireMouseDown,this)},fireMouseDown:function(a){this.fireEvent("mousedown",a)},fireResize:function(){var d=this,b=Ext.Element,a=b.getViewportWidth(),c=b.getViewportHeight();if(d.curHeight!==c||d.curWidth!==a){d.curHeight=c;d.curWidth=a;d.fireEvent("resize",a,c)}}},1,0,0,0,0,0,[Ext,"GlobalEvents",Ext,"globalEvents"],function(a){Ext.on=function(){return a.addListener.apply(a,arguments)};Ext.un=function(){return a.removeListener.apply(a,arguments)}}));Ext.define("Ext.overrides.GlobalEvents",{override:"Ext.GlobalEvents",deprecated:{5:{methods:{addListener:function(d,h,i,j,c,b,e){var a,g;if(d==="ready"){g=h}else{if(typeof d!=="string"){for(a in d){if(a==="ready"){g=d[a]}}}}if(g){Ext.onReady(g)}this.callParent([d,h,i,j,c,b,e])}}}}});Ext.USE_NATIVE_JSON=false;Ext.JSON=(new (function(){var me=this,hasNative=window.JSON&&JSON.toString()==="[object JSON]",useHasOwn=!!{}.hasOwnProperty,pad=function(n){return n<10?"0"+n:n},doDecode=function(json){return eval("("+json+")")},doEncode=function(o,newline){if(o===null||o===undefined){return"null"}else{if(Ext.isDate(o)){return me.encodeDate(o)}else{if(Ext.isString(o)){if(Ext.isMSDate(o)){return me.encodeMSDate(o)}else{return me.encodeString(o)}}else{if(typeof o==="number"){return isFinite(o)?String(o):"null"}else{if(Ext.isBoolean(o)){return String(o)}else{if(o.toJSON){return o.toJSON()}else{if(Ext.isArray(o)){return encodeArray(o,newline)}else{if(Ext.isObject(o)){return encodeObject(o,newline)}else{if(typeof o==="function"){return"null"}}}}}}}}}return"undefined"},m={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\","\v":"\\u000b"},charToReplace=/[\\\"\x00-\x1f\x7f-\uffff]/g,encodeString=function(s){return'"'+s.replace(charToReplace,function(a){var c=m[a];return typeof c==="string"?c:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"'},encodeMSDate=function(o){return'"'+o+'"'},encodeArrayPretty=function(o,newline){var len=o.length,cnewline=newline+" ",sep=","+cnewline,a=["[",cnewline],i;for(i=0;i0}}return a},onBindNotify:function(b,a,c){c.syncing=(c.syncing+1)||1;this[c._config.names.set](b);--c.syncing},removeBindings:function(){var b=this,d,a,c;if(!b.destroying){d=b.getBind();if(d&&typeof d!=="string"){for(a in d){c=d[a];c.destroy();c._config=c.getTemplateScope=null}}}b.setBind(null)},updateSession:function(b){var a=this.getInherited();if(b){a.session=b}else{delete a.session}},updateViewModel:function(b){var c=this.getInherited(),a=this.getController();if(b){c.viewModel=b;b.setView(this);if(a){a.initViewModel(b)}}else{delete c.viewModel}}}},0,0,0,0,0,0,[Ext.mixin,"Bindable"],0));(Ext.cmd.derive("Ext.mixin.ComponentDelegation",Ext.Mixin,{mixinConfig:{id:"componentDelegation"},privates:{addDelegatedListener:function(g,i,k,l,d,c,e){var h=this,b,a,j;d=d||l.order;if(d){j=(l&&l.priority);if(!j){l=l?Ext.Object.chain(l):{};l.priority=h.$orderToPriority[d]}}b=h.$delegatedEvents||(h.$delegatedEvents={});a=b[g]||(b[g]=new Ext.util.Event(h,g));if(a.addListener(i,k,l,c,e)){h.$hasDelegatedListeners._incr_(g)}},clearDelegatedListeners:function(){var d=this,b=d.$delegatedEvents,a,c,e;if(b){for(a in b){c=b[a];e=c.listeners.length;c.clearListeners();d.$hasDelegatedListeners._decr_(a,e);delete b[a]}}},doFireDelegatedEvent:function(b,d){var h=this,c=true,a,e,g;if(h.$hasDelegatedListeners[b]){a=h.getRefOwner();while(a){e=a.$delegatedEvents;if(e){g=e[b];if(g){c=g.fireDelegated(h,d);if(c===false){break}}}a=a.getRefOwner()}}return c},removeDelegatedListener:function(a,d,c){var g=this,b=g.$delegatedEvents,e;if(b){e=b[a];if(e&&e.removeListener(d,c)){g.$hasDelegatedListeners._decr_(a);if(e.listeners.length===0){delete b[a]}}}}},onClassMixedIn:function(a){function b(){}a.prototype.HasListeners=a.HasListeners=b;b.prototype=a.hasListeners=new Ext.mixin.ComponentDelegation.HasDelegatedListeners()}},0,0,0,0,0,0,[Ext.mixin,"ComponentDelegation"],function(b){function a(){}b.HasDelegatedListeners=a;a.prototype=b.prototype.$hasDelegatedListeners=new Ext.mixin.Observable.HasListeners()}));(Ext.cmd.derive("Ext.Widget",Ext.Evented,{isWidget:true,element:{reference:"element"},observableType:"component",cachedConfig:{style:null},config:{userCls:null},eventedConfig:{width:null,height:null},template:[],constructor:function(b){var c=this,a;c.initId(b);c.initElement();c.mixins.observable.constructor.call(c,b);Ext.ComponentManager.register(c);a=c.getController();if(a){a.init(c)}},afterCachedConfig:function(){var j=this,k=j.self.prototype,l=j.referenceList,c=j.renderElement,g,d,e,h,b,a;k.renderTemplate=g=document.createDocumentFragment();g.appendChild(c.clone(true,true));a=g.querySelectorAll("[id]");for(e=0,h=a.length;e]+>/gi,stripScriptsRe:/(?:)((\n|\r|.)*?)(?:<\/script>)/ig,nl2brRe:/\r?\n/g,hashRe:/#+$/,allHashes:/^#+$/,formatPattern:/[\d,\.#]+/,formatCleanRe:/[^\d\.#]/g,I18NFormatCleanRe:null,formatFns:{},constructor:function(){a=this},undef:function(b){return b!==undefined?b:""},defaultValue:function(c,b){return c!==undefined&&c!==""?c:b},substr:"ab".substr(-1)!="b"?function(c,e,b){var d=String(c);return(e<0)?d.substr(Math.max(d.length+e,0),b):d.substr(e,b)}:function(c,d,b){return String(c).substr(d,b)},lowercase:function(b){return String(b).toLowerCase()},uppercase:function(b){return String(b).toUpperCase()},usMoney:function(b){return a.currency(b,"$",2)},currency:function(d,g,c,b){var j="",h=",0",e=0;d=d-0;if(d<0){d=-d;j="-"}c=Ext.isDefined(c)?c:a.currencyPrecision;h+=(c>0?".":"");for(;ec){b=b.substring(b.length-c)}}while(b.length2){}else{if(k.length===2){h=k[1].length;o=k[1].match(a.hashRe);if(o){i=o[0].length;d='trailingZeroes=new RegExp(Ext.String.escapeRegex(utilFormat.decimalSeparator) + "*0{0,'+i+'}$")'}}}b=["var utilFormat=Ext.util.Format,extNumber=Ext.Number,neg,absVal,fnum,parts"+(c?",thousandSeparator,thousands=[],j,n,i":"")+(l?',formatString="'+g+'",formatPattern=/[\\d,\\.#]+/':"")+',trailingZeroes;return function(v){if(typeof v!=="number"&&isNaN(v=extNumber.from(v,NaN)))return"";neg=v<0;',"absVal=Math.abs(v);","fnum=Ext.Number.toFixed(absVal, "+h+");",d,";"];if(c){if(h){b[b.length]='parts=fnum.split(".");';b[b.length]="fnum=parts[0];"}b[b.length]="if(absVal>=1000) {";b[b.length]="thousandSeparator=utilFormat.thousandSeparator;thousands.length=0;j=fnum.length;n=fnum.length%3||3;for(i=0;i")},capitalize:Ext.String.capitalize,uncapitalize:Ext.String.uncapitalize,ellipsis:Ext.String.ellipsis,escape:Ext.String.escape,escapeRegex:Ext.String.escapeRegex,htmlDecode:Ext.String.htmlDecode,htmlEncode:Ext.String.htmlEncode,leftPad:Ext.String.leftPad,toggle:Ext.String.toggle,trim:Ext.String.trim,parseBox:function(c){c=c||0;if(typeof c==="number"){return{top:c,right:c,bottom:c,left:c}}var d=c.split(" "),b=d.length;if(b===1){d[1]=d[2]=d[3]=d[0]}else{if(b===2){d[2]=d[0];d[3]=d[1]}else{if(b===3){d[3]=d[1]}}}return{top:parseInt(d[0],10)||0,right:parseInt(d[1],10)||0,bottom:parseInt(d[2],10)||0,left:parseInt(d[3],10)||0}}}},1,0,0,0,0,0,[Ext.util,"Format"],0));(Ext.cmd.derive("Ext.Template",Ext.Base,{inheritableStatics:{from:function(b,a){b=Ext.getDom(b);return new this(b.value||b.innerHTML,a||"")}},useEval:Ext.isGecko,constructor:function(d){var g=this,b=arguments,a=[],c,e=b.length,h;g.initialConfig={};if(e===1&&Ext.isArray(d)){b=d;e=b.length}if(e>1){for(c=0;c]*)\>)|(?:<\/tpl>)/g,actionsRe:/\s*(elif|elseif|if|for|foreach|exec|switch|case|eval|between)\s*\=\s*(?:(?:"([^"]*)")|(?:'([^']*)'))\s*/g,propRe:/prop=(?:(?:"([^"]*)")|(?:'([^']*)'))/,defaultRe:/^\s*default\s*$/,elseRe:/^\s*else\s*$/},1,0,0,0,0,0,[Ext.util,"XTemplateParser"],0));(Ext.cmd.derive("Ext.util.XTemplateCompiler",Ext.util.XTemplateParser,{useEval:Ext.isGecko,useIndex:Ext.isIE8m,useFormat:true,propNameRe:/^[\w\d\$]*$/,compile:function(a){var c=this,b=c.generate(a);return c.useEval?c.evalTpl(b):(new Function("Ext",b))(Ext)},generate:function(a){var d=this,b="var fm=Ext.util.Format,ts=Object.prototype.toString;",c;d.maxLevel=0;d.body=["var c0=values, a0="+d.createArrayTest(0)+", p0=parent, n0=xcount, i0=xindex, k0, v;\n"];if(d.definitions){if(typeof d.definitions==="string"){d.definitions=[d.definitions,b]}else{d.definitions.push(b)}}else{d.definitions=[b]}d.switches=[];d.parse(a);d.definitions.push((d.useEval?"$=":"return")+" function ("+d.fnArgs+") {",d.body.join(""),"}");c=d.definitions.join("\n");d.definitions.length=d.body.length=d.switches.length=0;delete d.definitions;delete d.body;delete d.switches;return c},doText:function(c){var b=this,a=b.body;c=c.replace(b.aposRe,"\\'").replace(b.newLineRe,"\\n");if(b.useIndex){a.push("out[out.length]='",c,"'\n")}else{a.push("out.push('",c,"')\n")}},doExpr:function(b){var a=this.body;a.push("if ((v="+b+") != null) out");if(this.useIndex){a.push("[out.length]=v+''\n")}else{a.push(".push(v+'')\n")}},doTag:function(a){var b=this.parseTag(a);if(b){this.doExpr(b)}else{this.doText("{"+a+"}")}},doElse:function(){this.body.push("} else {\n")},doEval:function(a){this.body.push(a,"\n")},doIf:function(b,c){var a=this;if(b==="."){a.body.push("if (values) {\n")}else{if(a.propNameRe.test(b)){a.body.push("if (",a.parseTag(b),") {\n")}else{a.body.push("if (",a.addFn(b),a.callFn,") {\n")}}if(c.exec){a.doExec(c.exec)}},doElseIf:function(b,c){var a=this;if(b==="."){a.body.push("else if (values) {\n")}else{if(a.propNameRe.test(b)){a.body.push("} else if (",a.parseTag(b),") {\n")}else{a.body.push("} else if (",a.addFn(b),a.callFn,") {\n")}}if(c.exec){a.doExec(c.exec)}},doSwitch:function(c){var b=this,a;if(c==="."||c==="#"){a=c==="."?"values":"xindex";b.body.push("switch (",a,") {\n")}else{if(b.propNameRe.test(c)){b.body.push("switch (",b.parseTag(c),") {\n")}else{b.body.push("switch (",b.addFn(c),b.callFn,") {\n")}}b.switches.push(0)},doCase:function(e){var d=this,c=Ext.isArray(e)?e:[e],g=d.switches.length-1,a,b;if(d.switches[g]){d.body.push("break;\n")}else{d.switches[g]++}for(b=0,g=c.length;b1){ out.push("',h.between,'"); } \n')}},doForEach:function(e,h){var d=this,c,b=d.level,a=b-1,g;if(e==="."){c="values"}else{if(d.propNameRe.test(e)){c=d.parseTag(e)}else{c=d.addFn(e)+d.callFn}}if(d.maxLevel1){ out.push("',h.between,'"); } \n')}},createArrayTest:("isArray" in Array)?function(a){return"Array.isArray(c"+a+")"}:function(a){return"ts.call(c"+a+')==="[object Array]"'},doExec:function(d,e){var c=this,a="f"+c.definitions.length,b=c.guards[c.strict?0:1];c.definitions.push("function "+a+"("+c.fnArgs+") {",b.doTry," var $v = values; with($v) {"," "+d," }",b.doCatch,"}");c.body.push(a+c.callFn+"\n")},guards:[{doTry:"",doCatch:""},{doTry:"try { ",doCatch:" } catch(e) {\n}"}],addFn:function(a){var d=this,b="f"+d.definitions.length,c=d.guards[d.strict?0:1];if(a==="."){d.definitions.push("function "+b+"("+d.fnArgs+") {"," return values","}")}else{if(a===".."){d.definitions.push("function "+b+"("+d.fnArgs+") {"," return parent","}")}else{d.definitions.push("function "+b+"("+d.fnArgs+") {",c.doTry," var $v = values; with($v) {"," return("+a+")"," }",c.doCatch,"}")}}return b},parseTag:function(b){var h=this,a=h.tagRe.exec(b),e,i,d,g,c;if(!a){return null}e=a[1];i=a[2];d=a[3];g=a[4];if(e=="."){if(!h.validTypes){h.definitions.push("var validTypes={string:1,number:1,boolean:1};");h.validTypes=true}c='validTypes[typeof values] || ts.call(values) === "[object Date]" ? values : ""'}else{if(e=="#"){c="xindex"}else{if(e=="$"){c="xkey"}else{if(e.substr(0,7)=="parent."){c=e}else{if(isNaN(e)&&e.indexOf("-")==-1&&e.indexOf(".")!=-1){c="values."+e}else{c="values['"+e+"']"}}}}}if(g){c="("+c+g+")"}if(i&&h.useFormat){d=d?","+d:"";if(i.substr(0,5)!="this."){i="fm."+i+"("}else{i+="("}}else{return c}return i+c+d+")"},evalTpl:function($){eval($);return $},newLineRe:/\r\n|\r|\n/g,aposRe:/[']/g,intRe:/^\s*(\d+)\s*$/,tagRe:/^([\w-\.\#\$]+)(?:\:([\w\.]*)(?:\((.*?)?\))?)?(\s?[\+\-\*\/]\s?[\d\.\+\-\*\/\(\)]+)?$/},0,0,0,0,0,0,[Ext.util,"XTemplateCompiler"],function(){var a=this.prototype;a.fnArgs="out,values,parent,xindex,xcount,xkey";a.callFn=".call(this,"+a.fnArgs+")"}));(Ext.cmd.derive("Ext.XTemplate",Ext.Template,{isXTemplate:true,emptyObj:{},fn:null,strict:false,apply:function(a,b,c,d){return this.applyOut(a,[],b,c,d).join("")},applyOut:function(a,b,d,h,j){var g=this,c;if(!g.fn){c=new Ext.util.XTemplateCompiler({useFormat:g.disableFormats!==true,definitions:g.definitions,strict:g.strict});g.fn=c.compile(g.html)}h=h||1;j=j||1;if(g.strict){g.fn(b,a,d||g.emptyObj,h,j)}else{try{g.fn(b,a,d||g.emptyObj,h,j)}catch(i){}}return b},compile:function(){return this},statics:{getTpl:function(b,d){var c=b[d],a;if(c&&!c.isTemplate){c=Ext.ClassManager.dynInstantiate("Ext.XTemplate",c);if(b.hasOwnProperty(d)){a=b}else{for(a=b.self.prototype;a&&!a.hasOwnProperty(d);a=a.superclass){}}a[d]=c;c.owner=a}return c||null}}},0,0,0,0,0,0,[Ext,"XTemplate"],0));(Ext.cmd.derive("Ext.app.EventDomain",Ext.Base,{statics:{instances:{}},isEventDomain:true,isInstance:false,constructor:function(){var a=this;if(!a.isInstance){Ext.app.EventDomain.instances[a.type]=a}a.bus={};a.monitoredClasses=[]},dispatch:function(j,n,l){n=Ext.canonicalEventName(n);var m=this,k=m.bus,o=k[n],e,c,b,d,p,h,g,a;if(!o){return true}for(e in o){if(o.hasOwnProperty(e)&&m.match(j,e,m.controller)){c=o[e];for(b in c){if(c.hasOwnProperty(b)){d=c[b];if(d.controller.isActive()){p=d.list;h=p.length;for(g=0;gd.clientWidth}}if(i==="scroll"){c=true}else{if(i){c=d.scrollHeight>d.clientHeight}}if(h){k=a.height}if(c){b=a.width}}}return{width:b,height:k}},getPosition:function(){return this.position},updateDirectionLock:Ext.emptyFn,updateDisabled:Ext.emptyFn,updateIndicators:Ext.emptyFn,updateMaxPosition:Ext.emptyFn,updateMaxUserPosition:Ext.emptyFn,updateMinPosition:Ext.emptyFn,updateMinUserPosition:Ext.emptyFn,updateMomenumEasing:Ext.emptyFn,updateX:Ext.emptyFn,updateY:Ext.emptyFn,onPartnerScrollStart:Ext.emptyFn,onPartnerScrollEnd:Ext.emptyFn,refresh:function(){this.fireEvent("refresh",this);return this},removePartner:function(b){var c=this._partners,a=b._partners;if(c){delete c[b.getId()]}if(a){delete (a[this.getId()])}},scrollBy:function(c,b,d){var a=this.getPosition();if(c){if(c.length){d=b;b=c[1];c=c[0]}else{if(typeof c!=="number"){d=b;b=c.y;c=c.x}}}c=(typeof c==="number")?c+a.x:null;b=(typeof b==="number")?b+a.y:null;return this.doScrollTo(c,b,d)},scrollIntoView:function(d,e,b,h){var j=this,i=j.getPosition(),g,a,k,c=j.getElement();if(d){g=Ext.fly(d).getScrollIntoViewXY(c,i.x,i.y);a=(e===false)?i.x:g.x;k=g.y;if(h){j.on({scrollend:"doHighlight",scope:j,single:true,args:[d,h]})}j.doScrollTo(a,k,b)}},isInView:function(c){var d=this,a={x:false,y:false},e,g=d.getElement(),b;if(c&&g.contains(c)){b=g.getRegion();e=Ext.fly(c).getRegion();a.x=e.right>b.left&&e.leftb.top&&e.top0){a-=1}if(g>0){g-=1}e.setSpacerXY({x:a,y:g});b.show()}}},deprecated:{"5":{methods:{getScroller:function(){return this}}},"5.1.0":{methods:{scrollToTop:function(a){return this.scrollTo(0,0,a)},scrollToEnd:function(a){return this.scrollTo(Infinity,Infinity,a)}}}},privates:{getSpacer:function(){var c=this,a=c._spacer,b;if(!a){b=c.getElement();a=c._spacer=b.createChild({cls:c._spacerCls,role:"presentation"});a.setVisibilityMode(2);b.position()}return a},applySpacerXY:function(b,a){if(a&&b.x===a.x&&b.y===a.y){b=undefined}return b},updateSpacerXY:function(a){this.getSpacer().setLocalXY(a.x,a.y)},convertX:function(a){return a},doHighlight:function(b,a){if(a!==true){Ext.fly(b).highlight(a)}else{Ext.fly(b).highlight()}},fireScrollStart:function(a,d){var c=this,b=c.component;c.invokePartners("onPartnerScrollStart",a,d);if(c.hasListeners.scrollstart){c.fireEvent("scrollstart",c,a,d)}if(b&&b.onScrollStart){b.onScrollStart(a,d)}Ext.GlobalEvents.fireEvent("scrollstart",c,a,d)},fireScroll:function(a,d){var c=this,b=c.component;c.invokePartners("onPartnerScroll",a,d);if(c.hasListeners.scroll){c.fireEvent("scroll",c,a,d)}if(b&&b.onScrollMove){b.onScrollMove(a,d)}Ext.GlobalEvents.fireEvent("scroll",c,a,d)},fireScrollEnd:function(a,d){var c=this,b=c.component;c.invokePartners("onPartnerScrollEnd",a,d);if(c.hasListeners.scrollend){c.fireEvent("scrollend",c,a,d)}if(b&&b.onScrollEnd){b.onScrollEnd(a,d)}Ext.GlobalEvents.fireEvent("scrollend",c,a,d)},initXStyle:function(){var b=this.getElement(),a=this.getX();if(b&&b.dom){if(!a){a="hidden"}else{if(a===true){a="auto"}}b.setStyle("overflow-x",a)}},initYStyle:function(){var a=this.getElement(),b=this.getY();if(a&&a.dom){if(!b){b="hidden"}else{if(b===true){b="auto"}}a.setStyle("overflow-y",b)}},invokePartners:function(i,a,h){var c=this,e=c._partners,b,g,d=i==="onPartnerScrollEnd";if(!c.suspendSync&!c.isReflecting){for(g in e){b=e[g].scroller;b.isReflecting=true;b[i](c,a,h);if(d){b.isReflecting=false}}}},clearReflecting:function(){this.isReflecting=false},suspendPartnerSync:function(){this.suspendSync=(this.suspendSync||0)+1},resumePartnerSync:function(){if(this.suspendSync){this.suspendSync--}},updateDomScrollPosition:function(){var d=this,c=d.getElement(),b,a=d.position;if(c&&!c.destroyed){b=d.getElementScroll(c);a.x=b.left;a.y=b.top}d.positionDirty=false;return a},getElementScroll:function(a){return a.getScroll()},onDomScroll:function(){var d=this,b,a,e,c;if(d.isTouchScroller&&Ext.supports.touchScroll===2){c=d.getElement().dom;c.scrollTop=c.scrollLeft=0;return}b=d.updateDomScrollPosition();a=b.x;e=b.y;if(!d.isScrolling){d.isScrolling=Ext.isScrolling=true;d.fireScrollStart(a,e)}d.fireScroll(a,e);d.onDomScrollEnd()},onDomScrollEnd:function(){var c=this,b=c.getPosition(),a=b.x,d=b.y;c.isScrolling=Ext.isScrolling=false;c.trackingScrollLeft=a;c.trackingScrollTop=d;c.fireScrollEnd(a,d)},onPartnerScroll:function(c,a,d){var b=c._partners[this.getId()].axis;if(b){if(b==="x"){d=null}else{if(b==="y"){a=null}}}this.doScrollTo(a,d,false,true)},restoreState:function(){var b=this,a=b.getElement(),c;if(a){c=a.dom;if(b.trackingScrollTop!==undefined){c.scrollTop=b.trackingScrollTop;c.scrollLeft=b.trackingScrollLeft}}}}},1,0,0,0,["scroller.scroller"],[[Ext.mixin.Factoryable.prototype.mixinId||Ext.mixin.Factoryable.$className,Ext.mixin.Factoryable]],[Ext.scroll,"Scroller"],0));(Ext.cmd.derive("Ext.fx.easing.Abstract",Ext.Base,{config:{startTime:0,startValue:0},isEasing:true,isEnded:false,constructor:function(a){this.initConfig(a);return this},applyStartTime:function(a){if(!a){a=Ext.Date.now()}return a},updateStartTime:function(a){this.reset()},reset:function(){this.isEnded=false},getValue:Ext.emptyFn},1,0,0,0,0,0,[Ext.fx.easing,"Abstract"],0));(Ext.cmd.derive("Ext.fx.easing.Momentum",Ext.fx.easing.Abstract,{config:{acceleration:30,friction:0,startVelocity:0},alpha:0,updateFriction:function(b){var a=Math.log(1-(b/10));this.theta=a;this.alpha=a/this.getAcceleration()},updateStartVelocity:function(a){this.velocity=a*this.getAcceleration()},updateAcceleration:function(a){this.velocity=this.getStartVelocity()*a;this.alpha=this.theta/a},getValue:function(){return this.getStartValue()-this.velocity*(1-this.getFrictionFactor())/this.theta},getFrictionFactor:function(){var a=Ext.Date.now()-this.getStartTime();return Math.exp(a*this.alpha)},getVelocity:function(){return this.getFrictionFactor()*this.velocity}},0,0,0,0,0,0,[Ext.fx.easing,"Momentum"],0));(Ext.cmd.derive("Ext.fx.easing.Bounce",Ext.fx.easing.Abstract,{config:{springTension:0.3,acceleration:30,startVelocity:0},getValue:function(){var b=Ext.Date.now()-this.getStartTime(),c=(b/this.getAcceleration()),a=c*Math.pow(Math.E,-this.getSpringTension()*c);return this.getStartValue()+(this.getStartVelocity()*a)}},0,0,0,0,0,0,[Ext.fx.easing,"Bounce"],0));(Ext.cmd.derive("Ext.fx.easing.BoundMomentum",Ext.fx.easing.Abstract,{config:{momentum:null,bounce:null,minMomentumValue:0,maxMomentumValue:0,minVelocity:0.01,startVelocity:0},applyMomentum:function(a,b){return Ext.factory(a,Ext.fx.easing.Momentum,b)},applyBounce:function(a,b){return Ext.factory(a,Ext.fx.easing.Bounce,b)},updateStartTime:function(a){this.getMomentum().setStartTime(a);Ext.fx.easing.Abstract.prototype.updateStartTime.apply(this,arguments)},updateStartVelocity:function(a){this.getMomentum().setStartVelocity(a)},updateStartValue:function(a){this.getMomentum().setStartValue(a)},reset:function(){this.lastValue=null;this.isBouncingBack=false;this.isOutOfBound=false;return Ext.fx.easing.Abstract.prototype.reset.apply(this,arguments)},getValue:function(){var a=this.getMomentum(),k=this.getBounce(),e=a.getStartVelocity(),g=e>0?1:-1,h=this.getMinMomentumValue(),d=this.getMaxMomentumValue(),c=(g==1)?d:h,i=this.lastValue,j,b;if(e===0){return this.getStartValue()}if(!this.isOutOfBound){j=a.getValue();b=a.getVelocity();if(Math.abs(b)=h&&j<=d){return j}this.isOutOfBound=true;k.setStartTime(Ext.Date.now()).setStartVelocity(b).setStartValue(c)}j=k.getValue();if(!this.isEnded){if(!this.isBouncingBack){if(i!==null){if((g==1&&ji)){this.isBouncingBack=true}}}else{if(Math.round(j)==c){this.isEnded=true}}}this.lastValue=j;return j}},0,0,0,0,0,0,[Ext.fx.easing,"BoundMomentum"],0));(Ext.cmd.derive("Ext.fx.easing.Linear",Ext.fx.easing.Abstract,{config:{duration:0,endValue:0},updateStartValue:function(a){this.distance=this.getEndValue()-a},updateEndValue:function(a){this.distance=a-this.getStartValue()},getValue:function(){var a=Ext.Date.now()-this.getStartTime(),b=this.getDuration();if(a>b){this.isEnded=true;return this.getEndValue()}else{return this.getStartValue()+((a/b)*this.distance)}}},0,0,0,0,["easing.linear"],0,[Ext.fx.easing,"Linear"],0));(Ext.cmd.derive("Ext.fx.easing.EaseOut",Ext.fx.easing.Linear,{config:{exponent:4,duration:1500},getValue:function(){var g=Ext.Date.now()-this.getStartTime(),d=this.getDuration(),b=this.getStartValue(),i=this.getEndValue(),a=this.distance,c=g/d,h=1-c,e=1-Math.pow(h,this.getExponent()),j=b+(e*a);if(g>=d){this.isEnded=true;return i}return j}},0,0,0,0,["easing.ease-out"],0,[Ext.fx.easing,"EaseOut"],0));(Ext.cmd.derive("Ext.util.translatable.Abstract",Ext.Evented,{config:{useWrapper:null,easing:null,easingX:null,easingY:null},x:0,y:0,activeEasingX:null,activeEasingY:null,isAnimating:false,isTranslatable:true,constructor:function(a){this.mixins.observable.constructor.call(this,a);this.position={x:0,y:0}},factoryEasing:function(a){return Ext.factory(a,Ext.fx.easing.Linear,null,"easing")},applyEasing:function(a){if(!this.getEasingX()){this.setEasingX(this.factoryEasing(a))}if(!this.getEasingY()){this.setEasingY(this.factoryEasing(a))}},applyEasingX:function(a){return this.factoryEasing(a)},applyEasingY:function(a){return this.factoryEasing(a)},doTranslate:Ext.emptyFn,translate:function(a,c,b){if(b){return this.translateAnimated(a,c,b)}if(this.isAnimating){this.stopAnimation()}if(!isNaN(a)&&typeof a=="number"){this.x=a}if(!isNaN(c)&&typeof c=="number"){this.y=c}this.doTranslate(a,c)},translateAxis:function(b,d,c){var a,e;if(b=="x"){a=d}else{e=d}return this.translate(a,e,c)},getPosition:function(){var b=this,a=b.position;a.x=-b.x;a.y=-b.y;return a},animate:function(b,a){this.activeEasingX=b;this.activeEasingY=a;this.isAnimating=true;this.lastX=null;this.lastY=null;Ext.AnimationQueue.start(this.doAnimationFrame,this);this.fireEvent("animationstart",this,this.x,this.y);return this},translateAnimated:function(b,i,g){var e=this;if(!Ext.isObject(g)){g={}}if(e.isAnimating){e.stopAnimation()}e.callback=g.callback;e.callbackScope=g.scope;var d=Ext.Date.now(),h=g.easing,c=(typeof b=="number")?(g.easingX||h||e.getEasingX()||true):null,a=(typeof i=="number")?(g.easingY||h||e.getEasingY()||true):null;if(c){c=e.factoryEasing(c);c.setStartTime(d);c.setStartValue(e.x);c.setEndValue(b);if("duration" in g){c.setDuration(g.duration)}}if(a){a=e.factoryEasing(a);a.setStartTime(d);a.setStartValue(e.y);a.setEndValue(i);if("duration" in g){a.setDuration(g.duration)}}return e.animate(c,a)},doAnimationFrame:function(){var e=this,c=e.activeEasingX,b=e.activeEasingY,d=Date.now(),a,g;if(!e.isAnimating){return}e.lastRun=d;if(c===null&&b===null){e.stopAnimation();return}if(c!==null){e.x=a=Math.round(c.getValue());if(c.isEnded){e.activeEasingX=null;e.fireEvent("axisanimationend",e,"x",a)}}else{a=e.x}if(b!==null){e.y=g=Math.round(b.getValue());if(b.isEnded){e.activeEasingY=null;e.fireEvent("axisanimationend",e,"y",g)}}else{g=e.y}if(e.lastX!==a||e.lastY!==g){e.doTranslate(a,g);e.lastX=a;e.lastY=g}e.fireEvent("animationframe",e,a,g)},stopAnimation:function(){var a=this;if(!a.isAnimating){return}a.activeEasingX=null;a.activeEasingY=null;a.isAnimating=false;Ext.AnimationQueue.stop(a.doAnimationFrame,a);a.fireEvent("animationend",a,a.x,a.y);if(a.callback){a.callback.call(a.callbackScope);a.callback=null}},refresh:function(){this.translate(this.x,this.y)},destroy:function(){if(this.isAnimating){this.stopAnimation()}Ext.Evented.prototype.destroy.call(this)}},1,0,0,0,0,0,[Ext.util.translatable,"Abstract"],0));(Ext.cmd.derive("Ext.util.translatable.Dom",Ext.util.translatable.Abstract,{config:{element:null},applyElement:function(a){if(!a){return}return Ext.get(a)},updateElement:function(){this.refresh()}},0,0,0,0,0,0,[Ext.util.translatable,"Dom"],0));(Ext.cmd.derive("Ext.util.translatable.CssTransform",Ext.util.translatable.Dom,{doTranslate:function(a,c){var b=this.getElement();if(!this.destroyed&&!b.destroyed){b.translate(a,c)}},destroy:function(){var a=this.getElement();if(a&&!a.destroyed){a.dom.style.webkitTransform=null}Ext.util.translatable.Dom.prototype.destroy.call(this)}},0,0,0,0,0,0,[Ext.util.translatable,"CssTransform"],0));(Ext.cmd.derive("Ext.util.translatable.ScrollPosition",Ext.util.translatable.Dom,{type:"scrollposition",config:{useWrapper:true},getWrapper:function(){var c=this.wrapper,b=this.getElement(),a;if(!c){a=b.getParent();if(!a){return null}if(a.hasCls("x-translatable-hboxfix")){a=a.getParent()}if(this.getUseWrapper()){c=b.wrap()}else{c=a}b.addCls("x-translatable");c.addCls("x-translatable-container");this.wrapper=c;c.on("painted",function(){if(!this.isAnimating){this.refresh()}},this);this.refresh()}return c},doTranslate:function(a,d){var c=this.getWrapper(),b;if(c){b=c.dom;if(typeof a=="number"){b.scrollLeft=500000-a}if(typeof d=="number"){b.scrollTop=500000-d}}},destroy:function(){var b=this,a=b.getElement(),c=b.wrapper;if(c){if(!a.destroyed){if(b.getUseWrapper()){c.doReplaceWith(a)}a.removeCls("x-translatable")}if(!c.destroyed){c.removeCls("x-translatable-container");c.un("painted","refresh",b)}delete b.wrapper;delete b._element}Ext.util.translatable.Dom.prototype.destroy.call(this)}},0,0,0,0,0,0,[Ext.util.translatable,"ScrollPosition"],0));(Ext.cmd.derive("Ext.util.translatable.ScrollParent",Ext.util.translatable.Dom,{isScrollParent:true,applyElement:function(a){var b=Ext.get(a);if(b){this.parent=b.parent()}return b},doTranslate:function(a,c){var b=this.parent;b.setScrollLeft(Math.round(-a));b.setScrollTop(Math.round(-c))},getPosition:function(){var c=this,a=c.position,b=c.parent;a.x=b.getScrollLeft();a.y=b.getScrollTop();return a}},0,0,0,0,0,0,[Ext.util.translatable,"ScrollParent"],0));(Ext.cmd.derive("Ext.util.translatable.CssPosition",Ext.util.translatable.Dom,{doTranslate:function(a,c){var b=this.getElement().dom.style;if(typeof a=="number"){b.left=a+"px"}if(typeof c=="number"){b.top=c+"px"}},destroy:function(){var a=this.getElement().dom.style;a.left=null;a.top=null;Ext.util.translatable.Dom.prototype.destroy.call(this)}},0,0,0,0,0,0,[Ext.util.translatable,"CssPosition"],0));(Ext.cmd.derive("Ext.util.Translatable",Ext.Base,{constructor:function(a){var b=Ext.util.translatable;switch(Ext.browser.getPreferredTranslationMethod(a)){case"scrollposition":return new b.ScrollPosition(a);case"scrollparent":return new b.ScrollParent(a);case"csstransform":return new b.CssTransform(a);case"cssposition":return new b.CssPosition(a)}}},1,0,0,0,0,0,[Ext.util,"Translatable"],0));(Ext.cmd.derive("Ext.scroll.Indicator",Ext.Widget,{config:{axis:null,hideAnimation:true,hideDelay:0,scroller:null,minLength:24},defaultHideAnimation:{to:{opacity:0},duration:300},names:{x:{side:"l",getSize:"getHeight",setLength:"setWidth",translate:"translateX"},y:{side:"t",getSize:"getWidth",setLength:"setHeight",translate:"translateY"}},oppositeAxis:{x:"y",y:"x"},cls:"x-scroll-indicator",applyHideAnimation:function(a){if(a){a=Ext.mergeIf({onEnd:this.onHideAnimationEnd,scope:this},this.defaultHideAnimation,a)}return a},constructor:function(a){var c=this,b;Ext.Widget.prototype.constructor.call(this,a);b=c.getAxis();c.names=c.names[b];c.element.addCls(c.cls+" "+c.cls+"-"+b)},hide:function(){var b=this,a=b.getHideDelay();if(a){b._hideTimer=Ext.defer(b.doHide,a,b)}else{b.doHide()}},setValue:function(n){var l=this,c=l.element,k=l.names,d=l.getAxis(),i=l.getScroller(),h=i.getMaxUserPosition()[d],o=i.getElementSize()[d],j=l.length,b=l.getMinLength(),a=j,g=o-j-l.sizeAdjust,p=Math.round,m=Math.max,e;if(n<0){a=p(m(j+(j*n/o),b));e=0}else{if(n>h){a=p(m(j-(j*(n-h)/o),b));e=g+j-a}else{e=p(n/h*g)}}l[k.translate](e);c[k.setLength](a)},show:function(){var b=this,a=b.element,c=a.getActiveAnimation();if(c){c.end()}if(!b._inDom){b.getScroller().getElement().appendChild(a);b._inDom=true;if(!b.size){b.cacheStyles()}}b.refreshLength();clearTimeout(b._hideTimer);a.setStyle("opacity","")},privates:{cacheStyles:function(){var b=this,a=b.element,c=b.names;b.size=a[c.getSize]();b.margin=a.getMargin(c.side)},doHide:function(){var b=this.getHideAnimation(),a=this.element;if(b){a.animate(b)}else{a.setStyle("opacity",0)}},hasOpposite:function(){return this.getScroller().isAxisEnabled(this.oppositeAxis[this.getAxis()])},onHideAnimationEnd:function(){this.element.setStyle("opacity","0")},refreshLength:function(){var j=this,i=j.names,d=j.getAxis(),g=j.getScroller(),a=g.getSize()[d],k=g.getElementSize()[d],h=k/a,c=j.margin*2,e=j.hasOpposite()?(c+j.size):c,b=Math.max(Math.round((k-e)*h),j.getMinLength());j.sizeAdjust=e;j.length=b;j.element[i.setLength](b)},translateX:function(a){this.element.translate(a)},translateY:function(a){this.element.translate(0,a)}}},1,["scrollindicator"],["widget","scrollindicator"],{widget:true,scrollindicator:true},["widget.scrollindicator"],0,[Ext.scroll,"Indicator"],0));(Ext.cmd.derive("Ext.scroll.TouchScroller",Ext.scroll.Scroller,{isTouchScroller:true,config:{autoRefresh:true,bounceEasing:{duration:400},elementSize:undefined,indicators:true,fps:"auto",maxAbsoluteVelocity:6,momentumEasing:{momentum:{acceleration:30,friction:0.5},bounce:{acceleration:30,springTension:0.3},minVelocity:1},outOfBoundRestrictFactor:0.5,innerElement:null,size:undefined,slotSnapEasing:{duration:150},slotSnapOffset:{x:0,y:0},startMomentumResetTime:300,translatable:{translationMethod:"auto",useWrapper:false}},cls:"x-scroll-container",scrollerCls:"x-scroll-scroller",dragStartTime:0,dragEndTime:0,isDragging:false,isAnimating:false,isMouseEvent:{mousedown:1,mousemove:1,mouseup:1},listenerMap:{touchstart:"onTouchStart",touchmove:"onTouchMove",dragstart:"onDragStart",drag:"onDrag",dragend:"onDragEnd"},refreshCounter:0,constructor:function(a){var b=this,c="onEvent";b.elementListeners={touchstart:c,touchmove:c,dragstart:c,drag:c,dragend:c,scope:b};b.minPosition={x:0,y:0};b.startPosition={x:0,y:0};b.velocity={x:0,y:0};b.isAxisEnabledFlags={x:false,y:false};b.flickStartPosition={x:0,y:0};b.flickStartTime={x:0,y:0};b.lastDragPosition={x:0,y:0};b.dragDirection={x:0,y:0};Ext.scroll.Scroller.prototype.constructor.call(this,a);b.refreshAxes();b.scheduleRefresh={idle:b.doRefresh,scope:b,single:true,destroyable:true}},applyBounceEasing:function(b){var a=Ext.fx.easing.EaseOut;return{x:Ext.factory(b,a),y:Ext.factory(b,a)}},applyElementSize:function(b){var c=this.getElement(),d,a,e;if(!c){return null}d=c.dom;if(!d){return}if(b==null){a=d.clientWidth;e=d.clientHeight}else{a=b.x;e=b.y}return{x:a,y:e}},applyIndicators:function(g,c){var e=this,b,d,a,h;if(g){if(g===true){b=d={}}else{a=g.x;h=g.y;if(a||h){b=(a==null||a===true)?{}:a;d=(a==null||h===true)?{}:h}else{b=d=g}}if(c){if(b){c.x.setConfig(b)}else{c.x.destroy();c.x=null}if(d){c.y.setConfig(d)}else{c.y.destroy();c.y=null}g=c}else{g={x:null,y:null};if(b){g.x=new Ext.scroll.Indicator(Ext.applyIf({axis:"x",scroller:e},b))}if(d){g.y=new Ext.scroll.Indicator(Ext.applyIf({axis:"y",scroller:e},d))}}}else{if(c){if(c.x){c.x.destroy()}if(c.y){c.y.destroy()}c.x=c.y=null}}return g},applyMomentumEasing:function(b){var a=Ext.fx.easing.BoundMomentum;return{x:Ext.factory(b,a),y:Ext.factory(b,a)}},applyInnerElement:function(a){if(a&&!a.isElement){a=Ext.get(a)}return a},applyMaxPosition:function(c,d){if(d&&c.x===d.x&&c.y===d.y){return}var a=this.getTranslatable(),b;if(a.isAnimating){b=a.activeEasingY;if(b&&b.getStartVelocity&&b.getStartVelocity()<0&&c.yk){g=k}}if(o){h=n.convertX(h);g=n.convertX(g)}if(g!==null){m=n.getBounceEasing()[i];m.setConfig({startTime:c,startValue:-h,endValue:-g});return m}if(j===0){return null}if(j<-b){j=-b}else{if(j>b){j=b}}m=n.getMomentumEasing()[i];a={startTime:c,startValue:-h,startVelocity:j*1.5,minMomentumValue:-k,maxMomentumValue:0};if(o){n.convertEasingConfig(a)}m.setConfig(a);return m},getSnapPosition:function(c){var d=this,i=d.getSlotSnapSize()[c],e=null,a,h,g,b;if(i!==0&&d.isAxisEnabled(c)){a=d.position[c];h=d.getSlotSnapOffset()[c];g=d.getMaxUserPosition()[c];b=Math.floor((a-h)%i);if(b!==0){if(a!==g){if(Math.abs(b)>i/2){e=Math.min(g,a+((b>0)?i-b:b-i))}else{e=a-b}}else{e=a-b}}}return e},hideIndicators:function(){var c=this,d=c.getIndicators(),a,b;if(d){if(c.isAxisEnabled("x")){a=d.x;if(a){a.hide()}}if(c.isAxisEnabled("y")){b=d.y;if(b){b.hide()}}}},isAxisEnabled:function(a){this.getX();this.getY();return this.isAxisEnabledFlags[a]},onAnimationEnd:function(){this.snapToBoundary();this.onScrollEnd()},onAnimationFrame:function(c,b,d){var a=this.position;a.x=this.convertX(-b);a.y=-d;this.onScroll()},onAxisDrag:function(d,q){if(q&&this.isAxisEnabled(d)){var r=this,l=r.flickStartPosition,s=r.flickStartTime,j=r.lastDragPosition,n=r.dragDirection,a=r.position[d],o=r.getMinUserPosition()[d],p=r.getMaxUserPosition()[d],h=r.startPosition[d],k=j[d],m=h-q,i=n[d],g=r.getOutOfBoundRestrictFactor(),b=r.getStartMomentumResetTime(),c=Ext.Date.now(),e;if(mp){e=m-p;m=p+e*g}}if(m>k){n[d]=1}else{if(mb){l[d]=a;s[d]=c}j[d]=m;return true}},onDomScroll:function(){var b=this,c,a;if(b.getTranslatable().isScrollParent){c=b.getElement().dom;a=b.position;a.x=c.scrollLeft;a.y=c.scrollTop}Ext.scroll.Scroller.prototype.onDomScroll.call(this)},onDrag:function(c){var a=this,b=a.lastDragPosition;if(!a.isDragging){return}if(a.onAxisDrag("x",a.convertX(c.deltaX))|a.onAxisDrag("y",c.deltaY)){a.doScrollTo(b.x,b.y)}},onDragEnd:function(d){var c=this,b,a;if(!c.isDragging){return}c.dragEndTime=Ext.Date.now();c.onDrag(d);c.isDragging=false;b=c.getAnimationEasing("x",d);a=c.getAnimationEasing("y",d);if(b||a){c.getTranslatable().animate(b,a)}else{c.onScrollEnd()}},onDragStart:function(m){var n=this,q=n.getDirection(),h=m.absDeltaX,g=m.absDeltaY,l=n.getDirectionLock(),j=n.startPosition,d=n.flickStartPosition,k=n.flickStartTime,i=n.lastDragPosition,c=n.position,b=n.dragDirection,p=c.x,o=c.y,a=Ext.Date.now();if(l&&q!=="both"){if((q==="horizontal"&&h>g)||(q==="vertical"&&g>h)){m.stopPropagation()}else{return}}i.x=p;i.y=o;d.x=p;d.y=o;j.x=p;j.y=o;k.x=a;k.y=a;b.x=0;b.y=0;n.dragStartTime=a;n.isDragging=true;if(!n.isScrolling){n.onScrollStart()}},onElementResize:function(a,b){this.refresh(true,{elementSize:{x:b.contentWidth,y:b.contentHeight},size:this.getAutoRefresh()?null:this.getSize()})},onElementScroll:function(a,b){b.scrollTop=b.scrollLeft=0},onEvent:function(b){var a=this,c=b.browserEvent;if((!a.self.isTouching||a.isTouching)&&((!a.getTranslatable().isScrollParent)||(!a.isMouseEvent[c.type]&&c.pointerType!=="mouse"))&&(a.getY()||a.getX())){a[a.listenerMap[b.type]](b)}},onInnerElementResize:function(a,b){this.refresh(true,{size:{x:b.width,y:b.height}})},onMouseWheel:function(k){var l=this,n=k.getWheelDeltas(),d=-n.x,b=-n.y,h=l.position,g=l.getMaxUserPosition(),a=l.getMinUserPosition(),m=Math.max,c=Math.min,j=m(c(h.x+d,g.x),a.x),i=m(c(h.y+b,g.y),a.y);d=j-h.x;b=i-h.y;if(!d&&!b){return}k.stopEvent();l.onScrollStart();l.scrollBy(d,b);l.onScroll();l.onScrollEnd()},onPartnerScrollEnd:function(a,c){var b=this;if(!b.getTranslatable().isScrollParent){b.fireScrollEnd(a,c)}Ext.scroll.Scroller.prototype.onPartnerScrollEnd.call(this,a,c);b.isScrolling=false;b.hideIndicators()},onPartnerScrollStart:function(a,c){var b=this;b.isScrolling=true;if(!b.getTranslatable().isScrollParent){b.fireScrollStart(a,c)}b.showIndicators()},onScroll:function(){var e=this,c=e.position,b=c.x,h=c.y,g=e.getIndicators(),a,d;if(g){if(e.isAxisEnabled("x")){a=g.x;if(a){a.setValue(b)}}if(e.isAxisEnabled("y")){d=g.y;if(d){d.setValue(h)}}}e.fireScroll(b,h)},onScrollEnd:function(){var b=this,a=b.position;if(b.isScrolling&&!b.isTouching&&!b.snapToSlot()){b.hideIndicators();b.isScrolling=Ext.isScrolling=false;b.fireScrollEnd(a.x,a.y)}},onScrollStart:function(){var b=this,a=b.position;if(!b.isScrolling){b.showIndicators();b.isScrolling=Ext.isScrolling=true;b.fireScrollStart(a.x,a.y)}},onTouchEnd:function(){var a=this;a.isTouching=a.self.isTouching=false;if(!a.isDragging&&a.snapToSlot()){a.onScrollStart()}},onTouchMove:function(a){a.preventDefault()},onTouchStart:function(){var a=this;a.isTouching=a.self.isTouching=true;Ext.getDoc().on({touchend:"onTouchEnd",scope:a,single:true});a.stopAnimation()},refreshAxes:function(){var e=this,c=e.isAxisEnabledFlags,l=e.getSize(),k=e.getElementSize(),j=e.getIndicators(),b,a,i,h,d,g;if(!l||!k){return}b=Math.max(0,l.x-k.x);a=Math.max(0,l.y-k.y);i=e.getX();h=e.getY();e.setMaxPosition({x:b,y:a});if(i===true||i==="auto"){c.x=!!b}else{if(i===false){c.x=false;d=j&&j.x;if(d){d.hide()}}else{if(i==="scroll"){c.x=true}}}if(h===true||h==="auto"){c.y=!!a}else{if(h===false){c.y=false;g=j&&j.y;if(g){g.hide()}}else{if(h==="scroll"){c.y=true}}}e.setMaxUserPosition({x:c.x?b:0,y:c.y?a:0});if(Ext.supports.touchScroll===1){e.initXStyle();e.initYStyle()}},showIndicators:function(){var c=this,d=c.getIndicators(),a,b;if(d){if(c.isAxisEnabled("x")){a=d.x;if(a){a.show()}}if(c.isAxisEnabled("y")){b=d.y;if(b){b.show()}}}},snapToBoundary:function(){var i=this,h=i.getPosition();if(i.isConfiguring||!(h.x||h.y)){return}var c=i.getMinUserPosition(),g=i.getMaxUserPosition(),e=c.x,d=c.y,b=g.x,a=g.y,k=Math.round(h.x),j=Math.round(h.y);if(kb){k=b}}if(ja){j=a}}i.doScrollTo(k,j)},snapToSlot:function(){var a=this,c=a.getSnapPosition("x"),b=a.getSnapPosition("y"),d=a.getSlotSnapEasing();if(c!==null||b!==null){a.doScrollTo(c,b,{easingX:d.x,easingY:d.y});return true}return false},stopAnimation:function(){this.getTranslatable().stopAnimation()},toggleResizeListeners:function(a){var c=this,b=c.getElement(),g,e,d;if(b){d=c.getInnerElement();if(a){g=e="on"}else{if(a===null){g="on";e="un"}else{g=e="un"}}b[g]("resize","onElementResize",c);d[e]("resize","onInnerElementResize",c)}},unwrapContent:function(){var a=this.getInnerElement().dom,b=this.getElement().dom,c;while((c=a.firstChild)){b.insertBefore(c,a)}},wrapContent:function(a){var b=document.createElement("div"),c=a.dom,d;while(d=c.lastChild){b.insertBefore(d,b.firstChild)}c.appendChild(b);this.setInnerElement(b);this._isWrapped=true;return this.getInnerElement()}}},1,0,0,0,["scroller.touch"],0,[Ext.scroll,"TouchScroller"],0));(Ext.cmd.derive("Ext.scroll.DomScroller",Ext.scroll.Scroller,{isDomScroller:true,getMaxPosition:function(){var b=this.getElement(),a=0,d=0,c;if(b&&!b.destroyed){c=b.dom;a=c.scrollWidth-c.clientWidth;d=c.scrollHeight-c.clientHeight}return{x:a,y:d}},getMaxUserPosition:function(){var c=this,b=c.getElement(),a=0,e=0,d;if(b&&!b.destroyed){d=b.dom;if(c.getX()){a=d.scrollWidth-d.clientWidth}if(c.getY()){e=d.scrollHeight-d.clientHeight}}return{x:a,y:e}},getPosition:function(){var a=this;if(a.positionDirty){a.updateDomScrollPosition()}return a.position},getSize:function(){var b=this.getElement(),a,c;if(b&&!b.destroyed){c=b.dom;a={x:c.scrollWidth,y:c.scrollHeight}}else{a={x:0,y:0}}return a},updateElement:function(b,a){this.initXStyle();this.initYStyle()},updateX:function(a){this.initXStyle()},updateY:function(a){this.initYStyle()},privates:{doScrollTo:function(k,j,a){var h=this,d=h.getElement(),e,b,l,m,g,c;if(d&&!d.destroyed){b=d.dom;m=(k===Infinity);g=(j===Infinity);if(m||g){e=h.getMaxPosition();if(m){k=e.x}if(g){j=e.y}}k=h.convertX(k);if(a){l={};if(j!=null){l.scrollTop=j}if(k!=null){l.scrollLeft=k}d.animate(Ext.mergeIf({to:{scrollTop:j,scrollLeft:k}},a))}else{if(j!=null){b.scrollTop=j}if(k!=null){b.scrollLeft=k;if(Ext.isIE8){c=b.scrollLeft;b.scrollLeft=k}}}h.positionDirty=true}},getElementScroll:function(a){return a.getScroll()},stopAnimation:function(){var a=this.getElement().getActiveAnimation();if(a){a.end()}}}},0,0,0,0,["scroller.dom"],0,[Ext.scroll,"DomScroller"],function(a){Ext.onDocumentReady(function(){a.document=new a({x:true,y:true,element:document.body})})}));(Ext.cmd.derive("Ext.util.Floating",Ext.Base,{mixinId:"floating",focusOnToFront:true,shadow:"sides",animateShadow:false,constrain:false,config:{activeCounter:0,alwaysOnTop:false},preventDefaultAlign:false,_visModeMap:{visibility:1,display:2,offsets:3},constructor:function(){var d=this,c=d.el,e=d.shadow,a,b;if(e){b={mode:(e===true)?"sides":e};a=d.shadowOffset;if(a){b.offset=a}b.animate=d.animateShadow;b.fixed=d.fixed;c.enableShadow(b,false)}if(d.shim||Ext.useShims){c.enableShim({fixed:d.fixed},false)}c.setVisibilityMode(d._visModeMap[d.hideMode]);d.el.on({mousedown:d.onMouseDown,scope:d,capture:true});d.registerWithOwnerCt();d.initHierarchyEvents()},alignTo:function(c,a,g,d){var e=this,b;Ext.un("scroll",e.onAlignToScroll,e);if(c.isComponent){b=c.el}else{if(c.nodeType){b=Ext.fly(c)}else{b=c}}if(!b.contains(e.el)){Ext.on("scroll",e.onAlignToScroll,e)}e._lastAlignTarget=c;e._lastAlignToPos=a;e.mixins.positionable.alignTo.call(e,b,a,g,d)},initFloatConstrain:function(){var a=this,b=a.floatParent;if((a.constrain||a.constrainHeader)&&!a.constrainTo){a.constrainTo=b?b.getTargetEl():a.container}},initHierarchyEvents:function(){var b=this,a=this.syncHidden;if(!b.hasHierarchyEventListeners){b.mon(Ext.GlobalEvents,{hide:a,collapse:a,show:a,expand:a,added:a,scope:b});b.hasHierarchyEventListeners=true}},registerWithOwnerCt:function(){var c=this,b=c.ownerCt,a=c.zIndexParent;if(a){a.unregisterFloatingItem(c)}a=c.zIndexParent=c.up("[floating]");c.floatParent=b||a;c.initFloatConstrain();delete c.ownerCt;if(a){a.registerFloatingItem(c)}else{Ext.WindowManager.register(c)}},onMouseDown:function(g){var b=this,a=b.focusTask,c=g.pointerType==="touch",d,h,i;if(b.floating&&(!a||!a.id)){d=g.target;h=b.el.dom;while(!c&&d&&d!==h){if(Ext.fly(d).isFocusable()){c=true}d=d.parentNode}i=Ext.WindowManager.getActive()===b&&(d===h||c);if(!i){b.toFront(c)}}},onBeforeFloatLayout:function(){this.el.preventSync=true},onAfterFloatLayout:function(){var a=this.el;if(a.shadow||a.shim){a.setUnderlaysVisible(true);a.syncUnderlays()}},syncHidden:function(){var c=this,d=c.hidden||!c.rendered,a=c.hierarchicallyHidden=c.isHierarchicallyHidden(),b=c.pendingShow;if(d!==a){if(a){c.hide();c.pendingShow=true}else{if(b){delete c.pendingShow;if(b.length){c.show.apply(c,b)}else{c.show()}}}}},setZIndex:function(a){var b=this;b.el.setZIndex(a);a+=10;if(b.floatingDescendants){a=Math.floor(b.floatingDescendants.setBase(a)/100)*100+10000}return a},doConstrain:function(a){var b=this,c=b.calculateConstrainedPosition(a,null,true);if(c){b.setPosition(c)}},updateActiveCounter:function(a){var b=this.zIndexParent;if(b&&this.bringParentToFront!==false){b.setActiveCounter(++Ext.ZIndexManager.activeCounter)}b=this.zIndexManager;if(b){b.onComponentUpdate(this)}},updateAlwaysOnTop:function(a){var b=this.zIndexManager;if(b){b.onComponentUpdate(this)}},toFront:function(b){var a=this;if(a.zIndexManager.bringToFront(a,b||!a.focusOnToFront)){if(a.hasListeners.tofront){a.fireEvent("tofront",a,a.el.getZIndex())}}return a},setActive:function(d,b){var c=this,a;if(d){if(c.el.shadow&&!c.maximized){c.el.enableShadow(null,true)}if(b){a=Ext.ComponentManager.getActiveComponent();if(!a||!a.up(c)){c.focus()}}c.fireEvent("activate",c)}else{c.fireEvent("deactivate",c)}},toBack:function(){this.zIndexManager.sendToBack(this);return this},center:function(){var a=this,b;if(a.isVisible()){b=a.getAlignToXY(a.container,"c-c");a.setPagePosition(b)}else{a.needsCenter=true}return a},onFloatShow:function(){if(this.needsCenter){this.center()}delete this.needsCenter;if(this.toFrontOnShow){this.toFront()}},fitContainer:function(c){var g=this,e=g.floatParent,b=e?e.getTargetEl():g.container,a=b.getViewSize(),d=e||(b.dom!==document.body)?[0,0]:b.getXY();a.x=d[0];a.y=d[1];g.setBox(a,c)},privates:{onFloatDestroy:function(){this.clearAlignEl()},clearAlignEl:function(){var a=this;if(a._lastAlignTarget){Ext.un("scroll",a.onAlignToScroll,a);a._lastAlignPos=a._lastAlignTarget=null}},onAlignToScroll:function(a){var e=this,b=e._lastAlignTarget,c=b.isFloating,d,g;if(b){if(b.isComponent){d=b.destroyed;b=b.el}else{if(b.nodeType){b=Ext.fly(b)}g=b.dom;d=!g||Ext.isGarbage(g)}if(d){e.clearAlignEl()}else{if((a.getElement().contains(b)||c)&&!a.getElement().contains(e.el)){e.alignTo(b,e._lastAlignToPos)}}}}}},1,0,0,0,0,0,[Ext.util,"Floating"],0));(Ext.cmd.derive("Ext.util.ElementContainer",Ext.Base,{mixinId:"elementCt",config:{childEls:{$value:{},cached:true,lazy:true,merge:function(g,a,e,d){var c=a?Ext.Object.chain(a):{},b,h;if(g instanceof Array){for(b=g.length;b--;){h=g[b];if(!d||!(h in c)){if(typeof h==="string"){c[h]={name:h,itemId:h}}else{c[h.name]=h}}}}else{if(g){if(g.constructor===Object){for(b in g){if(!d||!(b in c)){h=g[b];if(h===true){c[b]={itemId:b}}else{if(typeof h==="string"){c[b]={itemId:h}}else{c[b]=h;if(!("itemId" in h)){h.itemId=b}}}c[b].name=b}}}else{if(!d||!(g in c)){c[g]={name:g,itemId:g}}}}}return c}}},destroy:function(){var c=this,b=c.getChildEls(),d,a;for(a in b){d=c[a];if(d){if(d.destroy){d.component=null;d.destroy()}c[a]=null}}},privates:{addChildEl:function(a){var c=this,b=c.getChildEls();if(!c.hasOwnProperty("childEls")){c.childEls=b=Ext.Object.chain(b)}if(typeof a==="string"){a={name:a,itemId:a}}b[a.name]=a},afterClassMixedIn:function(c){var b=c.prototype,a=b.childEls;if(a){delete b.childEls;c.getConfigurator().add({childEls:a})}},attachChildEls:function(d,c){var i=this,j=i.getChildEls(),h=c||i,o=h.id+"-",n=!h.frame,p,a,m,g,e,l,b;for(p in j){m=j[p];if(n&&m.frame){continue}e=m.select;if(e){l=d.select(e,true)}else{if(!(e=m.selectNode)){if(!(b=m.id)){b=o+m.itemId;l=Ext.cache[b]}else{l=Ext.cache[b]||d.getById(b)}}else{l=d.selectNode(e,false)}}if(l){if(l.isElement){l.component=h}else{if(l.isComposite&&!l.isLite){a=l.elements;for(g=a.length;g--;){a[g].component=h}}}}i[p]=l||null}}}},0,0,0,0,0,0,[Ext.util,"ElementContainer"],0));(Ext.cmd.derive("Ext.util.Renderable",Ext.Base,{mixinId:"renderable",frameCls:"x-frame",frameIdRegex:/[\-]frame\d+[TMB][LCR]$/,frameElNames:["TL","TC","TR","ML","MC","MR","BL","BC","BR","Table"],frameTpl:["{%this.renderDockedItems(out,values,0);%}",'','
    {parent.baseCls}-{parent.ui}-{.}-tl{frameElCls}" role="presentation">','
    {parent.baseCls}-{parent.ui}-{.}-tr{frameElCls}" role="presentation">','
    {parent.baseCls}-{parent.ui}-{.}-tc{frameElCls}" role="presentation">
    ','
    ','
    ',"
    ",'
    {parent.baseCls}-{parent.ui}-{.}-ml{frameElCls}" role="presentation">','
    {parent.baseCls}-{parent.ui}-{.}-mr{frameElCls}" role="presentation">','
    {parent.baseCls}-{parent.ui}-{.}-mc{frameElCls}" role="presentation">',"{%this.applyRenderTpl(out, values)%}","
    ",'
    ','
    ','','
    {parent.baseCls}-{parent.ui}-{.}-bl{frameElCls}" role="presentation">','
    {parent.baseCls}-{parent.ui}-{.}-br{frameElCls}" role="presentation">','
    {parent.baseCls}-{parent.ui}-{.}-bc{frameElCls}" role="presentation">
    ','
    ','
    ',"
    ","{%this.renderDockedItems(out,values,1);%}"],frameTableTpl:["{%this.renderDockedItems(out,values,0);%}",'','','','','','',"","",'','','",'',"",'','','','','',"","","","{%this.renderDockedItems(out,values,1);%}"],_renderState:0,ariaEl:"el",_layerCls:"x-layer",_fixedLayerCls:"x-fixed-layer",ariaStaticRoles:{presentation:true,article:true,definition:true,directory:true,document:true,img:true,heading:true,math:true,note:true,banner:true,complementary:true,contentinfo:true,navigation:true,search:true,"undefined":true,"null":true},statics:{makeRenderSetter:function(a,c){var b=a.name;return function(e){var d=this,h=(d.renderConfigs||(d.renderConfigs={})),g=h[c];if(d._renderState>=c){(a.setter||a.getSetter()).call(d,e)}else{if(!g){h[c]=g={}}if(!(b in g)){g[b]=d[b]}d[b]=e}return d}},processRenderConfig:function(a,l,c){var h=this.prototype,e=this.getConfigurator(),m=Ext.util.Renderable,k=m.makeRenderSetter,d=a[l],i,j,b,g;for(b in d){j=Ext.Config.get(b);if(!h[g=j.names.set]){i=(j.renderSetter||(j.renderSetter={}));h[g]=i[c]||(i[c]=k(j,c))}}delete a[l];e.add(d)}},onClassMixedIn:function(c){var a=c.override,e=this.processRenderConfig,d=function(g){if(g.beforeRenderConfig){this.processRenderConfig(g,"beforeRenderConfig",1)}if(g.renderConfig){this.processRenderConfig(g,"renderConfig",3)}a.call(this,g)},b=function(h,g){h.override=d;h.processRenderConfig=e;if(g.beforeRenderConfig){h.processRenderConfig(g,"beforeRenderConfig",1)}if(g.renderConfig){h.processRenderConfig(g,"renderConfig",3)}};b(c,c.prototype);c.onExtended(b)},afterRender:function(){var i=this,d={},b=i.protoEl,h=i.el,e,j,c,g,a;i.finishRenderChildren();i._renderState=4;if(i.contentEl){c="x-";g=c+"hidden-";a=i.contentEl=Ext.get(i.contentEl);a.component=i;a.removeCls([c+"hidden",g+"display",g+"offsets"]);i.getContentTarget().appendChild(a.dom)}b.writeTo(d);j=d.removed;if(j){h.removeCls(j)}j=d.cls;if(j.length){h.addCls(j)}j=d.style;if(d.style){h.setStyle(j)}i.protoEl=null;if(!i.ownerCt&&!i.skipLayout){i.updateLayout()}if(!(i.x&&i.y)&&(i.pageX||i.pageY)){i.setPagePosition(i.pageX,i.pageY)}if(i.disableOnRender){i.onDisable()}e=i.controller;if(e&&e.afterRender){e.afterRender(i)}},afterFirstLayout:function(d,l){var g=this,k=g.x,i=g.y,j=g.defaultAlign,b=g.alignOffset,e,c,a,h,m;if(!g.ownerLayout){c=k!==undefined;a=i!==undefined}if(g.floating&&!g.preventDefaultAlign&&(!c||!a)){if(g.floatParent){h=g.floatParent.getTargetEl().getViewRegion();m=g.el.getAlignToXY(g.alignTarget||g.floatParent.getTargetEl(),j,b);h.x=m[0]-h.x;h.y=m[1]-h.y}else{m=g.el.getAlignToXY(g.alignTarget||g.container,j,b);h=g.el.translateXY(m[0],m[1])}k=c?k:h.x;i=a?i:h.y;c=a=true}if(c||a){g.setPosition(k,i)}g.onBoxReady(d,l);e=g.controller;if(e&&e.boxReady){e.boxReady(g)}},beforeRender:function(){var d=this,e=d.floating,c=d.getComponentLayout(),b=d.userCls,a;d._renderState=1;d.ariaUsesMainElement=d.ariaEl==="el";a=d.controller;if(a&&a.beforeRender){a.beforeRender(d)}d.initBindable();if(d.renderConfigs){d.flushRenderConfigs()}if(d.reference){d.publishState()}if(b){d.addCls(b)}if(e){d.addCls(d.fixed?d._fixedLayerCls:d._layerCls);b=e.cls;if(b){d.addCls(b)}}d.frame=d.frame||d.alwaysFramed;if(!c.initialized){c.initLayout()}d.initOverflow();d.setUI(d.ui)},doApplyRenderTpl:function(c,a){var d=a.$comp,b;if(!d.rendered){b=d.initRenderTpl();b.applyOut(a.renderData,c)}},getElConfig:function(){var e=this,h=e.autoEl,d=e.getFrameInfo(),b={tag:"div",tpl:d?e.initFramingTpl(d.table):e.initRenderTpl()},i=e.layoutTargetCls,g=e.protoEl,a=e.ariaRole,c;e.initStyles(g);if(i&&!d){g.addCls(i)}g.writeTo(b);g.flush();if(h){if(Ext.isString(h)){b.tag=h}else{Ext.apply(b,h)}}if(a&&e.ariaUsesMainElement){b.role=a;if(!e.ariaStaticRoles[a]){b["aria-hidden"]=!!e.hidden;b["aria-disabled"]=!!e.disabled;if(e.ariaLabel&&!e.ariaLabelledBy){b["aria-label"]=e.ariaLabel}if(e.collapsible){b["aria-expanded"]=!e.collapsed}if(e.ariaRenderAttributes){Ext.apply(b,e.ariaRenderAttributes)}if(e.config.ariaAttributes){Ext.apply(b,e.getAriaAttributes())}}}b.id=e.id;if(b.tpl){if(d){b.tplData=c=e.getFrameRenderData();c.renderData=e.initRenderData()}else{b.tplData=e.initRenderData()}}e.ariaRenderAttributes=null;return b},getInsertPosition:function(a){if(a!==undefined){if(Ext.isNumber(a)){a=this.container.dom.childNodes[a]}else{a=Ext.getDom(a)}}return a},getRenderTree:function(){var b=this,a=null;if(!b.hasListeners.beforerender||b.fireEvent("beforerender",b)!==false){b._renderState=1;b.beforeRender();b.rendering=true;b._renderState=2;a=b.getElConfig();if(b.el){a.id=b.$pid=Ext.id(null,b.el.identifiablePrefix)}}return a},initRenderData:function(){var c=this,a=c.ariaRole,d,b;d=Ext.apply({$comp:c,id:c.id,ui:c.ui,uiCls:c.uiCls,baseCls:c.baseCls,componentCls:c.componentCls,frame:c.frame,renderScroller:c.touchScroll,scrollerCls:c.scrollerCls,childElCls:""},c.renderData);if(a&&!c.ariaUsesMainElement){b={role:a};if(!c.ariaStaticRoles[a]){b["aria-hidden"]=!!c.hidden;b["aria-disabled"]=!!c.disabled;if(c.ariaLabel&&!c.ariaLabelledBy){b["aria-label"]=c.ariaLabel}if(c.collapsible){b["aria-expanded"]=!c.collapsed}if(c.ariaRenderAttributes){Ext.apply(b,c.ariaRenderAttributes)}if(c.config.ariaAttributes){Ext.apply(b,c.getAriaAttributes())}}d.ariaAttributes=b}return d},onRender:function(d,e){var g=this,i=g.x,h=g.y,c=null,b=g.el,a,j;g.applyRenderSelectors();g.rendering=null;g.rendered=true;g._renderState=3;if(g.renderConfigs){g.flushRenderConfigs()}if(i!=null){c={x:i}}if(h!=null){(c=c||{}).y=h}if(!g.getFrameInfo()){a=g.width;j=g.height;if(typeof a==="number"){c=c||{};c.width=a}if(typeof j==="number"){c=c||{};c.height=j}}if(g.touchScroll===1){g.getOverflowEl().disableTouchScroll()}g.lastBox=b.lastBox=c},render:function(c,b){var e=this,d=e.el,i=e.ownerLayout,h,a,g;if(d&&!d.isElement){e.wrapPrimaryEl(d);d=e.el}if(!e.skipLayout){Ext.suspendLayouts()}c=e.initContainer(c);g=e.getInsertPosition(b);if(!d){a=e.getRenderTree();if(i&&i.transformItemRenderTree){a=i.transformItemRenderTree(a)}if(a){if(g){d=Ext.DomHelper.insertBefore(g,a)}else{d=Ext.DomHelper.append(c,a)}e.wrapPrimaryEl(d);e.cacheRefEls(d)}}else{if(!e.hasListeners.beforerender||e.fireEvent("beforerender",e)!==false){e.beforeRender();e.needsRenderTpl=e.rendering=true;e._renderState=2;e.initStyles(d);if(e.allowDomMove!==false){if(g){c.dom.insertBefore(d.dom,g)}else{c.dom.appendChild(d.dom)}}}else{h=true}}if(d&&!h){e.finishRender(b)}if(!e.skipLayout){Ext.resumeLayouts(!e.hidden&&!c.isDetachedBody)}},ensureAttachedToBody:function(c){var b=this,a;while(b.ownerCt){b=b.ownerCt}if(b.container.isDetachedBody){b.container=a=Ext.getBody();a.appendChild(b.el.dom);if(c){b.updateLayout()}if(typeof b.x==="number"||typeof b.y==="number"){b.setPosition(b.x,b.y)}}},privates:{applyRenderSelectors:function(){var d=this,b=d.renderSelectors,c=d.el,e,a;d.attachChildEls(c);d.ariaEl=d[d.ariaEl]||d.el;if(b){for(a in b){e=b[a];if(e){d[a]=c.selectNode(e,false)}}}},cacheRefEls:function(e){e=e||this.el;var c=Ext.cache,h=Ext.dom.Element,j=e.isElement?e.dom:e,b=j.querySelectorAll("[data-ref]"),a=b.length,g,d;for(d=0;d','
    ',"","{%this.renderContent(out,values)%}",'
    '],resizeHandles:"all",shrinkWrap:2,toFrontOnShow:true,synthetic:false,tplWriteMode:"overwrite",ui:"default",uiCls:[],userCls:null,weight:null,allowDomMove:true,autoGenId:false,borderBoxCls:"x-border-box",componentLayoutCounter:0,contentPaddingProperty:"padding",deferLayouts:false,frameSize:null,horizontalPosProp:"left",isComponent:true,_isLayoutRoot:false,layoutSuspendCount:0,liquidLayout:false,maskOnDisable:true,offsetsCls:"x-hidden-offsets",rendered:false,rootCls:"x-body",scrollerCls:"x-scroll-scroller",scrollerSelector:".x-scroll-scroller",_scrollFlags:{auto:{auto:{overflowX:"auto",overflowY:"auto",x:true,y:true,both:true},"false":{overflowX:"auto",overflowY:"hidden",x:true,y:false,both:false},scroll:{overflowX:"auto",overflowY:"scroll",x:true,y:true,both:true}},"false":{auto:{overflowX:"hidden",overflowY:"auto",x:false,y:true,both:false},"false":{overflowX:"hidden",overflowY:"hidden",x:false,y:false,both:false},scroll:{overflowX:"hidden",overflowY:"scroll",x:false,y:true,both:false}},scroll:{auto:{overflowX:"scroll",overflowY:"auto",x:true,y:true,both:true},"false":{overflowX:"scroll",overflowY:"hidden",x:true,y:false,both:false},scroll:{overflowX:"scroll",overflowY:"scroll",x:true,y:true,both:true}},none:{overflowX:"",overflowY:"",x:false,y:false,both:false}},_scrollableCfg:{x:{x:true,y:false},y:{x:false,y:true},horizontal:{x:true,y:false},vertical:{x:false,y:true},both:{x:true,y:true},"true":{x:true,y:true}},validIdRe:Ext.validIdRe,constructor:function(a){var h=this,c,g,j,e,l,d,b,k;a=a||{};if(a.initialConfig){if(a.isAction){h.baseAction=a}a=a.initialConfig}else{if(a.tagName||a.dom||Ext.isString(a)){a={applyTo:a,id:a.id||a}}}h.initialConfig=a;h.getId();h.protoEl=new Ext.util.ProtoElement();h.initConfig(a);if(h.scrollable==null){l=h.autoScroll;if(l){k=!!l}else{d=h.overflowX;b=h.overflowY;if(d||b){k={x:(d&&d!=="hidden")?d:false,y:(b&&b!=="hidden")?b:false}}}if(k){h.setScrollable(k)}}j=h.xhooks;if(j){delete h.xhooks;Ext.override(h,j)}h.mixins.elementCt.constructor.call(h);h.setupProtoEl();if(h.cls){h.initialCls=h.cls;h.protoEl.addCls(h.cls)}if(h.style){h.initialStyle=h.style;h.protoEl.setStyle(h.style)}h.renderData=h.renderData||{};h.initComponent();if(!h.preventRegister){Ext.ComponentManager.register(h)}h.mixins.state.constructor.call(h);h.addStateEvents("resize");e=h.getController();if(e){e.init(h)}if(h.plugins){for(c=0,g=h.plugins.length;ce){q=k;n=true}if(g&&a>p){m=a;n=true}if(l||g){j=t.el.getStyle("overflow");if(j!=="hidden"){t.el.setStyle("overflow","hidden")}}if(n){b=!Ext.isNumber(t.width);s=!Ext.isNumber(t.height);t.setSize(m,q);t.el.setSize(p,e);if(b){delete t.width}if(s){delete t.height}}if(g){d.width=a}if(l){d.height=k}}i=t.constrain;o=t.constrainHeader;if(i||o){t.constrain=t.constrainHeader=false;r=c.callback;c.callback=function(){t.constrain=i;t.constrainHeader=o;if(r){r.call(c.scope||t,arguments)}if(j!=="hidden"){t.el.setStyle("overflow",j)}}}return t.mixins.animate.animate.apply(t,arguments)},applyScrollable:function(b,d){var a=this,g=a.rendered,e,c;if(b){if(b===true||typeof b==="string"){e=a._scrollableCfg[b];b=e}if(d){d.setConfig(b);b=d}else{b=Ext.Object.chain(b);if(g){b.element=a.getOverflowEl();c=a.getScrollerEl();if(c){b.innerElement=c}}b.autoRefresh=false;if(Ext.supports.touchScroll===1){b.translatable={translationMethod:"scrollparent"};b.indicators=false}b=Ext.scroll.Scroller.create(b);b.component=a}}else{if(d){d.setConfig({x:false,y:false});d.destroy();b=null}}if(a.rendered&&!a.destroying&&!a.destroyed){if(b){a.getOverflowStyle()}else{a.scrollFlags=a._scrollFlags.none}a.updateLayout()}return b},beforeComponentLayout:function(){return true},beforeDestroy:Ext.emptyFn,beforeLayout:function(){if(this.floating){this.onBeforeFloatLayout()}},beforeSetPosition:function(j,h,b){var g=this,i=null,d,c,a,e;if(j){if(Ext.isNumber(d=j[0])){b=h;h=j[1];j=d}else{if((d=j.x)!==undefined){b=h;h=j.y;j=d}}}if(g.constrain||g.constrainHeader){i=g.calculateConstrainedPosition(null,[j,h],true);if(i){j=i[0];h=i[1]}}c=(j!==undefined);a=(h!==undefined);if(c||a){g.x=j;g.y=h;e=g.adjustPosition(j,h);i={x:e.x,y:e.y,anim:b,hasX:c,hasY:a}}return i},beforeShow:Ext.emptyFn,bubble:function(c,b,a){var d=this;while(d){if(c.apply(b||d,a||[d])===false){break}d=d.getBubbleTarget()}return this},clearListeners:function(){var a=this;a.mixins.observable.clearListeners.call(a);a.mixins.componentDelegation.clearDelegatedListeners.call(a)},cloneConfig:function(c){c=c||{};var d=c.id||Ext.id(),a=Ext.applyIf(c,this.initialConfig),b;a.id=d;b=Ext.getClass(this);return new b(a)},destroy:function(){var g=this,c=g.renderSelectors,b=g.getConfig("viewModel",true),h=g.getConfig("session",true),a,e,d;if(!g.hasListeners.beforedestroy||g.fireEvent("beforedestroy",g)!==false){g.isDestroying=g.destroying=true;e=g.floatParent||g.ownerCt;if(g.floating){delete g.floatParent;if(g.zIndexManager){g.zIndexManager.unregister(g);g.zIndexManager=null}}g.removeBindings();g.beforeDestroy();g.destroyBindable();if(e&&e.remove){e.remove(g,false)}g.stopAnimation();g.onDestroy();Ext.destroy(g.plugins);if(g.rendered){Ext.Component.cancelLayout(g,true)}g.componentLayout=null;if(g.hasListeners.destroy){g.fireEvent("destroy",g)}if(!g.preventRegister){Ext.ComponentManager.unregister(g)}g.mixins.state.destroy.call(g);if(g.floating){g.onFloatDestroy()}g.clearListeners();if(g.rendered){if(!g.preserveElOnDestroy){g.el.destroy()}g.el.component=null;g.mixins.elementCt.destroy.call(g);if(c){for(a in c){if(c.hasOwnProperty(a)){d=g[a];if(d){delete g[a];d.destroy()}}}}g.data=g.el=g.frameBody=g.rendered=g.afterRenderEvents=null;g.tpl=g.renderTpl=g.renderData=null;g.focusableContainer=g.container=g.scrollable=null}g.isDestroying=g.destroying=false;g.callParent()}},disable:function(c,e){var d=this,b=d.focusableContainer,a=d.getInherited();if(!e){a.disabled=true;d.savedDisabled=true}if(d.maskOnDisable){a.disableMask=true}if(!d.disabled){if(b){b.beforeFocusableChildDisable(d)}d.addCls(d.disabledCls);if(d.rendered){d.onDisable()}else{d.disableOnRender=true}d.disabled=true;if(c!==true){d.fireEvent("disable",d)}if(b){b.onFocusableChildDisable(d)}}return d},doFireEvent:function(b,d,a){var e=this,c=e.mixins.observable.doFireEvent.call(e,b,d,a);if(c!==false){c=e.mixins.componentDelegation.doFireDelegatedEvent.call(e,b,d)}return c},enable:function(c,e){var d=this,b=d.focusableContainer,a=d.getInherited();if(!e){delete d.getInherited().disabled;d.savedDisabled=false}if(d.maskOnDisable){delete a.disableMask}if(d.disabled){if(!(e&&a.hasOwnProperty("disabled"))){if(b){b.beforeFocusableChildEnable(d)}d.disableOnRender=false;d.removeCls(d.disabledCls);if(d.rendered){d.onEnable()}d.disabled=false;if(c!==true){d.fireEvent("enable",d)}if(b){b.onFocusableChildEnable(d)}}}return d},findParentBy:function(a){var b;for(b=this.getRefOwner();b&&!a(b,this);b=b.getRefOwner()){}return b||null},findParentByType:function(a){return Ext.isFunction(a)?this.findParentBy(function(b){return b.constructor===a}):this.up(a)},findPlugin:function(d){var b,a=this.plugins,c=a&&a.length;for(b=0;b-1;e--){c=g[e];if(c.query){a=c.query(b);a=a[a.length-1];if(a){return a}}if(c.is(b)){return c}}return h.previousNode(b,true)}return null},previousSibling:function(b){var e=this.ownerCt,d,a,g;if(e){d=e.items;a=d.indexOf(this);if(a!==-1){if(b){for(--a;a>=0;a--){if((g=d.getAt(a)).is(b)){return g}}}else{if(a){return d.getAt(--a)}}}}return null},registerFloatingItem:function(b){var a=this;if(!a.floatingDescendants){a.floatingDescendants=new Ext.ZIndexManager(a)}a.floatingDescendants.register(b)},removeCls:function(a){var c=this,b=c.rendered?c.el:c.protoEl;b.removeCls.apply(b,arguments);return c},removeClsWithUI:function(d,l){var k=this,j=[],g=0,a=Ext.Array,h=a.remove,e=k.uiCls=a.clone(k.uiCls),c=k.activeUI,b,m;if(typeof d==="string"){d=(d.indexOf(" ")<0)?[d]:Ext.String.splitWords(d)}b=d.length;for(g=0;g1){arguments[0]=null;c.pendingShow=arguments}else{c.pendingShow=true}}else{if(e&&c.isVisible()){if(c.floating){c.onFloatShow()}}else{if(c.fireEvent("beforeshow",c)!==false){c.hidden=false;delete this.getInherited().hidden;Ext.suspendLayouts();if(!e&&(c.autoRender||c.floating)){c.doAutoRender();e=c.rendered}if(e){c.beforeShow();Ext.resumeLayouts();c.onShow.apply(c,arguments);c.afterShow.apply(c,arguments)}else{Ext.resumeLayouts(true)}}else{c.onShowVeto()}}}return c},showAt:function(a,d,b){var c=this;if(!c.rendered&&(c.autoRender||c.floating)){c.x=a;c.y=d;return c.show()}if(c.floating){c.setPosition(a,d,b)}else{c.setPagePosition(a,d,b)}return c.show()},showBy:function(b,d,c){var a=this;if(a.floating&&b){a.alignTarget=b;if(d){a.defaultAlign=d}if(c){a.alignOffset=c}a.show();if(!a.hidden){a.alignTo(b,d||a.defaultAlign,c||a.alignOffset)}}return a},suspendLayouts:function(){var a=this;if(!a.rendered){return}if(++a.layoutSuspendCount===1){a.suspendLayout=true}},unitizeBox:function(a){return Ext.Element.unitizeBox(a)},unmask:function(){(this.getMaskTarget()||this.el).unmask();this.setMasked(false)},unregisterFloatingItem:function(b){var a=this;if(a.floatingDescendants){a.floatingDescendants.unregister(b)}},up:function(d,e){var c=this.getRefOwner(),b=typeof e==="string",h=typeof e==="number",a=e&&e.isComponent,g=0;if(d){for(;c;c=c.getRefOwner()){g++;if(d.isComponent){if(c===d){return c}}else{if(Ext.ComponentQuery.is(c,d)){return c}}if(b&&c.is(e)){return}if(h&&g===e){return}if(a&&c===e){return}}}return c},update:function(d,h,k,b){var j=this,l=(j.tpl&&!Ext.isString(d)),i=j.getScrollable(),c=j.focusableContainer,g,a,e;if(l){j.data=(d&&d.isEntity)?d.getData(true):d}else{j.html=Ext.isObject(d)?Ext.DomHelper.markup(d):d}if(j.rendered){g=j.getSizeModel();a=g.width.shrinkWrap||g.height.shrinkWrap;if(j.isContainer){e=j.layout.getRenderTarget();a=a||j.items.items.length>0}else{e=j.touchScroll?j.getScrollerEl():j.getTargetEl()}if(l){j.tpl[j.tplWriteMode](e,j.data||{})}else{e.setHtml(j.html,h,k,b||j)}if(a){j.updateLayout()}if(i){i.refresh(true)}if(c){c.onFocusableChildUpdate(j)}}},setHtml:function(b,a,c){this.update(b,a,null,c)},applyData:function(a){this.update(a)},updateBox:function(a){this.setSize(a.width,a.height);this.setPagePosition(a.x,a.y);return this},_asLayoutRoot:{isRoot:true},_notAsLayoutRoot:{isRoot:false},updateLayout:function(c){var d=this,e,b=d.lastBox,a=c&&c.isRoot;if(b){b.invalid=true}if(!d.rendered||d.layoutSuspendCount||d.suspendLayout){return}if(d.hidden){Ext.Component.cancelLayout(d)}else{if(typeof a!=="boolean"){a=d.isLayoutRoot()}}if(a||!d.ownerLayout||!d.ownerLayout.onContentChange(d)){if(!d.isLayoutSuspended()){e=(c&&c.hasOwnProperty("defer"))?c.defer:d.deferLayouts;Ext.Component.updateLayout(d,e)}}},updateMaxHeight:function(b,a){this.changeConstraint(b,a,"min","max-height","height")},updateMaxWidth:function(b,a){this.changeConstraint(b,a,"min","max-width","width")},updateMinHeight:function(b,a){this.changeConstraint(b,a,"max","min-height","height")},updateMinWidth:function(a,b){this.changeConstraint(a,b,"max","min-width","width")},getAnchorToXY:function(d,a,c,b){return d.getAnchorXY(a,c,b)},getBorderPadding:function(){return this.el.getBorderPadding()},getLocalX:function(){return this.el.getLocalX()},getLocalXY:function(){return this.el.getLocalXY()},getLocalY:function(){return this.el.getLocalY()},getX:function(){return this.el.getX()},getXY:function(){return this.el.getXY()},getY:function(){return this.el.getY()},setLocalX:function(a){this.el.setLocalX(a)},setLocalXY:function(a,b){this.el.setLocalXY(a,b)},setLocalY:function(a){this.el.setLocalY(a)},setX:function(a,b){this.el.setX(a,b)},setXY:function(b,a){this.el.setXY(b,a)},setY:function(b,a){this.el.setY(b,a)},privates:{addOverCls:function(){var a=this;if(!a.disabled){a.el.addCls(a.overCls)}},addUIToElement:function(){var d=this,a=d.baseCls+"-"+d.ui,c,g,b,e;d.addCls(a);if(d.rendered&&d.frame&&!Ext.supports.CSS3BorderRadius){a+="-";c=d.getChildEls();for(g in c){e=c[g].frame;if(e&&e!==true){b=d[g];if(b){b.addCls(a+e)}}}}},changeConstraint:function(h,c,a,e,b){var g=this,d=g[b];if(h!=null&&typeof d==="number"){g[b]=Math[a](d,h)}if(g.liquidLayout){if(h!=null){g.setStyle(e,h+"px")}else{if(c){g.setStyle(e,"")}}}if(g.rendered){g.updateLayout()}},constructPlugin:function(b){var a=this;if(typeof b==="string"){b=Ext.PluginManager.create({},b,a)}else{b=Ext.PluginManager.create(b,null,a)}return b},constructPlugins:function(){var e=this,c=e.plugins,b,d,a;if(c){b=[];b.processed=true;if(!Ext.isArray(c)){c=[c]}for(d=0,a=c.length;d=0){m=n[k].splitterDelta;if(i.getAt(h+m)!==a){i.remove(a);h=i.indexOf(j);if(m>0){++h}i.insert(h,a)}}}if(l){if(e){j.expand(false)}b.remove(l);j.placeholder=null;if(e){j.collapse(null,false)}}b.updateLayout();Ext.resumeLayouts(true);j.fireEventArgs("changeregion",[j,d])}else{j.region=k}}return d},setWeight:function(d){var c=this,b=c.getOwningBorderContainer(),e=c.placeholder,a=c.weight;if(d!==a){if(c.fireEventArgs("beforechangeweight",[c,d])!==false){c.weight=d;if(e){e.weight=d}if(b){b.updateLayout()}c.fireEventArgs("changeweight",[c,a])}}return a}},function(a){var b=a.prototype;b.setBorderRegion=b.setRegion;b.setRegionWeight=b.setWeight});Ext.define("Ext.overrides.app.domain.Component",{override:"Ext.app.domain.Component"},function(a){a.monitor(Ext.Component)});(Ext.cmd.derive("Ext.app.EventBus",Ext.Base,{singleton:true,constructor:function(){var b=this,a=Ext.app.EventDomain.instances;b.callParent();b.domains=a;b.bus=a.component.bus},control:function(b,a){return this.domains.component.listen(b,a)},listen:function(d,b){var a=this.domains,c;for(c in d){if(d.hasOwnProperty(c)){a[c].listen(d[c],b)}}},unlisten:function(c){var a=Ext.app.EventDomain.instances,b;for(b in a){a[b].unlisten(c)}}},1,0,0,0,0,0,[Ext.app,"EventBus"],0));(Ext.cmd.derive("Ext.app.domain.Global",Ext.app.EventDomain,{singleton:true,type:"global",constructor:function(){var a=this;a.callParent();a.monitor(Ext.GlobalEvents)},listen:function(b,a){this.callParent([{global:b},a])},match:Ext.returnTrue},1,0,0,0,0,0,[Ext.app.domain,"Global"],0));(Ext.cmd.derive("Ext.app.BaseController",Ext.Base,{isController:true,config:{id:null,control:null,listen:null,routes:null,before:null},constructor:function(a){var b=this;Ext.apply(b,a);delete b.control;delete b.listen;b.eventbus=Ext.app.EventBus;b.mixins.observable.constructor.call(b,a);b.ensureId()},applyListen:function(a){if(Ext.isObject(a)){a=Ext.clone(a)}return a},applyControl:function(a){if(Ext.isObject(a)){a=Ext.clone(a)}return a},updateControl:function(a){this.ensureId();if(a){this.control(a)}},updateListen:function(a){this.ensureId();if(a){this.listen(a)}},updateRoutes:function(b){if(b){var e=this,g=e.getBefore()||{},a=Ext.app.route.Router,d,c,h;for(d in b){c=b[d];if(Ext.isString(c)){c={action:c}}h=c.action;if(!c.before){c.before=g[h]}a.connect(d,c,e)}}},isActive:function(){return true},control:function(b,c,a){var d=this,e=a,g;if(Ext.isString(b)){g={};g[b]=c}else{g=b;e=c}d.eventbus.control(g,e||d)},listen:function(b,a){this.eventbus.listen(b,a||this)},destroy:function(){var b=this,a=b.eventbus;Ext.app.route.Router.disconnectAll(b);if(a){a.unlisten(b);b.eventbus=null}b.callParent()},redirectTo:function(b,c){if(b.isModel){b=b.toUrl()}if(!c){var a=Ext.util.History.getToken();if(a===b){return false}}else{Ext.app.route.Router.onStateChange(b)}Ext.util.History.add(b);return true}},1,0,0,0,0,[[Ext.mixin.Observable.prototype.mixinId||Ext.mixin.Observable.$className,Ext.mixin.Observable]],[Ext.app,"BaseController"],0));(Ext.cmd.derive("Ext.app.Util",Ext.Base,{},0,0,0,0,0,0,[Ext.app,"Util"],function(){Ext.apply(Ext.app,{namespaces:{Ext:{}},addNamespaces:function(c){var d=Ext.app.namespaces,b,a;if(!Ext.isArray(c)){c=[c]}for(b=0,a=c.length;ba.length&&(c+"."===b.substring(0,c.length+1))){a=c}}return a===""?undefined:a},setupPaths:function(a,b,e){var d=Ext.manifest,c;if(a&&b!==null){d=d&&d.paths;if(!d||b!==undefined){Ext.Loader.setPath(a,(b===undefined)?"app":b)}}if(e){for(c in e){if(e.hasOwnProperty(c)){Ext.Loader.setPath(c,e[c])}}}}});Ext.getNamespace=Ext.app.getNamespace}));(Ext.cmd.derive("Ext.util.CollectionKey",Ext.Base,{isCollectionKey:true,observerPriority:-200,config:{collection:null,keyFn:null,property:null,rootProperty:null,unique:true},generation:0,map:null,mapRebuilds:0,constructor:function(a){this.initConfig(a)},get:function(a){var b=this.map||this.getMap();return b[a]||null},clear:function(){this.map=null},getRootProperty:function(){var b=this,a=(arguments.callee.$previous||Ext.Base.prototype.getRootProperty).call(this);return a!==null?a:b.getCollection().getRootProperty()},indexOf:function(k,e){var a=this.map||this.getMap(),l=a[k],g=this.getCollection(),b=g.length,d,h,j,c;if(!l){return -1}if(e===undefined){e=-1}if(l instanceof Array){j=l;h=b;for(c=j.length;c-->0;){d=g.indexOf(j[c]);if(de){h=d}}if(h===b){return -1}}else{h=g.indexOf(l)}return(h>e)?h:-1},updateKey:function(c,e){var b=this,d=b.map,g,a;if(d){g=d[e];if(g instanceof Array){a=Ext.Array.indexOf(g,c);if(a>=0){if(g.length>2){g.splice(a,1)}else{d[e]=g[1-a]}}}else{if(g){delete d[e]}}b.add([c])}},onCollectionAdd:function(b,a){if(this.map){this.add(a.items)}},onCollectionItemChange:function(b,a){this.map=null},onCollectionRefresh:function(){this.map=null},onCollectionRemove:function(e,d){var h=this,a=h.map,g=d.items,b=g.length,c,k,j;if(a){if(h.getUnique()&&be)?1:(b0&&v.getAutoSort(),r=v.getSource(),q=0,k=false,o=false,t,s,g,w,h,b;if(r&&!r.updating){r.itemChanged(u,i,m,n)}else{s=v.getKey(u);if(j){h=v.indexOfKey(c?m:s);o=(h<0);k=v.isItemFiltered(u);e=(o!==k)}if(e){if(k){q=[u];b=-1}else{w=[u];b=v.length}}else{if(a&&!k){if(!j){h=v.indexOfKey(c?m:s)}g=v.getSortFn();if(h!==-1){if(h&&g(p[h-1],p[h])>0){d=-1;b=Ext.Array.binarySearch(p,u,0,h,g)}else{if(h0){d=1;b=Ext.Array.binarySearch(p,u,h+1,g)}}if(d){w=[u]}}}}t={item:u,key:s,index:b,filterChanged:e,keyChanged:c,indexChanged:!!d,filtered:k,oldIndex:h,newIndex:b,wasFiltered:o,meta:n};if(c){t.oldKey=m}if(i){t.modified=i}v.beginUpdate();v.notify("beforeitemchange",[t]);if(c){v.updateKey(u,m)}if(w||q){v.splice(b,q,w)}if(d>0){t.newIndex--}else{if(d<0){t.oldIndex++}}v.notify(k?"filtereditemchange":"itemchange",[t]);v.endUpdate()}},remove:function(d){var c=this,a=c.decodeRemoveItems(arguments,0),b=c.length;c.splice(0,a);return b-c.length},removeAll:function(){var b=this,a=b.length;if(b.generation&&a){b.splice(0,a)}return b},removeAt:function(i,h){var j=this,b=j.length,e=Ext.Number,d=e.clipIndices(b,[i,(h===undefined)?1:h],e.Clip.COUNT),c=d[0],a=d[1]-c,k=(a===1)&&j.getAt(c),g;j.splice(c,a);g=j.length-b;return(k&&g)?k:g},removeByKey:function(a){var b=this.getByKey(a);if(!b||!this.remove(b)){return false}return b},replace:function(b){var a=this.indexOf(b);if(a===-1){this.add(b)}else{this.insert(a,b)}},splice:function(E,o,C){var m=this,d=m.sorted&&m.getAutoSort(),A=m.map,s=m.items,q=m.length,w=(o instanceof Array)?m.decodeRemoveItems(o):null,x=!w,F=Ext.Number,e=F.clipIndices(q,[E,x?o:0],F.Clip.COUNT),h=e[0],l=e[1],L=l-h,u=m.decodeItems(arguments,2),K=u?u.length:0,D,y,v,c=h,b=m.indices||((K||w)?m.getIndices():null),r=null,j=L?[h]:null,g=null,t=m.getSource(),a,H,I,N,B,G,M,p,z,J,P,O,l;if(t&&!t.updating){if(x){w=[];for(N=0;N1){if(!D.$cloned){u=D=D.slice(0)}m.sortData(D)}}for(N=0;N0;){p=m.getKey(w[N]);if((G=b[p])!==undefined){(j||(j=[])).push(G)}}if(!r&&!j){return m}m.beginUpdate();if(j){a=null;I=[];v={};if(j.length>1){j.sort(Ext.Array.numericSortFn)}for(N=0,J=j.length;N(a.at+H.length)){I.push(a={at:G,items:(H=[]),keys:(z=[]),map:v,next:a,replacement:r});if(r){r.replaced=a}}H.push(v[p]=B);z.push(p);if(G1&&G===h){--L;j[N--]=++h}}if(r){r.at=c}for(M=I.length;M-->0;){a=I[M];N=a.at;J=a.items.length;if(N+J1&&q){m.spliceMerge(D,g)}else{if(d){if(K>1){c=0;m.indices=b=null}else{c=O.findInsertionIndex(r.items[0],s,m.getSortFn())}}if(c===q){l=c;for(N=D.length-1;N>=0;--N){s[l+N]=D[N]}b=m.indices;if(b){for(N=0;N-1){c=g[b];a=this.indexOf(c);if(a>-1){return a+1}--b}return 0},onCollectionAdd:function(a,b){var l=this,o=b.atItem,k=b.items,g=l.requestedIndex,j,h,c,e,m,d;if(!l.sorted){if(g!==undefined){h=g}else{if(o){h=l.indexOf(o);if(h===-1){h=l.findInsertIndex(k[0])}else{++h}}else{h=0}}}if(l.getAutoFilter()&&l.filtered){for(e=0,d=k.length;ec)){c=j}}return[c,h]},count:function(a){return a.length},extremes:function(g,a,c,m,k){var h=null,b=null,e,n,j,d,l;for(e=a;ed)){d=l;b=n}}return[b,h]},max:function(e,g,d,h,c){var a=this._aggregators.bounds.call(this,e,g,d,h,c);return a[1]},maxItem:function(e,g,d,h,c){var a=this._aggregators.extremes.call(this,e,g,d,h,c);return a[1]},min:function(e,g,d,h,c){var a=this._aggregators.bounds.call(this,e,g,d,h,c);return a[0]},minItem:function(e,g,d,h,c){var a=this._aggregators.extremes.call(this,e,g,d,h,c);return a[0]},sum:function(c,g,b,j,a){for(var h,e=0,d=g;d1){Ext.Array.sort(c,b.prioritySortFn)}},prioritySortFn:function(g,e){var d=g.observerPriority||0,c=e.observerPriority||0;return d-c},applyExtraKeys:function(e,a){var g=this,d=a||{},c,b,h;for(b in e){h=e[b];if(!h.isCollectionKey){c={collection:g};if(Ext.isString(h)){c.property=h}else{c=Ext.apply(c,h)}h=new Ext.util.CollectionKey(c)}else{h.setCollection(g)}d[b]=g[b]=h;h.name=b}return d},applyGrouper:function(a){if(a){a=this.getSorters().decodeSorter(a,"Ext.util.Grouper")}return a},decodeItems:function(d,c){var g=this,b=(c===undefined)?d:d[c],a,h,e;if(!b||!b.$cloned){a=d.length>c+1||!Ext.isIterable(b);if(a){b=Ext.Array.slice(d,c);if(b.length===1&&b[0]===undefined){b.length=0}}h=g.getDecoder();if(h){if(!a){b=b.slice(0);a=true}for(e=b.length;e-->0;){if((b[e]=h.call(g,b[e]))===false){b.splice(e,1)}}}if(a){b.$cloned=true}}return b},getIndices:function(){var d=this,e=d.indices,a=d.items,g=a.length,c,b;if(!e){d.indices=e={};++d.indexRebuilds;for(c=0;c0);if(d||a){b.filtered=a;b.onFilterChange(c)}},getSortFn:function(){return this._sortFn||this.createSortFn()},getSorters:function(b){var a=this._sorters;if(!a&&b!==false){a=new Ext.util.SorterCollection();this.setSorters(a)}return a},onSortChange:function(){if(this.sorted){this.sortItems()}},sort:function(a,c,d){var b=this.getSorters();b.addSort.apply(b,arguments);return this},sortData:function(a){Ext.Array.sort(a,this.getSortFn());return a},sortItems:function(b){var a=this;if(a.sorted){b=a.getSortFn()}a.indices=null;a.notify("beforesort",[a.getSorters(false)]);if(a.length){Ext.Array.sort(a.items,b)}a.notify("sort")},sortBy:function(a){return this.sortItems(a)},findInsertionIndex:function(c,a,b){if(!a){a=this.items}if(!b){b=this.getSortFn()}return Ext.Array.binarySearch(a,c,b)},applySorters:function(a,b){if(a==null||(a&&a.isSorterCollection)){return a}if(a){if(!b){b=this.getSorters()}b.splice(0,b.length,a)}return b},createSortFn:function(){var c=this,a=c.getGrouper(),d=c.getSorters(false),b=d?d.getSortFn():null;if(!a){return b}return function(e,h){var g=a.sort(e,h);if(!g&&b){g=b(e,h)}return g}},updateGrouper:function(b){var c=this,a=c.getGroups(),e=c.getSorters(),d;c.onSorterChange();c.grouped=!!b;if(b){if(c.getTrackGroups()){if(!a){a=new Ext.util.GroupCollection({itemRoot:c.getRootProperty()});a.$groupable=c;c.setGroups(a)}a.setGrouper(b);d=true}}else{if(a){c.removeObserver(a);a.destroy()}c.setGroups(null)}if(!e.updating){c.onEndUpdateSorters(e)}if(d){a.onCollectionRefresh(c)}},updateSorters:function(a,b){var c=this;if(b){b.un("endupdate","onEndUpdateSorters",c)}if(a){a.on({endupdate:"onEndUpdateSorters",scope:c,priority:c.$endUpdatePriority});a.$sortable=c}c.onSorterChange();c.onEndUpdateSorters(a)},onSorterChange:function(){this._sortFn=null},onEndUpdateSorters:function(c){var b=this,d=b.sorted,a=(b.grouped&&b.getAutoGroup())||(c&&c.length>0);if(d||a){b.sorted=!!a;b.onSortChange(c)}},removeObserver:function(a){var b=this.observers;if(b){Ext.Array.remove(b,a)}},spliceMerge:function(k,s){var r=this,q=r.map,g=k.length,c=0,l=r.items,t=l.length,j=[],h=0,n=[],d=r.getSortFn(),m,b,o,e,p,a;r.items=n;for(a=0;a1){j[h-2].next=j[h-1]}for(;a1){j[h-2].next=j[h-1]}n.push(e);for(b=a+1;b=0){break}n.push(e);m.push(e)}}for(;c0)}h=v.createAssociationStore(a,p,r,j);h.$source=e;if(!r&&(v.autoLoad||g)){l=true}p[n]=h}if(g){if(l||h.isLoading()){h.on("load",function(x,w,y,i){d=[x,i];b=b||g.scope||p;if(y){Ext.callback(g.success,b,d)}else{Ext.callback(g.failure,b,d)}d.push(y);Ext.callback(g,b,d);Ext.callback(g.callback,b,d)},null,{single:true})}else{d=[h,null];b=b||g.scope||p;Ext.callback(g.success,b,d);d.push(true);Ext.callback(g,b,d);Ext.callback(g.callback,b,d)}}if(l&&!h.isLoading()){h.load()}return h},getAssociatedItem:function(b){var a=this.isMany?this.getStoreName():this.getInstanceName();return b[a]||null},onDrop:Ext.emptyFn,getReaderRoot:function(){var a=this;return a.associationKey||(a.associationKey=a.association.schema.getNamer().readerRoot(a.role))},getReader:function(){var c=this,a=c.reader,d=c.cls,e=!c.associationKey,b=this.getReaderRoot();if(a&&!a.isReader){if(Ext.isString(a)){a={type:a}}Ext.applyIf(a,{model:d,rootProperty:b,useSimpleAccessors:e,type:c.defaultReaderType});a=c.reader=Ext.createByAlias("reader."+a.type,a)}return a},getInstanceName:function(){var a=this;return a.instanceName||(a.instanceName=a.association.schema.getNamer().instanceName(a.role))},getOldInstanceName:function(){return this.oldInstanceName||(this.oldInstanceName="$old"+this.getInstanceName())},getStoreName:function(){var a=this;return a.storeName||(a.storeName=a.association.schema.getNamer().storeName(a.role))},constructReader:function(e){var g=this,a=g.getReader(),h=g.cls,i=!g.associationKey,b=g.getReaderRoot(),c,d;if(!a){d=h.getProxy();if(d){c=d.getReader();a=new c.self();a.copyFrom(c);a.setRootProperty(b)}else{a=new e.self({model:h,useSimpleAccessors:i,rootProperty:b})}g.reader=a}return a},read:function(c,g,d,e){var a=this.constructReader(d),b=a.getRoot(g);if(b){return a.readRecords(b,e,this._internalReadOptions)}},getCallbackOptions:function(a,b,c){if(typeof a==="function"){a={callback:a,scope:b||c}}else{if(a){a=Ext.apply({},a);a.scope=b||a.scope||c}}return a},doGetFK:function(b,n,l){var i=this,m=i.cls,e=i.association.getFieldName(),k=i.getInstanceName(),j=b[k],a=n&&n.reload,d=j!==undefined&&!a,h=b.session,c,g;if(!d){if(h){c=b.get(e);if(c||c===0){d=h.peekRecord(m,c,true)&&!a;j=h.getRecord(m,c,false)}else{d=true;b[k]=j=null}}else{if(e){c=b.get(e);if(!c&&c!==0){d=true;b[k]=j=null}else{if(!j){j=m.createWithId(c)}}}else{d=true}}}else{if(j){d=!j.isLoading()}}if(d){if(n){g=[j,null];l=l||n.scope||b;Ext.callback(n.success,l,g);g.push(true);Ext.callback(n,l,g);Ext.callback(n.callback,l,g)}}else{b[k]=j;n=i.getCallbackOptions(n,l,b);j.load(n)}return j},doSetFK:function(a,j,n,m){var i=this,g=i.association.getFieldName(),k=i.getInstanceName(),e=a[k],c=i.inverse,d=c.setterName,h=a.session,l,b;if(j&&j.isEntity){if(e!==j){b=i.getOldInstanceName();a[b]=e;a[k]=j;if(e&&e.isEntity){e[c.getInstanceName()]=undefined}if(g){a.set(g,j.getId())}delete a[b];if(d){j[d](a)}}}else{l=(a.changingKey&&!c.isMany)||a.set(g,j);if(l&&e&&e.isEntity&&!e.isEqual(e.getId(),j)){a[k]=undefined;if(!c.isMany){e[c.getInstanceName()]=undefined}}}if(n){if(Ext.isFunction(n)){n={callback:n,scope:m||a}}return a.save(n)}}},1,0,0,0,0,0,[Ext.data.schema,"Role"],0));(Ext.cmd.derive("Ext.data.schema.Association",Ext.Base,{isOneToOne:false,isManyToOne:false,isManyToMany:false,owner:null,field:null,constructor:function(a){var c=this,d,b;Ext.apply(c,a);c.left=d=new c.Left(c,c.left);c.right=b=new c.Right(c,c.right);d.inverse=b;b.inverse=d},hasField:function(){return !!this.field},getFieldName:function(){var a=this.field;return a?a.name:""}},1,0,0,0,0,0,[Ext.data.schema,"Association"],0));(Ext.cmd.derive("Ext.data.schema.OneToOne",Ext.data.schema.Association,{isOneToOne:true,isToOne:true,kind:"one-to-one",Left:Ext.define(null,{extend:"Ext.data.schema.Role",onDrop:function(a,b){var c=this.getAssociatedItem(a);a[this.getInstanceName()]=null;if(c){c[this.inverse.getInstanceName()]=null}},createGetter:function(){var a=this;return function(){return a.doGet(this)}},createSetter:function(){var a=this;return function(b){return a.doSet(this,b)}},doGet:function(a){var b=this.getInstanceName(),c=a[b],d=a.session;if(!c&&d){}return c||null},doSet:function(a,e){var b=this.getInstanceName(),d=a[b],c=this.inverse.setterName;if(d!==e){a[b]=e;if(c){e[c](a)}}return d},read:function(a,d,b,e){var c=this,g=c.callParent([a,d,b,e]),h;if(g){h=g[0];if(h){h[c.inverse.getInstanceName()]=a;a[c.getInstanceName()]=h;delete a.data[c.role]}}}}),Right:Ext.define(null,{extend:"Ext.data.schema.Role",left:false,side:"right",createGetter:function(){var a=this;return function(b,c){return a.doGetFK(this,b,c)}},createSetter:function(){var a=this;return function(d,b,c){return a.doSetFK(this,d,b,c)}},onDrop:function(g,d){var b=this,c=b.association.field,a=b.getAssociatedItem(g),e;if(b.inverse.owner){if(d){e=g.get(c.name);if(e||e===0){a=d.getEntry(b.cls,e).record;if(a){a.drop()}}}else{if(a){a.drop()}}}if(c){g.set(c.name,null)}g[b.getInstanceName()]=null;if(a){a[b.inverse.getInstanceName()]=null}},onValueChange:function(i,h,g){var e=this,a=i[e.getOldInstanceName()]||e.getAssociatedItem(i),d=g||g===0,c=e.getInstanceName(),b=e.cls;i.changingKey=true;e.doSetFK(i,g);if(!d){i[c]=null}else{if(h&&b){i[c]=h.peekRecord(b,g)||undefined}}if(e.inverse.owner&&a){e.association.schema.queueKeyCheck(a,e)}i.changingKey=false},checkKeyForDrop:function(a){var b=this.inverse.getAssociatedItem(a);if(!b){a.drop()}},read:function(d,e,p,g){var j=this,n=j.callParent([d,e,p,g]),k,m,o,i,l,b,c,a,h;if(n){k=n[0];m=j.association.field;if(m){o=m.name}i=d.session;h=d.data;if(k){if(i){l=i.getRefs(k,this.inverse,true);a=(l&&l[d.id])||(h[o]===undefined)}else{a=true}if(a){if(m){c=h[o];b=k.id;if(c!==b){h[o]=b;if(i){i.updateReference(d,m,b,c)}}}k[j.inverse.getInstanceName()]=d;d[j.getInstanceName()]=k}delete h[j.role]}}}})},0,0,0,0,0,0,[Ext.data.schema,"OneToOne"],0));(Ext.cmd.derive("Ext.data.schema.ManyToOne",Ext.data.schema.Association,{isManyToOne:true,isToOne:true,kind:"many-to-one",Left:Ext.define(null,{extend:"Ext.data.schema.Role",isMany:true,onDrop:function(h,e){var g=this,k=g.getAssociatedItem(h),b,d,c,j,a;if(k){b=k.removeAll();if(b&&g.inverse.owner){for(c=0,d=b.length;c0){d=e[j];a=!d.isEqual(b,d.get(k));c=m?null:l;if(a!==m){d.changingKey=true;d[g](c);d.changingKey=false}else{d[n]=c}}}}),Right:Ext.define(null,{extend:"Ext.data.schema.Role",left:false,side:"right",onDrop:function(c,b){var a=this.association.field;if(a){c.set(a.name,null)}c[this.getInstanceName()]=null},createGetter:function(){var a=this;return function(b,c){return a.doGetFK(this,b,c)}},createSetter:function(){var a=this;return function(b,c,d){return a.doSetFK(this,b,c,d)}},checkMembership:function(c,d){var b=this.association.field,a;a=this.getSessionStore(c,d.get(b.name));if(a&&!a.contains(d)){a.add(d)}},onValueChange:function(d,j,b,a){var k=this,n=k.getInstanceName(),p=k.cls,c,o,m,e,g,l,h;if(!d.changingKey){c=b||b===0;if(!c){d[n]=null}if(j){m=k.getSessionStore(j,a);if(m){m.remove(d)}if(c){m=k.getSessionStore(j,b);if(m&&!m.isLoading()){m.add(d)}if(p){h=j.peekRecord(p,b)}d[n]=h||undefined}}else{o=d.joined;if(o){for(e=0,g=o.length;e=0){a.remove([b])}}else{if(b<0){c=a.getSession().getEntry(this.type,h);g=c&&c.record;if(g){a.add(g)}}}a.matrixUpdate=0}},adoptAssociated:function(b,g){var d=this.getAssociatedItem(b),c,e,a;if(d){d.setSession(g);this.onStoreCreate(d,g,b.getId());c=d.getData().items;for(e=0,a=c.length;e1){c[a]=this.apply("capitalize",c[a])}return c.join("")},getterName:function(b){var a=b.role;if(b&&b.isMany){return a}return"get"+this.apply("capitalize",a)},inverseFieldRole:function(h,i,e,b){var g=this,a=g.apply(i?"uniRole":"multiRole",h),d=g.apply("pluralize",e),c=g.apply("undotted,pluralize",b);if(d.toLowerCase()!==c.toLowerCase()){a=e+g.apply("capitalize",a)}return a},manyToMany:function(e,d,a){var c=this,b=c.apply("undotted,capitalize,singularize",d)+c.apply("undotted,capitalize,pluralize",a);if(e){b=c.apply("capitalize",e+b)}return b},manyToOne:function(d,b,a,c){return this.apply("capitalize,singularize",a)+this.apply("capitalize",b)},matrixRole:function(c,b){var a=this.apply(c?"multiRole,capitalize":"multiRole",b);return c?c+a:a},oneToOne:function(d,b,a,c){return this.apply("undotted,capitalize,singularize",a)+this.apply("capitalize",b)},setterName:function(a){return"set"+this.apply("capitalize",a.role)},endsWithIdRe:/(?:(_id)|[^A-Z](Id))$/,cache:{},apply:function(e,c){var j=this,b=j.cache,k=b[c]||(b[c]={}),h=k[e],g,d,a;if(!h){if(e.indexOf(",")<0){h=j[e](c)}else{d=(a=e.split(",")).length;h=c;for(g=0;g=Math.max(b,a)},find:function(g,e,h,i,a,d){var c=!i,b=!!(c&&d);return this.getData().findIndex(g,e,h,c,b,!a)},findRecord:function(){var b=this,a=b.find.apply(b,arguments);return a!==-1?b.getAt(a):null},findExact:function(b,a,c){return this.getData().findIndexBy(function(d){return d.isEqual(d.get(b),a)},this,c)},findBy:function(b,a,c){return this.getData().findIndexBy(b,a,c)},getAt:function(a){return this.getData().getAt(a)||null},getRange:function(d,b,c){var a=this.getData().getRange(d,Ext.isNumber(b)?b+1:b);if(c&&c.callback){c.callback.call(c.scope||this,a,d,b,c)}return a},getFilters:function(b){var a=(arguments.callee.$previous||Ext.Base.prototype.getFilters).call(this);if(!a&&b!==false){this.setFilters([]);a=(arguments.callee.$previous||Ext.Base.prototype.getFilters).call(this)}return a},applyFilters:function(b,a){var c;if(!a){a=this.createFiltersCollection();c=true}a.add(b);if(c){this.onRemoteFilterSet(a,this.getRemoteFilter())}return a},getSorters:function(b){var a=(arguments.callee.$previous||Ext.Base.prototype.getSorters).call(this);if(!a&&b!==false){this.setSorters([]);a=(arguments.callee.$previous||Ext.Base.prototype.getSorters).call(this)}return a},applySorters:function(b,a){var c;if(!a){a=this.createSortersCollection();c=true}a.add(b);if(c){this.onRemoteSortSet(a,this.getRemoteSort())}return a},filter:function(b,c,a){if(Ext.isString(b)){b={property:b,value:c}}this.suppressNextFilter=!!a;this.getFilters().add(b);this.suppressNextFilter=false},removeFilter:function(a,d){var c=this,b=c.getFilters();c.suppressNextFilter=!!d;if(a instanceof Ext.util.Filter){b.remove(a)}else{b.removeByKey(a)}c.suppressNextFilter=false},updateRemoteSort:function(a){this.onRemoteSortSet(this.getSorters(false),a)},updateRemoteFilter:function(a){this.onRemoteFilterSet(this.getFilters(false),a)},addFilter:function(b,a){this.suppressNextFilter=!!a;this.getFilters().add(b);this.suppressNextFilter=false},filterBy:function(b,a){this.getFilters().add({filterFn:b,scope:a||this})},clearFilter:function(c){var b=this,a=b.getFilters(false);if(!a||a.getCount()===0){return}b.suppressNextFilter=!!c;a.removeAll();b.suppressNextFilter=false},isFiltered:function(){return this.getFilters().getCount()>0},isSorted:function(){var a=this.getSorters(false);return !!(a&&a.length>0)||this.isGrouped()},addFieldTransform:function(e){if(e.getTransform()){return}var d=e.getProperty(),c=this.getModel(),a,b;if(c){a=c.getField(d);b=a?a.getSortType():null}if(b&&b!==Ext.identityFn){e.setTransform(b)}},beginUpdate:function(){if(!this.updating++){this.fireEvent("beginupdate")}},endUpdate:function(){if(this.updating&&!--this.updating){this.fireEvent("endupdate");this.onEndUpdate()}},getState:function(){var e=this,g=[],d=e.getFilters(),b=e.getGrouper(),h,c,a;e.getSorters().each(function(i){g[g.length]=i.getState();c=true});if(e.statefulFilters&&e.saveStatefulFilters){c=true;h=[];d.each(function(i){h[h.length]=i.getState()})}if(b){c=true}if(c){a={};if(g.length){a.sorters=g}if(h){a.filters=h}if(b){a.grouper=b.getState()}}return a},applyState:function(e){var c=this,b=e.sorters,a=e.filters,d=e.grouper;if(b){c.getSorters().replaceAll(b)}if(a){c.saveStatefulFilters=true;c.getFilters().replaceAll(a)}if(d){c.setGrouper(d)}},hasPendingLoad:Ext.emptyFn,isLoaded:Ext.emptyFn,isLoading:Ext.emptyFn,destroy:function(){var a=this;if(a.getStoreId()){Ext.data.StoreManager.unregister(a)}a.callParent();a.onDestroy()},sort:function(c,b,d){var a=this;if(arguments.length===0){if(a.getRemoteSort()){a.load()}else{a.forceLocalSort()}}else{a.getSorters().addSort(c,b,d)}},onBeforeCollectionSort:function(a,b){if(b){this.fireEvent("beforesort",this,b.getRange())}},onSorterEndUpdate:function(){var a=this,b;b=a.getSorters(false);if(a.settingGroups||!b){return}b=b.getRange();if(b.length){if(a.getRemoteSort()){a.load({callback:function(){a.fireEvent("sort",a,b)}})}else{a.fireEvent("datachanged",a);a.fireEvent("refresh",a);a.fireEvent("sort",a,b)}}else{a.fireEvent("sort",a,b)}},onFilterEndUpdate:function(){var b=this,a=b.suppressNextFilter;if(b.getRemoteFilter()){b.currentPage=1;if(!a){b.load()}}else{if(!a){b.fireEvent("datachanged",b);b.fireEvent("refresh",b)}}if(b.trackStateChanges){b.saveStatefulFilters=true}b.fireEvent("filterchange",b,b.getFilters().getRange())},updateGroupField:function(a){if(a){this.setGrouper({property:a,direction:this.getGroupDir()})}else{this.setGrouper(null)}},getGrouper:function(){return this.getData().getGrouper()},group:function(a,d){var b=this,c=b.getSorters(false),e=a||(c&&c.length);if(a&&typeof a==="string"){a={property:a,direction:d||b.getGroupDir()}}b.settingGroups=true;b.getData().setGrouper(a);delete b.settingGroups;if(e){if(b.getRemoteSort()){b.load({scope:b,callback:b.fireGroupChange})}else{b.fireEvent("datachanged",b);b.fireEvent("refresh",b);b.fireGroupChange()}}else{b.fireGroupChange()}},fireGroupChange:function(){if(!this.destroyed){this.fireEvent("groupchange",this,this.getGrouper())}},clearGrouping:function(){this.group(null)},getGroupField:function(){var a=this.getGrouper(),b="";if(a){b=a.getProperty()}return b},isGrouped:function(){return !!this.getGrouper()},applyGrouper:function(a){this.group(a);return this.getData().getGrouper()},getGroups:function(){return this.getData().getGroups()},onEndUpdate:Ext.emptyFn,privates:{loadsSynchronously:Ext.privateFn,onRemoteFilterSet:function(a,b){if(a){a[b?"on":"un"]("endupdate",this.onFilterEndUpdate,this)}},onRemoteSortSet:function(b,c){var a=this;if(b){b[c?"on":"un"]("endupdate",a.onSorterEndUpdate,a);a.getData()[c?"un":"on"]("beforesort",a.onBeforeCollectionSort,a)}}},deprecated:{5:{methods:{destroyStore:function(){this.destroy()}}}}},1,0,0,0,0,[[Ext.mixin.Observable.prototype.mixinId||Ext.mixin.Observable.$className,Ext.mixin.Observable],[Ext.mixin.Factoryable.prototype.mixinId||Ext.mixin.Factoryable.$className,Ext.mixin.Factoryable]],[Ext.data,"AbstractStore"],0));(Ext.cmd.derive("Ext.data.Error",Ext.Base,{isError:true,$configPrefixed:false,config:{field:null,message:""},constructor:function(a){this.initConfig(a);this.msg=this.message}},1,0,0,0,0,0,[Ext.data,"Error"],0));(Ext.cmd.derive("Ext.data.ErrorCollection",Ext.util.MixedCollection,{alternateClassName:"Ext.data.Errors",init:function(g){var k=this,h=g.fields,d=g.data,m,l,n,e,j,c,b,a;for(e=0,j=h.length;e]+>/gi,asText:function(a){return(a!=null)?String(a).replace(this.stripTagsRe,""):"\x00"},asUCText:function(a){return(a!=null)?String(a).toUpperCase().replace(this.stripTagsRe,""):"\x00"},asUCString:function(a){return(a!=null)?String(a).toUpperCase():"\x00"},asDate:function(a){if(!a){return 0}if(Ext.isDate(a)){return a.getTime()}return Date.parse(String(a))},asFloat:function(a){var b=parseFloat(String(a).replace(this.stripCommasRe,""));return isNaN(b)?0:b},asInt:function(a){var b=parseInt(String(a).replace(this.stripCommasRe,""),10);return isNaN(b)?0:b}},0,0,0,0,0,0,[Ext.data,"SortTypes"],0));(Ext.cmd.derive("Ext.data.validator.Validator",Ext.Base,{isValidator:true,type:"base",statics:{all:{},register:function(b,a){var c=this.all;c[b.toUpperCase()]=c[b.toLowerCase()]=c[b]=a.prototype}},onClassExtended:function(a,b){if(b.type){Ext.data.validator.Validator.register(b.type,a)}},constructor:function(a){if(typeof a==="function"){this.fnOnly=true;this.validate=a}else{this.initConfig(a)}},validate:function(){return true},clone:function(){var a=this;if(a.fnOnly){return new Ext.data.validator.Validator(a.validate)}return new a.self(a.getCurrentConfig())}},1,0,0,0,["data.validator.base"],[[Ext.mixin.Factoryable.prototype.mixinId||Ext.mixin.Factoryable.$className,Ext.mixin.Factoryable]],[Ext.data.validator,"Validator"],function(){this.register(this.prototype.type,this)}));(Ext.cmd.derive("Ext.data.field.Field",Ext.Base,{alternateClassName:"Ext.data.Field",aliasPrefix:"data.field.",type:"auto",factoryConfig:{defaultProperty:"name"},isDataField:true,isField:true,allowBlank:true,allowNull:false,critical:false,defaultInvalidMessage:"This field is invalid",defaultValue:undefined,definedBy:null,depends:null,dependents:null,mapping:null,name:null,ordinal:undefined,persist:null,reference:null,unique:false,rank:null,stripRe:/[\$,%]/g,calculated:false,evil:false,identifier:false,onClassExtended:function(c,e){var g=e.sortType,d=c.prototype,a=d.validators,b=e.validators;if(g&&Ext.isString(g)){d.sortType=Ext.data.SortTypes[g]}if(b){if(!Ext.isArray(b)){b=[b]}delete e.validators;if(a){b=a.concat(b)}d.validators=b}},argumentNamesRe:/^function\s*\(\s*([^,\)\s]+)/,calculateRe:/[^\.a-z0-9_]([a-z_][a-z_0-9]*)\.([a-z_][a-z_0-9]*)/gi,constructor:function(d){var l=this,n=l.calculateRe,h,o,m,i,c,a,j,b,k,e,g;if(d){if(Ext.isString(d)){l.name=d}else{g=d.validators;if(g){delete d.validators;l.instanceValidators=g}Ext.apply(l,d)}}if(!l.allowNull){l.allowNull=!!l.reference}h=l.calculate;c=l.depends;if(h){l.convert=l.doCalculate;if(!c){if(!(c=h.$depends)){a={};k=h.toString();h.$depends=c=[];j=l.argumentNamesRe.exec(k);b=j?j[1]:"data";while((j=n.exec(k))){if(b===j[1]&&!a[e=j[2]]){a[e]=1;c.push(e)}}}l.depends=c}}m=l.defaultValue;if(l.convert){l.calculated=o=l.convert.length>1;l.evil=o&&!c}if(l.persist===null){l.persist=!h}i=l.sortType;if(!l.sortType){l.sortType=Ext.data.SortTypes.none}else{if(Ext.isString(i)){l.sortType=Ext.data.SortTypes[i]}}if(c&&typeof c==="string"){l.depends=[c]}l.cloneDefaultValue=m!==undefined&&(Ext.isDate(m)||Ext.isArray(m)||Ext.isObject(m))},setModelValidators:function(a){this._validators=null;this.modelValidators=a},compileValidators:function(){var a=this;a._validators=[];a.constructValidators(a.validators);a.constructValidators(a.modelValidators);a.constructValidators(a.instanceValidators)},constructValidators:function(a){if(a){if(!(a instanceof Array)){a=[a]}var e=a.length,c=this._validators,b,d;for(b=0;b0){(n=x[C]).dirty=true;z=z?Math.min(z,n.rank):n.rank}if(!c||c.persist){if(o&&o.hasOwnProperty(J)){if(!p||j.isEqual(o[J],A)){delete o[J];H.dirty=-1}}else{if(p){if(!o){H.modified=o={}}H.dirty=true;o[J]=t}}}if(J===H.idField.name){D=true;y=t;u=A}}if(!z){break}c=m[z-1];c.dirty=false;if(G){delete e[g]}else{e=H._singleProp;G=true}g=c.name;e[g]=I[g];r=true;for(;z0;){b=(m=c[d]).name;if(!(b in j)){q=e[b];if(r&&m.serialize){q=m.serialize(q,k)}j[b]=q}}}if(l){k.getAssociatedData(j,a)}return j},getTransientFields:function(){var a=this.self,b=a.transientFields;if(!b){a.rankFields();b=a.transientFields}return b},isLoading:function(){return !!this.loadOperation},abort:function(){var a=this.loadOperation;if(a){a.abort()}},load:function(b){b=Ext.apply({},b);var g=this,e=b.scope||g,c=g.getProxy(),i=b.callback,a=g.loadOperation,h=g.getId(),d;if(a){d=a.extraCalls;if(!d){d=a.extraCalls=[]}d.push(b);return a}b.id=h;b.recordCreator=function(l,j,k){var m=g.session;if(k){k.recordCreator=m?m.recordCreator:null}g.set(l,g._commitOptions);return g};b.internalCallback=function(l){var p=l.wasSuccessful()&&l.getRecords().length>0,q=g.loadOperation,n=q.extraCalls,k=[g,l],o=[g,l,p],m,j;g.loadOperation=null;if(p){Ext.callback(b.success,e,k)}else{Ext.callback(b.failure,e,k)}Ext.callback(i,e,o);if(n){for(m=0,j=n.length;m0;){a=k[d];if(a in c){delete c[a];delete m[a]}}for(d=0,h=g.length;d=j.getTotal()){j.setConfig({success:false,records:[],total:0})}else{j.setRecords(Ext.Array.slice(d,b,b+e))}}g.setCompleted()}},clear:Ext.emptyFn},0,0,0,0,["proxy.memory"],0,[Ext.data.proxy,"Memory",Ext.data,"MemoryProxy"],0));(Ext.cmd.derive("Ext.data.ProxyStore",Ext.data.AbstractStore,{config:{model:undefined,fields:null,proxy:undefined,autoLoad:undefined,autoSync:false,batchUpdateMode:"operation",sortOnLoad:true,trackRemoved:true,asynchronousLoad:undefined},onClassExtended:function(b,d,a){var c=d.model,e;if(typeof c==="string"){e=a.onBeforeCreated;a.onBeforeCreated=function(){var h=this,g=arguments;Ext.require(c,function(){e.apply(h,g)})}}},implicitModel:"Ext.data.Model",autoSyncSuspended:0,constructor:function(a){var b=this;b.removed=[];Ext.data.AbstractStore.prototype.constructor.apply(this,arguments);if(b.getAsynchronousLoad()===false){b.flushLoad()}},applyAsynchronousLoad:function(a){if(a==null){a=!this.loadsSynchronously()}return a},updateAutoLoad:function(a){this.getData();if(a){this.load(Ext.isObject(a)?a:undefined)}},getTotalCount:function(){return this.totalCount||0},applyFields:function(a){if(a){this.createImplicitModel(a)}},applyModel:function(a){if(a){a=Ext.data.schema.Schema.lookupEntity(a)}else{this.getFields();a=this.getModel()||this.createImplicitModel()}return a},applyProxy:function(b){var a=this.getModel();if(b!==null){if(b){if(b.isProxy){b.setModel(a)}else{if(Ext.isString(b)){b={type:b,model:a}}else{if(!b.model){b=Ext.apply({model:a},b)}}b=Ext.createByAlias("proxy."+b.type,b);b.autoCreated=true}}else{if(a){b=a.getProxy()}}if(!b){b=Ext.createByAlias("proxy.memory");b.autoCreated=true}}return b},applyState:function(b){var a=this;Ext.data.AbstractStore.prototype.applyState.call(this,b);if(a.getAutoLoad()||a.isLoaded()){a.load()}},updateProxy:function(b,a){this.proxyListeners=Ext.destroy(this.proxyListeners)},updateTrackRemoved:function(a){this.cleanRemoved();this.removed=a?[]:null},onMetaChange:function(a,b){this.fireEvent("metachange",this,b)},create:function(e,c){var d=this,g=d.getModel(),a=new g(e),b;c=Ext.apply({},c);if(!c.records){c.records=[a]}c.internalScope=d;c.internalCallback=d.onProxyWrite;b=d.createOperation("create",c);return b.execute()},read:function(){return this.load.apply(this,arguments)},update:function(b){var c=this,a;b=Ext.apply({},b);if(!b.records){b.records=c.getUpdatedRecords()}b.internalScope=c;b.internalCallback=c.onProxyWrite;a=c.createOperation("update",b);return a.execute()},onProxyWrite:function(b){var c=this,d=b.wasSuccessful(),a=b.getRecords();switch(b.getAction()){case"create":c.onCreateRecords(a,b,d);break;case"update":c.onUpdateRecords(a,b,d);break;case"destroy":c.onDestroyRecords(a,b,d);break}if(d){c.fireEvent("write",c,b);c.fireEvent("datachanged",c)}},onCreateRecords:Ext.emptyFn,onUpdateRecords:Ext.emptyFn,onDestroyRecords:function(b,a,c){if(c){this.cleanRemoved()}},erase:function(b){var c=this,a;b=Ext.apply({},b);if(!b.records){b.records=c.getRemovedRecords()}b.internalScope=c;b.internalCallback=c.onProxyWrite;a=c.createOperation("destroy",b);return a.execute()},onBatchOperationComplete:function(b,a){return this.onProxyWrite(a)},onBatchComplete:function(c,a){var g=this,b=c.operations,e=b.length,d;if(g.batchUpdateMode!=="operation"){g.suspendEvents();for(d=0;d0){b.create=g;h=true}if(d.length>0){b.update=d;h=true}if(a.length>0){b.destroy=a;h=true}if(h&&e.fireEvent("beforesync",b)!==false){e.isSyncing=true;c=c||{};e.proxy.batch(Ext.apply(c,{operations:b,listeners:e.getBatchListeners()}))}return e},getBatchListeners:function(){var b=this,a={scope:b,exception:b.onBatchException,complete:b.onBatchComplete};if(b.batchUpdateMode==="operation"){a.operationcomplete=b.onBatchOperationComplete}return a},save:function(){return this.sync.apply(this,arguments)},load:function(a){var b=this;if(typeof a==="function"){a={callback:a}}else{a=a?Ext.Object.chain(a):{}}b.pendingLoadOptions=a;if(b.getAsynchronousLoad()){if(!b.loadTimer){b.loadTimer=Ext.asap(b.flushLoad,b)}}else{b.flushLoad()}return b},flushLoad:function(){var c=this,b=c.pendingLoadOptions,a;c.clearLoadTask();if(!b){return}c.setLoadOptions(b);if(c.getRemoteSort()&&b.sorters){c.fireEvent("beforesort",c,b.sorters)}a=Ext.apply({internalScope:c,internalCallback:c.onProxyLoad,scope:c},b);c.lastOptions=a;a=c.createOperation("read",a);if(c.fireEvent("beforeload",c,a)!==false){c.onBeforeLoad(a);c.loading=true;a.execute()}},reload:function(a){var b=Ext.apply({},a,this.lastOptions);return this.load(b)},onEndUpdate:function(){var a=this;if(a.needsSync&&a.autoSync&&!a.autoSyncSuspended){a.sync()}},afterReject:function(a){var b=this;if(b.contains(a)){b.onUpdate(a,Ext.data.Model.REJECT,null);b.fireEvent("update",b,a,Ext.data.Model.REJECT,null)}},afterCommit:function(a,c){var b=this;if(!c){c=null}if(b.contains(a)){b.onUpdate(a,Ext.data.Model.COMMIT,c);b.fireEvent("update",b,a,Ext.data.Model.COMMIT,c)}},afterErase:function(a){this.onErase(a)},onErase:Ext.emptyFn,onUpdate:Ext.emptyFn,onDestroy:function(){var b=this,a=b.getProxy();b.clearLoadTask();b.getData().destroy();b.data=null;b.setProxy(null);if(a.autoCreated){a.destroy()}b.setModel(null)},hasPendingLoad:function(){return !!this.pendingLoadOptions||this.isLoading()},isLoading:function(){return !!this.loading},isLoaded:function(){return this.loadCount>0},suspendAutoSync:function(){++this.autoSyncSuspended},resumeAutoSync:function(b){var a=this;if(a.autoSyncSuspended&&!--a.autoSyncSuspended){if(b){a.sync()}}},removeAll:Ext.emptyFn,clearData:Ext.emptyFn,privates:{getRawRemovedRecords:function(){return this.removed},onExtraParamsChanged:function(){},clearLoadTask:function(){Ext.asapCancel(this.loadTimer);this.pendingLoadOptions=this.loadTimer=null},cleanRemoved:function(){var c=this.getRawRemovedRecords(),a,b;if(c){for(b=0,a=c.length;b-1},each:function(e,d){var g=this.data.items,a=g.length,b,c;for(c=0;c0){if(l){j=0;if(a.length>1&&k){j=1}u[g]=a[j].getProperty();u[o]=a[j].getDirection()}else{u[g]=v.encodeSorters(a)}}if(q&&n&&n.length>0){u[q]=v.encodeFilters(n)}return u},buildUrl:function(c){var b=this,a=b.getUrl(c);if(b.getNoCache()){a=Ext.urlAppend(a,Ext.String.format("{0}={1}",b.getCacheString(),Ext.Date.now()))}return a},getUrl:function(b){var a;if(b){a=b.getUrl()||this.getApi()[b.getAction()]}return a?a:(arguments.callee.$previous||Ext.data.proxy.Proxy.prototype.getUrl).call(this)},doRequest:function(a){},afterRequest:Ext.emptyFn,destroy:function(){Ext.data.proxy.Proxy.prototype.destroy.call(this);Ext.destroy(this.getReader(),this.getWriter());this.reader=this.writer=null}},0,0,0,0,["proxy.server"],0,[Ext.data.proxy,"Server",Ext.data,"ServerProxy"],0));(Ext.cmd.derive("Ext.data.proxy.Ajax",Ext.data.proxy.Server,{alternateClassName:["Ext.data.HttpProxy","Ext.data.AjaxProxy"],isAjaxProxy:true,defaultActionMethods:{create:"POST",read:"GET",update:"POST",destroy:"POST"},config:{binary:false,headers:undefined,paramsAsJson:false,withCredentials:false,useDefaultXhrHeader:true,username:null,password:null,actionMethods:{create:"POST",read:"GET",update:"POST",destroy:"POST"}},doRequest:function(a){var d=this,e=d.getWriter(),c=d.buildRequest(a),h=d.getMethod(c),b,g;if(e&&a.allowWrite()){c=e.write(c)}c.setConfig({binary:d.getBinary(),headers:d.getHeaders(),timeout:d.getTimeout(),scope:d,callback:d.createRequestCallback(c,a),method:h,useDefaultXhrHeader:d.getUseDefaultXhrHeader(),disableCaching:false});if(h.toUpperCase()!=="GET"&&d.getParamsAsJson()){g=c.getParams();if(g){b=c.getJsonData();if(b){b=Ext.Object.merge({},b,g)}else{b=g}c.setJsonData(b);c.setParams(undefined)}}if(d.getWithCredentials()){c.setWithCredentials(true);c.setUsername(d.getUsername());c.setPassword(d.getPassword())}return d.sendRequest(c)},sendRequest:function(a){a.setRawRequest(Ext.Ajax.request(a.getCurrentConfig()));this.lastRequest=a;return a},abort:function(a){a=a||this.lastRequest;if(a){Ext.Ajax.abort(a.getRawRequest())}},getMethod:function(a){var c=this.getActionMethods(),b=a.getAction(),d;if(c){d=c[b]}return d||this.defaultActionMethods[b]},createRequestCallback:function(c,a){var b=this;return function(e,g,d){if(c===b.lastRequest){b.lastRequest=null}b.processResponse(g,a,c,d)}},destroy:function(){this.lastRequest=null;Ext.data.proxy.Server.prototype.destroy.call(this)}},0,0,0,0,["proxy.ajax"],0,[Ext.data.proxy,"Ajax",Ext.data,"HttpProxy",Ext.data,"AjaxProxy"],0));(Ext.cmd.derive("Ext.data.reader.Json",Ext.data.reader.Reader,{alternateClassName:"Ext.data.JsonReader",config:{record:null,metaProperty:"metaData",useSimpleAccessors:false,preserveRawData:false},updateRootProperty:function(){this.forceBuildExtractors()},updateMetaProperty:function(){this.forceBuildExtractors()},readRecords:function(d,c,a){var b=this,e;if(b.getMeta){e=b.getMeta(d);if(e){b.onMetaChange(e)}}else{if(d.metaData){b.onMetaChange(d.metaData)}}return Ext.data.reader.Reader.prototype.readRecords.call(this,d,c,a)},getResponseData:function(a){var b;try{return Ext.decode(a.responseText)}catch(c){b=this.createReadError(c.message);Ext.Logger.warn("Unable to parse the JSON returned by the server");this.fireEvent("exception",this,a,b);return b}},buildExtractors:function(){var c=this,a,b;if(Ext.data.reader.Reader.prototype.buildExtractors.apply(this,arguments)){a=c.getMetaProperty();b=c.getRootProperty();if(b){c.getRoot=c.getAccessor(b)}else{c.getRoot=Ext.identityFn}if(a){c.getMeta=c.getAccessor(a)}}},extractData:function(a,e){var g=this.getRecord(),d=[],c,b;if(g){c=a.length;if(!c&&Ext.isObject(a)){c=1;a=[a]}for(b=0;b1||(q&&!o)){d+=m}else{if(l){s=false;if(p){++q}else{if(o){--q;s=true}}if(d){if(s){d="["+d+"]"}else{d="."+d}k+=d;g.push(""+k);d=""}}}}u=g.join(" && ");u=Ext.functionFactory("raw","return "+u)}return u}}()),createFieldAccessor:function(e){var b=this,a=e.mapping,c=a||a===0,d=c?a:e.name;if(c){if(typeof d==="function"){return function(g){return e.mapping(g,b)}}else{return b.createAccessor(d)}}},getAccessorKey:function(b){var a=this.getUseSimpleAccessors()?"simple":"";return this.$className+a+b},privates:{copyFrom:function(a){Ext.data.reader.Reader.prototype.copyFrom.call(this,a);this.getRoot=a.getRoot}}},0,0,0,0,["reader.json"],0,[Ext.data.reader,"Json",Ext.data,"JsonReader"],0));(Ext.cmd.derive("Ext.data.writer.Json",Ext.data.writer.Writer,{alternateClassName:"Ext.data.JsonWriter",config:{rootProperty:undefined,encode:false,allowSingle:true,expandData:false},getExpandedData:function(d){var b=d.length,e=0,k,a,g,c,h,l=function(i,j){var m={};m[i]=j;return m};for(;e0){h=k[a];for(;c>0;c--){h=l(g[c],h)}k[g[0]]=k[g[0]]||{};Ext.Object.merge(k[g[0]],h);delete k[a]}}}}return d},writeRecords:function(e,g){var d=this,a=d.getRootProperty(),c,h,b;if(d.getExpandData()){g=d.getExpandedData(g)}if(d.getAllowSingle()&&g.length===1){g=g[0];h=true}b=this.getTransform();if(b){g=b(g,e)}if(d.getEncode()){if(a){e.setParam(a,Ext.encode(g))}else{}}else{if(h||(g&&g.length)){c=e.getJsonData()||{};if(a){c[a]=g}else{c=g}e.setJsonData(c)}}return e}},0,0,0,0,["writer.json"],0,[Ext.data.writer,"Json",Ext.data,"JsonWriter"],0));(Ext.cmd.derive("Ext.util.Group",Ext.util.Collection,{config:{groupKey:null},$endUpdatePriority:2001},0,0,0,0,0,0,[Ext.util,"Group"],0));(Ext.cmd.derive("Ext.util.SorterCollection",Ext.util.Collection,{isSorterCollection:true,$sortable:null,sortFn:null,config:{sorterOptionsFn:null,sorterOptionsScope:null},constructor:function(a){var b=this;b.sortFn=Ext.util.Sorter.createComparator(b);Ext.util.Collection.prototype.constructor.call(this,a);b.setDecoder(b.decodeSorter)},addSort:function(j,i,c){var h=this,d,e,b,l,a,k,g;if(!j){h.beginUpdate();h.endUpdate()}else{l=h.getOptions();if(j instanceof Array){g=j;c=i;i=null}else{if(Ext.isString(j)){if(!(k=h.get(j))){g=[{property:j,direction:i||l.getDefaultSortDirection()}]}else{g=[k]}}else{if(Ext.isFunction(j)){g=[{sorterFn:j,direction:i||l.getDefaultSortDirection()}]}else{g=[j];c=i;i=null}}}c=h._sortModes[c||"replace"];a=h.getAt(0);d=h.length;e=c.append?d:0;h.beginUpdate();h.splice(e,c.replace?d:0,g);if(c.multi){d=h.length;b=l.getMultiSortLimit();if(d>b){h.removeAt(b,d)}}if(k&&i){k.setDirection(i)}else{if(e===0&&a&&a===h.getAt(0)){a.toggle()}}h.endUpdate()}},clear:function(){this.beginUpdate();Ext.util.Collection.prototype.clear.call(this);this.endUpdate(this.items)},getSortFn:function(){return this.sortFn},getByProperty:function(e){var b=this.items,a=b.length,c,d;for(c=0;cd+1||!Ext.isIterable(e)){e=Ext.Array.slice(h,d)}var l=k.items,g=e.length,c=[],b,m,a,o,j;for(b=0;b0;){m=l[a];if(m.getSorterFn()===o){c.push(m)}}}}}}e=c;e.$cloned=true}return e},getOptions:function(){return this.$sortable||this}},1,0,0,0,0,0,[Ext.util,"SorterCollection"],0));(Ext.cmd.derive("Ext.util.FilterCollection",Ext.util.Collection,{isFilterCollection:true,$filterable:null,filterFn:null,constructor:function(a){var b=this;b.filterFn=Ext.util.Filter.createFilterFn(b);Ext.util.Collection.prototype.constructor.call(this,a);b.setDecoder(b.decodeFilter)},filterData:function(a){return this.filtered?Ext.Array.filter(a,this.filterFn):a},getFilterFn:function(){return this.filterFn},isItemFiltered:function(a){return !this.filterFn(a)},decodeFilter:function(c){var b=this.getOptions(),a=b.getRootProperty(),d;if(c.isFilter){if(!c.getRoot()){c.setRoot(a)}}else{d={root:a};if(Ext.isFunction(c)){d.filterFn=c}else{d=Ext.apply(d,c);if(d.fn){d.filterFn=d.fn;delete d.fn}if(Ext.util.Filter.isInvalid(d)){return false}}c=new Ext.util.Filter(d)}return c},decodeRemoveItems:function(p,k){var r=this,l=(k===undefined)?p:p[k];if(!l.$cloned){if(p.length>k+1||!Ext.isIterable(l)){l=Ext.Array.slice(p,k)}var e=r.items,o=l.length,h=[],b,g,c,m,a,s,j,d,q;for(g=0;g0;){s=e[d];j=false;if(a){j=s.getProperty()===b}else{if(c){j=s.getFilterFn()===b}else{if(m){j=s.getProperty()===b.property&&s.getValue()===b.value}}}if(j){h.push(s)}}}}l=h;l.$cloned=true}return l},getOptions:function(){return this.$filterable||this}},1,0,0,0,0,0,[Ext.util,"FilterCollection"],0));(Ext.cmd.derive("Ext.util.GroupCollection",Ext.util.Collection,{isGroupCollection:true,config:{grouper:null,itemRoot:null},observerPriority:-100,onCollectionAdd:function(b,a){this.addItemsToGroups(b,a.items)},onCollectionBeforeItemChange:function(b,a){this.changeDetails=a},onCollectionBeginUpdate:function(){this.beginUpdate()},onCollectionEndUpdate:function(){this.endUpdate()},onCollectionItemChange:function(c,a){var b=a.item;if(!a.indexChanged){this.syncItemGrouping(c,b,c.getKey(b),a.oldKey,a.oldIndex)}this.changeDetails=null},onCollectionRefresh:function(a){this.removeAll();this.addItemsToGroups(a,a.items)},onCollectionRemove:function(a,b){var h=this,l=h.changeDetails,g,j,k,e,c,d,m;if(l){m=l.item;k=h.findGroupForItem(m);g=[];if(k){g.push({group:k,items:[m]})}}else{g=h.groupItems(a,b.items,false)}for(e=0,c=g.length;e0&&a.getSorters().getCount()===0){d=a.indexOf(o.items[0]);if(b-1){a=[b];g=1}else{g=0}}else{a=[];for(d=0,g=b.length;d=0;d--){b=k[d];b.reject();if(!h){j.insert(b.removedFrom||0,b)}}if(h){c.setAutoSort(e);j.add(k)}k.length=0}j.endUpdate();Ext.resumeLayouts(true)},onDestroy:function(){var b=this,a=b.loadTask,d=b.getData(),c=d.getSource();b.clearData();Ext.data.ProxyStore.prototype.onDestroy.call(this);b.setSession(null);b.observers=null;if(a){a.cancel();b.loadTask=null}if(c){c.destroy()}},privates:{fetch:function(b){b=Ext.apply({},b);this.setLoadOptions(b);var a=this.createOperation("read",b);a.execute()},onBeforeLoad:function(a){this.callObservers("BeforeLoad",[a])},onRemoteFilterSet:function(a,b){if(a){this.getData().setFilters(b?null:a)}Ext.data.ProxyStore.prototype.onRemoteFilterSet.call(this,a,b)},onRemoteSortSet:function(b,c){var a=this.getData();if(b){a.setSorters(c?null:b)}a.setAutoGroup(!c);Ext.data.ProxyStore.prototype.onRemoteSortSet.call(this,b,c)},isMoving:function(c,e){var g=this.moveMap,b=0,a,d;if(g){if(c){if(Ext.isArray(c)){for(d=0,a=c.length;d-1}}}return a}},1,0,0,0,0,0,[Ext.app.domain,"Store"],0));(Ext.cmd.derive("Ext.app.route.Queue",Ext.Base,{queue:null,token:null,constructor:function(a){Ext.apply(this,a);this.queue=new Ext.util.MixedCollection()},queueAction:function(a,b){this.queue.add({route:a,args:b})},clearQueue:function(){this.queue.removeAll()},runQueue:function(){var a=this.queue,c=a.removeAt(0),b;if(c){b=c&&c.route;b.execute(this.token,c.args,this.onActionExecute,this)}},onActionExecute:function(a){if(a){this.clearQueue()}else{this.runQueue()}}},1,0,0,0,0,0,[Ext.app.route,"Queue"],0));(Ext.cmd.derive("Ext.app.route.Route",Ext.Base,{action:null,conditions:null,controller:null,allowInactive:false,url:null,before:null,caseInsensitive:false,matcherRegex:null,paramMatchingRegex:null,paramsInMatchString:null,constructor:function(b){var c=this,a;Ext.apply(c,b,{conditions:{}});a=c.url;c.paramMatchingRegex=new RegExp(/:([0-9A-Za-z\_]*)/g);c.paramsInMatchString=a.match(c.paramMatchingRegex)||[];c.matcherRegex=c.createMatcherRegex(a)},recognize:function(c){var d=this,a=d.controller,e,b;if((d.allowInactive||a.isActive())&&d.recognizes(c)){e=d.matchesFor(c);b=c.match(d.matcherRegex);b.shift();return Ext.applyIf(e,{controller:a,action:d.action,historyUrl:c,args:b})}return false},recognizes:function(a){return this.matcherRegex.test(a)},execute:function(c,h,i,d){var b=h.args||[],g=this.before,a=this.controller,e=this.createCallback(h,i,d);if(g){b.push(e);if(Ext.isString(g)){g=this.before=a[g]}if(g){g.apply(a,b)}}else{e.resume()}},matchesFor:function(c){var g={},e=this.paramsInMatchString,b=c.match(this.matcherRegex),d=0,a=e.length;b.shift();for(;d0){a=c.substring(0,b);h=c.substring(b+1)+"."+a}else{if(c.indexOf(".")>0&&(Ext.ClassManager.isCreated(c)||this.hasRegisteredPrefix(c))){h=c}else{if(e){h=e+"."+g+"."+(d?d+"."+c:c);a=c}else{h=c}}}return{absoluteName:h,shortName:a}},hasRegisteredPrefix:function(a){var c=Ext.ClassManager,b=c.getPrefix(a);return b&&b!==a}},models:null,views:null,stores:null,controllers:null,config:{application:null,refs:null,active:true,moduleClassName:null},onClassExtended:function(b,c,a){var d=a.onBeforeCreated;a.onBeforeCreated=function(e,j){var k=Ext.app.Controller,h=[],g,i;i=e.prototype;g=k.resolveNamespace(e,j);if(g){i.$namespace=g}k.processDependencies(i,h,g,"model",j.models);k.processDependencies(i,h,g,"view",j.views);k.processDependencies(i,h,g,"store",j.stores);k.processDependencies(i,h,g,"controller",j.controllers);Ext.require(h,Ext.Function.pass(d,arguments,this))}},constructor:function(a){this.initAutoGetters();Ext.app.BaseController.prototype.constructor.apply(this,arguments)},normalizeRefs:function(b){var c=this,a=[];if(b){if(Ext.isObject(b)){Ext.Object.each(b,function(d,e){if(Ext.isString(e)){e={selector:e}}e.ref=d;a.push(e)})}else{if(Ext.isArray(b)){a=Ext.Array.merge(a,b)}}}b=c.refs;if(b){c.refs=null;b=c.normalizeRefs(b);if(b){a=Ext.Array.merge(a,b)}}return a},getRefMap:function(){var g=this,c=g._refMap,a,e,d,b;if(!c){a=g.getRefs();c=g._refMap={};if(a){for(b=0,d=a.length;b0){c=a[e];d.map[d.getKey(c)]=e}++d.generation}}},1,0,0,0,0,0,[Ext.util,"Bag"],0));(Ext.cmd.derive("Ext.util.Scheduler",Ext.Base,{busyCounter:0,lastBusyCounter:0,destroyed:false,firing:null,notifyIndex:-1,nextId:0,orderedItems:null,passes:0,scheduledCount:0,validIdRe:null,config:{cycleLimit:5,preSort:null,tickDelay:5},suspendOnNotify:true,constructor:function(a){this.mixins.observable.constructor.call(this,a);this.items=new Ext.util.Bag()},destroy:function(){var a=this,b=a.timer;if(b){window.clearTimeout(b);a.timer=null}a.items.destroy();a.items=a.orderedItems=null;a.callParent()},add:function(c){var b=this,a=b.items;if(a===b.firing){b.items=a=a.clone()}c.id=c.id||++b.nextId;c.scheduler=b;a.add(c);if(!b.sortMap){b.orderedItems=null}},remove:function(c){var b=this,a=b.items;if(b.destroyed){return}if(a===b.firing){b.items=a=a.clone()}if(c.scheduled){b.unscheduleItem(c);c.scheduled=false}a.remove(c);b.orderedItems=null},sort:function(){var d=this,a=d.items,e={},g=d.getPreSort(),b,c;d.orderedItems=[];d.sortMap=e;if(g){a.sort(g)}a=a.items;for(b=0;b0;){e[b].stub=c}}return c},isDescendantOf:function(b){for(var a=this;a=a.parent;){if(a===b){return true}}return false},onSchedule:function(){for(var b,a,d,e,c=this.parent;c;c=c.parent){e=c.bindings;if(e){for(b=0,a=e.length;b "+a.binding.getFullName()+")")},getDataObject:function(){var a=this.binding;return a&&a.getDataObject()},getRawValue:function(){var a=this.binding;return a&&a.getRawValue()},getValue:function(){var a=this.binding;return a&&a.getValue()},getTargetStub:function(){var a=this.binding;return a&&a.stub},isLoading:function(){var a=this.binding;return a?a.isLoading():false},link:function(d,b){var a=this,c=a.binding;if(c){c.destroy()}b=a.target=b||a.owner;a.linkDescriptor=d;a.binding=b.bind(d,a.onChange,a);a.binding.deep=true},onChange:function(){this.invalidate(true)},react:function(){var b=this,a=b.owner.linkData;a[b.name]=b.getValue();Ext.app.bind.Stub.prototype.react.call(this)},privates:{collect:function(){var b=this,a=Ext.app.bind.Stub.prototype.collect.call(this),c=b.binding?1:0;return a+c},sort:function(){var a=this.binding;if(a){this.scheduler.sortItem(a)}}}},0,0,0,0,0,0,[Ext.app.bind,"LinkStub"],0));(Ext.cmd.derive("Ext.app.bind.RootStub",Ext.app.bind.AbstractStub,{isRootStub:true,depth:0,createRootChild:function(a,e){var j=this,b=j.owner,g=b.getData(),c=j.children,i=c&&c[a],h=i?null:j,k,d;if(e||g.hasOwnProperty(a)||!(k=b.getParent())){d=new Ext.app.bind.Stub(b,a,h)}else{d=new Ext.app.bind.LinkStub(b,a,i?null:h);d.link("{"+a+"}",k)}if(i){i.graft(d)}return d},createStubChild:function(a){return this.createRootChild(a,true)},descend:function(g,c){var e=this,d=e.children,h=c||0,b=g[h++],a=(d&&d[b])||e.createRootChild(b);if(h0;){if(b[a].isLoading()){return true}}return false},isBindingStatic:function(a){return a.isTemplateBinding&&a.isStatic},isStatic:function(){var d=this.bindings,a=d.length,b,c;for(b=0;b-1}}}}return a}},1,0,0,0,0,0,[Ext.app.domain,"Controller"],0));(Ext.cmd.derive("Ext.direct.Manager",Ext.Base,{singleton:true,exceptions:{TRANSPORT:"xhr",PARSE:"parse",DATA:"data",LOGIN:"login",SERVER:"exception"},providerClasses:{},remotingMethods:{},config:{varName:"Ext.REMOTING_API"},apiNotFoundError:"Ext Direct API was not found at {0}",constructor:function(){var a=this;a.mixins.observable.constructor.call(a);a.transactions=new Ext.util.MixedCollection();a.providers=new Ext.util.MixedCollection()},addProvider:function(g){var d=this,b=arguments,e=d.relayers||(d.relayers={}),c,a;if(b.length>1){for(c=0,a=b.length;c0},connect:function(){var a=this;if(a.subscribers===0){a.doConnect();a.fireEventArgs("connect",[a])}a.subscribers++},doConnect:Ext.emptyFn,disconnect:function(b){var a=this;if(a.subscribers>0){if(b){a.subscribers=0}else{a.subscribers--}if(a.subscribers===0){a.doDisconnect();a.fireEventArgs("disconnect",[a])}}},doDisconnect:Ext.emptyFn,inheritableStatics:{checkConfig:Ext.returnFalse},onClassExtended:function(b,c,a){if(c.type){Ext.direct.Manager.addProviderClass(c.type,b)}}},1,0,0,0,["direct.provider"],[[Ext.mixin.Observable.prototype.mixinId||Ext.mixin.Observable.$className,Ext.mixin.Observable]],[Ext.direct,"Provider"],0));(Ext.cmd.derive("Ext.app.domain.Direct",Ext.app.EventDomain,{singleton:true,type:"direct",idProperty:"id",constructor:function(){var a=this;a.callParent();a.monitor(Ext.direct.Provider)}},1,0,0,0,0,0,[Ext.app.domain,"Direct"],0));(Ext.cmd.derive("Ext.data.PageMap",Ext.util.LruCache,{config:{store:null,pageSize:0,rootProperty:""},clear:function(a){var b=this;b.pageMapGeneration=(b.pageMapGeneration||0)+1;b.indexMap={};Ext.util.LruCache.prototype.clear.call(this,a)},forEach:function(l,n){var h=this,d=Ext.Object.getKeys(h.map),a=d.length,k=h.getPageSize(),c,b,m,g,e;for(c=0;cb},hasPage:function(a){return !!this.get(a)},peekPage:function(a){return this.map[a]},getAt:function(a){return this.getRange(a,a+1)[0]},getRange:function(a,b){b--;if(!this.hasRange(a,b)){Ext.raise("PageMap asked for range which it does not have")}var h=this,d=Ext.Array,i=h.getPageSize(),l=h.getPageFromRecordIndex(a),e=h.getPageFromRecordIndex(b),c=(l-1)*i,n=(e*i)-1,j=l,o=[],m,g,k;for(;j<=e;j++){if(j===l){m=a-c;k=m>0}else{m=0;k=false}if(j===e){g=i-(n-b);k=k||g=o){b=o-1;j=Math.max(b-i,0)}if(h.rangeCached(j,Math.min(b,h.totalCount))){h.loading=false;e.un("pageadd",a);c=e.getRange(j,b+1);h.fireEvent("load",h,c,true);h.fireEvent("refresh",h)}};l=Math.ceil((h.getLeadingBufferZone()+h.getTrailingBufferZone())/2);if(h.lastRequestStart&&h.preserveScrollOnReload){j=h.lastRequestStart;b=h.lastRequestEnd;k=h.getTotalCount()}else{j=n.start||0;b=j+(n.count||h.getPageSize())-1}e.clear(true);delete h.totalCount;j=Math.max(j-l,0);b=Math.min(b+l,k);g=h.getPageFromRecordIndex(j);m=h.getPageFromRecordIndex(b);h.loading=true;n.waitForReload=a;e.on("pageadd",a);for(d=g;d<=m;d++){h.prefetchPage(d,n)}},filter:function(){Ext.data.ProxyStore.prototype.filter.apply(this,arguments)},filterBy:function(b,a){},loadData:function(b,a){},loadPage:function(c,a){var b=this;a=a||{};a.page=b.currentPage=c;a.start=(c-1)*b.getPageSize();a.limit=b.getViewSize()||b.getDefaultViewSize();a.loadCallback=a.callback;a.callback=null;return b.loadToPrefetch(a)},clearData:function(c){var a=this,b=a.getData();if(b){b.clear()}},getCount:function(){return this.totalCount||0},getRange:function(d,h,m){var l=this,e=l.totalCount-1,g=l.lastRequestStart,n=[],i=l.getData(),c,k,b,a,j;m=Ext.apply({prefetchStart:d,prefetchEnd:h},m);h=(h>=l.totalCount)?e:h;k=d===0?0:d-1;b=h===e?h:h+1;l.lastRequestStart=d;l.lastRequestEnd=h;if(l.rangeCached(k,b)){l.onRangeAvailable(m);n=i.getRange(d,h+1)}else{l.fireEvent("cachemiss",l,d,h);a=l.getPageFromRecordIndex(k);j=l.getPageFromRecordIndex(b);c=function(o,q,p){if(q>=a&&q<=j&&l.rangeCached(k,b)){l.fireEvent("cachefilled",l,d,h);i.un("pageadd",c);l.onRangeAvailable(m)}};i.on("pageadd",c);l.prefetchRange(d,h)}l.primeCache(d,h,d-1},indexOf:function(a){return this.getData().indexOf(a)},indexOfId:function(a){return this.indexOf(this.getById(a))},group:function(b,d){var c=this,a;if(b&&typeof b==="string"){a=c.grouper;if(!a){c.grouper=new Ext.util.Grouper({property:b,direction:d||"ASC",root:"data"})}else{if(d===undefined){a.toggle()}else{a.setDirection(d)}}}else{c.grouper=b?c.getSorters().decodeSorter(b,"Ext.util.Grouper"):null}c.getData().clear();c.loadPage(1,{callback:function(){c.fireEvent("groupchange",c,c.getGrouper())}})},getPageFromRecordIndex:function(a){return Math.floor(a/this.getPageSize())+1},calculatePageCacheSize:function(a){var c=this,b=c.getPurgePageCount();return b?Math.max(c.getData().getMaxSize()||0,Math.ceil((a+c.getTrailingBufferZone()+c.getLeadingBufferZone())/c.getPageSize())*2+b):0},loadToPrefetch:function(s){var m=this,c=s,h,b,o,n=s.start,a=s.start+s.limit-1,r=(m.getViewSize()||s.limit),j=Math.min(a,s.start+r-1),k=m.getPageFromRecordIndex(Math.max(n-m.getTrailingBufferZone(),0)),q=m.getPageFromRecordIndex(a+m.getLeadingBufferZone()),g=m.getData(),l=function(){b=b||[];if(s.loadCallback){s.loadCallback.call(s.scope||m,b,e,true)}if(s.callback){s.callback.call(s.scope||m,b,n||0,a||0,s)}},p=function(){m.fireEvent("datachanged",m);m.fireEvent("refresh",m);m.fireEvent("load",m,b,true)},d=function(){if(m.rangeCached(n,j)){m.loading=false;b=g.getRange(n,j+1);g.un("pageadd",d);if(m.hasListeners.guaranteedrange){m.guaranteeRange(n,j,s.callback,s.scope)}l();p()}},e;g.setMaxSize(m.calculatePageCacheSize(r));if(m.fireEvent("beforeload",m,s)!==false){delete m.totalCount;m.loading=true;if(s.callback){c=Ext.apply({},s);delete c.callback}m.on("prefetch",function(t,i,v,u){e=u;if(v){if((o=m.getTotalCount())){g.on("pageadd",d);j=Math.min(j,o-1);q=m.getPageFromRecordIndex(Math.min(j+m.getLeadingBufferZone(),o-1));for(h=k+1;h<=q;++h){m.prefetchPage(h,c)}}else{l();p()}}else{m.loading=false;l();m.fireEvent("load",m,i,false)}},null,{single:true});m.prefetchPage(k,c)}},prefetch:function(d){var e=this,b=e.getPageSize(),g=e.getData(),c,a;if(b){if(e.lastPageSize&&b!=e.lastPageSize){Ext.raise("pageSize cannot be dynamically altered")}if(!g.getPageSize()){g.setPageSize(b)}}else{e.pageSize=g.setPageSize(b=d.limit)}e.lastPageSize=b;if(!d.page){d.page=e.getPageFromRecordIndex(d.start);d.start=(d.page-1)*b;d.limit=Math.ceil(d.limit/b)*b}a=e.pageRequests[d.page];if(!a||a.getOperation().pageMapGeneration!==g.pageMapGeneration){d=Ext.apply({action:"read",filters:e.getFilters().items,sorters:e.getSorters().items,grouper:e.getGrouper(),internalCallback:e.onProxyPrefetch,internalScope:e},d);c=e.createOperation("read",d);c.pageMapGeneration=g.pageMapGeneration;if(e.fireEvent("beforeprefetch",e,c)!==false){e.pageRequests[d.page]=c.execute();if(e.getProxy().isSynchronous){delete e.pageRequests[d.page]}}}return e},onPageMapClear:function(){var c=this,b=c.wasLoading,a=c.pageRequests,e=c.getData(),d;e.clearListeners();e.on("clear",c.onPageMapClear,c);c.relayEvents(e,["beforepageremove","pageadd","pageremove"]);c.loading=true;c.totalCount=0;for(d in a){if(a.hasOwnProperty(d)){a[d].getOperation().abort()}}c.fireEvent("clear",c);c.loading=b},prefetchPage:function(e,b){var d=this,a=d.getPageSize(),g=(e-1)*a,c=d.totalCount;if(c!==undefined&&d.data.getCount()===c){return}d.prefetch(Ext.applyIf({page:e,start:g,limit:a},b))},onProxyPrefetch:function(d){if(this.destroyed){return}var i=this,j=d.getResultSet(),c=d.getRecords(),g=d.wasSuccessful(),h=d.getPage(),b=d.waitForReload,l=i.totalCount,a=i.pageRequests,k,e;if(d.pageMapGeneration===i.getData().pageMapGeneration){if(j){i.totalCount=j.getTotal();if(i.totalCount!==l){i.fireEvent("totalcountchange",i.totalCount)}}if(h!==undefined){delete i.pageRequests[h]}i.loading=false;i.fireEvent("prefetch",i,c,g,d);if(g){if(i.totalCount===0){if(b){for(k in a){e=a[k].getOperation();if(e.waitForReload===b){delete e.waitForReload}}i.getData().un("pageadd",b);i.fireEvent("load",i,[],true);i.fireEvent("refresh",i)}}else{i.cachePage(c,d.getPage())}}Ext.callback(d.getCallback(),d.getScope()||i,[c,d,g])}},cachePage:function(b,e){var d=this,a=b.length,c;if(!Ext.isDefined(d.totalCount)){d.totalCount=b.length;d.fireEvent("totalcountchange",d.totalCount)}for(c=0;cb-1)?b-1:d.prefetchEnd,c;a=Math.max(0,a);c=e.getData().getRange(g,a+1);if(d.fireEvent!==false){e.fireEvent("guaranteedrange",c,g,a,d)}if(d.callback){d.callback.call(d.scope||e,c,g,a,d)}},guaranteeRange:function(e,a,d,c,b){b=Ext.apply({callback:d,scope:c},b);this.getRange(e,a+1,b)},prefetchRange:function(h,b){var d=this,c,a,g,e=d.getData();if(!d.rangeCached(h,b)){c=d.getPageFromRecordIndex(h);a=d.getPageFromRecordIndex(b);e.setMaxSize(d.calculatePageCacheSize(b-h+1));for(g=c;g<=a;g++){if(!d.pageCached(g)){d.prefetchPage(g)}}}},primeCache:function(i,c,h){var g=this,e=g.getLeadingBufferZone(),d=g.getTrailingBufferZone(),b=g.getPageSize(),a=g.totalCount;if(h===-1){i=Math.max(i-e,0);c=Math.min(c+d,a-1)}else{if(h===1){i=Math.max(Math.min(i-d,a-b),0);c=Math.min(c+e,a-1)}else{i=Math.min(Math.max(Math.floor(i-((e+d)/2)),0),a-g.pageSize);c=Math.min(Math.max(Math.ceil(c+((e+d)/2)),0),a-1)}}g.prefetchRange(i,c)},sort:function(b,a,c){if(arguments.length===0){this.clearAndLoad()}else{this.getSorters().addSort(b,a,c)}},onSorterEndUpdate:function(){var a=this,b=a.getSorters().getRange();if(b.length){a.fireEvent("beforesort",a,b);a.clearAndLoad({callback:function(){a.fireEvent("sort",a,b)}})}else{a.fireEvent("sort",a,b)}},clearAndLoad:function(a){this.getData().clear();this.loadPage(1,a)},privates:{isLast:function(a){return this.indexOf(a)===this.getTotalCount()-1},isMoving:function(){return false}}},0,0,0,0,["store.buffered"],0,[Ext.data,"BufferedStore"],0));(Ext.cmd.derive("Ext.data.proxy.Direct",Ext.data.proxy.Server,{alternateClassName:"Ext.data.DirectProxy",config:{paramOrder:undefined,paramsAsHash:true,directFn:undefined,api:undefined,metadata:undefined},paramOrderRe:/[\s,|]/,applyParamOrder:function(a){if(Ext.isString(a)){a=a.split(this.paramOrderRe)}return a},updateApi:function(){this.methodsResolved=false},updateDirectFn:function(){this.methodsResolved=false},resolveMethods:function(){var d=this,c=d.getDirectFn(),b=d.getApi(),a=Ext.direct.Manager,e;if(c){d.setDirectFn(e=a.parseMethod(c));if(!Ext.isFunction(e)){Ext.raise("Cannot resolve directFn "+c)}}if(b){for(c in b){if(b.hasOwnProperty(c)){e=b[c];b[c]=a.parseMethod(e);if(!Ext.isFunction(b[c])){Ext.raise("Cannot resolve Direct api "+c+" method "+e)}}}}d.methodsResolved=true},doRequest:function(d){var i=this,a,e,c,b,h,g,j,k;if(!i.methodsResolved){i.resolveMethods()}e=i.buildRequest(d);c=e.getAction();g=i.getApi();if(g){j=g[c]}j=j||i.getDirectFn();a=i.getWriter();if(a&&d.allowWrite()){e=a.write(e)}if(c==="read"){b=e.getParams()}else{b=e.getJsonData()}h=j.directCfg.method.getArgs({params:b,paramOrder:i.getParamOrder(),paramsAsHash:i.getParamsAsHash(),metadata:i.getMetadata(),callback:i.createRequestCallback(e,d),scope:i});e.setConfig({args:h,directFn:j});j.apply(window,h);return e},applyEncoding:Ext.identityFn,createRequestCallback:function(c,a){var b=this;return function(e,d){b.processResponse(d.status,a,c,d)}},extractResponseData:function(a){return Ext.isDefined(a.result)?a.result:a.data},setException:function(b,a){b.setException(a.message)},buildUrl:function(){return""}},0,0,0,0,["proxy.direct"],0,[Ext.data.proxy,"Direct",Ext.data,"DirectProxy"],0));(Ext.cmd.derive("Ext.data.DirectStore",Ext.data.Store,{constructor:function(a){a=Ext.apply({},a);if(!a.proxy){var b={type:"direct",reader:{type:"json"}};Ext.copyTo(b,a,"paramOrder,paramsAsHash,directFn,api,simpleSortMode,extraParams");Ext.copyTo(b.reader,a,"totalProperty,root,rootProperty,idProperty");a.proxy=b}Ext.data.Store.prototype.constructor.call(this,a)}},1,0,0,0,["store.direct"],0,[Ext.data,"DirectStore"],0));(Ext.cmd.derive("Ext.data.JsonP",Ext.Base,{singleton:true,requestCount:0,requests:{},timeout:30000,disableCaching:true,disableCachingParam:"_dc",callbackKey:"callback",request:function(n){n=Ext.apply({},n);var j=this,d=Ext.isDefined(n.disableCaching)?n.disableCaching:j.disableCaching,h=n.disableCachingParam||j.disableCachingParam,c=++j.requestCount,l=n.callbackName||"callback"+c,i=n.callbackKey||j.callbackKey,m=Ext.isDefined(n.timeout)?n.timeout:j.timeout,e=Ext.apply({},n.params),b=n.url,a=Ext.name,g,k;if(d&&!e[h]){e[h]=Ext.Date.now()}n.params=e;e[i]=a+".data.JsonP."+l;k=j.createScript(b,e,n);j.requests[c]=g={url:b,params:e,script:k,id:c,scope:n.scope,success:n.success,failure:n.failure,callback:n.callback,callbackKey:i,callbackName:l};if(m>0){g.timeout=Ext.defer(j.handleTimeout,m,j,[g])}j.setupErrorHandling(g);j[l]=Ext.bind(j.handleResponse,j,[g],true);j.loadScript(g);return g},abort:function(c){var b=this,d=b.requests,a;if(c){if(!c.id){c=d[c]}b.handleAbort(c)}else{for(a in d){if(d.hasOwnProperty(a)){b.abort(d[a])}}}},setupErrorHandling:function(a){a.script.onerror=Ext.bind(this.handleError,this,[a])},handleAbort:function(a){a.errorType="abort";this.handleResponse(null,a)},handleError:function(a){a.errorType="error";this.handleResponse(null,a)},cleanupErrorHandling:function(a){a.script.onerror=null},handleTimeout:function(a){a.errorType="timeout";this.handleResponse(null,a)},handleResponse:function(b,c){var d=true,a=Ext.GlobalEvents;if(c.timeout){clearTimeout(c.timeout)}delete this[c.callbackName];delete this.requests[c.id];this.cleanupErrorHandling(c);Ext.fly(c.script).destroy();if(c.errorType){d=false;Ext.callback(c.failure,c.scope,[c.errorType])}else{Ext.callback(c.success,c.scope,[b])}Ext.callback(c.callback,c.scope,[d,b,c.errorType]);if(a.hasListeners.idle){a.fireEvent("idle")}},createScript:function(c,d,b){var a=document.createElement("script");a.setAttribute("src",Ext.urlAppend(c,Ext.Object.toQueryString(d)));a.setAttribute("async",true);a.setAttribute("type","text/javascript");return a},loadScript:function(a){Ext.getHead().appendChild(a.script)}},0,0,0,0,0,0,[Ext.data,"JsonP"],0));(Ext.cmd.derive("Ext.data.proxy.JsonP",Ext.data.proxy.Server,{alternateClassName:"Ext.data.ScriptTagProxy",config:{callbackKey:"callback",recordParam:"records",autoAppendParams:true},doRequest:function(a){var c=this,b=c.buildRequest(a),d=b.getParams();b.setConfig({callbackKey:c.callbackKey,timeout:c.timeout,scope:c,disableCaching:false,callback:c.createRequestCallback(b,a)});if(c.getAutoAppendParams()){b.setParams({})}b.setRawRequest(Ext.data.JsonP.request(b.getCurrentConfig()));b.setParams(d);c.lastRequest=b;return b},createRequestCallback:function(c,a){var b=this;return function(g,d,e){if(c===b.lastRequest){b.lastRequest=null}b.processResponse(g,a,c,d)}},setException:function(b,a){b.setException(b.getRequest().getRawRequest().errorType)},buildUrl:function(h){var k=this,a=Ext.data.proxy.Server.prototype.buildUrl.apply(this,arguments),d=h.getRecords(),e=k.getWriter(),g,c,b,j,l;if(e&&h.getOperation().allowWrite()){h=e.write(h)}g=h.getParams();c=g.filters;delete g.filters;if(c&&c.length){for(j=0;j0&&(!e||!e.getEncode())){g[k.getRecordParam()]=k.encodeRecords(d)}if(k.getAutoAppendParams()){a=Ext.urlAppend(a,Ext.Object.toQueryString(g))}return a},abort:function(a){a=a||this.lastRequest;if(a){Ext.data.JsonP.abort(a.getRawRequest())}},encodeRecords:function(b){var d=[],c=0,a=b.length;for(;c0},isExpandable:function(){var c=this;if(c.get("expandable")){return !(c.isLeaf()||(c.isLoaded()&&!c.phantom&&!c.hasChildNodes()))}return false},triggerUIUpdate:function(){this.callJoined("afterEdit",[])},appendChild:function(g,o,h){var m=this,j,l,k,n,c,q={isLast:true,parentId:m.getId(),depth:(m.data.depth||0)+1},p,e=m.getTreeStore(),d=e&&e.bulkUpdate;Ext.suspendLayouts();if(Ext.isArray(g)){l=g.length;p=new Array(l);m.callTreeStore("beginFill");for(j=0;j0){if(!m){m=j.getTreeStore().getSortFn()}Ext.Array.sort(k,m);j.setFirstChild(k[0]);j.setLastChild(k[h-1]);for(g=0;g0){d.children=h=[];for(g=0;g1&&!g.getRemoteSort()&&g.getFolderSort()||e.length,l,j,d,k;if(g.needsLocalFilter()){k=g.getFilters().getFilterFn();c[0].set("visible",k(c[0]))}for(d=1;d")}else{k.push(">");if((j=q.tpl)){j.applyOut(q.tplData,k)}if((j=q.html)){k.push(j)}if((j=q.cn||q.children)){p.generateMarkup(j,k)}l=p.closeTags;k.push(l[r]||(l[r]=""))}}}return k},generateStyles:function(n,k,m){var j=k||[],l,o;for(l in n){if(n.hasOwnProperty(l)){o=n[l];l=this.decamelizeName(l);if(m&&Ext.String.hasHtmlCharacters(o)){o=Ext.String.htmlEncode(o)}j.push(l,":",o,";")}}return k||j.join("")},markup:function(j){if(typeof j==="string"){return j}var k=this.generateMarkup(j,[]);return k.join("")},applyStyles:function(j,k){Ext.fly(j).applyStyles(k)},createContextualFragment:function(k){var n=this.detachedDiv,j=document.createDocumentFragment(),l,m;n.innerHTML=k;m=n.childNodes;l=m.length;while(l--){j.appendChild(m[0])}return j},createDom:function(m,j){var l=this,k=l.markup(m),p=l.detachedDiv,n;p.innerHTML=k;n=p.firstChild;return Ext.supports.ChildContentClearedWhenSettingInnerHTML?n.cloneNode(true):n},insertHtml:function(m,j,n){var r=this,k,o,l,q,s;m=m.toLowerCase();if(j.insertAdjacentHTML){if(r.ieInsertHtml){s=r.ieInsertHtml(m,j,n);if(s){return s}}k=b[m];if(k){j.insertAdjacentHTML(k[0],n);return j[k[1]]}}else{if(j.nodeType===3){m=m===a?h:m;m=m===d?g:m}o=Ext.supports.CreateContextualFragment?j.ownerDocument.createRange():undefined;q="setStart"+(this.endRe.test(m)?"After":"Before");if(c[m]){if(o){o[q](j);s=o.createContextualFragment(n)}else{s=this.createContextualFragment(n)}j.parentNode.insertBefore(s,m===h?j:j.nextSibling);return j[(m===h?"previous":"next")+"Sibling"]}else{l=(m===a?"first":"last")+"Child";if(j.firstChild){if(o){try{o[q](j[l]);s=o.createContextualFragment(n)}catch(p){s=this.createContextualFragment(n)}}else{s=this.createContextualFragment(n)}if(m===a){j.insertBefore(s,j.firstChild)}else{j.appendChild(s)}}else{j.innerHTML=n}return j[l]}}},insertBefore:function(j,l,k){return this.doInsert(j,l,k,h)},insertAfter:function(j,l,k){return this.doInsert(j,l,k,g)},insertFirst:function(j,l,k){return this.doInsert(j,l,k,a)},append:function(j,l,k){return this.doInsert(j,l,k,d)},overwrite:function(l,k,n){var m=this,j;l=Ext.getDom(l);k=m.markup(k);if(m.ieOverwrite){j=m.ieOverwrite(l,k)}if(!j){l.innerHTML=k;j=l.firstChild}return n?Ext.get(j):j},doInsert:function(l,p,n,j){var m=this,k;l=l.dom||Ext.getDom(l);if("innerHTML" in l){k=m.insertHtml(j,l,m.markup(p))}else{k=m.createDom(p,null);if(l.nodeType===3){j=j===a?h:j;j=j===d?g:j}if(c[j]){l.parentNode.insertBefore(k,j===h?l:l.nextSibling)}else{if(l.firstChild&&j===a){l.insertBefore(k,l.firstChild)}else{l.appendChild(k)}}}return n?Ext.get(k):k},createTemplate:function(k){var j=this.markup(k);return new Ext.Template(j)},createHtml:function(j){return this.markup(j)}}},0,0,0,0,0,0,[Ext.dom,"Helper",Ext,"DomHelper",Ext.core,"DomHelper"],0));Ext.define("Ext.overrides.dom.Helper",(function(){var c=/^(?:table|thead|tbody|tr|td)$/i,h=/td|tr|tbody|thead/i,g="",i="
    ",b=g+"",e=""+i,a=b+"",d=""+e;return{override:"Ext.dom.Helper",ieInsertHtml:function(j,l,k){var m=null;if(Ext.isIE9m&&c.test(l.tagName)){m=this.insertIntoTable(l.tagName.toLowerCase(),j,l,k)}return m},ieOverwrite:function(k,j){if(Ext.isIE9m&&c.test(k.tagName)){while(k.firstChild){k.removeChild(k.firstChild)}if(j){return this.insertHtml("afterbegin",k,j)}}},ieTable:function(p,k,q,o){var l=-1,n=this.detachedDiv,m,j;n.innerHTML=[k,q,o].join("");while(++ltext";return d.children&&(d.children.length===0)})(),nonSpace=/\S/,trimRe=/^\s+|\s+$/g,tplRe=/\{(\d+)\}/g,modeRe=/^(\s?[\/>+~]\s?|\s|$)/,tagTokenRe=/^(#)?([\w\-\*\|\\]+)/,nthRe=/(\d*)n\+?(\d*)/,nthRe2=/\D/,startIdRe=/^\s*#/,isIE=window.ActiveXObject?true:false,key=30803,longHex=/\\([0-9a-fA-F]{6})/g,shortHex=/\\([0-9a-fA-F]{1,6})\s{0,1}/g,nonHex=/\\([^0-9a-fA-F]{1})/g,escapes=/\\/g,num,hasEscapes,supportsColonNsSeparator=(function(){var xmlDoc,xmlString='';if(window.DOMParser){xmlDoc=(new DOMParser()).parseFromString(xmlString,"application/xml")}else{xmlDoc=new ActiveXObject("Microsoft.XMLDOM");xmlDoc.loadXML(xmlString)}return !!xmlDoc.getElementsByTagName("a:b").length})(),longHexToChar=function($0,$1){return String.fromCharCode(parseInt($1,16))},shortToLongHex=function($0,$1){while($1.length<6){$1="0"+$1}return"\\"+$1},charToLongHex=function($0,$1){num=$1.charCodeAt(0).toString(16);if(num.length===1){num="0"+num}return"\\0000"+num},unescapeCssSelector=function(selector){return(hasEscapes)?selector.replace(longHex,longHexToChar):selector},setupEscapes=function(path){hasEscapes=(path.indexOf("\\")>-1);if(hasEscapes){path=path.replace(shortHex,shortToLongHex).replace(nonHex,charToLongHex).replace(escapes,"\\\\")}return path};eval("var batch = 30803, child, next, prev, byClassName;");child=useChildrenCollection?function child(parent,index){return parent.children[index]}:function child(parent,index){var i=0,n=parent.firstChild;while(n){if(n.nodeType==1){if(++i==index){return n}}n=n.nextSibling}return null};next=useElementPointer?function(n){return n.nextElementSibling}:function(n){while((n=n.nextSibling)&&n.nodeType!=1){}return n};prev=useElementPointer?function(n){return n.previousElementSibling}:function(n){while((n=n.previousSibling)&&n.nodeType!=1){}return n};function children(parent){var n=parent.firstChild,nodeIndex=-1,nextNode;while(n){nextNode=n.nextSibling;if(n.nodeType==3&&!nonSpace.test(n.nodeValue)){parent.removeChild(n)}else{n.nodeIndex=++nodeIndex}n=nextNode}return this}byClassName=useClassList?function(nodeSet,cls){cls=unescapeCssSelector(cls);if(!cls){return nodeSet}var result=[],ri=-1,i,ci,classList;for(i=0;ci=nodeSet[i];i++){classList=ci.classList;if(classList){if(classList.contains(cls)){result[++ri]=ci}}else{if((" "+ci.className+" ").indexOf(cls)!==-1){result[++ri]=ci}}}return result}:function(nodeSet,cls){cls=unescapeCssSelector(cls);if(!cls){return nodeSet}var result=[],ri=-1,i,ci;for(i=0;ci=nodeSet[i];i++){if((" "+ci.className+" ").indexOf(cls)!==-1){result[++ri]=ci}}return result};function attrValue(n,attr){if(!n.tagName&&typeof n.length!="undefined"){n=n[0]}if(!n){return null}if(attr=="for"){return n.htmlFor}if(attr=="class"||attr=="className"){return n.className}return n.getAttribute(attr)||n[attr]}function getNodes(ns,mode,tagName){var result=[],ri=-1,cs,i,ni,j,ci,cn,utag,n,cj;if(!ns){return result}tagName=tagName.replace("|",":")||"*";if(typeof ns.getElementsByTagName!="undefined"){ns=[ns]}if(!mode){tagName=unescapeCssSelector(tagName);if(!supportsColonNsSeparator&&DQ.isXml(ns[0])&&tagName.indexOf(":")!==-1){for(i=0;ni=ns[i];i++){cs=ni.getElementsByTagName(tagName.split(":").pop());for(j=0;ci=cs[j];j++){if(ci.tagName===tagName){result[++ri]=ci}}}}else{for(i=0;ni=ns[i];i++){cs=ni.getElementsByTagName(tagName);for(j=0;ci=cs[j];j++){result[++ri]=ci}}}}else{if(mode=="/"||mode==">"){utag=tagName.toUpperCase();for(i=0;ni=ns[i];i++){cn=ni.childNodes;for(j=0;cj=cn[j];j++){if(cj.nodeName==utag||cj.nodeName==tagName||tagName=="*"){result[++ri]=cj}}}}else{if(mode=="+"){utag=tagName.toUpperCase();for(i=0;n=ns[i];i++){while((n=n.nextSibling)&&n.nodeType!=1){}if(n&&(n.nodeName==utag||n.nodeName==tagName||tagName=="*")){result[++ri]=n}}}else{if(mode=="~"){utag=tagName.toUpperCase();for(i=0;n=ns[i];i++){while((n=n.nextSibling)){if(n.nodeName==utag||n.nodeName==tagName||tagName=="*"){result[++ri]=n}}}}}}}return result}function concat(a,b){a.push.apply(a,b);return a}function byTag(cs,tagName){if(cs.tagName||cs===doc){cs=[cs]}if(!tagName){return cs}var result=[],ri=-1,i,ci;tagName=tagName.toLowerCase();for(i=0;ci=cs[i];i++){if(ci.nodeType==1&&ci.tagName.toLowerCase()==tagName){result[++ri]=ci}}return result}function byId(cs,id){id=unescapeCssSelector(id);if(cs.tagName||cs===doc){cs=[cs]}if(!id){return cs}var result=[],ri=-1,i,ci;for(i=0;ci=cs[i];i++){if(ci&&ci.id==id){result[++ri]=ci;return result}}return result}function byAttribute(cs,attr,value,op,custom){var result=[],ri=-1,useGetStyle=custom=="{",fn=DQ.operators[op],a,xml,hasXml,i,ci;value=unescapeCssSelector(value);for(i=0;ci=cs[i];i++){if(ci.nodeType===1){if(!hasXml){xml=DQ.isXml(ci);hasXml=true}if(!xml){if(useGetStyle){a=DQ.getStyle(ci,attr)}else{if(attr=="class"||attr=="className"){a=ci.className}else{if(attr=="for"){a=ci.htmlFor}else{if(attr=="href"){a=ci.getAttribute("href",2)}else{a=ci.getAttribute(attr)}}}}}else{a=ci.getAttribute(attr)}if((fn&&fn(a,value))||(!fn&&a)){result[++ri]=ci}}}return result}function byPseudo(cs,name,value){value=unescapeCssSelector(value);return DQ.pseudos[name](cs,value)}function nodupIEXml(cs){var d=++key,r,i,len,c;cs[0].setAttribute("_nodup",d);r=[cs[0]];for(i=1,len=cs.length;i1){return nodup(results)}return results},isXml:function(el){var docEl=(el?el.ownerDocument||el:0).documentElement;return docEl?docEl.nodeName!=="HTML":false},select:doc.querySelectorAll?function(path,root,type,single){root=root||doc;if(!DQ.isXml(root)){try{if(root.parentNode&&(root.nodeType!==9)&&path.indexOf(",")===-1&&!startIdRe.test(path)){path=Ext.makeIdSelector(Ext.id(root))+" "+path;root=root.parentNode}return single?[root.querySelector(path)]:Ext.Array.toArray(root.querySelectorAll(path))}catch(e){}}return DQ.jsSelect.call(this,path,root,type)}:function(path,root,type){return DQ.jsSelect.call(this,path,root,type)},selectNode:function(path,root){return Ext.DomQuery.select(path,root,null,true)[0]},selectValue:function(path,root,defaultValue){path=path.replace(trimRe,"");var query=valueCache.get(path),n,v;if(!query){query=DQ.compile(path,"select");valueCache.add(path,query)}else{setupEscapes(path)}n=query(root);return DQ.getNodeValue(n[0]||n,defaultValue)},getNodeValue:function(node,defaultValue){if(typeof node.normalize=="function"){node.normalize()}var firstChild=node&&node.firstChild,v=firstChild?firstChild.nodeValue:null;if(defaultValue!==undefined&&(v==null||v==="")){v=defaultValue}return v},selectNumber:function(path,root,defaultValue){var v=DQ.selectValue(path,root,defaultValue||0);return parseFloat(v)},is:function(el,ss){if(typeof el=="string"){el=doc.getElementById(el)}var isArray=Ext.isArray(el),result=DQ.filter(isArray?el:[el],ss);return isArray?(result.length==el.length):(result.length>0)},filter:function(els,ss,nonMatches){ss=ss.replace(trimRe,"");var query=simpleCache.get(ss),result;if(!query){query=DQ.compile(ss,"simple");simpleCache.add(ss,query)}else{setupEscapes(ss)}result=query(els);return nonMatches?quickDiff(result,els):result},matchers:[{re:/^\.([\w\-\\]+)/,select:useClassList?'n = byClassName(n, "{1}");':'n = byClassName(n, " {1} ");'},{re:/^\:([\w\-]+)(?:\(((?:[^\s>\/]*|.*?))\))?/,select:'n = byPseudo(n, "{1}", "{2}");'},{re:/^(?:([\[\{])(?:@)?([\w\-]+)\s?(?:(=|.=)\s?['"]?(.*?)["']?)?[\]\}])/,select:'n = byAttribute(n, "{2}", "{4}", "{3}", "{1}");'},{re:/^#([\w\-\\]+)/,select:'n = byId(n, "{1}");'},{re:/^@([\w\-\.]+)/,select:'return {firstChild:{nodeValue:attrValue(n, "{1}")}};'}],pseudos:{"first-child":function(c){var r=[],ri=-1,n,i,ci;for(i=0;(ci=n=c[i]);i++){while((n=n.previousSibling)&&n.nodeType!=1){}if(!n){r[++ri]=ci}}return r},"last-child":function(c){var r=[],ri=-1,n,i,ci;for(i=0;(ci=n=c[i]);i++){while((n=n.nextSibling)&&n.nodeType!=1){}if(!n){r[++ri]=ci}}return r},"nth-child":function(c,a){var r=[],ri=-1,m=nthRe.exec(a=="even"&&"2n"||a=="odd"&&"2n+1"||!nthRe2.test(a)&&"n+"+a||a),f=(m[1]||1)-0,l=m[2]-0,i,n,j,cn,pn;for(i=0;n=c[i];i++){pn=n.parentNode;if(batch!=pn._batch){j=0;for(cn=pn.firstChild;cn;cn=cn.nextSibling){if(cn.nodeType==1){cn.nodeIndex=++j}}pn._batch=batch}if(f==1){if(l===0||n.nodeIndex==l){r[++ri]=n}}else{if((n.nodeIndex+l)%f===0){r[++ri]=n}}}return r},"only-child":function(c){var r=[],ri=-1,i,ci;for(i=0;ci=c[i];i++){if(!prev(ci)&&!next(ci)){r[++ri]=ci}}return r},empty:function(c){var r=[],ri=-1,i,ci,cns,j,cn,empty;for(i=0;ci=c[i];i++){cns=ci.childNodes;j=0;empty=true;while(cn=cns[j]){++j;if(cn.nodeType==1||cn.nodeType==3){empty=false;break}}if(empty){r[++ri]=ci}}return r},contains:function(c,v){var r=[],ri=-1,i,ci;for(i=0;ci=c[i];i++){if((ci.textContent||ci.innerText||ci.text||"").indexOf(v)!=-1){r[++ri]=ci}}return r},nodeValue:function(c,v){var r=[],ri=-1,i,ci;for(i=0;ci=c[i];i++){if(ci.firstChild&&ci.firstChild.nodeValue==v){r[++ri]=ci}}return r},checked:function(c){var r=[],ri=-1,i,ci;for(i=0;ci=c[i];i++){if(ci.checked===true){r[++ri]=ci}}return r},not:function(c,ss){return DQ.filter(c,ss,true)},any:function(c,selectors){var ss=selectors.split("|"),r=[],ri=-1,s,i,ci,j;for(i=0;ci=c[i];i++){for(j=0;s=ss[j];j++){if(DQ.is(ci,s)){r[++ri]=ci;break}}}return r},odd:function(c){return this["nth-child"](c,"odd")},even:function(c){return this["nth-child"](c,"even")},nth:function(c,a){return c[a-1]||[]},first:function(c){return c[0]||[]},last:function(c){return c[c.length-1]||[]},has:function(c,ss){var s=DQ.select,r=[],ri=-1,i,ci;for(i=0;ci=c[i];i++){if(s(ss,ci).length>0){r[++ri]=ci}}return r},next:function(c,ss){var is=DQ.is,r=[],ri=-1,i,ci,n;for(i=0;ci=c[i];i++){n=next(ci);if(n&&is(n,ss)){r[++ri]=ci}}return r},prev:function(c,ss){var is=DQ.is,r=[],ri=-1,i,ci,n;for(i=0;ci=c[i];i++){n=prev(ci);if(n&&is(n,ss)){r[++ri]=ci}}return r},focusable:function(candidates){var len=candidates.length,results=[],i=0,c;for(;i0||s.left>0){r[++ri]=ci}}return r}}}},0,0,0,0,0,0,[Ext.dom,"Query",Ext.core,"DomQuery",Ext,"DomQuery"],function(){this._init()}));(Ext.cmd.derive("Ext.data.reader.Xml",Ext.data.reader.Reader,{alternateClassName:"Ext.data.XmlReader",config:{record:"",namespace:""},createAccessor:function(a){if(Ext.isEmpty(a)){return Ext.emptyFn}if(Ext.isFunction(a)){return a}return function(b){return this.getNodeValue(Ext.DomQuery.selectNode(a,b))}},getNodeValue:function(a){if(a){if(typeof a.normalize==="function"){a.normalize()}a=a.firstChild;if(a){return a.nodeValue}}return undefined},getResponseData:function(a){var c=a.responseXML,b="XML data not found in the response";if(!c){Ext.Logger.warn(b);return this.createReadError(b)}return c},getData:function(a){return a.documentElement||a},getRoot:function(b){var c=b.nodeName,a=this.getRootProperty();if(!a||(c&&c==a)){return b}else{if(Ext.DomQuery.isXml(b)){return Ext.DomQuery.selectNode(a,b)}}},extractData:function(a,b){var c=this.getRecord();if(c!==a.nodeName){a=Ext.DomQuery.select(c,a)}else{a=[a]}return Ext.data.reader.Reader.prototype.extractData.call(this,a,b)},readRecords:function(c,b,a){if(Ext.isArray(c)){c=c[0]}return Ext.data.reader.Reader.prototype.readRecords.call(this,c,b,a)},createFieldAccessor:function(e){var d=this,c=d.getNamespace(),b,a;b=e.mapping||((c?c+"|":"")+e.name);if(typeof b==="function"){a=function(g){return e.mapping(g,d)}}else{a=function(g){return d.getNodeValue(Ext.DomQuery.selectNode(b,g))}}return a},deprecated:{"5.1.1":{properties:{xmlData:null}}}},0,0,0,0,["reader.xml"],0,[Ext.data.reader,"Xml",Ext.data,"XmlReader"],0));(Ext.cmd.derive("Ext.data.writer.Xml",Ext.data.writer.Writer,{alternateClassName:"Ext.data.XmlWriter",config:{documentRoot:"xmlData",defaultDocumentRoot:"xmlData",header:"",record:"record"},selectorRe:/[^>\s]+/g,writeRecords:function(b,c){var j=this,g=[],d=0,h=c.length,l=j.getDocumentRoot(),k=j.getRecord(),e=k.match(this.selectorRe),m=e.length,n=c.length!==1&&m===1,a;a=this.getTransform();if(a){c=a(c,b)}g.push(j.getHeader()||"");if(!l&&n){l=j.getDefaultDocumentRoot()}if(l){g.push("<",l,">")}for(d=0;d")}k=e[d];for(d=0;d-1;d--){g.push("")}if(l){g.push("")}b.setXmlData(g.join(""));return b},objectToElement:function(b,e,g){var p,m,h=[],d,c,k,j,l,a,n;if(!g){g=[]}g.push("<",b);for(p in e){m=e[p];if(p[0]==="@"){g.push(" ",p.substr(1),'="',m,'"')}else{if(typeof m==="object"){this.objectToElement(p,m,h)}else{d=p.match(this.selectorRe);if((c=d.length)>1){l=l||{};for(j=l,k=0;k",m,"")}}}}g.push(">");g.push.apply(g,h);if(l){for(p in l){m=l[p];this.objectToElement(p,m,g)}}g.push("");return g}},0,0,0,0,["writer.xml"],0,[Ext.data.writer,"Xml",Ext.data,"XmlWriter"],0));(Ext.cmd.derive("Ext.data.XmlStore",Ext.data.Store,{constructor:function(a){a=Ext.apply({proxy:{type:"ajax",reader:"xml",writer:"xml"}},a);Ext.data.Store.prototype.constructor.call(this,a)}},1,0,0,0,["store.xml"],0,[Ext.data,"XmlStore"],0));(Ext.cmd.derive("Ext.data.identifier.Negative",Ext.data.identifier.Sequential,{config:{increment:-1,seed:-1}},0,0,0,0,["data.identifier.negative"],0,[Ext.data.identifier,"Negative"],0));(Ext.cmd.derive("Ext.data.identifier.Uuid",Ext.data.identifier.Generator,{isUnique:true,config:{id:null},constructor:function(a){Ext.data.identifier.Generator.prototype.constructor.call(this,a);this.reconfigure(a)},reconfigure:function(b){var a=this.self;this.generate=(b&&b.version===1)?a.createSequential(b.salt,b.timestamp,b.clockSeq):a.createRandom()},clone:null,statics:{createRandom:function(){var c="xxxxxxxx-xxxx-4xxx-Rxxx-xMxxxxxxxxxx".split(""),b="0123456789abcdef".split(""),a=c.length,d=[];return function(){for(var g,h,e=0;em){l=l.substring(l.length-m)}else{if(l.length>>8)&63),2)+a(e&255,2);g[4]=a(c,4)+a(i,8);return function(){g[0]=a(j,8);g[1]=a(d&65535,4);g[2]=a(((d>>>16)&4095)|(1<<12),4);++j;if(j>=k){j=0;++d}return g.join("-")}}}},1,0,0,0,["data.identifier.uuid"],0,[Ext.data.identifier,"Uuid"],function(){this.Global=new this({id:"uuid"})}));(Ext.cmd.derive("Ext.data.proxy.WebStorage",Ext.data.proxy.Client,{alternateClassName:"Ext.data.WebStorageProxy",config:{id:undefined},constructor:function(a){Ext.data.proxy.Client.prototype.constructor.apply(this,arguments);this.cache={};this.initialize()},create:function(e){var k=this,d=e.getRecords(),c=d.length,a=k.getIds(),b,h,g,j;if(k.isHierarchical===undefined){k.isHierarchical=!!d[0].isNode;if(k.isHierarchical){k.getStorageObject().setItem(k.getTreeKey(),true)}}for(g=0;gb){h=e._bothMsg}}else{if(c){if(gb){h=e._maxMsg}}}}return h},validateValue:function(a){if(a===undefined||a===null){return this.getEmptyMessage()}return true},getValue:Ext.identityFn},1,0,0,0,["data.validator.bound"],0,[Ext.data.validator,"Bound"],0));(Ext.cmd.derive("Ext.data.validator.Format",Ext.data.validator.Validator,{type:"format",config:{message:"Is in the wrong format",matcher:undefined},validate:function(b){var c=this.getMatcher(),a=c&&c.test(b);return a?a:this.getMessage()}},0,0,0,0,["data.validator.format"],0,[Ext.data.validator,"Format"],0));(Ext.cmd.derive("Ext.data.validator.Email",Ext.data.validator.Format,{type:"email",config:{message:"Is not a valid email address",matcher:/^(")?(?:[^\."])(?:(?:[\.])?(?:[\w\-!#$%&'*+\/=?\^_`{|}~]))*\1@(\w[\-\w]*\.){1,5}([A-Za-z]){2,6}$/}},0,0,0,0,["data.validator.email"],0,[Ext.data.validator,"Email"],0));(Ext.cmd.derive("Ext.data.validator.List",Ext.data.validator.Validator,{type:"list",config:{list:null},inclusion:null,validate:function(c){var b=Ext.Array.contains(this.getList(),c),e=this.inclusion,d=!e,a;a=(e&&b)||(d&&!b);return a||this.getMessage()}},0,0,0,0,["data.validator.list"],0,[Ext.data.validator,"List"],0));(Ext.cmd.derive("Ext.data.validator.Exclusion",Ext.data.validator.List,{type:"exclusion",config:{message:"Is a value that has been excluded"},inclusion:false},0,0,0,0,["data.validator.exclusion"],0,[Ext.data.validator,"Exclusion"],0));(Ext.cmd.derive("Ext.data.validator.Inclusion",Ext.data.validator.List,{type:"inclusion",config:{message:"Is not in the list of acceptable values"},inclusion:true},0,0,0,0,["data.validator.inclusion"],0,[Ext.data.validator,"Inclusion"],0));(Ext.cmd.derive("Ext.data.validator.Length",Ext.data.validator.Bound,{type:"length",config:{minOnlyMessage:"Length must be at least {0}",maxOnlyMessage:"Length must be no more than {0}",bothMessage:"Length must be between {0} and {1}"},getValue:function(a){return String(a).length}},0,0,0,0,["data.validator.length"],0,[Ext.data.validator,"Length"],0));(Ext.cmd.derive("Ext.data.validator.Presence",Ext.data.validator.Validator,{type:"presence",config:{message:"Must be present",allowEmpty:false},validate:function(b){var a=!(b===undefined||b===null);if(a&&!this.getAllowEmpty()){a=!(b==="")}return a?true:this.getMessage()}},0,0,0,0,["data.validator.presence"],0,[Ext.data.validator,"Presence"],0));(Ext.cmd.derive("Ext.data.validator.Range",Ext.data.validator.Bound,{type:"range",config:{minOnlyMessage:"Must be must be at least {0}",maxOnlyMessage:"Must be no more than than {0}",bothMessage:"Must be between {0} and {1}",nanMessage:"Must be numeric"},validateValue:function(a){var b=Ext.data.validator.Bound.prototype.validateValue.call(this,a);if(b===true&&isNaN(a)){b=this.getNanMessage()}return b}},0,0,0,0,["data.validator.range"],0,[Ext.data.validator,"Range"],0));(Ext.cmd.derive("Ext.direct.Event",Ext.Base,{status:true,constructor:function(a){Ext.apply(this,a)},getName:function(){return this.name},getData:function(){return this.data}},1,0,0,0,["direct.event"],0,[Ext.direct,"Event"],0));(Ext.cmd.derive("Ext.direct.RemotingEvent",Ext.direct.Event,{getTransaction:function(){var a=this;return a.transaction||Ext.direct.Manager.getTransaction(a.tid)}},0,0,0,0,["direct.rpc"],0,[Ext.direct,"RemotingEvent"],0));(Ext.cmd.derive("Ext.direct.ExceptionEvent",Ext.direct.RemotingEvent,{status:false},0,0,0,0,["direct.exception"],0,[Ext.direct,"ExceptionEvent"],0));(Ext.cmd.derive("Ext.direct.JsonProvider",Ext.direct.Provider,{parseResponse:function(a){var b=a&&a.responseText;if(b){if(Ext.isObject(b)||Ext.isArray(b)){return b}return Ext.decode(b)}return null},createEvents:function(b){var h=this,j=null,d=[],g,c,a;try{j=h.parseResponse(b)}catch(k){g=new Ext.direct.ExceptionEvent({data:k,xhr:b,code:Ext.direct.Manager.exceptions.PARSE,message:"Error parsing json response: \n\n "+k});return[g]}if(Ext.isArray(j)){for(c=0,a=j.length;c0){if(j){for(d=0,e=j.length;d0){c.sendRequest(a===1?b[0]:b);c.callBuffer=[]}},configureTransaction:function(d,a,g,h){var e,b,i,j,c;e=a.getCallData(g);b=e.callback;i=e.scope;j=e.options;b=b&&i?Ext.Function.bind(b,i):b;c=Ext.apply({},{provider:this,args:g,action:d,method:a.name,form:e.form,data:e.data,metadata:e.metadata,callbackOptions:j,callback:b,isForm:h,disableBatching:a.disableBatching});if(j&&j.timeout!=null){c.timeout=j.timeout}return new Ext.direct.Transaction(c)},configureRequest:function(c,e,a){var b=this,d;d=b.configureTransaction(c,e,a);if(b.fireEvent("beforecall",b,d,e)!==false){Ext.direct.Manager.addTransaction(d);b.queueTransaction(d);b.fireEvent("call",b,d,e)}},configureFormRequest:function(e,i,b){var d=this,g,c,a,h;g=d.configureTransaction(e,i,b,true);if(d.fireEvent("beforecall",d,g,i)!==false){Ext.direct.Manager.addTransaction(g);c=g.form;a=String(c.getAttribute("enctype")).toLowerCase()==="multipart/form-data";h={extTID:g.id,extAction:e,extMethod:i.name,extType:"rpc",extUpload:String(a)};if(g.metadata){h.extMetadata=Ext.JSON.encode(g.metadata)}Ext.apply(g,{form:c,isUpload:a,params:h});d.sendFormRequest(g);d.fireEvent("call",d,g,i)}},sendFormRequest:function(b){var a=this;Ext.Ajax.request({url:a.url,params:b.params,callback:a.onData,scope:a,form:b.form,isUpload:b.isUpload,transaction:b})},inheritableStatics:{checkConfig:function(a){return a&&a.type==="remoting"&&a.url&&Ext.isArray(a.actions)}}},1,0,0,0,["direct.remotingprovider"],0,[Ext.direct,"RemotingProvider"],0));(Ext.cmd.derive("Ext.dom.GarbageCollector",Ext.Base,{singleton:true,interval:30000,constructor:function(){var a=this;a.collect=Ext.Function.bind(a.collect,a);a.lastTime=Ext.now();a.resume()},collect:function(){var j=this,a=Ext.cache,b,g,c,k,h,d;for(b in a){if(!a.hasOwnProperty(b)){continue}c=a[b];if(c.skipGarbageCollection){continue}g=c.dom;try{h=Ext.isGarbage(g)}catch(i){delete a[b];continue}if(h){if(c&&c.dom){c.collect()}}}if(Ext.isIE9m){k={};for(b in a){if(a.hasOwnProperty(b)){k[b]=a[b]}}Ext.cache=Ext.dom.Element.cache=k}j.lastTime=Ext.now()},pause:function(){clearTimeout(this.timerId)},resume:function(){var a=this,b=a.lastTime;if(Ext.enableGarbageCollector&&(Ext.now()-b>a.interval)){a.collect()}a.timerId=Ext.interval(a.collect,a.interval)}},1,0,0,0,0,0,[Ext.dom,"GarbageCollector"],0));(Ext.cmd.derive("Ext.event.gesture.Recognizer",Ext.Base,{priority:0,handledEvents:[],config:{onRecognized:Ext.emptyFn,callbackScope:null},constructor:function(a){this.initConfig(a);Ext.event.publisher.Gesture.instance.registerRecognizer(this)},onStart:Ext.emptyFn,onEnd:Ext.emptyFn,onTouchStart:Ext.emptyFn,onTouchMove:Ext.emptyFn,onTouchEnd:Ext.emptyFn,onTouchCancel:Ext.emptyFn,fail:function(){return false},fire:function(){this.getOnRecognized().apply(this.getCallbackScope(),arguments)},reset:Ext.emptyFn},1,0,0,0,0,[[Ext.mixin.Identifiable.prototype.mixinId||Ext.mixin.Identifiable.$className,Ext.mixin.Identifiable]],[Ext.event.gesture,"Recognizer"],0));(Ext.cmd.derive("Ext.event.gesture.SingleTouch",Ext.event.gesture.Recognizer,{inheritableStatics:{NOT_SINGLE_TOUCH:"Not Single Touch",TOUCH_MOVED:"Touch Moved",EVENT_CANCELED:"Event Canceled"},onTouchStart:function(a){if(a.touches.length>1){return this.fail(this.self.NOT_SINGLE_TOUCH)}},onTouchCancel:function(){return false}},0,0,0,0,0,0,[Ext.event.gesture,"SingleTouch"],0));(Ext.cmd.derive("Ext.event.gesture.DoubleTap",Ext.event.gesture.SingleTouch,{priority:300,inheritableStatics:{DIFFERENT_TARGET:"Different Target"},config:{moveDistance:8,tapDistance:24,maxDuration:300},handledEvents:["singletap","doubletap"],singleTapTimer:null,startTime:0,lastTapTime:0,onTouchStart:function(c){var b=this,a;if(Ext.event.gesture.SingleTouch.prototype.onTouchStart.apply(this,arguments)===false){return false}a=b.lastStartPoint=c.changedTouches[0].point;b.startPoint=b.startPoint||a;b.startTime=c.time;clearTimeout(b.singleTapTimer)},onTouchMove:function(c){var b=this,a=c.changedTouches[0].point;if(Math.abs(a.getDistanceTo(b.lastStartPoint))>=b.getMoveDistance()){b.startPoint=null;return b.fail(b.self.TOUCH_MOVED)}},onTouchEnd:function(g){var i=this,d=i.getMaxDuration(),a=g.time,h=g.target,j=i.lastTapTime,b=i.lastTarget,k=g.changedTouches[0].point,c;i.lastTapTime=a;i.lastTarget=h;if(j){c=a-j;if(c<=d&&Math.abs(k.getDistanceTo(i.startPoint))<=i.getTapDistance()){if(h!==b){return i.fail(i.self.DIFFERENT_TARGET)}i.lastTarget=null;i.lastTapTime=0;i.fire("doubletap",g,{touch:g.changedTouches[0],duration:c});i.startPoint=null;return}}if(a-i.startTime>d){i.fireSingleTap(g)}else{i.setSingleTapTimer(g)}},setSingleTapTimer:function(b){var a=this;a.singleTapTimer=Ext.defer(function(){a.fireSingleTap(b)},a.getMaxDuration())},fireSingleTap:function(a,b){this.fire("singletap",a,{touch:b});this.startPoint=null},reset:function(){var a=this;a.startTime=a.lastTapTime=0;a.lastStartPoint=a.startPoint=a.singleTapTimer=null}},0,0,0,0,0,0,[Ext.event.gesture,"DoubleTap"],function(a){var b=Ext.manifest.gestures;a.instance=new a(b&&b.doubleTap)}));(Ext.cmd.derive("Ext.event.gesture.Drag",Ext.event.gesture.SingleTouch,{priority:100,isStarted:false,startPoint:null,previousPoint:null,lastPoint:null,handledEvents:["dragstart","drag","dragend","dragcancel"],config:{minDistance:8},constructor:function(){Ext.event.gesture.SingleTouch.prototype.constructor.apply(this,arguments);this.initInfo()},initInfo:function(){this.info={touch:null,previous:{x:0,y:0},x:0,y:0,delta:{x:0,y:0},absDelta:{x:0,y:0},flick:{velocity:{x:0,y:0}},direction:{x:0,y:0},time:0,previousTime:{x:0,y:0}}},onTouchStart:function(a){if(Ext.event.gesture.SingleTouch.prototype.onTouchStart.apply(this,arguments)===false){if(this.isStarted&&this.lastMoveEvent!==null){this.lastMoveEvent.isStopped=false;this.onTouchEnd(this.lastMoveEvent)}return false}this.startTime=a.time;this.startPoint=a.changedTouches[0].point},tryDragStart:function(d){var b=this.startPoint,h=d.changedTouches[0],a=h.point,g=this.getMinDistance(),c=this.info;if(Math.abs(a.getDistanceTo(b))>=g){this.isStarted=true;this.previousPoint=this.lastPoint=a;this.resetInfo("x",d,h);this.resetInfo("y",d,h);c.time=d.time;this.fire("dragstart",d,c)}},onTouchMove:function(b){if(!this.isStarted){this.tryDragStart(b)}if(!this.isStarted){return}var c=b.changedTouches[0],a=c.point;if(this.lastPoint){this.previousPoint=this.lastPoint}this.lastPoint=a;this.lastMoveEvent=b;this.updateInfo("x",b,c);this.updateInfo("y",b,c);this.info.time=b.time;this.fire("drag",b,this.info)},onAxisDragEnd:function(a,c){var b=c.time-c.previousTime[a];if(b>0){c.flick.velocity[a]=(c[a]-c.previous[a])/b}},resetInfo:function(c,h,j){var d=this.lastPoint[c],b=this.startPoint[c],i=d-b,a=c.toUpperCase(),g=this.info;g.touch=j;g.delta[c]=i;g.absDelta[c]=Math.abs(i);g.previousTime[c]=this.startTime;g.previous[c]=b;g[c]=d;g.direction[c]=0;g["start"+a]=this.startPoint[c];g["previous"+a]=g.previous[c];g["page"+a]=g[c];g["delta"+a]=g.delta[c];g["absDelta"+a]=g.absDelta[c];g["previousDelta"+a]=0;g.startTime=this.startTime},updateInfo:function(d,j,i){var k=this,m=k.lastPoint[d],g=k.previousPoint[d],a=k.startPoint[d],n=m-a,c=k.info,l=c.direction,h=d.toUpperCase(),b=c.previous[d];c.touch=i;c.delta[d]=n;c.absDelta[d]=Math.abs(n);if(m!==b&&m!==c[d]){c.previous[d]=c[d];c.previousTime[d]=c.time}c[d]=m;if(m>g){l[d]=1}else{if(mthis.getMaxDuration()){return this.fail(this.self.MAX_DURATION_EXCEEDED)}if(this.isHorizontal&&c>this.getMaxOffset()){this.isHorizontal=false}if(this.isVertical&&d>this.getMaxOffset()){this.isVertical=false}if(!this.isVertical||!this.isHorizontal){if(this.isHorizontal&&dg){this.isVertical=false}if(this.isHorizontal&&b>g){this.isHorizontal=false}if(this.isVertical&&this.isHorizontal){if(b>c){this.isHorizontal=false}else{this.isVertical=false}}if(this.isHorizontal){n=(i<0)?"left":"right";a=i}else{if(this.isVertical){n=(h<0)?"up":"down";a=h}}n=this.direction||(this.direction=n);if(n==="up"){a=h*-1}else{if(n==="left"){a=i*-1}}this.distance=a;if(!a){return this.fail(this.self.DISTANCE_NOT_ENOUGH)}if(!this.started){if(n==="right"&&this.startX>q){return this.fail(this.self.NOT_NEAR_EDGE)}else{if(n==="down"&&this.startY>q){return this.fail(this.self.NOT_NEAR_EDGE)}else{if(n==="left"&&(o-this.startX)>q){return this.fail(this.self.NOT_NEAR_EDGE)}else{if(n==="up"&&(k-this.startY)>q){return this.fail(this.self.NOT_NEAR_EDGE)}}}}this.started=true;this.startTime=l.time;this.fire("edgeswipestart",l,{touch:j,direction:n,distance:a,duration:d})}else{this.fire("edgeswipe",l,{touch:j,direction:n,distance:a,duration:d})}},onTouchEnd:function(b){var a;if(this.onTouchMove(b)!==false){a=b.time-this.startTime;this.fire("edgeswipeend",b,{touch:b.changedTouches[0],direction:this.direction,distance:this.distance,duration:a})}},onTouchCancel:function(a){this.fire("edgeswipecancel",a,{touch:a.changedTouches[0]});return false},reset:function(){var a=this;a.started=a.direction=a.isHorizontal=a.isVertical=a.startX=a.startY=a.startTime=a.distance=null}},0,0,0,0,0,0,[Ext.event.gesture,"EdgeSwipe"],function(a){var b=Ext.manifest.gestures;a.instance=new a(b&&b.edgeSwipe)}));(Ext.cmd.derive("Ext.event.gesture.LongPress",Ext.event.gesture.SingleTouch,{priority:400,inheritableStatics:{DURATION_NOT_ENOUGH:"Duration Not Enough"},config:{moveDistance:8,minDuration:1000},handledEvents:["longpress","taphold"],fireLongPress:function(a){this.fire("longpress",a,{touch:a.changedTouches[0],duration:this.getMinDuration()});this.isLongPress=true},onTouchStart:function(a){if(Ext.event.gesture.SingleTouch.prototype.onTouchStart.apply(this,arguments)===false){return false}this.startPoint=a.changedTouches[0].point;this.isLongPress=false;this.setLongPressTimer(a)},setLongPressTimer:function(b){var a=this;a.timer=Ext.defer(function(){a.fireLongPress(b)},a.getMinDuration())},onTouchMove:function(b){var a=b.changedTouches[0].point;if(Math.abs(a.getDistanceTo(this.startPoint))>=this.getMoveDistance()){return this.fail(this.self.TOUCH_MOVED)}},onTouchEnd:function(){if(!this.isLongPress){return this.fail(this.self.DURATION_NOT_ENOUGH)}},fail:function(){clearTimeout(this.timer);return Ext.event.gesture.SingleTouch.prototype.fail.apply(this,arguments)},reset:function(){this.isLongPress=this.startPoint=null},fire:function(a){if(a==="longpress"){var b=Array.prototype.slice.call(arguments);b[0]="taphold";this.fire.apply(this,b)}return Ext.event.gesture.SingleTouch.prototype.fire.apply(this,arguments)}},0,0,0,0,0,0,[Ext.event.gesture,"LongPress"],function(a){var b=Ext.manifest.gestures;a.instance=new a(b&&b.longPress)}));(Ext.cmd.derive("Ext.event.gesture.MultiTouch",Ext.event.gesture.Recognizer,{requiredTouchesCount:2,isTracking:false,isStarted:false,onTouchStart:function(d){var a=this.requiredTouchesCount,c=d.touches,b=c.length;if(b===a){this.start(d)}else{if(b>a){this.end(d)}}},onTouchEnd:function(a){this.end(a)},onTouchCancel:function(a){this.end(a,true);return false},start:function(){if(!this.isTracking){this.isTracking=true;this.isStarted=false}},end:function(b,a){if(this.isTracking){this.isTracking=false;if(this.isStarted){this.isStarted=false;this[a?"fireCancel":"fireEnd"](b)}}},reset:function(){this.isTracking=this.isStarted=false}},0,0,0,0,0,0,[Ext.event.gesture,"MultiTouch"],0));(Ext.cmd.derive("Ext.event.gesture.Pinch",Ext.event.gesture.MultiTouch,{priority:600,handledEvents:["pinchstart","pinch","pinchend","pinchcancel"],startDistance:0,lastTouches:null,onTouchMove:function(c){if(!this.isTracking){return}var b=c.touches,d,a,g;d=b[0].point;a=b[1].point;g=d.getDistanceTo(a);if(g===0){return}if(!this.isStarted){this.isStarted=true;this.startDistance=g;this.fire("pinchstart",c,{touches:b,distance:g,scale:1})}else{this.fire("pinch",c,{touches:b,distance:g,scale:g/this.startDistance})}},fireEnd:function(a){this.fire("pinchend",a)},fireCancel:function(a){this.fire("pinchcancel",a)},fail:function(){return Ext.event.gesture.MultiTouch.prototype.fail.apply(this,arguments)},reset:function(){this.lastTouches=null;this.startDistance=0;Ext.event.gesture.MultiTouch.prototype.reset.call(this)}},0,0,0,0,0,0,[Ext.event.gesture,"Pinch"],function(a){var b=Ext.manifest.gestures;a.instance=new a(b&&b.pinch)}));(Ext.cmd.derive("Ext.event.gesture.Rotate",Ext.event.gesture.MultiTouch,{priority:700,handledEvents:["rotatestart","rotate","rotateend","rotatecancel"],startAngle:0,lastTouches:null,lastAngle:null,onTouchMove:function(i){if(!this.isTracking){return}var h=i.touches,b=this.lastAngle,d,g,c,a,j,k;d=h[0].point;g=h[1].point;c=d.getAngleTo(g);if(b!==null){k=Math.abs(b-c);a=c+360;j=c-360;if(Math.abs(a-b)=this.getMoveDistance()){this.fire("tapcancel",b,{touch:c});return this.fail(this.self.TOUCH_MOVED)}},onTouchEnd:function(a){this.fire("tap",a,{touch:a.changedTouches[0]})},onTouchCancel:function(a){this.fire("tapcancel",a,{touch:a.changedTouches[0]});return false},reset:function(){this.startPoint=null}},0,0,0,0,0,0,[Ext.event.gesture,"Tap"],function(b){var a=Ext.manifest.gestures;b.instance=new b(a&&a.tap)}));(Ext.cmd.derive("Ext.event.publisher.Focus",Ext.event.publisher.Dom,{type:"focus",handledEvents:["focusenter","focusleave","focusmove"],handledDomEvents:["focusin","focusout"],doDelegatedEvent:function(d,c){var b=this,a;d=Ext.event.publisher.Dom.prototype.doDelegatedEvent.call(this,d,false);if(d){if(d.type==="focusout"){if(d.relatedTarget==null){b.processFocusIn(d,d.target,document.body,c)}}else{a=d.relatedTarget;b.processFocusIn(d,(a==null||!a.tagName)?document.body:a,d.target,c)}}},processFocusIn:function(j,k,c,m){var l=this,n,b,i=[],a,h,g,d;g=Ext.fly(k);d=Ext.fly(c);if((g&&g.isFocusSuspended())||(d&&d.isFocusSuspended())){return}for(b=k,n=Ext.dom.Element.getCommonAncestor(c,k,true);b&&b!==n;b=b.parentNode){i.push(b)}if(i.length){a=l.createSyntheticEvent("focusleave",j,k,c);l.publish("focusleave",i,a);if(a.isStopped){return}}i.length=0;for(b=c;b!==n;b=b.parentNode){i.push(b)}h=l.createSyntheticEvent("focusenter",j,c,k);if(i.length){l.publish("focusenter",i,h);if(h.isStopped){return}}i=l.getPropagatingTargets(n);if(i.length){a=l.createSyntheticEvent("focusmove",j,c,k);l.publish("focusmove",i,a);if(a.isStopped){return}}if(m){l.afterEvent(j)}Ext.GlobalEvents.fireEvent("focus",{event:h,toElement:c,fromElement:k})},createSyntheticEvent:function(b,e,d,a){var c=new Ext.event.Event(e);c.type=b;c.relatedTarget=a;c.target=d;return c}},0,0,0,0,0,0,[Ext.event.publisher,"Focus"],function(b){var a;b.instance=new b();if(!Ext.supports.FocusinFocusoutEvents){this.override({handledDomEvents:["focus","blur"],doDelegatedEvent:function(h,g){var d=this;h=d.callSuper([h,false]);if(h){clearTimeout(a);a=0;if(h.type==="blur"){var c=h.target===window?document.body:h.target;a=setTimeout(function(){a=0;d.processFocusIn(h,c,document.body,g);b.previousActiveElement=null},0);if(h.target===window||h.target===document){b.previousActiveElement=null}else{b.previousActiveElement=h.target}}else{d.processFocusIn(h,b.previousActiveElement||document.body,h.target===window?document.body:h.target,g)}}}})}}));(Ext.cmd.derive("Ext.fx.State",Ext.Base,{isAnimatable:{"background-color":true,"background-image":true,"background-position":true,"border-bottom-color":true,"border-bottom-width":true,"border-color":true,"border-left-color":true,"border-left-width":true,"border-right-color":true,"border-right-width":true,"border-spacing":true,"border-top-color":true,"border-top-width":true,"border-width":true,bottom:true,color:true,crop:true,"font-size":true,"font-weight":true,height:true,left:true,"letter-spacing":true,"line-height":true,"margin-bottom":true,"margin-left":true,"margin-right":true,"margin-top":true,"max-height":true,"max-width":true,"min-height":true,"min-width":true,opacity:true,"outline-color":true,"outline-offset":true,"outline-width":true,"padding-bottom":true,"padding-left":true,"padding-right":true,"padding-top":true,right:true,"text-indent":true,"text-shadow":true,top:true,"vertical-align":true,visibility:true,width:true,"word-spacing":true,"z-index":true,zoom:true,transform:true},constructor:function(a){this.data={};this.set(a)},setConfig:function(a){this.set(a);return this},setRaw:function(a){this.data=a;return this},clear:function(){return this.setRaw({})},setTransform:function(c,h){var g=this.data,a=Ext.isArray(h),b=g.transform,e,d;if(!b){b=g.transform={translateX:0,translateY:0,translateZ:0,scaleX:1,scaleY:1,scaleZ:1,rotate:0,rotateX:0,rotateY:0,rotateZ:0,skewX:0,skewY:0}}if(typeof c=="string"){switch(c){case"translate":if(a){e=h.length;if(e==0){break}b.translateX=h[0];if(e==1){break}b.translateY=h[1];if(e==2){break}b.translateZ=h[2]}else{b.translateX=h}break;case"rotate":if(a){e=h.length;if(e==0){break}b.rotateX=h[0];if(e==1){break}b.rotateY=h[1];if(e==2){break}b.rotateZ=h[2]}else{b.rotate=h}break;case"scale":if(a){e=h.length;if(e==0){break}b.scaleX=h[0];if(e==1){break}b.scaleY=h[1];if(e==2){break}b.scaleZ=h[2]}else{b.scaleX=h;b.scaleY=h}break;case"skew":if(a){e=h.length;if(e==0){break}b.skewX=h[0];if(e==1){break}b.skewY=h[1]}else{b.skewX=h}break;default:b[c]=h}}else{for(d in c){if(c.hasOwnProperty(d)){h=c[d];this.setTransform(d,h)}}}},set:function(a,d){var c=this.data,b;if(typeof a!="string"){for(b in a){d=a[b];if(b==="transform"){this.setTransform(d)}else{c[b]=d}}}else{if(a==="transform"){this.setTransform(d)}else{c[a]=d}}return this},unset:function(a){var b=this.data;if(b.hasOwnProperty(a)){delete b[a]}return this},getData:function(){return this.data}},1,0,0,0,0,0,[Ext.fx,"State"],0));(Ext.cmd.derive("Ext.fx.animation.Abstract",Ext.Evented,{isAnimation:true,config:{name:"",element:null,before:null,from:{},to:{},after:null,states:{},duration:300,easing:"linear",iteration:1,direction:"normal",delay:0,onBeforeStart:null,callback:null,onEnd:null,onBeforeEnd:null,scope:null,reverse:null,preserveEndState:false,replacePrevious:true},STATE_FROM:"0%",STATE_TO:"100%",DIRECTION_UP:"up",DIRECTION_DOWN:"down",DIRECTION_LEFT:"left",DIRECTION_RIGHT:"right",stateNameRegex:/^(?:[\d\.]+)%$/,constructor:function(){this.states={};Ext.Evented.prototype.constructor.apply(this,arguments);return this},applyElement:function(a){return Ext.get(a)},applyBefore:function(a,b){if(a){return Ext.factory(a,Ext.fx.State,b)}},applyAfter:function(b,a){if(b){return Ext.factory(b,Ext.fx.State,a)}},setFrom:function(a){return this.setState(this.STATE_FROM,a)},setTo:function(a){return this.setState(this.STATE_TO,a)},getFrom:function(){return this.getState(this.STATE_FROM)},getTo:function(){return this.getState(this.STATE_TO)},setStates:function(a){var c=this.stateNameRegex,b;for(b in a){if(c.test(b)){this.setState(b,a[b])}}return this},getStates:function(){return this.states},updateCallback:function(a){if(a){this.setOnEnd(a)}},end:function(){this.stop()},stop:function(){this.fireEvent("stop",this)},destroy:function(){this.stop();Ext.Evented.prototype.destroy.call(this)},setState:function(b,d){var a=this.getStates(),c;c=Ext.factory(d,Ext.fx.State,a[b]);if(c){a[b]=c}return this},getState:function(a){return this.getStates()[a]},getData:function(){var h=this,m=h.getStates(),e={},i=h.getBefore(),c=h.getAfter(),j=m[h.STATE_FROM],k=m[h.STATE_TO],l=j.getData(),g=k.getData(),d,b,a;for(b in m){if(m.hasOwnProperty(b)){a=m[b];d=a.getData();e[b]=d}}return{before:i?i.getData():{},after:c?c.getData():{},states:e,from:l,to:g,duration:h.getDuration(),iteration:h.getIteration(),direction:h.getDirection(),easing:h.getEasing(),delay:h.getDelay(),onEnd:h.getOnEnd(),onBeforeEnd:h.getOnBeforeEnd(),onBeforeStart:h.getOnBeforeStart(),scope:h.getScope(),preserveEndState:h.getPreserveEndState(),replacePrevious:h.getReplacePrevious()}}},1,0,0,0,0,0,[Ext.fx.animation,"Abstract"],0));(Ext.cmd.derive("Ext.fx.animation.Slide",Ext.fx.animation.Abstract,{alternateClassName:"Ext.fx.animation.SlideIn",config:{direction:"left",out:false,offset:0,easing:"auto",containerBox:"auto",elementBox:"auto",isElementBoxFit:true,useCssTransform:true},reverseDirectionMap:{up:"down",down:"up",left:"right",right:"left"},applyEasing:function(a){if(a==="auto"){return"ease-"+((this.getOut())?"in":"out")}return a},getContainerBox:function(){var a=this._containerBox;if(a==="auto"){a=this.getElement().getParent().getBox()}return a},getElementBox:function(){var a=this._elementBox;if(this.getIsElementBoxFit()){return this.getContainerBox()}if(a==="auto"){a=this.getElement().getBox()}return a},getData:function(){var q=this.getElementBox(),c=this.getContainerBox(),h=q?q:c,o=this.getFrom(),p=this.getTo(),g=this.getOut(),e=this.getOffset(),n=this.getDirection(),b=this.getUseCssTransform(),i=this.getReverse(),d=0,a=0,m,k,l,j;if(i){n=this.reverseDirectionMap[n]}switch(n){case this.DIRECTION_UP:if(g){a=c.top-h.top-h.height-e}else{a=c.bottom-h.bottom+h.height+e}break;case this.DIRECTION_DOWN:if(g){a=c.bottom-h.bottom+h.height+e}else{a=c.top-h.height-h.top-e}break;case this.DIRECTION_RIGHT:if(g){d=c.right-h.right+h.width+e}else{d=c.left-h.left-h.width-e}break;case this.DIRECTION_LEFT:if(g){d=c.left-h.left-h.width-e}else{d=c.right-h.right+h.width+e}break}m=(g)?0:d;k=(g)?0:a;if(b){o.setTransform({translateX:m,translateY:k})}else{o.set("left",m);o.set("top",k)}l=(g)?d:0;j=(g)?a:0;if(b){p.setTransform({translateX:l,translateY:j})}else{p.set("left",l);p.set("top",j)}return Ext.fx.animation.Abstract.prototype.getData.apply(this,arguments)}},0,0,0,0,["animation.slide","animation.slideIn"],0,[Ext.fx.animation,"Slide",Ext.fx.animation,"SlideIn"],0));(Ext.cmd.derive("Ext.fx.animation.SlideOut",Ext.fx.animation.Slide,{config:{out:true}},0,0,0,0,["animation.slideOut"],0,[Ext.fx.animation,"SlideOut"],0));(Ext.cmd.derive("Ext.fx.animation.Fade",Ext.fx.animation.Abstract,{alternateClassName:"Ext.fx.animation.FadeIn",config:{out:false,before:{display:null,opacity:0},after:{opacity:null},reverse:null},updateOut:function(a){var c=this.getTo(),b=this.getFrom();if(a){b.set("opacity",1);c.set("opacity",0)}else{b.set("opacity",0);c.set("opacity",1)}}},0,0,0,0,["animation.fade","animation.fadeIn"],0,[Ext.fx.animation,"Fade",Ext.fx.animation,"FadeIn"],0));(Ext.cmd.derive("Ext.fx.animation.FadeOut",Ext.fx.animation.Fade,{config:{out:true,before:{}}},0,0,0,0,["animation.fadeOut"],0,[Ext.fx.animation,"FadeOut"],0));(Ext.cmd.derive("Ext.fx.animation.Flip",Ext.fx.animation.Abstract,{config:{easing:"ease-in",direction:"right",half:false,out:null},getData:function(){var h=this,j=h.getFrom(),k=h.getTo(),i=h.getDirection(),b=h.getOut(),n=h.getHalf(),c=n?90:180,e=1,a=1,m=0,l=0,g=0,d=0;if(b){a=0.8}else{e=0.8}switch(i){case this.DIRECTION_UP:if(b){g=c}else{m=-c}break;case this.DIRECTION_DOWN:if(b){g=-c}else{m=c}break;case this.DIRECTION_RIGHT:if(b){d=c}else{l=-c}break;case this.DIRECTION_LEFT:if(b){d=-c}else{l=c}break}j.setTransform({rotateX:m,rotateY:l,scale:e});k.setTransform({rotateX:g,rotateY:d,scale:a});return Ext.fx.animation.Abstract.prototype.getData.call(this)}},0,0,0,0,["animation.flip"],0,[Ext.fx.animation,"Flip"],0));(Ext.cmd.derive("Ext.fx.animation.Pop",Ext.fx.animation.Abstract,{alternateClassName:"Ext.fx.animation.PopIn",config:{out:false,before:{display:null,opacity:0},after:{opacity:null}},getData:function(){var c=this.getTo(),b=this.getFrom(),a=this.getOut();if(a){b.set("opacity",1);b.setTransform({scale:1});c.set("opacity",0);c.setTransform({scale:0})}else{b.set("opacity",0);b.setTransform({scale:0});c.set("opacity",1);c.setTransform({scale:1})}return Ext.fx.animation.Abstract.prototype.getData.apply(this,arguments)}},0,0,0,0,["animation.pop","animation.popIn"],0,[Ext.fx.animation,"Pop",Ext.fx.animation,"PopIn"],0));(Ext.cmd.derive("Ext.fx.animation.PopOut",Ext.fx.animation.Pop,{config:{out:true,before:{}}},0,0,0,0,["animation.popOut"],0,[Ext.fx.animation,"PopOut"],0));(Ext.cmd.derive("Ext.fx.Animation",Ext.Base,{constructor:function(b){var a=Ext.fx.animation.Abstract,c;if(typeof b=="string"){c=b;b={}}else{if(b&&b.type){c=b.type}}if(c){a=Ext.ClassManager.getByAlias("animation."+c)}return Ext.factory(b,a)}},1,0,0,0,0,0,[Ext.fx,"Animation"],0));(Ext.cmd.derive("Ext.fx.runner.Css",Ext.Evented,{prefixedProperties:{transform:true,"transform-origin":true,perspective:true,"transform-style":true,transition:true,"transition-property":true,"transition-duration":true,"transition-timing-function":true,"transition-delay":true,animation:true,"animation-name":true,"animation-duration":true,"animation-iteration-count":true,"animation-direction":true,"animation-timing-function":true,"animation-delay":true},lengthProperties:{top:true,right:true,bottom:true,left:true,width:true,height:true,"max-height":true,"max-width":true,"min-height":true,"min-width":true,"margin-bottom":true,"margin-left":true,"margin-right":true,"margin-top":true,"padding-bottom":true,"padding-left":true,"padding-right":true,"padding-top":true,"border-bottom-width":true,"border-left-width":true,"border-right-width":true,"border-spacing":true,"border-top-width":true,"border-width":true,"outline-width":true,"letter-spacing":true,"line-height":true,"text-indent":true,"word-spacing":true,"font-size":true,translate:true,translateX:true,translateY:true,translateZ:true,translate3d:true},durationProperties:{"transition-duration":true,"transition-delay":true,"animation-duration":true,"animation-delay":true},angleProperties:{rotate:true,rotateX:true,rotateY:true,rotateZ:true,skew:true,skewX:true,skewY:true},lengthUnitRegex:/([a-z%]*)$/,DEFAULT_UNIT_LENGTH:"px",DEFAULT_UNIT_ANGLE:"deg",DEFAULT_UNIT_DURATION:"ms",formattedNameCache:{},transformMethods3d:["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","skewX","skewY","scaleX","scaleY","scaleZ"],transformMethodsNo3d:["translateX","translateY","rotate","skewX","skewY","scaleX","scaleY"],constructor:function(){var a=this;a.transformMethods=Ext.feature.has.Css3dTransforms?a.transformMethods3d:a.transformMethodsNo3d;a.vendorPrefix=Ext.browser.getStyleDashPrefix();a.ruleStylesCache={};Ext.Evented.prototype.constructor.call(this)},getStyleSheet:function(){var c=this.styleSheet,a,b;if(!c){a=document.createElement("style");a.type="text/css";(document.head||document.getElementsByTagName("head")[0]).appendChild(a);b=document.styleSheets;this.styleSheet=c=b[b.length-1]}return c},applyRules:function(j){var h=this.getStyleSheet(),l=this.ruleStylesCache,k=h.cssRules,c,e,i,b,d,a,g;for(c in j){e=j[c];i=l[c];if(i===undefined){d=k.length;h.insertRule(c+"{}",d);i=l[c]=k.item(d).style}b=i.$cache;if(!b){b=i.$cache={}}for(a in e){g=this.formatValue(e[a],a);a=this.formatName(a);if(b[a]!==g){b[a]=g;if(g===null){i.removeProperty(a)}else{i.setProperty(a,g,"important")}}}}return this},applyStyles:function(d){var h,c,g,b,a,e;for(h in d){if(d.hasOwnProperty(h)){c=document.getElementById(h);if(!c){continue}g=c.style;b=d[h];for(a in b){if(b.hasOwnProperty(a)){e=this.formatValue(b[a],a);a=this.formatName(a);if(e===null){g.removeProperty(a)}else{g.setProperty(a,e,"important")}}}}}return this},formatName:function(b){var a=this.formattedNameCache,c=a[b];if(!c){if((Ext.os.is.Tizen||!Ext.feature.has.CssTransformNoPrefix)&&this.prefixedProperties[b]){c=this.vendorPrefix+b}else{c=b}a[b]=c}return c},formatValue:function(k,b){var h=typeof k,m=this.DEFAULT_UNIT_LENGTH,e,a,d,g,c,l,j;if(k===null){return""}if(h=="string"){if(this.lengthProperties[b]){j=k.match(this.lengthUnitRegex)[1];if(j.length>0){}else{return k+m}}return k}else{if(h=="number"){if(k==0){return"0"}if(this.lengthProperties[b]){return k+m}if(this.angleProperties[b]){return k+this.DEFAULT_UNIT_ANGLE}if(this.durationProperties[b]){return k+this.DEFAULT_UNIT_DURATION}}else{if(b==="transform"){e=this.transformMethods;c=[];for(d=0,g=e.length;d0)?l.join(", "):"none"}}}}return k}},1,0,0,0,0,0,[Ext.fx.runner,"Css"],0));(Ext.cmd.derive("Ext.fx.runner.CssTransition",Ext.fx.runner.Css,{alternateClassName:"Ext.Animator",singleton:true,listenersAttached:false,constructor:function(){this.runningAnimationsData={};return this.callParent(arguments)},attachListeners:function(){this.listenersAttached=true;Ext.getWin().on("transitionend","onTransitionEnd",this)},onTransitionEnd:function(b){var a=b.target,c=a.id;if(c&&this.runningAnimationsData.hasOwnProperty(c)){this.refreshRunningAnimationsData(Ext.get(a),[b.browserEvent.propertyName])}},onAnimationEnd:function(h,g,d,k,o){var c=h.getId(),l=this.runningAnimationsData[c],p={},n={},b,j,e,m,a;d.un("stop","onAnimationStop",this);if(l){b=l.nameMap}p[c]=n;if(g.onBeforeEnd){g.onBeforeEnd.call(g.scope||this,h,k)}d.fireEvent("animationbeforeend",d,h,k);this.fireEvent("animationbeforeend",this,d,h,k);if(o||(!k&&!g.preserveEndState)){j=g.toPropertyNames;for(e=0,m=j.length;e0},refreshRunningAnimationsData:function(d,l,u,q){var h=d.getId(),r=this.runningAnimationsData,a=r[h];if(!a){return}var n=a.nameMap,t=a.nameList,b=a.sessions,g,k,e,v,m,c,s,p,o=false;u=Boolean(u);q=Boolean(q);if(!b){return this}g=b.length;if(g===0){return this}if(q){a.nameMap={};t.length=0;for(m=0;m");d.close();this.testElement=c=d.createElement("div");c.style.setProperty("position","absolute","important");d.body.appendChild(c);this.testElementComputedStyle=window.getComputedStyle(c)}return c},getCssStyleValue:function(b,e){var d=this.getTestElement(),a=this.testElementComputedStyle,c=d.style;c.setProperty(b,e);if(Ext.browser.is.Firefox){d.offsetHeight}e=a.getPropertyValue(b);c.removeProperty(b);return e},run:function(r){var H=this,k=H.lengthProperties,z={},G={},I={},d,u,A,e,w,K,x,s,t,a,o,C,B,q,D,m,v,h,E,J,l,g,y,p,c,F,b,n;if(!H.listenersAttached){H.attachListeners()}r=Ext.Array.from(r);for(C=0,q=r.length;C0){H.refreshRunningAnimationsData(d,Ext.Array.merge(K,x),true,I.replacePrevious)}c=a.nameMap;F=a.nameList;v={};for(B=0;B0){K=Ext.Array.difference(F,K);x=Ext.Array.merge(K,x);o["transition-property"]=K}z[u]=o;G[u]=Ext.apply({},e);G[u]["transition-property"]=x;G[u]["transition-duration"]=I.duration;G[u]["transition-timing-function"]=I.easing;G[u]["transition-delay"]=I.delay;D.startTime=Date.now()}t=H.$className;H.applyStyles(z);s=function(i){if(i.data===t&&i.source===window){window.removeEventListener("message",s,false);H.applyStyles(G)}};if(window.requestAnimationFrame){window.requestAnimationFrame(function(){window.addEventListener("message",s,false);window.postMessage(t,"*")})}else{Ext.defer(function(){window.addEventListener("message",s,false);window.postMessage(t,"*")},1)}},onAnimationStop:function(d){var g=this.runningAnimationsData,j,a,h,b,c,e;for(j in g){if(g.hasOwnProperty(j)){a=g[j];h=a.sessions;for(b=0,c=h.length;b=h){this.isEnded=true;return a}return g}},0,0,0,0,["easing.ease-in"],0,[Ext.fx.easing,"EaseIn"],0));(Ext.cmd.derive("Ext.fx.easing.Easing",Ext.Base,{constructor:function(a){return Ext.factory(a,Ext.fx.easing.Linear,null,"easing")}},1,0,0,0,0,0,[Ext.fx.easing,"Easing"],0));(Ext.cmd.derive("Ext.fx.layout.card.Abstract",Ext.Evented,{isAnimation:true,config:{direction:"left",duration:null,reverse:null,layout:null},updateLayout:function(a){if(a){this.enable()}},enable:function(){var a=this.getLayout();if(a){a.on("beforeactiveitemchange","onActiveItemChange",this)}},disable:function(){var a=this.getLayout();if(this.isAnimating){this.stopAnimation()}if(a){a.un("beforeactiveitemchange","onActiveItemChange",this)}},onActiveItemChange:Ext.emptyFn,destroy:function(){var b=this,a=b.getLayout();if(b.isAnimating){b.stopAnimation()}if(a){a.un("beforeactiveitemchange","onActiveItemChange",this)}b.setLayout(null);if(b.observableId){b.fireEvent("destroy",this)}Ext.Evented.prototype.destroy.call(this)}},0,0,0,0,0,0,[Ext.fx.layout.card,"Abstract"],0));(Ext.cmd.derive("Ext.fx.layout.card.Style",Ext.fx.layout.card.Abstract,{config:{inAnimation:{before:{visibility:null},preserveEndState:false,replacePrevious:true},outAnimation:{preserveEndState:false,replacePrevious:true}},constructor:function(b){var c,a;Ext.fx.layout.card.Abstract.prototype.constructor.call(this,b);this.endAnimationCounter=0;c=this.getInAnimation();a=this.getOutAnimation();c.on("animationend","incrementEnd",this);a.on("animationend","incrementEnd",this)},updateDirection:function(a){this.getInAnimation().setDirection(a);this.getOutAnimation().setDirection(a)},updateDuration:function(a){this.getInAnimation().setDuration(a);this.getOutAnimation().setDuration(a)},updateReverse:function(a){this.getInAnimation().setReverse(a);this.getOutAnimation().setReverse(a)},incrementEnd:function(){this.endAnimationCounter++;if(this.endAnimationCounter>1){this.endAnimationCounter=0;this.fireEvent("animationend",this)}},applyInAnimation:function(b,a){return Ext.factory(b,Ext.fx.Animation,a)},applyOutAnimation:function(b,a){return Ext.factory(b,Ext.fx.Animation,a)},updateInAnimation:function(a){a.setScope(this)},updateOutAnimation:function(a){a.setScope(this)},onActiveItemChange:function(g,d,i,b){var e=this.getInAnimation(),c=this.getOutAnimation(),h,a;if(d&&i&&i.isPainted()){h=d.renderElement;a=i.renderElement;e.setElement(h);c.setElement(a);c.setOnEnd(function(){b.resume()});h.dom.style.setProperty("visibility","hidden","important");d.show();Ext.Animator.run([c,e]);b.pause()}},destroy:function(){Ext.destroy(this.getInAnimation(),this.getOutAnimation());Ext.fx.layout.card.Abstract.prototype.destroy.call(this)}},1,0,0,0,0,0,[Ext.fx.layout.card,"Style"],0));(Ext.cmd.derive("Ext.fx.layout.card.Slide",Ext.fx.layout.card.Style,{config:{inAnimation:{type:"slide",easing:"ease-out"},outAnimation:{type:"slide",easing:"ease-out",out:true}},updateReverse:function(a){this.getInAnimation().setReverse(a);this.getOutAnimation().setReverse(a)}},0,0,0,0,["fx.layout.card.slide"],0,[Ext.fx.layout.card,"Slide"],0));(Ext.cmd.derive("Ext.fx.layout.card.Cover",Ext.fx.layout.card.Style,{config:{reverse:null,inAnimation:{before:{"z-index":100},after:{"z-index":0},type:"slide",easing:"ease-out"},outAnimation:{easing:"ease-out",from:{opacity:0.99},to:{opacity:1},out:true}},updateReverse:function(a){this.getInAnimation().setReverse(a);this.getOutAnimation().setReverse(a)}},0,0,0,0,["fx.layout.card.cover"],0,[Ext.fx.layout.card,"Cover"],0));(Ext.cmd.derive("Ext.fx.layout.card.Reveal",Ext.fx.layout.card.Style,{config:{inAnimation:{easing:"ease-out",from:{opacity:0.99},to:{opacity:1}},outAnimation:{before:{"z-index":100},after:{"z-index":0},type:"slide",easing:"ease-out",out:true}},updateReverse:function(a){this.getInAnimation().setReverse(a);this.getOutAnimation().setReverse(a)}},0,0,0,0,["fx.layout.card.reveal"],0,[Ext.fx.layout.card,"Reveal"],0));(Ext.cmd.derive("Ext.fx.layout.card.Fade",Ext.fx.layout.card.Style,{config:{reverse:null,inAnimation:{type:"fade",easing:"ease-out"},outAnimation:{type:"fade",easing:"ease-out",out:true}}},0,0,0,0,["fx.layout.card.fade"],0,[Ext.fx.layout.card,"Fade"],0));(Ext.cmd.derive("Ext.fx.layout.card.Flip",Ext.fx.layout.card.Style,{config:{duration:500,inAnimation:{type:"flip",half:true,easing:"ease-out",before:{"backface-visibility":"hidden"},after:{"backface-visibility":null}},outAnimation:{type:"flip",half:true,easing:"ease-in",before:{"backface-visibility":"hidden"},after:{"backface-visibility":null},out:true}},onActiveItemChange:function(d,b,e,a){var c=b.element.getParent();c.addCls("x-layout-card-perspective");this.on("animationend",function(){c.removeCls("x-layout-card-perspective")},this,{single:true});Ext.fx.layout.card.Style.prototype.onActiveItemChange.apply(this,arguments)},updateDuration:function(d){var c=d/2,b=this.getInAnimation(),a=this.getOutAnimation();b.setDelay(c);b.setDuration(c);a.setDuration(c)}},0,0,0,0,["fx.layout.card.flip"],0,[Ext.fx.layout.card,"Flip"],0));(Ext.cmd.derive("Ext.fx.layout.card.Pop",Ext.fx.layout.card.Style,{config:{duration:500,inAnimation:{type:"pop",easing:"ease-out"},outAnimation:{type:"pop",easing:"ease-in",out:true}},updateDuration:function(d){var c=d/2,b=this.getInAnimation(),a=this.getOutAnimation();b.setDelay(c);b.setDuration(c);a.setDuration(c)}},0,0,0,0,["fx.layout.card.pop"],0,[Ext.fx.layout.card,"Pop"],0));(Ext.cmd.derive("Ext.fx.layout.card.Scroll",Ext.fx.layout.card.Abstract,{config:{duration:150},constructor:function(a){this.initConfig(a)},getEasing:function(){var a=this.easing;if(!a){this.easing=a=new Ext.fx.easing.Linear()}return a},updateDuration:function(a){this.getEasing().setDuration(a)},onActiveItemChange:function(a,d,m,c){var j=this.getDirection(),h=this.getEasing(),l,e,b,i,k,g;if(d&&m){if(this.isAnimating){this.stopAnimation()}d.setWidth("100%");d.setHeight("100%");l=this.getLayout().container.innerElement;i=l.getWidth();k=l.getHeight();e=d.renderElement;b=m.renderElement;this.oldItem=m;this.newItem=d;this.containerElement=l;this.currentEventController=c;this.isReverse=g=this.getReverse();d.show();if(j=="right"){j="left";this.isReverse=g=!g}else{if(j=="down"){j="up";this.isReverse=g=!g}}if(j=="left"){if(g){h.setConfig({startValue:i,endValue:0});l.dom.scrollLeft=i;b.setLeft(i)}else{h.setConfig({startValue:0,endValue:i});e.setLeft(i)}}else{if(g){h.setConfig({startValue:k,endValue:0});l.dom.scrollTop=k;b.setTop(k)}else{h.setConfig({startValue:0,endValue:k});e.setTop(k)}}this.startAnimation();c.pause()}},startAnimation:function(){this.isAnimating=true;this.getEasing().setStartTime(Date.now());Ext.AnimationQueue.start(this.doAnimationFrame,this)},doAnimationFrame:function(){var d=this.getEasing(),c=this.getDirection(),a="scrollTop",b;if(c=="left"||c=="right"){a="scrollLeft"}if(d.isEnded){this.stopAnimation()}else{b=d.getValue();this.containerElement.dom[a]=b}},stopAnimation:function(){var c=this,e=c.getDirection(),a="setTop",d=c.oldItem,b=c.newItem;if(e=="left"||e=="right"){a="setLeft"}c.currentEventController.resume();if(c.isReverse&&d&&d.renderElement&&d.renderElement.dom){d.renderElement[a](null)}else{if(b&&b.renderElement&&b.renderElement.dom){b.renderElement[a](null)}}Ext.AnimationQueue.stop(this.doAnimationFrame,this);c.isAnimating=false;c.fireEvent("animationend",c)}},1,0,0,0,["fx.layout.card.scroll"],0,[Ext.fx.layout.card,"Scroll"],0));(Ext.cmd.derive("Ext.fx.layout.Card",Ext.Base,{constructor:function(b){var a=Ext.fx.layout.card.Abstract,c;if(!b){return null}if(typeof b=="string"){c=b;b={}}else{if(b.type){c=b.type}}b.elementBox=false;if(c){a=Ext.ClassManager.getByAlias("fx.layout.card."+c)}return Ext.factory(b,a)}},1,0,0,0,0,0,[Ext.fx.layout,"Card"],0));(Ext.cmd.derive("Ext.fx.layout.card.Cube",Ext.fx.layout.card.Style,{config:{reverse:null,inAnimation:{type:"cube"},outAnimation:{type:"cube",out:true}}},0,0,0,0,["fx.layout.card.cube"],0,[Ext.fx.layout.card,"Cube"],0));(Ext.cmd.derive("Ext.fx.layout.card.ScrollCover",Ext.fx.layout.card.Scroll,{onActiveItemChange:function(c,h,d,e){var i,a,k,j,b,g;this.currentEventController=e;this.inItem=h;if(h&&d){i=this.getLayout().container.innerElement;a=i.getSize();k=this.calculateXY(a);j={easing:this.getEasing(),duration:this.getDuration()};h.renderElement.dom.style.setProperty("visibility","hidden","important");b=h.setTranslatable(true).getTranslatable();g=d.setTranslatable(true).getTranslatable();g.translate({x:0,y:0});b.translate({x:k.left,y:k.top});b.getWrapper().dom.style.setProperty("z-index","100","important");h.show();b.on({animationstart:"onInAnimationStart",animationend:"onInAnimationEnd",scope:this});b.translateAnimated({x:0,y:0},j);e.pause()}},onInAnimationStart:function(){this.inItem.renderElement.dom.style.removeProperty("visibility")},onInAnimationEnd:function(){this.inItem.getTranslatable().getWrapper().dom.style.removeProperty("z-index");this.currentEventController.resume()}},0,0,0,0,["fx.layout.card.scrollcover"],0,[Ext.fx.layout.card,"ScrollCover"],0));(Ext.cmd.derive("Ext.fx.layout.card.ScrollReveal",Ext.fx.layout.card.Scroll,{onActiveItemChange:function(c,h,d,e){var i,a,k,j,g,b;this.currentEventController=e;this.outItem=d;this.inItem=h;if(h&&d){i=this.getLayout().container.innerElement;a=i.getSize();k=this.calculateXY(a);j={easing:this.getEasing(),duration:this.getDuration()};g=d.setTranslatable(true).getTranslatable();b=h.setTranslatable(true).getTranslatable();g.getWrapper().dom.style.setProperty("z-index","100","important");g.translate({x:0,y:0});b.translate({x:0,y:0});h.show();g.on({animationend:"onOutAnimationEnd",scope:this});g.translateAnimated({x:k.x,y:k.y},j);e.pause()}},onOutAnimationEnd:function(){this.outItem.getTranslatable().getWrapper().dom.style.removeProperty("z-index");this.currentEventController.resume()}},0,0,0,0,["fx.layout.card.scrollreveal"],0,[Ext.fx.layout.card,"ScrollReveal"],0));(Ext.cmd.derive("Ext.fx.runner.CssAnimation",Ext.fx.runner.Css,{constructor:function(){this.runningAnimationsMap={};this.elementEndStates={};this.animationElementMap={};this.keyframesRulesCache={};this.uniqueId=0;return Ext.fx.runner.Css.prototype.constructor.apply(this,arguments)},attachListeners:function(){this.listenersAttached=true;Ext.getWin().on({animationstart:"onAnimationStart",animationend:"onAnimationEnd",scope:this})},onAnimationStart:function(h){var b=h.browserEvent.animationName,a=this.animationElementMap[b],g=this.runningAnimationsMap[a][b],i=this.elementEndStates,c=i[a],d={};if(c){delete i[a];d[a]=c;this.applyStyles(d)}if(g.before){d[a]=g.before;this.applyStyles(d)}},onAnimationEnd:function(j){var c=j.target,b=j.browserEvent.animationName,d=this.animationElementMap,a=d[b],g=this.runningAnimationsMap,i=g[a],h=i[b];if(h.onBeforeEnd){h.onBeforeEnd.call(h.scope||this,c)}if(h.onEnd){h.onEnd.call(h.scope||this,c)}delete d[b];delete i[b];this.removeKeyframesRule(b)},generateAnimationId:function(){return"animation-"+(++this.uniqueId)},run:function(g){var t={},u=this.elementEndStates,p=this.animationElementMap,s=this.runningAnimationsMap,b,d,j,l,q,h,r,v,n,m,c,e,a,k,o;if(!this.listenersAttached){this.attachListeners()}g=Ext.Array.from(g);for(q=0,h=g.length;q1)},updateRowCls:function(b,a){this.rowElement.replaceCls(a,b)},updateSelected:function(c,e){var d=this,a=d.selectedCls,b=d.getToolElement();Ext.list.AbstractTreeItem.prototype.updateSelected.call(this,c,e);d.element.toggleCls(a,c);if(b){b.toggleCls(a,c)}},updateSelectedParent:function(b){var c=this;c.element.toggleCls(c.selectedParentCls,b);var a=c.getToolElement();if(a){a.toggleCls(c.selectedCls,b)}},updateText:function(a){this.textElement.update(a)},privates:{doNodeUpdate:function(a){Ext.list.AbstractTreeItem.prototype.doNodeUpdate.call(this,a);this.setRowCls(a&&a.data[this.rowClsProperty])},doIconCls:function(c,b,a){if(a){c.removeCls(a)}if(b){c.addCls(b)}},syncIndent:function(){var c=this,a=c.getIndent(),b=c.getNode(),d;if(b){d=b.data.depth-1;c.wrapElement.dom.style.marginLeft=(d*a)+"px"}},updateExpandCls:function(){if(!this.updatingExpandCls){var e=this,c=e.getExpandable(),d=e.element,b=e.getExpanded(),a=e.expandedCls,g=e.collapsedCls;e.updatingExpandCls=true;d.toggleCls(e.expandableCls,c);if(c){d.toggleCls(a,b);d.toggleCls(g,!b)}else{d.removeCls([a,g])}e.updatingExpandCls=false}},updateIndent:function(b,a){this.syncIndent();Ext.list.AbstractTreeItem.prototype.updateIndent.call(this,b,a)}}},1,["treelistitem"],["widget","treelistitem"],{widget:true,treelistitem:true},["widget.treelistitem"],0,[Ext.list,"TreeItem"],0));Ext.define("Ext.overrides.list.TreeItem",{override:"Ext.list.TreeItem",createFloater:function(){var d=this,a=d.getOwner(),e=a.getUi(),b="x-treelist",c;if(e){b+=" "+b+"-"+e}d.floater=c=new Ext.container.Container({cls:b+" x-treelist-floater",floating:true,width:200,shadow:false,renderTo:Ext.getBody(),listeners:{element:"el",click:function(g){return a.onClick(g)}}});c.add(d);c.show();c.el.alignTo(d.getToolElement(),"tr?");return c},runAnimation:function(a){return this.itemContainer.addAnimation(a)},stopAnimation:function(a){a.jumpToEnd()}});(Ext.cmd.derive("Ext.list.Tree",Ext.Widget,{expanderFirstCls:"x-treelist-expander-first",expanderOnlyCls:"x-treelist-expander-only",highlightPathCls:"x-treelist-highlight-path",microCls:"x-treelist-micro",uiPrefix:"x-treelist-",element:{reference:"element",cls:"x-treelist x-unselectable",listeners:{click:"onClick",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",mouseover:"onMouseOver"},children:[{reference:"toolsElement",cls:"x-treelist-toolstrip",listeners:{click:"onToolStripClick",mouseover:"onToolStripMouseOver"}}]},cachedConfig:{animation:{duration:500,easing:"ease"},expanderFirst:true,expanderOnly:true},config:{defaults:{xtype:"treelistitem"},highlightPath:null,iconSize:null,indent:null,micro:null,overItem:null,selection:null,selectOnExpander:false,singleExpand:null,store:null,ui:null},twoWayBindable:{selection:1},publishes:{selection:1},defaultBindProperty:"store",constructor:function(a){Ext.Widget.prototype.constructor.call(this,a);this.publishState("selection",this.getSelection())},beforeLayout:function(){this.syncIconSize()},destroy:function(){var a=this;a.destroying=true;a.unfloatAll();a.activeFloater=null;a.setSelection(null);a.setStore(null);Ext.Widget.prototype.destroy.call(this)},updateOverItem:function(g,a){var e={},d=2,h,b;for(h=g;h;h=this.getItem(b.parentNode)){b=h.getNode();e[b.internalId]=true;h.setOver(d);d=1}if(a){for(h=a;h;h=this.getItem(b.parentNode)){b=h.getNode();if(e[b.internalId]){break}h.setOver(0)}}},applySelection:function(c,a){var b=this.getStore();if(!b){c=null}if(c&&c.get("selectable")===false){c=a}return c},updateSelection:function(b,a){var d=this,c;if(!d.destroying){c=d.getItem(a);if(c){c.setSelected(false)}c=d.getItem(b);if(c){c.setSelected(true)}d.fireEvent("selectionchange",d,b)}},applyStore:function(a){return a&&Ext.StoreManager.lookup(a,"tree")},updateStore:function(b,d){var c=this,a;if(d){if(d.getAutoDestroy()){d.destroy()}else{c.storeListeners.destroy()}c.removeRoot();c.storeListeners=null}if(b){c.storeListeners=b.on({destroyable:true,scope:c,nodeappend:c.onNodeAppend,nodecollapse:c.onNodeCollapse,nodeexpand:c.onNodeExpand,nodeinsert:c.onNodeInsert,noderemove:c.onNodeRemove,rootchange:c.onRootChange,update:c.onNodeUpdate});a=b.getRoot();if(a){c.createRootItem(a)}}if(!c.destroying){c.updateLayout()}},updateExpanderFirst:function(a){this.element.toggleCls(this.expanderFirstCls,a)},updateExpanderOnly:function(a){this.element.toggleCls(this.expanderOnlyCls,!a)},updateHighlightPath:function(a){this.element.toggleCls(this.highlightPathCls,a)},updateMicro:function(a){var b=this;if(!a){b.unfloatAll();b.activeFloater=null}b.element.toggleCls(b.microCls,a)},updateUi:function(d,a){var c=this.element,b=this.uiPrefix;if(a){c.removeCls(b+a)}if(d){c.addCls(b+d)}delete this.iconSize;this.syncIconSize()},getItem:function(b){var c=this.itemMap,a;if(b&&c){a=c[b.internalId]}return a||null},getItemConfig:function(b,a){return Ext.apply({parentItem:a.isRootListItem?null:a,owner:this,node:b,indent:this.getIndent()},this.getDefaults())},privates:{checkForOutsideClick:function(b){var a=this.activeFloater;if(!a.element.contains(b.target)){this.unfloatAll()}},collapsingForExpand:false,createItem:function(d,b){var c=Ext.create(this.getItemConfig(d,b)),a;if(b.isRootListItem){a=c.getToolElement();if(a){this.toolsElement.appendChild(a);a.dom.setAttribute("data-recordId",d.internalId);a.isTool=true}}return(this.itemMap[d.internalId]=c)},createRootItem:function(a){var c=this,b;c.itemMap={};c.rootItem=b=new Ext.list.RootTreeItem({indent:c.getIndent(),node:a,owner:c});c.element.appendChild(b.element);c.itemMap[a.internalId]=b},floatItem:function(d,b){var c=this,a;if(d.getFloated()){return}c.unfloatAll();c.activeFloater=a=d;c.floatedByHover=b;d.setFloated(true);if(b){d.getToolElement().on("mouseleave",c.checkForMouseLeave,c);a.element.on("mouseleave",c.checkForMouseLeave,c)}else{Ext.on("mousedown",c.checkForOutsideClick,c)}},onClick:function(b){var a=b.getTarget("[data-recordId]"),c;if(a){c=a.getAttribute("data-recordId");a=this.itemMap[c];if(a){a.onClick(b)}}},onMouseEnter:function(a){this.onMouseOver(a)},onMouseLeave:function(){this.setOverItem(null)},onMouseOver:function(b){var a=Ext.Component.fromElement(b.getTarget());this.setOverItem(a&&a.isTreeListItem&&a)},checkForMouseLeave:function(c){var b=this.activeFloater,a=c.getRelatedTarget();if(b){if(a!==b.getToolElement().dom&&!b.element.contains(a)){this.unfloatAll()}}},onNodeAppend:function(a,c){if(a){var b=this.itemMap[a.internalId];if(b){b.nodeInsert(c,null)}}},onNodeCollapse:function(b){var a=this.itemMap[b.internalId];if(a){a.nodeCollapse(b,this.collapsingForExpand)}},onNodeExpand:function(g){var e=this,d=e.itemMap[g.internalId],h,b,c,a,j;if(d){if(!d.isRootItem&&e.getSingleExpand()){e.collapsingForExpand=true;a=(d.getParentItem()||e.rootItem).getNode();h=a.childNodes;for(c=0,b=h.length;c"){this.isParentReference=true;b=b.substring(0,a)}return b}}},0,0,0,0,0,0,[Ext.mixin,"Container"],0));(Ext.cmd.derive("Ext.mixin.Hookable",Ext.Mixin,{mixinConfig:{id:"hookable"},bindHook:function(a,d,i,c,b){if(!i){i=d}var g=a[d],e,h;if(g&&g.hasOwnProperty("$binding")){h=g.$binding;if(h.bindingMethod===i&&h.bindingScope===this){return this}}a[d]=e=function(){var l=e.$binding,k=l.bindingScope,j=Array.prototype.slice.call(arguments);j.push(arguments);if(b){j.push.apply(j,b)}if(!l.preventDefault&&k[l.bindingMethod].apply(k,j)!==false){return l.boundFn.apply(this,arguments)}};e.$binding={preventDefault:!!c,boundFn:g,bindingMethod:i,bindingScope:this};return this},unbindHook:function(a,b,h){if(!h){h=b}var d=a[b],e=d.$binding,c,g;while(e){c=e.boundFn;if(e.bindingMethod===h&&e.bindingScope===this){if(g){g.boundFn=c}else{a[b]=c}return this}g=e;e=c.$binding}return this}},0,0,0,0,0,0,[Ext.mixin,"Hookable"],0));Ext.define("Ext.mixin.Mashup",function(a){return{extend:"Ext.Mixin",mixinConfig:{id:"mashup",extended:function(c,b){a.process(b)}},statics:{process:function(e){var c=e.prototype,g=c.requiredScripts,b=e._classHooks,d=b.onCreated;if(g){delete c.requiredScripts;b.onCreated=function(){var i=this,h=Ext.Array.slice(arguments);Ext.Loader.loadScripts({url:g,cache:true,onLoad:function(){b.onCreated=d;b.onCreated.call(i,h)}})}}}},onClassMixedIn:function(b){a.process(b)}}});(Ext.cmd.derive("Ext.mixin.Responsive",Ext.Mixin,function(a){return{mixinConfig:{id:"responsive",after:{destroy:"destroy"}},config:{responsiveConfig:{$value:undefined,merge:function(h,c,g,e){if(!h){return c}var b=c?Ext.Object.chain(c):{},d;for(d in h){if(!e||!(d in b)){b[d]={fn:null,config:h[d]}}}return b}},responsiveFormulas:{$value:0,merge:function(e,b,d,c){return this.mergeNew(e,b,d,c)}}},destroy:function(){a.unregister(this);this.callParent()},privates:{statics:{active:false,all:{},context:Ext.Object.chain(Ext.platformTags),count:0,nextId:0,activate:function(){a.active=true;a.updateContext();Ext.on("resize",a.onResize,a)},deactivate:function(){a.active=false;Ext.un("resize",a.onResize,a)},notify:function(){var d=a.all,c=a.context,b=Ext.GlobalEvents,g=a.timer,e;if(g){a.timer=null;Ext.Function.cancelAnimationFrame(g)}a.updateContext();Ext.suspendLayouts();b.fireEvent("beforeresponsiveupdate",c);for(e in d){d[e].setupResponsiveContext()}b.fireEvent("beginresponsiveupdate",c);for(e in d){d[e].updateResponsiveState()}b.fireEvent("responsiveupdate",c);Ext.resumeLayouts(true)},onResize:function(){if(!a.timer){a.timer=Ext.Function.requestAnimationFrame(a.onTimer)}},onTimer:function(){a.timer=null;a.notify()},processConfig:function(b,i,g){var h=i&&i[g],e=b.config,c,d;if(h){d=b.getConfigurator();c=d.configs[g];e[g]=c.merge(h,e[g],b)}},register:function(b){var c=b.$responsiveId;if(!c){b.$responsiveId=c=++a.nextId;a.all[c]=b;if(++a.count===1){a.activate()}}},unregister:function(b){var c=b.$responsiveId;if(c in a.all){b.$responsiveId=null;delete a.all[c];if(--a.count===0){a.deactivate()}}},updateContext:function(){var e=Ext.Element,d=e.getViewportWidth(),b=e.getViewportHeight(),c=a.context;c.width=d;c.height=b;c.tall=dh){e=h;h=c;c=e}for(d=c;d<=h;d++){a.push(b.getAt(d))}this.doMultiSelect(a,j)},select:function(c,e,b){var d=this,a;if(d.getDisableSelection()){return}if(typeof c==="number"){c=[d.getStore().getAt(c)]}if(!c){return}if(d.getMode()=="SINGLE"&&c){a=c.length?c[0]:c;d.doSingleSelect(a,b)}else{d.doMultiSelect(c,e,b)}},doSingleSelect:function(a,b){var d=this,c=d.selected;if(d.getDisableSelection()){return}if(d.isSelected(a)){return}if(c.getCount()>0){d.deselect(d.getLastSelected(),b)}c.add(a);d.setLastSelected(a);d.onItemSelect(a,b);d.setLastFocused(a);if(!b){d.fireSelectionChange([a])}},doMultiSelect:function(a,k,j){if(a===null||this.getDisableSelection()){return}a=!Ext.isArray(a)?[a]:a;var g=this,b=g.selected,e=a.length,h=false,c=0,d;if(!k&&b.getCount()>0){h=true;g.deselect(g.getSelections(),true)}for(;c0},refreshSelection:function(){var b=this,a=b.getSelections();b.deselectAll(true);if(a.length){b.select(a,false,true)}},onSelectionStoreRemove:function(c,b){var h=this,e=h.selected,g=b.length,j,a,d;if(h.getDisableSelection()){return}for(d=0;d',''," ({childCount} children)","",''," ({depth} deep)","",'',", {type}: {[this.time(values.sum)]} msec (","avg={[this.time(values.sum / parent.count)]}",")","","
    "].join(""),{time:function(m){return Math.round(m*100)/100}})}var l=this.getData(k);l.name=this.name;l.pure.type="Pure";l.total.type="Total";l.times=[l.pure,l.total];return d.apply(l)},getData:function(k){var l=this;return{count:l.count,childCount:l.childCount,depth:l.maxDepth,pure:g(l.count,l.childCount,k,l.pure),total:g(l.count,l.childCount,k,l.total)}},enter:function(){var k=this,l={accum:k,leave:e,childTime:0,parent:c};++k.depth;if(k.maxDepth0){k=i==="this"?this:typeof i==="string"?this[i]:typeof i==="number"?arguments[i]:null;if(k){n=k.id}if(n!=null){console.log(h+" for "+n+": "+m+"ms")}else{console.log(h+" for unknown: "+m+"ms")}if(console.trace){console.trace()}}return j}})(g,b[g])}Ext.override(a,d)}}}}},1,0,0,0,0,0,[Ext.perf,"Monitor",Ext,"Perf"],0));(Ext.cmd.derive("Ext.plugin.Abstract",Ext.Base,{alternateClassName:"Ext.AbstractPlugin",isPlugin:true,constructor:function(a){if(a){this.pluginConfig=a;this.initConfig(a)}},clonePlugin:function(a){return new this.self(Ext.apply({},a,this.pluginConfig))},setCmp:function(a){this.cmp=a},getCmp:function(){return this.cmp},init:Ext.emptyFn,destroy:function(){this.cmp=this.pluginConfig=null;this.callParent()},onClassExtended:function(b,d,a){var c=d.alias;if(c&&!d.ptype){if(Ext.isArray(c)){c=c[0]}b.prototype.ptype=c.split("plugin.")[1]}},resolveListenerScope:function(d){var c=this,b=c.getCmp(),a;if(b){a=b.resolveSatelliteListenerScope(c,d)}return a||c.mixins.observable.resolveListenerScope.call(c,d)}},1,0,0,0,0,0,[Ext.plugin,"Abstract",Ext,"AbstractPlugin"],0));Ext.define("Ext.overrides.plugin.Abstract",{override:"Ext.plugin.Abstract",$configStrict:false,$configPrefixed:false,disabled:false,getState:null,applyState:null,enable:function(){this.disabled=false},disable:function(){this.disabled=true}});(Ext.cmd.derive("Ext.plugin.LazyItems",Ext.plugin.Abstract,{init:function(a){Ext.plugin.Abstract.prototype.init.apply(this,arguments);if(this.items){if(this.eagerInstantiation){this.items=a.prepareItems(this.items)}}a.beforeRender=Ext.Function.createInterceptor(a.beforeRender,this.beforeComponentRender,this)},beforeComponentRender:function(){this.cmp.add(this.items);this.cmp.beforeComponentRender=null}},0,0,0,0,["plugin.lazyitems"],0,[Ext.plugin,"LazyItems"],0));(Ext.cmd.derive("Ext.util.Base64",Ext.Base,{singleton:true,_str:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(e){var d=this;var a="",n,l,j,m,k,h,g,b=0;e=d._utf8_encode(e);var c=e.length;while(b>2;k=((n&3)<<4)|(l>>4);h=((l&15)<<2)|(j>>6);g=j&63;if(isNaN(l)){h=g=64}else{if(isNaN(j)){g=64}}a=a+d._str.charAt(m)+d._str.charAt(k)+d._str.charAt(h)+d._str.charAt(g)}return a},decode:function(e){var d=this;var a="",n,l,j,m,k,h,g,b=0;e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");var c=e.length;while(b>4);l=((k&15)<<4)|(h>>2);j=((h&3)<<6)|g;a=a+String.fromCharCode(n);if(h!==64){a=a+String.fromCharCode(l)}if(g!==64){a=a+String.fromCharCode(j)}}a=d._utf8_decode(a);return a},_utf8_encode:function(d){d=d.replace(/\r\n/g,"\n");var b="",g=0,a=d.length;for(;g127)&&(e<2048)){b+=String.fromCharCode((e>>6)|192);b+=String.fromCharCode((e&63)|128)}else{b+=String.fromCharCode((e>>12)|224);b+=String.fromCharCode(((e>>6)&63)|128);b+=String.fromCharCode((e&63)|128)}}}return b},_utf8_decode:function(b){var e="",h=0,j=0,d=0,g=0,a=b.length;while(h191)&&(j<224)){g=b.charCodeAt(h+1);e+=String.fromCharCode(((j&31)<<6)|(g&63));h+=2}else{g=b.charCodeAt(h+1);d=b.charCodeAt(h+2);e+=String.fromCharCode(((j&15)<<12)|((g&63)<<6)|(d&63));h+=3}}}return e}},0,0,0,0,0,0,[Ext.util,"Base64"],0));(Ext.cmd.derive("Ext.util.DelimitedValue",Ext.Base,{dateFormat:"C",delimiter:"\t",lineBreak:"\n",quote:'"',parseREs:{},quoteREs:{},lineBreakRe:/\r?\n/g,constructor:function(a){if(a){Ext.apply(this,a)}},decode:function(k,b){var i=this,c=(b||i.delimiter),n=[],o=[n],a=i.quote,g=i.quoteREs,l=i.parseREs,m=l[c]||(l[c]=new RegExp("(\\"+c+"|\\r?\\n|\\r|^)(?:\\"+a+"([^\\"+a+"]*(?:\\"+a+"\\"+a+"[^\\"+a+"]*)*)\\"+a+'|([^"\\'+c+"\\r\\n]*))","gi")),e=g[a]||(g[a]=new RegExp("\\"+a+"\\"+a,"g")),h,d,j;while(h=m.exec(k)){d=h[1];if(d.length&&d!==c){o.push(n=[])}if(h[2]){j=h[2].replace(e,'"')}else{j=h[3]}n.push(j)}return o},encode:function(m,c){var j=this,e=c||j.delimiter,d=j.dateFormat,b=j.quote,k=b+b,l=m.length,h=j.lineBreakRe,o=[],a=[],g,i,n;while(l-->0){n=m[l];a.length=i=n.length;while(i-->0){g=n[i];if(g==null){g=""}else{if(typeof g==="string"){if(g){if(g.indexOf(b)>-1){g=b+g.split(b).join(k)+b}else{if(g.indexOf(e)>-1||h.test(g)){g=b+g+b}}}}else{if(Ext.isDate(g)){g=Ext.Date.format(g,d)}}}a[i]=g}o[l]=a.join(e)}return o.join(j.lineBreak)}},1,0,0,0,0,0,[Ext.util,"DelimitedValue"],0));(Ext.cmd.derive("Ext.util.CSV",Ext.util.DelimitedValue,{singleton:true,delimiter:","},0,0,0,0,0,0,[Ext.util,"CSV"],0));(Ext.cmd.derive("Ext.util.ItemCollection",Ext.util.MixedCollection,{alternateClassName:"Ext.ItemCollection",getKey:function(a){return a.getItemId&&a.getItemId()},has:function(a){return this.map.hasOwnProperty(a.getId())}},0,0,0,0,0,0,[Ext.util,"ItemCollection",Ext,"ItemCollection"],0));(Ext.cmd.derive("Ext.util.LocalStorage",Ext.Base,{id:null,destroyed:false,lazyKeys:true,prefix:"",session:false,_keys:null,_store:null,_users:0,statics:{cache:{},get:function(e){var d=this,b=d.cache,c={_users:1},a;if(Ext.isString(e)){c.id=e}else{Ext.apply(c,e)}if(!(a=b[c.id])){a=new d(c)}else{++a._users}return a},supported:true},constructor:function(a){var b=this;Ext.apply(b,a);if(b._users){Ext.util.LocalStorage.cache[b.id]=b}b.init()},init:function(){var a=this,b=a.id;if(!a.prefix&&b){a.prefix=b+"-"}a._store=(a.session?window.sessionStorage:window.localStorage)},destroy:function(){var a=this;delete Ext.util.LocalStorage.cache[a.id];a._store=a._keys=null;a.callParent()},getKeys:function(){var e=this,a=e._store,g=e.prefix,d=e._keys,h=g.length,c,b;if(!d){e._keys=d=[];for(c=a.length;c--;){b=a.key(c);if(b.length>h){if(g===b.substring(0,h)){d.push(b.substring(h))}}}}return d},release:function(){if(!--this._users){this.destroy()}},save:Ext.emptyFn,clear:function(){var d=this,a=d._store,e=d.prefix,c=d._keys||d.getKeys(),b;for(b=c.length;b--;){a.removeItem(e+c[b])}c.length=0},key:function(a){var b=this._keys||this.getKeys();return(0<=a&&a-1&&c','
    role="presentation"','class="{innerCtCls}">',"{%this.renderBody(out,values)%}","
    ",""],beginLayout:function(a){Ext.layout.container.Container.prototype.beginLayout.apply(this,arguments);this.initContextItems(a)},beforeLayoutCycle:function(d){var b=this.owner,c=b.inheritedState,a=b.inheritedStateInner;if(!c||c.invalid){c=b.getInherited();a=b.inheritedStateInner}if(d.widthModel.shrinkWrap){a.inShrinkWrapTable=true}else{delete a.inShrinkWrapTable}},beginLayoutCycle:function(d){var j=this,b=j.outerCt,h=j.lastOuterCtWidth||"",g=j.lastOuterCtHeight||"",k=j.lastOuterCtTableLayout||"",a=d.state,l,e,m,c,i;Ext.layout.container.Container.prototype.beginLayoutCycle.apply(this,arguments);e=m=c="";if(!d.widthModel.shrinkWrap){e="100%";i=j.owner.inheritedStateInner;l=j.getOverflowXStyle(d);c=(i.inShrinkWrapTable||l==="auto"||l==="scroll")?"":"fixed"}if(!d.heightModel.shrinkWrap&&!Ext.supports.PercentageHeightOverflowBug){m="100%"}if((e!==h)||j.hasOuterCtPxWidth){b.setStyle("width",e);j.lastOuterCtWidth=e;j.hasOuterCtPxWidth=false}if(c!==k){b.setStyle("table-layout",c);j.lastOuterCtTableLayout=c}if((m!==g)||j.hasOuterCtPxHeight){b.setStyle("height",m);j.lastOuterCtHeight=m;j.hasOuterCtPxHeight=false}if(j.hasInnerCtPxHeight){j.innerCt.setStyle("height","");j.hasInnerCtPxHeight=false}a.overflowAdjust=a.overflowAdjust||j.lastOverflowAdjust},calculate:function(c){var a=this,b=c.state,e=a.getContainerSize(c,true),d=b.calculatedItems||(b.calculatedItems=a.calculateItems?a.calculateItems(c,e):true);a.setCtSizeIfNeeded(c,e);if(d&&c.hasDomProp("containerChildrenSizeDone")){a.calculateContentSize(c);if(e.gotAll){if(a.manageOverflow&&!c.state.secondPass&&!a.reserveScrollbar){a.calculateOverflow(c,e)}return}}a.done=false},calculateContentSize:function(g){var e=this,a=((g.widthModel.shrinkWrap?1:0)|(g.heightModel.shrinkWrap?2:0)),c=(a&1)||undefined,h=(a&2)||undefined,d=0,b=g.props;if(c){if(isNaN(b.contentWidth)){++d}else{c=undefined}}if(h){if(isNaN(b.contentHeight)){++d}else{h=undefined}}if(d){if(c&&!g.setContentWidth(e.measureContentWidth(g))){e.done=false}if(h&&!g.setContentHeight(e.measureContentHeight(g))){e.done=false}}},calculateOverflow:function(c){var h=this,b,j,a,g,e,d,i;e=(h.getOverflowXStyle(c)==="auto");d=(h.getOverflowYStyle(c)==="auto");if(e||d){a=Ext.getScrollbarSize();i=c.overflowContext.el.dom;g=0;if(i.scrollWidth>i.clientWidth){g|=1}if(i.scrollHeight>i.clientHeight){g|=2}b=(d&&(g&2))?a.width:0;j=(e&&(g&1))?a.height:0;if(b!==h.lastOverflowAdjust.width||j!==h.lastOverflowAdjust.height){h.done=false;c.invalidate({state:{overflowAdjust:{width:b,height:j},overflowState:g,secondPass:true}})}}},completeLayout:function(a){this.lastOverflowAdjust=a.state.overflowAdjust},doRenderBody:function(c,e){var d=e.$layout,a=Ext.XTemplate,g=d.beforeBodyTpl,b=d.afterBodyTpl;if(g){a.getTpl(d,"beforeBodyTpl").applyOut(e,c)}this.renderItems(c,e);this.renderContent(c,e);if(b){a.getTpl(d,"afterBodyTpl").applyOut(e,c)}},doRenderPadding:function(b,d){var c=d.$layout,a=d.$layout.owner,e=a[a.contentPaddingProperty];if(c.managePadding&&e){b.push("padding:",a.unitizeBox(e))}},finishedLayout:function(b){var a=this.innerCt;Ext.layout.container.Container.prototype.finishedLayout.apply(this,arguments);if(Ext.isIE8){a.repaint()}if(Ext.isOpera){a.setStyle("position","relative");a.dom.scrollWidth;a.setStyle("position","")}},getContainerSize:function(b,c){var a=Ext.layout.container.Container.prototype.getContainerSize.apply(this,arguments),d=b.state.overflowAdjust;if(d){a.width-=d.width;a.height-=d.height}return a},getRenderData:function(){var a=this,b=Ext.layout.container.Container.prototype.getRenderData.call(this);b.innerCtCls=a.innerCtCls;b.outerCtCls=a.outerCtCls;return b},getRenderTarget:function(){return this.innerCt},getElementTarget:function(){return this.innerCt},getOverflowXStyle:function(a){return a.overflowXStyle||(a.overflowXStyle=this.owner.scrollFlags.overflowX||a.overflowContext.getStyle("overflow-x"))},getOverflowYStyle:function(a){return a.overflowYStyle||(a.overflowYStyle=this.owner.scrollFlags.overflowY||a.overflowContext.getStyle("overflow-y"))},initContextItems:function(b){var a=this,d=b.target,c=a.owner.getOverflowEl();b.outerCtContext=b.getEl("outerCt",a);b.innerCtContext=b.getEl("innerCt",a);b.overflowContext=(c===b.el)?b:b.getEl(c);if(d[d.contentPaddingProperty]!==undefined){b.paddingContext=b.innerCtContext}},initLayout:function(){var c=this,b=Ext.getScrollbarSize().width,a=c.owner;Ext.layout.container.Container.prototype.initLayout.call(this);if(b&&c.manageOverflow&&!c.hasOwnProperty("lastOverflowAdjust")){if(a.scrollable||c.reserveScrollbar){c.lastOverflowAdjust={width:b,height:0}}}},measureContentHeight:function(b){var a=this.outerCt.getHeight(),c=b.target;if(this.managePadding&&(c[c.contentPaddingProperty]===undefined)){a+=b.targetContext.getPaddingInfo().height}return a},measureContentWidth:function(d){var g,c,b,a,e;if(this.chromeCellMeasureBug){g=this.innerCt.dom;c=g.style;b=c.display;if(b==="table-cell"){c.display="";g.offsetWidth;c.display=b}}if(Ext.isSafari){g=this.outerCt.dom;c=g.style;c.display="table-cell";g.offsetWidth;g.style.display=""}a=this.outerCt.getWidth();e=d.target;if(this.managePadding&&(e[e.contentPaddingProperty]===undefined)){a+=d.targetContext.getPaddingInfo().width}return a},setCtSizeIfNeeded:function(d,b){var e=this,l=b.height,h=d.paddingContext.getPaddingInfo(),j=e.getTarget(),k=e.getOverflowXStyle(d),c=(k==="auto"||k==="scroll"),a=Ext.getScrollbarSize(),g,i;if(l&&!d.heightModel.shrinkWrap){if(Ext.supports.PercentageHeightOverflowBug){g=true}if(Ext.isIE8){i=true}if((g||i)&&c&&(j.dom.scrollWidth>j.dom.clientWidth)){l=Math.max(l-a.height,0)}if(g){d.outerCtContext.setProp("height",l+h.height);e.hasOuterCtPxHeight=true}if(i){d.innerCtContext.setProp("height",l);e.hasInnerCtPxHeight=true}}},setupRenderTpl:function(a){Ext.layout.container.Container.prototype.setupRenderTpl.apply(this,arguments);a.renderPadding=this.doRenderPadding},getContentTarget:function(){return this.innerCt},getScrollerEl:function(){return this.outerCt}},0,0,0,0,["layout.auto","layout.autocontainer"],0,[Ext.layout.container,"Auto"],function(){this.prototype.chromeCellMeasureBug=Ext.isChrome&&Ext.chromeVersion>=26}));(Ext.cmd.derive("Ext.ZIndexManager",Ext.Base,{alternateClassName:"Ext.WindowGroup",statics:{zBase:9000,activeCounter:0},constructor:function(a){var b=this;b.id=Ext.id(null,"zindex-mgr-");b.zIndexStack=new Ext.util.Collection({sorters:{sorterFn:function(e,d){var c=(e.alwaysOnTop||0)-(d.alwaysOnTop||0);if(!c){c=e.getActiveCounter()-d.getActiveCounter()}return c}},filters:{filterFn:function(c){return c.isVisible()}}});b.zIndexStack.addObserver(b);b.front=null;b.globalListeners=Ext.GlobalEvents.on({beforehide:b.onComponentShowHide,show:b.onComponentShowHide,scope:b,destroyable:true});if(a){if(a.isContainer){a.on("resize",b.onContainerResize,b);b.zseed=Ext.Number.from(b.rendered?a.getEl().getStyle("zIndex"):undefined,b.getNextZSeed());b.targetEl=a.getTargetEl();b.container=a}else{Ext.on("resize",b.onContainerResize,b);b.zseed=b.getNextZSeed();b.targetEl=Ext.get(a)}}else{b.zseed=b.getNextZSeed();Ext.onInternalReady(function(){Ext.on("resize",b.onContainerResize,b);b.targetEl=Ext.getBody()})}},getId:function(){return this.id},getNextZSeed:function(){return(Ext.ZIndexManager.zBase+=10000)},setBase:function(a){this.zseed=a;return this.onCollectionSort()},onCollectionSort:function(){var k=this,e=k.front,j=e&&e.containsFocus,l=k.zseed,m=k.zIndexStack.getRange(),h=m.length,d,g,c,b,n=false;for(d=0;d0;){b=a[c];if(b.isComponent&&e.call(d||b,b)===false){return}}},destroy:function(){var d=this,b=d.zIndexStack.getRange(),a=b.length,c;for(c=0;c1){a.refresh()}if(b.hasListeners.afterlayout){b.fireEvent("afterlayout",b,c)}},beforeDestroy:function(){var b=this,a=b.items,d=b.floatingItems,e;if(a){while((e=a.first())){b.doRemove(e,true)}}if(d){while((e=d.first())){b.doRemove(e,true)}}Ext.destroy(b.layout);Ext.Component.prototype.beforeDestroy.call(this)},destroy:function(){var a=this;Ext.Component.prototype.destroy.call(this);if(a.items){a.items.destroy()}if(a.floatingItems){a.floatingItems.destroy()}a.refs=a.items=a.floatingItems=a.layout=null},beforeRender:function(){var b=this,a=b.getLayout(),c;b.preventChildDisable=true;Ext.Component.prototype.beforeRender.call(this);b.preventChildDisable=false;if(!a.initialized){a.initLayout()}c=a.targetCls;if(c){b.applyTargetCls(c)}},cascade:function(l,m,a){var k=this,e=k.items?k.items.items:[],g=e.length,d=0,j,h=a?a.concat(k):[k],b=h.length-1;if(l.apply(m||k,h)!==false){for(;d111&&a.keyCode<124){a.keyCode=-1}}catch(b){}}},getId:function(a){a=Ext.get(a);return a.id},getRelatedTarget:function(a){a=a.browserEvent||a;var b=a.relatedTarget;if(!b){if(this.mouseLeaveRe.test(a.type)){b=a.toElement}else{if(this.mouseEnterRe.test(a.type)){b=a.fromElement}}}return this.resolveTextNode(b)},getPageX:function(a){return this.getPageXY(a)[0]},getPageXY:function(c){c=c.browserEvent||c;var b=c.pageX,e=c.pageY,d=document.documentElement,a=document.body;if(!b&&b!==0){b=c.clientX+(d&&d.scrollLeft||a&&a.scrollLeft||0)-(d&&d.clientLeft||a&&a.clientLeft||0);e=c.clientY+(d&&d.scrollTop||a&&a.scrollTop||0)-(d&&d.clientTop||a&&a.clientTop||0)}return[b,e]},getPageY:function(a){return this.getPageXY(a)[1]},getTarget:function(a){a=a.browserEvent||a;return Ext.EventManager.resolveTextNode(a.target||a.srcElement)},resolveTextNode:Ext.isGecko?function(b){if(b){var a=HTMLElement.prototype.toString.call(b);if(a!=="[xpconnect wrapped native prototype]"&&a!=="[object XULElement]"){return b.nodeType===3?b.parentNode:b}}}:function(a){return a&&a.nodeType===3?a.parentNode:a}},0,0,0,0,0,0,[Ext,"EventManager"],function(a){a.on=a.addListener;a.un=a.removeListener}));(Ext.cmd.derive("Ext.Img",Ext.Component,{autoEl:"img",baseCls:"x-img",config:{src:null},alt:"",title:"",imgCls:"",maskOnDisable:false,initComponent:function(){if(this.glyph){this.autoEl="div"}Ext.Component.prototype.initComponent.call(this)},applySrc:function(a){return a&&Ext.resolveResource(a)},getElConfig:function(){var e=this,h=e.autoEl,b=Ext.Component.prototype.getElConfig.call(this),g=Ext._glyphFontFamily,d=e.glyph,a,c;if(h==="img"||(Ext.isObject(h)&&h.tag==="img")){a=b}else{if(e.glyph){if(typeof d==="string"){c=d.split("@");d=c[0];g=c[1]||g}b.html="&#"+d+";";if(g){b.style=b.style||{};b.style.fontFamily=g}b.role="img"}else{b.cn=[a={tag:"img",id:e.id+"-img"}]}}if(a){if(e.imgCls){a.cls=(a.cls?a.cls+" ":"")+e.imgCls}a.src=e.src||Ext.BLANK_IMAGE_URL}if(e.alt){(a||b).alt=e.alt}else{(a||b).alt=""}if(e.title){(a||b).title=e.title}return b},onRender:function(){var b=this,c=b.autoEl,a;Ext.Component.prototype.onRender.apply(this,arguments);a=b.el;if(c==="img"||(Ext.isObject(c)&&c.tag==="img")){b.imgEl=a}else{b.imgEl=a.getById(b.id+"-img")}},onDestroy:function(){var a=this,b=a.imgEl;if(b&&a.el!==b){b.destroy()}this.imgEl=null;Ext.Component.prototype.onDestroy.call(this)},getTitle:function(){return this.title},setTitle:function(c){var a=this,b=a.imgEl;a.title=c||"";if(b){b.dom.title=c||""}},getAlt:function(){return this.alt},setAlt:function(c){var a=this,b=a.imgEl;a.alt=c||"";if(b){b.dom.alt=c||""}},updateSrc:function(b){var a=this.imgEl;if(a){a.dom.src=b||Ext.BLANK_IMAGE_URL}},setGlyph:function(e){var d=this,g=Ext._glyphFontFamily,a=d.glyph,b=d.el,c;d.glyph=e;if(d.rendered&&e!==a){if(typeof e==="string"){c=e.split("@");e=c[0];g=c[1]||g}b.dom.innerHTML="&#"+e+";";if(g){b.setStyle("font-family",g)}}}},0,["image","imagecomponent"],["component","box","image","imagecomponent"],{component:true,box:true,image:true,imagecomponent:true},["widget.image","widget.imagecomponent"],0,[Ext,"Img"],0));(Ext.cmd.derive("Ext.util.StoreHolder",Ext.Base,{mixinId:"storeholder",bindStore:function(b,c,a){a=a||"store";var d=this,e=c?null:d[a];if(b!==e){if(e){d.onUnbindStore(e,c,a);if(d.isComponent&&a==="store"&&e.autoDestroy){e.destroy()}else{d.unbindStoreListeners(e)}}if(b){d[a]=b=Ext.data.StoreManager.lookup(b);d.bindStoreListeners(b);d.onBindStore(b,e)}else{d[a]=null}}return d},getStore:function(){return this.store},setStore:function(a){this.bindStore(a)},unbindStoreListeners:function(a){var b=this.storeListeners;if(b){a.un(b)}},bindStoreListeners:function(a){var b=this.getStoreListeners(a);if(b){b=Ext.apply({},b);if(!b.scope){b.scope=this}this.storeListeners=b;a.on(b)}},getStoreListeners:Ext.emptyFn,onUnbindStore:Ext.emptyFn,onBindStore:Ext.emptyFn},0,0,0,0,0,0,[Ext.util,"StoreHolder"],0));(Ext.cmd.derive("Ext.LoadMask",Ext.Component,{isLoadMask:true,msg:"Loading...",msgCls:"x-mask-loading",msgWrapCls:"x-mask-msg",useMsg:true,useTargetEl:false,cls:"x-mask",componentCls:"x-border-box",ariaRole:"status",focusable:true,tabIndex:0,autoEl:{tag:"div",role:"status"},childEls:["msgWrapEl","msgEl","msgTextEl"],renderTpl:['
    ','
    ','
    {msg}
    ',"
    ","
    "],maskOnDisable:false,skipLayout:true,constructor:function(b){var c=this,a;if(arguments.length===2){a=c.target=b;b=arguments[1]}else{a=b.target}Ext.Component.prototype.constructor.call(this,b);if(a.isComponent){c.ownerCt=a;c.hidden=true;c.renderTo=c.getMaskTarget();c.external=c.renderTo===Ext.getBody();c.bindComponent(a)}else{a=Ext.get(a);c.isElement=true;c.renderTo=c.target}c.render(c.renderTo);if(c.store){c.bindStore(c.store,true)}},initRenderData:function(){var a=Ext.Component.prototype.initRenderData.apply(this,arguments);a.msg=this.msg||"";return a},onRender:function(){Ext.Component.prototype.onRender.apply(this,arguments);this.maskEl=this.el},bindComponent:function(a){var c=this,b={scope:this,resize:c.sizeMask};if(c.external){b.added=c.onComponentAdded;b.removed=c.onComponentRemoved;if(a.floating){b.move=c.sizeMask;c.activeOwner=a}else{if(a.ownerCt){c.onComponentAdded(a.ownerCt)}}}c.mon(a,b);if(c.external){c.mon(Ext.GlobalEvents,{show:c.onContainerShow,hide:c.onContainerHide,expand:c.onContainerExpand,collapse:c.onContainerCollapse,scope:c})}},onComponentAdded:function(a){var b=this;delete b.activeOwner;b.floatParent=a;if(!a.floating){a=a.up("[floating]")}if(a){b.activeOwner=a;b.mon(a,"move",b.sizeMask,b);b.mon(a,"tofront",b.onOwnerToFront,b)}else{b.preventBringToFront=true}a=b.floatParent.ownerCt;if(b.rendered&&b.isVisible()&&a){b.floatOwner=a;b.mon(a,"afterlayout",b.sizeMask,b,{single:true})}},onComponentRemoved:function(a){var c=this,d=c.activeOwner,b=c.floatOwner;if(d){c.mun(d,"move",c.sizeMask,c);c.mun(d,"tofront",c.onOwnerToFront,c)}if(b){c.mun(b,"afterlayout",c.sizeMask,c)}delete c.activeOwner;delete c.floatOwner},afterRender:function(){var a=this;Ext.Component.prototype.afterRender.apply(this,arguments);if(Ext.isIE){a.el.on("mousedown",a.onMouseDown,a)}this.el.skipGarbageCollection=true},onMouseDown:function(b){var a=this.el;if(b.within(a)){b.preventDefault();a.focus()}},onOwnerToFront:function(a,b){this.el.setStyle("zIndex",b+1)},onContainerShow:function(a){if(!this.isHierarchicallyHidden()){this.onComponentShow()}},onContainerHide:function(a){if(this.isHierarchicallyHidden()){this.onComponentHide()}},onContainerExpand:function(a){if(!this.isHierarchicallyHidden()){this.onComponentShow()}},onContainerCollapse:function(a){if(this.isHierarchicallyHidden()){this.onComponentHide()}},onComponentHide:function(){var a=this;if(a.rendered&&a.isVisible()){a.hide();a.showNext=true}},onComponentShow:function(){if(this.showNext){this.show()}delete this.showNext},sizeMask:function(){var b=this,c=b.activeOwner||b.target,a=b.external?b.getOwner().el:b.getMaskTarget();if(b.rendered&&b.isVisible()){if(b.external){if(!b.isElement&&c.floating){b.onOwnerToFront(c,c.el.getZIndex())}b.el.setSize(a.getSize()).alignTo(a,"tl-tl")}b.msgWrapEl.center(b.el)}},bindStore:function(a,b){var c=this;Ext.destroy(c.proxyListeners);c.mixins.storeholder.bindStore.apply(c,arguments);a=c.store;if(a){while(a.getSource){a=a.getSource()}if(!a.loadsSynchronously()){c.proxyListeners=a.getProxy().on({exception:c.onLoad,scope:c,destroyable:true})}if(a.isLoading()){c.onBeforeLoad()}}},getStoreListeners:function(b){var d=this.onLoad,c=this.onBeforeLoad,a={cachemiss:c,cachefilled:{fn:d,buffer:100}};if(!b.loadsSynchronously()){a.beforeload=c;a.load=d}return a},onDisable:function(){Ext.Component.prototype.onDisable.apply(this,arguments);if(this.loading){this.onLoad()}},getOwner:function(){return this.ownerCt||this.ownerCmp||this.floatParent},getMaskTarget:function(){var a=this.getOwner();if(this.isElement){return this.target}return this.useTargetEl?a.getTargetEl():(a.getMaskTarget()||Ext.getBody())},onBeforeLoad:function(){var c=this,a=c.getOwner(),b;if(!c.disabled){c.loading=true;if(a.componentLayoutCounter){c.maybeShow()}else{b=a.afterComponentLayout;a.afterComponentLayout=function(){a.afterComponentLayout=b;b.apply(a,arguments);c.maybeShow()}}}},maybeShow:function(){var b=this,a=b.getOwner();if(!a.isVisible(true)){b.showNext=true}else{if(b.loading&&a.rendered){b.show()}}},hide:function(){var b=this,a=b.ownerCt;if(b.isElement){a.unmask();b.fireEvent("hide",this);return}if(a){a.enableTabbing();a.setMasked(false)}delete b.showNext;return Ext.Component.prototype.hide.apply(this,arguments)},show:function(){var a=this;if(a.isElement){a.ownerCt.mask(this.useMsg?this.msg:"",this.msgCls);a.fireEvent("show",this);return}return Ext.Component.prototype.show.apply(this,arguments)},afterShow:function(){var b=this,a=b.ownerCt;b.loading=true;Ext.Component.prototype.afterShow.apply(this,arguments);a.disableTabbing();a.setMasked(true);b.el.restoreTabbableState();b.syncMaskState()},syncMaskState:function(){var c=this,b=c.ownerCt,a=c.el;if(c.isVisible()){if(c.hasOwnProperty("msgWrapCls")){a.dom.className=c.msgWrapCls}if(c.useMsg){c.msgTextEl.setHtml(c.msg)}else{c.msgEl.hide()}if(c.shim||Ext.useShims){a.enableShim(null,true)}else{a.disableShim()}if(b.el.contains(Ext.Element.getActiveElement())){c.focus()}c.sizeMask()}},onLoad:function(){this.loading=false;this.hide()},beforeDestroy:function(){this.ownerCt=null;this.bindStore(null);Ext.Component.prototype.beforeDestroy.call(this)},onDestroy:function(){var a=this;if(a.isElement){a.ownerCt.unmask()}Ext.Component.prototype.onDestroy.call(this)}},1,["loadmask"],["component","box","loadmask"],{component:true,box:true,loadmask:true},["widget.loadmask"],[[Ext.util.StoreHolder.prototype.mixinId||Ext.util.StoreHolder.$className,Ext.util.StoreHolder]],[Ext,"LoadMask"],0));(Ext.cmd.derive("Ext.layout.component.Component",Ext.layout.Layout,{type:"component",isComponentLayout:true,nullBox:{},usesContentHeight:true,usesContentWidth:true,usesHeight:true,usesWidth:true,widthCache:{},heightCache:{},beginLayoutCycle:function(d,q){var l=this,c=l.owner,h=d.ownerCtContext,i=d.heightModel,j=d.widthModel,k=c.el.dom===document.body,g=c.lastBox||l.nullBox,n=c.el.lastBox||l.nullBox,a=!k,e=d.isTopLevel,m,o,b,p;Ext.layout.Layout.prototype.beginLayoutCycle.call(this,d,q);if(q){if(l.usesContentWidth){++d.consumersContentWidth}if(l.usesContentHeight){++d.consumersContentHeight}if(l.usesWidth){++d.consumersWidth}if(l.usesHeight){++d.consumersHeight}if(h&&!h.hasRawContent){m=c.ownerLayout;if(m){if(m.usesWidth){++d.consumersWidth}if(m.usesHeight){++d.consumersHeight}}}}if(j.configured){b=c[j.names.width];if(e&&j.calculatedFrom){b=g.width}if(!k){a=l.setWidthInDom||(q?b!==n.width:j.constrained)}d.setWidth(b,a)}else{if(e){if(j.calculated){o=g.width;d.setWidth(o,o!==n.width)}o=g.x;d.setProp("x",o,o!==n.x)}}if(i.configured){p=c[i.names.height];if(e&&i.calculatedFrom){p=g.height}if(!k){a=q?p!==n.height:i.constrained}d.setHeight(p,a)}else{if(e){if(i.calculated){o=g.height;d.setHeight(o,o!==n.height)}o=g.y;d.setProp("y",o,o!==n.y)}}},finishedLayout:function(b){var h=this,k=b.children,a=h.owner,e,c,j,d,g;if(k){e=k.length;for(c=0;c','
    {text}
    ',"
    ",'"],componentLayout:"progressbar",ariaRole:"progressbar",initRenderData:function(){var a=this,b=a.value||0;return Ext.apply(Ext.Component.prototype.initRenderData.call(this),{internalText:!a.hasOwnProperty("textEl"),text:a.text||" ",percentage:b*100})},onRender:function(){var a=this;Ext.Component.prototype.onRender.apply(this,arguments);if(a.textEl){a.textEl=Ext.get(a.textEl);a.updateText(a.text)}else{a.textEl=a.el.select("."+a.baseCls+"-text")}},updateValue:function(a){this.updateProgress(a,Math.round(a*100)+"%")},updateProgress:function(e,g,a){e=e||0;var d=this,b=d.value,c=d.getTextTpl();d.value=e||(e=0);if(g!=null){d.updateText(g)}else{if(c){d.updateText(c.apply({value:e,percent:e*100}))}}if(d.rendered&&!d.destroyed){if(a===true||(a!==false&&d.animate)){d.bar.stopAnimation();d.bar.animate(Ext.apply({from:{width:(b*100)+"%"},to:{width:(e*100)+"%"}},d.animate))}else{d.bar.setStyle("width",(e*100)+"%")}}d.fireEvent("update",d,e,g);return d},updateText:function(b){var a=this;a.text=b;if(a.rendered){a.textEl.setHtml(a.text)}return a},applyText:function(a){this.updateText(a)},getText:function(){return this.text},wait:function(c){var b=this,a;if(!b.waitTimer){a=b;c=c||{};b.updateText(c.text);b.waitTimer=Ext.TaskManager.start({run:function(d){var e=c.increment||10;d-=1;b.updateProgress(((((d+e)%e)+1)*(100/e))*0.01,null,c.animate)},interval:c.interval||1000,duration:c.duration,onStop:function(){if(c.fn){c.fn.apply(c.scope||b)}b.reset()},scope:a})}return b},isWaiting:function(){return this.waitTimer!==null},reset:function(a){var b=this;b.updateProgress(0);b.clearTimer();if(a===true){b.hide()}return b},clearTimer:function(){var a=this;if(a.waitTimer){a.waitTimer.onStop=null;Ext.TaskManager.stop(a.waitTimer);a.waitTimer=null}},onDestroy:function(){var b=this,a=b.bar;b.clearTimer();if(b.rendered){if(b.textEl.isComposite){b.textEl.clear()}Ext.destroyMembers(b,"textEl","progressBar");if(a&&b.animate){a.stopAnimation()}}Ext.Component.prototype.onDestroy.call(this)}},0,["progressbar"],["component","box","progressbar"],{component:true,box:true,progressbar:true},["widget.progressbar"],[[Ext.ProgressBase.prototype.mixinId||Ext.ProgressBase.$className,Ext.ProgressBase]],[Ext,"ProgressBar"],0));(Ext.cmd.derive("Ext.dom.ButtonElement",Ext.dom.Element,{setSize:function(d,a,b){var e=this,c=e.component;Ext.dom.Element.prototype.setSize.call(this,d,a,b);c.btnWrap.setStyle("table-layout",(!d||d==="auto")?"":"fixed");c.btnEl.setStyle("height",(!a||a==="auto")?"":"auto");return e},setStyle:function(g,e){var d=this,b=d.component,c,a;Ext.dom.Element.prototype.setStyle.call(this,g,e);if(g){if(g==="width"||(typeof g!=="string"&&"width" in g)){c=e||g.width;b.btnWrap.setStyle("table-layout",(!c||c==="auto")?"":"fixed")}if(g==="height"||(typeof g!=="string"&&"height" in g)){a=e||g.height;b.btnEl.setStyle("height",(!a||a==="auto")?"":"auto")}}return d},setHeight:function(a,b){Ext.dom.Element.prototype.setHeight.call(this,a,b);this.component.btnEl.setStyle("height",(!a||a==="auto")?"":"auto");return this},setWidth:function(b,a){Ext.dom.Element.prototype.setWidth.call(this,b,a);this.component.btnWrap.setStyle("table-layout",(!b||b==="auto")?"":"fixed");return this}},0,0,0,0,0,0,[Ext.dom,"ButtonElement"],0));(Ext.cmd.derive("Ext.button.Manager",Ext.Base,{singleton:true,alternateClassName:"Ext.ButtonToggleManager",groups:{},pressedButton:null,init:function(){var a=this;if(!a.initialized){Ext.getDoc().on({mouseup:a.onDocumentMouseUp,scope:a});a.initialized=true}},onButtonMousedown:function(a,c){var b=this.pressedButton;if(b){b.onMouseUp(c)}this.pressedButton=a},onDocumentMouseUp:function(b){var a=this.pressedButton;if(a){a.onMouseUp(b);this.pressedButton=null}},toggleGroup:function(b,e){if(e){var d=this.groups[b.toggleGroup],c=d.length,a;for(a=0;a{[values.$comp.renderIcon(values)]}{text}{[values.$comp.renderIcon(values)]}{[values.$comp.getAfterMarkup ? values.$comp.getAfterMarkup(values) : ""]} {closeText} tabindex="{tabIndex}" {$}="{.}">{arrowElText}
    ',iconTpl:'background-image:url({iconUrl});
    font-family:{glyphFontFamily};">&#{glyph};',scale:"small",allowedScales:["small","medium","large"],arrowAlign:"right",arrowCls:"arrow",maskOnDisable:false,shrinkWrap:3,frame:true,autoEl:{tag:"a",hidefocus:"on",unselectable:"on"},hasFrameTable:function(){return this.href&&this.frameTable},frameTableListener:function(){if(!this.disabled){this.doNavigate()}},doNavigate:function(){if(this.hrefTarget==="_blank"){window.open(this.getHref(),this.hrefTarget)}else{location.href=this.getHref()}},_triggerRegion:{},initComponent:function(){var a=this;a.addCls("x-unselectable");Ext.Component.prototype.initComponent.call(this);if(a.menu){a.split=true;a.setMenu(a.menu,false,true)}if(a.url){a.href=a.url}a.configuredWithPreventDefault=a.hasOwnProperty("preventDefault");if(a.href&&!a.configuredWithPreventDefault){a.preventDefault=false}if(Ext.isString(a.toggleGroup)&&a.toggleGroup!==""){a.enableToggle=true}if(a.html&&!a.text){a.text=a.html;delete a.html}},getElConfig:function(){var c=this,b=Ext.Component.prototype.getElConfig.call(this),a=c.getHref(),d=c.hrefTarget;if(b.tag==="a"){if(!c.disabled){b.tabIndex=c.tabIndex}if(a){if(!c.disabled){b.href=a;if(d){b.target=d}}}}if(!c.ariaStaticRoles[c.ariaRole]){if(c.menu&&!c.isSplitButton){b["aria-haspopup"]=true}if(c.enableToggle){b["aria-pressed"]=!!c.pressed}}return b},beforeRender:function(){Ext.Component.prototype.beforeRender.call(this);if(this.pressed){this.addCls(this._pressedCls)}},initRenderData:function(){return Ext.apply(Ext.Component.prototype.initRenderData.call(this),this.getTemplateArgs())},getMenu:function(){return this.menu||null},setMenu:function(i,h,e){var g=this,b=g.menu,a=g.isSplitButton?g.arrowEl&&g.arrowEl.dom:g.ariaEl.dom,c,d;if(b&&!e){if(h!==false&&g.destroyMenu){b.destroy()}b.ownerCmp=null}if(i){c=i.isMenu;i=Ext.menu.Manager.get(i,{ownerCmp:g});i.setOwnerCmp(g,c);i.menuClickBuffer=250;g.mon(i,{scope:g,show:g.onMenuShow,hide:g.onMenuHide});if(!b&&g.getArrowVisible()){g.split=true;if(g.rendered){g._addSplitCls();g.updateLayout()}}g.menu=i;if(a){a.setAttribute("aria-haspopup",true);a.setAttribute("aria-owns",i.id)}else{d=g.isSplitButton?(g.ariaArrowElAttributes||(g.ariaArrowElAttributes={})):(g.ariaRenderAttributes||(g.ariaRenderAttributes={}));d["aria-haspopup"]=true;d["aria-owns"]=i.id}}else{if(g.rendered){a.removeAttribute("aria-haspopup");a.removeAttribute("aria-owns");g._removeSplitCls();g.updateLayout()}else{d=g.isSplitButton?g.ariaArrowElAttributes:g.ariaRenderAttributes;if(d){delete d["aria-haspopup"];delete d["aria-owns"]}}g.split=false;g.menu=null}},onRender:function(){var c=this,d,a,b;Ext.Component.prototype.onRender.apply(this,arguments);a=c.el;if(c.tooltip){c.setTooltip(c.tooltip,true)}if(c.handleMouseEvents){b={scope:c,mouseover:c.onMouseOver,mouseout:c.onMouseOut,mousedown:c.onMouseDown};if(c.split){b.mousemove=c.onMouseMove}}else{b={scope:c}}if(Ext.supports.Touch){b.touchstart=c.onTouchStart}if(c.repeat){c.mon(new Ext.util.ClickRepeater(a,Ext.isObject(c.repeat)?c.repeat:{}),"click",c.onRepeatClick,c)}else{if(b[c.clickEvent]){d=true}else{b[c.clickEvent]=c.onClick}}c.mon(a,b);if(c.hasFrameTable()){c.mon(c.frameTable,"click",c.frameTableListener,c)}if(d){c.mon(a,c.clickEvent,c.onClick,c)}Ext.button.Manager.register(c)},onFocusLeave:function(a){Ext.Component.prototype.onFocusLeave.call(this,a);if(this.menu){this.menu.hide()}},getTemplateArgs:function(){var i=this,c=i._btnCls,e=i._baseIconCls,a=i.getIconAlign(),j=i.glyph,h=Ext._glyphFontFamily,k=i.text,d=i._hasIcon(),g=i._hasIconCls,b;if(typeof j==="string"){b=j.split("@");j=b[0];h=b[1]}return{split:i.isSplitButton,innerCls:i._innerCls,splitCls:i.getArrowVisible()?i.getSplitCls():"",iconUrl:i.icon,iconCls:i.iconCls,glyph:j,glyphCls:j?i._glyphCls:"",glyphFontFamily:h,text:k||" ",closeText:i.closeText,textCls:k?i._textCls:"",noTextCls:k?"":i._noTextCls,hasIconCls:d?g:"",btnWrapCls:i._btnWrapCls,btnWrapStyle:i.width?"table-layout:fixed;":"",btnElStyle:i.height?"height:auto;":"",btnCls:c,baseIconCls:e,iconBeforeText:a==="left"||a==="top",iconAlignCls:d?(g+"-"+a):"",textAlignCls:c+"-"+i.getTextAlign(),arrowElCls:i._arrowElCls,tabIndex:i.tabIndex}},renderIcon:function(a){return this.getTpl("iconTpl").apply(a)},setHref:function(a){var b=this,d=b.hrefTarget,c;b.href=a;if(!b.configuredWithPreventDefault){b.preventDefault=!a}if(b.rendered){c=b.el.dom;if(!a||b.disabled){c.removeAttribute("href");c.removeAttribute("hrefTarget")}else{c.href=b.getHref();if(d){c.target=d}}}},getHref:function(){var b=this,a=b.href;return a?Ext.urlAppend(a,Ext.Object.toQueryString(Ext.apply({},b.params,b.baseParams))):false},setParams:function(c){var a=this,b;a.params=c;if(a.rendered){b=a.el.dom;if(a.disabled){b.removeAttribute("href")}else{b.href=a.getHref()||""}}},getSplitCls:function(){var a=this;return a.split?(a.baseCls+"-"+a.arrowCls)+" "+(a.baseCls+"-"+a.arrowCls+"-"+a.arrowAlign):""},setIcon:function(b){b=b||"";var c=this,a=c.btnIconEl,d=c.icon||"";c.icon=b;if(b!==d){if(a){a.setStyle("background-image",b?"url("+b+")":"");c._syncHasIconCls();if(c.didIconStateChange(d,b)){c.updateLayout()}}c.fireEvent("iconchange",c,d,b)}return c},setIconCls:function(b){b=b||"";var d=this,a=d.btnIconEl,c=d.iconCls||"";d.iconCls=b;if(c!==b){if(a){a.removeCls(c);a.addCls(b);d._syncHasIconCls();if(d.didIconStateChange(c,b)){d.updateLayout()}}d.fireEvent("iconchange",d,c,b)}return d},setGlyph:function(g){g=g||0;var e=this,b=e.btnIconEl,c=e.glyph,h=e._glyphCls,a,d;e.glyph=g;if(b){if(typeof g==="string"){d=g.split("@");g=d[0];a=d[1]||Ext._glyphFontFamily}if(!g){b.dom.innerHTML="";b.removeCls(h)}else{if(c!==g){b.dom.innerHTML="&#"+g+";";b.addCls(h)}}if(a){b.setStyle("font-family",a)}e._syncHasIconCls();if(e.didIconStateChange(c,g)){e.updateLayout()}}e.fireEvent("glyphchange",e,e.glyph,c);return e},setTooltip:function(c,a){var b=this;if(b.rendered){if(!a||!c){b.clearTip()}if(c){if(Ext.quickTipsActive&&Ext.isObject(c)){Ext.tip.QuickTipManager.register(Ext.apply({target:b.el.id},c));b.tooltip=c}else{b.el.dom.setAttribute(b.getTipAttr(),c)}}}else{b.tooltip=c}return b},updateIconAlign:function(g,d){var c=this,b,a,e;if(c.rendered){b=c.btnEl;a=c.btnIconEl;e=c._hasIconCls;if(d){b.removeCls(e+"-"+d)}b.addCls(e+"-"+g);if(g==="top"||g==="left"){b.insertFirst(a)}else{b.appendChild(a)}c.updateLayout()}},updateTextAlign:function(e,d){var c=this,b=c.btnEl,a=c._btnCls;if(c.rendered){b.removeCls(a+"-"+d);b.addCls(a+"-"+e)}},getTipAttr:function(){return this.tooltipType==="qtip"?"data-qtip":"title"},getRefItems:function(a){var c=this.menu,b;if(c){b=c.getRefItems(a);b.unshift(c)}return b||[]},clearTip:function(){var b=this,a=b.el;if(Ext.quickTipsActive&&Ext.isObject(b.tooltip)){Ext.tip.QuickTipManager.unregister(a)}else{a.dom.removeAttribute(b.getTipAttr())}},beforeDestroy:function(){var a=this;if(a.rendered){a.clearTip()}Ext.destroy(a.repeater);Ext.Component.prototype.beforeDestroy.call(this)},onDestroy:function(){var a=this,b=a.menu;if(a.rendered){Ext.destroy(a.keyMap);delete a.keyMap}if(b&&a.destroyMenu){a.menu=Ext.destroy(b)}Ext.button.Manager.unregister(a);Ext.Component.prototype.onDestroy.call(this)},setHandler:function(b,a){this.handler=b;if(arguments.length>1){this.scope=a}return this},updateText:function(d,a){d=d==null?"":String(d);a=a||"";var c=this,e=c.btnInnerEl,b=c.btnEl;if(c.rendered){e.setHtml(d||" ");b[d?"addCls":"removeCls"](c._textCls);b[d?"removeCls":"addCls"](c._noTextCls);c.updateLayout()}c.fireEvent("textchange",c,a,d)},didIconStateChange:function(a,c){var b=Ext.isEmpty(c);return Ext.isEmpty(a)?!b:b},click:function(a){return this.onClick(a)},setPressed:function(a){return this.toggle(a!==false)},toggle:function(d,b){var c=this,a=c.ariaEl.dom;d=d===undefined?!c.pressed:!!d;if(c.fireEvent("beforetoggle",c,d)!==false){if(d!==c.pressed){c[d?"addCls":"removeCls"](c._pressedCls);c.pressed=d;if(a){a.setAttribute("aria-pressed",d)}if(!b){c.fireEvent("toggle",c,d);Ext.callback(c.toggleHandler,c.scope,[c,d],0,c);if(c.reference&&c.publishState){c.publishState("pressed",d)}}}}return c},maybeShowMenu:function(a){if(this.menu){this.showMenu(a)}},showMenu:function(a){var c=this,d=c.menu,b=!a||a.pointerType;if(d&&c.rendered){if(c.tooltip&&Ext.quickTipsActive&&c.getTipAttr()!=="title"){Ext.tip.QuickTipManager.getQuickTip().cancelShow(c.el)}if(d.isVisible()){if(b){d.hide()}else{d.focus()}}else{if(!a||c.showEmptyMenu||d.items.getCount()>0){d.autoFocus=!b;d.showBy(c.el,c.menuAlign)}}}return c},hideMenu:function(){if(this.hasVisibleMenu()){this.menu.hide()}return this},hasVisibleMenu:function(){var a=this.menu;return a&&a.rendered&&a.isVisible()},onRepeatClick:function(a,b){this.onClick(b)},onTouchStart:function(a){this.doPreventDefault(a)},onEnterKey:function(a){this.onClick(a);a.stopEvent();return false},onClick:function(b){var a=this;a.doPreventDefault(b);if(b.type!=="keydown"&&b.button){return}if(!a.disabled){a.doToggle();a.maybeShowMenu(b);a.fireHandler(b)}},doPreventDefault:function(a){if(a&&(this.preventDefault||(this.disabled&&this.getHref()))){a.preventDefault()}},fireHandler:function(b){var a=this;if(a.fireEvent("click",a,b)!==false&&!a.destroyed){Ext.callback(a.handler,a.scope,[a,b],0,a)}},doToggle:function(){var a=this;if(a.enableToggle&&(a.allowDepress!==false||!a.pressed)){a.toggle()}},onMouseOver:function(b){var a=this;if(!a.disabled&&!b.within(a.el,true,true)){a.onMouseEnter(b)}},onMouseOut:function(b){var a=this;if(!b.within(a.el,true,true)){if(a.overMenuTrigger){a.onMenuTriggerOut(b)}a.onMouseLeave(b)}},onMouseMove:function(c){var a=this,b=a.overMenuTrigger;if(a.split){if(a.isWithinTrigger(c)){if(!b){a.onMenuTriggerOver(c)}}else{if(b){a.onMenuTriggerOut(c)}}}},isWithinTrigger:function(d){var c=this,b=c.el,g,a;g=(c.arrowAlign==="right")?d.getX()-c.getX():d.getY()-b.getY();a=c.getTriggerRegion();return g>a.begin&&g=0;c--){e=h[c];if(j.forceSelection&&!c&&!b){e.pressed=true}if(e.pressed){b=true;d=e.value;if(d==null){d=j.items.indexOf(e)}if(!Ext.Array.contains(l,d)){l.unshift(d)}}}}g=l.length;for(c=0;c-1){g=d.slice(g);g.splice(i,1)}}else{if(g===a){g=null}}}e.setValue(g);e.fireEvent("toggle",e,c,h)},_syncItemClasses:function(a){var h=this,b,d,k,g,e,l,j,c;if(!a&&!h.rendered){return}b=h._getFirstCls();d=h._middleCls;k=h._getLastCls();g=h.items.items;e=g.length;l=[];for(c=0;c1){l[0].addCls(b);for(c=1;c{iconMarkup}
    role="{textElRole}">{text}
    {iconMarkup}',iconTpl:'',_textAlignClasses:{left:"x-title-align-left",center:"x-title-align-center",right:"x-title-align-right"},_iconAlignClasses:{top:"x-title-icon-top",right:"x-title-icon-right",bottom:"x-title-icon-bottom",left:"x-title-icon-left"},_rotationClasses:{0:"x-title-rotate-none",1:"x-title-rotate-right",2:"x-title-rotate-left"},_rotationAngles:{1:90,2:270},baseCls:"x-title",_titleSuffix:"-title",_glyphCls:"x-title-glyph",_iconWrapCls:"x-title-icon-wrap",_baseIconCls:"x-title-icon",_itemCls:"x-title-item",_textCls:"x-title-text",afterComponentLayout:function(){var d=this,b=d.getRotation(),a,e,c;if(b&&!Ext.isIE8){c=d.el;a=d.lastBox;e=a.x;c.setStyle(d._getVerticalAdjustDirection(),(e+((b===1)?a.width:-a.height))+"px")}Ext.Component.prototype.afterComponentLayout.call(this)},onRender:function(){var c=this,a=c.getRotation(),b=c.el;Ext.Component.prototype.onRender.call(this);if(a){b.setVertical(c._rotationAngles[a])}if(Ext.supports.FixedTableWidthBug){b._needsTableWidthFix=true}},applyText:function(a){if(!a){a=" "}return a},beforeRender:function(){var a=this;Ext.Component.prototype.beforeRender.call(this);a.addCls(a._rotationClasses[a.getRotation()]);a.addCls(a._textAlignClasses[a.getTextAlign()])},getIconMarkup:function(){return this.getTpl("iconTpl").apply(this.getIconRenderData())},getIconRenderData:function(){var g=this,c=g.getIcon(),b=g.getIconCls(),e=g.getGlyph(),h=Ext._glyphFontFamily,a=g.getIconAlign(),d;if(typeof e==="string"){d=e.split("@");e=d[0];h=d[1]}return{id:g.id,ui:g.ui,itemCls:g._itemCls,iconUrl:c,iconCls:b,iconWrapCls:g._iconWrapCls,baseIconCls:g._baseIconCls,iconAlignCls:g._iconAlignClasses[a],glyph:e,glyphCls:e?g._glyphCls:"",glyphFontFamily:h}},initRenderData:function(){var b=this,a,c;c=Ext.apply({text:b.getText(),textElRole:b.textElRole,id:b.id,ui:b.ui,itemCls:b._itemCls,textCls:b._textCls,iconMarkup:null,iconBeforeTitle:null},Ext.Component.prototype.initRenderData.call(this));if(b._hasIcon()){a=b.getIconAlign();c.iconMarkup=b.getIconMarkup();c.iconBeforeTitle=(a==="top"||a==="left")}return c},onAdded:function(b,g,a){var d=this,e=d._titleSuffix,c=b.baseCls;d.addCls([c+e,c+e+"-"+b.ui]);Ext.Component.prototype.onAdded.call(this,b,g,a)},updateGlyph:function(g,c){g=g||0;var e=this,h=e._glyphCls,b,a,d;e.glyph=g;if(e.rendered){e._syncIconVisibility();b=e.iconEl;if(typeof g==="string"){d=g.split("@");g=d[0];a=d[1]||Ext._glyphFontFamily}if(!g){b.dom.innerHTML="";b.removeCls(h)}else{if(c!==g){b.dom.innerHTML="&#"+g+";";b.addCls(h)}}if(a){b.setStyle("font-family",a)}if(e._didIconStateChange(c,g)){e.updateLayout()}}},updateIcon:function(b,d){b=b||"";var c=this,a;if(c.rendered&&b!==d){c._syncIconVisibility();a=c.iconEl;a.setStyle("background-image",b?"url("+b+")":"");if(c._didIconStateChange(d,b)){c.updateLayout()}}},updateIconAlign:function(g,c){var b=this,e=b.iconWrapEl,a,d;if(b.iconWrapEl){a=b.el;d=b._iconAlignClasses;if(c){e.removeCls(d[c])}e.addCls(d[g]);if(g==="top"||g==="left"){a.insertFirst(e)}else{a.appendChild(e)}b.updateLayout()}},updateIconCls:function(b,c){b=b||"";var d=this,a;if(d.rendered&&c!==b){d._syncIconVisibility();a=d.iconEl;if(c){a.removeCls(c)}a.addCls(b);if(d._didIconStateChange(c,b)){d.updateLayout()}}},updateRotation:function(b,a){var d=this,c,e;if(d.rendered){c=d.el;e=d._rotationClasses;d.removeCls(e[a]);d.addCls(e[b]);c.setHorizontal();if(b){c.setVertical(d._rotationAngles[b])}c.setStyle({right:"",left:"",top:"",height:"",width:""});d.lastBox=null;d.updateLayout()}},updateText:function(a){if(this.rendered){this.textEl.setHtml(a);this.updateLayout()}},updateTextAlign:function(d,b){var a=this,c=a._textAlignClasses;if(a.rendered){if(b){a.removeCls(c[b])}a.addCls(c[d]);a.updateLayout()}},privates:{_getVerticalAdjustDirection:function(){return"left"},_didIconStateChange:function(a,c){var b=Ext.isEmpty(c);return Ext.isEmpty(a)?!b:b},_hasIcon:function(){return !!(this.getIcon()||this.getIconCls()||this.getGlyph())},_syncIconVisibility:function(){var e=this,d=e.el,a=e._hasIcon(),g=e.iconWrapEl,c,b;if(a&&!g){b=e.iconAlign;c=(b==="left"||b==="top");d.dom.insertAdjacentHTML(c?"afterbegin":"beforeend",e.getIconMarkup());g=e.iconWrapEl=d[c?"first":"last"]();e.iconEl=g.first()}if(g){g.setDisplayed(a)}}}},0,["title"],["component","box","title"],{component:true,box:true,title:true},["widget.title"],0,[Ext.panel,"Title"],0));(Ext.cmd.derive("Ext.panel.Tool",Ext.Component,{isTool:true,baseCls:"x-tool",disabledCls:"x-tool-disabled",toolPressedCls:"x-tool-pressed",toolOverCls:"x-tool-over",childEls:["toolEl"],renderTpl:[''],toolOwner:null,tooltipType:"qtip",stopEvent:true,ariaRole:"button",focusable:true,tabIndex:0,keyHandlers:{SPACE:"onClick",ENTER:"onClick"},cacheHeight:true,cacheWidth:true,initComponent:function(){var a=this;a.type=a.type||a.id;Ext.applyIf(a.renderData,{baseCls:a.baseCls,type:a.type});a.tooltip=a.tooltip||a.qtip;Ext.Component.prototype.initComponent.call(this)},afterRender:function(){var a=this,b;Ext.Component.prototype.afterRender.apply(this,arguments);a.el.on({click:a.onClick,mousedown:a.onMouseDown,mouseover:a.onMouseOver,mouseout:a.onMouseOut,scope:a});b=a.tooltip;if(b){a.setTooltip(b)}},tipAttrs:{qtip:"data-qtip"},setTooltip:function(h,d){var e=this,b=e.tooltip,g=e.tooltipType,i=e.id,c=e.el,a;if(b&&Ext.quickTipsActive&&Ext.isObject(b)){Ext.tip.QuickTipManager.unregister(i)}e.tooltip=h;if(d){e.tooltipType=d}if(h){if(Ext.quickTipsActive&&Ext.isObject(h)){Ext.tip.QuickTipManager.register(Ext.apply({target:i},h))}else{if(c){if(d&&g&&d!==g){a=e.tipAttrs[g]||"title";c.dom.removeAttribute(a)}a=e.tipAttrs[d||g]||"title";c.dom.setAttribute(a,h)}}if(a!=="title"&&e.ariaRole&&e.ariaRole!=="presentation"){if(c){c.dom.setAttribute("aria-label",h)}else{e.ariaRenderAttributes=e.ariaRenderAttributes||{};e.ariaRenderAttributes["aria-label"]=h}}}},setType:function(a){var b=this,c=b.type;b.type=a;if(b.rendered){if(c){b.toolEl.removeCls(b.baseCls+"-"+c)}b.toolEl.addCls(b.baseCls+"-"+a)}else{b.renderData.type=a}return b},onDestroy:function(){var a=this,b=a.keyMap;a.setTooltip(null);delete a.toolOwner;Ext.Component.prototype.onDestroy.call(this)},privates:{onClick:function(c,b){var a=this;if(a.disabled){return false}if(c.type!=="keydown"){a.el.removeCls(a.toolPressedCls+" "+a.toolOverCls)}if(a.stopEvent!==false){c.stopEvent()}if(a.handler){Ext.callback(a.handler,a.scope,[c,b,a.ownerCt,a],0,a)}else{if(a.callback){Ext.callback(a.callback,a.scope,[a.toolOwner||a.ownerCt,a,c],0,a)}}a.fireEvent("click",a,c,a.toolOwner||a.ownerCt);return true},onMouseDown:function(a){a.preventDefault();if(this.disabled){return false}this.el.addCls(this.toolPressedCls)},onMouseOver:function(){if(this.disabled){return false}this.el.addCls(this.toolOverCls)},onMouseOut:function(){this.el.removeCls(this.toolOverCls)}}},0,["tool"],["component","box","tool"],{component:true,box:true,tool:true},["widget.tool"],0,[Ext.panel,"Tool"],0));(Ext.cmd.derive("Ext.util.KeyMap",Ext.Base,{alternateClassName:"Ext.KeyMap",eventName:"keydown",constructor:function(a){var b=this;if((arguments.length!==1)||(typeof a==="string")||a.dom||a.tagName||a===document||a.isComponent){b.legacyConstructor.apply(b,arguments);return}Ext.apply(b,a);b.bindings=[];if(!b.target.isComponent){b.target=Ext.get(b.target)}if(b.binding){b.addBinding(b.binding)}else{if(a.key){b.addBinding(a)}}b.enable()},legacyConstructor:function(b,d,a){var c=this;Ext.apply(c,{target:Ext.get(b),eventName:a||c.eventName,bindings:[]});if(d){c.addBinding(d)}c.enable()},addBinding:function(e){var c=this,d=e.key,b,a;if(c.processing){c.bindings=c.bindings.slice(0)}if(Ext.isArray(e)){for(b=0,a=e.length;b=j){return h}}}if(!c){return}h=g.findNextFocusableChild({beforeRender:k,items:e,step:true});if(h){g.activateFocusable(h)}return h},clearFocusables:function(){var e=this,b=e.getFocusables(),a=b.length,d,c;for(c=0;c0?(g0?g+b:d-1);for(;;c+=b){if(g<0&&(c>=d||c<0)){return null}else{if(c>=d){c=-1;continue}else{if(c<0){c=d;continue}else{if(c===g){return null}}}}h=e[c];if(!h||!h.focusable||h.disabled){continue}if(j||(h.isFocusable&&h.isFocusable())){return h}}return null},getFocusableContainerEl:function(){return this.el},onFocusableChildAdd:function(a){if(this.enableFocusableContainer){return this.doFocusableChildAdd(a)}},activateFocusableContainerEl:function(a){a=a||this.getFocusableContainerEl();if(a){a.set({tabIndex:this.activeChildTabIndex})}},deactivateFocusableContainerEl:function(a){a=a||this.getFocusableContainerEl();if(a){a.set({tabIndex:undefined})}},isFocusableContainerActive:function(){var d=this,c=false,b,e,a;b=d.getFocusableContainerEl();if(b&&b.isTabbable&&b.isTabbable()){c=true}else{e=d.lastFocusedChild;a=e&&e.getFocusEl&&e.getFocusEl();if(a&&a.isTabbable&&a.isTabbable()){c=true}}return c},doFocusableChildAdd:function(a){if(a.focusable){a.focusableContainer=this}},onFocusableChildRemove:function(a){if(this.enableFocusableContainer){return this.doFocusableChildRemove(a)}a.focusableContainer=null},doFocusableChildRemove:function(a){if(a===this.lastFocusedChild){this.lastFocusedChild=null;this.activateFocusableContainerEl()}},onFocusableContainerMousedown:function(c,b){var a=Ext.Component.fromElement(b);this.mousedownTimestamp=a===this?Ext.Date.now():0;if(a===this){c.preventDefault()}},onFocusEnter:function(c){var a=this,b=c.toComponent,d=a.mousedownTimestamp,h=50,g;if(!a.enableFocusableContainer){return null}a.mousedownTimestamp=0;if(b===a){if(!d||Ext.Date.now()-d>h){g=a.initDefaultFocusable();if(g){a.deactivateFocusableContainerEl();g.focus()}}}else{a.deactivateFocusableContainerEl()}return b},onFocusLeave:function(c){var b=this,a=b.lastFocusedChild;if(!b.enableFocusableContainer){return}if(!b.destroyed&&!b.destroying){b.clearFocusables();if(a&&!a.disabled){b.activateFocusable(a)}else{b.activateFocusableContainerEl()}}},beforeFocusableChildBlur:Ext.privateFn,afterFocusableChildBlur:Ext.privateFn,beforeFocusableChildFocus:function(b){var a=this;if(!a.enableFocusableContainer){return}a.clearFocusables();a.activateFocusable(b);if(b.needArrowKeys){a.guardFocusableChild(b)}},guardFocusableChild:function(d){var c=this,a=c.activeChildTabIndex,b;b=c.findNextFocusableChild({child:d,step:-1});if(b){b.setTabIndex(a)}b=c.findNextFocusableChild({child:d,step:1});if(b){b.setTabIndex(a)}},afterFocusableChildFocus:function(a){if(!this.enableFocusableContainer){return}this.lastFocusedChild=a},beforeFocusableChildEnable:Ext.privateFn,onFocusableChildEnable:function(b){var a=this;if(!a.enableFocusableContainer){return}if(b!==a.lastFocusedChild){a.deactivateFocusable(b);if(!a.isFocusableContainerActive()){a.activateFocusableContainerEl()}}},beforeFocusableChildDisable:function(c){var b=this,a;if(!b.enableFocusableContainer||b.destroying||b.destroyed){return}if(c.hasFocus){a=b.findNextFocusableChild({child:c})||c.findFocusTarget();if(a){a.focus()}}},onFocusableChildDisable:function(d){var c=this,a=c.lastFocusedChild,b;if(!c.enableFocusableContainer||c.destroying||c.destroyed){return}if(d===a){c.activateFocusableContainerEl()}b=c.findNextFocusableChild({step:1});if(!b){c.deactivateFocusableContainerEl()}},onFocusableChildShow:Ext.privateFn,onFocusableChildHide:Ext.privateFn,onFocusableChildMasked:Ext.privateFn,onFocusableChildDestroy:Ext.privateFn,onFocusableChildUpdate:Ext.privateFn}},0,0,0,0,0,0,[Ext.util,"FocusableContainer"],0));(Ext.cmd.derive("Ext.panel.Header",Ext.panel.Bar,{isHeader:true,defaultType:"tool",indicateDrag:false,weight:-1,shrinkWrap:3,iconAlign:"left",titleAlign:"left",titlePosition:0,titleRotation:"default",autoEl:{role:"presentation"},beforeRenderConfig:{glyph:null,icon:null,iconCls:null,iconAlign:null,title:{$value:{xtype:"title",flex:1},merge:function(b,a){if(typeof b!=="object"){b={text:b}}return Ext.merge(a?Ext.Object.chain(a):{},b)}},titleAlign:null,titlePosition:null,titleRotation:null},headerCls:"x-header",initComponent:function(){var d=this,c=d.items,b=d.itemPosition,a=[d.headerCls];d.tools=d.tools||[];d.items=c=(c?c.slice():[]);if(b!==undefined){d._userItems=c.slice();d.items=c=[]}d.indicateDragCls=d.headerCls+"-draggable";if(d.indicateDrag){a.push(d.indicateDragCls)}d.addCls(a);d.syncNoBorderCls();d.enableFocusableContainer=!d.isAccordionHeader&&d.tools.length>0;if(d.enableFocusableContainer){d.ariaRole="toolbar"}Ext.Array.push(c,d.tools);d.tools.length=0;Ext.panel.Bar.prototype.initComponent.call(this);d.on({dblclick:d.onDblClick,click:d.onClick,element:"el",scope:d})},addTool:function(a){var b=this;b.add(Ext.ComponentManager.create(a,"tool"));if(!b.isAccordionHeader&&b.tools.length>0&&!b.enableFocusableContainer){b.enableFocusableContainer=true;b.ariaRole="toolbar";if(b.rendered){b.ariaEl.dom.setAttribute("role","toolbar");b.initFocusableContainer(true)}}},afterLayout:function(){var b=this,e,a,c,d;if(b.vertical){a=b.frameTR;if(a){e=b.frameBR;c=b.frameTL;d=(b.getWidth()-a.getPadding("r")-((c)?c.getPadding("l"):b.el.getBorderWidth("l")))+"px";e.setStyle("background-position-x",d);a.setStyle("background-position-x",d)}}Ext.panel.Bar.prototype.afterLayout.call(this)},applyTitle:function(e,c){var d=this,a,b;e=e||"";a=typeof e==="string";if(a){e={text:e}}if(c){Ext.suspendLayouts();c.setConfig(e);Ext.resumeLayouts(true);e=c}else{if(a){e.xtype="title"}e.ui=d.ui;b=("rotation" in e);e.id=d.id+"-title";if(d.isAccordionHeader){e.ariaRole="tab";e.textElRole=null;e.focusable=true}e=Ext.create(e);if(!b&&d.vertical&&d.titleRotation==="default"){e.rotation=1}}return e},applyTitlePosition:function(b){var a=this.items.getCount();if(this._titleInItems){--a}return Math.max(Math.min(b,a),0)},beforeLayout:function(){Ext.panel.Bar.prototype.beforeLayout.call(this);this.syncBeforeAfterTitleClasses()},beforeRender:function(){var b=this,a=b.itemPosition;b.protoEl.unselectable();Ext.panel.Bar.prototype.beforeRender.call(this);if(a!==undefined){b.insert(a,b._userItems)}},getTools:function(){return this.tools.slice()},onAdd:function(b,a){var c=this.tools;Ext.panel.Bar.prototype.onAdd.call(this,b,a);if(b.isTool){c.push(b);c[b.type]=b}},onAdded:function(b,c,a){this.syncNoBorderCls();Ext.panel.Bar.prototype.onAdded.call(this,b,c,a)},onRemoved:function(b,c,a){this.syncNoBorderCls();Ext.panel.Bar.prototype.onRemoved.call(this,b,c,a)},setDock:function(c){var b=this,e=b.getTitle(),a=b.getTitleRotation(),d=e.getRotation();Ext.suspendLayouts();Ext.panel.Bar.prototype.setDock.call(this,c);if(a==="default"){a=(b.vertical?1:0);if(a!==d){e.setRotation(a)}if(b.rendered){b.resetItemMargins()}}Ext.resumeLayouts(true)},updateGlyph:function(a){this.getTitle().setGlyph(a)},updateIcon:function(a){this.getTitle().setIcon(a)},updateIconAlign:function(b,a){this.getTitle().setIconAlign(b)},updateIconCls:function(a){this.getTitle().setIconCls(a)},updateTitle:function(b,a){if(!a){this.insert(this.getTitlePosition(),b);this._titleInItems=true}this.titleCmp=b},updateTitleAlign:function(b,a){this.getTitle().setTextAlign(b)},updateTitlePosition:function(a){this.insert(a,this.getTitle())},updateTitleRotation:function(a){if(a==="default"){a=(this.vertical?1:0)}this.getTitle().setRotation(a)},privates:{fireClickEvent:function(a,c){var b="."+Ext.panel.Tool.prototype.baseCls;if(!c.getTarget(b)){this.fireEvent(a,this,c)}},getFramingInfoCls:function(){var c=this,b=Ext.panel.Bar.prototype.getFramingInfoCls.call(this),a=c.ownerCt;if(!c.expanding&&a&&(a.collapsed||c.isCollapsedExpander)){b+="-"+a.collapsedCls}return b+"-"+c.dock},onClick:function(a){this.fireClickEvent("click",a)},onDblClick:function(a){this.fireClickEvent("dblclick",a)},onFocusableContainerMousedown:function(c,b){var a=Ext.Component.fromElement(b);if(a===this){c.preventDefault()}else{this.mixins.focusablecontainer.onFocusableContainerMousedown.apply(this,arguments)}},syncBeforeAfterTitleClasses:function(c){var k=this,j=k.items,g=j.items,b=k.getTitlePosition(),a=g.length,h=j.generation,l=k.syncBeforeAfterGen,n,e,d,m;if(!c&&(l===h)){return}k.syncBeforeAfterGen=h;for(d=0;db){if(l){m.removeCls(e)}m.addCls(n)}}}},syncNoBorderCls:function(){var b=this,a=this.ownerCt,c=b.headerCls+"-noborder";if(a?(a.border===false&&!a.frame):b.border===false){b.addCls(c)}else{b.removeCls(c)}}}},0,["header"],["component","box","container","header"],{component:true,box:true,container:true,header:true},["widget.header"],[[Ext.util.FocusableContainer.prototype.mixinId||Ext.util.FocusableContainer.$className,Ext.util.FocusableContainer]],[Ext.panel,"Header"],0));(Ext.cmd.derive("Ext.layout.container.boxOverflow.None",Ext.Base,{alternateClassName:"Ext.layout.boxOverflow.None",factoryConfig:{defaultType:"none"},isBoxOverflowHandler:true,$configPrefixed:false,$configStrict:false,constructor:function(a){this.initConfig(a)},handleOverflow:Ext.emptyFn,clearOverflow:Ext.emptyFn,beginLayout:Ext.emptyFn,beginLayoutCycle:Ext.emptyFn,calculate:function(b){var a=this,c=b.state.boxPlan,d;if(c&&c.tooNarrow){d=a.handleOverflow(b);if(d){if(d.reservedSpace){a.layout.publishInnerCtSize(b,d.reservedSpace)}}}else{a.clearOverflow()}},completeLayout:Ext.emptyFn,finishedLayout:function(d){var c=this,a=c.layout.owner,b,e;if(a.hasListeners.overflowchange){b=a.query(">[hidden]");e=b.length;if(e!==c.lastHiddenCount){a.fireEvent("overflowchange",c.lastHiddenCount,e,b);c.lastHiddenCount=e}}},onRemove:Ext.emptyFn,getItem:function(a){return this.layout.owner.getComponent(a)},getOwnerType:function(a){var b;if(a.isToolbar){b="toolbar"}else{if(a.isTabBar){b="tab-bar"}else{if(a.isMenu){b="menu"}else{if(a.isBreadcrumb){b="breadcrumb"}else{b=a.getXType()}}}}return b},getPrefixConfig:Ext.emptyFn,getSuffixConfig:Ext.emptyFn,getOverflowCls:function(){return""},setVertical:function(){var b=this,a=b.layout,c=a.innerCt;c.removeCls(b.getOverflowCls(a.oppositeDirection));c.addCls(b.getOverflowCls(a.direction))}},1,0,0,0,["box.overflow.None","box.overflow.none"],[[Ext.mixin.Factoryable.prototype.mixinId||Ext.mixin.Factoryable.$className,Ext.mixin.Factoryable]],[Ext.layout.container.boxOverflow,"None",Ext.layout.boxOverflow,"None"],0));(Ext.cmd.derive("Ext.layout.container.boxOverflow.Scroller",Ext.layout.container.boxOverflow.None,{alternateClassName:"Ext.layout.boxOverflow.Scroller",animateScroll:false,scrollIncrement:20,wheelIncrement:10,scrollRepeatInterval:60,scrollDuration:400,scrollerCls:"x-box-scroller",beforeSuffix:"-before-scroller",afterSuffix:"-after-scroller",constructor:function(a){var b=this;b.mixins.observable.constructor.call(b,a);b.scrollPosition=0;b.scrollSize=0},getPrefixConfig:function(){return{role:"presentation",id:this.layout.owner.id+this.beforeSuffix,cls:this.createScrollerCls("beforeX"),style:"display:none"}},getSuffixConfig:function(){return{role:"presentation",id:this.layout.owner.id+this.afterSuffix,cls:this.createScrollerCls("afterX"),style:"display:none"}},createScrollerCls:function(e){var h=this,g=h.layout,b=g.owner,d=h.getOwnerType(b),a=h.scrollerCls,c=a+" "+a+"-"+g.names[e]+" "+a+"-"+d+" "+a+"-"+d+"-"+b.ui;if(b.plain){c+=" "+a+"-plain"}return c},getOverflowCls:function(a){return this.scrollerCls+"-body-"+a},beginLayout:function(a){a.innerCtScrollPos=this.getScrollPosition();Ext.layout.container.boxOverflow.None.prototype.beginLayout.apply(this,arguments)},finishedLayout:function(d){var c=this,g=d.state.boxPlan,b=c.layout,e=b.names,h=Math.min(c.getMaxScrollPosition(),d.innerCtScrollPos),a;if(g&&g.tooNarrow){a=d.childItems[d.childItems.length-1].props;c.scrollSize=a[e.x]+a[e.width];c.updateScrollButtons();b.innerCt[e.setScrollLeft](h)}Ext.layout.container.boxOverflow.None.prototype.finishedLayout.call(this,d)},handleOverflow:function(b){var h=this,g=h.layout.names,i=g.getWidth,j=g.parallelMargins,c,e,d,a;h.showScrollers();d=h.getBeforeScroller();a=h.getAfterScroller();c=d[i]()+a[i]()+d.getMargin(j)+a.getMargin(j);e=b.targetContext.getPaddingInfo()[g.width];return{reservedSpace:Math.max(c-e,0)}},getBeforeScroller:function(){var a=this;return a._beforeScroller||(a._beforeScroller=a.createScroller(a.beforeSuffix,"beforeRepeater","scrollLeft"))},getAfterScroller:function(){var a=this;return a._afterScroller||(a._afterScroller=a.createScroller(a.afterSuffix,"afterRepeater","scrollRight"))},createScroller:function(g,d,h){var e=this,c=e.layout.owner,b=e.scrollerCls,a;a=c.el.getById(c.id+g);a.addClsOnOver(b+"-hover");a.addClsOnClick(b+"-pressed");a.setVisibilityMode(Ext.Element.DISPLAY);e[d]=new Ext.util.ClickRepeater(a,{interval:e.scrollRepeatInterval,handler:h,scope:e});return a},createWheelListener:function(){var a=this;a.wheelListener=a.layout.innerCt.on("mousewheel",a.onMouseWheel,a,{destroyable:true})},onMouseWheel:function(a){a.stopEvent();this.scrollBy(this.getWheelDelta(a)*this.wheelIncrement*-1,false)},getWheelDelta:function(a){return a.getWheelDelta()},clearOverflow:function(){this.hideScrollers()},showScrollers:function(){var a=this;if(!a.wheelListener){a.createWheelListener()}a.getBeforeScroller().show();a.getAfterScroller().show();a.layout.owner.addClsWithUI(a.layout.direction==="vertical"?"vertical-scroller":"scroller")},hideScrollers:function(){var b=this,c=b.getBeforeScroller(),a=b.getAfterScroller();if(c){c.hide();a.hide();b.layout.owner.removeClsWithUI(b.layout.direction==="vertical"?"vertical-scroller":"scroller")}},destroy:function(){Ext.destroyMembers(this,"beforeRepeater","afterRepeater","_beforeScroller","_afterScroller","wheelListener");this.callParent()},scrollBy:function(b,a){this.scrollTo(this.getScrollPosition()+b,a)},getScrollAnim:function(){return{duration:this.scrollDuration,callback:this.updateScrollButtons,scope:this}},updateScrollButtons:function(){var b=this,d=b.getBeforeScroller(),a=b.getAfterScroller(),c;if(!d||!a){return}c=b.scrollerCls+"-disabled";d[b.atExtremeBefore()?"addCls":"removeCls"](c);a[b.atExtremeAfter()?"addCls":"removeCls"](c);b.scrolling=false},scrollLeft:function(){this.scrollBy(-this.scrollIncrement,false)},scrollRight:function(){this.scrollBy(this.scrollIncrement,false)},getScrollPosition:function(){var c=this,b=c.layout,a;if(isNaN(c.scrollPosition)){a=b.innerCt[b.names.getScrollLeft]()}else{a=c.scrollPosition}return a},getMaxScrollPosition:function(){var b=this,a=b.layout,c=b.scrollSize-a.innerCt.lastBox[a.names.width];return(c<0)?0:c},atExtremeBefore:function(){return !this.getScrollPosition()},atExtremeAfter:function(){return this.getScrollPosition()>=this.getMaxScrollPosition()},setVertical:function(){var c=this,d=c.getBeforeScroller(),b=c.getAfterScroller(),e=c.layout.names,a=c.scrollerCls;d.removeCls(a+"-"+e.beforeY);b.removeCls(a+"-"+e.afterY);d.addCls(a+"-"+e.beforeX);b.addCls(a+"-"+e.afterX);Ext.layout.container.boxOverflow.None.prototype.setVertical.call(this)},scrollTo:function(a,b){var g=this,e=g.layout,h=e.names,d=g.getScrollPosition(),c=Ext.Number.constrain(a,0,g.getMaxScrollPosition());if(c!==d&&!g.scrolling){g.scrollPosition=NaN;if(b===undefined){b=g.animateScroll}e.innerCt[h.scrollTo](h.beforeScrollX,c,b?g.getScrollAnim():false);if(b){g.scrolling=true}else{g.updateScrollButtons()}g.fireEvent("scroll",g,c,b?g.getScrollAnim():false)}},scrollToItem:function(k,c){var j=this,g=j.layout,d=g.owner,i=g.names,b=g.innerCt,a,e,h;k=j.getItem(k);if(k!==undefined){if(k===d.items.first()){h=0}else{if(k===d.items.last()){h=j.getMaxScrollPosition()}else{a=j.getItemVisibility(k);if(!a.fullyVisible){e=k.getBox(false,true);h=e[i.x];if(a.hiddenEnd){h-=(b[i.getWidth]()-e[i.width])}}}}if(h!==undefined){j.scrollTo(h,c)}}},getItemVisibility:function(j){var h=this,b=h.getItem(j).getBox(true,true),c=h.layout,g=c.names,e=b[g.x],d=e+b[g.width],a=h.getScrollPosition(),i=a+c.innerCt[g.getWidth]();return{hiddenStart:ei,fullyVisible:e>=a&&d<=i}}},1,0,0,0,["box.overflow.Scroller","box.overflow.scroller"],[["observable",Ext.mixin.Observable]],[Ext.layout.container.boxOverflow,"Scroller",Ext.layout.boxOverflow,"Scroller"],0));(Ext.cmd.derive("Ext.dd.DragDropManager",Ext.Base,{singleton:true,alternateClassName:["Ext.dd.DragDropMgr","Ext.dd.DDM"],ids:{},handleIds:{},dragCurrent:null,dragOvers:{},deltaX:0,deltaY:0,preventDefault:true,stopPropagation:true,initialized:false,locked:false,init:function(){this.initialized=true},POINT:0,INTERSECT:1,mode:0,notifyOccluded:false,dragCls:"x-dd-drag-current",_execOnAll:function(c,b){var e=this.ids,d,a,h,g;for(d in e){if(e.hasOwnProperty(d)){g=e[d];for(a in g){if(g.hasOwnProperty(a)){h=g[a];if(!this.isTypeOfDD(h)){continue}h[c].apply(h,b)}}}}},addListeners:function(){var a=this;a.init();Ext.getDoc().on({mouseup:a.handleMouseUp,mousemove:{fn:a.handleMouseMove,capture:false},dragstart:a.preventDrag,drag:a.preventDrag,dragend:a.preventDrag,capture:true,scope:a});Ext.getWin().on({unload:a._onUnload,resize:a._onResize,scope:a})},preventDrag:function(a){if(this.isMouseDown){a.stopPropagation()}},_onResize:function(a){this._execOnAll("resetConstraints",[])},lock:function(){this.locked=true},unlock:function(){this.locked=false},isLocked:function(){return this.locked},locationCache:{},useCache:true,clickPixelThresh:8,dragThreshMet:false,clickTimeout:null,startX:0,startY:0,regDragDrop:function(b,a){if(!this.initialized){this.init()}if(!this.ids[a]){this.ids[a]={}}this.ids[a][b.id]=b},removeDDFromGroup:function(c,a){if(!this.ids[a]){this.ids[a]={}}var b=this.ids[a];if(b&&b[c.id]){delete b[c.id]}},_remove:function(h,b){var e=this,c=e.ids,a=h.groups,d;if(e.clearingAll){return}if(e.dragCurrent===h){e.dragCurrent=null}for(d in a){if(a.hasOwnProperty(d)){if(b){delete c[d]}else{if(c[d]){delete c[d][h.id]}}}}delete e.handleIds[h.id];delete e.locationCache[h.id]},regHandle:function(b,a){if(!this.handleIds[b]){this.handleIds[b]={}}this.handleIds[b][a]=a},isDragDrop:function(a){return(this.getDDById(a))?true:false},getRelated:function(g,b){var e=[],d,c,a;for(d in g.groups){for(c in this.ids[d]){a=this.ids[d][c];if(!this.isTypeOfDD(a)){continue}if(!b||a.isTarget){e[e.length]=a}}}return e},isLegalTarget:function(e,d){var b=this.getRelated(e,true),c,a;for(c=0,a=b.length;ch.clickPixelThresh||c>h.clickPixelThresh){h.startDrag(h.startX,h.startY)}}if(h.dragThreshMet){i.b4Drag(j);i.onDrag(j);if(!i.moveOnly){h.fireEvents(j,false)}}h.stopEvent(j);return true},fireEvents:function(x,n){var z=this,o=Ext.supports.Touch,h=z.dragCurrent,v=z.currentPoint,r=v.x,q=v.y,p=[],j=[],l=[],b=[],y=[],w=[],a=o?document.documentElement.clientWidth/window.innerWidth:1,d,g,m,c,t,u,s,k;if(!h||h.isLocked()){return}k=!(h.deltaX<0||h.deltaY<0);if(o||(!z.notifyOccluded&&(!Ext.supports.CSSPointerEvents||Ext.isIE10m||Ext.isOpera)&&k)){d=h.getDragEl();if(k){d.style.visibility="hidden"}x.target=document.elementFromPoint(r/a,q/a);if(k){d.style.visibility="visible"}}for(t in z.dragOvers){g=z.dragOvers[t];delete z.dragOvers[t];if(!z.isTypeOfDD(g)||g.destroyed){continue}if(z.notifyOccluded){if(!this.isOverTarget(v,g,z.mode)){l.push(g)}}else{if(!x.within(g.getEl())){l.push(g)}}j[t]=true}for(s in h.groups){if("string"!==typeof s){continue}for(t in z.ids[s]){g=z.ids[s][t];if(z.isTypeOfDD(g)&&(m=g.getEl())&&(g.isTarget)&&(!g.isLocked())&&(Ext.fly(m).isVisible(true))&&((g!==h)||(h.ignoreSelf===false))){if(z.notifyOccluded){if((g.zIndex=z.getZIndex(m))!==-1){c=true}p.push(g)}else{if(x.within(g.getEl())){p.push(g);break}}}}}if(c){Ext.Array.sort(p,z.byZIndex)}for(t=0,u=p.length;t','",""],isSplitter:true,baseCls:"x-splitter",collapsedClsInternal:"x-splitter-collapsed",canResize:true,collapsible:null,collapseOnDblClick:true,defaultSplitMin:40,defaultSplitMax:1000,collapseTarget:"next",horizontal:false,vertical:false,size:5,tracker:null,ariaRole:"separator",focusable:true,tabIndex:0,getTrackerConfig:function(){return Ext.apply({xclass:"Ext.resizer.SplitterTracker",el:this.el,splitter:this},this.tracker)},beforeRender:function(){var c=this,d=c.getCollapseTarget(),b=c.collapsible,a;Ext.Component.prototype.beforeRender.call(this);if(d.collapsed){c.addCls(c.collapsedClsInternal)}if(!c.canResize){c.addCls(c.baseCls+"-noresize")}Ext.applyIf(c.renderData,{collapseDir:c.getCollapseDirection(),collapsible:(b!==null)?b:d.collapsible});c.ariaRenderAttributes=c.ariaRenderAttributes||{};c.ariaRenderAttributes["aria-orientation"]=c.orientation;c.protoEl.unselectable()},onRender:function(){var b=this,a;Ext.Component.prototype.onRender.apply(this,arguments);if(b.performCollapse!==false){if(b.renderData.collapsible){b.mon(b.collapseEl,"click",b.toggleTargetCmp,b)}if(b.collapseOnDblClick){b.mon(b.el,"dblclick",b.toggleTargetCmp,b)}}b.getCollapseTarget().on({collapse:b.onTargetCollapse,expand:b.onTargetExpand,beforeexpand:b.onBeforeTargetExpand,beforecollapse:b.onBeforeTargetCollapse,scope:b});if(b.canResize){b.tracker=Ext.create(b.getTrackerConfig());b.relayEvents(b.tracker,["beforedragstart","dragstart","dragend"])}a=b.collapseEl;if(a){a.lastCollapseDirCls=b.collapseDirProps[b.collapseDirection].cls}},getCollapseDirection:function(){var g=this,c=g.collapseDirection,e,a,b,d;if(!c){e=g.collapseTarget;if(e.isComponent){c=e.collapseDirection}if(!c){d=g.ownerCt.layout.type;if(e.isComponent){b=g.ownerCt.items;a=Number(b.indexOf(e)===b.indexOf(g)-1)<<1|Number(d==="hbox")}else{a=Number(g.collapseTarget==="prev")<<1|Number(d==="hbox")}c=["bottom","right","top","left"][a]}g.collapseDirection=c}g.setOrientation((c==="top"||c==="bottom")?"horizontal":"vertical");return c},getCollapseTarget:function(){var a=this;return a.collapseTarget.isComponent?a.collapseTarget:a.collapseTarget==="prev"?a.previousSibling():a.nextSibling()},setCollapseEl:function(b){var a=this.collapseEl;if(a){a.setDisplayed(b)}},onBeforeTargetExpand:function(a){this.setCollapseEl("none")},onBeforeTargetCollapse:function(){this.setCollapseEl("none")},onTargetCollapse:function(b){var a=this;if(b===a.getCollapseTarget()&&b[a.orientation==="vertical"?"collapsedHorizontal":"collapsedVertical"]()){a.el.addCls(a.collapsedClsInternal+" "+(a.collapsedCls||""))}a.setCollapseEl("")},onTargetExpand:function(b){var a=this;a.el.removeCls(a.collapsedClsInternal+" "+(a.collapsedCls||""));a.setCollapseEl("")},collapseDirProps:{top:{cls:"x-layout-split-top"},right:{cls:"x-layout-split-right"},bottom:{cls:"x-layout-split-bottom"},left:{cls:"x-layout-split-left"}},orientationProps:{horizontal:{opposite:"vertical",fixedAxis:"height",stretchedAxis:"width"},vertical:{opposite:"horizontal",fixedAxis:"width",stretchedAxis:"height"}},applyCollapseDirection:function(){var c=this,b=c.collapseEl,d=c.collapseDirProps[c.collapseDirection],a;if(b){a=b.lastCollapseDirCls;if(a){b.removeCls(a)}b.addCls(b.lastCollapseDirCls=d.cls)}},applyOrientation:function(){var e=this,c=e.orientation,d=e.orientationProps[c],g=e.size,b=d.fixedAxis,h=d.stretchedAxis,a=e.baseCls+"-";e[c]=true;e[d.opposite]=false;if(!e.hasOwnProperty(b)||e[b]==="100%"){e[b]=g}if(!e.hasOwnProperty(h)||e[h]===g){e[h]="100%"}e.removeCls(a+d.opposite);e.addCls(a+c)},setOrientation:function(a){var b=this;if(b.orientation!==a){b.orientation=a;b.applyOrientation()}},updateOrientation:function(){delete this.collapseDirection;this.getCollapseDirection();this.applyCollapseDirection()},toggleTargetCmp:function(d,b){var c=this.getCollapseTarget(),g=c.placeholder,a;if(Ext.isFunction(c.expand)&&Ext.isFunction(c.collapse)){if(g&&!g.hidden){a=true}else{a=!c.hidden}if(a){if(c.collapsed){c.expand()}else{if(c.collapseDirection){c.collapse()}else{c.collapse(this.renderData.collapseDir)}}}}},setSize:function(){var a=this;Ext.Component.prototype.setSize.apply(this,arguments);if(Ext.isIE&&a.el){a.el.repaint()}},beforeDestroy:function(){Ext.destroy(this.tracker);Ext.Component.prototype.beforeDestroy.call(this)}},0,["splitter"],["component","box","splitter"],{component:true,box:true,splitter:true},["widget.splitter"],0,[Ext.resizer,"Splitter"],0));(Ext.cmd.derive("Ext.layout.container.Box",Ext.layout.container.Container,{alternateClassName:"Ext.layout.BoxLayout",type:"box",config:{align:"begin",constrainAlign:false,enableSplitters:true,overflowHandler:{$value:null,merge:function(b,a){if(typeof b==="string"){b={type:b}}return Ext.merge(a?Ext.Object.chain(a):{},b)}},padding:0,pack:"start",stretchMaxPartner:undefined,vertical:false,alignRoundingMethod:"round"},itemCls:"x-box-item",targetCls:"x-box-layout-ct",targetElCls:"x-box-target",innerCls:"x-box-inner",manageMargins:true,createsInnerCt:true,childEls:["innerCt","targetEl"],renderTpl:['{%var oc,l=values.$comp.layout,oh=l.overflowHandler;if (oh && oh.getPrefixConfig!==Ext.emptyFn) {if(oc=oh.getPrefixConfig())dh.generateMarkup(oc, out)}%}{%if (oh && oh.getSuffixConfig!==Ext.emptyFn) {if(oc=oh.getSuffixConfig())dh.generateMarkup(oc, out)}%}',{disableFormats:true,definitions:"var dh=Ext.DomHelper;"}],constructor:function(a){var c=this,b;Ext.layout.container.Container.prototype.constructor.apply(this,arguments);c.setVertical(c.vertical);c.flexSortFn=c.flexSort.bind(c);b=typeof c.padding;if(b==="string"||b==="number"){c.padding=Ext.util.Format.parseBox(c.padding);c.padding.height=c.padding.top+c.padding.bottom;c.padding.width=c.padding.left+c.padding.right}},_beginRe:/^(?:begin|left|top)$/,_centerRe:/^(?:center|middle)$/,_endRe:/^(?:end|right|bottom)$/,_percentageRe:/^\s*(\d+(?:\.\d*)?)\s*[%]\s*$/,getItemSizePolicy:function(q,r){var l=this,j=l.sizePolicy,h=l.align,g=q.flex,o=h,k=l.names,i=k.height,n=k.width,b=q[n],p=q[i],d=l._percentageRe,c=d.test(b),e=(h==="stretch"),a=(h==="stretchmax"),m=l.constrainAlign;if(!r&&(e||g||c||(m&&!a))){r=l.owner.getSizeModel()}if(e){if(!d.test(p)&&r[i].shrinkWrap){o="stretchmax"}}else{if(!a){if(d.test(p)){o="stretch"}else{if(m&&!r[i].shrinkWrap){o="stretchmax"}else{o=""}}}}if(g||c){if(!r[n].shrinkWrap){j=j.flex}}return j[o]},flexSort:function(o,n){var l=this.names.maxWidth,e=this.names.minWidth,m=Infinity,k=o.target,r=n.target,i=k.flex,h=r.flex,s=0,c,p,j,d,q,g;j=k[l]||m;d=r[l]||m;c=k[e]||0;p=r[e]||0;q=isFinite(c)||isFinite(p);g=isFinite(j)||isFinite(d);if(q||g){if(g){s=j-d}if(s===0&&q){s=p-c}if(s===0){if(g){s=h-i}else{s=i-h}}}return s},isItemBoxParent:function(a){return true},isItemShrinkWrap:function(a){return true},roundFlex:function(a){return Math.floor(a)},beginCollapse:function(b){var a=this;if(a.direction==="vertical"&&b.collapsedVertical()){b.collapseMemento.capture(["flex"]);delete b.flex}else{if(a.direction==="horizontal"&&b.collapsedHorizontal()){b.collapseMemento.capture(["flex"]);delete b.flex}}},beginExpand:function(a){a.collapseMemento.restore(["flex"])},beginLayout:function(e){var i=this,b=i.owner,d=b.stretchMaxPartner,a=i.innerCt.dom.style,h=i.names,g=i.overflowHandler,j=b.getScrollable(),c;e.boxNames=h;if(g){g.beginLayout(e)}if(typeof d==="string"){d=Ext.getCmp(d)||b.query(d)[0]}e.stretchMaxPartner=d&&e.context.getCmp(d);Ext.layout.container.Container.prototype.beginLayout.apply(this,arguments);e.innerCtContext=e.getEl("innerCt",i);e.targetElContext=e.getEl("targetEl",i);if(j){e.ownerScrollable=j;c=j.getPosition();if(c.x||c.y){e.scrollRestore=c}}a.width=a.height=""},beginLayoutCycle:function(d,n){var k=this,a=d.state,l=d.ownerScrollable,i=k.align,j=d.boxNames,m=k.pack,c=k._centerRe,e=k.overflowHandler,b=d.state.canScroll,h,g;if(e){e.beginLayoutCycle(d,n)}Ext.layout.container.Container.prototype.beginLayoutCycle.apply(this,arguments);d.parallelSizeModel=h=d[j.widthModel];d.perpendicularSizeModel=g=d[j.heightModel];d.boxOptions={align:i={stretch:i==="stretch",stretchmax:i==="stretchmax",center:c.test(i),bottom:k._endRe.test(i)},pack:m={center:c.test(m),end:m==="end"}};if(l){if(!b){a.canScroll={parallel:!h.shrinkWrap&&l[j.getX](),perpendicular:!g.shrinkWrap&&l[j.getY]()}}if(!a.actualScroll){a.actualScroll={parallel:false,perpendicular:false}}}if(i.stretch&&g.shrinkWrap){i.stretchmax=true;i.stretch=false}i.nostretch=!(i.stretch||i.stretchmax);if(h.shrinkWrap){m.center=m.end=false}k.cacheFlexes(d);k.targetEl.setWidth(20000)},cacheFlexes:function(m){var B=this,n=m.boxNames,a=n.widthModel,h=n.heightModel,c=m.boxOptions.align.nostretch,t=0,b=m.childItems,v=b.length,z=[],o=0,w=0,s=0,l=n.minWidth,y=n.minHeight,j=B._percentageRe,x=0,A=0,g,q,u,k,d,e,r,p;while(v--){q=b[v];g=q.target;e=q[a];if(e.calculated){q.flex=u=g.flex;if(u){t+=u;z.push(q);o+=g[l]||0}else{k=j.exec(g[n.width]);q.percentageParallel=parseFloat(k[1])/100;++x}}if(e.configured){r=g[n.width]}else{r=g[l]||0}s+=r;d=q[h];if(c&&d.calculated){k=j.exec(g[n.height]);q.percentagePerpendicular=parseFloat(k[1])/100;++A}if(d.configured){p=g[n.height]}else{p=g[y]||0}if(p>w){w=p}}m.flexedItems=z;m.flexedMinWidth=o;m.smallestWidth=s;m.smallestHeight=w;m.totalFlex=t;m.percentageWidths=x;m.percentageHeights=A;Ext.Array.sort(z,B.flexSortFn)},calculate:function(c){var h=this,g=c.boxNames,a=c.state,e=a.actualScroll,j=a.needsScroll,b=a.canScroll,i=a.boxPlan||(a.boxPlan={}),d=h.overflowHandler;i.targetSize=h.getContainerSize(c);if(b&&!j){a.needsScroll=j={parallel:b.parallel&&i.targetSize[g.width]o){r.invalidate({before:F,after:C,layout:t,childHeight:o,names:M});v.state.parallelDone=false}if(isNaN(H=m(H,E+w,r.target[M.minHeight]||0))){return false}}}if(L){H+=a;v[M.hasOverflowX]=true;v.target.componentLayout[M.setHeightInDom]=true;v[M.invalidateScrollX]=Ext.isIE8}e=v.stretchMaxPartner;if(e){v.setProp("maxChildHeight",H);N=e.childItems;if(N&&N.length){H=m(H,e.getProp("maxChildHeight"));if(isNaN(H)){return false}}}v[M.setContentHeight](H+t.padding[l]+v.targetContext.getPaddingInfo()[l]);if(L){H-=a}if(H>b[l]&&u&&u.perpendicular){Q.actualScroll.perpendicular=true}B.maxSize=H;if(q){c=H}else{if(P||O||D){if(I){c=d?H:o}else{c=d?H:m(o,H)}c-=v.innerCtContext.getBorderInfo()[l]}}for(K=0;K0){z=k+Math[t.alignRoundingMethod](y/2)}}else{if(O){z=m(0,c-z-r.props[l])}}}r.setProp(s,z)}return true},onBeforeConstrainInvalidateChild:function(b,a){var c=a.names.heightModel;if(!b[c].constrainedMin){b[c]=Ext.layout.SizeModel.calculated}},onAfterConstrainInvalidateChild:function(b,a){var c=a.names;b.setProp(c.beforeY,0);if(b[c.heightModel].calculated){b[c.setHeight](a.childHeight)}},calculateStretchMax:function(c,k,m){var l=this,h=k.height,n=k.width,g=c.childItems,a=g.length,p=m.maxSize,o=l.onBeforeStretchMaxInvalidateChild,e=l.onAfterStretchMaxInvalidateChild,q,j,d,b;for(d=0;d":{xtype:"tbfill",height:0}},1:{"->":{xtype:"tbfill",width:0}}}},initComponent:function(){var c=this,b=c.layout,a=c.vertical;if(a===undefined){c.vertical=a=c.dock==="right"||c.dock==="left"}c.layout=b=Ext.applyIf(Ext.isString(b)?{type:b}:b||{},{type:a?"vbox":"hbox",align:a?"stretchmax":"middle"});if(c.overflowHandler){b.overflowHandler=c.overflowHandler}else{if(c.enableOverflow){b.overflowHandler="menu"}}if(a){c.addClsWithUI("vertical")}if(c.ui==="footer"){c.ignoreBorderManagement=true}Ext.container.Container.prototype.initComponent.call(this)},getRefItems:function(a){var e=this,b=Ext.container.Container.prototype.getRefItems.apply(this,arguments),d=e.layout,c;if(a&&(e.enableOverflow||(e.overflowHandler==="menu"))){c=d.overflowHandler;if(c&&c.menu){b=b.concat(c.menu.getRefItems(a))}}return b},lookupComponent:function(e){var d=arguments,a,b;if(typeof e==="string"){b=Ext.toolbar.Toolbar;a=b.shortcutsHV[this.vertical?1:0][e]||b.shortcuts[e];if(typeof a==="string"){e={xtype:a}}else{if(a){e=Ext.apply({},a)}else{e={xtype:"tbtext",text:e}}}this.applyDefaults(e);d=[e]}return Ext.container.Container.prototype.lookupComponent.apply(this,d)},onBeforeAdd:function(b){var c=this,d=c.ui==="footer",a=d?c.defaultFooterButtonUI:c.defaultButtonUI;if(b.isSegmentedButton){if(b.getDefaultUI()==="default"&&!b.config.hasOwnProperty("defaultUI")){b.setDefaultUI(a)}}else{if(b.ui==="default"&&!b.hasOwnProperty("ui")){if(b.isButton){b.ui=a}else{if(b.isFormField){b.ui=d?c.defaultFooterFieldUI:c.defaultFieldUI}}}}if(b instanceof Ext.toolbar.Separator){b.setUI(c.vertical?"vertical":"horizontal")}Ext.container.Container.prototype.onBeforeAdd.apply(this,arguments)},onAdd:function(a){if(a.needArrowKeys&&this.enableFocusableContainer){this.enableFocusableContainer=false}Ext.container.Container.prototype.onAdd.apply(this,arguments);this.trackMenu(a)},onRemove:function(a){Ext.container.Container.prototype.onRemove.apply(this,arguments);this.trackMenu(a,true)},privates:{applyDefaults:function(a){if(!Ext.isString(a)){a=Ext.container.Container.prototype.applyDefaults.apply(this,arguments)}return a},trackMenu:function(c,a){var b=this;if(b.trackMenus&&c.menu){c[a?"un":"on"]({mouseover:b.onButtonOver,menushow:b.onButtonMenuShow,menuhide:b.onButtonMenuHide,scope:b})}},getChildItemsToDisable:function(){return this.items.getRange()},onButtonOver:function(b,c){var a=this.activeMenuBtn;if(a&&a!==b){a.hideMenu();b.focus();b.showMenu(c);this.activeMenuBtn=b}},onButtonMenuShow:function(a){this.activeMenuBtn=a},onButtonMenuHide:function(a){this.activeMenuBtn=null}}},0,["toolbar"],["component","box","container","toolbar"],{component:true,box:true,container:true,toolbar:true},["widget.toolbar"],[[Ext.util.FocusableContainer.prototype.mixinId||Ext.util.FocusableContainer.$className,Ext.util.FocusableContainer]],[Ext.toolbar,"Toolbar",Ext,"Toolbar"],0));(Ext.cmd.derive("Ext.dd.DragDrop",Ext.Base,{constructor:function(c,a,b){if(c){this.init(c,a,b)}},id:null,config:null,dragElId:null,handleElId:null,invalidHandleTypes:null,invalidHandleIds:null,invalidHandleClasses:null,startPageX:0,startPageY:0,groups:null,locked:false,lock:function(){this.locked=true},moveOnly:false,unlock:function(){this.locked=false},isTarget:true,padding:null,_domRef:null,__ygDragDrop:true,constrainX:false,constrainY:false,minX:0,maxX:0,minY:0,maxY:0,maintainOffset:false,xTicks:null,yTicks:null,primaryButtonOnly:true,available:false,hasOuterHandles:false,triggerEvent:"mousedown",b4StartDrag:function(a,b){},startDrag:function(a,b){},b4Drag:function(a){},onDrag:function(a){},onDragEnter:function(a,b){},b4DragOver:function(a){},onDragOver:function(a,b){},b4DragOut:function(a){},onDragOut:function(a,b){},b4DragDrop:function(a){},onDragDrop:function(a,b){},onInvalidDrop:function(a){},b4EndDrag:function(a){},endDrag:function(a){},b4MouseDown:function(a){},onMouseDown:function(a){},onMouseUp:function(a){},onAvailable:function(){},defaultPadding:{left:0,right:0,top:0,bottom:0},constrainTo:function(e,b,l){if(Ext.isNumber(b)){b={left:b,right:b,top:b,bottom:b}}b=b||this.defaultPadding;var h=Ext.get(this.getEl()).getBox(),m=Ext.get(e),k=m.getScroll(),g,i=m.dom,j,d,a;if(i===document.body){g={x:k.left,y:k.top,width:Ext.Element.getViewportWidth(),height:Ext.Element.getViewportHeight()}}else{j=m.getXY();g={x:j[0],y:j[1],width:i.clientWidth,height:i.clientHeight}}d=h.y-g.y;a=h.x-g.x;this.resetConstraints();this.setXConstraint(a-(b.left||0),g.width-a-h.width-(b.right||0),this.xTickSize);this.setYConstraint(d-(b.top||0),g.height-d-h.height-(b.bottom||0),this.yTickSize)},getEl:function(){if(!this._domRef){this._domRef=Ext.getDom(this.id)}return this._domRef},getDragEl:function(){return Ext.getDom(this.dragElId)},init:function(d,a,b){var c=this;c.el=c.el||Ext.get(d);c.initTarget(d,a,b);Ext.get(c.id).on(c.triggerEvent,c.handleMouseDown,c)},initTarget:function(c,a,b){this.config=b||{};this.DDMInstance=Ext.dd.DragDropManager;this.groups={};if(typeof c!=="string"){c=Ext.id(c)}this.id=c;this.addToGroup((a)?a:"default");this.handleElId=c;this.setDragElId(c);this.invalidHandleTypes={A:"A"};this.invalidHandleIds={};this.invalidHandleClasses=[];this.applyConfig();this.handleOnAvailable()},applyConfig:function(){this.padding=this.config.padding||[0,0,0,0];this.isTarget=(this.config.isTarget!==false);this.maintainOffset=(this.config.maintainOffset);this.primaryButtonOnly=(this.config.primaryButtonOnly!==false)},handleOnAvailable:function(){this.available=true;this.resetConstraints();this.onAvailable()},setPadding:function(c,a,d,b){if(!a&&0!==a){this.padding=[c,c,c,c]}else{if(!d&&0!==d){this.padding=[c,a,c,a]}else{this.padding=[c,a,d,b]}}},setInitPosition:function(d,c){var e=this.getEl(),b,a,g;if(!this.DDMInstance.verifyEl(e)){return}b=d||0;a=c||0;g=Ext.fly(e).getXY();this.initPageX=g[0]-b;this.initPageY=g[1]-a;this.lastPageX=g[0];this.lastPageY=g[1];this.setStartPosition(g)},setStartPosition:function(b){var a=b||Ext.fly(this.getEl()).getXY();this.deltaSetXY=null;this.startPageX=a[0];this.startPageY=a[1]},addToGroup:function(a){this.groups[a]=true;this.DDMInstance.regDragDrop(this,a)},removeFromGroup:function(a){if(this.groups[a]){delete this.groups[a]}this.DDMInstance.removeDDFromGroup(this,a)},setDragElId:function(a){this.dragElId=a},setHandleElId:function(a){if(typeof a!=="string"){a=Ext.id(a)}this.handleElId=a;this.DDMInstance.regHandle(this.id,a)},setOuterHandleElId:function(a){if(typeof a!=="string"){a=Ext.id(a)}Ext.get(a).on(this.triggerEvent,this.handleMouseDown,this);this.setHandleElId(a);this.hasOuterHandles=true},unreg:function(){var b=this,a;if(b._domRef){a=Ext.fly(b.id);if(a){a.un(b.triggerEvent,b.handleMouseDown,b)}}b._domRef=null;b.DDMInstance._remove(b,b.autoGroup)},destroy:function(){this.unreg();this.callParent()},isLocked:function(){return(this.DDMInstance.isLocked()||this.locked)},handleMouseDown:function(c,b){var a=this;if((a.primaryButtonOnly&&c.button)||a.isLocked()){return}a.DDMInstance.refreshCache(a.groups);if(a.hasOuterHandles||a.DDMInstance.isOverTarget(c.getPoint(),a)){if(a.clickValidator(c)){a.setStartPosition();a.b4MouseDown(c);a.onMouseDown(c);a.DDMInstance.handleMouseDown(c,a);a.DDMInstance.stopEvent(c)}}},clickValidator:function(b){var a=b.getTarget();return(this.isValidHandleChild(a)&&(this.id===this.handleElId||this.DDMInstance.handleWasClicked(a,this.id)))},addInvalidHandleType:function(a){var b=a.toUpperCase();this.invalidHandleTypes[b]=b},addInvalidHandleId:function(a){if(typeof a!=="string"){a=Ext.id(a)}this.invalidHandleIds[a]=a},addInvalidHandleClass:function(a){this.invalidHandleClasses.push(a)},removeInvalidHandleType:function(a){var b=a.toUpperCase();delete this.invalidHandleTypes[b]},removeInvalidHandleId:function(a){if(typeof a!=="string"){a=Ext.id(a)}delete this.invalidHandleIds[a]},removeInvalidHandleClass:function(b){var d=this.invalidHandleClasses,a=d.length,c;for(c=0;c=this.minX;b=b-a){if(!c[b]){this.xTicks[this.xTicks.length]=b;c[b]=true}}for(b=this.initPageX;b<=this.maxX;b=b+a){if(!c[b]){this.xTicks[this.xTicks.length]=b;c[b]=true}}Ext.Array.sort(this.xTicks,this.DDMInstance.numericSort)},setYTicks:function(d,a){this.yTicks=[];this.yTickSize=a;var c={},b;for(b=this.initPageY;b>=this.minY;b=b-a){if(!c[b]){this.yTicks[this.yTicks.length]=b;c[b]=true}}for(b=this.initPageY;b<=this.maxY;b=b+a){if(!c[b]){this.yTicks[this.yTicks.length]=b;c[b]=true}}Ext.Array.sort(this.yTicks,this.DDMInstance.numericSort)},setXConstraint:function(c,b,a){this.leftConstraint=c;this.rightConstraint=b;this.minX=this.initPageX-c;this.maxX=this.initPageX+b;if(a){this.setXTicks(this.initPageX,a)}this.constrainX=true},clearConstraints:function(){this.constrainX=false;this.constrainY=false;this.clearTicks()},clearTicks:function(){this.xTicks=null;this.yTicks=null;this.xTickSize=0;this.yTickSize=0},setYConstraint:function(a,c,b){this.topConstraint=a;this.bottomConstraint=c;this.minY=this.initPageY-a;this.maxY=this.initPageY+c;if(b){this.setYTicks(this.initPageY,b)}this.constrainY=true},resetConstraints:function(){if(this.initPageX||this.initPageX===0){var b=(this.maintainOffset)?this.lastPageX-this.initPageX:0,a=(this.maintainOffset)?this.lastPageY-this.initPageY:0;this.setInitPosition(b,a)}else{this.setInitPosition()}if(this.constrainX){this.setXConstraint(this.leftConstraint,this.rightConstraint,this.xTickSize)}if(this.constrainY){this.setYConstraint(this.topConstraint,this.bottomConstraint,this.yTickSize)}},getTick:function(h,d){if(!d){return h}else{if(d[0]>=h){return d[0]}else{var b,a,c,g,e;for(b=0,a=d.length;b=h){g=h-d[b];e=d[c]-h;return(e>g)?d[b]:d[c]}}return d[d.length-1]}}},toString:function(){return("DragDrop "+this.id)}},3,0,0,0,0,0,[Ext.dd,"DragDrop"],0));(Ext.cmd.derive("Ext.dd.DD",Ext.dd.DragDrop,{constructor:function(c,a,b){if(c){this.init(c,a,b)}},scroll:true,autoOffset:function(c,b){var a=c-this.startPageX,d=b-this.startPageY;this.setDelta(a,d)},setDelta:function(b,a){this.deltaX=b;this.deltaY=a},setDragElPos:function(c,b){var a=this.getDragEl();this.alignElWithMouse(a,c,b)},alignElWithMouse:function(b,e,c){var g=this.getTargetCoord(e,c),d=b.dom?b:Ext.fly(b,"_dd"),l=d.getSize(),i=Ext.Element,j,a,k,h;if(!this.deltaSetXY){j=this.cachedViewportSize={width:i.getDocumentWidth(),height:i.getDocumentHeight()};a=[Math.max(0,Math.min(g.x,j.width-l.width)),Math.max(0,Math.min(g.y,j.height-l.height))];d.setXY(a);k=this.getLocalX(d);h=d.getLocalY();this.deltaSetXY=[k-g.x,h-g.y]}else{j=this.cachedViewportSize;this.setLocalXY(d,Math.max(0,Math.min(g.x+this.deltaSetXY[0],j.width-l.width)),Math.max(0,Math.min(g.y+this.deltaSetXY[1],j.height-l.height)))}this.cachePosition(g.x,g.y);this.autoScroll(g.x,g.y,b.offsetHeight,b.offsetWidth);return g},cachePosition:function(b,a){if(b){this.lastPageX=b;this.lastPageY=a}else{var c=Ext.fly(this.getEl()).getXY();this.lastPageX=c[0];this.lastPageY=c[1]}},autoScroll:function(l,k,e,m){if(this.scroll){var n=Ext.Element.getViewportHeight(),b=Ext.Element.getViewportWidth(),p=this.DDMInstance.getScrollTop(),d=this.DDMInstance.getScrollLeft(),j=e+k,o=m+l,i=(n+p-k-this.deltaY),g=(b+d-l-this.deltaX),c=40,a=(document.all)?80:30;if(j>n&&i0&&k-pb&&g0&&l-dthis.maxX){a=this.maxX}}if(this.constrainY){if(dthis.maxY){d=this.maxY}}a=this.getTick(a,this.xTicks);d=this.getTick(d,this.yTicks);return{x:a,y:d}},applyConfig:function(){Ext.dd.DragDrop.prototype.applyConfig.call(this);this.scroll=(this.config.scroll!==false)},b4MouseDown:function(b){var a=b.getXY();this.autoOffset(a[0],a[1])},b4Drag:function(b){var a=b.getXY();this.setDragElPos(a[0],a[1])},toString:function(){return("DD "+this.id)},getLocalX:function(a){return a.getLocalX()},setLocalXY:function(b,a,c){b.setLocalXY(a,c)}},3,0,0,0,0,0,[Ext.dd,"DD"],0));(Ext.cmd.derive("Ext.dd.DDProxy",Ext.dd.DD,{statics:{dragElId:"ygddfdiv"},constructor:function(c,a,b){if(c){this.init(c,a,b);this.initFrame()}},resizeFrame:true,centerFrame:false,createFrame:function(){var b=this,a=document.body,d,c;if(!a||!a.firstChild){Ext.defer(function(){b.createFrame()},50);return}d=this.getDragEl();if(!d){d=document.createElement("div");d.id=this.dragElId;d.setAttribute("role","presentation");c=d.style;c.position="absolute";c.visibility="hidden";c.cursor="move";c.border="2px solid #aaa";c.zIndex=999;a.insertBefore(d,a.firstChild)}},initFrame:function(){this.createFrame()},applyConfig:function(){Ext.dd.DD.prototype.applyConfig.call(this);this.resizeFrame=(this.config.resizeFrame!==false);this.centerFrame=(this.config.centerFrame);this.setDragElId(this.config.dragElId||Ext.dd.DDProxy.dragElId)},showFrame:function(e,d){var c=this,a=c.getDragEl(),b=a.style;c._resizeProxy();if(c.centerFrame){c.setDelta(Math.round(parseInt(b.width,10)/2),Math.round(parseInt(b.height,10)/2))}c.setDragElPos(e,d);Ext.fly(a).show()},_resizeProxy:function(){if(this.resizeFrame){var a=this.getEl();Ext.fly(this.getDragEl()).setSize(a.offsetWidth,a.offsetHeight)}},b4MouseDown:function(c){var b=c.getXY(),a=b[0],d=b[1];this.autoOffset(a,d);this.setDragElPos(a,d)},b4StartDrag:function(a,b){this.showFrame(a,b)},b4EndDrag:function(a){Ext.fly(this.getDragEl()).hide()},endDrag:function(c){var b=this.getEl(),a=this.getDragEl();a.style.visibility="";this.beforeMove();b.style.visibility="hidden";Ext.dd.DDM.moveToEl(b,a);a.style.visibility="hidden";b.style.visibility="";this.afterDrag()},beforeMove:function(){},afterDrag:function(){},toString:function(){return("DDProxy "+this.id)}},3,0,0,0,0,0,[Ext.dd,"DDProxy"],0));(Ext.cmd.derive("Ext.dd.StatusProxy",Ext.Component,{animRepair:false,childEls:["ghost"],renderTpl:[''],repairCls:"x-dd-drag-repair",ariaRole:"presentation",skipLayout:true,constructor:function(a){var b=this;a=a||{};Ext.apply(b,{hideMode:"visibility",hidden:true,floating:true,id:b.id||Ext.id(),cls:"x-dd-drag-proxy "+this.dropNotAllowed,shadow:a.shadow||false,renderTo:Ext.getDetachedBody()});Ext.Component.prototype.constructor.apply(this,arguments);this.dropStatus=this.dropNotAllowed},dropAllowed:"x-dd-drop-ok",dropNotAllowed:"x-dd-drop-nodrop",setStatus:function(a){a=a||this.dropNotAllowed;if(this.dropStatus!==a){this.el.replaceCls(this.dropStatus,a);this.dropStatus=a}},reset:function(b){var c=this,a="x-dd-drag-proxy ";c.el.replaceCls(a+c.dropAllowed,a+c.dropNotAllowed);c.dropStatus=c.dropNotAllowed;if(b){c.ghost.setHtml("")}},update:function(a){if(typeof a==="string"){this.ghost.setHtml(a)}else{this.ghost.setHtml("");a.style.margin="0";this.ghost.dom.appendChild(a)}var b=this.ghost.dom.firstChild;if(b){Ext.fly(b).setStyle("float","none")}},getGhost:function(){return this.ghost},hide:function(a){Ext.Component.prototype.hide.call(this);if(a){this.reset(true)}},stop:function(){if(this.anim&&this.anim.isAnimated&&this.anim.isAnimated()){this.anim.stop()}},sync:function(){this.el.syncUnderlays()},repair:function(c,d,a){var b=this;b.callback=d;b.scope=a;if(c&&b.animRepair!==false){b.el.addCls(b.repairCls);b.el.setUnderlaysVisible(false);b.anim=b.el.animate({duration:b.repairDuration||500,easing:"ease-out",to:{x:c[0],y:c[1]},stopAnimation:true,callback:b.afterRepair,scope:b})}else{b.afterRepair()}},afterRepair:function(){var a=this;a.hide(true);a.el.removeCls(a.repairCls);if(typeof a.callback==="function"){a.callback.call(a.scope||a)}delete a.callback;delete a.scope}},1,0,["component","box"],{component:true,box:true},0,0,[Ext.dd,"StatusProxy"],0));(Ext.cmd.derive("Ext.dd.DragSource",Ext.dd.DDProxy,{dropAllowed:"x-dd-drop-ok",dropNotAllowed:"x-dd-drop-nodrop",animRepair:true,repairHighlightColor:"c3daf9",constructor:function(b,a){this.el=Ext.get(b);if(!this.dragData){this.dragData={}}Ext.apply(this,a);if(!this.proxy){this.proxy=new Ext.dd.StatusProxy({id:this.el.id+"-drag-status-proxy",animRepair:this.animRepair})}Ext.dd.DDProxy.prototype.constructor.call(this,this.el.dom,this.ddGroup||this.group,{dragElId:this.proxy.id,resizeFrame:false,isTarget:false,scroll:this.scroll===true});this.dragging=false},getDragData:function(a){return this.dragData},onDragEnter:function(c,d){var b=Ext.dd.DragDropManager.getDDById(d),a;this.cachedTarget=b;if(this.beforeDragEnter(b,c,d)!==false){if(b.isNotifyTarget){a=b.notifyEnter(this,c,this.dragData);this.proxy.setStatus(a)}else{this.proxy.setStatus(this.dropAllowed)}if(this.afterDragEnter){this.afterDragEnter(b,c,d)}}},beforeDragEnter:function(b,a,c){return true},onDragOver:function(c,d){var b=this.cachedTarget||Ext.dd.DragDropManager.getDDById(d),a;if(this.beforeDragOver(b,c,d)!==false){if(b.isNotifyTarget){a=b.notifyOver(this,c,this.dragData);this.proxy.setStatus(a)}if(this.afterDragOver){this.afterDragOver(b,c,d)}}},beforeDragOver:function(b,a,c){return true},onDragOut:function(b,c){var a=this.cachedTarget||Ext.dd.DragDropManager.getDDById(c);if(this.beforeDragOut(a,b,c)!==false){if(a.isNotifyTarget){a.notifyOut(this,b,this.dragData)}this.proxy.reset();if(this.afterDragOut){this.afterDragOut(a,b,c)}}this.cachedTarget=null},beforeDragOut:function(b,a,c){return true},onDragDrop:function(b,c){var a=this.cachedTarget||Ext.dd.DragDropManager.getDDById(c);if(this.beforeDragDrop(a,b,c)!==false){if(a.isNotifyTarget){if(a.notifyDrop(this,b,this.dragData)!==false){this.onValidDrop(a,b,c)}else{this.onInvalidDrop(a,b,c)}}else{this.onValidDrop(a,b,c)}if(this.afterDragDrop){this.afterDragDrop(a,b,c)}}delete this.cachedTarget},beforeDragDrop:function(b,a,c){return true},onValidDrop:function(b,a,c){this.hideProxy();if(this.afterValidDrop){this.afterValidDrop(b,a,c)}},getRepairXY:function(b,a){return this.el.getXY()},onInvalidDrop:function(c,b,d){var a=this;if(!b){b=c;c=null;d=b.getTarget().id}if(a.beforeInvalidDrop(c,b,d)!==false){if(a.cachedTarget){if(a.cachedTarget.isNotifyTarget){a.cachedTarget.notifyOut(a,b,a.dragData)}a.cacheTarget=null}a.proxy.repair(a.getRepairXY(b,a.dragData),a.afterRepair,a);if(a.afterInvalidDrop){a.afterInvalidDrop(b,d)}}},afterRepair:function(){var a=this;if(Ext.enableFx){a.el.highlight(a.repairHighlightColor)}a.dragging=false},beforeInvalidDrop:function(b,a,c){return true},handleMouseDown:function(b){if(this.dragging){return}var a=this.getDragData(b);if(a&&this.onBeforeDrag(a,b)!==false){this.dragData=a;this.proxy.stop();Ext.dd.DDProxy.prototype.handleMouseDown.apply(this,arguments)}},onBeforeDrag:function(a,b){return true},onStartDrag:Ext.emptyFn,alignElWithMouse:function(){this.proxy.ensureAttachedToBody(true);return Ext.dd.DDProxy.prototype.alignElWithMouse.apply(this,arguments)},startDrag:function(a,b){this.proxy.reset();this.proxy.hidden=false;this.dragging=true;this.proxy.update("");this.onInitDrag(a,b);this.proxy.show()},onInitDrag:function(a,c){var b=this.el.dom.cloneNode(true);b.id=Ext.id();this.proxy.update(b);this.onStartDrag(a,c);return true},getProxy:function(){return this.proxy},hideProxy:function(){this.proxy.hide();this.proxy.reset(true);this.dragging=false},triggerCacheRefresh:function(){Ext.dd.DDM.refreshCache(this.groups)},b4EndDrag:function(a){},endDrag:function(a){this.onEndDrag(this.dragData,a)},onEndDrag:function(a,b){},autoOffset:function(a,b){this.setDelta(-12,-20)},destroy:function(){Ext.dd.DDProxy.prototype.destroy.call(this);Ext.destroy(this.proxy)}},1,0,0,0,0,0,[Ext.dd,"DragSource"],0));(Ext.cmd.derive("Ext.panel.Proxy",Ext.Base,{alternateClassName:"Ext.dd.PanelProxy",moveOnDrag:true,constructor:function(a,b){var c=this;c.panel=a;c.id=c.panel.id+"-ddproxy";Ext.apply(c,b)},insertProxy:true,setStatus:Ext.emptyFn,reset:Ext.emptyFn,update:Ext.emptyFn,stop:Ext.emptyFn,sync:Ext.emptyFn,getEl:function(){return this.ghost.el},getGhost:function(){return this.ghost},getProxy:function(){return this.proxy},hide:function(){var a=this;if(a.ghost){if(a.proxy){a.proxy.destroy();delete a.proxy}a.panel.unghost(null,a.moveOnDrag);delete a.ghost}},show:function(){var b=this,a;if(!b.ghost){a=b.panel.getSize();b.panel.el.setVisibilityMode(Ext.Element.DISPLAY);b.ghost=b.panel.ghost();if(b.insertProxy){b.proxy=b.panel.el.insertSibling({role:"presentation",cls:"x-panel-dd-spacer"});b.proxy.setSize(a)}}},repair:function(b,c,a){this.hide();Ext.callback(c,a||this)},moveProxy:function(a,b){if(this.proxy){a.insertBefore(this.proxy.dom,b)}}},1,0,0,0,0,0,[Ext.panel,"Proxy",Ext.dd,"PanelProxy"],0));(Ext.cmd.derive("Ext.panel.DD",Ext.dd.DragSource,{constructor:function(b,a){var c=this;c.panel=b;c.dragData={panel:b};c.panelProxy=new Ext.panel.Proxy(b,a);c.proxy=c.panelProxy.proxy;Ext.dd.DragSource.prototype.constructor.call(this,b.el,a);c.setupEl(b)},setupEl:function(a){var c=this,d=a.header,b=a.body;if(d){c.setHandleElId(d.id);b=d.el}if(b){b.setStyle("cursor","move");c.scroll=false}else{a.on("boxready",c.setupEl,c,{single:true})}},showFrame:Ext.emptyFn,startDrag:Ext.emptyFn,b4StartDrag:function(a,b){this.panelProxy.show()},b4MouseDown:function(c){var b=c.getXY(),a=b[0],d=b[1];this.autoOffset(a,d)},onInitDrag:function(a,b){this.onStartDrag(a,b);return true},createFrame:Ext.emptyFn,getDragEl:function(b){var a=this.panelProxy.ghost;if(a){return a.el.dom}},endDrag:function(a){this.panelProxy.hide();this.panel.saveState()},autoOffset:function(a,b){a-=this.startPageX;b-=this.startPageY;this.setDelta(a,b)},onInvalidDrop:function(c,b,d){var a=this;if(a.beforeInvalidDrop(c,b,d)!==false){if(a.cachedTarget){if(a.cachedTarget.isNotifyTarget){a.cachedTarget.notifyOut(a,b,a.dragData)}a.cacheTarget=null}if(a.afterInvalidDrop){a.afterInvalidDrop(b,d)}}}},1,0,0,0,0,0,[Ext.panel,"DD"],0));(Ext.cmd.derive("Ext.layout.component.Dock",Ext.layout.component.Component,{alternateClassName:"Ext.layout.component.AbstractDock",type:"dock",horzAxisProps:{name:"horz",oppositeName:"vert",dockBegin:"left",dockEnd:"right",horizontal:true,marginBegin:"margin-left",maxSize:"maxWidth",minSize:"minWidth",pos:"x",setSize:"setWidth",shrinkWrapDock:"shrinkWrapDockWidth",size:"width",sizeModel:"widthModel"},vertAxisProps:{name:"vert",oppositeName:"horz",dockBegin:"top",dockEnd:"bottom",horizontal:false,marginBegin:"margin-top",maxSize:"maxHeight",minSize:"minHeight",pos:"y",setSize:"setHeight",shrinkWrapDock:"shrinkWrapDockHeight",size:"height",sizeModel:"heightModel"},initializedBorders:-1,horizontalCollapsePolicy:{width:true,x:true},verticalCollapsePolicy:{height:true,y:true},finishRender:function(){var b=this,c,a;Ext.layout.component.Component.prototype.finishRender.call(this);c=b.getRenderTarget();a=b.getDockedItems();b.finishRenderItems(c,a)},isItemBoxParent:function(a){return true},isItemShrinkWrap:function(a){return true},noBorderClasses:["x-docked-noborder-top","x-docked-noborder-right","x-docked-noborder-bottom","x-docked-noborder-left"],noBorderClassesSides:{top:"x-docked-noborder-top",right:"x-docked-noborder-right",bottom:"x-docked-noborder-bottom",left:"x-docked-noborder-left"},borderWidthProps:{top:"border-top-width",right:"border-right-width",bottom:"border-bottom-width",left:"border-left-width"},_itemCls:"x-docked",handleItemBorders:function(){var m=this,a=m.owner,l,q,h=m.lastDockedItems,g=m.borders,b=a.dockedItems.generation,c=m.noBorderClassesSides,n=m.borderWidthProps,e,k,p,o,j,d=m.collapsed;if(m.initializedBorders===b||(a.border&&!a.manageBodyBorders)||(a.collapsed&&a.collapseMode==="mini")){return}m.initializedBorders=b;m.collapsed=false;m.lastDockedItems=q=m.getLayoutItems();m.collapsed=d;l={top:[],right:[],bottom:[],left:[]};for(e=0,k=q.length;ed){h=r.constrainedMax;n=d}else{if(jd){g=r.constrainedMax;m=d}else{if(j',addDocked:function(g,k){var j=this,b=j.rendered,c=0,l=j.dockedItems,d=l.getCount(),e,h,m,a;g=j.prepareItems(g);a=g.length;if(b){Ext.suspendLayouts()}if(k===undefined){k=d}else{k=Math.min(k,d)}for(;c','
    ',"{headingText}","
    ","","{% this.renderDockedItems(out,values,0); %}",'
    {bodyCls}',' {baseCls}-body-{ui}',' {parent.baseCls}-body-{parent.ui}-{.}','{childElCls}"','',' {$}="{.}"',"",' role="presentation"',"",' style="{bodyStyle}">',"{%this.renderContainer(out,values);%}","
    ","{% this.renderDockedItems(out,values,1); %}"],headerPosition:"top",iconAlign:"left",titleAlign:"left",titleRotation:"default",beforeRenderConfig:{glyph:null,headerPosition:null,icon:null,iconAlign:null,iconCls:null,title:null,titleAlign:null,titleRotation:null},animCollapse:Ext.enableFx,border:true,closable:false,closeAction:"destroy",closeToolText:"Close panel",collapsed:false,collapsedCls:"collapsed",collapseFirst:true,collapsible:undefined,collapseToolText:"Collapse panel",expandToolText:"Expand panel",constrain:false,constrainHeader:false,dockedItems:null,tbar:null,bbar:null,fbar:null,lbar:null,rbar:null,buttons:null,floatable:true,frame:false,frameHeader:true,hideCollapseTool:false,manageHeight:true,maskElement:"el",minButtonWidth:75,preventHeader:false,shrinkWrapDock:false,titleCollapse:undefined,baseCls:"x-panel",bodyPosProps:{x:"x",y:"y"},componentLayout:"dock",contentPaddingProperty:"bodyPadding",emptyArray:[],isPanel:true,defaultBindProperty:"title",addBodyCls:function(b){var c=this,a=c.rendered?c.body:c.getProtoBody();a.addCls(b);return c},addTool:function(e){if(!Ext.isArray(e)){e=[e]}var d=this,h=d.header,a=e.length,g=d.tools,c,b;if(!h||!h.isHeader){h=null;if(!g){d.tools=g=[]}}for(c=0;c=g||n[e]>0){if(e>=g){e=0;a=0;b++;for(c=0;c0){n[c]--}}}else{e++}}m.push({rowIdx:b,cellIdx:a});for(c=l.colspan||1;c;--c){n[e]=l.rowspan||1;++e}++a}return m},getRenderTree:function(){var j=this,g=j.getLayoutItems(),o=[],p=Ext.apply({tag:"table",id:j.owner.id+"-table","data-ref":"table",role:"presentation",cls:j.tableCls,cellspacing:0,cellpadding:0,cn:{tag:"tbody",id:j.owner.id+"-tbody","data-ref":"tbody",role:"presentation",cn:o}},j.tableAttrs),c=j.tdAttrs,d,e=g.length,n,l,h,b,a,k,m;m=j.calculateCells(g);for(d=0;d0){--this.disabled}},handleAdd:function(b,a){if(!this.disabled){if(a.is(this.selector)){this.onItemAdd(a.ownerCt,a)}if(a.isQueryable){this.onContainerAdd(a)}}},onItemAdd:function(c,b){var e=this,a=e.items,d=e.addHandler;if(!e.disabled){if(d){d.call(e.scope||b,b)}if(a){a.add(b)}}},onItemRemove:function(c,b){var e=this,a=e.items,d=e.removeHandler;if(!e.disabled){if(d){d.call(e.scope||b,b)}if(a){a.remove(b)}}},onContainerAdd:function(g,b){var k=this,j,h,c=k.handleAdd,a=k.handleRemove,d,e;if(g.isContainer){g.on("add",c,k);g.on("dockedadd",c,k);g.on("remove",a,k);g.on("dockedremove",a,k)}if(b!==true){j=g.query(k.selector);for(d=0,h=j.length;dcontainer");for(d=0,h=j.length;d"+h.xtype+"[rowIndex="+h.rowIndex+"]"),function(i){return i!==h});a=d.length;if(!h.destroying&&!h.destroyed){e.remove(h);if(a===1){d[0].columnWidth=1}else{for(b=0;bb.tolerance){b.triggerStart(g)}else{return}}if(b.fireEvent("mousemove",b,g)===false){b.onMouseUp(g)}else{b.onDrag(g);b.fireEvent("drag",b,g)}},onMouseUp:function(b){var a=this;a.mouseIsDown=false;if(a.mouseIsOut){a.mouseIsOut=false;a.onMouseOut(b)}if(a.preventDefault!==false){b.preventDefault()}if(Ext.isIE&&document.releaseCapture){document.releaseCapture()}a.fireEvent("mouseup",a,b);a.endDrag(b)},endDrag:function(c){var b=this,a=b.active;Ext.getDoc().un({mousemove:b.onMouseMove,mouseup:b.onMouseUp,selectstart:b.stopSelect,capture:true,scope:b});b.clearStart();b.active=false;if(a){b.dragEnded=true;b.onEnd(c);b.fireEvent("dragend",b,c)}b._constrainRegion=null},triggerStart:function(b){var a=this;a.clearStart();a.active=true;a.onStart(b);a.fireEvent("dragstart",a,b)},clearStart:function(){var a=this.timer;if(a){clearTimeout(a);this.timer=null}},stopSelect:function(a){a.stopEvent();return false},onBeforeStart:function(a){},onStart:function(a){},onDrag:function(a){},onEnd:function(a){},getDragTarget:function(){return this.dragTarget},getDragCt:function(){return this.el},getConstrainRegion:function(){var a=this;if(a.constrainTo){if(a.constrainTo instanceof Ext.util.Region){return a.constrainTo}if(!a._constrainRegion){a._constrainRegion=Ext.fly(a.constrainTo).getViewRegion()}}else{if(!a._constrainRegion){a._constrainRegion=a.getDragCt().getViewRegion()}}return a._constrainRegion},getXY:function(a){return a?this.constrainModes[a](this,this.lastXY):this.lastXY},getOffset:function(c){var b=this.getXY(c),a=this.startXY;return[b[0]-a[0],b[1]-a[1]]},onDragStart:function(a){a.stopPropagation()},constrainModes:{point:function(b,d){var c=b.dragRegion,a=b.getConstrainRegion();if(!a){return d}c.x=c.left=c[0]=c.right=d[0];c.y=c.top=c[1]=c.bottom=d[1];c.constrainTo(a);return[c.left,c.top]},dragTarget:function(c,g){var b=c.startXY,e=c.startRegion.copy(),a=c.getConstrainRegion(),d;if(!a){return g}e.translateBy(g[0]-b[0],g[1]-b[1]);if(e.right>a.right){g[0]+=d=(a.right-e.right);e.left+=d}if(e.lefta.bottom){g[1]+=d=(a.bottom-e.bottom);e.top+=d}if(e.top[flex]"),m=l.length,c=j==="vertical",k=0,g=c?"width":"height",d=0,r,s;for(;k1||(p&&(h>p))){if(g){g.orphan=1;g.el.setHeight(0)}l=0;h=1;if(q.length){r=q.length-1;n.syncFirstLast(n.getColumns(q[r].items))}q.push(o={index:q.length,items:[],maxHeight:0})}l+=b;o.items.push(c);c.row=o;m.rowIndex=o.index;if(a){c.el.setHeight(1)}g=c}if(q.length){n.syncFirstLast(n.getColumns(q[q.length-1].items))}},beforeLayoutCycle:function(c){var b=this,a=b.owner.items;if(b.splitterGen!==a.generation){b.syncSplitters();b.splitterGen=a.generation}Ext.layout.container.Column.prototype.beforeLayoutCycle.apply(this,arguments)},finishedLayout:function(e){var b=e.childItems,a=b.length,d,j,c,g,h;Ext.layout.container.Column.prototype.finishedLayout.call(this,e);for(c=0;c0){g=b[c];if(d){if(g.isSplitter){d=false}else{if(e){e=false;a.suspendLayouts()}i=a.add(c+1,h.getSplitterConfig())}}else{if(g.isSplitter){if(e){e=false;a.suspendLayouts()}a.remove(g)}else{d=true}}}while(b.length&&(g=b[0]).isSplitter){if(e){e=false;a.suspendLayouts()}a.remove(g)}if(!e){a.resumeLayouts()}},syncFirstLast:function(e){var g=this,b=g.firstColumnCls,j=g.lastColumnCls,d,a=[b,j],c,k,h;e=Ext.Array.from(e);d=e.length;for(c=0;cm-n)?1:0)));if(!n||!r.extensible){a=z.items.items;for(q=0,u=a.length;q0)?(g-a-c.getPadding("lr"))+"px":"","margin-top":"7px"})}else{o=n.body.getPadding("lr");b.setStyle({"float":"left",clear:"left",margin:"0 7px 0 7px"});b.setWidth(n.body.getWidth()-o);p.panelProxy.moveProxy(n.body.dom.firstChild.firstChild,null)}this.scrollPos=n.body.getScroll();if(k.dragover){n.fireEvent("dragover",j)}}return j.status},isRowExtensible:function(d){var c=this,b=c.dashboard,a=b.getMaxColumns()||1;return Ext.Array.from(b.query(">dashboard-column[rowIndex="+d+"]")).length0){++n}}b=l.createColumn();if(d){b.columnWidth=d.columnWidth=d.columnWidth/2;delete d.width}else{b.columnWidth=1}d=l.insert(n,b);o=0}a.el.dom.style.display="";d.insert(o,a);a.isMoving=false;d.updateLayout();Ext.resumeLayouts(true);if(j.drop){l.fireEvent("drop",i)}}},1,0,0,0,0,0,[Ext.dashboard,"DropZone"],0));(Ext.cmd.derive("Ext.dashboard.Part",Ext.Base,{factoryConfig:{type:"part"},isPart:true,_lastId:0,config:{id:null,dashboard:null,viewTemplate:{collapsed:"{collapsed}",columnIndex:"{columnIndex}",id:"{id}",title:"{title}",height:"{height}"}},viewTemplateOptions:{excludeProperties:{bind:1}},valueRe:/^[{][a-z]*[}]$/i,constructor:function(a){this.initConfig(a)},applyViewTemplate:function(a){return Ext.util.ObjectTemplate.create(a,this.viewTemplateOptions)},displayForm:function(a,b,d,c){d.call(c||this,{})},createView:function(b){var d=this,c=d.getViewTemplate(),a=c.apply(b);a.dashboard=d.getDashboard();a.part=d;a._partConfig=b;return a}},1,0,0,0,["part.part"],[[Ext.mixin.Factoryable.prototype.mixinId||Ext.mixin.Factoryable.$className,Ext.mixin.Factoryable],[Ext.mixin.Identifiable.prototype.mixinId||Ext.mixin.Identifiable.$className,Ext.mixin.Identifiable]],[Ext.dashboard,"Part"],0));(Ext.cmd.derive("Ext.dashboard.Dashboard",Ext.panel.Panel,{isDashboard:true,cls:"x-dashboard",bodyCls:"x-dashboard-body",defaultType:"dashboard-column",scrollable:true,layout:null,stateful:false,idSeed:1,config:{parts:null},renderConfig:{maxColumns:4},initComponent:function(){var a=this;if(!a.layout){a.layout={type:"dashboard"}}Ext.panel.Panel.prototype.initComponent.call(this)},applyParts:function(b,c){if(!c){c=new Ext.util.Collection({decoder:Ext.Factory.part})}var d,a;for(d in b){a=b[d];if(Ext.isString(a)){a={type:a}}a.id=d;a.dashboard=this;c.add(a)}return c},getPart:function(a){var b=this.getParts();return b.getByKey(a)},addNew:function(c,b,e){var d=this,a=d.getPart(c);a.displayForm(null,null,function(g){g.type=c;d.addView(g,b,e)})},addView:function(k,e,i){var h=this,g=h.query("dashboard-column"),c=g.length,d=e||0,j=k.id?k:h.createView(k),a=h.columnWidths,b;if(!c){b=h.add(0,h.createColumn({columnWidth:(Ext.isArray(a)?a[0]:1)}));g=[b];c=1}if(d>=c){d=c-1;i=1}if(!i){b=g[d];if(b){return b.add(j)}}if(i>0){++d}b=h.createColumn();if(a){b.columnWidth=a[d]||(a[d]=1)}if(!b.items){b.items=[]}b.items.push(j);b=h.add(b);return b.items.first()},createColumn:function(a){var b=this.cycleLayout;return Ext.apply({items:[],bubbleEvents:["add","remove","childmove","resize"],listeners:{remove:this.onRemoveItem,expand:b,collapse:b,scope:this}},a)},createView:function(c){var e=this,d=c.type,b=e.getPart(d),a=b.createView(c);if(!a.id){a.id=e.id+"_"+d+(e.idSeed++)}a.bubbleEvents=Ext.Array.from(a.bubbleEvents).concat(["expand","collapse"]);a.stateful=e.stateful;return a},initEvents:function(){Ext.panel.Panel.prototype.initEvents.call(this);this.dd=new Ext.dashboard.DropZone(this,this.dropConfig)},cycleLayout:function(){this.updateLayout()},beforeDestroy:function(){if(this.dd){Ext.destroy(this.dd)}Ext.panel.Panel.prototype.beforeDestroy.call(this)},applyState:function(g){delete g.items;var e=this;Ext.panel.Panel.prototype.applyState.call(this,g);var b=g.columnWidths,a=e.items.items,d=a.length,c,h;if(b){h=b.length;e.columnWidths=[];for(c=0;c'],initComponent:function(){Ext.Component.prototype.initComponent.call(this)},beforeRender:function(){Ext.Component.prototype.beforeRender.call(this);Ext.applyIf(this.renderData,{swfId:this.getSwfId()})},afterRender:function(){var b=this,a=Ext.apply({},b.flashParams),c=Ext.apply({},b.flashVars);Ext.Component.prototype.afterRender.call(this);a=Ext.apply({allowScriptAccess:"always",bgcolor:b.backgroundColor,wmode:b.wmode},a);c=Ext.apply({allowedDomain:document.location.hostname},c);new swfobject.embedSWF(b.url,b.getSwfId(),b.swfWidth,b.swfHeight,b.flashVersion,b.expressInstall?b.statics.EXPRESS_INSTALL_URL:undefined,c,a,b.flashAttributes,b.swfCallback.bind(b))},swfCallback:function(b){var a=this;if(b.success){a.swf=Ext.get(b.ref);a.onSuccess();a.fireEvent("success",a)}else{a.onFailure();a.fireEvent("failure",a)}},getSwfId:function(){return this.swfId||(this.swfId="extswf"+this.getAutoId())},onSuccess:function(){this.swf.setStyle("visibility","inherit")},onFailure:Ext.emptyFn,beforeDestroy:function(){var b=this,a=b.swf;if(a){swfobject.removeSWF(b.getSwfId());Ext.destroy(a);delete b.swf}Ext.Component.prototype.beforeDestroy.call(this)},statics:{EXPRESS_INSTALL_URL:"http://swfobject.googlecode.com/svn/trunk/swfobject/expressInstall.swf"}},0,["flash"],["component","box","flash"],{component:true,box:true,flash:true},["widget.flash"],0,[Ext.flash,"Component",Ext,"FlashComponent"],0));(Ext.cmd.derive("Ext.form.action.Action",Ext.Base,{alternateClassName:"Ext.form.Action",submitEmptyText:true,constructor:function(a){if(a){Ext.apply(this,a)}var b=a.params;if(Ext.isString(b)){this.params=Ext.Object.fromQueryString(b)}},run:Ext.emptyFn,onFailure:function(a){var c=this.form,b=c&&!c.destroying&&!c.destroyed;this.response=a;this.failureType=Ext.form.action.Action.CONNECT_FAILURE;if(b){c.afterAction(this,false)}},processResponse:function(a){this.response=a;if(!a.responseText&&!a.responseXML){return true}return(this.result=this.handleResponse(a))},getUrl:function(){return this.url||this.form.url},getMethod:function(){return(this.method||this.form.method||"POST").toUpperCase()},getParams:function(){return Ext.apply({},this.params,this.form.baseParams)},createCallback:function(){var a=this;return{success:a.onSuccess,failure:a.onFailure,scope:a,timeout:(a.timeout||a.form.timeout)*1000}},statics:{CLIENT_INVALID:"client",SERVER_INVALID:"server",CONNECT_FAILURE:"connect",LOAD_FAILURE:"load"}},1,0,0,0,0,0,[Ext.form.action,"Action",Ext.form,"Action"],0));(Ext.cmd.derive("Ext.form.action.Load",Ext.form.action.Action,{alternateClassName:"Ext.form.Action.Load",type:"load",run:function(){Ext.Ajax.request(Ext.apply(this.createCallback(),{method:this.getMethod(),url:this.getUrl(),headers:this.headers,params:this.getParams()}))},onSuccess:function(b){var a=this.processResponse(b),d=this.form,c=d&&!d.destroying&&!d.destroyed;if(a===true||!a.success||!a.data){this.failureType=Ext.form.action.Action.LOAD_FAILURE;if(c){d.afterAction(this,false)}return}if(c){d.clearInvalid();d.setValues(a.data);d.afterAction(this,true)}},handleResponse:function(c){var a=this.form.reader,b,d;if(a){b=a.read(c);d=b.records&&b.records[0]?b.records[0].data:null;return{success:b.success,data:d}}return Ext.decode(c.responseText)}},0,0,0,0,["formaction.load"],0,[Ext.form.action,"Load",Ext.form.Action,"Load"],0));(Ext.cmd.derive("Ext.form.action.Submit",Ext.form.action.Action,{alternateClassName:"Ext.form.Action.Submit",type:"submit",run:function(){var b=this,a=b.form;if(b.clientValidation===false||a.isValid()){b.doSubmit()}else{b.failureType=Ext.form.action.Action.CLIENT_INVALID;a.afterAction(b,false)}},doSubmit:function(){var d=this,b=Ext.apply(d.createCallback(),{url:d.getUrl(),method:d.getMethod(),headers:d.headers}),c=d.form,e=d.jsonSubmit||c.jsonSubmit,a=e?"jsonData":"params",g;if(c.hasUpload()){g=d.buildForm();b.form=g.formEl;b.isUpload=true}else{b[a]=d.getParams(e)}Ext.Ajax.request(b);if(g){d.cleanup(g)}},cleanup:function(h){var e=h.formEl,d=h.uploadEls,b=h.uploadFields,a=b.length,c,g;for(c=0;c',tabGuardIndex:0},tabGuardPositionAttribute:"data-tabguardposition",privates:{initTabGuards:function(){var e=this,c=e.tabGuardPositionAttribute,d=e.tabGuardBeforeEl,g=e.tabGuardAfterEl,a=e.tabGuardIndex,b;if(!e.rendered||!e.tabGuard){return}b=e.el.findTabbableElements({skipSelf:true});if(b[0]&&b[0].hasAttribute(c)){b.shift()}if(b.length&&b[b.length-1].hasAttribute(c)){b.pop()}if(b.length){d.dom.setAttribute("tabIndex",a);d.on("focusenter",e.onTabGuardFocusEnter,e);g.dom.setAttribute("tabIndex",a);g.on("focusenter",e.onTabGuardFocusEnter,e)}else{d.dom.removeAttribute("tabIndex");d.un("focusenter",e.onTabGuardFocusEnter,e);g.dom.removeAttribute("tabIndex");g.un("focusenter",e.onTabGuardFocusEnter,e)}},onTabGuardFocusEnter:function(g,h){var i=this,b=i.el,j=i.tabGuardPositionAttribute,d=h.getAttribute(j),k=g.relatedTarget,a,c,l;if(!k.hasAttribute(j)&&k!==b.dom&&b.contains(k)){c=d==="before"?false:true}else{c=d==="before"?true:false}a=b.findTabbableElements({skipSelf:true});a.shift();a.pop();l=c?a[0]:a[a.length-1];if(l){l.focus()}}}},0,0,0,0,0,0,[Ext.util,"FocusTrap"],0));(Ext.cmd.derive("Ext.window.Window",Ext.panel.Panel,{alternateClassName:"Ext.Window",baseCls:"x-window",resizable:true,draggable:true,constrain:false,constrainHeader:false,plain:false,minimizable:false,maximizable:false,minHeight:50,minWidth:50,expandOnShow:true,collapsible:false,closable:true,hidden:true,autoRender:true,hideMode:"offsets",floating:true,itemCls:"x-window-item",overlapHeader:true,ignoreHeaderBorderManagement:true,alwaysFramed:true,isRootCfg:{isRoot:true},isWindow:true,ariaRole:"dialog",initComponent:function(){var a=this;a.frame=false;Ext.panel.Panel.prototype.initComponent.call(this);if(a.plain){a.addClsWithUI("plain")}a.addStateEvents(["maximize","restore","resize","dragend"])},getElConfig:function(){var b=this,a;a=Ext.panel.Panel.prototype.getElConfig.call(this);a.tabIndex=-1;return a},getFocusEl:function(){return this.getDefaultFocus()||this.el},getState:function(){var b=this,d=Ext.panel.Panel.prototype.getState.call(this)||{},a=!!b.maximized,c=b.ghostBox,e;d.maximized=a;if(a){e=b.restorePos}else{if(c){e=[c.x,c.y]}else{e=b.getPosition()}}Ext.apply(d,{size:a?b.restoreSize:b.getSize(),pos:e});return d},applyState:function(b){var a=this;if(b){a.maximized=b.maximized;if(a.maximized){a.hasSavedRestore=true;a.restoreSize=b.size;a.restorePos=b.pos}else{Ext.apply(a,{width:b.size.width,height:b.size.height,x:b.pos[0],y:b.pos[1]})}}},onRender:function(b,a){var c=this;Ext.panel.Panel.prototype.onRender.apply(this,arguments);if(c.header){c.header.on({scope:c,click:c.onHeaderClick})}if(c.maximizable){c.header.on({scope:c,dblclick:c.toggleMaximize})}},afterRender:function(){var a=this,c=a.header,b;if(a.maximized){a.maximized=false;a.maximize();if(c){c.removeCls(c.indicateDragCls)}}Ext.panel.Panel.prototype.afterRender.call(this);if(a.closable){b=a.getKeyMap();b.on(27,a.onEsc,a)}else{b=a.keyMap}if(b&&a.hidden){b.disable()}},onEsc:function(a,b){b.stopEvent();this.close()},beforeDestroy:function(){var a=this;if(a.rendered){Ext.un("resize",a.onWindowResize,a);delete a.animateTarget;a.hide();Ext.destroy(a.keyMap)}Ext.panel.Panel.prototype.beforeDestroy.call(this)},addTools:function(){var a=this,b=[];Ext.panel.Panel.prototype.addTools.call(this);if(a.minimizable){b.push({type:"minimize",handler:"minimize",scope:a})}if(a.maximizable){b.push({type:a.maximized?"restore":"maximize",handler:"toggleMaximize",scope:a})}if(b.length){a.addTool(b)}},onShow:function(){var a=this;Ext.panel.Panel.prototype.onShow.apply(this,arguments);if(a.expandOnShow){a.expand(false)}a.syncMonitorWindowResize();if(a.keyMap){a.keyMap.enable()}},doClose:function(){var a=this;if(a.hidden){a.fireEvent("close",a);if(a.closeAction==="destroy"){a.destroy()}}else{a.hide(a.animateTarget,a.doClose,a)}},afterHide:function(){var a=this;a.syncMonitorWindowResize();if(a.keyMap){a.keyMap.disable()}Ext.panel.Panel.prototype.afterHide.apply(this,arguments)},onWindowResize:function(){var b=this,a;if(!b.destroyed){if(b.maximized){b.fitContainer()}else{a=b.getSizeModel();if(a.width.natural||a.height.natural){b.updateLayout()}b.doConstrain()}}},minimize:function(){this.fireEvent("minimize",this);return this},resumeHeaderLayout:function(a){this.header.resumeLayouts(a?this.isRootCfg:null)},afterCollapse:function(){var a=this,c=a.header,b=a.tools;if(c&&a.maximizable){c.suspendLayouts();b.maximize.hide();this.resumeHeaderLayout(true)}if(a.resizer){a.resizer.disable()}Ext.panel.Panel.prototype.afterCollapse.apply(this,arguments)},afterExpand:function(){var a=this,d=a.header,b=a.tools,c;if(d){d.suspendLayouts();if(a.maximizable){b.maximize.show();c=true}this.resumeHeaderLayout(c)}if(a.resizer){a.resizer.enable()}Ext.panel.Panel.prototype.afterExpand.apply(this,arguments)},maximize:function(b){var e=this,i=e.header,g=e.tools,d=e.width,a=e.height,c,h;if(!e.maximized){e.expand(false);if(!e.hasSavedRestore){c=e.restoreSize={width:d?d:null,height:a?a:null};e.restorePos=e.getPosition()}if(i){i.suspendLayouts();if(g.maximize){g.maximize.setType("restore")}if(e.collapseTool){e.collapseTool.hide();h=true}e.resumeHeaderLayout(h)}e.el.disableShadow();if(e.dd){e.dd.disable();if(i){i.removeCls(i.indicateDragCls)}}if(e.resizer){e.resizer.disable()}e.el.addCls("x-window-maximized");e.container.addCls("x-window-maximized-ct");e.syncMonitorWindowResize();e.fitContainer(b=(b||!!e.animateTarget)?{callback:function(){e.maximized=true;e.fireEvent("maximize",e)}}:null);if(!b){e.maximized=true;e.fireEvent("maximize",e)}}return e},restore:function(b){var c=this,d=c.tools,g=c.header,a=c.restoreSize,e;if(c.maximized){c.hasSavedRestore=null;c.removeCls("x-window-maximized");if(g){g.suspendLayouts();if(d.maximize){d.maximize.setType("maximize")}if(c.collapseTool){c.collapseTool.show();e=true}c.resumeHeaderLayout(e)}a.x=c.restorePos[0];a.y=c.restorePos[1];c.setBox(a,b=(b||!!c.animateTarget)?{callback:function(){c.el.enableShadow(null,true);c.maximized=false;c.fireEvent("restore",c)}}:null);c.restorePos=c.restoreSize=null;if(c.dd){c.dd.enable();if(g){g.addCls(g.indicateDragCls)}}if(c.resizer){c.resizer.enable()}c.container.removeCls("x-window-maximized-ct");c.syncMonitorWindowResize();if(!b){c.el.enableShadow(null,true);c.maximized=false;c.fireEvent("restore",c)}}return c},syncMonitorWindowResize:function(){var b=this,c=b._monitoringResize,d=b.monitorResize||b.constrain||b.constrainHeader||b.maximized,a=b.hidden||b.destroying||b.destroyed;if(d&&!a){if(!c){Ext.on("resize",b.onWindowResize,b,{buffer:1});b._monitoringResize=true}}else{if(c){Ext.un("resize",b.onWindowResize,b);b._monitoringResize=false}}},toggleMaximize:function(){return this[this.maximized?"restore":"maximize"]()},createGhost:function(){var a=Ext.panel.Panel.prototype.createGhost.apply(this,arguments);a.xtype="window";a.focusOnToFront=false;return a},getDefaultFocus:function(){var c=this,b,d=c.defaultFocus,a;if(d!==undefined){if(Ext.isNumber(d)){b=c.query("button")[d]}else{if(Ext.isString(d)){a=d;if(Ext.validIdRe.test(a)){b=c.down(Ext.makeIdSelector(a))}if(!b){b=c.down(a)}}else{if(d.focus){b=d}}}}return b},privates:{initDraggable:function(){this.initSimpleDraggable()},onHeaderClick:function(c,b){var a;if(c.el.contains(b.getTarget())){a=this.getDefaultFocus();if(a){a.focus()}}},initResizable:function(){Ext.panel.Panel.prototype.initResizable.apply(this,arguments);if(this.maximized){this.resizer.disable()}}}},0,["window"],["component","box","container","panel","window"],{component:true,box:true,container:true,panel:true,window:true},["widget.window"],[[Ext.util.FocusTrap.prototype.mixinId||Ext.util.FocusTrap.$className,Ext.util.FocusTrap]],[Ext.window,"Window",Ext,"Window"],0));(Ext.cmd.derive("Ext.form.Labelable",Ext.Mixin,{isLabelable:true,mixinConfig:{id:"labelable",on:{beforeRender:"beforeLabelRender",onRender:"onLabelRender"}},config:{childEls:["labelEl","bodyEl","errorEl","errorWrapEl","ariaErrorEl"]},labelableRenderTpl:["{beforeLabelTpl}",'","{afterLabelTpl}",'",'','
    ','","
    ","
    ",{disableFormats:true}],activeErrorsTpl:undefined,htmlActiveErrorsTpl:['','
      ','
    • {.}
    • ',"
    ","
    "],plaintextActiveErrorsTpl:['','\n{.}',""],isFieldLabelable:true,formItemCls:"x-form-item",labelCls:"x-form-item-label",topLabelCls:"x-form-item-label-top",rightLabelCls:"x-form-item-label-right",labelInnerCls:"x-form-item-label-inner",topLabelSideErrorCls:"x-form-item-label-top-side-error",errorMsgCls:"x-form-error-msg",errorWrapCls:"x-form-error-wrap",errorWrapSideCls:"x-form-error-wrap-side",errorWrapUnderCls:"x-form-error-wrap-under",errorWrapUnderSideLabelCls:"x-form-error-wrap-under-side-label",baseBodyCls:"x-form-item-body",invalidIconCls:"x-form-invalid-icon",invalidUnderCls:"x-form-invalid-under",noLabelCls:"x-form-item-no-label",fieldBodyCls:"",invalidCls:"x-form-invalid",fieldLabel:undefined,labelAlign:"left",labelWidth:100,labelPad:5,labelSeparator:":",hideLabel:false,hideEmptyLabel:true,preventMark:false,autoFitErrors:true,msgTarget:"qtip",msgTargets:{qtip:1,title:1,under:1,side:1,none:1},noWrap:true,labelableInsertions:["beforeBodyEl","afterBodyEl","beforeLabelTpl","afterLabelTpl","beforeSubTpl","afterSubTpl","beforeLabelTextTpl","afterLabelTextTpl","labelAttrTpl"],statics:{initTip:function(){var b=this.tip,a,c;if(b){return}a={id:"ext-form-error-tip",ui:"form-invalid"};if(Ext.supports.Touch){a.dismissDelay=0;a.anchor="top";a.showDelay=0;a.listeners={beforeshow:function(){this.minWidth=Ext.fly(this.anchorTarget).getWidth()}}}b=this.tip=Ext.create("Ext.tip.QuickTip",a);c=Ext.apply({},b.tagConfig);c.attribute="errorqtip";b.setTagConfig(c)},destroyTip:function(){this.tip=Ext.destroy(this.tip)}},initLabelable:function(){var a=this,b=a.padding;if(b){a.padding=undefined;a.extraMargins=Ext.Element.parseBox(b)}if(Ext.isIE8){a.restoreDisplay=Ext.Function.createDelayed(a.doRestoreDisplay,0,a)}if(!a.activeErrorsTpl){if(a.msgTarget==="title"){a.activeErrorsTpl=a.plaintextActiveErrorsTpl}else{a.activeErrorsTpl=a.htmlActiveErrorsTpl}}a.addCls([a.formItemCls,a.formItemCls+"-"+a.ui]);a.lastActiveError="";a.enableBubble("errorchange")},trimLabelSeparator:function(){var c=this,d=c.labelSeparator,a=c.fieldLabel||"",b=a.substr(a.length-1);return b===d?a.slice(0,-1):a},getFieldLabel:function(){return this.trimLabelSeparator()},setFieldLabel:function(d){d=d||"";var e=this,g=e.labelSeparator,c=e.labelEl,b=e.errorWrapEl,i=(e.labelAlign!=="top"),a=e.noLabelCls,h=e.errorWrapUnderSideLabelCls;e.fieldLabel=d;if(e.rendered){if(Ext.isEmpty(d)&&e.hideEmptyLabel){e.addCls(a);if(i&&b){b.removeCls(h)}}else{if(g){d=e.trimLabelSeparator()+g}c.dom.firstChild.innerHTML=d;e.removeCls(a);if(i&&b){b.addCls(h)}}e.updateLayout()}},setHideLabel:function(a){var b=this;if(a!==b.hideLabel){b.hideLabel=a;if(b.rendered){b[a?"addCls":"removeCls"](b.noLabelCls);b.updateLayout()}}},setHideEmptyLabel:function(a){var c=this,b;if(a!==c.hideEmptyLabel){c.hideEmptyLabel=a;if(c.rendered&&!c.hideLabel){b=a&&!c.getFieldLabel();c[b?"addCls":"removeCls"](c.noLabelCls);c.updateLayout()}}},getInsertionRenderData:function(d,e){var b=e.length,a,c;while(b--){a=e[b];c=this[a];if(c){if(typeof c!=="string"){if(!c.isTemplate){c=Ext.XTemplate.getTpl(this,a)}c=c.apply(d)}}d[a]=c||""}return d},getLabelableRenderData:function(){var p=this,s=p.labelAlign,e=(s==="top"),m=(s==="right"),j=(p.msgTarget==="side"),g=(p.msgTarget==="under"),r=p.errorMsgCls,h=p.labelPad,o=p.labelWidth,b=p.labelClsExtra||"",i=j?p.errorWrapSideCls:p.errorWrapUnderCls,a="",l="",d=p.hasVisibleLabel(),n=p.autoFitErrors,k=p.defaultBodyWidth,c,q;if(e){b+=" "+p.topLabelCls;if(h){l="padding-bottom:"+h+"px;"}if(j&&!n){b+=" "+p.topLabelSideErrorCls}}else{if(m){b+=" "+p.rightLabelCls}if(h){a+=p.getHorizontalPaddingStyle()+h+"px;"}a+="width:"+(o+(h?h:0))+"px;";l="width:"+o+"px"}if(d){if(!e&&g){i+=" "+p.errorWrapUnderSideLabelCls}}if(k){c="min-width:"+k+"px;max-width:"+k+"px;"}q={id:p.id,inputId:p.getInputId(),labelCls:p.labelCls,labelClsExtra:b,labelStyle:a+(p.labelStyle||""),labelInnerStyle:l,labelInnerCls:p.labelInnerCls,unselectableCls:Ext.Element.unselectableCls,bodyStyle:c,baseBodyCls:p.baseBodyCls,fieldBodyCls:p.fieldBodyCls,extraFieldBodyCls:p.extraFieldBodyCls,errorWrapCls:p.errorWrapCls,errorWrapExtraCls:i,renderError:j||g,invalidMsgCls:j?p.invalidIconCls:g?p.invalidUnderCls:"",errorMsgCls:r,growCls:p.grow?p.growCls:"",tipAnchorTarget:p.id+"-inputEl",errorWrapStyle:(j&&!n)?"visibility:hidden":"display:none",fieldLabel:p.getFieldLabel(),labelSeparator:p.labelSeparator};p.getInsertionRenderData(q,p.labelableInsertions);return q},getHorizontalPaddingStyle:function(){return"padding-right:"},beforeLabelRender:function(){var a=this;a.setFieldDefaults(a.getInherited().fieldDefaults);if(a.ownerLayout){a.addCls("x-"+a.ownerLayout.type+"-form-item")}if(!a.hasVisibleLabel()){a.addCls(a.noLabelCls)}},onLabelRender:function(){var d=this,c={},g=Ext.Element,a=d.errorWrapEl,e,b;if(a){a.setVisibilityMode((d.msgTarget==="side"&&!d.autoFitErrors)?g.VISIBILITY:g.DISPLAY)}if(d.extraMargins){e=d.el.getMargin();for(b in e){if(e.hasOwnProperty(b)){c["margin-"+b]=(e[b]+d.extraMargins[b])+"px"}}d.el.setStyle(c)}},hasVisibleLabel:function(){if(this.hideLabel){return false}return !(this.hideEmptyLabel&&!this.getFieldLabel())},getSubTplMarkup:function(){return""},getInputId:function(){return""},getActiveError:function(){return this.activeError||""},hasActiveError:function(){return !!this.getActiveError()},setActiveError:function(a){this.setActiveErrors(a)},getActiveErrors:function(){return this.activeErrors||[]},setActiveErrors:function(i){var g=this,h=g.errorWrapEl,d=g.msgTarget,c=d==="side",k=d==="qtip",a,b,e,j;i=Ext.Array.from(i);e=g.getTpl("activeErrorsTpl");g.activeErrors=i;b=g.activeError=e.apply({fieldLabel:g.fieldLabel,errors:i,listCls:"x-list-plain"});g.renderActiveError();if(g.rendered){a=g.getActionEl();if(c){g.errorEl.dom.setAttribute("data-errorqtip",b)}else{if(k){a.dom.setAttribute("data-errorqtip",b)}else{if(d==="title"){a.dom.setAttribute("title",b)}}}if(d!=="title"){g.ariaErrorEl.dom.innerHTML=i.join(". ");a.dom.setAttribute("aria-describedby",g.ariaErrorEl.id)}if(c||k){Ext.form.Labelable.initTip()}if(!g.msgTargets[d]){j=Ext.get(d);if(j){j.dom.innerHTML=b}}}if(h){h.setVisible(i.length>0);if(c&&g.autoFitErrors){g.labelEl.addCls(g.topLabelSideErrorCls)}g.updateLayout()}},unsetActiveError:function(){var e=this,b=e.errorWrapEl,c=e.msgTarget,a=e.restoreDisplay,d,g;if(e.hasActiveError()){delete e.activeError;delete e.activeErrors;e.renderActiveError();if(e.rendered){d=e.getActionEl();if(c==="qtip"){d.dom.removeAttribute("data-errorqtip")}else{if(c==="title"){d.dom.removeAttribute("title")}}if(c!=="title"){e.ariaErrorEl.dom.innerHTML="";d.dom.removeAttribute("aria-describedby")}if(!e.msgTargets[c]){g=Ext.get(c);if(g){g.dom.innerHTML=""}}if(b){b.hide();if(c==="side"&&e.autoFitErrors){e.labelEl.removeCls(e.topLabelSideErrorCls)}e.updateLayout();if(a){e.el.dom.style.display="block";e.restoreDisplay()}}}}},doRestoreDisplay:function(){var a=this.el;if(a&&a.dom){a.dom.style.display=""}},renderActiveError:function(){var c=this,b=c.getActiveError(),a=!!b;if(b!==c.lastActiveError){c.lastActiveError=b;c.fireEvent("errorchange",c,b)}if(c.rendered&&!c.destroyed&&!c.preventMark){c.toggleInvalidCls(a);if(c.errorEl){c.errorEl.dom.innerHTML=b}}},toggleInvalidCls:function(a){this.el[a?"addCls":"removeCls"](this.invalidCls)},setFieldDefaults:function(b){var a;for(a in b){if(!this.hasOwnProperty(a)){this[a]=b[a]}}}},0,0,0,0,0,0,[Ext.form,"Labelable"],function(){if(Ext.supports.Touch){this.prototype.msgTarget="side"}}));(Ext.cmd.derive("Ext.form.field.Field",Ext.Base,{mixinId:"field",isFormField:true,config:{validation:null,validationField:null},disabled:false,submitValue:true,validateOnChange:true,valuePublishEvent:"change",suspendCheckChange:0,dirty:false,initField:function(){var d=this,c=d.valuePublishEvent,a,b;d.initValue();if(Ext.isString(c)){d.on(c,d.publishValue,d)}else{for(b=0,a=c.length;b name="{name}"',' value="{[Ext.util.Format.htmlEncode(values.value)]}"',' placeholder="{placeholder}"','{%if (values.maxLength !== undefined){%} maxlength="{maxLength}"{%}%}',' readonly="readonly"',' disabled="disabled"',' tabindex="{tabIdx}"',' style="{fieldStyle}"',' {$}="{.}"',' class="{fieldCls} {typeCls} {typeCls}-{ui} {editableCls} {inputCls}" autocomplete="off"/>',{disableFormats:true}],defaultBindProperty:"value",autoEl:{role:"presentation"},subTplInsertions:["inputAttrTpl"],childEls:["inputEl"],inputType:"text",isTextInput:true,invalidText:"The value in this field is invalid",fieldCls:"x-form-field",focusCls:"form-focus",dirtyCls:"x-form-dirty",checkChangeEvents:Ext.isIE&&(!document.documentMode||document.documentMode<=9)?["change","propertychange","keyup"]:["change","input","textInput","keyup","dragdrop"],ignoreChangeRe:/data\-errorqtip|style\.|className/,checkChangeBuffer:50,liquidLayout:true,readOnly:false,readOnlyCls:"x-form-readonly",validateOnBlur:true,hasFocus:false,baseCls:"x-field",fieldBodyCls:"x-field-body",maskOnDisable:false,stretchInputElFixed:true,ariaEl:"inputEl",initComponent:function(){var a=this;Ext.Component.prototype.initComponent.call(this);a.subTplData=a.subTplData||{};a.initLabelable();a.initField();a.initDefaultName();if(a.readOnly){a.addCls(a.readOnlyCls)}a.addCls("x-form-type-"+a.inputType)},initDefaultName:function(){var a=this;if(!a.name){a.name=a.getInputId()}},getInputId:function(){return this.inputId||(this.inputId=this.id+"-inputEl")},getSubTplData:function(c){var e=this,d=e.inputType,a=e.getInputId(),g,b;g=Ext.apply({ui:e.ui,id:a,cmpId:e.id,name:e.name||a,disabled:e.disabled,readOnly:e.readOnly,value:e.getRawValue(),type:d,fieldCls:e.fieldCls,fieldStyle:e.getFieldStyle(),childElCls:c.childElCls,tabIdx:e.tabIndex,inputCls:e.inputCls,typeCls:"x-form-"+(e.isTextInput?"text":d)},e.subTplData);if(e.ariaRole){b={role:e.ariaRole,"aria-hidden":!!e.hidden,"aria-disabled":!!e.disabled,"aria-readonly":!!e.readOnly,"aria-invalid":false};if(e.ariaLabel){b["aria-label"]=e.ariaLabel}if(e.format&&e.formatText&&!g.title){b.title=Ext.String.formatEncode(e.formatText,e.format)}g.inputElAriaAttributes=Ext.apply(b,e.getAriaAttributes())}e.getInsertionRenderData(g,e.subTplInsertions);return g},getSubTplMarkup:function(b){var c=this,d=c.getSubTplData(b),e=c.getTpl("preSubTpl"),g=c.getTpl("postSubTpl"),a="";if(e){a+=e.apply(d)}a+=c.getTpl("fieldSubTpl").apply(d);if(g){a+=g.apply(d)}return a},initRenderData:function(){return Ext.applyIf(Ext.Component.prototype.initRenderData.call(this),this.getLabelableRenderData())},setFieldStyle:function(a){var b=this,c=b.inputEl;if(c){c.applyStyles(a)}b.fieldStyle=a},getFieldStyle:function(){var a=this.fieldStyle;return Ext.isObject(a)?Ext.DomHelper.generateStyles(a,null,true):a||""},onRender:function(){this.callParent(arguments);this.mixins.labelable.self.initTip();this.renderActiveError()},onFocusLeave:function(a){Ext.Component.prototype.onFocusLeave.call(this,a);this.completeEdit()},completeEdit:Ext.emptyFn,isFileUpload:function(){return this.inputType==="file"},getSubmitData:function(){var a=this,b=null,c;if(!a.disabled&&a.submitValue){c=a.getSubmitValue();if(c!==null){b={};b[a.getName()]=c}}return b},getSubmitValue:function(){return this.processRawValue(this.getRawValue())},getRawValue:function(){var b=this,a=(b.inputEl?b.inputEl.getValue():Ext.valueFrom(b.rawValue,""));b.rawValue=a;return a},setRawValue:function(c){var a=this,b=a.rawValue;if(!a.transformRawValue.$nullFn){c=a.transformRawValue(c)}c=Ext.valueFrom(c,"");if(b===undefined||b!==c||a.valueContainsPlaceholder){a.rawValue=c;if(a.inputEl){a.bindChangeEvents(false);a.inputEl.dom.value=c;a.bindChangeEvents(true)}if(a.rendered&&a.reference){a.publishState("rawValue",c)}}return c},transformRawValue:Ext.identityFn,valueToRaw:function(a){return""+Ext.valueFrom(a,"")},rawToValue:Ext.identityFn,processRawValue:Ext.identityFn,getValue:function(){var a=this,b=a.rawToValue(a.processRawValue(a.getRawValue()));a.value=b;return b},setValue:function(b){var a=this;a.setRawValue(a.valueToRaw(b));return a.mixins.field.setValue.call(a,b)},onBoxReady:function(){var a=this;Ext.Component.prototype.onBoxReady.apply(this,arguments);if(a.setReadOnlyOnBoxReady){a.setReadOnly(a.readOnly)}},onDisable:function(){var a=this,b=a.inputEl;Ext.Component.prototype.onDisable.call(this);if(b){b.dom.disabled=true;if(a.hasActiveError()){a.clearInvalid();a.hadErrorOnDisable=true}}if(a.wasValid===false){a.checkValidityChange(true)}},onEnable:function(){var b=this,c=b.inputEl,d=b.preventMark,a;Ext.Component.prototype.onEnable.call(this);if(c){c.dom.disabled=false}if(b.wasValid!==undefined){b.forceValidation=true;b.preventMark=!b.hadErrorOnDisable;a=b.isValid();b.forceValidation=false;b.preventMark=d;b.checkValidityChange(a)}delete b.hadErrorOnDisable},setReadOnly:function(d){var b=this,c=b.inputEl,a=b.readOnly;d=!!d;b[d?"addCls":"removeCls"](b.readOnlyCls);b.readOnly=d;if(c){c.dom.readOnly=d;b.ariaEl.dom.setAttribute("aria-readonly",d)}else{if(b.rendering){b.setReadOnlyOnBoxReady=true}}if(d!==a){b.fireEvent("writeablechange",b,d)}},fireKey:function(a){if(a.isSpecialKey()){this.fireEvent("specialkey",this,a)}},initEvents:function(){var e=this,h=e.inputEl,g=e.onFieldMutation,c=e.checkChangeEvents,a=c.length,b,d;if(h){e.mon(h,Ext.supports.SpecialKeyDownRepeat?"keydown":"keypress",e.fireKey,e);for(b=0;b style="{triggerStyle}">',"{[values.$trigger.renderBody(values)]}",""],statics:{weightComparator:function(a,b){return a.weight-b.weight}},constructor:function(b){var c=this,a;Ext.apply(c,b);if(c.compat4Mode){a=c.cls;c.focusCls=[c.focusCls,a+"-focus"];c.overCls=[c.overCls,a+"-over"];c.clickCls=[c.clickCls,a+"-click"]}},afterFieldRender:function(){this.initEvents()},destroy:function(){var a=this;a.clickRepeater=a.el=Ext.destroy(a.clickRepeater,a.el);a.callParent()},getBodyRenderData:Ext.emptyFn,getEl:function(){return this.el||null},getStateEl:function(){return this.el},hide:function(){var b=this,a=b.el;b.hidden=true;if(a){a.hide()}},initEvents:function(){var d=this,a=d.isFieldEnabled,c=d.getStateEl(),b=d.el;c.addClsOnOver(d.overCls,a,d);c.addClsOnClick(d.clickCls,a,d);if(d.repeatClick){d.clickRepeater=new Ext.util.ClickRepeater(b,{preventDefault:true,handler:d.onClick,listeners:{mousedown:d.onClickRepeaterMouseDown,scope:d},scope:d})}else{d.field.mon(b,{click:d.onClick,mousedown:d.onMouseDown,scope:d})}},isFieldEnabled:function(){return !this.field.disabled},isVisible:function(){var a=this,c=a.field,b=false;if(a.hidden||!c||!a.rendered||a.destroyed){b=true}return !b},onClick:function(){var c=this,a=arguments,g=c.clickRepeater?a[1]:a[0],b=c.handler,d=c.field;if(b&&!d.readOnly&&c.isFieldEnabled()){Ext.callback(c.handler,c.scope,[d,c,g],0,d)}},resolveListenerScope:function(a){return this.field.resolveSatelliteListenerScope(this,a)},onMouseDown:function(a){if(a.pointerType!=="touch"&&!this.field.owns(Ext.Element.getActiveElement())){this.field.inputEl.focus()}if(this.preventMouseDown){a.preventDefault()}},onClickRepeaterMouseDown:function(b,a){if(!a.parentEvent||a.parentEvent.type==="mousedown"){this.field.inputEl.focus()}a.preventDefault()},onFieldBlur:function(){this.getStateEl().removeCls(this.focusCls)},onFieldFocus:function(){this.getStateEl().addCls(this.focusCls)},onFieldRender:function(){var b=this,a=b.el=b.field.triggerWrap.selectNode("#"+b.domId,false);a.setVisibilityMode(Ext.Element.DISPLAY);b.rendered=true},renderBody:function(b){var a=this,c=a.bodyTpl;Ext.apply(b,a.getBodyRenderData());return c?Ext.XTemplate.getTpl(a,"bodyTpl").apply(b):""},renderTrigger:function(a){var c=this,b=c.width,d=c.hidden?"display:none;":"";if(b){d+="width:"+b}return Ext.XTemplate.getTpl(c,"renderTpl").apply({$trigger:c,fieldData:a,ui:a.ui,childElCls:a.childElCls,triggerId:c.domId=c.field.id+"-trigger-"+c.id,cls:c.cls,triggerStyle:d,extraCls:c.extraCls,baseCls:c.baseCls})},setHidden:function(a){if(a!==this.hidden){this[a?"hide":"show"]()}},setVisible:function(a){this.setHidden(!a)},show:function(){var b=this,a=b.el;b.hidden=false;if(a){a.show()}}},1,0,0,0,["trigger.trigger"],[[Ext.mixin.Factoryable.prototype.mixinId||Ext.mixin.Factoryable.$className,Ext.mixin.Factoryable]],[Ext.form.trigger,"Trigger"],0));(Ext.cmd.derive("Ext.form.field.Text",Ext.form.field.Base,{alternateClassName:["Ext.form.TextField","Ext.form.Text"],config:{hideTrigger:false,triggers:undefined},renderConfig:{editable:true},growMin:30,growMax:800,growAppend:"W",allowBlank:true,validateBlank:false,allowOnlyWhitespace:true,minLength:0,maxLength:Number.MAX_VALUE,minLengthText:"The minimum length for this field is {0}",maxLengthText:"The maximum length for this field is {0}",blankText:"This field is required",regexText:"",emptyText:"",emptyCls:"x-form-empty-field",requiredCls:"x-form-required-field",valueContainsPlaceholder:false,ariaRole:"textbox",repeatTriggerClick:false,triggerWrapCls:"x-form-trigger-wrap",triggerWrapFocusCls:"x-form-trigger-wrap-focus",triggerWrapInvalidCls:"x-form-trigger-wrap-invalid",fieldBodyCls:"x-form-text-field-body",inputWrapCls:"x-form-text-wrap",inputWrapFocusCls:"x-form-text-wrap-focus",inputWrapInvalidCls:"x-form-text-wrap-invalid",growCls:"x-form-text-grow",needArrowKeys:true,squashMouseUp:{mouseup:function(){},translate:false,single:true,preventDefault:true},childEls:["triggerWrap","inputWrap"],preSubTpl:['"],initComponent:function(){var b=this,a=b.emptyCls;if(b.allowOnlyWhitespace===false){b.allowBlank=false}if(b.size){b.defaultBodyWidth=b.size*6.5+20}if(!b.onTrigger1Click){b.onTrigger1Click=b.onTriggerClick}Ext.form.field.Base.prototype.initComponent.call(this);if(b.readOnly){b.setReadOnly(b.readOnly)}b.fieldFocusCls=b.baseCls+"-focus";b.emptyUICls=a+" "+a+"-"+b.ui;b.addStateEvents("change")},initEvents:function(){var b=this,a=b.inputEl;Ext.form.field.Base.prototype.initEvents.call(this);if(b.selectOnFocus||b.emptyText){b.mon(a,"mousedown",b.onMouseDown,b)}if(b.maskRe||(b.vtype&&b.disableKeyFilter!==true&&(b.maskRe=Ext.form.field.VTypes[b.vtype+"Mask"]))){b.mon(a,"keypress",b.filterKeys,b)}if(b.enableKeyEvents){b.mon(a,{scope:b,keyup:b.onKeyUp,keydown:b.onKeyDown,keypress:b.onKeyPress})}},isEqual:function(b,a){return this.isEqualAsString(b,a)},onChange:function(b,a){Ext.form.field.Base.prototype.onChange.apply(this,arguments);this.autoSize()},getSubTplData:function(c){var d=this,g=d.getRawValue(),i=d.emptyText&&g.length<1,a=d.maxLength,h,e,b;if(d.enforceMaxLength){if(a===Number.MAX_VALUE){a=undefined}}else{a=undefined}if(i){if(Ext.supports.Placeholder){h=d.emptyText}else{g=d.emptyText;d.valueContainsPlaceholder=true}}e=Ext.apply(Ext.form.field.Base.prototype.getSubTplData.call(this,c),{triggerWrapCls:d.triggerWrapCls,inputWrapCls:d.inputWrapCls,triggers:d.orderedTriggers,maxLength:a,readOnly:!d.editable||d.readOnly,placeholder:h,value:g,fieldCls:d.fieldCls+((i&&(h||g))?" "+d.emptyUICls:"")+(d.allowBlank?"":" "+d.requiredCls)});b=e.inputElAriaAttributes;if(b){b["aria-required"]=!d.allowBlank}return e},onRender:function(){var c=this,b=c.getTriggers(),d=[],e,a;if(Ext.supports.FixedTableWidthBug){c.el._needsTableWidthFix=true}(arguments.callee.$previous||Ext.form.field.Base.prototype.onRender).call(this);if(b){this.invokeTriggers("onFieldRender");for(e in b){d.push(b[e].el)}a=c.triggerEl=c.triggerCell=new Ext.CompositeElement(d,true)}c.inputCell=c.inputWrap},afterRender:function(){var a=this;a.autoSize();Ext.form.field.Base.prototype.afterRender.call(this);a.invokeTriggers("afterFieldRender")},onMouseDown:function(){if(!this.hasFocus){Ext.getDoc().on(this.squashMouseUp)}},applyTriggers:function(h){var j=this,c=j.getHideTrigger(),l=j.readOnly,m=j.orderedTriggers=[],k=j.repeatTriggerClick,b,g,d,a,e;if(!h){h={};if(j.triggerCls&&!j.trigger1Cls){j.trigger1Cls=j.triggerCls}for(e=1;a=j["trigger"+e+"Cls"];e++){h["trigger"+e]={cls:a,extraCls:"x-trigger-index-"+e,handler:"onTrigger"+e+"Click",compat4Mode:true,scope:j}}}for(b in h){if(h.hasOwnProperty(b)){g=h[b];g.field=j;g.id=b;if((l&&g.hideOnReadOnly!==false)||(c&&g.hidden!==false)){g.hidden=true}if(k&&(g.repeatClick!==false)){g.repeatClick=true}d=h[b]=Ext.form.trigger.Trigger.create(g);m.push(d)}}Ext.Array.sort(m,Ext.form.trigger.Trigger.weightComparator);return h},invokeTriggers:function(a,c){var e=this,d=e.getTriggers(),g,b;if(d){for(g in d){if(d.hasOwnProperty(g)){b=d[g];b[a].apply(b,c||[])}}}},getTrigger:function(a){return this.getTriggers()[a]},updateHideTrigger:function(a){this.invokeTriggers(a?"hide":"show")},updateEditable:function(a,b){this.setReadOnlyAttr(!a||this.readOnly)},setReadOnly:function(g){var d=this,c=d.getTriggers(),b=d.getHideTrigger(),a,e;g=!!g;Ext.form.field.Base.prototype.setReadOnly.call(this,g);if(d.rendered){d.setReadOnlyAttr(g||!d.editable)}if(c){for(e in c){a=c[e];if(a.hideOnReadOnly===true||(a.hideOnReadOnly!==false&&!b)){a.setVisible(!g)}}}},setReadOnlyAttr:function(d){var b=this,a="readonly",c=b.inputEl.dom;if(d){c.setAttribute(a,a)}else{c.removeAttribute(a)}if(b.ariaRole){b.ariaEl.dom.setAttribute("aria-readonly",!!d)}},processRawValue:function(c){var b=this,e=b.stripCharsRe,a,d;if(e){if(!e.global){a="g";a+=(e.ignoreCase)?"i":"";a+=(e.multiline)?"m":"";e=new RegExp(e.source,a)}d=c.replace(e,"");if(d!==c){b.setRawValue(d);c=d}}return c},onDisable:function(){Ext.form.field.Base.prototype.onDisable.call(this);if(Ext.isIE){this.inputEl.dom.unselectable="on"}},onEnable:function(){Ext.form.field.Base.prototype.onEnable.call(this);if(Ext.isIE){this.inputEl.dom.unselectable=""}},onKeyDown:function(a){this.fireEvent("keydown",this,a)},onKeyUp:function(a){this.fireEvent("keyup",this,a)},onKeyPress:function(a){this.fireEvent("keypress",this,a)},reset:function(){Ext.form.field.Base.prototype.reset.call(this);this.applyEmptyText()},applyEmptyText:function(){var b=this,a=b.emptyText,c;if(b.rendered&&a){c=b.getRawValue().length<1&&!b.hasFocus;if(Ext.supports.Placeholder){b.inputEl.dom.placeholder=a}else{if(c){b.setRawValue(a);b.valueContainsPlaceholder=true}}if(c){b.inputEl.addCls(b.emptyUICls)}else{b.inputEl.removeCls(b.emptyUICls)}b.autoSize()}},getEmptyText:function(){return this.emptyText},setEmptyText:function(d){var c=this,e=c.inputEl,b=e&&e.dom,a=d||"";if(d){c.emptyText=a;c.applyEmptyText()}else{if(b){if(Ext.supports.Placeholder){b.removeAttribute("placeholder")}else{if(b.value!==c.getRawValue()){b.value="";e.removeCls(c.emptyUICls)}}c.valueContainsPlaceholder=false}}c.emptyText=a;return c},afterFirstLayout:function(){Ext.form.field.Base.prototype.afterFirstLayout.call(this);if(Ext.isIE&&this.disabled){var a=this.inputEl;if(a){a.dom.unselectable="on"}}},toggleInvalidCls:function(a){var b=a?"addCls":"removeCls";Ext.form.field.Base.prototype.toggleInvalidCls.call(this);this.triggerWrap[b](this.triggerWrapInvalidCls);this.inputWrap[b](this.inputWrapInvalidCls)},beforeFocus:function(){var b=this,c=b.inputEl,a=b.emptyText,d;Ext.form.field.Base.prototype.beforeFocus.apply(this,arguments);if((a&&!Ext.supports.Placeholder)&&(c.dom.value===b.emptyText&&b.valueContainsPlaceholder)){b.setRawValue("");d=true;c.removeCls(b.emptyUICls);b.valueContainsPlaceholder=false}else{if(Ext.supports.Placeholder){c.removeCls(b.emptyUICls)}}},onFocus:function(b){var a=this;Ext.form.field.Base.prototype.onFocus.apply(this,arguments);if(a.selectOnFocus){a.inputEl.dom.select()}if(a.emptyText){a.autoSize()}a.addCls(a.fieldFocusCls);a.triggerWrap.addCls(a.triggerWrapFocusCls);a.inputWrap.addCls(a.inputWrapFocusCls);a.invokeTriggers("onFieldFocus",[b])},onBlur:function(b){var a=this;Ext.form.field.Base.prototype.onBlur.apply(this,arguments);a.removeCls(a.fieldFocusCls);a.triggerWrap.removeCls(a.triggerWrapFocusCls);a.inputWrap.removeCls(a.inputWrapFocusCls);a.invokeTriggers("onFieldBlur",[b])},completeEdit:function(a){Ext.form.field.Base.prototype.completeEdit.call(this,a);this.applyEmptyText()},filterKeys:function(b){if((b.ctrlKey&&!b.altKey)||b.isSpecialKey()){return}var a=String.fromCharCode(b.getCharCode());if(!this.maskRe.test(a)){b.stopEvent()}},getState:function(){return this.addPropertyToState(Ext.form.field.Base.prototype.getState.call(this),"value")},applyState:function(a){Ext.form.field.Base.prototype.applyState.apply(this,arguments);if(a.hasOwnProperty("value")){this.setValue(a.value)}},getRawValue:function(){var b=this,a=Ext.form.field.Base.prototype.getRawValue.call(this);if(a===b.emptyText&&b.valueContainsPlaceholder){a=""}return a},setValue:function(b){var a=this,c=a.inputEl;if(c&&a.emptyText&&!Ext.isEmpty(b)){c.removeCls(a.emptyUICls);a.valueContainsPlaceholder=false}Ext.form.field.Base.prototype.setValue.apply(this,arguments);a.applyEmptyText();return a},getErrors:function(l){l=arguments.length?(l==null?"":l):this.processRawValue(this.getRawValue());var g=this,j=Ext.form.field.Base.prototype.getErrors.call(this,l),a=g.validator,d=g.vtype,h=Ext.form.field.VTypes,i=g.regex,k=Ext.String.format,b,e,c;if(Ext.isFunction(a)){b=a.call(g,l);if(b!==true){j.push(b)}}e=g.allowOnlyWhitespace?l:Ext.String.trim(l);if(e.length<1||(l===g.emptyText&&g.valueContainsPlaceholder)){if(!g.allowBlank){j.push(g.blankText)}if(!g.validateBlank){return j}c=true}if(!c&&l.lengthg.maxLength){j.push(k(g.maxLengthText,g.maxLength))}if(d){if(!h[d](l,g)){j.push(g.vtypeText||h[d+"Text"])}}if(i&&!i.test(l)){j.push(g.regexText||g.invalidText)}return j},selectText:function(h,b){var g=this,d=g.getRawValue(),a=d.length,e=g.inputEl.dom,c;if(a>0){h=h===undefined?0:Math.min(h,a);b=b===undefined?a:Math.min(b,a);if(e.setSelectionRange){e.setSelectionRange(h,b)}else{if(e.createTextRange){c=e.createTextRange();c.moveStart("character",h);c.moveEnd("character",b-a);c.select()}}}},getGrowWidth:function(){return this.inputEl.dom.value},autoSize:function(){var c=this,b,h,e,g,a,d;if(c.grow&&c.rendered&&c.getSizeModel().width.auto){g=c.inputEl;b=c.getTriggers();e=0;d=Ext.util.Format.htmlEncode(c.getGrowWidth()||(c.hasFocus?"":c.emptyText)||"");d+=c.growAppend;for(h in b){e+=b[h].el.getWidth()}a=g.getTextWidth(d)+e+c.inputWrap.getBorderWidth("lr")+c.triggerWrap.getBorderWidth("lr");a=Math.min(Math.max(a,c.growMin),c.growMax);c.bodyEl.setWidth(a);c.updateLayout();c.fireEvent("autosize",c,a)}},onDestroy:function(){var a=this;a.invokeTriggers("destroy");Ext.destroy(a.triggerRepeater);Ext.form.field.Base.prototype.onDestroy.call(this)},onTriggerClick:Ext.emptyFn,privates:{getTdType:function(){return"textfield"}},deprecated:{5:{methods:{getTriggerWidth:function(){var b=this.getTriggers(),a=0,c;if(b&&this.rendered){for(c in b){if(b.hasOwnProperty(c)){a+=b[c].el.getWidth()}}}return a}}}}},0,["textfield"],["component","box","field","textfield"],{component:true,box:true,field:true,textfield:true},["widget.textfield"],0,[Ext.form.field,"Text",Ext.form,"TextField",Ext.form,"Text"],0));(Ext.cmd.derive("Ext.form.field.TextArea",Ext.form.field.Text,{alternateClassName:"Ext.form.TextArea",fieldSubTpl:['",{disableFormats:true}],growMin:60,growMax:1000,growAppend:"\n-",enterIsSpecial:false,preventScrollbars:false,returnRe:/\r/g,inputCls:"x-form-textarea",extraFieldBodyCls:"x-form-textarea-body",ariaAttributes:{"aria-multiline":true},getSubTplData:function(b){var d=this,c=d.getFieldStyle(),a=Ext.form.field.Text.prototype.getSubTplData.apply(this,arguments);if(d.grow){if(d.preventScrollbars){a.fieldStyle=(c||"")+";overflow:hidden;height:"+d.growMin+"px"}}return a},afterRender:function(){var a=this;Ext.form.field.Text.prototype.afterRender.apply(this,arguments);a.needsMaxCheck=a.enforceMaxLength&&a.maxLength!==Number.MAX_VALUE&&!Ext.supports.TextAreaMaxLength;if(a.needsMaxCheck){a.inputEl.on("paste",a.onPaste,a)}},transformRawValue:function(a){return this.stripReturns(a)},getValue:function(){return this.stripReturns(Ext.form.field.Text.prototype.getValue.call(this))},valueToRaw:function(a){a=this.stripReturns(a);return Ext.form.field.Text.prototype.valueToRaw.call(this,a)},stripReturns:function(a){if(a&&typeof a==="string"){a=a.replace(this.returnRe,"")}return a},onPaste:function(){var a=this;if(!a.pasteTask){a.pasteTask=new Ext.util.DelayedTask(a.pasteCheck,a)}a.pasteTask.delay(1)},pasteCheck:function(){var b=this,c=b.getValue(),a=b.maxLength;if(c.length>a){c=c.substr(0,a);b.setValue(c)}},fireKey:function(d){var b=this,a=d.getKey(),c;if(d.isSpecialKey()&&(b.enterIsSpecial||(a!==d.ENTER||d.hasModifier()))){b.fireEvent("specialkey",b,d)}if(b.needsMaxCheck&&a!==d.BACKSPACE&&a!==d.DELETE&&!d.isNavKeyPress()&&!b.isCutCopyPasteSelectAll(d,a)){c=b.getValue();if(c.length>=b.maxLength){d.stopEvent()}}},isCutCopyPasteSelectAll:function(b,a){if(b.ctrlKey){return a===b.A||a===b.C||a===b.V||a===b.X}return false},autoSize:function(){var c=this,e,a,b,d;if(c.grow&&c.rendered&&c.getSizeModel().height.auto){e=c.inputEl;b=e.getWidth(true);d=Ext.util.Format.htmlEncode(e.dom.value)||" ";d+=c.growAppend;d=d.replace(/\n/g,"
    ");a=Ext.util.TextMetrics.measure(e,d,b).height+e.getPadding("tb")+c.inputWrap.getBorderWidth("tb")+c.triggerWrap.getBorderWidth("tb");a=Math.min(Math.max(a,c.growMin),c.growMax);c.bodyEl.setHeight(a);c.updateLayout();c.fireEvent("autosize",c,a)}},beforeDestroy:function(){var a=this.pasteTask;if(a){a.cancel();this.pasteTask=null}Ext.form.field.Text.prototype.beforeDestroy.call(this)}},0,["textarea","textareafield"],["component","box","field","textfield","textareafield","textarea"],{component:true,box:true,field:true,textfield:true,textareafield:true,textarea:true},["widget.textarea","widget.textareafield"],0,[Ext.form.field,"TextArea",Ext.form,"TextArea"],0));(Ext.cmd.derive("Ext.window.MessageBox",Ext.window.Window,{OK:1,YES:2,NO:4,CANCEL:8,OKCANCEL:9,YESNO:6,YESNOCANCEL:14,INFO:"x-message-box-info",WARNING:"x-message-box-warning",QUESTION:"x-message-box-question",ERROR:"x-message-box-error",hideMode:"offsets",closeAction:"hide",resizable:false,scrollable:true,title:" ",defaultMinWidth:250,defaultMaxWidth:600,defaultMinHeight:110,defaultMaxHeight:500,minWidth:null,maxWidth:null,minHeight:null,maxHeight:null,constrain:true,cls:["x-message-box","x-hidden-offsets"],layout:{type:"vbox",align:"stretch"},shrinkWrapDock:true,defaultTextHeight:75,minProgressWidth:250,minPromptWidth:250,buttonText:{ok:"OK",yes:"Yes",no:"No",cancel:"Cancel"},buttonIds:["ok","yes","no","cancel"],titleText:{confirm:"Confirm",prompt:"Prompt",wait:"Loading...",alert:"Attention"},baseIconCls:"x-message-box-icon",ariaRole:"alertdialog",makeButton:function(a){var b=this.buttonIds[a];return new Ext.button.Button({handler:this.btnCallback,itemId:b,scope:this,text:this.buttonText[b],minWidth:75})},btnCallback:function(a,c){var b=this,d,e;if(c&&c.type==="keydown"&&!c.isSpecialKey()){c.getTarget(null,null,true).on({keyup:function(g){b.btnCallback(a,g)},single:true});return}if(b.cfg.prompt||b.cfg.multiline){if(b.cfg.multiline){e=b.textArea}else{e=b.textField}d=e.getValue();e.reset()}b.hide();b.userCallback(a.itemId,d,b.cfg)},hide:function(){var b=this,a=b.cfg?b.cfg.cls:"";b.progressBar.reset();if(a){b.removeCls(a)}Ext.window.Window.prototype.hide.apply(this,arguments)},constructor:function(a){var b=this;Ext.window.Window.prototype.constructor.apply(this,arguments);b.minWidth=b.defaultMinWidth=(b.minWidth||b.defaultMinWidth);b.maxWidth=b.defaultMaxWidth=(b.maxWidth||b.defaultMaxWidth);b.minHeight=b.defaultMinHeight=(b.minHeight||b.defaultMinHeight);b.maxHeight=b.defaultMaxHeight=(b.maxHeight||b.defaultMaxHeight)},initComponent:function(a){var e=this,b=e.id,d,c;e.title=e.title||" ";e.iconCls=e.iconCls||"";e.topContainer=new Ext.container.Container({layout:"hbox",padding:10,style:{overflow:"hidden"},items:[e.iconComponent=new Ext.Component({cls:e.baseIconCls}),e.promptContainer=new Ext.container.Container({flex:1,layout:{type:"vbox",align:"stretch"},items:[e.msg=new Ext.Component({id:b+"-msg",cls:e.baseCls+"-text"}),e.textField=new Ext.form.field.Text({id:b+"-textfield",enableKeyEvents:true,listeners:{keydown:e.onPromptKey,scope:e}}),e.textArea=new Ext.form.field.TextArea({id:b+"-textarea",height:75})]})]});e.progressBar=new Ext.ProgressBar({id:b+"-progressbar",margin:"0 10 10 10"});e.items=[e.topContainer,e.progressBar];e.msgButtons=[];for(d=0;d<4;d++){c=e.makeButton(d);e.msgButtons[c.itemId]=c;e.msgButtons.push(c)}e.bottomTb=new Ext.toolbar.Toolbar({id:b+"-toolbar",ui:"footer",dock:"bottom",layout:{pack:"center"},items:[e.msgButtons[0],e.msgButtons[1],e.msgButtons[2],e.msgButtons[3]]});e.dockedItems=[e.bottomTb];e.on("close",e.onClose,e);Ext.window.Window.prototype.initComponent.call(this)},onClose:function(){var a=this.header.child("[type=close]");if(a){a.itemId="cancel";this.btnCallback(a);delete a.itemId}},onPromptKey:function(a,c){var b=this;if(c.keyCode===c.RETURN||c.keyCode===10){if(b.msgButtons.ok.isVisible()){b.msgButtons.ok.handler.call(b,b.msgButtons.ok)}else{if(b.msgButtons.yes.isVisible()){b.msgButtons.yes.handler.call(b,b.msgButtons.yes)}}}},reconfigure:function(c){var t=this,q=0,g=true,u=t.buttonText,e=t.resizer,o=t.header,s=o&&!o.isHeader,d=c&&(c.message||c.msg),v,m,j,p,r,h,b,k,n,l,a;t.updateButtonText();t.cfg=c=c||{};l=c.wait;if(c.width){m=c.width}if(c.height){j=c.height}t.minWidth=c.minWidth||t.defaultMinWidth;t.maxWidth=c.maxWidth||t.defaultMaxWidth;t.minHeight=c.minHeight||t.defaultMinHeight;t.maxHeight=c.maxHeight||t.defaultMaxHeight;if(e){v=e.resizeTracker;e.minWidth=v.minWidth=t.minWidth;e.maxWidth=v.maxWidth=t.maxWidth;e.minHeight=v.minHeight=t.minHeight;e.maxHeight=v.maxHeight=t.maxHeight}delete t.defaultFocus;if(c.defaultFocus){t.defaultFocus=c.defaultFocus}t.animateTarget=c.animateTarget||undefined;t.modal=c.modal!==false;t.setTitle(c.title||(s&&o.title)||t.title);t.setIconCls(c.iconCls||(s&&o.iconCls)||t.iconCls);if(Ext.isObject(c.buttons)){t.buttonText=c.buttons;q=0}else{t.buttonText=c.buttonText||t.buttonText;q=Ext.isNumber(c.buttons)?c.buttons:0}q=q|t.updateButtonText();t.buttonText=u;Ext.suspendLayouts();t.width=t.height=null;if(m||j){if(m){t.setWidth(m)}if(j){t.setHeight(j)}}t.hidden=false;if(!t.rendered){t.render(Ext.getBody())}t.closable=c.closable!==false&&!l;o=t.header;if(o){a=o.child("[type=close]");if(a){a.setVisible(t.closable)}if(!c.title&&!t.closable&&!c.iconCls){o.hide()}else{o.show()}}t.liveDrag=!c.proxyDrag;t.userCallback=Ext.Function.bindCallback(c.callback||c.fn||Ext.emptyFn,c.scope||Ext.global);t.setIcon(c.icon);b=t.msg;if(d){b.setHtml(d);b.show()}else{b.hide()}r=t.textArea;h=t.textField;if(c.prompt||c.multiline){t.multiline=c.multiline;if(c.multiline){r.setValue(c.value);r.setHeight(c.defaultTextHeight||t.defaultTextHeight);r.show();h.hide();t.defaultFocus=r}else{h.setValue(c.value);r.hide();h.show();t.defaultFocus=h}}else{r.hide();h.hide()}k=t.progressBar;if(c.progress||l){k.show();t.updateProgress(0,c.progressText);if(l){k.wait(l===true?c.waitConfig:l)}}else{k.hide()}n=t.msgButtons;for(p=0;p<4;p++){if(q&Math.pow(2,p)){if(!t.defaultFocus){t.defaultFocus=n[p]}n[p].show();g=false}else{n[p].hide()}}if(g){t.bottomTb.hide()}else{t.bottomTb.show()}Ext.resumeLayouts(true)},updateButtonText:function(){var d=this,c=d.buttonText,b=0,e,a;for(e in c){if(c.hasOwnProperty(e)){a=d.msgButtons[e];if(a){if(d.cfg&&d.cfg.buttonText){b=b|Math.pow(2,Ext.Array.indexOf(d.buttonIds,e))}if(a.text!==c[e]){a.setText(c[e])}}}}return b},show:function(a){var c=this,b;a=a||{};if(Ext.Component.layoutSuspendCount){Ext.on({resumelayouts:function(){c.show(a)},single:true});return c}c.reconfigure(a);if(a.cls){c.addCls(a.cls)}b=c.query("textfield:not([hidden]),textarea:not([hidden]),button:not([hidden])");c.preventFocusOnActivate=!b.length;c.hidden=true;Ext.window.Window.prototype.show.call(this);return c},onShow:function(){Ext.window.Window.prototype.onShow.apply(this,arguments);this.center()},updateText:function(a){this.msg.setHtml(a)},setIcon:function(d,c,a){var e=this,g=e.iconComponent,b=e.messageIconCls;if(b){g.removeCls(b)}if(d){g.show();if(c||a){g.setSize(c||g.getWidth(),a||g.getHeight())}g.addCls("x-dlg-icon");g.addCls(e.messageIconCls=d)}else{g.removeCls("x-dlg-icon");g.hide()}return e},updateProgress:function(c,a,b){this.progressBar.updateProgress(c,a);if(b){this.updateText(b)}return this},onEsc:function(){if(this.closable!==false){Ext.window.Window.prototype.onEsc.apply(this,arguments)}},confirm:function(a,d,c,b){if(Ext.isString(a)){a={title:a,icon:this.QUESTION,message:d,buttons:this.YESNO,callback:c,scope:b}}return this.show(a)},prompt:function(g,d,c,b,a,e){if(Ext.isString(g)){g={prompt:true,title:g,minWidth:this.minPromptWidth,message:d,buttons:this.OKCANCEL,callback:c,scope:b,multiline:a,value:e}}return this.show(g)},wait:function(b,c,a){if(Ext.isString(b)){b={title:c,message:b,closable:false,wait:true,modal:true,minWidth:this.minProgressWidth,waitConfig:a}}return this.show(b)},alert:function(d,c,b,a){if(Ext.isString(d)){d={title:d,message:c,buttons:this.OK,fn:b,scope:a,minWidth:this.minWidth}}return this.show(d)},progress:function(c,b,a){if(Ext.isString(c)){c={title:c,message:b,progress:true,progressText:a}}return this.show(c)}},1,["messagebox"],["component","box","container","panel","window","messagebox"],{component:true,box:true,container:true,panel:true,window:true,messagebox:true},["widget.messagebox"],0,[Ext.window,"MessageBox"],function(a){Ext.onInternalReady(function(){Ext.MessageBox=Ext.Msg=new a()})}));(Ext.cmd.derive("Ext.form.Basic",Ext.util.Observable,{alternateClassName:"Ext.form.BasicForm",taskDelay:10,constructor:function(b,c){var d=this,a;d.owner=b;d.fieldMonitors={validitychange:d.checkValidityDelay,enable:d.checkValidityDelay,disable:d.checkValidityDelay,dirtychange:d.checkDirtyDelay,errorchange:d.checkErrorDelay,scope:d};d.checkValidityTask=new Ext.util.DelayedTask(d.checkValidity,d);d.checkDirtyTask=new Ext.util.DelayedTask(d.checkDirty,d);d.checkErrorTask=new Ext.util.DelayedTask(d.checkError,d);d.monitor=new Ext.container.Monitor({selector:"[isFormField]:not([excludeForm])",scope:d,addHandler:d.onFieldAdd,removeHandler:d.onFieldRemove,invalidateHandler:d.onMonitorInvalidate});d.monitor.bind(b);Ext.apply(d,c);if(Ext.isString(d.paramOrder)){d.paramOrder=d.paramOrder.split(/[\s,|]/)}a=d.reader;if(a&&!a.isReader){if(typeof a==="string"){a={type:a}}d.reader=Ext.createByAlias("reader."+a.type,a)}a=d.errorReader;if(a&&!a.isReader){if(typeof a==="string"){a={type:a}}d.errorReader=Ext.createByAlias("reader."+a.type,a)}Ext.util.Observable.prototype.constructor.call(this)},initialize:function(){this.initialized=true;this.onValidityChange(!this.hasInvalidField())},timeout:30,paramsAsHash:false,waitTitle:"Please Wait...",trackResetOnLoad:false,wasDirty:false,destroy:function(){var b=this,a=b.monitor;if(a){a.unbind();b.monitor=null}b.clearListeners();b.checkValidityTask.cancel();b.checkDirtyTask.cancel();b.checkErrorTask.cancel();b.checkValidityTask=b.checkDirtyTask=b.checkErrorTask=null;Ext.util.Observable.prototype.destroy.call(this)},onFieldAdd:function(a){a.on(this.fieldMonitors);this.onMonitorInvalidate()},onFieldRemove:function(a){a.un(this.fieldMonitors);this.onMonitorInvalidate()},onMonitorInvalidate:function(){if(this.initialized){this.checkValidityDelay()}},getFields:function(){return this.monitor.getItems()},getBoundItems:function(){var a=this._boundItems;if(!a||a.getCount()===0){a=this._boundItems=new Ext.util.MixedCollection();a.addAll(this.owner.query("[formBind]"))}return a},hasInvalidField:function(){return !!this.getFields().findBy(function(c){var a=c.preventMark,b;c.preventMark=true;b=c.isValid();c.preventMark=a;return !b})},isValid:function(){var a=this,b;Ext.suspendLayouts();b=a.getFields().filterBy(function(c){return !c.validate()});Ext.resumeLayouts(true);return b.length<1},checkValidity:function(){var b=this,a;if(b.destroyed){return}a=!b.hasInvalidField();if(a!==b.wasValid){b.onValidityChange(a);b.fireEvent("validitychange",b,a);b.wasValid=a}},checkValidityDelay:function(){var a=this.taskDelay;if(a){this.checkValidityTask.delay(a)}else{this.checkValidity()}},checkError:function(){this.fireEvent("errorchange",this)},checkErrorDelay:function(){var a=this.taskDelay;if(a){this.checkErrorTask.delay(a)}else{this.checkError()}},onValidityChange:function(g){var d=this.getBoundItems(),b,c,a,e;if(d){b=d.items;a=b.length;for(c=0;c',' {$}="{.}"',"",' role="presentation"',"",">","{%this.renderContainer(out,values)%}",""],initComponent:function(){var a=this;a.initLabelable();a.initFieldAncestor();Ext.container.Container.prototype.initComponent.call(this);a.initMonitor()},onAdd:function(a){var b=this;if(a.isLabelable&&Ext.isGecko&&Ext.firefoxVersion<37&&b.layout.type==="absolute"&&!b.hideLabel&&b.labelAlign!=="top"){a.x+=(b.labelWidth+b.labelPad)}Ext.container.Container.prototype.onAdd.apply(this,arguments);if(a.isLabelable&&b.combineLabels){a.oldHideLabel=a.hideLabel;a.hideLabel=true}b.updateLabel()},onRemove:function(a,b){var c=this;Ext.container.Container.prototype.onRemove.apply(this,arguments);if(!b){if(a.isLabelable&&c.combineLabels){a.hideLabel=a.oldHideLabel}c.updateLabel()}},initRenderData:function(){var a=this,b=Ext.container.Container.prototype.initRenderData.call(this);b.containerElCls=a.containerElCls;b=Ext.applyIf(b,a.getLabelableRenderData());b.tipAnchorTarget=a.id+"-containerEl";return b},getFieldLabel:function(){var a=this.fieldLabel||"";if(!a&&this.combineLabels){a=Ext.Array.map(this.query("[isFieldLabelable]"),function(b){return b.getFieldLabel()}).join(this.labelConnector)}return a},getSubTplData:function(){var a=this.initRenderData();Ext.apply(a,this.subTplData);return a},getSubTplMarkup:function(b){var d=this,a=d.getTpl("fieldSubTpl"),c;if(!a.renderContent){d.setupRenderTpl(a)}c=a.apply(d.getSubTplData(b));return c},updateLabel:function(){var b=this,a=b.labelEl;if(a){b.setFieldLabel(b.getFieldLabel())}},onFieldErrorChange:function(){if(this.combineErrors){var c=this,d=c.getActiveError(),b=Ext.Array.filter(c.query("[isFormField]"),function(e){return e.hasActiveError()}),a=c.getCombinedErrors(b);if(a){c.setActiveErrors(a)}else{c.unsetActiveError()}if(d!==c.getActiveError()){c.updateLayout()}}},getCombinedErrors:function(e){var k=[],c,l=e.length,i,d,j,b,g,h;for(c=0;c','','',"{% this.renderColumn(out,parent,xindex-1) %}","","",""],lastOwnerItemsGeneration:null,beginLayout:function(b){var k=this,e,d,h,a,j,g=0,m=0,l=k.autoFlex,c=k.innerCt.dom.style;Ext.layout.container.Container.prototype.beginLayout.apply(this,arguments);e=k.columnNodes;b.innerCtContext=b.getEl("innerCt",k);if(!b.widthModel.shrinkWrap){d=e.length;if(k.columnsArray){for(h=0;ha){d=b-a;g=e.rowEl;for(c=0;c','',"{beforeBoxLabelTpl}",'","{afterBoxLabelTpl}","",' tabindex="{tabIdx}"',' disabled="disabled"',' style="{fieldStyle}"',' class="{checkboxCls} {clipCls}" autocomplete="off" hidefocus="true" ',' {$}="{.}"',"/>",'','',"{beforeBoxLabelTpl}",'","{afterBoxLabelTpl}","","",{disableFormats:true,compiled:true}],publishes:{checked:1},subTplInsertions:["beforeBoxLabelTpl","afterBoxLabelTpl","beforeBoxLabelTextTpl","afterBoxLabelTextTpl","boxLabelAttrTpl","inputAttrTpl"],isCheckbox:true,focusCls:"form-checkbox-focus",fieldBodyCls:"x-form-cb-wrap",checked:false,checkedCls:"x-form-cb-checked",boxLabelCls:"x-form-cb-label",boxLabelAlign:"after",afterLabelCls:"x-form-cb-after",wrapInnerCls:"x-form-cb-wrap-inner",noBoxLabelCls:"x-form-cb-no-box-label",inputValue:"on",checkChangeEvents:[],inputType:"checkbox",isTextInput:false,ariaRole:"checkbox",onRe:/^on$/i,inputCls:"x-form-cb",_checkboxCls:"x-form-cb-input",_clipCls:"x-hidden-clip",initComponent:function(){var a=this,b=a.value;if(b!==undefined){a.checked=a.isChecked(b,a.inputValue)}Ext.form.field.Base.prototype.initComponent.call(this);a.getManager().add(a)},initDefaultName:Ext.emptyFn,initValue:function(){var b=this,a=!!b.checked;b.originalValue=b.lastValue=a;b.setValue(a)},getElConfig:function(){var a=this;if(a.isChecked(a.rawValue,a.inputValue)){a.addCls(a.checkedCls)}return Ext.form.field.Base.prototype.getElConfig.call(this)},getSubTplData:function(b){var d=this,c=d.boxLabel,h=d.boxLabelAlign,g=h==="before",e,a;e=Ext.apply(Ext.form.field.Base.prototype.getSubTplData.call(this,b),{clipCls:d._clipCls,checkboxCls:d._checkboxCls,disabled:d.readOnly||d.disabled,wrapInnerCls:d.wrapInnerCls,boxLabel:c,boxLabelCls:d.boxLabelCls,boxLabelAlign:h,labelAlignedBefore:g,afterLabelCls:g?d.afterLabelCls:"",noBoxLabelCls:!c?d.noBoxLabelCls:"",inputName:d.name||d.id});a=e.inputElAriaAttributes;if(a){a["aria-checked"]=!!d.checked;a["aria-labelledby"]=d.id+"-boxLabelEl"}return e},initEvents:function(){var a=this;Ext.form.field.Base.prototype.initEvents.call(this);a.inputEl.on({click:"onBoxClick",scope:a,translate:false});a.displayEl.on({click:"onBoxClick",mousedown:"_onDisplayElMouseDown",scope:a})},setBoxLabel:function(a){var b=this;b.boxLabel=a;if(b.rendered){b.boxLabelEl.setHtml(a);b.boxLabelEl[a?"removeCls":"addCls"](b.noBoxLabelCls);b.updateLayout()}},onBoxClick:function(){var a=this;if(!a.disabled&&!a.readOnly){a.setValue(!a.checked)}},getRawValue:function(){return this.checked},getValue:function(){return this.checked},getSubmitValue:function(){var a=this.uncheckedValue,b=Ext.isDefined(a)?a:null;return this.checked?this.inputValue:b},isChecked:function(b,a){return(b===true||b==="true"||b==="1"||b===1||(((Ext.isString(b)||Ext.isNumber(b))&&a)?b==a:this.onRe.test(b)))},setRawValue:function(c){var b=this,d=b.inputEl,e=b.displayEl,a=b.isChecked(c,b.inputValue);if(d){b[a?"addCls":"removeCls"](b.checkedCls);if(b.ariaRole){b.ariaEl.dom.setAttribute("aria-checked",a)}}if(Ext.isIE8&&e&&a!==b.lastValue){e.repaint()}b.checked=b.rawValue=a;if(!b.duringSetValue){b.lastValue=a}return a},setValue:function(g){var e=this,c,b,a,d;if(Ext.isArray(g)){c=e.getManager().getByName(e.name,e.getFormId()).items;a=c.length;for(b=0;b style="{bodyStyle}">',"{%this.renderContainer(out,values);%}",""],stateEvents:["collapse","expand"],maskOnDisable:false,beforeDestroy:function(){var b=this,a=b.legend;if(a){delete a.ownerCt;a.destroy();b.legend=null}Ext.container.Container.prototype.beforeDestroy.call(this)},initComponent:function(){var b=this,a=b.baseCls;if(b.ariaRole&&!b.ariaLabel){b.ariaLabel=Ext.String.formatEncode(b.descriptionText,b.title||"")}b.ariaRenderAttributes=b.ariaRenderAttributes||{};b.ariaRenderAttributes["aria-expanded"]=!b.collapsed;b.initFieldAncestor();Ext.container.Container.prototype.initComponent.call(this);b.layout.managePadding=b.layout.manageOverflow=false;if(b.collapsed){b.addCls(a+"-collapsed");b.collapse()}if(b.title||b.checkboxToggle||b.collapsible){b.addTitleClasses();b.legend=b.createLegendCt()}b.initMonitor()},initRenderData:function(){var a=this,b=Ext.container.Container.prototype.initRenderData.call(this);b.bodyTargetCls=a.bodyTargetCls;a.protoBody.writeTo(b);delete a.protoBody;return b},getState:function(){var a=Ext.container.Container.prototype.getState.call(this);a=this.addPropertyToState(a,"collapsed");return a},afterCollapse:Ext.emptyFn,afterExpand:Ext.emptyFn,collapsedHorizontal:function(){return true},collapsedVertical:function(){return true},createLegendCt:function(){var c=this,a=[],d={baseCls:c.baseCls+"-header",layout:"container",ui:c.ui,id:c.id+"-legend",autoEl:"legend",ariaRole:null,items:a,ownerCt:c,shrinkWrap:true,ownerLayout:c.componentLayout},b;if(c.checkboxToggle){a.push(c.createCheckboxCmp())}else{if(c.collapsible){a.push(c.createToggleCmp())}}a.push(c.createTitleCmp());b=new Ext.container.Container(d);b.collapseImmune=true;b.getInherited().collapseImmune=true;return b},createTitleCmp:function(){var b=this,a={html:b.title,ui:b.ui,cls:b.baseCls+"-header-text",id:b.id+"-legendTitle",ariaRole:"presentation"};if(b.collapsible&&b.toggleOnTitleClick){a.listeners={click:{element:"el",scope:b,fn:b.toggle}};a.cls+=" "+b.baseCls+"-header-text-collapsible"}b.titleCmp=new Ext.Component(a);return b.titleCmp},createCheckboxCmp:function(){var b=this,d="-checkbox",a=b.baseCls+"-header"+d,c;a+=" "+a+"-"+b.ui;b.checkboxCmp=c=new Ext.form.field.Checkbox({hideEmptyLabel:true,name:b.checkboxName||b.id+d,cls:a,id:b.id+"-legendChk",ui:b.checkboxUI,checked:!b.collapsed,msgTarget:"none",listeners:{change:b.onCheckChange,scope:b},ariaLabel:b.expandText});return c},createToggleCmp:function(){var a=this,b;a.toggleCmp=b=new Ext.panel.Tool({cacheHeight:false,cls:a.baseCls+"-header-tool-"+a.ui,type:"toggle",handler:a.toggle,id:a.id+"-legendToggle",scope:a,ariaRole:"checkbox",ariaLabel:a.expandText,ariaRenderAttributes:{"aria-checked":!a.collapsed}});return b},doRenderLegend:function(b,e){var d=e.$comp,c=d.legend,a;if(c){c.ownerLayout.configureItem(c);a=c.getRenderTree();Ext.DomHelper.generateMarkup(a,b)}},getCollapsed:function(){return this.collapsed?"top":false},getCollapsedDockedItems:function(){var a=this.legend;return a?[a]:[]},setTitle:function(c){var b=this,a=b.legend;b.title=c;b.ariaLabel=Ext.String.formatEncode(b.descriptionText,c||"");if(b.rendered){if(!a){b.legend=a=b.createLegendCt();b.addTitleClasses();a.ownerLayout.configureItem(a);a.render(b.el,0)}b.titleCmp.update(c);b.ariaEl.dom.setAttribute("aria-label",b.ariaLabel)}else{if(a){b.titleCmp.update(c)}else{b.addTitleClasses();b.legend=b.createLegendCt()}}return b},addTitleClasses:function(){var b=this,c=b.title,a=b.baseCls;if(c){b.addCls(a+"-with-title")}if(c||b.checkboxToggle||b.collapsible){b.addCls(a+"-with-legend")}},expand:function(){return this.setExpanded(true)},collapse:function(){return this.setExpanded(false)},setExpanded:function(b){var c=this,d=c.checkboxCmp,e=c.toggleCmp,a=b?"expand":"collapse";if(!c.rendered||c.fireEvent("before"+a,c)!==false){b=!!b;if(d){d.setValue(b)}else{if(e&&e.ariaEl.dom){e.ariaEl.dom.setAttribute("aria-checked",b)}}if(b){c.removeCls(c.baseCls+"-collapsed")}else{c.addCls(c.baseCls+"-collapsed")}if(c.ariaEl.dom){c.ariaEl.dom.setAttribute("aria-expanded",!!b)}c.collapsed=!b;if(b){delete c.getInherited().collapsed}else{c.getInherited().collapsed=true}if(c.rendered){c.updateLayout({isRoot:false});c.fireEvent(a,c)}}return c},getRefItems:function(a){var c=Ext.container.Container.prototype.getRefItems.apply(this,arguments),b=this.legend;if(b){c.unshift(b);if(a){c.unshift.apply(c,b.getRefItems(true))}}return c},toggle:function(){this.setExpanded(!!this.collapsed)},privates:{applyTargetCls:function(a){this.bodyTargetCls=a},finishRender:function(){var a=this.legend;Ext.container.Container.prototype.finishRender.call(this);if(a){a.finishRender()}},getProtoBody:function(){var b=this,a=b.protoBody;if(!a){b.protoBody=a=new Ext.util.ProtoElement({styleProp:"bodyStyle",styleIsText:true})}return a},getDefaultContentTarget:function(){return this.body},getTargetEl:function(){return this.body||this.frameBody||this.el},initPadding:function(e){var c=this,a=c.getProtoBody(),d=c.padding,b;if(d!==undefined){if(Ext.isIE8){d=c.parseBox(d);b=Ext.Element.parseBox(0);b.top=d.top;d.top=0;a.setStyle("padding",c.unitizeBox(b))}e.setStyle("padding",c.unitizeBox(d))}},onCheckChange:function(b,a){this.setExpanded(a)},setupRenderTpl:function(a){Ext.container.Container.prototype.setupRenderTpl.apply(this,arguments);a.renderLegend=this.doRenderLegend}}},0,["fieldset"],["component","box","container","fieldset"],{component:true,box:true,container:true,fieldset:true},["widget.fieldset"],[["fieldAncestor",Ext.form.FieldAncestor]],[Ext.form,"FieldSet"],0));(Ext.cmd.derive("Ext.form.Label",Ext.Component,{autoEl:"label",maskOnDisable:false,getElConfig:function(){var a=this;a.html=a.text?Ext.util.Format.htmlEncode(a.text):(a.html||"");return Ext.apply(Ext.Component.prototype.getElConfig.call(this),{htmlFor:a.forId||""})},setText:function(c,b){var a=this;b=b!==false;if(b){a.text=c;delete a.html}else{a.html=c;delete a.text}if(a.rendered){a.el.dom.innerHTML=b!==false?Ext.util.Format.htmlEncode(c):c;a.updateLayout()}return a}},0,["label"],["component","box","label"],{component:true,box:true,label:true},["widget.label"],0,[Ext.form,"Label"],0));(Ext.cmd.derive("Ext.form.Panel",Ext.panel.Panel,{alternateClassName:["Ext.FormPanel","Ext.form.FormPanel"],layout:"anchor",bodyAriaRole:"form",basicFormConfigs:["api","baseParams","errorReader","jsonSubmit","method","paramOrder","paramsAsHash","reader","standardSubmit","timeout","trackResetOnLoad","url","waitMsgTarget","waitTitle"],initComponent:function(){var a=this;if(a.frame){a.border=false}a.initFieldAncestor();Ext.panel.Panel.prototype.initComponent.call(this);a.relayEvents(a.form,["beforeaction","actionfailed","actioncomplete","validitychange","dirtychange"]);if(a.pollForChanges){a.startPolling(a.pollInterval||500)}},initItems:function(){Ext.panel.Panel.prototype.initItems.call(this);this.initMonitor();this.form=this.createForm()},afterFirstLayout:function(){Ext.panel.Panel.prototype.afterFirstLayout.apply(this,arguments);this.form.initialize()},createForm:function(){var b={},d=this.basicFormConfigs,a=d.length,c=0,e;for(;c150){delete a.lastDownArrow}if(!a.isExpanded){b.stopEvent();a.onTriggerClick();a.lastDownArrow=b.time}else{if(!b.isStopped&&(b.time-a.lastDownArrow)<150){delete a.lastDownArrow}}},expand:function(){var d=this,b,a,c,e;if(d.rendered&&!d.isExpanded&&!d.destroyed){b=d.bodyEl;c=d.getPicker();e=Ext.getDoc();c.setMaxHeight(c.initialConfig.maxHeight);if(d.matchFieldWidth){c.setWidth(d.bodyEl.getWidth())}c.show();d.isExpanded=true;d.alignPicker();b.addCls(d.openCls);if(d.ariaRole){a=d.ariaEl.dom;a.setAttribute("aria-owns",c.listEl?c.listEl.id:c.el.id);a.setAttribute("aria-expanded",true)}d.touchListeners=e.on({translate:false,touchstart:d.collapseIf,scope:d,delegated:false,destroyable:true});d.scrollListeners=Ext.on({scroll:d.onGlobalScroll,scope:d,destroyable:true});Ext.on("resize",d.alignPicker,d,{buffer:1});d.fireEvent("expand",d);d.onExpand()}},onExpand:Ext.emptyFn,alignPicker:function(){if(!this.destroyed){var a=this.getPicker();if(a.isVisible()&&a.isFloating()){this.doAlign()}}},doAlign:function(){var d=this,c=d.picker,a="-above",b;d.picker.alignTo(d.triggerWrap,d.pickerAlign,d.pickerOffset);b=c.el.getY()=d){j.deselectRange(n,d-1)}else{if(l!==g){j.selectRange(l,g,b)}}}j.lastSelected=g}else{if(m){if(!b){j.doSelect(g,false)}}else{j.selectWithEvent(g,i)}}}}break;case"SIMPLE":if(m===i.A&&b){j.selected.beginUpdate();j.selectRange(0,j.store.getCount()-1);j.selected.endUpdate()}else{if(c){j.doDeselect(g)}else{j.doSelect(g,true)}}break;case"SINGLE":if(!b){if(k){j.doSelect(g,false)}else{if(o||!m){j.selectWithEvent(g,i)}}}}if(!i.shiftKey&&!j.destroyed&&j.isSelected(g)){j.selectionStart=g;j.selectionStartIdx=d}},selectRange:function(m,d,n){var j=this,l=j.store,c=j.selected.items,o,g,h,e,a,k,b;if(j.isLocked()){return}o=j.normalizeRowRange(m,d);m=o[0];d=o[1];e=[];for(g=m;g<=d;g++){if(!j.isSelected(l.getAt(g))){e.push(l.getAt(g))}}if(!n){a=[];j.suspendChanges();for(g=0,h=c.length;gd){a.push(b)}}for(g=0,h=a.length;g0)}}}},deselectRange:function(e,d){var j=this,c=j.store,a,h,g,b;if(j.isLocked()){return}a=j.normalizeRowRange(e,d);e=a[0];d=a[1];g=[];for(h=e;h<=d;h++){b=c.getAt(h);if(j.isSelected(b)){g.push(b)}}if(g.length){j.doDeselect(g)}},normalizeRowRange:function(c,b){var a=this.store,d;if(!Ext.isNumber(c)){c=a.indexOf(c)}c=Math.max(0,c);if(!Ext.isNumber(b)){b=a.indexOf(b)}b=Math.min(b,a.getCount()-1);if(c>b){d=b;b=c;c=d}return[c,b]},select:function(b,c,a){if(Ext.isDefined(b)&&!(Ext.isArray(b)&&!b.length)){this.doSelect(b,c,a)}},deselect:function(b,a){this.doDeselect(b,a)},doSelect:function(c,e,b){var d=this,a;if(d.locked||c==null){return}if(typeof c==="number"){a=d.store.getAt(c);if(!a){return}c=[a]}if(d.selectionMode==="SINGLE"){if(c.isModel){c=[c]}if(c.length){d.doSingleSelect(c[0],b)}}else{d.doMultiSelect(c,e,b)}},doMultiSelect:function(a,l,k){var h=this,b=h.selected,j=false,m,d,g,e,c;if(h.locked){return}a=!Ext.isArray(a)?[a]:a;g=a.length;if(!l&&b.getCount()>0){m=h.deselectDuringSelect(a,k);if(h.destroyed){return}if(m[0]){h.maybeFireSelectionChange(m[1]>0&&!k);return}else{j=m[1]>0}}c=function(){if(!b.getCount()){h.selectionStart=e}b.add(e);j=true};for(d=0;d0&&!k);return g===l},doSingleSelect:function(a,b){var d=this,g=false,c=d.selected,e;if(d.locked){return}if(d.isSelected(a)){return}e=function(){if(c.getCount()){d.suspendChanges();var h=d.deselectDuringSelect([a],b);if(d.destroyed){return}d.resumeChanges();if(h[0]){return false}}d.lastSelected=a;if(!c.getCount()){d.selectionStart=a}c.add(a);g=true};d.onSelectChange(a,true,b,e);if(g&&!d.destroyed){d.maybeFireSelectionChange(!b)}},maybeFireSelectionChange:function(a){var b=this;if(a&&!b.suspendChange){b.fireEvent("selectionchange",b,b.getSelection())}},getLastSelected:function(){return this.lastSelected},getSelection:function(){return this.selected.getRange()},getSelectionMode:function(){return this.selectionMode},setSelectionMode:function(a){a=a?a.toUpperCase():"SINGLE";this.selectionMode=this.modes[a]?a:"SINGLE"},isLocked:function(){return this.locked},setLocked:function(a){this.locked=!!a},isRangeSelected:function(d,c){var g=this,b=g.store,e,a;a=g.normalizeRowRange(d,c);d=a[0];c=a[1];for(e=d;e<=c;e++){if(!g.isSelected(b.getAt(e))){return false}}return true},isSelected:function(a){a=Ext.isNumber(a)?this.store.getAt(a):a;return this.selected.contains(a)},hasSelection:function(){var a=this.getSelected();return !!(a&&a.getCount())},refresh:function(){var m=this,p=m.store,h=[],l=[],g=m.getSelection(),j=g.length,c=m.getSelected(),n,k,a,o,b,e;if(!p||!(c.isCollection||c.isRows)||!c.getCount()){return}a=p.getData();if(a.getSource){k=a.getSource();if(k){a=k}}m.refreshing=true;c.beginUpdate();m.suspendChanges();for(e=0;e0);if(h){k.fireEvent("lastselectedchanged",k,k.getSelection(),k.lastSelected)}},pruneRemovedOnRefresh:function(){return this.pruneRemoved},onStoreLoad:Ext.emptyFn,onSelectChange:function(a,d,c,g){var e=this,b=d?"select":"deselect";if((c||e.fireEvent("before"+b,e,a))!==false&&g()!==false){if(!c){e.fireEvent(b,e,a)}}},onEditorKey:Ext.emptyFn,beforeViewRender:function(a){Ext.Array.include(this.views||(this.views=[]),a)},onHeaderClick:Ext.emptyFn,resolveListenerScope:function(c){var a=this.view,b;if(a){b=a.resolveSatelliteListenerScope(this,c)}return b||Ext.mixin.Observable.prototype.resolveListenerScope.call(this,c)},bindComponent:Ext.emptyFn,privates:{onBeforeNavigate:Ext.privateFn,selectWithEventMulti:function(k,m,d){var n=this,g=m.shiftKey,a=m.ctrlKey,c=g?(n.getSelectionStart()):null,h=n.getSelection(),l=h.length,b,j,o;if(g&&c){n.selectRange(c,k,a)}else{if(a&&d){if(n.allowDeselect){n.doDeselect(k,false)}}else{if(a){n.doSelect(k,true,false)}else{if(d&&!g&&!a&&l>1){if(n.allowDeselect){b=[];for(j=0;jthis.view.all.getCount()-1){a=0}this.setPosition(a,b)},onKeyRight:function(b){var a=this.recordIndex+1;if(a>this.view.all.getCount()-1){a=0}this.setPosition(a,b)},onKeyLeft:function(b){var a=this.recordIndex-1;if(a<0){a=this.view.all.getCount()-1}this.setPosition(a,b)},onKeyPageDown:Ext.emptyFn,onKeyPageUp:Ext.emptyFn,onKeyHome:function(a){this.setPosition(0,a)},onKeyEnd:function(a){this.setPosition(this.view.all.getCount()-1,a)},onKeySpace:function(a){this.fireNavigateEvent(a)},onKeyEnter:function(a){a.stopEvent();a.view.fireEvent("itemclick",a.view,a.record,a.item,a.recordIndex,a)},onSelectAllKeyPress:function(a){this.fireNavigateEvent(a)},fireNavigateEvent:function(b){var a=this;a.fireEvent("navigate",{navigationModel:a,keyEvent:b,previousRecordIndex:a.previousRecordIndex,previousRecord:a.previousRecord,previousItem:a.previousItem,recordIndex:a.recordIndex,record:a.record,item:a.item})},destroy:function(){var a=this;a.setStore(null);Ext.destroy(a.viewListeners,a.keyNav);a.keyNav=a.viewListeners=a.dataSource=a.lastFocused=null;a.callParent()}},1,0,0,0,["view.navigation.default"],[[Ext.util.Observable.prototype.mixinId||Ext.util.Observable.$className,Ext.util.Observable],[Ext.mixin.Factoryable.prototype.mixinId||Ext.mixin.Factoryable.$className,Ext.mixin.Factoryable],[Ext.util.StoreHolder.prototype.mixinId||Ext.util.StoreHolder.$className,Ext.util.StoreHolder]],[Ext.view,"NavigationModel"],0));(Ext.cmd.derive("Ext.view.AbstractView",Ext.Component,{inheritableStatics:{getRecord:function(a){return this.getBoundView(a).getRecord(a)},getBoundView:function(a){return Ext.getCmp(a.getAttribute("data-boundView"))}},defaultBindProperty:"store",renderBuffer:document.createElement("div"),statics:{updateDelay:200,queueRecordChange:function(n,p,h,b,c){var m=this,a=m.changeQueue||(m.changeQueue={}),j=h.internalId,l,g,k,d,q,o,e;l=a[j]||(a[j]={operation:b,record:h,data:{},views:[]});g=l.data;Ext.Array.include(l.views,n);if(c&&(k=c.length)){for(d=0;d
    {1}
    ',d.itemCls,e,d.itemAriaRole);d.tpl=new Ext.XTemplate(e,c)}Ext.Component.prototype.initComponent.call(this);d.tpl=d.getTpl("tpl");if(d.overItemCls){d.trackOver=true}d.addCmpEvents();a=d.store=Ext.data.StoreManager.lookup(d.store||"ext-empty-store");if(!d.dataSource){d.dataSource=a}d.bindStore(a,true);d.getNavigationModel().bindComponent(this);if(!d.all){d.all=new Ext.CompositeElementLite()}d.scrollState={top:0,left:0};d.savedTabIndexAttribute="data-savedtabindex-"+d.id},getElConfig:function(){var a=this.mixins.renderable.getElConfig.call(this);if(this.focusable){a.tabIndex=0}return a},onRender:function(){var a=this.loadMask;Ext.Component.prototype.onRender.apply(this,arguments);if(a){this.createMask(a)}},beforeLayout:function(){var a=this;Ext.Component.prototype.beforeLayout.apply(this,arguments);if(a.refreshNeeded&&!a.pendingRefresh){if(a.refreshCounter){a.refresh()}else{a.doFirstRefresh(a.dataSource)}}},onMaskBeforeShow:function(){var b=this,a=b.loadingHeight;if(a&&a>b.getHeight()){b.hasLoadingHeight=true;b.oldMinHeight=b.minHeight;b.minHeight=a;b.updateLayout()}},onMaskHide:function(){var a=this;if(!a.destroying&&a.hasLoadingHeight){a.minHeight=a.oldMinHeight;a.updateLayout();delete a.hasLoadingHeight}},beforeRender:function(){Ext.Component.prototype.beforeRender.apply(this,arguments);this.getSelectionModel().beforeViewRender(this)},afterRender:function(){Ext.Component.prototype.afterRender.apply(this,arguments);if(this.focusable){this.focusEl=this.el}},getRefItems:function(){var b=this.loadMask,a=[];if(b&&b.isComponent){a.push(b)}return a},getSelection:function(){return this.getSelectionModel().getSelection()},updateSelection:function(a){var b=this,c;if(!b.ignoreNextSelection){b.ignoreNextSelection=true;c=b.getSelectionModel();if(a){c.select(a)}else{c.deselectAll()}b.ignoreNextSelection=false}},updateBindSelection:function(a,c){var d=this,b=null;if(!d.ignoreNextSelection){d.ignoreNextSelection=true;if(c.length){b=a.getLastSelected();d.hasHadSelection=true}if(d.hasHadSelection){d.setSelection(b)}d.ignoreNextSelection=false}},applySelectionModel:function(b,g){var e=this,d=e.grid,h,c,a;if(g){g.un({scope:e,selectionchange:e.updateBindSelection,lastselectedchanged:e.updateBindSelection,select:e.ariaSelect,deselect:e.ariaDeselect});Ext.destroy(e.selModelRelayer);b=Ext.Factory.selection(b)}else{if(b&&b.isSelectionModel){b.locked=e.disableSelection}else{if(e.simpleSelect){h="SIMPLE"}else{if(e.multiSelect){h="MULTI"}else{h="SINGLE"}}if(typeof b==="string"){b={type:b}}b=Ext.Factory.selection(Ext.apply({allowDeselect:e.allowDeselect||e.multiSelect,mode:h,locked:e.disableSelection},b))}}if(b.mode!=="SINGLE"){a=(d||e).ariaEl.dom;if(a){a.setAttribute("aria-multiselectable",true)}else{if(!d){c=e.ariaRenderAttributes||(e.ariaRenderAttributes={});c["aria-multiselectable"]=true}}}e.selModelRelayer=e.relayEvents(b,["selectionchange","beforeselect","beforedeselect","select","deselect","focuschange"]);b.on({scope:e,lastselectedchanged:e.updateBindSelection,selectionchange:e.updateBindSelection,select:e.ariaSelect,deselect:e.ariaDeselect});return b},updateSelectionModel:function(a){this.selModel=a},applyNavigationModel:function(a){return Ext.Factory.viewNavigation(a)},onFocusEnter:function(d){var c=this,b=c.getNavigationModel(),a;c.toggleChildrenTabbability(false);if(!c.itemFocused&&c.all.getCount()){a=b.getLastFocused();b.setPosition(a||0,d.event,null,!a);c.itemFocused=b.getPosition()!=null}if(c.itemFocused){this.el.dom.setAttribute("tabIndex","-1")}Ext.Component.prototype.onFocusEnter.call(this,d)},onFocusLeave:function(b){var a=this;if(a.itemFocused&&!a.refreshing){a.getNavigationModel().setPosition(null,b.event,null,true);a.itemFocused=false;a.el.dom.setAttribute("tabIndex",0)}Ext.Component.prototype.onFocusLeave.call(this,b)},ariaSelect:function(b,a){var c=this.getNode(a);if(c){c.setAttribute("aria-selected",true)}},ariaDeselect:function(b,a){var c=this.getNode(a);if(c){c.removeAttribute("aria-selected")}},onRemoved:function(a){Ext.Component.prototype.onRemoved.call(this,a);if(!a){this.onFocusLeave({})}},refresh:function(){var j=this,i=j.all,l=i.getCount(),h=j.refreshCounter,k,c,b,g=j.getSelectionModel(),e,d=h&&i.getCount()&&j.preserveScrollOnRefresh&&j.getScrollable(),a;if(!j.rendered||j.destroyed){return}if(!j.hasListeners.beforerefresh||j.fireEvent("beforerefresh",j)!==false){j.refreshing=true;e=j.saveFocusState();k=j.getTargetEl();b=j.getViewRange();c=k.dom;if(d){a=d.getPosition();if(!(a.x||a.y)){a=null}}if(h){j.clearViewEl();j.refreshCounter++}else{j.refreshCounter=1}j.tpl.append(k,j.collectData(b,i.startIndex||0));if(b.length<1){j.addEmptyText();i.clear()}else{j.collectNodes(k.dom);j.updateIndexes(0)}e();if(j.refreshSelmodelOnRefresh!==false){g.refresh()}j.refreshNeeded=false;j.refreshSize(i.getCount()!==l);j.fireEvent("refresh",j,b);if(d){d.scrollTo(a)}if(!j.viewReady){j.viewReady=true;j.fireEvent("viewready",j)}j.refreshing=false;j.refreshScroll();j.cleanupData()}},addEmptyText:function(){var b=this,a=b.getStore();if(b.emptyText&&!a.isLoading()&&(!b.deferEmptyText||b.refreshCounter>1||a.isLoaded())){b.emptyEl=Ext.core.DomHelper.insertHtml("beforeEnd",b.getTargetEl().dom,b.emptyText)}},getViewRange:function(){return this.dataSource.getRange()},refreshSize:function(d){var c=this,b=c.getSizeModel(),a=c.getScrollable();if(b.height.shrinkWrap||b.width.shrinkWrap||d){c.updateLayout()}else{if(c.touchScroll&&!c.bufferedRenderer){if(a){a.refresh()}else{c.on({boxready:c.refreshScroll,scope:c,single:true})}}}},afterFirstLayout:function(c,b){var d=this,a=d.getScrollable();if(a){a.on({scroll:d.onViewScroll,scrollend:d.onViewScrollEnd,scope:d,onFrame:!!Ext.global.requestAnimationFrame})}Ext.Component.prototype.afterFirstLayout.call(this,c,b)},clearViewEl:function(){var b=this,c=b.getTargetEl(),a=b.getNodeContainer()===c;b.clearEmptyEl();b.all.clear(!a);if(a){c.dom.innerHTML=""}},clearEmptyEl:function(){var a=this.emptyEl;if(a){Ext.removeNode(a)}this.emptyEl=null},onViewScroll:function(b,a,c){this.fireEvent("scroll",this,a,c)},onViewScrollEnd:function(b,a,c){this.fireEvent("scrollend",this,a,c)},saveScrollState:function(){var a=this,b=a.scrollState;if(a.rendered){b.left=a.getScrollX();b.top=a.getScrollY()}},restoreScrollState:function(){var a=this,b=a.scrollState;if(a.rendered){a.setScrollX(b.left);a.setScrollY(b.top)}},prepareData:function(e,d,c){var b,a,g;if(c){b=c.getAssociatedData();for(a in b){if(b.hasOwnProperty(a)){if(!g){e=Ext.Object.chain(e);g=true}e[a]=b[a]}}}return e},collectData:function(c,g){var e=[],d=0,a=c.length,b;for(;d-1){if(g.getNode(a)){e=g.bufferRender([a],d).children[0];g.all.replaceElement(d,e,true);g.updateIndexes(d,d);b.onUpdate(a);g.refreshSizePending=true;if(b.isSelected(a)){g.onItemSelect(a)}if(g.hasListeners.itemupdate){g.fireEvent("itemupdate",a,d,e)}return e}}}},onReplace:function(k,m,b,c){var i=this,j=i.all,g=i.getSelectionModel(),n=m,p,o,h,a,l,d,e;if(i.rendered){p=i.bufferRender(c,m,true);h=p.fragment;a=p.children;o=j.item(m);if(o){j.item(m).insertSibling(h,"before",true)}else{i.appendNodes(h)}j.insert(m,a);if(b.length){e=i.saveFocusState()}m+=c.length;d=m+b.length-1;l=j.removeRange(m,d,true);if(i.refreshSelmodelOnRefresh!==false){g.refresh()}i.updateIndexes(m);if(i.hasListeners.itemremove){i.fireEvent("itemremove",b,n,l,i)}if(i.hasListeners.itemadd){i.fireEvent("itemadd",c,n,a)}e();i.refreshSize()}},onAdd:function(d,c,e){var g=this,b,a=g.getSelectionModel();if(g.rendered){if(g.all.getCount()===0){g.refresh();b=g.all.slice()}else{b=g.doAdd(c,e);if(g.refreshSelmodelOnRefresh!==false){a.refresh()}g.updateIndexes(e);g.refreshSizePending=true}if(g.hasListeners.itemadd){g.fireEvent("itemadd",c,e,b)}}},appendNodes:function(a){var b=this.all,c=b.getCount();if(this.nodeContainerSelector){this.getNodeContainer().appendChild(a)}else{b.item(c-1).insertSibling(a,"after")}},doAdd:function(c,e){var h=this,k=h.bufferRender(c,e,true),g=k.fragment,b=k.children,i=h.all,d=i.getCount(),j=i.startIndex||0,a=i.endIndex||d-1;if(d===0||e>a){h.appendNodes(g)}else{if(e<=j){i.item(j).insertSibling(g,"before",true)}else{i.item(e).insertSibling(b,"before",true)}}i.insert(e,b);return b},onRemove:function(m,d,j){var k=this,n=k.all,b=k.hasListeners.itemremove,l,e,g,a,c,h;if(n.getCount()){if(k.dataSource.getCount()===0){if(b){k.fireEvent("itemremove",d,j,k.getNodes(j,j+d.length-1))}k.refresh()}else{h=k.saveFocusState();if(b){a=[]}for(e=d.length-1;e>=0;--e){g=d[e];l=j+e;if(a){c=n.item(l);a[e]=c?c.dom:undefined}if(n.item(l)){k.doRemove(g,l)}}if(b){k.fireEvent("itemremove",d,j,a,k)}h();k.updateIndexes(j)}k.refreshSizePending=true}},doRemove:function(a,b){this.all.removeElement(b,true)},saveFocusState:function(){var d=this,a=d.dataSource||d.store,b=d.getNavigationModel(),c=b.recordIndex,e=b.record;if(d.el.contains(Ext.Element.getActiveElement())){d.el.dom.focus();return function(){if(a.getCount()){c=Math.min(c,d.all.getCount()-1);b.setPosition(a.contains(e)?e:c,null,null,true)}}}return Ext.emptyFn},refreshNode:function(a){if(Ext.isNumber(a)){a=this.store.getAt(a)}this.onUpdate(this.dataSource,a)},updateIndexes:function(h,g){var b=this.all.elements,e,a=this.getViewRange(),d,c=this.id;h=h||0;g=g||((g===0)?0:(b.length-1));for(d=h;d<=g;d++){e=b[d];e.setAttribute("data-recordIndex",d);e.setAttribute("data-recordId",a[d].internalId);e.setAttribute("data-boundView",c)}},bindStore:function(b,c){var e=this,a=e.getSelectionModel(),d=e.getNavigationModel();a.bindStore(b);a.bindComponent(b?e:null);e.mixins.storeholder.bindStore.apply(e,arguments);d.setStore(b);if(b&&e.componentLayoutCounter){e.doFirstRefresh(b,!c)}},doFirstRefresh:function(a,c){var b=this;if(b.deferInitialRefresh&&!c){Ext.defer(b.doFirstRefresh,1,b,[a,true])}else{if(a&&!a.isLoading()){b.refresh()}}},onUnbindStore:function(a){this.setMaskBind(null);if(this.dataSource===a){this.dataSource=null}},onBindStore:function(a,c){var b=this;if(b.store.isBufferedStore){b.store.preserveScrollOnReload=b.preserveScrollOnReload}if(c&&c.isBufferedStore){delete c.preserveScrollOnReload}b.setMaskBind(a);if(!b.dataSource){b.dataSource=a}},setMaskBind:function(b){var a=this.loadMask;if(this.rendered&&a&&b&&!a.bindStore){a=this.createMask()}if(a&&a.bindStore){a.bindStore(b)}},getStoreListeners:function(){var a=this;return{refresh:a.onDataRefresh,replace:a.onReplace,add:a.onAdd,remove:a.onRemove,update:a.onUpdate,clear:a.onDataRefresh,beginupdate:a.onBeginUpdate,endupdate:a.onEndUpdate}},onBeginUpdate:function(){++this.updateSuspendCounter;Ext.suspendLayouts()},onEndUpdate:function(){var a=this;if(a.updateSuspendCounter){--a.updateSuspendCounter}Ext.resumeLayouts(true);if(a.refreshSizePending){a.refreshSize(true);a.refreshSizePending=false}},onDataRefresh:function(a){var c=this,b=c.preserveScrollOnRefresh;if(a.loadCount>c.lastRefreshLoadCount){c.preserveScrollOnRefresh=c.preserveScrollOnReLoad}c.refreshView();c.preserveScrollOnRefresh=b;c.lastRefreshLoadCount=a.loadCount},refreshView:function(){var b=this,a=b.blockRefresh||!b.rendered||b.up("[collapsed],[isCollapsingOrExpanding],[hidden]");if(a){b.refreshNeeded=true}else{if(b.bufferedRenderer){b.bufferedRenderer.refreshView()}else{b.refresh()}}},findItemByChild:function(a){return Ext.fly(a).findParent(this.getItemSelector(),this.getTargetEl())},findTargetByEvent:function(a){return a.getTarget(this.getItemSelector(),this.getTargetEl())},getSelectedNodes:function(){var b=[],a=this.getSelectionModel().getSelection(),d=a.length,c=0;for(;ch.bottom){a=c.bottom-h.bottom}}if(c.lefth.right){b=c.right-h.right}}if(b||a){g.scrollBy(b,a,false)}e.set({tabIndex:-1});e.focus()}},privates:{repaintBorder:function(b){var a=this.getNode(b);if(a){a.className=a.className}}}},0,["dataview"],["component","box","dataview"],{component:true,box:true,dataview:true},["widget.dataview"],0,[Ext.view,"View",Ext,"DataView"],0));(Ext.cmd.derive("Ext.view.BoundListKeyNav",Ext.view.NavigationModel,{navigateOnSpace:true,initKeyNav:function(a){var b=this,c=a.pickerField;if(!b.keyNav){Ext.view.NavigationModel.prototype.initKeyNav.call(this,a);b.keyNav.map.addBinding({key:Ext.event.Event.ESC,fn:b.onKeyEsc,scope:b})}if(!c){return}if(!c.rendered){c.on("render",Ext.Function.bind(b.initKeyNav,b,[a],0),b,{single:true});return}b.fieldKeyNav=new Ext.util.KeyNav({disabled:true,target:c.inputEl,forceKeyDown:true,up:b.onKeyUp,down:b.onKeyDown,right:b.onKeyRight,left:b.onKeyLeft,pageDown:b.onKeyPageDown,pageUp:b.onKeyPageUp,home:b.onKeyHome,end:b.onKeyEnd,tab:b.onKeyTab,space:b.onKeySpace,enter:b.onKeyEnter,A:{ctrl:true,handler:b.onSelectAllKeyPress},priority:1001,scope:b})},processViewEvent:function(b,a,e,c,d){if(d.within(b.listWrap)){return d}if(d.getKey()===d.ESC){if(Ext.fly(d.target).isInputField()){d.target=d.target.parentNode}return d}},enable:function(){this.fieldKeyNav.enable();Ext.view.NavigationModel.prototype.enable.call(this)},disable:function(){this.fieldKeyNav.disable();Ext.view.NavigationModel.prototype.disable.call(this)},onItemMouseDown:function(b,a,e,c,d){Ext.view.NavigationModel.prototype.onItemMouseDown.call(this,b,a,e,c,d);d.preventDefault()},onKeyUp:function(i){var g=this,b=g.view,d=b.all,h=b.highlightedItem,c=h?b.indexOf(h):-1,a=c>0?c-1:d.getCount()-1;g.setPosition(a);i.preventDefault()},onKeyDown:function(i){var g=this,b=g.view,d=b.all,h=b.highlightedItem,c=h?b.indexOf(h):-1,a=c
    ',destroy:function(){var a=this;if(a.spinnerEl){a.spinnerEl.destroy();a.spinnerEl=a.upEl=a.downEl=null}Ext.form.trigger.Trigger.prototype.destroy.call(this)},getBodyRenderData:function(){var a=this;return{vertical:a.vertical,upDisabledCls:a.upEnabled?"":(a.spinnerUpCls+"-disabled"),downDisabledCls:a.downEnabled?"":(a.spinnerDownCls+"-disabled"),spinnerCls:a.spinnerCls,spinnerUpCls:a.spinnerUpCls,spinnerDownCls:a.spinnerDownCls}},getStateEl:function(){return this.spinnerEl},onClick:function(){var b=this,a=arguments,d=b.clickRepeater?a[1]:a[0],c=b.field;if(!c.readOnly&&!c.disabled){if(b.upEl.contains(d.target)){Ext.callback(b.upHandler,b.scope,[c,b,d],0,c)}else{if(b.downEl.contains(d.target)){Ext.callback(b.downHandler,b.scope,[c,b,d],0,c)}}}c.inputEl.focus()},onFieldRender:function(){var b=this,a=b.vertical,d,c;Ext.form.trigger.Trigger.prototype.onFieldRender.call(this);d=b.spinnerEl=b.el.select("."+b.spinnerCls,true);c=d.elements;b.upEl=a?c[0]:c[1];b.downEl=a?c[1]:c[0]},setUpEnabled:function(a){this.upEl[a?"removeCls":"addCls"](this.spinnerUpCls+"-disabled")},setDownEnabled:function(a){this.downEl[a?"removeCls":"addCls"](this.spinnerDownCls+"-disabled")}},0,0,0,0,["trigger.spinner"],0,[Ext.form.trigger,"Spinner"],0));(Ext.cmd.derive("Ext.form.field.Spinner",Ext.form.field.Text,{alternateClassName:"Ext.form.Spinner",config:{triggers:{spinner:{type:"spinner",upHandler:"onSpinnerUpClick",downHandler:"onSpinnerDownClick",scope:"this"}}},spinUpEnabled:true,spinDownEnabled:true,keyNavEnabled:true,mouseWheelEnabled:true,repeatTriggerClick:true,onSpinUp:Ext.emptyFn,onSpinDown:Ext.emptyFn,ariaRole:"spinbutton",applyTriggers:function(b){var c=this,a=b.spinner;a.upEnabled=c.spinUpEnabled;a.downEnabled=c.spinDownEnabled;return Ext.form.field.Text.prototype.applyTriggers.call(this,b)},onRender:function(){var b=this,a=b.getTrigger("spinner");(arguments.callee.$previous||Ext.form.field.Text.prototype.onRender).call(this);if(b.keyNavEnabled){b.spinnerKeyNav=new Ext.util.KeyNav(b.inputEl,{scope:b,up:b.spinUp,down:b.spinDown})}if(b.mouseWheelEnabled){b.mon(b.bodyEl,"mousewheel",b.onMouseWheel,b)}b.spinUpEl=a.upEl;b.spinDownEl=a.downEl},onSpinnerUpClick:function(){this.spinUp()},onSpinnerDownClick:function(){this.spinDown()},spinUp:function(){var a=this;if(a.spinUpEnabled&&!a.disabled){a.fireEvent("spin",a,"up");a.fireEvent("spinup",a);a.onSpinUp()}},spinDown:function(){var a=this;if(a.spinDownEnabled&&!a.disabled){a.fireEvent("spin",a,"down");a.fireEvent("spindown",a);a.onSpinDown()}},setSpinUpEnabled:function(a){var b=this,c=b.spinUpEnabled;b.spinUpEnabled=a;if(c!==a&&b.rendered){b.getTrigger("spinner").setUpEnabled(a)}},setSpinDownEnabled:function(a){var b=this,c=b.spinDownEnabled;b.spinDownEnabled=a;if(c!==a&&b.rendered){b.getTrigger("spinner").setDownEnabled(a)}},onMouseWheel:function(b){var a=this,c;if(a.hasFocus){c=b.getWheelDelta();if(c>0){a.spinUp()}else{if(c<0){a.spinDown()}}b.stopEvent()}},onDestroy:function(){Ext.destroyMembers(this,"spinnerKeyNav");Ext.form.field.Text.prototype.onDestroy.call(this)}},0,["spinnerfield"],["component","box","field","textfield","spinnerfield"],{component:true,box:true,field:true,textfield:true,spinnerfield:true},["widget.spinnerfield"],0,[Ext.form.field,"Spinner",Ext.form,"Spinner"],0));(Ext.cmd.derive("Ext.form.field.Number",Ext.form.field.Spinner,{alternateClassName:["Ext.form.NumberField","Ext.form.Number"],allowExponential:true,allowDecimals:true,decimalSeparator:null,submitLocaleSeparator:true,decimalPrecision:2,minValue:Number.NEGATIVE_INFINITY,maxValue:Number.MAX_VALUE,step:1,minText:"The minimum value for this field is {0}",maxText:"The maximum value for this field is {0}",nanText:"{0} is not a valid number",negativeText:"The value cannot be negative",baseChars:"0123456789",autoStripChars:false,initComponent:function(){var a=this;if(a.decimalSeparator===null){a.decimalSeparator=Ext.util.Format.decimalSeparator}Ext.form.field.Spinner.prototype.initComponent.call(this);a.setMinValue(a.minValue);a.setMaxValue(a.maxValue)},getSubTplData:function(c){var e=this,d=e.minValue,a=e.maxValue,h,b,g;h=Ext.form.field.Spinner.prototype.getSubTplData.call(this,c);b=h.inputElAriaAttributes;if(b){if(d>Number.NEGATIVE_INFINITY){b["aria-valuemin"]=d}if(a=d&&g<=a){b["aria-valuenow"]=g}}return h},setValue:function(c){var b=this,d,a;if(b.hasFocus){d=b.getBind();a=d&&d.value;if(a&&a.syncing&&c===b.value){return b}}return Ext.form.field.Spinner.prototype.setValue.call(this,c)},getErrors:function(c){c=arguments.length>0?c:this.processRawValue(this.getRawValue());var b=this,e=Ext.form.field.Spinner.prototype.getErrors.call(this,c),d=Ext.String.format,a;if(c.length<1){return e}c=String(c).replace(b.decimalSeparator,".");if(isNaN(c)){e.push(d(b.nanText,c))}a=b.parseValue(c);if(b.minValue===0&&a<0){e.push(this.negativeText)}else{if(ab.maxValue){e.push(d(b.maxText,b.maxValue))}return e},rawToValue:function(b){var a=this.fixPrecision(this.parseValue(b));if(a===null){a=b||null}return a},valueToRaw:function(c){var b=this,a=b.decimalSeparator;c=b.parseValue(c);c=b.fixPrecision(c);c=Ext.isNumber(c)?c:parseFloat(String(c).replace(a,"."));c=isNaN(c)?"":String(c).replace(".",a);return c},getSubmitValue:function(){var a=this,b=Ext.form.field.Spinner.prototype.getSubmitValue.call(this);if(!a.submitLocaleSeparator){b=b.replace(a.decimalSeparator,".")}return b},onChange:function(b){var a=this.ariaEl.dom;this.toggleSpinners();Ext.form.field.Spinner.prototype.onChange.apply(this,arguments);if(a){if(Ext.isNumber(b)&&isFinite(b)){a.setAttribute("aria-valuenow",b)}else{a.removeAttribute("aria-valuenow")}}},toggleSpinners:function(){var c=this,d=c.getValue(),b=d===null,a;if(c.spinUpEnabled||c.spinUpDisabledByToggle){a=b||dc.minValue;c.setSpinDownEnabled(a,true)}},setMinValue:function(d){var b=this,a=b.ariaEl.dom,c,e,a;b.minValue=c=Ext.Number.from(d,Number.NEGATIVE_INFINITY);b.toggleSpinners();if(a){if(c>Number.NEGATIVE_INFINITY){a.setAttribute("aria-valuemin",c)}else{a.removeAttribute("aria-valuemin")}}if(b.disableKeyFilter!==true){e=b.baseChars+"";if(b.allowExponential){e+=b.decimalSeparator+"e+-"}else{if(b.allowDecimals){e+=b.decimalSeparator}if(b.minValue<0){e+="-"}}e=Ext.String.escapeRegex(e);b.maskRe=new RegExp("["+e+"]");if(b.autoStripChars){b.stripCharsRe=new RegExp("[^"+e+"]","gi")}}},setMaxValue:function(b){var a=this.ariaEl.dom,c;this.maxValue=c=Ext.Number.from(b,Number.MAX_VALUE);if(a){if(ca.maxLength){return}}a.setValue(b)}},0,["numberfield"],["component","box","field","textfield","spinnerfield","numberfield"],{component:true,box:true,field:true,textfield:true,spinnerfield:true,numberfield:true},["widget.numberfield"],0,[Ext.form.field,"Number",Ext.form,"NumberField",Ext.form,"Number"],0));(Ext.cmd.derive("Ext.toolbar.Paging",Ext.toolbar.Toolbar,{alternateClassName:"Ext.PagingToolbar",displayInfo:false,prependButtons:false,displayMsg:"Displaying {0} - {1} of {2}",emptyMsg:"No data to display",beforePageText:"Page",afterPageText:"of {0}",firstText:"First Page",prevText:"Previous Page",nextText:"Next Page",lastText:"Last Page",refreshText:"Refresh",inputItemWidth:30,emptyPageData:{total:0,currentPage:0,pageCount:0,toRecord:0,fromRecord:0},defaultBindProperty:"store",getPagingItems:function(){var b=this,a={scope:b,blur:b.onPagingBlur};a[Ext.supports.SpecialKeyDownRepeat?"keydown":"keypress"]=b.onPagingKeyDown;return[{itemId:"first",tooltip:b.firstText,overflowText:b.firstText,iconCls:"x-tbar-page-first",disabled:true,handler:b.moveFirst,scope:b},{itemId:"prev",tooltip:b.prevText,overflowText:b.prevText,iconCls:"x-tbar-page-prev",disabled:true,handler:b.movePrevious,scope:b},"-",b.beforePageText,{xtype:"numberfield",itemId:"inputItem",name:"inputItem",cls:"x-tbar-page-number",allowDecimals:false,minValue:1,hideTrigger:true,enableKeyEvents:true,keyNavEnabled:false,selectOnFocus:true,submitValue:false,isFormField:false,width:b.inputItemWidth,margin:"-1 2 3 2",listeners:a},{xtype:"tbtext",itemId:"afterTextItem",html:Ext.String.format(b.afterPageText,1)},"-",{itemId:"next",tooltip:b.nextText,overflowText:b.nextText,iconCls:"x-tbar-page-next",disabled:true,handler:b.moveNext,scope:b},{itemId:"last",tooltip:b.lastText,overflowText:b.lastText,iconCls:"x-tbar-page-last",disabled:true,handler:b.moveLast,scope:b},"-",{itemId:"refresh",tooltip:b.refreshText,overflowText:b.refreshText,iconCls:"x-tbar-loading",disabled:b.store.isLoading(),handler:b.doRefresh,scope:b}]},initComponent:function(){var b=this,a=b.items||b.buttons||[],c;b.bindStore(b.store||"ext-empty-store",true);c=b.getPagingItems();if(b.prependButtons){b.items=a.concat(c)}else{b.items=c.concat(a)}delete b.buttons;if(b.displayInfo){b.items.push("->");b.items.push({xtype:"tbtext",itemId:"displayItem"})}Ext.toolbar.Toolbar.prototype.initComponent.call(this)},beforeRender:function(){Ext.toolbar.Toolbar.prototype.beforeRender.apply(this,arguments);this.updateBarInfo()},updateBarInfo:function(){var a=this;if(!a.store.isLoading()){a.calledInternal=true;a.onLoad();a.calledInternal=false}},updateInfo:function(){var e=this,c=e.child("#displayItem"),a=e.store,b=e.getPageData(),d,g;if(c){d=a.getCount();if(d===0){g=e.emptyMsg}else{g=Ext.String.format(e.displayMsg,b.fromRecord,b.toRecord,b.total)}c.setText(g)}},onLoad:function(){var h=this,d,b,c,a,g,i,e;g=h.store.getCount();i=g===0;if(!i){d=h.getPageData();b=d.currentPage;c=d.pageCount;if(b>c){if(c>0){h.store.loadPage(c)}else{h.getInputItem().reset()}return}a=Ext.String.format(h.afterPageText,isNaN(c)?1:c)}else{b=0;c=0;a=Ext.String.format(h.afterPageText,0)}Ext.suspendLayouts();e=h.child("#afterTextItem");if(e){e.update(a)}e=h.getInputItem();if(e){e.setDisabled(i).setValue(b)}h.setChildDisabled("#first",b===1||i);h.setChildDisabled("#prev",b===1||i);h.setChildDisabled("#next",b===c||i);h.setChildDisabled("#last",b===c||i);h.setChildDisabled("#refresh",false);h.updateInfo();Ext.resumeLayouts(true);if(!h.calledInternal){h.fireEvent("change",h,d||h.emptyPageData)}},setChildDisabled:function(a,b){var c=this.child(a);if(c){c.setDisabled(b)}},getPageData:function(){var b=this.store,a=b.getTotalCount();return{total:a,currentPage:b.currentPage,pageCount:Math.ceil(a/b.pageSize),fromRecord:((b.currentPage-1)*b.pageSize)+1,toRecord:Math.min(b.currentPage*b.pageSize,a)}},onLoadError:function(){this.setChildDisabled("#refresh",false)},getInputItem:function(){return this.child("#inputItem")},readPageFromInput:function(b){var c=this.getInputItem(),d=false,a;if(c){a=c.getValue();d=parseInt(a,10);if(!a||isNaN(d)){c.setValue(b.currentPage);return false}}return d},onPagingBlur:function(c){var b=this.getInputItem(),a;if(b){a=this.getPageData().currentPage;b.setValue(a)}},onPagingKeyDown:function(b,a){this.processKeyEvent(b,a)},processKeyEvent:function(i,h){var d=this,c=h.getKey(),b=d.getPageData(),a=h.shiftKey?10:1,g;if(c===h.RETURN){h.stopEvent();g=d.readPageFromInput(b);if(g!==false){g=Math.min(Math.max(1,g),b.pageCount);if(g!==b.currentPage&&d.fireEvent("beforechange",d,g)!==false){d.store.loadPage(g)}}}else{if(c===h.HOME||c===h.END){h.stopEvent();g=c===h.HOME?1:b.pageCount;i.setValue(g)}else{if(c===h.UP||c===h.PAGE_UP||c===h.DOWN||c===h.PAGE_DOWN){h.stopEvent();g=d.readPageFromInput(b);if(g){if(c===h.DOWN||c===h.PAGE_DOWN){a*=-1}g+=a;if(g>=1&&g<=b.pageCount){i.setValue(g)}}}}}},beforeLoad:function(){this.setChildDisabled("#refresh",true)},moveFirst:function(){if(this.fireEvent("beforechange",this,1)!==false){this.store.loadPage(1);return true}return false},movePrevious:function(){var c=this,a=c.store,b=a.currentPage-1;if(b>0){if(c.fireEvent("beforechange",c,b)!==false){a.previousPage();return true}}return false},moveNext:function(){var d=this,a=d.store,c=d.getPageData().pageCount,b=a.currentPage+1;if(b<=c){if(d.fireEvent("beforechange",d,b)!==false){a.nextPage();return true}}return false},moveLast:function(){var b=this,a=b.getPageData().pageCount;if(b.fireEvent("beforechange",b,a)!==false){b.store.loadPage(a);return true}return false},doRefresh:function(){var b=this,a=b.store,c=a.currentPage;if(b.fireEvent("beforechange",b,c)!==false){a.loadPage(c);return true}return false},getStoreListeners:function(){return{beforeload:this.beforeLoad,load:this.onLoad,exception:this.onLoadError}},onBindStore:function(){if(this.rendered){this.updateBarInfo()}},onDestroy:function(){this.bindStore(null);Ext.toolbar.Toolbar.prototype.onDestroy.call(this)}},0,["pagingtoolbar"],["component","box","container","toolbar","pagingtoolbar"],{component:true,box:true,container:true,toolbar:true,pagingtoolbar:true},["widget.pagingtoolbar"],[[Ext.util.StoreHolder.prototype.mixinId||Ext.util.StoreHolder.$className,Ext.util.StoreHolder]],[Ext.toolbar,"Paging",Ext,"PagingToolbar"],0));(Ext.cmd.derive("Ext.view.BoundList",Ext.view.View,{alternateClassName:"Ext.BoundList",pageSize:0,baseCls:"x-boundlist",itemCls:"x-boundlist-item",listItemCls:"",shadow:false,trackOver:true,preserveScrollOnRefresh:true,enableInitialSelection:false,refreshSelmodelOnRefresh:true,componentLayout:"boundlist",navigationModel:"boundlist",scrollable:true,ariaEl:"listEl",tabIndex:-1,childEls:["listWrap","listEl"],renderTpl:['
    ','
      {$}="{.}"',">","
    ","
    ","{%","var pagingToolbar=values.$comp.pagingToolbar;","if (pagingToolbar) {","Ext.DomHelper.generateMarkup(pagingToolbar.getRenderTree(), out);","}","%}",{disableFormats:true}],focusOnToFront:false,initComponent:function(){var b=this,a=b.baseCls,c=b.itemCls;b.selectedItemCls=a+"-selected";if(b.trackOver){b.overItemCls=a+"-item-over"}b.itemSelector="."+c;b.scrollerSelector="ul.x-list-plain";if(b.floating){b.addCls(a+"-floating")}if(!b.tpl){b.tpl=new Ext.XTemplate('','
  5. '+b.getInnerTpl(b.displayField)+"
  6. ","
    ")}else{if(!b.tpl.isTemplate){b.tpl=new Ext.XTemplate(b.tpl)}}if(b.pageSize){b.pagingToolbar=b.createPagingToolbar()}Ext.view.View.prototype.initComponent.call(this)},getRefOwner:function(){return this.pickerField||Ext.view.View.prototype.getRefOwner.call(this)},getRefItems:function(){var a=Ext.view.View.prototype.getRefItems.call(this),b=this.pagingToolbar;if(b){a.push(b)}return a},createPagingToolbar:function(){return Ext.widget("pagingtoolbar",{id:this.id+"-paging-toolbar",pageSize:this.pageSize,store:this.dataSource,border:false,ownerCt:this,ownerLayout:this.getComponentLayout()})},getNodeContainer:function(){return this.listEl},refresh:function(){var b=this,a=b.tpl;a.field=b.pickerField;a.store=b.store;Ext.view.View.prototype.refresh.call(this);a.field=a.store=null},bindStore:function(a,b){var c=this.pagingToolbar;Ext.view.View.prototype.bindStore.apply(this,arguments);if(c){c.bindStore(a,b)}},getInnerTpl:function(a){return"{"+a+"}"},onShow:function(){var a=this.pickerField;Ext.view.View.prototype.onShow.call(this);if(a&&a.rendered&&!a.hasFocus){a.focus()}},afterComponentLayout:function(c,a,b,e){var d=this.pickerField;Ext.view.View.prototype.afterComponentLayout.call(this,c,a,b,e);if(d&&d.alignPicker){d.alignPicker()}},onItemClick:function(a){var d=this,e=d.pickerField,b,c;if(!e){return}b=e.valueField;c=d.getSelectionModel().getSelection();if(!e.multiSelect&&c.length){c=c[0];if(c&&e.isEqual(a.get(b),c.get(b))&&e.collapse){e.collapse()}}},onContainerClick:function(b){var a=this.pagingToolbar;if(a&&a.rendered&&b.within(a.el)){return false}},onDestroy:function(){Ext.view.View.prototype.onDestroy.call(this);Ext.destroyMembers(this,"pagingToolbar","listWrap","listEl")},privates:{getTargetEl:function(){return this.listEl},getOverflowEl:function(){return this.listWrap},finishRenderChildren:function(){var a=this.pagingToolbar;Ext.view.View.prototype.finishRenderChildren.apply(this,arguments);if(a){a.finishRender()}}}},0,["boundlist"],["component","box","dataview","boundlist"],{component:true,box:true,dataview:true,boundlist:true},["widget.boundlist"],[[Ext.mixin.Queryable.prototype.mixinId||Ext.mixin.Queryable.$className,Ext.mixin.Queryable]],[Ext.view,"BoundList",Ext,"BoundList"],0));(Ext.cmd.derive("Ext.form.field.ComboBox",Ext.form.field.Picker,{alternateClassName:"Ext.form.ComboBox",config:{filters:null,selection:null,valueNotFoundText:null,displayTpl:false,delimiter:", ",displayField:"text"},publishes:["selection"],twoWayBindable:["selection"],triggerCls:"x-form-arrow-trigger",hiddenName:"",collapseOnSelect:false,hiddenDataCls:"x-hidden-display x-form-data-hidden",ariaRole:"combobox",childEls:{hiddenDataEl:true},filtered:false,afterRender:function(){var a=this;Ext.form.field.Picker.prototype.afterRender.apply(this,arguments);a.setHiddenValue(a.value)},multiSelect:false,triggerAction:"all",allQuery:"",queryParam:"query",queryMode:"remote",queryCaching:true,autoLoadOnValue:false,pageSize:0,anyMatch:false,caseSensitive:false,autoSelect:true,typeAhead:false,typeAheadDelay:250,selectOnTab:true,forceSelection:false,growToLongestValue:true,clearFilterOnBlur:true,defaultListConfig:{loadingHeight:70,minWidth:70,maxHeight:300,shadow:"sides"},transformInPlace:true,clearValueOnEmpty:true,getGrowWidth:function(){var d=this,g=d.inputEl.dom.value,e,h,j,c,b,k,a;if(d.growToLongestValue){e=d.displayField;h=d.store;j=h.data.length;c=0;for(b=0;bc){c=a;g=k}}}return g},initComponent:function(){var e=this,c=Ext.isDefined,b=e.store,d=e.transform,a,g;if("pinList" in e){e.collapseOnSelect=!e.pinList}if(d){a=Ext.getDom(d);if(a){if(!e.store){b=Ext.Array.map(Ext.Array.from(a.options),function(h){return[h.value,h.text]})}if(!e.name){e.name=a.name}if(!("value" in e)){e.value=a.value}}}e.bindStore(b||"ext-empty-store",true,true);g=e.queryMode==="local";if(!c(e.queryDelay)){e.queryDelay=g?10:500}if(!c(e.minChars)){e.minChars=g?0:4}Ext.form.field.Picker.prototype.initComponent.call(this);e.doQueryTask=new Ext.util.DelayedTask(e.doRawQuery,e);if(a){if(e.transformInPlace){e.render(a.parentNode,a);delete e.renderTo}Ext.removeNode(a)}},getSubTplData:function(b){var c,a;c=Ext.form.field.Picker.prototype.getSubTplData.call(this,b);a=c.inputElAriaAttributes;if(a){a["aria-autocomplete"]="list"}return c},getSubTplMarkup:function(c){var d=this,a="",b=Ext.form.field.Picker.prototype.getSubTplMarkup.apply(this,arguments);if(d.hiddenName){a=''}return a+b},applyDisplayTpl:function(b){var a=this;if(!b){b=new Ext.XTemplate('{[typeof values === "string" ? values : values["'+a.getDisplayField()+'"]]}'+a.getDelimiter()+"");b.auto=true}else{if(!b.isTemplate){b=new Ext.XTemplate(b)}}return b},applyFilters:function(b,c){var a=this;if(b===null||b.isFilterCollection){return b}if(b){if(!c){c=this.getFilters()}c.beginUpdate();c.splice(0,c.length,b);c.each(function(d){d.ownerId=a.id});c.endUpdate()}return c},applyValueNotFoundText:function(a){var b=this,c=b.valueNotFoundRecord||(b.valueNotFoundRecord=new Ext.data.Model());c.set(b.displayField,a);if(b.valueField&&b.displayField!==b.valueField){c.set(b.valueField,a)}return a},getFilters:function(b){var a=this.filters;if(!a&&b!==false){a=new Ext.util.FilterCollection();this.setFilters(a)}return a},updateFilters:function(a,b){var c=this;if(b){b.un("endupdate","onEndUpdateFilters",c)}if(a){a.on("endupdate","onEndUpdateFilters",c)}c.onEndUpdateFilters(a)},onEndUpdateFilters:function(e){var d=this,g=d.filtered,c=!!e&&(e.length>0),a,b;if(g||c){d.filtered=c;a=[];b=d.store.getFilters();b.each(function(h){if(h.ownerId===d.id&&!e.contains(h)){a.push(h)}});b.splice(0,a,e.items)}},completeEdit:function(c){var b=this,a=b.queryFilter;Ext.form.field.Picker.prototype.completeEdit.call(this,c);b.doQueryTask.cancel();b.assertValue();if(a&&b.queryMode==="local"&&b.clearFilterOnBlur){b.getStore().getFilters().remove(a)}},onFocus:function(b){var a=this;Ext.form.field.Picker.prototype.onFocus.call(this,b);if(a.triggerAction!=="all"&&a.queryFilter&&a.queryMode==="local"&&a.clearFilterOnBlur){delete a.lastQuery;a.doRawQuery()}},assertValue:function(){var b=this,c=b.getRawValue(),a=b.getDisplayValue(),d=b.lastSelectedRecords,e;if(b.forceSelection){if(b.multiSelect){if(c!==a){b.setRawValue(a)}}else{e=b.findRecordByDisplay(c);if(e){if(b.getDisplayValue([b.getRecordDisplayData(e)])!==a){b.select(e,true)}}else{if(d&&(!b.allowBlank||b.rawValue)){b.setValue(d)}else{if(d){delete b.lastSelectedRecords}b.setRawValue("")}}}}b.collapse()},onTypeAhead:function(){var e=this,d=e.displayField,b=e.store.findRecord(d,e.getRawValue()),c=e.getPicker(),g,a,h;if(b){g=b.get(d);a=g.length;h=e.getRawValue().length;c.highlightItem(c.getNode(b));if(h!==0&&h!==a){e.setRawValue(g);e.selectText(h,g.length)}}},resetToDefault:Ext.emptyFn,beforeReset:function(){var a=this.queryFilter;Ext.form.field.Picker.prototype.beforeReset.call(this);if(a){this.getStore().getFilters().remove(a)}},onUnbindStore:function(){var c=this,a=c.picker,b=c.queryFilter;if(b&&!c.store.destroyed){c.changingFilters=true;c.getStore().removeFilter(b,true);c.changingFilters=false}c.pickerSelectionModel.destroy();if(a){a.bindStore(null)}},onBindStore:function(a,c){var e=this,b=e.picker,d,g;if(a){if(a.autoCreated){e.queryMode="local";e.valueField=e.displayField="field1";if(!a.expanded){e.displayField="field2"}if(e.getDisplayTpl().auto){e.setDisplayTpl(null)}}if(!Ext.isDefined(e.valueField)){e.valueField=e.displayField}d={byValue:{rootProperty:"data",unique:false}};d.byValue.property=e.valueField;a.setExtraKeys(d);if(e.displayField===e.valueField){a.byText=a.byValue}else{d.byText={rootProperty:"data",unique:false};d.byText.property=e.displayField;a.setExtraKeys(d)}g={rootProperty:"data",extraKeys:{byInternalId:{property:"internalId"},byValue:{property:e.valueField,rootProperty:"data"}},listeners:{beginupdate:e.onValueCollectionBeginUpdate,endupdate:e.onValueCollectionEndUpdate,scope:e}};e.valueCollection=new Ext.util.Collection(g);e.pickerSelectionModel=new Ext.selection.DataViewModel({mode:e.multiSelect?"SIMPLE":"SINGLE",deselectOnContainerClick:false,enableInitialSelection:false,pruneRemoved:false,selected:e.valueCollection,store:a,listeners:{scope:e,lastselectedchanged:e.updateBindSelection}});if(!c){e.resetToDefault()}if(b){b.setSelectionModel(e.pickerSelectionModel);if(b.getStore()!==a){b.bindStore(a)}}}},bindStore:function(a,e,b){var d=this,c=d.queryFilter;d.mixins.storeholder.bindStore.call(d,a,b);a=d.getStore();if(a&&c&&!e){a.getFilters().add(c)}if(!b&&a&&!a.isEmptyStore){d.setValueOnData()}},getStoreListeners:function(b){if(!b.isEmptyStore){var c=this,a={datachanged:c.onDataChanged,load:c.onLoad,exception:c.onException,update:c.onStoreUpdate,remove:c.checkValueOnChange};if(!b.getRemoteFilter()){a.filterchange=c.checkValueOnChange}return a}},onDataChanged:function(){if(this.grow&&this.growToLongestValue){this.autoSize()}},checkValueOnChange:function(){var a=this;if(!a.destroying&&a.getStore().isLoaded()){if(a.multiSelect){}else{if(a.forceSelection&&!a.changingFilters&&!a.findRecordByValue(a.value)){a.setValue(null)}}}},onStoreUpdate:function(b,a){this.updateValue()},onException:function(){this.collapse()},onLoad:function(c,b,e){var d=this,a=!d.valueCollection.byValue.get(d.value);if(e&&a&&!(c.lastOptions&&"rawQuery" in c.lastOptions)){d.setValueOnData()}d.checkValueOnChange()},setValueOnData:function(){var a=this;a.setValue(a.value);if(a.isExpanded&&a.getStore().getCount()){a.doAutoSelect()}},doRawQuery:function(){var a=this,b=a.inputEl.dom.value;if(a.multiSelect){b=b.split(a.delimiter).pop()}a.doQuery(b,false,true)},doQuery:function(h,c,g){var d=this,a=d.getStore(),e=a.filters&&!a.filters.length&&!!h,b=d.beforeQuery({query:h||"",rawQuery:g,forceAll:c,combo:d,cancel:false});if(b!==false&&!b.cancel){if(d.queryCaching&&!e&&b.query===d.lastQuery){d.getPicker().refresh();d.expand()}else{d.lastQuery=b.query;if(d.queryMode==="local"){d.doLocalQuery(b)}else{d.doRemoteQuery(b)}}}return true},beforeQuery:function(a){var b=this;if(b.fireEvent("beforequery",a)===false){a.cancel=true}else{if(!a.cancel){if(a.query.length0){a=c.picker.getSelectionModel();if(a.lastSelected&&a.selected.length){d=a.lastSelected}b.getNavigationModel().setPosition(d)}},doTypeAhead:function(){var b=this,a=Ext.event.Event;if(!b.typeAheadTask){b.typeAheadTask=new Ext.util.DelayedTask(b.onTypeAhead,b)}if(b.lastKey!==a.BACKSPACE&&b.lastKey!==a.DELETE){b.typeAheadTask.delay(b.typeAheadDelay)}},onTriggerClick:function(){var a=this;if(!a.readOnly&&!a.disabled){if(a.isExpanded){a.collapse()}else{if(a.triggerAction==="all"){a.doQuery(a.allQuery,true)}else{if(a.triggerAction==="last"){a.doQuery(a.lastQuery,true)}else{a.doQuery(a.getRawValue(),false,true)}}}}},onFieldMutation:function(h){var d=this,b=h.getKey(),c=b===h.BACKSPACE||b===h.DELETE,g=d.inputEl.dom.value,a=g.length;if(!d.readOnly&&(g!==d.lastMutatedValue||c)&&b!==h.TAB){d.lastMutatedValue=g;d.lastKey=b;if(a&&(h.type!=="keyup"||(!h.isSpecialKey()||c))){d.doQueryTask.delay(d.queryDelay)}else{if(!a&&(!b||c)){++d.suspendCheckChange;if(!d.multiSelect){d.value=null;d.displayTplData=undefined}if(d.clearValueOnEmpty){d.valueCollection.beginUpdate();d.pickerSelectionModel.deselectAll();d.valueCollection.removeAll();d.valueCollection.endUpdate()}d.collapse();if(d.queryFilter){d.changingFilters=true;d.store.removeFilter(d.queryFilter,true);d.changingFilters=false}--d.suspendCheckChange}Ext.form.field.Picker.prototype.onFieldMutation.call(this,h)}}},onDestroy:function(){var a=this;a.doQueryTask.cancel();if(a.typeAheadTask){a.typeAheadTask.cancel();a.typeAheadTask=null}a.bindStore(null);a.valueCollection=Ext.destroy(a.valueCollection);Ext.form.field.Picker.prototype.onDestroy.call(this)},onAdded:function(){var a=this;Ext.form.field.Picker.prototype.onAdded.apply(this,arguments);if(a.picker){a.picker.ownerCt=a.up("[floating]");a.picker.registerWithOwnerCt()}},createPicker:function(){var c=this,b,a=Ext.apply({xtype:"boundlist",id:c.pickerId,pickerField:c,selectionModel:c.pickerSelectionModel,floating:true,hidden:true,store:c.getPickerStore(),displayField:c.displayField,preserveScrollOnRefresh:true,pageSize:c.pageSize,tpl:c.tpl},c.listConfig,c.defaultListConfig);b=c.picker=Ext.widget(a);if(c.pageSize){b.pagingToolbar.on("beforechange",c.onPageChange,c)}if(!b.initialConfig.maxHeight){b.on({beforeshow:c.onBeforePickerShow,scope:c})}b.getSelectionModel().on({beforeselect:c.onBeforeSelect,beforedeselect:c.onBeforeDeselect,focuschange:c.onFocusChange,scope:c});b.getNavigationModel().navigateOnSpace=false;return b},getPickerStore:function(){return this.store},onBeforePickerShow:function(a){var b=this,d=b.getPosition()[1]-Ext.getBody().getScroll().top,c=Ext.Element.getViewportHeight()-d-b.getHeight();a.maxHeight=Math.max(d,c)-5},onBeforeSelect:function(c,a,b){return this.fireEvent("beforeselect",this,a,b)},onBeforeDeselect:function(c,a,b){return this.fireEvent("beforedeselect",this,a,b)},onFocusChange:function(c,a,b){var d=this.picker,e;if(b){e=Ext.get(d.getNodeByRecord(b));if(e){this.ariaEl.dom.setAttribute("aria-activedescendant",e.id)}}},getSelection:function(){var a=this.getPicker().getSelectionModel(),b=a.getSelection();return b.length?a.getLastSelected():null},updateSelection:function(a){var b=this,c;if(!b.ignoreNextSelection){b.ignoreNextSelection=true;c=b.getPicker().getSelectionModel();if(a){c.select(a);b.hasHadSelection=true}else{c.deselectAll()}b.ignoreNextSelection=false}},updateBindSelection:function(a,c){var d=this,b=null;if(!d.ignoreNextSelection){d.ignoreNextSelection=true;if(c.length){b=a.getLastSelected();d.hasHadSelection=true}if(d.hasHadSelection){d.setSelection(b)}d.ignoreNextSelection=false}},onValueCollectionBeginUpdate:Ext.emptyFn,onValueCollectionEndUpdate:function(){var d=this,c=d.store,e=d.valueCollection.getRange(),b=e[0],a=e.length;d.updateBindSelection(d.pickerSelectionModel,e);if(d.isSelectionUpdating()){return}Ext.suspendLayouts();d.lastSelection=e;if(a){d.lastSelectedRecords=e}d.updateValue();if(a&&((!d.multiSelect&&c.contains(b))||d.collapseOnSelect||!c.getCount())){d.updatingValue=true;d.collapse();d.updatingValue=false}Ext.resumeLayouts(true);if(a&&!d.suspendCheckChange){if(!d.multiSelect){e=b}d.fireEvent("select",d,e)}},isSelectionUpdating:function(){var a=this.pickerSelectionModel;return a.deselectingDuringSelect||a.refreshing},onExpand:function(){var a=this.getPicker().getNavigationModel();if(a){a.enable()}this.doAutoSelect()},onCollapse:function(){var a=this.getPicker().getNavigationModel();if(a){a.disable()}if(this.updatingValue){this.doQueryTask.cancel()}},select:function(d,a){var c=this,b=c.picker,e;if(d&&d.isModel&&a===true&&b){e=!b.getSelectionModel().isSelected(d)}if(!e){c.suspendEvent("select")}c.setValue(d);c.resumeEvent("select")},findRecord:function(d,c){var b=this.store,a=b.findExact(d,c);return a!==-1?b.getAt(a):false},getSelectedRecord:function(){return this.findRecordByValue(this.value)||null},findRecordByValue:function(c){var a=this.store.byValue.get(c),b=false;if(a){b=a[0]||a}return b},findRecordByDisplay:function(c){var a=this.store.byText.get(c),b=false;if(a){b=a[0]||a}return b},addValue:function(a){if(a!=null){return this.doSetValue(a,true)}},setValue:function(b){var a=this;if(b!=null){return a.doSetValue(b)}else{a.suspendEvent("select");a.valueCollection.beginUpdate();a.pickerSelectionModel.deselectAll();a.valueCollection.endUpdate();a.lastSelectedRecords=null;a.resumeEvent("select")}},setRawValue:function(a){Ext.form.field.Picker.prototype.setRawValue.call(this,a);this.lastMutatedValue=a},doSetValue:function(q,m){var w=this,h=w.getStore(),j=h.getModel(),t=[],g=[],s=w.autoLoadOnValue,e=h.getCount()>0||h.isLoaded(),a=h.hasPendingLoad(),n=s&&!e&&!a,l=w.forceSelection,p=w.pickerSelectionModel,b=w.displayField===w.valueField,o=h.isEmptyStore,k=w.lastSelection,u,v,c,r,d,x;if(a||n||!e||o){if(!q.isModel){if(m){w.value=Ext.Array.from(w.value).concat(q)}else{w.value=q}w.setHiddenValue(w.value);w.setRawValue(b?q:"")}if(n&&!o){h.load()}if(!q.isModel||o){return w}}q=m?Ext.Array.from(w.value).concat(q):Ext.Array.from(q);for(u=0,v=q.length;u0){e.hiddenDataEl.setHtml(Ext.DomHelper.markup({tag:"input",type:"hidden",name:a}));c=1;h=b.firstChild}while(c>g){b.removeChild(k[0]);--c}while(c','
    ','','
    ','{.}',"
    ","
    ","
    ",'
    ','
    ','
    ','',"
    ",'
    ','',"
    ","
    ",'','
    ','{.}',"
    ","
    ","
    ",'
    ','','
    {%',"var me=values.$comp, okBtn=me.okBtn, cancelBtn=me.cancelBtn;","okBtn.ownerLayout = cancelBtn.ownerLayout = me.componentLayout;","okBtn.ownerCt = cancelBtn.ownerCt = me;","Ext.DomHelper.generateMarkup(okBtn.getRenderTree(), out);","Ext.DomHelper.generateMarkup(cancelBtn.getRenderTree(), out);","%}
    ","
    ",""],okText:"OK",cancelText:"Cancel",baseCls:"x-monthpicker",showButtons:true,footerButtonUI:"default",measureWidth:35,measureMaxHeight:20,smallCls:"x-monthpicker-small",totalYears:10,yearOffset:5,monthOffset:6,initComponent:function(){var a=this;a.selectedCls=a.baseCls+"-selected";if(a.small){a.addCls(a.smallCls)}a.setValue(a.value);a.activeYear=a.getYear(new Date().getFullYear()-4,-4);if(a.showButtons){a.okBtn=new Ext.button.Button({ui:a.footerButtonUI,text:a.okText,handler:a.onOkClick,scope:a});a.cancelBtn=new Ext.button.Button({ui:a.footerButtonUI,text:a.cancelText,handler:a.onCancelClick,scope:a})}Ext.Component.prototype.initComponent.call(this)},beforeRender:function(){var g=this,c=0,b=[],a=Ext.Date.getShortMonthName,e=g.monthOffset,h=g.monthMargin,d="";if(g.padding&&!g.width){g.cacheWidth()}Ext.Component.prototype.beforeRender.call(this);for(;cc.measureMaxHeight){--b;a.setStyle("margin","0 "+b+"px")}return b},getLargest:function(a){var b=0;this.months.each(function(d){var c=d.getHeight();if(c>b){b=c}});return b},setValue:function(c){var b=this,d=b.activeYear,a;if(!c){b.value=[null,null]}else{if(Ext.isDate(c)){b.value=[c.getMonth(),c.getFullYear()]}else{b.value=[c[0],c[1]]}}if(b.rendered){a=b.value[1];if(a!==null){if((ad+b.yearOffset)){b.activeYear=a-b.yearOffset+1}}b.updateBody()}return b},getValue:function(){return this.value},hasSelection:function(){var a=this.value;return a[0]!==null&&a[1]!==null},getYears:function(){var d=this,e=d.yearOffset,g=d.activeYear,a=g+e,c=g,b=[];for(;c','
    ','','
    {%this.renderMonthBtn(values, out)%}
    ','',"
    ",'',"",'','','","","","","",'','',"{#:this.isEndOfWeek}",'","","","","
    ','',"
    ','
    ',"
    ",'','',"",'
    {todayText}.
    ','
    {ariaMinText}.
    ','
    {ariaMaxText}.
    ','
    {ariaDisabledDaysText}.
    ','
    {ariaDisabledDatesText}.
    ',"",{firstInitial:function(a){return Ext.picker.Date.prototype.getDayInitial(a)},isEndOfWeek:function(b){b--;var a=b%7===0&&b!==0;return a?'':""},renderTodayBtn:function(a,b){Ext.DomHelper.generateMarkup(a.$comp.todayBtn.getRenderTree(),b)},renderMonthBtn:function(a,b){Ext.DomHelper.generateMarkup(a.$comp.monthBtn.getRenderTree(),b)}}],initHour:12,numDays:42,initComponent:function(){var b=this,a=Ext.Date.clearTime;b.selectedCls=b.baseCls+"-selected";b.disabledCellCls=b.baseCls+"-disabled";b.prevCls=b.baseCls+"-prevday";b.activeCls=b.baseCls+"-active";b.cellCls=b.baseCls+"-cell";b.nextCls=b.baseCls+"-prevday";b.todayCls=b.baseCls+"-today";if(!b.format){b.format=Ext.Date.defaultFormat}if(!b.dayNames){b.dayNames=Ext.Date.dayNames}b.dayNames=b.dayNames.slice(b.startDay).concat(b.dayNames.slice(0,b.startDay));Ext.Component.prototype.initComponent.call(this);b.value=b.value?a(b.value,true):a(new Date());b.initDisabledDays()},getRefOwner:function(){return this.pickerField||Ext.Component.prototype.getRefOwner.call(this)},getRefItems:function(){var a=[],c=this.monthBtn,b=this.todayBtn;if(c){a.push(c)}if(b){a.push(b)}return a},beforeRender:function(){var c=this,b=Ext.String.htmlEncode,d=new Array(c.numDays),a=Ext.Date.format(new Date(),c.format);if(c.padding&&!c.width){c.cacheWidth()}c.monthBtn=new Ext.button.Split({ownerCt:c,ownerLayout:c.getComponentLayout(),text:"",tooltip:c.monthYearText,tabIndex:-1,ariaRole:"presentation",listeners:{click:c.doShowMonthPicker,arrowclick:c.doShowMonthPicker,scope:c}});if(c.showToday){c.todayBtn=new Ext.button.Button({ui:c.footerButtonUI,ownerCt:c,ownerLayout:c.getComponentLayout(),text:Ext.String.format(c.todayText,a),tooltip:Ext.String.format(c.todayTip,a),tooltipType:"title",tabIndex:-1,ariaRole:"presentation",handler:c.selectToday,scope:c})}Ext.Component.prototype.beforeRender.call(this);Ext.applyIf(c,{renderData:{}});Ext.apply(c.renderData,{dayNames:c.dayNames,showToday:c.showToday,prevText:b(c.prevText),nextText:b(c.nextText),todayText:b(c.todayText),ariaMinText:b(c.ariaMinText),ariaMaxText:b(c.ariaMaxText),ariaDisabledDaysText:b(c.ariaDisabledDaysText),ariaDisabledDatesText:b(c.ariaDisabledDatesText),days:d});c.protoEl.unselectable()},cacheWidth:function(){var a=this,b=a.parseBox(a.padding),c=Ext.getBody().createChild({cls:a.baseCls+" "+a.borderBoxCls,style:"position:absolute;top:-1000px;left:-1000px;"});a.self.prototype.width=c.getWidth()+b.left+b.right;c.destroy()},onRender:function(b,a){var c=this;Ext.Component.prototype.onRender.apply(this,arguments);c.cells=c.eventEl.select("tbody td");c.textNodes=c.eventEl.query("tbody td div");c.eventEl.set({"aria-labelledby":c.monthBtn.id});c.mon(c.eventEl,{scope:c,mousewheel:c.handleMouseWheel,click:{fn:c.handleDateClick,delegate:"div."+c.baseCls+"-date"}})},initEvents:function(){var c=this,d=c.pickerField,a=Ext.Date,b=a.DAY;Ext.Component.prototype.initEvents.call(this);if(d){c.el.on("mousedown",c.onMouseDown,c)}c.monthBtn.el.on("mousedown",c.onMouseDown,c);c.prevRepeater=new Ext.util.ClickRepeater(c.prevEl,{handler:c.showPrevMonth,scope:c,mousedownStopEvent:true});c.nextRepeater=new Ext.util.ClickRepeater(c.nextEl,{handler:c.showNextMonth,scope:c,mousedownStopEvent:true});c.keyNav=new Ext.util.KeyNav(c.eventEl,Ext.apply({scope:c,left:function(g){if(g.ctrlKey){g.preventDefault();c.showPrevMonth()}else{c.update(a.add(c.activeDate,b,-1))}},right:function(g){if(g.ctrlKey){g.preventDefault();c.showNextMonth()}else{c.update(a.add(c.activeDate,b,1))}},up:function(g){if(g.ctrlKey){c.showNextYear()}else{c.update(a.add(c.activeDate,b,-7))}},down:function(g){if(g.ctrlKey){c.showPrevYear()}else{c.update(a.add(c.activeDate,b,7))}},pageUp:function(g){if(g.ctrlKey){c.showPrevYear()}else{c.showPrevMonth()}},pageDown:function(g){if(g.ctrlKey){c.showNextYear()}else{c.showNextMonth()}},tab:function(g){c.handleTabKey(g);return true},enter:function(g){c.handleDateClick(g,c.activeCell.firstChild)},space:function(){c.setValue(new Date(c.activeCell.firstChild.dateValue));var e=c.startValue,g=c.value,h;if(d){h=d.getValue();if(h&&e&&h.getTime()===g.getTime()){d.setValue(e)}else{d.setValue(g)}}},home:function(g){c.update(a.getFirstDateOfMonth(c.activeDate))},end:function(g){c.update(a.getLastDateOfMonth(c.activeDate))}},c.keyNavConfig));if(c.disabled){c.syncDisabled(true)}c.update(c.value)},onMouseDown:function(a){a.preventDefault()},handleTabKey:function(d){var c=this,a=c.getSelectedDate(c.activeDate),b=c.handler;if(!c.disabled&&a.dateValue&&!Ext.fly(a.parentNode).hasCls(c.disabledCellCls)){c.setValue(new Date(a.dateValue));c.fireEvent("select",c,c.value);if(b){b.call(c.scope||c,c,c.value)}c.onSelect()}else{c.fireEventArgs("tabout",[c])}},getSelectedDate:function(a){var d=this,i=a.getTime(),j=d.cells,k=d.selectedCls,g=j.elements,e=g.length,h,b;j.removeCls(k);for(b=0;b0){this.showPrevMonth()}else{if(b<0){this.showNextMonth()}}}},handleDateClick:function(d,a){var c=this,b=c.handler;d.stopEvent();if(!c.disabled&&a.dateValue&&!Ext.fly(a.parentNode).hasCls(c.disabledCellCls)){c.setValue(new Date(a.dateValue));c.fireEvent("select",c,c.value);if(b){b.call(c.scope||c,c,c.value)}c.onSelect()}},onSelect:function(){if(this.hideOnSelect){this.hide()}},selectToday:function(){var c=this,a=c.todayBtn,b=c.handler;if(a&&!a.disabled){c.setValue(Ext.Date.clearTime(new Date()));c.fireEvent("select",c,c.value);if(b){b.call(c.scope||c,c,c.value)}c.onSelect()}return c},selectedUpdate:function(e){var h=this,g=e.getTime(),d=h.cells,b=h.selectedCls,j,i=d.getCount(),a;h.eventEl.dom.setAttribute("aria-busy","true");a=h.activeCell;if(a){Ext.fly(a).removeCls(b);a.setAttribute("aria-selected",false)}for(j=0;ju||(B&&w&&B.test(m.dateFormat(E,w)))||(G&&G.indexOf(E.getDay())!==-1));if(!D.disabled){D.todayBtn.setDisabled(a)}}l=function(I,H){var i=d[I],J=[];if(!i.hasAttribute("id")){i.setAttribute("id",D.id+"-cell-"+I)}r=+m.clearTime(q,true);i.firstChild.dateValue=r;i.setAttribute("aria-label",m.format(q,o));i.removeAttribute("aria-describedby");i.removeAttribute("data-qtip");if(r===y){H+=" "+D.todayCls;J.push(D.id+"-todayText")}if(r===k){D.activeCell=i;D.eventEl.dom.setAttribute("aria-activedescendant",i.id);i.setAttribute("aria-selected",true);H+=" "+D.selectedCls;D.fireEvent("highlightitem",D,i)}else{i.setAttribute("aria-selected",false)}if(ru){H+=" "+F;J.push(D.id+"-ariaMaxText");i.setAttribute("data-qtip",D.maxText)}else{if(G&&G.indexOf(q.getDay())!==-1){i.setAttribute("data-qtip",A);J.push(D.id+"-ariaDisabledDaysText");H+=" "+F}else{if(B&&w){g=m.dateFormat(q,w);if(B.test(g)){i.setAttribute("data-qtip",s.replace("%0",g));J.push(D.id+"-ariaDisabledDatesText");H+=" "+F}}}}}if(J.length){i.setAttribute("aria-describedby",J.join(" "))}i.className=H+" "+D.cellCls};D.eventEl.dom.setAttribute("aria-busy","true");for(;v=j){n=(++C);b=D.nextCls}else{n=v-e+1;b=D.activeCls}}c[v].innerHTML=n;q.setDate(q.getDate()+1);l(v,b)}D.eventEl.dom.removeAttribute("aria-busy");D.monthBtn.setText(Ext.Date.format(z,D.monthYearFormat))},update:function(a,d){var b=this,c=b.activeDate;if(b.rendered){b.activeDate=a;if(!d&&c&&b.el&&c.getMonth()===a.getMonth()&&c.getFullYear()===a.getFullYear()){b.selectedUpdate(a,c)}else{b.fullUpdate(a,c)}}return b},beforeDestroy:function(){var a=this;if(a.rendered){Ext.destroy(a.keyNav,a.monthPicker,a.monthBtn,a.nextRepeater,a.prevRepeater,a.todayBtn,a.todayElSpan);delete a.textNodes;delete a.cells.elements}Ext.Component.prototype.beforeDestroy.call(this)},privates:{finishRenderChildren:function(){var a=this;Ext.Component.prototype.finishRenderChildren.call(this);a.monthBtn.finishRender();if(a.showToday){a.todayBtn.finishRender()}},getFocusEl:function(){return this.eventEl},syncDisabled:function(b){var c=this,a=c.keyNav;if(a){a.setDisabled(b);c.prevRepeater.setDisabled(b);c.nextRepeater.setDisabled(b);if(c.todayBtn){c.todayBtn.setDisabled(b)}}}}},0,["datepicker"],["component","box","datepicker"],{component:true,box:true,datepicker:true},["widget.datepicker"],0,[Ext.picker,"Date",Ext,"DatePicker"],0));(Ext.cmd.derive("Ext.form.field.Date",Ext.form.field.Picker,{alternateClassName:["Ext.form.DateField","Ext.form.Date"],format:"m/d/Y",ariaFormat:"M j Y",altFormats:"m/d/Y|n/j/Y|n/j/y|m/j/y|n/d/y|m/j/Y|n/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d|n-j|n/j",disabledDaysText:"Disabled",ariaDisabledDaysText:"This day of week is disabled",disabledDatesText:"Disabled",ariaDisabledDatesText:"This date cannot be selected",minText:"The date in this field must be equal to or after {0}",ariaMinText:"The date must be equal to or after {0}",maxText:"The date in this field must be equal to or before {0}",ariaMaxText:"The date must be equal to or before {0}",invalidText:"{0} is not a valid date - it must be in the format {1}",formatText:"Expected date format: {0}",triggerCls:"x-form-date-trigger",showToday:true,useStrict:undefined,initTime:"12",initTimeFormat:"H",matchFieldWidth:false,startDay:0,valuePublishEvent:["select","blur"],ariaRole:"combobox",initComponent:function(){var d=this,b=Ext.isString,c,a;c=d.minValue;a=d.maxValue;if(b(c)){d.minValue=d.parseDate(c)}if(b(a)){d.maxValue=d.parseDate(a)}d.disabledDatesRE=null;d.initDisabledDays();Ext.form.field.Picker.prototype.initComponent.call(this)},initValue:function(){var a=this,b=a.value;if(Ext.isString(b)){a.value=a.rawToValue(b)}Ext.form.field.Picker.prototype.initValue.call(this)},initDisabledDays:function(){if(this.disabledDates){var b=this.disabledDates,a=b.length-1,g="(?:",h,e=b.length,c;for(h=0;h0?q:this.formatDate(this.processRawValue(this.getRawValue()));var j=this,p=Ext.String.format,k=Ext.Date.clearTime,o=Ext.form.field.Picker.prototype.getErrors.call(this,q),n=j.disabledDays,d=j.disabledDatesRE,m=j.minValue,h=j.maxValue,g=n?n.length:0,e=0,a,b,l,c;if(q===null||q.length<1){return o}a=q;q=j.parseDate(q);if(!q){o.push(p(j.invalidText,a,Ext.Date.unescapeFormat(j.format)));return o}c=q.getTime();if(m&&ck(h).getTime()){o.push(p(j.maxText,j.formatDate(h)))}if(n){l=q.getDay();for(;e style="{fieldStyle}"',' class="{fieldCls} {fieldCls}-{ui}">{value}',{compiled:true,disableFormats:true}],ariaRole:undefined,focusable:false,readOnly:true,fieldCls:"x-form-display-field",fieldBodyCls:"x-form-display-field-body",htmlEncode:false,noWrap:false,validateOnChange:false,initEvents:Ext.emptyFn,submitValue:false,getValue:function(){return this.value},valueToRaw:function(a){if(a||a===0||a===false){return a}else{return""}},isDirty:function(){return false},isValid:Ext.returnTrue,validate:Ext.returnTrue,getRawValue:function(){return this.rawValue},setRawValue:function(b){var a=this;b=Ext.valueFrom(b,"");a.rawValue=b;if(a.rendered){a.inputEl.dom.innerHTML=a.getDisplayValue();a.updateLayout()}return b},getDisplayValue:function(){var a=this,b=this.getRawValue(),c;if(a.renderer){c=a.renderer.call(a.scope||a,b,a)}else{c=a.htmlEncode?Ext.util.Format.htmlEncode(b):b}return c},getSubTplData:function(b){var a=Ext.form.field.Base.prototype.getSubTplData.apply(this,arguments);a.value=this.getDisplayValue();return a}},0,["displayfield"],["component","box","field","displayfield"],{component:true,box:true,field:true,displayfield:true},["widget.displayfield"],0,[Ext.form.field,"Display",Ext.form,"DisplayField",Ext.form,"Display"],0));(Ext.cmd.derive("Ext.form.field.FileButton",Ext.button.Button,{childEls:["fileInputEl"],inputCls:"x-form-file-input",cls:"x-form-file-btn",preventDefault:false,tabIndex:undefined,autoEl:{tag:"div",unselectable:"on"},afterTpl:['tabindex="{tabIndex}"',">"],keyHandlers:null,ariaEl:"fileInputEl",getAfterMarkup:function(a){return this.getTpl("afterTpl").apply(a)},getTemplateArgs:function(){var b=this,a;a=Ext.button.Button.prototype.getTemplateArgs.call(this);a.inputCls=b.inputCls;a.inputName=b.inputName||b.id;a.tabIndex=b.tabIndex||null;a.role=b.ariaRole;return a},afterRender:function(){var a=this;Ext.button.Button.prototype.afterRender.apply(this,arguments);a.fileInputEl.on({scope:a,change:a.fireChange,focus:a.onFileFocus,blur:a.onFileBlur})},fireChange:function(a){this.fireEvent("change",this,a,this.fileInputEl.dom.value)},createFileInput:function(b){var c=this,a=c.fileInputEl=c.el.createChild({name:c.inputName,id:!b?c.id+"-fileInputEl":undefined,cls:c.inputCls,tag:"input",type:"file",size:1,role:"button"});a.dom.setAttribute("data-componentid",c.id);a.on({scope:c,change:c.fireChange,focus:c.onFileFocus,blur:c.onFileBlur})},onFileFocus:function(b){var a=this.ownerCt;if(!this.hasFocus){this.onFocus(b)}if(a&&!a.hasFocus){a.onFocus(b)}},onFileBlur:function(b){var a=this.ownerCt;if(this.hasFocus){this.onBlur(b)}if(a&&a.hasFocus){a.onBlur(b)}},reset:function(a){var b=this;if(a){b.fileInputEl.destroy()}b.createFileInput(!a)},restoreInput:function(a){var b=this;b.fileInputEl.destroy();a=Ext.get(a);b.el.appendChild(a);b.fileInputEl=a},onDisable:function(){Ext.button.Button.prototype.onDisable.call(this);this.fileInputEl.dom.disabled=true},onEnable:function(){Ext.button.Button.prototype.onEnable.call(this);this.fileInputEl.dom.disabled=false},privates:{getFocusEl:function(){return this.fileInputEl},getFocusClsEl:function(){return this.el}}},0,["filebutton"],["component","box","button","filebutton"],{component:true,box:true,button:true,filebutton:true},["widget.filebutton"],0,[Ext.form.field,"FileButton"],0));(Ext.cmd.derive("Ext.form.trigger.Component",Ext.form.trigger.Trigger,{cls:"x-form-trigger-cmp",onFieldRender:function(){var b=this,a=b.component;Ext.form.trigger.Trigger.prototype.onFieldRender.call(this);if(!a.isComponent&&!a.isWidget){a=Ext.widget(a)}b.component=a;a.render(b.el)},destroy:function(){var a=this.component;if(a.isComponent||a.isWidget){a.destroy()}this.component=null;Ext.form.trigger.Trigger.prototype.destroy.call(this)}},0,0,0,0,["trigger.component"],0,[Ext.form.trigger,"Component"],0));(Ext.cmd.derive("Ext.form.field.File",Ext.form.field.Text,{alternateClassName:["Ext.form.FileUploadField","Ext.ux.form.FileUploadField","Ext.form.File"],emptyText:undefined,needArrowKeys:false,triggers:{filebutton:{type:"component",hideOnReadOnly:false,preventMouseDown:false}},buttonText:"Browse...",buttonOnly:false,buttonMargin:3,clearOnSubmit:true,extraFieldBodyCls:"x-form-file-wrap",inputCls:"x-form-text-file",readOnly:true,editable:false,submitValue:false,triggerNoEditCls:"",childEls:["browseButtonWrap"],applyTriggers:function(a){var b=this,c=(a||{}).filebutton;if(c){c.component=Ext.apply({xtype:"filebutton",ownerCt:b,id:b.id+"-button",ui:b.ui,disabled:b.disabled,text:b.buttonText,style:b.buttonOnly?"":b.getButtonMarginProp()+b.buttonMargin+"px",inputName:b.getName(),listeners:{scope:b,change:b.onFileChange}},b.buttonConfig);return Ext.form.field.Text.prototype.applyTriggers.call(this,a)}},getSubTplData:function(a){var b=Ext.form.field.Text.prototype.getSubTplData.call(this,a);b.tabIdx=-1;return b},onRender:function(){var d=this,e,c,a,b;(arguments.callee.$previous||Ext.form.field.Text.prototype.onRender).apply(this,arguments);e=d.inputEl;e.dom.name="";e.on("focus",d.onInputFocus,d);e.on("mousedown",d.onInputMouseDown,d);b=d.getTrigger("filebutton");c=d.button=b.component;d.fileInputEl=c.fileInputEl;a=c.el;if(d.buttonOnly){d.inputWrap.setDisplayed(false);d.shrinkWrap=3}b.el.setWidth(a.getWidth()+a.getMargin("lr"));if(Ext.isIE){d.button.getEl().repaint()}},getTriggerMarkup:function(){return''},onFileChange:function(a,c,b){this.duringFileSelect=true;Ext.form.field.File.superclass.setValue.call(this,b);delete this.duringFileSelect},didValueChange:function(){return !!this.duringFileSelect},setEmptyText:Ext.emptyFn,setValue:Ext.emptyFn,reset:function(){var b=this,a=b.clearOnSubmit;if(b.rendered){b.button.reset(a);b.fileInputEl=b.button.fileInputEl;if(a){b.inputEl.dom.value="";Ext.form.field.File.superclass.setValue.call(this,null)}}Ext.form.field.Text.prototype.reset.call(this)},onShow:function(){Ext.form.field.Text.prototype.onShow.call(this);this.button.updateLayout()},onDisable:function(){Ext.form.field.Text.prototype.onDisable.call(this);this.button.disable()},onEnable:function(){Ext.form.field.Text.prototype.onEnable.call(this);this.button.enable()},isFileUpload:Ext.returnTrue,extractFileInput:function(){var b=this,a;if(b.rendered){a=b.button.fileInputEl.dom;b.reset()}else{a=document.createElement("input");a.type="file";a.className="x-hidden-display";a.name=b.getName()}return a},restoreInput:function(b){if(this.rendered){var a=this.button;a.restoreInput(b);this.fileInputEl=a.fileInputEl}},onDestroy:function(){this.fileInputEl=this.button=null;Ext.form.field.Text.prototype.onDestroy.call(this)},getButtonMarginProp:function(){return"margin-left:"},onInputFocus:function(a){this.focus();if(Ext.isIE9m){this.fileInputEl.addCls("x-position-relative");this.fileInputEl.removeCls("x-position-relative")}},onInputMouseDown:function(a){a.preventDefault();this.focus()},privates:{getFocusEl:function(){return this.button},getFocusClsEl:Ext.privateFn}},0,["fileuploadfield","filefield"],["component","box","field","textfield","filefield","fileuploadfield"],{component:true,box:true,field:true,textfield:true,filefield:true,fileuploadfield:true},["widget.filefield","widget.fileuploadfield"],0,[Ext.form.field,"File",Ext.form,"FileUploadField",Ext.ux.form,"FileUploadField",Ext.form,"File"],0));(Ext.cmd.derive("Ext.form.field.Hidden",Ext.form.field.Base,{alternateClassName:"Ext.form.Hidden",focusable:false,inputType:"hidden",isTextInput:false,hideLabel:true,hidden:true,ariaRole:"presentation",initComponent:function(){this.formItemCls+="-hidden";Ext.form.field.Base.prototype.initComponent.call(this)},isEqual:function(b,a){return this.isEqualAsString(b,a)},initEvents:Ext.emptyFn,setSize:Ext.emptyFn,setWidth:Ext.emptyFn,setHeight:Ext.emptyFn,setPosition:Ext.emptyFn,setPagePosition:Ext.emptyFn,markInvalid:Ext.emptyFn,clearInvalid:Ext.emptyFn},0,["hiddenfield","hidden"],["component","box","field","hiddenfield","hidden"],{component:true,box:true,field:true,hiddenfield:true,hidden:true},["widget.hidden","widget.hiddenfield"],0,[Ext.form.field,"Hidden",Ext.form,"Hidden"],0));(Ext.cmd.derive("Ext.tip.Tip",Ext.panel.Panel,{alternateClassName:"Ext.Tip",minWidth:40,maxWidth:500,shadow:"sides",defaultAlign:"tl-bl?",constrainPosition:true,autoRender:true,hidden:true,baseCls:"x-tip",focusOnToFront:false,maskOnDisable:false,closeAction:"hide",alwaysFramed:true,frameHeader:false,initComponent:function(){var a=this;a.floating=Ext.apply({},{shadow:a.shadow,constrain:a.constrainPosition},a.self.prototype.floating);Ext.panel.Panel.prototype.initComponent.apply(this,arguments);a.constrain=a.constrain||a.constrainPosition},showAt:function(b){var a=this;Ext.panel.Panel.prototype.showAt.apply(this,arguments);if(a.isVisible()){a.setPagePosition(b[0],b[1]);if(a.constrainPosition||a.constrain){a.doConstrain()}a.toFront(true)}},privates:{initDraggable:function(){var a=this;a.draggable={el:a.getDragEl(),delegate:a.header.el,constrain:a,constrainTo:a.el.dom.parentNode};Ext.Component.prototype.initDraggable.call(a)}},ghost:undefined,unghost:undefined},0,["tip"],["component","box","container","panel","tip"],{component:true,box:true,container:true,panel:true,tip:true},["widget.tip"],0,[Ext.tip,"Tip",Ext,"Tip"],0));(Ext.cmd.derive("Ext.tip.ToolTip",Ext.tip.Tip,{alternateClassName:"Ext.ToolTip",autoHide:true,showDelay:500,hideDelay:200,dismissDelay:5000,trackMouse:false,anchorToTarget:true,anchorOffset:0,targetCounter:0,quickShowInterval:250,hideAction:"hide",fadeOutDuration:1000,ariaRole:"tooltip",initComponent:function(){var a=this;Ext.tip.Tip.prototype.initComponent.apply(this,arguments);a.lastActive=new Date();a.setTarget(a.target);a.origAnchor=a.anchor},onRender:function(b,a){var c=this;Ext.tip.Tip.prototype.onRender.apply(this,arguments);c.anchorCls="x-tip-anchor-"+c.getAnchorPosition();c.anchorEl=c.el.createChild({role:"presentation",cls:"x-tip-anchor "+c.anchorCls})},setTarget:function(d){var b=this,a=Ext.get(d),c;if(b.target){c=Ext.get(b.target);if(Ext.supports.Touch){b.mun(c,"tap",b.onTargetOver,b)}else{b.mun(c,{mouseover:b.onTargetOver,mouseout:b.onTargetOut,mousemove:b.onMouseMove,scope:b})}}b.target=a;if(a){if(Ext.supports.Touch){b.mon(a,{tap:b.onTargetOver,scope:b})}else{b.mon(a,{mouseover:b.onTargetOver,mouseout:b.onTargetOut,mousemove:b.onMouseMove,scope:b})}}if(b.anchor){b.anchorTarget=b.target}},onMouseMove:function(d){var b=this,a,c;if(!b.target||b.target.contains(d.target)){a=b.delegate?d.getTarget(b.delegate):(b.triggerElement=true);if(a){b.targetXY=d.getXY();if(a===b.triggerElement){if(!b.hidden&&b.trackMouse){c=b.getTargetXY();if(b.constrainPosition){c=b.el.adjustForConstraints(c,b.el.parent())}b.setPagePosition(c)}}else{b.hide();b.lastActive=new Date(0);b.onTargetOver(d)}}else{if((!b.closable&&b.isVisible())&&b.autoHide!==false){b.delayHide()}}}},getTargetXY:function(){var j=this,d,c,n,a,i,l,e,m,k,b,h,g;if(j.delegate){j.anchorTarget=j.triggerElement}if(j.anchor){j.targetCounter++;c=j.getOffsets();n=(j.anchorToTarget&&!j.trackMouse)?j.getAlignToXY(j.anchorTarget,j.getAnchorAlign()):j.targetXY;a=Ext.Element.getViewportWidth()-5;i=Ext.Element.getViewportHeight()-5;l=document.documentElement;e=document.body;m=(l.scrollLeft||e.scrollLeft||0)+5;k=(l.scrollTop||e.scrollTop||0)+5;b=[n[0]+c[0],n[1]+c[1]];h=j.getSize();g=j.constrainPosition;j.anchorEl.removeCls(j.anchorCls);if(j.targetCounter<2&&g){if(b[0]a){if(j.anchorToTarget){j.defaultAlign="r-l";if(j.mouseOffset){j.mouseOffset[0]*=-1}}j.anchor="right";return j.getTargetXY()}if(b[1]i){if(j.anchorToTarget){j.defaultAlign="b-t";if(j.mouseOffset){j.mouseOffset[1]*=-1}}j.anchor="bottom";return j.getTargetXY()}}j.anchorCls="x-tip-anchor-"+j.getAnchorPosition();j.anchorEl.addCls(j.anchorCls);j.targetCounter=0;return b}else{d=j.getMouseOffset();return(j.targetXY)?[j.targetXY[0]+d[0],j.targetXY[1]+d[1]]:d}},calculateConstrainedPosition:function(b){var c=this,e,a,d;if(!b&&c.isContainedFloater()){e=c.isVisible();if(!e){c.el.show()}a=c.getTargetXY();if(!e){c.el.hide()}d=c.floatParent.getTargetEl().getViewRegion();a[0]-=d.left;a[1]-=d.top}else{a=c.callOverridden(arguments)}return a},getMouseOffset:function(){var a=this,b=a.anchor?[0,0]:[15,18];if(a.mouseOffset){b[0]+=a.mouseOffset[0];b[1]+=a.mouseOffset[1]}return b},fadeOut:function(){var a=this;a.el.fadeOut({duration:a.fadeOutDuration,callback:function(){a.hide();a.el.setOpacity("")}})},getAnchorPosition:function(){var b=this,a;if(b.anchor){b.tipAnchor=b.anchor.charAt(0)}else{a=b.defaultAlign.match(/^([a-z]+)-([a-z]+)(\?)?$/);b.tipAnchor=a[1].charAt(0)}switch(b.tipAnchor){case"t":return"top";case"b":return"bottom";case"r":return"right"}return"left"},getAnchorAlign:function(){switch(this.anchor){case"top":return"tl-bl";case"left":return"tl-tr";case"right":return"tr-tl";default:return"bl-tl"}},getOffsets:function(){var c=this,d,b,a=c.getAnchorPosition().charAt(0);if(c.anchorToTarget&&!c.trackMouse){switch(a){case"t":b=[0,9];break;case"b":b=[0,-13];break;case"r":b=[-13,0];break;default:b=[9,0];break}}else{switch(a){case"t":b=[-15-c.anchorOffset,30];break;case"b":b=[-19-c.anchorOffset,-13-c.el.dom.offsetHeight];break;case"r":b=[-15-c.el.dom.offsetWidth,-13-c.anchorOffset];break;default:b=[25,-13-c.anchorOffset];break}}d=c.getMouseOffset();b[0]+=d[0];b[1]+=d[1];return b},onTargetOver:function(d){var c=this,b=c.delegate,a;if(c.disabled||d.within(c.target.dom,true)){return}a=b?d.getTarget(b):true;if(a){c.triggerElement=a;c.triggerEvent=d;c.clearTimer("hide");c.targetXY=d.getXY();c.delayShow()}},delayShow:function(c){var a=this,b=a.el&&(c===false||!a.trackMouse)&&a.getTargetXY();if(a.hidden&&!a.showTimer){if(Ext.Date.getElapsed(a.lastActive)','',' ',"",""],initComponent:function(){var a=this;Ext.Component.prototype.initComponent.apply(this,arguments);if(a.handler){a.on("select",a.handler,a.scope,true)}},initRenderData:function(){var a=this;return Ext.apply(Ext.Component.prototype.initRenderData.call(this),{itemCls:a.itemCls,colors:a.colors})},onRender:function(){var b=this,a=b.clickEvent;Ext.Component.prototype.onRender.apply(this,arguments);b.mon(b.el,a,b.handleClick,b,{delegate:"a"});if(a!=="click"){b.mon(b.el,"click",Ext.emptyFn,b,{delegate:"a",stopEvent:true})}},afterRender:function(){var a=this,b;Ext.Component.prototype.afterRender.apply(this,arguments);if(a.value){b=a.value;a.value=null;a.select(b,true)}},handleClick:function(c){var b=this,a;c.stopEvent();if(!b.disabled){a=c.currentTarget.className.match(b.colorRe)[1];b.select(a.toUpperCase())}},select:function(b,a){var e=this,h=e.selectedCls,g=e.value,c,d;b=b.replace("#","");if(!e.rendered){e.value=b;return}if(b!==g||e.allowReselect){c=e.el;if(e.value){d=c.down("a.color-"+g,true);Ext.fly(d).removeCls(h)}d=c.down("a.color-"+b,true);Ext.fly(d).addCls(h);e.value=b;if(a!==true){e.fireEvent("select",e,b)}}},clear:function(){var b=this,c=b.value,a;if(c&&b.rendered){a=b.el.down("a.color-"+c,true);Ext.fly(a).removeCls(b.selectedCls)}b.value=null},getValue:function(){return this.value||null}},0,["colorpicker"],["component","box","colorpicker"],{component:true,box:true,colorpicker:true},["widget.colorpicker"],0,[Ext.picker,"Color",Ext,"ColorPalette"],0));(Ext.cmd.derive("Ext.layout.component.field.HtmlEditor",Ext.layout.component.field.FieldContainer,{type:"htmleditor",naturalHeight:150,naturalWidth:300,beginLayout:function(b){var a=this.owner,c;if(Ext.isGecko){c=a.textareaEl.dom;this.lastValue=c.value;c.value=""}Ext.layout.component.field.FieldContainer.prototype.beginLayout.apply(this,arguments);b.toolbarContext=b.context.getCmp(a.toolbar);b.inputCmpContext=b.context.getCmp(a.inputCmp);b.bodyCellContext=b.getEl("bodyEl");b.textAreaContext=b.getEl("textareaEl");b.iframeContext=b.getEl("iframeEl")},beginLayoutCycle:function(i){var h=this,d=i.widthModel,c=i.heightModel,b=h.owner,g=b.iframeEl,e=b.textareaEl,a=(c.natural||c.shrinkWrap)?h.naturalHeight:"";Ext.layout.component.field.FieldContainer.prototype.beginLayoutCycle.apply(this,arguments);if(d.shrinkWrap){g.setStyle("width","");e.setStyle("width","")}else{if(d.natural){i.bodyCellContext.setWidth(h.naturalWidth)}}g.setStyle("height",a);e.setStyle("height",a)},finishedLayout:function(){var a=this.owner;Ext.layout.component.field.FieldContainer.prototype.finishedLayout.apply(this,arguments);if(Ext.isGecko){a.textareaEl.dom.value=this.lastValue}}},0,0,0,0,["layout.htmleditor"],0,[Ext.layout.component.field,"HtmlEditor"],0));(Ext.cmd.derive("Ext.toolbar.Separator",Ext.toolbar.Item,{alternateClassName:"Ext.Toolbar.Separator",baseCls:"x-toolbar-separator",ariaRole:"separator"},0,["tbseparator"],["component","box","tbitem","tbseparator"],{component:true,box:true,tbitem:true,tbseparator:true},["widget.tbseparator"],0,[Ext.toolbar,"Separator",Ext.Toolbar,"Separator"],0));(Ext.cmd.derive("Ext.layout.container.boxOverflow.Menu",Ext.layout.container.boxOverflow.None,{alternateClassName:"Ext.layout.boxOverflow.Menu",noItemsMenuText:'',menuCls:"x-box-menu",constructor:function(a){var b=this;Ext.layout.container.boxOverflow.None.prototype.constructor.call(this,a);b.menuItems=[]},beginLayout:function(a){Ext.layout.container.boxOverflow.None.prototype.beginLayout.call(this,a);this.clearOverflow(a)},beginLayoutCycle:function(b,a){Ext.layout.container.boxOverflow.None.prototype.beginLayoutCycle.call(this,b,a);if(!a){this.clearOverflow(b);this.layout.cacheChildItems(b)}},onRemove:function(a){Ext.Array.remove(this.menuItems,a)},clearItem:function(a){var b=a.menu;if(a.isButton&&b){a.setMenu(b,false)}},getSuffixConfig:function(){var d=this,c=d.layout,a=c.owner,b=a.id;d.menu=new Ext.menu.Menu({listeners:{scope:d,beforeshow:d.beforeMenuShow}});d.menuTrigger=new Ext.button.Button({id:b+"-menu-trigger",cls:d.menuCls+"-after x-toolbar-item",plain:a.usePlainButtons,ownerCt:a,ownerLayout:c,iconCls:"x-"+d.getOwnerType(a)+"-more-icon",ui:a.defaultButtonUI||"default",menu:d.menu,showEmptyMenu:true,getSplitCls:function(){return""}});return d.menuTrigger.getRenderTree()},getOverflowCls:function(a){return this.menuCls+"-body-"+a},handleOverflow:function(c){var b=this,a=b.layout;b.showTrigger(c);if(a.direction!=="vertical"){b.menuTrigger.setLocalY((c.state.boxPlan.maxSize-b.menuTrigger[a.names.getHeight]())/2)}return{reservedSpace:b.triggerTotalWidth}},captureChildElements:function(){var a=this,c=a.menuTrigger,b=a.layout.names;if(c.rendering){c.finishRender();a.triggerTotalWidth=c[b.getWidth]()+c.el.getMargin(b.parallelMargins)}},clearOverflow:function(h){var g=this,b=g.menuItems,e=b.length,a=g.layout.owner,j=a._asLayoutRoot,d,c;a.suspendLayouts();g.captureChildElements();g.hideTrigger();a.resumeLayouts();for(c=0;cc){k=r.target;p.menuItems.push(k);k.hide()}}b.resumeLayouts()},hideTrigger:function(){var a=this.menuTrigger;if(a){a.hide()}},beforeMenuShow:function(j){var h=this,b=h.menuItems,d=0,a=b.length,g,e,c=function(k,i){return k.isXType("buttongroup")&&!(i instanceof Ext.toolbar.Separator)};j.suspendLayouts();j.removeAll(false);for(;d',"{[Ext.util.Format.htmlEncode(values.value)]}","","{afterTextAreaTpl}","{beforeIFrameTpl}",'',"{afterIFrameTpl}",{disableFormats:true}],stretchInputElFixed:true,subTplInsertions:["beforeTextAreaTpl","afterTextAreaTpl","beforeIFrameTpl","afterIFrameTpl","iframeAttrTpl","inputAttrTpl"],enableFormat:true,enableFontSize:true,enableColors:true,enableAlignments:true,enableLists:true,enableSourceEdit:true,enableLinks:true,enableFont:true,createLinkText:"Please enter the URL for the link:",defaultLinkValue:"http://",fontFamilies:["Arial","Courier New","Tahoma","Times New Roman","Verdana"],defaultValue:Ext.isOpera?" ":"​",extraFieldBodyCls:"x-html-editor-wrap",defaultButtonUI:"default-toolbar",initialized:false,activated:false,sourceEditMode:false,iframePad:3,hideMode:"offsets",maskOnDisable:true,containerElCls:"x-html-editor-container",reStripQuotes:/^['"]*|['"]*$/g,textAlignRE:/text-align:(.*?);/i,safariNonsenseRE:/\sclass="(?:Apple-style-span|Apple-tab-span|khtml-block-placeholder)"/gi,nonDigitsRE:/\D/g,initComponent:function(){var a=this;a.items=[a.createToolbar(),a.createInputCmp()];a.layout={type:"vbox",align:"stretch"};if(a.value==null){a.value=""}Ext.form.FieldContainer.prototype.initComponent.apply(this,arguments);a.initField()},createInputCmp:function(){this.inputCmp=Ext.widget(this.getInputCmpCfg());return this.inputCmp},getInputCmpCfg:function(){var a=this,c=a.id+"-inputCmp",b={id:c,name:a.name,textareaCls:a.textareaCls+" x-hidden",value:a.value,iframeName:Ext.id(),iframeSrc:Ext.SSL_SECURE_URL,iframeCls:"x-htmleditor-iframe"};a.getInsertionRenderData(b,a.subTplInsertions);return{flex:1,xtype:"component",tpl:a.getTpl("componentTpl"),childEls:["iframeEl","textareaEl"],id:c,cls:"x-html-editor-input",data:b}},createToolbar:function(){this.toolbar=Ext.widget(this.getToolbarCfg());return this.toolbar},getToolbarCfg:function(){var h=this,b=[],e,a=Ext.quickTipsActive&&Ext.tip.QuickTipManager.isEnabled(),d="x-",j,g;function c(l,i,k){return{itemId:l,cls:d+"btn-icon",iconCls:d+"edit-"+l,enableToggle:i!==false,scope:h,handler:k||h.relayBtnCmd,clickEvent:"mousedown",tooltip:a?h.buttonTips[l]||g:g,overflowText:h.buttonTips[l].title||g,tabIndex:-1}}if(h.enableFont&&!Ext.isSafari2){j=Ext.widget("component",{itemId:"fontSelect",renderTpl:['"],childEls:["selectEl"],afterRender:function(){h.fontSelect=this.selectEl;Ext.Component.prototype.afterRender.apply(this,arguments)},onDisable:function(){var i=this.selectEl;if(i){i.dom.disabled=true}Ext.Component.prototype.onDisable.apply(this,arguments)},onEnable:function(){var i=this.selectEl;if(i){i.dom.disabled=false}Ext.Component.prototype.onEnable.apply(this,arguments)},listeners:{change:function(){h.win.focus();h.relayCmd("fontName",h.fontSelect.dom.value);h.deferFocus()},element:"selectEl"}});b.push(j,"-")}if(h.enableFormat){b.push(c("bold"),c("italic"),c("underline"))}if(h.enableFontSize){b.push("-",c("increasefontsize",false,h.adjustFont),c("decreasefontsize",false,h.adjustFont))}if(h.enableColors){b.push("-",{itemId:"forecolor",cls:d+"btn-icon",iconCls:d+"edit-forecolor",overflowText:h.buttonTips.forecolor.title,tooltip:a?h.buttonTips.forecolor||g:g,tabIndex:-1,menu:Ext.widget("menu",{plain:true,items:[{xtype:"colorpicker",allowReselect:true,focus:Ext.emptyFn,value:"000000",plain:true,clickEvent:"mousedown",handler:function(k,i){h.relayCmd("forecolor",Ext.isWebKit||Ext.isIE?"#"+i:i);this.up("menu").hide()}}]})},{itemId:"backcolor",cls:d+"btn-icon",iconCls:d+"edit-backcolor",overflowText:h.buttonTips.backcolor.title,tooltip:a?h.buttonTips.backcolor||g:g,tabIndex:-1,menu:Ext.widget("menu",{plain:true,items:[{xtype:"colorpicker",focus:Ext.emptyFn,value:"FFFFFF",plain:true,allowReselect:true,clickEvent:"mousedown",handler:function(k,i){if(Ext.isGecko){h.execCmd("useCSS",false);h.execCmd("hilitecolor","#"+i);h.execCmd("useCSS",true);h.deferFocus()}else{h.relayCmd(Ext.isOpera?"hilitecolor":"backcolor",Ext.isWebKit||Ext.isIE||Ext.isOpera?"#"+i:i)}this.up("menu").hide()}}]})})}if(h.enableAlignments){b.push("-",c("justifyleft"),c("justifycenter"),c("justifyright"))}if(!Ext.isSafari2){if(h.enableLinks){b.push("-",c("createlink",false,h.createLink))}if(h.enableLists){b.push("-",c("insertorderedlist"),c("insertunorderedlist"))}if(h.enableSourceEdit){b.push("-",c("sourceedit",true,function(){h.toggleSourceEdit(!h.sourceEditMode)}))}}for(e=0;e",b.iframePad,a,b.defaultFont)},getEditorBody:function(){var a=this.getDoc();return a.body||a.documentElement},getDoc:function(){return this.iframeEl.dom.contentDocument||this.getWin().document},getWin:function(){return this.iframeEl.dom.contentWindow||window.frames[this.iframeEl.dom.name]},initDefaultFont:function(){var h=this,a=0,j,b,k,e,d,g,c;if(!h.defaultFont){b=h.textareaEl.getStyle("font-family");b=Ext.String.capitalize(b.split(",")[0]);j=Ext.Array.clone(h.fontFamilies);Ext.Array.include(j,b);j.sort();h.defaultFont=b;k=h.down("#fontSelect").selectEl.dom;for(d=0,g=j.length;d'+d+""}}d=g.cleanHtml(d);if(g.fireEvent("beforesync",g,d)!==false){if(Ext.isGecko&&e.value===""&&d==="
    "){d=""}if(e.value!==d){e.value=d;h=true}g.fireEvent("sync",g,d);if(h){g.checkChange()}}}},getValue:function(){var a=this,b;if(!a.sourceEditMode){a.syncValue()}b=a.rendered?a.textareaEl.dom.value:a.value;a.value=b;return b},pushValue:function(){var b=this,a;if(b.initialized){a=b.textareaEl.dom.value||"";if(!b.activated&&a.length<1){a=b.defaultValue}if(b.fireEvent("beforepush",b,a)!==false){b.getEditorBody().innerHTML=a;if(Ext.isGecko){b.setDesignMode(false);b.setDesignMode(true)}b.fireEvent("push",b,a)}}},focus:function(d,b){var c=this,e,a;if(b){if(!c.focusTask){c.focusTask=new Ext.util.DelayedTask(c.focus)}c.focusTask.delay(Ext.isNumber(b)?b:10,null,c,[d,false])}else{if(d){if(c.textareaEl&&c.textareaEl.dom){e=c.textareaEl.dom.value}if(e&&e.length){c.execCmd("selectall",true)}}a=c.getFocusEl();if(a&&a.focus){a.focus()}}return c},initEditor:function(){var d=this,c,a,h,i,b;if(d.destroying||d.destroyed){return}c=d.getEditorBody();if(!c){setTimeout(function(){d.initEditor()},10);return}a=d.textareaEl.getStyle(["font-size","font-family","background-image","background-repeat","background-color","color"]);a["background-attachment"]="fixed";c.bgProperties="fixed";Ext.DomHelper.applyStyles(c,a);h=d.getDoc();i=Ext.get(h);if(i){try{i.clearListeners()}catch(g){}b=d.onEditorEvent.bind(d);i.on({mousedown:b,dblclick:b,click:b,keyup:b,delegated:false,buffer:100});b=d.onRelayedEvent;i.on({mousedown:b,mousemove:b,mouseup:b,click:b,dblclick:b,delegated:false,scope:d});if(Ext.isGecko){i.on("keypress",d.applyCommand,d)}if(d.fixKeys){i.on("keydown",d.fixKeys,d,{delegated:false})}if(d.fixKeysAfter){i.on("keyup",d.fixKeysAfter,d,{delegated:false})}if(Ext.isIE9){Ext.get(h.documentElement).on("focus",d.focus,d)}if(Ext.isIE8){i.on("focusout",function(){d.savedSelection=h.selection.type!=="None"?h.selection.createRange():null},d);i.on("focusin",function(){if(d.savedSelection){d.savedSelection.select()}},d)}Ext.getWin().on("beforeunload",d.beforeDestroy,d);h.editorInitialized=true;d.initialized=true;d.pushValue();d.setReadOnly(d.readOnly);d.fireEvent("initialize",d)}},beforeDestroy:function(){var a=this,d=a.monitorTask,c,g;if(d){Ext.TaskManager.stop(d)}if(a.rendered){Ext.getWin().un(a.beforeDestroy,a);c=a.getDoc();if(c){Ext.get(c).destroy();if(c.hasOwnProperty){for(g in c){try{if(c.hasOwnProperty(g)){delete c[g]}}catch(b){}}}}delete a.iframeEl;delete a.textareaEl;delete a.toolbar;delete a.inputCmp}Ext.form.FieldContainer.prototype.beforeDestroy.call(this)},onRelayedEvent:function(c){var b=this.iframeEl,d=Ext.fly(b).getTrueXY(),e=c.getXY(),a=c.getXY();c.xy=[d[0]+a[0],d[1]+a[1]];c.injectEvent(b);c.xy=e},onFirstFocus:function(){var c=this,b,a;c.activated=true;c.disableItems(c.readOnly);if(Ext.isGecko){c.win.focus();b=c.win.getSelection();if(b.focusNode&&!c.getValue().length){a=b.getRangeAt(0);a.selectNodeContents(c.getEditorBody());a.collapse(true);c.deferFocus()}try{c.execCmd("useCSS",true);c.execCmd("styleWithCSS",false)}catch(d){}}c.fireEvent("activate",c)},adjustFont:function(d){var e=d.getItemId()==="increasefontsize"?1:-1,c=this.getDoc().queryCommandValue("FontSize")||"2",a=Ext.isString(c)&&c.indexOf("px")!==-1,b;c=parseInt(c,10);if(a){if(c<=10){c=1+e}else{if(c<=13){c=2+e}else{if(c<=16){c=3+e}else{if(c<=18){c=4+e}else{if(c<=24){c=5+e}else{c=6+e}}}}}c=Ext.Number.constrain(c,1,6)}else{b=Ext.isSafari;if(b){e*=2}c=Math.max(1,c+e)+(b?"px":0)}this.relayCmd("FontSize",c)},onEditorEvent:function(){this.updateToolbar()},updateToolbar:function(){var j=this,e,c,d,k,b,g,a,h;if(j.readOnly){return}if(!j.activated){j.onFirstFocus();return}d=j.getToolbar().items.map;k=j.getDoc();if(j.enableFont&&!Ext.isSafari2){g=k.queryCommandValue("fontName");b=(g?g.split(",")[0].replace(j.reStripQuotes,""):j.defaultFont).toLowerCase();a=j.fontSelect.dom;if(b!==a.value||b!==g){a.value=b}}function m(){var i;for(e=0,c=arguments.length,b;e0){g=String.fromCharCode(g);switch(g){case"b":b="bold";break;case"i":b="italic";break;case"u":b="underline";break}if(b){a.win.focus();a.execCmd(b);a.deferFocus();d.preventDefault()}}}},insertAtCursor:function(k){var i=this,h=i.getWin(),j=i.getDoc(),c,g,d,l,e,b,a;if(i.activated){h.focus();if(h.getSelection){c=h.getSelection();if(c.getRangeAt&&c.rangeCount){g=c.getRangeAt(0);g.deleteContents();d=j.createElement("div");d.innerHTML=k;l=j.createDocumentFragment();while((e=d.firstChild)){b=l.appendChild(e)}a=l.firstChild;g.insertNode(l);if(b){g=g.cloneRange();g.setStartAfter(b);g.collapse(true);c.removeAllRanges();c.addRange(g)}}}else{if(j.selection&&c.type!=="Control"){c=j.selection;g=c.createRange();g.collapse(true);c.createRange().pasteHTML(k)}}i.deferFocus()}},fixKeys:(function(){var a;if(Ext.isIE10m){return function(i){var d=this,c=i.getKey(),h=d.getDoc(),j=d.readOnly,b,g;if(c===i.TAB){i.stopEvent();if(!j){b=h.selection.createRange();if(b){if(b.collapse){b.collapse(true);b.pasteHTML("    ")}d.deferFocus()}}}}}if(Ext.isOpera){return function(d){var c=this,b=d.getKey(),g=c.readOnly;if(b===d.TAB){d.stopEvent();if(!g){c.win.focus();c.execCmd("InsertHTML","    ");c.deferFocus()}}}}return null}()),fixKeysAfter:(function(){if(Ext.isIE){return function(d){var b=this,a=d.getKey(),c=b.getDoc(),h=b.readOnly,g;if(!h&&(a===d.BACKSPACE||a===d.DELETE)){g=c.body.innerHTML;if(g==="

     

    "||g==="

     

    "){c.body.innerHTML=""}}}}return null}()),getToolbar:function(){return this.toolbar},buttonTips:{bold:{title:"Bold (Ctrl+B)",text:"Make the selected text bold.",cls:"x-html-editor-tip"},italic:{title:"Italic (Ctrl+I)",text:"Make the selected text italic.",cls:"x-html-editor-tip"},underline:{title:"Underline (Ctrl+U)",text:"Underline the selected text.",cls:"x-html-editor-tip"},increasefontsize:{title:"Grow Text",text:"Increase the font size.",cls:"x-html-editor-tip"},decreasefontsize:{title:"Shrink Text",text:"Decrease the font size.",cls:"x-html-editor-tip"},backcolor:{title:"Text Highlight Color",text:"Change the background color of the selected text.",cls:"x-html-editor-tip"},forecolor:{title:"Font Color",text:"Change the color of the selected text.",cls:"x-html-editor-tip"},justifyleft:{title:"Align Text Left",text:"Align text to the left.",cls:"x-html-editor-tip"},justifycenter:{title:"Center Text",text:"Center text in the editor.",cls:"x-html-editor-tip"},justifyright:{title:"Align Text Right",text:"Align text to the right.",cls:"x-html-editor-tip"},insertunorderedlist:{title:"Bullet List",text:"Start a bulleted list.",cls:"x-html-editor-tip"},insertorderedlist:{title:"Numbered List",text:"Start a numbered list.",cls:"x-html-editor-tip"},createlink:{title:"Hyperlink",text:"Make the selected text a hyperlink.",cls:"x-html-editor-tip"},sourceedit:{title:"Source Edit",text:"Switch to source editing mode.",cls:"x-html-editor-tip"}},privates:{deferFocus:function(){this.focus(false,true)},getFocusEl:function(){return this.sourceEditMode?this.textareaEl:this.iframeEl}}},0,["htmleditor"],["component","box","container","fieldcontainer","htmleditor"],{component:true,box:true,container:true,fieldcontainer:true,htmleditor:true},["widget.htmleditor"],[["field",Ext.form.field.Field]],[Ext.form.field,"HtmlEditor",Ext.form,"HtmlEditor"],0));(Ext.cmd.derive("Ext.form.field.Tag",Ext.form.field.ComboBox,{noWrap:false,multiSelect:true,delimiter:",",tipTpl:undefined,forceSelection:true,createNewOnEnter:false,createNewOnBlur:false,encodeSubmitValue:false,triggerOnClick:true,stacked:false,filterPickList:false,grow:true,growMin:false,growMax:false,selectOnFocus:true,fieldSubTpl:['
    ','
      ','
    • ','
      {emptyText}
      ','name="{name}" ',' value="{[Ext.util.Format.htmlEncode(values.value)]}"','size="{size}" ','tabindex="{tabIdx}" ',' disabled="disabled"','class="x-tagfield-input-field {inputElCls}" autocomplete="off">',"
    • ","
    ","
    ",{disableFormats:true}],extraFieldBodyCls:"x-tagfield-body",childEls:["listWrapper","itemList","inputEl","inputElCt","emptyEl"],emptyInputCls:"x-tagfield-emptyinput",clearValueOnEmpty:false,tagItemCls:"x-tagfield-item",tagItemTextCls:"x-tagfield-item-text",tagItemCloseCls:"x-tagfield-item-close",tagItemSelector:".x-tagfield-item",tagItemCloseSelector:".x-tagfield-item-close",tagSelectedCls:"x-tagfield-item-selected",initComponent:function(){var c=this,b=c.typeAhead,a=c.delimiter;if(c.createNewOnEnter||c.createNewOnBlur){c.forceSelection=false}c.typeAhead=false;if(c.value==null){c.value=[]}c.selectionModel=new Ext.selection.Model({mode:"MULTI",onSelectChange:function(d,g,e,h){h()},listeners:{scope:c,selectionchange:c.onSelectionChange,focuschange:c.onFocusChange}});Ext.form.field.ComboBox.prototype.initComponent.call(this);c.typeAhead=b;if(a&&c.multiSelect){c.delimiterRegexp=new RegExp(Ext.String.escapeRegex(a))}},initEvents:function(){var a=this,b=a.inputEl;Ext.form.field.ComboBox.prototype.initEvents.apply(this,arguments);if(!a.enableKeyEvents){b.on("keydown",a.onKeyDown,a);b.on("keyup",a.onKeyUp,a)}a.listWrapper.on({scope:a,click:a.onItemListClick,mousedown:a.onItemMouseDown})},isValid:function(){var b=this,a=b.disabled,c=b.forceValidation||!a;return c?b.validateValue(b.getValue()):a},onBindStore:function(a){var b=this;Ext.form.field.ComboBox.prototype.onBindStore.call(this,a);if(a){b.valueStore=new Ext.data.Store({model:a.getModel(),useModelWarning:false});b.selectionModel.bindStore(b.valueStore);if(b.filterPickList){b.listFilter=new Ext.util.Filter({scope:b,filterFn:b.filterPicked});b.changingFilters=true;a.filter(b.listFilter);b.changingFilters=false}}},filterPicked:function(a){return !this.valueCollection.contains(a)},onUnbindStore:function(a){var c=this,d=c.valueStore,b=c.picker;if(b){b.bindStore(null)}if(d){d.destroy();c.valueStore=null}if(c.filterPickList&&!a.destroyed){c.changingFilters=true;a.removeFilter(c.listFilter);c.changingFilters=false}Ext.form.field.ComboBox.prototype.onUnbindStore.apply(this,arguments)},onValueCollectionEndUpdate:function(){var a=this,c=a.valueCollection.items,b=a.valueStore;if(a.isSelectionUpdating()){return}if(a.filterPickList){a.changingFilters=true;a.store.filter(a.listFilter);a.changingFilters=false}Ext.form.field.ComboBox.prototype.onValueCollectionEndUpdate.call(this);Ext.suspendLayouts();if(b){b.suspendEvents();b.loadRecords(c);b.resumeEvents()}Ext.resumeLayouts(true);a.alignPicker()},checkValueOnDataChange:Ext.emptyFn,onSelectionChange:function(a,b){this.applyMultiselectItemMarkup();this.fireEvent("valueselectionchange",this,b)},onFocusChange:function(a,c,b){this.fireEvent("valuefocuschange",this,c,b)},onDestroy:function(){this.selectionModel=Ext.destroy(this.selectionModel);Ext.form.field.ComboBox.prototype.onDestroy.apply(this,arguments)},getSubTplData:function(c){var i=this,h=Ext.form.field.ComboBox.prototype.getSubTplData.apply(this,arguments),d=i.emptyText,e=i.emptyInputCls,g=d&&h.value.length<1,j=i.growMin,a=i.growMax,b="";h.value="";h.emptyText=g?d:"";h.emptyCls=g?i.emptyCls:e;h.inputElCls=g?e:"";h.itemListCls="";if(i.grow){if(Ext.isNumber(j)&&j>0){b+="min-height:"+j+"px;"}if(Ext.isNumber(a)&&a>0){b+="max-height:"+a+"px;"}}h.wrapperStyle=b;if(i.stacked===true){h.itemListCls+=" x-tagfield-stacked"}if(!i.multiSelect){h.itemListCls+=" x-tagfield-singleselect"}return h},afterRender:function(){var b=this,c=b.inputEl,a=b.emptyText;if(a){if(Ext.supports.Placeholder&&c){c.dom.removeAttribute("placeholder")}else{b.applyEmptyText()}}b.applyMultiselectItemMarkup();Ext.form.field.ComboBox.prototype.afterRender.apply(this,arguments)},findRecord:function(c,b){var a=this.getStore().queryRecords(c,b);return a.length?a[0]:false},getCursorPosition:function(){var a;if(document.selection){a=document.selection.createRange();a.collapse(true);a.moveStart("character",-this.inputEl.dom.value.length);a=a.text.length}else{a=this.inputEl.dom.selectionStart}return a},hasSelectedText:function(){var c=this.inputEl.dom,b,a;if(document.selection){b=document.selection;a=b.createRange();return(a.parentElement()===c)}else{return c.selectionStart!==c.selectionEnd}},onKeyDown:function(g){var h=this,k=g.getKey(),j=h.inputEl,c=j.dom.value,a=h.valueCollection,d=h.selectionModel,b=false,i;if(h.readOnly||h.disabled||!h.editable){return}if(a.getCount()>0&&(c===""||(h.getCursorPosition()===0&&!h.hasSelectedText()))){i=(d.getCount()>0)?a.indexOf(d.getLastSelected()):-1;if(k===g.BACKSPACE||k===g.DELETE){if(i>-1){if(d.getCount()>1){i=-1}a.remove(d.getSelection())}else{a.remove(a.last())}d.clearSelections();if(i>0){d.select(i-1)}else{if(a.getCount()){d.select(a.last())}}b=true}else{if(k===g.RIGHT||k===g.LEFT){if(i===-1&&k===g.LEFT){d.select(a.last());b=true}else{if(i>-1){if(k===g.RIGHT){if(i<(a.getCount()-1)){d.select(i+1,g.shiftKey);b=true}else{if(!g.shiftKey){d.deselectAll();b=true}}}else{if(k===g.LEFT&&(i>0)){d.select(i-1,g.shiftKey);b=true}}}}}else{if(k===g.A&&g.ctrlKey){d.selectAll();b=g.A}}}}if(b){h.preventKeyUpEvent=b;g.stopEvent();return}if(h.isExpanded&&k===g.ENTER&&h.picker.highlightedItem){h.preventKeyUpEvent=true}if(h.enableKeyEvents){Ext.form.field.ComboBox.prototype.onKeyDown.apply(this,arguments)}if(!g.isSpecialKey()&&!g.hasModifier()){d.deselectAll()}},onKeyUp:function(h,b){var c=this,g=c.inputEl,d=g.dom.value,a=c.preventKeyUpEvent;if(c.preventKeyUpEvent){h.stopEvent();if(a===true||h.getKey()===a){delete c.preventKeyUpEvent}return}if(c.multiSelect&&c.delimiterRegexp&&c.delimiterRegexp.test(d)||(c.createNewOnEnter&&h.getKey()===h.ENTER)){d=Ext.Array.clean(d.split(c.delimiterRegexp));g.dom.value="";c.setValue(c.valueStore.getRange().concat(d));g.focus()}Ext.form.field.ComboBox.prototype.onKeyUp.call(this,h,b)},onTypeAhead:function(){var g=this,e=g.displayField,d=g.inputEl.dom,c=g.getPicker(),b=g.getStore().findRecord(e,d.value),h,a,i;if(b){h=b.get(e);a=h.length;i=d.value.length;c.highlightItem(c.getNode(b));if(i!==0&&i!==a){d.value=h;g.selectText(i,h.length)}}},onItemListClick:function(d){var c=this,a=c.selectionModel,b=d.getTarget(c.tagItemSelector),g=b?d.getTarget(c.tagItemCloseSelector):false;if(c.readOnly||c.disabled){return}d.stopPropagation();if(b){if(g){c.removeByListItemNode(b);if(c.valueStore.getCount()>0){c.fireEvent("select",c,c.valueStore.getRange())}}else{c.toggleSelectionByListItemNode(b,d.shiftKey)}if(!Ext.supports.TouchEvents){c.inputEl.focus()}}else{if(a.getCount()>0){a.deselectAll()}c.inputEl.focus();if(c.triggerOnClick){c.onTriggerClick()}}},onItemMouseDown:function(a){a.preventDefault()},getMultiSelectItemMarkup:function(){var b=this,a=(b._getChildElCls&&b._getChildElCls())||"";if(!b.multiSelectItemTpl){if(!b.labelTpl){b.labelTpl="{"+b.displayField+"}"}b.labelTpl=b.getTpl("labelTpl");if(b.tipTpl){b.tipTpl=b.getTpl("tipTpl")}b.multiSelectItemTpl=new Ext.XTemplate(['','
  7. '," "+b.tagSelectedCls,"","{%","values = values.data;","%}",b.tipTpl?'" data-qtip="{[this.getTip(values)]}">':'">','
    {[this.getItemLabel(values)]}
    ','
    ',"
  8. ","
    ",{isSelected:function(c){return b.selectionModel.isSelected(c)},getItemLabel:function(c){return Ext.String.htmlEncode(b.labelTpl.apply(c))},getTip:function(c){return Ext.String.htmlEncode(b.tipTpl.apply(c))},strict:true}])}if(!b.multiSelectItemTpl.isTemplate){b.multiSelectItemTpl=this.getTpl("multiSelectItemTpl")}return b.multiSelectItemTpl.apply(b.valueCollection.getRange())},applyMultiselectItemMarkup:function(){var b=this,a=b.itemList;if(a){a.select(".x-tagfield-item").destroy();b.inputElCt.insertHtml("beforeBegin",b.getMultiSelectItemMarkup());b.autoSize()}},getRecordByListItemNode:function(a){return this.valueCollection.items[Number(a.getAttribute("data-selectionIndex"))]},toggleSelectionByListItemNode:function(b,d){var c=this,e=c.getRecordByListItemNode(b),a=c.selectionModel;if(e){if(a.isSelected(e)){a.deselect(e)}else{a.select(e,d)}}},removeByListItemNode:function(a){var b=this,c=b.getRecordByListItemNode(a);if(c){b.pickerSelectionModel.deselect(c)}},getDisplayValue:function(){return this.getRawValue()},getRawValue:function(){var e=this,c=e.getValueRecords(),b=[],d,a;for(d=0,a=c.length;d0||j.isLoaded(),b=j.hasPendingLoad(),m=p&&!g&&!b,e,r,q,o,c,s;if(Ext.isEmpty(n)){n=null}else{if(Ext.isString(n)&&t.multiSelect){n=n.split(t.delimiter)}else{n=Ext.Array.from(n,true)}}if(n&&t.queryMode==="remote"&&!j.isEmptyStore&&d!==true&&m){for(q=0,r=n.length;q-1){n[q]=h.getAt(o)}else{o=t.findRecord(a,e);if(!o){if(t.forceSelection){k.push(e)}else{o={};o[t.valueField]=e;o[t.displayField]=e;c=t.valueStore.getModel();o=new c(o)}}if(o){n[q]=o}}}}if(k.length){s={};s[t.valueParam||t.valueField]=k.join(t.delimiter);j.load({params:s,callback:function(){t.setValue(n,l,true);t.autoSize();t.lastQuery=false}});return false}}if(!t.multiSelect&&n.length>0){for(q=n.length-1;q>=0;q--){if(n[q].isModel){n=n[q];break}}if(Ext.isArray(n)){n=n[n.length-1]}}return Ext.form.field.ComboBox.prototype.setValue.call(this,n,l)},updateValue:function(){var d=this,c=d.valueCollection.getRange(),a=c.length,b;for(b=0;b=b&&h<=a}});d.add(c);d.endUpdate()}},0,["timepicker"],["component","box","dataview","boundlist","timepicker"],{component:true,box:true,dataview:true,boundlist:true,timepicker:true},["widget.timepicker"],0,[Ext.picker,"Time"],function(){this.prototype.modelType=Ext.define(null,{extend:"Ext.data.Model",fields:["disp","date"]})}));(Ext.cmd.derive("Ext.form.field.Time",Ext.form.field.ComboBox,{alternateClassName:["Ext.form.TimeField","Ext.form.Time"],triggerCls:"x-form-time-trigger",minText:"The time in this field must be equal to or after {0}",maxText:"The time in this field must be equal to or before {0}",invalidText:"{0} is not a valid time",format:"g:i A",altFormats:"g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H|gi a|hi a|giA|hiA|gi A|hi A",formatText:"Expected time format: HH:MM space am/pm",increment:15,pickerMaxHeight:300,selectOnTab:true,snapToIncrement:false,valuePublishEvent:["select","blur"],initDate:"1/1/2008",initDateParts:[2008,0,1],initDateFormat:"j/n/Y",queryMode:"local",displayField:"disp",valueField:"date",initComponent:function(){var c=this,b=c.minValue,a=c.maxValue;if(b){c.setMinValue(b)}if(a){c.setMaxValue(a)}c.displayTpl=new Ext.XTemplate('{[typeof values === "string" ? values : this.formatDate(values["'+c.displayField+'"])]}'+c.delimiter+"",{formatDate:c.formatDate.bind(c)});c.store=Ext.picker.Time.createStore(c.format,c.increment);Ext.form.field.ComboBox.prototype.initComponent.call(this);c.getPicker()},isEqual:function(g,e){var b=Ext.Array.from,d=Ext.Date.isEqual,c,a;g=b(g);e=b(e);a=g.length;if(a!==e.length){return false}for(c=0;c0?l:this.getRawValue();var g=this,k=Ext.String.format,j=Ext.form.field.ComboBox.prototype.getErrors.call(this,l),h=g.minValue,e=g.maxValue,c=g.displayTplData,m=g.getRawValue(),b,d,a,n;if(c&&c.length>0){for(b=0,d=c.length;be){j.push(k(g.maxText,g.formatDate(e)))}}}else{if(m.length&&!g.parseDate(m)){j.push(k(g.invalidText,m,Ext.Date.unescapeFormat(g.format)))}}return j},formatDate:function(b){var d=[],c,a;b=Ext.Array.from(b);for(c=0,a=b.length;c=a.length){b.colIdx=0}else{b.colIdx++}b.setColumn(b.colIdx)}while(!b.getCell(true));break}}},statics:{compare:function(b,a){return b.rowIdx-a.rowIdx||b.colIdx-a.colIdx}}},1,0,0,0,0,0,[Ext.grid,"CellContext"],0));(Ext.cmd.derive("Ext.grid.CellEditor",Ext.Editor,{isCellEditor:true,alignment:"l-l!",hideEl:false,cls:"x-small-editor x-grid-editor x-grid-cell-editor",treeNodeSelector:".x-tree-node-text",shim:false,shadow:false,setGrid:function(b){var d=this,c=d.grid,a;if(b!==c){a={beforeitemupdate:d.beforeItemUpdate,itemupdate:d.onItemUpdate,scope:d};if(c){c.getView().un(a)}d.grid=b;b.getView().on(a)}},beforeViewRefresh:function(a){var b=this,c=b.el&&b.el.dom;if(c){b.wasAllowBlur=b.allowBlur;if(b.editing){a.cellFocused=false;b.allowBlur=false}if(c.parentNode){a.refreshing=true;c.parentNode.removeChild(c)}}},onViewRefresh:function(b){var d=this,e=d.el&&d.el.dom,a,c=d.context;if(e){a=b.getCellByPosition(c,true);if(!a){d.allowBlur=d.wasAllowBlur;d.completeEdit();Ext.getDetachedBody().dom.appendChild(e);return}c.node=b.getNode(c.record);c.row=b.getRow(c.record);c.cell=a;c.rowIdx=b.indexOf(c.row);a.insertBefore(e,a.firstChild);d.boundEl=d.container=Ext.get(a);d.realign(true);if(d.editing){if(Ext.isIE){Ext.defer(function(){if(!d.destroyed){d.allowBlur=d.wasAllowBlur;d.field.focus()}},10)}else{d.allowBlur=d.wasAllowBlur;d.field.focus()}}}},beforeItemUpdate:function(c,d,e,b){var j=this,h=j.context,a=b.length,g;if(c===h.record){for(g=0;g:not([hidden])").length===0){b=a.getTriggerElWidth()}}return b}},0,0,0,0,["layout.columncomponent"],0,[Ext.grid,"ColumnComponentLayout"],0));(Ext.cmd.derive("Ext.layout.container.Fit",Ext.layout.container.Container,{alternateClassName:"Ext.layout.FitLayout",itemCls:"x-fit-item",type:"fit",manageMargins:true,sizePolicies:{0:{readsWidth:1,readsHeight:1,setsWidth:0,setsHeight:0},1:{readsWidth:0,readsHeight:1,setsWidth:1,setsHeight:0},2:{readsWidth:1,readsHeight:0,setsWidth:0,setsHeight:1},3:{readsWidth:0,readsHeight:0,setsWidth:1,setsHeight:1}},getItemSizePolicy:function(b,c){var a=c||this.owner.getSizeModel(),d=(a.width.shrinkWrap?0:1)|(a.height.shrinkWrap?0:2);return this.sizePolicies[d]},beginLayoutCycle:function(k,g){var t=this,u=t.lastHeightModel&&t.lastHeightModel.calculated,h=t.lastWidthModel&&t.lastWidthModel.calculated,o=h||u,l=0,m=0,s,b,p,r,e,a,j,n,q,d;Ext.layout.container.Container.prototype.beginLayoutCycle.apply(this,arguments);if(o&&k.targetContext.el.dom.tagName.toUpperCase()!=="TD"){o=h=u=false}b=k.childItems;e=b.length;for(p=0;p0){for(j=0;j'+c.view.emptyText+""}c.view.getComponentLayout().headerCt=c.headerCt;c.mon(c.view,{uievent:c.processEvent,scope:c});c.headerCt.view=c.view;if(c.hasListeners.viewcreated){c.fireEvent("viewcreated",c,c.view)}}return c.view},getColumnManager:function(){return this.columnManager},getVisibleColumnManager:function(){return this.visibleColumnManager},getTopLevelColumnManager:function(){return this.ownerGrid.getColumnManager()},getTopLevelVisibleColumnManager:function(){return this.ownerGrid.getVisibleColumnManager()},setAutoScroll:Ext.emptyFn,applyScrollable:function(a){if(this.view){this.view.setScrollable(a)}return a},getScrollable:function(){return null},processEvent:function(g,i,j,a,h,d,c,k){var b=d.position.column;if(b){return b.processEvent.apply(b,arguments)}},ensureVisible:function(a,b){this.doEnsureVisible(a,b)},scrollByDeltaY:function(b,a){this.getView().scrollBy(0,b,a)},scrollByDeltaX:function(b,a){this.getView().scrollBy(b,0,a)},afterCollapse:function(){this.saveScrollPos();Ext.panel.Panel.prototype.afterCollapse.apply(this,arguments)},afterExpand:function(){Ext.panel.Panel.prototype.afterExpand.apply(this,arguments);this.restoreScrollPos()},saveScrollPos:Ext.emptyFn,restoreScrollPos:Ext.emptyFn,onHeaderResize:function(){var a=this.view.getScrollable(),b;if(a&&a.isTouchScroller){b=a.getSize();if(b){a.setSize({x:this.headerCt.getTableWidth(),y:b.y})}}},onHeaderMove:function(e,g,a,b,d){var c=this;if(c.optimizedColumnMove===false){c.view.refreshView()}else{c.view.moveColumn(b,d,a)}c.delayScroll()},onHeaderHide:function(b,c){var a=this.view;if(!b.childHideCount&&a.refreshCounter){a.refreshView()}},onHeaderShow:function(b,c){var a=this.view;if(a.refreshCounter){a.refreshView()}},onHeadersChanged:function(b,c){var a=this;if(a.rendered&&!a.reconfiguring){a.view.refreshView();a.delayScroll()}},delayScroll:function(){var a=this.view;if(a){this.scrollTask.delay(10,null,null,[a])}},onViewReady:function(){this.fireEvent("viewready",this)},onRestoreHorzScroll:function(){var b=this,a=b.scrollXPos;if(a){b.syncHorizontalScroll(b,true)}},getScrollerOwner:function(){var a=this;if(!this.scrollerOwner){a=this.up("[scrollerOwner]")}return a},getLhsMarker:function(){var a=this;return a.lhsMarker||(a.lhsMarker=Ext.DomHelper.append(a.el,{role:"presentation",cls:a.resizeMarkerCls},true))},getRhsMarker:function(){var a=this;return a.rhsMarker||(a.rhsMarker=Ext.DomHelper.append(a.el,{role:"presentation",cls:a.resizeMarkerCls},true))},getSelection:function(){return this.getSelectionModel().getSelection()},updateSelection:function(a){var b=this,c;if(!b.ignoreNextSelection){b.ignoreNextSelection=true;c=b.getSelectionModel();if(a){c.select(a)}else{c.deselectAll()}b.ignoreNextSelection=false}},updateBindSelection:function(a,c){var d=this,b=null;if(!d.ignoreNextSelection){d.ignoreNextSelection=true;if(c.length){b=a.getLastSelected();d.hasHadSelection=true}if(d.hasHadSelection){d.setSelection(b)}d.ignoreNextSelection=false}},updateHeaderBorders:function(a){this[a?"removeCls":"addCls"](this.noHeaderBordersCls)},getNavigationModel:function(){return this.getView().getNavigationModel()},getSelectionModel:function(){return this.getView().getSelectionModel()},getScrollTarget:function(){var a=this.getScrollerOwner().query("tableview");return a[a.length-1]},syncHorizontalScroll:function(e,c){var d=this,a=d.view.getScrollX(),b;c=c===true;if(d.rendered&&(c||a!==d.scrollXPos)){if(c){b=d.getScrollTarget();b.setScrollX(a)}d.headerCt.setScrollX(a);d.scrollXPos=a}},onStoreLoad:Ext.emptyFn,getEditorParent:function(){return this.body},bindStore:function(b,c){var d=this,a=d.getView();if(b){d.store=b;if(a.store!==b){a.bindStore(b,false)}d.mon(b,{load:d.onStoreLoad,scope:d});d.storeRelayers=d.relayEvents(b,["filterchange","groupchange"])}else{d.unbindStore()}},unbindStore:function(){var c=this,b=c.store,a;if(b){b.trackStateChanges=false;c.store=null;c.mun(b,{load:c.onStoreLoad,scope:c});Ext.destroy(c.storeRelayers);a=c.view;if(a.store){a.bindStore(null)}}},setColumns:function(a){if(a.length||this.getColumnManager().getColumns().length){this.reconfigure(undefined,a)}},setStore:function(a){this.reconfigure(a);if(this.autoLoad&&!a.isEmptyStore&&!(a.loading||a.isLoaded())){a.load()}},reconfigure:function(k,c){var h=this,a=h.store,b=h.headerCt,j=h.lockable,e=b?b.items.getRange():h.columns,i=h.getView(),d,g;if(arguments.length===1&&Ext.isArray(k)){c=k;k=null}if(c){c=Ext.Array.slice(c)}h.reconfiguring=true;if(k){k=Ext.StoreManager.lookup(k)}h.fireEvent("beforereconfigure",h,k,c,a,e);Ext.suspendLayouts();if(j){h.reconfigureLockable(k,c)}else{d=i.blockRefresh;i.blockRefresh=true;if(k&&k!==a){h.unbindStore();h.bindStore(k)}if(c){delete h.scrollXPos;b.removeAll();b.add(c)}i.blockRefresh=d;g=i.refreshCounter}Ext.resumeLayouts(true);if(j){h.afterReconfigureLockable()}else{if(i.refreshCounter===g){i.refreshView()}}h.fireEvent("reconfigure",h,k,c,a,e);delete h.reconfiguring},beforeDestroy:function(){var b=this,a=b.scrollTask;if(a){a.cancel();b.scrollTask=null}Ext.destroy(b.focusEnterLeaveListeners);Ext.panel.Panel.prototype.beforeDestroy.call(this)},onDestroy:function(){var a=this;if(a.lockable){a.destroyLockable()}a.unbindStore();Ext.panel.Panel.prototype.onDestroy.call(this);a.columns=a.storeRelayers=a.columnManager=a.visibleColumnManager=null},destroy:function(){var a=this;Ext.panel.Panel.prototype.destroy.call(this);if(a.destroyed){a.view=a.selModel=a.headerCt=null}},privates:{initFocusableElement:function(){},doEnsureVisible:function(e,o){if(this.lockable){return this.ensureLockedVisible(e,o)}if(typeof e!=="number"&&!e.isEntity){e=this.store.getById(e)}var g=this,i=g.getView(),d=i.getNode(e),l,m,a,b,j,n,h,c,k;if(o){l=o.callback;m=o.scope;a=o.animate;b=o.highlight;j=o.select;n=o.focus;c=o.column}if(g.deferredEnsureVisible){g.deferredEnsureVisible.destroy()}if(!i.componentLayoutCounter){g.deferredEnsureVisible=i.on({resize:g.doEnsureVisible,args:Ext.Array.slice(arguments),scope:g,single:true,destroyable:true});return}if(typeof c==="number"){c=g.ownerGrid.getVisibleColumnManager().getColumns()[c]}if(d){h=i.getScrollable();if(c){k=Ext.fly(d).selectNode(c.getCellSelector())}if(h){h.scrollIntoView(k||d,!!c,a,b)}if(!e.isEntity){e=i.getRecord(d)}if(j){i.getSelectionModel().select(e)}if(n){i.getNavigationModel().setPosition(e,0)}Ext.callback(l,m||g,[true,e,d])}else{if(i.bufferedRenderer){i.bufferedRenderer.scrollTo(e,{animate:a,highlight:b,select:j,focus:n,column:c,callback:function(r,p,q){Ext.callback(l,m||g,[true,p,q])}})}else{Ext.callback(l,m||g,[false,null])}}},getFocusEl:function(){return this.getView().getFocusEl()},setActionableMode:function(b,a){var c=this.ownerGrid;if(!c.destroying&&c.view.setActionableMode(b,a)!==false){c.fireEvent("actionablemodechange",b);c[b?"addCls":"removeCls"](c.actionableModeCls);return true}}}},1,["tablepanel"],["component","box","container","panel","tablepanel"],{component:true,box:true,container:true,panel:true,tablepanel:true},["widget.tablepanel"],0,[Ext.panel,"Table"],0));(Ext.cmd.derive("Ext.grid.ColumnLayout",Ext.layout.container.HBox,{type:"gridcolumn",firstHeaderCls:"x-column-header-first",lastHeaderCls:"x-column-header-last",initLayout:function(){Ext.layout.container.HBox.prototype.initLayout.call(this);if(this.scrollbarWidth===undefined){this.self.prototype.scrollbarWidth=Ext.getScrollbarSize().width}},beginLayout:function(c){var j=this,a=j.owner,d=j.firstHeaderCls,l=j.lastHeaderCls,b=[d,l],h=j.getVisibleItems(),g=h.length,e,k;Ext.layout.container.HBox.prototype.beginLayout.call(this,c);for(e=0;e0){a=this.getColumns()[b-1]}return a},getNextSibling:function(c){var b=this.getHeaderIndex(c),a;if(b!==-1){a=this.getColumns()[b+1]}return a||null},getFirst:function(){var a=this.getColumns();return a.length>0?a[0]:null},getLast:function(){var b=this.getColumns(),a=b.length;return a>0?b[a-1]:null},getHeaderByDataIndex:function(d){var c=this.getColumns(),a=c.length,b,e;for(b=0;b=k.left&&l=k.getMaxPosition().y-q.all.last(true).offsetHeight){g.rowIdx--}b=Math.min(g.rowIdx,a.getCount()-1);d=Math.min(d,c.getColumns().length);l=a.getAt(b);h=c.getColumns()[d]}}else{if(p){l=b=null}else{if(m==null){m=o.lastFocused?o.lastFocused.column:0}if(typeof g==="number"){b=Math.max(Math.min(g,a.getCount()-1),0);l=a.getAt(g)}else{if(g.isEntity){l=g;b=a.indexOf(l)}else{if(g.tagName){l=q.getRecord(g);b=a.indexOf(l);if(b===-1){l=null}}else{if(e){return}p=true;l=b=null}}}}if(l){if(b===-1){o.recordIndex=-1;l=a.getAt(0);b=0;m=null}if(m==null){if(!(h=o.column)){d=0;h=c.getColumns()[0]}}else{if(typeof m==="number"){h=c.getColumns()[m];d=m}else{h=m;d=c.indexOf(m)}}}else{p=true;h=d=null}}if(b===o.recordIndex&&d===o.columnIndex&&q===o.position.view){return o.focusPosition(o.position)}if(o.cell){o.cell.removeCls(o.focusCls)}o.previousRecordIndex=o.recordIndex;o.previousRecord=o.record;o.previousItem=o.item;o.previousCell=o.cell;o.previousColumn=o.column;o.previousColumnIndex=o.columnIndex;o.previousPosition=o.position.clone();o.selectionStart=j.selectionStart;o.position.setAll(q,o.recordIndex=b,o.columnIndex=d,o.record=l,o.column=h);if(p){o.item=o.cell=null}else{o.focusPosition(o.position,i)}if(!r){j.fireEvent("focuschange",j,o.previousRecord,o.record);q.fireEvent("rowfocus",o.record,o.item,o.recordIndex);q.fireEvent("cellfocus",o.record,o.cell,o.position)}if(n&&!i&&o.cell!==o.previousCell){o.fireNavigateEvent(n)}},focusPosition:function(a){var c=this,b,d;c.item=c.cell=null;if(a&&a.record&&a.column){b=a.view;if(a.rowElement){d=c.item=a.rowElement}else{d=b.getRowByRecord(a.record)}if(d){c.cell=a.cellElement||Ext.fly(d).down(a.column.getCellSelector(),true);if(c.cell){c.cell=new Ext.dom.Fly(c.cell);b.lastFocused=c.lastFocused=c.position.clone();c.focusItem(c.cell);b.focusEl=c.cell}else{c.position.setAll();c.record=c.column=c.recordIndex=c.columnIndex=null}}else{d=b.dataSource.indexOf(a.record);c.position.setAll();c.record=c.column=c.recordIndex=c.columnIndex=null;if(d!==-1&&b.bufferedRenderer){c.lastKeyEvent=null;b.bufferedRenderer.scrollTo(d,false,c.afterBufferedScrollTo,c)}}}},focusItem:function(a){a.addCls(this.focusCls);a.focus()},getCell:function(){return this.cell},getPosition:function(c){var e=this,a=e.position,d,b,g;if(a.record&&a.column){if(c){return a}b=a.view;g=b.dataSource;d=g.indexOf(a.record);if(d===-1){d=a.rowIdx;if(!(a.record=g.getAt(d))){d=-1}}if(d===-1||b.getVisibleColumnManager().indexOf(a.column)===-1){a.setAll();e.record=e.column=e.recordIndex=e.columnIndex=null}else{return a}}return null},getLastFocused:function(){var c=this,a,b=c.lastFocused;if(b&&b.record&&b.column){a=b.view;if(a.dataSource.indexOf(b.record)!==-1&&a.getVisibleColumnManager().indexOf(b.column)!==-1){return b}}},onKeyTab:function(e){var b=!e.shiftKey,c=e.position.clone(),g=c.view,l=e.position.cellElement,h=Ext.fly(l).findTabbableElements(),j,k=g.ownerGrid.actionables,d=k.length,a;e.preventDefault();j=h[Ext.Array.indexOf(h,e.target)+(b?1:-1)];while(!j&&(l=l[b?"nextSibling":"previousSibling"])){c.setColumn(g.getHeaderByCell(l));for(a=0;am.height}e.setProp("viewOverflowY",i)}},measureContentHeight:function(d){var a=this.owner,c=a.body.dom,b=a.emptyEl,e=0;if(b){e+=b.offsetHeight}if(c){e+=c.offsetHeight}if(d.headerContext.state.boxPlan.tooNarrow){e+=Ext.getScrollbarSize().height}return e},flushColumnWidths:function(){var l=this,k=l.layout,b=l.ownerContext,d=l.columnsChanged,a=b.target,j=d.length,c,g,e,h;if(b.state.columnFlusher!==l){return}for(g=0;g0){i+=k;Ext.fly(c[a].el).setHeight(d)}else{b-=k}}d=g.rowHeight+b;if(Ext.isIE9&&h.view.ownerGrid.rowLines){d--}if(h.rowHeight+i=g+a;c--){e[c]=e[c-a];e[c].setAttribute("data-recordIndex",c)}}d.endIndex=d.endIndex+a}else{d.startIndex=g;d.endIndex=g+a-1}for(c=0;cg.endIndex){delete h[c]}}while(c!==b);delete h[c]},getCount:function(){return this.count},slice:function(e,b){var d=this.elements,a=[],c;if(!b){b=this.endIndex}else{b=Math.min(this.endIndex,b-1)}for(c=e||this.startIndex;c<=b;c++){a.push(d[c])}return a},replaceElement:function(d,c,a){var e=this.elements,b=(typeof d==="number")?d:this.indexOf(d);if(b>-1){c=Ext.getDom(c);if(a){d=e[b];d.parentNode.insertBefore(c,d);Ext.removeNode(d);c.setAttribute("data-recordIndex",b)}this.elements[b]=c}return this},indexOf:function(b){var c=this.elements,a;b=Ext.getDom(b);for(a=this.startIndex;a<=this.endIndex;a++){if(c[a]===b){return a}}return -1},removeRange:function(c,g,d){var k=this,a=k.elements,j=[],e,h,b,l;if(g==null){g=k.endIndex+1}else{g=Math.min(k.endIndex+1,g+1)}if(c==null){c=k.startIndex}b=g-c;for(h=c,l=g;h<=k.endIndex;h++,l++){e=a[h];if(h=h.startIndex&&j<=h.endIndex){l[l.length]=j}}Ext.Array.sort(l);e=l.length}else{if(lh.endIndex){return}e=1;l=[l]}for(g=i=l[0],b=0;g<=h.endIndex;g++,i++){if(b=h.startIndex){d=a[g]=a[i];d.setAttribute("data-recordIndex",g)}else{delete a[g]}}h.endIndex-=e;h.count-=e},scroll:function(s,t,j){var u=this,l=u.view,g=l.store,m=u.elements,a=s.length,p=l.getNodeContainer(),h=l.hasListeners.itemremove,r=l.hasListeners.itemadd,n=u.statics().range,q,b,c,d,k,e,o,v;if(!s.length){return}if(t===-1){if(j){if(h){o=[];v=[]}e=(u.endIndex-j)+1;if(n){n.setStartBefore(m[e]);n.setEndAfter(m[u.endIndex]);n.deleteContents();for(q=e;q<=u.endIndex;q++){b=m[q];delete m[q];if(h){o.push(g.getByInternalId(b.getAttribute("data-recordId")));v.push(b)}}}else{for(q=e;q<=u.endIndex;q++){b=m[q];delete m[q];Ext.removeNode(b);if(h){o.push(g.getByInternalId(b.getAttribute("data-recordId")));v.push(b)}}}l.fireEvent("itemremove",o,e,v,l);u.endIndex-=j}if(s.length){k=l.bufferRender(s,u.startIndex-=a);d=k.children;for(q=0;q',"{[view.renderTHead(values, out, parent)]}","{%","view.renderRows(values.rows, values.columns, values.viewStartIndex, out);","%}","{[view.renderTFoot(values, out, parent)]}","","{% ","view = columns = column = null;","%}",{definitions:"var view, tableCls, columns, i, len, column;",priority:0}],outerRowTpl:['',"{%","this.nextTpl.applyOut(values, out, parent)","%}","",{priority:9999}],rowTpl:["{%",'var dataRowCls = values.recordIndex === -1 ? "" : " x-grid-row";',"%}",'','{%',"parent.view.renderCell(values, parent.record, parent.recordIndex, parent.rowIndex, xindex - 1, out, parent)","%}","","",{priority:0}],cellTpl:['{tdStyle}"',' tabindex="-1" data-columnid="{[values.column.getItemId()]}">','
    {style}" ',"{cellInnerAttr:attributes}>{value}
    ","",{priority:0}],refreshSelmodelOnRefresh:false,tableValues:{},rowValues:{itemClasses:[],rowClasses:[]},cellValues:{classes:["x-grid-cell x-grid-td"]},constructor:function(a){if(a.grid.isTree){a.baseCls="x-tree-view"}Ext.view.View.prototype.constructor.call(this,a)},hasVariableRowHeight:function(a){var b=this;return b.variableRowHeight||b.store.isGrouped()||b.getVisibleColumnManager().hasVariableRowHeight()||(!a&&b.lockingPartner&&b.lockingPartner.hasVariableRowHeight(true))},initComponent:function(){var a=this;if(a.columnLines){a.addCls(a.grid.colLinesCls)}if(a.rowLines){a.addCls(a.grid.rowLinesCls)}a.body=new Ext.dom.Fly();a.body.id=a.id+"gridBody";if(!a.trackOver){a.overItemCls=null}a.headerCt.view=a;a.grid.view=a;a.initFeatures(a.grid);a.itemSelector=a.getItemSelector();a.all=new Ext.view.NodeCache(a);Ext.view.View.prototype.initComponent.call(this)},applySelectionModel:function(b,e){var d=this,c=d.ownerGrid,g=b.type,a=d.disableSelection||c.disableSelection;if(!e){if(!(b&&b.isSelectionModel)){b=c.selModel||b}}if(b){if(b.isSelectionModel){b.allowDeselect=c.allowDeselect||b.selectionMode!=="SINGLE";b.locked=a}else{if(typeof b==="string"){b={type:b}}else{b.type=c.selType||b.selType||b.type||g}if(!b.mode){if(c.simpleSelect){b.mode="SIMPLE"}else{if(c.multiSelect){b.mode="MULTI"}}}b=Ext.Factory.selection(Ext.apply({allowDeselect:c.allowDeselect,locked:a},b))}}return b},updateSelectionModel:function(a,c){var b=this;if(c){c.un({scope:b,lastselectedchanged:b.updateBindSelection,selectionchange:b.updateBindSelection});Ext.destroy(b.selModelRelayer)}b.selModelRelayer=b.relayEvents(a,["selectionchange","beforeselect","beforedeselect","select","deselect","focuschange"]);a.on({scope:b,lastselectedchanged:b.updateBindSelection,selectionchange:b.updateBindSelection});b.selModel=a},getVisibleColumnManager:function(){return this.ownerCt.getVisibleColumnManager()},getColumnManager:function(){return this.ownerCt.getColumnManager()},getTopLevelVisibleColumnManager:function(){return this.ownerGrid.getVisibleColumnManager()},moveColumn:function(a,u,k){var t=this,r=k>1,m=r&&document.createRange?document.createRange():null,b=r&&!m?document.createDocumentFragment():null,l=u,n=t.getGridColumns().length,s=n-1,e=(t.firstCls||t.lastCls)&&(u===0||u===n||a===0||a===s),p,o,h,q,c,d,g;if(t.rendered&&u!==a){h=t.el.query(t.rowSelector);for(p=0,q=h.length;p=(b-1)*a&&d.endIndex<=(b*a-1)){c.get(b);return false}},onViewScroll:function(b,a,c){if(!this.ignoreScroll){Ext.view.View.prototype.onViewScroll.call(this,b,a,c)}},createRowElement:function(b,c,d){var e=this,g=e.renderBuffer,a=e.collectData([b],c);a.columns=d;e.tpl.overwrite(g,a);e.cleanupData();return Ext.fly(g).down(e.getNodeContainerSelector(),true).firstChild},bufferRender:function(c,d){var e=this,g=e.renderBuffer,a,b=document.createRange?document.createRange():null;e.tpl.overwrite(g,e.collectData(c,d));e.cleanupData();Ext.fly(g).saveTabbableState({skipSelf:true,includeHidden:true});g=Ext.fly(g).down(e.getNodeContainerSelector(),true);if(b){b.selectNodeContents(g);a=b.extractContents()}else{a=document.createDocumentFragment();while(g.firstChild){a.appendChild(g.firstChild)}}return{fragment:a,children:Ext.Array.toArray(a.childNodes)}},collectData:function(a,c){var b=this;b.rowValues.view=b;b.tableValues.view=b;b.tableValues.rows=a;b.tableValues.columns=null;b.tableValues.viewStartIndex=c;b.tableValues.touchScroll=b.touchScroll;b.tableValues.tableStyle="width:"+b.headerCt.getTableWidth()+"px";return b.tableValues},cleanupData:function(){var a=this.tableValues;a.view=a.columns=a.rows=this.rowValues.view=null},refreshSize:function(c){var b=this,a=b.getBodySelector();if(a){b.body.attach(b.el.down(a,true))}if(!b.hasLoadingHeight){Ext.suspendLayouts();Ext.view.View.prototype.refreshSize.apply(this,arguments);if(c||(b.hasVariableRowHeight()&&b.dataSource.getCount())){b.grid.updateLayout()}Ext.resumeLayouts(true)}},clearViewEl:function(a){var e=this,g=e.all,h=e.getStore(),c,d,j,k=g.slice(),b=[];if(e.hasListeners.itemremove){for(c=g.startIndex;c<=g.endIndex;c++){b.push(h.getByInternalId(g.item(c,true).getAttribute("data-recordId")))}}e.fireEvent("itemremove",b,g.startIndex,k,e);Ext.view.View.prototype.clearViewEl.call(this);d=Ext.fly(e.getNodeContainer());if(d&&!a){j=e.getTargetEl();if(j.dom!==d.dom){d.destroy()}}},getMaskTarget:function(){return this.ownerCt.body},statics:{getBoundView:function(a){return Ext.getCmp(a.getAttribute("data-boundView"))}},getRecord:function(a){if(this.store.destroyed){return}if(a.isModel){return a}a=this.getNode(a);if(a){return this.dataSource.getByInternalId(a.getAttribute("data-recordId"))}},indexOf:function(a){a=this.getNode(a);if(!a&&a!==0){return -1}return this.all.indexOf(a)},indexInStore:function(a){return a?this.dataSource.indexOf(this.getRecord(a)):-1},indexOfRow:function(b){var c=this.dataSource,a;if(b.isCollapsedPlaceholder){a=c.indexOfPlaceholder(b)}else{a=c.indexOf(b)}return a},renderRows:function(h,e,d,b){var g=this,j=g.rowValues,a=h.length,c;j.view=g;j.columns=e;j.rowRole=g.rowAriaRole;g.cellValues.cellRole=g.cellAriaRole;for(c=0;c');for(d=0;d')}c.push("")},renderRow:function(h,a,g){var j=this,e=a===-1,i=j.selectionModel,m=j.rowValues,d=m.itemClasses,c=m.rowClasses,b=j.itemCls,l,k=j.rowTpl;m.rowAttr={};m.record=h;m.recordId=h.internalId;m.recordIndex=j.store.indexOf(h);m.rowIndex=a;m.rowId=j.getRowId(h);m.itemCls=m.rowCls="";if(!m.columns){m.columns=j.ownerCt.getVisibleColumnManager().getColumns()}d.length=c.length=0;if(!e){d[0]=b;if(!j.ownerCt.disableSelection&&i.isRowSelected){if(i.isRowSelected(h)){d.push(j.selectedItemCls)}}if(j.stripeRows&&a%2!==0){d.push(j.altRowCls)}if(j.getRowClass){l=j.getRowClass(h,a,null,j.dataSource);if(l){c.push(l)}}}if(g){k.applyOut(m,g,j.tableValues)}else{return k.apply(m,j.tableValues)}},renderCell:function(d,h,g,n,j,e){var l=this,b,i=l.selectionModel,k=l.cellValues,c=k.classes,a=h.data[d.dataIndex],o=l.cellTpl,p,m,q=l.navigationModel.getPosition();k.record=h;k.column=d;k.recordIndex=g;k.rowIndex=n;k.columnIndex=k.cellIndex=j;k.align=d.align;k.innerCls=d.innerCls;k.tdCls=k.tdStyle=k.tdAttr=k.style="";k.unselectableAttr=l.enableTextSelection?"":'unselectable="on"';c[1]=d.getCellId();m=2;if(d.renderer&&d.renderer.call){b=l.ownerCt.columnManager.getHeaderIndex(d);p=d.renderer.call(d.usingDefaultRenderer?d:d.scope||l.ownerCt,a,k,h,g,b,l.dataSource,l);if(k.css){h.cssWarning=true;k.tdCls+=" "+k.css;k.css=null}if(k.tdCls){c[m++]=k.tdCls}}else{p=a}k.value=(p==null||p==="")?d.emptyCellText:p;if(d.tdCls){c[m++]=d.tdCls}if(l.markDirty&&h.dirty&&h.isModified(d.dataIndex)){c[m++]=l.dirtyCls}if(d.isFirstVisible){c[m++]=l.firstCls}if(d.isLastVisible){c[m++]=l.lastCls}if(!l.enableTextSelection){c[m++]=l.unselectableCls}if(i&&(i.isCellModel||i.isSpreadsheetModel)&&i.isCellSelected(l,g,d)){c[m++]=l.selectedCellCls}if(q&&q.record.id===h.id&&q.column===d){c[m++]=l.focusedItemCls}c.length=m;k.tdCls=c.join(" ");o.applyOut(k,e);k.column=k.record=null},getRow:function(a){var b;if((!a&&a!==0)||!this.rendered){return null}if(a.target){a=a.target}if(Ext.isString(a)){return Ext.fly(a).down(this.rowSelector,true)}if(Ext.isNumber(a)){b=this.all.item(a);return b&&b.down(this.rowSelector,true)}if(a.isModel){return this.getRowByRecord(a)}b=Ext.fly(a);if(b.is(this.itemSelector)){return this.getRowFromItem(b)}return b.findParent(this.rowSelector,this.getTargetEl())},getRowId:function(a){return this.id+"-record-"+a.internalId},constructRowId:function(a){return this.id+"-record-"+a},getNodeById:function(a){a=this.constructRowId(a);return this.retrieveNode(a,false)},getRowById:function(a){a=this.constructRowId(a);return this.retrieveNode(a,true)},getNodeByRecord:function(a){return this.retrieveNode(this.getRowId(a),false)},getRowByRecord:function(a){return this.retrieveNode(this.getRowId(a),true)},getRowFromItem:function(c){var d=Ext.getDom(c).tBodies[0].childNodes,a=d.length,b;for(b=0;b1)){l=t._extData;k=K.createRowElement(h,K.indexOfRow(h),y);if(Ext.fly(t,"_internal").hasCls(x)){Ext.fly(k).addCls(x)}if(Ext.isIE9m&&t.mergeAttributes){t.mergeAttributes(k,true)}else{r=k.attributes;F=r.length;for(m=0;m0){if(Ext.supports.ScrollWidthInlinePaddingBug){h+=g.getCellPaddingAfter(l[0])}if(g.columnLines){h+=Ext.fly(l[0].parentNode).getBorderWidth("lr")}}a.setWidth(1);d.textEl.setStyle({"text-overflow":"clip",display:"table-cell"});k=d.textEl.dom.offsetWidth+d.titleEl.getPadding("lr");d.textEl.setStyle({"text-overflow":"",display:""});for(;ca){return false}if(e){k.view=e}k.setPosition(b,0)}else{k.navigate(+1)}break;case"left":if(h.isFirstColumn()){b=e&&g.isNormalView?b:b-1;if(b<0){return false}if(e){k.view=e;d=e.getVisibleColumnManager().getColumns()}k.setPosition(b,d[d.length-1])}else{k.navigate(-1)}break;case"up":if(b===0){return false}else{k.setRow(b-1)}break;case"down":if(b===a){return false}else{k.setRow(b+1)}break}if(c&&c.call(j||g,k)!==true){return false}return k},walkRows:function(i,a){var d=this,h=d.dataSource,e=0,k=i,b,c=(a<0)?0:h.getCount()-1,g=c?1:-1,j=i;do{if(c?j>=c:j<=c){return k||c}j+=g;if((b=Ext.fly(d.getRow(j)))&&b.isVisible(true)){e+=g;k=j}}while(e!==a);return j},walkRecs:function(b,a){var h=this,k=h.dataSource,i=0,l=b,c,e=(a<0)?0:(k.isBufferedStore?k.getTotalCount():k.getCount())-1,j=e?1:-1,g=k.indexOf(b),d;do{if(e?g>=e:g<=e){return l}g+=j;d=k.getAt(g);if(!d.isCollapsedPlaceholder&&(c=Ext.fly(h.getNodeByRecord(d)))&&c.isVisible(true)){i+=j;l=d}}while(i!==a);return l},getFirstVisibleRowIndex:function(){var c=this,b=(c.dataSource.isBufferedStore?c.dataSource.getTotalCount():c.dataSource.getCount()),a=c.indexOf(c.all.first())-1;do{a+=1;if(a===b){return}}while(!Ext.fly(c.getRow(a)).isVisible(true));return a},getLastVisibleRowIndex:function(){var b=this,a=b.indexOf(b.all.last());do{a-=1;if(a===-1){return}}while(!Ext.fly(b.getRow(a)).isVisible(true));return a},getHeaderCt:function(){return this.headerCt},getPosition:function(a,b){return new Ext.grid.CellContext(this).setPosition(a,b)},onDestroy:function(){var d=this,c=d.featuresMC,a,b;if(c){for(b=0,a=c.getCount();b=e.viewSize)){e.onReplace(b,c,[],a)}else{Ext.view.View.prototype.onAdd.apply(this,arguments)}d.setPendingStripe(c)},onRemove:function(b,a,c){var d=this,g=d.bufferedRenderer,e;if(d.rendered&&g&&d.dataSource.getCount()+a.length>=g.viewSize){e=d.saveFocusState();g.onReplace(b,c,a,[]);e()}else{Ext.view.View.prototype.onRemove.apply(this,arguments)}d.setPendingStripe(c)},saveFocusState:function(){var e=this,a=e.dataSource,h=e.actionableMode,c=e.getNavigationModel(),d=h?e.actionPosition:c.getPosition(true),b,g;if(d){d=d.clone();if(h){e.ownerGrid.setActionableMode(false)}e.el.dom.focus();c.setPosition();return function(){if(a.getCount()){b=Math.min(d.rowIdx,e.all.getCount()-1);g=Math.min(d.colIdx,e.getVisibleColumnManager().getColumns().length-1);d=new Ext.grid.CellContext(e).setPosition(a.contains(d.record)?d.record:b,g);if(h){e.ownerGrid.setActionableMode(true,d)}else{e.cellFocused=true;c.setPosition(d,null,null,null,true)}}else{d.column.focus()}}}return Ext.emptyFn},onDataRefresh:function(b){var c=this,a=c.ownerCt;if(a&&a.isCollapsingOrExpanding===2){a.on("expand",c.onDataRefresh,c,{single:true});return}Ext.view.View.prototype.onDataRefresh.call(this,b)},getViewRange:function(){var a=this;if(a.bufferedRenderer){return a.bufferedRenderer.getViewRange()}return Ext.view.View.prototype.getViewRange.call(this)},setPendingStripe:function(a){var b=this.stripeOnUpdate;if(b===null){b=a}else{b=Math.min(b,a)}this.stripeOnUpdate=b},onEndUpdate:function(){var a=this,c=a.stripeOnUpdate,b=a.all.startIndex;if(a.rendered&&(c||c===0)){if(c-1)&&!p;e=e+(h?1:-1)){b=c[e];g.setColumn(b);s=Ext.fly(a).down(g.column.getCellSelector());for(d=0;da;e=b?1:0;d=c.getGridColumns();for(g=0,k=d.length;g=0&&c<=d.view.dataSource.getCount()){if(b){g=d.down(":focusable:not([isButton]):first");a.column.getView().getScrollable().scrollIntoView(a.ownerCt.child(":focusable").el)}else{g=d.down(":focusable:not([isButton]):last")}d.editingPlugin.startEdit(c,g.column)}}}},destroyColumnEditor:function(a){var b;if(a.hasEditor()&&(b=a.getEditor())){b.destroy()}},getFloatingButtons:function(){var b=this,a=b.floatingButtons;if(!a){b.floatingButtons=a=new Ext.grid.RowEditorButtons({ownerCmp:b,rowEditor:b})}return a},repositionIfVisible:function(d){var b=this,a=b.view;if(d&&(d===b||!d.el.isAncestor(a.el))){return}if(b.isVisible()&&a.isVisible(true)){b.reposition()}},isLayoutChild:function(a){return false},getRefOwner:function(){return this.editingPlugin.grid},getRefItems:function(b){var c=this,a;if(c.lockable){a=[c.lockedColumnContainer];a.push.apply(a,c.lockedColumnContainer.getRefItems(b));a.push(c.normalColumnContainer);a.push.apply(a,c.normalColumnContainer.getRefItems(b))}else{a=Ext.form.Panel.prototype.getRefItems.apply(this,arguments)}a.push.apply(a,c.getFloatingButtons().getRefItems(b));return a},reposition:function(i,e){var g=this,b=g.context,k=b&&b.row,j=g.wrapEl,a,c,d,h;if(k&&Ext.isElement(k)){d=g.syncButtonPosition(g.getScrollDelta());a=g.calculateLocalRowTop(k);c=g.calculateEditorTop(a);if(!e){h=function(){if(d){g.scrollingViewEl.scrollBy(0,d,true)}g.focusColumnField(b.column)}}g.syncEditorClip();if(i){j.animate(Ext.applyIf({to:{top:c},duration:i.duration||125,callback:h},i))}else{j.setLocalY(c);if(h){h()}}}},getScrollDelta:function(){var e=this,d=e.scrollingViewEl.dom,c=e.context,b=e.body,a=0;if(c){a=Ext.fly(c.row).getOffsetsTo(d)[1];if(a<0){a-=b.getBorderPadding().beforeY}else{if(a>0){a=Math.max(a+e.getHeight()+e.floatingButtons.getHeight()-d.clientHeight-b.getBorderWidth("b"),0);if(a>0){a-=b.getBorderPadding().afterY}}}}return a},calculateLocalRowTop:function(b){var a=this.editingPlugin.grid;return Ext.fly(b).getOffsetsTo(a)[1]-a.el.getBorderWidth("t")+this.lastScrollTop},calculateEditorTop:function(a){return a-this.body.getBorderPadding().beforeY-this.lastScrollTop},getClientWidth:function(){var c=this,b=c.editingPlugin.grid,a;if(c.lockable){a=b.lockedGrid.getWidth()+b.normalGrid.view.el.dom.clientWidth}else{a=b.view.el.dom.clientWidth}return a},getEditor:function(a){var b=this;if(Ext.isNumber(a)){return b.query("[isEditorComponent]")[a]}else{if(a.isHeader&&!a.isGroupHeader){return a.getEditor()}}},addFieldsForColumn:function(c,a){var e=this,b,d,g;if(Ext.isArray(c)){for(b=0,d=c.length;bdisplayfield");b=g.length;for(c=0;c0){if(!b._buttonsOnTop){a.setButtonPosition("top");b._buttonsOnTop=true}c=0}else{if(b._buttonsOnTop!==false){a.setButtonPosition("bottom");b._buttonsOnTop=false}else{a.setButtonPosition(a.position)}}return c},syncEditorClip:function(){var i=this,b=i.getScrollDelta(),a=i.el,e=i.floatingButtons,d=e.el,j=Math.max,g,c,h;if(b){i.isOverflowing=true;g=i.body;c=e.getHeight();h=i.getHeight();j=Math.max;if(b>0){if(i._buttonsOnTop){b-=(c-g.getBorderWidth("b"));i.clipBottom(a,j(h-b),0);b-=(h-g.getBorderWidth("t"));if(b>0){i.clipBottom(d,j(c-b,0))}else{i.clearClip(d)}}else{i.clipBottom(d,j(c-b,0));b-=(c-g.getBorderWidth("b"));if(b>0){i.clipBottom(a,j(h-b,0))}else{i.clearClip(a)}}}else{if(b<0){b=Math.abs(b);i.clipTop(a,b);b-=(h-g.getBorderWidth("b"));if(b>0){i.clipTop(d,b)}else{i.clearClip(d)}}}}else{if(i.isOverflowing){i.clearClip(d);i.clearClip(a);i.isOverflowing=false}}},focusColumnField:function(b){var c,a;if(b&&!b.destroyed){if(b.isVisible()){c=this.getEditor(b);if(c&&c.isFocusable(true)){a=true;c.focus()}}if(!a){this.focusColumnField(b.next())}}},cancelEdit:function(){var g=this,e=g.getForm(),a=e.getFields(),b=a.items,d=b.length,c;if(g._cachedNode){g.clearCache()}g.hide();e.clearInvalid();for(c=0;cg&&a[isFormField]"),d=b.length,c,a,g;for(c=0;c'+h.join("")+""},createErrorListItem:function(b,a){b=a?a+": "+b:b;return'
  9. '+b+"
  10. "},beforeDestroy:function(){Ext.destroy(this.floatingButtons,this.tooltip);Ext.form.Panel.prototype.beforeDestroy.call(this)},clipBottom:function(a,b){a.setStyle("clip","rect(0 auto "+b+"px 0)")},clipTop:function(a,b){a.setStyle("clip","rect("+b+"px, auto, auto, 0)")},clearClip:function(a){a.setStyle("clip",Ext.isIE8?"rect(-1000px auto 1000px auto)":"auto")}},0,["roweditor"],["component","box","container","panel","form","roweditor"],{component:true,box:true,container:true,panel:true,form:true,roweditor:true},["widget.roweditor"],0,[Ext.grid,"RowEditor"],0));(Ext.cmd.derive("Ext.view.DropZone",Ext.dd.DropZone,{indicatorCls:"x-grid-drop-indicator",indicatorHtml:['',''].join(""),constructor:function(a){var b=this;Ext.apply(b,a);if(!b.ddGroup){b.ddGroup="view-dd-zone-"+b.view.id}Ext.dd.DropZone.prototype.constructor.call(this,b.view.el)},fireViewEvent:function(){var b=this,a;b.lock();a=b.view.fireEvent.apply(b.view,arguments);b.unlock();return a},getTargetFromEvent:function(k){var j=k.getTarget(this.view.getItemSelector()),d,c,b,g,a,h;if(!j){d=k.getY();for(g=0,c=this.view.getNodes(),a=c.length;g=(b.bottom-b.top)/2){d="before"}else{d="after"}return d},containsRecordAtOffset:function(d,b,g){if(!b){return false}var a=this.view,c=a.indexOf(b),e=a.getNode(c+g),h=e?a.getRecord(e):null;return h&&Ext.Array.contains(d,h)},positionIndicator:function(b,c,d){var g=this,i=g.view,h=g.getPosition(d,b),k=i.getRecord(b),a=c.records,j;if(!Ext.Array.contains(a,k)&&(h==="before"&&!g.containsRecordAtOffset(a,k,-1)||h==="after"&&!g.containsRecordAtOffset(a,k,1))){g.valid=true;if(g.overRecord!==k||g.currentPosition!==h){j=Ext.fly(b).getY()-i.el.getY()-1;if(h==="after"){j+=Ext.fly(b).getHeight()}if(i.touchScroll===2){j+=i.getScrollY()}g.getIndicator().setWidth(Ext.fly(i.el).getWidth()).showAt(0,j);g.overRecord=k;g.currentPosition=h}}else{g.invalidateDrop()}},invalidateDrop:function(){if(this.valid){this.valid=false;this.getIndicator().hide()}},onNodeOver:function(c,a,g,d){var b=this;if(!Ext.Array.contains(d.records,b.view.getRecord(c))){b.positionIndicator(c,d,g)}return b.valid?b.dropAllowed:b.dropNotAllowed},notifyOut:function(c,a,g,d){var b=this;Ext.dd.DropZone.prototype.notifyOut.apply(this,arguments);b.overRecord=b.currentPosition=null;b.valid=false;if(b.indicator){b.indicator.hide()}},onContainerOver:function(a,h,g){var d=this,b=d.view,c=b.dataSource.getCount();if(c){d.positionIndicator(b.all.last(),g,h)}else{d.overRecord=d.currentPosition=null;d.getIndicator().setWidth(Ext.fly(b.el).getWidth()).showAt(0,0);d.valid=true}return d.dropAllowed},onContainerDrop:function(a,c,b){return this.onNodeDrop(a,null,c,b)},onNodeDrop:function(i,a,h,g){var d=this,c=false,b={wait:false,processDrop:function(){d.invalidateDrop();d.handleNodeDrop(g,d.overRecord,d.currentPosition);c=true;d.fireViewEvent("drop",i,g,d.overRecord,d.currentPosition)},cancelDrop:function(){d.invalidateDrop();c=true}},j=false;if(d.valid){j=d.fireViewEvent("beforedrop",i,g,d.overRecord,d.currentPosition,b);if(b.wait){return}if(j!==false){if(!c){b.processDrop()}}}return j},destroy:function(){this.indicator=Ext.destroy(this.indicator);Ext.dd.DropZone.prototype.destroy.call(this)}},1,0,0,0,0,0,[Ext.view,"DropZone"],0));(Ext.cmd.derive("Ext.grid.ViewDropZone",Ext.view.DropZone,{indicatorHtml:'',indicatorCls:"x-grid-drop-indicator",handleNodeDrop:function(b,d,e){var j=this.view,k=j.getStore(),h,a,c,g;if(b.copy){a=b.records;b.records=[];for(c=0,g=a.length;c=0&&!(j.isGroupHeader&&(!j.items||!j.items.length))&&o!==b){k=n.isGroupHeader?n.query(":not([hidden]):not([isGroupHeader])").length:1;if((o<=b)&&k>1){b-=k}a.getRootHeaderCt().grid.view.moveColumn(o,b,k)}l.fireEvent("columnmove",t,n,o,b);t.isDDMoveInGrid=a.isDDMoveInGrid=false;if(a.isGroupHeader&&!t.isGroupHeader){if(t!==a){n.savedFlex=n.flex;delete n.flex;n.width=g}}else{if(!t.isGroupHeader){if(n.savedFlex){n.flex=n.savedFlex;delete n.width}}}Ext.resumeLayouts(true)}}},1,0,0,0,0,0,[Ext.grid.header,"DropZone"],0));(Ext.cmd.derive("Ext.grid.plugin.HeaderReorderer",Ext.plugin.Abstract,{init:function(a){this.headerCt=a;a.on({boxready:this.onHeaderCtRender,single:true,scope:this})},destroy:function(){var a=this;a.headerCt.un("boxready",a.onHeaderCtRender,a);Ext.destroy(a.dragZone,a.dropZone);a.headerCt=a.dragZone=a.dropZone=null;Ext.plugin.Abstract.prototype.destroy.call(this)},onHeaderCtRender:function(){var a=this;a.dragZone=new Ext.grid.header.DragZone(a.headerCt);a.dropZone=new Ext.grid.header.DropZone(a.headerCt);if(a.disabled){a.dragZone.disable()}},enable:function(){this.disabled=false;if(this.dragZone){this.dragZone.enable()}},disable:function(){this.disabled=true;if(this.dragZone){this.dragZone.disable()}}},0,0,0,0,["plugin.gridheaderreorderer"],0,[Ext.grid.plugin,"HeaderReorderer"],0));(Ext.cmd.derive("Ext.grid.header.Container",Ext.container.Container,{border:true,baseCls:"x-grid-header-ct",dock:"top",weight:100,defaultType:"gridcolumn",detachOnRemove:false,defaultWidth:100,sortAscText:"Sort Ascending",sortDescText:"Sort Descending",sortClearText:"Clear Sort",columnsText:"Columns",headerOpenCls:"x-column-header-open",menuSortAscCls:"x-hmenu-sort-asc",menuSortDescCls:"x-hmenu-sort-desc",menuColsIcon:"x-cols-icon",blockEvents:false,dragging:false,sortOnClick:true,enableFocusableContainer:false,childHideCount:0,sortable:true,enableColumnHide:true,initComponent:function(){var a=this;a.plugins=a.plugins||[];a.defaults=a.defaults||{};if(!a.isColumn){if(a.enableColumnResize){a.resizer=new Ext.grid.plugin.HeaderResizer();a.plugins.push(a.resizer)}if(a.enableColumnMove){a.reorderer=new Ext.grid.plugin.HeaderReorderer();a.plugins.push(a.reorderer)}}if(a.isColumn&&!a.isGroupHeader){if(!a.items||a.items.length===0){a.isContainer=a.isFocusableContainer=false;a.focusable=true;a.layout={type:"container",calculate:Ext.emptyFn}}}else{a.layout=Ext.apply({type:"gridcolumn",align:"stretch"},a.initialConfig.layout);a.defaults.columnLines=a.columnLines;if(!a.isGroupHeader){a.isRootHeader=true;if(!a.hiddenHeaders){a.enableFocusableContainer=true;a.ariaRole="rowgroup"}a.columnManager=new Ext.grid.ColumnManager(false,a);a.visibleColumnManager=new Ext.grid.ColumnManager(true,a);if(a.grid){a.grid.columnManager=a.columnManager;a.grid.visibleColumnManager=a.visibleColumnManager}}else{a.visibleColumnManager=new Ext.grid.ColumnManager(true,a);a.columnManager=new Ext.grid.ColumnManager(false,a)}}a.menuTask=new Ext.util.DelayedTask(a.updateMenuDisabledState,a);Ext.container.Container.prototype.initComponent.call(this)},insertNestedHeader:function(g){var b=this,e=g.ownerCt,a=b.ownerCt,d=a.layout.owner,c;if(e){if(b.isGroupHeader&&!a.isNestedParent){c=d.items.indexOf(b)}e.remove(g,false)}if(c===undefined){c=d.items.indexOf(b)}d.insert(c,g)},isNested:function(){return !!this.getRootHeaderCt().down("[isNestedParent]")},isNestedGroupHeader:function(){var b=this,a=b.getRefOwner().query(">:not([hidden])");return(a.length===1&&a[0]===b)},maybeShowNestedGroupHeader:function(){var a=this.items,b;if(a&&a.length===1&&(b=a.getAt(0))&&b.hidden){b.show()}},setNestedParent:function(a){a.isNestedParent=false;a.ownerCt.isNestedParent=!!(this.ownerCt.items.length===1&&a.ownerCt.items.length===1)},initEvents:function(){var c=this,a,b;Ext.container.Container.prototype.initEvents.call(this);if(!c.isColumn&&!c.isGroupHeader){a=c.onHeaderCtEvent;b={click:a,dblclick:a,contextmenu:a,mouseover:c.onHeaderCtMouseOver,mouseout:c.onHeaderCtMouseOut,scope:c};if(Ext.supports.Touch){b.longpress=c.onHeaderCtLongPress}c.mon(c.el,b)}},onHeaderCtEvent:function(d,b){var c=this,i=c.getHeaderElByEvent(d),h,g,a;if(c.longPressFired){c.longPressFired=false;return}if(i&&!c.blockEvents){h=Ext.getCmp(i.id);if(h){g=h[h.clickTargetName];if((!h.isGroupHeader&&!h.isContainer)||d.within(g)){if(d.type==="click"||d.type==="tap"){a=h.onTitleElClick(d,g,c.sortOnClick);if(a){c.onHeaderTriggerClick(a,d,d.pointerType==="touch"?a.el:a.triggerEl)}else{c.onHeaderClick(h,d,b)}}else{if(d.type==="contextmenu"){c.onHeaderContextMenu(h,d,b)}else{if(d.type==="dblclick"&&h.resizable){h.onTitleElDblClick(d,g.dom)}}}}}}},blockNextEvent:function(){this.blockEvents=true;Ext.asap(this.unblockEvents,this)},unblockEvents:function(){this.blockEvents=false},onHeaderCtMouseOver:function(b,a){var g,d,c;if(!b.within(this.el,true)){g=b.getTarget("."+Ext.grid.column.Column.prototype.baseCls);d=g&&Ext.getCmp(g.id);if(d){c=d[d.clickTargetName];if(b.within(c)){d.onTitleMouseOver(b,c.dom)}}}},onHeaderCtMouseOut:function(g,c){var d="."+Ext.grid.column.Column.prototype.baseCls,b=g.getTarget(d),a=g.getRelatedTarget(d),i,h;if(b!==a){if(b){i=Ext.getCmp(b.id);if(i){h=i[i.clickTargetName];i.onTitleMouseOut(g,h.dom)}}if(a){i=Ext.getCmp(a.id);if(i){h=i[i.clickTargetName];i.onTitleMouseOver(g,h.dom)}}}},onHeaderCtLongPress:function(b){var a=this,d=a.getHeaderElByEvent(b),c=Ext.getCmp(d.id);if(!c.menuDisabled){a.longPressFired=true;a.showMenuBy(b,d,c)}},getHeaderElByEvent:function(a){return a.getTarget("."+Ext.grid.column.Column.prototype.baseCls)},isLayoutRoot:function(){if(this.hiddenHeaders){return false}return Ext.container.Container.prototype.isLayoutRoot.call(this)},getRootHeaderCt:function(){var a=this;return a.isRootHeader?a:a.up("[isRootHeader]")},onDestroy:function(){var a=this;if(a.menu){a.menu.un("hide",a.onMenuHide,a)}a.menuTask.cancel();Ext.container.Container.prototype.onDestroy.call(this);Ext.destroy(a.visibleColumnManager,a.columnManager,a.menu);a.columnManager=a.visibleColumnManager=null},applyColumnsState:function(j,e){if(!j||!j.length){return}var q=this,o=q.items.items,n=o.length,k=0,b=j.length,p,d,a,m,r=false,l=[],g={},h=[];for(p=0;p=a.visibleFromIdx){c++}Ext.container.Container.prototype.onMove.apply(this,arguments);if(a.isGroupHeader){i=a.visibleColumnManager.getColumns().length}e.onHeaderMoved(a,i,a.visibleFromIdx,c)},maybeContinueRemove:function(){var a=this;return(a.isGroupHeader&&!a.applyingState)&&!a.isNestedParent&&a.ownerCt&&!a.items.getCount()},onRemove:function(g,d){var e=this,b=e.ownerCt,a=g.lastHiddenHeader;Ext.container.Container.prototype.onRemove.call(this,g,d);if(!e.destroying){if(!e.isDDMoveInGrid){e.onHeadersChanged(g,false)}if(e.maybeContinueRemove()){if(g.rendered){e.detachComponent(g)}Ext.suspendLayouts();b.remove(e);Ext.resumeLayouts(true)}}},onHeadersChanged:function(e,a){var b,d=this.getRootHeaderCt();this.purgeHeaderCtCache(this);if(d){d.onColumnsChanged();if(!e.isGroupHeader){b=d.ownerCt;if(b&&!a){b.onHeadersChanged(d,e)}}}},onHeaderMoved:function(g,a,c,e){var d=this,b=d.ownerCt;if(d.rendered){if(b&&b.onHeaderMove){b.onHeaderMove(d,g,a,c,e)}d.fireEvent("columnmove",d,g,c,e)}},onColumnsChanged:function(){var c=this,d=c.menu,a,b;if(c.rendered){c.fireEvent("columnschanged",c);if(d&&(a=d.child("#columnItemSeparator"))){b=d.child("#columnItem");a.destroy();b.destroy()}}},lookupComponent:function(b){var a=Ext.container.Container.prototype.lookupComponent.apply(this,arguments);if(!a.isGroupHeader&&a.width===undefined&&!a.flex){a.width=this.defaultWidth}return a},setSortState:function(){var b=this.up("[store]").store,d=this.visibleColumnManager.getColumns(),a=d.length,c,g,e;for(c=0;cgridcolumn[hideable]"),h=a.length,d;for(;bo.el.dom.clientHeight?Ext.getScrollbarSize().width:0),e=0,m=n.getVisibleGridColumns(),j=h.hidden,l,g,r,k,c;function p(){for(g=0,l=m.length;gk){h.width=k;d=true}else{h.width=c;a-=c+s;p()}q();Ext.resumeLayouts(true)},autoSizeColumn:function(b){var a=this.view;if(a){a.autoSizeColumn(b);if(this.forceFit){this.applyForceFit(b)}}},getRefItems:function(b){var a=Ext.container.Container.prototype.getRefItems.call(this,b);if(this.menu){a.push(this.menu)}return a},privates:{beginChildHide:function(){++this.childHideCount},endChildHide:function(){--this.childHideCount},getFocusables:function(){return this.isRootHeader?this.getVisibleGridColumns():this.items.items},createFocusableContainerKeyNav:function(a){var b=this;return new Ext.util.KeyNav(a,{scope:b,down:b.showHeaderMenu,left:b.onFocusableContainerLeftKey,right:b.onFocusableContainerRightKey,home:b.onHomeKey,end:b.onEndKey,space:b.onHeaderActivate,enter:b.onHeaderActivate})},onHomeKey:function(a){return this.focusChild(null,true,a)},onEndKey:function(a){return this.focusChild(null,false,a)},showHeaderMenu:function(b){var a=this.getFocusableFromEvent(b);if(a&&a.isColumn&&a.triggerEl){this.onHeaderTriggerClick(a,b,a.triggerEl)}},onHeaderActivate:function(d){var c=this.getFocusableFromEvent(d),a,b;if(c&&c.isColumn){a=c.getView();if(c.sortable&&this.sortOnClick){b=a.getNavigationModel().getLastFocused();c.toggleSortState();if(b){a.ownerCt.ensureVisible(b.record)}}this.onHeaderClick(c,d,c.el)}},onFocusableContainerMousedown:function(c,b){var a=Ext.Component.fromElement(b);if(a===this){c.preventDefault()}else{a.focus()}}}},0,["headercontainer"],["component","box","container","headercontainer"],{component:true,box:true,container:true,headercontainer:true},["widget.headercontainer"],[[Ext.util.FocusableContainer.prototype.mixinId||Ext.util.FocusableContainer.$className,Ext.util.FocusableContainer]],[Ext.grid.header,"Container"],0));(Ext.cmd.derive("Ext.grid.column.Column",Ext.grid.header.Container,{alternateClassName:"Ext.grid.Column",config:{triggerVisible:false,sorter:null},baseCls:"x-column-header",hoverCls:"x-column-header-over",ariaRole:"columnheader",enableFocusableContainer:false,sortState:null,possibleSortStates:["ASC","DESC"],ariaSortStates:{ASC:"ascending",DESC:"descending"},childEls:["titleEl","triggerEl","textEl","textContainerEl"],headerWrap:false,renderTpl:['","{%this.renderContainer(out,values)%}"],dataIndex:null,text:" ",menuText:null,emptyCellText:" ",sortable:true,resizable:true,hideable:true,menuDisabled:false,renderer:false,align:"left",draggable:true,tooltipType:"qtip",initDraggable:Ext.emptyFn,tdCls:"",producesHTML:true,ignoreExport:false,isHeader:true,isColumn:true,tabIndex:-1,ascSortCls:"x-column-header-sort-ASC",descSortCls:"x-column-header-sort-DESC",componentLayout:"columncomponent",groupSubHeaderCls:"x-group-sub-header",groupHeaderCls:"x-group-header",clickTargetName:"titleEl",detachOnRemove:true,initResizable:Ext.emptyFn,rendererNames:{column:"renderer",edit:"editRenderer",summary:"summaryRenderer"},formatterNames:{column:"formatter",edit:"editFormatter",summary:"summaryFormatter"},initComponent:function(){var a=this;if(!a.rendererScope){a.rendererScope=a.scope}if(a.header!=null){a.text=a.header;a.header=null}if(a.cellWrap){a.tdCls=(a.tdCls||"")+" x-wrap-cell"}if(a.columns!=null){a.isGroupHeader=true;a.ariaRole="presentation";a.items=a.columns;a.columns=a.flex=a.width=null;a.cls=(a.cls||"")+" "+a.groupHeaderCls;a.sortable=a.resizable=false;a.align="center"}else{if(a.flex){a.minWidth=a.minWidth||Ext.grid.plugin.HeaderResizer.prototype.minColWidth}}a.addCls("x-column-header-align-"+a.align);a.setupRenderer();a.setupRenderer("edit");a.setupRenderer("summary");Ext.grid.header.Container.prototype.initComponent.apply(this,arguments)},onAdded:function(b,h,a){var c=this,g,d,e;Ext.grid.header.Container.prototype.onAdded.call(this,b,h,a);if(!c.headerId){d=c.up("tablepanel");e=d?d.ownerGrid:c.getRootHeaderCt();e.headerCounter=(e.headerCounter||0)+1;c.headerId="h"+e.headerCounter}if(!c.stateId){c.stateId=c.initialConfig.id||c.headerId}g=c.getSorter();if(g&&!g.initialConfig.id){g.setId((c.dataIndex||c.stateId)+"-sorter")}},applySorter:function(a){return this.getRootHeaderCt().up("tablepanel").store.getData().getSorters().decodeSorter(a)},bindFormatter:function(b){var a=this;return function(c){return b.format(c,b.scope||a.rendererScope||a.resolveListenerScope())}},bindRenderer:function(b){var a=this;a.hasCustomRenderer=true;return function(){return Ext.callback(b,a.rendererScope,arguments,0,a)}},setupRenderer:function(b){b=b||"column";var c=this,g=c[c.formatterNames[b]],d=c[c.rendererNames[b]],a=b==="column",h,e;if(!g){if(d){if(typeof d==="string"){d=c[c.rendererNames[b]]=c.bindRenderer(d);e=true}if(a){c.hasCustomRenderer=e||d.length>1}}else{if(a&&c.defaultRenderer){c.renderer=c.defaultRenderer;c.usingDefaultRenderer=true}}}else{h=g.indexOf("this.")===0;if(h){g=g.substring(5)}g=Ext.app.bind.Template.prototype.parseFormat(g);c[c.formatterNames[b]]=null;if(h){g.scope=null}c[c.rendererNames[b]]=c.bindFormatter(g)}},getView:function(){var a=this.getRootHeaderCt();if(a){return a.view}},onFocusLeave:function(a){Ext.grid.header.Container.prototype.onFocusLeave.call(this,a);if(this.activeMenu){this.activeMenu.hide()}},initItems:function(){var a=this;Ext.grid.header.Container.prototype.initItems.apply(this,arguments);if(a.isGroupHeader){if(a.config.hidden||!a.hasVisibleChildColumns()){a.hide()}}},hasVisibleChildColumns:function(){var b=this.items.items,a=b.length,c,d;for(c=0;cgridcolumn:not([hidden]):not([menuDisabled])");c=b.length;if(Ext.Array.contains(b,a.hideCandidate)){c--}if(c){return false}a.hideCandidate=this},isLockable:function(){var a={result:this.lockable!==false};if(a.result){this.ownerCt.bubble(this.hasMultipleVisibleChildren,null,[a])}return a.result},isLocked:function(){return this.locked||!!this.up("[isColumn][locked]","[isRootHeader]")},hasMultipleVisibleChildren:function(a){if(!this.isXType("headercontainer")){a.result=false;return false}if(this.query(">gridcolumn:not([hidden])").length>1){return false}},hide:function(){var c=this,b=c.getRootHeaderCt(),a=c.getRefOwner();if(a.constructing){Ext.grid.header.Container.prototype.hide.call(this);return c}if(c.rendered&&!c.isVisible()){return c}if(b.forceFit){c.visibleSiblingCount=b.getVisibleGridColumns().length-1;if(c.flex){c.savedWidth=c.getWidth();c.flex=null}}b.beginChildHide();Ext.suspendLayouts();if(a.isGroupHeader){if(c.isNestedGroupHeader()){a.hide()}if(c.isSubHeader&&!c.isGroupHeader&&a.query(">gridcolumn:not([hidden])").length===1){a.lastHiddenHeader=c}}Ext.grid.header.Container.prototype.hide.call(this);b.endChildHide();b.onHeaderHide(c);Ext.resumeLayouts(true);return c},show:function(){var c=this,a=c.getRootHeaderCt(),b=c.getRefOwner();if(c.isVisible()){return c}if(b.isGroupHeader){b.lastHiddenHeader=null}if(c.rendered){if(a.forceFit){a.applyForceFit(c)}}Ext.suspendLayouts();if(c.isSubHeader&&b.hidden){b.show(false,true)}Ext.grid.header.Container.prototype.show.apply(this,arguments);if(c.isGroupHeader){c.maybeShowNestedGroupHeader()}b=c.getRootHeaderCt();if(b){b.onHeaderShow(c)}Ext.resumeLayouts(true);return c},shouldUpdateCell:function(b,d){if(!this.preventUpdate){if(this.hasCustomRenderer){return 1}if(d){var a=d.length,c,e;for(c=0;cActions
    ",ignoreExport:true,sortable:false,innerCls:"x-grid-cell-inner-action-col",actionIconCls:"x-action-col-icon",constructor:function(d){var g=this,b=Ext.apply({},d),c=b.items||g.items||[g],h,e,a;g.origRenderer=b.renderer||g.renderer;g.origScope=b.scope||g.scope;g.renderer=g.scope=b.renderer=b.scope=null;b.items=null;Ext.grid.column.Column.prototype.constructor.call(this,b);g.items=c;for(e=0,a=c.length;e":">")}return t},updater:function(a,e,c,b,g){var d={};Ext.fly(a).addCls(d.tdCls).down(this.getView().innerSelector,true).innerHTML=this.defaultRenderer(e,d,c,null,null,g,b)},enableAction:function(b,a){var c=this;if(!b){b=0}else{if(!Ext.isNumber(b)){b=Ext.Array.indexOf(c.items,b)}}c.items[b].disabled=false;c.up("tablepanel").el.select(".x-action-col-"+b).removeCls(c.disabledCls);if(!a){c.fireEvent("enable",c)}},disableAction:function(b,a){var c=this;if(!b){b=0}else{if(!Ext.isNumber(b)){b=Ext.Array.indexOf(c.items,b)}}c.items[b].disabled=true;c.up("tablepanel").el.select(".x-action-col-"+b).addCls(c.disabledCls);if(!a){c.fireEvent("disable",c)}},beforeDestroy:function(){this.renderer=this.items=null;return Ext.grid.column.Column.prototype.beforeDestroy.apply(this,arguments)},processEvent:function(k,m,o,b,l,i,d,q){var j=this,h=i.getTarget(),n=k==="keydown"&&i.getKey(),c,p,a,g=Ext.fly(o);i.stopSelection=!n&&j.stopSelection;if(n&&(h===o||!g.contains(h))){h=g.query("."+j.actionIconCls,true);if(h.length===1){h=h[0]}else{return}}if(h&&(c=h.className.match(j.actionIdRe))){p=j.items[parseInt(c[1],10)];a=p.disabled||(p.isDisabled?p.isDisabled.call(p.scope||j.origScope||j,m,b,l,p,d):false);if(p&&!a){if(k==="mousedown"&&!j.getView().actionableMode){i.preventDefault()}else{if(k==="click"||(n===i.ENTER||n===i.SPACE)){Ext.callback(p.handler||j.handler,p.scope||j.origScope,[m,b,l,p,i,d,q],undefined,j);if(!m.el.contains(Ext.Element.getActiveElement())){return false}}}}}return Ext.grid.column.Column.prototype.processEvent.apply(this,arguments)},cascade:function(b,a){b.call(a||this,this)},getRefItems:function(){return[]},privates:{getFocusables:function(){return[]},shouldUpdateCell:function(){return 2}}},1,["actioncolumn"],["component","box","container","headercontainer","gridcolumn","actioncolumn"],{component:true,box:true,container:true,headercontainer:true,gridcolumn:true,actioncolumn:true},["widget.actioncolumn"],0,[Ext.grid.column,"Action",Ext.grid,"ActionColumn"],0));(Ext.cmd.derive("Ext.grid.column.Boolean",Ext.grid.column.Column,{alternateClassName:"Ext.grid.BooleanColumn",trueText:"true",falseText:"false",undefinedText:" ",defaultFilterType:"boolean",producesHTML:false,defaultRenderer:function(a){if(a===undefined){return this.undefinedText}if(!a||a==="false"){return this.falseText}return this.trueText},updater:function(a,b){Ext.fly(a).down(this.getView().innerSelector,true).innerHTML=Ext.grid.column.Boolean.prototype.defaultRenderer.call(this,b)}},0,["booleancolumn"],["component","box","container","headercontainer","gridcolumn","booleancolumn"],{component:true,box:true,container:true,headercontainer:true,gridcolumn:true,booleancolumn:true},["widget.booleancolumn"],0,[Ext.grid.column,"Boolean",Ext.grid,"BooleanColumn"],0));(Ext.cmd.derive("Ext.grid.column.Check",Ext.grid.column.Column,{alternateClassName:["Ext.ux.CheckColumn","Ext.grid.column.CheckColumn"],align:"center",ignoreExport:true,stopSelection:true,tdCls:"x-grid-cell-checkcolumn",innerCls:"x-grid-cell-inner-checkcolumn",clickTargetName:"el",defaultFilterType:"boolean",constructor:function(){this.scope=this;Ext.grid.column.Column.prototype.constructor.apply(this,arguments)},processEvent:function(j,l,o,c,k,h,d,p){var i=this,n=j==="keydown"&&h.getKey(),a=j==="mousedown",b=i.disabled,g,m;h.stopSelection=!n&&i.stopSelection;if(!b&&(a||(n===h.ENTER||n===h.SPACE))){m=!i.isRecordChecked(d);if(i.fireEvent("beforecheckchange",i,c,m)!==false){i.setRecordCheck(d,m,o,p,h);i.fireEvent("checkchange",i,c,m);if(a&&!i.getView().actionableMode){h.preventDefault()}}}else{g=Ext.grid.column.Column.prototype.processEvent.apply(this,arguments)}return g},onEnable:function(){Ext.grid.column.Column.prototype.onEnable.apply(this,arguments);this._setDisabled(false)},onDisable:function(){this._setDisabled(true)},_setDisabled:function(c){var d=this,a=d.disabledCls,b;b=d.up("tablepanel").el.select(d.getCellSelector());if(c){b.addCls(a)}else{b.removeCls(a)}},defaultRenderer:function(c,b){var d="x-",a=d+"grid-checkcolumn";if(this.disabled){b.tdCls+=" "+this.disabledCls}if(c){a+=" "+d+"grid-checkcolumn-checked"}return'
    '},isRecordChecked:function(a){var b=this.property;if(b){return a[b]}return a.get(this.dataIndex)},setRecordCheck:function(b,d,a,h,g){var c=this,i=c.property;if(i){b[i]=d;c.updater(a,d)}else{b.set(c.dataIndex,d)}},updater:function(a,b){a=Ext.fly(a);a[this.disabled?"addCls":"removeCls"](this.disabledCls);Ext.fly(a.down(this.getView().innerSelector,true).firstChild)[b?"addCls":"removeCls"]("x-grid-checkcolumn-checked")}},1,["checkcolumn"],["component","box","container","headercontainer","gridcolumn","checkcolumn"],{component:true,box:true,container:true,headercontainer:true,gridcolumn:true,checkcolumn:true},["widget.checkcolumn"],0,[Ext.grid.column,"Check",Ext.ux,"CheckColumn",Ext.grid.column,"CheckColumn"],0));(Ext.cmd.derive("Ext.grid.column.Date",Ext.grid.column.Column,{alternateClassName:"Ext.grid.DateColumn",isDateColumn:true,defaultFilterType:"date",producesHTML:false,initComponent:function(){if(!this.format){this.format=Ext.Date.defaultFormat}Ext.grid.column.Column.prototype.initComponent.apply(this,arguments)},defaultRenderer:function(a){return Ext.util.Format.date(a,this.format)},updater:function(a,b){Ext.fly(a).down(this.getView().innerSelector,true).innerHTML=Ext.grid.column.Date.prototype.defaultRenderer.call(this,b)}},0,["datecolumn"],["component","box","container","headercontainer","gridcolumn","datecolumn"],{component:true,box:true,container:true,headercontainer:true,gridcolumn:true,datecolumn:true},["widget.datecolumn"],0,[Ext.grid.column,"Date",Ext.grid,"DateColumn"],0));(Ext.cmd.derive("Ext.grid.column.Number",Ext.grid.column.Column,{alternateClassName:"Ext.grid.NumberColumn",defaultFilterType:"number",format:"0,000.00",producesHTML:false,defaultRenderer:function(a){return Ext.util.Format.number(a,this.format)},updater:function(a,b){Ext.fly(a).down(this.getView().innerSelector,true).innerHTML=Ext.grid.column.Number.prototype.defaultRenderer.call(this,b)}},0,["numbercolumn"],["component","box","container","headercontainer","gridcolumn","numbercolumn"],{component:true,box:true,container:true,headercontainer:true,gridcolumn:true,numbercolumn:true},["widget.numbercolumn"],0,[Ext.grid.column,"Number",Ext.grid,"NumberColumn"],0));(Ext.cmd.derive("Ext.grid.column.RowNumberer",Ext.grid.column.Column,{alternateClassName:"Ext.grid.RowNumberer",isRowNumberer:true,text:" ",width:23,sortable:false,draggable:false,autoLock:true,lockable:false,align:"right",producesHTML:false,ignoreExport:true,constructor:function(a){var b=this;b.width=b.width;Ext.grid.column.Column.prototype.constructor.apply(this,arguments);b.sortable=false;b.scope=b},resizable:false,hideable:false,menuDisabled:true,dataIndex:"",cls:"x-row-numberer",tdCls:"x-grid-cell-row-numberer x-grid-cell-special",innerCls:"x-grid-cell-inner-row-numberer",rowspan:undefined,defaultRenderer:function(j,b,g,c,e,a,i){var d=this.rowspan,h=a.currentPage,k=i.store.indexOf(g);if(b&&d){b.tdAttr='rowspan="'+d+'"'}if(h>1){k+=(h-1)*a.pageSize}return k+1},updater:function(a,d,c,b,e){Ext.fly(a).down(this.getView().innerSelector,true).innerHTML=this.defaultRenderer(d,null,c,null,null,e,b)}},1,["rownumberer"],["component","box","container","headercontainer","gridcolumn","rownumberer"],{component:true,box:true,container:true,headercontainer:true,gridcolumn:true,rownumberer:true},["widget.rownumberer"],0,[Ext.grid.column,"RowNumberer",Ext.grid,"RowNumberer"],0));(Ext.cmd.derive("Ext.grid.column.Template",Ext.grid.column.Column,{alternateClassName:"Ext.grid.TemplateColumn",initComponent:function(){var a=this;a.tpl=(!Ext.isPrimitive(a.tpl)&&a.tpl.compile)?a.tpl:new Ext.XTemplate(a.tpl);a.hasCustomRenderer=true;Ext.grid.column.Column.prototype.initComponent.apply(this,arguments)},defaultRenderer:function(c,d,a){var b=Ext.apply({},a.data,a.getAssociatedData());return this.tpl.apply(b)},updater:function(a,b){Ext.fly(a).down(this.getView().innerSelector,true).innerHTML=Ext.grid.column.CheckColumn.prototype.defaultRenderer.call(this,b)}},0,["templatecolumn"],["component","box","container","headercontainer","gridcolumn","templatecolumn"],{component:true,box:true,container:true,headercontainer:true,gridcolumn:true,templatecolumn:true},["widget.templatecolumn"],0,[Ext.grid.column,"Template",Ext.grid,"TemplateColumn"],0));(Ext.cmd.derive("Ext.grid.column.Widget",Ext.grid.column.Column,{config:{defaultWidgetUI:{}},ignoreExport:true,sortable:false,onWidgetAttach:null,preventUpdate:true,stopSelection:true,initComponent:function(){var a=this,b;Ext.grid.column.Column.prototype.initComponent.apply(this,arguments);b=a.widget;a.widget=b=Ext.apply({},b);if(!b.ui){b.ui=a.getDefaultWidgetUI()[b.xtype]||"default"}a.isFixedSize=Ext.isNumber(b.width)},processEvent:function(g,i,j,a,h,d,b,k){var c;if(this.stopSelection&&g==="click"){c=d.getTarget(i.innerSelector);if(c&&c!==d.target){d.stopSelection=true}}},beforeRender:function(){var a=this,c=a.tdCls,b;a.listenerScopeFn=function(d){if(d==="this"){return this}return a.resolveListenerScope(d)};a.liveWidgets={};a.cachedStyles={};a.freeWidgetStack=[b=a.getFreeWidget()];c=c?c+" ":"";a.tdCls=c+b.getTdCls();a.setupViewListeners(a.getView());Ext.grid.column.Column.prototype.beforeRender.call(this)},afterRender:function(){var a=this.getView();Ext.grid.column.Column.prototype.afterRender.call(this);if(a&&a.viewReady&&!a.ownerGrid.reconfiguring){this.onViewRefresh(a,a.getViewRange())}},defaultRenderer:Ext.emptyFn,updater:function(a,c,b){this.updateWidget(b)},onResize:function(e){var d=this,b=d.liveWidgets,c=d.getView(),g,a;if(!d.isFixedSize&&d.rendered&&c&&c.viewReady){a=c.getEl().down(d.getCellInnerSelector());if(a){e-=parseInt(d.getCachedStyle(a,"padding-left"),10)+parseInt(d.getCachedStyle(a,"padding-right"),10);for(g in b){b[g].setWidth(e)}}}},onAdded:function(){var b=this,a;Ext.grid.column.Column.prototype.onAdded.apply(this,arguments);a=b.getView();if(a){b.setupViewListeners(a);if(a&&a.viewReady&&b.rendered&&a.getEl().down(b.getCellSelector())){b.onViewRefresh(a,a.getViewRange())}}},onRemoved:function(c){var d=this,a=d.liveWidgets,b=d.viewListeners,e;if(d.rendered){d.viewListeners=b&&Ext.destroy(b);if(!c){for(e in a){a[e].detachFromBody()}}}Ext.grid.column.Column.prototype.onRemoved.apply(this,arguments)},onDestroy:function(){var c=this,h=c.liveWidgets,g=c.freeWidgetStack,e,d,b,a;if(c.rendered){for(e in h){d=h[e];d.$widgetRecord=d.$widgetColumn=null;delete d.getWidgetRecord;delete d.getWidgetColumn;d.destroy()}for(b=0,a=g.length;b0){l=g.getModel();for(q=0;q-1},indexOfPlaceholder:function(a){return this.data.indexOf(a)},indexOfId:function(a){return this.data.indexOfKey(a)},indexOfTotal:function(a){return this.store.indexOf(a)},onAdd:function(a){var b=this;b.processStore(b.store);b.fireEvent("refresh",b);return false},onClear:function(b,a,d){var c=this;c.processStore(c.store);c.fireEvent("clear",c)},onIdChanged:function(a,d,c,b){this.data.updateKey(d,c)},onRefresh:function(){this.processStore(this.store);this.fireEvent("refresh",this)},onRemove:function(){var a=this;a.processStore(a.store);a.fireEvent("refresh",a);return false},onUpdate:function(k,g,c,e){var j=this,a=j.groupingFeature,l,d,i,b,h;if(k.isGrouped()){l=g.group=a.getGroup(g);if(l){d=a.getMetaGroup(g);if(e&&Ext.Array.contains(e,a.getGroupField())){return j.onRefresh(j.store)}if(d.isCollapsed){j.fireEvent("update",j,d.placeholder)}else{Ext.suspendLayouts();j.fireEvent("update",j,g,c,e);h=l.items;i=h[0];b=h[h.length-1];if(i!==g){i.group=l;j.fireEvent("update",j,i,"edit",e);delete i.group}if(b!==g&&b!==i&&a.showSummaryRow){b.group=l;j.fireEvent("update",j,b,"edit",e);delete b.group}Ext.resumeLayouts(true)}}delete g.group}else{j.fireEvent("update",j,g,c,e)}},onGroupChange:function(b,a){if(!a){this.processStore(b)}this.fireEvent("groupchange",b,a)},destroy:function(){var a=this;a.bindStore(null);Ext.destroyMembers(a,"data","groupingFeature");Ext.util.Observable.prototype.destroy.call(this)}},1,0,0,0,0,0,[Ext.grid.feature,"GroupStore"],0));(Ext.cmd.derive("Ext.grid.feature.Grouping",Ext.grid.feature.Feature,{eventPrefix:"group",eventSelector:".x-grid-group-hd",refreshData:{},wrapsItem:true,groupHeaderTpl:"{columnName}: {name}",depthToIndent:17,collapsedCls:"x-grid-group-collapsed",hdCollapsedCls:"x-grid-group-hd-collapsed",hdNotCollapsibleCls:"x-grid-group-hd-not-collapsible",collapsibleCls:"x-grid-group-hd-collapsible",ctCls:"x-group-hd-container",groupByText:"Group by this field",showGroupsText:"Show in groups",hideGroupedHeader:false,startCollapsed:false,enableGroupingMenu:true,enableNoGroups:true,collapsible:true,groupers:null,expandTip:"Click to expand. CTRL key collapses all others",collapseTip:"Click to collapse. CTRL/click collapses all others",showSummaryRow:false,outerTpl:["{%","if (!(this.groupingFeature.disabled || values.rows.length === 1 && values.rows[0].isSummary)) {","this.groupingFeature.setup(values.rows, values.view.rowValues);","}","this.nextTpl.applyOut(values, out, parent);","if (!(this.groupingFeature.disabled || values.rows.length === 1 && values.rows[0].isSummary)) {","this.groupingFeature.cleanup(values.rows, values.view.rowValues);","}","%}",{priority:200}],groupRowTpl:["{%","var me = this.groupingFeature,",'colspan = "colspan=" + values.columns.length;',"if (me.disabled || parent.rows.length === 1 && parent.rows[0].isSummary) {","values.needsWrap = false;","} else {","me.setupRowData(values.record, values.rowIndex, values);","}","%}",'','',"{% values.view.renderColumnSizer(values, out); %}",'','',"{%",'var groupTitleStyle = (!values.view.lockingPartner || (values.view.ownerCt === values.view.ownerCt.ownerLockable.lockedGrid) || (values.view.lockingPartner.headerCt.getVisibleGridColumns().length === 0)) ? "" : "visibility:hidden";',"%}",'
    ','
    ','{[values.groupHeaderTpl.apply(values.metaGroupCache, parent) || " "]}',"
    ","
    ","","","
    ",'',"{%","values.itemClasses.length = 0;","this.nextTpl.applyOut(values, out, parent);","%}","",'',"{%me.outputSummaryRecord(values.summaryRecord, values, out, parent);%}","","","{%this.nextTpl.applyOut(values, out, parent);%}","",{priority:200,beginRowSync:function(a){var b=this.groupingFeature;a.add("header",b.eventSelector);a.add("summary",b.summaryRowSelector)},syncContent:function(b,i,a){b=Ext.fly(b,"syncDest");i=Ext.fly(i,"syncSrc");var e=this.groupingFeature,d=b.down(e.eventSelector,true),c=i.down(e.eventSelector,true),h=b.down(e.summaryRowSelector,true),g=i.down(e.summaryRowSelector,true);if(d&&c){Ext.fly(d).syncContent(c)}if(h&&g){if(a){this.groupingFeature.view.updateColumns(h,g,a)}else{Ext.fly(h).syncContent(g)}}}}],init:function(c){var e=this,a=e.view,b=e.getGridStore(),d,g;a.isGrouping=b.isGrouped();e.mixins.summary.init.call(e);Ext.grid.feature.Feature.prototype.init.call(this,c);a.headerCt.on({columnhide:e.onColumnHideShow,columnshow:e.onColumnHideShow,columnmove:e.onColumnMove,scope:e});a.addTpl(Ext.XTemplate.getTpl(e,"outerTpl")).groupingFeature=e;a.addRowTpl(Ext.XTemplate.getTpl(e,"groupRowTpl")).groupingFeature=e;a.preserveScrollOnRefresh=true;if(b.isBufferedStore){e.collapsible=false}else{d=e.lockingPartner;if(d&&d.dataSource){e.dataSource=a.dataSource=g=d.dataSource}else{e.dataSource=a.dataSource=g=new Ext.grid.feature.GroupStore(e,b)}}c=c.ownerLockable||c;c.on("beforereconfigure",e.beforeReconfigure,e);a.on({afterrender:e.afterViewRender,scope:e,single:true});if(g){g.on("groupchange",e.onGroupChange,e)}else{e.setupStoreListeners(b)}e.mixins.summary.bindStore.call(e,c,c.getStore())},getGridStore:function(){return this.view.getStore()},indexOf:function(a){return this.dataSource.indexOf(a)},indexOfPlaceholder:function(a){return this.dataSource.indexOfPlaceholder(a)},isInCollapsedGroup:function(b){var e=this,d=e.getGridStore(),a=false,c;if(d.isGrouped()&&(c=e.getMetaGroup(b))){a=!!(c&&c.isCollapsed)}return a},createCache:function(){var a=this.metaGroupCache={},b=this.lockingPartner;if(b){b.metaGroupCache=a}a.map={};return a},getCache:function(){return this.metaGroupCache||this.createCache()},invalidateCache:function(){var a=this.lockingPartner;this.metaGroupCache=null;if(a){a.metaGroupCache=null}},vetoEvent:function(a,c,d,b){if(b.type!=="mouseover"&&b.type!=="mouseout"&&b.type!=="mouseenter"&&b.type!=="mouseleave"&&b.getTarget(this.eventSelector)){return false}},enable:function(){var c=this,a=c.view,b=c.getGridStore(),e=c.hideGroupedHeader&&c.getGroupedHeader(),d;a.isGrouping=true;if(a.lockingPartner){a.lockingPartner.isGrouping=true}Ext.grid.feature.Feature.prototype.enable.call(this);if(c.lastGrouper){b.group(c.lastGrouper);c.lastGrouper=null}if(e){e.hide()}d=c.view.headerCt.getMenu().down("#groupToggleMenuItem");if(d){d.setChecked(true,true)}},disable:function(){var c=this,a=c.view,b=c.getGridStore(),g=c.hideGroupedHeader&&c.getGroupedHeader(),e=b.getGrouper(),d;a.isGrouping=false;if(a.lockingPartner){a.lockingPartner.isGrouping=false}Ext.grid.feature.Feature.prototype.disable.call(this);if(e){c.lastGrouper=e;b.clearGrouping()}if(g){g.show()}d=c.view.headerCt.getMenu().down("#groupToggleMenuItem");if(d){d.setChecked(false,true);d.disable()}},afterViewRender:function(){var b=this,a=b.view;a.on({scope:b,groupclick:b.onGroupClick});if(b.enableGroupingMenu){b.injectGroupingMenu()}b.pruneGroupedHeader();b.lastGrouper=b.getGridStore().getGrouper();if(b.disabled){b.disable()}},injectGroupingMenu:function(){var a=this,b=a.view.headerCt;b.showMenuBy=a.showMenuBy;b.getMenuItems=a.getMenuItems()},onColumnHideShow:function(d,h){var l=this,m=l.view,b=m.headerCt,a=b.getMenu(),c=a.activeHeader,n=a.down("#groupMenuItem"),g,o=l.grid.getVisibleColumnManager().getColumns().length,k,j,e;if(c&&n){g=c.groupable===false||!c.dataIndex||l.view.headerCt.getVisibleGridColumns().length<2?"disable":"enable";n[g]()}if(m.rendered&&o){k=m.el.query("."+l.ctCls);for(e=0,j=k.length;e','','
    {rowBody}
    ',"","","{%","if(this.rowBody.bodyBefore) {","this.nextTpl.applyOut(values, out, parent);","}","%}",{priority:100,beginRowSync:function(a){a.add("rowBody",this.owner.eventSelector)},syncContent:function(c,g,b){var a=this.owner,d=Ext.fly(c).down(a.eventSelector,true),e;if(d&&(e=Ext.fly(g).down(a.eventSelector,true))){Ext.fly(d).syncContent(e)}}}],init:function(b){var c=this,a=c.view=b.getView();b.variableRowHeight=a.variableRowHeight=true;a.rowBodyFeature=c;b.mon(a,{element:"el",click:c.onClick,scope:c});a.headerCt.on({columnschanged:c.onColumnsChanged,scope:c});a.addTpl(c.outerTpl).rowBody=c;a.addRowTpl(Ext.XTemplate.getTpl(this,"extraRowTpl")).rowBody=c;Ext.grid.feature.Feature.prototype.init.apply(this,arguments)},onClick:function(c){var b=this,a=c.getTarget(b.eventSelector);if(a&&Ext.fly(a=(a.previousSibling||a.nextSibling)).is(b.view.rowSelector)){c.target=a;b.view.handleEvent(c)}},getSelectedRow:function(a,c){var b=a.getNode(c);if(b){return Ext.fly(b).down(this.eventSelector)}return null},onColumnsChanged:function(d){var b=this.view.el.query(this.rowBodyTdSelector),e=d.getVisibleGridColumns().length,a=b.length,c;for(c=0;c','','',"
    ",""],scrollable:{x:false,y:false},hidden:!d.showSummaryRow,itemId:"summaryBar",cls:[d.dockedSummaryCls,d.dockedSummaryCls+"-"+c],xtype:"component",dock:c,weight:10000000})[0]},afterrender:function(){b.getView().getScrollable().addPartner(d.summaryBar.getScrollable());d.onStoreUpdate()},single:true});b.headerCt.afterComponentLayout=Ext.Function.createSequence(b.headerCt.afterComponentLayout,function(){var e=this.getTableWidth(),g=d.summaryBar.innerCt;d.summaryBar.item.setWidth(e);if(this.tooNarrow){e+=Ext.getScrollbarSize().width}g.setWidth(e)})}else{if(b.bufferedRenderer){d.wrapsItem=true;a.addRowTpl(Ext.XTemplate.getTpl(d,"fullSummaryTpl")).summaryFeature=d;a.on("refresh",d.onViewRefresh,d)}else{d.wrapsItem=false;d.view.addFooterFn(d.renderSummaryRow)}}b.ownerGrid.on({beforereconfigure:d.onBeforeReconfigure,columnmove:d.onStoreUpdate,scope:d});d.bindStore(b,b.getStore())},onBeforeReconfigure:function(b,a){this.summaryRecord=null;if(a){this.bindStore(b,a)}},bindStore:function(b,a){var c=this;Ext.destroy(c.storeListeners);c.storeListeners=a.on({scope:c,destroyable:true,update:c.onStoreUpdate,datachanged:c.onStoreUpdate});Ext.grid.feature.AbstractSummary.prototype.bindStore.call(this,b,a)},renderSummaryRow:function(c,d,e){var b=c.view,g=b.findFeature("summary"),a,h;if(!g.disabled&&g.showSummaryRow){a=g.summaryRecord;d.push('');g.outputSummaryRecord((a&&a.isModel)?a:g.createSummaryRecord(b),c,d,e);d.push("
    ")}},toggleSummaryRow:function(d,a){var c=this,b=c.summaryBar;Ext.grid.feature.AbstractSummary.prototype.toggleSummaryRow.call(this,d,a);if(b){b.setVisible(c.showSummaryRow);c.onViewScroll()}},getSummaryBar:function(){return this.summaryBar},vetoEvent:function(a,c,d,b){return !b.getTarget(this.summaryRowSelector)},onViewScroll:function(){this.summaryBar.setScrollX(this.view.getScrollX())},onViewRefresh:function(b){var c=this,a,d;if(!c.disabled&&c.showSummaryRow&&!b.all.getCount()){a=c.createSummaryRecord(b);d=Ext.fly(b.getNodeContainer()).createChild({tag:"table",cellpadding:0,cellspacing:0,cls:c.summaryItemCls,style:"table-layout: fixed; width: 100%"},false,true);d.appendChild(Ext.fly(b.createRowElement(a,-1)).down(c.summaryRowSelector,true))}},createSummaryRecord:function(j){var h=this,d=j.headerCt.getGridColumns(),a=h.remoteRoot,g=h.summaryRecord,l=d.length,e,c,k,b,m;if(!g){m={id:j.id+"-summary-record"};g=h.summaryRecord=new Ext.data.Model(m)}g.beginEdit();if(a){b=h.generateSummaryData();if(b){g.set(b)}}else{for(e=0;e{text} {linkHrefCls}{childElCls}" href="{href}" target="{hrefTarget}" hidefocus="true" unselectable="on" tabindex="{tabIndex}" {$}="{.}">{text}
    ',maskOnDisable:false,iconAlign:"left",initComponent:function(){var b=this,a=b.cls?[b.cls]:[],c;if(b.hasOwnProperty("canActivate")){b.focusable=b.canActivate}if(b.plain){a.push("x-menu-item-plain")}if(a.length){b.cls=a.join(" ")}if(b.menu){c=b.menu;b.menu=null;b.setMenu(c)}Ext.Component.prototype.initComponent.apply(this,arguments)},canFocus:function(){var a=this;return a.focusable&&a.rendered&&a.canActivate!==false&&!a.destroying&&!a.destroyed&&a.isVisible(true)},onFocus:function(b){var a=this;Ext.Component.prototype.onFocus.call(this,b);if(!a.disabled){if(!a.plain){a.addCls(a.activeCls)}a.activated=true;if(a.hasListeners.activate){a.fireEvent("activate",a)}}},onFocusLeave:function(b){var a=this;Ext.Component.prototype.onFocusLeave.call(this,b);if(a.activated){if(!a.plain){a.removeCls(a.activeCls)}a.doHideMenu();a.activated=false;if(a.hasListeners.deactivate){a.fireEvent("deactivate",a)}}},doHideMenu:function(){var a=this.menu;this.cancelDeferExpand();if(a&&a.isVisible()){a.hide()}},deferHideParentMenus:function(){for(var a=this.getRefOwner();a&&((a.isMenu&&a.floating)||a.isMenuItem);a=a.getRefOwner()){if(a.isMenu){a.hide()}}},expandMenu:function(c,a){var b=this;if(b.activated&&b.menu){b.hideOnClick=false;b.cancelDeferHide();a=a==null?b.menuExpandDelay:a;if(a===0){b.doExpandMenu(c)}else{b.cancelDeferExpand();b.expandMenuTimer=Ext.defer(b.doExpandMenu,a,b,[c])}}},doExpandMenu:function(a){var b=this,c=b.menu;if(!c.isVisible()){b.parentMenu.activeChild=c;c.ownerCmp=b;c.parentMenu=b.parentMenu;c.constrainTo=document.body;c.autoFocus=!a||!a.pointerType;c.showBy(b,b.menuAlign)}},getRefItems:function(a){var c=this.menu,b;if(c){b=c.getRefItems(a);b.unshift(c)}return b||[]},getValue:function(){return this.value},hideMenu:function(a){var b=this;if(b.menu){b.cancelDeferExpand();b.hideMenuTimer=Ext.defer(b.doHideMenu,Ext.isNumber(a)?a:b.menuHideDelay,b)}},onClick:function(g){var d=this,c=d.clickHideDelay,h=g.browserEvent,b,a;if(!d.href||d.disabled){g.stopEvent();if(d.disabled){return false}}if(d.disabled||d.handlingClick){return}if(d.hideOnClick){if(!c){d.deferHideParentMenus()}else{d.deferHideParentMenusTimer=Ext.defer(d.deferHideParentMenus,c,d)}}b=d.fireEvent("click",d,g);if(d.destroyed){return}if(b!==false&&d.handler){Ext.callback(d.handler,d.scope,[d,g],0,d)}if(Ext.isIE9m){a=h.returnValue===false?true:false}else{a=!!h.defaultPrevented}if(d.href&&g.type!=="click"&&!a){d.handlingClick=true;d.itemEl.dom.click();d.handlingClick=false}if(!d.hideOnClick){d.focus()}return b},onRemoved:function(){var a=this;if(a.activated&&a.parentMenu.activeItem===a){a.parentMenu.deactivateActiveItem()}Ext.Component.prototype.onRemoved.apply(this,arguments);a.parentMenu=a.ownerCmp=null},beforeDestroy:function(){var a=this;if(a.rendered){a.clearTip()}Ext.Component.prototype.beforeDestroy.call(this)},onDestroy:function(){var a=this;a.cancelDeferExpand();a.cancelDeferHide();clearTimeout(a.deferHideParentMenusTimer);a.setMenu(null);Ext.Component.prototype.onDestroy.apply(this,arguments)},beforeRender:function(){var j=this,k=j.glyph,i=Ext._glyphFontFamily,e=!!(j.icon||j.iconCls||k),l=!!j.menu,g=((j.iconAlign==="right")&&!l),c=j.isMenuCheckItem,a=[],d=j.ownerCt,h=d.plain,b;if(j.plain){j.ariaEl="el"}Ext.Component.prototype.beforeRender.call(this);if(e){if(l&&j.showCheckbox){e=false}}if(typeof k==="string"){b=k.split("@");k=b[0];i=b[1]}if(!h||(e&&!g)||c){if(d.showSeparator&&!h){a.push(j.indentCls)}else{a.push(j.indentNoSeparatorCls)}}if(l){a.push(j.indentRightArrowCls)}else{if(e&&(g||c)){a.push(j.indentRightIconCls)}}Ext.applyIf(j.renderData,{hasHref:!!j.href,href:j.href||"#",hrefTarget:j.hrefTarget,icon:j.icon,iconCls:j.iconCls,glyph:k,glyphCls:k?"x-menu-item-glyph":undefined,glyphFontFamily:i,hasIcon:e,hasMenu:l,indent:!h||e||c,isCheckItem:c,rightIcon:g,plain:j.plain,text:j.text,arrowCls:j.arrowCls,baseIconCls:j.baseIconCls,textCls:j.textCls,indentCls:a.join(" "),linkCls:j.linkCls,linkHrefCls:j.linkHrefCls,groupCls:j.group?j.groupCls:"",tabIndex:j.tabIndex})},onRender:function(){var a=this;Ext.Component.prototype.onRender.apply(this,arguments);if(a.tooltip){a.setTooltip(a.tooltip,true)}},getMenu:function(){return this.menu||null},setMenu:function(i,h){var g=this,c=g.menu,b=g.arrowEl,a=g.ariaEl.dom,e,d;if(c){c.ownerCmp=c.parentMenu=null;if(h===true||(h!==false&&g.destroyMenu)){Ext.destroy(c)}if(a){a.removeAttribute("aria-haspopup");a.removeAttribute("aria-owns")}else{e=(g.ariaRenderAttributes||(g.ariaRenderAttributes={}));delete e["aria-haspopup"];delete e["aria-owns"]}}if(i){d=i.isMenu;i=g.menu=Ext.menu.Manager.get(i,{ownerCmp:g,focusOnToFront:false});i.setOwnerCmp(g,d);if(a){a.setAttribute("aria-haspopup",true);a.setAttribute("aria-owns",i.id)}else{e=(g.ariaRenderAttributes||(g.ariaRenderAttributes={}));e["aria-haspopup"]=true;e["aria-owns"]=i.id}}else{i=g.menu=null}if(i&&g.rendered&&!g.destroying&&b){b[i?"addCls":"removeCls"](g.arrowCls)}},setHandler:function(b,a){this.handler=b||null;this.scope=a},setIcon:function(b){var a=this.iconEl,c=this.icon;if(a){a.src=b||Ext.BLANK_IMAGE_URL}this.icon=b;this.fireEvent("iconchange",this,c,b)},setIconCls:function(b){var d=this,a=d.iconEl,c=d.iconCls;if(a){if(d.iconCls){a.removeCls(d.iconCls)}if(b){a.addCls(b)}}d.iconCls=b;d.fireEvent("iconchange",d,c,b)},setText:function(d){var c=this,b=c.textEl||c.el,a=c.text;c.text=d;if(c.rendered){b.setHtml(d||"");c.updateLayout()}c.fireEvent("textchange",c,a,d)},getTipAttr:function(){return this.tooltipType==="qtip"?"data-qtip":"title"},clearTip:function(){if(Ext.quickTipsActive&&Ext.isObject(this.tooltip)){Ext.tip.QuickTipManager.unregister(this.itemEl)}},setTooltip:function(c,a){var b=this;if(b.rendered){if(!a){b.clearTip()}if(Ext.quickTipsActive&&Ext.isObject(c)){Ext.tip.QuickTipManager.register(Ext.apply({target:b.itemEl.id},c));b.tooltip=c}else{b.itemEl.dom.setAttribute(b.getTipAttr(),c)}}else{b.tooltip=c}return b},privates:{cancelDeferExpand:function(){window.clearTimeout(this.expandMenuTimer)},cancelDeferHide:function(){window.clearTimeout(this.hideMenuTimer)},getFocusEl:function(){return this.plain?this.el:this.itemEl}}},0,["menuitem"],["component","box","menuitem"],{component:true,box:true,menuitem:true},["widget.menuitem"],[[Ext.mixin.Queryable.prototype.mixinId||Ext.mixin.Queryable.$className,Ext.mixin.Queryable]],[Ext.menu,"Item",Ext.menu,"TextItem"],0));(Ext.cmd.derive("Ext.menu.CheckItem",Ext.menu.Item,{checkedCls:"x-menu-item-checked",uncheckedCls:"x-menu-item-unchecked",groupCls:"x-menu-group-icon",hideOnClick:false,checkChangeDisabled:false,submenuText:"{0} submenu",ariaRole:"menuitemcheckbox",childEls:["checkEl"],showCheckbox:true,isMenuCheckItem:true,checkboxCls:"x-menu-item-checkbox",initComponent:function(){var a=this;a.checked=!!a.checked;Ext.menu.Item.prototype.initComponent.apply(this,arguments);if(a.group){Ext.menu.Manager.registerCheckable(a);if(a.initialConfig.hideOnClick!==false){a.hideOnClick=true}}},beforeRender:function(){var b=this,a;Ext.menu.Item.prototype.beforeRender.call(this);Ext.apply(b.renderData,{checkboxCls:b.checkboxCls,showCheckbox:b.showCheckbox});a=(b.ariaRenderAttributes||(b.ariaRenderAttributes={}));a["aria-checked"]=b.menu?"mixed":b.checked;if(b.menu){a["aria-label"]=Ext.String.formatEncode(b.submenuText,b.text)}},afterRender:function(){var a=this;Ext.menu.Item.prototype.afterRender.call(this);a.checked=!a.checked;a.setChecked(!a.checked,true);if(a.checkChangeDisabled){a.disableCheckChange()}if(Ext.isGecko&&a.checkEl){a.checkEl.on("mousedown",a.onMouseDownCheck)}},disableCheckChange:function(){var b=this,a=b.checkEl;if(a){a.addCls(b.disabledCls)}if(Ext.isIE8&&b.rendered){b.el.repaint()}b.checkChangeDisabled=true},enableCheckChange:function(){var b=this,a=b.checkEl;if(a){a.removeCls(b.disabledCls)}b.checkChangeDisabled=false},onMouseDownCheck:function(a){a.preventDefault()},onClick:function(b){var a=this;if(!(a.disabled||a.checkChangeDisabled||a.checked&&a.group||a.menu&&"touch"===b.pointerType&&!a.checkEl.contains(b.target))){a.setChecked(!a.checked);if(b.type==="keydown"&&a.menu){return false}}Ext.menu.Item.prototype.onClick.call(this,b)},onDestroy:function(){Ext.menu.Manager.unregisterCheckable(this);Ext.menu.Item.prototype.onDestroy.apply(this,arguments)},setText:function(c){var b=this,a=b.ariaEl.dom;Ext.menu.Item.prototype.setText.call(this,c);if(a&&b.menu){a.setAttribute("aria-label",Ext.String.formatEncode(b.submenuText,c))}},setChecked:function(e,c){var d=this,g=d.checkedCls,h=d.uncheckedCls,b=d.el,a=d.ariaEl.dom;if(d.checked!==e&&(c||d.fireEvent("beforecheckchange",d,e)!==false)){if(b){if(e){b.addCls(g);b.removeCls(h)}else{b.addCls(h);b.removeCls(g)}}if(a){a.setAttribute("aria-checked",d.menu?"mixed":!!e)}d.checked=e;Ext.menu.Manager.onCheckChange(d,e);if(!c){Ext.callback(d.checkHandler,d.scope,[d,e],0,d);d.fireEvent("checkchange",d,e)}}}},0,["menucheckitem"],["component","box","menuitem","menucheckitem"],{component:true,box:true,menuitem:true,menucheckitem:true},["widget.menucheckitem"],0,[Ext.menu,"CheckItem"],0));(Ext.cmd.derive("Ext.menu.Separator",Ext.menu.Item,{focusable:false,canActivate:false,hideOnClick:false,plain:true,separatorCls:"x-menu-item-separator",text:" ",ariaRole:"separator",beforeRender:function(){this.addCls(this.separatorCls);Ext.menu.Item.prototype.beforeRender.call(this)}},0,["menuseparator"],["component","box","menuitem","menuseparator"],{component:true,box:true,menuitem:true,menuseparator:true},["widget.menuseparator"],0,[Ext.menu,"Separator"],0));(Ext.cmd.derive("Ext.menu.Menu",Ext.panel.Panel,{enableKeyNav:true,allowOtherMenus:false,ariaRole:"menu",floating:true,constrain:true,hidden:true,hideMode:"visibility",ignoreParentClicks:false,isMenu:true,showSeparator:true,minWidth:undefined,defaultMinWidth:120,defaultAlign:"tl-bl?",focusOnToFront:false,bringParentToFront:false,defaultFocus:":focusable",menuClickBuffer:0,baseCls:"x-menu",_iconSeparatorCls:"x-menu-icon-separator",_itemCmpCls:"x-menu-item-cmp",layout:{type:"vbox",align:"stretchmax",overflowHandler:"Scroller"},initComponent:function(){var c=this,a=["x-menu"],d=c.bodyCls?[c.bodyCls]:[],e=c.floating!==false,b={element:"el",click:c.onClick,mouseover:c.onMouseOver,scope:c};if(Ext.supports.Touch){b.pointerdown=c.onMouseOver}c.on(b);c.on({beforeshow:c.onBeforeShow,scope:c});if(c.plain){a.push("x-menu-plain")}c.cls=a.join(" ");d.push("x-menu-body",Ext.dom.Element.unselectableCls);c.bodyCls=d.join(" ");if(e){if(c.minWidth===undefined){c.minWidth=c.defaultMinWidth}}else{c.hidden=!!c.initialConfig.hidden;c.constrain=false}Ext.panel.Panel.prototype.initComponent.apply(this,arguments);Ext.override(c.getLayout(),{configureItem:c.configureItem})},initFloatConstrain:Ext.emptyFn,getInherited:function(){var a=Ext.panel.Panel.prototype.getInherited.call(this);a.hidden=this.hidden;return a},beforeRender:function(){var a=this;Ext.panel.Panel.prototype.beforeRender.apply(this,arguments);if(!a.getSizeModel().width.shrinkWrap){a.layout.align="stretch"}if(a.floating){a.ariaRenderAttributes=a.ariaRenderAttributes||{};a.ariaRenderAttributes["aria-expanded"]=!!a.autoShow}},onBoxReady:function(){var b=this,c=b._iconSeparatorCls,a=b.focusableKeyNav;if(a){a.map.processEventScope=b;a.map.processEvent=function(d){if(d.keyCode===d.ESC){d.target=this.el.dom}return d};a.map.addBinding([{key:Ext.event.Event.ESC,handler:b.onEscapeKey,scope:b},{key:/[\w]/,handler:b.onShortcutKey,scope:b,shift:false,ctrl:false,alt:false}])}else{b.escapeKeyNav=new Ext.util.KeyNav(b.el,{eventName:"keydown",scope:b,esc:b.onEscapeKey})}Ext.panel.Panel.prototype.onBoxReady.apply(this,arguments);if(b.showSeparator){b.iconSepEl=b.body.insertFirst({role:"presentation",cls:c+" "+c+"-"+b.ui,html:" "})}if(Ext.supports.MSPointerEvents||Ext.supports.PointerEvents){b.el.on({scope:b,click:b.preventClick,translate:false})}b.mouseMonitor=b.el.monitorMouseLeave(100,b.onMouseLeave,b)},onFocusLeave:function(b){var a=this;Ext.panel.Panel.prototype.onFocusLeave.call(this,b);a.mixins.focusablecontainer.onFocusLeave.call(a,b);if(a.floating){a.hide()}},canActivateItem:function(a){return a&&a.isFocusable()},deactivateActiveItem:function(){var a=this,b=a.lastFocusedChild;if(b){b.blur()}},getItemFromEvent:function(d){var a=this,c=a.layout.getRenderTarget().dom,b=d.getTarget();while(b.parentNode!==c){b=b.parentNode;if(!b){return}}return Ext.getCmp(b.id)},lookupComponent:function(b){var a=this;if(typeof b==="string"){b=a.lookupItemFromString(b)}else{if(Ext.isObject(b)){b=a.lookupItemFromObject(b)}}if(!b.dock){b.minWidth=b.minWidth||a.minWidth}return b},lookupItemFromObject:function(b){var a=this;if(!b.isComponent){if(!b.xtype){b=Ext.create("Ext.menu."+(Ext.isBoolean(b.checked)?"Check":"")+"Item",b)}else{b=Ext.ComponentManager.create(b,b.xtype)}}if(b.isMenuItem){b.parentMenu=a}return b},lookupItemFromString:function(a){return(a==="separator"||a==="-")?new Ext.menu.Separator():new Ext.menu.Item({canActivate:false,hideOnClick:false,plain:true,text:a})},configureItem:function(c){var b=this.owner,e="x-",d=b.ui,a,g;if(c.isMenuItem){c.setUI(d)}else{if(b.items.getCount()>1&&!c.rendered&&!c.dock){g=b._itemCmpCls;a=[g+" "+g+"-"+d];if(!b.plain&&(c.indent!==false||c.iconCls==="no-icon")){a.push(e+"menu-item-indent-"+d)}if(c.rendered){c.el.addCls(a)}else{c.cls=(c.cls||"")+" "+a.join(" ")}c.$extraMenuCls=a}}this.callParent(arguments)},onRemove:function(a){Ext.panel.Panel.prototype.onRemove.call(this,a);if(!a.destroyed&&a.$extraMenuCls){a.el.removeCls(a.$extraMenuCls)}},onClick:function(h){var g=this,c=h.type,d,b,a=c==="keydown";if(g.disabled){h.stopEvent();return}d=g.getItemFromEvent(h);if(d&&d.isMenuItem){if(!d.menu||!g.ignoreParentClicks){b=d.onClick(h)}else{h.stopEvent()}if(d.menu&&b!==false&&a){d.expandMenu(h,0)}}if(!d||d.disabled){d=undefined}g.fireEvent("click",g,d,h)},onDestroy:function(){var a=this;if(a.escapeKeyNav){a.escapeKeyNav.destroy()}a.parentMenu=a.ownerCmp=a.escapeKeyNav=null;if(a.rendered){a.el.un(a.mouseMonitor);Ext.destroy(a.iconSepEl)}Ext.menu.Manager.onHide(a);Ext.panel.Panel.prototype.onDestroy.apply(this,arguments)},onMouseLeave:function(a){if(this.disabled){return}this.fireEvent("mouseleave",this,a)},onMouseOver:function(h){var g=this,i=h.getRelatedTarget(),b=!g.el.contains(i),d=g.getItemFromEvent(h),c=g.parentMenu,a=g.ownerCmp;if(b&&c){c.setActiveItem(a);a.cancelDeferHide();c.mouseMonitor.mouseenter()}if(g.disabled){return}if(d){if(!d.containsFocus){d.focus()}if(d.expandMenu){d.expandMenu(h)}}if(b){g.fireEvent("mouseenter",g,h)}g.fireEvent("mouseover",g,d,h)},setActiveItem:function(b){var a=this;if(b&&(b!==a.lastFocusedChild)){a.focusChild(b,1)}},onEscapeKey:function(){if(this.floating){this.hide()}},onShortcutKey:function(j,h){var b=String.fromCharCode(h.getCharCode()),c=this.query(">[text]"),a=c.length,g=this.lastFocusedChild,k=Ext.Array.indexOf(c,g),d=k;for(;;){if(++d===a){d=0}g=c[d];if(d===k){return}if(g.text&&g.text[0].toUpperCase()===b){g.focus();return}}},onFocusableContainerTabKey:function(a){if(this.floating){this.hide()}},onFocusableContainerEnterKey:function(a){this.onClick(a)},onFocusableContainerSpaceKey:function(a){this.onClick(a)},onFocusableContainerLeftKey:function(a){a.preventDefault();if(this.parentMenu){this.ownerCmp.focus();this.hide()}},onFocusableContainerRightKey:function(b){var a=this,c=a.lastFocusedChild;b.preventDefault();if(c&&c.expandMenu){c.expandMenu(b,0)}},onBeforeShow:function(){if(Ext.Date.getElapsed(this.lastHide)+c)){a.up("menuitem").setChecked(false,true);if(b.gt.getValue()!=null){j.gt=null}}}}j[i.filterKey]=c;h.setValue(j);g.up("menu").hide()}},0,0,0,0,["grid.filter.date"],0,[Ext.grid.filters.filter,"Date"],0));(Ext.cmd.derive("Ext.grid.filters.filter.List",Ext.grid.filters.filter.SingleFilter,{type:"list",operator:"in",itemDefaults:{checked:false,hideOnClick:false},idField:"id",labelField:"text",labelIndex:null,loadingText:"Loading...",loadOnShow:true,single:false,plain:true,constructor:function(a){var c=this,b;Ext.grid.filters.filter.SingleFilter.prototype.constructor.call(this,a);c.labelIndex=c.labelIndex||c.column.dataIndex;if(!c.options&&(c.value!=null)&&c.active){b=c.getGridStore();if(!b.isEmptyStore){b.on(c.getGridStoreListeners())}c.grid.on("reconfigure",c.onReconfigure,c);c.inferOptionsFromGridStore=true}},destroy:function(){var c=this,a=c.store,b=c.autoStore,d=c.gridStoreListeners;if(a){if(b||a.autoDestroy){a.destroy()}else{a.un("load",c.bindMenuStore,c)}c.store=null}if(c.inferOptionsFromGridStore){c.grid.un("reconfigure",c.onReconfigure,c)}if(d){c.getGridStore().un(d);c.gridStoreListeners=null}Ext.grid.filters.filter.SingleFilter.prototype.destroy.call(this)},activateMenu:function(){var e=this,g=e.filter.getValue(),c,d,a,b;if(!g||!g.length){return}c=e.menu.items;for(d=0,a=c.length;d-1){b.setChecked(true,true)}}},bindMenuStore:function(a){var b=this;if(b.grid.destroyed||b.preventFilterRemoval){return}b.createListStore(a);b.createMenuItems(b.store);b.loaded=true},createListStore:function(n){var h=this,m=h.store,j=n.isStore,b=h.idField,d=h.labelField,k=false,a,c,e,g,l;if(j){if(n!==h.getGridStore()){k=true;m=h.store=n}else{h.autoStore=true;a=h.getOptionsFromStore(n)}}else{a=[];for(e=0,g=n.length;etablepanel:not(hidden)>tableview");if(a){a.focus()}},focusRow:function(c){var a,b=this.getNavigationModel().lastFocused;a=b?b.view:this.normalView;a.focusRow(c)},focusCell:function(a){a.view.focusCell(a)},onRowFocus:function(){this.relayFn("onRowFocus",arguments)},isVisible:function(a){return this.ownerGrid.isVisible(a)},getFocusEl:function(){var a,b=this.getNavigationModel().lastFocused;a=b?b.view:this.normalView;return a.getFocusEl()},getCellInclusive:function(d,b){var a=d.column,c=this.lockedGrid.getColumnManager().getColumns().length;if(a>=c){d=Ext.apply({},d);d.column-=c;return this.normalView.getCellInclusive(d,b)}else{return this.lockedView.getCellInclusive(d,b)}},getHeaderByCell:function(a){if(a){return this.getVisibleColumnManager().getHeaderById(a.getAttribute("data-columnId"))}return false},onRowSelect:function(){this.relayFn("onRowSelect",arguments)},onRowDeselect:function(){this.relayFn("onRowDeselect",arguments)},onCellSelect:function(a){a.column.getView().onCellSelect({record:a.record,column:a.column})},onCellDeselect:function(a){a.column.getView().onCellDeselect({record:a.record,column:a.column})},getCellByPosition:function(e,c){var d=this,a=e.view,b=e.column;if(a===d){e=new Ext.grid.CellContext(b.getView()).setPosition(e.record,e.column)}return a.getCellByPosition(e,c)},getRecord:function(b){var a=this.lockedView.getRecord(b);if(!a){a=this.normalView.getRecord(b)}return a},scrollBy:function(){var a=this.normalView;a.scrollBy.apply(a,arguments)},ensureVisible:function(){var a=this.normalView;a.ensureVisible.apply(a,arguments)},disable:function(){this.relayFn("disable",arguments)},enable:function(){this.relayFn("enable",arguments)},addElListener:function(){this.relayFn("addElListener",arguments)},refreshNode:function(){this.relayFn("refreshNode",arguments)},addRowCls:function(){this.relayFn("addRowCls",arguments)},removeRowCls:function(){this.relayFn("removeRowCls",arguments)},destroy:function(){var a=this;a.rendered=false;a.bindStore(null,false,"dataSource");Ext.destroy(a.lockedViewEventRelayers,a.normalViewEventRelayers);a.lockedViewEventRelayers=a.normalViewEventRelayers=null;a.callParent();Ext.destroy(a.loadMask,a.navigationModel,a.selModel);a.lockedView.lockingPartner=a.normalView.lockingPartner=null;a.lockedGrid=a.lockedView=a.normalGrid=a.normalView=null;a.loadMask=a.navigationModel=a.selModel=a.headerCt=null;a.ownerGrid=a.storeListeners=null}},1,0,0,0,0,[[Ext.util.Observable.prototype.mixinId||Ext.util.Observable.$className,Ext.util.Observable],[Ext.util.StoreHolder.prototype.mixinId||Ext.util.StoreHolder.$className,Ext.util.StoreHolder],[Ext.util.Focusable.prototype.mixinId||Ext.util.Focusable.$className,Ext.util.Focusable]],[Ext.grid.locking,"View",Ext.grid,"LockingView"],function(){this.borrow(Ext.Component,["up"]);this.borrow(Ext.view.AbstractView,["doFirstRefresh","applyFirstRefresh"]);this.borrow(Ext.view.Table,["cellSelector","selectedCellCls","selectedItemCls"])}));(Ext.cmd.derive("Ext.grid.locking.Lockable",Ext.Base,{alternateClassName:"Ext.grid.Lockable",syncRowHeight:true,headerCounter:0,scrollDelta:40,lockedGridCls:"x-grid-inner-locked",normalGridCls:"x-grid-inner-normal",lockingBodyCls:"x-grid-locking-body",unlockText:"Unlock",lockText:"Lock",bothCfgCopy:["hideHeaders","enableColumnHide","enableColumnMove","enableColumnResize","sortableColumns","multiColumnSort","columnLines","rowLines","variableRowHeight","numFromEdge","trailingBufferZone","leadingBufferZone","scrollToLoadBuffer","syncRowHeight"],normalCfgCopy:["scroll"],lockedCfgCopy:[],determineXTypeToCreate:function(e){var c=this,h,d,b,g,a;if(c.subGridXType){h=c.subGridXType}else{if(!e){return"gridpanel"}d=this.getXTypes().split("/");b=d.length;g=d[b-1];a=d[b-2];if(a!=="tablepanel"){h=a}else{h=g}}return h},injectLockable:function(){this.focusable=false;this.lockable=true;this.hasView=true;var w=this,l=Ext.getScrollbarSize(),p=l.width,e=w.store=Ext.StoreManager.lookup(w.store),c=w.lockedViewConfig,v=w.normalViewConfig,n=Ext.Object,j,k,t,h,m,b,g,s,u=w.viewConfig,a=u&&u.loadMask,o=(a!==undefined)?a:w.loadMask,q=w.bufferedRenderer,r=p>0&&Ext.supports.touchScroll!==2,d=w.getInherited().rtl;j=w.constructLockableFeatures();w.features=null;k=w.constructLockablePlugins();w.plugins=k.topPlugins;t={id:w.id+"-locked",$initParent:w,isLocked:true,bufferedRenderer:q,ownerGrid:w,ownerLockable:w,xtype:w.determineXTypeToCreate(true),store:e,reserveScrollbar:r,scrollable:{indicators:{x:true,y:false}},scrollerOwner:false,animate:false,border:false,cls:w.lockedGridCls,isLayoutRoot:function(){return this.floatedFromCollapse||w.normalGrid.floatedFromCollapse},features:j.lockedFeatures,plugins:k.lockedPlugins};h={id:w.id+"-normal",$initParent:w,isLocked:false,bufferedRenderer:q,ownerGrid:w,ownerLockable:w,xtype:w.determineXTypeToCreate(),store:e,reserveScrollbar:w.reserveScrollbar,scrollerOwner:false,border:false,cls:w.normalGridCls,isLayoutRoot:function(){return this.floatedFromCollapse||w.lockedGrid.floatedFromCollapse},features:j.normalFeatures,plugins:k.normalPlugins};w.addCls("x-grid-locked");Ext.copy(h,w,w.bothCfgCopy,true);Ext.copy(t,w,w.bothCfgCopy,true);Ext.copy(h,w,w.normalCfgCopy,true);Ext.copy(t,w,w.lockedCfgCopy,true);Ext.apply(h,w.normalGridConfig);Ext.apply(t,w.lockedGridConfig);for(m=0;m>#normalHeaderCt",items:l},j={itemId:"normalHeaderCt",stretchMaxPartner:"^^>>#lockedHeaderCt",items:c},o={locked:b,normal:j},a;if(Ext.isObject(g)){Ext.applyIf(b,g);Ext.applyIf(j,g);a=Ext.apply({},g);delete a.items;Ext.apply(m,a);g=g.items}m.constructing=true;for(h=0,k=g.length;h0&&b)){j.stopEvent();i+=a;c.setScrollY(i);d.normalGrid.getView().setScrollY(i);d.onNormalViewScroll()}}},onLockedViewScroll:function(){var g=this,e=g.lockedGrid.getView(),d=g.normalGrid.getView(),c=e.getScrollY(),h=d.getScrollY(),a,b;if(h!==c){d.setScrollY(c);if(d.bufferedRenderer){b=e.body.dom;a=d.body.dom;a.style.position="absolute";a.style.top=b.style.top}}},onNormalViewScroll:function(){var d=this,c=d.lockedGrid.getView(),b=d.normalGrid.getView(),a=c.getScrollY(),g=b.getScrollY(),e;if(g!==a){c.setScrollY(g);if(b.bufferedRenderer){e=c.body;if(e.dom){e.dom.style.position="absolute";e.translate(null,b.bufferedRenderer.bodyTop)}}}},syncRowHeights:function(){if(!this.destroyed){var d=this,b=d.normalGrid.getView(),c=d.lockedGrid.getView(),g=b.syncRowHeightBegin(),a=c.syncRowHeightBegin(),e;b.syncRowHeightMeasure(g);c.syncRowHeightMeasure(a);b.syncRowHeightFinish(g,a);c.syncRowHeightFinish(a,g);e=b.getScrollY();c.setScrollY(e)}},modifyHeaderCt:function(){var a=this;a.lockedGrid.headerCt.getMenuItems=a.getMenuItems(a.lockedGrid.headerCt.getMenuItems,true);a.normalGrid.headerCt.getMenuItems=a.getMenuItems(a.normalGrid.headerCt.getMenuItems,false);a.lockedGrid.headerCt.showMenuBy=Ext.Function.createInterceptor(a.lockedGrid.headerCt.showMenuBy,a.showMenuBy);a.normalGrid.headerCt.showMenuBy=Ext.Function.createInterceptor(a.normalGrid.headerCt.showMenuBy,a.showMenuBy)},onUnlockMenuClick:function(){this.unlock()},onLockMenuClick:function(){this.lock()},showMenuBy:function(a,c,h){var g=this.getMenu(),d=g.down("#unlockItem"),e=g.down("#lockItem"),b=d.prev();if(h.lockable===false){b.hide();d.hide();e.hide()}else{b.show();d.show();e.show();if(!d.initialConfig.disabled){d.setDisabled(h.lockable===false)}if(!e.initialConfig.disabled){e.setDisabled(!h.isLockable())}}},getMenuItems:function(g,c){var h=this,i=h.unlockText,a=h.lockText,j="x-hmenu-unlock",b="x-hmenu-lock",e=h.onUnlockMenuClick.bind(h),d=h.onLockMenuClick.bind(h);return function(){var k=g.call(this);k.push("-",{itemId:"unlockItem",iconCls:j,text:i,handler:e,disabled:!c});k.push({itemId:"lockItem",iconCls:b,text:a,handler:d,disabled:c});return k}},delaySyncLockedWidth:function(){var b=this,a=b.syncLockedWidthTask;if(!b.view.all.getCount()){return}if(!a){a=b.syncLockedWidthTask=new Ext.util.DelayedTask(b.syncLockedWidth,b)}a.delay(1)},syncLockedWidth:function(){var e=this,i=e.rendered,c=e.lockedGrid,d=c.view,h=e.normalGrid,g=c.getVisibleColumnManager().getColumns().length,a=h.getVisibleColumnManager().getColumns().length,b=e.syncLockedWidthTask;if(b){b.cancel()}Ext.suspendLayouts();if(a){h.show();if(g){if(i&&c.shrinkWrapColumns&&!c.headerCt.forceFit){delete c.flex;c.setWidth(c.headerCt.getTableWidth()+c.gridPanelBorderWidth)}c.addCls(e.lockedGridCls);c.show();if(c.split){e.child("splitter").show();e.addCls("x-grid-locked-split")}}else{if(i){c.getView().clearViewEl(true)}c.hide();if(c.split){e.child("splitter").hide();e.removeCls("x-grid-locked-split")}}if(Ext.supports.touchScroll!==2&&Ext.Component.pendingLayouts){d.getScrollable().setX(true)}if(i){e.ignoreMousewheel=d.scrollFlags.y}}else{h.hide();c.flex=1;delete c.width;c.removeCls(e.lockedGridCls);c.show();e.ignoreMousewheel=true}Ext.resumeLayouts(true);return[g,a]},onLockedHeaderSortChange:Ext.emptyFn,onNormalHeaderSortChange:Ext.emptyFn,lock:function(g,l,e){var i=this,h=i.normalGrid,c=i.lockedGrid,d=h.view,n=c.view,k=h.headerCt,j,a,b,m;g=g||k.getMenu().activeHeader;b=g.hasFocus;e=e||c.headerCt;a=g.ownerCt;if(!g.isLockable()){return}if(g.flex&&c.shrinkWrapColumns){g.width=g.getWidth();g.flex=null}Ext.suspendLayouts();if(c.hidden){if(!c.componentLayoutCounter){if(n.bufferedRenderer){n.bufferedRenderer.onViewResize(n,0,d.getHeight())}m=d.getScrollY()}c.show()}d.blockRefresh=n.blockRefresh=true;g.ownerCmp=g.ownerCt;a.remove(g,false);g.locked=true;if(Ext.isDefined(l)){e.insert(l,g)}else{e.add(g)}d.blockRefresh=n.blockRefresh=false;g.ownerCmp=null;j=i.syncLockedWidth();if(j[0]){c.getView().refreshView()}if(j[1]){h.getView().refreshView()}i.fireEvent("lockcolumn",i,g);Ext.resumeLayouts(true);if(m){n.setScrollY(m);d.setScrollY(m)}if(b){g.focus()}},unlock:function(e,k,d){var h=this,g=h.normalGrid,b=h.lockedGrid,c=g.view,l=b.view,j=b.headerCt,i,a;if(!Ext.isDefined(k)){k=0}e=e||j.getMenu().activeHeader;a=e.hasFocus;d=d||g.headerCt;Ext.suspendLayouts();c.blockRefresh=l.blockRefresh=true;e.ownerCmp=e.ownerCt;e.ownerCt.remove(e,false);e.locked=false;d.insert(k,e);c.blockRefresh=l.blockRefresh=false;e.ownerCmp=null;i=h.syncLockedWidth();if(i[0]){b.getView().refreshView()}if(i[1]){g.getView().refreshView()}h.fireEvent("unlockcolumn",h,e);Ext.resumeLayouts(true);if(a){e.focus()}},reconfigureLockable:function(b,c){var e=this,i=e.store,h=e.lockedGrid,g=e.normalGrid,a,d;if(b&&b!==i){b=Ext.data.StoreManager.lookup(b);e.store=b;h.view.blockRefresh=g.view.blockRefresh=true;h.bindStore(b);a=h.view;a.store=b;if(!a.dataSource.isFeatureStore){a.dataSource=b}if(a.bufferedRenderer){a.bufferedRenderer.bindStore(b)}g.bindStore(b);a=g.view;a.store=b;if(!a.dataSource.isFeatureStore){a.dataSource=b}if(a.bufferedRenderer){a.bufferedRenderer.bindStore(b)}e.view.store=b;d=e.view.loadMask;if(d&&d.isLoadMask){d.bindStore(b)}e.view.bindStore(g.view.dataSource,false,"dataSource");h.view.blockRefresh=g.view.blockRefresh=false}if(c){h.reconfiguring=g.reconfiguring=true;h.headerCt.removeAll();g.headerCt.removeAll();c=e.processColumns(c,h);h.headerCt.add(c.locked.items);g.headerCt.add(c.normal.items);h.reconfiguring=g.reconfiguring=false;e.syncLockedWidth()}e.refreshCounter=h.view.refreshCounter},afterReconfigureLockable:function(){var a=this.lockedGrid.getView();if(this.refreshCounter===a.refreshCounter){this.view.refresh()}},constructLockableFeatures:function(){var e=this.features,c,d,g,h,b=0,a;if(e){if(!Ext.isArray(e)){e=[e]}g=[];h=[];a=e.length;for(;b0){d.onViewResize(b,null,a);if(c&&(e.getCount()!==c.length)){c.length=0;c.push.apply(c,d.store.getRange(e.startIndex,e.endIndex))}}}},beforeTableLayout:function(a){var b=this.view.body.dom;if(b){a.bodyHeight=b.offsetHeight;a.bodyWidth=b.offsetWidth}},afterTableLayout:function(d){var b=this,a=b.view,c;if(d.bodyHeight&&a.body.dom){delete b.rowHeight;b.refreshSize();c=a.body.dom.offsetHeight;if(c!==d.bodyHeight){b.onViewResize(a,null,a.el.lastBox.height);if(c=b.store.getCount()){b.setBodyTop(0)}else{if(b.bodyTop>b.scrollTop||b.bodyTop+ca){c.position=c.scrollTop=Math.max(a-c.bodyHeight,0);b.setScrollY(c.scrollTop)}if(c.bodyTop>a){b.body.translate(null,c.bodyTop=c.position)}if(b.getScrollable()){c.refreshScroller(b,a)}},refreshScroller:function(c,b){var a=c.getScrollable();if(a){if(a.setElementSize){a.setElementSize()}a.setSize({x:c.headerCt.getTableWidth(),y:b})}},setViewSize:function(l,c){var k=this,o=k.store,m=k.view,p=m.all,g=p.getCount(),b,e,i=k.view.lockingPartner&&k.view.lockingPartner.bufferedRenderer,n=g-l,d,a,h,j;if(i&&!c&&i.view.componentLayoutCounter){if(i.viewSize>l){l=i.viewSize}else{i.setViewSize(l,true)}}n=g-l;if(n){k.scrollTop=m.getScrollY();k.viewSize=l;if(o.isBufferedStore){o.setViewSize(l)}if(g){j=o.getCount();b=p.startIndex;e=Math.min(b+l-1,j-1);if(b===p.startIndex&&e===p.endIndex){if(n<0){k.handleViewScroll(-1)}}else{if(i){i.disable()}if(n<0){if(j>g){o.getRange(p.endIndex+1,e,{callback:function(q,r){h=m.doAdd(q,r);m.fireEvent("itemadd",q,r,h);k.setBodyTop(k.bodyTop)}})}else{k.refreshView(0)}}else{b=p.endIndex-(n-1);e=p.endIndex;a=p.slice(b,e+1);p.removeRange(b,e,true);if(m.hasListeners.itemremove){d=o.getRange(b,e);m.fireEvent("itemremove",d,b,a)}k.setBodyTop(k.bodyTop)}if(i){i.enable()}}}}return l},getViewRange:function(){var b=this,c=b.view.all,a=b.store,d=0;if(c.getCount()){d=c.startIndex}else{if(a.isBufferedStore){if(!a.currentPage){a.currentPage=1}d=c.startIndex=(a.currentPage-1)*(a.pageSize||1);a.currentPage=1}}if(a.data.getCount()){return a.getRange(d,d+(b.viewSize||a.defaultViewSize)-1)}else{return[]}},onReplace:function(j,k,e,g){var h=this,i=h.view,m=i.all,a,d=m.getCount(),c=k+e.length-1,l=g.length-e.length,b=l*h.rowHeight;if(k>=m.startIndex+h.viewSize){h.refreshSize();return}if(d&&c=h.viewSize){m.moveBlock(l);h.refreshSize();a=m.startIndex;if(l>0){h.doNotMirror=true;h.handleViewScroll(-1);h.doNotMirror=false}if(m.startIndex===a){if(m.startIndex){h.setBodyTop(h.bodyTop+=b);i.suspendEvent("scroll");i.scrollBy(0,b);i.resumeEvent("scroll");h.position=h.scrollTop=i.getScrollY()}}else{i.suspendEvent("scroll");i.scrollBy(0,(a-m.startIndex)*h.rowHeight);i.resumeEvent("scroll")}i.refreshSize(m.getCount()!==d);return}if(d&&k>m.endIndex){h.refreshSize();if(l>0){h.onRangeFetched(null,m.startIndex,Math.min(j.getCount(),m.startIndex+h.viewSize)-1,null,true)}i.refreshSize(m.getCount()!==d);return}if(k0?1:-1;if(Math.abs(c)>=20||(g!==d.lastScrollDirection)){d.lastScrollDirection=g;d.handleViewScroll(d.lastScrollDirection)}}},onViewScrollEnd:function(){if(this.needsPointerEventsFix){this.view.body.dom.style.pointerEvents=""}},handleViewScroll:function(h){var e=this,g=e.view.all,a=e.store,i=e.viewSize,c=a.getCount()-1,d,b;if(h===-1){if(g.startIndex){if(e.topOfViewCloseToEdge()){d=Math.max(0,e.getLastVisibleRowIndex()+e.trailingBufferZone-i)}}}else{if(g.endIndexa.scrollTop-(a.numFromEdge*a.rowHeight)}else{return(a.getFirstVisibleRowIndex()-a.view.all.startIndex)i){g=d-i+1}}}if(g===0&&d===0&&h===0){c.doRefreshView([],0,0)}else{a.getRange(g,d,{callback:c.doRefreshView,scope:c})}},doRefreshView:function(h,p,g,r){var n=this,o=n.view,q=o.all,l=q.startIndex,j=q.endIndex,m,k,b=q.getCount(),e,a=p!==q.startIndex,d,c,i;if(o.refreshCounter){if(o.hasListeners.beforerefresh&&o.fireEvent("beforerefresh",o)===false){return}o.refreshing=n.refreshing=true;i=o.saveFocusState();o.clearViewEl(true);o.refreshCounter++;if(h.length){e=o.doAdd(h,p);if(a){m=q.item(l,true);k=q.item(j,true);if(m){c=-m.offsetTop}else{if(k){c=q.last(true).offsetTop-k.offsetTop}}if(c){n.bodyTop=Math.max(n.bodyTop+c,0);n.scrollTop=n.bodyTop?n.scrollTop+c:0}else{n.bodyTop=d=p*n.rowHeight;n.scrollTop=Math.max(d-n.rowHeight*(do.endIndex){x=o.startIndex-h;p.clearViewEl(true);w=p.doAdd(q,h);p.fireEvent("itemadd",q,h,w);for(u=0;uo.endIndex||ea){m=z.scrollTop-z.rowHeight*a}}p.clearViewEl(true);z.teleported=false}if(!o.getCount()){w=p.doAdd(q,h);p.fireEvent("itemadd",q,h,w)}else{if(e>o.endIndex){k=Math.max(h-o.startIndex,0);if(t){y=o.item(o.startIndex+k,true).offsetTop}w=o.scroll(Ext.Array.slice(q,o.endIndex+1-h),1,k);if(t){m=z.bodyTop+y}else{m=v}}else{k=Math.max(o.endIndex-e,0);c=o.startIndex;w=o.scroll(Ext.Array.slice(q,0,o.startIndex-h),-1,k);if(t){m=z.bodyTop-o.item(c,true).offsetTop;if(!o.startIndex){if(m){p.setScrollY(z.position=(z.scrollTop-=m));m=0}}else{if(m<0){y=o.startIndex*z.rowHeight;p.setScrollY(z.position=(z.scrollTop+=y));m=z.bodyTop+y}}}else{m=v}}}z.position=z.scrollTop}if(r&&!l.contains(g)){j=p.actionableMode?p.actionPosition:p.lastFocused;if(j&&j.column){p.onFocusLeave({});j.column.focus()}}m=Math.max(Math.floor(m),0);if(p.positionBody){z.setBodyTop(m)}if(w&&n&&!n.disabled){n.scrollTop=n.position=z.scrollTop;if(n.view.ownerCt.isVisible()){b=n.onRangeFetched(null,h,e,d,true);if(p.ownerGrid.syncRowHeight||(n.variableRowHeight!==t)){z.syncRowHeights(w,b);z.bodyHeight=p.body.dom.offsetHeight}}if(n.bodyTop!==m){n.setBodyTop(m)}n.view.setScrollY(z.scrollTop)}return w},syncRowHeights:function(g,a){var j=this,h=0,l=1,k=[],b=[],d=Ext.grid.locking.RowSynchronizer,c,e;if(g&&a){h=g.length;l=a.length}if(h!==l){g=j.view.all.slice();a=j.view.lockingPartner.all.slice();h=l=g.length}for(c=0;cg||j+h.bodyHeightg||k+i.bodyHeightg){return i.getLastVisibleRowIndex(l,e-1,b,g)}h=m+a[e].offsetHeight;if(h>=g){return e}else{if(e!==c){return i.getLastVisibleRowIndex(e+1,c,b,g)}}}return i.getFirstVisibleRowIndex()+Math.ceil(d/i.rowHeight)},getScrollHeight:function(){var c=this,e=c.view,j=e.all,g=c.store,k=g.getCount(),d=j.getCount(),i,b,a,h;if(!k){return 0}if(!c.hasOwnProperty("rowHeight")){if(d){if(c.variableRowHeight){c.rowHeight=Math.floor(c.bodyHeight/d)}else{i=j.first();b=i.getHeight();if(Ext.isIE8){a=i.getBorderWidth("b");if(a>0){b-=a}}c.rowHeight=b}}else{delete c.rowHeight}}if(c.variableRowHeight){if(j.endIndex===k-1){h=c.bodyTop+c.bodyHeight-1}else{h=Math.floor((k-d)*c.rowHeight)+c.bodyHeight;h+=c.bodyTop-j.startIndex*c.rowHeight}}else{h=Math.floor(k*c.rowHeight)}return(c.scrollHeight=h)},attemptLoad:function(c,a){var b=this;if(b.scrollToLoadBuffer){if(!b.loadTask){b.loadTask=new Ext.util.DelayedTask(b.doAttemptLoad,b,[])}b.loadTask.delay(b.scrollToLoadBuffer,b.doAttemptLoad,b,[c,a])}else{b.doAttemptLoad(c,a)}},cancelLoad:function(){if(this.loadTask){this.loadTask.cancel()}},doAttemptLoad:function(c,a){var b=this;if(!b.destroyed){b.store.getRange(c,a,{loadId:++b.loadId,callback:function(e,h,d,g){if(g.loadId===b.loadId){b.onRangeFetched(e,h,d,g)}},fireEvent:false})}},destroy:function(){var b=this,a=b.view;b.cancelLoad();if(a&&a.el){a.un("scroll",b.onViewScroll,b)}if(b.store){b.unbindStore()}b.viewListeners=b.gridListeners=b.view=b.grid=Ext.destroy(b.viewListeners,b.stretcher,b.gridListeners);Ext.plugin.Abstract.prototype.destroy.call(this)}},0,0,0,0,["plugin.bufferedrenderer"],0,[Ext.grid.plugin,"BufferedRenderer"],function(a){if(Ext.supports.Touch){a.prototype.leadingBufferZone=a.prototype.trailingBufferZone=2;a.prototype.numFromEdge=1}}));(Ext.cmd.derive("Ext.grid.plugin.Editing",Ext.plugin.Abstract,{clicksToEdit:2,triggerEvent:undefined,relayedEvents:["beforeedit","edit","validateedit","canceledit"],defaultFieldUI:"default",defaultFieldXType:"textfield",editStyle:"",constructor:function(a){var b=this;Ext.plugin.Abstract.prototype.constructor.call(this,a);b.mixins.observable.constructor.call(b);b.on("edit",function(c,d){b.fireEvent("afteredit",c,d)})},init:function(a){var b=this,c=a.ownerLockable;b.grid=a;b.view=a.view;b.initEvents();if(a.rendered){b.setup()}else{b.mon(a,{beforereconfigure:b.onBeforeReconfigure,reconfigure:b.onReconfigure,scope:b,beforerender:{fn:b.onBeforeRender,single:true,scope:b}})}a.editorEventRelayers=a.relayEvents(b,b.relayedEvents);if(c){c.editorEventRelayers=c.relayEvents(b,b.relayedEvents)}a.isEditable=true;a.editingPlugin=a.view.editingPlugin=b},onBeforeReconfigure:function(){this.reconfiguring=true},onReconfigure:function(){this.setup();delete this.reconfiguring},onBeforeRender:function(){this.setup()},setup:function(){this.initFieldAccessors(this.grid.getTopLevelColumnManager().getColumns())},destroy:function(){var b=this,a=b.grid;Ext.destroy(b.keyNav);b.clearListeners();if(a){if(a.ownerLockable){Ext.destroy(a.ownerLockable.editorEventRelayers);a.ownerLockable.editorEventRelayers=null}Ext.destroy(a.editorEventRelayers);a.editorEventRelayers=null;a.editingPlugin=a.view.editingPlugin=b.grid=b.view=b.editor=b.keyNav=null}Ext.plugin.Abstract.prototype.destroy.call(this)},getEditStyle:function(){return this.editStyle},initFieldAccessors:function(d){if(d.isGroupHeader){d=d.getGridColumns()}else{if(!Ext.isArray(d)){d=[d]}}var h=this,j,i=d.length,b=function(c,k){return h.getColumnField(this,k)},a=function(){return h.hasColumnField(this)},g=function(c){h.setColumnField(this,c)},e;for(j=0;j0;){g[b]=e[a[b].get](b,d&&!c)}}return g},getHiddenTextArea:function(){var b=this.shared,a;a=b.textArea;if(!a){a=b.textArea=Ext.getBody().createChild({tag:"textarea",tabIndex:-1,style:{position:"absolute",top:"-1000px",width:"1px",height:"1px"}});a.suspendFocusEvents()}return a},onCopy:function(b,a){this.doCutCopy(a,false)},onCut:function(b,a){this.doCutCopy(a,true)},onPaste:function(h,e){var d=this,a=d.shared.data,g=d.getSource(),b,j,c;if(g){for(b=0,j=g.length;b0;){b=g[a];e[b]=e[b]?3:2}}return d.allFormats=e},updateMemory:function(){this.allFormats=null},updateSystem:function(){this.allFormats=null}}},0,0,0,0,0,0,[Ext.plugin,"AbstractClipboard"],0));(Ext.cmd.derive("Ext.grid.plugin.Clipboard",Ext.plugin.AbstractClipboard,{formats:{cell:{get:"getCells"},html:{get:"getCellData"},raw:{get:"getCellData"}},getCellData:function(n,b){var k=this.getCmp(),h=k.getSelectionModel(),i=[],m=n==="raw",g=n==="text",q,o,d,l,a,c,e,p,j;h.getSelected().eachCell(function(r){c=r.column,j=r.column.getView();e=r.record;if(c.ignoreExport){return}if(a!==e){a=e;i.push(p=[])}l=c.dataIndex;if(m){d=e.data[l]}else{q=j.all.item(r.rowIdx);if(!q){q=Ext.fly(j.createRowElement(e,r.rowIdx))}o=q.down(c.getCellInnerSelector());d=o.dom.innerHTML;if(g){d=Ext.util.Format.stripTags(d)}}p.push(d);if(b&&l){e.set(l,null)}});return Ext.util.TSV.encode(i)},getCells:function(i,b){var g=this.getCmp(),d=g.getSelectionModel(),e=[],h,a,c,j;d.getSelected().eachCell(function(k){c=k.record;if(a!==c){a=c;e.push(j={model:c.self,fields:[]})}h=k.column.dataIndex;j.fields.push({name:h,value:c.data[h]});if(b&&h){c.set(h,null)}});return e},getTextData:function(b,a){return this.getCellData(b,a)},putCellData:function(g,m){var o=Ext.util.TSV.decode(g),p,q=o.length,n=q?o[0].length:0,h,k,j=this.getCmp().getView(),a=j.dataSource.getCount()-1,e=j.getVisibleColumnManager().getColumns().length-1,c=j.getNavigationModel(),i=c.getPosition(),l,b,d={};if(!i){j.getSelectionModel().getSelected().eachCell(function(r){i=r;return false})}if(i){i=new Ext.grid.CellContext(j).setPosition(i.record,i.column)}else{i=new Ext.grid.CellContext(j).setPosition(0,0)}b=i.colIdx;for(h=0;h[isFormField]"),h=j.length,d,a,k;for(d=0;de){b.setHeight(g)}else{c.setHeight(e)}}}else{c.dom.style.height=b.dom.style.height=""}},onColumnUnlock:function(c,a){var b=this,d;c=b.grid.ownerLockable;d=c.lockedGrid.visibleColumnManager.getColumns();if(d.length===1){if(d[0]===b.expanderColumn){c.unlock(b.expanderColumn);b.grid=c.normalGrid}else{c.lock(b.expanderColumn,0)}}},onColumnLock:function(c,a){var b=this,e,d;c=b.grid.ownerLockable;e=c.lockedGrid.visibleColumnManager.getColumns();if(e.length===1){b.grid=d=c.lockedGrid;d.headerCt.insert(0,b.expanderColumn)}},getHeaderConfig:function(){var b=this,a=b.grid.ownerLockable;return{width:b.headerWidth,ignoreExport:true,lockable:false,autoLock:true,sortable:false,resizable:false,draggable:false,hideable:false,menuDisabled:true,tdCls:"x-grid-cell-special",innerCls:"x-grid-cell-inner-row-expander",renderer:function(){return''},processEvent:function(i,g,c,k,h,j,d){if((i==="click"&&j.getTarget(".x-grid-row-expander"))||(i==="keydown"&&j.getKey()===j.SPACE)){b.toggleRow(k,d);return b.selectRowOnExpand}},isLocked:function(){return a&&(a.lockedGrid.isVisible()||this.locked)},editRenderer:function(){return" "}}}},0,0,0,0,["plugin.rowexpander"],0,[Ext.grid.plugin,"RowExpander"],0));(Ext.cmd.derive("Ext.grid.property.Grid",Ext.grid.Panel,{alternateClassName:"Ext.grid.PropertyGrid",valueField:"value",nameField:"name",inferTypes:true,enableColumnMove:false,columnLines:true,stripeRows:false,trackMouseOver:false,clicksToEdit:1,enableHdMenu:false,gridCls:"x-property-grid",initComponent:function(){var a=this;a.source=a.source||{};a.addCls(a.gridCls);a.plugins=a.plugins||[];a.plugins.push(new Ext.grid.plugin.CellEditing({clicksToEdit:a.clicksToEdit,startEdit:function(b,c){return this.self.prototype.startEdit.call(this,b,a.valueColumn)}}));a.selModel={type:"cellmodel",onCellSelect:function(b){b.column=a.valueColumn;b.colIdx=a.valueColumn.getVisibleIndex();return this.self.prototype.onCellSelect.call(this,b)}};a.sourceConfig=Ext.apply({},a.sourceConfig);if(!a.store){a.propStore=a.store=new Ext.grid.property.Store(a,a.source)}a.configure(a.sourceConfig);if(a.sortableColumns){a.store.sort("name","ASC")}a.columns=new Ext.grid.property.HeaderContainer(a,a.store);Ext.grid.Panel.prototype.initComponent.call(this);a.getView().walkCells=this.walkCells;a.editors={date:new Ext.grid.CellEditor({field:new Ext.form.field.Date({selectOnFocus:true})}),string:new Ext.grid.CellEditor({field:new Ext.form.field.Text({selectOnFocus:true})}),number:new Ext.grid.CellEditor({field:new Ext.form.field.Number({selectOnFocus:true})}),"boolean":new Ext.grid.CellEditor({field:new Ext.form.field.ComboBox({editable:false,store:[[true,a.headerCt.trueText],[false,a.headerCt.falseText]]})})};a.store.on("update",a.onUpdate,a)},configure:function(b){var h=this,k=h.store,d=0,e=h.store.getCount(),l=h.nameField,m=h.valueField,a,j,c,g;h.configureLegacy(b);if(h.inferTypes){for(;d=b[0]&&a.rowIdx<=b[1]){b=this.getColumnRange();return(a.colIdx>=b[0]&&a.colIdx<=b[1])}}return false},eachRow:function(c,b){var e=this,g=e.getRowRange(),a=new Ext.grid.CellContext(e.view),d;for(d=g[0];d<=g[1];d++){a.setRow(d);if(c.call(b||e,a.record)===false){return}}},eachColumn:function(d,c){var e=this,a=e.getColumnRange(),b=new Ext.grid.CellContext(e.view),g;for(g=a[0];g<=a[1];g++){b.setColumn(g);if(d.call(c||e,b.column,g)===false){return}}},eachCell:function(d,c){var g=this,h=g.getRowRange(),a=g.getColumnRange(),b=new Ext.grid.CellContext(g.view),e,i;for(e=h[0];e<=h[1];e++){b.setRow(e);for(i=a[0];i<=a[1];i++){b.setColumn(i);if(d.call(c||g,b,i,e)===false){return}}}},getFirstRowIndex:function(){return this.startCell?Math.min(this.startCell.rowIdx,this.endCell.rowIdx):0},getLastRowIndex:function(){return this.startCell?Math.max(this.startCell.rowIdx,this.endCell.rowIdx):-1},getFirstColumnIndex:function(){return this.startCell?Math.min(this.startCell.colIdx,this.endCell.colIdx):0},getLastColumnIndex:function(){return this.startCell?Math.max(this.startCell.colIdx,this.endCell.colIdx):-1},privates:{clear:function(){var b=this,a=b.view;b.eachCell(function(c){a.onCellDeselect(c)});b.startCell=b.endCell=null},setRangeStart:function(b,a){this.startCell=(this.endCell=b.clone()).clone();this.view.onCellSelect(b)},setRangeEnd:function(b){var k=this,i,h,c,j,g,n,a,e,l=k.view,o=l.all,m=new Ext.grid.CellContext(l),d=l.getVisibleColumnManager().getColumns().length-1;k.endCell=b.clone();i=k.getRange();h=k.lastRange||i;c=Math.max(Math.min(i[0][1],h[0][1]),o.startIndex);j=Math.min(Math.max(i[1][1],h[1][1]),o.endIndex);g=Math.min(i[0][0],h[0][0]);n=Math.min(Math.max(i[1][0],h[1][0]),d);for(a=c;a<=j;a++){for(e=g;e<=n;e++){m.setPosition(a,e);if(ai[1][1]||ei[1][0]){l.onCellDeselect(m)}else{l.onCellSelect(m)}}}k.lastRange=i},extendRange:function(b){var c=this,a;if(b[b.type]<0){a=c.endCell.clone().setPosition(c.getLastRowIndex(),c.getLastColumnIndex());c.startCell=b.start.clone();c.setRangeEnd(a);c.view.getNavigationModel().setPosition(b.start)}else{c.startCell=c.startCell.setPosition(c.getFirstRowIndex(),c.getFirstColumnIndex());c.setRangeEnd(b.end);c.view.getNavigationModel().setPosition(b.end)}},getRange:function(){return[[this.getFirstColumnIndex(),this.getFirstRowIndex()],[this.getLastColumnIndex(),this.getLastRowIndex()]]},getRangeSize:function(){return this.getCount()},getCount:function(){var a=this.getRange();return(a[1][0]-a[0][0]+1)*(a[1][1]-a[0][1]+1)},selectAll:function(){var b=this,a=b.view;b.clear();b.setRangeStart(new Ext.grid.CellContext(a).setPosition(0,0));b.setRangeEnd(new Ext.grid.CellContext(a).setPosition(a.dataSource.getCount()-1,a.getVisibleColumnManager().getColumns().length-1))},isAllSelected:function(){var b=this.rangeStart,a=this.rangeEnd;if(b){if(!b.colIdx&&!b.rowIdx){return a.colIdx===a.view.getVisibleColumnManager().getColumns().length-1&&a.rowIdx===a.view.dataSource.getCount-1}}return false},getColumnRange:function(){return[this.getFirstColumnIndex(),this.getLastColumnIndex()]},getRowRange:function(){return[this.getFirstRowIndex(),this.getLastRowIndex()]},onSelectionFinish:function(){var a=this;if(a.getCount()){a.view.getSelectionModel().onSelectionFinish(a,new Ext.grid.CellContext(a.view).setPosition(a.getFirstRowIndex(),a.getFirstColumnIndex()),new Ext.grid.CellContext(a.view).setPosition(a.getLastRowIndex(),a.getLastColumnIndex()))}else{a.view.getSelectionModel().onSelectionFinish(a)}}}},0,0,0,0,0,0,[Ext.grid.selection,"Cells"],0));(Ext.cmd.derive("Ext.grid.selection.Columns",Ext.grid.selection.Selection,{type:"columns",isColumns:true,clone:function(){var c=this,a=new c.self(c.view),b=c.selectedColumns;if(b){a.selectedColumns=Ext.Array.slice(b)}return a},eachRow:function(c,b){var a=this.selectedColumns;if(a&&a.length){this.view.dataSource.each(c,b||this)}},eachColumn:function(h,g){var j=this,b=j.view,e=j.selectedColumns,a,d,c=new Ext.grid.CellContext(b);if(e){a=e.length;for(d=0;d=d[0]&&a<=d[1]}return b},getCount:function(){var e=this,g=e.selectedRecords,a=g?g.getCount():0,c=e.getRange(),d,b=e.view.dataSource;for(d=c[0];d<=c[1];d++){if(!g||!g.byInternalId.get(b.getAt(d).internalId)){a++}}return a},getRecords:function(){var a=this.selectedRecords;return a?a.getRange():[]},selectAll:function(){var a=this;a.clear();a.setRangeStart(0);a.setRangeEnd(a.view.dataSource.getCount()-1);a.addRange();a.allSelected=true},getFirstRowIndex:function(){return this.getCount()?this.view.dataSource.indexOf(this.selectedRecords.first()):0},getLastRowIndex:function(){return this.getCount()?this.view.dataSource.indexOf(this.selectedRecords.first()):-1},eachRow:function(b,a){var c=this.selectedRecords;if(c){c.each(b,a||this)}},eachColumn:function(e,d){var c=this.view.getVisibleColumnManager().getColumns(),a=c.length,b;if(this.selectedRecords){for(b=0;bg[1]){if(d&&(b=d.byInternalId.get(j.getAt(a).internalId))){d.remove(b)}i.onRowDeselect(a)}else{i.onRowSelect(a)}}h.lastRange=g},extendRange:function(b){var d=this,a=d.view.dataSource,c;for(c=b.start.rowIdx;c<=b.end.rowIdx;c++){d.add(a.getAt(c))}},getRange:function(){var b=this.rangeStart,a=this.rangeEnd;if(b==null){return[0,-1]}else{if(b<=a){return[b,a]}}return[a,b]},getRangeSize:function(){var a=this.getRange();return a[1]-a[0]+1},createRecordCollection:function(){var b=this.view.dataSource,a=new Ext.util.Collection({rootProperty:"data",extraKeys:{byInternalId:{rootProperty:false,property:"internalId"}},sorters:[function(d,c){return b.indexOf(d)-b.indexOf(c)}]});return a},addRange:function(){var c=this,a,b;if(c.rangeStart!=null){a=c.getRange();b=c.selectedRecords||(c.selectedRecords=c.createRecordCollection());c.view.dataSource.getRange(a[0],a[1],{callback:function(d){b.add.apply(b,d)}});c.setRangeStart(c.lastRange=null)}},onSelectionFinish:function(){var b=this,a=b.getContiguousSelection();if(a){b.view.getSelectionModel().onSelectionFinish(b,new Ext.grid.CellContext(b.view).setPosition(a[0],0),new Ext.grid.CellContext(b.view).setPosition(a[1],b.view.getVisibleColumnManager().getColumns().length-1))}else{b.view.getSelectionModel().onSelectionFinish(b)}},getContiguousSelection:function(){var b=this.view.dataSource,d,a,c;if(this.selectedRecords){d=Ext.Array.sort(this.selectedRecords.getRange(),function(g,e){return b.indexOf(g)-b.indexOf(e)});a=d.length;if(a){for(c=1;cb+c.el.getHeight(true)-15){if(i.extendY){a[1]=3;d.start()}}else{if(i.lastXY[1]g+c.el.getWidth(true)-15){if(i.extendX){a[0]=3;d.start()}}else{if(i.lastXY[0]h.lastPos.rowIdx&&h.extendY){h.extensionDescriptor={type:"rows",start:d.setRow(h.lastPos.rowIdx+1),end:c.setRow(b.rowIdx),rows:b.rowIdx-h.lastPos.rowIdx,mousePosition:h.lastXY};h.mask.dom.style.borderTopWidth="0";g.x=l.x;g.y=l.bottom;g.width=l.right-l.left;g.height=e.getRegion().bottom-l.bottom}else{if(b.colIdxh.lastPos.colIdx&&h.extendX){h.extensionDescriptor={type:"columns",start:d.setColumn(h.lastPos.colIdx+1),end:c.setColumn(b.colIdx),columns:b.colIdx-h.lastPos.colIdx,mousePosition:h.lastXY};h.mask.dom.style.borderLeftWidth="0";g.x=l.right;g.y=l.top;g.width=e.getRegion().right-l.right;g.height=l.bottom-l.top}else{h.extensionDescriptor=null}}}}if(j.ownerGrid.hasListeners.selectionextenderdrag){j.ownerGrid.fireEvent("selectionextenderdrag",j.ownerGrid,j.getSelectionModel().getSelected(),h.extensionDescriptor)}if(h.extensionDescriptor){h.mask.show();h.mask.setBox(g)}else{h.mask.hide()}},destroy:function(){var a=this;Ext.destroy(a.gridListeners,a.viewListeners,a.mask,a.handle);Ext.dd.DragTracker.prototype.destroy.call(this)}},1,0,0,0,0,0,[Ext.grid.selection,"SelectionExtender"],0));(Ext.cmd.derive("Ext.grid.selection.SpreadsheetModel",Ext.selection.Model,{isSpreadsheetModel:true,config:{columnSelect:{$value:false,lazy:true},cellSelect:{$value:true,lazy:true},rowSelect:{$value:true,lazy:true},dragSelect:{$value:true,lazy:true},selected:null,extensible:{$value:true,lazy:true}},checkboxSelect:false,checkboxColumnIndex:0,showHeaderCheckbox:true,checkboxHeaderWidth:24,rowNumbererHeaderWidth:46,columnSelectCls:"x-ssm-column-select",rowNumbererHeaderCls:"x-ssm-row-numberer-hd",checkerOnCls:"x-grid-hd-checker-on",tdCls:"x-grid-cell-special x-grid-cell-row-checker",bindComponent:function(a){var c=this,b,d;if(c.view!==a){if(c.view){c.navigationModel=null;Ext.destroy(c.viewListeners,c.navigationListeners)}c.view=a;if(a){c.getCellSelect();d=a.ownerGrid.lockedGrid;if(d){c.hasLockedHeader=true;c.onViewCreated(d,d.getView())}else{a.grid.on({viewcreated:c.onViewCreated,scope:c,single:true})}c.gridListeners=a.ownerGrid.on({columnschanged:c.onColumnsChanged,columnmove:c.onColumnMove,scope:c,destroyable:true});b=c.getViewListeners();b.scope=c;b.destroyable=true;c.viewListeners=a.on(b);c.navigationModel=a.getNavigationModel();c.navigationListeners=c.navigationModel.on({navigate:c.onNavigate,scope:c,destroyable:true});if(c.getColumnSelect()){a.ownerGrid.addCls(c.columnSelectCls)}}}},getCheckboxHeaderConfig:function(){var a=this,b=a.showHeaderCheckbox!==false;return{ignoreExport:true,isCheckerHd:b,text:" ",clickTargetName:"el",width:a.checkboxHeaderWidth,sortable:false,draggable:false,resizable:false,hideable:false,menuDisabled:true,dataIndex:"",tdCls:a.tdCls,cls:b?"x-column-header-checkbox ":"",defaultRenderer:a.checkboxRenderer.bind(a),editRenderer:" ",locked:a.hasLockedHeader}},checkboxRenderer:function(){return''},onHeaderClick:function(j,k,h){var d=this,g=d.selected,a,b,c;if(k===d.numbererColumn||k===d.checkColumn){h.stopEvent();if(!g||!g.isAllSelected()){d.selectAll()}else{d.deselectAll()}d.updateHeaderState();d.lastColumnSelected=null}else{if(d.columnSelect){if(h.shiftKey&&g&&g.lastColumnSelected){g.clear();a=this.view.ownerGrid.getVisibleColumnManager();b=Ext.Array.sort([a.indexOf(g.lastColumnSelected),a.indexOf(k)],Ext.Array.numericSortFn);for(c=b[0];c<=b[1];c++){d.selectColumn(a.getHeaderAtIndex(c),true)}}else{if(d.isColumnSelected(k)){d.deselectColumn(k);d.selected.lastColumnSelected=null}else{d.selectColumn(k,h.ctrlKey);d.selected.lastColumnSelected=k}}}}},updateHeaderState:function(){var e=this,c=e.view.dataSource,i=c.getCount(),b=e.views,g=e.selected,h=g&&g.isRows&&!c.isBufferedStore&&i>0&&(i===g.getCount()),d=e.checkColumn,a=e.checkerOnCls;if(b&&b.length){if(d){if(h){d.addCls(a)}else{d.removeCls(a)}}}},onBeforeReconfigure:function(d,a,c,g,b){var e=this;if(c){Ext.suspendLayouts();if(e.numbererColumn){e.numbererColumn.ownerCt.remove(e.numbererColumn,false);c.unshift(e.numbererColumn)}if(e.checkColumn){e.checkColumn.ownerCt.remove(e.checkColumn,false);c.unshift(e.checkColumn)}Ext.resumeLayouts()}},getCellContext:function(a,b){return new Ext.grid.CellContext(this.view.ownerGrid.getView()).setPosition(a,b)},select:function(b,m,l){var h=this,a=h.selected,j=h.view,k=j.dataSource,g,d,e,c=false;if(!a||!a.isRows||a.view!==j){h.resetSelection(true);a=h.selected=new Ext.grid.selection.Rows(j)}else{if(!m){a.clear()}}if(!Ext.isArray(b)){b=[b]}g=b.length;for(d=0;d1&&d.type==="click"){return}if(!(g.cellSelect||g.columnSelect||g.rowSelect)||!e.record||d.type==="mousedown"){return}if(d.ctrlKey&&d.keyCode===d.A){if(!a||a.getCount()<2){g.selectAll()}else{g.deselectAll()}g.updateHeaderState();return}if(d.shiftKey){if(h.column===g.numbererColumn||h.column===g.checkColumn||!g.cellSelect||(a&&a.isRows)){if(g.rowSelect){if(!a||!a.isRows||a.view!==i){g.resetSelection(true);a=g.selected=new Ext.grid.selection.Rows(i)}if(!a.getRangeSize()){a.setRangeStart(e.previousRecordIndex||0)}a.setRangeEnd(e.recordIndex);a.addRange();b=true}}else{if(g.cellSelect){if(!a||!a.isCells||a.view!==i){g.resetSelection(true);a=g.selected=new Ext.grid.selection.Cells(i)}if(!a.getRangeSize()){a.setRangeStart(e.previousPosition||g.getCellContext(0,0))}a.setRangeEnd(h);b=true}}}else{if(h.column===g.numbererColumn||h.column===g.checkColumn||!g.cellSelect){if(g.rowSelect){if(!a||!a.isRows||a.view!==i){g.resetSelection(true);a=g.selected=new Ext.grid.selection.Rows(i)}if(d.ctrlKey||h.column===g.checkColumn){if(a.contains(c)){a.remove(c)}else{a.add(c)}}else{a.clear();a.add(c)}b=true}}else{if(g.cellSelect){if(!a||!a.isCells||a.view!==i){g.resetSelection(true);g.selected=a=new Ext.grid.selection.Cells(i)}else{a.clear()}a.setRangeStart(h);b=true}}}if(b){if(a.isRows){g.updateHeaderState()}g.fireSelectionChange()}},isRowSelected:function(a){var b=this,c=b.selected;if(c&&c.isRows){a=Ext.isNumber(a)?b.store.getAt(a):a;return c.contains(a)}else{return false}},isColumnSelected:function(a){var b=this,c=b.selected;if(c&&c.isColumns){return c.contains(a)}else{return false}},isCellSelected:function(a,g,c){var d=this,b,e=d.selected;a=a.ownerGrid.view;if(e){if(e.isColumns){if(typeof c==="number"){c=a.getVisibleColumnManager().getColumns()[c]}return e.contains(c)}if(e.isCells){b=new Ext.grid.CellContext(a).setPosition({row:g,column:c});return e.contains(b)}}return false},applySelected:function(a){return a},updateSelected:function(g,h){var c,e,b,d,a;if(h){h.clear()}if(g&&g.getCount()){c=g.view;if(g.isRows){g.eachRow(c.onRowSelect,c)}else{if(g.isColumns){e=g.getColumns();b=e.length;if(b){a=new Ext.grid.CelContext(c);c.store.each(function(i){a.setRow(i);for(d=0;d0);if(j){t.widthModel=t.heightModel=null;b=v.getSizeModel(l&&l.widthModel.pairsByHeightOrdinal[l.heightModel.ordinal]);if(h){t.sizeModel=b}t.widthModel=b.width;t.heightModel=b.height;if(l&&!t.isComponentChild){if(p.needsItemSize||!v.liquidLayout){l.remainingChildDimensions+=2}else{if(t.widthModel.calculated){++l.remainingChildDimensions}if(t.heightModel.calculated){++l.remainingChildDimensions}}}}else{if(a){t.recoverProp("x",a,d);t.recoverProp("y",a,d);if(t.widthModel.calculated){t.recoverProp("width",a,d)}else{if("width" in a){++s}}if(t.heightModel.calculated){t.recoverProp("height",a,d)}else{if("height" in a){++s}}if(l&&!t.isComponentChild){l.remainingChildDimensions+=s}}}if(a&&p&&p.manageMargins){t.recoverProp("margin-top",a,d);t.recoverProp("margin-right",a,d);t.recoverProp("margin-bottom",a,d);t.recoverProp("margin-left",a,d)}if(c){k=c.heightModel;r=c.widthModel;if(r&&k&&g&&w){if(g.shrinkWrap&&w.shrinkWrap){if(r.constrainedMax&&k.constrainedMin){k=null}}}if(r){t.widthModel=r}if(k){t.heightModel=k}if(c.state){Ext.apply(t.state,c.state)}}return u},initContinue:function(e){var h=this,d=h.ownerCtContext,a=h.target,c=h.widthModel,g=a.getInherited(),b;if(c.fixed){g.inShrinkWrapTable=false}else{delete g.inShrinkWrapTable}if(e){if(d&&c.shrinkWrap){b=d.isBoxParent?d:d.boxParent;if(b){b.addBoxChild(h)}}else{if(c.natural){h.boxParent=d}}}return e},initDone:function(d){var b=this,a=b.props,c=b.state;if(b.remainingChildDimensions===0){a.containerChildrenSizeDone=true}if(d){a.containerLayoutDone=true}if(b.boxChildren&&b.boxChildren.length&&b.widthModel.shrinkWrap){b.el.setWidth(10000);c.blocks=(c.blocks||0)+1}},initAnimation:function(){var b=this,c=b.target,a=b.ownerCtContext;if(a&&a.isTopLevel){b.animatePolicy=c.ownerLayout.getAnimatePolicy(b)}else{if(!a&&c.isCollapsingOrExpanding&&c.animCollapse){b.animatePolicy=c.componentLayout.getAnimatePolicy(b)}}if(b.animatePolicy){b.context.queueAnimation(b)}},addBlock:function(b,d,e){var c=this,g=c[b]||(c[b]={}),a=g[e]||(g[e]={});if(!a[d.id]){a[d.id]=d;++d.blockCount;++c.context.blockCount}},addBoxChild:function(d){var c=this,b,a=d.widthModel;d.boxParent=this;d.measuresBox=a.shrinkWrap?d.hasRawContent:a.natural;if(d.measuresBox){b=c.boxChildren;if(b){b.push(d)}else{c.boxChildren=[d]}}},addPositionStyles:function(d,b){var a=b.x,e=b.y,c=0;if(a!==undefined){d.left=a+"px";++c}if(e!==undefined){d.top=e+"px";++c}return c},addTrigger:function(g,h){var e=this,a=h?"domTriggers":"triggers",i=e[a]||(e[a]={}),b=e.context,d=b.currentLayout,c=i[g]||(i[g]={});if(!c[d.id]){c[d.id]=d;++d.triggerCount;c=b.triggers[h?"dom":"data"];(c[d.id]||(c[d.id]=[])).push({item:this,prop:g});if(e.props[g]!==undefined){if(!h||!(e.dirty&&(g in e.dirty))){++d.firedTriggers}}}},boxChildMeasured:function(){var b=this,c=b.state,a=(c.boxesMeasured=(c.boxesMeasured||0)+1);if(a===b.boxChildren.length){c.clearBoxWidth=1;++b.context.progressCount;b.markDirty()}},borderNames:["border-top-width","border-right-width","border-bottom-width","border-left-width"],marginNames:["margin-top","margin-right","margin-bottom","margin-left"],paddingNames:["padding-top","padding-right","padding-bottom","padding-left"],trblNames:["top","right","bottom","left"],cacheMissHandlers:{borderInfo:function(a){var b=a.getStyles(a.borderNames,a.trblNames);b.width=b.left+b.right;b.height=b.top+b.bottom;return b},marginInfo:function(a){var b=a.getStyles(a.marginNames,a.trblNames);b.width=b.left+b.right;b.height=b.top+b.bottom;return b},paddingInfo:function(b){var a=b.frameBodyContext||b,c=a.getStyles(b.paddingNames,b.trblNames);c.width=c.left+c.right;c.height=c.top+c.bottom;return c}},checkCache:function(a){return this.cacheMissHandlers[a](this)},clearAllBlocks:function(a){var c=this[a],b;if(c){for(b in c){this.clearBlocks(a,b)}}},clearBlocks:function(c,g){var h=this[c],b=h&&h[g],d,e,a;if(b){delete h[g];d=this.context;for(a in b){e=b[a];--d.blockCount;if(!--e.blockCount&&!e.pending&&!e.done){d.queueLayout(e)}}}},block:function(a,b){this.addBlock("blocks",a,b)},domBlock:function(a,b){this.addBlock("domBlocks",a,b)},fireTriggers:function(b,g){var h=this[b],d=h&&h[g],c=this.context,e,a;if(d){for(a in d){e=d[a];++e.firedTriggers;if(!e.done&&!e.blockCount&&!e.pending){c.queueLayout(e)}}}},flush:function(){var b=this,a=b.dirty,c=b.state,d=b.el;b.dirtyCount=0;if("attributes" in b){d.set(b.attributes);delete b.attributes}if("innerHTML" in b){d.innerHTML=b.innerHTML;delete b.innerHTML}if(c&&c.clearBoxWidth){c.clearBoxWidth=0;b.el.setStyle("width",null);if(!--c.blocks){b.context.queueItemLayouts(b)}}if(a){delete b.dirty;b.writeProps(a,true)}},flushAnimations:function(){var o=this,c=o.previousSize,l,n,e,h,g,d,i,m,k,a,b;if(c){l=o.target;n=l.getAnimationProps();e=n.duration;h=Ext.Object.getKeys(o.animatePolicy);g=Ext.apply({},{from:{},to:{},duration:e||Ext.fx.Anim.prototype.duration},n);for(d=0,i=0,m=h.length;i0},runLayout:function(b){var a=this,c=a.getCmp(b.owner);b.pending=false;if(c.state.blocks){return}b.done=true;++b.calcCount;++a.calcCount;b.calculate(c);if(b.done){a.layoutDone(b);if(b.completeLayout){a.queueCompletion(b)}if(b.finalizeLayout){a.queueFinalize(b)}}else{if(!b.pending&&!b.invalid&&!(b.blockCount+b.triggerCount-b.firedTriggers)){a.queueLayout(b)}}},setItemSize:function(h,g,b){var d=h,a=1,c,e;if(h.isComposite){d=h.elements;a=d.length;h=d[0]}else{if(!h.dom&&!h.el){a=d.length;h=d[0]}}for(e=0;e0){b.insert(0,l)}}}}},getItemsRenderTree:function(a){this.beforeRenderItems(a);return Ext.layout.container.VBox.prototype.getItemsRenderTree.apply(this,arguments)},renderItems:function(a,b){this.beforeRenderItems(a);Ext.layout.container.VBox.prototype.renderItems.apply(this,arguments)},configureItem:function(a){Ext.layout.container.VBox.prototype.configureItem.apply(this,arguments);a.ignoreHeaderBorderManagement=true;a.animCollapse=false;if(this.fill){a.flex=1}},beginLayout:function(a){Ext.layout.container.VBox.prototype.beginLayout.apply(this,arguments);this.innerCt.dom.setAttribute("role","tablist");this.innerCt.dom.setAttribute("aria-multiselectable",true);this.updatePanelClasses(a)},updatePanelClasses:function(e){var c=e.visibleItems,d=c.length,a=true,b,h,g;for(b=0;b1){a.processing=true;b.collapse();a.processing=false}},onRemove:function(a,d){var c=this,b;Ext.layout.container.VBox.prototype.onRemove.apply(this,arguments);if(!c.owner.destroying&&!c.multi&&!a.collapsed){b=c.owner.items.first();if(b){b.expand()}}},getExpanded:function(h){var b=this.owner.items.items,a=b.length,d=0,c=[],g,e;for(;dc){c=e.weight}}},this);return c},getSplitterTarget:function(b){var a=b.collapseTarget;if(a&&a.collapsed){return a.placeholder||a}return a},isItemBoxParent:function(a){return true},isItemShrinkWrap:function(a){return true},insertSplitter:function(d,c,g,b){var h=d.region,e=Ext.apply({xtype:"bordersplitter",collapseTarget:d,id:d.id+"-splitter",hidden:g,canResize:d.splitterResize!==false,splitterFor:d,synthetic:true},b),a=c+((h==="south"||h==="east")?0:1);if(d.collapseMode==="mini"){e.collapsedCls=d.collapsedCls}d.splitter=this.owner.add(a,e)},getMoveAfterIndex:function(b){var a=Ext.layout.container.Container.prototype.getMoveAfterIndex.apply(this,arguments);if(b.splitter){a++}return a},moveItemBefore:function(a,c){var b;if(c&&c.splitter){b=c.region;if(b==="south"||b==="east"){c=c.splitter}}return Ext.layout.container.Container.prototype.moveItemBefore.call(this,a,c)},onAdd:function(j,d){var g=this,c=j.placeholderFor,i=j.region,e,h,a,b;Ext.layout.container.Container.prototype.onAdd.apply(this,arguments);if(i){Ext.apply(j,g.regionFlags[i]);if(g.owner.isViewport){j.isViewportBorderChild=true}if(j.initBorderRegion){j.initBorderRegion()}e=i==="center";if(e){g.centerRegion=j}else{h=j.split;a=!!j.hidden;if(typeof h==="object"){b=h;h=true}if((j.isHorz||j.isVert)&&(h||j.collapseMode==="mini")){g.insertSplitter(j,d,a||!h,b)}}if(!e&&!j.hasOwnProperty("collapseMode")){j.collapseMode=g.panelCollapseMode}if(!j.hasOwnProperty("animCollapse")){if(j.collapseMode!=="placeholder"){j.animCollapse=false}else{j.animCollapse=g.panelCollapseAnimate}}}else{if(c){Ext.apply(j,g.regionFlags[c.region]);j.region=c.region;j.weight=c.weight}}},onDestroy:function(){this.centerRegion=null;Ext.layout.container.Container.prototype.onDestroy.call(this)},onRemove:function(b,d){var e=this,i=b.region,g=b.splitter,a=e.owner,h=a.destroying,c;if(i){if(b.isCenter){e.centerRegion=null}delete b.isCenter;delete b.isHorz;delete b.isVert;if(g&&!a.destroying){a.doRemove(g,true)}delete b.splitter}Ext.layout.container.Container.prototype.onRemove.apply(this,arguments);if(!h&&!d&&b.rendered){c=b.getEl();if(c){c.setStyle("top","");c.setStyle(e.horzPositionProp,"")}}},regionMeta:{center:{splitterDelta:0},north:{splitterDelta:1},south:{splitterDelta:-1},west:{splitterDelta:1},east:{splitterDelta:-1}},regionFlags:{center:{isCenter:true,isHorz:false,isVert:false},north:{isCenter:false,isHorz:false,isVert:true,collapseDirection:"top"},south:{isCenter:false,isHorz:false,isVert:true,collapseDirection:"bottom"},west:{isCenter:false,isHorz:true,isVert:false,collapseDirection:"left"},east:{isCenter:false,isHorz:true,isVert:false,collapseDirection:"right"}},setupSplitterNeighbors:function(m){var p={},e=m.length,o=this.touchedRegions,h,g,a,l,d,k,n,b,c;for(h=0;h{%this.renderBody(out, values)%}'],targetElCls:"x-center-target",beginLayout:function(b){var k=this,c=k.percentRe,g,j,d,a,l,h,e;Ext.layout.container.Fit.prototype.beginLayout.call(this,b);g=b.childItems;for(d=0,j=g.length;d style="border-spacing:{itemSpacing}px">
    style="width:{labelWidth}">
    ',afterBodyTpl:"",getRenderData:function(){var c=this,a=c.labelWidth,b=c.formWrapCls,d=Ext.layout.container.Auto.prototype.getRenderData.call(this);if(a){if(typeof a==="number"){a+="px"}d.labelWidth=a;b+=" "+c.formWrapSizedLabelCls}else{b+=" "+c.formWrapAutoLabelCls}d.formWrapCls=b;d.formColGroupCls=c.formColGroupCls;d.formColumnCls=c.formColumnCls;d.formLabelColumnCls=c.formLabelColumnCls;return d},getRenderTarget:function(){return this.formWrap}},0,0,0,0,["layout.form"],0,[Ext.layout.container,"Form",Ext.layout,"FormLayout"],0));(Ext.cmd.derive("Ext.menu.ColorPicker",Ext.menu.Menu,{hideOnClick:true,pickerId:null,initComponent:function(){var b=this,a=Ext.apply({},b.initialConfig);delete a.listeners;Ext.apply(b,{plain:true,showSeparator:false,bodyPadding:0,items:Ext.applyIf({cls:"x-menu-color-item",margin:0,id:b.pickerId,xtype:"colorpicker"},a)});Ext.menu.Menu.prototype.initComponent.apply(this,arguments);b.picker=b.down("colorpicker");b.relayEvents(b.picker,["select"]);if(b.hideOnClick){b.on("select",b.hidePickerOnSelect,b)}},hidePickerOnSelect:function(){Ext.menu.Manager.hideAll()}},0,["colormenu"],["component","box","container","panel","menu","colormenu"],{component:true,box:true,container:true,panel:true,menu:true,colormenu:true},["widget.colormenu"],0,[Ext.menu,"ColorPicker"],0));(Ext.cmd.derive("Ext.menu.DatePicker",Ext.menu.Menu,{ariaRole:"dialog",ariaLabel:"Date picker",hideOnClick:true,pickerId:null,enableFocusableContainer:false,initComponent:function(){var c=this,a,b;if(c.pickerCfg){b=Ext.apply({cls:"x-menu-date-item",margin:0,border:false,id:c.pickerId,xtype:"datepicker"},c.pickerCfg)}else{a=Ext.apply({},c.initialConfig);delete a.listeners;b=Ext.applyIf({cls:"x-menu-date-item",margin:0,border:false,id:c.pickerId,xtype:"datepicker"},a)}Ext.apply(c,{showSeparator:false,plain:true,bodyPadding:0,items:[b]});Ext.menu.Menu.prototype.initComponent.call(this);c.picker=c.down("datepicker");c.relayEvents(c.picker,["select"]);if(c.hideOnClick){c.on("select",c.hidePickerOnSelect,c)}},onEscapeKey:function(a){if(this.floating&&this.ownerCmp&&this.ownerCmp.focus){this.ownerCmp.focus()}},hidePickerOnSelect:function(){Ext.menu.Manager.hideAll()}},0,["datemenu"],["component","box","container","panel","menu","datemenu"],{component:true,box:true,container:true,panel:true,menu:true,datemenu:true},["widget.datemenu"],0,[Ext.menu,"DatePicker"],0));(Ext.cmd.derive("Ext.panel.Pinnable",Ext.Mixin,{mixinId:"pinnable",pinnable:true,pinnedTip:"Unpin this item",unpinnedTip:"Pin this item",initPinnable:function(){var b=this,a=b.isPinned();b.addTool(b.pinTool=Ext.widget({xtype:"tool",type:a?"unpin":"pin",callback:"togglePin",scope:b,tooltip:a?b.pinnedTip:b.unpinnedTip}))},isPinned:function(){return !this.floating},setPinned:function(b){var c=this,a;if(b!==c.isPinned()){a=[c,b];if(c.fireEventArgs("beforepinchange",a)!==false){c.updatePinned(b);c.fireEventArgs("pinchange",a)}}},togglePin:function(){this.setPinned(!this.isPinned())},updatePinned:function(b){var c=this,a=c.pinTool;a.setTooltip(b?c.pinnedTip:c.unpinnedTip);a.setType(b?"unpin":"pin")}},0,0,0,0,0,0,[Ext.panel,"Pinnable"],0));(Ext.cmd.derive("Ext.plugin.Manager",Ext.Base,{alternateClassName:["Ext.PluginManager","Ext.PluginMgr"],singleton:true,typeName:"ptype",create:function(b,e,d){var a,c;if(b.init){a=b}else{if(d){b=Ext.apply({},b);b.cmp=d}else{d=b.cmp}if(b.xclass){a=Ext.create(b)}else{c="plugin."+(b.ptype||e);a=Ext.ClassManager.instantiateByAlias(c,b)}}if(a&&d&&a.setCmp&&!a.setCmpCalled){a.setCmp(d);a.setCmpCalled=true}return a}},0,0,0,0,0,0,[Ext.plugin,"Manager",Ext,"PluginManager",Ext,"PluginMgr"],0));(Ext.cmd.derive("Ext.resizer.BorderSplitterTracker",Ext.resizer.SplitterTracker,{getPrevCmp:null,getNextCmp:null,calculateConstrainRegion:function(){var z=this,a=z.splitter,o=a.collapseTarget,d=a.defaultSplitMin,h=a.vertical?"Width":"Height",c="min"+h,v="max"+h,j="get"+h,u=a.neighbors,e=u.length,n=o.el.getBox(),g=n.x,p=n.y,y=n.right,k=n.bottom,r=a.vertical?(y-g):(k-p),x,l,s,m,w,t,q,b;m=(o[c]||Math.min(r,d))-r;w=o[v];if(!w){w=1000000000}else{w-=r}b=r;for(x=0;xq){w=q}}if(w-m<2){return null}n=new Ext.util.Region(p,y,k,g);z.constraintAdjusters[z.getCollapseDirection()](n,m,w,a);z.dragInfo={minRange:m,maxRange:w,targetSize:b};return n},constraintAdjusters:{left:function(c,a,b,d){c[0]=c.x=c.left=c.right+a;c.right+=b+d.getWidth()},top:function(c,a,b,d){c[1]=c.y=c.top=c.bottom+a;c.bottom+=b+d.getHeight()},bottom:function(c,a,b,d){c.bottom=c.top-a;c.top-=b+d.getHeight()},right:function(c,a,b,d){c.right=c.left-a;c[0]=c.x=c.left=c.x-b+d.getWidth()}},onBeforeStart:function(k){var g=this,h=g.splitter,d=h.collapseTarget,b=h.neighbors,c=b.length,a,j;if(d.collapsed){return false}for(a=0;ac){d.minWidth=d.el.getWidth()*a}else{d.minHeight=d.el.getHeight()*c}}if(d.throttle){e=Ext.Function.createThrottled(function(){Ext.resizer.ResizeTracker.prototype.resize.apply(d,arguments)},d.throttle);d.resize=function(h,i,g){if(g){Ext.resizer.ResizeTracker.prototype.resize.apply(d,arguments)}else{e.apply(null,arguments)}}}},onBeforeStart:function(a){this.startBox=this.target.getBox()},getProxy:function(){var a=this;if(!a.dynamic&&!a.proxy){a.proxy=a.createProxy(a.target||a.el);a.hideProxy=true}if(a.proxy){a.proxy.show();return a.proxy}},createProxy:function(c){var b,a=this.proxyCls;if(c.isComponent){b=c.getProxy().addCls(a)}else{b=c.createProxy({tag:"div",role:"presentation",cls:a,id:c.id+"-rzproxy"},Ext.getBody())}b.removeCls("x-proxy-el");return b},onStart:function(a){this.activeResizeHandle=Ext.get(this.getDragTarget().id);if(!this.dynamic){this.resize(this.startBox)}},onMouseDown:function(b,a){var c=Ext.fly(a.parentNode);Ext.dd.DragTracker.prototype.onMouseDown.apply(this,arguments);if(c&&c.shim){c.maskIframes()}},onMouseUp:function(a){var b=Ext.fly(this.dragTarget.parentNode);Ext.dd.DragTracker.prototype.onMouseUp.apply(this,arguments);if(b&&b.shim){b.unmaskIframes()}},onDrag:function(a){if(this.dynamic||this.proxy){this.updateDimensions(a)}},updateDimensions:function(q,m){var r=this,c=r.activeResizeHandle.region,g=r.getOffset(r.constrainTo?"dragTarget":null),k=r.startBox,h,o=0,s=0,j,p,a=0,u=0,t,i,b,d,n,l;c=r.convertRegionName(c);switch(c){case"south":s=g[1];b=2;break;case"north":s=-g[1];u=-s;b=2;break;case"east":o=g[0];b=1;break;case"west":o=-g[0];a=-o;b=1;break;case"northeast":s=-g[1];u=-s;o=g[0];i=[k.x,k.y+k.height];b=3;break;case"southeast":s=g[1];o=g[0];i=[k.x,k.y];b=3;break;case"southwest":o=-g[0];a=-o;s=g[1];i=[k.x+k.width,k.y];b=3;break;case"northwest":s=-g[1];u=-s;o=-g[0];a=-o;i=[k.x+k.width,k.y+k.height];b=3;break}d={width:k.width+o,height:k.height+s,x:k.x+a,y:k.y+u};j=Ext.Number.snap(d.width,r.widthIncrement);p=Ext.Number.snap(d.height,r.heightIncrement);if(j!==d.width||p!==d.height){switch(c){case"northeast":d.y-=p-d.height;break;case"north":d.y-=p-d.height;break;case"southwest":d.x-=j-d.width;break;case"west":d.x-=j-d.width;break;case"northwest":d.x-=j-d.width;d.y-=p-d.height}d.width=j;d.height=p}if(d.widthr.maxWidth){d.width=Ext.Number.constrain(d.width,r.minWidth,r.maxWidth);if(a){d.x=k.x+(k.width-d.width)}}else{r.lastX=d.x}if(d.heightr.maxHeight){d.height=Ext.Number.constrain(d.height,r.minHeight,r.maxHeight);if(u){d.y=k.y+(k.height-d.height)}}else{r.lastY=d.y}if(r.preserveRatio||q.shiftKey){h=r.startBox.width/r.startBox.height;n=Math.min(Math.max(r.minHeight,d.width/h),r.maxHeight);l=Math.min(Math.max(r.minWidth,d.height*h),r.maxWidth);if(b===1){d.height=n}else{if(b===2){d.width=l}else{t=Math.abs(i[0]-this.lastXY[0])/Math.abs(i[1]-this.lastXY[1]);if(t>h){d.height=n}else{d.width=l}if(c==="northeast"){d.y=k.y-(d.height-k.height)}else{if(c==="northwest"){d.y=k.y-(d.height-k.height);d.x=k.x-(d.width-k.width)}else{if(c==="southwest"){d.x=k.x-(d.width-k.width)}}}}}}r.setPosition=d.x!==r.startBox.x||d.y!==r.startBox.y;r.resize(d,m)},resize:function(d,a){var c=this,e,b=c.setPosition;if(c.dynamic||(!c.dynamic&&a)){if(b){c.target.setBox(d)}else{c.target.setSize(d.width,d.height)}}if(!a){e=c.getProxy();if(e&&e!==c.target){if(b||c.hideProxy){e.setBox(d)}else{e.setSize(d.width,d.height)}}}},onEnd:function(a){this.updateDimensions(a,true);if(this.proxy&&this.hideProxy){this.proxy.hide()}},convertRegionName:function(a){return a}},1,0,0,0,0,0,[Ext.resizer,"ResizeTracker"],0));(Ext.cmd.derive("Ext.resizer.Resizer",Ext.Base,{alternateClassName:"Ext.Resizable",handleCls:"x-resizable-handle",overCls:"x-resizable-handle-over",pinnedCls:"x-resizable-pinned",wrapCls:"x-resizable-wrap",wrappedCls:"x-resizable-wrapped",delimiterRe:/(?:\s*[,;]\s*)|\s+/,dynamic:true,handles:"s e se",height:null,width:null,heightIncrement:0,widthIncrement:0,minHeight:20,minWidth:20,maxHeight:10000,maxWidth:10000,pinned:false,preserveRatio:false,transparent:false,possiblePositions:{n:"north",s:"south",e:"east",w:"west",se:"southeast",sw:"southwest",nw:"northwest",ne:"northeast"},ariaRole:"presentation",constructor:function(b){var l=this,q=l.handles,k=Ext.dom.Element.unselectableCls,o=[],p,c,n,s,h,e,m,a,g,d,r,j;if(Ext.isString(b)||Ext.isElement(b)||b.dom){p=b;b=arguments[1]||{};b.target=p}l.mixins.observable.constructor.call(l,b);p=l.target;if(p){if(p.isComponent){p.addClsWithUI("resizable");if(p.minWidth){l.minWidth=p.minWidth}if(p.minHeight){l.minHeight=p.minHeight}if(p.maxWidth){l.maxWidth=p.maxWidth}if(p.maxHeight){l.maxHeight=p.maxHeight}if(p.floating){if(!l.hasOwnProperty("handles")){l.handles="n ne e se s sw w nw"}}l.el=p.getEl()}else{p=l.el=l.target=Ext.get(p)}}else{p=l.target=l.el=Ext.get(l.el)}l.el.addCls(Ext.Component.prototype.borderBoxCls);if(Ext.isNumber(l.width)){l.width=Ext.Number.constrain(l.width,l.minWidth,l.maxWidth)}if(Ext.isNumber(l.height)){l.height=Ext.Number.constrain(l.height,l.minHeight,l.maxHeight)}if(l.width!==null||l.height!==null){l.target.setSize(l.width,l.height)}s=l.el.dom.tagName.toUpperCase();if(s==="TEXTAREA"||s==="IMG"||s==="TABLE"){l.originalTarget=l.target;d=p.isComponent?p.getEl():p;l.el.addCls(l.wrappedCls);l.target=l.el=l.el.wrap({role:"presentation",cls:l.wrapCls,id:l.el.id+"-rzwrap",style:d.getStyle(["margin-top","margin-bottom"])});r=d.getPositioning();l.el.setPositioning(r);d.clearPositioning();g=d.getBox();if(r.position!=="absolute"){g.x=0;g.y=0}l.el.setBox(g);d.setStyle("position","absolute");l.isTargetWrapped=true}l.el.position();if(l.pinned){l.el.addCls(l.pinnedCls)}l.resizeTracker=new Ext.resizer.ResizeTracker({disabled:l.disabled,target:p,el:l.el,constrainTo:l.constrainTo,handleCls:l.handleCls,overCls:l.overCls,throttle:l.throttle,proxy:l.originalTarget?l.el:null,dynamic:l.originalTarget?true:l.dynamic,originalTarget:l.originalTarget,delegate:"."+l.handleCls,preserveRatio:l.preserveRatio,heightIncrement:l.heightIncrement,widthIncrement:l.widthIncrement,minHeight:l.minHeight,maxHeight:l.maxHeight,minWidth:l.minWidth,maxWidth:l.maxWidth});l.resizeTracker.on({mousedown:l.onBeforeResize,drag:l.onResize,dragend:l.onResizeEnd,scope:l});if(l.handles==="all"){l.handles="n s e w ne nw se sw"}q=l.handles=l.handles.split(l.delimiterRe);n=l.possiblePositions;h=q.length;c=l.handleCls+" "+l.handleCls+"-{0}";if(l.target.isComponent){j=l.target.baseCls;c+=" "+j+"-handle "+j+"-handle-{0}";if(Ext.supports.CSS3BorderRadius){c+=" "+j+"-handle-{0}-br"}}for(e=0;e")}}Ext.DomHelper.append(l.el,o.join(""));o.length=0;for(e=0;e-1){this.doSelect(a.record,false,b)}},onCellDeselect:function(a,b){if(a&&a.rowIdx!==undefined){this.doDeselect(a.record,b)}},onSelectChange:function(b,e,d,h){var g=this,i,c,a;if(e){i=g.nextSelection;c="select"}else{i=g.selection;c="deselect"}a=i.view||g.primaryView;if((d||g.fireEvent("before"+c,g,b,i.rowIdx,i.colIdx))!==false&&h()!==false){if(e){a.onCellSelect(i)}else{a.onCellDeselect(i);delete g.selection}if(!d){g.fireEvent(c,g,b,i.rowIdx,i.colIdx)}}},refresh:function(){var b=this.getPosition(),a;if(b&&(a=this.store.indexOf(this.selected.last()))!==-1){b.rowIdx=a}},onColumnMove:function(d,e,b,c){var a=d.up("tablepanel");if(a){this.onViewRefresh(a.view)}},onUpdate:function(a){var b=this,c;if(b.isSelected(a)){c=b.selecting?b.nextSelection:b.selection;b.view.onCellSelect(c)}},onViewRefresh:function(b){var e=this,h=e.getPosition(),c,g=b.headerCt,a,d;if(h&&h.view===b){a=h.record;d=h.column;if(!d.isDescendantOf(g)){d=g.queryById(d.id)||g.down('[text="'+d.text+'"]')||g.down('[dataIndex="'+d.dataIndex+'"]')}if(h.record){if(d&&(b.store.indexOfId(a.getId())!==-1)){c=new Ext.grid.CellContext(b).setPosition({row:a,column:d});e.setPosition(c)}}else{e.selection=null}}},selectByPosition:function(a,b){this.setPosition(a,b)}},0,0,0,0,["selection.cellmodel"],0,[Ext.selection,"CellModel"],0));(Ext.cmd.derive("Ext.selection.RowModel",Ext.selection.DataViewModel,{enableKeyNav:true,isRowModel:true,deselectOnContainerClick:false,onUpdate:function(b){var d=this,a=d.view,c;if(a&&d.isSelected(b)){c=a.indexOf(b);a.onRowSelect(c);if(b===d.lastFocused){a.onRowFocus(c,true)}}},onSelectChange:function(g,b,l,a){var j=this,m=j.views||[j.view],c=m.length,d=j.store.indexOf(g),h=b?"select":"deselect",e,k;if((l||j.fireEvent("before"+h,j,g,d))!==false&&a()!==false){for(e=0;e '},selectByPosition:function(a,b){if(!a.isCellContext){a=new Ext.grid.CellContext(this.view).setPosition(a.row,a.column)}if(!this.checkOnly||a.column===this.column){Ext.selection.RowModel.prototype.selectByPosition.call(this,a,b)}},onSelectChange:function(){Ext.selection.RowModel.prototype.onSelectChange.apply(this,arguments);if(!this.suspendChange){this.updateHeaderState()}},onStoreLoad:function(){Ext.selection.RowModel.prototype.onStoreLoad.apply(this,arguments);this.updateHeaderState()},onStoreAdd:function(){Ext.selection.RowModel.prototype.onStoreAdd.apply(this,arguments);this.updateHeaderState()},onStoreRemove:function(){Ext.selection.RowModel.prototype.onStoreRemove.apply(this,arguments);this.updateHeaderState()},onStoreRefresh:function(){Ext.selection.RowModel.prototype.onStoreRefresh.apply(this,arguments);this.updateHeaderState()},maybeFireSelectionChange:function(a){if(a&&!this.suspendChange){this.updateHeaderState()}Ext.selection.RowModel.prototype.maybeFireSelectionChange.apply(this,arguments)},resumeChanges:function(){Ext.selection.RowModel.prototype.resumeChanges.call(this);if(!this.suspendChange){this.updateHeaderState()}},updateHeaderState:function(){var g=this,h=g.store,e=h.getCount(),j=g.views,k=false,a=0,b,d,c;if(!h.isBufferedStore&&e>0){b=g.selected;k=true;for(c=0,d=b.getCount();c=a.value){g=a.value}}c.setValue(b,g,false);c.fireEvent("drag",c,h,d)}},getValueFromTracker:function(){var b=this.slider,a=this.tracker.getXY(),c;a[0]+=this.pointerOffset[0];a[1]+=this.pointerOffset[1];c=b.getTrackpoint(a);if(c!==undefined){return b.reversePixelValue(c)}},onDragEnd:function(d){var b=this,a=b.slider,c=b.value;a.onDragEnd(b,d);b.el.removeCls("x-slider-thumb-drag");b.dragging=a.dragging=false;a.fireEvent("dragend",a,d);if(b.dragStartValue!==c){a.fireEvent("changecomplete",a,c,b)}},destroy:function(){var a=this,b=this.anim;if(b){b.end()}a.el=a.tracker=a.anim=Ext.destroy(a.el,a.tracker);a.callParent()}},1,0,0,0,0,0,[Ext.slider,"Thumb"],0));(Ext.cmd.derive("Ext.slider.Tip",Ext.tip.Tip,{minWidth:10,offsets:null,align:null,position:"",defaultVerticalPosition:"left",defaultHorizontalPosition:"top",isSliderTip:true,init:function(c){var b=this,d,a;if(!b.position){b.position=c.vertical?b.defaultVerticalPosition:b.defaultHorizontalPosition}switch(b.position){case"top":a=[0,-10];d="b-t?";break;case"bottom":a=[0,10];d="t-b?";break;case"left":a=[-10,0];d="r-l?";break;case"right":a=[10,0];d="l-r?"}if(!b.align){b.align=d}if(!b.offsets){b.offsets=a}c.on({scope:b,dragstart:b.onSlide,drag:b.onSlide,dragend:b.hide,destroy:b.destroy})},onSlide:function(c,d,a){var b=this;b.show();b.update(b.getText(a));b.el.alignTo(a.el,b.align,b.offsets)},getText:function(a){return String(a.value)}},0,["slidertip"],["component","box","container","panel","tip","slidertip"],{component:true,box:true,container:true,panel:true,tip:true,slidertip:true},["widget.slidertip"],0,[Ext.slider,"Tip"],0));(Ext.cmd.derive("Ext.slider.Multi",Ext.form.field.Base,{alternateClassName:"Ext.slider.MultiSlider",vertical:false,minValue:0,maxValue:100,decimalPrecision:0,keyIncrement:1,pageSize:10,increment:0,clickRange:[5,15],clickToChange:true,animate:true,dragging:false,constrainThumbs:true,useTips:true,tipText:null,defaultBindProperty:"values",ariaRole:"slider",focusable:true,needArrowKeys:true,tabIndex:0,focusCls:"slider-focus",childEls:["endEl","innerEl"],fieldSubTpl:['
    tabindex="{tabIdx}"',' {$}="{.}"',">",'","
    ",{renderThumbs:function(g,e){var j=e.$comp,h=0,c=j.thumbs,b=c.length,d,a;for(;hg&&a.index>b.index){continue}b=a;l=h}}return b},onKeyDown:function(d){var c=this,a=c.ariaEl.dom,b,g;b=d.getKey();if(c.disabled||c.thumbs.length!==1){if(b!==d.TAB){d.preventDefault()}return}switch(b){case d.UP:case d.RIGHT:g=d.ctrlKey?c.maxValue:c.getValue(0)+c.keyIncrement;break;case d.DOWN:case d.LEFT:g=d.ctrlKey?c.minValue:c.getValue(0)-c.keyIncrement;break;case d.HOME:g=c.minValue;break;case d.END:g=c.maxValue;break;case d.PAGE_UP:g=c.getValue(0)+c.pageSize;break;case d.PAGE_DOWN:g=c.getValue(0)-c.pageSize;break}if(g!==undefined){d.stopEvent();g=c.normalizeValue(g);c.setValue(0,g,undefined,true);if(a){a.setAttribute("aria-valuenow",g)}}},normalizeValue:function(b){var c=this,a=c.zeroBasedSnapping?"snap":"snapInRange";b=Ext.Number[a](b,c.increment,c.minValue,c.maxValue);b=Ext.util.Format.round(b,c.decimalPrecision);b=Ext.Number.constrain(b,c.minValue,c.maxValue);return b},setMinValue:function(h){var g=this,c=g.thumbs,b=c.length,a=g.ariaEl.dom,d,e;g.minValue=h;for(e=0;eh){g.setValue(e,h,false)}}if(a){a.setAttribute("aria-valuemax",h)}g.syncThumbs()},setValue:function(g,l,b,d){var k=this,j=k.thumbs,h=k.ariaEl.dom,a,e,c,m;if(Ext.isArray(g)){m=g;b=l;for(c=0,e=m.length;c'].join("")},_drawCircle:function(d,i,g,c,h,a,b){var e=c*2,k,j;i-=c;g-=c;k=h==null?' stroked="false" ':' strokeWeight="'+b+'px" strokeColor="'+h+'" ';j=a==null?' filled="false"':' fillColor="'+a+'" filled="true" ';return[''].join("")},_drawPieSlice:function(j,o,m,i,k,e,n,d){var l,c=this.pixelWidth,p=this.pixelHeight,b,a,h,g,r=n==null?' stroked="false" ':' strokeWeight="1px" strokeColor="'+n+'" ',q=d==null?' filled="false"':' fillColor="'+d+'" filled="true" ';if(k===e){return""}if((e-k)===(2*Math.PI)){k=0;e=(2*Math.PI)}b=o+Math.round(Math.cos(k)*i);a=m+Math.round(Math.sin(k)*i);h=o+Math.round(Math.cos(e)*i);g=m+Math.round(Math.sin(e)*i);if(b===h&&a===g){if((e-k)'].join("")},_drawRect:function(e,b,h,c,a,d,g){return this._drawShape(e,[[b,h],[b,h+a],[b+c,h+a],[b+c,h],[b,h]],d,g)},reset:function(){Ext.fly(this.group).empty()},appendShape:function(a){this.prerender.push(this["_draw"+a.type].apply(this,a.args));this.lastShapeId=a.id;return a.id},replaceWithShape:function(d,a){var c=this.el.getById("jqsshape"+d,true),b=this["_draw"+a.type].apply(this,a.args);c.outerHTML=b},replaceWithShapes:function(b,a){var e=this.el.getById("jqsshape"+b[0],true),d="",g=a.length,c;for(c=0;c")]}return""},getRegionFields:Ext.emptyFn,calcHighlightColor:function(a){var d=this,j=d.getHighlightColor(),c=d.getHighlightLighten(),h,g,e,b;if(j){return j}if(c){h=/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i.exec(a)||/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i.exec(a);if(h){e=[];g=a.length===4?16:1;for(b=0;b<3;b++){e[b]=Ext.Number.constrain(Math.round(parseInt(h[b+1],16)*g*c),0,255)}return"rgb("+e.join(",")+")"}}return a},destroy:function(){delete this.redrawQueue[this.getId()];Ext.Widget.prototype.destroy.call(this)}},1,0,["widget"],{widget:true},0,0,[Ext.sparkline,"Base"],function(b){var a=b.prototype;Ext.onInternalReady(function(){a.tooltip=new Ext.tip.ToolTip({id:"sparklines-tooltip",showDelay:0,dismissDelay:0,hideDelay:400})});b.onClassCreated(b);a.processRedrawQueue=function(){var c=a.redrawQueue,d;for(d in c){c[d].redraw()}a.redrawQueue={};a.redrawTimer=0};if(!Ext.supports.Canvas){b.prototype.element={tag:"span",reference:"element",listeners:{mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",mousemove:"onMouseMove"},style:{display:"inline-block",position:"relative",overflow:"hidden",margin:"0px",padding:"0px",verticalAlign:"top",cursor:"default"},children:[{tag:"svml:group",reference:"groupEl",coordorigin:"0 0",coordsize:"0 0",style:"position:absolute;width:0;height:0;pointer-events:none"}]}}}));(Ext.cmd.derive("Ext.sparkline.BarBase",Ext.sparkline.Base,{renderHighlight:function(a){this.renderRegion(a,true)},renderGraph:function(){var h=this,b=h.values,d=h.canvas,k=h.regionShapes||(h.regionShapes={}),a,g,e,c;if(!Ext.sparkline.Base.prototype.renderGraph.call(this)){return}for(e=b.length;e--;){a=h.renderRegion(e);if(a){if(Ext.isArray(a)){g=[];for(c=a.length;c--;){a[c].append();g.push(a[c].id)}k[e]=g}else{a.append();k[e]=a.id}}else{k[e]=null}}if(h.currentPageXY){h.currentRegion=null;h.updateDisplay()}d.render()}},0,0,["widget"],{widget:true},0,0,[Ext.sparkline,"BarBase"],0));(Ext.cmd.derive("Ext.sparkline.RangeMap",Ext.Base,{constructor:function(d){var c,a,b=[];for(c in d){if(d.hasOwnProperty(c)&&typeof c==="string"&&c.indexOf(":")>-1){a=c.split(":");a[0]=a[0].length===0?-Infinity:parseFloat(a[0]);a[1]=a[1].length===0?Infinity:parseFloat(a[1]);a[2]=d[c];b.push(a)}}this.map=d;this.rangelist=b||false},get:function(e){var d=this.rangelist,c,b,a;if((a=this.map[e])!==undefined){return a}if(d){for(c=d.length;c--;){b=d[c];if(b[0]<=e&&b[1]>=e){return b[2]}}}}},1,0,0,0,0,0,[Ext.sparkline,"RangeMap"],0));(Ext.cmd.derive("Ext.sparkline.Bar",Ext.sparkline.BarBase,{config:{barColor:"#3366cc",negBarColor:"#f44",stackedBarColor:["#3366cc","#dc3912","#ff9900","#109618","#66aa00","#dd4477","#0099c6","#990099"],zeroColor:null,nullColor:null,zeroAxis:true,barWidth:4,barSpacing:1,chartRangeMin:null,chartRangeMax:null,chartRangeClip:false,colorMap:null,tipTpl:new Ext.XTemplate("● {prefix}{value}{suffix}")},remove:function(e,c){var b,d,a=[];for(b=0,d=e.length;b-1;if(v||Ext.isArray(J)){E=true;if(v){J=c[B]=I.normalizeValues(J.split(":"))}J=I.remove(J,null);r=Math.min.apply(Math,J);u=Math.max.apply(Math,J);if(rG){G=u}}}I.stacked=E;I.regionShapes={};I.totalBarWidth=t+q;I.width=(c.length*t)+((c.length-1)*q);if(m){C=k==null?-Infinity:k;F=l==null?Infinity:l}g=[];e=E?[]:g;for(B=0,h=c.length;B0){b[B]+=J}if(D<0&&G>0){if(J<0){a[B]+=Math.abs(J)}else{e[B]+=J}}else{e[B]+=Math.abs(J-(J<0?G:D))}g.push(J)}}}else{J=m?Ext.Number.constrain(c[B],C,F):c[B];J=c[B]=I.normalizeValue(J);if(J!==null){g.push(J)}}}I.max=A=Math.max.apply(Math,g);I.min=x=Math.min.apply(Math,g);I.stackMax=G=E?Math.max.apply(Math,b):A;I.stackMin=D=E?Math.min.apply(Math,g):x;if(k!=null&&(m||kA)){A=l}if(x<=0&&A>=0&&z){o=0}else{if(!z){o=x}else{if(x>0){o=x}else{o=A}}}I.xAxisOffset=o;s=E?(Math.max.apply(Math,e)+Math.max.apply(Math,a)):A-x;I.canvasHeightEf=(z&&x<0)?I.getHeight()-2:I.getHeight()-1;if(x=0)?G:A;n=(d-o)/s*I.getHeight();if(n!==Math.ceil(n)){I.canvasHeightEf-=2;n=Math.ceil(n)}}else{n=I.getHeight()}I.yoffset=n;I.range=s},getRegion:function(b,c){var a=Math.floor(b/this.totalBarWidth);return(a<0||a>=this.values.length)?undefined:a},getRegionFields:function(e){var b=Ext.Array.from(this.values[e]),a=[],d,c;for(c=b.length;c--;){d=b[c];a.push({isNull:d===null,value:d,color:this.calcColor(c,d,e),offset:e})}return a},calcColor:function(j,i,d){var g=this,b=g.colorMapByIndex,h=g.colorMapByValue,a,e,c=g.getZeroColor();if(this.stacked){a=g.getStackedBarColor()}else{a=(i<0)?g.getNegBarColor():g.getBarColor()}if(i===0&&c!==undefined){a=c}if(h&&(e=h.get(i))){a=e}else{if(b&&b.length>d){a=b[d]}}return Ext.isArray(a)?a[j%a.length]:a},renderRegion:function(l,e){var z=this,n=z.values[l],a=z.xAxisOffset,o=z.range,w=z.stacked,c=z.canvas,q=z.getBarWidth(),j=l*z.totalBarWidth,b=z.canvasHeightEf,k=z.yoffset,h,r,t,s,g,u,d,A,v,m,p=z.getNullColor();n=Ext.isArray(n)?n:[n];d=n.length;A=n[0];s=z.all(n,null);m=z.all(n,a,true);if(s){if(p){t=e?p:z.calcHighlightColor(p,z);h=(k>0)?k-1:k;c.drawRect(j,h,q-1,0,t,t).append()}return}g=k;for(u=0;u0){r=Math.floor(b*((Math.abs(A-a)/o)))+1}else{r=1}if(A5){B=h[0];w=h[1];s=h[2];r=h[3];p=h[4];b=h[5];m=h[6]}else{w=h[0];s=h[1];r=h[2];p=h[3];b=h[4]}}else{h.sort(function(G,i){return G-i});s=E.quartile(h,1);r=E.quartile(h,2);p=E.quartile(h,3);j=p-s;if(v){w=b=null;for(A=0;As-(j*u)){w=h[A]}if(h[A]b){l.drawCircle((m-x)*g+z,e/2,F,a,k).append()}}l.drawRect(Math.round((s-x)*g+z),Math.round(e*0.1),Math.round((p-s)*g),Math.round(e*0.8),E.getBoxLineColor(),E.getBoxFillColor()).append();l.drawLine(Math.round((w-x)*g+z),Math.round(e/2),Math.round((s-x)*g+z),Math.round(e/2),d).append();l.drawLine(Math.round((w-x)*g+z),Math.round(e/4),Math.round((w-x)*g+z),Math.round(e-e/4),c).append();l.drawLine(Math.round((b-x)*g+z),Math.round(e/2),Math.round((p-x)*g+z),Math.round(e/2),d).append();l.drawLine(Math.round((b-x)*g+z),Math.round(e/4),Math.round((b-x)*g+z),Math.round(e-e/4),c).append();l.drawLine(Math.round((r-x)*g+z),Math.round(e*0.1),Math.round((r-x)*g+z),Math.round(e*0.9),E.getMedianColor()).append();if(E.target){y=Math.ceil(E.spotRadius);l.drawLine(Math.round((E.target-x)*g+z),Math.round((e/2)-y),Math.round((E.target-x)*g+z),Math.round((e/2)+y),n).append();l.drawLine(Math.round((E.target-x)*g+z-y),Math.round(e/2),Math.round((E.target-x)*g+z+y),Math.round(e/2),n).append()}if(E.currentPageXY&&E.el.getRegion().contains(E.currentPageXY)){E.currentRegion=null;E.updateDisplay()}l.render()}},0,["sparklinebox"],["widget","sparklinebox"],{widget:true,sparklinebox:true},["widget.sparklinebox"],0,[Ext.sparkline,"Box"],0));(Ext.cmd.derive("Ext.sparkline.Bullet",Ext.sparkline.Base,{config:{targetColor:"#f33",targetWidth:3,performanceColor:"#33f",rangeColors:["#d3dafe","#a8b6ff","#7f94ff"],base:null,tipTpl:new Ext.XTemplate("{fieldkey:this.fields} - {value}",{fields:function(a){if(a==="r"){return"Range"}if(a==="p"){return"Performance"}if(a==="t"){return"Target"}}})},applyValues:function(a){a=Ext.Array.map(Ext.Array.from(a),this.normalizeValue);this.disabled=!(a&&a.length);return a},onUpdate:function(){var d=this,b=d.values,c,a,g,e=d.getBase();Ext.sparkline.Base.prototype.onUpdate.apply(this,arguments);g=b.slice();g[0]=g[0]===null?g[2]:g[0];g[1]=b[1]===null?g[2]:g[1];c=Math.min.apply(Math,b);a=Math.max.apply(Math,b);if(e==null){c=c<0?c:0}else{c=e}d.min=c;d.max=a;d.range=a-c;d.shapes={};d.valueShapes={};d.regiondata={};if(!b.length){d.disabled=true}},getRegion:function(a,c){var b=this.canvas.getShapeAt(a,c);return(b!==undefined&&this.shapes[b]!==undefined)?this.shapes[b]:undefined},getRegionFields:function(a){return{fieldkey:a.substr(0,1),value:this.values[a.substr(1)],region:a}},renderHighlight:function(a){switch(a.substr(0,1)){case"r":this.renderRange(a.substr(1),true).append();break;case"p":this.renderPerformance(true).append();break;case"t":this.renderTarget(true).append();break}},renderRange:function(e,b){var d=this.values[e],c=Math.round(this.getWidth()*((d-this.min)/this.range)),a=this.getRangeColors()[e-2];if(b){a=this.calcHighlightColor(a)}return this.canvas.drawRect(0,0,c-1,this.getHeight()-1,a,a)},renderPerformance:function(b){var d=this.values[1],c=Math.round(this.getWidth()*((d-this.min)/this.range)),a=this.getPerformanceColor();if(b){a=this.calcHighlightColor(a)}return this.canvas.drawRect(0,Math.round(this.getHeight()*0.3),c-1,Math.round(this.getHeight()*0.4)-1,a,a)},renderTarget:function(c){var h=this.values[0],e=this.getTargetWidth(),a=Math.round(this.getWidth()*((h-this.min)/this.range)-(e/2)),g=Math.round(this.getHeight()*0.1),d=this.getHeight()-(g*2),b=this.getTargetColor();if(c){b=this.calcHighlightColor(b)}return this.canvas.drawRect(a,g,e-1,d-1,b,b)},renderGraph:function(){var g=this,h=g.values.length,d=g.canvas,e,c,b=g.shapes||(g.shapes={}),a=g.valueShapes||(g.valueShapes={});if(!Ext.sparkline.Base.prototype.renderGraph.call(this)){return}for(e=2;ec.max)){c.max=d}if(c.canvas){if(c.getLineHeight()==="auto"){c.setLineHeight(Math.round(c.getHeight()*0.3))}}},getRegion:function(a,b){return Math.floor(a/this.itemWidth)},getRegionFields:function(a){return{isNull:this.values[a]===undefined,value:this.values[a],offset:a}},renderRegion:function(k,e){var m=this,r=m.values,h=m.min,n=m.max,j=m.range,c=m.interval,b=m.canvas,i=m.getHeight(),q=m.getLineHeight(),l=i-q,a,d,g,p,o=m.getThresholdColor();d=Ext.Number.constrain(r[k],h,n);p=k*c;a=Math.round(l-l*((d-h)/j));g=(o&&d=c[b][0]&&a<=c[b][1]){return c[b][2]}}return undefined},getRegionFields:function(a){return{isNull:this.yvalues[a]===null,x:this.xvalues[a],y:this.yvalues[a],color:this.getLineColor(),fillColor:this.getFillColor(),offset:a}},renderHighlight:function(g){var c=this,a=c.canvas,e=c.vertices[g],b=c.getSpotRadius(),h=c.getHighlightSpotColor(),d=c.getHighlightLineColor();if(!e){return}if(b&&h){a.drawCircle(e[0],e[1],b,null,h).append()}if(d){a.drawLine(e[0],c.canvasTop,e[0],c.canvasTop+c.getHeight(),d).append()}},scanValues:function(){var k=this,l=k.values,c=l.length,a=k.xvalues,h=k.yvalues,m=k.yminmax,e,d,j,g,b;for(e=0;ed.maxy){d.maxy=g}}if(a!=null&&(d.chartRangeClip||ad.maxy)){this.maxy=e}if(b!=null&&(d.chartRangeClipX||bd.maxx)){d.maxx=h}},drawNormalRange:function(c,h,g,d,i){var a=this.getNormalRangeMin(),e=this.getNormalRangeMax(),b=h+Math.round(g-(g*((e-this.miny)/i))),j=Math.round((g*(e-a))/i);this.canvas.drawRect(c,b,d,j,undefined,this.normalRangeColor).append()},renderGraph:function(){var q=this,k=q.canvas,M=q.getWidth(),m=q.getHeight(),d=q.vertices,L=q.getSpotRadius(),O=q.regionMap,B,g,C,t,r,s,J,A,F,E,j,w,n,p,h,K,e,D,o,c=q.getValueSpots(),H,u,G,I,N,l=q.getSpotColor(),b=q.getMinSpotColor(),z=q.getMaxSpotColor(),v=q.getNormalRangeMin(),a=q.getDrawNormalOnTop();if(!Ext.sparkline.Base.prototype.renderGraph.call(this)){return}q.scanValues();q.processRangeOptions();G=q.xvalues;I=q.yvalues;if(!q.yminmax.length||q.yvalues.length<2){return}t=r=0;B=q.maxx-q.minx===0?1:q.maxx-q.minx;g=q.maxy-q.miny===0?1:q.maxy-q.miny;C=q.yvalues.length-1;if(L&&(M<(L*4)||m<(L*4))){L=0}if(L){H=q.getHighlightSpotColor()&&!q.disableInteraction;if(H||b||(l&&I[C]===q.miny)){m-=Math.ceil(L)}if(H||z||(l&&I[C]===q.maxy)){m-=Math.ceil(L);t+=Math.ceil(L)}if(H||((b||z)&&(I[0]===q.miny||I[0]===q.maxy))){r+=Math.ceil(L);M-=Math.ceil(L)}if(H||l||(b||z&&(I[C]===q.miny||I[C]===q.maxy))){M-=Math.ceil(L)}}m--;if(v!=null&&!a){q.drawNormalRange(r,t,m,M,g)}J=[];A=[J];p=h=null;K=I.length;for(N=0;Nq.maxy){E=q.maxy}if(!J.length){J.push([w,t+m])}s=[w,t+Math.round(m-(m*((E-this.miny)/g)))];J.push(s);d.push(s)}}e=[];D=[];o=A.length;for(N=0;N2){J[0]=[J[0][0],J[1][1]]}e.push(J)}}o=D.length;for(N=0;N0){for(b=a.length;b--;){c+=a[b]}}d.total=c;d.radius=Math.floor(Math.min(d.getWidth(),d.getHeight())/2)},getRegion:function(a,d){var b=window.devicePixelRatio||1,c=this.canvas.getShapeAt(a*b,d*b);return(c!=null&&this.shapes[c]!=null)?this.shapes[c]:null},getRegionFields:function(b){var a=this.getSliceColors();return{isNull:this.values[b]==null,value:this.values[b],percent:this.values[b]/this.total*100,color:a[b%a.length],offset:b}},renderHighlight:function(a){this.renderSlice(a,true).append()},renderSlice:function(m,e){var o=this,d=o.canvas,n=o.radius,a=o.getBorderWidth(),j=o.getOffset(),b=2*Math.PI,s=o.values,p=o.total,l=j?(2*Math.PI)*(j/360):0,c,h,k,q,g,r=this.getSliceColors();q=s.length;for(k=0;k0){h=l+(b*(s[k]/p))}if(m===k){g=r[k%r.length];if(e){g=o.calcHighlightColor(g)}return d.drawPieSlice(n,n,n-a,c,h,null,g)}l=h}},renderGraph:function(){var h=this,c=h.canvas,k=h.values,e=h.radius,a=h.getBorderWidth(),g,d,b=h.shapes||(h.shapes={}),j=h.valueShapes||(h.valueShapes={});if(!Ext.sparkline.Base.prototype.renderGraph.call(this)){return}if(a){c.drawCircle(e,e,Math.floor(e-(a/2)),h.getBorderColor(),null,a).append()}for(d=k.length;d--;){if(k[d]){g=h.renderSlice(d).append();j[d]=g.id;b[g.id]=d}}if(h.currentPageXY&&h.el.getRegion().contains(h.currentPageXY)){h.currentRegion=null;h.updateDisplay()}c.render()}},0,["sparklinepie"],["widget","sparklinepie"],{widget:true,sparklinepie:true},["widget.sparklinepie"],0,[Ext.sparkline,"Pie"],0));(Ext.cmd.derive("Ext.sparkline.TriState",Ext.sparkline.BarBase,{config:{barWidth:4,barSpacing:1,posBarColor:"#6f6",negBarColor:"#f44",zeroBarColor:"#999",colorMap:{},tipTpl:new Ext.XTemplate("● {value:this.states}",{states:function(a){var b=Number(a);if(b===-1){return"Loss"}if(b===0){return"Draw"}if(b===1){return"Win"}return a}})},applyColorMap:function(a){var b=this;if(Ext.isArray(a)){b.colorMapByIndex=a;b.colorMapByValue=null}else{b.colorMapByIndex=null;b.colorMapByValue=a;if(b.colorMapByValue&&b.colorMapByValue.get==null){b.colorMapByValue=new Ext.sparkline.RangeMap(a)}}return a},applyValues:function(a){a=Ext.Array.map(Ext.Array.from(a),Number);this.disabled=!(a&&a.length);return a},onUpdate:function(){this.totalBarWidth=this.getBarWidth()+this.getBarSpacing()},getBarWidth:function(){var a=this.values;return this._barWidth||(this.getWidth()-(a.length-1)*this.getBarSpacing())/a.length},getRegion:function(a,b){return Math.floor(a/this.totalBarWidth)},getRegionFields:function(a){return{isNull:this.values[a]==null,value:this.values[a],color:this.calcColor(this.values[a],a),offset:a}},calcColor:function(g,h){var e=this,b=e.values,i=e.colorMapByIndex,d=e.colorMapByValue,a,c;if(d&&(c=d.get(g))){a=c}else{if(i&&i.length>h){a=i[h]}else{if(b[h]<0){a=e.getNegBarColor()}else{if(b[h]>0){a=e.getPosBarColor()}else{a=e.getZeroBarColor()}}}}return a},renderRegion:function(e,b){var h=this,k=h.values,a=h.canvas,d,l,g,j,i,c;d=a.pixelHeight;g=Math.round(d/2);j=e*h.totalBarWidth;if(k[e]<0){i=g;l=g-1}else{if(k[e]>0){i=0;l=g-1}else{i=g-1;l=2}}c=h.calcColor(k[e],e);if(c==null){return}if(b){c=h.calcHighlightColor(c)}a.drawRect(j,i,h.getBarWidth()-1,l-1,c,c).append()}},0,["sparklinetristate"],["widget","sparklinetristate"],{widget:true,sparklinetristate:true},["widget.sparklinetristate"],0,[Ext.sparkline,"TriState"],0));(Ext.cmd.derive("Ext.state.CookieProvider",Ext.state.Provider,{constructor:function(a){var b=this;b.path="/";b.expires=new Date(Ext.Date.now()+(1000*60*60*24*7));b.domain=null;b.secure=false;Ext.state.Provider.prototype.constructor.apply(this,arguments);b.state=b.readCookies()},set:function(a,c){var b=this;if(typeof c==="undefined"||c===null){b.clear(a);return}b.setCookie(a,c);Ext.state.Provider.prototype.set.apply(this,arguments)},clear:function(a){this.clearCookie(a);Ext.state.Provider.prototype.clear.apply(this,arguments)},readCookies:function(){var e={},j=document.cookie+";",d=/\s?(.*?)=(.*?);/g,i=this.prefix,a=i.length,h,b,g;while((h=d.exec(j))!=null){b=h[1];g=h[2];if(b&&b.substring(0,a)===i){e[b.substr(a)]=this.decodeValue(g)}}return e},setCookie:function(a,c){var b=this;document.cookie=b.prefix+a+"="+b.encodeValue(c)+((b.expires==null)?"":("; expires="+b.expires.toUTCString()))+((b.path==null)?"":("; path="+b.path))+((b.domain==null)?"":("; domain="+b.domain))+(b.secure?"; secure":"")},clearCookie:function(a){var b=this;document.cookie=b.prefix+a+"=null; expires=Thu, 01-Jan-1970 00:00:01 GMT"+((b.path==null)?"":("; path="+b.path))+((b.domain==null)?"":("; domain="+b.domain))+(b.secure?"; secure":"")}},1,0,0,0,0,0,[Ext.state,"CookieProvider"],0));(Ext.cmd.derive("Ext.state.LocalStorageProvider",Ext.state.Provider,{constructor:function(){var a=this;Ext.state.Provider.prototype.constructor.apply(this,arguments);a.store=a.getStorageObject();if(a.store){a.state=a.readLocalStorage()}else{a.state={}}},readLocalStorage:function(){var a=this.store,e={},d=a.getKeys(),c=d.length,b;while(c--){b=d[c];e[b]=this.decodeValue(a.getItem(b))}return e},set:function(a,c){var b=this;b.clear(a);if(c!=null){b.store.setItem(a,b.encodeValue(c));Ext.state.Provider.prototype.set.apply(this,arguments)}},clear:function(a){this.store.removeItem(a);Ext.state.Provider.prototype.clear.apply(this,arguments)},getStorageObject:function(){var a=this.prefix,c=a,b=c.length-1;if(c.charAt(b)==="-"){c=c.substring(0,b)}return new Ext.util.LocalStorage({id:c,prefix:a})}},1,0,0,0,["state.localstorage"],0,[Ext.state,"LocalStorageProvider"],0));(Ext.cmd.derive("Ext.tab.Tab",Ext.button.Button,{isTab:true,baseCls:"x-tab",closeElOverCls:"x-tab-close-btn-over",closeElPressedCls:"x-tab-close-btn-pressed",config:{rotation:"default",tabPosition:"top"},closable:true,closeText:"Close Tab",active:false,childEls:["closeEl"],scale:false,ariaRole:"tab",tabIndex:-1,keyHandlers:{DELETE:"onDeleteKey"},_btnWrapCls:"x-tab-wrap",_btnCls:"x-tab-button",_baseIconCls:"x-tab-icon-el",_glyphCls:"x-tab-glyph",_innerCls:"x-tab-inner",_textCls:"x-tab-text",_noTextCls:"x-tab-no-text",_hasIconCls:"x-tab-icon",_activeCls:"x-tab-active",_closableCls:"x-tab-closable",overCls:"x-tab-over",_pressedCls:"x-tab-pressed",_disabledCls:"x-tab-disabled",_rotateClasses:{1:"x-tab-rotate-right",2:"x-tab-rotate-left"},_positions:{top:{"default":"top",0:"top",1:"left",2:"right"},right:{"default":"top",0:"right",1:"top",2:"bottom"},bottom:{"default":"bottom",0:"bottom",1:"right",2:"left"},left:{"default":"top",0:"left",1:"bottom",2:"top"}},_defaultRotations:{top:0,right:1,bottom:0,left:2},initComponent:function(){var a=this;if(a.card){a.setCard(a.card)}Ext.button.Button.prototype.initComponent.apply(this,arguments)},getActualRotation:function(){var a=this.getRotation();return(a!=="default")?a:this._defaultRotations[this.getTabPosition()]},updateRotation:function(){this.syncRotationAndPosition()},updateTabPosition:function(){this.syncRotationAndPosition()},syncRotationAndPosition:function(){var h=this,c=h._rotateClasses,b=h.getTabPosition(),g=h.getActualRotation(),e=h._rotateCls,i=h._rotateCls=c[g],d=h._positionCls,a=h._positionCls=h._positions[b][g];if(e!==i){if(e){h.removeCls(e)}if(i){h.addCls(i)}}if(d!==a){if(d){h.removeClsWithUI(d)}if(a){h.addClsWithUI(a)}if(h.rendered){h.updateFrame()}}if(h.rendered){h.setElOrientation()}},onAdded:function(b,c,a){Ext.button.Button.prototype.onAdded.call(this,b,c,a);this.syncRotationAndPosition()},getTemplateArgs:function(){var b=this,a=Ext.button.Button.prototype.getTemplateArgs.call(this);a.closable=b.closable;a.closeText=b.closeText;return a},beforeRender:function(){var b=this,a=b.up("tabbar"),c=b.up("tabpanel");Ext.button.Button.prototype.beforeRender.call(this);b.ariaRenderAttributes=b.ariaRenderAttributes||{};if(b.active){b.ariaRenderAttributes["aria-selected"]=true;b.addCls(b._activeCls)}else{b.ariaRenderAttributes["aria-selected"]=false}b.syncClosableCls();if(!b.minWidth){b.minWidth=(a)?a.minTabWidth:b.minWidth;if(!b.minWidth&&c){b.minWidth=c.minTabWidth}if(b.minWidth&&b.iconCls){b.minWidth+=25}}if(!b.maxWidth){b.maxWidth=(a)?a.maxTabWidth:b.maxWidth;if(!b.maxWidth&&c){b.maxWidth=c.maxTabWidth}}},onRender:function(){var a=this;a.setElOrientation();Ext.button.Button.prototype.onRender.apply(this,arguments);if(a.closable){a.closeEl.addClsOnOver(a.closeElOverCls);a.closeEl.addClsOnClick(a.closeElPressedCls)}},setElOrientation:function(){var c=this,a=c.getActualRotation(),b=c.el;if(a){b.setVertical(a===1?90:270)}else{b.setHorizontal()}},enable:function(a){var b=this;Ext.button.Button.prototype.enable.apply(this,arguments);b.removeCls(b._disabledCls);return b},disable:function(a){var b=this;Ext.button.Button.prototype.disable.apply(this,arguments);b.addCls(b._disabledCls);return b},setClosable:function(a){var b=this;a=(!arguments.length||!!a);if(b.closable!==a){b.closable=a;if(b.card){b.card.closable=a}b.syncClosableCls();if(b.rendered){b.syncClosableElements();b.updateLayout()}}},syncClosableElements:function(){var a=this,b=a.closeEl;if(a.closable){if(!b){b=a.closeEl=a.btnWrap.insertSibling({tag:"span",id:a.id+"-closeEl",cls:a.baseCls+"-close-btn",html:a.closeText},"after")}b.addClsOnOver(a.closeElOverCls);b.addClsOnClick(a.closeElPressedCls)}else{if(b){b.destroy();delete a.closeEl}}},syncClosableCls:function(){var b=this,a=b._closableCls;if(b.closable){b.addCls(a)}else{b.removeCls(a)}},setCard:function(a){var b=this;b.card=a;if(a.iconAlign){b.setIconAlign(a.iconAlign)}if(a.textAlign){b.setTextAlign(a.textAlign)}b.setText(b.title||a.title);b.setIconCls(b.iconCls||a.iconCls);b.setIcon(b.icon||a.icon);b.setGlyph(b.glyph||a.glyph)},onCloseClick:function(){var a=this;if(a.fireEvent("beforeclose",a)!==false){if(a.tabBar){if(a.tabBar.closeTab(a)===false){return}}else{a.fireClose()}}},fireClose:function(){this.fireEvent("close",this)},onEnterKey:function(b){var a=this;if(a.tabBar){a.tabBar.onClick(b,a.el);b.stopEvent();return false}},onDeleteKey:function(a){if(this.closable){this.onCloseClick();a.stopEvent();return false}},beforeClick:function(a){if(!a){this.focus()}},activate:function(d){var c=this,b=c.card,a=c.ariaEl.dom;c.active=true;c.addCls(c._activeCls);if(a){a.setAttribute("aria-selected",true)}else{c.ariaRenderAttributes=c.ariaRenderAttributes||{};c.ariaRenderAttributes["aria-selected"]=true}if(b){if(b.ariaEl.dom){b.ariaEl.dom.setAttribute("aria-expanded",true)}else{b.ariaRenderAttributes=b.ariaRenderAttributes||{};b.ariaRenderAttributes["aria-expanded"]=true}}if(d!==true){c.fireEvent("activate",c)}},deactivate:function(d){var c=this,b=c.card,a=c.ariaEl.dom;c.active=false;c.removeCls(c._activeCls);if(a){a.setAttribute("aria-selected",false)}else{c.ariaRenderAttributes=c.ariaRenderAttributes||{};c.ariaRenderAttributes["aria-selected"]=false}if(b){if(b.ariaEl.dom){b.ariaEl.dom.setAttribute("aria-expanded",false)}else{b.ariaRenderAttributes=b.ariaRenderAttributes||{};b.ariaRenderAttributes["aria-expanded"]=false}}if(d!==true){c.fireEvent("deactivate",c)}},privates:{getFramingInfoCls:function(){return this.baseCls+"-"+this.ui+"-"+this._positionCls},wrapPrimaryEl:function(a){Ext.Button.superclass.wrapPrimaryEl.call(this,a)}}},0,["tab"],["component","box","button","tab"],{component:true,box:true,button:true,tab:true},["widget.tab"],0,[Ext.tab,"Tab"],0));(Ext.cmd.derive("Ext.tab.Bar",Ext.panel.Bar,{baseCls:"x-tab-bar",componentLayout:"body",isTabBar:true,config:{tabRotation:"default",tabStretchMax:true,activateOnFocus:true},defaultType:"tab",plain:false,ensureActiveVisibleOnChange:true,ariaRole:"tablist",childEls:["body","strip"],_stripCls:"x-tab-bar-strip",_baseBodyCls:"x-tab-bar-body",renderTpl:'',_reverseDockNames:{left:"right",right:"left"},_layoutAlign:{top:"end",right:"begin",bottom:"begin",left:"end"},initComponent:function(){var d=this,a=d.initialConfig.layout,c=a&&a.align,b=a&&a.overflowHandler;if(d.plain){d.addCls(d.baseCls+"-plain")}Ext.panel.Bar.prototype.initComponent.call(this);d.setLayout({align:c||(d.getTabStretchMax()?"stretchmax":d._layoutAlign[d.dock]),overflowHandler:b||"scroller"});d.on({click:d.onClick,element:"el",scope:d})},ensureTabVisible:function(b){var c=this,d=c.tabPanel,a=c.layout.overflowHandler;if(c.rendered&&a&&c.tooNarrow&&a.scrollToItem){if(b||b===0){if(!b.isTab){if(Ext.isNumber(b)){b=this.items.getAt(b)}else{if(b.isComponent&&d&&d.items.contains(b)){b=b.tab}}}}if(!b){b=c.activeTab}if(b){a.scrollToItem(b)}}},initRenderData:function(){var a=this;return Ext.apply(Ext.panel.Bar.prototype.initRenderData.call(this),{bodyCls:a.bodyCls,baseBodyCls:a._baseBodyCls,bodyTargetCls:a.bodyTargetCls,stripCls:a._stripCls,dock:a.dock})},setDock:function(h){var g=this,a=g.items,c=g.ownerCt,e,b,d;a=a&&a.items;if(a){for(b=0,d=a.length;b1){if(d&&d!==b&&!d.disabled){a=d}else{a=b.next("tab[disabled=false]")||b.prev("tab[disabled=false]")}}return a||c.activeTab},setActiveTab:function(b,a){var c=this;if(!b.disabled&&b!==c.activeTab){if(c.activeTab){if(c.activeTab.destroyed){c.previousTab=null}else{c.previousTab=c.activeTab;c.activeTab.deactivate();c.deactivateFocusable(c.activeTab)}}b.activate();c.activateFocusable(b);c.activeTab=b;c.needsScroll=true;if(!a){c.fireEvent("change",c,b,b.card);c.updateLayout()}}},privates:{adjustTabPositions:function(){var h=this,a=h.items.items,d=a.length,g,b,e,c,j;if(!Ext.isIE8){j=h._getTabAdjustProp();while(d--){g=a[d];e=g.el;b=g.lastBox;c=g.isTab?g.getActualRotation():0;if(c===1&&g.isVisible()){e.setStyle(j,(b.x+b.width)+"px")}else{if(c===2&&g.isVisible()){e.setStyle(j,(b.x-b.height)+"px")}}}}},applyTargetCls:function(a){this.bodyTargetCls=a},_getTabAdjustProp:function(){return"left"},getTargetEl:function(){return this.body||this.frameBody||this.el},onClick:function(h,g){var d=this,i,c,b,a;if(h.getTarget(".x-box-scroller")){return}if(Ext.isIE8&&d.vertical){a=d.getTabInfoFromPoint(h.getXY());c=a.tab;b=a.close}else{i=h.getTarget("."+Ext.tab.Tab.prototype.baseCls);c=i&&Ext.getCmp(i.id);b=c&&c.closeEl&&(g===c.closeEl.dom)}if(b){h.preventDefault()}if(c&&c.isDisabled&&!c.isDisabled()){c.beforeClick(b);if(c.closable&&b){c.onCloseClick()}else{d.doActivateTab(c)}}},doActivateTab:function(a){var b=this.tabPanel;if(b){if(!a.disabled){b.setActiveTab(a.card)}}else{this.setActiveTab(a)}},onFocusableContainerFocus:function(c){var b=this,a=b.mixins.focusablecontainer,d;d=a.onFocusableContainerFocus.call(b,c);if(d&&d.isTab){b.doActivateTab(d)}},onFocusableContainerFocusEnter:function(c){var b=this,a=b.mixins.focusablecontainer,d;d=a.onFocusableContainerFocusEnter.call(b,c);if(d&&d.isTab){b.doActivateTab(d)}},focusChild:function(e,b){var c=this,a=c.mixins.focusablecontainer,d;d=a.focusChild.call(c,e,b);if(c.activateOnFocus&&d&&d.isTab){c.doActivateTab(d)}}}},0,["tabbar"],["component","box","container","tabbar"],{component:true,box:true,container:true,tabbar:true},["widget.tabbar"],[[Ext.util.FocusableContainer.prototype.mixinId||Ext.util.FocusableContainer.$className,Ext.util.FocusableContainer]],[Ext.tab,"Bar"],0));(Ext.cmd.derive("Ext.tab.Panel",Ext.panel.Panel,{alternateClassName:["Ext.TabPanel"],config:{tabBar:undefined,tabPosition:"top",tabRotation:"default",tabStretchMax:true},removePanelHeader:true,plain:false,itemCls:"x-tabpanel-child",minTabWidth:undefined,maxTabWidth:undefined,deferredRender:true,_defaultTabRotation:{top:0,right:1,bottom:0,left:2},initComponent:function(){var g=this,c=g.activeTab!==null?(g.activeTab||0):null,e=g.dockedItems,h=g.header,d=g.tabBarHeaderPosition,b=g.getTabBar(),a;g.layout=new Ext.layout.container.Card(Ext.apply({owner:g,deferredRender:g.deferredRender,itemCls:g.itemCls,activeItem:c},g.layout));if(d!=null){h=g.header=Ext.apply({},h);a=h.items=(h.items?h.items.slice():[]);h.itemPosition=d;a.push(b);h.hasTabBar=true}else{e=[].concat(g.dockedItems||[]);e.push(b);g.dockedItems=e}Ext.panel.Panel.prototype.initComponent.apply(this,arguments);c=g.activeTab=g.getComponent(c);if(c){b.setActiveTab(c.tab,true)}},onRender:function(){var b=this.items.items,a=b.length,c;Ext.panel.Panel.prototype.onRender.apply(this,arguments);for(c=0;cr){h=p.slice(r,u+1);s.add(h)}else{for(o=r-1;o>=t;o--){s.remove(s.items.items[o],false)}}}else{s.removeAll(false)}Ext.resumeLayouts(true);s.fireEvent("selectionchange",s,m,l);if(s._shouldFireChangeEvent){s.fireEvent("change",s,m,l)}s._shouldFireChangeEvent=true;s._needsSync=false},applyUseSplitButtons:function(b,a){if(this.rendered&&b!==a){Ext.raise("Cannot reconfigure 'useSplitButtons' config of Ext.toolbar.Breadcrumb after initial render")}return b},applyStore:function(a){if(a){a=Ext.data.StoreManager.lookup(a)}return a},updateStore:function(a,b){this._needsSync=true;if(a&&!this.isConfiguring){this.setSelection(a.getRoot())}},privates:{_onButtonClick:function(a,b){if(this.getUseSplitButtons()){this.setSelection(this.getStore().getNodeById(a._breadcrumbNodeId))}},_onMenuClick:function(c,a,b){if(a){this.setSelection(this.getStore().getNodeById(a._breadcrumbNodeId))}},_onMenuBeforeShow:function(c){var k=this,d=k.getStore().getNodeById(c.ownerCmp._breadcrumbNodeId),g=k.getDisplayField(),a=k.getShowMenuIcons(),o,b,l,j,e,m,n,h,p;if(d.hasChildNodes()){o=d.childNodes;j=[];for(e=0,h=o.length;e','
    lineempty" role="presentation">
    ',"",'
    -end-plus {expanderCls}" role="presentation">
    ','','
    {checkboxCls}-checked">
    ',"
    ",'',' role="presentation" class="{childCls} {baseIconCls} {customIconCls} ','{baseIconCls}-leafparent-expandedparent {iconCls}" ','style="background-image:url({icon})"/>>','','{value}',"",'{value}',""],uiFields:{checked:1,icon:1,iconCls:1},rowFields:{expanded:1,loaded:1,expandable:1,leaf:1,loading:1,qtip:1,qtitle:1,cls:1},initComponent:function(){var a=this;a.rendererScope=a.scope;a.setupRenderer();a.innerRenderer=a.renderer;a.renderer=a.treeRenderer;Ext.grid.column.Column.prototype.initComponent.call(this);a.scope=a;a.hasCustomRenderer=a.innerRenderer&&a.innerRenderer.length>1},treeRenderer:function(i,a,e,b,c,j,h){var g=this,k=e.get("cls"),d;if(a&&k){a.tdCls+=" "+k}d=g.initTemplateRendererData(i,a,e,b,c,j,h);return g.getTpl("cellTpl").apply(d)},initTemplateRendererData:function(l,a,g,b,e,m,j){var i=this,c=i.innerRenderer,d=g.data,k=g.parentNode,n=j.rootVisible,o=[],h;while(k&&(n||k.data.depth>0)){h=k.data;o[n?h.depth:h.depth-1]=h.isLast?0:1;k=k.parentNode}return{record:g,baseIconCls:i.iconCls,customIconCls:(d.icon||d.iconCls)?i.customIconCls:"",iconCls:d.iconCls,icon:d.icon,checkboxCls:i.checkboxCls,checked:d.checked,elbowCls:i.elbowCls,expanderCls:i.expanderCls,textCls:i.textCls,leaf:d.leaf,expandable:g.isExpandable(),expanded:d.expanded,isLast:g.isLastVisible(),blankUrl:Ext.BLANK_IMAGE_URL,href:d.href,hrefTarget:d.hrefTarget,lines:o,metaData:a,childCls:i.getChildCls?i.getChildCls()+" ":"",value:c?c.apply(i.rendererScope,arguments):l}},shouldUpdateCell:function(b,d){var e=this,c=0,a,g;if(d){a=d.length;for(;c1;Ext.grid.NavigationModel.prototype.initKeyNav.call(this,b);for(c=0,a=e.keyNav.length;c1},onCellClick:function(d,b,g,c,h,e,a){Ext.grid.NavigationModel.prototype.onCellClick.call(this,d,b,g,c,h,e,a);return !a.nodeToggled},onKeyLeft:function(d){var c=this,b=d.view,a=c.record;if(c.isTreeGrid&&!d.ctrlKey){return Ext.grid.NavigationModel.prototype.onKeyLeft.call(this,d)}if(d.position.column.isTreeColumn&&a.isExpanded()){b.collapse(a)}else{a=a.parentNode;if(a&&!(a.isRoot()&&!b.rootVisible)){c.setPosition(a,null,d)}}},onKeyRight:function(c){var b=this,a=b.record;if(b.isTreeGrid&&!c.ctrlKey){return Ext.grid.NavigationModel.prototype.onKeyRight.call(this,c)}if(!a.isLeaf()){if(c.position.column.isTreeColumn&&!a.isExpanded()){c.view.expand(a)}else{if(a.isExpanded()){a=a.childNodes[0];if(a){b.setPosition(a)}}}}},onKeyEnter:function(a){if(this.record.data.checked!=null){this.toggleCheck(a)}else{Ext.grid.NavigationModel.prototype.onKeyEnter.call(this,a)}},onKeySpace:function(a){if(this.record.data.checked!=null){this.toggleCheck(a)}else{Ext.grid.NavigationModel.prototype.onKeySpace.call(this,a)}},toggleCheck:function(a){this.view.onCheckChange(a)},onAsterisk:function(a){this.view.ownerCt.expandAll()}},0,0,0,0,["view.navigation.tree"],0,[Ext.tree,"NavigationModel"],0));(Ext.cmd.derive("Ext.tree.View",Ext.view.Table,{config:{selectionModel:{type:"treemodel"}},isTreeView:true,loadingCls:"x-grid-tree-loading",expandedCls:"x-grid-tree-node-expanded",leafCls:"x-grid-tree-node-leaf",expanderSelector:".x-tree-expander",checkboxSelector:".x-tree-checkbox",expanderIconOverCls:"x-tree-expander-over",nodeAnimWrapCls:"x-tree-animator-wrap",ariaRole:"tree",loadMask:false,rootVisible:true,expandDuration:250,collapseDuration:250,toggleOnDblClick:true,stripeRows:false,treeRowTpl:["{%","this.processRowValues(values);","this.nextTpl.applyOut(values, out, parent);","%}",{priority:10,processRowValues:function(c){var b=c.record,a=c.view;c.rowAttr["data-qtip"]=b.get("qtip")||"";c.rowAttr["data-qtitle"]=b.get("qtitle")||"";if(b.isExpanded()){c.rowClasses.push(a.expandedCls)}if(b.isLeaf()){c.rowClasses.push(a.leafCls)}if(b.isLoading()){c.rowClasses.push(a.loadingCls)}}}],initComponent:function(){var a=this;if(a.bufferedRenderer){a.animate=false}else{if(a.initialConfig.animate===undefined){a.animate=Ext.enableFx}}a.store=a.panel.getStore();a.onRootChange(a.store.getRoot());a.animQueue={};a.animWraps={};Ext.view.Table.prototype.initComponent.call(this);a.store.setRootVisible(a.rootVisible);a.addRowTpl(Ext.XTemplate.getTpl(a,"treeRowTpl"))},onFillComplete:function(e,d,b){var c=this,a=c.store,g=a.indexOf(b[0]);d.triggerUIUpdate();if(!b.length||g===-1){return}c.onAdd(c.store,b,g);c.refreshPartner()},refreshPartner:function(){var a=this.lockingPartner;if(a){a.refresh()}},afterComponentLayout:function(c,b,d,e){var a=this.getScrollable();Ext.view.Table.prototype.afterComponentLayout.call(this,c,b,d,e);if(a&&!this.bufferedRenderer){a.refresh()}},processUIEvent:function(a){if(a.getTarget("."+this.nodeAnimWrapCls,this.el)){return false}return Ext.view.Table.prototype.processUIEvent.call(this,a)},setRootNode:function(a){this.node=a},getChecked:function(){var a=[];this.node.cascadeBy(function(b){if(b.get("checked")){a.push(b)}});return a},isItemChecked:function(a){return a.get("checked")},createAnimWrap:function(a,b){var e=this,d=e.getNode(a),c;c=Ext.fly(d).insertSibling({role:"presentation",tag:"div",cls:e.nodeAnimWrapCls},"after");return{record:a,node:d,el:c,expanding:false,collapsing:false,animateEl:c,targetEl:c}},getAnimWrap:function(d,a){if(!this.animate){return null}var b=this.animWraps,c=b[d.internalId];if(a!==false){while(!c&&d){d=d.parentNode;if(d){c=b[d.internalId]}}}return c},doAdd:function(b,g){var h=this,d=b[0],i=d.parentNode,j=h.all,n,c=h.getAnimWrap(i),l,k,e,m,a;if(!c||!c.expanding){return Ext.view.Table.prototype.doAdd.call(this,b,g)}m=h.bufferRender(b,g,true);a=m.children;i=c.record;l=c.targetEl;k=l.dom.childNodes;e=k.length;n=g-h.indexInStore(i)-1;if(!e||n>=e){l.appendChild(m.fragment,true)}else{Ext.fly(k[n]).insertSibling(a,"before",true)}j.insert(g,a);return a},onRemove:function(g,a,b){var d=this,e,c,j=d.hasListeners.remove,h;if(d.viewReady){e=d.store.getCount()===0;if(d.bufferedRenderer){return Ext.view.Table.prototype.onRemove.call(this,g,a,b)}if(j){h=this.all.slice(b,b+a.length)}if(e){d.refresh()}else{for(c=a.length-1,b+=c;c>=0;--c,--b){d.doRemove(a[c],b)}d.refreshSizePending=true}if(j){d.fireEvent("itemremove",a,b,h,d)}}},doRemove:function(a,c){var h=this,d=h.all,b=h.getAnimWrap(a),g=d.item(c),e=g?g.dom:null;if(!e||!b||!b.collapsing){return Ext.view.Table.prototype.doRemove.call(this,a,c)}b.targetEl.dom.insertBefore(e,b.targetEl.dom.firstChild);d.removeElement(c)},onBeforeExpand:function(d,b,c){var e=this,a;if(e.rendered&&e.all.getCount()&&e.animate){if(e.getNode(d)){a=e.getAnimWrap(d,false);if(!a){a=e.animWraps[d.internalId]=e.createAnimWrap(d);a.animateEl.setHeight(0)}else{if(a.collapsing){a.targetEl.select(e.itemSelector).destroy()}}a.expanding=true;a.collapsing=false}}},onExpand:function(i){var h=this,e=h.animQueue,a=i.getId(),c=h.getNode(i),g=c?h.indexOf(c):-1,d,b,j;if(h.singleExpand){h.ensureSingleExpand(i)}if(g===-1){return}d=h.getAnimWrap(i,false);if(!d){i.isExpandingOrCollapsing=false;h.fireEvent("afteritemexpand",i,g,c);return}b=d.animateEl;j=d.targetEl;b.stopAnimation();e[a]=true;Ext.on("idle",function(){b.dom.style.height="0px"},null,{single:true});b.animate({from:{height:0},to:{height:j.dom.scrollHeight},duration:h.expandDuration,listeners:{afteranimate:function(){var k=j.dom.childNodes,l=Ext.Element.getActiveElement();if(k.length){if(!j.contains(l)){l=null}d.el.insertSibling(k,"before",true);if(l){Ext.fly(l).focus()}}d.el.destroy();h.animWraps[d.record.internalId]=e[a]=null}},callback:function(){i.isExpandingOrCollapsing=false;if(!h.destroyed){h.refreshSize(true)}h.fireEvent("afteritemexpand",i,g,c)}})},onBeforeCollapse:function(e,b,c,h,d){var g=this,a;if(g.rendered&&g.all.getCount()){if(g.animate){if(e.isVisible()){a=g.getAnimWrap(e);if(!a){a=g.animWraps[e.internalId]=g.createAnimWrap(e,c)}else{if(a.expanding){a.targetEl.select(this.itemSelector).destroy()}}a.expanding=false;a.collapsing=true;a.callback=h;a.scope=d}}else{g.onCollapseCallback=h;g.onCollapseScope=d}}},onCollapse:function(d){var g=this,a=g.animQueue,i=d.getId(),e=g.getNode(d),c=e?g.indexOf(e):-1,b=g.getAnimWrap(d),h;if(!g.all.getCount()||!d.isVisible()){return}if(!b){d.isExpandingOrCollapsing=false;g.fireEvent("afteritemcollapse",d,c,e);Ext.callback(g.onCollapseCallback,g.onCollapseScope);g.onCollapseCallback=g.onCollapseScope=null;return}h=b.animateEl;a[i]=true;h.stopAnimation();h.animate({to:{height:0},duration:g.collapseDuration,listeners:{afteranimate:function(){b.el.destroy();g.animWraps[b.record.internalId]=a[i]=null}},callback:function(){d.isExpandingOrCollapsing=false;if(!g.destroyed){g.refreshSize(true)}g.fireEvent("afteritemcollapse",d,c,e);Ext.callback(b.callback,b.scope);b.callback=b.scope=null}})},isAnimating:function(a){return !!this.animQueue[a.getId()]},expand:function(d,c,h,e){var g=this,b=!!g.animate,a;if(!b||!d.isExpandingOrCollapsing){if(!d.isLeaf()){d.isExpandingOrCollapsing=b}Ext.suspendLayouts();a=d.expand(c,h,e);Ext.resumeLayouts(true);return a}},collapse:function(c,b,g,d){var e=this,a=!!e.animate;if(!a||!c.isExpandingOrCollapsing){if(!c.isLeaf()){c.isExpandingOrCollapsing=a}return c.collapse(b,g,d)}},toggle:function(b,a,d,c){if(b.isExpanded()){this.collapse(b,a,d,c)}else{this.expand(b,a,d,c)}},onItemDblClick:function(a,g,c,h){var d=this,b=d.editingPlugin;Ext.view.Table.prototype.onItemDblClick.call(this,a,g,c,h);if(d.toggleOnDblClick&&a.isExpandable()&&!(b&&b.clicksToEdit===2)){d.toggle(a)}},onCellClick:function(i,g,b,k,h,c){var d=this,a=c.position.column,j;if(a.isTreeColumn){if(c.getTarget(d.checkboxSelector,i)&&Ext.isBoolean(j=b.get("checked"))&&d.fireEvent("beforecheckchange",b,j,c)!==false){d.onCheckChange(c);if(a.stopSelection){c.stopSelection=true}}else{if(c.getTarget(d.expanderSelector,i)&&b.isExpandable()){d.getNavigationModel().setPosition(c.position);d.toggle(b,c.ctrlKey);c.nodeToggled=true}}return Ext.view.Table.prototype.onCellClick.call(this,i,g,b,k,h,c)}},onCheckChange:function(c){var a=c.record,b=!a.get("checked");a.set("checked",b);this.fireEvent("checkchange",a,b,c)},onItemMouseOver:function(a,c,b,d){if(d.getTarget(this.expanderSelector,c)){d.getTarget(this.cellSelector,null,true).addCls(this.expanderIconOverCls)}},onItemMouseOut:function(a,c,b,d){if(d.getTarget(this.expanderSelector,c)){d.getTarget(this.cellSelector,null,true).removeCls(this.expanderIconOverCls)}},getStoreListeners:function(){return Ext.apply(Ext.view.Table.prototype.getStoreListeners.call(this),{rootchange:this.onRootChange,fillcomplete:this.onFillComplete})},onBindStore:function(a,c,d,e){var b=e&&e.getRootNode(),g=a&&a.getRootNode();Ext.view.Table.prototype.onBindStore.call(this,a,c,d,e);if(g!==b){this.onRootChange(g,b)}},onRootChange:function(d,a){var c=this,b=c.grid;if(a){c.rootListeners.destroy();c.rootListeners=null}if(d){c.rootListeners=d.on({beforeexpand:c.onBeforeExpand,expand:c.onExpand,beforecollapse:c.onBeforeCollapse,collapse:c.onCollapse,destroyable:true,scope:c});b.addRelayers(d)}},ensureSingleExpand:function(b){var a=b.parentNode;if(a){a.eachChild(function(c){if(c!==b&&c.isExpanded()){c.collapse()}})}}},0,["treeview"],["component","box","dataview","tableview","gridview","treeview"],{component:true,box:true,dataview:true,tableview:true,gridview:true,treeview:true},["widget.treeview"],0,[Ext.tree,"View"],0));(Ext.cmd.derive("Ext.tree.Panel",Ext.panel.Table,{alternateClassName:["Ext.tree.TreePanel","Ext.TreePanel"],viewType:"treeview",treeCls:"x-tree-panel",rowLines:false,lines:true,useArrows:false,singleExpand:false,ddConfig:{enableDrag:true,enableDrop:true},rootVisible:true,displayField:"text",root:null,normalCfgCopy:["displayField","root","singleExpand","useArrows","lines","rootVisible","scroll"],lockedCfgCopy:["displayField","root","singleExpand","useArrows","lines","rootVisible"],isTree:true,arrowCls:"x-tree-arrows",linesCls:"x-tree-lines",noLinesCls:"x-tree-no-lines",autoWidthCls:"x-autowidth-table",constructor:function(a){a=a||{};if(a.animate===undefined){a.animate=Ext.isBoolean(this.animate)?this.animate:Ext.enableFx}this.enableAnimations=a.animate;delete a.animate;Ext.panel.Table.prototype.constructor.call(this,a)},initComponent:function(){var d=this,b=[d.treeCls],c,a;if(d.useArrows){b.push(d.arrowCls);d.lines=false}if(d.lines){b.push(d.linesCls)}else{if(!d.useArrows){b.push(d.noLinesCls)}}c=d.applyStore(d.store);if(!c.getRoot()){c.setRoot({})}c.setRootVisible(d.rootVisible);d.viewConfig=Ext.apply({rootVisible:d.rootVisible,animate:d.enableAnimations,singleExpand:d.singleExpand,node:c.getRoot(),hideHeaders:d.hideHeaders,navigationModel:"tree"},d.viewConfig);if(!d.columns){if(d.initialConfig.hideHeaders===undefined){d.hideHeaders=true}d.addCls(d.autoWidthCls);d.columns=[{xtype:"treecolumn",text:"Name",flex:1,dataIndex:d.displayField}]}if(d.cls){b.push(d.cls)}d.cls=b.join(" ");Ext.panel.Table.prototype.initComponent.call(this);a=d.getView();d.relayEvents(a,["beforecheckchange","checkchange","afteritemexpand","afteritemcollapse"])},applyStore:function(a){var b=this;if(Ext.isString(a)){a=b.store=Ext.StoreMgr.lookup(a)}else{if(!a||!a.isStore){a=Ext.apply({type:"tree",proxy:"memory"},a);if(b.root){a.root=b.root}if(b.fields){a.fields=b.fields}else{if(b.model){a.model=b.model}}if(b.folderSort){a.folderSort=b.folderSort}a=b.store=Ext.StoreMgr.lookup(a)}else{if(b.root){a=b.store=Ext.data.StoreManager.lookup(a);a.setRoot(b.root);if(b.folderSort!==undefined){a.folderSort=b.folderSort;a.sort()}}}}return a},setStore:function(a){var b=this;a=b.applyStore(a);if(!a.getRoot()){a.setRoot({})}a.setRootVisible(b.rootVisible);if(b.view){b.view.setRootNode(a.getRootNode())}b.bindStore(a)},bindStore:function(b,c){var d=this,a=b.getRoot(),e=d.bufferedRenderer;Ext.panel.Table.prototype.bindStore.apply(this,arguments);if(e){if(e.store){e.bindStore(b)}}b.singleExpand=d.singleExpand;d.storeListeners=d.mon(b,{destroyable:true,rootchange:d.onRootChange,scope:d});d.storeRelayers=d.relayEvents(b,["beforeload","load"]);if(!d.rootVisible&&!b.autoLoad&&!(a.isExpanded()||a.isLoading())){if(a.isLoaded()){a.data.expanded=true;b.onNodeExpand(a,a.childNodes)}else{if(b.autoLoad!==false){a.data.expanded=false;a.expand()}}}b.ownerTree=d;if(!c){d.view.setRootNode(a)}},addRelayers:function(b){var a=this;if(a.rootRelayers){a.rootRelayers.destroy();a.rootRelayers=null}a.rootRelayers=a.mon(b,{destroyable:true,append:a.createRelayer("itemappend"),remove:a.createRelayer("itemremove"),move:a.createRelayer("itemmove",[0,4]),insert:a.createRelayer("iteminsert"),beforeappend:a.createRelayer("beforeitemappend"),beforeremove:a.createRelayer("beforeitemremove"),beforemove:a.createRelayer("beforeitemmove"),beforeinsert:a.createRelayer("beforeiteminsert"),expand:a.createRelayer("itemexpand",[0,1]),collapse:a.createRelayer("itemcollapse",[0,1]),beforeexpand:a.createRelayer("beforeitemexpand",[0,1]),beforecollapse:a.createRelayer("beforeitemcollapse",[0,1]),scope:a})},unbindStore:function(){var b=this,a=b.store;if(a){Ext.panel.Table.prototype.unbindStore.call(this);Ext.destroy(b.storeListeners,b.storeRelayers,b.rootRelayers);delete a.ownerTree;a.singleExpand=null}},setRootNode:function(){return this.store.setRoot.apply(this.store,arguments)},getRootNode:function(){return this.store.getRoot()},onRootChange:function(a){this.view.setRootNode(a)},getChecked:function(){return this.getView().getChecked()},isItemChecked:function(a){return a.get("checked")},expandNode:function(b,a,d,c){return this.getView().expand(b,a,d,c||this)},collapseNode:function(b,a,d,c){return this.getView().collapse(b,a,d,c||this)},expandAll:function(d,b){var c=this,a=c.getRootNode();if(a){Ext.suspendLayouts();a.expand(true,d,b||c);Ext.resumeLayouts(true)}},collapseAll:function(e,c){var d=this,b=d.getRootNode(),a=d.getView();if(b){Ext.suspendLayouts();c=c||d;if(a.rootVisible){b.collapse(true,e,c)}else{b.collapseChildren(true,e,c)}Ext.resumeLayouts(true)}},expandPath:function(o,q){var e=arguments,g=this,h=g.view,i=(q&&q.field)||g.store.model.idProperty,j,p,b=(q&&q.separator)||"/",k,n,d,c,m,a,l;if(q&&typeof q==="object"){i=q.field||g.store.model.idProperty;b=q.separator||"/";k=q.callback;n=q.scope;j=q.select;p=q.focus}else{i=e[1]||g.store.model.idProperty;b=e[2]||"/";k=e[3];n=e[4]}if(Ext.isEmpty(o)){return Ext.callback(k,n||g,[false,null])}m=o.split(b);a=!m[0];if(a){d=g.getRootNode();c=1}else{d=g.store.findNode(i,m[0]);c=0}if(!d||(a&&d.get(i)!==m[1])){return Ext.callback(k,n||g,[false,d])}l=function(v){var t=this,r,s,u;if(++c===m.length){if(j){h.getSelectionModel().select(t)}if(p){h.getNavigationModel().setPosition(t,0)}return Ext.callback(k,n||g,[true,t,h.getNode(t)])}for(s=0,r=v?v.length:0;s=i.top&&h<(i.top+d)){return"before"}else{if(!a&&(k||(h>=(i.bottom-d)&&h<=i.bottom))){return"after"}else{return"append"}}},isValidDropPoint:function(b,j,n,k,g){if(!b||!g.item){return false}var o=this.view,l=o.getRecord(b),d=g.records,a=d.length,m=d.length,c,h;if(!(l&&j&&a)){return false}for(c=0;c=0;--l){o=p[l];if(o.styleSheet){c.cacheStyleSheet(o.styleSheet)}c.cacheRule(o,m)}}catch(n){}},cacheRule:function(h,l){if(h.styleSheet){return c.cacheStyleSheet(h.styleSheet)}var k=h.selectorText,i,g;if(k){k=k.split(",");i=k.length;for(g=0;g2)?a[2]:null,h=(i>3)?a[3]:"/",d=(i>4)?a[4]:null,g=(i>5)?a[5]:false;document.cookie=c+"="+escape(e)+((b===null)?"":("; expires="+b.toUTCString()))+((h===null)?"":("; path="+h))+((d===null)?"":("; domain="+d))+((g===true)?"; secure":"")},get:function(c){var g=document.cookie.split("; "),a=g.length,e,d,b;for(d=0;d'+this.removeRowText+""},beforeDestroy:function(){Ext.un({mousedown:"onDismissSearch",scope:this});Ext.grid.Panel.prototype.beforeDestroy.call(this)},privates:{onDismissSearch:function(b){var a=this.searchPopup;if(a&&!(a.owns(b.getTarget())||this.owns(b.getTarget()))){Ext.un({mousedown:"onDismissSearch",scope:this});a.hide()}},onShowSearch:function(b,d){var e=this,a=e.searchPopup,c=e.getStore();if(!a){a=Ext.merge({owner:e,field:e.fieldName,floating:true},e.getSearch());e.searchPopup=a=e.add(a);if(c.getCount()){a.selectRecords(c.getRange())}}a.showBy(e,"tl-tr?");Ext.on({mousedown:"onDismissSearch",scope:e})}}},0,["multiselector"],["component","box","container","panel","tablepanel","gridpanel","grid","multiselector"],{component:true,box:true,container:true,panel:true,tablepanel:true,gridpanel:true,grid:true,multiselector:true},["widget.multiselector"],0,[Ext.view,"MultiSelector"],0));(Ext.cmd.derive("Ext.window.Toast",Ext.window.Window,{isToast:true,cls:"x-toast",bodyPadding:10,autoClose:true,plain:false,draggable:false,resizable:false,shadow:false,focus:Ext.emptyFn,anchor:null,useXAxis:false,align:"br",animate:true,spacing:6,paddingX:30,paddingY:10,slideInAnimation:"easeIn",slideBackAnimation:"bounceOut",slideInDuration:500,slideBackDuration:500,hideDuration:500,autoCloseDelay:3000,stickOnClick:true,stickWhileHover:true,closeOnMouseDown:false,closable:false,isHiding:false,isFading:false,destroyAfterHide:false,closeOnMouseOut:false,xPos:0,yPos:0,initComponent:function(){var a=this;if(a.autoClose&&!a.hasOwnProperty("closable")){a.closable=false}a.updateAlignment(a.align);a.setAnchor(a.anchor);Ext.window.Window.prototype.initComponent.call(this)},onRender:function(){var a=this;Ext.window.Window.prototype.onRender.apply(this,arguments);a.el.hover(a.onMouseEnter,a.onMouseLeave,a);if(a.closeOnMouseDown){Ext.getDoc().on("mousedown",a.onDocumentMousedown,a)}},alignmentProps:{br:{paddingFactorX:-1,paddingFactorY:-1,siblingAlignment:"br-br",anchorAlign:"tr-br"},bl:{paddingFactorX:1,paddingFactorY:-1,siblingAlignment:"bl-bl",anchorAlign:"tl-bl"},tr:{paddingFactorX:-1,paddingFactorY:1,siblingAlignment:"tr-tr",anchorAlign:"br-tr"},tl:{paddingFactorX:1,paddingFactorY:1,siblingAlignment:"tl-tl",anchorAlign:"bl-tl"},b:{paddingFactorX:0,paddingFactorY:-1,siblingAlignment:"b-b",useXAxis:0,anchorAlign:"t-b"},t:{paddingFactorX:0,paddingFactorY:1,siblingAlignment:"t-t",useXAxis:0,anchorAlign:"b-t"},l:{paddingFactorX:1,paddingFactorY:0,siblingAlignment:"l-l",useXAxis:1,anchorAlign:"r-l"},r:{paddingFactorX:-1,paddingFactorY:0,siblingAlignment:"r-r",useXAxis:1,anchorAlign:"l-r"},x:{br:{anchorAlign:"bl-br"},bl:{anchorAlign:"br-bl"},tr:{anchorAlign:"tl-tr"},tl:{anchorAlign:"tr-tl"}}},updateAlignment:function(e){var c=this,a=c.alignmentProps,b=a[e],d=a.x[e];if(d&&c.useXAxis){Ext.applyIf(c,d)}Ext.applyIf(c,b)},getXposAlignedToAnchor:function(){var c=this,g=c.align,a=c.anchor,d=a&&a.el,b=c.el,e=0;if(d&&d.dom){if(!c.useXAxis){e=b.getLeft()}else{if(g==="br"||g==="tr"||g==="r"){e+=d.getAnchorXY("r")[0];e-=(b.getWidth()+c.paddingX)}else{e+=d.getAnchorXY("l")[0];e+=c.paddingX}}}return e},getYposAlignedToAnchor:function(){var d=this,g=d.align,a=d.anchor,e=a&&a.el,b=d.el,c=0;if(e&&e.dom){if(d.useXAxis){c=b.getTop()}else{if(g==="br"||g==="bl"||g==="b"){c+=e.getAnchorXY("b")[1];c-=(b.getHeight()+d.paddingY)}else{c+=e.getAnchorXY("t")[1];c+=d.paddingY}}}return c},getXposAlignedToSibling:function(b){var c=this,e=c.align,a=c.el,d;if(!c.useXAxis){d=a.getLeft()}else{if(e==="tl"||e==="bl"||e==="l"){d=(b.xPos+b.el.getWidth()+b.spacing)}else{d=(b.xPos-a.getWidth()-c.spacing)}}return d},getYposAlignedToSibling:function(b){var d=this,e=d.align,a=d.el,c;if(d.useXAxis){c=a.getTop()}else{if(e==="tr"||e==="tl"||e==="t"){c=(b.yPos+b.el.getHeight()+b.spacing)}else{c=(b.yPos-a.getHeight()-b.spacing)}}return c},getToasts:function(){var a=this.anchor,c=this.anchorAlign,b=a.activeToasts||(a.activeToasts={});return b[c]||(b[c]=[])},setAnchor:function(a){var c=this,b;c.anchor=a=((typeof a==="string")?Ext.getCmp(a):a);if(!a){b=Ext.window.Toast;c.anchor=b.bodyAnchor||(b.bodyAnchor={el:Ext.getBody()})}},beforeShow:function(){var a=this;if(a.stickOnClick){a.body.on("click",function(){a.cancelAutoClose()})}if(a.autoClose){if(!a.closeTask){a.closeTask=new Ext.util.DelayedTask(a.doAutoClose,a)}}a.el.setX(-10000);a.el.setOpacity(1)},afterShow:function(){var e=this,b=e.el,d,a,c,g;Ext.window.Window.prototype.afterShow.apply(this,arguments);d=e.getToasts();c=d.length;a=c&&d[c-1];if(a){b.alignTo(a.el,e.siblingAlignment,[0,0]);e.xPos=e.getXposAlignedToSibling(a);e.yPos=e.getYposAlignedToSibling(a)}else{b.alignTo(e.anchor.el,e.anchorAlign,[(e.paddingX*e.paddingFactorX),(e.paddingY*e.paddingFactorY)],false);e.xPos=e.getXposAlignedToAnchor();e.yPos=e.getYposAlignedToAnchor()}Ext.Array.include(d,e);if(e.animate){g=b.getXY();b.animate({from:{x:g[0],y:g[1]},to:{x:e.xPos,y:e.yPos,opacity:1},easing:e.slideInAnimation,duration:e.slideInDuration,dynamic:true,callback:e.afterPositioned,scope:e})}else{e.setLocalXY(e.xPos,e.yPos);e.afterPositioned()}},afterPositioned:function(){if(this.autoClose){this.closeTask.delay(this.autoCloseDelay)}},onDocumentMousedown:function(a){if(this.isVisible()&&!this.owns(a.getTarget())){this.hide()}},slideBack:function(){var e=this,b=e.anchor,g=b&&b.el,c=e.el,d=e.getToasts(),a=Ext.Array.indexOf(d,e);if(!e.isHiding&&c&&c.dom&&g&&g.isVisible()){if(a){e.xPos=e.getXposAlignedToSibling(d[a-1]);e.yPos=e.getYposAlignedToSibling(d[a-1])}else{e.xPos=e.getXposAlignedToAnchor();e.yPos=e.getYposAlignedToAnchor()}e.stopAnimation();if(e.animate){c.animate({to:{x:e.xPos,y:e.yPos},easing:e.slideBackAnimation,duration:e.slideBackDuration,dynamic:true})}}},update:function(){var a=this;if(a.isVisible()){a.isHiding=true;a.hide()}Ext.window.Window.prototype.update.apply(this,arguments);a.show()},cancelAutoClose:function(){var a=this.closeTask;if(a){a.cancel()}},doAutoClose:function(){var a=this;if(!(a.stickWhileHover&&a.mouseIsOver)){a.close()}else{a.closeOnMouseOut=true}},onMouseEnter:function(){this.mouseIsOver=true},onMouseLeave:function(){var a=this;a.mouseIsOver=false;if(a.closeOnMouseOut){a.closeOnMouseOut=false;a.close()}},removeFromAnchor:function(){var c=this,b,a;if(c.anchor){b=c.getToasts();a=Ext.Array.indexOf(b,c);if(a!==-1){Ext.Array.erase(b,a,1);for(;a1?parseInt(F[2]):0;if(K){D=true}}else{K=0}E[N]=K}if(E.ie){var G=document.documentMode;if(G>=8){E.ie=G}}K=E.ie||false;L=Math.max(K,w.maxIEVersion);for(I=8;I<=L;++I){H="ie"+I;E[H+"m"]=K?K<=I:0;E[H]=K?K===I:0;E[H+"p"]=K?K>=I:0}return E},y=function(){var E={},J,K,M,G,H,F,D,I,L;M=c(w.osPrefixes);H=M.length;for(G=0,L=0;G1?parseFloat(F[F.length-1]):0}if(I){L++}E[K]=I}M=c(w.fallbackOSPrefixes);H=M.length;for(G=0;G1){z=u[1];if(z==="false"||z==="0"){z=false}}y[s]=z}}return y},filterPlatform:function(t,x){t=f.concat(t||f);x=f.concat(x||f);var w=t.length,v=x.length,s=(!w&&v),u,r;for(u=0;u0&&((v=t.charAt(w-1))==="?"||v==="&")){r=t.indexOf("&",w);r=(r<0)?"":t.substring(r);if(r&&v==="?"){++w;r=r.substring(1)}t=t.substring(0,w-1)+r}return t},getConfig:function(r){return r?d.config[r]:d.config},setConfig:function(r,u){if(typeof r==="string"){d.config[r]=u}else{for(var t in r){d.setConfig(t,r[t])}}return d},getHead:function(){return d.docHead||(d.docHead=o.head||o.getElementsByTagName("head")[0])},create:function(t,u,r){var s=r||{};s.url=t;s.key=u;return d.scripts[u]=new j(s)},getEntry:function(s,r){var t=d.canonicalUrl(s),u=d.scripts[t];if(!u){u=d.create(s,t,r)}return u},registerContent:function(s,t,u){var r={content:u,loaded:true,css:t==="css"};return d.getEntry(s,r)},processRequest:function(s,r){s.loadEntries(r)},load:function(r){e("Boot.load called");var r=new b(r);if(r.sync||d.syncMode){return d.loadSync(r)}if(d.currentRequest){e("current active request, suspending this request");r.getEntries();d.suspendedQueue.push(r)}else{d.currentRequest=r;d.processRequest(r,false)}return d},loadSync:function(r){e("Boot.loadSync called");var r=new b(r);d.syncMode++;d.processRequest(r,true);d.syncMode--;return d},loadBasePrefix:function(r){r=new b(r);r.prependBaseUrl=true;return d.load(r)},loadSyncBasePrefix:function(r){r=new b(r);r.prependBaseUrl=true;return d.loadSync(r)},requestComplete:function(s){var r;if(d.currentRequest===s){d.currentRequest=null;while(d.suspendedQueue.length>0){r=d.suspendedQueue.shift();if(!r.done){e("resuming suspended request");d.load(r);break}}}if(!d.currentRequest&&d.suspendedQueue.length==0){d.fireListeners()}},isLoading:function(){return !d.currentRequest&&d.suspendedQueue.length==0},fireListeners:function(){var r;while(d.isLoading()&&(r=d.listeners.shift())){r()}},onBootReady:function(r){if(!d.isLoading()){r()}else{d.listeners.push(r)}},getPathsFromIndexes:function(s,r){return b.prototype.getPathsFromIndexes(s,r)},createLoadOrderMap:function(r){return b.prototype.createLoadOrderMap(r)},fetch:function(r,s,A,u){u=(u===undefined)?!!s:u;var z=new XMLHttpRequest(),B,w,x,t=false,y=function(){if(z&&z.readyState==4){w=(z.status===1223)?204:(z.status===0&&((self.location||{}).protocol==="file:"||(self.location||{}).protocol==="ionp:"))?200:z.status;x=z.responseText;B={content:x,status:w,exception:t};if(s){s.call(A,B)}z=null}};if(u){z.onreadystatechange=y}try{e("fetching "+r+" "+(u?"async":"sync"));z.open("GET",r,u);z.send(null)}catch(v){t=v;y();return B}if(!u){y()}return B},notifyAll:function(r){r.notifyRequests()}};function b(r){if(r.$isRequest){return r}var r=r.url?r:{url:r},s=r.url,t=s.charAt?[s]:s,u=r.charset||d.config.charset;a(r,{urls:t,charset:u});a(this,r)}b.prototype={$isRequest:true,createLoadOrderMap:function(s){var r=s.length,t={},v,u;for(v=0;v0){setTimeout(function(){u.call(t,v)},r)}else{u.call(t,v)}}v.fireListeners();d.requestComplete(v)}},onDone:function(t){var s=this,r=s.listeners||(s.listeners=[]);if(s.done){t(s)}else{r.push(t)}},fireListeners:function(){var r=this.listeners,s;if(r){e("firing request listeners");while((s=r.shift())){s(this)}}}};function j(s){if(s.$isEntry){return s}e("creating entry for "+s.url);var x=s.charset||d.config.charset,w=Ext.manifest,r=w&&w.loader,t=(s.cache!==undefined)?s.cache:(r&&r.cache),v,u;if(d.config.disableCaching){if(t===undefined){t=!d.config.disableCaching}if(t===false){v=+new Date()}else{if(t!==true){v=t}}if(v){u=(r&&r.cacheParam)||d.config.disableCachingParam;v=u+"="+v}}a(s,{charset:x,buster:v,requests:[]});a(this,s)}j.prototype={$isEntry:true,done:false,evaluated:false,loaded:false,isCrossDomain:function(){var r=this;if(r.crossDomain===undefined){e("checking "+r.getLoadUrl()+" for prefix "+d.origin);r.crossDomain=(r.getLoadUrl().indexOf(d.origin)!==0)}return r.crossDomain},isCss:function(){var s=this;if(s.css===undefined){if(s.url){var r=d.assetConfig[s.url];s.css=r?r.type==="css":g.test(s.url)}else{s.css=false}}return this.css},getElement:function(r){var t=this,s=t.el;if(!s){e("creating element for "+t.url);if(t.isCss()){r=r||"link";s=o.createElement(r);if(r=="link"){s.rel="stylesheet";t.prop="href"}else{t.prop="textContent"}s.type="text/css"}else{r=r||"script";s=o.createElement(r);s.type="text/javascript";t.prop="src";if(t.charset){s.charset=t.charset}if(d.hasAsync){s.async=false}}t.el=s}return s},getLoadUrl:function(){var s=this,r=d.canonicalUrl(s.url);if(!s.loadUrl){s.loadUrl=!!s.buster?(r+(r.indexOf("?")===-1?"?":"&")+s.buster):r}return s.loadUrl},fetch:function(u){var s=this.getLoadUrl(),t=!!u.async,r=u.complete;d.fetch(s,r,this,t)},onContentLoaded:function(s){var w=this,r=s.status,v=s.content,u=s.exception,t=this.getLoadUrl();w.loaded=true;if((u||r===0)&&!i.phantom){w.error=("Failed loading synchronously via XHR: '"+t+"'. It's likely that the file is either being loaded from a different domain or from the local file system where cross origin requests are not allowed for security reasons. Try asynchronous loading instead.")||true;w.evaluated=true}else{if((r>=200&&r<300)||r===304||i.phantom||(r===0&&v.length>0)){w.content=v}else{w.error=("Failed loading synchronously via XHR: '"+t+"'. Please verify that the file exists. XHR status code: "+r)||true;w.evaluated=true}}},createLoadElement:function(v){var t=this,s=t.getElement(),r=function(){if(this.readyState==="loaded"||this.readyState==="complete"){if(v){v()}}},u=function(){t.error=true;if(v){v()}};t.preserve=true;s.onerror=u;if(d.hasReadyState){s.onreadystatechange=r}else{s.onload=v}s[t.prop]=t.getLoadUrl()},onLoadElementReady:function(){d.getHead().appendChild(this.getElement());this.evaluated=true},inject:function(w,v){e("injecting content for "+this.url);var x=this,y=d.getHead(),r=x.url,z=x.key,s,t,u,A;if(x.isCss()){x.preserve=true;A=z.substring(0,z.lastIndexOf("/")+1);s=o.createElement("base");s.href=A;if(y.firstChild){y.insertBefore(s,y.firstChild)}else{y.appendChild(s)}s.href=s.href;if(r){w+="\n/*# sourceURL="+z+" */"}t=x.getElement("style");u=("styleSheet" in t);y.appendChild(s);if(u){y.appendChild(t);t.styleSheet.cssText=w}else{t.textContent=w;y.appendChild(t)}y.removeChild(s)}else{if(r){w+="\n//# sourceURL="+z}Ext.globalEval(w)}return x},loadCrossDomain:function(){var s=this,r=function(){s.loaded=s.evaluated=s.done=true;s.notifyRequests()};s.createLoadElement(function(){r()});s.evaluateLoadElement();return false},loadElement:function(){var s=this,r=function(){s.loaded=s.evaluated=s.done=true;s.notifyRequests()};s.createLoadElement(function(){r()});s.evaluateLoadElement();return true},loadSync:function(){var r=this;r.fetch({async:false,complete:function(s){r.onContentLoaded(s)}});r.evaluate();r.notifyRequests()},load:function(s){var r=this;if(!r.loaded){if(r.loading){return false}r.loading=true;if(!s){if(r.isCrossDomain()){return r.loadCrossDomain()}else{if(!r.isCss()&&d.hasReadyState){r.createLoadElement(function(){r.loaded=true;r.notifyRequests()})}else{if(d.useElements&&!(r.isCss()&&i.phantom)){return r.loadElement()}else{r.fetch({async:!s,complete:function(t){r.onContentLoaded(t);r.notifyRequests()}})}}}}else{r.loadSync()}}return true},evaluateContent:function(){this.inject(this.content);this.content=null},evaluateLoadElement:function(){d.getHead().appendChild(this.getElement())},evaluate:function(){var r=this;if(!r.evaluated){if(r.evaluating){return}r.evaluating=true;if(r.content!==undefined){r.evaluateContent()}else{if(!r.error){r.evaluateLoadElement()}}r.evaluated=r.done=true;r.cleanup()}},cleanup:function(){var t=this,s=t.el,u;if(!s){return}if(!t.preserve){t.el=null;s.parentNode.removeChild(s);for(u in s){try{if(u!==t.prop){s[u]=null}delete s[u]}catch(r){}}}s.onload=s.onerror=s.onreadystatechange=h},notifyRequests:function(){var u=this.requests,r=u.length,s,t;for(s=0;s0){e("firing event listeners for url "+this.url);while((s=r.shift())){s(this)}}}};Ext.disableCacheBuster=function(s,t){var r=new Date();r.setTime(r.getTime()+(s?10*365:-1)*24*60*60*1000);r=r.toGMTString();o.cookie="ext-cache=1; expires="+r+"; path="+(t||"/")};d.init();return d}(function(){}));Ext.globalEval=Ext.globalEval||(this.execScript?function(a){execScript(a)}:function($$code){eval.call(window,$$code)});if(!Function.prototype.bind){(function(){var a=Array.prototype.slice,b=function(d){var c=a.call(arguments,1),e=this;if(c.length){return function(){var f=arguments;return e.apply(d,f.length?c.concat(a.call(f)):c)}}c=null;return function(){return e.apply(d,arguments)}};Function.prototype.bind=b;b.$extjs=true}())}Ext.setResourcePath=function(c,b){var a=Ext.manifest||(Ext.manifest={}),d=a.resources||(a.resources={});if(a){if(typeof c!=="string"){Ext.apply(d,c)}else{d[c]=b}a.resources=d}};Ext.getResourcePath=function(f,e,a){if(typeof f!=="string"){e=f.pool;a=f.packageName;f=f.path}var d=Ext.manifest,g=d&&d.resources,c=g[e],b=[];if(c==null){c=g.path;if(c==null){c="resources"}}if(c){b.push(c)}if(a){b.push(a)}b.push(f);return b.join("/")};var Ext=Ext||{};(function(){var b=this,g=Object.prototype,c=g.toString,n=["valueOf","toLocaleString","toString","constructor"],k=function(){},f=function(){},h=function(i){return i},m=function(){var i=m.caller.caller;return i.$owner.prototype[i.$name].apply(this,arguments)},a=Ext.manifest||{},j,d=/\[object\s*(?:Array|Arguments|\w*Collection|\w*List|HTML\s+document\.all\s+class)\]/,e=/^\\?\/Date\(([-+])?(\d+)(?:[+-]\d{4})?\)\\?\/$/;Ext.global=b;Ext.now=Date.now||(Date.now=function(){return +new Date()});Ext.ticks=(b.performance&&b.performance.now)?function(){return performance.now()}:Ext.now;Ext._startTime=Ext.ticks();k.$nullFn=h.$nullFn=k.$emptyFn=h.$identityFn=f.$nullFn=true;f.$privacy="framework";Ext.suspendLayouts=Ext.resumeLayouts=k;for(j in {toString:1}){n=null}Ext.enumerables=n;Ext.apply=function(r,q,t){if(t){Ext.apply(r,t)}if(r&&q&&typeof q==="object"){var s,p,o;for(s in q){r[s]=q[s]}if(n){for(p=n.length;p--;){o=n[p];if(q.hasOwnProperty(o)){r[o]=q[o]}}}}return r};function l(q,i,r){var o,p;for(o in r){if(r.hasOwnProperty(o)){p=r[o];if(typeof p==="function"){if(i.$className){p.name=i.$className+"#"+o}p.$name=o;p.$owner=i;p.$previous=q.hasOwnProperty(o)?q[o]:m}q[o]=p}}}Ext.buildSettings=Ext.apply({baseCSSPrefix:"x-"},Ext.buildSettings||{});Ext.apply(Ext,{idSeed:0,idPrefix:"ext-",isSecure:/^https/i.test(window.location.protocol),enableGarbageCollector:false,enableListenerCollection:true,name:Ext.sandboxName||"Ext",privateFn:f,emptyFn:k,identityFn:h,frameStartTime:Ext.now(),manifest:a,debugConfig:Ext.debugConfig||a.debug||{hooks:{"*":true}},enableAria:true,enableAriaButtons:true,enableAriaPanels:true,startsWithHashRe:/^#/,validIdRe:/^[a-z_][a-z0-9\-_]*$/i,BLANK_IMAGE_URL:"data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==",makeIdSelector:function(i){if(!Ext.validIdRe.test(i)){Ext.raise('Invalid id selector: "'+i+'"')}return"#"+i},id:function(p,i){if(p&&p.id){return p.id}var q=(i||Ext.idPrefix)+(++Ext.idSeed);if(p){p.id=q}return q},returnId:function(i){return i.getId()},returnTrue:function(){return true},emptyString:new String(),baseCSSPrefix:Ext.buildSettings.baseCSSPrefix,$eventNameMap:{},$vendorEventRe:/^(Moz.+|MS.+|webkit.+)/,canonicalEventName:function(i){return Ext.$eventNameMap[i]||(Ext.$eventNameMap[i]=(Ext.$vendorEventRe.test(i)?i:i.toLowerCase()))},applyIf:function(o,i){var p;if(o){for(p in i){if(o[p]===undefined){o[p]=i[p]}}}return o},destroy:function(){var q=arguments.length,p,o;for(p=0;p0){r--;p[r]="var Ext=window."+Ext.name+";"+p[r]}}i=p.join("");q=o[i];if(!q){q=Function.prototype.constructor.apply(Function.prototype,p);o[i]=q}return q},functionFactory:function(){var i=Array.prototype.slice.call(arguments),o;if(Ext.isSandboxed){o=i.length;if(o>0){o--;i[o]="var Ext=window."+Ext.name+";"+i[o]}}return Function.prototype.constructor.apply(Function.prototype,i)},Logger:{log:function(o,i){if(o&&b.console){if(!i||!(i in b.console)){i="log"}o="["+i.toUpperCase()+"] "+o;b.console[i](o)}},verbose:function(i){this.log(i,"verbose")},info:function(i){this.log(i,"info")},warn:function(i){this.log(i,"warn")},error:function(i){throw new Error(i)},deprecate:function(i){this.log(i,"warn")}}||{verbose:k,log:k,info:k,warn:k,error:function(i){throw new Error(i)},deprecate:k},getElementById:function(i){return document.getElementById(i)},splitAndUnescape:(function(){var i={};return function(q,p){if(!q){return[]}else{if(!p){return[q]}}var s=i[p]||(i[p]=new RegExp("\\\\"+p,"g")),o=[],t,r;t=q.split(p);while((r=t.shift())!==undefined){while(r.charAt(r.length-1)==="\\"&&t.length>0){r=r+p+t.shift()}r=r.replace(s,p);o.push(r)}return o}})()});Ext.returnTrue.$nullFn=Ext.returnId.$nullFn=true}());Ext.platformTags.modern=!(Ext.platformTags.classic=Ext.isClassic=true);(function(){function a(){var c=this,b=c.sourceClass,e=c.sourceMethod,d=c.msg;if(e){if(d){e+="(): ";e+=d}else{e+="()"}}if(b){e=e?(b+"."+e):b}return e||d||""}Ext.Error=function(c){if(Ext.isString(c)){c={msg:c}}var b=new Error();Ext.apply(b,c);b.message=b.message||b.msg;b.toString=a;return b};Ext.apply(Ext.Error,{ignore:false,raise:function(d){d=d||{};if(Ext.isString(d)){d={msg:d}}var c=this,f=c.raise.caller,e,b;if(f===Ext.raise){f=f.caller}if(f){if(!d.sourceMethod&&(b=f.$name)){d.sourceMethod=b}if(!d.sourceClass&&(b=f.$owner)&&(b=b.$className)){d.sourceClass=b}}if(c.handle(d)!==true){e=a.call(d);Ext.log({msg:e,level:"error",dump:d,stack:true});throw new Ext.Error(d)}},handle:function(){return this.ignore}})})();Ext.deprecated=function(b){if(!b){b=""}function a(){Ext.raise('The method "'+a.$owner.$className+"."+a.$name+'" has been removed. '+b)}return a;return Ext.emptyFn};Ext.raise=function(){Ext.Error.raise.apply(Ext.Error,arguments)};(function(){if(typeof window==="undefined"){return}var b=0,a=function(){var c=Ext.log&&Ext.log.counters,e=c&&(c.error+c.warn+c.info+c.log),d;if(e&&b!==e){d=[];if(c.error){d.push("Errors: "+c.error)}if(c.warn){d.push("Warnings: "+c.warn)}if(c.info){d.push("Info: "+c.info)}if(c.log){d.push("Log: "+c.log)}window.status="*** "+d.join(" -- ");b=e}};setInterval(a,1000)}());Ext.Array=(function(){var c=Array.prototype,k=c.slice,m=(function(){var u=[],e,t=20;if(!u.splice){return false}while(t--){u.push("A")}u.splice(15,0,"F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F","F");e=u.length;u.splice(13,0,"XXX");if(e+1!==u.length){return false}return true}()),l="indexOf" in c,g=true;function j(w,t){var e=w.length,v=new Array(e),u;for(u=0;uC){for(x=e;x--;){A[u+x]=A[C+x]}}}if(E&&B===w){A.length=w;A.push.apply(A,D)}else{A.length=w+E;for(x=0;x>1;x=y(w,z[t]);if(x>=0){u=t+1}else{if(x<0){e=t-1}}}return u},defaultCompare:function(e,t){return(et)?1:0)},lexicalCompare:function(e,t){e=String(e);t=String(t);return(et)?1:0)},each:function(x,v,u,e){x=a.from(x);var t,w=x.length;if(e!==true){for(t=0;t-1;t--){if(v.call(u||x[t],x[t],t,x)===false){return t}}}return true},forEach:("forEach" in c)?function(u,t,e){return u.forEach(t,e)}:function(w,u,t){for(var e=0,v=w.length;e=0&&t>>0,t=e;if(arguments.length<3){while(true){if(u in x){t=x[u++];break}if(++u>=v){throw new TypeError("Reduce of empty array with no initial value")}}}for(;ue){e=u}}}return e},mean:function(e){return e.length>0?a.sum(e)/e.length:undefined},sum:function(w){var t=0,e,v,u;for(e=0,v=w.length;et?1:-1,e;for(e=t;e!=v;e+=w){x[e]=x[e+w]}x[v]=u},replace:p,splice:q,push:function(v){var e=arguments.length,u=1,t;if(v===undefined){v=[]}else{if(!Ext.isArray(v)){v=[v]}}for(;u=o){p=0}else{p=o-p}}if(p===0){q=r+q}else{if(p>=q.length){q+=r}else{q=q.substr(0,p)+r+q.substr(p)}}return q},startsWith:function(q,r,p){var o=c(q,r);if(o){if(p){q=q.toLowerCase();r=r.toLowerCase()}o=q.lastIndexOf(r,0)===0}return o},endsWith:function(r,p,q){var o=c(r,p);if(o){if(q){r=r.toLowerCase();p=p.toLowerCase()}o=r.indexOf(p,r.length-p.length)!==-1}return o},createVarName:function(o){return o.replace(k,"")},htmlEncode:function(o){return(!o)?o:String(o).replace(g,f)},htmlDecode:function(o){return(!o)?o:String(o).replace(d,j)},hasHtmlCharacters:function(o){return g.test(o)},addCharacterEntities:function(p){var o=[],s=[],q,r;for(q in p){r=p[q];a[q]=r;e[r]=q;o.push(r);s.push(q)}g=new RegExp("("+o.join("|")+")","g");d=new RegExp("("+s.join("|")+"|&#[0-9]{1,5};)","g")},resetCharacterEntities:function(){e={};a={};this.addCharacterEntities({"&":"&",">":">","<":"<",""":'"',"'":"'"})},urlAppend:function(p,o){if(!Ext.isEmpty(o)){return p+(p.indexOf("?")===-1?"?":"&")+o}return p},trim:function(o){if(o){o=o.replace(h,"")}return o||""},capitalize:function(o){if(o){o=o.charAt(0).toUpperCase()+o.substr(1)}return o||""},uncapitalize:function(o){if(o){o=o.charAt(0).toLowerCase()+o.substr(1)}return o||""},ellipsis:function(q,p,r){if(q&&q.length>p){if(r){var s=q.substr(0,p-2),o=Math.max(s.lastIndexOf(" "),s.lastIndexOf("."),s.lastIndexOf("!"),s.lastIndexOf("?"));if(o!==-1&&o>=(p-15)){return s.substr(0,o)+"..."}}return q.substr(0,p-3)+"..."}return q},escapeRegex:function(o){return o.replace(b,"\\$1")},createRegex:function(s,r,p,o){var q=s;if(s!=null&&!s.exec){q=m.escapeRegex(String(s));if(r!==false){q="^"+q}if(p!==false){q+="$"}q=new RegExp(q,(o!==false)?"i":"")}return q},escape:function(o){return o.replace(l,"\\$1")},toggle:function(p,q,o){return p===q?o:q},leftPad:function(p,q,r){var o=String(p);r=r||" ";while(o.length daysInMonth) {","d = daysInMonth;","}","}","h = from(h, from(def.h, dt.getHours()));","i = from(i, from(def.i, dt.getMinutes()));","s = from(s, from(def.s, dt.getSeconds()));","ms = from(ms, from(def.ms, dt.getMilliseconds()));","if(z >= 0 && y >= 0){","v = me.add(new Date(y < 100 ? 100 : y, 0, 1, h, i, s, ms), me.YEAR, y < 100 ? y - 100 : 0);","v = !strict? v : (strict === true && (z <= 364 || (me.isLeapYear(v) && z <= 365))? me.add(v, me.DAY, z) : null);","}else if(strict === true && !me.isValid(y, m + 1, d, h, i, s, ms)){","v = null;","}else{","if (W) {","year = y || (new Date()).getFullYear();","jan4 = new Date(year, 0, 4, 0, 0, 0);","d = jan4.getDay();","week1monday = new Date(jan4.getTime() - ((d === 0 ? 6 : d - 1) * 86400000));","v = Ext.Date.clearTime(new Date(week1monday.getTime() + ((W - 1) * 604800000 + 43200000)));","} else {","v = me.add(new Date(y < 100 ? 100 : y, m, d, h, i, s, ms), me.YEAR, y < 100 ? y - 100 : 0);","}","}","}","}","if(v){","if(zz != null){","v = me.add(v, me.SECOND, -v.getTimezoneOffset() * 60 - zz);","}else if(o){","v = me.add(v, me.MINUTE, -v.getTimezoneOffset() + (sn == '+'? -1 : 1) * (hr * 60 + mn));","}","}","return (v != null) ? v : null;"].join("\n");if(!Date.prototype.toISOString){Date.prototype.toISOString=function(){var l=this;return d(l.getUTCFullYear(),4,"0")+"-"+d(l.getUTCMonth()+1,2,"0")+"-"+d(l.getUTCDate(),2,"0")+"T"+d(l.getUTCHours(),2,"0")+":"+d(l.getUTCMinutes(),2,"0")+":"+d(l.getUTCSeconds(),2,"0")+"."+d(l.getUTCMilliseconds(),3,"0")+"Z"}}function i(m){var l=Array.prototype.slice.call(arguments,1);return m.replace(c,function(n,o){return l[o]})}return f={now:e.now,toString:function(l){if(!l){l=new e()}return l.getFullYear()+"-"+d(l.getMonth()+1,2,"0")+"-"+d(l.getDate(),2,"0")+"T"+d(l.getHours(),2,"0")+":"+d(l.getMinutes(),2,"0")+":"+d(l.getSeconds(),2,"0")},getElapsed:function(m,l){return Math.abs(m-(l||f.now()))},useStrict:false,formatCodeToRegex:function(m,l){var n=f.parseCodes[m];if(n){n=typeof n==="function"?n():n;f.parseCodes[m]=n}return n?Ext.applyIf({c:n.c?i(n.c,l||"{0}"):n.c},n):{g:0,c:null,s:Ext.String.escapeRegex(m)}},parseFunctions:{MS:function(m,l){var n=(m||"").match(h);return n?new e(((n[1]||"")+n[2])*1):null},time:function(m,l){var n=parseInt(m,10);if(n||n===0){return new e(n)}return null},timestamp:function(m,l){var n=parseInt(m,10);if(n||n===0){return new e(n*1000)}return null}},parseRegexes:[],formatFunctions:{MS:function(){return"\\/Date("+this.getTime()+")\\/"},time:function(){return this.getTime().toString()},timestamp:function(){return f.format(this,"U")}},y2kYear:50,MILLI:"ms",SECOND:"s",MINUTE:"mi",HOUR:"h",DAY:"d",MONTH:"mo",YEAR:"y",defaults:{},dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNumbers:{January:0,Jan:0,February:1,Feb:1,March:2,Mar:2,April:3,Apr:3,May:4,June:5,Jun:5,July:6,Jul:6,August:7,Aug:7,September:8,Sep:8,October:9,Oct:9,November:10,Nov:10,December:11,Dec:11},defaultFormat:"m/d/Y",getShortMonthName:function(l){return f.monthNames[l].substring(0,3)},getShortDayName:function(l){return f.dayNames[l].substring(0,3)},getMonthNumber:function(l){return f.monthNumbers[l.substring(0,1).toUpperCase()+l.substring(1,3).toLowerCase()]},formatContainsHourInfo:function(l){return a.test(l.replace(k,""))},formatContainsDateInfo:function(l){return g.test(l.replace(k,""))},unescapeFormat:function(l){return l.replace(j,"")},formatCodes:{d:"Ext.String.leftPad(m.getDate(), 2, '0')",D:"Ext.Date.getShortDayName(m.getDay())",j:"m.getDate()",l:"Ext.Date.dayNames[m.getDay()]",N:"(m.getDay() ? m.getDay() : 7)",S:"Ext.Date.getSuffix(m)",w:"m.getDay()",z:"Ext.Date.getDayOfYear(m)",W:"Ext.String.leftPad(Ext.Date.getWeekOfYear(m), 2, '0')",F:"Ext.Date.monthNames[m.getMonth()]",m:"Ext.String.leftPad(m.getMonth() + 1, 2, '0')",M:"Ext.Date.getShortMonthName(m.getMonth())",n:"(m.getMonth() + 1)",t:"Ext.Date.getDaysInMonth(m)",L:"(Ext.Date.isLeapYear(m) ? 1 : 0)",o:"(m.getFullYear() + (Ext.Date.getWeekOfYear(m) == 1 && m.getMonth() > 0 ? +1 : (Ext.Date.getWeekOfYear(m) >= 52 && m.getMonth() < 11 ? -1 : 0)))",Y:"Ext.String.leftPad(m.getFullYear(), 4, '0')",y:"('' + m.getFullYear()).substring(2, 4)",a:"(m.getHours() < 12 ? 'am' : 'pm')",A:"(m.getHours() < 12 ? 'AM' : 'PM')",g:"((m.getHours() % 12) ? m.getHours() % 12 : 12)",G:"m.getHours()",h:"Ext.String.leftPad((m.getHours() % 12) ? m.getHours() % 12 : 12, 2, '0')",H:"Ext.String.leftPad(m.getHours(), 2, '0')",i:"Ext.String.leftPad(m.getMinutes(), 2, '0')",s:"Ext.String.leftPad(m.getSeconds(), 2, '0')",u:"Ext.String.leftPad(m.getMilliseconds(), 3, '0')",O:"Ext.Date.getGMTOffset(m)",P:"Ext.Date.getGMTOffset(m, true)",T:"Ext.Date.getTimezone(m)",Z:"(m.getTimezoneOffset() * -60)",c:function(){var q="Y-m-dTH:i:sP",o=[],n,m=q.length,p;for(n=0;n me.y2kYear ? 1900 + ty : 2000 + ty;\n",s:"(\\d{2})"},a:{g:1,c:"if (/(am)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(am|pm|AM|PM)",calcAtEnd:true},A:{g:1,c:"if (/(am)/i.test(results[{0}])) {\nif (!h || h == 12) { h = 0; }\n} else { if (!h || h < 12) { h = (h || 0) + 12; }}",s:"(AM|PM|am|pm)",calcAtEnd:true},g:{g:1,c:"h = parseInt(results[{0}], 10);\n",s:"(1[0-2]|[0-9])"},G:{g:1,c:"h = parseInt(results[{0}], 10);\n",s:"(2[0-3]|1[0-9]|[0-9])"},h:{g:1,c:"h = parseInt(results[{0}], 10);\n",s:"(1[0-2]|0[1-9])"},H:{g:1,c:"h = parseInt(results[{0}], 10);\n",s:"(2[0-3]|[0-1][0-9])"},i:{g:1,c:"i = parseInt(results[{0}], 10);\n",s:"([0-5][0-9])"},s:{g:1,c:"s = parseInt(results[{0}], 10);\n",s:"([0-5][0-9])"},u:{g:1,c:"ms = results[{0}]; ms = parseInt(ms, 10)/Math.pow(10, ms.length - 3);\n",s:"(\\d+)"},O:{g:1,c:["o = results[{0}];","var sn = o.substring(0,1),","hr = o.substring(1,3)*1 + Math.floor(o.substring(3,5) / 60),","mn = o.substring(3,5) % 60;","o = ((-12 <= (hr*60 + mn)/60) && ((hr*60 + mn)/60 <= 14))? (sn + Ext.String.leftPad(hr, 2, '0') + Ext.String.leftPad(mn, 2, '0')) : null;\n"].join("\n"),s:"([+-]\\d{4})"},P:{g:1,c:["o = results[{0}];","var sn = o.substring(0,1),","hr = o.substring(1,3)*1 + Math.floor(o.substring(4,6) / 60),","mn = o.substring(4,6) % 60;","o = ((-12 <= (hr*60 + mn)/60) && ((hr*60 + mn)/60 <= 14))? (sn + Ext.String.leftPad(hr, 2, '0') + Ext.String.leftPad(mn, 2, '0')) : null;\n"].join("\n"),s:"([+-]\\d{2}:\\d{2})"},T:{g:0,c:null,s:"[A-Z]{1,5}"},Z:{g:1,c:"zz = results[{0}] * 1;\nzz = (-43200 <= zz && zz <= 50400)? zz : null;\n",s:"([+-]?\\d{1,5})"},c:function(){var o=[],m=[f.formatCodeToRegex("Y",1),f.formatCodeToRegex("m",2),f.formatCodeToRegex("d",3),f.formatCodeToRegex("H",4),f.formatCodeToRegex("i",5),f.formatCodeToRegex("s",6),{c:"ms = results[7] || '0'; ms = parseInt(ms, 10)/Math.pow(10, ms.length - 3);\n"},{c:["if(results[8]) {","if(results[8] == 'Z'){","zz = 0;","}else if (results[8].indexOf(':') > -1){",f.formatCodeToRegex("P",8).c,"}else{",f.formatCodeToRegex("O",8).c,"}","}"].join("\n")}],p,n;for(p=0,n=m.length;p0?"-":"+")+Ext.String.leftPad(Math.floor(Math.abs(n)/60),2,"0")+(m?":":"")+Ext.String.leftPad(Math.abs(n%60),2,"0")},getDayOfYear:function(o){var n=0,q=f.clone(o),l=o.getMonth(),p;for(p=0,q.setDate(1),q.setMonth(0);p28){l=Math.min(l,f.getLastDateOfMonth(f.add(f.getFirstDateOfMonth(n),f.MONTH,q)).getDate())}r.setDate(l);r.setMonth(n.getMonth()+q);break;case f.YEAR:l=n.getDate();if(l>28){l=Math.min(l,f.getLastDateOfMonth(f.add(f.getFirstDateOfMonth(n),f.YEAR,q)).getDate())}r.setDate(l);r.setFullYear(n.getFullYear()+q);break}}if(p){switch(m.toLowerCase()){case f.MILLI:o=1;break;case f.SECOND:o=1000;break;case f.MINUTE:o=1000*60;break;case f.HOUR:o=1000*60*60;break;case f.DAY:o=1000*60*60*24;break;case f.MONTH:l=f.getDaysInMonth(r);o=1000*60*60*24*l;break;case f.YEAR:l=(f.isLeapYear(r)?366:365);o=1000*60*60*24*l;break}if(o){r.setTime(r.getTime()+o*p)}}return r},subtract:function(m,l,n){return f.add(m,l,-n)},between:function(m,o,l){var n=m.getTime();return o.getTime()<=n&&n<=l.getTime()},compat:function(){var t,u=["useStrict","formatCodeToRegex","parseFunctions","parseRegexes","formatFunctions","y2kYear","MILLI","SECOND","MINUTE","HOUR","DAY","MONTH","YEAR","defaults","dayNames","monthNames","monthNumbers","getShortMonthName","getShortDayName","getMonthNumber","formatCodes","isValid","parseDate","getFormatCode","createFormat","createParser","parseCodes"],r=["dateFormat","format","getTimezone","getGMTOffset","getDayOfYear","getWeekOfYear","isLeapYear","getFirstDayOfMonth","getLastDayOfMonth","getDaysInMonth","getSuffix","clone","isDST","clearTime","add","between"],m=u.length,l=r.length,o,q,n;for(n=0;nl){return n-1}return n;case f.YEAR:n=l.getFullYear()-m.getFullYear();if(f.add(m,o,n)>l){return n-1}else{return n}}},align:function(m,o,n){var l=new e(+m);switch(o.toLowerCase()){case f.MILLI:return l;case f.SECOND:l.setUTCSeconds(l.getUTCSeconds()-l.getUTCSeconds()%n);l.setUTCMilliseconds(0);return l;case f.MINUTE:l.setUTCMinutes(l.getUTCMinutes()-l.getUTCMinutes()%n);l.setUTCSeconds(0);l.setUTCMilliseconds(0);return l;case f.HOUR:l.setUTCHours(l.getUTCHours()-l.getUTCHours()%n);l.setUTCMinutes(0);l.setUTCSeconds(0);l.setUTCMilliseconds(0);return l;case f.DAY:if(n===7||n===14){l.setUTCDate(l.getUTCDate()-l.getUTCDay()+1)}l.setUTCHours(0);l.setUTCMinutes(0);l.setUTCSeconds(0);l.setUTCMilliseconds(0);return l;case f.MONTH:l.setUTCMonth(l.getUTCMonth()-(l.getUTCMonth()-1)%n,1);l.setUTCHours(0);l.setUTCMinutes(0);l.setUTCSeconds(0);l.setUTCMilliseconds(0);return l;case f.YEAR:l.setUTCFullYear(l.getUTCFullYear()-l.getUTCFullYear()%n,1,1);l.setUTCHours(0);l.setUTCMinutes(0);l.setUTCSeconds(0);l.setUTCMilliseconds(0);return m}}}}());Ext.Function=(function(){var b=0,l,e=[],m=[],h=0,i={},g=window,d=Ext.global,f=!!(d.setImmediate&&d.clearImmediate),k=g.requestAnimationFrame||g.webkitRequestAnimationFrame||g.mozRequestAnimationFrame||g.oRequestAnimationFrame||function(q){var n=Ext.now(),o=Math.max(0,16-(n-b)),p=g.setTimeout(function(){q(n+o)},o);b=n+o;return p},c=function(){var n=e.length,q,o,p;l=null;for(o=0;o0){return setTimeout(function(){if(Ext.elevateFunction){Ext.elevateFunction(r)}else{r()}},p)}r();return 0},interval:function(r,p,q,o,n){r=Ext.Function.bind(r,q,o,n);return setInterval(function(){if(Ext.elevateFunction){Ext.elevateFunction(r)}else{r()}},p)},createSequence:function(o,p,n){if(!p){return o}else{return function(){var q=o.apply(this,arguments);p.apply(n||this,arguments);return q}}},createBuffered:function(r,o,q,p){var n;return function(){var t=p||Array.prototype.slice.call(arguments,0),s=q||this;if(n){clearTimeout(n)}n=setTimeout(function(){if(Ext.elevateFunction){Ext.elevateFunction(r,s,t)}else{r.apply(s,t)}},o)}},createAnimationFrame:function(q,p,o,r){var n;r=r||3;return function(){var s=o||Array.prototype.slice.call(arguments,0);p=p||this;if(r===3&&n){j.cancelAnimationFrame(n)}if((r&1)||!n){n=j.requestAnimationFrame(function(){n=null;q.apply(p,s)})}}},requestAnimationFrame:function(q,p,n){var r=++h,o=Array.prototype.slice.call(arguments,0);o[3]=r;i[r]=1;e.push(o);if(!l){l=k(Ext.elevateFunction?a:c)}return r},cancelAnimationFrame:function(n){delete i[n]},createThrottled:function(r,o,q){var s=0,n,p,u,t=function(){if(Ext.elevateFunction){Ext.elevateFunction(r,q,p)}else{r.apply(q,p)}s=Ext.now();u=null};return function(){if(!q){q=this}n=Ext.now()-s;p=arguments;if(n>=o){clearTimeout(u);t()}else{if(!u){u=Ext.defer(t,o-n)}}}},createBarrier:function(p,o,n){return function(){if(!--p){o.apply(n,arguments)}}},interceptBefore:function(o,n,q,p){var r=o[n]||Ext.emptyFn;return(o[n]=function(){var s=q.apply(p||this,arguments);r.apply(this,arguments);return s})},interceptAfter:function(o,n,q,p){var r=o[n]||Ext.emptyFn;return(o[n]=function(){r.apply(this,arguments);return q.apply(p||this,arguments)})},makeCallback:function(o,n){if(!n[o]){if(n.$className){Ext.raise('No method "'+o+'" on '+n.$className)}Ext.raise('No method "'+o+'"')}return function(){return n[o].apply(n,arguments)}},memoize:function(q,p,n){var o={},r=n&&Ext.isFunction(n);return function(t){var s=r?n.apply(p,arguments):t;if(!(s in o)){o[s]=q.apply(p,arguments)}return o[s]}}};Ext.asap=f?function(o,n,p){if(n!=null||p!=null){o=j.bind(o,n,p)}return setImmediate(function(){if(Ext.elevateFunction){Ext.elevateFunction(o)}else{o()}})}:function(o,n,p){if(n!=null||p!=null){o=j.bind(o,n,p)}return setTimeout(function(){if(Ext.elevateFunction){Ext.elevateFunction(o)}else{o()}},0,true)},Ext.asapCancel=f?function(n){clearImmediate(n)}:function(n){clearTimeout(n)};Ext.defer=j.defer;Ext.interval=j.interval;Ext.pass=j.pass;Ext.bind=j.bind;Ext.deferCallback=j.requestAnimationFrame;return j})();Ext.Number=(new function(){var d=this,c=(0.9).toFixed()!=="1",b=Math,a={count:false,inclusive:false,wrap:true};Ext.apply(d,{Clip:{DEFAULT:a,COUNT:Ext.applyIf({count:true},a),INCLUSIVE:Ext.applyIf({inclusive:true},a),NOWRAP:Ext.applyIf({wrap:false},a)},clipIndices:function(l,m,g){g=g||a;var f=0,k=g.wrap,j,e,h;m=m||[];for(h=0;h<2;++h){j=e;e=m[h];if(e==null){e=f}else{if(h&&g.count){e+=j;e=(e>l)?l:e}else{if(k){e=(e<0)?(l+e):e}if(h&&g.inclusive){++e}e=(e<0)?0:((e>l)?l:e)}}f=l}m[0]=j;m[1]=(ef)?f:e)},snap:function(h,f,g,i){var e;if(h===undefined||h=f){h+=f}else{if(e*2<-f){h-=f}}}}return d.constrain(h,g,i)},snapInRange:function(h,e,g,i){var f;g=(g||0);if(h===undefined||h=e){h+=e}}if(i!==undefined){if(h>(i=d.snapInRange(i,e,g))){h=i}}return h},sign:function(e){e=+e;if(e===0||isNaN(e)){return e}return(e>0)?1:-1},toFixed:c?function(g,e){e=e||0;var f=b.pow(10,e);return(b.round(g*f)/f).toFixed(e)}:function(f,e){return f.toFixed(e)},from:function(f,e){if(isFinite(f)){f=parseFloat(f)}return !isNaN(f)?f:e},randomInt:function(f,e){return b.floor(b.random()*(e-f+1)+f)},correctFloat:function(e){return parseFloat(e.toPrecision(14))}});Ext.num=function(){return d.from.apply(this,arguments)}}());(function(){var d=function(){},b=/^\?/,c=/(\[):?([^\]]*)\]/g,a=/^([^\[]+)/,f=/\+/g,e=Ext.Object={chain:Object.create||function(h){d.prototype=h;var g=new d();d.prototype=null;return g},clear:function(g){for(var h in g){delete g[h]}return g},freeze:Object.freeze?function(i,g){if(i&&typeof i==="object"&&!Object.isFrozen(i)){Object.freeze(i);if(g){for(var h in i){e.freeze(i[h],g)}}}return i}:Ext.identityFn,toQueryObjects:function(j,n,h){var g=e.toQueryObjects,m=[],k,l;if(Ext.isArray(n)){for(k=0,l=n.length;k0){n=r.split("=");z=n[0];z=z.replace(f,"%20");z=decodeURIComponent(z);q=n[1];if(q!==undefined){q=q.replace(f,"%20");q=decodeURIComponent(q)}else{q=""}if(!u){if(x.hasOwnProperty(z)){if(!Ext.isArray(x[z])){x[z]=[x[z]]}x[z].push(q)}else{x[z]=q}}else{m=z.match(c);w=z.match(a);if(!w){throw new Error('[Ext.Object.fromQueryString] Malformed query string given, failed parsing name from "'+r+'"')}z=w[0];o=[];if(m===null){x[z]=q;continue}for(s=0,g=m.length;s@:]*)(?:[@]([^<>@:]+))?[>](.+)$/,resolveResource:function(c){var b=c,a;if(c&&c.charAt(0)==="<"){a=Ext._resourcePoolRe.exec(c);if(a){b=Ext.getResourcePath(a[3],a[1],a[2])}}return b},urlEncode:function(){var a=Ext.Array.from(arguments),b="";if(Ext.isString(a[1])){b=a[1]+"&";a[1]=false}return b+Ext.Object.toQueryString.apply(Ext.Object,a)},urlDecode:function(){return Ext.Object.fromQueryString.apply(Ext.Object,arguments)},getScrollbarSize:function(c){if(!Ext.isDomReady){Ext.raise("getScrollbarSize called before DomReady")}var b=Ext._scrollbarSize;if(c||!b){var a=document.body,d=document.createElement("div");d.style.width=d.style.height="100px";d.style.overflow="scroll";d.style.position="absolute";a.appendChild(d);Ext._scrollbarSize=b={width:d.offsetWidth-d.clientWidth,height:d.offsetHeight-d.clientHeight};a.removeChild(d)}return b},typeOf:(function(){var a=/\S/,c=Object.prototype.toString,d={number:1,string:1,"boolean":1,"undefined":1},b={"[object Array]":"array","[object Date]":"date","[object Boolean]":"boolean","[object Number]":"number","[object RegExp]":"regexp"};return function(g){if(g===null){return"null"}var f=typeof g,e,h;if(d[f]){return f}e=b[h=c.call(g)];if(e){return e}if(f==="function"){return"function"}if(f==="object"){if(g.nodeType!==undefined){if(g.nodeType===3){return a.test(g.nodeValue)?"textnode":"whitespace"}else{return"element"}}return"object"}Ext.raise({sourceClass:"Ext",sourceMethod:"typeOf",msg:'Failed to determine the type of "'+g+'".'});return h}}()),factory:function(b,e,a,f){var d=Ext.ClassManager,c;if(!b||b.isInstance){if(a&&a!==b){a.destroy()}return b}if(f){if(typeof b==="string"){return d.instantiateByAlias(f+"."+b)}else{if(Ext.isObject(b)&&"type" in b){return d.instantiateByAlias(f+"."+b.type,b)}}}if(b===true){if(!a&&!e){Ext.raise("[Ext.factory] Cannot determine type of class to create")}return a||Ext.create(e)}if(!Ext.isObject(b)){Ext.raise("Invalid config, must be a valid config object")}if("xtype" in b){c=d.instantiateByAlias("widget."+b.xtype,b)}else{if("xclass" in b){c=Ext.create(b.xclass,b)}}if(c){if(a){a.destroy()}return c}if(a){return a.setConfig(b)}return Ext.create(e,b)},log:(function(){var c=/string|number|boolean/;function a(g,e,o,m){var i,l,n,f,j,p,h=[];if(Ext.isArray(g)){j="[";p="]"}else{if(Ext.isObject(g)){j="{";p="}"}}if(!o){o=3}if(e>o){return j+"..."+p}e=e||1;var k=(new Array(e)).join(" ");for(f in g){if(g.hasOwnProperty(f)){n=g[f];l=typeof n;if(l==="function"){if(!m){continue}i=l}else{if(l==="undefined"){i=l}else{if(n===null||c.test(l)||Ext.isDate(n)){i=Ext.encode(n)}else{if(Ext.isArray(n)){i=a(n,e+1,o,m)}else{if(Ext.isObject(n)){i=a(n,e+1,o,m)}else{i=l}}}}}h.push(k+f+": "+i)}}if(h.length){return j+"\n "+h.join(",\n ")+"\n"+k+p}return j+p}function b(n){var o,j,f=Ext.global.console,e="log",g=b.indent||0,i,m,l,h,k;b.indent=g;if(typeof n!=="string"){o=n;n=o.msg||"";e=o.level||e;j=o.dump;m=o.stack;i=o.prefix;l=o.fn;if(o.indent){++b.indent}else{if(o.outdent){b.indent=g=Math.max(g-1,0)}}if(j&&!(f&&f.dir)){n+=a(j);j=null}}if(arguments.length>1){n+=Array.prototype.slice.call(arguments,1).join("")}if(i){n=i+" - "+n}n=g?Ext.String.repeat(" ",b.indentSize*g)+n:n;if(e!=="log"){n="["+e.charAt(0).toUpperCase()+"] "+n}if(l){n+="\nCaller: "+l.toString()}if(f){if(f[e]){f[e](n)}else{f.log(n)}if(j){f.dir(j)}if(m&&f.trace){if(!f.firebug||e!=="error"){f.trace()}}}else{if(Ext.isOpera){opera.postError(n)}else{h=b.out;k=b.max;if(h.length>=k){Ext.Array.erase(h,0,h.length-3*Math.floor(k/4))}h.push(n)}}++b.count;++b.counters[e]}function d(f,e){if(typeof e[0]==="string"){e.unshift({})}e[0].level=f;b.apply(this,e)}b.error=function(){d("error",Array.prototype.slice.call(arguments))};b.info=function(){d("info",Array.prototype.slice.call(arguments))};b.warn=function(){d("warn",Array.prototype.slice.call(arguments))};b.count=0;b.counters={error:0,warn:0,info:0,log:0};b.indentSize=2;b.out=[];b.max=750;return b}())||(function(){var a=function(){};a.info=a.warn=a.error=Ext.emptyFn;return a}())});(function(){var d=[""],h=/([^\d\.])/,b=/[^\d]/g,a=/[\-+]/g,g=/\s/g,c=/_/g,f={classic:1,modern:1},e;Ext.Version=e=function(r,n){var s=this,l=s.padModes,j,p,m,o,t,k,q;if(r.isVersion){r=r.version}s.version=q=String(r).toLowerCase().replace(c,".").replace(a,"");j=q.charAt(0);if(j in l){q=q.substring(1);m=l[j]}else{m=n?l[n]:0}s.pad=m;k=q.search(h);s.shortVersion=q;if(k!==-1){s.release=t=q.substr(k,r.length);s.shortVersion=q.substr(0,k);t=e.releaseValueMap[t]||t}s.releaseValue=t||m;s.shortVersion=s.shortVersion.replace(b,"");s.parts=o=q.split(".");for(p=o.length;p--;){o[p]=parseInt(o[p],10)}if(m===Infinity){o.push(m)}s.major=o[0]||m;s.minor=o[1]||m;s.patch=o[2]||m;s.build=o[3]||m;return s};e.prototype={isVersion:true,padModes:{"~":NaN,"^":Infinity},release:"",compareTo:function(t){var u=this,n=u.pad,r=u.parts,v=r.length,m=t.isVersion?t:new e(t),k=m.pad,q=m.parts,p=q.length,j=Math.max(v,p),o,l,s;for(o=0;os){return 1}}l=u.releaseValue;s=m.releaseValue;if(ls){return 1}return 0},toString:function(){return this.version},valueOf:function(){return this.version},getMajor:function(){return this.major},getMinor:function(){return this.minor},getPatch:function(){return this.patch},getBuild:function(){return this.build},getRelease:function(){return this.release},getReleaseValue:function(){return this.releaseValue},isGreaterThan:function(i){return this.compareTo(i)>0},isGreaterThanOrEqual:function(i){return this.compareTo(i)>=0},isLessThan:function(i){return this.compareTo(i)<0},isLessThanOrEqual:function(i){return this.compareTo(i)<=0},equals:function(i){return this.compareTo(i)===0},match:function(i){i=String(i);return this.version.substr(0,i.length)===i},toArray:function(){var i=this;return[i.getMajor(),i.getMinor(),i.getPatch(),i.getBuild(),i.getRelease()]},getShortVersion:function(){return this.shortVersion},gt:function(i){return this.compareTo(i)>0},lt:function(i){return this.compareTo(i)<0},gtEq:function(i){return this.compareTo(i)>=0},ltEq:function(i){return this.compareTo(i)<=0}};Ext.apply(e,{aliases:{from:{extjs:"ext",core:"core",touch:"modern"},to:{ext:["extjs"],core:["core"],modern:["touch"]}},releaseValueMap:{dev:-6,alpha:-5,a:-5,beta:-4,b:-4,rc:-3,"#":-2,p:-1,pl:-1},getComponentValue:function(i){return !i?0:(isNaN(i)?this.releaseValueMap[i]||i:parseInt(i,10))},compare:function(k,j){var i=k.isVersion?k:new e(k);return i.compareTo(j)},set:function(o,m,l){var k=e.aliases.to[m],j=l.isVersion?l:new e(l),n;o[m]=j;if(k){for(n=k.length;n-->0;){o[k[n]]=j}}return j}});Ext.apply(Ext,{compatVersions:{},versions:{},lastRegisteredVersion:null,getCompatVersion:function(j){var i=Ext.compatVersions,k;if(!j){k=i.ext||i.touch||i.core}else{k=i[e.aliases.from[j]||j]}return k||Ext.getVersion(j)},setCompatVersion:function(j,i){e.set(Ext.compatVersions,j,i)},setVersion:function(j,i){if(j in f){Ext.toolkit=j}Ext.lastRegisteredVersion=e.set(Ext.versions,j,i);return this},getVersion:function(j){var i=Ext.versions;if(!j){return i.ext||i.touch||i.core}return i[e.aliases.from[j]||j]},checkVersion:function(p,x){var t=Ext.isArray(p),l=e.aliases.from,y=t?p:d,k=y.length,m=Ext.versions,w=m.ext||m.touch,q,v,s,n,o,j,z,r,u;if(!t){d[0]=p}for(q=0;q=0){z=z.replace(g,"")}v=z.indexOf("@");if(v<0){r=z;u=w}else{j=z.substring(0,v);if(!(u=m[l[j]||j])){if(x){return false}continue}r=z.substring(v+1)}v=r.indexOf("-");if(v<0){if(r.charAt(v=r.length-1)==="+"){n=r.substring(0,v);o=null}else{n=o=r}}else{if(v>0){n=r.substring(0,v);o=r.substring(v+1)}else{n=null;o=r.substring(v+1)}}s=true;if(n){n=new e(n,"~");s=n.ltEq(u)}if(s&&o){o=new e(o,"~");s=o.gtEq(u)}}if(s){if(!x){return true}}else{if(x){return false}}}return !!x},deprecate:function(i,k,l,j){if(e.compare(Ext.getVersion(i),k)<1){l.call(j)}}})}());(function(d){var e=(d&&d.packages)||{},c=d&&d.compatibility,b,a;for(b in e){a=e[b];Ext.setVersion(b,a.version)}if(c){if(Ext.isString(c)){Ext.setCompatVersion("core",c)}else{for(b in c){Ext.setCompatVersion(b,c[b])}}}if(!e.ext&&!e.touch){Ext.setVersion("ext","6.0.1.250");Ext.setVersion("core","6.0.1.250")}})(Ext.manifest);Ext.Config=function(b){var c=this,a=b.charAt(0).toUpperCase()+b.substr(1);c.name=b;c.names={internal:"_"+b,initializing:"is"+a+"Initializing",apply:"apply"+a,update:"update"+a,get:"get"+a,set:"set"+a,initGet:"initGet"+a,changeEvent:b.toLowerCase()+"change"};c.root=c};Ext.Config.map={};Ext.Config.get=function(b){var c=Ext.Config.map,a=c[b]||(c[b]=new Ext.Config(b));return a};Ext.Config.prototype={self:Ext.Config,isConfig:true,getGetter:function(){return this.getter||(this.root.getter=this.makeGetter())},getInitGetter:function(){return this.initGetter||(this.root.initGetter=this.makeInitGetter())},getSetter:function(){return this.setter||(this.root.setter=this.makeSetter())},getEventedSetter:function(){return this.eventedSetter||(this.root.eventedSetter=this.makeEventedSetter())},getInternalName:function(a){return a.$configPrefixed?this.names.internal:this.name},mergeNew:function(f,b,e,d){var a,c;if(!b){a=f}else{if(!f){a=b}else{a=Ext.Object.chain(b);for(c in f){if(!d||!(c in a)){a[c]=f[c]}}}}return a},mergeSets:function(e,c,a){var b=c?Ext.Object.chain(c):{},d,f;if(e instanceof Array){for(d=e.length;d--;){f=e[d];if(!a||!(f in b)){b[f]=true}}}else{if(e){if(e.constructor===Object){for(d in e){f=e[d];if(!a||!(d in b)){b[d]=f}}}else{if(!a||!(e in b)){b[e]=true}}}}return b},makeGetter:function(){var a=this.name,b=this.names.internal;return function(){var c=this.$configPrefixed?b:a;return this[c]}},makeInitGetter:function(){var a=this.name,e=this.names,d=e.set,b=e.get,c=e.initializing;return function(){var f=this;f[c]=true;delete f[b];f[d](f.config[a]);delete f[c];return f[b].apply(f,arguments)}},makeSetter:function(){var a=this.name,e=this.names,c=e.internal,d=e.get,b=e.apply,g=e.update,f;f=function(k){var j=this,i=j.$configPrefixed?c:a,h=j[i];delete j[d];if(!j[b]||(k=j[b](k,h))!==undefined){if(k!==(h=j[i])){j[i]=k;if(j[g]){j[g](k,h)}}}return j};f.$isDefault=true;return f},makeEventedSetter:function(){var b=this.name,g=this.names,i=g.internal,a=g.get,h=g.apply,d=g.update,f=g.changeEvent,e=function(l,m,j,k){l[k]=m;if(l[d]){l[d](m,j)}},c;c=function(m){var l=this,k=l.$configPrefixed?i:b,j=l[k];delete l[a];if(!l[h]||(m=l[h](m,j))!==undefined){if(m!==(j=l[k])){if(l.isConfiguring){l[k]=m;if(l[d]){l[d](m,j)}}else{l.fireEventedAction(f,[l,m,j],e,l,[l,m,j,k])}}}return l};c.$isDefault=true;return c}};(function(){var b=Ext.Config,c=b.map,a=Ext.Object;Ext.Configurator=function(d){var f=this,e=d.prototype,g=d.superclass?d.superclass.self.$config:null;f.cls=d;f.superCfg=g;if(g){f.configs=a.chain(g.configs);f.cachedConfigs=a.chain(g.cachedConfigs);f.initMap=a.chain(g.initMap);f.values=a.chain(g.values);f.needsFork=g.needsFork;f.deprecations=a.chain(g.deprecations)}else{f.configs={};f.cachedConfigs={};f.initMap={};f.values={};f.deprecations={}}e.config=e.defaultConfig=f.values;d.$config=f};Ext.Configurator.prototype={self:Ext.Configurator,needsFork:false,initList:null,add:function(t,d){var u=this,h=u.cls,k=u.configs,v=u.cachedConfigs,m=u.initMap,p=h.prototype,w=d&&d.$config.configs,e=u.values,j,l,r,f,g,i,x,o,n,q;for(x in t){q=t[x];j=q&&q.constructor===Object;l=j&&"$value" in q?q:null;if(l){r=!!l.cached;q=l.$value;j=q&&q.constructor===Object}f=l&&l.merge;g=k[x];if(g){if(d){f=g.merge;if(!f){continue}l=null}else{f=f||g.merge}if(!d&&r&&!v[x]){Ext.raise("Redefining config as cached: "+x+" in class: "+h.$className)}i=e[x];if(f){q=f.call(g,q,i,h,d)}else{if(j){if(i&&i.constructor===Object){q=a.merge({},i,q)}}}}else{if(w){g=w[x];l=null}else{g=b.get(x)}k[x]=g;if(g.cached||r){v[x]=true}o=g.names;if(!p[n=o.get]){p[n]=g.getter||g.getGetter()}if(!p[n=o.set]){p[n]=(l&&l.evented)?(g.eventedSetter||g.getEventedSetter()):(g.setter||g.getSetter())}}if(l){if(g.owner!==h){k[x]=g=Ext.Object.chain(g);g.owner=h}Ext.apply(g,l);delete g.$value}if(!u.needsFork&&q&&(q.constructor===Object||q instanceof Array)){u.needsFork=true}if(q!==null){m[x]=true}else{if(p.$configPrefixed){p[k[x].names.internal]=null}else{p[k[x].name]=null}if(x in m){m[x]=false}}e[x]=q}},addDeprecations:function(j){var i=this,e=i.deprecations,g=(i.cls.$className||"")+"#",h,d,f;for(f in j){d=j[f];if(!d){h="This config has been removed."}else{if(!(h=d.message)){h='This config has been renamed to "'+d+'"'}}e[f]=g+f+": "+h}},configure:function(y,m){var A=this,l=A.configs,j=A.deprecations,n=A.initMap,p=A.initListMap,w=A.initList,q=A.cls.prototype,e=A.values,r=0,t=!w,f,g,h,C,v,u,k,o,B,s,z,x,d;e=A.needsFork?a.fork(e):a.chain(e);y.isConfiguring=true;if(t){A.initList=w=[];A.initListMap=p={};y.isFirstInstance=true;for(B in n){C=n[B];g=l[B];z=g.cached;if(C){o=g.names;s=e[B];if(!q[o.set].$isDefault||q[o.apply]||q[o.update]||typeof s==="object"){if(z){(f||(f=[])).push(g)}else{w.push(g);p[B]=true}y[o.get]=g.initGetter||g.getInitGetter()}else{q[g.getInternalName(q)]=s}}else{if(z){q[g.getInternalName(q)]=undefined}}}}k=f&&f.length;if(k){for(v=0;v0){for(o=0;of.maxSize){f.unlinkEntry(c.prev,true);--f.count}}return e.value},evict:Ext.emptyFn,linkEntry:function(d){var c=this.head,e=c.next;d.next=e;d.prev=c;c.next=d;e.prev=d},unlinkEntry:function(e,f){var c=e.next,d=e.prev;d.next=c;c.prev=d;if(f){this.evict(e.key,e.value)}}};a.destroy=a.clear}());(function(){var d,c=Ext.Base,e=c.$staticMembers,b=function(g,f){return(g.length-f.length)||((gf)?1:0))};function a(g){function f(){return this.constructor.apply(this,arguments)||null}if(g){f.name=g}return f}Ext.Class=d=function(g,h,f){if(typeof g!="function"){f=h;h=g;g=null}if(!h){h={}}g=d.create(g,h);d.process(g,h,f);return g};Ext.apply(d,{makeCtor:a,onBeforeCreated:function(g,h,f){Ext.classSystemMonitor&&Ext.classSystemMonitor(g,">> Ext.Class#onBeforeCreated",arguments);g.addMembers(h);f.onCreated.call(g,g);Ext.classSystemMonitor&&Ext.classSystemMonitor(g,"<< Ext.Class#onBeforeCreated",arguments)},create:function(f,j){var h=e.length,g;if(!f){f=a(j.$className)}while(h--){g=e[h];f[g]=c[g]}return f},process:function(f,n,h){var g=n.preprocessors||d.defaultPreprocessors,q=this.preprocessors,t={onBeforeCreated:this.onBeforeCreated},s=[],u,m,l,r,k,p,o;delete n.preprocessors;f._classHooks=t;for(l=0,r=g.length;l0){j=f.test(q[m])}q=d[v];if(q&&!j){m=q.length;while(!j&&m-->0){j=f.test(q[m])}}}if(j){t[v]=1;k.push(v)}}}}}return k},getPath:function(b){var c=this,e=c.paths,a="",d;if(b in e){a=e[b]}else{d=c.getPrefix(b);if(d){b=b.substring(d.length+1);a=e[d];if(a){a+="/"}}a+=b.replace(c.dotRe,"/")+".js"}return a},getPrefix:function(b){if(b in this.paths){return b}var e=this.getPrefixes(),a=e.length,c,d;while(a-->0){c=(d=e[a]).length;if(c0){z=g[t];u=v;v=z.value||v[z.name];if(!v&&y){u[z.name]=v={}}}return v},setNamespace:function(u,w){var v=c.getNamespaceEntry(u),t=Ext.global;if(v.parent){t=c.lookupName(v.parent,true)}t[v.name]=w;return w},setXType:function(t,A){var v=t.$className,z=v?t:c.get(v=t),w=z.prototype,x=w.xtypes,u=w.xtypesChain,y=w.xtypesMap;if(!w.hasOwnProperty("xtypes")){w.xtypes=x=[];w.xtypesChain=u=u?u.slice(0):[];w.xtypesMap=y=Ext.apply({},y)}c.addAlias(v,"widget."+A,true);x.push(A);u.push(A);y[A]=true},set:function(t,v){var u=c.getName(v);c.classes[t]=c.setNamespace(t,v);if(u&&u!==t){c.addAlternate(u,t)}return c},get:function(t){return c.classes[t]||c.lookupName(t,false)},addNameAliasMappings:function(t){c.addAlias(t)},addNameAlternateMappings:function(t){c.addAlternate(t)},getByAlias:function(t){return c.get(c.getNameByAlias(t))},getByConfig:function(u,v){var w=u.xclass,t;if(w){t=w}else{t=u.xtype;if(t){v="widget."}else{t=u.type}t=c.getNameByAlias(v+t)}return c.get(t)},getName:function(t){return t&&t.$className||""},getClass:function(t){return t&&t.self||null},create:function(u,w,t){if(u!=null&&typeof u!=="string"){throw new Error("[Ext.define] Invalid class name '"+u+"' specified, must be a non-empty string")}var v=b(u);if(typeof w==="function"){w=w(v)}if(u){if(c.classes[u]){Ext.log.warn("[Ext.define] Duplicate class name '"+u+"' specified, must be a non-empty string")}v.name=u}w.$className=u;return new p(v,w,function(){var x=w.postprocessors||c.defaultPostprocessors,E=c.postprocessors,F=[],D,z,C,y,B,A,G;delete w.postprocessors;for(z=0,C=x.length;z0;){t=c.lookupName(arguments[u],true)}return t}});Ext.addRootNamespaces=c.addRootNamespaces;Ext.createWidget=Ext.widget;Ext.ns=Ext.namespace;p.registerPreprocessor("className",function(t,u){if("$className" in u){t.$className=u.$className;t.displayName=t.$className}Ext.classSystemMonitor&&Ext.classSystemMonitor(t,"Ext.ClassManager#classNamePreprocessor",arguments)},true,"first");p.registerPreprocessor("alias",function(E,y){Ext.classSystemMonitor&&Ext.classSystemMonitor(E,"Ext.ClassManager#aliasPreprocessor",arguments);var C=E.prototype,v=e(y.xtype),t=e(y.alias),F="widget.",D=F.length,z=Array.prototype.slice.call(C.xtypesChain||[]),w=Ext.merge({},C.xtypesMap||{}),x,B,A,u;for(x=0,B=t.length;x=o){Ext[m+"p"]=true}}}if(u.is.Opera&&parseInt(d,10)<=12){Ext.isOpera12m=true}Ext.chromeVersion=Ext.isChrome?d:0;Ext.firefoxVersion=Ext.isFirefox?d:0;Ext.ieVersion=Ext.isIE?d:0;Ext.operaVersion=Ext.isOpera?d:0;Ext.safariVersion=Ext.isSafari?d:0;Ext.webKitVersion=Ext.isWebKit?d:0;this.setFlag(p+d,true,n);this.setFlag(p+l.getShortVersion())}for(o in c){if(c.hasOwnProperty(o)){v=c[o];this.setFlag(v,p===v)}}this.setFlag(v);if(f){this.setFlag(s+(f.getMajor()||""));this.setFlag(s+f.getShortVersion())}for(o in j){if(j.hasOwnProperty(o)){v=j[o];this.setFlag(v,s===v,n)}}this.setFlag("Standalone",!!navigator.standalone);this.setFlag("Ripple",!!document.getElementById("tinyhippos-injected")&&!Ext.isEmpty(window.top.ripple));this.setFlag("WebWorks",!!window.blackberry);if(window.PhoneGap!==undefined||window.Cordova!==undefined||window.cordova!==undefined){h=true;this.setFlag("PhoneGap");this.setFlag("Cordova")}if(/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)(?!.*FBAN)/i.test(t)){h=true}this.setFlag("WebView",h);this.isStrict=Ext.isStrict=document.compatMode==="CSS1Compat";this.isSecure=Ext.isSecure;this.identity=p+d+(this.isStrict?"Strict":"Quirks")};Ext.env.Browser.prototype={constructor:Ext.env.Browser,engineNames:{webkit:"WebKit",gecko:"Gecko",presto:"Presto",trident:"Trident",other:"Other"},enginePrefixes:{webkit:"AppleWebKit/",gecko:"Gecko/",presto:"Presto/",trident:"Trident/"},styleDashPrefixes:{WebKit:"-webkit-",Gecko:"-moz-",Trident:"-ms-",Presto:"-o-",Other:""},stylePrefixes:{WebKit:"Webkit",Gecko:"Moz",Trident:"ms",Presto:"O",Other:""},propertyPrefixes:{WebKit:"webkit",Gecko:"moz",Trident:"ms",Presto:"o",Other:""},is:function(a){return !!this.is[a]},name:null,version:null,engineName:null,engineVersion:null,setFlag:function(a,c,b){if(c===undefined){c=true}this.is[a]=c;this.is[a.toLowerCase()]=c;if(b){Ext["is"+a]=c}return this},getStyleDashPrefix:function(){return this.styleDashPrefixes[this.engineName]},getStylePrefix:function(){return this.stylePrefixes[this.engineName]},getVendorProperyName:function(a){var b=this.propertyPrefixes[this.engineName];if(b.length>0){return b+Ext.String.capitalize(a)}return a},getPreferredTranslationMethod:function(a){if(typeof a==="object"&&"translationMethod" in a&&a.translationMethod!=="auto"){return a.translationMethod}else{return"csstransform"}}};(function(a){Ext.browser=new Ext.env.Browser(a,true);Ext.userAgent=a.toLowerCase();Ext.SSL_SECURE_URL=Ext.isSecure&&Ext.isIE?"javascript:''":"about:blank"}(Ext.global.navigator.userAgent));Ext.env.OS=function(o,b,l){var k=this,j=Ext.Boot.osNames,d=Ext.Boot.osPrefixes,a,h="",f=k.is,c,g,e,n,m;l=l||Ext.browser;for(c in d){if(d.hasOwnProperty(c)){g=d[c];e=o.match(new RegExp("(?:"+g+")([^\\s;]+)"));if(e){a=j[c];m=e[1];if(m&&m==="HTC_"){h=new Ext.Version("2.3")}else{if(m&&m==="Silk/"){h=new Ext.Version("2.3")}else{h=new Ext.Version(e[e.length-1])}}break}}}if(!a){a=j[(o.toLowerCase().match(/mac|win|linux/)||["other"])[0]];h=new Ext.Version("")}this.name=a;this.version=h;if(b){this.setFlag(b.replace(/ simulator$/i,""))}this.setFlag(a);if(h){this.setFlag(a+(h.getMajor()||""));this.setFlag(a+h.getShortVersion())}for(c in j){if(j.hasOwnProperty(c)){n=j[c];if(!f.hasOwnProperty(a)){this.setFlag(n,(a===n))}}}if(this.name==="iOS"&&window.screen.height===568){this.setFlag("iPhone5")}if(l.is.Safari||l.is.Silk){if(this.is.Android2||this.is.Android3||l.version.shortVersion===501){l.setFlag("AndroidStock")}if(this.is.Android4){l.setFlag("AndroidStock");l.setFlag("AndroidStock4")}}};Ext.env.OS.prototype={constructor:Ext.env.OS,is:function(a){return !!this[a]},name:null,version:null,setFlag:function(a,b){if(b===undefined){b=true}if(this.flags){this.flags[a]=b}this.is[a]=b;this.is[a.toLowerCase()]=b;return this}};(function(){var a=Ext.global.navigator,g=a.userAgent,f=Ext.env.OS,e=(Ext.is||(Ext.is={})),h,d,b;f.prototype.flags=e;Ext.os=h=new f(g,a.platform);d=h.name;Ext["is"+d]=true;Ext.isMac=e.Mac=e.MacOS;var i=window.location.search.match(/deviceType=(Tablet|Phone)/),c=window.deviceType;if(i&&i[1]){b=i[1]}else{if(c==="iPhone"){b="Phone"}else{if(c==="iPad"){b="Tablet"}else{if(!h.is.Android&&!h.is.iOS&&!h.is.WindowsPhone&&/Windows|Linux|MacOS/.test(d)){b="Desktop";Ext.browser.is.WebView=!!Ext.browser.is.Ripple}else{if(h.is.iPad||h.is.RIMTablet||h.is.Android3||Ext.browser.is.Silk||(h.is.Android&&g.search(/mobile/i)===-1)){b="Tablet"}else{b="Phone"}}}}}h.setFlag(b,true);h.deviceType=b;delete f.prototype.flags}());Ext.feature={has:function(a){return !!this.has[a]},testElements:{},getTestElement:function(a,b){if(a===undefined){a="div"}else{if(typeof a!=="string"){return a}}if(b){return document.createElement(a)}if(!this.testElements[a]){this.testElements[a]=document.createElement(a)}return this.testElements[a]},isStyleSupported:function(c,b){var d=this.getTestElement(b).style,a=Ext.String.capitalize(c);if(typeof d[c]!=="undefined"||typeof d[Ext.browser.getStylePrefix(c)+a]!=="undefined"){return true}return false},isStyleSupportedWithoutPrefix:function(b,a){var c=this.getTestElement(a).style;if(typeof c[b]!=="undefined"){return true}return false},isEventSupported:function(c,a){if(a===undefined){a=window}var e=this.getTestElement(a),b="on"+c.toLowerCase(),d=(b in e);if(!d){if(e.setAttribute&&e.removeAttribute){e.setAttribute(b,"");d=typeof e[b]==="function";if(typeof e[b]!=="undefined"){e[b]=undefined}e.removeAttribute(b)}}return d},getStyle:function(c,b){var a=c.ownerDocument.defaultView,d=(a?a.getComputedStyle(c,null):c.currentStyle);return(d||c.style)[b]},getSupportedPropertyName:function(b,a){var c=Ext.browser.getVendorProperyName(a);if(c in b){return c}else{if(a in b){return a}}return null},detect:function(i){var j=this,l=document,f=j.toRun||j.tests,e=f.length,b=l.createElement("div"),c=[],o=Ext.supports,m=j.has,a,h,g,d,k;b.innerHTML='
    ';if(i){l.body.appendChild(b)}d=j.preDetected[Ext.browser.identity]||[];while(e--){g=f[e];k=d[e];a=g.name;h=g.names;if(k===undefined){if(!i&&g.ready){c.push(g);continue}k=g.fn.call(j,l,b)}if(a){o[a]=m[a]=k}else{if(h){while(h.length){a=h.pop();o[a]=m[a]=k}}}}if(i){l.body.removeChild(b)}j.toRun=c},report:function(){var b=[],a=this.tests.length,c;for(c=0;c
    ";a=(b.childNodes.length===1);b.innerHTML="";return a}},{name:"touchScroll",fn:function(){var a=0;if(Ext.os.is.Desktop&&(navigator.maxTouchPoints||navigator.msMaxTouchPoints)){a=1}else{if(Ext.supports.Touch){a=2}}return a}},{name:"Touch",fn:function(){var a=navigator.msMaxTouchPoints||navigator.maxTouchPoints;if(Ext.browser.is.Chrome&&Ext.browser.version.isLessThanOrEqual(39)){return(Ext.supports.TouchEvents&&a!==1)||a>1}else{return Ext.supports.TouchEvents||a>0}}},{name:"TouchEvents",fn:function(){return this.isEventSupported("touchend")}},{name:"PointerEvents",fn:function(){return navigator.pointerEnabled}},{name:"MSPointerEvents",fn:function(){return navigator.msPointerEnabled}},{name:"Orientation",fn:function(){return("orientation" in window)&&this.isEventSupported("orientationchange")}},{name:"OrientationChange",fn:function(){return this.isEventSupported("orientationchange")}},{name:"DeviceMotion",fn:function(){return this.isEventSupported("devicemotion")}},{names:["Geolocation","GeoLocation"],fn:function(){return"geolocation" in window.navigator}},{name:"SqlDatabase",fn:function(){return"openDatabase" in window}},{name:"WebSockets",fn:function(){return"WebSocket" in window}},{name:"Range",fn:function(){return !!document.createRange}},{name:"CreateContextualFragment",fn:function(){var a=!!document.createRange?document.createRange():false;return a&&!!a.createContextualFragment}},{name:"History",fn:function(){return("history" in window&&"pushState" in window.history)}},{name:"Css3dTransforms",fn:function(){return this.has("CssTransforms")&&this.isStyleSupported("perspective")}},{name:"CssTransforms",fn:function(){return this.isStyleSupported("transform")}},{name:"CssTransformNoPrefix",fn:function(){return this.isStyleSupportedWithoutPrefix("transform")}},{name:"CssAnimations",fn:function(){return this.isStyleSupported("animationName")}},{names:["CssTransitions","Transitions"],fn:function(){return this.isStyleSupported("transitionProperty")}},{names:["Audio","AudioTag"],fn:function(){return !!this.getTestElement("audio").canPlayType}},{name:"Video",fn:function(){return !!this.getTestElement("video").canPlayType}},{name:"LocalStorage",fn:function(){try{if("localStorage" in window&&window.localStorage!==null){localStorage.setItem("sencha-localstorage-test","test success");localStorage.removeItem("sencha-localstorage-test");return true}}catch(a){}return false}},{name:"XHR2",fn:function(){return window.ProgressEvent&&window.FormData&&window.XMLHttpRequest&&("withCredentials" in new XMLHttpRequest())}},{name:"XHRUploadProgress",fn:function(){if(window.XMLHttpRequest&&!Ext.browser.is.AndroidStock){var a=new XMLHttpRequest();return a&&("upload" in a)&&("onprogress" in a.upload)}return false}},{name:"NumericInputPlaceHolder",fn:function(){return !(Ext.browser.is.AndroidStock4&&Ext.os.version.getMinor()<2)}},{name:"matchesSelector",fn:function(){var b=document.documentElement,e="matches",d="webkitMatchesSelector",a="msMatchesSelector",c="mozMatchesSelector";return b[e]?e:b[d]?d:b[a]?a:b[c]?c:null}},{name:"RightMargin",ready:true,fn:function(b,c){var a=b.defaultView;return !(a&&a.getComputedStyle(c.firstChild.firstChild,null).marginRight!=="0px")}},{name:"DisplayChangeInputSelectionBug",fn:function(){var a=Ext.webKitVersion;return 0a";b=a.firstChild;a.innerHTML="
    b
    ";return b.innerHTML!=="a"}},{name:"IncludePaddingInWidthCalculation",ready:true,fn:function(a,b){return b.childNodes[1].firstChild.offsetWidth===210}},{name:"IncludePaddingInHeightCalculation",ready:true,fn:function(a,b){return b.childNodes[1].firstChild.offsetHeight===210}},{name:"TextAreaMaxLength",fn:function(a){return("maxlength" in a.createElement("textarea"))}},{name:"GetPositionPercentage",ready:true,fn:function(a,b){return Ext.feature.getStyle(b.childNodes[2],"left")==="10%"}},{name:"PercentageHeightOverflowBug",ready:true,fn:function(d){var a=false,c,b;if(Ext.getScrollbarSize().height){b=this.getTestElement();c=b.style;c.height="50px";c.width="50px";c.overflow="auto";c.position="absolute";b.innerHTML=['
    ','
    ',"
    "].join("");d.body.appendChild(b);if(b.firstChild.offsetHeight===50){a=true}d.body.removeChild(b)}return a}},{name:"xOriginBug",ready:true,fn:function(d,e){e.innerHTML='
    ';var c=document.getElementById("b1").getBoundingClientRect(),b=document.getElementById("b2").getBoundingClientRect(),a=document.getElementById("b3").getBoundingClientRect();return(b.left!==c.left&&a.right!==c.right)}},{name:"ScrollWidthInlinePaddingBug",ready:true,fn:function(d){var a=false,c,b;b=d.createElement("div");c=b.style;c.height="50px";c.width="50px";c.padding="10px";c.overflow="hidden";c.position="absolute";b.innerHTML='';d.body.appendChild(b);if(b.scrollWidth===70){a=true}d.body.removeChild(b);return a}},{name:"rtlVertScrollbarOnRight",ready:true,fn:function(c,d){d.innerHTML='
    ';var b=d.firstChild,a=b.firstChild;return(a.offsetLeft+a.offsetWidth!==b.offsetLeft+b.offsetWidth)}},{name:"rtlVertScrollbarOverflowBug",ready:true,fn:function(b,c){c.innerHTML='
    ';var a=c.firstChild;return a.clientHeight===a.offsetHeight}},{identity:"defineProperty",fn:function(){if(Ext.isIE8m){Ext.Object.defineProperty=Ext.emptyFn;return false}return true}},{identify:"nativeXhr",fn:function(){if(typeof XMLHttpRequest!=="undefined"){return true}XMLHttpRequest=function(){try{return new ActiveXObject("MSXML2.XMLHTTP.3.0")}catch(a){return null}};return false}},{name:"SpecialKeyDownRepeat",fn:function(){return Ext.isWebKit?parseInt(navigator.userAgent.match(/AppleWebKit\/(\d+)/)[1],10)>=525:!((Ext.isGecko&&!Ext.isWindows)||(Ext.isOpera&&Ext.operaVersion<12))}},{name:"EmulatedMouseOver",fn:function(){return Ext.os.is.iOS}},{name:"Hashchange",fn:function(){var a=document.documentMode;return"onhashchange" in window&&(a===undefined||a>7)}},{name:"FixedTableWidthBug",ready:true,fn:function(){if(Ext.isIE8){return false}var b=document.createElement("div"),a=document.createElement("div"),c;b.setAttribute("style","display:table;table-layout:fixed;");a.setAttribute("style","display:table-cell;min-width:50px;");b.appendChild(a);document.body.appendChild(b);b.offsetWidth;b.style.width="25px";c=b.offsetWidth;document.body.removeChild(b);return c===50}},{name:"FocusinFocusoutEvents",fn:function(){return !Ext.isGecko}},{name:"AsyncFocusEvents",fn:function(){return Ext.asyncFocus=!!Ext.isIE}},{name:"accessibility",ready:true,fn:function(g){var a=g.body,h,d,e,b,c;function f(o){var j=[],l=0,n,k;if(o.indexOf("rgb(")!==-1){j=o.replace("rgb(","").replace(")","").split(", ")}else{if(o.indexOf("#")!==-1){n=o.length===7?/^#(\S\S)(\S\S)(\S\S)$/:/^#(\S)(\S)(\S)$/;k=o.match(n);if(k){j=["0x"+k[1],"0x"+k[2],"0x"+k[3]]}}}for(var m=0;m0};Ext.supports.HighContrastMode=!b.BackgroundImages;a.removeChild(h);h=d=null;return b}},0]};Ext.feature.tests.pop();Ext.supports={};Ext.feature.detect();Ext.env.Ready={blocks:(location.search||"").indexOf("ext-pauseReadyFire")>0?1:0,bound:0,delay:1,events:[],firing:false,generation:0,listeners:[],nextId:0,sortGeneration:0,state:0,timer:null,bind:function(){var a=Ext.env.Ready,b=document;if(!a.bound){if(b.readyState==="complete"){a.onReadyEvent({type:b.readyState||"body"})}else{a.bound=1;if(Ext.browser.is.PhoneGap&&!Ext.os.is.Desktop){a.bound=2;b.addEventListener("deviceready",a.onReadyEvent,false)}b.addEventListener("DOMContentLoaded",a.onReadyEvent,false);window.addEventListener("load",a.onReadyEvent,false)}}},block:function(){++this.blocks;Ext.isReady=false},fireReady:function(){var a=Ext.env.Ready;if(!a.state){Ext._readyTime=Ext.ticks();Ext.isDomReady=true;a.state=1;Ext.feature.detect(true);if(!a.delay){a.handleReady()}else{if(navigator.standalone){a.timer=Ext.defer(function(){a.timer=null;a.handleReadySoon()},1)}else{a.handleReadySoon()}}}},handleReady:function(){var a=this;if(a.state===1){a.state=2;Ext._beforeReadyTime=Ext.ticks();a.invokeAll();Ext._afterReadyTime=Ext.ticks()}},handleReadySoon:function(a){var b=this;if(!b.timer){b.timer=Ext.defer(function(){b.timer=null;b.handleReady()},a||b.delay)}},invoke:function(b){var a=b.delay;if(a){Ext.defer(b.fn,a,b.scope)}else{if(Ext.elevateFunction){Ext.elevateFunction(b.fn,b.scope)}else{b.fn.call(b.scope)}}},invokeAll:function(){if(Ext.elevateFunction){Ext.elevateFunction(this.doInvokeAll,this)}else{this.doInvokeAll()}},doInvokeAll:function(){var b=this,a=b.listeners,c;if(!b.blocks){Ext.isReady=true}b.firing=true;while(a.length){if(b.sortGeneration!==b.generation){b.sortGeneration=b.generation;a.sort(b.sortFn)}c=a.pop();if(b.blocks&&!c.dom){a.push(c);break}b.invoke(c)}b.firing=false},makeListener:function(d,c,b){var a={fn:d,id:++this.nextId,scope:c,dom:false,priority:0};if(b){Ext.apply(a,b)}a.phase=a.dom?0:1;return a},on:function(c,b,a){var d=Ext.env.Ready,e=d.makeListener(c,b,a);if(d.state===2&&!d.firing&&(e.dom||!d.blocks)){d.invoke(e)}else{d.listeners.push(e);++d.generation;if(!d.bound){d.bind()}}},onReadyEvent:function(b){var a=Ext.env.Ready;if(Ext.elevateFunction){Ext.elevateFunction(a.doReadyEvent,a,arguments)}else{a.doReadyEvent(b)}},doReadyEvent:function(b){var a=this;if(b&&b.type){a.events.push(b)}if(a.bound>0){a.unbind();a.bound=-1}if(!a.state){a.fireReady()}},sortFn:function(d,c){return -((d.phase-c.phase)||(c.priority-d.priority)||(d.id-c.id))},unblock:function(){var a=this;if(a.blocks){if(!--a.blocks){if(a.state===2&&!a.firing){a.invokeAll()}}}},unbind:function(){var a=this,b=document;if(a.bound>1){b.removeEventListener("deviceready",a.onReadyEvent,false)}b.removeEventListener("DOMContentLoaded",a.onReadyEvent,false);window.removeEventListener("load",a.onReadyEvent,false)}};(function(){var a=Ext.env.Ready;if(Ext.isIE9m){Ext.apply(a,{scrollTimer:null,readyStatesRe:/complete/i,pollScroll:function(){var b=true;try{document.documentElement.doScroll("left")}catch(c){b=false}if(b&&document.body){a.onReadyEvent({type:"doScroll"})}else{a.scrollTimer=Ext.defer(a.pollScroll,20)}return b},bind:function(){if(a.bound){return}var d=document,b;try{b=window.frameElement===undefined}catch(c){}if(!b||!d.documentElement.doScroll){a.pollScroll=Ext.emptyFn}else{if(a.pollScroll()){return}}if(d.readyState==="complete"){a.onReadyEvent({type:"already "+(d.readyState||"body")})}else{d.attachEvent("onreadystatechange",a.onReadyStateChange);window.attachEvent("onload",a.onReadyEvent);a.bound=1}},unbind:function(){document.detachEvent("onreadystatechange",a.onReadyStateChange);window.detachEvent("onload",a.onReadyEvent);if(Ext.isNumber(a.scrollTimer)){clearTimeout(a.scrollTimer);a.scrollTimer=null}},onReadyStateChange:function(){var b=document.readyState;if(a.readyStatesRe.test(b)){a.onReadyEvent({type:b})}}})}Ext.onDocumentReady=function(e,d,b){var c={dom:true};if(b){Ext.apply(c,b)}a.on(e,d,c)};Ext.onReady=function(d,c,b){a.on(d,c,b)};Ext.onInternalReady=function(d,c,b){a.on(d,c,Ext.apply({priority:1000},b))};a.bind()}());Ext.Loader=(new function(){var c=this,a=Ext.ClassManager,g=Ext.Boot,d=Ext.Class,i=Ext.env.Ready,h=Ext.Function.alias,f=["extend","mixins","requires"],m={},j=[],b=[],e=[],n={},l={},k={enabled:true,scriptChainDelay:false,disableCaching:true,disableCachingParam:"_dc",paths:a.paths,preserveScripts:true,scriptCharset:undefined},o={disableCaching:true,disableCachingParam:true,preserveScripts:true,scriptChainDelay:"loadDelay"};Ext.apply(c,{isInHistory:m,isLoading:false,history:j,config:k,readyListeners:b,optionalRequires:e,requiresMap:n,hasFileLoadError:false,scriptsLoading:0,classesLoading:[],syncModeEnabled:false,missingQueue:l,init:function(){var u=document.getElementsByTagName("script"),p=u[u.length-1].src,z=p.substring(0,p.lastIndexOf("/")+1),x=Ext._classPathMetadata,y=Ext.Microloader,r=Ext.manifest,s,v,w,t,q;if(p.indexOf("packages/core/src/")!==-1){z=z+"../../"}else{if(p.indexOf("/core/src/class/")!==-1){z=z+"../../../"}}if(!a.getPath("Ext")){a.setPath("Ext",z+"src")}if(x){Ext._classPathMetadata=null;c.addClassPathMappings(x)}if(r){s=r.loadOrder;v=Ext.Boot.baseUrl;if(s&&r.bootRelative){for(w=s.length,t=0;t1)?"es":"")+": "+s.join(", "))}if(w.length){c.loadScripts({url:w,_classNames:s})}else{c.checkReady()}}else{if(x){x.call(y)}c.checkReady()}if(c.syncModeEnabled){if(r===1){return a.get(p[0])}}return c},makeLoadCallback:function(p,q){return function(){var s=[],r=p.length;while(r-->0){s[r]=a.get(p[r])}return q.apply(this,s)}},onLoadFailure:function(){var p=this,q=p.onError;c.hasFileLoadError=true;--c.scriptsLoading;if(q){q.call(p.userScope,p)}else{Ext.log.error("[Ext.Loader] Some requested files failed to load.")}c.checkReady()},onLoadSuccess:function(){var p=this,q=p.onLoad;--c.scriptsLoading;if(q){q.call(p.userScope,p)}c.checkReady()},reportMissingClasses:function(){if(!c.syncModeEnabled&&!c.scriptsLoading&&c.isLoading&&!c.hasFileLoadError){var p=[],r=[];for(var q in l){p.push(q);r.push(l[q])}if(p.length){throw new Error("The following classes are not declared even if their files have been loaded: '"+p.join("', '")+"'. Please check the source code of their corresponding files for possible typos: '"+r.join("', '"))}}},onReady:function(r,q,t,p){if(t){i.on(r,q,p)}else{var s=i.makeListener(r,q,p);if(c.isLoading){b.push(s)}else{i.invoke(s)}}},addUsedClasses:function(r){var p,q,s;if(r){r=(typeof r==="string")?[r]:r;for(q=0,s=r.length;q ")+" -> "+v[0])}for(C=0,w=n[H].length;C0){c.loadScripts({url:t,sequential:true})}}}if(v.uses){t=v.uses;c.addUsedClasses(t)}});a.onCreated(c.historyPush);c.init()}());Ext._endTime=Ext.ticks();if(Ext._beforereadyhandler){Ext._beforereadyhandler()}Ext.define("Ext.overrides.util.Positionable",{override:"Ext.util.Positionable",anchorTo:function(g,e,b,a,i,j){var f=this,h=!Ext.isEmpty(i),c=function(){f.alignTo(g,e,b,a);Ext.callback(j,f)},d=f.getAnchor();f.removeAnchor();Ext.apply(d,{fn:c,scroll:h});Ext.on("resize",c,null);if(h){Ext.getWin().on("scroll",c,null,{buffer:!isNaN(i)?i:50})}c();return f},getAnchor:function(){var b=this.el,c,a;if(!b.dom){return}c=b.getData();a=c._anchor;if(!a){a=c._anchor={}}return a},removeAnchor:function(){var a=this.getAnchor();if(a&&a.fn){Ext.un("resize",a.fn);if(a.scroll){Ext.getWin().on("scroll",a.fn)}delete a.fn}return this},setBox:function(c,a){var b=this;if(c.isRegion){c={x:c.left,y:c.top,width:c.right-c.left,height:c.bottom-c.top}}if(a){b.constrainBox(c);b.animate(Ext.applyIf({to:c,listeners:{afteranimate:Ext.Function.bind(b.afterSetPosition,b,[c.x,c.y])}},a))}else{b.callParent([c])}return b}});Ext.define("Ext.overrides.event.Event",{override:"Ext.event.Event",mousedownEvents:{mousedown:1,pointerdown:1,touchstart:1},injectEvent:(function(){var d,e={},c;if(!Ext.isIE9m&&document.createEvent){d={createHtmlEvent:function(j,h,g,f){var i=j.createEvent("HTMLEvents");i.initEvent(h,g,f);return i},createMouseEvent:function(t,r,l,k,n,j,h,i,f,q,p,m,o){var g=t.createEvent("MouseEvents"),s=t.defaultView||window;if(g.initMouseEvent){g.initMouseEvent(r,l,k,s,n,j,h,j,h,i,f,q,p,m,o)}else{g=t.createEvent("UIEvents");g.initEvent(r,l,k);g.view=s;g.detail=n;g.screenX=j;g.screenY=h;g.clientX=j;g.clientY=h;g.ctrlKey=i;g.altKey=f;g.metaKey=p;g.shiftKey=q;g.button=m;g.relatedTarget=o}return g},createUIEvent:function(l,j,h,g,i){var k=l.createEvent("UIEvents"),f=l.defaultView||window;k.initUIEvent(j,h,g,f,i);return k},fireEvent:function(h,f,g){h.dispatchEvent(g)}}}else{if(document.createEventObject){c={0:1,1:4,2:2};d={createHtmlEvent:function(j,h,g,f){var i=j.createEventObject();i.bubbles=g;i.cancelable=f;return i},createMouseEvent:function(s,r,l,k,n,j,h,i,f,q,p,m,o){var g=s.createEventObject();g.bubbles=l;g.cancelable=k;g.detail=n;g.screenX=j;g.screenY=h;g.clientX=j;g.clientY=h;g.ctrlKey=i;g.altKey=f;g.shiftKey=q;g.metaKey=p;g.button=c[m]||m;g.relatedTarget=o;return g},createUIEvent:function(k,i,g,f,h){var j=k.createEventObject();j.bubbles=g;j.cancelable=f;return j},fireEvent:function(h,f,g){h.fireEvent("on"+f,g)}}}}Ext.Object.each({load:[false,false],unload:[false,false],select:[true,false],change:[true,false],submit:[true,true],reset:[true,false],resize:[true,false],scroll:[true,false]},function(h,i){var g=i[0],f=i[1];e[h]=function(l,j){var k=d.createHtmlEvent(h,g,f);d.fireEvent(l,h,k)}});function b(h,g){var f=(h!=="mousemove");return function(l,i){var k=i.getXY(),j=d.createMouseEvent(l.ownerDocument,h,true,f,g,k[0],k[1],i.ctrlKey,i.altKey,i.shiftKey,i.metaKey,i.button,i.relatedTarget);d.fireEvent(l,h,j)}}Ext.each(["click","dblclick","mousedown","mouseup","mouseover","mousemove","mouseout"],function(f){e[f]=b(f,1)});Ext.Object.each({focusin:[true,false],focusout:[true,false],activate:[true,true],focus:[false,false],blur:[false,false]},function(h,i){var g=i[0],f=i[1];e[h]=function(l,j){var k=d.createUIEvent(l.ownerDocument,h,g,f,1);d.fireEvent(l,h,k)}});if(!d){e={};d={}}function a(g,f){}return function(i){var h=this,g=e[h.type]||a,f=i?(i.dom||i):h.getTarget();g(f,h)}}()),preventDefault:function(){var d=this,c=d.browserEvent,b=d.parentEvent,a,e;if(typeof c.type!=="unknown"){d.defaultPrevented=true;if(b){b.defaultPrevented=true}if(c.preventDefault){c.preventDefault()}else{if(c.type==="mousedown"){e=c.target;a=e.getAttribute("unselectable");if(a!=="on"){e.setAttribute("unselectable","on");Ext.defer(function(){e.setAttribute("unselectable",a)},1)}}c.returnValue=false;if(c.ctrlKey||c.keyCode>111&&c.keyCode<124){c.keyCode=-1}}}return d},stopPropagation:function(){var b=this,a=b.browserEvent;if(typeof a.type!=="unknown"){if(b.mousedownEvents[b.type]){Ext.GlobalEvents.fireMouseDown(b)}b.callParent()}return b},deprecated:{"5.0":{methods:{clone:function(){return new this.self(this.browserEvent,this)}}}}},function(){var a=this,d,c=function(f){if(f.keyCode===9){a.forwardTab=!f.shiftKey}},b=function(f){if(f.keyCode===9){delete a.forwardTab}};if(Ext.isIE9m){d={0:0,1:0,4:1,2:2};a.override({statics:{enableIEAsync:function(g){var e,f={};for(e in g){f[e]=g[e]}return f}},constructor:function(h,i,f,e){var g=this;g.callParent([h,i,f,e]);g.button=d[h.button];if(h.type==="contextmenu"){g.button=2}g.toElement=h.toElement;g.fromElement=h.fromElement},mouseLeaveRe:/(mouseout|mouseleave)/,mouseEnterRe:/(mouseover|mouseenter)/,enableIEAsync:function(e){this.browserEvent=this.self.enableIEAsync(e)},getRelatedTarget:function(f,j,e){var h=this,g,i;if(!h.relatedTarget){g=h.type;if(h.mouseLeaveRe.test(g)){i=h.toElement}else{if(h.mouseEnterRe.test(g)){i=h.fromElement}}if(i){h.relatedTarget=h.self.resolveTextNode(i)}}return h.callParent([f,j,e])}});document.attachEvent("onkeydown",c);document.attachEvent("onkeyup",b);window.attachEvent("onunload",function(){document.detachEvent("onkeydown",c);document.detachEvent("onkeyup",b)})}else{if(document.addEventListener){document.addEventListener("keydown",c,true);document.addEventListener("keyup",b,true)}}});Ext.define("Ext.overrides.event.publisher.Dom",{override:"Ext.event.publisher.Dom"},function(f){if(Ext.isIE9m){var b=document.documentElement,e=document.body,d=f.prototype,a,c;d.target=document;d.directBoundListeners={};a=function(i,h,g){i.target=i.srcElement||window;i.currentTarget=this;if(g){h.onDirectCaptureEvent(i)}else{h.onDirectEvent(i)}};c=function(h,g){h.target=h.srcElement||window;h.currentTarget=this;g.onDirectCaptureEvent(h)};f.override({addDelegatedListener:function(g){this.delegatedListeners[g]=1;this.target.attachEvent("on"+g,this.onDelegatedEvent)},removeDelegatedListener:function(g){delete this.delegatedListeners[g];this.target.detachEvent("on"+g,this.onDelegatedEvent)},addDirectListener:function(j,k,i){var m=this,n=k.dom,l=Ext.Function.bind(a,n,[m,i],true),g=m.directBoundListeners,h=g[j]||(g[j]={});h[n.id]=l;if(n.attachEvent){n.attachEvent("on"+j,l)}else{m.callParent(arguments)}},removeDirectListener:function(g,h){var i=h.dom;if(i.detachEvent){i.detachEvent("on"+g,this.directBoundListeners[g][i.id])}else{this.callParent(arguments)}},doDelegatedEvent:function(h,g){h.target=h.srcElement||window;if(h.type==="focusin"){h.relatedTarget=h.fromElement===e||h.fromElement===b?null:h.fromElement}else{if(h.type==="focusout"){h.relatedTarget=h.toElement===e||h.toElement===b?null:h.toElement}}return this.callParent([h,g])}});Ext.apply(d.directEvents,d.captureEvents);Ext.apply(d.directEvents,{change:1,input:1,paste:1});d.captureEvents={}}});Ext.define("Ext.overrides.event.publisher.Gesture",{override:"Ext.event.publisher.Gesture"},function(){if(Ext.isIE9m){this.override({updateTouches:function(c,a){var d=c.browserEvent,b=c.getXY();d.pageX=b[0];d.pageY=b[1];this.callParent([c,a])},doDelegatedEvent:function(a){this.callParent([Ext.event.Event.enableIEAsync(a)])}})}});Ext.define("Ext.overrides.dom.Element",(function(){var i,k=window,D=document,L="hidden",p="isClipped",J="overflow",t="overflow-x",s="overflow-y",w="originalClip",B="height",e="width",f="visibility",a="display",F="none",N="offsets",c="clip",l="originalDisplay",G="visibilityMode",x="isVisible",j=Ext.baseCSSPrefix+"hidden-offsets",o=Ext.baseCSSPrefix+"hidden-clip",O=['",'",'"].join(""),I=/(?:]*)?>)((\n|\r|.)*?)(?:<\/script>)/ig,C=/(?:)((\n|\r|.)*?)(?:<\/script>)/ig,b=/\ssrc=([\'\"])(.*?)\1/i,n=/\S/,h=/\stype=([\'\"])(.*?)\1/i,z=/^-ms-/,A=/(-[a-z])/gi,H=function(P,Q){return Q.charAt(1).toUpperCase()},m=Ext.baseCSSPrefix+"masked",y=Ext.baseCSSPrefix+"masked-relative",u=Ext.baseCSSPrefix+"mask-msg",r=/^body/i,q={},v=function(Q){var R=Q.getData(),P=R[G];if(P===undefined){R[G]=P=i.VISIBILITY}return P},M=D.createRange?D.createRange():null,E={INPUT:true,TEXTAREA:true};if(Ext.isIE8){var g=D.createElement("div"),K=[],d=Ext.Function.createBuffered(function(){var P=K.length,Q;for(Q=0;Q"+Ext.String.format(O,P)+""));Q.selectNode("."+P+"-mc").appendChild(this.dom);return Q},clean:function(Q){var S=this,U=S.dom,T=S.getData(),V=U.firstChild,R=-1,P;if(T.isCleaned&&Q!==true){return S}while(V){P=V.nextSibling;if(V.nodeType===3){if(!(n.test(V.nodeValue))){U.removeChild(V)}else{if(P&&P.nodeType===3){V.appendData(Ext.String.trim(P.data));U.removeChild(P);P=V.nextSibling;V.nodeIndex=++R}}}else{Ext.fly(V,"_clean").clean();V.nodeIndex=++R}V=P}T.isCleaned=true;return S},empty:M?function(){var P=this.dom;if(P.firstChild){M.setStartBefore(P.firstChild);M.setEndAfter(P.lastChild);M.deleteContents()}}:function(){var P=this.dom;while(P.lastChild){P.removeChild(P.lastChild)}},clearListeners:function(){this.removeAnchor();this.callParent()},clearPositioning:function(P){P=P||"";return this.setStyle({left:P,right:P,top:P,bottom:P,"z-index":"",position:"static"})},createProxy:function(P,T,S){P=(typeof P==="object")?P:{tag:"div",role:"presentation",cls:P};var R=this,Q=T?Ext.DomHelper.append(T,P,true):Ext.DomHelper.insertBefore(R.dom,P,true);Q.setVisibilityMode(i.DISPLAY);Q.hide();if(S&&R.setBox&&R.getBox){Q.setBox(R.getBox())}return Q},clearOpacity:function(){return this.setOpacity("")},clip:function(){var Q=this,R=Q.getData(),P;if(!R[p]){R[p]=true;P=Q.getStyle([J,t,s]);R[w]={o:P[J],x:P[t],y:P[s]};Q.setStyle(J,L);Q.setStyle(t,L);Q.setStyle(s,L)}return Q},destroy:function(){var R=this,T=R.dom,S=R.getData(),Q,P;if(T&&R.isAnimate){R.stopAnimation()}R.callParent();if(T&&Ext.isIE8&&(T.window!=T)&&(T.nodeType!==9)&&(T.tagName!=="BODY")&&(T.tagName!=="HTML")){K[K.length]=T;d()}if(S){Q=S.maskEl;P=S.maskMsg;if(Q){Q.destroy()}if(P){P.destroy()}}},enableDisplayMode:function(Q){var P=this;P.setVisibilityMode(i.DISPLAY);if(Q!==undefined){P.getData()[l]=Q}return P},fadeIn:function(R){var P=this,Q=P.dom;P.animate(Ext.apply({},R,{opacity:1,internalListeners:{beforeanimate:function(T){var S=Ext.fly(Q,"_anim");if(S.isStyle("display","none")){S.setDisplayed("")}else{S.show()}}}}));return this},fadeOut:function(R){var P=this,Q=P.dom;R=Ext.apply({opacity:0,internalListeners:{afteranimate:function(T){if(Q&&T.to.opacity===0){var S=Ext.fly(Q,"_anim");if(R.useDisplay){S.setDisplayed(false)}else{S.hide()}}}}},R);P.animate(R);return P},fixDisplay:function(){var P=this;if(P.isStyle(a,F)){P.setStyle(f,L);P.setStyle(a,P._getDisplay());if(P.isStyle(a,F)){P.setStyle(a,"block")}}},frame:function(P,S,T){var R=this,U=R.dom,Q;P=P||"#C3DAF9";S=S||1;T=T||{};Q=function(){var Y=Ext.fly(U,"_anim"),X=this,Z,W,V;Y.show();Z=Y.getBox();W=Ext.getBody().createChild({role:"presentation",id:Y.dom.id+"-anim-proxy",style:{position:"absolute","pointer-events":"none","z-index":35000,border:"0px solid "+P}});V=new Ext.fx.Anim({target:W,duration:T.duration||1000,iterations:S,from:{top:Z.y,left:Z.x,borderWidth:0,opacity:1,height:Z.height,width:Z.width},to:{top:Z.y-20,left:Z.x-20,borderWidth:10,opacity:0,height:Z.height+40,width:Z.width+40}});V.on("afteranimate",function(){W.destroy();X.end()})};R.animate({duration:(Math.max(T.duration,500)*2)||2000,listeners:{beforeanimate:{fn:Q}},callback:T.callback,scope:T.scope});return R},getColor:function(Q,R,W){var T=this.getStyle(Q),S=W||W===""?W:"#",V,P,U=0;if(!T||(/transparent|inherit/.test(T))){return R}if(/^r/.test(T)){T=T.slice(4,T.length-1).split(",");P=T.length;for(;U5?S.toLowerCase():R)},getLoader:function(){var Q=this,R=Q.getData(),P=R.loader;if(!P){R.loader=P=new Ext.ElementLoader({target:Q})}return P},getPositioning:function(Q){var P=this.getStyle(["left","top","position","z-index"]),R=this.dom;if(Q){if(P.left==="auto"){P.left=R.offsetLeft+"px"}if(P.top==="auto"){P.top=R.offsetTop+"px"}}return P},ghost:function(P,S){var R=this,T=R.dom,Q;P=P||"b";Q=function(){var X=Ext.fly(T,"_anim"),W=X.getWidth(),V=X.getHeight(),Y=X.getXY(),U=X.getPositioning(),Z={opacity:0};switch(P){case"t":Z.y=Y[1]-V;break;case"l":Z.x=Y[0]-W;break;case"r":Z.x=Y[0]+W;break;case"b":Z.y=Y[1]+V;break;case"tl":Z.x=Y[0]-W;Z.y=Y[1]-V;break;case"bl":Z.x=Y[0]-W;Z.y=Y[1]+V;break;case"br":Z.x=Y[0]+W;Z.y=Y[1]+V;break;case"tr":Z.x=Y[0]+W;Z.y=Y[1]-V;break}this.to=Z;this.on("afteranimate",function(){var aa=Ext.fly(T,"_anim");if(aa){aa.hide();aa.clearOpacity();aa.setPositioning(U)}})};R.animate(Ext.applyIf(S||{},{duration:500,easing:"ease-out",listeners:{beforeanimate:Q}}));return R},hide:function(P){if(typeof P==="string"){this.setVisible(false,P);return this}this.setVisible(false,this.anim(P));return this},highlight:function(S,Q){var W=this,T=W.dom,Y={},V,Z,U,R,P,X;Q=Q||{};R=Q.listeners||{};U=Q.attr||"backgroundColor";Y[U]=S||"ffff9c";if(!Q.to){Z={};Z[U]=Q.endColor||W.getColor(U,"ffffff","")}else{Z=Q.to}Q.listeners=Ext.apply(Ext.apply({},R),{beforeanimate:function(){V=T.style[U];var aa=Ext.fly(T,"_anim");aa.clearOpacity();aa.show();P=R.beforeanimate;if(P){X=P.fn||P;return X.apply(P.scope||R.scope||k,arguments)}},afteranimate:function(){if(T){T.style[U]=V}P=R.afteranimate;if(P){X=P.fn||P;X.apply(P.scope||R.scope||k,arguments)}}});W.animate(Ext.apply({},Q,{duration:1000,easing:"ease-in",from:Y,to:Z}));return W},hover:function(Q,P,S,R){var T=this;T.on("mouseenter",Q,S||T.dom,R);T.on("mouseleave",P,S||T.dom,R);return T},initDD:function(R,Q,S){var P=new Ext.dd.DD(Ext.id(this.dom),R,Q);return Ext.apply(P,S)},initDDProxy:function(R,Q,S){var P=new Ext.dd.DDProxy(Ext.id(this.dom),R,Q);return Ext.apply(P,S)},initDDTarget:function(R,Q,S){var P=new Ext.dd.DDTarget(Ext.id(this.dom),R,Q);return Ext.apply(P,S)},isFocusable:function(){var Q=this.dom,P=false,R;if(Q&&!Q.disabled){R=Q.nodeName;P=!!Ext.Element.naturallyFocusableTags[R]||((R==="A"||R==="LINK")&&!!Q.href)||Q.getAttribute("tabIndex")!=null||Q.contentEditable==="true";if(Ext.isIE8&&R==="INPUT"&&Q.type==="hidden"){P=false}P=P&&this.isVisible(true)}return P},isInputField:function(){var Q=this.dom,P=Q.contentEditable;if((E[Q.tagName]&&Q.type!=="button")||(P===""||P==="true")){return true}return false},isTabbable:function(R){var S=this.dom,U=false,T,Q,P;if(S&&!S.disabled){T=S.nodeName;P=S.getAttribute("tabIndex");Q=P!=null;P-=0;if(T==="A"||T==="LINK"){if(S.href){U=Q&&P<0?false:true}else{if(S.contentEditable==="true"){U=!Q||(Q&&P>=0)?true:false}else{U=Q&&P>=0?true:false}}}else{if(S.contentEditable==="true"||Ext.Element.naturallyTabbableTags[T]){U=Q&&P<0?false:true}else{if(Q&&P>=0){U=true}}}if(Ext.isIE8&&T==="INPUT"&&S.type==="hidden"){U=false}U=U&&(R||((!this.component||this.component.isVisible(true))&&this.isVisible(true)))}return U},isMasked:function(P){var T=this,V=T.getData(),S=V.maskEl,Q=V.maskMsg,U=false,R;if(S&&S.isVisible()){if(Q){Q.center(T)}U=true}else{if(P){R=T.findParentNode();if(R){return Ext.fly(R).isMasked(P)}}}return U},load:function(P){this.getLoader().load(P);return this},mask:function(W,U,P){var S=this,V=S.dom,T=S.getData(),R=T.maskEl,Q;if(!(r.test(V.tagName)&&S.getStyle("position")==="static")){S.addCls(y)}if(R){R.destroy()}R=Ext.DomHelper.append(V,{role:"presentation",cls:Ext.baseCSSPrefix+"mask "+Ext.baseCSSPrefix+"border-box",children:{role:"presentation",cls:U?u+" "+U:u,cn:{tag:"div",role:"presentation",cls:Ext.baseCSSPrefix+"mask-msg-inner",cn:{tag:"div",role:"presentation",cls:Ext.baseCSSPrefix+"mask-msg-text",html:W||""}}}},true);Q=Ext.get(R.dom.firstChild);T.maskEl=R;S.addCls(m);R.setDisplayed(true);if(typeof W==="string"){Q.setDisplayed(true);Q.center(S)}else{Q.setDisplayed(false)}if(V===D.body){R.addCls(Ext.baseCSSPrefix+"mask-fixed")}S.saveTabbableState({skipSelf:V===D.body});if(Ext.isIE9m&&V!==D.body&&S.isStyle("height","auto")){R.setSize(undefined,P||S.getHeight())}return R},monitorMouseLeave:function(P,S,R){var T=this,U,Q={mouseleave:function(V){if(Ext.isIE9m){V.enableIEAsync()}U=Ext.defer(S,P,R||T,[V])},mouseenter:function(){clearTimeout(U)}};T.on(Q);return Q},puff:function(T){var S=this,U=S.dom,Q,R=S.getBox(),P=S.getStyle(["width","height","left","right","top","bottom","position","z-index","font-size","opacity"],true);T=Ext.applyIf(T||{},{easing:"ease-out",duration:500,useDisplay:false});Q=function(){var V=Ext.fly(U,"_anim");V.clearOpacity();V.show();this.to={width:R.width*2,height:R.height*2,x:R.x-(R.width/2),y:R.y-(R.height/2),opacity:0,fontSize:"200%"};this.on("afteranimate",function(){var W=Ext.fly(U,"_anim");if(W){if(T.useDisplay){W.setDisplayed(false)}else{W.hide()}W.setStyle(P);Ext.callback(T.callback,T.scope)}})};S.animate({duration:T.duration,easing:T.easing,listeners:{beforeanimate:{fn:Q}}});return S},selectable:function(){var P=this;P.dom.unselectable="";P.removeCls(i.unselectableCls);P.addCls(i.selectableCls);return P},setCapture:function(){var P=this.dom;if(Ext.isIE9m&&P.setCapture){P.setCapture()}},setHeight:function(P,Q){var R=this;if(!Q||!R.anim){R.callParent(arguments)}else{if(!Ext.isObject(Q)){Q={}}R.animate(Ext.applyIf({to:{height:P}},Q))}return R},setHorizontal:function(){var Q=this,P=Q.verticalCls;delete Q.vertical;if(P){delete Q.verticalCls;Q.removeCls(P)}delete Q.setWidth;delete Q.setHeight;if(!Ext.isIE8){delete Q.getWidth;delete Q.getHeight}delete Q.styleHooks},updateText:function(S){var P=this,R,Q;if(R){Q=R.firstChild;if(!Q||(Q.nodeType!==3||Q.nextSibling)){Q=D.createTextNode();P.empty();R.appendChild(Q)}if(S){Q.data=S}}},setHtml:function(R,Q,W,S){var T=this,V,U,P;if(!T.dom){return T}R=R||"";U=T.dom;if(Q!==true){U.innerHTML=R;Ext.callback(W,T);return T}V=Ext.id();R+='';P=Ext.interval(function(){var ad,aa,Z,Y,X,ac,ab;if(!(ac=D.getElementById(V))){return false}clearInterval(P);Ext.removeNode(ac);ad=Ext.getHead().dom;while((aa=I.exec(R))){Z=aa[1];Y=Z?Z.match(b):false;if(Y&&Y[2]){ab=D.createElement("script");ab.src=Y[2];X=Z.match(h);if(X&&X[2]){ab.type=X[2]}ad.appendChild(ab)}else{if(aa[2]&&aa[2].length>0){if(S){Ext.functionFactory(aa[2]).call(S)}else{Ext.globalEval(aa[2])}}}}Ext.callback(W,S||T)},20);U.innerHTML=R.replace(C,"");return T},setOpacity:function(Q,P){var R=this;if(!R.dom){return R}if(!P||!R.anim){R.setStyle("opacity",Q)}else{if(typeof P!="object"){P={duration:350,easing:"ease-in"}}R.animate(Ext.applyIf({to:{opacity:Q}},P))}return R},setPositioning:function(P){return this.setStyle(P)},setVertical:function(S,P){var R=this,Q=i.prototype;R.vertical=true;if(P){R.addCls(R.verticalCls=P)}R.setWidth=Q.setHeight;R.setHeight=Q.setWidth;if(!Ext.isIE8){R.getWidth=Q.getHeight;R.getHeight=Q.getWidth}R.styleHooks=(S===270)?Q.verticalStyleHooks270:Q.verticalStyleHooks90},setSize:function(R,P,Q){var S=this;if(Ext.isObject(R)){Q=P;P=R.height;R=R.width}if(!Q||!S.anim){S.dom.style.width=i.addUnits(R);S.dom.style.height=i.addUnits(P);if(S.shadow||S.shim){S.syncUnderlays()}}else{if(Q===true){Q={}}S.animate(Ext.applyIf({to:{width:R,height:P}},Q))}return S},setVisible:function(T,P){var R=this,S=R.dom,Q=v(R);if(typeof P==="string"){switch(P){case a:Q=i.DISPLAY;break;case f:Q=i.VISIBILITY;break;case N:Q=i.OFFSETS;break;case c:Q=i.CLIP;break}R.setVisibilityMode(Q);P=false}if(!P||!R.anim){if(Q===i.DISPLAY){return R.setDisplayed(T)}else{if(Q===i.OFFSETS){R[T?"removeCls":"addCls"](j)}else{if(Q===i.CLIP){R[T?"removeCls":"addCls"](o)}else{if(Q===i.VISIBILITY){R.fixDisplay();S.style.visibility=T?"":L}}}}}else{if(T){R.setOpacity(0.01);R.setVisible(true)}if(!Ext.isObject(P)){P={duration:350,easing:"ease-in"}}R.animate(Ext.applyIf({callback:function(){if(!T){Ext.fly(S).setVisible(false).setOpacity(1)}},to:{opacity:(T)?1:0}},P))}R.getData()[x]=T;if(R.shadow||R.shim){R.setUnderlaysVisible(T)}return R},setWidth:function(Q,P){var R=this;if(!P||!R.anim){R.callParent(arguments)}else{if(!Ext.isObject(P)){P={}}R.animate(Ext.applyIf({to:{width:Q}},P))}return R},setX:function(P,Q){return this.setXY([P,this.getY()],Q)},setXY:function(R,P){var Q=this;if(!P||!Q.anim){Q.callParent([R])}else{if(!Ext.isObject(P)){P={}}Q.animate(Ext.applyIf({to:{x:R[0],y:R[1]}},P))}return this},setY:function(Q,P){return this.setXY([this.getX(),Q],P)},show:function(P){if(typeof P==="string"){this.setVisible(true,P);return this}this.setVisible(true,this.anim(P));return this},slideIn:function(S,R,T){var V=this,Q=V.dom,Y=Q.style,X,P,U,W;S=S||"t";R=R||{};X=function(){var ad=this,ac=R.listeners,ab=Ext.fly(Q,"_anim"),ae,Z,af,aa;if(!T){ab.fixDisplay()}ae=ab.getBox();if((S=="t"||S=="b")&&ae.height===0){ae.height=Q.scrollHeight}else{if((S=="l"||S=="r")&&ae.width===0){ae.width=Q.scrollWidth}}Z=ab.getStyle(["width","height","left","right","top","bottom","position","z-index"],true);ab.setSize(ae.width,ae.height);if(R.preserveScroll){U=ab.cacheScrollValues()}aa=ab.wrap({role:"presentation",id:Ext.id()+"-anim-wrap-for-"+ab.dom.id,style:{visibility:T?"visible":"hidden"}});W=aa.dom.parentNode;aa.setPositioning(ab.getPositioning());if(aa.isStyle("position","static")){aa.position("relative")}ab.clearPositioning("auto");aa.clip();if(U){U()}ab.setStyle({visibility:"",position:"absolute"});if(T){aa.setSize(ae.width,ae.height)}switch(S){case"t":af={from:{width:ae.width+"px",height:"0px"},to:{width:ae.width+"px",height:ae.height+"px"}};Y.bottom="0px";break;case"l":af={from:{width:"0px",height:ae.height+"px"},to:{width:ae.width+"px",height:ae.height+"px"}};V.anchorAnimX(S);break;case"r":af={from:{x:ae.x+ae.width,width:"0px",height:ae.height+"px"},to:{x:ae.x,width:ae.width+"px",height:ae.height+"px"}};V.anchorAnimX(S);break;case"b":af={from:{y:ae.y+ae.height,width:ae.width+"px",height:"0px"},to:{y:ae.y,width:ae.width+"px",height:ae.height+"px"}};break;case"tl":af={from:{x:ae.x,y:ae.y,width:"0px",height:"0px"},to:{width:ae.width+"px",height:ae.height+"px"}};Y.bottom="0px";V.anchorAnimX("l");break;case"bl":af={from:{y:ae.y+ae.height,width:"0px",height:"0px"},to:{y:ae.y,width:ae.width+"px",height:ae.height+"px"}};V.anchorAnimX("l");break;case"br":af={from:{x:ae.x+ae.width,y:ae.y+ae.height,width:"0px",height:"0px"},to:{x:ae.x,y:ae.y,width:ae.width+"px",height:ae.height+"px"}};V.anchorAnimX("r");break;case"tr":af={from:{x:ae.x+ae.width,width:"0px",height:"0px"},to:{x:ae.x,width:ae.width+"px",height:ae.height+"px"}};Y.bottom="0px";V.anchorAnimX("r");break}aa.show();P=Ext.apply({},R);delete P.listeners;P=new Ext.fx.Anim(Ext.applyIf(P,{target:aa,duration:500,easing:"ease-out",from:T?af.to:af.from,to:T?af.from:af.to}));P.on("afteranimate",function(){var ag=Ext.fly(Q,"_anim");ag.setStyle(Z);if(T){if(R.useDisplay){ag.setDisplayed(false)}else{ag.hide()}}if(aa.dom){if(aa.dom.parentNode){aa.dom.parentNode.insertBefore(ag.dom,aa.dom)}else{W.appendChild(ag.dom)}aa.destroy()}if(U){U()}ad.end()});if(ac){P.on(ac)}};V.animate({duration:R.duration?Math.max(R.duration,500)*2:1000,listeners:{beforeanimate:X}});return V},slideOut:function(P,Q){return this.slideIn(P,Q,true)},swallowEvent:function(Q,R){var T=this,U,P,S=function(V){V.stopPropagation();if(R){V.preventDefault()}};if(Ext.isArray(Q)){P=Q.length;for(U=0;U0){V.setAttribute(W,++Q)}else{if(V.hasAttribute("tabIndex")){V.setAttribute(S,V.getAttribute("tabIndex"))}else{V.setAttribute(S,"none")}V.setAttribute("tabIndex","-1");V.setAttribute(W,"1")}}return R},restoreTabbableState:function(P,V){var T=this.dom,X=Ext.Element.tabbableSavedCounterAttribute,Y=Ext.Element.tabbableSavedValueAttribute,R=[],Z,Q,R,S,U,W;if(!T){return this}if(!V){R=Ext.Array.from(T.querySelectorAll("["+X+"]"))}if(!P){R.unshift(T)}for(U=0,W=R.length;U1){S.setAttribute(X,--Q);continue}Z=S.getAttribute(Y);if(Z==="none"){S.removeAttribute("tabIndex")}else{S.setAttribute("tabIndex",Z)}S.removeAttribute(Y);S.removeAttribute(X)}return R}},deprecated:{"4.0":{methods:{pause:function(P){var Q=this;Ext.fx.Manager.setFxDefaults(Q.id,{delay:P});return Q},scale:function(P,Q,R){this.animate(Ext.apply({},R,{width:P,height:Q}));return this},shift:function(P){this.animate(P);return this}}},"4.2":{methods:{moveTo:function(P,R,Q){return this.setXY([P,R],Q)},setBounds:function(Q,T,S,P,R){return this.setBox({x:Q,y:T,width:S,height:P},R)},setLeftTop:function(S,R){var Q=this,P=Q.dom.style;P.left=i.addUnits(S);P.top=i.addUnits(R);if(Q.shadow||Q.shim){Q.syncUnderlays()}return Q},setLocation:function(P,R,Q){return this.setXY([P,R],Q)}}},"5.0":{methods:{getAttributeNS:function(Q,P){return this.getAttribute(P,Q)},getCenterXY:function(){return this.getAlignToXY(D,"c-c")},getComputedHeight:function(){return Math.max(this.dom.offsetHeight,this.dom.clientHeight)||parseFloat(this.getStyle(B))||0},getComputedWidth:function(){return Math.max(this.dom.offsetWidth,this.dom.clientWidth)||parseFloat(this.getStyle(e))||0},getStyleSize:function(){var T=this,U=this.dom,Q=(U===D||U===D.body),S,P,R;if(Q){return{width:i.getViewportWidth(),height:i.getViewportHeight()}}S=T.getStyle(["height","width"],true);if(S.width&&S.width!=="auto"){P=parseFloat(S.width)}if(S.height&&S.height!=="auto"){R=parseFloat(S.height)}return{width:P||T.getWidth(true),height:R||T.getHeight(true)}},isBorderBox:function(){return true},isDisplayed:function(){return !this.isStyle("display","none")},focusable:"isFocusable"}}}}})(),function(){var p=Ext.dom.Element,o=p.prototype,v=!Ext.isIE8,b=document,l=b.defaultView,u=/alpha\(opacity=(.*)\)/i,g=/^\s+|\s+$/g,w=o.styleHooks,s=Ext.supports,e,n,d,r,f,x,c;o._init(p);delete o._init;Ext.plainTableCls=Ext.baseCSSPrefix+"table-plain";Ext.plainListCls=Ext.baseCSSPrefix+"list-plain";if(Ext.CompositeElementLite){Ext.CompositeElementLite.importElementMethods()}if(!s.Opacity&&Ext.isIE){Ext.apply(w.opacity,{get:function(A){var z=A.style.filter,y,k;if(z.match){y=z.match(u);if(y){k=parseFloat(y[1]);if(!isNaN(k)){return k?k/100:0}}}return 1},set:function(A,y){var k=A.style,z=k.filter.replace(u,"").replace(g,"");k.zoom=1;if(typeof(y)==="number"&&y>=0&&y<1){y*=100;k.filter=z+(z.length?" ":"")+"alpha(opacity="+y+")"}else{k.filter=z}}})}if(!s.matchesSelector){var i=/^([a-z]+|\*)?(?:\.([a-z][a-z\-_0-9]*))?$/i,j=/\-/g,a,t=function(k,y){var z=new RegExp("(?:^|\\s+)"+y.replace(j,"\\-")+"(?:\\s+|$)");if(k&&k!=="*"){k=k.toUpperCase();return function(A){return A.tagName===k&&z.test(A.className)}}return function(A){return z.test(A.className)}},q=function(k){k=k.toUpperCase();return function(y){return y.tagName===k}},m={};o.matcherCache=m;o.is=function(k){if(!k){return true}var y=this.dom,E,A,D,C,B,z,F;if(y.nodeType!==1){return false}if(!(D=Ext.isFunction(k)?k:m[k])){if(!(A=k.match(i))){C=y.parentNode;if(!C){B=true;C=a||(a=b.createDocumentFragment());a.appendChild(y)}z=Ext.Array.indexOf(Ext.fly(C,"_is").query(k),y)!==-1;if(B){a.removeChild(y)}return z}F=A[1];E=A[2];m[k]=D=E?t(F,E):q(F)}return D(y)}}if(!l||!l.getComputedStyle){o.getStyle=function(L,G){var H=this,C=H.dom,N=typeof L!=="string",z=L,I=z,F=1,A=G,y=H.styleHooks,M,E,K,J,B,k,D;if(N){K={};z=I[0];D=0;if(!(F=I.length)){return K}}if(!C||C.documentElement){return K||""}E=C.style;if(G){k=E}else{k=C.currentStyle;if(!k){A=true;k=E}}do{J=y[z];if(!J){y[z]=J={name:p.normalize(z)}}if(J.get){B=J.get(C,H,A,k)}else{M=J.name;B=k[M]}if(!N){return B}K[z]=B;z=I[++D]}while(D=9)){o.getAttribute=function(k,z){var A=this.dom,y;if(z){y=typeof A[z+":"+k];if(y!=="undefined"&&y!=="unknown"){return A[z+":"+k]||null}return null}if(k==="for"){k="htmlFor"}return A[k]||null}}Ext.onInternalReady(function(){var A=/^(?:transparent|(?:rgba[(](?:\s*\d+\s*[,]){3}\s*0\s*[)]))$/i,y=[],F=o.setWidth,G=o.setHeight,K=o.setSize,L=/^\d+(?:\.\d*)?px$/i,E,C,k,J;if(s.FixedTableWidthBug){w.width={name:"width",set:function(R,Q,O){var N=R.style,M=O._needsTableWidthFix,P=N.display;if(M){N.display="none"}N.width=Q;if(M){R.scrollWidth;N.display=P}}};o.setWidth=function(P,N){var R=this,S=R.dom,O=S.style,M=R._needsTableWidthFix,Q=O.display;if(M&&!N){O.display="none"}F.call(R,P,N);if(M&&!N){S.scrollWidth;O.display=Q}return R};o.setSize=function(Q,N,O){var S=this,T=S.dom,P=T.style,M=S._needsTableWidthFix,R=P.display;if(M&&!O){P.display="none"}K.call(S,Q,N,O);if(M&&!O){T.scrollWidth;P.display=R}return S}}if(Ext.isIE8){w.height={name:"height",set:function(R,Q,O){var N=O.component,P,M;if(N&&N._syncFrameHeight&&O===N.el){M=N.frameBody.dom.style;if(L.test(Q)){P=N.getFrameInfo();if(P){M.height=(parseInt(Q,10)-P.height)+"px"}}else{if(!Q||Q==="auto"){M.height=""}}}R.style.height=Q}};o.setHeight=function(M,O){var P=this.component,Q,N;if(P&&P._syncFrameHeight&&this===P.el){N=P.frameBody.dom.style;if(!M||M==="auto"){N.height=""}else{Q=P.getFrameInfo();if(Q){N.height=(M-Q.height)+"px"}}}return G.call(this,M,O)};o.setSize=function(Q,M,O){var P=this.component,R,N;if(P&&P._syncFrameHeight&&this===P.el){N=P.frameBody.dom.style;if(!M||M==="auto"){N.height=""}else{R=P.getFrameInfo();if(R){N.height=(M-R.height)+"px"}}}return K.call(this,Q,M,O)}}Ext.getDoc().on("selectstart",function(Q,R){var P=p.selectableCls,O=p.unselectableCls,M=R&&R.tagName;M=M&&M.toLowerCase();if(M==="input"||M==="textarea"){return}while(R&&R.nodeType===1&&R!==b.documentElement){var N=Ext.fly(R);if(N.hasCls(P)){return}if(N.hasCls(O)){Q.stopEvent();return}R=R.parentNode}});function D(Q,N,P,M){var O=M[this.name]||"";return A.test(O)?"transparent":O}function I(N,O,M){return function(){N.selectionStart=O;N.selectionEnd=M}}function H(Q){var O=s.DisplayChangeInputSelectionBug,P=s.DisplayChangeTextAreaSelectionBug,R,M,S,N;if(O||P){R=p.getActiveElement();M=R&&R.tagName;if((P&&M==="TEXTAREA")||(O&&M==="INPUT"&&R.type==="text")){if(Ext.fly(Q).isAncestor(R)){S=R.selectionStart;N=R.selectionEnd;if(Ext.isNumber(S)&&Ext.isNumber(N)){return I(R,S,N)}}}}return Ext.emptyFn}function B(S,P,R,O){var M=O.marginRight,N,Q;if(M!=="0px"){N=S.style;Q=N.display;N.display="inline-block";M=(R?O:S.ownerDocument.defaultView.getComputedStyle(S,null)).marginRight;N.display=Q}return M}function z(T,Q,S,P){var M=P.marginRight,O,N,R;if(M!=="0px"){O=T.style;N=H(T);R=O.display;O.display="inline-block";M=(S?P:T.ownerDocument.defaultView.getComputedStyle(T,"")).marginRight;O.display=R;N()}return M}if(!s.RightMargin){w.marginRight=w["margin-right"]={name:"marginRight",get:(s.DisplayChangeInputSelectionBug||s.DisplayChangeTextAreaSelectionBug)?z:B}}if(!s.TransparentColor){E=["background-color","border-color","color","outline-color"];for(C=E.length;C--;){k=E[C];J=p.normalize(k);w[k]=w[J]={name:J,get:D}}}o.verticalStyleHooks90=e=Ext.Object.chain(w);o.verticalStyleHooks270=n=Ext.Object.chain(w);e.width=w.height||{name:"height"};e.height=w.width||{name:"width"};e["margin-top"]={name:"marginLeft"};e["margin-right"]={name:"marginTop"};e["margin-bottom"]={name:"marginRight"};e["margin-left"]={name:"marginBottom"};e["padding-top"]={name:"paddingLeft"};e["padding-right"]={name:"paddingTop"};e["padding-bottom"]={name:"paddingRight"};e["padding-left"]={name:"paddingBottom"};e["border-top"]={name:"borderLeft"};e["border-right"]={name:"borderTop"};e["border-bottom"]={name:"borderRight"};e["border-left"]={name:"borderBottom"};n.width=w.height||{name:"height"};n.height=w.width||{name:"width"};n["margin-top"]={name:"marginRight"};n["margin-right"]={name:"marginBottom"};n["margin-bottom"]={name:"marginLeft"};n["margin-left"]={name:"marginTop"};n["padding-top"]={name:"paddingRight"};n["padding-right"]={name:"paddingBottom"};n["padding-bottom"]={name:"paddingLeft"};n["padding-left"]={name:"paddingTop"};n["border-top"]={name:"borderRight"};n["border-right"]={name:"borderBottom"};n["border-bottom"]={name:"borderLeft"};n["border-left"]={name:"borderTop"};if(!Ext.scopeCss){y.push(Ext.baseCSSPrefix+"body")}if(s.Touch){y.push(Ext.baseCSSPrefix+"touch")}if(Ext.isIE&&Ext.isIE9m){y.push(Ext.baseCSSPrefix+"ie",Ext.baseCSSPrefix+"ie9m");y.push(Ext.baseCSSPrefix+"ie8p");if(Ext.isIE8){y.push(Ext.baseCSSPrefix+"ie8")}else{y.push(Ext.baseCSSPrefix+"ie9",Ext.baseCSSPrefix+"ie9p")}if(Ext.isIE8m){y.push(Ext.baseCSSPrefix+"ie8m")}}if(Ext.isIE10){y.push(Ext.baseCSSPrefix+"ie10")}if(Ext.isIE10p){y.push(Ext.baseCSSPrefix+"ie10p")}if(Ext.isIE11){y.push(Ext.baseCSSPrefix+"ie11")}if(Ext.isGecko){y.push(Ext.baseCSSPrefix+"gecko")}if(Ext.isOpera){y.push(Ext.baseCSSPrefix+"opera")}if(Ext.isOpera12m){y.push(Ext.baseCSSPrefix+"opera12m")}if(Ext.isWebKit){y.push(Ext.baseCSSPrefix+"webkit")}if(Ext.isSafari){y.push(Ext.baseCSSPrefix+"safari")}if(Ext.isChrome){y.push(Ext.baseCSSPrefix+"chrome")}if(Ext.isMac){y.push(Ext.baseCSSPrefix+"mac")}if(Ext.isLinux){y.push(Ext.baseCSSPrefix+"linux")}if(!s.CSS3BorderRadius){y.push(Ext.baseCSSPrefix+"nbr")}if(!s.CSS3LinearGradient){y.push(Ext.baseCSSPrefix+"nlg")}if(s.Touch){y.push(Ext.baseCSSPrefix+"touch")}Ext.getBody().addCls(y)},null,{priority:1500})});Ext.define("Ext.overrides.GlobalEvents",{override:"Ext.GlobalEvents",deprecated:{5:{methods:{addListener:function(d,g,h,i,c,b,e){var a,f;if(d==="ready"){f=g}else{if(typeof d!=="string"){for(a in d){if(a==="ready"){f=d[a]}}}}if(f){Ext.log.warn("Ext.on('ready', fn) is deprecated. Please use Ext.onReady(fn) instead.");Ext.onReady(f)}this.callParent([d,g,h,i,c,b,e])}}}}});Ext.define("Ext.overrides.Widget",{override:"Ext.Widget",uses:["Ext.Component"],$configStrict:false,isComponent:true,liquidLayout:true,rendered:true,rendering:true,config:{renderTo:null},cachedConfig:{baseCls:Ext.baseCSSPrefix+"widget"},constructor:function(a){var b=this,c;b.callParent([a]);b.getComponentLayout();c=b.getRenderTo();if(c){b.render(c)}},addClsWithUI:function(a){this.el.addCls(a)},afterComponentLayout:Ext.emptyFn,updateLayout:function(){var a=this.getRefOwner();if(a){a.updateLayout()}},destroy:function(){var b=this,a=b.ownerCt;if(a&&a.remove){a.remove(b,false)}b.callParent()},finishRender:function(){this.rendering=false;this.initBindable()},getAnimationProps:function(){return{}},getComponentLayout:function(){var b=this,a=b.componentLayout;if(!a){a=b.componentLayout=new Ext.layout.component.Auto();a.setOwner(b)}return a},getEl:function(){return this.element},getTdCls:function(){return Ext.baseCSSPrefix+this.getTdType()+"-"+(this.ui||"default")+"-cell"},getTdType:function(){return this.xtype},getItemId:function(){return this.itemId||this.id},getSizeModel:function(){return Ext.Component.prototype.getSizeModel.apply(this,arguments)},onAdded:function(b,e,a){var d=this,c=d.inheritedState;d.ownerCt=b;d.onInheritedAdd(d,a)},onRemoved:function(b){var a=this;if(!b){a.removeBindings()}a.onInheritedRemove(b);a.ownerCt=a.ownerLayout=null},parseBox:function(a){return Ext.Element.parseBox(a)},removeClsWithUI:function(a){this.el.removeCls(a)},render:function(b,a){var e=this,c=e.element,d=Ext.Component.prototype,f;if(!e.ownerCt||e.floating){if(Ext.scopeCss){c.addCls(d.rootCls)}c.addCls(d.borderBoxCls)}if(a){f=b.childNodes[a];if(f){Ext.fly(b).insertBefore(c,f);return}}Ext.fly(b).appendChild(c)},setPosition:function(a,b){this.el.setLocalXY(a,b)},up:function(){return Ext.Component.prototype.up.apply(this,arguments)},isAncestor:function(){return Ext.Component.prototype.isAncestor.apply(this,arguments)},onFocusEnter:function(){return Ext.Component.prototype.onFocusEnter.apply(this,arguments)},onFocusLeave:function(){return Ext.Component.prototype.onFocusLeave.apply(this,arguments)},isLayoutChild:function(b){var a=this.ownerCt;return a?(a===b||a.isLayoutChild(b)):false}},function(b){var a=b.prototype;if(Ext.isIE9m){a.addElementReferenceOnDemand=a.addElementReference}});Ext.define("Ext.overrides.Progress",{override:"Ext.Progress",config:{ui:"default"}});Ext.define("Ext.overrides.app.domain.Component",{override:"Ext.app.domain.Component",requires:["Ext.Component"]},function(a){a.monitor(Ext.Component)});Ext.application=function(a){var b=function(c){Ext.onReady(function(){var d=Ext.viewport;d=d&&d.Viewport;if(d&&d.setup){d.setup(c.prototype.config.viewport)}Ext.app.Application.instance=new c()})};if(typeof a==="string"){Ext.require(a,function(){b(Ext.ClassManager.get(a))})}else{a=Ext.apply({extend:"Ext.app.Application"},a);Ext.app.setupPaths(a.name,a.appFolder,a.paths);a["paths processed"]=true;Ext.define(a.name+".$application",a,function(){b(this)})}};Ext.define("Ext.overrides.app.Application",{override:"Ext.app.Application",uses:["Ext.tip.QuickTipManager"],autoCreateViewport:false,config:{enableQuickTips:true},applyMainView:function(e){var b,d,c,a;if(typeof e==="string"){b=this.getView(e)}else{b=Ext.ClassManager.getByConfig(e)}d=b.prototype;if(!d.isViewport){a=d.plugins;a=["viewport"].concat(a?Ext.Array.from(a,true):[]);c={plugins:a}}return b.create(c)},getDependencies:function(a,f,d){var g=Ext.app.Controller,e=a.prototype,c=f.$namespace,b=f.autoCreateViewport;if(b){if(!c){Ext.raise("[Ext.app.Application] Can't resolve namespace for "+f.$className+", did you forget to specify 'name' property?")}if(b===true){b="Viewport"}else{d.push("Ext.plugin.Viewport")}g.processDependencies(e,d,c,"view",b)}},onBeforeLaunch:function(){var b=this,a=b.autoCreateViewport;if(b.getEnableQuickTips()){b.initQuickTips()}if(a){b.initViewport()}this.callParent(arguments)},getViewportName:function(){var a=null,b=this.autoCreateViewport;if(b){a=(b===true)?"Viewport":b}return a},initViewport:function(){this.setMainView(this.getViewportName())},initQuickTips:function(){Ext.tip.QuickTipManager.init()}});Ext.define("Ext.overrides.dom.Helper",(function(){var c=/^(?:table|thead|tbody|tr|td)$/i,g=/td|tr|tbody|thead/i,f="",h="
    ",b=f+"",e=""+h,a=b+"",d=""+e;return{override:"Ext.dom.Helper",ieInsertHtml:function(i,k,j){var l=null;if(Ext.isIE9m&&c.test(k.tagName)){l=this.insertIntoTable(k.tagName.toLowerCase(),i,k,j)}return l},ieOverwrite:function(j,i){if(Ext.isIE9m&&c.test(j.tagName)){while(j.firstChild){j.removeChild(j.firstChild)}if(i){return this.insertHtml("afterbegin",j,i)}}},ieTable:function(p,k,q,o){var l=-1,n=this.detachedDiv,m,j;n.innerHTML=[k,q,o].join("");while(++l - - - - -

    Login Form

    - - -
    - - - - - - - -
    - -
    - - Forgot password? -
    - - - - - diff --git a/src/webapp/websocket.html b/src/webapp/websocket.html index de4e054..c006ba1 100644 --- a/src/webapp/websocket.html +++ b/src/webapp/websocket.html @@ -2,7 +2,7 @@ WebSocket Test